From aea704c9262d4c5adc71747d6de5fa899d894b32 Mon Sep 17 00:00:00 2001 From: Wolfgang Wiese Date: Tue, 13 Sep 2022 17:03:10 +0200 Subject: [PATCH 1/3] Update SASS --- css/admin.css | 200 +- gulpfile.js | 2 +- package.json | 153 +- src/sass/_variables.scss | 3 +- src/sass/fonts/font-awesome/_fixed-width.scss | 3 +- src/sass/fonts/font-awesome/_larger.scss | 5 +- src/sass/fonts/font-awesome/_list.scss | 6 +- src/sass/fonts/font-awesome/_variables.scss | 3 +- src/sass/mixins/_mixins.scss | 17 +- style.css | 17221 +++++++++++++++- 10 files changed, 17518 insertions(+), 95 deletions(-) diff --git a/css/admin.css b/css/admin.css index cee7f98..29b070c 100644 --- a/css/admin.css +++ b/css/admin.css @@ -1 +1,199 @@ -#customize-controls #sub-accordion-section-header_image img{height:65px;max-height:65px;max-width:240px;width:auto}#customize-theme-controls .customize-control-colorlist-radio label{display:inline-block;position:relative;margin:2px}#customize-theme-controls .customize-control-colorlist-radio label input[type=radio]{display:none}#customize-theme-controls .customize-control-colorlist-radio label input[type=radio]+span.colorbox{border-radius:30%}#customize-theme-controls .customize-control-colorlist-radio label span.colorbox{background:transparent;width:20px;height:20px;display:inline-block;border:2px solid transparent;transition:all .2s linear}#customize-theme-controls .customize-control-colorlist-radio label span.reset{padding:2px}#customize-theme-controls .customize-control-colorlist-radio label:hover span.colorbox{border:2px solid #aaa}#customize-theme-controls .customize-control-colorlist-radio input[type=checkbox]:checked+span.colorbox,#customize-theme-controls .customize-control-colorlist-radio input[type=radio]:checked+span.colorbox{border:3px solid #000}#customize-theme-controls .customize-control-multiple-select option:checked,#customize-theme-controls .customize-control-multiple-select option[selected]{background:#e9edf2}#customize-theme-controls .customize-control-multiple-select select[multiple]:focus option:checked{background:#0085ba;color:#fff}#customize-theme-controls .customize-control-range-value .range-slider{width:100%}#customize-theme-controls .customize-control-range-value .range-slider__range{-webkit-appearance:none;width:calc(100% - 95px);height:10px;border-radius:5px;background:#d7dcdf;outline:none;padding:0;margin:0}#customize-theme-controls .customize-control-range-value .range-slider__range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#0085ba;cursor:pointer;-webkit-transition:background .15s ease-in-out;transition:background .15s ease-in-out}#customize-theme-controls .customize-control-range-value .range-slider__range::-webkit-slider-thumb:hover,#customize-theme-controls .customize-control-range-value .range-slider__range:active::-webkit-slider-thumb{background:#0085ba}#customize-theme-controls .customize-control-range-value .range-slider__range::-moz-range-thumb{width:20px;height:20px;border:0;border-radius:50%;background:#0085ba;cursor:pointer;-moz-transition:background .15s ease-in-out;transition:background .15s ease-in-out}#customize-theme-controls .customize-control-range-value .range-slider__range::-moz-range-thumb:hover,#customize-theme-controls .customize-control-range-value .range-slider__range:active::-moz-range-thumb{background:#0085ba}#customize-theme-controls .customize-control-range-value .range-slider__value{display:inline-block;position:relative;width:30px;color:#fff;line-height:20px;text-align:center;border-radius:3px;background:#0085ba;padding:2px 5px;margin-left:8px}#customize-theme-controls .customize-control-range-value ::-moz-range-track{background:#d7dcdf;border:0}#customize-theme-controls .customize-control-range-value input::-moz-focus-inner,#customize-theme-controls .customize-control-range-value input::-moz-focus-outer{border:0}#customize-theme-controls .toggle-switch-control .customize-control-title{display:inline-block}#customize-theme-controls .toggle-switch{position:relative;width:64px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;float:right}#customize-theme-controls .toggle-switch .toggle-switch-checkbox{display:none}#customize-theme-controls .toggle-switch .toggle-switch-label{display:block;overflow:hidden;cursor:pointer;border:2px solid #ddd;border-radius:20px;padding:0;margin:0}#customize-theme-controls .toggle-switch-inner{display:block;width:200%;margin-left:-100%;transition:margin .3s ease-in 0s}#customize-theme-controls .toggle-switch-inner:after,#customize-theme-controls .toggle-switch-inner:before{display:block;float:left;width:50%;height:22px;padding:0;line-height:22px;font-size:14px;color:#fff;font-family:Trebuchet,Arial,sans-serif;font-weight:700;box-sizing:border-box}#customize-theme-controls .toggle-switch-inner:before{content:"An";padding-left:8px;background-color:#2885bb;color:#fff}#customize-theme-controls :lang(en) .toggle-switch-inner:before{content:"ON"}#customize-theme-controls .toggle-switch-inner:after{content:"Aus";padding-right:8px;background-color:#eee;color:#999;text-align:right}#customize-theme-controls :lang(en) .toggle-switch-inner:after{content:"OFF"}#customize-theme-controls .toggle-switch-switch{display:block;width:16px;margin:3px;background:#fff;position:absolute;top:0;bottom:0;right:38px;border:2px solid #ddd;border-radius:20px;transition:all .3s ease-in 0s}#customize-theme-controls .toggle-switch-checkbox:checked+.toggle-switch-label .toggle-switch-inner{margin-left:0}#customize-theme-controls .toggle-switch-checkbox:checked+.toggle-switch-label .toggle-switch-switch{right:0} \ No newline at end of file +/* +Mixins for borders and gradients +*/ +/*-----------------------------------------------------------------------------------*/ +/* Customizer Settings +/*-----------------------------------------------------------------------------------*/ +#customize-controls #sub-accordion-section-header_image img { + height: 65px; + max-height: 65px; + max-width: 240px; + width: auto; +} + +#customize-theme-controls .customize-control-colorlist-radio { + /* Hover-Effekt */ +} +#customize-theme-controls .customize-control-colorlist-radio label { + display: inline-block; + position: relative; + margin: 2px; +} +#customize-theme-controls .customize-control-colorlist-radio label input[type=radio] { + display: none; +} +#customize-theme-controls .customize-control-colorlist-radio label input[type=radio] + span.colorbox { + border-radius: 30%; +} +#customize-theme-controls .customize-control-colorlist-radio label span.colorbox { + background: transparent; + width: 20px; + height: 20px; + display: inline-block; + border: 2px solid transparent; + transition: all 0.2s linear; +} +#customize-theme-controls .customize-control-colorlist-radio label span.reset { + padding: 2px; +} +#customize-theme-controls .customize-control-colorlist-radio label:hover span.colorbox { + border: 2px solid #aaa; +} +#customize-theme-controls .customize-control-colorlist-radio input[type=checkbox]:checked + span.colorbox, +#customize-theme-controls .customize-control-colorlist-radio input[type=radio]:checked + span.colorbox { + border: 3px solid #000; +} +#customize-theme-controls .customize-control-multiple-select option:checked, +#customize-theme-controls .customize-control-multiple-select option[selected] { + background: #e9edf2; +} +#customize-theme-controls .customize-control-multiple-select select[multiple]:focus option:checked { + background: #0085ba; + color: #fff; +} +#customize-theme-controls .customize-control-range-value .range-slider { + width: 100%; +} +#customize-theme-controls .customize-control-range-value .range-slider__range { + -webkit-appearance: none; + width: calc(100% - 95px); + height: 10px; + border-radius: 5px; + background: #d7dcdf; + outline: none; + padding: 0; + margin: 0; +} +#customize-theme-controls .customize-control-range-value .range-slider__range::-webkit-slider-thumb { + -webkit-appearance: none; + appearance: none; + width: 20px; + height: 20px; + border-radius: 50%; + background: #0085ba; + cursor: pointer; + -webkit-transition: background 0.15s ease-in-out; + transition: background 0.15s ease-in-out; +} +#customize-theme-controls .customize-control-range-value .range-slider__range::-webkit-slider-thumb:hover { + background: #0085ba; +} +#customize-theme-controls .customize-control-range-value .range-slider__range:active::-webkit-slider-thumb { + background: #0085ba; +} +#customize-theme-controls .customize-control-range-value .range-slider__range::-moz-range-thumb { + width: 20px; + height: 20px; + border: 0; + border-radius: 50%; + background: #0085ba; + cursor: pointer; + -moz-transition: background 0.15s ease-in-out; + transition: background 0.15s ease-in-out; +} +#customize-theme-controls .customize-control-range-value .range-slider__range::-moz-range-thumb:hover { + background: #0085ba; +} +#customize-theme-controls .customize-control-range-value .range-slider__range:active::-moz-range-thumb { + background: #0085ba; +} +#customize-theme-controls .customize-control-range-value .range-slider__value { + display: inline-block; + position: relative; + width: 30px; + color: #fff; + line-height: 20px; + text-align: center; + border-radius: 3px; + background: #0085ba; + padding: 2px 5px; + margin-left: 8px; +} +#customize-theme-controls .customize-control-range-value ::-moz-range-track { + background: #d7dcdf; + border: 0; +} +#customize-theme-controls .customize-control-range-value input::-moz-focus-inner, #customize-theme-controls .customize-control-range-value input::-moz-focus-outer { + border: 0; +} +#customize-theme-controls .toggle-switch-control .customize-control-title { + display: inline-block; +} +#customize-theme-controls .toggle-switch { + position: relative; + width: 64px; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + float: right; +} +#customize-theme-controls .toggle-switch .toggle-switch-checkbox { + display: none; +} +#customize-theme-controls .toggle-switch .toggle-switch-label { + display: block; + overflow: hidden; + cursor: pointer; + border: 2px solid #ddd; + border-radius: 20px; + padding: 0; + margin: 0; +} +#customize-theme-controls .toggle-switch-inner { + display: block; + width: 200%; + margin-left: -100%; + transition: margin 0.3s ease-in 0s; +} +#customize-theme-controls .toggle-switch-inner:before, +#customize-theme-controls .toggle-switch-inner:after { + display: block; + float: left; + width: 50%; + height: 22px; + padding: 0; + line-height: 22px; + font-size: 14px; + color: white; + font-family: Trebuchet, Arial, sans-serif; + font-weight: bold; + box-sizing: border-box; +} +#customize-theme-controls .toggle-switch-inner:before { + content: "An"; + padding-left: 8px; + background-color: #2885bb; + color: #FFFFFF; +} +#customize-theme-controls :lang(en) .toggle-switch-inner:before { + content: "ON"; +} +#customize-theme-controls .toggle-switch-inner:after { + content: "Aus"; + padding-right: 8px; + background-color: #EEEEEE; + color: #999999; + text-align: right; +} +#customize-theme-controls :lang(en) .toggle-switch-inner:after { + content: "OFF"; +} +#customize-theme-controls .toggle-switch-switch { + display: block; + width: 16px; + margin: 3px; + background: #FFFFFF; + position: absolute; + top: 0; + bottom: 0; + right: 38px; + border: 2px solid #ddd; + border-radius: 20px; + transition: all 0.3s ease-in 0s; +} +#customize-theme-controls .toggle-switch-checkbox:checked + .toggle-switch-label .toggle-switch-inner { + margin-left: 0; +} +#customize-theme-controls .toggle-switch-checkbox:checked + .toggle-switch-label .toggle-switch-switch { + right: 0px; +} \ No newline at end of file diff --git a/gulpfile.js b/gulpfile.js index f206d53..049c60b 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -4,7 +4,7 @@ */ const {src, dest, watch, series, parallel} = require('gulp'), - sass = require('gulp-sass'), + sass = require('gulp-sass')(require('sass')), postcss = require('gulp-postcss'), autoprefixer = require('autoprefixer'), babel = require('gulp-babel'), diff --git a/package.json b/package.json index 3bdec65..08b00a4 100644 --- a/package.json +++ b/package.json @@ -1,76 +1,77 @@ -{ - "name": "Pirate-Rogue", - "textdomain": "pirate-rogue", - "version": "1.4.9", - "keywords": [ - "WordPress", - "Theme", - "Piratenpartei" - ], - "compatibility": { - "wprequires": "5.0", - "wptestedup": "5.7", - "phprequires": "7.3" - }, - "author": { - "name": "xwolf", - "url": "https://xwolf.de" - }, - "description": "Theme for pirate parties worldwide. This theme allows to chose between the mostly used color combinations (purple and orange) as main colors for designing elements. It uses several free to use pirate symbols and allows custom CSS. It was created for the german pirate party as replacement for their prior wordpress theme.", - "license": "GPL-3.0-or-later", - "licenseurl": "http://www.gnu.org/licenses/gpl-3.0.html", - "tags": "three-columns, two-columns, one-column, right-sidebar, featured-images", - "repository": { - "type": "git", - "url": "git+https://github.com/Piratenpartei/Pirate-Rogue.git", - "issues": "https://github.com/Piratenpartei/Pirate-Rogue/issues", - "clone": "git+https://github.com/Piratenpartei/Pirate-Rogue.git" - }, - "browserslist": [ - "last 3 years", - "ie 11" - ], - "contributors": [], - "dependencies": { - "postcss": "^8.2.4" - }, - "main": "index.php", - "maincss": "style.css", - "scripts": { - "start": "gulp", - "dev": "gulp dev", - "build": "gulp build", - "pot": "gulp pot" - }, - "source": { - "js": "./js/", - "sass": "./src/sass/" - }, - "jsdir": "./js/", - "cssdir": "./css/", - "devDependencies": { - "@babel/core": "^7.12.10", - "@babel/preset-env": "^7.12.11", - "@babel/register": "^7.12.10", - "autoprefixer": "^10.2.3", - "cssnano": "^4.1.10", - "gulp": "^4.0.2", - "gulp-babel": "^8.0.0", - "gulp-bump": "^3.2.0", - "gulp-concat": "^2.6.1", - "gulp-dart-sass": "^1.0.2", - "gulp-header": "^2.0.9", - "gulp-postcss": "^9.0.0", - "gulp-rename": "^2.0.0", - "gulp-sass": "^4.1.0", - "gulp-touch-cmd": "0.0.1", - "gulp-w3c-css": "^2.0.0", - "gulp-wp-pot": "^2.5.0", - "map-stream": "0.0.7", - "semver": "^7.3.4" - }, - "bugs": { - "url": "https://github.com/Piratenpartei/Pirate-Rogue/issues" - }, - "homepage": "https://github.com/Piratenpartei/Pirate-Rogue#readme" -} +{ + "name": "Pirate-Rogue", + "textdomain": "pirate-rogue", + "version": "1.4.10-2", + "keywords": [ + "WordPress", + "Theme", + "Piratenpartei" + ], + "compatibility": { + "wprequires": "5.0", + "wptestedup": "5.7", + "phprequires": "7.3" + }, + "author": { + "name": "xwolf", + "url": "https://xwolf.de" + }, + "description": "Theme for pirate parties worldwide. This theme allows to chose between the mostly used color combinations (purple and orange) as main colors for designing elements. It uses several free to use pirate symbols and allows custom CSS. It was created for the german pirate party as replacement for their prior wordpress theme.", + "license": "GPL-3.0-or-later", + "licenseurl": "http://www.gnu.org/licenses/gpl-3.0.html", + "tags": "three-columns, two-columns, one-column, right-sidebar, featured-images", + "repository": { + "type": "git", + "url": "git+https://github.com/Piratenpartei/Pirate-Rogue.git", + "issues": "https://github.com/Piratenpartei/Pirate-Rogue/issues", + "clone": "git+https://github.com/Piratenpartei/Pirate-Rogue.git" + }, + "browserslist": [ + "last 3 years", + "ie 11" + ], + "contributors": [], + "dependencies": { + "npm-check-updates": "^16.1.2", + "postcss": "^8.2.4" + }, + "main": "index.php", + "maincss": "style.css", + "scripts": { + "start": "gulp", + "dev": "gulp dev", + "build": "gulp build", + "pot": "gulp pot" + }, + "source": { + "js": "./js/", + "sass": "./src/sass/" + }, + "jsdir": "./js/", + "cssdir": "./css/", + "devDependencies": { + "@babel/core": "^7.12.10", + "@babel/preset-env": "^7.12.11", + "@babel/register": "^7.12.10", + "autoprefixer": "^10.2.3", + "cssnano": "^4.1.10", + "gulp": "^4.0.2", + "gulp-babel": "^8.0.0", + "gulp-bump": "^3.2.0", + "gulp-concat": "^2.6.1", + "gulp-dart-sass": "^1.0.2", + "gulp-header": "^2.0.9", + "gulp-postcss": "^9.0.0", + "gulp-rename": "^2.0.0", + "gulp-sass": "^5.1.0", + "gulp-touch-cmd": "0.0.1", + "gulp-w3c-css": "^2.0.0", + "gulp-wp-pot": "^2.5.0", + "map-stream": "0.0.7", + "semver": "^7.3.4" + }, + "bugs": { + "url": "https://github.com/Piratenpartei/Pirate-Rogue/issues" + }, + "homepage": "https://github.com/Piratenpartei/Pirate-Rogue#readme" +} diff --git a/src/sass/_variables.scss b/src/sass/_variables.scss index ce89a46..0dda6fe 100644 --- a/src/sass/_variables.scss +++ b/src/sass/_variables.scss @@ -12,7 +12,7 @@ $stylecomment_themeversion: $version; ////////////////////////////////////////////////////////////////////////////// $color-main: #ff8800; $color-second: #672082; -$color-third: #698bc1; // +$color-third: #698bc1; $color-four: #148f93; // Colorsets @@ -98,6 +98,7 @@ $font-family-quotation: $font-family-serif; // Font Sizes $font-size-base: 16; +$font-size-gridbase: 16; $font-size-headersmall: 15; $font-size-sitetitle: 25; $font-size-entrytitle: 20; diff --git a/src/sass/fonts/font-awesome/_fixed-width.scss b/src/sass/fonts/font-awesome/_fixed-width.scss index b01670a..9439c04 100644 --- a/src/sass/fonts/font-awesome/_fixed-width.scss +++ b/src/sass/fonts/font-awesome/_fixed-width.scss @@ -1,6 +1,7 @@ // Fixed Width Icons // ------------------------- +@use "sass:math"; .#{$fa-css-prefix}-fw { - width: (18em / 14); + width: math.div(18em, 14); text-align: center; } diff --git a/src/sass/fonts/font-awesome/_larger.scss b/src/sass/fonts/font-awesome/_larger.scss index 4119795..a555f24 100644 --- a/src/sass/fonts/font-awesome/_larger.scss +++ b/src/sass/fonts/font-awesome/_larger.scss @@ -1,10 +1,11 @@ // Icon Sizes // ------------------------- +@use "sass:math"; /* makes the font 33% larger relative to the icon container */ .#{$fa-css-prefix}-lg { - font-size: (4em / 3); - line-height: (3em / 4); + font-size: math.div(4em, 3); + line-height: math.div(3em, 4); vertical-align: -15%; } .#{$fa-css-prefix}-2x { font-size: 2em; } diff --git a/src/sass/fonts/font-awesome/_list.scss b/src/sass/fonts/font-awesome/_list.scss index 44137d7..ecd0123 100644 --- a/src/sass/fonts/font-awesome/_list.scss +++ b/src/sass/fonts/font-awesome/_list.scss @@ -1,5 +1,7 @@ // List Icons // ------------------------- +@use "sass:math"; + .#{$fa-css-prefix}-ul { padding-left: 0; @@ -11,9 +13,9 @@ position: absolute; left: -$fa-li-width; width: $fa-li-width; - top: (2em / 14); + top: math.div(2em, 14); text-align: center; &.#{$fa-css-prefix}-lg { - left: -$fa-li-width + (4em / 14); + left: -$fa-li-width + math.div(4em, 14); } } diff --git a/src/sass/fonts/font-awesome/_variables.scss b/src/sass/fonts/font-awesome/_variables.scss index bad6a72..d207519 100644 --- a/src/sass/fonts/font-awesome/_variables.scss +++ b/src/sass/fonts/font-awesome/_variables.scss @@ -1,5 +1,6 @@ // Variables // -------------------------- +@use "sass:math"; $fa-font-path: "./fonts/fontawesome" !default; $fa-font-size-base: 14px !default; @@ -9,7 +10,7 @@ $fa-css-prefix: fa !default; $fa-version: "4.7.0" !default; $fa-border-color: #eee !default; $fa-inverse: #fff !default; -$fa-li-width: (30em / 14) !default; +$fa-li-width: math.div(30em, 14) !default; $fa-var-500px: "\f26e"; $fa-var-address-book: "\f2b9"; diff --git a/src/sass/mixins/_mixins.scss b/src/sass/mixins/_mixins.scss index 21f4769..d6e1697 100644 --- a/src/sass/mixins/_mixins.scss +++ b/src/sass/mixins/_mixins.scss @@ -1,6 +1,7 @@ /* Mixins for borders and gradients */ +@use "sass:math"; @mixin box-shadow($shadow) { -webkit-box-shadow: $shadow; @@ -128,14 +129,14 @@ Mixins for borders and gradients } -@function px2rem($font-size, $base-font-size: 16) { - @return $font-size / $base-font-size + rem; -} -@mixin px2rem($font-size, $base-font-size: 16, $line: $font-size * 1.4) { - font-size: $font-size + px; // für den IE8 - line-height: ($line) + px; - font-size: px2rem($font-size, $base-font-size); - line-height: ($line / $base-font-size) + rem; +@function px2rem($font-size, $base-font-size: $font-size-gridbase) { + @return math.div($font-size, $base-font-size) + rem; } +@mixin px2rem($font-size, $base-font-size: $font-size-gridbase, $line: $font-size * 1.5) { + // font-size: $font-size + px; // für den IE8 + // line-height: ($line) + px; + font-size: math.div(floor(math.div($font-size, $base-font-size) * 1000), 1000) + rem; + line-height: math.div(ceil(math.div($line, $base-font-size) * 1000), 1000) + rem; +} \ No newline at end of file diff --git a/style.css b/style.css index 1230d9d..1cc6688 100644 --- a/style.css +++ b/style.css @@ -1,7 +1,7 @@ @charset "UTF-8"; /*! Theme Name: Pirate-Rogue -Version: 1.4.9 +Version: 1.4.10-2 Requires at least: 5.0 Tested up to: 5.7 Requires PHP: 7.3 @@ -15,4 +15,17221 @@ License: GPL-3.0-or-later License URI: http://www.gnu.org/licenses/gpl-3.0.html Tags: three-columns, two-columns, one-column, right-sidebar, featured-images Text Domain: pirate-rogue -*/@font-face{font-family:roboto;src:url(fonts/roboto/Roboto-Bold-webfont.eot);src:url(fonts/roboto/Roboto-Bold-webfont.eot?#iefix) format("embedded-opentype"),url(fonts/roboto/Roboto-Bold-webfont.woff) format("woff"),url(fonts/roboto/Roboto-Bold-webfont.ttf) format("truetype"),url(fonts/roboto/Roboto-Bold-webfont.svg#robotobold) format("svg");font-weight:700;font-style:normal}@font-face{font-family:roboto;src:url(fonts/roboto/Roboto-BoldItalic-webfont.eot);src:url(fonts/roboto/Roboto-BoldItalic-webfont.eot?#iefix) format("embedded-opentype"),url(fonts/roboto/Roboto-BoldItalic-webfont.woff) format("woff"),url(fonts/roboto/Roboto-BoldItalic-webfont.ttf) format("truetype"),url(fonts/roboto/Roboto-BoldItalic-webfont.svg#robotobold_italic) format("svg");font-weight:700;font-style:italic}@font-face{font-family:roboto;src:url(fonts/roboto/Roboto-Italic-webfont.eot);src:url(fonts/roboto/Roboto-Italic-webfont.eot?#iefix) format("embedded-opentype"),url(fonts/roboto/Roboto-Italic-webfont.woff) format("woff"),url(fonts/roboto/Roboto-Italic-webfont.ttf) format("truetype"),url(fonts/roboto/Roboto-Italic-webfont.svg#robotoitalic) format("svg");font-weight:400;font-style:italic}@font-face{font-family:roboto;src:url(fonts/roboto/Roboto-Regular-webfont.eot);src:url(fonts/roboto/Roboto-Regular-webfont.eot?#iefix) format("embedded-opentype"),url(fonts/roboto/Roboto-Regular-webfont.woff) format("woff"),url(fonts/roboto/Roboto-Regular-webfont.ttf) format("truetype"),url(fonts/roboto/Roboto-Regular-webfont.svg#robotoregular) format("svg");font-weight:400;font-style:normal}@font-face{font-family:roboto-light;src:url(fonts/roboto/Roboto-Light-webfont.eot);src:url(fonts/roboto/Roboto-Light-webfont.eot?#iefix) format("embedded-opentype"),url(fonts/roboto/Roboto-Light-webfont.woff) format("woff"),url(fonts/roboto/Roboto-Light-webfont.ttf) format("truetype"),url(fonts/roboto/Roboto-Light-webfont.svg#robotolight) format("svg");font-weight:400;font-style:normal}@font-face{font-family:DejaWeb;src:url(fonts/dejaweb/DejaWeb-Bold.ttf);src:url(fonts/dejaweb/DejaWeb-Bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:DejaWeb;src:url(fonts/dejaweb/DejaWeb-BoldItalic.ttf);src:url(fonts/dejaweb/DejaWeb-BoldItalic.ttf) format("truetype");font-weight:700;font-style:italic}@font-face{font-family:DejaWeb;src:url(fonts/dejaweb/DejaWeb-Italic.ttf);src:url(fonts/dejaweb/DejaWeb-Italic.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:DejaWeb;src:url(fonts/dejaweb/DejaWeb.ttf);src:url(fonts/dejaweb/DejaWeb.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:FontAwesome;src:url(fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0);src:url(fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),url(fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0) format("woff"),url(fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),url(fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");font-weight:400;font-style:normal}#comments-toggle:before,#comments .comment-reply a:before,#desktop-navigation ul.menu li .external a:after,#desktop-navigation ul.menu li.menu-item-has-children>a:after,#overlay-close:before,#overlay-open-sticky:before,#overlay-open:before,.accordion .accordion-group .accordion-heading .accordion-toggle:before,.dropdown-toggle:after,.entry-comments a:before,.entry-content ul li:before,.entry-content ul li ul li:before,.fa,.featured-slider button.slick-next:after,.featured-slider button.slick-prev:after,.gallery .slick-dots li button:before,.gallery .slick-next:before,.gallery .slick-prev:before,.gallery [dir=rtl] .slick-next:before,.search-open:before,.single-post .pagebreak-links .next:after,.single-post .pagebreak-links .prev:before,.single-post .post-navigation .next:after,.single-post .post-navigation .prev:before,.social-nav ul li a:before,[class*=" picrew-icon-"],[class^=picrew-icon-]{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-15%}#overlay-close:before,#overlay-open-sticky:before,#overlay-open:before,.fa-2x{font-size:2em}.fa-3x,.gallery .slick-next:before,.gallery .slick-prev:before{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571em;text-align:center}.fa-ul,.social-nav ul{padding-left:0;margin-left:2.14286em;list-style-type:none}.fa-ul>li,.social-nav ul>li{position:relative}.fa-li{position:absolute;left:-2.14286em;width:2.14286em;top:.14286em;text-align:center}.fa-li.fa-lg{left:-1.85714em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}#comments .comment-reply a.fa-pull-left:before,#desktop-navigation ul.menu li .external a.fa-pull-left:after,#desktop-navigation ul.menu li.menu-item-has-children>a.fa-pull-left:after,.accordion .accordion-group .accordion-heading .fa-pull-left.accordion-toggle:before,.entry-comments a.fa-pull-left:before,.entry-content ul li.fa-pull-left:before,.fa-pull-left#comments-toggle:before,.fa-pull-left#overlay-close:before,.fa-pull-left#overlay-open-sticky:before,.fa-pull-left#overlay-open:before,.fa-pull-left.dropdown-toggle:after,.fa-pull-left.search-open:before,.fa-pull-left[class*=" picrew-icon-"],.fa-pull-left[class^=picrew-icon-],.fa.fa-pull-left,.featured-slider button.fa-pull-left.slick-next:after,.featured-slider button.fa-pull-left.slick-prev:after,.gallery .fa-pull-left.slick-next:before,.gallery .fa-pull-left.slick-prev:before,.gallery .slick-dots li button.fa-pull-left:before,.single-post .pagebreak-links .fa-pull-left.next:after,.single-post .pagebreak-links .fa-pull-left.prev:before,.single-post .post-navigation .fa-pull-left.next:after,.single-post .post-navigation .fa-pull-left.prev:before,.social-nav ul li a.fa-pull-left:before{margin-right:.3em}#comments .comment-reply a.fa-pull-right:before,#desktop-navigation ul.menu li .external a.fa-pull-right:after,#desktop-navigation ul.menu li.menu-item-has-children>a.fa-pull-right:after,.accordion .accordion-group .accordion-heading .fa-pull-right.accordion-toggle:before,.entry-comments a.fa-pull-right:before,.entry-content ul li.fa-pull-right:before,.fa-pull-right#comments-toggle:before,.fa-pull-right#overlay-close:before,.fa-pull-right#overlay-open-sticky:before,.fa-pull-right#overlay-open:before,.fa-pull-right.dropdown-toggle:after,.fa-pull-right.search-open:before,.fa-pull-right[class*=" picrew-icon-"],.fa-pull-right[class^=picrew-icon-],.fa.fa-pull-right,.featured-slider button.fa-pull-right.slick-next:after,.featured-slider button.fa-pull-right.slick-prev:after,.gallery .fa-pull-right.slick-next:before,.gallery .fa-pull-right.slick-prev:before,.gallery .slick-dots li button.fa-pull-right:before,.single-post .pagebreak-links .fa-pull-right.next:after,.single-post .pagebreak-links .fa-pull-right.prev:before,.single-post .post-navigation .fa-pull-right.next:after,.single-post .post-navigation .fa-pull-right.prev:before,.social-nav ul li a.fa-pull-right:before{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}#comments .comment-reply a.pull-left:before,#desktop-navigation ul.menu li .external a.pull-left:after,#desktop-navigation ul.menu li.menu-item-has-children>a.pull-left:after,.accordion .accordion-group .accordion-heading .pull-left.accordion-toggle:before,.entry-comments a.pull-left:before,.entry-content ul li.pull-left:before,.fa.pull-left,.featured-slider button.pull-left.slick-next:after,.featured-slider button.pull-left.slick-prev:after,.gallery .pull-left.slick-next:before,.gallery .pull-left.slick-prev:before,.gallery .slick-dots li button.pull-left:before,.pull-left#comments-toggle:before,.pull-left#overlay-close:before,.pull-left#overlay-open-sticky:before,.pull-left#overlay-open:before,.pull-left.dropdown-toggle:after,.pull-left.search-open:before,.pull-left[class*=" picrew-icon-"],.pull-left[class^=picrew-icon-],.single-post .pagebreak-links .pull-left.next:after,.single-post .pagebreak-links .pull-left.prev:before,.single-post .post-navigation .pull-left.next:after,.single-post .post-navigation .pull-left.prev:before,.social-nav ul li a.pull-left:before{margin-right:.3em}#comments .comment-reply a.pull-right:before,#desktop-navigation ul.menu li .external a.pull-right:after,#desktop-navigation ul.menu li.menu-item-has-children>a.pull-right:after,.accordion .accordion-group .accordion-heading .pull-right.accordion-toggle:before,.entry-comments a.pull-right:before,.entry-content ul li.pull-right:before,.fa.pull-right,.featured-slider button.pull-right.slick-next:after,.featured-slider button.pull-right.slick-prev:after,.gallery .pull-right.slick-next:before,.gallery .pull-right.slick-prev:before,.gallery .slick-dots li button.pull-right:before,.pull-right#comments-toggle:before,.pull-right#overlay-close:before,.pull-right#overlay-open-sticky:before,.pull-right#overlay-open:before,.pull-right.dropdown-toggle:after,.pull-right.search-open:before,.pull-right[class*=" picrew-icon-"],.pull-right[class^=picrew-icon-],.single-post .pagebreak-links .pull-right.next:after,.single-post .pagebreak-links .pull-right.prev:before,.single-post .post-navigation .pull-right.next:after,.single-post .post-navigation .pull-right.prev:before,.social-nav ul li a.pull-right:before{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scaleY(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:""}.fa-music:before{content:""}.fa-search:before,.search-open:before{content:""}.fa-envelope-o:before,.social-nav ul li a[href^=mailto]:before{content:""}.fa-heart:before{content:""}.fa-star:before,.social-nav ul li a:before{content:""}.fa-star-o:before{content:""}.fa-user:before{content:""}.fa-film:before{content:""}.fa-th-large:before{content:""}.fa-th:before{content:""}.fa-th-list:before{content:""}.fa-check:before{content:""}#overlay-close:before,.fa-close:before,.fa-remove:before,.fa-times:before{content:""}.fa-search-plus:before{content:""}.fa-search-minus:before{content:""}.fa-power-off:before{content:""}.fa-signal:before{content:""}.fa-cog:before,.fa-gear:before{content:""}.fa-trash-o:before{content:""}.fa-home:before{content:""}.fa-file-o:before{content:""}.fa-clock-o:before{content:""}.fa-road:before{content:""}.fa-download:before{content:""}.fa-arrow-circle-o-down:before{content:""}.fa-arrow-circle-o-up:before{content:""}.fa-inbox:before{content:""}.fa-play-circle-o:before{content:""}.fa-repeat:before,.fa-rotate-right:before{content:""}.fa-refresh:before,.social-nav ul li a[href*="flattr.com"]:before{content:""}.fa-list-alt:before{content:""}.fa-lock:before{content:""}.fa-flag:before{content:""}.fa-headphones:before{content:""}.fa-volume-off:before{content:""}.fa-volume-down:before{content:""}.fa-volume-up:before{content:""}.fa-qrcode:before{content:""}.fa-barcode:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-book:before{content:""}.fa-bookmark:before{content:""}.fa-print:before{content:""}.fa-camera:before{content:""}.fa-font:before{content:""}.fa-bold:before{content:""}.fa-italic:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-align-left:before{content:""}.fa-align-center:before{content:""}.fa-align-right:before{content:""}.fa-align-justify:before{content:""}.fa-list:before{content:""}.fa-dedent:before,.fa-outdent:before{content:""}.fa-indent:before{content:""}.fa-video-camera:before{content:""}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:""}.fa-pencil:before{content:""}.fa-map-marker:before{content:""}.fa-adjust:before{content:""}.fa-tint:before{content:""}.fa-edit:before,.fa-pencil-square-o:before{content:""}.fa-share-square-o:before{content:""}.fa-check-square-o:before{content:""}.fa-arrows:before{content:""}.fa-step-backward:before{content:""}.fa-fast-backward:before{content:""}.fa-backward:before{content:""}.fa-play:before{content:""}.fa-pause:before{content:""}.fa-stop:before{content:""}.fa-forward:before{content:""}.fa-fast-forward:before{content:""}.fa-step-forward:before{content:""}.fa-eject:before{content:""}.fa-chevron-left:before,.gallery .slick-prev:before,.gallery [dir=rtl] .slick-next:before{content:""}.fa-chevron-right:before,.gallery .slick-next:before,.gallery [dir=rtl] .slick-prev:before{content:""}.fa-plus-circle:before{content:""}.fa-minus-circle:before{content:""}.fa-times-circle:before{content:""}.fa-check-circle:before{content:""}.fa-question-circle:before{content:""}.fa-info-circle:before{content:""}.fa-crosshairs:before{content:""}.fa-times-circle-o:before{content:""}.fa-check-circle-o:before{content:""}.fa-ban:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrow-down:before{content:""}.fa-mail-forward:before,.fa-share:before{content:""}.fa-expand:before{content:""}.fa-compress:before{content:""}.fa-plus:before{content:""}.fa-minus:before{content:""}.fa-asterisk:before{content:""}.fa-exclamation-circle:before{content:""}.fa-gift:before{content:""}.fa-leaf:before{content:""}.fa-fire:before{content:""}.fa-eye:before{content:""}.fa-eye-slash:before{content:""}.fa-exclamation-triangle:before,.fa-warning:before{content:""}.fa-plane:before{content:""}.fa-calendar:before{content:""}.fa-random:before{content:""}.fa-comment:before{content:""}.fa-magnet:before{content:""}.fa-chevron-up:before{content:""}.fa-chevron-down:before{content:""}.fa-retweet:before{content:""}.fa-shopping-cart:before{content:""}.fa-folder:before{content:""}.fa-folder-open:before{content:""}.fa-arrows-v:before{content:""}.fa-arrows-h:before{content:""}.fa-bar-chart-o:before,.fa-bar-chart:before{content:""}.fa-twitter-square:before{content:""}.fa-facebook-square:before{content:""}.fa-camera-retro:before{content:""}.fa-key:before{content:""}.fa-cogs:before,.fa-gears:before{content:""}.fa-comments:before{content:""}.fa-thumbs-o-up:before{content:""}.fa-thumbs-o-down:before{content:""}.fa-star-half:before{content:""}.fa-heart-o:before{content:""}.fa-sign-out:before{content:""}.fa-linkedin-square:before{content:""}.fa-thumb-tack:before{content:""}.fa-external-link:before{content:""}.fa-sign-in:before{content:""}.fa-trophy:before{content:""}.fa-github-square:before{content:""}.fa-upload:before{content:""}.fa-lemon-o:before{content:""}.fa-phone:before{content:""}.fa-square-o:before{content:""}.fa-bookmark-o:before{content:""}.fa-phone-square:before{content:""}.fa-twitter:before,.social-nav ul li a[href*="twitter.com"]:before{content:""}.fa-facebook-f:before,.fa-facebook:before,.social-nav ul li a[href*="facebook.com"]:before{content:""}.fa-github:before,.social-nav ul li a[href*="github.com"]:before{content:""}.fa-unlock:before{content:""}.fa-credit-card:before{content:""}.fa-feed:before,.fa-rss:before,.social-nav ul li a[href*=feed]:before{content:""}.fa-hdd-o:before{content:""}.fa-bullhorn:before{content:""}.fa-bell:before{content:""}.fa-certificate:before{content:""}.fa-hand-o-right:before{content:""}.fa-hand-o-left:before{content:""}.fa-hand-o-up:before{content:""}.fa-hand-o-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-globe:before{content:""}.fa-wrench:before{content:""}.fa-tasks:before{content:""}.fa-filter:before{content:""}.fa-briefcase:before{content:""}.fa-arrows-alt:before{content:""}.fa-group:before,.fa-users:before{content:""}.fa-chain:before,.fa-link:before{content:""}.fa-cloud:before{content:""}.fa-flask:before{content:""}.fa-cut:before,.fa-scissors:before{content:""}.fa-copy:before,.fa-files-o:before{content:""}.fa-paperclip:before{content:""}.fa-floppy-o:before,.fa-save:before{content:""}.fa-square:before{content:""}#overlay-open-sticky:before,#overlay-open:before,.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:""}.fa-list-ul:before{content:""}.fa-list-ol:before{content:""}.fa-strikethrough:before{content:""}.fa-underline:before{content:""}.fa-table:before{content:""}.fa-magic:before{content:""}.fa-truck:before{content:""}.fa-pinterest:before,.social-nav ul li a[href*="pinterest.com"]:before{content:""}.fa-pinterest-square:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-plus:before{content:""}.fa-money:before{content:""}.accordion .accordion-group .accordion-heading .accordion-toggle:before,.fa-caret-down:before{content:""}.accordion .accordion-group .accordion-heading .accordion-toggle.active:before,.accordion .accordion-group .accordion-heading .accordion-toggle.active:focus:before,.accordion .accordion-group .accordion-heading .accordion-toggle.active:hover:before,.fa-caret-up:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-columns:before{content:""}.fa-sort:before,.fa-unsorted:before{content:""}.fa-sort-desc:before,.fa-sort-down:before{content:""}.fa-sort-asc:before,.fa-sort-up:before{content:""}.fa-envelope:before,.social-nav ul li a[href*="lists.piratenpartei.de"]:before{content:""}.fa-linkedin:before,.social-nav ul li a[href*="linkedin.com"]:before{content:""}.fa-rotate-left:before,.fa-undo:before{content:""}.fa-gavel:before,.fa-legal:before{content:""}.fa-dashboard:before,.fa-tachometer:before{content:""}#comments-toggle:before,.entry-comments a:before,.fa-comment-o:before{content:""}.fa-comments-o:before{content:""}.fa-bolt:before,.fa-flash:before{content:""}.fa-sitemap:before{content:""}.fa-umbrella:before{content:""}.fa-clipboard:before,.fa-paste:before{content:""}.fa-lightbulb-o:before{content:""}.fa-exchange:before{content:""}.fa-cloud-download:before{content:""}.fa-cloud-upload:before{content:""}.fa-user-md:before{content:""}.fa-stethoscope:before{content:""}.fa-suitcase:before{content:""}.fa-bell-o:before{content:""}.fa-coffee:before{content:""}.fa-cutlery:before{content:""}.fa-file-text-o:before{content:""}.fa-building-o:before{content:""}.fa-hospital-o:before{content:""}.fa-ambulance:before{content:""}.fa-medkit:before{content:""}.fa-fighter-jet:before{content:""}.fa-beer:before{content:""}.fa-h-square:before{content:""}.fa-plus-square:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angle-down:before{content:""}.fa-desktop:before{content:""}.fa-laptop:before{content:""}.fa-tablet:before{content:""}.fa-mobile-phone:before,.fa-mobile:before{content:""}.fa-circle-o:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-spinner:before{content:""}.fa-circle:before,.gallery .slick-dots li button:before{content:""}.fa-mail-reply:before,.fa-reply:before{content:""}.fa-github-alt:before{content:""}.fa-folder-o:before{content:""}.fa-folder-open-o:before{content:""}.fa-smile-o:before{content:""}.fa-frown-o:before{content:""}.fa-meh-o:before{content:""}.fa-gamepad:before{content:""}.fa-keyboard-o:before{content:""}.fa-flag-o:before{content:""}.fa-flag-checkered:before{content:""}.fa-terminal:before{content:""}.fa-code:before{content:""}.fa-mail-reply-all:before,.fa-reply-all:before{content:""}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:""}.fa-location-arrow:before{content:""}.fa-crop:before{content:""}.fa-code-fork:before{content:""}.fa-chain-broken:before,.fa-unlink:before{content:""}.fa-question:before{content:""}.fa-info:before{content:""}.fa-exclamation:before{content:""}.fa-superscript:before{content:""}.fa-subscript:before{content:""}.fa-eraser:before{content:""}.fa-puzzle-piece:before{content:""}.fa-microphone:before{content:""}.fa-microphone-slash:before{content:""}.fa-shield:before{content:""}.fa-calendar-o:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-rocket:before{content:""}.fa-maxcdn:before{content:""}.fa-chevron-circle-left:before,.single-post .pagebreak-links .prev:before,.single-post .post-navigation .prev:before{content:""}.entry-content ul li:before,.entry-content ul li ul li:before,.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-html5:before{content:""}.fa-css3:before{content:""}.fa-anchor:before{content:""}.fa-unlock-alt:before{content:""}.fa-bullseye:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-rss-square:before{content:""}.fa-play-circle:before{content:""}.fa-ticket:before{content:""}.fa-minus-square:before{content:""}.fa-minus-square-o:before{content:""}.fa-level-up:before{content:""}.fa-level-down:before{content:""}.fa-check-square:before{content:""}.fa-pencil-square:before{content:""}.fa-external-link-square:before{content:""}.fa-share-square:before{content:""}.fa-compass:before{content:""}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:""}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:""}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:""}.fa-eur:before,.fa-euro:before{content:""}.fa-gbp:before{content:""}.fa-dollar:before,.fa-usd:before{content:""}.fa-inr:before,.fa-rupee:before{content:""}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:""}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:""}.fa-krw:before,.fa-won:before{content:""}.fa-bitcoin:before,.fa-btc:before{content:""}.fa-file:before{content:""}.fa-file-text:before{content:""}.fa-sort-alpha-asc:before{content:""}.fa-sort-alpha-desc:before{content:""}.fa-sort-amount-asc:before{content:""}.fa-sort-amount-desc:before{content:""}.fa-sort-numeric-asc:before{content:""}.fa-sort-numeric-desc:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbs-down:before{content:""}.fa-youtube-square:before{content:""}.fa-youtube:before,.social-nav ul li a[href*="youtube.com"]:before{content:""}.fa-xing:before,.social-nav ul li a[href*="xing.com"]:before{content:"\f168"}.fa-xing-square:before{content:""}.fa-youtube-play:before{content:""}.fa-dropbox:before{content:""}.fa-stack-overflow:before{content:""}.fa-instagram:before,.social-nav ul li a[href*="instagram.com"]:before{content:""}.fa-flickr:before,.social-nav ul li a[href*="flickr.com"]:before{content:""}.fa-adn:before{content:""}.fa-bitbucket:before{content:""}.fa-bitbucket-square:before{content:""}.fa-tumblr:before,.social-nav ul li a[href*="tumblr.com"]:before{content:""}.fa-tumblr-square:before{content:""}.fa-long-arrow-down:before{content:""}.fa-long-arrow-up:before{content:""}.fa-long-arrow-left:before{content:""}.fa-long-arrow-right:before{content:""}.fa-apple:before{content:""}.fa-windows:before{content:""}.fa-android:before{content:""}.fa-linux:before{content:""}.fa-dribbble:before{content:""}.fa-skype:before,.social-nav ul li a[href*="skype.com"]:before,.social-nav ul li a[href*="skype:"]:before{content:""}.fa-foursquare:before{content:""}.fa-trello:before{content:""}.fa-female:before{content:""}.fa-male:before{content:""}.fa-gittip:before,.fa-gratipay:before{content:""}.fa-sun-o:before{content:""}.fa-moon-o:before{content:""}.fa-archive:before{content:""}.fa-bug:before{content:""}.fa-vk:before{content:""}.fa-weibo:before{content:""}.fa-renren:before{content:""}.fa-pagelines:before{content:""}.fa-stack-exchange:before{content:""}.fa-arrow-circle-o-right:before{content:""}.fa-arrow-circle-o-left:before{content:""}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:""}.fa-dot-circle-o:before{content:""}.fa-wheelchair:before{content:""}.fa-vimeo-square:before{content:""}.fa-try:before,.fa-turkish-lira:before{content:""}.fa-plus-square-o:before{content:""}.fa-space-shuttle:before{content:""}.fa-slack:before,.social-nav ul li a[href*="slack.com"]:before{content:""}.fa-envelope-square:before{content:""}.fa-wordpress:before,.social-nav ul li a[href*="wordpress.com"]:before,.social-nav ul li a[href*="wordpress.org"]:before{content:""}.fa-openid:before{content:""}.fa-bank:before,.fa-institution:before,.fa-university:before{content:""}.fa-graduation-cap:before,.fa-mortar-board:before{content:""}.fa-yahoo:before{content:""}.fa-google:before,.social-nav ul li a[href*="google.com"]:before{content:""}.fa-reddit:before,.social-nav ul li a[href*="reddit.com"]:before{content:""}.fa-reddit-square:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-stumbleupon:before,.social-nav ul li a[href*="stumbleupon.com"]:before{content:""}.fa-delicious:before,.social-nav ul li a[href*="delicious.com"]:before{content:""}.fa-digg:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-drupal:before{content:""}.fa-joomla:before{content:""}.fa-language:before{content:""}.fa-fax:before{content:""}.fa-building:before{content:""}.fa-child:before{content:""}.fa-paw:before{content:""}.fa-spoon:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-recycle:before{content:""}.fa-automobile:before,.fa-car:before{content:""}.fa-cab:before,.fa-taxi:before{content:""}.fa-tree:before{content:""}.fa-spotify:before,.social-nav ul li a[href*="spotify.com"]:before{content:""}.fa-deviantart:before{content:""}.fa-soundcloud:before{content:""}.fa-database:before{content:""}.fa-file-pdf-o:before{content:""}.fa-file-word-o:before{content:""}.fa-file-excel-o:before{content:""}.fa-file-powerpoint-o:before{content:""}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:""}.fa-file-archive-o:before,.fa-file-zip-o:before{content:""}.fa-file-audio-o:before,.fa-file-sound-o:before{content:""}.fa-file-movie-o:before,.fa-file-video-o:before{content:""}.fa-file-code-o:before{content:""}.fa-vine:before{content:""}.fa-codepen:before{content:""}.fa-jsfiddle:before{content:""}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:""}.fa-circle-o-notch:before{content:""}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:""}.fa-empire:before,.fa-ge:before{content:""}.fa-git-square:before{content:""}.fa-git:before{content:""}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:""}.fa-tencent-weibo:before{content:""}.fa-qq:before{content:""}.fa-wechat:before,.fa-weixin:before{content:""}.fa-paper-plane:before,.fa-send:before{content:""}.fa-paper-plane-o:before,.fa-send-o:before{content:""}.fa-history:before{content:""}.fa-circle-thin:before{content:""}.fa-header:before{content:""}.fa-paragraph:before{content:""}.fa-sliders:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-bomb:before{content:""}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:""}.fa-tty:before{content:""}.fa-binoculars:before{content:""}.fa-plug:before{content:""}.fa-slideshare:before,.social-nav ul li a[href*="slideshare.com"]:before{content:""}.fa-twitch:before{content:""}.fa-yelp:before{content:""}.fa-newspaper-o:before{content:""}.fa-wifi:before{content:""}.fa-calculator:before{content:""}.fa-paypal:before{content:""}.fa-google-wallet:before{content:""}.fa-cc-visa:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-bell-slash:before{content:""}.fa-bell-slash-o:before{content:""}.fa-trash:before{content:""}.fa-copyright:before{content:""}.fa-at:before{content:""}.fa-eyedropper:before{content:""}.fa-paint-brush:before{content:""}.fa-birthday-cake:before{content:""}.fa-area-chart:before{content:""}.fa-pie-chart:before{content:""}.fa-line-chart:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-bicycle:before{content:""}.fa-bus:before{content:""}.fa-ioxhost:before{content:""}.fa-angellist:before{content:""}.fa-cc:before{content:""}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:""}.fa-meanpath:before{content:""}.fa-buysellads:before{content:""}.fa-connectdevelop:before{content:""}.fa-dashcube:before{content:""}.fa-forumbee:before{content:""}.fa-leanpub:before{content:""}.fa-sellsy:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-simplybuilt:before{content:""}.fa-skyatlas:before{content:""}.fa-cart-plus:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-diamond:before{content:""}.fa-ship:before{content:""}.fa-user-secret:before{content:""}.fa-motorcycle:before{content:""}.fa-street-view:before{content:""}.fa-heartbeat:before{content:""}.fa-venus:before{content:""}.fa-mars:before{content:""}.fa-mercury:before{content:""}.fa-intersex:before,.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-venus-double:before{content:""}.fa-mars-double:before{content:""}.fa-venus-mars:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-neuter:before{content:""}.fa-genderless:before{content:""}.fa-facebook-official:before{content:""}.fa-pinterest-p:before{content:""}.fa-whatsapp:before,.social-nav ul li a[href*="whatsapp.com"]:before{content:""}.fa-server:before{content:""}.fa-user-plus:before{content:""}.fa-user-times:before{content:""}.fa-bed:before,.fa-hotel:before{content:""}.fa-viacoin:before{content:""}.fa-train:before{content:""}.fa-subway:before{content:""}.fa-medium:before{content:""}.fa-y-combinator:before,.fa-yc:before{content:""}.fa-optin-monster:before{content:""}.fa-opencart:before{content:""}.fa-expeditedssl:before{content:""}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:""}.fa-battery-3:before,.fa-battery-three-quarters:before{content:""}.fa-battery-2:before,.fa-battery-half:before{content:""}.fa-battery-1:before,.fa-battery-quarter:before{content:""}.fa-battery-0:before,.fa-battery-empty:before{content:""}.fa-mouse-pointer:before{content:""}.fa-i-cursor:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-sticky-note:before{content:""}.fa-sticky-note-o:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-diners-club:before{content:""}.fa-clone:before{content:""}.fa-balance-scale:before{content:""}.fa-hourglass-o:before{content:""}.fa-hourglass-1:before,.fa-hourglass-start:before{content:""}.fa-hourglass-2:before,.fa-hourglass-half:before{content:""}.fa-hourglass-3:before,.fa-hourglass-end:before{content:""}.fa-hourglass:before{content:""}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:""}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:""}.fa-hand-scissors-o:before{content:""}.fa-hand-lizard-o:before{content:""}.fa-hand-spock-o:before{content:""}.fa-hand-pointer-o:before{content:""}.fa-hand-peace-o:before{content:""}.fa-trademark:before{content:""}.fa-registered:before{content:""}.fa-creative-commons:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-tripadvisor:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-get-pocket:before{content:""}.fa-wikipedia-w:before{content:""}.fa-safari:before{content:""}.fa-chrome:before{content:""}.fa-firefox:before{content:""}.fa-opera:before{content:""}.fa-internet-explorer:before{content:""}.fa-television:before,.fa-tv:before{content:""}.fa-contao:before{content:""}.fa-500px:before{content:""}.fa-amazon:before{content:""}.fa-calendar-plus-o:before{content:""}.fa-calendar-minus-o:before{content:""}.fa-calendar-times-o:before{content:""}.fa-calendar-check-o:before{content:""}.fa-industry:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-map-o:before{content:""}.fa-map:before{content:""}.fa-commenting:before{content:""}#comments .comment-reply a:before,.comments-show #comments-toggle:before,.fa-commenting-o:before{content:""}.fa-houzz:before{content:""}.fa-vimeo:before,.social-nav ul li a[href*="vimeo.com"]:before{content:""}.fa-black-tie:before{content:""}.fa-fonticons:before{content:""}.fa-reddit-alien:before{content:""}.fa-edge:before{content:""}.fa-credit-card-alt:before{content:""}.fa-codiepie:before{content:""}.fa-modx:before{content:""}.fa-fort-awesome:before{content:""}.fa-usb:before{content:""}.fa-product-hunt:before{content:""}.fa-mixcloud:before{content:""}.fa-scribd:before{content:""}.fa-pause-circle:before{content:""}.fa-pause-circle-o:before{content:""}.fa-stop-circle:before{content:""}.fa-stop-circle-o:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-hashtag:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-percent:before{content:""}.fa-gitlab:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpforms:before{content:""}.fa-envira:before{content:""}.fa-universal-access:before{content:""}.fa-wheelchair-alt:before{content:""}.fa-question-circle-o:before{content:""}.fa-blind:before{content:""}.fa-audio-description:before{content:""}.fa-volume-control-phone:before{content:""}.fa-braille:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:""}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-sign-language:before,.fa-signing:before{content:""}.fa-low-vision:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-snapchat:before,.social-nav ul li a[href*="snapchat.com"]:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-pied-piper:before{content:""}.fa-first-order:before{content:""}.fa-yoast:before{content:""}.fa-themeisle:before{content:""}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:""}.fa-fa:before,.fa-font-awesome:before{content:""}.fa-handshake-o:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-open-o:before{content:""}.fa-linode:before{content:""}.fa-address-book:before{content:""}.fa-address-book-o:before{content:""}.fa-address-card:before,.fa-vcard:before{content:""}.fa-address-card-o:before,.fa-vcard-o:before{content:""}.fa-user-circle:before{content:""}.fa-user-circle-o:before{content:""}.fa-user-o:before{content:""}.fa-id-badge:before{content:""}.fa-drivers-license:before,.fa-id-card:before{content:""}.fa-drivers-license-o:before,.fa-id-card-o:before{content:""}.fa-quora:before{content:""}.fa-free-code-camp:before{content:""}.fa-telegram:before{content:""}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:""}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:""}.fa-thermometer-2:before,.fa-thermometer-half:before{content:""}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:""}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:""}.fa-shower:before{content:""}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:""}.fa-podcast:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-times-rectangle:before,.fa-window-close:before{content:""}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:""}.fa-bandcamp:before{content:""}.fa-grav:before{content:""}.fa-etsy:before{content:""}.fa-imdb:before{content:""}.fa-ravelry:before{content:""}.fa-eercast:before{content:""}.fa-microchip:before{content:""}.fa-snowflake-o:before{content:""}.fa-superpowers:before{content:""}.fa-wpexplorer:before{content:""}.fa-meetup:before{content:""}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.big-instagram-wrap .clear,.contact-form input[type=submit],.entry-content,.entry-content blockquote p,.entry-content dl,.entry-content ol,.entry-content p,.entry-content p span.uppercase,.entry-content table,.entry-content ul,.entry-header p.intro,.entry-summary,.jetpack_subscription_widget #subscribe-email input[type=email],.jetpack_subscription_widget #subscribe-submit input[type=submit],.section-about-column-one p cite,.section-about-column-two .social-nav ul li a,.single-product .entry-summary h1,.site-content div.wpcf7 input,.site-content div.wpcf7 p,.site-content div.wpcf7 textarea,.title-footer,.widget,.widget_mc4wp_form_widget input[type=email],.widget_mc4wp_form_widget input[type=submit],a.standard-btn,input,p.section-about-text,p.site-title,p.text-big,p.text-small,textarea{font-family:DejaWeb,sans-serif}.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{position:relative;min-height:1px;padding-left:0;padding-right:0}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-1{width:8.33333%}.col-xs-2{width:16.66667%}.col-xs-3{width:25%}.col-xs-4{width:33.33333%}.col-xs-5{width:41.66667%}.col-xs-6{width:50%}.col-xs-7{width:58.33333%}.col-xs-8{width:66.66667%}.col-xs-9{width:75%}.col-xs-10{width:83.33333%}.col-xs-11{width:91.66667%}.col-xs-12{width:100%}.col-xs-pull-0{right:auto}.col-xs-pull-1{right:8.33333%}.col-xs-pull-2{right:16.66667%}.col-xs-pull-3{right:25%}.col-xs-pull-4{right:33.33333%}.col-xs-pull-5{right:41.66667%}.col-xs-pull-6{right:50%}.col-xs-pull-7{right:58.33333%}.col-xs-pull-8{right:66.66667%}.col-xs-pull-9{right:75%}.col-xs-pull-10{right:83.33333%}.col-xs-pull-11{right:91.66667%}.col-xs-pull-12{right:100%}.col-xs-push-0{left:auto}.col-xs-push-1{left:8.33333%}.col-xs-push-2{left:16.66667%}.col-xs-push-3{left:25%}.col-xs-push-4{left:33.33333%}.col-xs-push-5{left:41.66667%}.col-xs-push-6{left:50%}.col-xs-push-7{left:58.33333%}.col-xs-push-8{left:66.66667%}.col-xs-push-9{left:75%}.col-xs-push-10{left:83.33333%}.col-xs-push-11{left:91.66667%}.col-xs-push-12{left:100%}.col-xs-offset-0{margin-left:0}.col-xs-offset-1{margin-left:8.33333%}.col-xs-offset-2{margin-left:16.66667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.33333%}.col-xs-offset-5{margin-left:41.66667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.33333%}.col-xs-offset-8{margin-left:66.66667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.33333%}.col-xs-offset-11{margin-left:91.66667%}.col-xs-offset-12{margin-left:100%}@media (min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-1{width:8.33333%}.col-sm-2{width:16.66667%}.col-sm-3{width:25%}.col-sm-4{width:33.33333%}.col-sm-5{width:41.66667%}.col-sm-6{width:50%}.col-sm-7{width:58.33333%}.col-sm-8{width:66.66667%}.col-sm-9{width:75%}.col-sm-10{width:83.33333%}.col-sm-11{width:91.66667%}.col-sm-12{width:100%}.col-sm-pull-0{right:auto}.col-sm-pull-1{right:8.33333%}.col-sm-pull-2{right:16.66667%}.col-sm-pull-3{right:25%}.col-sm-pull-4{right:33.33333%}.col-sm-pull-5{right:41.66667%}.col-sm-pull-6{right:50%}.col-sm-pull-7{right:58.33333%}.col-sm-pull-8{right:66.66667%}.col-sm-pull-9{right:75%}.col-sm-pull-10{right:83.33333%}.col-sm-pull-11{right:91.66667%}.col-sm-pull-12{right:100%}.col-sm-push-0{left:auto}.col-sm-push-1{left:8.33333%}.col-sm-push-2{left:16.66667%}.col-sm-push-3{left:25%}.col-sm-push-4{left:33.33333%}.col-sm-push-5{left:41.66667%}.col-sm-push-6{left:50%}.col-sm-push-7{left:58.33333%}.col-sm-push-8{left:66.66667%}.col-sm-push-9{left:75%}.col-sm-push-10{left:83.33333%}.col-sm-push-11{left:91.66667%}.col-sm-push-12{left:100%}.col-sm-offset-0{margin-left:0}.col-sm-offset-1{margin-left:8.33333%}.col-sm-offset-2{margin-left:16.66667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.33333%}.col-sm-offset-5{margin-left:41.66667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.33333%}.col-sm-offset-8{margin-left:66.66667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.33333%}.col-sm-offset-11{margin-left:91.66667%}.col-sm-offset-12{margin-left:100%}}@media (min-width:979px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-1{width:8.33333%}.col-md-2{width:16.66667%}.col-md-3{width:25%}.col-md-4{width:33.33333%}.col-md-5{width:41.66667%}.col-md-6{width:50%}.col-md-7{width:58.33333%}.col-md-8{width:66.66667%}.col-md-9{width:75%}.col-md-10{width:83.33333%}.col-md-11{width:91.66667%}.col-md-12{width:100%}.col-md-pull-0{right:auto}.col-md-pull-1{right:8.33333%}.col-md-pull-2{right:16.66667%}.col-md-pull-3{right:25%}.col-md-pull-4{right:33.33333%}.col-md-pull-5{right:41.66667%}.col-md-pull-6{right:50%}.col-md-pull-7{right:58.33333%}.col-md-pull-8{right:66.66667%}.col-md-pull-9{right:75%}.col-md-pull-10{right:83.33333%}.col-md-pull-11{right:91.66667%}.col-md-pull-12{right:100%}.col-md-push-0{left:auto}.col-md-push-1{left:8.33333%}.col-md-push-2{left:16.66667%}.col-md-push-3{left:25%}.col-md-push-4{left:33.33333%}.col-md-push-5{left:41.66667%}.col-md-push-6{left:50%}.col-md-push-7{left:58.33333%}.col-md-push-8{left:66.66667%}.col-md-push-9{left:75%}.col-md-push-10{left:83.33333%}.col-md-push-11{left:91.66667%}.col-md-push-12{left:100%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.33333%}.col-md-offset-2{margin-left:16.66667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.33333%}.col-md-offset-5{margin-left:41.66667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.33333%}.col-md-offset-8{margin-left:66.66667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.33333%}.col-md-offset-11{margin-left:91.66667%}.col-md-offset-12{margin-left:100%}}@media (min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-1{width:8.33333%}.col-lg-2{width:16.66667%}.col-lg-3{width:25%}.col-lg-4{width:33.33333%}.col-lg-5{width:41.66667%}.col-lg-6{width:50%}.col-lg-7{width:58.33333%}.col-lg-8{width:66.66667%}.col-lg-9{width:75%}.col-lg-10{width:83.33333%}.col-lg-11{width:91.66667%}.col-lg-12{width:100%}.col-lg-pull-0{right:auto}.col-lg-pull-1{right:8.33333%}.col-lg-pull-2{right:16.66667%}.col-lg-pull-3{right:25%}.col-lg-pull-4{right:33.33333%}.col-lg-pull-5{right:41.66667%}.col-lg-pull-6{right:50%}.col-lg-pull-7{right:58.33333%}.col-lg-pull-8{right:66.66667%}.col-lg-pull-9{right:75%}.col-lg-pull-10{right:83.33333%}.col-lg-pull-11{right:91.66667%}.col-lg-pull-12{right:100%}.col-lg-push-0{left:auto}.col-lg-push-1{left:8.33333%}.col-lg-push-2{left:16.66667%}.col-lg-push-3{left:25%}.col-lg-push-4{left:33.33333%}.col-lg-push-5{left:41.66667%}.col-lg-push-6{left:50%}.col-lg-push-7{left:58.33333%}.col-lg-push-8{left:66.66667%}.col-lg-push-9{left:75%}.col-lg-push-10{left:83.33333%}.col-lg-push-11{left:91.66667%}.col-lg-push-12{left:100%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.33333%}.col-lg-offset-2{margin-left:16.66667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.33333%}.col-lg-offset-5{margin-left:41.66667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.33333%}.col-lg-offset-8{margin-left:66.66667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.33333%}.col-lg-offset-11{margin-left:91.66667%}.col-lg-offset-12{margin-left:100%}}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:DejaWeb,sans-serif;display:block;color:#1a1a1a;background:#fff;font-size:16px;font-size:1rem;line-height:1.35}body.overlay-show{overflow:hidden}body.blog.headerimg-on.header-fullscreen,body.blog.slider-on.slider-fullscreen{padding-top:0}html.overlay-show{overflow:hidden}#colophon,#mobile-social,#overlay-nav ul li a,#overlay-nav ul ul li a,#sidebar-offcanvas .widget,#site-branding,.blog-wrap,.front-section,.mobile-search,.recommended-posts-wrap,.singlepost-wrap{padding-left:5.3125%;padding-right:5.3125%}#offcanvas-widgets-open,.headerimg-on.header-boxed .header-image{margin-left:5.3125%;margin-right:5.3125%}#front-section-four .entry-thumbnail a{width:130%}#front-section-four .type-post,.featured-content{width:100%;overflow:hidden}.headerimg-on .front-section:first-of-type{padding-top:0}.front_section_fourcolumn_excerpt #front-section-fourcolumn .entry-summary,.front_section_sixcolumn_excerpt #front-section-sixcolumn .entry-summary,.front_section_threecolumn_excerpt #front-section-threecolumn .entry-summary,.front_section_twocolumn_excerpt #front-section-twocolumn .entry-summary{display:block}.front_hidecomments .blog .entry-comments,.front_hidedate .blog .entry-date{display:none!important}@media screen and (min-width:64em){.archive .blog-wrap,.error404 .content-wrap,.front-section:first-of-type,.page .content-wrap,.page.has-thumb .blog-wrap,.search .blog-wrap{padding-top:40px}.singlepost-wrap{padding-top:20px}}#desktop-navigation,.desktop-search,.header-social,.search-open,.sticky-header{display:none}#site-branding{position:fixed;top:0;left:0;right:0;display:block;padding-top:5px;padding-bottom:5px;border-bottom:1px solid #ddd;z-index:21;background:#fff}@media screen and (min-width:48em){#site-branding{min-height:46px}}@media screen and (min-width:66.25em){#site-branding{position:relative;width:87.5%;margin-left:auto;margin-right:auto;padding:17px 0 0;border-bottom:none;background:none}}.admin-bar #site-branding{position:absolute;top:46px}@media screen and (min-width:783px){.admin-bar #site-branding{top:32px;position:fixed}}@media screen and (min-width:66.25em){.admin-bar #site-branding{top:0;position:relative}}.home.blog.headerimg-on.header-fullscreen #site-branding{position:absolute}a.site-logo{display:none;line-height:0}.home a.site-logo{display:inline-block}p.site-description{display:none}@media screen and (min-width:66.25em){p.site-description{display:block;text-align:center;margin:0;padding:4px 0 0;font-size:12px;font-size:.75rem;text-transform:uppercase;letter-spacing:1px}.hide-tagline p.site-description{display:none!important}}.header-image{position:relative}.custom-logo-wrap{margin-left:auto;margin-right:auto;text-align:left;display:block}.custom-logo-wrap a.custom-logo-link img{vertical-align:middle;width:auto;max-width:300px;height:49px}@media screen and (min-width:66.25em){.sticky-header{display:block;position:fixed;top:0;left:0;width:100%;background:#fff;min-height:59px;transition:transform .3s;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-shadow:0 0 8px rgba(0,0,0,.25);z-index:100000}.sticky-header.hidden{transform:translateY(-100%);box-shadow:none}.sticky-header p{display:none;font-size:30px;font-size:1.875rem}.hide-header-sticky .sticky-header{display:none!important}.header-stick .sticky-header p{display:block;padding:8px 0 0}.header-stick #overlay-open-sticky{top:0;z-index:9999;width:60px}.custom-logo-wrap{text-align:center}.custom-logo-wrap a.custom-logo-link img{width:auto;height:100px;max-width:360px}.sticky-header .custom-logo-wrap{text-align:center;margin-left:auto;margin-right:auto}.sticky-header .custom-logo-wrap .custom-logo-link img{max-width:400px;width:auto;height:59px}}#overlay-nav{display:block}#overlay-nav ul{list-style:none;margin:0;padding:0}#overlay-nav ul li{display:block;margin:0;padding:0;border-bottom:1px solid #ddd}#overlay-nav ul ul li{margin:0;padding:5px 0;border-bottom:none}#overlay-nav ul li a{display:block;padding-top:15px;padding-bottom:15px}#overlay-nav ul ul.children,#overlay-nav ul ul.sub-menu{display:none;overflow:hidden;margin:0;padding:0 0 10px}#overlay-nav ul ul ul.children,#overlay-nav ul ul ul.sub-menu{margin:0;border-top:none}#overlay-nav ul ul li a{border-bottom:none;padding-top:0;padding-bottom:0;font-weight:400;line-height:1.5;text-transform:none;letter-spacing:0}.dropdown-toggle{border:none;outline:none}#colophon .dropdown-toggle,#secondary .dropdown-toggle,#sidebar-offcanvas .widget-area .dropdown-toggle{display:none}.dropdown-toggle{background:transparent}.dropdown-toggle,.dropdown-toggle:after{position:absolute;top:0;right:5.3125%;width:50px;height:50px}.dropdown-toggle:after{vertical-align:top;content:"";padding:13px 0 0;text-align:inherit;margin-right:-10px}.dropdown-toggle.toggle-on:after{content:""}.children .page_item_has_childrenn .dropdown-toggle:after,.sub-menu .menu-item-has-children .dropdown-toggle{width:30px;height:30px}.children .page_item_has_children .dropdown-toggle:after,.sub-menu .menu-item-has-children .dropdown-toggle:after{padding:4px 0 0}#overlay-nav ul.children.toggled-on,#overlay-nav ul.sub-menu.toggled-on{display:block!important}.single-attachment .post-navigation a:focus,.single-attachment .post-navigation a:hover{border-bottom:2px solid #51a8dd}#desktop-navigation ul.menu{font-family:roboto,sans-serif}#desktop-navigation ul.menu li.menu-item-has-children>a{margin-right:0}#desktop-navigation ul.menu li.menu-item-has-children>a:after{margin-left:5px;content:""}#desktop-navigation ul.menu li a{color:#1a1a1a}#desktop-navigation ul.menu li .external a:after{margin-left:5px;content:""}#desktop-navigation ul.menu li.current-menu-ancestor a,#desktop-navigation ul.menu li.focus a,#desktop-navigation ul.menu li:focus a,#desktop-navigation ul.menu li:hover a{border-bottom:3px solid #f80;color:#1a1a1a}#desktop-navigation ul.menu li.current-menu-ancestor li a,#desktop-navigation ul.menu li.focus li a,#desktop-navigation ul.menu li:focus li a,#desktop-navigation ul.menu li:hover li a{border-bottom:none}#mobile-social{border-bottom:1px solid #ddd}#mobile-social li{padding:10px 0}@media screen and (min-width:64em){#desktop-navigation{display:block;padding:0}#desktop-navigation ul{margin:0;padding:0;text-align:center}#desktop-navigation ul li{position:relative;display:inline-block;padding:20px 15px 18px}#desktop-navigation .children,#desktop-navigation .dropdown-toggle,#desktop-navigation .sub-menu{position:absolute;left:-9999px}#desktop-navigation .children.focus,#desktop-navigation .children:focus,#desktop-navigation .children:hover,#desktop-navigation .dropdown-toggle.focus,#desktop-navigation .dropdown-toggle:focus,#desktop-navigation .dropdown-toggle:hover,#desktop-navigation .sub-menu.focus,#desktop-navigation .sub-menu:focus,#desktop-navigation .sub-menu:hover{display:block!important}#desktop-navigation .sub-menu .sub-menu{border-top:1px solid #ccc;border-left:1px solid #ccc;border-bottom:1px solid #ccc}#desktop-navigation ul li.focus>ul.children,#desktop-navigation ul li.focus>ul.sub-menu,#desktop-navigation ul li:focus>ul.children,#desktop-navigation ul li:focus>ul.sub-menu,#desktop-navigation ul li:hover>ul.children,#desktop-navigation ul li:hover>ul.sub-menu,#desktop-navigation ul li>ul.focus.children,#desktop-navigation ul li>ul.focus.sub-menu{display:block;left:0}#desktop-navigation ul li.focus>ul.children li.focus>ul,#desktop-navigation ul li.focus>ul.children li.focus>ul li.focus>ul,#desktop-navigation ul li.focus>ul.children li.focus>ul li:focus>ul,#desktop-navigation ul li.focus>ul.children li.focus>ul li:hover>ul,#desktop-navigation ul li.focus>ul.children li.focus>ul li>ul.focus,#desktop-navigation ul li.focus>ul.children li:focus>ul,#desktop-navigation ul li.focus>ul.children li:focus>ul li.focus>ul,#desktop-navigation ul li.focus>ul.children li:focus>ul li:focus>ul,#desktop-navigation ul li.focus>ul.children li:focus>ul li:hover>ul,#desktop-navigation ul li.focus>ul.children li:focus>ul li>ul.focus,#desktop-navigation ul li.focus>ul.children li:hover>ul,#desktop-navigation ul li.focus>ul.children li:hover>ul li.focus>ul,#desktop-navigation ul li.focus>ul.children li:hover>ul li:focus>ul,#desktop-navigation ul li.focus>ul.children li:hover>ul li:hover>ul,#desktop-navigation ul li.focus>ul.children li:hover>ul li>ul.focus,#desktop-navigation ul li.focus>ul.children li>ul.focus,#desktop-navigation ul li.focus>ul.children li>ul.focus li.focus>ul,#desktop-navigation ul li.focus>ul.children li>ul.focus li:focus>ul,#desktop-navigation ul li.focus>ul.children li>ul.focus li:hover>ul,#desktop-navigation ul li.focus>ul.children li>ul.focus li>ul.focus,#desktop-navigation ul li.focus>ul.sub-menu li.focus>ul,#desktop-navigation ul li.focus>ul.sub-menu li.focus>ul li.focus>ul,#desktop-navigation ul li.focus>ul.sub-menu li.focus>ul li:focus>ul,#desktop-navigation ul li.focus>ul.sub-menu li.focus>ul li:hover>ul,#desktop-navigation ul li.focus>ul.sub-menu li.focus>ul li>ul.focus,#desktop-navigation ul li.focus>ul.sub-menu li:focus>ul,#desktop-navigation ul li.focus>ul.sub-menu li:focus>ul li.focus>ul,#desktop-navigation ul li.focus>ul.sub-menu li:focus>ul li:focus>ul,#desktop-navigation ul li.focus>ul.sub-menu li:focus>ul li:hover>ul,#desktop-navigation ul li.focus>ul.sub-menu li:focus>ul li>ul.focus,#desktop-navigation ul li.focus>ul.sub-menu li:hover>ul,#desktop-navigation ul li.focus>ul.sub-menu li:hover>ul li.focus>ul,#desktop-navigation ul li.focus>ul.sub-menu li:hover>ul li:focus>ul,#desktop-navigation ul li.focus>ul.sub-menu li:hover>ul li:hover>ul,#desktop-navigation ul li.focus>ul.sub-menu li:hover>ul li>ul.focus,#desktop-navigation ul li.focus>ul.sub-menu li>ul.focus,#desktop-navigation ul li.focus>ul.sub-menu li>ul.focus li.focus>ul,#desktop-navigation ul li.focus>ul.sub-menu li>ul.focus li:focus>ul,#desktop-navigation ul li.focus>ul.sub-menu li>ul.focus li:hover>ul,#desktop-navigation ul li.focus>ul.sub-menu li>ul.focus li>ul.focus,#desktop-navigation ul li:focus>ul.children li.focus>ul,#desktop-navigation ul li:focus>ul.children li.focus>ul li.focus>ul,#desktop-navigation ul li:focus>ul.children li.focus>ul li:focus>ul,#desktop-navigation ul li:focus>ul.children li.focus>ul li:hover>ul,#desktop-navigation ul li:focus>ul.children li.focus>ul li>ul.focus,#desktop-navigation ul li:focus>ul.children li:focus>ul,#desktop-navigation ul li:focus>ul.children li:focus>ul li.focus>ul,#desktop-navigation ul li:focus>ul.children li:focus>ul li:focus>ul,#desktop-navigation ul li:focus>ul.children li:focus>ul li:hover>ul,#desktop-navigation ul li:focus>ul.children li:focus>ul li>ul.focus,#desktop-navigation ul li:focus>ul.children li:hover>ul,#desktop-navigation ul li:focus>ul.children li:hover>ul li.focus>ul,#desktop-navigation ul li:focus>ul.children li:hover>ul li:focus>ul,#desktop-navigation ul li:focus>ul.children li:hover>ul li:hover>ul,#desktop-navigation ul li:focus>ul.children li:hover>ul li>ul.focus,#desktop-navigation ul li:focus>ul.children li>ul.focus,#desktop-navigation ul li:focus>ul.children li>ul.focus li.focus>ul,#desktop-navigation ul li:focus>ul.children li>ul.focus li:focus>ul,#desktop-navigation ul li:focus>ul.children li>ul.focus li:hover>ul,#desktop-navigation ul li:focus>ul.children li>ul.focus li>ul.focus,#desktop-navigation ul li:focus>ul.sub-menu li.focus>ul,#desktop-navigation ul li:focus>ul.sub-menu li.focus>ul li.focus>ul,#desktop-navigation ul li:focus>ul.sub-menu li.focus>ul li:focus>ul,#desktop-navigation ul li:focus>ul.sub-menu li.focus>ul li:hover>ul,#desktop-navigation ul li:focus>ul.sub-menu li.focus>ul li>ul.focus,#desktop-navigation ul li:focus>ul.sub-menu li:focus>ul,#desktop-navigation ul li:focus>ul.sub-menu li:focus>ul li.focus>ul,#desktop-navigation ul li:focus>ul.sub-menu li:focus>ul li:focus>ul,#desktop-navigation ul li:focus>ul.sub-menu li:focus>ul li:hover>ul,#desktop-navigation ul li:focus>ul.sub-menu li:focus>ul li>ul.focus,#desktop-navigation ul li:focus>ul.sub-menu li:hover>ul,#desktop-navigation ul li:focus>ul.sub-menu li:hover>ul li.focus>ul,#desktop-navigation ul li:focus>ul.sub-menu li:hover>ul li:focus>ul,#desktop-navigation ul li:focus>ul.sub-menu li:hover>ul li:hover>ul,#desktop-navigation ul li:focus>ul.sub-menu li:hover>ul li>ul.focus,#desktop-navigation ul li:focus>ul.sub-menu li>ul.focus,#desktop-navigation ul li:focus>ul.sub-menu li>ul.focus li.focus>ul,#desktop-navigation ul li:focus>ul.sub-menu li>ul.focus li:focus>ul,#desktop-navigation ul li:focus>ul.sub-menu li>ul.focus li:hover>ul,#desktop-navigation ul li:focus>ul.sub-menu li>ul.focus li>ul.focus,#desktop-navigation ul li:hover>ul.children li.focus>ul,#desktop-navigation ul li:hover>ul.children li.focus>ul li.focus>ul,#desktop-navigation ul li:hover>ul.children li.focus>ul li:focus>ul,#desktop-navigation ul li:hover>ul.children li.focus>ul li:hover>ul,#desktop-navigation ul li:hover>ul.children li.focus>ul li>ul.focus,#desktop-navigation ul li:hover>ul.children li:focus>ul,#desktop-navigation ul li:hover>ul.children li:focus>ul li.focus>ul,#desktop-navigation ul li:hover>ul.children li:focus>ul li:focus>ul,#desktop-navigation ul li:hover>ul.children li:focus>ul li:hover>ul,#desktop-navigation ul li:hover>ul.children li:focus>ul li>ul.focus,#desktop-navigation ul li:hover>ul.children li:hover>ul,#desktop-navigation ul li:hover>ul.children li:hover>ul li.focus>ul,#desktop-navigation ul li:hover>ul.children li:hover>ul li:focus>ul,#desktop-navigation ul li:hover>ul.children li:hover>ul li:hover>ul,#desktop-navigation ul li:hover>ul.children li:hover>ul li>ul.focus,#desktop-navigation ul li:hover>ul.children li>ul.focus,#desktop-navigation ul li:hover>ul.children li>ul.focus li.focus>ul,#desktop-navigation ul li:hover>ul.children li>ul.focus li:focus>ul,#desktop-navigation ul li:hover>ul.children li>ul.focus li:hover>ul,#desktop-navigation ul li:hover>ul.children li>ul.focus li>ul.focus,#desktop-navigation ul li:hover>ul.sub-menu li.focus>ul,#desktop-navigation ul li:hover>ul.sub-menu li.focus>ul li.focus>ul,#desktop-navigation ul li:hover>ul.sub-menu li.focus>ul li:focus>ul,#desktop-navigation ul li:hover>ul.sub-menu li.focus>ul li:hover>ul,#desktop-navigation ul li:hover>ul.sub-menu li.focus>ul li>ul.focus,#desktop-navigation ul li:hover>ul.sub-menu li:focus>ul,#desktop-navigation ul li:hover>ul.sub-menu li:focus>ul li.focus>ul,#desktop-navigation ul li:hover>ul.sub-menu li:focus>ul li:focus>ul,#desktop-navigation ul li:hover>ul.sub-menu li:focus>ul li:hover>ul,#desktop-navigation ul li:hover>ul.sub-menu li:focus>ul li>ul.focus,#desktop-navigation ul li:hover>ul.sub-menu li:hover>ul,#desktop-navigation ul li:hover>ul.sub-menu li:hover>ul li.focus>ul,#desktop-navigation ul li:hover>ul.sub-menu li:hover>ul li:focus>ul,#desktop-navigation ul li:hover>ul.sub-menu li:hover>ul li:hover>ul,#desktop-navigation ul li:hover>ul.sub-menu li:hover>ul li>ul.focus,#desktop-navigation ul li:hover>ul.sub-menu li>ul.focus,#desktop-navigation ul li:hover>ul.sub-menu li>ul.focus li.focus>ul,#desktop-navigation ul li:hover>ul.sub-menu li>ul.focus li:focus>ul,#desktop-navigation ul li:hover>ul.sub-menu li>ul.focus li:hover>ul,#desktop-navigation ul li:hover>ul.sub-menu li>ul.focus li>ul.focus,#desktop-navigation ul li>ul.focus.children li.focus>ul,#desktop-navigation ul li>ul.focus.children li.focus>ul li.focus>ul,#desktop-navigation ul li>ul.focus.children li.focus>ul li:focus>ul,#desktop-navigation ul li>ul.focus.children li.focus>ul li:hover>ul,#desktop-navigation ul li>ul.focus.children li.focus>ul li>ul.focus,#desktop-navigation ul li>ul.focus.children li:focus>ul,#desktop-navigation ul li>ul.focus.children li:focus>ul li.focus>ul,#desktop-navigation ul li>ul.focus.children li:focus>ul li:focus>ul,#desktop-navigation ul li>ul.focus.children li:focus>ul li:hover>ul,#desktop-navigation ul li>ul.focus.children li:focus>ul li>ul.focus,#desktop-navigation ul li>ul.focus.children li:hover>ul,#desktop-navigation ul li>ul.focus.children li:hover>ul li.focus>ul,#desktop-navigation ul li>ul.focus.children li:hover>ul li:focus>ul,#desktop-navigation ul li>ul.focus.children li:hover>ul li:hover>ul,#desktop-navigation ul li>ul.focus.children li:hover>ul li>ul.focus,#desktop-navigation ul li>ul.focus.children li>ul.focus,#desktop-navigation ul li>ul.focus.children li>ul.focus li.focus>ul,#desktop-navigation ul li>ul.focus.children li>ul.focus li:focus>ul,#desktop-navigation ul li>ul.focus.children li>ul.focus li:hover>ul,#desktop-navigation ul li>ul.focus.children li>ul.focus li>ul.focus,#desktop-navigation ul li>ul.focus.sub-menu li.focus>ul,#desktop-navigation ul li>ul.focus.sub-menu li.focus>ul li.focus>ul,#desktop-navigation ul li>ul.focus.sub-menu li.focus>ul li:focus>ul,#desktop-navigation ul li>ul.focus.sub-menu li.focus>ul li:hover>ul,#desktop-navigation ul li>ul.focus.sub-menu li.focus>ul li>ul.focus,#desktop-navigation ul li>ul.focus.sub-menu li:focus>ul,#desktop-navigation ul li>ul.focus.sub-menu li:focus>ul li.focus>ul,#desktop-navigation ul li>ul.focus.sub-menu li:focus>ul li:focus>ul,#desktop-navigation ul li>ul.focus.sub-menu li:focus>ul li:hover>ul,#desktop-navigation ul li>ul.focus.sub-menu li:focus>ul li>ul.focus,#desktop-navigation ul li>ul.focus.sub-menu li:hover>ul,#desktop-navigation ul li>ul.focus.sub-menu li:hover>ul li.focus>ul,#desktop-navigation ul li>ul.focus.sub-menu li:hover>ul li:focus>ul,#desktop-navigation ul li>ul.focus.sub-menu li:hover>ul li:hover>ul,#desktop-navigation ul li>ul.focus.sub-menu li:hover>ul li>ul.focus,#desktop-navigation ul li>ul.focus.sub-menu li>ul.focus,#desktop-navigation ul li>ul.focus.sub-menu li>ul.focus li.focus>ul,#desktop-navigation ul li>ul.focus.sub-menu li>ul.focus li:focus>ul,#desktop-navigation ul li>ul.focus.sub-menu li>ul.focus li:hover>ul,#desktop-navigation ul li>ul.focus.sub-menu li>ul.focus li>ul.focus{top:15px;left:75px}#desktop-navigation ul ul.children,#desktop-navigation ul ul.sub-menu{position:absolute;margin:18px 0 0;min-width:230px;max-width:300px;padding:0;text-align:left;color:#fff;background:#1a1a1a;z-index:100000}#desktop-navigation .children li a,#desktop-navigation .sub-menu li a{display:block;padding:10px 15px;font-size:14px;line-height:19.6px;font-size:.875rem;line-height:1.225rem;color:#fff!important;text-transform:none;font-weight:400;letter-spacing:0}#desktop-navigation .children li,#desktop-navigation .sub-menu li{padding:0;display:block}}#skiplinks{position:relative;left:0;width:100%;margin-left:0;text-align:center;list-style:outside none}#skiplinks ul{margin:0}#skiplinks li{list-style-type:none}#skiplinks a{position:absolute;left:-99999px;top:150px}#skiplinks a:active,#skiplinks a:focus{font-size:16px;line-height:22.4px;font-size:1rem;line-height:1.4rem;position:relative;display:block;z-index:9999;height:auto;margin:0 auto;text-align:center;text-decoration:none;color:#fff;background:#672082;left:0;top:0}.search-open{border-width:1px;border-style:solid}.search-open,.search-open :focus,.search-open :hover{border-radius:50%}.search-open:before{font-size:18px;line-height:25.2px;font-size:1.125rem;line-height:1.575rem}.no-js .search-open{display:none}#footer-search{font-size:15px;line-height:21px;font-size:.9375rem;line-height:1.3125rem}#footer-search .search-field{letter-spacing:.5px;font-weight:bolder}#footer-search .search-field,#footer-search input#submit,#footer-search input[type=submit]{border-width:1px;border-style:solid;padding:5px}@media screen and (min-width:66.25em){#masthead{position:relative;border-bottom-width:1px;border-bottom-style:solid}.desktop-search,.search-open{display:block}.search-open{position:absolute;top:50px;left:9.23611111111111%;right:auto;border:none;z-index:1000;padding:0;overflow:hidden;display:inline-block;width:25px;height:25px;border-radius:50%}.search-open,.search-open:before{text-align:center;vertical-align:middle}.desktop-search{position:absolute;top:100%;width:100%;opacity:0;height:0;z-index:10000;text-align:center;border-top-width:1px;border-top-style:solid;transition:all .3s ease-in-out}.desktop-search input.search-field{width:33%;border-top:0;border-left:0;border-right:0;border-bottom-width:1px;border-bottom-style:solid;padding:9px 0;letter-spacing:.5px;font-weight:bolder}.desktop-search input[type=submit]{margin-left:10px;padding:8px 20px;border-width:2px;border-style:solid;font-size:15px;font-size:.9375rem;text-transform:uppercase;letter-spacing:3px}.desktop-search .searchform{height:0;transition:all .3s ease-in-out}.searchbar-maincolor .desktop-search input.search-field:focus,.searchbar-maincolor .desktop-search input.search-field:hover{padding-left:10px}.searchbar-maincolor .desktop-search input[type=submit]{font-weight:700}.searchbar-maincolor .desktop-search input[type=submit]:focus,.searchbar-maincolor .desktop-search input[type=submit]:hover{font-weight:bolder}.desktop-search-show .desktop-search{position:absolute;top:100%;opacity:1}.desktop-search-show .desktop-search,.desktop-search-show .desktop-search .searchform{height:118px;transition:all .3s ease-in-out}.desktop-search-show .desktop-search .searchform{padding-top:35px}.desktop-search .header-stick #search-open-sticky{z-index:9999}.desktop-search .header-stick .desktop-search{position:fixed;top:59px;border-top:none;height:0;transition:all .3s ease-in-out}.desktop-search .header-stick.desktop-search-show .desktop-search{height:118px}#overlay-open-sticky{position:absolute;height:59px;text-align:center;top:0;left:10px;width:59px}#search-open-sticky{top:17px;left:69px}}main{position:relative;top:60px}@media screen and (min-width:1024px){main{top:-14px}}@media screen and (min-width:66.25em){main{top:0}}.front-section{margin:0 auto;padding-bottom:70px}.front-section-title{position:relative;display:block;padding:3px 130px 20px 0}.social-front-title{position:relative;display:block;padding:3px 0 20px}.big-instagram-wrap .null-instagram-feed .clear,.front-section a.all-posts-link,.shortcode-section a.all-posts-link{position:absolute;top:11px;right:-2px;display:block;text-transform:uppercase;letter-spacing:3px;font-weight:600}.sidebar-offcanvas .null-instagram-feed .clear,.sidebar .null-instagram-feed .clear{position:absolute;top:16px;right:0;display:block;margin:0}.front-section a.all-posts-link:after{content:"\2192";text-align:right;padding-left:3px}.front-section .type-post{position:relative;display:block;margin:0;padding:20px 0 35px;border-top:1px solid #1a1a1a}.section-three-column-one .entry-author,.section-two-column-one .entry-author{font-weight:600}.section-three-column-one .entry-date:before,.section-two-column-one .entry-date:before{content:" / ";padding:0 2px}.section-one-column-one .entry-header{padding:15px 0 0}.section-one-column-one .entry-author{font-weight:600}.section-one-column-one .entry-date:before{content:" / ";padding:0 2px}.section-one-column-one .entry-comments,.section-one-column-one .entry-edit{margin-left:20px}.section-one-column-one .entry-summary{padding:0 0 20px;line-height:1.35}.section-one-column-one .entry-cats{top:60px;left:40px}.section-one-column-one .entry-meta{margin-bottom:15px}.section-three-column-one .entry-comments,.section-three-column-one .entry-edit,.section-two-column-one .entry-comments,.section-two-column-one .entry-edit{margin-left:20px}.section-one-column-two,.section-two-column-two{display:block;overflow:hidden}.section-fourcolumn-postwrap .type-post,.section-one-column-two .type-post:nth-of-type(n+2),.section-sixcolumn-postwrap .type-post,.section-two-column-two .type-post{width:47.8134110787172%}.section-fourcolumn-postwrap .type-post:nth-of-type(odd),.section-one-column-two .type-post:nth-of-type(2),.section-one-column-two .type-post:nth-of-type(4),.section-sixcolumn-postwrap .type-post:nth-of-type(odd),.section-two-column-two .type-post:first-of-type,.section-two-column-two .type-post:nth-of-type(3),.section-two-column-two .type-post:nth-of-type(5),.section-two-column-two .type-post:nth-of-type(7){float:left;margin-right:2.1865889212828%;clear:left}.section-fourcolumn-postwrap .type-post:nth-of-type(2n),.section-one-column-two .type-post:nth-of-type(3),.section-one-column-two .type-post:nth-of-type(5),.section-sixcolumn-postwrap .type-post:nth-of-type(2n),.section-two-column-two .type-post:nth-of-type(2),.section-two-column-two .type-post:nth-of-type(4),.section-two-column-two .type-post:nth-of-type(6),.section-two-column-two .type-post:nth-of-type(8){float:right;margin-left:2.1865889212828%;clear:right}#front-section-one .section-one-column-two .type-post:nth-of-type(4),#front-section-one .section-one-column-two .type-post:nth-of-type(5),#front-section-two .section-two-column-two .type-post:nth-of-type(7),#front-section-two .section-two-column-two .type-post:nth-of-type(8),.section-fourcolumn-postwrap .type-post:last-child,.section-fourcolumn-postwrap .type-post:nth-last-child(2),.section-sixcolumn-postwrap .type-post:last-child,.section-sixcolumn-postwrap .type-post:nth-last-child(2){padding-bottom:0}.section-three-column-one .entry-header,.section-two-column-one .entry-header{padding:15px 0 10px}.section-three-column-one .entry-summary,.section-two-column-one .entry-summary{padding:0 0 20px;line-height:1.35}.columns-wrap .entry-header,.columns-wrap .entry-header h2.entry-title,.columns-wrap .entry-summary{padding:8px 0 0}#front-section-three{width:100%;background:#f4f4f4;margin-left:0;margin-right:0;margin-bottom:70px;padding-top:35px;padding-bottom:35px}#front-section-three h3.front-section-title{position:relative;display:block;padding:8px 0 20px;border-top:none}#front-section-three h3.front-section-title:before{content:" ";border-top:4px solid #1a1a1a;width:50px;position:absolute;top:0;left:0}#big-footer-feature h3.footer-feature-title:before{content:" ";width:50px;position:absolute;top:0;left:0;border-top:4px solid #fff}#front-section-three a.all-posts-link{border:2px solid #2b2b2b;padding:4px 6px;top:2px}#front-section-three a.all-posts-link:after{display:none}#front-section-three .section-three-column-one .type-post{border-top:none;padding-top:0}.section-three-column-two .entry-thumbnail{width:50%;float:left;padding-right:4.6875%;padding-bottom:35px}.section-three-column-two .entry-header{width:50%;float:left}.section-three-column-two .type-post{clear:both}.section-three-column-two .type-post .entry-header h2.entry-title{padding:0}.section-three-column-two .type-post:last-of-type .entry-thumbnail{padding-bottom:0}#front-section-four{padding-left:0;padding-right:0}#front-section-four .type-post{position:relative;padding:0;border-top:none}#front-section-four .type-post .entry-author,#front-section-four .type-post .entry-summary{display:none}#front-section-four .type-post .entry-thumbnail img{width:100%}#front-section-four .meta-main-wrap{display:block;padding-left:5.3125%;padding-right:5.3125%;padding-bottom:17px}.section-about-column-one{padding:0;overflow:hidden}.section-about-column-one .front-section-title{border-bottom:1px solid #1a1a1a;margin-bottom:20px}.front-about-img{width:50%;float:left;clear:left;padding-right:2.34375%}.section-about-column-one p{display:block;margin:0;clear:right;float:left;width:50%;padding-left:2.34375%}.section-about-column-one p cite{display:block;padding:20px 0 0;font-weight:600;letter-spacing:3px;text-transform:uppercase;font-style:normal}.section-about-column-two{padding-top:60px}#front-section-threecolumn .type-post:last-of-type,#front-section-twocolumn .type-post:last-of-type{padding-bottom:0}#front-section-fourcolumn .entry-summary,#front-section-sixcolumn .entry-summary,#front-section-threecolumn .entry-summary,#front-section-twocolumn .entry-summary{display:none}.archive-header h1.archive-title,.blog-wrap h3.blog-title{display:block;padding:3px 0 20px}.site-content .hentry{position:relative}.site-content .hentry .entry-author,.site-content .hentry .entry-meta{display:none}.blog-wrap:last-child .hentry{padding-bottom:34px}.comment-name{display:none}.entry-author span{padding-right:4px}.archive #primary .hentry .entry-thumbnail,.blog #primary .hentry .entry-thumbnail,.page #primary .blogroll .hentry .entry-thumbnail,.search-results #primary .hentry .entry-thumbnail{width:32.1875%;margin:0 0 0 10px;float:right}.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1){margin-left:-5.94405594405594%;margin-right:-5.94405594405594%;margin-bottom:34px;padding:0;border-top:0}.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-thumbnail{width:100%;margin:0;float:none}.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-thumbnail img{width:100%}.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .meta-main-wrap{width:100%;padding:0 5.3125% 28px}.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-meta{float:none}.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-summary{display:none}.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-title a{text-shadow:1px 2px 2px #000}#front-section-four .entry-date{padding-right:20px}.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-author{font-weight:600}.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-meta{display:block;position:absolute;width:80.43478260869566%;left:5.3125%;bottom:17px}#front-section-four .entry-edit,.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-author,.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-edit{display:none}@media screen and (min-width:37.5em){#front-section-four .entry-edit,#front-section-fourcolumn .entry-summary,#front-section-sixcolumn .entry-summary,#front-section-threecolumn .entry-summary,#front-section-twocolumn .entry-summary,.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-author,.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-edit{display:inline-block}.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-author:after,.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-edit:after{content:" / "}.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-edit{padding-left:20px}.no-author .entry-date:before{content:"";padding:0}#front-section-four .entry-edit{padding-left:20px}.entry-content p.pull-left,.entry-content p.pull-right{width:48%}.entry-content p.pull-left{float:left;margin-right:20px}.entry-content p.pull-right{float:right;margin-left:20px;text-align:right}#front-section-twocolumn .type-post{width:47.8134110787172%;float:left}#front-section-twocolumn .type-post:nth-of-type(odd){margin-right:2.1865889212828%;clear:left}#front-section-twocolumn .type-post:nth-of-type(2n){margin-left:2.1865889212828%;clear:right}#front-section-twocolumn .type-post:nth-last-of-type(2){padding-bottom:0}}@media screen and (min-width:48em){#front-section-four .format-video .entry-thumbnail a:before,.section-three-column-one .format-video .entry-thumbnail a:before{width:60px;height:42px;padding:22px 0 0 24px;font-size:16px}.featured-content{padding-bottom:60px;min-height:400px}.header-image{margin-bottom:60px}#front-section-four .meta-main-wrap{padding-bottom:35px}.front-section{padding-bottom:75px}.front-section a.all-posts-link{top:25px}.section-two-column-two .type-post{width:22.28915662650602%}.section-two-column-two .type-post:first-of-type,.section-two-column-two .type-post:nth-of-type(2),.section-two-column-two .type-post:nth-of-type(3),.section-two-column-two .type-post:nth-of-type(5),.section-two-column-two .type-post:nth-of-type(6),.section-two-column-two .type-post:nth-of-type(7){float:left;margin-right:3.6144578313253%;margin-left:0;clear:none}.section-two-column-two .type-post:first-of-type,.section-two-column-two .type-post:nth-of-type(5){clear:left}.section-two-column-two .type-post:nth-of-type(4),.section-two-column-two .type-post:nth-of-type(8){float:right;margin:0;clear:right}.front-section .section-two-column-two .type-post:nth-of-type(5),.front-section .section-two-column-two .type-post:nth-of-type(6),.front-section .section-two-column-two .type-post:nth-of-type(7),.front-section .section-two-column-two .type-post:nth-of-type(8){padding-bottom:0}#front-section-three{padding-top:75px;padding-bottom:75px}#front-section-three h3.front-section-title{padding-bottom:40px}#front-section-three a.all-posts-link{padding:8px 20px;top:0}.section-three-column-two .entry-thumbnail{padding-bottom:0}.section-three-column-two .type-post:first-of-type,.section-three-column-two .type-post:nth-of-type(3){width:47.81021897810219%;float:left;clear:left}.section-three-column-two .type-post:nth-of-type(2),.section-three-column-two .type-post:nth-of-type(4){width:47.81021897810219%;float:right;clear:right}.section-three-column-two .type-post:nth-of-type(3),.section-three-column-two .type-post:nth-of-type(4){padding-bottom:0}#front-section-threecolumn .type-post,.section-sixcolumn-postwrap .type-post{width:30.42333333333333%;float:left}.section-sixcolumn-postwrap .type-post:nth-of-type(2n){float:left;clear:none;margin-left:0}.section-sixcolumn-postwrap .type-post:nth-of-type(odd){clear:none;margin-right:0}#front-section-threecolumn .type-post:nth-of-type(3n+1),.section-sixcolumn-postwrap .type-post:nth-of-type(3n+1){margin-right:2.9%;clear:left}#front-section-threecolumn .type-post:nth-of-type(3n+2),.section-sixcolumn-postwrap .type-post:nth-of-type(3n+2){margin-left:1.455%;margin-right:1.455%}#front-section-threecolumn .type-post:nth-of-type(3n+3),.section-sixcolumn-postwrap .type-post:nth-of-type(3n+3){margin-left:2.915%;clear:right}.section-fourcolumn-postwrap .type-post{width:22.28915662650602%;margin-right:3.6144578313253%;float:left;clear:none}.section-fourcolumn-postwrap .type-post:nth-of-type(2n),.section-fourcolumn-postwrap .type-post:nth-of-type(odd){clear:none;margin-left:0;margin-right:3.6144578313253%;float:left}.section-fourcolumn-postwrap .type-post:nth-of-type(4n+1){clear:left}.section-fourcolumn-postwrap .type-post:nth-of-type(4n+4){margin-right:0;clear:right}#front-section-threecolumn .type-post:last-child,#front-section-threecolumn .type-post:nth-last-child(2),#front-section-threecolumn .type-post:nth-last-child(3),.section-fourcolumn-postwrap .type-post:last-child,.section-fourcolumn-postwrap .type-post:nth-last-child(2),.section-fourcolumn-postwrap .type-post:nth-last-child(3),.section-fourcolumn-postwrap .type-post:nth-last-child(4),.section-sixcolumn-postwrap .type-post:nth-last-child(3){padding-bottom:0}.blog-wrap:last-child .hentry{padding-bottom:40px}.archive #primary .hentry .entry-meta,.blog #primary .hentry .entry-meta,.search-results #primary .hentry .entry-meta{width:25.49019607843137%;float:left;display:block}.archive #primary .hentry .entry-main,.blog #primary .hentry .entry-main,.search-results #primary .hentry .entry-main{width:74.50980392156863%;float:left;margin-bottom:20px}.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-main{width:100%;float:none}.archive #primary .hentry .entry-thumbnail,.blog #primary .hentry .entry-thumbnail,.search-results #primary .hentry .entry-thumbnail{width:36.14457831325301%}.archive #primary .hentry .meta-main-wrap,.blog #primary .hentry .meta-main-wrap,.search-results #primary .hentry .meta-main-wrap{width:61.44578313253012%;float:left}.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1){margin-top:40px;margin-bottom:80px}.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .meta-main-wrap{padding:0 5.3125% 64px}.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-meta{width:80.43478260869566%;left:5.3125%;bottom:35px}.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats{padding-bottom:8px}}@media screen and (min-width:64em){#front-section-four .entry-thumbnail a{width:100%}.section-about-column-one p{padding-left:1.6%;width:67.2%}}@media screen and (min-width:66.25em){.featured-content,.inner-offcanvas-wrap,body{padding-top:0}.blog.headerimg-on #masthead{margin-bottom:0;border-bottom:none}.blog #masthead{margin-bottom:60px}.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1){margin-left:-10.8433734939759%;margin-right:0}.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) img.wp-post-image{width:100%}.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .meta-main-wrap{padding-left:9.78260869565217%}.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-meta{left:9.78260869565217%}.blog #primary .hentry.has-post-thumbnail.format-video:nth-child(4n+1) .entry-thumbnail a:before{left:9.78260869565217%;top:35px}.blog.sidebar-left #primary .hentry.has-post-thumbnail:nth-child(4n+1){margin-right:-10.8433734939759%;margin-left:0}.blog.sidebar-left #primary .hentry.has-post-thumbnail:nth-child(4n+1) .meta-main-wrap{padding-left:40px;padding-right:9.78260869565217%}.blog.no-sidebar #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-meta,.blog.sidebar-left #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-meta{left:40px}.blog.no-sidebar #primary .hentry.has-post-thumbnail:nth-child(4n+1){margin-left:auto}.blog.no-sidebar #primary .hentry.has-post-thumbnail:nth-child(4n+1) .meta-main-wrap{padding-left:40px}.home.blog.headerimg-on.header-fullscreen #site-branding,.home.blog.slider-on.slider-fullscreen #site-branding{position:relative}.home.blog.headerimg-on.header-fullscreen #masthead .site-header-content,.home.blog.slider-on.slider-fullscreen #masthead .site-header-content{position:absolute;top:0;left:0;right:0;border-bottom:none;z-index:1000000}.blog-wrap{padding-left:0;padding-right:0}.section-about-column-one p,.section-one-column-one .type-post .entry-summary{font-size:32px;font-size:2rem;line-height:1.25}.section-one-column-one{width:65.87301587301587%;float:left}.section-one-column-one .type-post{padding-bottom:0}.section-one-column-two{width:31.74603174603175%;float:right}.section-one-column-one .entry-header{padding:25px 0 0}.section-one-column-one .entry-summary,.section-three-column-one .entry-summary{padding:0 0 35px}.columns-wrap .entry-header{padding:12px 0 0}.section-two-column-one{width:31.74603174603175%;float:left}.section-two-column-two{width:65.87301587301587%;float:right}.section-two-column-one .entry-header{padding:20px 0 0}.section-two-column-one .entry-header h2.entry-title{padding:10px 0 20px}.front-section .section-two-column-one .type-post,.shortcode-section .section-two-column-one .type-post{padding-bottom:0}#front-section-three{padding-left:6.25%;padding-right:6.25%}.section-three-column-one{padding-bottom:50px;clear:both;overflow:hidden}.section-three-column-one .entry-thumbnail{width:48.80952380952381%;float:right}.section-three-column-one .entry-cats{top:30px;left:53.57142857142857%}.section-three-column-one .entry-header,.section-three-column-one .entry-meta,.section-three-column-one .entry-summary{width:48.80952380952381%;float:left;clear:left}.section-three-column-one .entry-header,.section-three-column-one .entry-header h2.entry-title{padding-top:0}.section-three-column-two .type-post{width:23.21428571428571%!important;float:left!important;padding-bottom:0!important}.section-three-column-two .type-post .entry-header h2.entry-title{padding-bottom:0}.section-three-column-two .type-post:nth-of-type(2),.section-three-column-two .type-post:nth-of-type(3){clear:none;margin-right:2.38095238095238%}.section-three-column-two .type-post:first-of-type{clear:left;margin-right:2.38095238095238%}.section-three-column-two .type-post:nth-of-type(4){clear:right}#front-section-four .meta-main-wrap{padding-left:6.25%;padding-right:6.25%}#front-section-four .format-video .entry-thumbnail a:before{left:6.25%;top:40px}#front-section-four .meta-main-wrap .entry-header{width:65.87301587301587%}#front-section-four .meta-main-wrap .entry-meta{padding-top:20px}.section-about-column-one{width:74.4047619047619%;float:left}.section-about-column-two{width:23.21428571428571%;float:right;padding:0}#front-section-twocolumn .type-post{width:48.80952380952381%}#front-section-twocolumn .type-post:nth-of-type(odd){margin-right:1.19047619047619%}#front-section-twocolumn .type-post:nth-of-type(2n){margin-left:1.19047619047619%}#front-section-threecolumn .type-post{width:31.74603333333333%}#front-section-threecolumn .type-post:nth-of-type(3n+1){margin-right:1.5873%}#front-section-threecolumn .type-post:nth-of-type(3n+2){margin-left:.79365%;margin-right:.79365%}#front-section-threecolumn .type-post:nth-of-type(3n+3){margin-left:1.5873%}.section-fourcolumn-postwrap .type-post{width:23.21428571428572%;margin-right:2.38095238095238%;float:left;clear:none}.section-fourcolumn-postwrap .type-post:nth-of-type(2n),.section-fourcolumn-postwrap .type-post:nth-of-type(odd){margin-right:2.38095238095238%}.section-fourcolumn-postwrap .type-post:nth-of-type(4n+1){clear:left}.section-fourcolumn-postwrap .type-post:nth-of-type(4n+4){margin-right:0;clear:right}.section-sixcolumn-postwrap .type-post{width:14.68253968253968%;margin-right:2.38095238095238%!important;margin-left:0;float:left;clear:none}.section-sixcolumn-postwrap .type-post:nth-of-type(3n+1){clear:none}.section-sixcolumn-postwrap .type-post:nth-of-type(3n+2){margin-left:0}.section-sixcolumn-postwrap .type-post:nth-of-type(3n+3){margin-left:0;clear:none}.section-sixcolumn-postwrap .type-post:nth-of-type(6n+1){clear:left}.section-sixcolumn-postwrap .type-post:nth-of-type(6n+6){clear:right;margin-right:0!important}.section-sixcolumn-postwrap .type-post:nth-last-child(4),.section-sixcolumn-postwrap .type-post:nth-last-child(5),.section-sixcolumn-postwrap .type-post:nth-last-child(6){padding-bottom:0}#front-section-fourcolumn .entry-header,#front-section-threecolumn .entry-header,#front-section-twocolumn .entry-header{padding:20px 0 0}#front-section-fourcolumn .entry-summary,#front-section-threecolumn .entry-summary,#front-section-twocolumn .entry-summary{padding:12px 0 0}}@media screen and (min-width:85em){.section-about-column-one p,.section-three-column-one .type-post .entry-summary{font-size:34px;font-size:2.125rem;line-height:1.3}.section-about-column-one p cite{padding:30px 0 0}#front-section-four .format-video .entry-thumbnail a:before,.section-one-column-one .format-video .entry-thumbnail a:before,.section-two-column-one .format-video .entry-thumbnail a:before{width:70px;height:52px;padding:29px 0 0 28px;font-size:19px}#front-section-fourcolumn .format-video .entry-thumbnail a:before{width:60px;height:42px;padding:22px 0 0 24px;font-size:16px}}@media screen and (min-width:112.5em){#front-section-three .front-section-title,#front-section-three .section-three-column-one,#front-section-three .section-three-column-two,.blog-wrap,.front-section{width:70%;margin-left:auto;margin-right:auto}#front-section-three{padding-left:0;padding-right:0}#front-section-four{width:100%;margin-left:0}#front-section-four .meta-main-wrap{padding-left:15%;padding-right:15%}#front-section-four .format-video .entry-thumbnail a:before{left:15%}}@media screen and (min-width:137.5em){#front-section-three .front-section-title,#front-section-three .section-three-column-one,#front-section-three .section-three-column-two,.blog-wrap,.front-section{width:56%}#front-section-four .meta-main-wrap{padding-left:22%;padding-right:22%}#front-section-four .format-video .entry-thumbnail a:before{left:22%}}.entry-thumbnail a{max-height:900px}.featured-slider .entry-date:before,.single-post .format-video .entry-thumbnail a:before{display:none}.entry-thumbnail a{position:relative;line-height:0;display:block}.format-video .entry-thumbnail{position:relative}.format-video .entry-thumbnail a:before{content:"\25b6";display:block;width:40px;height:28px;padding:15px 0 0 16px;font-size:12px;color:#1a1a1a;background:#fff;z-index:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}#front-section-threecolumn .format-video .entry-thumbnail a:before,#front-section-twocolumn .format-video .entry-thumbnail a:before,.blog #primary .hentry.format-video:nth-child(4n+1) .entry-thumbnail a:before,.section-one-column-one .format-video .entry-thumbnail a:before,.section-two-column-one .format-video .entry-thumbnail a:before{width:60px;height:42px;padding:22px 0 0 24px;font-size:16px}#front-section-four .format-video .entry-thumbnail a:before,.blog #primary .hentry.format-video:nth-child(4n+1) .entry-thumbnail a:before{top:30px;left:5.3125%;transform:translate(0)}.featured-slider .format-video .entry-thumbnail a:before{display:none}.attachment .entry-header .entry-meta{margin-top:20px}.recommended-posts-wrap,.singlepost-wrap{margin-left:auto;margin-right:auto}.single-post .hentry{position:relative;padding:0}.single-post .entry-header{display:block;margin:0 0 35px;padding:25px 0 0}.single-attachment .entry-header{display:block;margin:0 0 35px;padding:40px 0 0}.single-post .entry-header h1.entry-title{position:relative;display:block;padding-top:5px}.single-attachment .entry-meta,.single-post .hentry .entry-meta{display:block;margin-top:20px;padding-top:15px;border-top:3px solid #1a1a1a;line-height:1.6}.entry-header p.intro{display:none;margin:0;padding:10px 0 0}.meta-columnone{width:60%;float:left}.meta-columntwo,.meta-columthree{width:40%;float:left}.single-post .entry-comments-title{font-weight:600}.author-pic{width:35px;float:left;margin:0 10px 0 0;display:block;line-height:0}.author-pic img{width:35px;height:35px;border-radius:50px}.single-post .entry-author,.single-post .entry-tags span{font-weight:600}.single-post .entry-thumbnail{padding-bottom:35px}.single-post .canonical-link{padding:5px 0 0;letter-spacing:1px}.single-post .canonical-link span{text-transform:uppercase;font-weight:600}.single-post .canonical-link span:after{content:"\2022";padding:0 7px}.single-post .entry-tags{padding:30px 0 0;letter-spacing:1px;text-transform:uppercase}.single-post .entry-tags span:after{content:"\2022";padding:0 7px}.single-post .authorbox{position:relative;margin:40px 0 0;padding:30px 0 0;clear:both;border-top:1px solid #1a1a1a}.big-thumb .entry-thumbnail{margin-left:-5.94405594405594%;margin-right:-5.94405594405594%;padding-bottom:35px}.big-thumb .entry-thumbnail img{width:100%}.big-thumb .entry-meta{margin-top:0}.big-thumb .entry-header{position:relative;padding:0}.big-thumb .title-wrap{bottom:88px;width:111.88811188811188%;margin-left:-5.94405594405594%;margin-right:-5.94405594405594%;padding-bottom:17px}.big-thumb .entry-header h1.entry-title,.big-thumb .entry-header p.intro,.big-thumb .title-wrap .entry-cats{padding-left:5.3125%;padding-right:5.3125%}.authorbox .author-pic{width:40px;height:40px;float:left}.authorbox .author-pic img{width:40px;height:40px}.authorbox .author-heading{padding:0 0 0 60px}.authorbox h3.author-title{margin:0;padding:0;text-transform:uppercase;letter-spacing:1px}.authorbox h3.author-title span{padding:0 5px 0 0;display:inline-block;font-style:normal}.authorbox h3.author-title:after{content:":";padding-left:1px}.authorbox p.author-bio{margin:0;padding:15px 0 0 60px}.authorbox .author-links{padding:16px 0 0 60px}.author-links a.author-website{position:relative;padding:0 0 0 20px;display:block}.author-links a.author-twitter{position:relative;display:block;margin:4px 0 0;padding:0 0 0 18px}.author-links a.author-twitter:before,.author-links a.author-website:before{display:block;position:absolute;top:2px;left:-4px;text-align:left}.single-attachment .entry-meta,.single-post .hentry .entry-meta{border-top:none!important}article header{margin-bottom:20px}@media screen and (min-width:48em){.single-post .entry-header{margin:0 0 20px;padding:25px 0 0}.big-thumb .single-post .entry-header{padding:0}.single-post .entry-tags{padding:30px 0 0}.single-post .big-thumb .entry-thumbnail{margin-left:-7.14285714285714%;margin-right:-7.14285714285714%;padding-bottom:60px}.big-thumb .title-wrap{margin-left:-7.14285714285714%;margin-right:-7.14285714285714%;bottom:128px;padding-bottom:35px;width:114.28571428571428%}.big-thumb .title-wrap .entry-cats,.big-thumb .title-wrap h1.entry-title,.big-thumb .title-wrap p.intro{padding-left:6.25%;padding-right:6.25%}.meta-columnone{display:block;width:320px}.meta-columntwo{display:block;width:320px;width:200px}.author-pic{width:50px}.author-pic img{width:50px;height:50px}.authorbox .author-pic,.authorbox .author-pic img{width:70px;height:70px}.authorbox .author-heading,.authorbox .author-links,.authorbox p.author-bio{padding-left:90px}.author-links a.author-website{display:inline-block;margin:0 30px 0 0}.author-links a.author-twitter{display:inline-block}}@media screen and (min-width:66.25em){.single-post.no-sidebar .contentwrap{width:100%;max-width:1260px;float:none;margin-left:0}.single-post.no-sidebar #comments,.single-post.no-sidebar .entry-content,.single-post.no-sidebar .entry-footer{margin-left:auto;margin-right:auto;width:80%}.single-post.no-sidebar .entry-content .wide-content{margin-left:-12.5%;margin-right:-12.5%}.big-thumb .entry-header p.intro{font-size:26px;font-size:1.625rem}.archive a.post-edit-link,.entry-cats,.entry-meta,.search-results a.post-edit-link{font-size:12px;font-size:.75rem;font-weight:400}.singlepost-wrap{margin-top:0}.single-attachment .contentwrap,.single-post .contentwrap{width:65.87301587301587%;float:left}.single-attachment #colophon,.single-post #colophon{margin-top:80px}.entry-header p.intro{display:block}}@media screen and (min-width:85em){.single-post #primary .hentry.has-post-thumbnail:nth-child(4n+1){margin-left:0}.big-thumb .title-wrap{width:114.28571428571428%}.single-post .entry-content{margin-top:-8px}.single-post.no-sidebar .contentwrap{width:100%;float:none;margin-left:0}.single-post.no-sidebar #comments,.single-post.no-sidebar .entry-content,.single-post.no-sidebar .entry-footer{width:70%;margin-left:100px;margin-right:auto}.single-post.no-sidebar .entry-content .wide-content{margin-left:0;margin-right:-31.5%}.single-post #socialicons-sticky{position:relative}.single-post .sharedaddy .sd-social-icon{display:block;position:absolute;top:8px;left:0;z-index:10000}.single-post .sd-social-icon .sd-content ul{margin:0!important}.single-post .sd-social-icon .sd-content ul li{display:block}}@media screen and (min-width:112.5em){.big-instagram-wrap,.recommended-posts-wrap,.singlepost-wrap{width:70%;margin-left:auto;margin-right:auto}.big-thumb .entry-header h1.entry-title,.big-thumb .entry-header p.intro,.big-thumb .title-wrap .entry-cats{padding-left:15%;padding-right:15%}.single-post .big-thumb .entry-thumbnail,.single-post .big-thumb .title-wrap{width:142.85714285714286%;margin-left:-21.42857142857143%}.single-post .big-thumb .title-wrap{margin-right:-21.42857142857143%}}@media screen and (min-width:137.5em){.big-instagram-wrap,.recommended-posts-wrap,.singlepost-wrap{width:56%}.big-thumb .entry-header h1.entry-title,.big-thumb .entry-header p.intro,.big-thumb .title-wrap .entry-cats{padding-left:22%;padding-right:22%}.single-post .big-thumb .entry-thumbnail,.single-post .big-thumb .title-wrap{width:178.8617886178862%;margin-left:-39.43089430894309%}.single-post .big-thumb .title-wrap{margin-right:-39.43089430894309%}}#front-section-four .entry-thumbnail a:after,.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-thumbnail a:after,.featured-slider .entry-thumbnail a:after,.header-image:after,.single-post .big-thumb .entry-thumbnail a:after{position:absolute;display:block;top:0;left:0;right:0;bottom:0;content:""}.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-thumbnail a:after,.featured-slider .entry-thumbnail a:after,.header-image:after,.single-post .big-thumb .entry-thumbnail a:after{background-color:#000;opacity:0}#front-section-four .meta-main-wrap,.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .meta-main-wrap,.featured-slider .meta-main-wrap{position:absolute;left:0;right:0;bottom:0;z-index:20}.big-thumb .title-wrap{position:absolute}#front-section-four .meta-main-wrap,.big-thumb .title-wrap,.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .meta-main-wrap,.featured-slider .meta-main-wrap{background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.7));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#a6000000",GradientType=0)}#overlay-close,#overlay-open{position:absolute;top:0;right:5.3125%;width:30px;height:40px}.no-js #overlay-close,.no-js #overlay-open{display:none}@media screen and (min-width:48em){#overlay-close,#overlay-open{top:8px}}#overlay-open{z-index:100}#overlay-close{z-index:1000}.overlay-btn{border:none;outline:none;display:block;margin:0;padding:0;z-index:9999;background:transparent;line-height:1;opacity:1}.overlay-btn span{display:none}.overlay-btn:before{display:block}#overlay-close:before,#overlay-open-sticky:before,#overlay-open:before{font-size:20px;line-height:28px;font-size:1.25rem;line-height:1.75rem}.close-btn-wrap{height:51px;border-bottom:1px solid #ddd;background:#fff}.menu-item-has-children,.page_item_has_children{position:relative}.overlay-title-wrap{padding:15px 5.3125%;background:#f5f5f6}.inner-offcanvas-wrap{width:100%;display:block;position:fixed;left:-100%;top:0;height:100%;overflow:auto;z-index:1000;background:#fff;transition:left,.35s,ease-in-out}.admin-bar .inner-offcanvas-wrap{top:46px}.overlay-show .inner-offcanvas-wrap{left:0}#offcanvas-wrap{padding-top:20px}#offcanvas-widgets-open{margin-bottom:20px;outline:none;width:89.375%;background:transparent;display:block;padding:14px 0;border:2px solid #2b2b2b;font-size:15px;font-size:.9375rem;font-weight:600;text-transform:uppercase;letter-spacing:3px;text-align:center}.sidebar-offcanvas{display:none;padding:0 0 30px}.mobilewidgets-show .sidebar-offcanvas,.offcanvas-widgets-show .sidebar-offcanvas{display:block}.mobile-search{padding-top:20px;padding-bottom:20px;background:#f5f5f6;border-bottom:1px solid #ddd}.mobile-search .searchform #s{width:100%;line-height:1.4}.mobile-search .submit{display:none}@media screen and (min-width:49.375em){.admin-bar .inner-offcanvas-wrap{top:32px}}@media screen and (min-width:66.25em){#overlay-nav .dropdown-toggle{display:none!important}.overlay-show #overlay-wrap{width:100%;background:transparent;position:fixed;top:0;left:0;right:0;bottom:-20px;z-index:90000000;cursor:pointer}.inner-offcanvas-wrap{position:fixed;left:-100%;top:0;height:100%;overflow:auto;display:block;background:#f4f4f4;width:70.13888888888889%;padding-left:6.25%;padding-right:6.25%;z-index:100000000;pointer-events:auto;padding-bottom:100px;transition:left,.35s,ease-in-out}.offcanvas-widgets-off .inner-offcanvas-wrap{width:40.27777777777778%}.overlay-show .inner-offcanvas-wrap{left:0}#overlay-open{position:absolute;top:34px;left:-17px;right:auto;width:4.76190476190476%;height:59px;text-align:center}.close-btn-wrap{border:none}#mobile-social,.mobile-search{display:none}#overlay-nav{width:48.19277108433735%;float:left;border-top:1px solid #1a1a1a}#sidebar-offcanvas{width:48.19277108433735%;float:right}.offcanvas-widgets-off #overlay-nav{width:100%}.close-btn-wrap{position:relative;height:160px}#overlay-close{position:absolute;top:40px;left:-17px;right:auto;width:59px;height:59px;text-align:center}#overlay-nav ul{margin:0 0 50px}#overlay-nav ul li{padding-top:15px;padding-bottom:15px;border-bottom:1px solid #1a1a1a}#overlay-nav ul li.menu-item-has-children,#overlay-nav ul li.page_item_has_children{padding-bottom:0;border-bottom:none}#overlay-nav ul li a{display:inline-block;padding:0}#overlay-nav ul li.menu-item-has-children a,#overlay-nav ul li.page_item_has_children a{border-bottom:none!important;padding-bottom:0}#overlay-nav ul ul.children,#overlay-nav ul ul.sub-menu{display:block;border-bottom:1px solid #1a1a1a;padding-top:15px;padding-bottom:15px}#overlay-nav ul ul ul.children,#overlay-nav ul ul ul.sub-menu{border-bottom:none;padding-top:0;padding-bottom:0}#overlay-nav ul ul li a{padding-left:0;padding-right:0}#offcanvas-widgets-open{display:none}#sidebar-offcanvas{display:block!important}#sidebar-offcanvas .widget{padding-left:0;padding-right:0}.overlay-show .close-btn-wrap{position:relative;top:0;left:auto;right:auto;background:transparent;height:158px}}.pagination{position:relative;clear:both;padding:18px 20px;border:2px solid #e7e7eb;font-size:15px;line-height:21px;font-size:.9375rem;line-height:1.3125rem;font-weight:600;letter-spacing:1px;color:#1a1a1a;margin-bottom:25px}.pagination a{color:#672082}.pagination .nav-links{text-align:center}.pagination .nav-links a.page-numbers,.pagination .nav-links span.page-numbers{background:#fff;color:#672082;overflow:hidden;display:inline-block;min-width:25px;height:25px;text-align:center;vertical-align:middle;border-radius:50%;padding-left:2px}.pagination .nav-links a.page-numbers:focus,.pagination .nav-links a.page-numbers:hover,.pagination .nav-links span.page-numbers:focus,.pagination .nav-links span.page-numbers:hover{background-color:#f80;color:#fff}.pagination .nav-links a.page-numbers.next,.pagination .nav-links a.page-numbers.prev,.pagination .nav-links span.page-numbers.next,.pagination .nav-links span.page-numbers.prev{padding:0 5px;border-radius:inherit}.pagination .nav-links a.page-numbers.next:focus,.pagination .nav-links a.page-numbers.next:hover,.pagination .nav-links a.page-numbers.prev:focus,.pagination .nav-links a.page-numbers.prev:hover,.pagination .nav-links span.page-numbers.next:focus,.pagination .nav-links span.page-numbers.next:hover,.pagination .nav-links span.page-numbers.prev:focus,.pagination .nav-links span.page-numbers.prev:hover{color:#fff;background:#f80}.pagination .nav-links a.next.page-numbers:focus,.pagination .nav-links a.next.page-numbers:hover,.pagination .nav-links a.prev.page-numbers:focus,.pagination .nav-links a.prev.page-numbers:hover,.pagination .nav-links span.next.page-numbers:focus,.pagination .nav-links span.next.page-numbers:hover,.pagination .nav-links span.prev.page-numbers:focus,.pagination .nav-links span.prev.page-numbers:hover{text-decoration:none}.single-attachment .post-navigation{overflow:hidden;clear:both;padding-top:60px}.single-attachment .nav-previous{float:left}.single-attachment .nav-next{float:right}.single-attachment .post-navigation a{position:relative;display:block;font-size:15px;line-height:21px;font-size:.9375rem;line-height:1.3125rem;line-height:1.15;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;border-bottom:2px solid #1a1a1a}#nav-comments{padding:10px 0;clear:both;overflow:hidden}#nav-comments .nav-previous{float:right}.page-links{font-weight:600;letter-spacing:1px;display:inline-block;margin-top:20px}.page-links .post-page-numbers{padding:4px;text-decoration:none}.page-links .post-page-numbers.current{color:#672082}.page-links .post-page-numbers a .number{font-size:14px;line-height:19.6px;font-size:.875rem;line-height:1.225rem}.page-links .post-page-numbers a:hover{background-color:#ddd}.single-post .post-navigation{clear:both;display:block;margin:20px 0}.single-post .post-navigation .nav-next,.single-post .post-navigation .nav-previous{display:inline}.single-post .post-navigation .nav-next{text-align:right}@media screen and (min-width:48em){.single-post .post-navigation .nav-next{text-align:left}}.single-post .pagebreak-links{margin:10px 0}.single-post .pagebreak-links a,.single-post .post-navigation a{padding:5px;margin-right:5px;margin-top:5px;width:100%;display:block}@media screen and (min-width:48em){.single-post .pagebreak-links a,.single-post .post-navigation a{width:inherit;display:inline}}.single-post .pagebreak-links .next,.single-post .pagebreak-links .prev,.single-post .post-navigation .next,.single-post .post-navigation .prev{padding:2px 4px}.single-post .pagebreak-links .next,.single-post .post-navigation .next{text-align:right}@media screen and (min-width:48em){.single-post .pagebreak-links .next,.single-post .post-navigation .next{text-align:left}}.single-post .pagebreak-links .next:after,.single-post .post-navigation .next:after{margin-left:5px;content:""}.single-post .pagebreak-links .prev:before,.single-post .post-navigation .prev:before{margin-right:5px}.page h1.entry-title{display:block;margin:0 0 20px;padding:6px 0 20px;border-bottom:1px solid #1a1a1a}.page a.post-edit-link{text-transform:uppercase;letter-spacing:1px;font-weight:600;margin-top:30px;display:inline-block}.page.has-thumb .content-wrap{padding-top:0}.page.has-thumb .blog-wrap{padding-top:35px}.page.has-thumb .entry-thumbnail img{width:100%}.archive-header .taxonomy-description p{margin:8px 0 0}.author .taxonomy-description{display:none}.entry-summary p:last-child{margin-bottom:0}.archive .site-content .post,.search-results .site-content .page,.search-results .site-content .post{clear:both;overflow:hidden}.search-no-results .searchform{width:420px}.error404 .site-content .entry-wrap{overflow:hidden}.author h3.author-archive-title{margin:0;padding:80px 0 0}.page .edit-link{padding-top:30px}#secondary,#sidebar-page{padding-top:40px;padding-bottom:70px}.no-sidebar #secondary,.no-sidebar #sidebar-page{display:none}.widget-area .widget{clear:both;float:none;line-height:1.5;padding-bottom:34px}.widget-area .widget ul{margin:0;padding:0}.widget-area .widget ul ul{display:inline}#secondary .widget:last-of-type,#sidebar-page.widget:last-of-type{padding-bottom:0}.widget .widget-title-wrap{display:block}.widget ul:not(.slick-dots) li:after,.widget ul:not(.slick-dots) ul:before{display:inline;content:" / "}.widget iframe,.widget select{max-width:99%;margin-left:.1rem}.widget-area .widget ul li{list-style:none;display:inline}.widget-area .widget ul li:last-child{padding-bottom:0}.widget-area .widget ul li:last-child:after{content:""}.widget-area .widget img.resize{max-width:100%;height:auto}.widget_tag_cloud div,.wp_widget_tag_cloud div{-ms-word-break:break-all;word-break:break-all;word-break:break-word}.widget_recent_comments a.url,.widget_recent_comments span.comment-author-link{font-weight:600}.widget-area .widget_recent_comments ul li{display:block;padding-bottom:6px}.widget-area .widget_recent_comments ul li:after,.widget-area .widget_rss ul li:after{display:none;content:" "}.tagcloud a{-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.widget_search{clear:both;overflow:hidden}@media screen and (min-width:37.5em){.widget_search input.search-field{width:67.8%}.widget_search input[type=submit]{width:30%}}.widget ul .dropdown-toggle{display:none}.widget-area .widget_rss ul{margin:0;padding:0}.widget-area .widget_rss ul li{display:block;padding-bottom:20px}.widget-area .widget_rss ul li .rssSummary{padding:0;display:inline-block}.widget-area .widget_rss ul li cite{font-style:normal;font-weight:600}a.rsswidget{font-weight:600}.widget-area .widget_rss ul ul:after{display:none;content:" "}.widget_calendar #calendar_wrap{position:relative}.widget_calendar #calendar_wrap table{width:100%}.widget_calendar #calendar_wrap a{font-weight:700}.widget_calendar #wp-calendar caption{margin:0 0 15px;text-align:left}.widget_calendar table#wp-calendar tr th{padding:2px;text-align:center}.widget_calendar table#wp-calendar tr td{padding:7px 0 3px;border:1px solid #000;text-align:center}.widget_calendar table#wp-calendar tbody tr td a{display:block}.textwidget p{margin:0 0 20px}.textwidget p:last-child{margin:0}.textwidget img{display:block;line-height:0}.widget.widget_media_gallery ul li{display:inline-block}.widget.widget_media_gallery ul li:after,.widget.widget_media_gallery ul ul:before{display:none}.entry-thumbnail a{max-height:400px;overflow:hidden}@media screen and (min-width:85em){.entry-thumbnail a{max-height:500px;overflow:hidden}}#colophon{clear:both;overflow:hidden;margin:0 auto;background:#471659;border-top:1px solid #471659;color:#fff;padding-top:40px;padding-bottom:40px}.no-sidebar #colophon{margin-top:60px}#colophon .footer-menu ul a{color:#fff}#colophon #site-info,#colophon p{color:hsla(0,0%,100%,.8)}#colophon #site-info a,#colophon p a{color:#fff}#colophon #site-info a:focus,#colophon #site-info a:hover,#colophon .footer-menu ul a:focus,#colophon .footer-menu ul a:hover{color:#f80}#colophon a{color:#fff}#colophon .custom-logo-wrap{text-align:left;display:block;padding-bottom:45px}.page-template-shop-front #colophon{margin-top:0}#site-info{padding-top:10px}#site-info ul{margin:0;padding:0}#site-info ul li{display:block}#site-info ul li.copyright:after,#site-info ul li.theme-author:after,#site-info ul li.wp-credit:after{content:"\002E"}.title-footer{display:block;margin:0;padding-bottom:45px;font-size:24px;font-size:1.5rem;font-weight:700}.big-footer-feature{display:block;margin-bottom:40px;padding-bottom:40px;border-bottom:1px solid hsla(0,0%,100%,.2)}#big-footer-feature h2.footer-feature-title,#big-footer-feature h3.footer-feature-title{position:relative;display:block;padding:8px 0 20px}.big-footer-feature p{margin-bottom:0}.big-footer-feature p.text-small{padding:10px 0 0}.footer-feature-textwrap{padding:15px 0 0 50px}.footer-feature-image a{display:block;line-height:0}.big-instagram-wrap .widget h2.widget-title{display:none}.big-instagram-wrap .widget-area .widget{position:relative;padding:35px 0 0}.widget ul.instagram-pics li a{width:16.66666666666667%}.widget ul.instagram-pics li:after{display:none}.widget ul.instagram-pics li a{display:block;float:left;line-height:0}.null-instagram-feed{position:relative;overflow:hidden}.big-instagram-wrap .null-instagram-feed .clear{position:absolute;top:0;width:100%;text-align:center}.footer-wrap{margin:0 auto}.footer-menus-wrap{border-bottom:1px solid hsla(0,0%,100%,.2)}.footer-menu{width:50%;float:left}.footer-menu h3.footer-menu-title{padding:0 0 20px}#footer-menu-one,#footer-menu-three{clear:left}#footer-menu-four,#footer-menu-two{clear:right}.footer-menu ul{margin:0;padding:0 0 60px}.footer-menu ul ul{margin:0;padding:0}.footer-menu ul li{padding:0 0 10px}.footer-menu ul ul li:last-child{padding:0}#footer-search{width:100%;margin:0 auto;text-align:left}#footer-social{padding-top:30px}#footer-social ul{margin:0;padding:0;display:inline-block}#footer-social h3.socialmedia,#footer-social span{color:hsla(0,0%,100%,.5)}#footer-social ul li{display:inline-block}@media screen and (min-width:37.5em){.footer-feature-image{width:47.8134110787172%;float:left;margin-right:2.1865889212828%}.footer-feature-textwrap{width:47.8134110787172%;float:right;padding-top:0;margin-left:2.1865889212828%}}@media screen and (min-width:48em){#colophon{padding-top:70px}#site-info{font-size:14px;font-size:.875rem}#site-info ul li{display:inline-block}#footer-social{padding-top:10px}.big-footer-feature{margin-bottom:70px;padding-bottom:70px}.big-footer-feature h3.footer-feature-title{padding:8px 0 35px}.big-instagram-wrap .widget-area .widget{padding:45px 0 0}}@media screen and (min-width:64em){.footer-feature-btn{margin:40px 0 0;padding:18px 40px}.big-footer-feature p.text-small{padding:20px 0 0}}@media screen and (min-width:66.25em){.footer-feature-textwrap p.text-big{font-size:1.4rem}.footer-feature-textwrap p.text-small{font-size:.8rem;line-height:1rem}.title-footer{width:31.74603174603175%;margin-right:2.38095238095238%;float:left}#colophon{padding-left:0;padding-right:0}#colophon .custom-logo-wrap{width:31.74603174603175%;margin-right:2.38095238095238%;float:left}#colophon .custom-logo-wrap .custom-logo-link img{max-width:130px;max-height:59px}#footer-menu-four,#footer-menu-one,#footer-menu-three,#footer-menu-two{clear:none}.footer-menu{width:14.68253968253968%;float:left}#footer-menu-one,#footer-menu-three,#footer-menu-two{margin-right:2.38095238095238%}.title-footer{font-size:36px;font-size:2.25rem}#site-info{width:50%;float:left}#footer-social{padding-top:23px;float:right;text-align:right}#footer-social ul{float:left}#footer-social span{display:inline-block;float:left;padding:8px 15px 0 0}.footer-feature-image{width:31.74603174603175%;margin-right:0}.footer-feature-textwrap{width:65.87301587301587%;margin-left:0}}.four-columns-one,.four-columns-three,.four-columns-two,.three-columns-one,.three-columns-two,.two-columns-one{width:100%}.entry-content .four-columns-one,.entry-content .four-columns-three,.entry-content .four-columns-two,.entry-content .three-columns-one,.entry-content .three-columns-two,.entry-content .two-columns-one{position:relative;float:left;margin-bottom:30px;font-size:16px;line-height:22.4px;font-size:1rem;line-height:1.4rem}.entry-content .four-columns-one.secondcolor,.entry-content .four-columns-three.secondcolor,.entry-content .four-columns-two.secondcolor,.entry-content .three-columns-one.secondcolor,.entry-content .three-columns-two.secondcolor,.entry-content .two-columns-one.secondcolor{background:#672082;color:#fff;padding:10px}.entry-content .four-columns-one.secondcolor.lighten,.entry-content .four-columns-three.secondcolor.lighten,.entry-content .four-columns-two.secondcolor.lighten,.entry-content .three-columns-one.secondcolor.lighten,.entry-content .three-columns-two.secondcolor.lighten,.entry-content .two-columns-one.secondcolor.lighten{background:#872aab}.entry-content .four-columns-one.maincolor,.entry-content .four-columns-three.maincolor,.entry-content .four-columns-two.maincolor,.entry-content .three-columns-one.maincolor,.entry-content .three-columns-two.maincolor,.entry-content .two-columns-one.maincolor{background:#f80;padding:10px}.entry-content .four-columns-one.maincolor a,.entry-content .four-columns-three.maincolor a,.entry-content .four-columns-two.maincolor a,.entry-content .three-columns-one.maincolor a,.entry-content .three-columns-two.maincolor a,.entry-content .two-columns-one.maincolor a{color:#672082}.entry-content .four-columns-one.maincolor.lighten,.entry-content .four-columns-three.maincolor.lighten,.entry-content .four-columns-two.maincolor.lighten,.entry-content .three-columns-one.maincolor.lighten,.entry-content .three-columns-two.maincolor.lighten,.entry-content .two-columns-one.maincolor.lighten{background:#ffa033}.entry-content .four-columns-one.blue,.entry-content .four-columns-three.blue,.entry-content .four-columns-two.blue,.entry-content .three-columns-one.blue,.entry-content .three-columns-two.blue,.entry-content .two-columns-one.blue{background:#06f;padding:10px}.entry-content .four-columns-one.blue.lighten,.entry-content .four-columns-three.blue.lighten,.entry-content .four-columns-two.blue.lighten,.entry-content .three-columns-one.blue.lighten,.entry-content .three-columns-two.blue.lighten,.entry-content .two-columns-one.blue.lighten{background:#3385ff}.entry-content .four-columns-one.red,.entry-content .four-columns-three.red,.entry-content .four-columns-two.red,.entry-content .three-columns-one.red,.entry-content .three-columns-two.red,.entry-content .two-columns-one.red{background:#d7464d;padding:10px}.entry-content .four-columns-one.red.lighten,.entry-content .four-columns-three.red.lighten,.entry-content .four-columns-two.red.lighten,.entry-content .three-columns-one.red.lighten,.entry-content .three-columns-two.red.lighten,.entry-content .two-columns-one.red.lighten{background:#e07075}.entry-content .four-columns-one.yellow,.entry-content .four-columns-three.yellow,.entry-content .four-columns-two.yellow,.entry-content .three-columns-one.yellow,.entry-content .three-columns-two.yellow,.entry-content .two-columns-one.yellow{background:#e7b547;padding:10px}.entry-content .four-columns-one.yellow.lighten,.entry-content .four-columns-three.yellow.lighten,.entry-content .four-columns-two.yellow.lighten,.entry-content .three-columns-one.yellow.lighten,.entry-content .three-columns-two.yellow.lighten,.entry-content .two-columns-one.yellow.lighten{background:#edc774}.entry-content .four-columns-one.green,.entry-content .four-columns-three.green,.entry-content .four-columns-two.green,.entry-content .three-columns-one.green,.entry-content .three-columns-two.green,.entry-content .two-columns-one.green{background:#85c066;padding:10px}.entry-content .four-columns-one.green.lighten,.entry-content .four-columns-three.green.lighten,.entry-content .four-columns-two.green.lighten,.entry-content .three-columns-one.green.lighten,.entry-content .three-columns-two.green.lighten,.entry-content .two-columns-one.green.lighten{background:#a2cf8a}.entry-content .four-columns-one.lightgrey,.entry-content .four-columns-three.lightgrey,.entry-content .four-columns-two.lightgrey,.entry-content .three-columns-one.lightgrey,.entry-content .three-columns-two.lightgrey,.entry-content .two-columns-one.lightgrey{background:#ececed;padding:10px}.entry-content .four-columns-one.lightgrey.lighten,.entry-content .four-columns-three.lightgrey.lighten,.entry-content .four-columns-two.lightgrey.lighten,.entry-content .three-columns-one.lightgrey.lighten,.entry-content .three-columns-two.lightgrey.lighten,.entry-content .two-columns-one.lightgrey.lighten{background:#fff}.entry-content .four-columns-one.grey,.entry-content .four-columns-three.grey,.entry-content .four-columns-two.grey,.entry-content .three-columns-one.grey,.entry-content .three-columns-two.grey,.entry-content .two-columns-one.grey{background:#a9a9a9;padding:10px}.entry-content .four-columns-one.grey.lighten,.entry-content .four-columns-three.grey.lighten,.entry-content .four-columns-two.grey.lighten,.entry-content .three-columns-one.grey.lighten,.entry-content .three-columns-two.grey.lighten,.entry-content .two-columns-one.grey.lighten{background:#c3c3c3}.entry-content .four-columns-one.black,.entry-content .four-columns-three.black,.entry-content .four-columns-two.black,.entry-content .three-columns-one.black,.entry-content .three-columns-two.black,.entry-content .two-columns-one.black{background:#000;padding:10px;color:#fff}.entry-content .four-columns-one.black.lighten,.entry-content .four-columns-three.black.lighten,.entry-content .four-columns-two.black.lighten,.entry-content .three-columns-one.black.lighten,.entry-content .three-columns-two.black.lighten,.entry-content .two-columns-one.black.lighten{background:#1a1a1a}.entry-content .four-columns-one.dark,.entry-content .four-columns-three.dark,.entry-content .four-columns-two.dark,.entry-content .three-columns-one.dark,.entry-content .three-columns-two.dark,.entry-content .two-columns-one.dark{background:#222;padding:10px;color:#fff}.entry-content .four-columns-one.dark.lighten,.entry-content .four-columns-three.dark.lighten,.entry-content .four-columns-two.dark.lighten,.entry-content .three-columns-one.dark.lighten,.entry-content .three-columns-two.dark.lighten,.entry-content .two-columns-one.dark.lighten{background:#3c3c3c}.entry-content .four-columns-one p,.entry-content .four-columns-three p,.entry-content .four-columns-two p,.entry-content .three-columns-one p,.entry-content .three-columns-two p,.entry-content .two-columns-one p{font-size:16px;line-height:22.4px;font-size:1rem;line-height:1.4rem}.last{clear:right;margin-right:0!important}.divider{width:100%;margin-bottom:21px;padding-top:21px;display:block;clear:both}#section-fullwidth{padding:0;margin:0}#section-fullwidth img{z-index:1}#section-fullwidth blockquote,#section-fullwidth code,#section-fullwidth em,#section-fullwidth h1,#section-fullwidth h2,#section-fullwidth h3,#section-fullwidth h4,#section-fullwidth h5,#section-fullwidth h6,#section-fullwidth p{position:relative;z-index:2}#section-fullwidth.withbackground{background-size:cover;background-position:50%}#section-fullwidth.withbackground blockquote,#section-fullwidth.withbackground code,#section-fullwidth.withbackground em,#section-fullwidth.withbackground h1,#section-fullwidth.withbackground h2,#section-fullwidth.withbackground h3,#section-fullwidth.withbackground h4,#section-fullwidth.withbackground h5,#section-fullwidth.withbackground h6,#section-fullwidth.withbackground p{background:#000;color:#fff;display:table;padding:2px 5px;margin-left:6.25%;margin-right:6.25%}#section-fullwidth.withbackground.maincolor blockquote,#section-fullwidth.withbackground.maincolor code,#section-fullwidth.withbackground.maincolor em,#section-fullwidth.withbackground.maincolor h1,#section-fullwidth.withbackground.maincolor h2,#section-fullwidth.withbackground.maincolor h3,#section-fullwidth.withbackground.maincolor h4,#section-fullwidth.withbackground.maincolor h5,#section-fullwidth.withbackground.maincolor h6,#section-fullwidth.withbackground.maincolor p{background:#f80;color:#fff}#section-fullwidth.withbackground.secondcolor blockquote,#section-fullwidth.withbackground.secondcolor code,#section-fullwidth.withbackground.secondcolor em,#section-fullwidth.withbackground.secondcolor h1,#section-fullwidth.withbackground.secondcolor h2,#section-fullwidth.withbackground.secondcolor h3,#section-fullwidth.withbackground.secondcolor h4,#section-fullwidth.withbackground.secondcolor h5,#section-fullwidth.withbackground.secondcolor h6,#section-fullwidth.withbackground.secondcolor p{background:#672082;color:#fff}#section-fullwidth.withbackground.red blockquote,#section-fullwidth.withbackground.red code,#section-fullwidth.withbackground.red em,#section-fullwidth.withbackground.red h1,#section-fullwidth.withbackground.red h2,#section-fullwidth.withbackground.red h3,#section-fullwidth.withbackground.red h4,#section-fullwidth.withbackground.red h5,#section-fullwidth.withbackground.red h6,#section-fullwidth.withbackground.red p{background:#d7464d;color:#fff}#section-fullwidth.withbackground.green blockquote,#section-fullwidth.withbackground.green code,#section-fullwidth.withbackground.green em,#section-fullwidth.withbackground.green h1,#section-fullwidth.withbackground.green h2,#section-fullwidth.withbackground.green h3,#section-fullwidth.withbackground.green h4,#section-fullwidth.withbackground.green h5,#section-fullwidth.withbackground.green h6,#section-fullwidth.withbackground.green p{background:#85c066;color:#fff}#section-fullwidth.withbackground.yellow blockquote,#section-fullwidth.withbackground.yellow code,#section-fullwidth.withbackground.yellow em,#section-fullwidth.withbackground.yellow h1,#section-fullwidth.withbackground.yellow h2,#section-fullwidth.withbackground.yellow h3,#section-fullwidth.withbackground.yellow h4,#section-fullwidth.withbackground.yellow h5,#section-fullwidth.withbackground.yellow h6,#section-fullwidth.withbackground.yellow p{background:#e7b547;color:#fff}#section-fullwidth.withbackground.blue blockquote,#section-fullwidth.withbackground.blue code,#section-fullwidth.withbackground.blue em,#section-fullwidth.withbackground.blue h1,#section-fullwidth.withbackground.blue h2,#section-fullwidth.withbackground.blue h3,#section-fullwidth.withbackground.blue h4,#section-fullwidth.withbackground.blue h5,#section-fullwidth.withbackground.blue h6,#section-fullwidth.withbackground.blue p{background:#06f;color:#fff}#section-fullwidth.withbackground.lightgrey blockquote,#section-fullwidth.withbackground.lightgrey code,#section-fullwidth.withbackground.lightgrey em,#section-fullwidth.withbackground.lightgrey h1,#section-fullwidth.withbackground.lightgrey h2,#section-fullwidth.withbackground.lightgrey h3,#section-fullwidth.withbackground.lightgrey h4,#section-fullwidth.withbackground.lightgrey h5,#section-fullwidth.withbackground.lightgrey h6,#section-fullwidth.withbackground.lightgrey p{background:#ececed;color:#fff}#section-fullwidth.withbackground.grey blockquote,#section-fullwidth.withbackground.grey code,#section-fullwidth.withbackground.grey em,#section-fullwidth.withbackground.grey h1,#section-fullwidth.withbackground.grey h2,#section-fullwidth.withbackground.grey h3,#section-fullwidth.withbackground.grey h4,#section-fullwidth.withbackground.grey h5,#section-fullwidth.withbackground.grey h6,#section-fullwidth.withbackground.grey p{background:#a9a9a9;color:#fff}#section-fullwidth p{font-size:18px;line-height:25.2px;font-size:1.125rem;line-height:1.575rem}#section-fullwidth.secondcolor{background:#672082;color:#fff}#section-fullwidth.secondcolor.lighten{background:#872aab}#section-fullwidth.maincolor{background:#f80}#section-fullwidth.maincolor a{color:#672082}#section-fullwidth.maincolor.lighten{background:#ffa033}#section-fullwidth.blue{background:#06f}#section-fullwidth.blue.lighten{background:#3385ff}#section-fullwidth.red{background:#d7464d}#section-fullwidth.red.lighten{background:#e07075}#section-fullwidth.yellow{background:#e7b547;padding:10px}#section-fullwidth.yellow.lighten{background:#edc774}#section-fullwidth.green{background:#85c066}#section-fullwidth.green.lighten{background:#a2cf8a}#section-fullwidth.lightgrey{background:#ececed}#section-fullwidth.lightgrey.lighten{background:#fff}#section-fullwidth.grey{background:#a9a9a9}#section-fullwidth.grey.lighten{background:#c3c3c3}#section-fullwidth.black{background:#000;color:#fff}#section-fullwidth.black.lighten{background:#1a1a1a}#section-fullwidth.dark{background:#222;color:#fff}#section-fullwidth.dark.lighten{background:#3c3c3c}@media screen and (min-width:48em){.two-columns-one{width:48.5%}.three-columns-one{width:30.3%}.three-columns-two{width:65.15%}.four-columns-one{width:22.375%}.four-columns-two{width:48%}.four-columns-three{width:74.5%}.four-columns-one,.four-columns-three,.four-columns-two,.three-columns-one,.three-columns-two,.two-columns-one{position:relative;float:left;margin-bottom:0}.two-columns-one{margin:0 1.5% 0 0}.two-columns-one.last{margin-right:0}.three-columns-two{margin:0 1.5% 0 0}.three-columns-two.last{margin-right:0}.three-columns-one{margin:0 3% 0 0}.three-columns-one.last{margin-right:0}.four-columns-one{margin:0 3.5% 0 0}.four-columns-one.last{margin-right:0}}.shortcode-section a.all-posts-link{color:#1a1a1a;text-decoration:none}.shortcode-section a.all-posts-link:after{content:"\2192";text-align:right;padding-left:3px}.shortcode-section .type-post{position:relative;display:block;margin:0;padding:20px 0 35px;border-top:1px solid #1a1a1a}.shortcode-section #front-section-four .entry-cats a:before,.shortcode-section #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:before,.shortcode-section .hentry .entry-cats a,.shortcode-section .section-one-column-one .entry-cats a:before,.shortcode-section .section-three-column-one .entry-cats a:before{display:none}.shortcode-section #primary .hentry.has-post-thumbnail:nth-child(4n+1){margin-left:-5.94405594405594%;margin-right:-5.94405594405594%;margin-bottom:34px;padding:0;border-top:0}.shortcode-section #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-thumbnail{width:100%;margin:0;float:none}.shortcode-section #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-thumbnail img{width:100%}.shortcode-section #primary .hentry.has-post-thumbnail:nth-child(4n+1) .meta-main-wrap{width:100%;padding:0 5.3125% 28px}.shortcode-section #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-meta{float:none}.shortcode-section #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-summary{display:none}.shortcode-section #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a{padding:2px 5px}.shortcode-section #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-author,.shortcode-section #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-comments,.shortcode-section #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-date,.shortcode-section #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-edit{display:inline-block;padding-bottom:0}.shortcode-section #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-date{padding-right:20px}.blogroll .entry-meta a{color:#1a1a1a;text-decoration:none}.blogroll .entry-cats a:nth-child(n+2):before{content:" / ";padding:0 2px;color:#1a1a1a}@media screen and (min-width:48em){.entry-content .blogroll .entry-summary p{font-size:16px;line-height:22.4px;font-size:1rem;line-height:1.4rem}}@media screen and (min-width:48em){.page #primary .blogroll .hentry{padding:20px 0 40px}.page #primary .blogroll .hentry .entry-meta{width:25.49019607843137%;float:left;display:block}.page #primary .blogroll .hentry .entry-main{width:74.50980392156863%;float:left}.page #primary .blogroll .hentry .entry-thumbnail{width:36.14457831325301%}.page #primary .blogroll .hentry .meta-main-wrap{width:61.44578313253012%;float:left}}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}[hidden],audio:not([controls]){display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body,figure{margin:0}img{border:0;-ms-interpolation-mode:bicubic}a:active,a:focus,a:hover{outline:none;-moz-outline-style:none}input{border-radius:0}:-moz-placeholder,:-ms-input-placeholder,::-moz-placeholder,::-webkit-input-placeholder{color:#999}*,:after,:before{box-sizing:border-box}::-moz-selection{background:#d7f4f9}::-moz-selection,::selection{background:#d7f4f9}#main-wrap .sharedaddy:after,.accordion .accordion-group .accordion-body .accordion-inner:after,.clear:after,.clearfix:after{clear:both;content:" ";display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}.cf:after,.cf:before{content:" ";display:table}.cf:after{clear:both}.front-section-title,.jetpack_subscription_widget #subscribe-text p,.single-post .entry-content p.intro,.social-front-title,.widget_mc4wp_form_widget p,p.text-big{font-size:20px;line-height:28px;font-size:1.25rem;line-height:1.75rem}.section-about-column-one p{font-size:18px;line-height:25.2px;font-size:1.125rem;line-height:1.575rem}.entry-content p{font-size:16px;line-height:22.4px;font-size:1rem;line-height:1.4rem}.entry-content p.pull-left,.entry-content p.pull-right{font-size:18px;line-height:25.2px;font-size:1.125rem;line-height:1.575rem}.entry-header p.intro{font-size:16px;line-height:22.4px;font-size:1rem;line-height:1.4rem}p.site-title{font-weight:700;padding-right:55px;margin:0;font-size:25px;line-height:35px;font-size:1.5625rem;line-height:2.1875rem}#desktop-navigation ul li a,#overlay-nav ul li a,.comments-toggle,.footer-feature-btn,.page a.post-edit-link,.section-about-column-one p cite,.site-content div.wpcf7 p input.wpcf7-submit,.site-content p.nocomments{font-size:15px;line-height:21px;font-size:.9375rem;line-height:1.3125rem}#footer-social span,#overlay-nav ul ul li a,.entry-summary,.footer-menu ul li{font-size:14px;line-height:19.6px;font-size:.875rem;line-height:1.225rem;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.contact-form label span,.widget_rss ul li .rssSummary,.widget_rss ul li cite{font-size:14px;line-height:19.6px;font-size:.875rem;line-height:1.225rem}#site-info,.front-section a.all-posts-link,.null-instagram-feed .clear,.single-post .canonical-link{font-size:12px;font-size:.75rem}#desktop-navigation ul li a,#overlay-nav ul li a,.site-content p.nocomments{text-transform:uppercase;letter-spacing:1px}#comments-toggle:focus,#comments-toggle:hover,#front-section-three a.all-posts-link:focus,#front-section-three a.all-posts-link:hover,#offcanvas-widgets-open:focus,#offcanvas-widgets-open:hover,#primary #infinite-handle span:focus,#primary #infinite-handle span:hover,.comments-show #comments-toggle,.footer-feature-btn:focus,.footer-feature-btn:hover,.offcanvas-widgets-show #offcanvas-widgets-open{border:2px solid #0c6ca6}p{margin-bottom:30px}.entry-summary p{-o-hyphens:auto;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.entry-content p:last-child,.team-text p:last-child{margin-bottom:0}b,strong{font-weight:700}dfn,em,i{font-style:italic}del,s,strike{text-decoration:line-through}address{margin:0 0 30px}pre{max-width:100%;word-wrap:break-word;margin-bottom:30px;padding:15px;overflow:auto}code,kbd,pre,tt,var{font-family:Monaco,Consolas,Andale Mono,DejaVu Sans Mono,Courier New,Courier\ 10 Pitch,Courier,monospace;font-size:15px;line-height:21px;font-size:.9375rem;line-height:1.3125rem}abbr,acronym{border-bottom-width:1px;border-bottom-style:dotted;cursor:help}ins,mark{text-decoration:none}sub,sup{position:relative;vertical-align:baseline;height:0;font-size:75%;line-height:0}sup{bottom:1ex}sub{top:.5ex}small{font-size:75%}big{font-size:125%}figure{margin:0}dt{padding-bottom:4px;font-weight:700}dd{margin:0 0 30px}dl dt{font-weight:700}dl dd{margin:0 0 30px}@media screen and (min-width:48em){.front-section-title,.social-front-title{font-size:36px;line-height:50.4px;font-size:2.25rem;line-height:3.15rem}.entry-header p.intro,.section-about-column-one p,.single-post .entry-content p.intro,p.text-big{font-size:26px;line-height:36.4px;font-size:1.625rem;line-height:2.275rem}.entry-content p{font-size:18px;line-height:25.2px;font-size:1.125rem;line-height:1.575rem}.entry-content p.pull-left,.entry-content p.pull-right{font-size:20px;line-height:28px;font-size:1.25rem;line-height:1.75rem}.big-thumb .entry-header p.intro,.entry-content dl,.entry-content ol,.entry-content ul,.section-one-column-one .type-post .entry-summary,.section-three-column-one .type-post .entry-summary,address,p.text-small{font-size:18px;line-height:25.2px;font-size:1.125rem;line-height:1.575rem}.entry-summary{font-size:16px;line-height:22.4px;font-size:1rem;line-height:1.4rem}.null-instagram-feed .clear,.section-fourcolumn-postwrap .type-post .entry-summary,.section-sixcolumn-postwrap .type-post .entry-summary{font-size:15px;line-height:21px;font-size:.9375rem;line-height:1.3125rem}}h1,h2,h3,h4,h5,h6{-o-hyphens:auto;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;font-family:roboto,sans-serif}#section-fullwidth h1,.entry-content h1,.site-content h1{padding:6px 0 9px;font-size:20px;line-height:28px;font-size:1.25rem;line-height:1.75rem;-o-hyphens:manual;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}#section-fullwidth h2,.entry-content h2,.site-content h2{font-size:18px;line-height:25.2px;font-size:1.125rem;line-height:1.575rem;padding:6px 0 9px;-o-hyphens:manual;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}#section-fullwidth h3,.entry-content h3,.site-content h3{font-size:18px;line-height:25.2px;font-size:1.125rem;line-height:1.575rem;padding:5px 0 8px}#section-fullwidth h4,.entry-content h4,.site-content h4{font-size:16px;line-height:22.4px;font-size:1rem;line-height:1.4rem;padding:5px 0 8px}#section-fullwidth h5,.entry-content h5,.site-content h5{font-size:15px;line-height:21px;font-size:.9375rem;line-height:1.3125rem;padding:3px 0;text-transform:uppercase;letter-spacing:1px}#section-fullwidth h6,.entry-content h6,.site-content h6{font-size:16px;line-height:22.4px;font-size:1rem;line-height:1.4rem;padding:3px 0}#comments h3.comments-title,#desktop-navigation ul li a,#overlay-nav ul li a,.authorbox h3.author-title,h1,h2,h3,h4,h5,h6{font-weight:600}h1.site-title,p.site-title{font-weight:700;padding-right:25px;font-size:18px;line-height:25.2px;font-size:1.125rem;line-height:1.575rem}.archive-header h1.archive-title,.attachment h1.entry-title,.entry-content h1,.entry-header h1.entry-title,.page h1.entry-title,.single-post .entry-header h1.entry-title,.site-content h1,h1.entry-title{text-transform:uppercase;border-bottom:7px;border-style:solid;margin-bottom:50px;display:table-cell;padding-bottom:1px}.archive-header h1.archive-title+*,.attachment h1.entry-title+*,.entry-content h1+*,.entry-header h1.entry-title+*,.page h1.entry-title+*,.single-post .entry-header h1.entry-title+*,.site-content h1+*,h1.entry-title+*{margin-top:20px}.archive-header h1:after.archive-title article h1:after,.attachment h1:after.entry-title,.entry-content h1:after,.entry-header h1:after.entry-title,.page h1:after.entry-title,.single-post .entry-header h1:after.entry-title{content:" ";display:table-cell;width:100%}.h1noupper .entry-header h1.entry-title,.h1noupper.page h1.entry-title,.h1noupper h1{text-transform:none}.entry-header h1.entry-title{margin:0}#secondary h2.widget-title,#sidebar-page h2.widget-title{font-size:16px;line-height:22.4px;font-size:1rem;line-height:1.4rem}#footer-social h2.socialmedia{font-size:14px;line-height:19.6px;font-size:.875rem;line-height:1.225rem;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;display:inline-block;float:left;padding:8px 15px 0 0}.entry-header h2.entry-title{font-size:16px;line-height:22.4px;font-size:1rem;line-height:1.4rem;-o-hyphens:manual;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual;text-decoration:none;padding:4px 0 8px;display:block;margin:0}.entry-header h2.entry-title a{text-decoration:none}.widget h2.widget-title{display:block;margin:0;padding:15px 0 24px;border-top-width:1px;border-top-style:solid}.jetpack_subscription_widget h2.widget-title,.widget_mc4wp_form_widget h2.widget-title{font-size:15px;line-height:21px;font-size:.9375rem;line-height:1.3125rem}h3#reply-title{margin:0 0 10px;padding:0;display:block;line-height:1;font-weight:600;text-transform:uppercase;letter-spacing:1.5px}#footer-social h3.socialmedia{font-size:14px;line-height:19.6px;font-size:.875rem;line-height:1.225rem;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;display:inline-block;float:left;padding:8px 15px 0 0}.footer-menu h3.footer-menu-title{text-transform:uppercase;letter-spacing:1px}#comments #respond h3#reply-title,#comments h3.comments-title,.authorbox h3.author-title,.footer-menu h3.footer-menu-title{font-size:15px;line-height:21px;font-size:.9375rem;line-height:1.3125rem}#big-footer-feature h2.footer-feature-title,#big-footer-feature h3.footer-feature-title,#front-section-four .entry-header h2.entry-title,#front-section-three h3.front-section-title,.archive-header h1.archive-title,.attachment h1.entry-title,.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-header h2.entry-title,.blog-wrap h3.blog-title,.featured-slider .entry-header h2.entry-title,.jetpack_subscription_widget #subscribe-text p,.page h1.entry-title,.recommended-posts-wrap #jp-relatedposts h3.jp-relatedposts-headline,.section-one-column-one .entry-header h2.entry-title,.section-three-column-one .entry-header h2.entry-title,.single-post .entry-header h1.entry-title{font-size:20px;line-height:28px;font-size:1.25rem;line-height:1.75rem}.entry-content header,.site-content header{margin-bottom:20px}@media screen and (min-width:48em){h1.site-title,p.site-title{padding-top:5px}.attachment h1.entry-title,.page h1.entry-title,.single-attachment .entry-header h1.entry-title,.single-post .entry-header h1.entry-title,h1.entry-title{font-size:48px;line-height:67.2px;font-size:3rem;line-height:4.2rem}#front-section-four .entry-header h2.entry-title,.archive-header h1.archive-title,.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-header h2.entry-title,.blog-wrap h3.blog-title,.entry-content h1,.recommended-posts-wrap #jp-relatedposts h3.jp-relatedposts-headline,.section-one-column-one .entry-header h2.entry-title,.section-three-column-one .entry-header h2.entry-title{font-size:36px;line-height:50.4px;font-size:2.25rem;line-height:3.15rem}#section-fullwidth h2,.entry-content h2{font-size:26px;line-height:36.4px;font-size:1.625rem;line-height:2.275rem}#section-fullwidth h3,.entry-content h3{font-size:24px;line-height:33.6px;font-size:1.5rem;line-height:2.1rem}#section-fullwidth h4,.entry-content h4{font-size:22px;line-height:30.8px;font-size:1.375rem;line-height:1.925rem}#section-fullwidth h5,#section-fullwidth h6,.entry-content h5,.entry-content h6{font-size:19px;line-height:26.6px;font-size:1.1875rem;line-height:1.6625rem}.entry-header h2.entry-title{font-size:24px;line-height:33.6px;font-size:1.5rem;line-height:2.1rem}#front-section-fourcolumn .type-post .entry-header h2.entry-title,.section-one-column-two .type-post:nth-of-type(n+2) .entry-header h2.entry-title,.section-sixcolumn-postwrap .type-post .entry-header h2.entry-title,.section-three-column-two .type-post .entry-header h2.entry-title,.section-two-column-two .type-post .entry-header h2.entry-title{font-size:16px;line-height:22.4px;font-size:1rem;line-height:1.4rem}.null-instagram-feed .clear,.page div.sharedaddy h3.sd-title{font-size:15px;line-height:21px;font-size:.9375rem;line-height:1.3125rem}.attachment h1.entry-title,.page h1.entry-title{margin-bottom:45px}}@media screen and (min-width:64em){#front-section-twocolumn .entry-header h2.entry-title,.entry-header h2.entry-title{font-size:28px;line-height:39.2px;font-size:1.75rem;line-height:2.45rem}.widget h2.widget-title{border-top:none}}@media screen and (min-width:66.25em){h1.site-title{font-size:60px;line-height:84px;font-size:3.75rem;line-height:5.25rem;text-align:center;padding-right:0}#front-section-four .entry-header h2.entry-title,.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-header h2.entry-title,.section-one-column-one .entry-header h2.entry-title,.section-three-column-one .entry-header h2.entry-title{font-size:48px;line-height:67.2px;font-size:3rem;line-height:4.2rem}#front-section-fourcolumn .type-post .entry-header h2.entry-title,.recommended-posts-wrap #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title{font-size:20px;line-height:28px;font-size:1.25rem;line-height:1.75rem}#front-section-four entry-header h2.entry-title{padding-top:10px}}@media screen and (min-width:85em){#front-section-four .entry-header h2.entry-title,.single-post .entry-header h1.entry-title{font-size:58px;line-height:81.2px;font-size:3.625rem;line-height:5.075rem}}@media screen and (min-width:550px){hr{display:block;border:0;height:56px;margin:10px 0;color:#ccc;background-image:url(img/trenner-04-50.png);background-position:50%;background-repeat:no-repeat}}.menu_separator hr{background-image:url(img/trenner-01-30.png);height:40px}.site-content hr{clear:both}.devider_hideimage hr{background-image:none;border:1px;height:1px;background:#ccc}#overlay-nav .menu_separator hr{display:none}a{text-decoration:none}.comment-text a,.entry-content a{font-weight:700}.author-bio a,.textwidget a{text-decoration:underline}#secondary h2.widget-title,#sidebar-page h2.widget-title{text-decoration:none}#comments-toggle:focus,#comments-toggle:hover,#front-section-three a.all-posts-link:focus,#front-section-three a.all-posts-link:hover,#offcanvas-widgets-open:focus,#offcanvas-widgets-open:hover,#primary #infinite-handle span:focus,#primary #infinite-handle span:hover,.comments-show #comments-toggle,.offcanvas-widgets-show #offcanvas-widgets-open{border-style:solid;border-width:2px}.desktop-search input.search-field:active,.desktop-search input.search-field:focus{border-bottom-style:solid;border-bottom-width:1px}.wp-caption-text a{line-height:1.6em}table{line-height:2;font-size:16px;line-height:22.4px;font-size:1rem;line-height:1.4rem;border-collapse:collapse;border-bottom-style:solid;border-spacing:0;border-width:1px;margin:0 0 1.6em;width:100%}table.sorttable thead{cursor:pointer}table.center td,table.center th{text-align:center}table.right td{text-align:right}table thead th{border-bottom-width:2px;border-bottom-style:solid}table.border td,table.long td{border-bottom-width:1px;border-bottom-style:solid}caption,td,th{font-weight:400;text-align:left;vertical-align:top}caption{padding:3px 5px;font-style:italic;margin:40px 0}caption.right{text-align:right}caption.center{text-align:center}th{font-weight:700}td,th{padding:.4em}td.right,th.right{text-align:right}td.center,th.center{text-align:center}@media screen and (max-width:48em){table,td,tr{padding:0}table{border:none}thead{display:none}tr{margin-bottom:2em}td,tr{float:left;width:100%}td{padding:1em}}ol,ul{margin:0 0 30px;padding-left:40px;list-style-position:inside}ul{list-style:none}ul ul{margin:0}ol{list-style:decimal}ol ol{margin:0;list-style:lower-alpha}ol ol ol{list-style:lower-roman}li>ol,li>ul{margin-bottom:0;margin-left:0}.entry-content ul{padding-left:50px}.entry-content ul li{position:relative;padding:0 0 0 24px;list-style-position:outside;list-style-type:none}.entry-content ul li:before{margin-right:10px;margin-left:-24px}.entry-content ul li ul{padding-left:50px}.entry-content ul li ul li{padding-left:24px}.entry-content ul li ul li li{display:list-item;list-style-type:circle;padding-left:0}.entry-content ul li ul li li:before{content:"";margin-right:0;margin-left:0}.entry-content ul li ol li:before{display:none}.entry-content ul ul{padding-left:50px}.entry-content ul.default li{display:list-item;padding:0;list-style-type:circle}.entry-content ul.default li:before{content:"";margin-left:0;margin-right:0}.entry-content ul.default li li{list-style-type:square}.entry-content ul.default li li li{list-style-type:disc}.entry-content ul.nolist li,.entry-content ul.textlist li{list-style:none;margin:0;padding:0;background:none}.entry-content ul.nolist li:before,.entry-content ul.textlist li:before{display:none}.entry-content ul.sign li{list-style-type:none;padding-left:30px;margin-left:20px;background-image:url(../img/signet-maincolor-24.gif);background-repeat:no-repeat;background-position:left 3px;display:list-item}.entry-content ul.sign li:before{content:"";margin:0}.entry-content ul.sign li ul li{background-image:none;list-style-type:circle;list-style-image:none;padding:0;margin:0}.entry-content ul.sign li ul li ul li{list-style-type:square}.entry-content ul.sign li ol li{background-image:none;padding:0;margin:0}.entry-content ul.sign.grau li{background-image:url(../img/signet-grau-24.gif)}.entry-content ul.sign.secondcolor li{background-image:url(../img/signet-secondcolor-24.gif)}.entry-content ul.line li{position:relative;padding:0 0 0 24px;list-style-position:outside;list-style-type:none}.entry-content ul.line li:before{vertical-align:top;position:absolute;top:0;left:0;content:"\2013";padding:0;margin-left:0;margin-right:0}.entry-content ul.line li ul{padding-left:50px}.entry-content ul.line li ul li{padding-left:24px}.entry-content ul.line li ol li:before{display:none}.entry-content ul.textlist{margin-left:0;padding-left:0}.entry-content ul.textlist li{padding-left:0;display:inline}.entry-content ol{padding-left:70px}.entry-content ol li{padding-left:4px;list-style-position:outside}.entry-content ol ol{padding-left:50px}.entry-content ol ul li{padding-left:24px}.comment-text ol,.comment-text ul{margin:0 0 15px;padding-left:20px}.comment-text li{position:relative;padding:0 0 0 24px}.comment-text ul li:before{vertical-align:top;position:absolute;top:0;left:0;content:"\2013";padding:0}.comment-text ul li ul li{padding-left:24px}.comment-text ul li ol li:before{display:none}.comment-text ol ul li{padding:0 0 0 24px}#comments ol ol,#comments ul ul{padding-left:50px}.fontawesome-icon-list a{text-decoration:none}.fontawesome-icon-list a i{min-width:2em}blockquote{display:block;padding:20px 20px 20px 45px;margin:10px 20px 30px;position:relative;font-family:Georgia,Times New Roman,Times,serif;border-left-style:solid;border-left-width:15px;font-style:italic;-o-hyphens:manual;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}blockquote a{text-decoration:none;cursor:pointer;padding:0 3px}blockquote em{font-style:italic}blockquote p{position:relative;font-weight:600;font-size:18px;line-height:25.2px;font-size:1.125rem;line-height:1.575rem}blockquote ol,blockquote ul{padding-left:0}blockquote cite{display:block;padding-top:10px;padding-right:30px;font-style:normal;font-weight:400;text-align:right;font-size:15px;line-height:21px;font-size:.9375rem;line-height:1.3125rem}blockquote cite:before{content:"\2013 "}blockquote.quotesign{padding:20px 20px 20px 60px}blockquote.quotesign:before{content:"\201C";font-family:Georgia,serif;font-size:70px;font-weight:700;position:absolute;left:10px;top:0}blockquote.quotesign:after{content:""}blockquote.smallborder{border-left-width:2px;border-right-width:2px}blockquote.boxborder{border-top-width:2px;border-bottom-width:2px;border-top-style:solid;border-bottom-style:solid}blockquote.small{border-left-width:2px;border-right-width:2px;font-style:normal;padding:10px 10px 10px 25px}blockquote.small p{font-weight:400}blockquote.small cite,blockquote.small p{font-size:16px;line-height:22.4px;font-size:1rem;line-height:1.4rem}blockquote.borderless{border:none}.inner-offcanvas-wrap blockquote{background:inherit;margin:10px 5px 30px 20px;border:0}.inner-offcanvas-wrap blockquote:before{content:"\201C";font-family:Georgia,serif;font-size:60px;font-weight:700;color:#4d4d4d;position:absolute;left:2px;top:-5px}.inner-offcanvas-wrap blockquote:after{content:""}#comments blockquote{border-left:none;border-right:none}#comments blockquote p{position:relative;font-weight:600}#comments blockquote cite{display:block;padding-top:10px;font-style:normal;font-size:16px;line-height:22.4px;font-size:1rem;line-height:1.4rem}@media screen and (min-width:48em){.entry-content blockquote:not(.small) p{font-size:24px;line-height:33.6px;font-size:1.5rem;line-height:2.1rem}.entry-content blockquote:not(.small) cite{font-size:19px;line-height:26.6px;font-size:1.1875rem;line-height:1.6625rem}}.entry-cats,.entry-meta{font-size:11px;line-height:15.4px;font-size:.6875rem;line-height:.9625rem;text-transform:uppercase;letter-spacing:1px}.entry-cats a,.entry-meta a{text-decoration:none}.entry-meta{display:block;clear:both}.entry-meta .entry-tags ul{margin:0;padding:0}#primary .hentry .entry-date,#primary .hentry .entry-edit{display:block}#primary .hentry .entry-date{padding-bottom:8px}#front-section-four .entry-cats a,.featured-slider .entry-cats a,.section-one-column-one .entry-cats a,.section-three-column-one .entry-cats a,.single-post .entry-cats a{padding:3px 5px;margin:0 2px 4px 0}.section-one-column-one .entry-cats{position:absolute;top:37px;left:17px}.section-three-column-two .entry-cats{display:none}.archive .entry-cats a:nth-child(n+2):before,.search-results .entry-cats a:nth-child(n+2):before{content:" / ";padding:0 2px}.single-post .entry-header{font-size:14px;line-height:19.6px;font-size:.875rem;line-height:1.225rem}.single-post .entry-header .entry-cats{display:block;text-align:right}.single-post .entry-header .entry-cats a{display:inline-block}.single-post .entry-tags{font-size:14px;line-height:19.6px;font-size:.875rem;line-height:1.225rem}.blog #front-section-four .entry-cats a:before,.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:before,.blog .hentry .entry-cats a,.blog .section-one-column-one .entry-cats a:before,.blog .section-three-column-one .entry-cats a:before{display:none}.blog .hentry .entry-cats a:first-child,.blog .hentry .entry-cats a:nth-child(2),.blog .hentry .entry-cats a:nth-child(3),.blog .hentry .entry-cats a:nth-child(4){display:inline}.blog .entry-cats a:nth-child(n+2):before{content:" / "}.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a{padding:2px 5px;display:inline}.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-author,.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-comments,.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-date,.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-edit{display:inline-block;padding-bottom:0}.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-date{padding-right:20px}.front_hidecats .blog .entry-cats{display:none!important}@media screen and (min-width:48em){.front-section a.all-posts-link,.shortcode-section a.all-posts-link,.single-attachment .hentry .entry-meta,.single-post .canonical-link,.single-post .entry-tags,.single-post .hentry .entry-meta{font-size:15px;line-height:21px;font-size:.9375rem;line-height:1.3125rem}}.wp-smiley{border:0;margin-bottom:0;margin-top:0;padding:0}.entry-content p.pull-left,.entry-content p.pull-right{margin-bottom:15px;font-weight:600;line-height:1.4!important}span.dropcap{float:left;padding:3px 4px 0 0;font-size:64px;font-size:4rem;font-weight:600;line-height:.78}.uppercase{font-weight:600;text-transform:uppercase;letter-spacing:1px}.wide-content{margin-bottom:30px}.justify{text-align:justify}.alignleft,.alignright{display:block}.alignleft{margin-right:35px;float:left}.alignright{margin-left:35px;float:right}.aligncenter{display:block;margin-left:auto;margin-right:auto;clear:both}#footer-social h3.socialmedia,#footer-social span,.home.page .entry-header h1,.no-header-subtitle p.site-description,.no-header-text h1.site-title,.no-header-text p.site-description,.no-header-text p.site-title,.no-header-title h1.site-title,.no-header-title p.site-title,.screen-reader-text,.search-open span,.single-post .entry-comments-title,.unsichtbar{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}#footer-social h3.socialmedia:focus,#footer-social span:focus,.home.page .entry-header h1:focus,.no-header-subtitle p.site-description:focus,.no-header-text h1.site-title:focus,.no-header-text p.site-description:focus,.no-header-text p.site-title:focus,.no-header-title h1.site-title:focus,.no-header-title p.site-title:focus,.screen-reader-text:focus,.search-open span:focus,.single-post .entry-comments-title:focus,.unsichtbar:focus{position:relative;left:0;width:auto;height:auto;overflow:auto}.hidden,.hide-desktop{display:none}.jetpack_subscription_widget #subscribe-submit input[type=submit],.widget_mc4wp_form_widget input[type=submit]{background:#f80}.desktop-search input[type=submit]:hover{background:#0c6ca6}.jetpack_subscription_widget #subscribe-submit input[type=submit]:hover,.widget_mc4wp_form_widget input[type=submit]:hover{background:#f80}.desktop-search input[type=submit]:hover,.post-password-form input[type=submit]:hover,.post-password-form input[type=submit]:hover .footer-feature-btn:hover,.widget_search input[type=submit]:hover{border:2px solid #0c6ca6;color:#fff;background:#0c6ca6}input{padding:12px 15px;background:#fff;border:1px solid #ccc;line-height:normal;outline:none;color:#1a1a1a}input#submit:hover,input[type=submit]:hover{background:#0c6ca6;border:2px solid #0c6ca6;color:#fff}input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}input#submit,input[type=button],input[type=submit]{padding:9px 30px;border:2px solid #f80;background-color:#f80;color:#fff;line-height:normal;cursor:pointer;outline:none;-webkit-appearance:none;text-transform:uppercase;font-weight:500;letter-spacing:3px}input#submit:focus,input#submit:hover,input[type=button]:focus,input[type=button]:hover,input[type=submit]:focus,input[type=submit]:hover{background-color:#672082;border-color:#672082}textarea{padding:12px 15px;background:#fff;border:1px solid #ccc;line-height:normal;outline:none;color:#1a1a1a}textarea:active,textarea:focus{border:1px solid #1a1a1a}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}#commentform input#submit{border-color:#f80;background-color:#f80;color:#fff}#commentform input#submit:focus,#commentform input#submit:hover{background-color:#672082;border-color:#672082}.post-password-form input[type=password]{padding:9px 15px}.widget_search .searchform{width:100%;max-width:500px;display:block;overflow:hidden}.widget_search input.search-field{margin-right:6px;padding:12px 2%;float:left;width:58%}.error404 input.search-field{padding:12px 2%}.error404 input[type=submit]{padding:10px 30px}.post-password-form input[type=submit],.widget_search input[type=submit]{padding:11px 0;font-weight:600;line-height:1.65}.widget_search input[type=submit]{width:40%;float:right}@media screen and (min-width:48em){input#submit,input[type=button],input[type=submit]{font-size:15px;line-height:21px;font-size:.9375rem;line-height:1.3125rem}}img{max-width:100%;height:auto}img.wp-post-image{padding:0}img.img-border{border:5px solid #e2e2e2}img.img-border-thin{background:#fff;padding:5px;border:1px solid #ededee}img.shadow{max-width:calc(100% - 10px);box-shadow:2px 2px 4px 0 rgba(0,0,0,.6)}img.noshadow{max-width:inherit;box-shadow:none}img.rounded{border-radius:50%}img.roundedges{border-radius:10px}img.alignleft,img.alignright{margin-top:8px;margin-bottom:25px}.widget img{height:auto}.widget img,.wp-caption{max-width:100%}.wp-caption.alignnone{margin-left:0;margin-right:0}img#wpstats{display:none}.entry-content .wp-caption-text,.entry-content p.wp-caption-text{margin:0;font-size:14px;line-height:19.6px;font-size:.875rem;line-height:1.225rem}.shadow-images .entry-content img{max-width:calc(100% - 10px);box-shadow:2px 2px 4px 0 rgba(0,0,0,.6)}.shadow-images .entry-content img.noshadow{max-width:inherit;box-shadow:none}.type-attachment .entry-content .entry-caption p{margin:0;padding:8px 10px 30px 2px;font-size:14px;line-height:19.6px;font-size:.875rem;line-height:1.225rem}.entry-content p.wp-caption-text{text-align:right;padding:0 10px 0 0}.entry-content .alignleft p.wp-caption-text{text-align:left}.entry-content .alignright p.wp-caption-text{text-align:right;margin-right:6px}figure{margin:10px 0 20px}figure figcaption{text-align:right;padding:0 10px 0 0;margin:0;font-size:14px;line-height:19.6px;font-size:.875rem;line-height:1.225rem;max-width:100%}figure.entry-thumbnail figcaption{text-align:right}.shadow-images figure img{max-width:calc(100% - 10px);box-shadow:2px 2px 4px 0 rgba(0,0,0,.6)}@media screen and (min-width:48em){.single-post .entry-thumbnail{padding-bottom:30px}}.gallery{margin-left:auto;margin-right:auto;padding-top:10px}.gallery .gallery-item{float:left;margin-top:0;width:33.3%}.gallery .gallery-item a{border-bottom:none}.gallery .gallery-item .gallery-caption{margin:0;padding:8px 2px 30px;font-size:14px;line-height:19.6px;font-size:.875rem;line-height:1.225rem}.gallery .gallery-item img{width:100%;height:auto}.gallery dl,.gallery dt{margin:0}.gallery br+br{display:none}.shadow-images .entry-content .gallery img{width:100%;box-shadow:2px 0 10px 0 rgba(0,0,0,.8)}.tiled-gallery{margin-left:auto;margin-right:auto;padding-top:10px;margin-bottom:30px!important}.gallery-columns-2 .gallery-item{width:50%}.gallery-columns-2 .gallery-item:nth-of-type(odd),.gallery-columns-3 .gallery-item:nth-of-type(3n+1){padding-right:1.4%}.gallery-columns-2 .gallery-item:nth-of-type(2n),.gallery-columns-3 .gallery-item:nth-of-type(3n+3){padding-left:1.4%}.gallery-columns-3 .gallery-item:nth-of-type(3n+2){padding-left:.7%;padding-right:.7%}.gallery-columns-4 .gallery-item{width:25%}.gallery-columns-5 .gallery-item{width:20%}.gallery-columns-6 .gallery-item{width:16.6%}.gallery-columns-7 .gallery-item{width:14%}.gallery-columns-8 .gallery-item{width:12.5%}.gallery-columns-9 .gallery-item{width:11%}.gallery-columns-2 .attachment-medium{max-width:92%;height:auto}.gallery-columns-4 .attachment-thumbnail,.gallery-columns-5 .attachment-thumbnail,.gallery-columns-6 .attachment-thumbnail{max-width:93%;height:auto}.gallery-columns-7 .attachment-thumbnail,.gallery-columns-8 .attachment-thumbnail,.gallery-columns-9 .attachment-thumbnail{max-width:94%;height:auto}.single .gallery .gallery-item .gallery-caption{display:block}embed,iframe,object,video{max-width:100%}.entry-content .twitter-tweet-rendered{max-width:100%!important}.site-content .type-attachment{padding-top:0!important}.social-nav ul li{display:inline-block;border:1px solid transparent;border-radius:50%}.social-nav ul li a{background:#fff;color:#1a1a1a;overflow:hidden;display:inline-block;width:25px;height:25px;text-align:center;vertical-align:middle;border-radius:50%}.social-nav ul li :hover{background:#1a1a1a;color:#fff}.social-nav ul li a:before{font-size:18px;line-height:25.2px;font-size:1.125rem;line-height:1.575rem;text-align:center;vertical-align:middle;padding-top:1px}.social-nav ul li a[href*="diaspora.com"]{background-color:#ccc;border-color:#ccc;color:#fff}.social-nav ul li a[href*="diaspora.com"]:before{font-size:36px;line-height:32px;font-size:2.25rem;line-height:2rem;content:"*";font-family:Roboto,Helvetica,Arial,sans-serif;font-weight:700}.social-nav ul li a[href*="diaspora.com"]:focus,.social-nav ul li a[href*="diaspora.com"]:hover{background-color:#b3b3b3}.social-nav ul li a[href*="delicious.com"]{background-color:#eee;border-color:#eee;color:#fff}.social-nav ul li a[href*="delicious.com"]:focus,.social-nav ul li a[href*="delicious.com"]:hover{background-color:#d5d5d5}.social-nav ul li a[href*="facebook.com"]{background-color:#3b5998;border-color:#3b5998;color:#fff}.social-nav ul li a[href*="facebook.com"]:focus,.social-nav ul li a[href*="facebook.com"]:hover{background-color:#2d4373}.social-nav ul li a[href*=feed]{background-color:#f80;border-color:#f80;color:#fff}.social-nav ul li a[href*=feed]:focus,.social-nav ul li a[href*=feed]:hover{background-color:#cc6d00}.social-nav ul li a[href*="flattr.com"]{background-color:#5cb85c;border-color:#5cb85c;color:#fff}.social-nav ul li a[href*="flattr.com"]:focus,.social-nav ul li a[href*="flattr.com"]:hover{background-color:#449d44}.social-nav ul li a[href*="flickr.com"]{background-color:#ff0084;border-color:#ff0084;color:#fff}.social-nav ul li a[href*="flickr.com"]:focus,.social-nav ul li a[href*="flickr.com"]:hover{background-color:#cc006a}.social-nav ul li a[href*="google.com"]{background-color:#4285f4;border-color:#4285f4;color:#fff}.social-nav ul li a[href*="google.com"]:focus,.social-nav ul li a[href*="google.com"]:hover{background-color:#1266f1}.social-nav ul li a[href*="github.com"]{background-color:#4078c0;border-color:#4078c0;color:#fff}.social-nav ul li a[href*="github.com"]:focus,.social-nav ul li a[href*="github.com"]:hover{background-color:#264874}.social-nav ul li a[href*="instagram.com"]{background-color:#c13584;border-color:#c13584;color:#fff}.social-nav ul li a[href*="instagram.com"]:focus,.social-nav ul li a[href*="instagram.com"]:hover{background-color:#711f4d}.social-nav ul li a[href*="linkedin.com"]{background-color:#0077b5;border-color:#0077b5;color:#fff}.social-nav ul li a[href*="linkedin.com"]:focus,.social-nav ul li a[href*="linkedin.com"]:hover{background-color:#00344f}.social-nav ul li a[href*="pinterest.com"]{background-color:#bd081c;border-color:#bd081c;color:#fff}.social-nav ul li a[href*="pinterest.com"]:focus,.social-nav ul li a[href*="pinterest.com"]:hover{background-color:#5b040e}.social-nav ul li a[href*="reddit.com"]{background-color:#ff4500;border-color:#ff4500;color:#fff}.social-nav ul li a[href*="reddit.com"]:focus,.social-nav ul li a[href*="reddit.com"]:hover{background-color:#992900}.social-nav ul li a[href*="slack.com"]{background-color:#6ecadc;border-color:#6ecadc;color:#fff}.social-nav ul li a[href*="slack.com"]:focus,.social-nav ul li a[href*="slack.com"]:hover{background-color:#2ca1b8}.social-nav ul li a[href*="snapchat.com"]{background-color:#fffc00;border-color:#fffc00;color:#fff}.social-nav ul li a[href*="snapchat.com"]:focus,.social-nav ul li a[href*="snapchat.com"]:hover{background-color:#999700}.social-nav ul li a[href*="slideshare.com"]{background-color:#bddfdf;border-color:#bddfdf;color:#000}.social-nav ul li a[href*="slideshare.com"]:focus,.social-nav ul li a[href*="slideshare.com"]:hover{background-color:#78bebe}.social-nav ul li a[href*="tumblr.com"]{background-color:#56bc8a;border-color:#56bc8a;color:#fff}.social-nav ul li a[href*="tumblr.com"]:focus,.social-nav ul li a[href*="tumblr.com"]:hover{background-color:#317b57}.social-nav ul li a[href*="twitter.com"]{background-color:#1da1f2;border-color:#1da1f2;color:#fff}.social-nav ul li a[href*="twitter.com"]:focus,.social-nav ul li a[href*="twitter.com"]:hover{background-color:#0967a0}.social-nav ul li a[href*="vimeo.com"]{background-color:#162221;border-color:#162221;color:#fff}.social-nav ul li a[href*="vimeo.com"]:focus,.social-nav ul li a[href*="vimeo.com"]:hover{background-color:#3e605d}.social-nav ul li a[href*="xing.com"]{background-color:#026466;border-color:#026466;color:#fff}.social-nav ul li a[href*="xing.com"]:focus,.social-nav ul li a[href*="xing.com"]:hover{background-color:#000202}.social-nav ul li a[href*="youtube.com"]{background-color:#cd201f;border-color:#cd201f;color:#fff}.social-nav ul li a[href*="youtube.com"]:focus,.social-nav ul li a[href*="youtube.com"]:hover{background-color:#000}.social-nav ul li a[href*="lists.piratenpartei.de"]{background-color:#f80;border-color:#f80;color:#fff}.social-nav ul li a[href*="lists.piratenpartei.de"]:focus,.social-nav ul li a[href*="lists.piratenpartei.de"]:hover{background-color:#995200}.socialmedia-maincolor .social-nav ul li a{color:#f80;background-color:#fff;border-color:#fff}.socialmedia-maincolor .social-nav ul li :focus,.socialmedia-maincolor .social-nav ul li :hover,.socialmedia-maincolor .social-nav ul li a:focus,.socialmedia-maincolor .social-nav ul li a:hover{background:#672082;color:#fff;border-color:#672082}.socialmedia-secondcolor .social-nav ul li a{color:#672082;background-color:#fff;border-color:#fff}.socialmedia-secondcolor .social-nav ul li :focus,.socialmedia-secondcolor .social-nav ul li :hover,.socialmedia-secondcolor .social-nav ul li a:focus,.socialmedia-secondcolor .social-nav ul li a:hover{background:#f80;color:#fff;border-color:#f80}#footer-social.social-nav li{border:none}.socialmedia-maincolor #footer-social.social-nav ul li a{color:#f80;background:#471659}.socialmedia-maincolor #footer-social.social-nav ul li a:focus,.socialmedia-maincolor #footer-social.social-nav ul li a:hover{background:#672082;color:#fff;border-color:#672082}.socialmedia-secondcolor #footer-social.social-nav ul li a{color:#f80;background:#471659}.socialmedia-secondcolor #footer-social.social-nav ul li a:focus,.socialmedia-secondcolor #footer-social.social-nav ul li a:hover{background:#f80;color:#fff;border-color:#f80}@media screen and (min-width:66.25em){.header-social{display:block;position:absolute;right:0;top:40px;height:59px;padding-top:10px}#header-social-sticky{top:7px;right:20px}.header-stick #header-social-sticky{z-index:9999}}#comments .disclaimer,.box,.pirate-crew-error{margin:0 0 30px;padding:20px;overflow:hidden;line-height:1.4}#comments .disclaimer a,.box a,.pirate-crew-error a{font-weight:700}#comments .site-content .disclaimer p,.site-content #comments .disclaimer p,.site-content .box p,.site-content .pirate-crew-error p{margin:0 0 30px}.white-box{border:3px solid #fff}.white-box.invertbox{background:#e6e6e6}.blue-box{border:3px solid #06f}.blue-box.invertbox{background:#3385ff}.yellow-box{border:3px solid #e7b547}.yellow-box.invertbox{background:#edc774}.pirate-crew-error,.red-box{border:3px solid #d7464d}.invertbox.pirate-crew-error,.red-box.invertbox{background:#e07075}.green-box{border:3px solid #85c066}.green-box.invertbox{background:#a2cf8a}.lightgrey-box{border:3px solid #ececed}.lightgrey-box.invertbox{background:#fff}.grey-box{border:3px solid #a9a9a9}.grey-box.invertbox{background:#c3c3c3}.dark-box{border:3px solid #222}.dark-box.invertbox{background:#3c3c3c;color:#fff}#comments .disclaimer,.maincolor-box{border:3px solid #f80}#comments .disclaimer a,.maincolor-box a{color:#f80}#comments .invertbox.disclaimer,.maincolor-box.invertbox{background:#ffa033}#comments .invertbox.disclaimer a,.maincolor-box.invertbox a{color:#1a1a1a}.secondcolor-box{border:3px solid #672082}.secondcolor-box a{color:#672082}.secondcolor-box.invertbox{background:#872aab;color:#fff}a.standard-btn{display:inline-block;margin:0 0 30px;padding:10px 18px;overflow:hidden;cursor:pointer;background:#1a1a1a;color:#fff;font-size:16px;font-size:1rem;text-align:center;font-weight:400;text-decoration:none!important;transition:background .2s ease}a.standard-btn:focus,a.standard-btn:hover{background:#737373}.page .entry-content a.standard-btn,.page .entry-content a.standard-btn:hover,.post .entry-content a.standard-btn,.post .entry-content a.standard-btn:hover{color:#fff;border:none}a.standard-btn.xsmall-btn{padding:5px 10px 3px;font-size:14px;font-size:.875rem}a.standard-btn.small-btn{padding:7px 12px 5px;font-size:18px;font-size:1.125rem}a.standard-btn.large-btn{padding:14px 20px 13px;font-size:23px;font-size:1.4375rem}a.standard-btn.xlarge-btn{padding:18px 30px 17px;font-size:25px;font-size:1.5625rem}a.standard-btn.red-btn{background:#d7464d}a.standard-btn.red-btn:focus,a.standard-btn.red-btn:hover{background:#ab252c}a.standard-btn.green-btn{background:#85c066}a.standard-btn.green-btn:focus,a.standard-btn.green-btn:hover{background:#5f9a3f}a.standard-btn.blue-btn{background:#06f}a.standard-btn.blue-btn:focus,a.standard-btn.blue-btn:hover{background:#0047b3}a.standard-btn.yellow-btn{background:#e7b547}a.standard-btn.yellow-btn:focus,a.standard-btn.yellow-btn:hover{background:#c7911a}a.standard-btn.grey-btn{background:#a9a9a9}a.standard-btn.grey-btn:focus,a.standard-btn.grey-btn:hover{background:#838383}a.standard-btn.black-btn{background:#000}a.standard-btn.black-btn:focus,a.standard-btn.black-btn:hover{background:#595959}a.standard-btn.maincolor-btn{background:#f80}a.standard-btn.maincolor-btn:focus,a.standard-btn.maincolor-btn:hover,a.standard-btn.secondcolor-btn{background:#672082}a.standard-btn.secondcolor-btn:focus,a.standard-btn.secondcolor-btn:hover{background:#f80}.footer-feature-btn{display:inline-block;margin:20px 0 0;padding:18px 30px;background:none;border:2px solid #f80;background:#f80;color:#fff;text-transform:uppercase;letter-spacing:3px;outline:none;font-weight:500}.footer-feature-btn:focus,.footer-feature-btn:hover{border-color:#672082;background:#672082}#comments-toggle{position:relative;display:block;width:100%;padding:18px 20px 18px 60px;border-width:2px;border-style:solid;font-weight:600;text-transform:uppercase;letter-spacing:3px;text-align:left;outline:none}#comments-toggle:before{display:block;position:absolute;top:0;left:0;width:60px;height:58px;text-align:center;padding-top:16px;background:none}.toggledcomments .comments-content{display:none}.comments-show .comments-content{display:block}#primary .hentry .entry-comments{display:block;padding-bottom:8px}.entry-comments a{position:relative;padding-left:18px}.entry-comments a:before{display:block;position:absolute;top:2px;left:0}#comments{position:relative;padding:20px 0 0}#comments ol li,#comments ul li{list-style-position:outside}#comments ul.children{margin:0;padding:0}#comments li.comment,#comments li.pingback{overflow:hidden;margin:0 0 16px;padding:0}#comments li.comment:last-of-type,#comments li.pingback:last-of-type{margin:0}#comments li.comment ul.children{margin:16px 0 0}#comments .children .comment:last-child{margin:0}#comments h3.comments-title{padding:27px 0 0;border-top:1px solid #1a1a1a;display:block;font-weight:600;text-transform:uppercase;letter-spacing:3px}#comments .comment-details{position:relative;margin:0 90px 0 0;padding:0}#comments .comment-avatar{margin:0;padding:0;line-height:0;float:left}#comments .comment-avatar img.avatar{width:40px;height:40px;margin:0;border-radius:50px}#comments .comment-author{font-size:16px;line-height:22.4px;font-size:1rem;line-height:1.4rem;font-weight:600}#comments .comment-author span{display:none}#comments .comment-text{overflow:hidden;padding:10px 30px 10px 0}#comments .comment-text p{margin:0;padding:0 0 15px}#comments .comment-text p:last-child{padding:0}#comments .comment-meta{overflow:hidden;list-style:none}#comments .comment-meta li{display:inline}#comments .comment-reply{position:relative;padding:0}#comments .comment-reply a{padding-left:20px}#comments .comment-reply a:before{display:block;position:absolute;top:4px;left:0;text-align:left}#comments p.comment-awaiting-moderation{display:inline-block}#comments ol li.pingback p{margin:0}#comments .disclaimer{margin-bottom:10px}#comments #respond{margin:0;padding-top:30px;overflow:hidden;text-align:left}#comments li.comment #respond{padding-top:20px}#comments ol.commentlist #respond{margin:0;padding-left:0;padding-right:0}#comments #respond p.comment-notes{margin:0;padding:0}#comments #respond p.logged-in-as{padding:3px 0 0;margin-bottom:0}ol.commentlist{list-style:none;margin:0;padding:40px 0 0}ol.commentlist li{display:block;margin:0;padding:0}ol.commentlist .comment-text li{padding:0 0 0 18px}.comment-wrap{padding:0 0 16px 60px}ol.commentlist li.comment:last-of-type .comment-wrap{padding-bottom:0}ol.commentlist ul.children li.comment:last-of-type .comment-wrap{padding-bottom:16px}.comment-edit:before{content:",";display:inline}.site-content .nopassword,.site-content p.nocomments{position:relative;margin:15px 0 0;padding:0;font-weight:600}#respond a#cancel-comment-reply-link{margin:21px 0 0;float:right;font-weight:400;text-transform:none;letter-spacing:0}#commentform p.comment-form-author,#commentform p.comment-form-comment,#commentform p.comment-form-email,#commentform p.comment-form-url{margin:0;padding:20px 0 0;float:none;clear:both;width:100%}.contact-form div{float:none;clear:both;width:100%}#commentform input#author,#commentform input#email,#commentform input#url{display:block}#commentform input#author,#commentform input#email,#commentform input#url,#commentform textarea#comment{width:100%;margin:0;line-height:normal;-webkit-appearance:none;outline-color:transparent;outline-style:none}#commentform input#submit{margin:20px 0;width:100%;font-weight:600}#commentform p.form-submit{margin:0;clear:both}#respond small{font-size:100%}.comment-notes{display:none}.externcomments a.standard-btn{width:100%}@media screen and (min-width:48em){.single-post .entry-comments a{padding-left:22px}ol.commentlist{padding:40px 0 10px}#comments li.comment ul.children{margin-left:60px}#comments li.comment ul.children ul.children ul.children{margin-left:0}}.featured-content{padding-bottom:35px}.no-js .featured-content{display:none}.header-image{display:block;line-height:0;margin-bottom:35px}.header-image img{width:100%}.slider-on.slider-boxed .featured-content{padding-top:20px}.headerimg-on.slider-on.slider-boxed .featured-content{padding-top:0!important}.headerimg-on.header-boxed .header-image{margin-top:20px}.slider-on.slider-boxed .featured-slider .credits,.slider-on.slider-boxed .featured-slider .entry-header,.slider-on.slider-boxed .featured-slider .entry-meta{padding-left:17px;padding-right:17px}.featured-slider{visibility:hidden;overflow:hidden;position:relative;padding-bottom:35px}.featured-slider article header{margin-bottom:0}.featured-slider .meta-main-wrap{position:absolute;left:0;right:0;bottom:0;padding-bottom:17px}.featured-slider .entry-author{display:none}.featured-slider .entry-edit{margin-left:20px}.featured-slider button.slick-next{border-top:none;border-left:none;border-bottom:1px solid #ddd}.featured-slider button.slick-next,.featured-slider button.slick-prev{position:absolute;bottom:0;width:50%;height:35px;background:transparent;outline:0;text-indent:-99999px}.featured-slider button.slick-prev{left:0;border:1px solid #ddd;border-top:none;border-left:none}.featured-slider button.slick-next{right:0;border-right:none}.featured-slider .credits,.featured-slider .entry-header,.featured-slider .entry-meta{padding-left:5.3125%;padding-right:5.3125%}.featured-slider .entry-cats a:before,.featured-slider .entry-edit{display:none}.featured-slider .entry-date{padding-right:20px}.featured-slider .entry-date:before{display:none}.featured-slider .entry-thumbnail img{position:relative;width:100%}.featured-slider .credits{font-size:14px;line-height:19.6px;font-size:.875rem;line-height:1.225rem;color:#aaa;text-shadow:1px 2px 2px #000;position:absolute;bottom:0;text-align:right;width:100%}.slick-initialized{visibility:visible!important}.slick-slide{position:relative}.section-one-column-one .entry-author,.section-one-column-one .entry-date:before{display:none}.slider-on.slider-boxed .featured-slider button.slick-prev{border-left:1px solid #ddd}.slider-on.slider-boxed .featured-slider button.slick-next{border-right:1px solid #ddd}.featured-slider button.slick-next:after,.featured-slider button.slick-prev:after{position:absolute;display:block;text-indent:0;color:#1a1a1a;bottom:13px}.featured-slider button.slick-prev:after{left:47%;content:""}.featured-slider button.slick-next:after{right:47%;content:""}.headerimg-on.header-fullscreen .featured-content,.slider-on.slider-fullscreen .featured-content{padding-top:0}.home.blog.headerimg-on.header-fullscreen #site-branding,.home.blog.slider-on.slider-fullscreen #site-branding{background:none;border-bottom:none}.home.blog.slider-on.slider-fullscreen #site-branding{position:absolute}.slider-on.slider-boxed .featured-content{padding-left:5.3125%;padding-right:5.3125%}.featured-slider .entry-thumbnail a{width:130%}.slider-on .front-section:first-of-type{padding-top:0}@media screen and (min-width:37.5em){.featured-slider .entry-edit{display:inline-block}.featured-slider .format-video .entry-thumbnail a:before{width:60px;height:42px;padding:22px 0 0 24px}}@media screen and (min-width:48em){.featured-slider{padding-bottom:0}.featured-slider .entry-header h2.entry-title{font-size:36px;line-height:50.4px;font-size:2.25rem;line-height:3.15rem}.featured-slider .entry-header h2.entry-title a{text-shadow:1px 2px 2px #000}.featured-slider .credits{bottom:10px;text-align:left}.featured-slider .meta-main-wrap{padding-bottom:35px}.featured-slider button.slick-next,.featured-slider button.slick-prev{position:absolute;bottom:0;outline:0;border-top:none;border-left:none;border-bottom:none;text-indent:-99999px;z-index:1;background:rgba(26,26,26,.75);width:50px;height:50px}.featured-slider button.slick-next:focus,.featured-slider button.slick-next:hover{background:#1a1a1a}.featured-slider button.slick-prev{left:auto;right:50px;border-right:none}.featured-slider button.slick-prev:focus,.featured-slider button.slick-prev:hover{background:#1a1a1a}.featured-slider button.slick-next{right:0}.featured-slider button.slick-next:after,.featured-slider button.slick-prev:after{color:#fff;position:absolute;bottom:0}.featured-slider button.slick-prev:after{left:13px;bottom:13px}.featured-slider button.slick-next:after{right:13px;bottom:13px}.slider-on.slider-boxed .featured-slider button.slick-next,.slider-on.slider-boxed .featured-slider button.slick-prev{border:none}.slider-on.slider-boxed .featured-slider .entry-header,.slider-on.slider-boxed .featured-slider .entry-meta{padding-left:40px;padding-right:40px}.slider-on .featured-slider .entry-thumbnail a{max-height:400px;overflow:hidden}}@media screen and (min-width:64em){.featured-slider .entry-thumbnail a{width:100%}.slider-on .featured-slider .entry-thumbnail a{max-height:700px;overflow:hidden}}@media screen and (min-width:66.25em){.blog.slider-on #masthead{margin-bottom:0;border-bottom:none}.slider-on.slider-boxed #masthead{border-bottom:1px solid #ddd!important}.featured-slider article header{margin-bottom:20px}.featured-slider .credits,.featured-slider .entry-header,.featured-slider .entry-meta{padding-left:0;padding-right:0;width:57.63888888888889%;margin-left:6.25%}.featured-slider .entry-header h2.entry-title{font-size:48px;line-height:67.2px;font-size:3rem;line-height:4.2rem;padding-top:10px}.featured-slider .format-video .entry-thumbnail a:before{left:6.25%;top:40px}.featured-slider .entry-date:before{content:" / ";padding:0 2px;display:inline-block}.no-author .featured-slider .entry-date:before{display:none}.featured-slider .entry-meta{padding-top:20px}.featured-slider .entry-author{display:inline-block}.slider-on.slider-boxed .featured-content{padding-left:0;padding-right:0;margin-left:6.25%;margin-right:6.25%;padding-top:30px;width:87.5%}.slider-on.slider-boxed .featured-slider .entry-header,.slider-on.slider-boxed .featured-slider .entry-meta{margin-left:0}}@media screen and (min-width:85em){.featured-slider .entry-header h2.entry-title{font-size:58px;line-height:81.2px;font-size:3.625rem;line-height:5.075rem}.slider-on .featured-slider .entry-thumbnail a{max-height:900px;overflow:hidden}}@media screen and (min-width:112.5em){.featured-slider .credits,.featured-slider .entry-header,.featured-slider .entry-meta,.slider-on.slider-boxed .featured-content{width:70%;margin-left:auto;margin-right:auto}}@media screen and (min-width:137.5em){.featured-slider .credits,.featured-slider .entry-header,.featured-slider .entry-meta,.slider-on.slider-boxed .featured-content{width:56%}}.accordion{margin:10px 0 20px}.accordion .accordion-group{border:none;margin-bottom:5px}.accordion .accordion-group .accordion-heading{overflow:hidden}.accordion .accordion-group .accordion-heading .accordion-toggle{border-left:10px solid #f80;background:#e7e7eb;color:#1a1a1a;border-radius:4px;text-decoration:none;font-size:16px;line-height:22.4px;font-size:1rem;line-height:1.4rem;padding:8px 35px 8px 10px;position:relative;width:100%;display:inline-block}.accordion .accordion-group .accordion-heading .accordion-toggle:before{position:absolute;top:10px;right:10px}.accordion .accordion-group .accordion-heading .accordion-toggle:focus,.accordion .accordion-group .accordion-heading .accordion-toggle:hover{background-color:#ffa033;text-decoration:none}.accordion .accordion-group .accordion-heading .accordion-toggle.active,.accordion .accordion-group .accordion-heading .accordion-toggle.active:focus,.accordion .accordion-group .accordion-heading .accordion-toggle.active:hover{background-color:#ffa033;color:#1a1a1a}.accordion .accordion-group .accordion-heading .accordion-toggle.active:before,.accordion .accordion-group .accordion-heading .accordion-toggle.active:focus:before,.accordion .accordion-group .accordion-heading .accordion-toggle.active:hover:before{top:8px}.accordion .accordion-group .accordion-body{display:block}.accordion .accordion-group .accordion-body .accordion-inner{border:none;background:#e7e7eb;padding:15px 20px}.accordion .second .accordion-heading .accordion-toggle,.accordion .secondcolor .accordion-heading .accordion-toggle{border-color:#672082}.accordion .second .accordion-heading .accordion-toggle.active,.accordion .second .accordion-heading .accordion-toggle.active:focus,.accordion .second .accordion-heading .accordion-toggle.active:hover,.accordion .second .accordion-heading .accordion-toggle:focus,.accordion .second .accordion-heading .accordion-toggle:hover,.accordion .secondcolor .accordion-heading .accordion-toggle.active,.accordion .secondcolor .accordion-heading .accordion-toggle.active:focus,.accordion .secondcolor .accordion-heading .accordion-toggle.active:hover,.accordion .secondcolor .accordion-heading .accordion-toggle:focus,.accordion .secondcolor .accordion-heading .accordion-toggle:hover{color:#fff;background-color:#872aab}.accordion h1,.accordion h2,.accordion h3,.accordion h4,.accordion h5,.accordion h6{color:#1a1a1a}.accordion hr{border:1px solid #e7e7eb;margin:30px 20px;height:inherit}.accordion hr:after,.accordion hr:before{bottom:inherit;background:inherit;left:inherit;position:relative;right:inherit;top:inherit}.accordion>.accordion .accordion-heading .accordion-toggle{border-left:0}.accordionbox{margin:10px 0 20px}.accordionbox header{border-left:10px solid #f80;background:#f80;color:#1a1a1a;border-radius:4px;text-decoration:none;font-size:16px;padding:8px 35px 8px 10px;position:relative}.accordionbox header h2{color:#1a1a1a;padding:0}.accordionbox header.second,.accordionbox header.secondcolor{border-color:#672082}.accordionbox .body{border:none;background:#fff;padding:15px 20px}#masthead{background:#fff}.search-open{color:#1a1a1a;background:transparent;border-color:#fff}.search-open :focus,.search-open :hover{background:#1a1a1a;color:#fff;border-color:#1a1a1a}.socialmedia-maincolor .search-open{color:#f80}.socialmedia-maincolor .search-open:focus,.socialmedia-maincolor .search-open:hover{background:#672082;color:#fff;border-color:#672082}.socialmedia-secondcolor .search-open{color:#672082}.socialmedia-secondcolor .search-open:focus,.socialmedia-secondcolor .search-open:hover{background:#f80;color:#fff;border-color:#f80}.blog .entry-cats a:nth-child(n+2):before,.blogroll .entry-cats a:nth-child(n+2):before{color:#1a1a1a;background:#fff}.pagebreak-links a{background:#672082}.pagebreak-links a:hover{background:#f80}#footer-search .search-field{background:rgba(26,26,26,.25);border-color:hsla(0,0%,100%,.2);color:#fff}#footer-search .search-field :focus,#footer-search .search-field :hover{background:#fff;color:#1a1a1a}#footer-search input#submit,#footer-search input[type=submit]{background:rgba(26,26,26,.4);border-color:hsla(0,0%,100%,.2)}#footer-search input#submit:focus,#footer-search input#submit :focus,#footer-search input#submit:hover,#footer-search input#submit :hover,#footer-search input[type=submit]:focus,#footer-search input[type=submit] :focus,#footer-search input[type=submit]:hover,#footer-search input[type=submit] :hover{background:#f80;color:#fff}@media screen and (min-width:66.25em){#masthead{border-bottom-color:#ddd}.desktop-search{background:rgba(26,26,26,.75);border-top-color:#ddd}.desktop-search input.search-field{background:none;border-bottom-color:#fff;color:#fff}.desktop-search input[type=submit]{background:#f80;color:#fff;border:2px solid #f80}.desktop-search input[type=submit]:focus,.desktop-search input[type=submit]:hover{background:#f80}.searchbar-maincolor .desktop-search{background:rgba(255,136,0,.95)}.searchbar-maincolor .desktop-search input.search-field{border-bottom-color:#672082;color:#fff}.searchbar-maincolor .desktop-search input.search-field:focus,.searchbar-maincolor .desktop-search input.search-field:hover{background:#995200}.searchbar-maincolor .desktop-search input[type=submit]{background:#672082;color:#fff;border-color:#672082}.searchbar-maincolor .desktop-search input[type=submit]:focus,.searchbar-maincolor .desktop-search input[type=submit]:hover{background:#672082;border-color:#f80}.searchbar-secondcolor .desktop-search{background:rgba(103,32,130,.95)}.searchbar-secondcolor .desktop-search input.search-field{border-bottom-color:#f80;color:#fff}.searchbar-secondcolor .desktop-search input[type=submit]{background:#f80;color:#fff;border-color:#f80}.searchbar-secondcolor .desktop-search input[type=submit]:focus,.searchbar-secondcolor .desktop-search input[type=submit]:hover{background:#f80;border:2px solid #672082}}#overlay-close,#overlay-open,#overlay-open-sticky{color:#1a1a1a}.socialmedia-maincolor #overlay-close,.socialmedia-maincolor #overlay-open,.socialmedia-maincolor #overlay-open-sticky{color:#f80}.socialmedia-secondcolor #overlay-close,.socialmedia-secondcolor #overlay-open,.socialmedia-secondcolor #overlay-open-sticky{color:#672082}#front-section-three a.all-posts-link:focus,#front-section-three a.all-posts-link:hover,#offcanvas-widgets-open:focus,#offcanvas-widgets-open:hover,#primary #infinite-handle span:focus,#primary #infinite-handle span:hover,.footer-feature-btn:focus,.footer-feature-btn:hover,.offcanvas-widgets-show #offcanvas-widgets-open{background:#0c6ca6}#front-section-three a.all-posts-link:focus,#front-section-three a.all-posts-link:hover,#offcanvas-widgets-open:focus,#offcanvas-widgets-open:hover,#primary #infinite-handle span:focus,#primary #infinite-handle span:hover,.footer-feature-btn:focus,.footer-feature-btn:hover,.offcanvas-widgets-show #offcanvas-widgets-open{border-color:#0c6ca6;color:#fff}#comments #respond a#cancel-comment-reply-link,#comments #respond p.comment-notes a,#comments #respond p.logged-in-as a,#comments .comment-meta,#comments .comment-meta a,#comments .comment-reply a{color:#666}#comments .disclaimer a{color:#672082}#comments .disclaimer a:hover{color:#f80}#nav-comments a{color:#666}#comments-toggle{border-color:#1a1a1a;background:none}#comments-toggle:focus,#comments-toggle:hover,.comments-show #comments-toggle{border-color:#f80;color:#fff;background:#f80}.contact-form label span,.gallery .gallery-item .gallery-caption,p.wp-caption-text{color:#666}#front-section-four .entry-header h2.entry-title a,#primary #infinite-handle span:hover button,.big-thumb .entry-header h1.entry-title,.big-thumb .entry-header p.intro,.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-header h2.entry-title a,.blog.headerfont-light #overlay-open,.blog.headerfont-light #site-branding .site-title a,.blog.headerfont-light h1.site-title a,.blog.headerfont-light p.site-description,.featured-slider .entry-header h2.entry-title a{color:#fff}pre{background:#f4f4f4;color:#444}abbr,acronym{border-bottom-color:#1a1a1a}ins,mark{color:#fff;background:#872aab}#section-fullwidth h1,#section-fullwidth h2,#section-fullwidth h3,#section-fullwidth h4,#section-fullwidth h5,#section-fullwidth h6,#sidebar-page h2,#sidebar-page h3,.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6,.site-content h1,.site-content h2,.site-content h3,.site-content h4,.site-content h5,.site-content h6{color:#1a1a1a}.archive-header h1.archive-title,.attachment h1.entry-title,.entry-content h1,.entry-header h1.entry-title,.page h1.entry-title,.single-post .entry-header h1.entry-title,.site-content h1,h1.entry-title{border-color:#f80}#footer-social h2.socialmedia{color:hsla(0,0%,100%,.5)}.entry-header h2.entry-title,.entry-header h2.entry-title a{color:#1a1a1a}.widget h2.widget-title{border-top-color:#1a1a1a;color:#1a1a1a}.featured-slider .entry-header h2.entry-title a{color:#fff}h3 .all-posts-link{color:#1a1a1a}#footer-social h3.socialmedia{color:hsla(0,0%,100%,.5)}.footer-menu h3.footer-menu-title{color:#f80}.color-second{color:#672082}.color-main{color:#f80}.color-third{color:#698bc1}.color-four{color:#148f93}a{color:#1a1a1a}.comment-text a,.entry-content a,a:focus,a:hover{color:#f80}.comment-text a:focus,.comment-text a:hover,.entry-content a:focus,.entry-content a:hover{color:#672082}#overlay-close:focus,#overlay-close:hover,#overlay-nav a:focus,#overlay-nav a:hover,#sidebar-offcanvas .widget a:focus,#sidebar-offcanvas .widget a:hover,.author-bio a,.author-links a:focus,.author-links a:hover,.front-section a.all-posts-link:focus,.front-section a.all-posts-link:hover,.post-page-numbers a,.single-attachment .post-navigation a:focus,.single-attachment .post-navigation a:hover,.single-post .hentry .entry-meta a:focus,.single-post .hentry .entry-meta a:hover,.textwidget a:focus,.textwidget a:hover,.widget-area .widget ul li a:focus,.widget-area .widget ul li a:hover{color:#f80}#secondary h2.widget-title,#sidebar-page h2.widget-title{color:#1a1a1a}#desktop-navigation ul li a:focus,#desktop-navigation ul li a:hover,.blog .entry-meta a:focus,.blog .entry-meta a:hover,.entry-header a:focus,.entry-header a:hover,.entry-header h2.entry-title a:focus,.entry-header h2.entry-title a:hover{color:#f80}#desktop-navigation ul li.menu-item-has-children a:focus:after,#desktop-navigation ul li.menu-item-has-children a:hover:after{border-top-color:#f80}.single-attachment .post-navigation a:focus,.single-attachment .post-navigation a:hover{border-bottom-color:#f80}#desktop-navigation .children li a:focus,#desktop-navigation .children li a:hover,#desktop-navigation .sub-menu li a:focus,#desktop-navigation .sub-menu li a:hover{background:#f80}.entry-summary,.front-section-title,.jetpack_subscription_widget #subscribe-text p,.section-about-column-one p,.single-post .entry-header p.intro,.social-front-title,.widget_mc4wp_form_widget p{color:#1a1a1a}#front-section-three a.all-posts-link:focus,#front-section-three a.all-posts-link:hover,#offcanvas-widgets-open:focus,#offcanvas-widgets-open:hover,#primary #infinite-handle span:focus,#primary #infinite-handle span:hover,.offcanvas-widgets-show #offcanvas-widgets-open{background:#f80;border-color:#f80;color:#fff}.desktop-search input.search-field:active,.desktop-search input.search-field:focus{border-bottom-color:#f80}.contact-form label span,.gallery .gallery-item .gallery-caption,.single-post .entry-tags a,p.wp-caption-text{color:#666}table{border-bottom-color:#e7e7eb;background:#fff}table.sorttable thead{background:#e7e7eb}table.sorttable thead tr th.headerSortDown,table.sorttable thead tr th.headerSortUp{background:#cbcbd4}table.border td,table.long td,table thead th{border-bottom-color:#e7e7eb}table.long tr:nth-child(odd) td{background:#f2f2f2}th a{color:#1a1a1a}td{color:#4d4d4d}.entry-content ul li:before{color:#f80}.entry-content ul li ul li:before{color:#672082}.fontawesome-icon-list a i{color:#1a1a1a}blockquote{background:#fff;border-left-color:#f80;border-right-color:#f80}blockquote a:focus,blockquote a:hover{color:#672082}blockquote.maincolor{border-left-color:#f80;border-right-color:#f80}blockquote.secondcolor{border-left-color:#672082;border-right-color:#672082}blockquote.secondcolor a{color:#672082}blockquote.secondcolor a:focus,blockquote.secondcolor a:hover{color:#f80}blockquote.boxborder{border-top-color:#f80;border-bottom-color:#f80}blockquote.boxborder.secondcolor{border-top-color:#672082;border-bottom-color:#672082}blockquote.quotesign:before{color:#f80}blockquote.quotesign.secondcolor:before{color:#672082}.entry-cats,.entry-cats a,.entry-meta,.entry-meta a,.pagebreak-links,.pagebreak-links a,.post-navigation,.post-navigation a{color:#1a1a1a}.entry-cats a,.pagebreak-links a,.post-navigation a{color:#fff;background:#672082}.entry-cats a:hover,.pagebreak-links a:hover,.post-navigation a:hover{color:#fff;background:#f80}#front-section-four .entry-cats a,#front-section-four .entry-cats a a,#front-section-four .entry-meta,#front-section-four .entry-meta a,#front-section-four .pagebreak-links,#front-section-four .pagebreak-links a,#front-section-four .post-navigation,#front-section-four .post-navigation a,.featured-slider .entry-cats a,.pagebreak-links a,.post-navigation a,.section-one-column-one .entry-cats a,.section-three-column-one .entry-cats a,.single-post .entry-cats a{color:#fff}.archive .entry-cats a:nth-child(n+2):before,.search-results .entry-cats a:nth-child(n+2):before{color:#2b2b2b;background-color:#fff}.single-post .entry-header .page-links .number{color:#672082}.single-post .entry-header .page-links a .number{color:#f80}.single-post .entry-tags a{color:#672082}.blog .hentry .entry-cats a{color:#672082;background-color:#fff}.blog .hentry .entry-cats a:focus,.blog .hentry .entry-cats a:hover{color:#fff;background:#f80}.blog .featured-slider .entry-cats a,.blog .featured-slider .entry-meta a{color:#fff;background:#672082}.blog .featured-slider .entry-cats a:focus,.blog .featured-slider .entry-cats a:hover,.blog .featured-slider .entry-meta a:focus,.blog .featured-slider .entry-meta a:hover{color:#fff;background:#f80}#front-section-four .entry-cats a,.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a,.featured-slider .entry-cats a,.pagebreak-links a,.post-navigation a,.section-one-column-one .entry-cats a,.section-three-column-one .entry-cats a,.single-post .entry-cats a{background:#672082;color:#fff}#front-section-four .entry-cats a:focus,#front-section-four .entry-cats a:hover,.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:focus,.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover,.featured-slider .entry-cats a:focus,.featured-slider .entry-cats a:hover,.pagebreak-links a:focus,.pagebreak-links a:hover,.post-navigation a:focus,.post-navigation a:hover,.section-one-column-one .entry-cats a:focus,.section-one-column-one .entry-cats a:hover,.section-three-column-one .entry-cats a:focus,.section-three-column-one .entry-cats a:hover,.single-post .entry-cats a:focus,.single-post .entry-cats a:hover{background:#f80;color:#fff}.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a,.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-meta,.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-meta a,.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .pagebreak-links a,.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .post-navigation a,.featured-slider .entry-cats a,.featured-slider .entry-meta,.featured-slider .entry-meta a,.featured-slider .pagebreak-links a,.featured-slider .post-navigation a{color:#fff}body.head-bgcol-main #masthead,body.head-bgcol-main .sticky-header{background-color:#f80;border-bottom-color:rgba(255,136,0,.7)}body.head-bgcol-main #site-branding{background-color:#f80}body.head-textcol-main #masthead #desktop-navigation ul.menu li a,body.head-textcol-main #masthead h1.site-title,body.head-textcol-main #masthead h1.site-title a,body.head-textcol-main #masthead p.site-description,body.head-textcol-main #masthead p.site-title,body.head-textcol-main #masthead p.site-title a,body.head-textcol-main #overlay-open,body.head-textcol-main #overlay-open-sticky,body.head-textcol-main .search-open{color:#f80}body.head-linkborder-main #desktop-navigation ul.menu li.current-menu-ancestor a,body.head-linkborder-main #desktop-navigation ul.menu li.focus a,body.head-linkborder-main #desktop-navigation ul.menu li:focus a,body.head-linkborder-main #desktop-navigation ul.menu li:hover a{border-bottom-color:#f80}body.head-linkborder-main #desktop-navigation .children li a:focus,body.head-linkborder-main #desktop-navigation .children li a:hover,body.head-linkborder-main #desktop-navigation .sub-menu li a:focus,body.head-linkborder-main #desktop-navigation .sub-menu li a:hover{background-color:#f80}body.head-linkborder-main button#overlay-open:hover,body.head-linkborder-main button#search-open:hover{color:#f80}body.main-bgcol-main,body.main-bgcol-main.blog .featured-slider .entry-meta a,body.main-bgcol-main.blog .hentry .entry-cats,body.main-bgcol-main.blog .hentry .entry-cats a,body.main-bgcol-main .entry-content header,body.main-bgcol-main.single-post .entry-header .entry-cats a,body.main-bgcol-main .site-content header,body.main-bgcol-main blockquote,body.main-bgcol-main main{background-color:#f80}body.main-bgcol-main.blog .featured-content .hentry .entry-cats{background-color:transparent}body.actionbutton-main .desktop-search input.search-field,body.actionbutton-main .gallery .slick-dots li.slick-active button:before,body.actionbutton-main .gallery .slick-dots li button:focus:before,body.actionbutton-main .gallery .slick-dots li button:hover:before,body.actionbutton-main .gallery .slick-next:before,body.actionbutton-main .gallery .slick-prev:before{border-bottom-color:#f80}body.actionbutton-main #commentform input#submit,body.actionbutton-main #comments-toggle:focus,body.actionbutton-main #comments-toggle:hover,body.actionbutton-main .comments-show #comments-toggle,body.actionbutton-main input#submit,body.actionbutton-main input[type=button],body.actionbutton-main input[type=submit]{border-color:#f80;background-color:#f80}body.head-bgcol-second #masthead,body.head-bgcol-second .sticky-header{background-color:#672082;border-bottom-color:rgba(103,32,130,.7)}body.head-bgcol-second #site-branding{background-color:#672082}body.head-textcol-second #masthead #desktop-navigation ul.menu li a,body.head-textcol-second #masthead h1.site-title,body.head-textcol-second #masthead h1.site-title a,body.head-textcol-second #masthead p.site-description,body.head-textcol-second #masthead p.site-title,body.head-textcol-second #masthead p.site-title a,body.head-textcol-second #overlay-open,body.head-textcol-second #overlay-open-sticky,body.head-textcol-second .search-open{color:#672082}body.head-linkborder-second #desktop-navigation ul.menu li.current-menu-ancestor a,body.head-linkborder-second #desktop-navigation ul.menu li.focus a,body.head-linkborder-second #desktop-navigation ul.menu li:focus a,body.head-linkborder-second #desktop-navigation ul.menu li:hover a{border-bottom-color:#672082}body.head-linkborder-second #desktop-navigation .children li a:focus,body.head-linkborder-second #desktop-navigation .children li a:hover,body.head-linkborder-second #desktop-navigation .sub-menu li a:focus,body.head-linkborder-second #desktop-navigation .sub-menu li a:hover{background-color:#672082}body.head-linkborder-second button#overlay-open:hover,body.head-linkborder-second button#search-open:hover{color:#672082}body.main-bgcol-second,body.main-bgcol-second.blog .featured-slider .entry-meta a,body.main-bgcol-second.blog .hentry .entry-cats,body.main-bgcol-second.blog .hentry .entry-cats a,body.main-bgcol-second .entry-content header,body.main-bgcol-second.single-post .entry-header .entry-cats a,body.main-bgcol-second .site-content header,body.main-bgcol-second blockquote,body.main-bgcol-second main{background-color:#672082}body.main-bgcol-second.blog .featured-content .hentry .entry-cats{background-color:transparent}body.actionbutton-second .desktop-search input.search-field,body.actionbutton-second .gallery .slick-dots li.slick-active button:before,body.actionbutton-second .gallery .slick-dots li button:focus:before,body.actionbutton-second .gallery .slick-dots li button:hover:before,body.actionbutton-second .gallery .slick-next:before,body.actionbutton-second .gallery .slick-prev:before{border-bottom-color:#672082}body.actionbutton-second #commentform input#submit,body.actionbutton-second #comments-toggle:focus,body.actionbutton-second #comments-toggle:hover,body.actionbutton-second .comments-show #comments-toggle,body.actionbutton-second input#submit,body.actionbutton-second input[type=button],body.actionbutton-second input[type=submit]{border-color:#672082;background-color:#672082}body.head-bgcol-third #masthead,body.head-bgcol-third .sticky-header{background-color:#698bc1;border-bottom-color:rgba(105,139,193,.7)}body.head-bgcol-third #site-branding{background-color:#698bc1}body.head-textcol-third #masthead #desktop-navigation ul.menu li a,body.head-textcol-third #masthead h1.site-title,body.head-textcol-third #masthead h1.site-title a,body.head-textcol-third #masthead p.site-description,body.head-textcol-third #masthead p.site-title,body.head-textcol-third #masthead p.site-title a,body.head-textcol-third #overlay-open,body.head-textcol-third #overlay-open-sticky,body.head-textcol-third .search-open{color:#698bc1}body.head-linkborder-third #desktop-navigation ul.menu li.current-menu-ancestor a,body.head-linkborder-third #desktop-navigation ul.menu li.focus a,body.head-linkborder-third #desktop-navigation ul.menu li:focus a,body.head-linkborder-third #desktop-navigation ul.menu li:hover a{border-bottom-color:#698bc1}body.head-linkborder-third #desktop-navigation .children li a:focus,body.head-linkborder-third #desktop-navigation .children li a:hover,body.head-linkborder-third #desktop-navigation .sub-menu li a:focus,body.head-linkborder-third #desktop-navigation .sub-menu li a:hover{background-color:#698bc1}body.head-linkborder-third button#overlay-open:hover,body.head-linkborder-third button#search-open:hover{color:#698bc1}body.main-bgcol-third,body.main-bgcol-third.blog .featured-slider .entry-meta a,body.main-bgcol-third.blog .hentry .entry-cats,body.main-bgcol-third.blog .hentry .entry-cats a,body.main-bgcol-third .entry-content header,body.main-bgcol-third.single-post .entry-header .entry-cats a,body.main-bgcol-third .site-content header,body.main-bgcol-third blockquote,body.main-bgcol-third main{background-color:#698bc1}body.main-bgcol-third.blog .featured-content .hentry .entry-cats{background-color:transparent}body.actionbutton-third .desktop-search input.search-field,body.actionbutton-third .gallery .slick-dots li.slick-active button:before,body.actionbutton-third .gallery .slick-dots li button:focus:before,body.actionbutton-third .gallery .slick-dots li button:hover:before,body.actionbutton-third .gallery .slick-next:before,body.actionbutton-third .gallery .slick-prev:before{border-bottom-color:#698bc1}body.actionbutton-third #commentform input#submit,body.actionbutton-third #comments-toggle:focus,body.actionbutton-third #comments-toggle:hover,body.actionbutton-third .comments-show #comments-toggle,body.actionbutton-third input#submit,body.actionbutton-third input[type=button],body.actionbutton-third input[type=submit]{border-color:#698bc1;background-color:#698bc1}body.head-bgcol-four #masthead,body.head-bgcol-four .sticky-header{background-color:#148f93;border-bottom-color:rgba(20,143,147,.7)}body.head-bgcol-four #site-branding{background-color:#148f93}body.head-textcol-four #masthead #desktop-navigation ul.menu li a,body.head-textcol-four #masthead h1.site-title,body.head-textcol-four #masthead h1.site-title a,body.head-textcol-four #masthead p.site-description,body.head-textcol-four #masthead p.site-title,body.head-textcol-four #masthead p.site-title a,body.head-textcol-four #overlay-open,body.head-textcol-four #overlay-open-sticky,body.head-textcol-four .search-open{color:#148f93}body.head-linkborder-four #desktop-navigation ul.menu li.current-menu-ancestor a,body.head-linkborder-four #desktop-navigation ul.menu li.focus a,body.head-linkborder-four #desktop-navigation ul.menu li:focus a,body.head-linkborder-four #desktop-navigation ul.menu li:hover a{border-bottom-color:#148f93}body.head-linkborder-four #desktop-navigation .children li a:focus,body.head-linkborder-four #desktop-navigation .children li a:hover,body.head-linkborder-four #desktop-navigation .sub-menu li a:focus,body.head-linkborder-four #desktop-navigation .sub-menu li a:hover{background-color:#148f93}body.head-linkborder-four button#overlay-open:hover,body.head-linkborder-four button#search-open:hover{color:#148f93}body.main-bgcol-four,body.main-bgcol-four.blog .featured-slider .entry-meta a,body.main-bgcol-four.blog .hentry .entry-cats,body.main-bgcol-four.blog .hentry .entry-cats a,body.main-bgcol-four .entry-content header,body.main-bgcol-four.single-post .entry-header .entry-cats a,body.main-bgcol-four .site-content header,body.main-bgcol-four blockquote,body.main-bgcol-four main{background-color:#148f93}body.main-bgcol-four.blog .featured-content .hentry .entry-cats{background-color:transparent}body.actionbutton-four .desktop-search input.search-field,body.actionbutton-four .gallery .slick-dots li.slick-active button:before,body.actionbutton-four .gallery .slick-dots li button:focus:before,body.actionbutton-four .gallery .slick-dots li button:hover:before,body.actionbutton-four .gallery .slick-next:before,body.actionbutton-four .gallery .slick-prev:before{border-bottom-color:#148f93}body.actionbutton-four #commentform input#submit,body.actionbutton-four #comments-toggle:focus,body.actionbutton-four #comments-toggle:hover,body.actionbutton-four .comments-show #comments-toggle,body.actionbutton-four input#submit,body.actionbutton-four input[type=button],body.actionbutton-four input[type=submit]{border-color:#148f93;background-color:#148f93}body.head-bgcol-uspirates #masthead,body.head-bgcol-uspirates .sticky-header{background-color:#b127af;border-bottom-color:rgba(177,39,175,.7)}body.head-bgcol-uspirates #site-branding{background-color:#b127af}body.head-textcol-uspirates #masthead #desktop-navigation ul.menu li a,body.head-textcol-uspirates #masthead h1.site-title,body.head-textcol-uspirates #masthead h1.site-title a,body.head-textcol-uspirates #masthead p.site-description,body.head-textcol-uspirates #masthead p.site-title,body.head-textcol-uspirates #masthead p.site-title a,body.head-textcol-uspirates #overlay-open,body.head-textcol-uspirates #overlay-open-sticky,body.head-textcol-uspirates .search-open{color:#b127af}body.head-linkborder-uspirates #desktop-navigation ul.menu li.current-menu-ancestor a,body.head-linkborder-uspirates #desktop-navigation ul.menu li.focus a,body.head-linkborder-uspirates #desktop-navigation ul.menu li:focus a,body.head-linkborder-uspirates #desktop-navigation ul.menu li:hover a{border-bottom-color:#b127af}body.head-linkborder-uspirates #desktop-navigation .children li a:focus,body.head-linkborder-uspirates #desktop-navigation .children li a:hover,body.head-linkborder-uspirates #desktop-navigation .sub-menu li a:focus,body.head-linkborder-uspirates #desktop-navigation .sub-menu li a:hover{background-color:#b127af}body.head-linkborder-uspirates button#overlay-open:hover,body.head-linkborder-uspirates button#search-open:hover{color:#b127af}body.main-bgcol-uspirates,body.main-bgcol-uspirates.blog .featured-slider .entry-meta a,body.main-bgcol-uspirates.blog .hentry .entry-cats,body.main-bgcol-uspirates.blog .hentry .entry-cats a,body.main-bgcol-uspirates .entry-content header,body.main-bgcol-uspirates.single-post .entry-header .entry-cats a,body.main-bgcol-uspirates .site-content header,body.main-bgcol-uspirates blockquote,body.main-bgcol-uspirates main{background-color:#b127af}body.main-bgcol-uspirates.blog .featured-content .hentry .entry-cats{background-color:transparent}body.actionbutton-uspirates .desktop-search input.search-field,body.actionbutton-uspirates .gallery .slick-dots li.slick-active button:before,body.actionbutton-uspirates .gallery .slick-dots li button:focus:before,body.actionbutton-uspirates .gallery .slick-dots li button:hover:before,body.actionbutton-uspirates .gallery .slick-next:before,body.actionbutton-uspirates .gallery .slick-prev:before{border-bottom-color:#b127af}body.actionbutton-uspirates #commentform input#submit,body.actionbutton-uspirates #comments-toggle:focus,body.actionbutton-uspirates #comments-toggle:hover,body.actionbutton-uspirates .comments-show #comments-toggle,body.actionbutton-uspirates input#submit,body.actionbutton-uspirates input[type=button],body.actionbutton-uspirates input[type=submit]{border-color:#b127af;background-color:#b127af}body.head-bgcol-tkpirates #masthead,body.head-bgcol-tkpirates .sticky-header{background-color:#00b5b1;border-bottom-color:rgba(0,181,177,.7)}body.head-bgcol-tkpirates #site-branding{background-color:#00b5b1}body.head-textcol-tkpirates #masthead #desktop-navigation ul.menu li a,body.head-textcol-tkpirates #masthead h1.site-title,body.head-textcol-tkpirates #masthead h1.site-title a,body.head-textcol-tkpirates #masthead p.site-description,body.head-textcol-tkpirates #masthead p.site-title,body.head-textcol-tkpirates #masthead p.site-title a,body.head-textcol-tkpirates #overlay-open,body.head-textcol-tkpirates #overlay-open-sticky,body.head-textcol-tkpirates .search-open{color:#00b5b1}body.head-linkborder-tkpirates #desktop-navigation ul.menu li.current-menu-ancestor a,body.head-linkborder-tkpirates #desktop-navigation ul.menu li.focus a,body.head-linkborder-tkpirates #desktop-navigation ul.menu li:focus a,body.head-linkborder-tkpirates #desktop-navigation ul.menu li:hover a{border-bottom-color:#00b5b1}body.head-linkborder-tkpirates #desktop-navigation .children li a:focus,body.head-linkborder-tkpirates #desktop-navigation .children li a:hover,body.head-linkborder-tkpirates #desktop-navigation .sub-menu li a:focus,body.head-linkborder-tkpirates #desktop-navigation .sub-menu li a:hover{background-color:#00b5b1}body.head-linkborder-tkpirates button#overlay-open:hover,body.head-linkborder-tkpirates button#search-open:hover{color:#00b5b1}body.main-bgcol-tkpirates,body.main-bgcol-tkpirates.blog .featured-slider .entry-meta a,body.main-bgcol-tkpirates.blog .hentry .entry-cats,body.main-bgcol-tkpirates.blog .hentry .entry-cats a,body.main-bgcol-tkpirates .entry-content header,body.main-bgcol-tkpirates.single-post .entry-header .entry-cats a,body.main-bgcol-tkpirates .site-content header,body.main-bgcol-tkpirates blockquote,body.main-bgcol-tkpirates main{background-color:#00b5b1}body.main-bgcol-tkpirates.blog .featured-content .hentry .entry-cats{background-color:transparent}body.actionbutton-tkpirates .desktop-search input.search-field,body.actionbutton-tkpirates .gallery .slick-dots li.slick-active button:before,body.actionbutton-tkpirates .gallery .slick-dots li button:focus:before,body.actionbutton-tkpirates .gallery .slick-dots li button:hover:before,body.actionbutton-tkpirates .gallery .slick-next:before,body.actionbutton-tkpirates .gallery .slick-prev:before{border-bottom-color:#00b5b1}body.actionbutton-tkpirates #commentform input#submit,body.actionbutton-tkpirates #comments-toggle:focus,body.actionbutton-tkpirates #comments-toggle:hover,body.actionbutton-tkpirates .comments-show #comments-toggle,body.actionbutton-tkpirates input#submit,body.actionbutton-tkpirates input[type=button],body.actionbutton-tkpirates input[type=submit]{border-color:#00b5b1;background-color:#00b5b1}body.head-bgcol-chpirates #masthead,body.head-bgcol-chpirates .sticky-header{background-color:#f9b200;border-bottom-color:rgba(249,178,0,.7)}body.head-bgcol-chpirates #site-branding{background-color:#f9b200}body.head-textcol-chpirates #masthead #desktop-navigation ul.menu li a,body.head-textcol-chpirates #masthead h1.site-title,body.head-textcol-chpirates #masthead h1.site-title a,body.head-textcol-chpirates #masthead p.site-description,body.head-textcol-chpirates #masthead p.site-title,body.head-textcol-chpirates #masthead p.site-title a,body.head-textcol-chpirates #overlay-open,body.head-textcol-chpirates #overlay-open-sticky,body.head-textcol-chpirates .search-open{color:#f9b200}body.head-linkborder-chpirates #desktop-navigation ul.menu li.current-menu-ancestor a,body.head-linkborder-chpirates #desktop-navigation ul.menu li.focus a,body.head-linkborder-chpirates #desktop-navigation ul.menu li:focus a,body.head-linkborder-chpirates #desktop-navigation ul.menu li:hover a{border-bottom-color:#f9b200}body.head-linkborder-chpirates #desktop-navigation .children li a:focus,body.head-linkborder-chpirates #desktop-navigation .children li a:hover,body.head-linkborder-chpirates #desktop-navigation .sub-menu li a:focus,body.head-linkborder-chpirates #desktop-navigation .sub-menu li a:hover{background-color:#f9b200}body.head-linkborder-chpirates button#overlay-open:hover,body.head-linkborder-chpirates button#search-open:hover{color:#f9b200}body.main-bgcol-chpirates,body.main-bgcol-chpirates.blog .featured-slider .entry-meta a,body.main-bgcol-chpirates.blog .hentry .entry-cats,body.main-bgcol-chpirates.blog .hentry .entry-cats a,body.main-bgcol-chpirates .entry-content header,body.main-bgcol-chpirates.single-post .entry-header .entry-cats a,body.main-bgcol-chpirates .site-content header,body.main-bgcol-chpirates blockquote,body.main-bgcol-chpirates main{background-color:#f9b200}body.main-bgcol-chpirates.blog .featured-content .hentry .entry-cats{background-color:transparent}body.actionbutton-chpirates .desktop-search input.search-field,body.actionbutton-chpirates .gallery .slick-dots li.slick-active button:before,body.actionbutton-chpirates .gallery .slick-dots li button:focus:before,body.actionbutton-chpirates .gallery .slick-dots li button:hover:before,body.actionbutton-chpirates .gallery .slick-next:before,body.actionbutton-chpirates .gallery .slick-prev:before{border-bottom-color:#f9b200}body.actionbutton-chpirates #commentform input#submit,body.actionbutton-chpirates #comments-toggle:focus,body.actionbutton-chpirates #comments-toggle:hover,body.actionbutton-chpirates .comments-show #comments-toggle,body.actionbutton-chpirates input#submit,body.actionbutton-chpirates input[type=button],body.actionbutton-chpirates input[type=submit]{border-color:#f9b200;background-color:#f9b200}body.head-bgcol-ispirates #masthead,body.head-bgcol-ispirates .sticky-header{background-color:#51297e;border-bottom-color:rgba(81,41,126,.7)}body.head-bgcol-ispirates #site-branding{background-color:#51297e}body.head-textcol-ispirates #masthead #desktop-navigation ul.menu li a,body.head-textcol-ispirates #masthead h1.site-title,body.head-textcol-ispirates #masthead h1.site-title a,body.head-textcol-ispirates #masthead p.site-description,body.head-textcol-ispirates #masthead p.site-title,body.head-textcol-ispirates #masthead p.site-title a,body.head-textcol-ispirates #overlay-open,body.head-textcol-ispirates #overlay-open-sticky,body.head-textcol-ispirates .search-open{color:#51297e}body.head-linkborder-ispirates #desktop-navigation ul.menu li.current-menu-ancestor a,body.head-linkborder-ispirates #desktop-navigation ul.menu li.focus a,body.head-linkborder-ispirates #desktop-navigation ul.menu li:focus a,body.head-linkborder-ispirates #desktop-navigation ul.menu li:hover a{border-bottom-color:#51297e}body.head-linkborder-ispirates #desktop-navigation .children li a:focus,body.head-linkborder-ispirates #desktop-navigation .children li a:hover,body.head-linkborder-ispirates #desktop-navigation .sub-menu li a:focus,body.head-linkborder-ispirates #desktop-navigation .sub-menu li a:hover{background-color:#51297e}body.head-linkborder-ispirates button#overlay-open:hover,body.head-linkborder-ispirates button#search-open:hover{color:#51297e}body.main-bgcol-ispirates,body.main-bgcol-ispirates.blog .featured-slider .entry-meta a,body.main-bgcol-ispirates.blog .hentry .entry-cats,body.main-bgcol-ispirates.blog .hentry .entry-cats a,body.main-bgcol-ispirates .entry-content header,body.main-bgcol-ispirates.single-post .entry-header .entry-cats a,body.main-bgcol-ispirates .site-content header,body.main-bgcol-ispirates blockquote,body.main-bgcol-ispirates main{background-color:#51297e}body.main-bgcol-ispirates.blog .featured-content .hentry .entry-cats{background-color:transparent}body.actionbutton-ispirates .desktop-search input.search-field,body.actionbutton-ispirates .gallery .slick-dots li.slick-active button:before,body.actionbutton-ispirates .gallery .slick-dots li button:focus:before,body.actionbutton-ispirates .gallery .slick-dots li button:hover:before,body.actionbutton-ispirates .gallery .slick-next:before,body.actionbutton-ispirates .gallery .slick-prev:before{border-bottom-color:#51297e}body.actionbutton-ispirates #commentform input#submit,body.actionbutton-ispirates #comments-toggle:focus,body.actionbutton-ispirates #comments-toggle:hover,body.actionbutton-ispirates .comments-show #comments-toggle,body.actionbutton-ispirates input#submit,body.actionbutton-ispirates input[type=button],body.actionbutton-ispirates input[type=submit]{border-color:#51297e;background-color:#51297e}body.head-bgcol-black #masthead,body.head-bgcol-black .sticky-header{background-color:#000;border-bottom-color:rgba(0,0,0,.7)}body.head-bgcol-black #site-branding{background-color:#000}body.head-textcol-black #masthead #desktop-navigation ul.menu li a,body.head-textcol-black #masthead h1.site-title,body.head-textcol-black #masthead h1.site-title a,body.head-textcol-black #masthead p.site-description,body.head-textcol-black #masthead p.site-title,body.head-textcol-black #masthead p.site-title a,body.head-textcol-black #overlay-open,body.head-textcol-black #overlay-open-sticky,body.head-textcol-black .search-open{color:#000}body.head-linkborder-black #desktop-navigation ul.menu li.current-menu-ancestor a,body.head-linkborder-black #desktop-navigation ul.menu li.focus a,body.head-linkborder-black #desktop-navigation ul.menu li:focus a,body.head-linkborder-black #desktop-navigation ul.menu li:hover a{border-bottom-color:#000}body.head-linkborder-black #desktop-navigation .children li a:focus,body.head-linkborder-black #desktop-navigation .children li a:hover,body.head-linkborder-black #desktop-navigation .sub-menu li a:focus,body.head-linkborder-black #desktop-navigation .sub-menu li a:hover{background-color:#000}body.head-linkborder-black button#overlay-open:hover,body.head-linkborder-black button#search-open:hover{color:#000}body.main-bgcol-black,body.main-bgcol-black.blog .featured-slider .entry-meta a,body.main-bgcol-black.blog .hentry .entry-cats,body.main-bgcol-black.blog .hentry .entry-cats a,body.main-bgcol-black .entry-content header,body.main-bgcol-black.single-post .entry-header .entry-cats a,body.main-bgcol-black .site-content header,body.main-bgcol-black blockquote,body.main-bgcol-black main{background-color:#000}body.main-bgcol-black.blog .featured-content .hentry .entry-cats{background-color:transparent}body.actionbutton-black .desktop-search input.search-field,body.actionbutton-black .gallery .slick-dots li.slick-active button:before,body.actionbutton-black .gallery .slick-dots li button:focus:before,body.actionbutton-black .gallery .slick-dots li button:hover:before,body.actionbutton-black .gallery .slick-next:before,body.actionbutton-black .gallery .slick-prev:before{border-bottom-color:#000}body.actionbutton-black #commentform input#submit,body.actionbutton-black #comments-toggle:focus,body.actionbutton-black #comments-toggle:hover,body.actionbutton-black .comments-show #comments-toggle,body.actionbutton-black input#submit,body.actionbutton-black input[type=button],body.actionbutton-black input[type=submit]{border-color:#000;background-color:#000}body.head-bgcol-white #masthead,body.head-bgcol-white .sticky-header{background-color:#fff;border-bottom-color:hsla(0,0%,100%,.7)}body.head-bgcol-white #site-branding{background-color:#fff}body.head-textcol-white #masthead #desktop-navigation ul.menu li a,body.head-textcol-white #masthead h1.site-title,body.head-textcol-white #masthead h1.site-title a,body.head-textcol-white #masthead p.site-description,body.head-textcol-white #masthead p.site-title,body.head-textcol-white #masthead p.site-title a,body.head-textcol-white #overlay-open,body.head-textcol-white #overlay-open-sticky,body.head-textcol-white .search-open{color:#fff}body.head-linkborder-white #desktop-navigation ul.menu li.current-menu-ancestor a,body.head-linkborder-white #desktop-navigation ul.menu li.focus a,body.head-linkborder-white #desktop-navigation ul.menu li:focus a,body.head-linkborder-white #desktop-navigation ul.menu li:hover a{border-bottom-color:#fff}body.head-linkborder-white #desktop-navigation .children li a:focus,body.head-linkborder-white #desktop-navigation .children li a:hover,body.head-linkborder-white #desktop-navigation .sub-menu li a:focus,body.head-linkborder-white #desktop-navigation .sub-menu li a:hover{background-color:#fff}body.head-linkborder-white button#overlay-open:hover,body.head-linkborder-white button#search-open:hover{color:#fff}body.main-bgcol-white,body.main-bgcol-white.blog .featured-slider .entry-meta a,body.main-bgcol-white.blog .hentry .entry-cats,body.main-bgcol-white.blog .hentry .entry-cats a,body.main-bgcol-white .entry-content header,body.main-bgcol-white.single-post .entry-header .entry-cats a,body.main-bgcol-white .site-content header,body.main-bgcol-white blockquote,body.main-bgcol-white main{background-color:#fff}body.main-bgcol-white.blog .featured-content .hentry .entry-cats{background-color:transparent}body.actionbutton-white .desktop-search input.search-field,body.actionbutton-white .gallery .slick-dots li.slick-active button:before,body.actionbutton-white .gallery .slick-dots li button:focus:before,body.actionbutton-white .gallery .slick-dots li button:hover:before,body.actionbutton-white .gallery .slick-next:before,body.actionbutton-white .gallery .slick-prev:before{border-bottom-color:#fff}body.actionbutton-white #commentform input#submit,body.actionbutton-white #comments-toggle:focus,body.actionbutton-white #comments-toggle:hover,body.actionbutton-white .comments-show #comments-toggle,body.actionbutton-white input#submit,body.actionbutton-white input[type=button],body.actionbutton-white input[type=submit]{border-color:#fff;background-color:#fff}body.head-bgcol-grey #masthead,body.head-bgcol-grey .sticky-header{background-color:#e7e7eb;border-bottom-color:rgba(231,231,235,.7)}body.head-bgcol-grey #site-branding{background-color:#e7e7eb}body.head-textcol-grey #masthead #desktop-navigation ul.menu li a,body.head-textcol-grey #masthead h1.site-title,body.head-textcol-grey #masthead h1.site-title a,body.head-textcol-grey #masthead p.site-description,body.head-textcol-grey #masthead p.site-title,body.head-textcol-grey #masthead p.site-title a,body.head-textcol-grey #overlay-open,body.head-textcol-grey #overlay-open-sticky,body.head-textcol-grey .search-open{color:#e7e7eb}body.head-linkborder-grey #desktop-navigation ul.menu li.current-menu-ancestor a,body.head-linkborder-grey #desktop-navigation ul.menu li.focus a,body.head-linkborder-grey #desktop-navigation ul.menu li:focus a,body.head-linkborder-grey #desktop-navigation ul.menu li:hover a{border-bottom-color:#e7e7eb}body.head-linkborder-grey #desktop-navigation .children li a:focus,body.head-linkborder-grey #desktop-navigation .children li a:hover,body.head-linkborder-grey #desktop-navigation .sub-menu li a:focus,body.head-linkborder-grey #desktop-navigation .sub-menu li a:hover{background-color:#e7e7eb}body.head-linkborder-grey button#overlay-open:hover,body.head-linkborder-grey button#search-open:hover{color:#e7e7eb}body.main-bgcol-grey,body.main-bgcol-grey.blog .featured-slider .entry-meta a,body.main-bgcol-grey.blog .hentry .entry-cats,body.main-bgcol-grey.blog .hentry .entry-cats a,body.main-bgcol-grey .entry-content header,body.main-bgcol-grey.single-post .entry-header .entry-cats a,body.main-bgcol-grey .site-content header,body.main-bgcol-grey blockquote,body.main-bgcol-grey main{background-color:#e7e7eb}body.main-bgcol-grey.blog .featured-content .hentry .entry-cats{background-color:transparent}body.actionbutton-grey .desktop-search input.search-field,body.actionbutton-grey .gallery .slick-dots li.slick-active button:before,body.actionbutton-grey .gallery .slick-dots li button:focus:before,body.actionbutton-grey .gallery .slick-dots li button:hover:before,body.actionbutton-grey .gallery .slick-next:before,body.actionbutton-grey .gallery .slick-prev:before{border-bottom-color:#e7e7eb}body.actionbutton-grey #commentform input#submit,body.actionbutton-grey #comments-toggle:focus,body.actionbutton-grey #comments-toggle:hover,body.actionbutton-grey .comments-show #comments-toggle,body.actionbutton-grey input#submit,body.actionbutton-grey input[type=button],body.actionbutton-grey input[type=submit]{border-color:#e7e7eb;background-color:#e7e7eb}body.head-bgcol-darkgrey #masthead,body.head-bgcol-darkgrey .sticky-header{background-color:#1a1a1a;border-bottom-color:rgba(26,26,26,.7)}body.head-bgcol-darkgrey #site-branding{background-color:#1a1a1a}body.head-textcol-darkgrey #masthead #desktop-navigation ul.menu li a,body.head-textcol-darkgrey #masthead h1.site-title,body.head-textcol-darkgrey #masthead h1.site-title a,body.head-textcol-darkgrey #masthead p.site-description,body.head-textcol-darkgrey #masthead p.site-title,body.head-textcol-darkgrey #masthead p.site-title a,body.head-textcol-darkgrey #overlay-open,body.head-textcol-darkgrey #overlay-open-sticky,body.head-textcol-darkgrey .search-open{color:#1a1a1a}body.head-linkborder-darkgrey #desktop-navigation ul.menu li.current-menu-ancestor a,body.head-linkborder-darkgrey #desktop-navigation ul.menu li.focus a,body.head-linkborder-darkgrey #desktop-navigation ul.menu li:focus a,body.head-linkborder-darkgrey #desktop-navigation ul.menu li:hover a{border-bottom-color:#1a1a1a}body.head-linkborder-darkgrey #desktop-navigation .children li a:focus,body.head-linkborder-darkgrey #desktop-navigation .children li a:hover,body.head-linkborder-darkgrey #desktop-navigation .sub-menu li a:focus,body.head-linkborder-darkgrey #desktop-navigation .sub-menu li a:hover{background-color:#1a1a1a}body.head-linkborder-darkgrey button#overlay-open:hover,body.head-linkborder-darkgrey button#search-open:hover{color:#1a1a1a}body.main-bgcol-darkgrey,body.main-bgcol-darkgrey.blog .featured-slider .entry-meta a,body.main-bgcol-darkgrey.blog .hentry .entry-cats,body.main-bgcol-darkgrey.blog .hentry .entry-cats a,body.main-bgcol-darkgrey .entry-content header,body.main-bgcol-darkgrey.single-post .entry-header .entry-cats a,body.main-bgcol-darkgrey .site-content header,body.main-bgcol-darkgrey blockquote,body.main-bgcol-darkgrey main{background-color:#1a1a1a}body.main-bgcol-darkgrey.blog .featured-content .hentry .entry-cats{background-color:transparent}body.actionbutton-darkgrey .desktop-search input.search-field,body.actionbutton-darkgrey .gallery .slick-dots li.slick-active button:before,body.actionbutton-darkgrey .gallery .slick-dots li button:focus:before,body.actionbutton-darkgrey .gallery .slick-dots li button:hover:before,body.actionbutton-darkgrey .gallery .slick-next:before,body.actionbutton-darkgrey .gallery .slick-prev:before{border-bottom-color:#1a1a1a}body.actionbutton-darkgrey #commentform input#submit,body.actionbutton-darkgrey #comments-toggle:focus,body.actionbutton-darkgrey #comments-toggle:hover,body.actionbutton-darkgrey .comments-show #comments-toggle,body.actionbutton-darkgrey input#submit,body.actionbutton-darkgrey input[type=button],body.actionbutton-darkgrey input[type=submit]{border-color:#1a1a1a;background-color:#1a1a1a}body.head-bgcol-blue #masthead,body.head-bgcol-blue .sticky-header{background-color:#06f;border-bottom-color:rgba(0,102,255,.7)}body.head-bgcol-blue #site-branding{background-color:#06f}body.head-textcol-blue #masthead #desktop-navigation ul.menu li a,body.head-textcol-blue #masthead h1.site-title,body.head-textcol-blue #masthead h1.site-title a,body.head-textcol-blue #masthead p.site-description,body.head-textcol-blue #masthead p.site-title,body.head-textcol-blue #masthead p.site-title a,body.head-textcol-blue #overlay-open,body.head-textcol-blue #overlay-open-sticky,body.head-textcol-blue .search-open{color:#06f}body.head-linkborder-blue #desktop-navigation ul.menu li.current-menu-ancestor a,body.head-linkborder-blue #desktop-navigation ul.menu li.focus a,body.head-linkborder-blue #desktop-navigation ul.menu li:focus a,body.head-linkborder-blue #desktop-navigation ul.menu li:hover a{border-bottom-color:#06f}body.head-linkborder-blue #desktop-navigation .children li a:focus,body.head-linkborder-blue #desktop-navigation .children li a:hover,body.head-linkborder-blue #desktop-navigation .sub-menu li a:focus,body.head-linkborder-blue #desktop-navigation .sub-menu li a:hover{background-color:#06f}body.head-linkborder-blue button#overlay-open:hover,body.head-linkborder-blue button#search-open:hover{color:#06f}body.main-bgcol-blue,body.main-bgcol-blue.blog .featured-slider .entry-meta a,body.main-bgcol-blue.blog .hentry .entry-cats,body.main-bgcol-blue.blog .hentry .entry-cats a,body.main-bgcol-blue .entry-content header,body.main-bgcol-blue.single-post .entry-header .entry-cats a,body.main-bgcol-blue .site-content header,body.main-bgcol-blue blockquote,body.main-bgcol-blue main{background-color:#06f}body.main-bgcol-blue.blog .featured-content .hentry .entry-cats{background-color:transparent}body.actionbutton-blue .desktop-search input.search-field,body.actionbutton-blue .gallery .slick-dots li.slick-active button:before,body.actionbutton-blue .gallery .slick-dots li button:focus:before,body.actionbutton-blue .gallery .slick-dots li button:hover:before,body.actionbutton-blue .gallery .slick-next:before,body.actionbutton-blue .gallery .slick-prev:before{border-bottom-color:#06f}body.actionbutton-blue #commentform input#submit,body.actionbutton-blue #comments-toggle:focus,body.actionbutton-blue #comments-toggle:hover,body.actionbutton-blue .comments-show #comments-toggle,body.actionbutton-blue input#submit,body.actionbutton-blue input[type=button],body.actionbutton-blue input[type=submit]{border-color:#06f;background-color:#06f}body.head-bgcol-red #masthead,body.head-bgcol-red .sticky-header{background-color:#d7464d;border-bottom-color:rgba(215,70,77,.7)}body.head-bgcol-red #site-branding{background-color:#d7464d}body.head-textcol-red #masthead #desktop-navigation ul.menu li a,body.head-textcol-red #masthead h1.site-title,body.head-textcol-red #masthead h1.site-title a,body.head-textcol-red #masthead p.site-description,body.head-textcol-red #masthead p.site-title,body.head-textcol-red #masthead p.site-title a,body.head-textcol-red #overlay-open,body.head-textcol-red #overlay-open-sticky,body.head-textcol-red .search-open{color:#d7464d}body.head-linkborder-red #desktop-navigation ul.menu li.current-menu-ancestor a,body.head-linkborder-red #desktop-navigation ul.menu li.focus a,body.head-linkborder-red #desktop-navigation ul.menu li:focus a,body.head-linkborder-red #desktop-navigation ul.menu li:hover a{border-bottom-color:#d7464d}body.head-linkborder-red #desktop-navigation .children li a:focus,body.head-linkborder-red #desktop-navigation .children li a:hover,body.head-linkborder-red #desktop-navigation .sub-menu li a:focus,body.head-linkborder-red #desktop-navigation .sub-menu li a:hover{background-color:#d7464d}body.head-linkborder-red button#overlay-open:hover,body.head-linkborder-red button#search-open:hover{color:#d7464d}body.main-bgcol-red,body.main-bgcol-red.blog .featured-slider .entry-meta a,body.main-bgcol-red.blog .hentry .entry-cats,body.main-bgcol-red.blog .hentry .entry-cats a,body.main-bgcol-red .entry-content header,body.main-bgcol-red.single-post .entry-header .entry-cats a,body.main-bgcol-red .site-content header,body.main-bgcol-red blockquote,body.main-bgcol-red main{background-color:#d7464d}body.main-bgcol-red.blog .featured-content .hentry .entry-cats{background-color:transparent}body.actionbutton-red .desktop-search input.search-field,body.actionbutton-red .gallery .slick-dots li.slick-active button:before,body.actionbutton-red .gallery .slick-dots li button:focus:before,body.actionbutton-red .gallery .slick-dots li button:hover:before,body.actionbutton-red .gallery .slick-next:before,body.actionbutton-red .gallery .slick-prev:before{border-bottom-color:#d7464d}body.actionbutton-red #commentform input#submit,body.actionbutton-red #comments-toggle:focus,body.actionbutton-red #comments-toggle:hover,body.actionbutton-red .comments-show #comments-toggle,body.actionbutton-red input#submit,body.actionbutton-red input[type=button],body.actionbutton-red input[type=submit]{border-color:#d7464d;background-color:#d7464d}body.head-bgcol-yellow #masthead,body.head-bgcol-yellow .sticky-header{background-color:#e7b547;border-bottom-color:rgba(231,181,71,.7)}body.head-bgcol-yellow #site-branding{background-color:#e7b547}body.head-textcol-yellow #masthead #desktop-navigation ul.menu li a,body.head-textcol-yellow #masthead h1.site-title,body.head-textcol-yellow #masthead h1.site-title a,body.head-textcol-yellow #masthead p.site-description,body.head-textcol-yellow #masthead p.site-title,body.head-textcol-yellow #masthead p.site-title a,body.head-textcol-yellow #overlay-open,body.head-textcol-yellow #overlay-open-sticky,body.head-textcol-yellow .search-open{color:#e7b547}body.head-linkborder-yellow #desktop-navigation ul.menu li.current-menu-ancestor a,body.head-linkborder-yellow #desktop-navigation ul.menu li.focus a,body.head-linkborder-yellow #desktop-navigation ul.menu li:focus a,body.head-linkborder-yellow #desktop-navigation ul.menu li:hover a{border-bottom-color:#e7b547}body.head-linkborder-yellow #desktop-navigation .children li a:focus,body.head-linkborder-yellow #desktop-navigation .children li a:hover,body.head-linkborder-yellow #desktop-navigation .sub-menu li a:focus,body.head-linkborder-yellow #desktop-navigation .sub-menu li a:hover{background-color:#e7b547}body.head-linkborder-yellow button#overlay-open:hover,body.head-linkborder-yellow button#search-open:hover{color:#e7b547}body.main-bgcol-yellow,body.main-bgcol-yellow.blog .featured-slider .entry-meta a,body.main-bgcol-yellow.blog .hentry .entry-cats,body.main-bgcol-yellow.blog .hentry .entry-cats a,body.main-bgcol-yellow .entry-content header,body.main-bgcol-yellow.single-post .entry-header .entry-cats a,body.main-bgcol-yellow .site-content header,body.main-bgcol-yellow blockquote,body.main-bgcol-yellow main{background-color:#e7b547}body.main-bgcol-yellow.blog .featured-content .hentry .entry-cats{background-color:transparent}body.actionbutton-yellow .desktop-search input.search-field,body.actionbutton-yellow .gallery .slick-dots li.slick-active button:before,body.actionbutton-yellow .gallery .slick-dots li button:focus:before,body.actionbutton-yellow .gallery .slick-dots li button:hover:before,body.actionbutton-yellow .gallery .slick-next:before,body.actionbutton-yellow .gallery .slick-prev:before{border-bottom-color:#e7b547}body.actionbutton-yellow #commentform input#submit,body.actionbutton-yellow #comments-toggle:focus,body.actionbutton-yellow #comments-toggle:hover,body.actionbutton-yellow .comments-show #comments-toggle,body.actionbutton-yellow input#submit,body.actionbutton-yellow input[type=button],body.actionbutton-yellow input[type=submit]{border-color:#e7b547;background-color:#e7b547}body.head-bgcol-green #masthead,body.head-bgcol-green .sticky-header{background-color:#85c066;border-bottom-color:rgba(133,192,102,.7)}body.head-bgcol-green #site-branding{background-color:#85c066}body.head-textcol-green #masthead #desktop-navigation ul.menu li a,body.head-textcol-green #masthead h1.site-title,body.head-textcol-green #masthead h1.site-title a,body.head-textcol-green #masthead p.site-description,body.head-textcol-green #masthead p.site-title,body.head-textcol-green #masthead p.site-title a,body.head-textcol-green #overlay-open,body.head-textcol-green #overlay-open-sticky,body.head-textcol-green .search-open{color:#85c066}body.head-linkborder-green #desktop-navigation ul.menu li.current-menu-ancestor a,body.head-linkborder-green #desktop-navigation ul.menu li.focus a,body.head-linkborder-green #desktop-navigation ul.menu li:focus a,body.head-linkborder-green #desktop-navigation ul.menu li:hover a{border-bottom-color:#85c066}body.head-linkborder-green #desktop-navigation .children li a:focus,body.head-linkborder-green #desktop-navigation .children li a:hover,body.head-linkborder-green #desktop-navigation .sub-menu li a:focus,body.head-linkborder-green #desktop-navigation .sub-menu li a:hover{background-color:#85c066}body.head-linkborder-green button#overlay-open:hover,body.head-linkborder-green button#search-open:hover{color:#85c066}body.main-bgcol-green,body.main-bgcol-green.blog .featured-slider .entry-meta a,body.main-bgcol-green.blog .hentry .entry-cats,body.main-bgcol-green.blog .hentry .entry-cats a,body.main-bgcol-green .entry-content header,body.main-bgcol-green.single-post .entry-header .entry-cats a,body.main-bgcol-green .site-content header,body.main-bgcol-green blockquote,body.main-bgcol-green main{background-color:#85c066}body.main-bgcol-green.blog .featured-content .hentry .entry-cats{background-color:transparent}body.actionbutton-green .desktop-search input.search-field,body.actionbutton-green .gallery .slick-dots li.slick-active button:before,body.actionbutton-green .gallery .slick-dots li button:focus:before,body.actionbutton-green .gallery .slick-dots li button:hover:before,body.actionbutton-green .gallery .slick-next:before,body.actionbutton-green .gallery .slick-prev:before{border-bottom-color:#85c066}body.actionbutton-green #commentform input#submit,body.actionbutton-green #comments-toggle:focus,body.actionbutton-green #comments-toggle:hover,body.actionbutton-green .comments-show #comments-toggle,body.actionbutton-green input#submit,body.actionbutton-green input[type=button],body.actionbutton-green input[type=submit]{border-color:#85c066;background-color:#85c066}.main-headlinecol-main .entry-header h2.entry-title,.main-headlinecol-main .entry-header h2.entry-title a,.main-headlinecol-main main #secondary h2.widget-title,.main-headlinecol-main main #sidebar-page h2.widget-title,.main-headlinecol-main main h1,.main-headlinecol-main main h2,.main-headlinecol-main main h3,.main-headlinecol-main main h4,.main-headlinecol-main main h5,.main-headlinecol-main main h6{color:#f80}.main-headlinecol-second .entry-header h2.entry-title,.main-headlinecol-second .entry-header h2.entry-title a,.main-headlinecol-second main #secondary h2.widget-title,.main-headlinecol-second main #sidebar-page h2.widget-title,.main-headlinecol-second main h1,.main-headlinecol-second main h2,.main-headlinecol-second main h3,.main-headlinecol-second main h4,.main-headlinecol-second main h5,.main-headlinecol-second main h6{color:#672082}.main-headlinecol-third .entry-header h2.entry-title,.main-headlinecol-third .entry-header h2.entry-title a,.main-headlinecol-third main #secondary h2.widget-title,.main-headlinecol-third main #sidebar-page h2.widget-title,.main-headlinecol-third main h1,.main-headlinecol-third main h2,.main-headlinecol-third main h3,.main-headlinecol-third main h4,.main-headlinecol-third main h5,.main-headlinecol-third main h6{color:#698bc1}.main-headlinecol-four .entry-header h2.entry-title,.main-headlinecol-four .entry-header h2.entry-title a,.main-headlinecol-four main #secondary h2.widget-title,.main-headlinecol-four main #sidebar-page h2.widget-title,.main-headlinecol-four main h1,.main-headlinecol-four main h2,.main-headlinecol-four main h3,.main-headlinecol-four main h4,.main-headlinecol-four main h5,.main-headlinecol-four main h6{color:#148f93}.main-headlinecol-uspirates .entry-header h2.entry-title,.main-headlinecol-uspirates .entry-header h2.entry-title a,.main-headlinecol-uspirates main #secondary h2.widget-title,.main-headlinecol-uspirates main #sidebar-page h2.widget-title,.main-headlinecol-uspirates main h1,.main-headlinecol-uspirates main h2,.main-headlinecol-uspirates main h3,.main-headlinecol-uspirates main h4,.main-headlinecol-uspirates main h5,.main-headlinecol-uspirates main h6{color:#b127af}.main-headlinecol-tkpirates .entry-header h2.entry-title,.main-headlinecol-tkpirates .entry-header h2.entry-title a,.main-headlinecol-tkpirates main #secondary h2.widget-title,.main-headlinecol-tkpirates main #sidebar-page h2.widget-title,.main-headlinecol-tkpirates main h1,.main-headlinecol-tkpirates main h2,.main-headlinecol-tkpirates main h3,.main-headlinecol-tkpirates main h4,.main-headlinecol-tkpirates main h5,.main-headlinecol-tkpirates main h6{color:#00b5b1}.main-headlinecol-chpirates .entry-header h2.entry-title,.main-headlinecol-chpirates .entry-header h2.entry-title a,.main-headlinecol-chpirates main #secondary h2.widget-title,.main-headlinecol-chpirates main #sidebar-page h2.widget-title,.main-headlinecol-chpirates main h1,.main-headlinecol-chpirates main h2,.main-headlinecol-chpirates main h3,.main-headlinecol-chpirates main h4,.main-headlinecol-chpirates main h5,.main-headlinecol-chpirates main h6{color:#f9b200}.main-headlinecol-ispirates .entry-header h2.entry-title,.main-headlinecol-ispirates .entry-header h2.entry-title a,.main-headlinecol-ispirates main #secondary h2.widget-title,.main-headlinecol-ispirates main #sidebar-page h2.widget-title,.main-headlinecol-ispirates main h1,.main-headlinecol-ispirates main h2,.main-headlinecol-ispirates main h3,.main-headlinecol-ispirates main h4,.main-headlinecol-ispirates main h5,.main-headlinecol-ispirates main h6{color:#51297e}.main-headlinecol-black .entry-header h2.entry-title,.main-headlinecol-black .entry-header h2.entry-title a,.main-headlinecol-black main #secondary h2.widget-title,.main-headlinecol-black main #sidebar-page h2.widget-title,.main-headlinecol-black main h1,.main-headlinecol-black main h2,.main-headlinecol-black main h3,.main-headlinecol-black main h4,.main-headlinecol-black main h5,.main-headlinecol-black main h6{color:#000}.main-headlinecol-white .entry-header h2.entry-title,.main-headlinecol-white .entry-header h2.entry-title a,.main-headlinecol-white main #secondary h2.widget-title,.main-headlinecol-white main #sidebar-page h2.widget-title,.main-headlinecol-white main h1,.main-headlinecol-white main h2,.main-headlinecol-white main h3,.main-headlinecol-white main h4,.main-headlinecol-white main h5,.main-headlinecol-white main h6{color:#fff}.main-headlinecol-grey .entry-header h2.entry-title,.main-headlinecol-grey .entry-header h2.entry-title a,.main-headlinecol-grey main #secondary h2.widget-title,.main-headlinecol-grey main #sidebar-page h2.widget-title,.main-headlinecol-grey main h1,.main-headlinecol-grey main h2,.main-headlinecol-grey main h3,.main-headlinecol-grey main h4,.main-headlinecol-grey main h5,.main-headlinecol-grey main h6{color:#e7e7eb}.main-headlinecol-darkgrey .entry-header h2.entry-title,.main-headlinecol-darkgrey .entry-header h2.entry-title a,.main-headlinecol-darkgrey main #secondary h2.widget-title,.main-headlinecol-darkgrey main #sidebar-page h2.widget-title,.main-headlinecol-darkgrey main h1,.main-headlinecol-darkgrey main h2,.main-headlinecol-darkgrey main h3,.main-headlinecol-darkgrey main h4,.main-headlinecol-darkgrey main h5,.main-headlinecol-darkgrey main h6{color:#1a1a1a}.main-headlinecol-blue .entry-header h2.entry-title,.main-headlinecol-blue .entry-header h2.entry-title a,.main-headlinecol-blue main #secondary h2.widget-title,.main-headlinecol-blue main #sidebar-page h2.widget-title,.main-headlinecol-blue main h1,.main-headlinecol-blue main h2,.main-headlinecol-blue main h3,.main-headlinecol-blue main h4,.main-headlinecol-blue main h5,.main-headlinecol-blue main h6{color:#06f}.main-headlinecol-red .entry-header h2.entry-title,.main-headlinecol-red .entry-header h2.entry-title a,.main-headlinecol-red main #secondary h2.widget-title,.main-headlinecol-red main #sidebar-page h2.widget-title,.main-headlinecol-red main h1,.main-headlinecol-red main h2,.main-headlinecol-red main h3,.main-headlinecol-red main h4,.main-headlinecol-red main h5,.main-headlinecol-red main h6{color:#d7464d}.main-headlinecol-yellow .entry-header h2.entry-title,.main-headlinecol-yellow .entry-header h2.entry-title a,.main-headlinecol-yellow main #secondary h2.widget-title,.main-headlinecol-yellow main #sidebar-page h2.widget-title,.main-headlinecol-yellow main h1,.main-headlinecol-yellow main h2,.main-headlinecol-yellow main h3,.main-headlinecol-yellow main h4,.main-headlinecol-yellow main h5,.main-headlinecol-yellow main h6{color:#e7b547}.main-headlinecol-green .entry-header h2.entry-title,.main-headlinecol-green .entry-header h2.entry-title a,.main-headlinecol-green main #secondary h2.widget-title,.main-headlinecol-green main #sidebar-page h2.widget-title,.main-headlinecol-green main h1,.main-headlinecol-green main h2,.main-headlinecol-green main h3,.main-headlinecol-green main h4,.main-headlinecol-green main h5,.main-headlinecol-green main h6{color:#85c066}.main-titleunderline-main main .archive-header h1.archive-title,.main-titleunderline-main main .attachment h1.entry-title,.main-titleunderline-main main .entry-content h1,.main-titleunderline-main main .entry-header h1.entry-title,.main-titleunderline-main main .page h1.entry-title,.main-titleunderline-main main .single-post .entry-header h1.entry-title,.main-titleunderline-main main .site-content h1,.main-titleunderline-main main h1.entry-title{border-color:#f80}.main-titleunderline-second main .archive-header h1.archive-title,.main-titleunderline-second main .attachment h1.entry-title,.main-titleunderline-second main .entry-content h1,.main-titleunderline-second main .entry-header h1.entry-title,.main-titleunderline-second main .page h1.entry-title,.main-titleunderline-second main .single-post .entry-header h1.entry-title,.main-titleunderline-second main .site-content h1,.main-titleunderline-second main h1.entry-title{border-color:#672082}.main-titleunderline-third main .archive-header h1.archive-title,.main-titleunderline-third main .attachment h1.entry-title,.main-titleunderline-third main .entry-content h1,.main-titleunderline-third main .entry-header h1.entry-title,.main-titleunderline-third main .page h1.entry-title,.main-titleunderline-third main .single-post .entry-header h1.entry-title,.main-titleunderline-third main .site-content h1,.main-titleunderline-third main h1.entry-title{border-color:#698bc1}.main-titleunderline-four main .archive-header h1.archive-title,.main-titleunderline-four main .attachment h1.entry-title,.main-titleunderline-four main .entry-content h1,.main-titleunderline-four main .entry-header h1.entry-title,.main-titleunderline-four main .page h1.entry-title,.main-titleunderline-four main .single-post .entry-header h1.entry-title,.main-titleunderline-four main .site-content h1,.main-titleunderline-four main h1.entry-title{border-color:#148f93}.main-titleunderline-uspirates main .archive-header h1.archive-title,.main-titleunderline-uspirates main .attachment h1.entry-title,.main-titleunderline-uspirates main .entry-content h1,.main-titleunderline-uspirates main .entry-header h1.entry-title,.main-titleunderline-uspirates main .page h1.entry-title,.main-titleunderline-uspirates main .single-post .entry-header h1.entry-title,.main-titleunderline-uspirates main .site-content h1,.main-titleunderline-uspirates main h1.entry-title{border-color:#b127af}.main-titleunderline-tkpirates main .archive-header h1.archive-title,.main-titleunderline-tkpirates main .attachment h1.entry-title,.main-titleunderline-tkpirates main .entry-content h1,.main-titleunderline-tkpirates main .entry-header h1.entry-title,.main-titleunderline-tkpirates main .page h1.entry-title,.main-titleunderline-tkpirates main .single-post .entry-header h1.entry-title,.main-titleunderline-tkpirates main .site-content h1,.main-titleunderline-tkpirates main h1.entry-title{border-color:#00b5b1}.main-titleunderline-chpirates main .archive-header h1.archive-title,.main-titleunderline-chpirates main .attachment h1.entry-title,.main-titleunderline-chpirates main .entry-content h1,.main-titleunderline-chpirates main .entry-header h1.entry-title,.main-titleunderline-chpirates main .page h1.entry-title,.main-titleunderline-chpirates main .single-post .entry-header h1.entry-title,.main-titleunderline-chpirates main .site-content h1,.main-titleunderline-chpirates main h1.entry-title{border-color:#f9b200}.main-titleunderline-ispirates main .archive-header h1.archive-title,.main-titleunderline-ispirates main .attachment h1.entry-title,.main-titleunderline-ispirates main .entry-content h1,.main-titleunderline-ispirates main .entry-header h1.entry-title,.main-titleunderline-ispirates main .page h1.entry-title,.main-titleunderline-ispirates main .single-post .entry-header h1.entry-title,.main-titleunderline-ispirates main .site-content h1,.main-titleunderline-ispirates main h1.entry-title{border-color:#51297e}.main-titleunderline-black main .archive-header h1.archive-title,.main-titleunderline-black main .attachment h1.entry-title,.main-titleunderline-black main .entry-content h1,.main-titleunderline-black main .entry-header h1.entry-title,.main-titleunderline-black main .page h1.entry-title,.main-titleunderline-black main .single-post .entry-header h1.entry-title,.main-titleunderline-black main .site-content h1,.main-titleunderline-black main h1.entry-title{border-color:#000}.main-titleunderline-white main .archive-header h1.archive-title,.main-titleunderline-white main .attachment h1.entry-title,.main-titleunderline-white main .entry-content h1,.main-titleunderline-white main .entry-header h1.entry-title,.main-titleunderline-white main .page h1.entry-title,.main-titleunderline-white main .single-post .entry-header h1.entry-title,.main-titleunderline-white main .site-content h1,.main-titleunderline-white main h1.entry-title{border-color:#fff}.main-titleunderline-grey main .archive-header h1.archive-title,.main-titleunderline-grey main .attachment h1.entry-title,.main-titleunderline-grey main .entry-content h1,.main-titleunderline-grey main .entry-header h1.entry-title,.main-titleunderline-grey main .page h1.entry-title,.main-titleunderline-grey main .single-post .entry-header h1.entry-title,.main-titleunderline-grey main .site-content h1,.main-titleunderline-grey main h1.entry-title{border-color:#e7e7eb}.main-titleunderline-darkgrey main .archive-header h1.archive-title,.main-titleunderline-darkgrey main .attachment h1.entry-title,.main-titleunderline-darkgrey main .entry-content h1,.main-titleunderline-darkgrey main .entry-header h1.entry-title,.main-titleunderline-darkgrey main .page h1.entry-title,.main-titleunderline-darkgrey main .single-post .entry-header h1.entry-title,.main-titleunderline-darkgrey main .site-content h1,.main-titleunderline-darkgrey main h1.entry-title{border-color:#1a1a1a}.main-titleunderline-blue main .archive-header h1.archive-title,.main-titleunderline-blue main .attachment h1.entry-title,.main-titleunderline-blue main .entry-content h1,.main-titleunderline-blue main .entry-header h1.entry-title,.main-titleunderline-blue main .page h1.entry-title,.main-titleunderline-blue main .single-post .entry-header h1.entry-title,.main-titleunderline-blue main .site-content h1,.main-titleunderline-blue main h1.entry-title{border-color:#06f}.main-titleunderline-red main .archive-header h1.archive-title,.main-titleunderline-red main .attachment h1.entry-title,.main-titleunderline-red main .entry-content h1,.main-titleunderline-red main .entry-header h1.entry-title,.main-titleunderline-red main .page h1.entry-title,.main-titleunderline-red main .single-post .entry-header h1.entry-title,.main-titleunderline-red main .site-content h1,.main-titleunderline-red main h1.entry-title{border-color:#d7464d}.main-titleunderline-yellow main .archive-header h1.archive-title,.main-titleunderline-yellow main .attachment h1.entry-title,.main-titleunderline-yellow main .entry-content h1,.main-titleunderline-yellow main .entry-header h1.entry-title,.main-titleunderline-yellow main .page h1.entry-title,.main-titleunderline-yellow main .single-post .entry-header h1.entry-title,.main-titleunderline-yellow main .site-content h1,.main-titleunderline-yellow main h1.entry-title{border-color:#e7b547}.main-titleunderline-green main .archive-header h1.archive-title,.main-titleunderline-green main .attachment h1.entry-title,.main-titleunderline-green main .entry-content h1,.main-titleunderline-green main .entry-header h1.entry-title,.main-titleunderline-green main .page h1.entry-title,.main-titleunderline-green main .single-post .entry-header h1.entry-title,.main-titleunderline-green main .site-content h1,.main-titleunderline-green main h1.entry-title{border-color:#85c066}.main-linkcol-main main .comment-text a,.main-linkcol-main main .entry-content a,.main-linkcol-main main a,.main-linkcol-main main blockquote a,.main-linkhovercol-main.blog .featured-slider .entry-cats a:hover,.main-linkhovercol-main.blog .featured-slider .entry-meta a:hover,.main-linkhovercol-main.blog .hentry .entry-cats a:hover,.main-linkhovercol-main.single-post .entry-header .entry-cats a:hover,.main-linkhovercol-main main .comment-text a:hover,.main-linkhovercol-main main .entry-content a:hover,.main-linkhovercol-main main a:hover,.main-linkhovercol-main main blockquote a:hover,.main-textcol-main .entry-summary,.main-textcol-main .front-section-title,.main-textcol-main .jetpack_subscription_widget #subscribe-text p,.main-textcol-main .section-about-column-one p,.main-textcol-main .single-post .entry-header p.intro,.main-textcol-main .social-front-title,.main-textcol-main .widget_mc4wp_form_widget p,.main-textcol-main blockquote p,.main-textcol-main main{color:#f80}.main-linkcol-second main .comment-text a,.main-linkcol-second main .entry-content a,.main-linkcol-second main a,.main-linkcol-second main blockquote a,.main-linkhovercol-second.blog .featured-slider .entry-cats a:hover,.main-linkhovercol-second.blog .featured-slider .entry-meta a:hover,.main-linkhovercol-second.blog .hentry .entry-cats a:hover,.main-linkhovercol-second.single-post .entry-header .entry-cats a:hover,.main-linkhovercol-second main .comment-text a:hover,.main-linkhovercol-second main .entry-content a:hover,.main-linkhovercol-second main a:hover,.main-linkhovercol-second main blockquote a:hover,.main-textcol-second .entry-summary,.main-textcol-second .front-section-title,.main-textcol-second .jetpack_subscription_widget #subscribe-text p,.main-textcol-second .section-about-column-one p,.main-textcol-second .single-post .entry-header p.intro,.main-textcol-second .social-front-title,.main-textcol-second .widget_mc4wp_form_widget p,.main-textcol-second blockquote p,.main-textcol-second main{color:#672082}.main-linkcol-third main .comment-text a,.main-linkcol-third main .entry-content a,.main-linkcol-third main a,.main-linkcol-third main blockquote a,.main-linkhovercol-third.blog .featured-slider .entry-cats a:hover,.main-linkhovercol-third.blog .featured-slider .entry-meta a:hover,.main-linkhovercol-third.blog .hentry .entry-cats a:hover,.main-linkhovercol-third.single-post .entry-header .entry-cats a:hover,.main-linkhovercol-third main .comment-text a:hover,.main-linkhovercol-third main .entry-content a:hover,.main-linkhovercol-third main a:hover,.main-linkhovercol-third main blockquote a:hover,.main-textcol-third .entry-summary,.main-textcol-third .front-section-title,.main-textcol-third .jetpack_subscription_widget #subscribe-text p,.main-textcol-third .section-about-column-one p,.main-textcol-third .single-post .entry-header p.intro,.main-textcol-third .social-front-title,.main-textcol-third .widget_mc4wp_form_widget p,.main-textcol-third blockquote p,.main-textcol-third main{color:#698bc1}.main-linkcol-four main .comment-text a,.main-linkcol-four main .entry-content a,.main-linkcol-four main a,.main-linkcol-four main blockquote a,.main-linkhovercol-four.blog .featured-slider .entry-cats a:hover,.main-linkhovercol-four.blog .featured-slider .entry-meta a:hover,.main-linkhovercol-four.blog .hentry .entry-cats a:hover,.main-linkhovercol-four.single-post .entry-header .entry-cats a:hover,.main-linkhovercol-four main .comment-text a:hover,.main-linkhovercol-four main .entry-content a:hover,.main-linkhovercol-four main a:hover,.main-linkhovercol-four main blockquote a:hover,.main-textcol-four .entry-summary,.main-textcol-four .front-section-title,.main-textcol-four .jetpack_subscription_widget #subscribe-text p,.main-textcol-four .section-about-column-one p,.main-textcol-four .single-post .entry-header p.intro,.main-textcol-four .social-front-title,.main-textcol-four .widget_mc4wp_form_widget p,.main-textcol-four blockquote p,.main-textcol-four main{color:#148f93}.main-linkcol-uspirates main .comment-text a,.main-linkcol-uspirates main .entry-content a,.main-linkcol-uspirates main a,.main-linkcol-uspirates main blockquote a,.main-linkhovercol-uspirates.blog .featured-slider .entry-cats a:hover,.main-linkhovercol-uspirates.blog .featured-slider .entry-meta a:hover,.main-linkhovercol-uspirates.blog .hentry .entry-cats a:hover,.main-linkhovercol-uspirates.single-post .entry-header .entry-cats a:hover,.main-linkhovercol-uspirates main .comment-text a:hover,.main-linkhovercol-uspirates main .entry-content a:hover,.main-linkhovercol-uspirates main a:hover,.main-linkhovercol-uspirates main blockquote a:hover,.main-textcol-uspirates .entry-summary,.main-textcol-uspirates .front-section-title,.main-textcol-uspirates .jetpack_subscription_widget #subscribe-text p,.main-textcol-uspirates .section-about-column-one p,.main-textcol-uspirates .single-post .entry-header p.intro,.main-textcol-uspirates .social-front-title,.main-textcol-uspirates .widget_mc4wp_form_widget p,.main-textcol-uspirates blockquote p,.main-textcol-uspirates main{color:#b127af}.main-linkcol-tkpirates main .comment-text a,.main-linkcol-tkpirates main .entry-content a,.main-linkcol-tkpirates main a,.main-linkcol-tkpirates main blockquote a,.main-linkhovercol-tkpirates.blog .featured-slider .entry-cats a:hover,.main-linkhovercol-tkpirates.blog .featured-slider .entry-meta a:hover,.main-linkhovercol-tkpirates.blog .hentry .entry-cats a:hover,.main-linkhovercol-tkpirates.single-post .entry-header .entry-cats a:hover,.main-linkhovercol-tkpirates main .comment-text a:hover,.main-linkhovercol-tkpirates main .entry-content a:hover,.main-linkhovercol-tkpirates main a:hover,.main-linkhovercol-tkpirates main blockquote a:hover,.main-textcol-tkpirates .entry-summary,.main-textcol-tkpirates .front-section-title,.main-textcol-tkpirates .jetpack_subscription_widget #subscribe-text p,.main-textcol-tkpirates .section-about-column-one p,.main-textcol-tkpirates .single-post .entry-header p.intro,.main-textcol-tkpirates .social-front-title,.main-textcol-tkpirates .widget_mc4wp_form_widget p,.main-textcol-tkpirates blockquote p,.main-textcol-tkpirates main{color:#00b5b1}.main-linkcol-chpirates main .comment-text a,.main-linkcol-chpirates main .entry-content a,.main-linkcol-chpirates main a,.main-linkcol-chpirates main blockquote a,.main-linkhovercol-chpirates.blog .featured-slider .entry-cats a:hover,.main-linkhovercol-chpirates.blog .featured-slider .entry-meta a:hover,.main-linkhovercol-chpirates.blog .hentry .entry-cats a:hover,.main-linkhovercol-chpirates.single-post .entry-header .entry-cats a:hover,.main-linkhovercol-chpirates main .comment-text a:hover,.main-linkhovercol-chpirates main .entry-content a:hover,.main-linkhovercol-chpirates main a:hover,.main-linkhovercol-chpirates main blockquote a:hover,.main-textcol-chpirates .entry-summary,.main-textcol-chpirates .front-section-title,.main-textcol-chpirates .jetpack_subscription_widget #subscribe-text p,.main-textcol-chpirates .section-about-column-one p,.main-textcol-chpirates .single-post .entry-header p.intro,.main-textcol-chpirates .social-front-title,.main-textcol-chpirates .widget_mc4wp_form_widget p,.main-textcol-chpirates blockquote p,.main-textcol-chpirates main{color:#f9b200}.main-linkcol-ispirates main .comment-text a,.main-linkcol-ispirates main .entry-content a,.main-linkcol-ispirates main a,.main-linkcol-ispirates main blockquote a,.main-linkhovercol-ispirates.blog .featured-slider .entry-cats a:hover,.main-linkhovercol-ispirates.blog .featured-slider .entry-meta a:hover,.main-linkhovercol-ispirates.blog .hentry .entry-cats a:hover,.main-linkhovercol-ispirates.single-post .entry-header .entry-cats a:hover,.main-linkhovercol-ispirates main .comment-text a:hover,.main-linkhovercol-ispirates main .entry-content a:hover,.main-linkhovercol-ispirates main a:hover,.main-linkhovercol-ispirates main blockquote a:hover,.main-textcol-ispirates .entry-summary,.main-textcol-ispirates .front-section-title,.main-textcol-ispirates .jetpack_subscription_widget #subscribe-text p,.main-textcol-ispirates .section-about-column-one p,.main-textcol-ispirates .single-post .entry-header p.intro,.main-textcol-ispirates .social-front-title,.main-textcol-ispirates .widget_mc4wp_form_widget p,.main-textcol-ispirates blockquote p,.main-textcol-ispirates main{color:#51297e}.main-linkcol-black main .comment-text a,.main-linkcol-black main .entry-content a,.main-linkcol-black main a,.main-linkcol-black main blockquote a,.main-linkhovercol-black.blog .featured-slider .entry-cats a:hover,.main-linkhovercol-black.blog .featured-slider .entry-meta a:hover,.main-linkhovercol-black.blog .hentry .entry-cats a:hover,.main-linkhovercol-black.single-post .entry-header .entry-cats a:hover,.main-linkhovercol-black main .comment-text a:hover,.main-linkhovercol-black main .entry-content a:hover,.main-linkhovercol-black main a:hover,.main-linkhovercol-black main blockquote a:hover,.main-textcol-black .entry-summary,.main-textcol-black .front-section-title,.main-textcol-black .jetpack_subscription_widget #subscribe-text p,.main-textcol-black .section-about-column-one p,.main-textcol-black .single-post .entry-header p.intro,.main-textcol-black .social-front-title,.main-textcol-black .widget_mc4wp_form_widget p,.main-textcol-black blockquote p,.main-textcol-black main{color:#000}.main-linkcol-white main .comment-text a,.main-linkcol-white main .entry-content a,.main-linkcol-white main a,.main-linkcol-white main blockquote a,.main-linkhovercol-white.blog .featured-slider .entry-cats a:hover,.main-linkhovercol-white.blog .featured-slider .entry-meta a:hover,.main-linkhovercol-white.blog .hentry .entry-cats a:hover,.main-linkhovercol-white.single-post .entry-header .entry-cats a:hover,.main-linkhovercol-white main .comment-text a:hover,.main-linkhovercol-white main .entry-content a:hover,.main-linkhovercol-white main a:hover,.main-linkhovercol-white main blockquote a:hover,.main-textcol-white .entry-summary,.main-textcol-white .front-section-title,.main-textcol-white .jetpack_subscription_widget #subscribe-text p,.main-textcol-white .section-about-column-one p,.main-textcol-white .single-post .entry-header p.intro,.main-textcol-white .social-front-title,.main-textcol-white .widget_mc4wp_form_widget p,.main-textcol-white blockquote p,.main-textcol-white main{color:#fff}.main-linkcol-grey main .comment-text a,.main-linkcol-grey main .entry-content a,.main-linkcol-grey main a,.main-linkcol-grey main blockquote a,.main-linkhovercol-grey.blog .featured-slider .entry-cats a:hover,.main-linkhovercol-grey.blog .featured-slider .entry-meta a:hover,.main-linkhovercol-grey.blog .hentry .entry-cats a:hover,.main-linkhovercol-grey.single-post .entry-header .entry-cats a:hover,.main-linkhovercol-grey main .comment-text a:hover,.main-linkhovercol-grey main .entry-content a:hover,.main-linkhovercol-grey main a:hover,.main-linkhovercol-grey main blockquote a:hover,.main-textcol-grey .entry-summary,.main-textcol-grey .front-section-title,.main-textcol-grey .jetpack_subscription_widget #subscribe-text p,.main-textcol-grey .section-about-column-one p,.main-textcol-grey .single-post .entry-header p.intro,.main-textcol-grey .social-front-title,.main-textcol-grey .widget_mc4wp_form_widget p,.main-textcol-grey blockquote p,.main-textcol-grey main{color:#e7e7eb}.main-linkcol-darkgrey main .comment-text a,.main-linkcol-darkgrey main .entry-content a,.main-linkcol-darkgrey main a,.main-linkcol-darkgrey main blockquote a,.main-linkhovercol-darkgrey.blog .featured-slider .entry-cats a:hover,.main-linkhovercol-darkgrey.blog .featured-slider .entry-meta a:hover,.main-linkhovercol-darkgrey.blog .hentry .entry-cats a:hover,.main-linkhovercol-darkgrey.single-post .entry-header .entry-cats a:hover,.main-linkhovercol-darkgrey main .comment-text a:hover,.main-linkhovercol-darkgrey main .entry-content a:hover,.main-linkhovercol-darkgrey main a:hover,.main-linkhovercol-darkgrey main blockquote a:hover,.main-textcol-darkgrey .entry-summary,.main-textcol-darkgrey .front-section-title,.main-textcol-darkgrey .jetpack_subscription_widget #subscribe-text p,.main-textcol-darkgrey .section-about-column-one p,.main-textcol-darkgrey .single-post .entry-header p.intro,.main-textcol-darkgrey .social-front-title,.main-textcol-darkgrey .widget_mc4wp_form_widget p,.main-textcol-darkgrey blockquote p,.main-textcol-darkgrey main{color:#1a1a1a}.main-linkcol-blue main .comment-text a,.main-linkcol-blue main .entry-content a,.main-linkcol-blue main a,.main-linkcol-blue main blockquote a,.main-linkhovercol-blue.blog .featured-slider .entry-cats a:hover,.main-linkhovercol-blue.blog .featured-slider .entry-meta a:hover,.main-linkhovercol-blue.blog .hentry .entry-cats a:hover,.main-linkhovercol-blue.single-post .entry-header .entry-cats a:hover,.main-linkhovercol-blue main .comment-text a:hover,.main-linkhovercol-blue main .entry-content a:hover,.main-linkhovercol-blue main a:hover,.main-linkhovercol-blue main blockquote a:hover,.main-textcol-blue .entry-summary,.main-textcol-blue .front-section-title,.main-textcol-blue .jetpack_subscription_widget #subscribe-text p,.main-textcol-blue .section-about-column-one p,.main-textcol-blue .single-post .entry-header p.intro,.main-textcol-blue .social-front-title,.main-textcol-blue .widget_mc4wp_form_widget p,.main-textcol-blue blockquote p,.main-textcol-blue main{color:#06f}.main-linkcol-red main .comment-text a,.main-linkcol-red main .entry-content a,.main-linkcol-red main a,.main-linkcol-red main blockquote a,.main-linkhovercol-red.blog .featured-slider .entry-cats a:hover,.main-linkhovercol-red.blog .featured-slider .entry-meta a:hover,.main-linkhovercol-red.blog .hentry .entry-cats a:hover,.main-linkhovercol-red.single-post .entry-header .entry-cats a:hover,.main-linkhovercol-red main .comment-text a:hover,.main-linkhovercol-red main .entry-content a:hover,.main-linkhovercol-red main a:hover,.main-linkhovercol-red main blockquote a:hover,.main-textcol-red .entry-summary,.main-textcol-red .front-section-title,.main-textcol-red .jetpack_subscription_widget #subscribe-text p,.main-textcol-red .section-about-column-one p,.main-textcol-red .single-post .entry-header p.intro,.main-textcol-red .social-front-title,.main-textcol-red .widget_mc4wp_form_widget p,.main-textcol-red blockquote p,.main-textcol-red main{color:#d7464d}.main-linkcol-yellow main .comment-text a,.main-linkcol-yellow main .entry-content a,.main-linkcol-yellow main a,.main-linkcol-yellow main blockquote a,.main-linkhovercol-yellow.blog .featured-slider .entry-cats a:hover,.main-linkhovercol-yellow.blog .featured-slider .entry-meta a:hover,.main-linkhovercol-yellow.blog .hentry .entry-cats a:hover,.main-linkhovercol-yellow.single-post .entry-header .entry-cats a:hover,.main-linkhovercol-yellow main .comment-text a:hover,.main-linkhovercol-yellow main .entry-content a:hover,.main-linkhovercol-yellow main a:hover,.main-linkhovercol-yellow main blockquote a:hover,.main-textcol-yellow .entry-summary,.main-textcol-yellow .front-section-title,.main-textcol-yellow .jetpack_subscription_widget #subscribe-text p,.main-textcol-yellow .section-about-column-one p,.main-textcol-yellow .single-post .entry-header p.intro,.main-textcol-yellow .social-front-title,.main-textcol-yellow .widget_mc4wp_form_widget p,.main-textcol-yellow blockquote p,.main-textcol-yellow main{color:#e7b547}.main-linkcol-green main .comment-text a,.main-linkcol-green main .entry-content a,.main-linkcol-green main a,.main-linkcol-green main blockquote a,.main-linkhovercol-green.blog .featured-slider .entry-cats a:hover,.main-linkhovercol-green.blog .featured-slider .entry-meta a:hover,.main-linkhovercol-green.blog .hentry .entry-cats a:hover,.main-linkhovercol-green.single-post .entry-header .entry-cats a:hover,.main-linkhovercol-green main .comment-text a:hover,.main-linkhovercol-green main .entry-content a:hover,.main-linkhovercol-green main a:hover,.main-linkhovercol-green main blockquote a:hover,.main-textcol-green .entry-summary,.main-textcol-green .front-section-title,.main-textcol-green .jetpack_subscription_widget #subscribe-text p,.main-textcol-green .section-about-column-one p,.main-textcol-green .single-post .entry-header p.intro,.main-textcol-green .social-front-title,.main-textcol-green .widget_mc4wp_form_widget p,.main-textcol-green blockquote p,.main-textcol-green main{color:#85c066}.main-meta-textcol-hover-main.blog .featured-slider .entry-cats a:hover,.main-meta-textcol-hover-main.blog .featured-slider .entry-meta a:hover,.main-meta-textcol-hover-main.blog .hentry .entry-cats a:hover,.main-meta-textcol-hover-main .pagination .nav-links a.page-numbers:hover,.main-meta-textcol-hover-main .pagination .nav-links span.page-numbers:hover,.main-meta-textcol-hover-main .post-navigation .nav-links a:hover,.main-meta-textcol-hover-main.single-post .entry-header .entry-cats a:hover,.main-meta-textcol-hover-main main .entry-content .pagebreak-links a:hover,.main-meta-textcol-main #front-section-four .entry-cats a,.main-meta-textcol-main #front-section-four .entry-meta a,.main-meta-textcol-main.blog .featured-slider .entry-cats a,.main-meta-textcol-main.blog .featured-slider .entry-meta a,.main-meta-textcol-main.blog .hentry .entry-cats a,.main-meta-textcol-main .entry-cats,.main-meta-textcol-main .entry-meta,.main-meta-textcol-main .featured-slider .entry-cats a,.main-meta-textcol-main .pagination .nav-links a.page-numbers,.main-meta-textcol-main .pagination .nav-links span.page-numbers,.main-meta-textcol-main .post-navigation .nav-links a,.main-meta-textcol-main .post-page-numbers.current,.main-meta-textcol-main .section-one-column-one .entry-cats a,.main-meta-textcol-main .section-three-column-one .entry-cats a,.main-meta-textcol-main.single-post .entry-cats a,.main-meta-textcol-main.single-post .entry-header .entry-cats a,.main-meta-textcol-main.single-post .entry-header .page-links .number,.main-meta-textcol-main.single-post .entry-header .page-links a,.main-meta-textcol-main.single-post .entry-tags a,.main-meta-textcol-main .slider-text .entry-cats a,.main-meta-textcol-main .slider-text .entry-meta a,.main-meta-textcol-main main .entry-content .pagebreak-links a{color:#f80}.main-meta-bgcol-main #front-section-four .entry-cats a,.main-meta-bgcol-main.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a,.main-meta-bgcol-main.blog .featured-slider .entry-cats a,.main-meta-bgcol-main.blog .featured-slider .entry-meta a,.main-meta-bgcol-main.blog .hentry .entry-cats a,.main-meta-bgcol-main .entry-cats a,.main-meta-bgcol-main .featured-slider .entry-cats a,.main-meta-bgcol-main .featured-slider .entry-meta a,.main-meta-bgcol-main .pagebreak-links a,.main-meta-bgcol-main .pagination .nav-links a.page-numbers,.main-meta-bgcol-main .pagination .nav-links span.page-numbers,.main-meta-bgcol-main .post-navigation .nav-links a,.main-meta-bgcol-main .post-page-numbers.current,.main-meta-bgcol-main .section-one-column-one .entry-cats a,.main-meta-bgcol-main .section-three-column-one .entry-cats a,.main-meta-bgcol-main.single-post .entry-cats a,.main-meta-bgcol-main.single-post .entry-tags a{background:#f80}.main-meta-bgcol-main .gallery .slick-dots li.slick-active button:before,.main-meta-bgcol-main .gallery .slick-next:before,.main-meta-bgcol-main .gallery .slick-prev:before{color:#f80}.main-meta-bgcol-hover-main #front-section-four .entry-cats a:hover,.main-meta-bgcol-hover-main.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover,.main-meta-bgcol-hover-main.blog .featured-slider .entry-cats a:hover,.main-meta-bgcol-hover-main.blog .featured-slider .entry-meta a:hover,.main-meta-bgcol-hover-main.blog .hentry .entry-cats a:hover,.main-meta-bgcol-hover-main .entry-cats a:hover,.main-meta-bgcol-hover-main .featured-slider .entry-cats a:hover,.main-meta-bgcol-hover-main .featured-slider .entry-meta a:hover,.main-meta-bgcol-hover-main .pagebreak-links a:hover,.main-meta-bgcol-hover-main .pagination .nav-links a.page-numbers:hover,.main-meta-bgcol-hover-main .pagination .nav-links span.page-numbers:hover,.main-meta-bgcol-hover-main .post-navigation .nav-links a:hover,.main-meta-bgcol-hover-main .section-one-column-one .entry-cats a:hover,.main-meta-bgcol-hover-main .section-three-column-one .entry-cats a:hover,.main-meta-bgcol-hover-main.single-post .entry-cats a:hover,.main-meta-bgcol-hover-main.single-post .entry-tags a:hover{background:#f80}.main-meta-textcol-hover-second.blog .featured-slider .entry-cats a:hover,.main-meta-textcol-hover-second.blog .featured-slider .entry-meta a:hover,.main-meta-textcol-hover-second.blog .hentry .entry-cats a:hover,.main-meta-textcol-hover-second .pagination .nav-links a.page-numbers:hover,.main-meta-textcol-hover-second .pagination .nav-links span.page-numbers:hover,.main-meta-textcol-hover-second .post-navigation .nav-links a:hover,.main-meta-textcol-hover-second.single-post .entry-header .entry-cats a:hover,.main-meta-textcol-hover-second main .entry-content .pagebreak-links a:hover,.main-meta-textcol-second #front-section-four .entry-cats a,.main-meta-textcol-second #front-section-four .entry-meta a,.main-meta-textcol-second.blog .featured-slider .entry-cats a,.main-meta-textcol-second.blog .featured-slider .entry-meta a,.main-meta-textcol-second.blog .hentry .entry-cats a,.main-meta-textcol-second .entry-cats,.main-meta-textcol-second .entry-meta,.main-meta-textcol-second .featured-slider .entry-cats a,.main-meta-textcol-second .pagination .nav-links a.page-numbers,.main-meta-textcol-second .pagination .nav-links span.page-numbers,.main-meta-textcol-second .post-navigation .nav-links a,.main-meta-textcol-second .post-page-numbers.current,.main-meta-textcol-second .section-one-column-one .entry-cats a,.main-meta-textcol-second .section-three-column-one .entry-cats a,.main-meta-textcol-second.single-post .entry-cats a,.main-meta-textcol-second.single-post .entry-header .entry-cats a,.main-meta-textcol-second.single-post .entry-header .page-links .number,.main-meta-textcol-second.single-post .entry-header .page-links a,.main-meta-textcol-second.single-post .entry-tags a,.main-meta-textcol-second .slider-text .entry-cats a,.main-meta-textcol-second .slider-text .entry-meta a,.main-meta-textcol-second main .entry-content .pagebreak-links a{color:#672082}.main-meta-bgcol-second #front-section-four .entry-cats a,.main-meta-bgcol-second.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a,.main-meta-bgcol-second.blog .featured-slider .entry-cats a,.main-meta-bgcol-second.blog .featured-slider .entry-meta a,.main-meta-bgcol-second.blog .hentry .entry-cats a,.main-meta-bgcol-second .entry-cats a,.main-meta-bgcol-second .featured-slider .entry-cats a,.main-meta-bgcol-second .featured-slider .entry-meta a,.main-meta-bgcol-second .pagebreak-links a,.main-meta-bgcol-second .pagination .nav-links a.page-numbers,.main-meta-bgcol-second .pagination .nav-links span.page-numbers,.main-meta-bgcol-second .post-navigation .nav-links a,.main-meta-bgcol-second .post-page-numbers.current,.main-meta-bgcol-second .section-one-column-one .entry-cats a,.main-meta-bgcol-second .section-three-column-one .entry-cats a,.main-meta-bgcol-second.single-post .entry-cats a,.main-meta-bgcol-second.single-post .entry-tags a{background:#672082}.main-meta-bgcol-second .gallery .slick-dots li.slick-active button:before,.main-meta-bgcol-second .gallery .slick-next:before,.main-meta-bgcol-second .gallery .slick-prev:before{color:#672082}.main-meta-bgcol-hover-second #front-section-four .entry-cats a:hover,.main-meta-bgcol-hover-second.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover,.main-meta-bgcol-hover-second.blog .featured-slider .entry-cats a:hover,.main-meta-bgcol-hover-second.blog .featured-slider .entry-meta a:hover,.main-meta-bgcol-hover-second.blog .hentry .entry-cats a:hover,.main-meta-bgcol-hover-second .entry-cats a:hover,.main-meta-bgcol-hover-second .featured-slider .entry-cats a:hover,.main-meta-bgcol-hover-second .featured-slider .entry-meta a:hover,.main-meta-bgcol-hover-second .pagebreak-links a:hover,.main-meta-bgcol-hover-second .pagination .nav-links a.page-numbers:hover,.main-meta-bgcol-hover-second .pagination .nav-links span.page-numbers:hover,.main-meta-bgcol-hover-second .post-navigation .nav-links a:hover,.main-meta-bgcol-hover-second .section-one-column-one .entry-cats a:hover,.main-meta-bgcol-hover-second .section-three-column-one .entry-cats a:hover,.main-meta-bgcol-hover-second.single-post .entry-cats a:hover,.main-meta-bgcol-hover-second.single-post .entry-tags a:hover{background:#672082}.main-meta-textcol-hover-third.blog .featured-slider .entry-cats a:hover,.main-meta-textcol-hover-third.blog .featured-slider .entry-meta a:hover,.main-meta-textcol-hover-third.blog .hentry .entry-cats a:hover,.main-meta-textcol-hover-third .pagination .nav-links a.page-numbers:hover,.main-meta-textcol-hover-third .pagination .nav-links span.page-numbers:hover,.main-meta-textcol-hover-third .post-navigation .nav-links a:hover,.main-meta-textcol-hover-third.single-post .entry-header .entry-cats a:hover,.main-meta-textcol-hover-third main .entry-content .pagebreak-links a:hover,.main-meta-textcol-third #front-section-four .entry-cats a,.main-meta-textcol-third #front-section-four .entry-meta a,.main-meta-textcol-third.blog .featured-slider .entry-cats a,.main-meta-textcol-third.blog .featured-slider .entry-meta a,.main-meta-textcol-third.blog .hentry .entry-cats a,.main-meta-textcol-third .entry-cats,.main-meta-textcol-third .entry-meta,.main-meta-textcol-third .featured-slider .entry-cats a,.main-meta-textcol-third .pagination .nav-links a.page-numbers,.main-meta-textcol-third .pagination .nav-links span.page-numbers,.main-meta-textcol-third .post-navigation .nav-links a,.main-meta-textcol-third .post-page-numbers.current,.main-meta-textcol-third .section-one-column-one .entry-cats a,.main-meta-textcol-third .section-three-column-one .entry-cats a,.main-meta-textcol-third.single-post .entry-cats a,.main-meta-textcol-third.single-post .entry-header .entry-cats a,.main-meta-textcol-third.single-post .entry-header .page-links .number,.main-meta-textcol-third.single-post .entry-header .page-links a,.main-meta-textcol-third.single-post .entry-tags a,.main-meta-textcol-third .slider-text .entry-cats a,.main-meta-textcol-third .slider-text .entry-meta a,.main-meta-textcol-third main .entry-content .pagebreak-links a{color:#698bc1}.main-meta-bgcol-third #front-section-four .entry-cats a,.main-meta-bgcol-third.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a,.main-meta-bgcol-third.blog .featured-slider .entry-cats a,.main-meta-bgcol-third.blog .featured-slider .entry-meta a,.main-meta-bgcol-third.blog .hentry .entry-cats a,.main-meta-bgcol-third .entry-cats a,.main-meta-bgcol-third .featured-slider .entry-cats a,.main-meta-bgcol-third .featured-slider .entry-meta a,.main-meta-bgcol-third .pagebreak-links a,.main-meta-bgcol-third .pagination .nav-links a.page-numbers,.main-meta-bgcol-third .pagination .nav-links span.page-numbers,.main-meta-bgcol-third .post-navigation .nav-links a,.main-meta-bgcol-third .post-page-numbers.current,.main-meta-bgcol-third .section-one-column-one .entry-cats a,.main-meta-bgcol-third .section-three-column-one .entry-cats a,.main-meta-bgcol-third.single-post .entry-cats a,.main-meta-bgcol-third.single-post .entry-tags a{background:#698bc1}.main-meta-bgcol-third .gallery .slick-dots li.slick-active button:before,.main-meta-bgcol-third .gallery .slick-next:before,.main-meta-bgcol-third .gallery .slick-prev:before{color:#698bc1}.main-meta-bgcol-hover-third #front-section-four .entry-cats a:hover,.main-meta-bgcol-hover-third.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover,.main-meta-bgcol-hover-third.blog .featured-slider .entry-cats a:hover,.main-meta-bgcol-hover-third.blog .featured-slider .entry-meta a:hover,.main-meta-bgcol-hover-third.blog .hentry .entry-cats a:hover,.main-meta-bgcol-hover-third .entry-cats a:hover,.main-meta-bgcol-hover-third .featured-slider .entry-cats a:hover,.main-meta-bgcol-hover-third .featured-slider .entry-meta a:hover,.main-meta-bgcol-hover-third .pagebreak-links a:hover,.main-meta-bgcol-hover-third .pagination .nav-links a.page-numbers:hover,.main-meta-bgcol-hover-third .pagination .nav-links span.page-numbers:hover,.main-meta-bgcol-hover-third .post-navigation .nav-links a:hover,.main-meta-bgcol-hover-third .section-one-column-one .entry-cats a:hover,.main-meta-bgcol-hover-third .section-three-column-one .entry-cats a:hover,.main-meta-bgcol-hover-third.single-post .entry-cats a:hover,.main-meta-bgcol-hover-third.single-post .entry-tags a:hover{background:#698bc1}.main-meta-textcol-four #front-section-four .entry-cats a,.main-meta-textcol-four #front-section-four .entry-meta a,.main-meta-textcol-four.blog .featured-slider .entry-cats a,.main-meta-textcol-four.blog .featured-slider .entry-meta a,.main-meta-textcol-four.blog .hentry .entry-cats a,.main-meta-textcol-four .entry-cats,.main-meta-textcol-four .entry-meta,.main-meta-textcol-four .featured-slider .entry-cats a,.main-meta-textcol-four .pagination .nav-links a.page-numbers,.main-meta-textcol-four .pagination .nav-links span.page-numbers,.main-meta-textcol-four .post-navigation .nav-links a,.main-meta-textcol-four .post-page-numbers.current,.main-meta-textcol-four .section-one-column-one .entry-cats a,.main-meta-textcol-four .section-three-column-one .entry-cats a,.main-meta-textcol-four.single-post .entry-cats a,.main-meta-textcol-four.single-post .entry-header .entry-cats a,.main-meta-textcol-four.single-post .entry-header .page-links .number,.main-meta-textcol-four.single-post .entry-header .page-links a,.main-meta-textcol-four.single-post .entry-tags a,.main-meta-textcol-four .slider-text .entry-cats a,.main-meta-textcol-four .slider-text .entry-meta a,.main-meta-textcol-four main .entry-content .pagebreak-links a,.main-meta-textcol-hover-four.blog .featured-slider .entry-cats a:hover,.main-meta-textcol-hover-four.blog .featured-slider .entry-meta a:hover,.main-meta-textcol-hover-four.blog .hentry .entry-cats a:hover,.main-meta-textcol-hover-four .pagination .nav-links a.page-numbers:hover,.main-meta-textcol-hover-four .pagination .nav-links span.page-numbers:hover,.main-meta-textcol-hover-four .post-navigation .nav-links a:hover,.main-meta-textcol-hover-four.single-post .entry-header .entry-cats a:hover,.main-meta-textcol-hover-four main .entry-content .pagebreak-links a:hover{color:#148f93}.main-meta-bgcol-four #front-section-four .entry-cats a,.main-meta-bgcol-four.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a,.main-meta-bgcol-four.blog .featured-slider .entry-cats a,.main-meta-bgcol-four.blog .featured-slider .entry-meta a,.main-meta-bgcol-four.blog .hentry .entry-cats a,.main-meta-bgcol-four .entry-cats a,.main-meta-bgcol-four .featured-slider .entry-cats a,.main-meta-bgcol-four .featured-slider .entry-meta a,.main-meta-bgcol-four .pagebreak-links a,.main-meta-bgcol-four .pagination .nav-links a.page-numbers,.main-meta-bgcol-four .pagination .nav-links span.page-numbers,.main-meta-bgcol-four .post-navigation .nav-links a,.main-meta-bgcol-four .post-page-numbers.current,.main-meta-bgcol-four .section-one-column-one .entry-cats a,.main-meta-bgcol-four .section-three-column-one .entry-cats a,.main-meta-bgcol-four.single-post .entry-cats a,.main-meta-bgcol-four.single-post .entry-tags a{background:#148f93}.main-meta-bgcol-four .gallery .slick-dots li.slick-active button:before,.main-meta-bgcol-four .gallery .slick-next:before,.main-meta-bgcol-four .gallery .slick-prev:before{color:#148f93}.main-meta-bgcol-hover-four #front-section-four .entry-cats a:hover,.main-meta-bgcol-hover-four.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover,.main-meta-bgcol-hover-four.blog .featured-slider .entry-cats a:hover,.main-meta-bgcol-hover-four.blog .featured-slider .entry-meta a:hover,.main-meta-bgcol-hover-four.blog .hentry .entry-cats a:hover,.main-meta-bgcol-hover-four .entry-cats a:hover,.main-meta-bgcol-hover-four .featured-slider .entry-cats a:hover,.main-meta-bgcol-hover-four .featured-slider .entry-meta a:hover,.main-meta-bgcol-hover-four .pagebreak-links a:hover,.main-meta-bgcol-hover-four .pagination .nav-links a.page-numbers:hover,.main-meta-bgcol-hover-four .pagination .nav-links span.page-numbers:hover,.main-meta-bgcol-hover-four .post-navigation .nav-links a:hover,.main-meta-bgcol-hover-four .section-one-column-one .entry-cats a:hover,.main-meta-bgcol-hover-four .section-three-column-one .entry-cats a:hover,.main-meta-bgcol-hover-four.single-post .entry-cats a:hover,.main-meta-bgcol-hover-four.single-post .entry-tags a:hover{background:#148f93}.main-meta-textcol-hover-uspirates.blog .featured-slider .entry-cats a:hover,.main-meta-textcol-hover-uspirates.blog .featured-slider .entry-meta a:hover,.main-meta-textcol-hover-uspirates.blog .hentry .entry-cats a:hover,.main-meta-textcol-hover-uspirates .pagination .nav-links a.page-numbers:hover,.main-meta-textcol-hover-uspirates .pagination .nav-links span.page-numbers:hover,.main-meta-textcol-hover-uspirates .post-navigation .nav-links a:hover,.main-meta-textcol-hover-uspirates.single-post .entry-header .entry-cats a:hover,.main-meta-textcol-hover-uspirates main .entry-content .pagebreak-links a:hover,.main-meta-textcol-uspirates #front-section-four .entry-cats a,.main-meta-textcol-uspirates #front-section-four .entry-meta a,.main-meta-textcol-uspirates.blog .featured-slider .entry-cats a,.main-meta-textcol-uspirates.blog .featured-slider .entry-meta a,.main-meta-textcol-uspirates.blog .hentry .entry-cats a,.main-meta-textcol-uspirates .entry-cats,.main-meta-textcol-uspirates .entry-meta,.main-meta-textcol-uspirates .featured-slider .entry-cats a,.main-meta-textcol-uspirates .pagination .nav-links a.page-numbers,.main-meta-textcol-uspirates .pagination .nav-links span.page-numbers,.main-meta-textcol-uspirates .post-navigation .nav-links a,.main-meta-textcol-uspirates .post-page-numbers.current,.main-meta-textcol-uspirates .section-one-column-one .entry-cats a,.main-meta-textcol-uspirates .section-three-column-one .entry-cats a,.main-meta-textcol-uspirates.single-post .entry-cats a,.main-meta-textcol-uspirates.single-post .entry-header .entry-cats a,.main-meta-textcol-uspirates.single-post .entry-header .page-links .number,.main-meta-textcol-uspirates.single-post .entry-header .page-links a,.main-meta-textcol-uspirates.single-post .entry-tags a,.main-meta-textcol-uspirates .slider-text .entry-cats a,.main-meta-textcol-uspirates .slider-text .entry-meta a,.main-meta-textcol-uspirates main .entry-content .pagebreak-links a{color:#b127af}.main-meta-bgcol-uspirates #front-section-four .entry-cats a,.main-meta-bgcol-uspirates.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a,.main-meta-bgcol-uspirates.blog .featured-slider .entry-cats a,.main-meta-bgcol-uspirates.blog .featured-slider .entry-meta a,.main-meta-bgcol-uspirates.blog .hentry .entry-cats a,.main-meta-bgcol-uspirates .entry-cats a,.main-meta-bgcol-uspirates .featured-slider .entry-cats a,.main-meta-bgcol-uspirates .featured-slider .entry-meta a,.main-meta-bgcol-uspirates .pagebreak-links a,.main-meta-bgcol-uspirates .pagination .nav-links a.page-numbers,.main-meta-bgcol-uspirates .pagination .nav-links span.page-numbers,.main-meta-bgcol-uspirates .post-navigation .nav-links a,.main-meta-bgcol-uspirates .post-page-numbers.current,.main-meta-bgcol-uspirates .section-one-column-one .entry-cats a,.main-meta-bgcol-uspirates .section-three-column-one .entry-cats a,.main-meta-bgcol-uspirates.single-post .entry-cats a,.main-meta-bgcol-uspirates.single-post .entry-tags a{background:#b127af}.main-meta-bgcol-uspirates .gallery .slick-dots li.slick-active button:before,.main-meta-bgcol-uspirates .gallery .slick-next:before,.main-meta-bgcol-uspirates .gallery .slick-prev:before{color:#b127af}.main-meta-bgcol-hover-uspirates #front-section-four .entry-cats a:hover,.main-meta-bgcol-hover-uspirates.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover,.main-meta-bgcol-hover-uspirates.blog .featured-slider .entry-cats a:hover,.main-meta-bgcol-hover-uspirates.blog .featured-slider .entry-meta a:hover,.main-meta-bgcol-hover-uspirates.blog .hentry .entry-cats a:hover,.main-meta-bgcol-hover-uspirates .entry-cats a:hover,.main-meta-bgcol-hover-uspirates .featured-slider .entry-cats a:hover,.main-meta-bgcol-hover-uspirates .featured-slider .entry-meta a:hover,.main-meta-bgcol-hover-uspirates .pagebreak-links a:hover,.main-meta-bgcol-hover-uspirates .pagination .nav-links a.page-numbers:hover,.main-meta-bgcol-hover-uspirates .pagination .nav-links span.page-numbers:hover,.main-meta-bgcol-hover-uspirates .post-navigation .nav-links a:hover,.main-meta-bgcol-hover-uspirates .section-one-column-one .entry-cats a:hover,.main-meta-bgcol-hover-uspirates .section-three-column-one .entry-cats a:hover,.main-meta-bgcol-hover-uspirates.single-post .entry-cats a:hover,.main-meta-bgcol-hover-uspirates.single-post .entry-tags a:hover{background:#b127af}.main-meta-textcol-hover-tkpirates.blog .featured-slider .entry-cats a:hover,.main-meta-textcol-hover-tkpirates.blog .featured-slider .entry-meta a:hover,.main-meta-textcol-hover-tkpirates.blog .hentry .entry-cats a:hover,.main-meta-textcol-hover-tkpirates .pagination .nav-links a.page-numbers:hover,.main-meta-textcol-hover-tkpirates .pagination .nav-links span.page-numbers:hover,.main-meta-textcol-hover-tkpirates .post-navigation .nav-links a:hover,.main-meta-textcol-hover-tkpirates.single-post .entry-header .entry-cats a:hover,.main-meta-textcol-hover-tkpirates main .entry-content .pagebreak-links a:hover,.main-meta-textcol-tkpirates #front-section-four .entry-cats a,.main-meta-textcol-tkpirates #front-section-four .entry-meta a,.main-meta-textcol-tkpirates.blog .featured-slider .entry-cats a,.main-meta-textcol-tkpirates.blog .featured-slider .entry-meta a,.main-meta-textcol-tkpirates.blog .hentry .entry-cats a,.main-meta-textcol-tkpirates .entry-cats,.main-meta-textcol-tkpirates .entry-meta,.main-meta-textcol-tkpirates .featured-slider .entry-cats a,.main-meta-textcol-tkpirates .pagination .nav-links a.page-numbers,.main-meta-textcol-tkpirates .pagination .nav-links span.page-numbers,.main-meta-textcol-tkpirates .post-navigation .nav-links a,.main-meta-textcol-tkpirates .post-page-numbers.current,.main-meta-textcol-tkpirates .section-one-column-one .entry-cats a,.main-meta-textcol-tkpirates .section-three-column-one .entry-cats a,.main-meta-textcol-tkpirates.single-post .entry-cats a,.main-meta-textcol-tkpirates.single-post .entry-header .entry-cats a,.main-meta-textcol-tkpirates.single-post .entry-header .page-links .number,.main-meta-textcol-tkpirates.single-post .entry-header .page-links a,.main-meta-textcol-tkpirates.single-post .entry-tags a,.main-meta-textcol-tkpirates .slider-text .entry-cats a,.main-meta-textcol-tkpirates .slider-text .entry-meta a,.main-meta-textcol-tkpirates main .entry-content .pagebreak-links a{color:#00b5b1}.main-meta-bgcol-tkpirates #front-section-four .entry-cats a,.main-meta-bgcol-tkpirates.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a,.main-meta-bgcol-tkpirates.blog .featured-slider .entry-cats a,.main-meta-bgcol-tkpirates.blog .featured-slider .entry-meta a,.main-meta-bgcol-tkpirates.blog .hentry .entry-cats a,.main-meta-bgcol-tkpirates .entry-cats a,.main-meta-bgcol-tkpirates .featured-slider .entry-cats a,.main-meta-bgcol-tkpirates .featured-slider .entry-meta a,.main-meta-bgcol-tkpirates .pagebreak-links a,.main-meta-bgcol-tkpirates .pagination .nav-links a.page-numbers,.main-meta-bgcol-tkpirates .pagination .nav-links span.page-numbers,.main-meta-bgcol-tkpirates .post-navigation .nav-links a,.main-meta-bgcol-tkpirates .post-page-numbers.current,.main-meta-bgcol-tkpirates .section-one-column-one .entry-cats a,.main-meta-bgcol-tkpirates .section-three-column-one .entry-cats a,.main-meta-bgcol-tkpirates.single-post .entry-cats a,.main-meta-bgcol-tkpirates.single-post .entry-tags a{background:#00b5b1}.main-meta-bgcol-tkpirates .gallery .slick-dots li.slick-active button:before,.main-meta-bgcol-tkpirates .gallery .slick-next:before,.main-meta-bgcol-tkpirates .gallery .slick-prev:before{color:#00b5b1}.main-meta-bgcol-hover-tkpirates #front-section-four .entry-cats a:hover,.main-meta-bgcol-hover-tkpirates.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover,.main-meta-bgcol-hover-tkpirates.blog .featured-slider .entry-cats a:hover,.main-meta-bgcol-hover-tkpirates.blog .featured-slider .entry-meta a:hover,.main-meta-bgcol-hover-tkpirates.blog .hentry .entry-cats a:hover,.main-meta-bgcol-hover-tkpirates .entry-cats a:hover,.main-meta-bgcol-hover-tkpirates .featured-slider .entry-cats a:hover,.main-meta-bgcol-hover-tkpirates .featured-slider .entry-meta a:hover,.main-meta-bgcol-hover-tkpirates .pagebreak-links a:hover,.main-meta-bgcol-hover-tkpirates .pagination .nav-links a.page-numbers:hover,.main-meta-bgcol-hover-tkpirates .pagination .nav-links span.page-numbers:hover,.main-meta-bgcol-hover-tkpirates .post-navigation .nav-links a:hover,.main-meta-bgcol-hover-tkpirates .section-one-column-one .entry-cats a:hover,.main-meta-bgcol-hover-tkpirates .section-three-column-one .entry-cats a:hover,.main-meta-bgcol-hover-tkpirates.single-post .entry-cats a:hover,.main-meta-bgcol-hover-tkpirates.single-post .entry-tags a:hover{background:#00b5b1}.main-meta-textcol-chpirates #front-section-four .entry-cats a,.main-meta-textcol-chpirates #front-section-four .entry-meta a,.main-meta-textcol-chpirates.blog .featured-slider .entry-cats a,.main-meta-textcol-chpirates.blog .featured-slider .entry-meta a,.main-meta-textcol-chpirates.blog .hentry .entry-cats a,.main-meta-textcol-chpirates .entry-cats,.main-meta-textcol-chpirates .entry-meta,.main-meta-textcol-chpirates .featured-slider .entry-cats a,.main-meta-textcol-chpirates .pagination .nav-links a.page-numbers,.main-meta-textcol-chpirates .pagination .nav-links span.page-numbers,.main-meta-textcol-chpirates .post-navigation .nav-links a,.main-meta-textcol-chpirates .post-page-numbers.current,.main-meta-textcol-chpirates .section-one-column-one .entry-cats a,.main-meta-textcol-chpirates .section-three-column-one .entry-cats a,.main-meta-textcol-chpirates.single-post .entry-cats a,.main-meta-textcol-chpirates.single-post .entry-header .entry-cats a,.main-meta-textcol-chpirates.single-post .entry-header .page-links .number,.main-meta-textcol-chpirates.single-post .entry-header .page-links a,.main-meta-textcol-chpirates.single-post .entry-tags a,.main-meta-textcol-chpirates .slider-text .entry-cats a,.main-meta-textcol-chpirates .slider-text .entry-meta a,.main-meta-textcol-chpirates main .entry-content .pagebreak-links a,.main-meta-textcol-hover-chpirates.blog .featured-slider .entry-cats a:hover,.main-meta-textcol-hover-chpirates.blog .featured-slider .entry-meta a:hover,.main-meta-textcol-hover-chpirates.blog .hentry .entry-cats a:hover,.main-meta-textcol-hover-chpirates .pagination .nav-links a.page-numbers:hover,.main-meta-textcol-hover-chpirates .pagination .nav-links span.page-numbers:hover,.main-meta-textcol-hover-chpirates .post-navigation .nav-links a:hover,.main-meta-textcol-hover-chpirates.single-post .entry-header .entry-cats a:hover,.main-meta-textcol-hover-chpirates main .entry-content .pagebreak-links a:hover{color:#f9b200}.main-meta-bgcol-chpirates #front-section-four .entry-cats a,.main-meta-bgcol-chpirates.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a,.main-meta-bgcol-chpirates.blog .featured-slider .entry-cats a,.main-meta-bgcol-chpirates.blog .featured-slider .entry-meta a,.main-meta-bgcol-chpirates.blog .hentry .entry-cats a,.main-meta-bgcol-chpirates .entry-cats a,.main-meta-bgcol-chpirates .featured-slider .entry-cats a,.main-meta-bgcol-chpirates .featured-slider .entry-meta a,.main-meta-bgcol-chpirates .pagebreak-links a,.main-meta-bgcol-chpirates .pagination .nav-links a.page-numbers,.main-meta-bgcol-chpirates .pagination .nav-links span.page-numbers,.main-meta-bgcol-chpirates .post-navigation .nav-links a,.main-meta-bgcol-chpirates .post-page-numbers.current,.main-meta-bgcol-chpirates .section-one-column-one .entry-cats a,.main-meta-bgcol-chpirates .section-three-column-one .entry-cats a,.main-meta-bgcol-chpirates.single-post .entry-cats a,.main-meta-bgcol-chpirates.single-post .entry-tags a{background:#f9b200}.main-meta-bgcol-chpirates .gallery .slick-dots li.slick-active button:before,.main-meta-bgcol-chpirates .gallery .slick-next:before,.main-meta-bgcol-chpirates .gallery .slick-prev:before{color:#f9b200}.main-meta-bgcol-hover-chpirates #front-section-four .entry-cats a:hover,.main-meta-bgcol-hover-chpirates.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover,.main-meta-bgcol-hover-chpirates.blog .featured-slider .entry-cats a:hover,.main-meta-bgcol-hover-chpirates.blog .featured-slider .entry-meta a:hover,.main-meta-bgcol-hover-chpirates.blog .hentry .entry-cats a:hover,.main-meta-bgcol-hover-chpirates .entry-cats a:hover,.main-meta-bgcol-hover-chpirates .featured-slider .entry-cats a:hover,.main-meta-bgcol-hover-chpirates .featured-slider .entry-meta a:hover,.main-meta-bgcol-hover-chpirates .pagebreak-links a:hover,.main-meta-bgcol-hover-chpirates .pagination .nav-links a.page-numbers:hover,.main-meta-bgcol-hover-chpirates .pagination .nav-links span.page-numbers:hover,.main-meta-bgcol-hover-chpirates .post-navigation .nav-links a:hover,.main-meta-bgcol-hover-chpirates .section-one-column-one .entry-cats a:hover,.main-meta-bgcol-hover-chpirates .section-three-column-one .entry-cats a:hover,.main-meta-bgcol-hover-chpirates.single-post .entry-cats a:hover,.main-meta-bgcol-hover-chpirates.single-post .entry-tags a:hover{background:#f9b200}.main-meta-textcol-hover-ispirates.blog .featured-slider .entry-cats a:hover,.main-meta-textcol-hover-ispirates.blog .featured-slider .entry-meta a:hover,.main-meta-textcol-hover-ispirates.blog .hentry .entry-cats a:hover,.main-meta-textcol-hover-ispirates .pagination .nav-links a.page-numbers:hover,.main-meta-textcol-hover-ispirates .pagination .nav-links span.page-numbers:hover,.main-meta-textcol-hover-ispirates .post-navigation .nav-links a:hover,.main-meta-textcol-hover-ispirates.single-post .entry-header .entry-cats a:hover,.main-meta-textcol-hover-ispirates main .entry-content .pagebreak-links a:hover,.main-meta-textcol-ispirates #front-section-four .entry-cats a,.main-meta-textcol-ispirates #front-section-four .entry-meta a,.main-meta-textcol-ispirates.blog .featured-slider .entry-cats a,.main-meta-textcol-ispirates.blog .featured-slider .entry-meta a,.main-meta-textcol-ispirates.blog .hentry .entry-cats a,.main-meta-textcol-ispirates .entry-cats,.main-meta-textcol-ispirates .entry-meta,.main-meta-textcol-ispirates .featured-slider .entry-cats a,.main-meta-textcol-ispirates .pagination .nav-links a.page-numbers,.main-meta-textcol-ispirates .pagination .nav-links span.page-numbers,.main-meta-textcol-ispirates .post-navigation .nav-links a,.main-meta-textcol-ispirates .post-page-numbers.current,.main-meta-textcol-ispirates .section-one-column-one .entry-cats a,.main-meta-textcol-ispirates .section-three-column-one .entry-cats a,.main-meta-textcol-ispirates.single-post .entry-cats a,.main-meta-textcol-ispirates.single-post .entry-header .entry-cats a,.main-meta-textcol-ispirates.single-post .entry-header .page-links .number,.main-meta-textcol-ispirates.single-post .entry-header .page-links a,.main-meta-textcol-ispirates.single-post .entry-tags a,.main-meta-textcol-ispirates .slider-text .entry-cats a,.main-meta-textcol-ispirates .slider-text .entry-meta a,.main-meta-textcol-ispirates main .entry-content .pagebreak-links a{color:#51297e}.main-meta-bgcol-ispirates #front-section-four .entry-cats a,.main-meta-bgcol-ispirates.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a,.main-meta-bgcol-ispirates.blog .featured-slider .entry-cats a,.main-meta-bgcol-ispirates.blog .featured-slider .entry-meta a,.main-meta-bgcol-ispirates.blog .hentry .entry-cats a,.main-meta-bgcol-ispirates .entry-cats a,.main-meta-bgcol-ispirates .featured-slider .entry-cats a,.main-meta-bgcol-ispirates .featured-slider .entry-meta a,.main-meta-bgcol-ispirates .pagebreak-links a,.main-meta-bgcol-ispirates .pagination .nav-links a.page-numbers,.main-meta-bgcol-ispirates .pagination .nav-links span.page-numbers,.main-meta-bgcol-ispirates .post-navigation .nav-links a,.main-meta-bgcol-ispirates .post-page-numbers.current,.main-meta-bgcol-ispirates .section-one-column-one .entry-cats a,.main-meta-bgcol-ispirates .section-three-column-one .entry-cats a,.main-meta-bgcol-ispirates.single-post .entry-cats a,.main-meta-bgcol-ispirates.single-post .entry-tags a{background:#51297e}.main-meta-bgcol-ispirates .gallery .slick-dots li.slick-active button:before,.main-meta-bgcol-ispirates .gallery .slick-next:before,.main-meta-bgcol-ispirates .gallery .slick-prev:before{color:#51297e}.main-meta-bgcol-hover-ispirates #front-section-four .entry-cats a:hover,.main-meta-bgcol-hover-ispirates.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover,.main-meta-bgcol-hover-ispirates.blog .featured-slider .entry-cats a:hover,.main-meta-bgcol-hover-ispirates.blog .featured-slider .entry-meta a:hover,.main-meta-bgcol-hover-ispirates.blog .hentry .entry-cats a:hover,.main-meta-bgcol-hover-ispirates .entry-cats a:hover,.main-meta-bgcol-hover-ispirates .featured-slider .entry-cats a:hover,.main-meta-bgcol-hover-ispirates .featured-slider .entry-meta a:hover,.main-meta-bgcol-hover-ispirates .pagebreak-links a:hover,.main-meta-bgcol-hover-ispirates .pagination .nav-links a.page-numbers:hover,.main-meta-bgcol-hover-ispirates .pagination .nav-links span.page-numbers:hover,.main-meta-bgcol-hover-ispirates .post-navigation .nav-links a:hover,.main-meta-bgcol-hover-ispirates .section-one-column-one .entry-cats a:hover,.main-meta-bgcol-hover-ispirates .section-three-column-one .entry-cats a:hover,.main-meta-bgcol-hover-ispirates.single-post .entry-cats a:hover,.main-meta-bgcol-hover-ispirates.single-post .entry-tags a:hover{background:#51297e}.main-meta-textcol-black #front-section-four .entry-cats a,.main-meta-textcol-black #front-section-four .entry-meta a,.main-meta-textcol-black.blog .featured-slider .entry-cats a,.main-meta-textcol-black.blog .featured-slider .entry-meta a,.main-meta-textcol-black.blog .hentry .entry-cats a,.main-meta-textcol-black .entry-cats,.main-meta-textcol-black .entry-meta,.main-meta-textcol-black .featured-slider .entry-cats a,.main-meta-textcol-black .pagination .nav-links a.page-numbers,.main-meta-textcol-black .pagination .nav-links span.page-numbers,.main-meta-textcol-black .post-navigation .nav-links a,.main-meta-textcol-black .post-page-numbers.current,.main-meta-textcol-black .section-one-column-one .entry-cats a,.main-meta-textcol-black .section-three-column-one .entry-cats a,.main-meta-textcol-black.single-post .entry-cats a,.main-meta-textcol-black.single-post .entry-header .entry-cats a,.main-meta-textcol-black.single-post .entry-header .page-links .number,.main-meta-textcol-black.single-post .entry-header .page-links a,.main-meta-textcol-black.single-post .entry-tags a,.main-meta-textcol-black .slider-text .entry-cats a,.main-meta-textcol-black .slider-text .entry-meta a,.main-meta-textcol-black main .entry-content .pagebreak-links a,.main-meta-textcol-hover-black.blog .featured-slider .entry-cats a:hover,.main-meta-textcol-hover-black.blog .featured-slider .entry-meta a:hover,.main-meta-textcol-hover-black.blog .hentry .entry-cats a:hover,.main-meta-textcol-hover-black .pagination .nav-links a.page-numbers:hover,.main-meta-textcol-hover-black .pagination .nav-links span.page-numbers:hover,.main-meta-textcol-hover-black .post-navigation .nav-links a:hover,.main-meta-textcol-hover-black.single-post .entry-header .entry-cats a:hover,.main-meta-textcol-hover-black main .entry-content .pagebreak-links a:hover{color:#000}.main-meta-bgcol-black #front-section-four .entry-cats a,.main-meta-bgcol-black.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a,.main-meta-bgcol-black.blog .featured-slider .entry-cats a,.main-meta-bgcol-black.blog .featured-slider .entry-meta a,.main-meta-bgcol-black.blog .hentry .entry-cats a,.main-meta-bgcol-black .entry-cats a,.main-meta-bgcol-black .featured-slider .entry-cats a,.main-meta-bgcol-black .featured-slider .entry-meta a,.main-meta-bgcol-black .pagebreak-links a,.main-meta-bgcol-black .pagination .nav-links a.page-numbers,.main-meta-bgcol-black .pagination .nav-links span.page-numbers,.main-meta-bgcol-black .post-navigation .nav-links a,.main-meta-bgcol-black .post-page-numbers.current,.main-meta-bgcol-black .section-one-column-one .entry-cats a,.main-meta-bgcol-black .section-three-column-one .entry-cats a,.main-meta-bgcol-black.single-post .entry-cats a,.main-meta-bgcol-black.single-post .entry-tags a{background:#000}.main-meta-bgcol-black .gallery .slick-dots li.slick-active button:before,.main-meta-bgcol-black .gallery .slick-next:before,.main-meta-bgcol-black .gallery .slick-prev:before{color:#000}.main-meta-bgcol-hover-black #front-section-four .entry-cats a:hover,.main-meta-bgcol-hover-black.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover,.main-meta-bgcol-hover-black.blog .featured-slider .entry-cats a:hover,.main-meta-bgcol-hover-black.blog .featured-slider .entry-meta a:hover,.main-meta-bgcol-hover-black.blog .hentry .entry-cats a:hover,.main-meta-bgcol-hover-black .entry-cats a:hover,.main-meta-bgcol-hover-black .featured-slider .entry-cats a:hover,.main-meta-bgcol-hover-black .featured-slider .entry-meta a:hover,.main-meta-bgcol-hover-black .pagebreak-links a:hover,.main-meta-bgcol-hover-black .pagination .nav-links a.page-numbers:hover,.main-meta-bgcol-hover-black .pagination .nav-links span.page-numbers:hover,.main-meta-bgcol-hover-black .post-navigation .nav-links a:hover,.main-meta-bgcol-hover-black .section-one-column-one .entry-cats a:hover,.main-meta-bgcol-hover-black .section-three-column-one .entry-cats a:hover,.main-meta-bgcol-hover-black.single-post .entry-cats a:hover,.main-meta-bgcol-hover-black.single-post .entry-tags a:hover{background:#000}.main-meta-textcol-hover-white.blog .featured-slider .entry-cats a:hover,.main-meta-textcol-hover-white.blog .featured-slider .entry-meta a:hover,.main-meta-textcol-hover-white.blog .hentry .entry-cats a:hover,.main-meta-textcol-hover-white .pagination .nav-links a.page-numbers:hover,.main-meta-textcol-hover-white .pagination .nav-links span.page-numbers:hover,.main-meta-textcol-hover-white .post-navigation .nav-links a:hover,.main-meta-textcol-hover-white.single-post .entry-header .entry-cats a:hover,.main-meta-textcol-hover-white main .entry-content .pagebreak-links a:hover,.main-meta-textcol-white #front-section-four .entry-cats a,.main-meta-textcol-white #front-section-four .entry-meta a,.main-meta-textcol-white.blog .featured-slider .entry-cats a,.main-meta-textcol-white.blog .featured-slider .entry-meta a,.main-meta-textcol-white.blog .hentry .entry-cats a,.main-meta-textcol-white .entry-cats,.main-meta-textcol-white .entry-meta,.main-meta-textcol-white .featured-slider .entry-cats a,.main-meta-textcol-white .pagination .nav-links a.page-numbers,.main-meta-textcol-white .pagination .nav-links span.page-numbers,.main-meta-textcol-white .post-navigation .nav-links a,.main-meta-textcol-white .post-page-numbers.current,.main-meta-textcol-white .section-one-column-one .entry-cats a,.main-meta-textcol-white .section-three-column-one .entry-cats a,.main-meta-textcol-white.single-post .entry-cats a,.main-meta-textcol-white.single-post .entry-header .entry-cats a,.main-meta-textcol-white.single-post .entry-header .page-links .number,.main-meta-textcol-white.single-post .entry-header .page-links a,.main-meta-textcol-white.single-post .entry-tags a,.main-meta-textcol-white .slider-text .entry-cats a,.main-meta-textcol-white .slider-text .entry-meta a,.main-meta-textcol-white main .entry-content .pagebreak-links a{color:#fff}.main-meta-bgcol-white #front-section-four .entry-cats a,.main-meta-bgcol-white.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a,.main-meta-bgcol-white.blog .featured-slider .entry-cats a,.main-meta-bgcol-white.blog .featured-slider .entry-meta a,.main-meta-bgcol-white.blog .hentry .entry-cats a,.main-meta-bgcol-white .entry-cats a,.main-meta-bgcol-white .featured-slider .entry-cats a,.main-meta-bgcol-white .featured-slider .entry-meta a,.main-meta-bgcol-white .pagebreak-links a,.main-meta-bgcol-white .pagination .nav-links a.page-numbers,.main-meta-bgcol-white .pagination .nav-links span.page-numbers,.main-meta-bgcol-white .post-navigation .nav-links a,.main-meta-bgcol-white .post-page-numbers.current,.main-meta-bgcol-white .section-one-column-one .entry-cats a,.main-meta-bgcol-white .section-three-column-one .entry-cats a,.main-meta-bgcol-white.single-post .entry-cats a,.main-meta-bgcol-white.single-post .entry-tags a{background:#fff}.main-meta-bgcol-white .gallery .slick-dots li.slick-active button:before,.main-meta-bgcol-white .gallery .slick-next:before,.main-meta-bgcol-white .gallery .slick-prev:before{color:#fff}.main-meta-bgcol-hover-white #front-section-four .entry-cats a:hover,.main-meta-bgcol-hover-white.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover,.main-meta-bgcol-hover-white.blog .featured-slider .entry-cats a:hover,.main-meta-bgcol-hover-white.blog .featured-slider .entry-meta a:hover,.main-meta-bgcol-hover-white.blog .hentry .entry-cats a:hover,.main-meta-bgcol-hover-white .entry-cats a:hover,.main-meta-bgcol-hover-white .featured-slider .entry-cats a:hover,.main-meta-bgcol-hover-white .featured-slider .entry-meta a:hover,.main-meta-bgcol-hover-white .pagebreak-links a:hover,.main-meta-bgcol-hover-white .pagination .nav-links a.page-numbers:hover,.main-meta-bgcol-hover-white .pagination .nav-links span.page-numbers:hover,.main-meta-bgcol-hover-white .post-navigation .nav-links a:hover,.main-meta-bgcol-hover-white .section-one-column-one .entry-cats a:hover,.main-meta-bgcol-hover-white .section-three-column-one .entry-cats a:hover,.main-meta-bgcol-hover-white.single-post .entry-cats a:hover,.main-meta-bgcol-hover-white.single-post .entry-tags a:hover{background:#fff}.main-meta-textcol-grey #front-section-four .entry-cats a,.main-meta-textcol-grey #front-section-four .entry-meta a,.main-meta-textcol-grey.blog .featured-slider .entry-cats a,.main-meta-textcol-grey.blog .featured-slider .entry-meta a,.main-meta-textcol-grey.blog .hentry .entry-cats a,.main-meta-textcol-grey .entry-cats,.main-meta-textcol-grey .entry-meta,.main-meta-textcol-grey .featured-slider .entry-cats a,.main-meta-textcol-grey .pagination .nav-links a.page-numbers,.main-meta-textcol-grey .pagination .nav-links span.page-numbers,.main-meta-textcol-grey .post-navigation .nav-links a,.main-meta-textcol-grey .post-page-numbers.current,.main-meta-textcol-grey .section-one-column-one .entry-cats a,.main-meta-textcol-grey .section-three-column-one .entry-cats a,.main-meta-textcol-grey.single-post .entry-cats a,.main-meta-textcol-grey.single-post .entry-header .entry-cats a,.main-meta-textcol-grey.single-post .entry-header .page-links .number,.main-meta-textcol-grey.single-post .entry-header .page-links a,.main-meta-textcol-grey.single-post .entry-tags a,.main-meta-textcol-grey .slider-text .entry-cats a,.main-meta-textcol-grey .slider-text .entry-meta a,.main-meta-textcol-grey main .entry-content .pagebreak-links a,.main-meta-textcol-hover-grey.blog .featured-slider .entry-cats a:hover,.main-meta-textcol-hover-grey.blog .featured-slider .entry-meta a:hover,.main-meta-textcol-hover-grey.blog .hentry .entry-cats a:hover,.main-meta-textcol-hover-grey .pagination .nav-links a.page-numbers:hover,.main-meta-textcol-hover-grey .pagination .nav-links span.page-numbers:hover,.main-meta-textcol-hover-grey .post-navigation .nav-links a:hover,.main-meta-textcol-hover-grey.single-post .entry-header .entry-cats a:hover,.main-meta-textcol-hover-grey main .entry-content .pagebreak-links a:hover{color:#e7e7eb}.main-meta-bgcol-grey #front-section-four .entry-cats a,.main-meta-bgcol-grey.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a,.main-meta-bgcol-grey.blog .featured-slider .entry-cats a,.main-meta-bgcol-grey.blog .featured-slider .entry-meta a,.main-meta-bgcol-grey.blog .hentry .entry-cats a,.main-meta-bgcol-grey .entry-cats a,.main-meta-bgcol-grey .featured-slider .entry-cats a,.main-meta-bgcol-grey .featured-slider .entry-meta a,.main-meta-bgcol-grey .pagebreak-links a,.main-meta-bgcol-grey .pagination .nav-links a.page-numbers,.main-meta-bgcol-grey .pagination .nav-links span.page-numbers,.main-meta-bgcol-grey .post-navigation .nav-links a,.main-meta-bgcol-grey .post-page-numbers.current,.main-meta-bgcol-grey .section-one-column-one .entry-cats a,.main-meta-bgcol-grey .section-three-column-one .entry-cats a,.main-meta-bgcol-grey.single-post .entry-cats a,.main-meta-bgcol-grey.single-post .entry-tags a{background:#e7e7eb}.main-meta-bgcol-grey .gallery .slick-dots li.slick-active button:before,.main-meta-bgcol-grey .gallery .slick-next:before,.main-meta-bgcol-grey .gallery .slick-prev:before{color:#e7e7eb}.main-meta-bgcol-hover-grey #front-section-four .entry-cats a:hover,.main-meta-bgcol-hover-grey.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover,.main-meta-bgcol-hover-grey.blog .featured-slider .entry-cats a:hover,.main-meta-bgcol-hover-grey.blog .featured-slider .entry-meta a:hover,.main-meta-bgcol-hover-grey.blog .hentry .entry-cats a:hover,.main-meta-bgcol-hover-grey .entry-cats a:hover,.main-meta-bgcol-hover-grey .featured-slider .entry-cats a:hover,.main-meta-bgcol-hover-grey .featured-slider .entry-meta a:hover,.main-meta-bgcol-hover-grey .pagebreak-links a:hover,.main-meta-bgcol-hover-grey .pagination .nav-links a.page-numbers:hover,.main-meta-bgcol-hover-grey .pagination .nav-links span.page-numbers:hover,.main-meta-bgcol-hover-grey .post-navigation .nav-links a:hover,.main-meta-bgcol-hover-grey .section-one-column-one .entry-cats a:hover,.main-meta-bgcol-hover-grey .section-three-column-one .entry-cats a:hover,.main-meta-bgcol-hover-grey.single-post .entry-cats a:hover,.main-meta-bgcol-hover-grey.single-post .entry-tags a:hover{background:#e7e7eb}.main-meta-textcol-darkgrey #front-section-four .entry-cats a,.main-meta-textcol-darkgrey #front-section-four .entry-meta a,.main-meta-textcol-darkgrey.blog .featured-slider .entry-cats a,.main-meta-textcol-darkgrey.blog .featured-slider .entry-meta a,.main-meta-textcol-darkgrey.blog .hentry .entry-cats a,.main-meta-textcol-darkgrey .entry-cats,.main-meta-textcol-darkgrey .entry-meta,.main-meta-textcol-darkgrey .featured-slider .entry-cats a,.main-meta-textcol-darkgrey .pagination .nav-links a.page-numbers,.main-meta-textcol-darkgrey .pagination .nav-links span.page-numbers,.main-meta-textcol-darkgrey .post-navigation .nav-links a,.main-meta-textcol-darkgrey .post-page-numbers.current,.main-meta-textcol-darkgrey .section-one-column-one .entry-cats a,.main-meta-textcol-darkgrey .section-three-column-one .entry-cats a,.main-meta-textcol-darkgrey.single-post .entry-cats a,.main-meta-textcol-darkgrey.single-post .entry-header .entry-cats a,.main-meta-textcol-darkgrey.single-post .entry-header .page-links .number,.main-meta-textcol-darkgrey.single-post .entry-header .page-links a,.main-meta-textcol-darkgrey.single-post .entry-tags a,.main-meta-textcol-darkgrey .slider-text .entry-cats a,.main-meta-textcol-darkgrey .slider-text .entry-meta a,.main-meta-textcol-darkgrey main .entry-content .pagebreak-links a,.main-meta-textcol-hover-darkgrey.blog .featured-slider .entry-cats a:hover,.main-meta-textcol-hover-darkgrey.blog .featured-slider .entry-meta a:hover,.main-meta-textcol-hover-darkgrey.blog .hentry .entry-cats a:hover,.main-meta-textcol-hover-darkgrey .pagination .nav-links a.page-numbers:hover,.main-meta-textcol-hover-darkgrey .pagination .nav-links span.page-numbers:hover,.main-meta-textcol-hover-darkgrey .post-navigation .nav-links a:hover,.main-meta-textcol-hover-darkgrey.single-post .entry-header .entry-cats a:hover,.main-meta-textcol-hover-darkgrey main .entry-content .pagebreak-links a:hover{color:#1a1a1a}.main-meta-bgcol-darkgrey #front-section-four .entry-cats a,.main-meta-bgcol-darkgrey.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a,.main-meta-bgcol-darkgrey.blog .featured-slider .entry-cats a,.main-meta-bgcol-darkgrey.blog .featured-slider .entry-meta a,.main-meta-bgcol-darkgrey.blog .hentry .entry-cats a,.main-meta-bgcol-darkgrey .entry-cats a,.main-meta-bgcol-darkgrey .featured-slider .entry-cats a,.main-meta-bgcol-darkgrey .featured-slider .entry-meta a,.main-meta-bgcol-darkgrey .pagebreak-links a,.main-meta-bgcol-darkgrey .pagination .nav-links a.page-numbers,.main-meta-bgcol-darkgrey .pagination .nav-links span.page-numbers,.main-meta-bgcol-darkgrey .post-navigation .nav-links a,.main-meta-bgcol-darkgrey .post-page-numbers.current,.main-meta-bgcol-darkgrey .section-one-column-one .entry-cats a,.main-meta-bgcol-darkgrey .section-three-column-one .entry-cats a,.main-meta-bgcol-darkgrey.single-post .entry-cats a,.main-meta-bgcol-darkgrey.single-post .entry-tags a{background:#1a1a1a}.main-meta-bgcol-darkgrey .gallery .slick-dots li.slick-active button:before,.main-meta-bgcol-darkgrey .gallery .slick-next:before,.main-meta-bgcol-darkgrey .gallery .slick-prev:before{color:#1a1a1a}.main-meta-bgcol-hover-darkgrey #front-section-four .entry-cats a:hover,.main-meta-bgcol-hover-darkgrey.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover,.main-meta-bgcol-hover-darkgrey.blog .featured-slider .entry-cats a:hover,.main-meta-bgcol-hover-darkgrey.blog .featured-slider .entry-meta a:hover,.main-meta-bgcol-hover-darkgrey.blog .hentry .entry-cats a:hover,.main-meta-bgcol-hover-darkgrey .entry-cats a:hover,.main-meta-bgcol-hover-darkgrey .featured-slider .entry-cats a:hover,.main-meta-bgcol-hover-darkgrey .featured-slider .entry-meta a:hover,.main-meta-bgcol-hover-darkgrey .pagebreak-links a:hover,.main-meta-bgcol-hover-darkgrey .pagination .nav-links a.page-numbers:hover,.main-meta-bgcol-hover-darkgrey .pagination .nav-links span.page-numbers:hover,.main-meta-bgcol-hover-darkgrey .post-navigation .nav-links a:hover,.main-meta-bgcol-hover-darkgrey .section-one-column-one .entry-cats a:hover,.main-meta-bgcol-hover-darkgrey .section-three-column-one .entry-cats a:hover,.main-meta-bgcol-hover-darkgrey.single-post .entry-cats a:hover,.main-meta-bgcol-hover-darkgrey.single-post .entry-tags a:hover{background:#1a1a1a}.main-meta-textcol-blue #front-section-four .entry-cats a,.main-meta-textcol-blue #front-section-four .entry-meta a,.main-meta-textcol-blue.blog .featured-slider .entry-cats a,.main-meta-textcol-blue.blog .featured-slider .entry-meta a,.main-meta-textcol-blue.blog .hentry .entry-cats a,.main-meta-textcol-blue .entry-cats,.main-meta-textcol-blue .entry-meta,.main-meta-textcol-blue .featured-slider .entry-cats a,.main-meta-textcol-blue .pagination .nav-links a.page-numbers,.main-meta-textcol-blue .pagination .nav-links span.page-numbers,.main-meta-textcol-blue .post-navigation .nav-links a,.main-meta-textcol-blue .post-page-numbers.current,.main-meta-textcol-blue .section-one-column-one .entry-cats a,.main-meta-textcol-blue .section-three-column-one .entry-cats a,.main-meta-textcol-blue.single-post .entry-cats a,.main-meta-textcol-blue.single-post .entry-header .entry-cats a,.main-meta-textcol-blue.single-post .entry-header .page-links .number,.main-meta-textcol-blue.single-post .entry-header .page-links a,.main-meta-textcol-blue.single-post .entry-tags a,.main-meta-textcol-blue .slider-text .entry-cats a,.main-meta-textcol-blue .slider-text .entry-meta a,.main-meta-textcol-blue main .entry-content .pagebreak-links a,.main-meta-textcol-hover-blue.blog .featured-slider .entry-cats a:hover,.main-meta-textcol-hover-blue.blog .featured-slider .entry-meta a:hover,.main-meta-textcol-hover-blue.blog .hentry .entry-cats a:hover,.main-meta-textcol-hover-blue .pagination .nav-links a.page-numbers:hover,.main-meta-textcol-hover-blue .pagination .nav-links span.page-numbers:hover,.main-meta-textcol-hover-blue .post-navigation .nav-links a:hover,.main-meta-textcol-hover-blue.single-post .entry-header .entry-cats a:hover,.main-meta-textcol-hover-blue main .entry-content .pagebreak-links a:hover{color:#06f}.main-meta-bgcol-blue #front-section-four .entry-cats a,.main-meta-bgcol-blue.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a,.main-meta-bgcol-blue.blog .featured-slider .entry-cats a,.main-meta-bgcol-blue.blog .featured-slider .entry-meta a,.main-meta-bgcol-blue.blog .hentry .entry-cats a,.main-meta-bgcol-blue .entry-cats a,.main-meta-bgcol-blue .featured-slider .entry-cats a,.main-meta-bgcol-blue .featured-slider .entry-meta a,.main-meta-bgcol-blue .pagebreak-links a,.main-meta-bgcol-blue .pagination .nav-links a.page-numbers,.main-meta-bgcol-blue .pagination .nav-links span.page-numbers,.main-meta-bgcol-blue .post-navigation .nav-links a,.main-meta-bgcol-blue .post-page-numbers.current,.main-meta-bgcol-blue .section-one-column-one .entry-cats a,.main-meta-bgcol-blue .section-three-column-one .entry-cats a,.main-meta-bgcol-blue.single-post .entry-cats a,.main-meta-bgcol-blue.single-post .entry-tags a{background:#06f}.main-meta-bgcol-blue .gallery .slick-dots li.slick-active button:before,.main-meta-bgcol-blue .gallery .slick-next:before,.main-meta-bgcol-blue .gallery .slick-prev:before{color:#06f}.main-meta-bgcol-hover-blue #front-section-four .entry-cats a:hover,.main-meta-bgcol-hover-blue.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover,.main-meta-bgcol-hover-blue.blog .featured-slider .entry-cats a:hover,.main-meta-bgcol-hover-blue.blog .featured-slider .entry-meta a:hover,.main-meta-bgcol-hover-blue.blog .hentry .entry-cats a:hover,.main-meta-bgcol-hover-blue .entry-cats a:hover,.main-meta-bgcol-hover-blue .featured-slider .entry-cats a:hover,.main-meta-bgcol-hover-blue .featured-slider .entry-meta a:hover,.main-meta-bgcol-hover-blue .pagebreak-links a:hover,.main-meta-bgcol-hover-blue .pagination .nav-links a.page-numbers:hover,.main-meta-bgcol-hover-blue .pagination .nav-links span.page-numbers:hover,.main-meta-bgcol-hover-blue .post-navigation .nav-links a:hover,.main-meta-bgcol-hover-blue .section-one-column-one .entry-cats a:hover,.main-meta-bgcol-hover-blue .section-three-column-one .entry-cats a:hover,.main-meta-bgcol-hover-blue.single-post .entry-cats a:hover,.main-meta-bgcol-hover-blue.single-post .entry-tags a:hover{background:#06f}.main-meta-textcol-hover-red.blog .featured-slider .entry-cats a:hover,.main-meta-textcol-hover-red.blog .featured-slider .entry-meta a:hover,.main-meta-textcol-hover-red.blog .hentry .entry-cats a:hover,.main-meta-textcol-hover-red .pagination .nav-links a.page-numbers:hover,.main-meta-textcol-hover-red .pagination .nav-links span.page-numbers:hover,.main-meta-textcol-hover-red .post-navigation .nav-links a:hover,.main-meta-textcol-hover-red.single-post .entry-header .entry-cats a:hover,.main-meta-textcol-hover-red main .entry-content .pagebreak-links a:hover,.main-meta-textcol-red #front-section-four .entry-cats a,.main-meta-textcol-red #front-section-four .entry-meta a,.main-meta-textcol-red.blog .featured-slider .entry-cats a,.main-meta-textcol-red.blog .featured-slider .entry-meta a,.main-meta-textcol-red.blog .hentry .entry-cats a,.main-meta-textcol-red .entry-cats,.main-meta-textcol-red .entry-meta,.main-meta-textcol-red .featured-slider .entry-cats a,.main-meta-textcol-red .pagination .nav-links a.page-numbers,.main-meta-textcol-red .pagination .nav-links span.page-numbers,.main-meta-textcol-red .post-navigation .nav-links a,.main-meta-textcol-red .post-page-numbers.current,.main-meta-textcol-red .section-one-column-one .entry-cats a,.main-meta-textcol-red .section-three-column-one .entry-cats a,.main-meta-textcol-red.single-post .entry-cats a,.main-meta-textcol-red.single-post .entry-header .entry-cats a,.main-meta-textcol-red.single-post .entry-header .page-links .number,.main-meta-textcol-red.single-post .entry-header .page-links a,.main-meta-textcol-red.single-post .entry-tags a,.main-meta-textcol-red .slider-text .entry-cats a,.main-meta-textcol-red .slider-text .entry-meta a,.main-meta-textcol-red main .entry-content .pagebreak-links a{color:#d7464d}.main-meta-bgcol-red #front-section-four .entry-cats a,.main-meta-bgcol-red.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a,.main-meta-bgcol-red.blog .featured-slider .entry-cats a,.main-meta-bgcol-red.blog .featured-slider .entry-meta a,.main-meta-bgcol-red.blog .hentry .entry-cats a,.main-meta-bgcol-red .entry-cats a,.main-meta-bgcol-red .featured-slider .entry-cats a,.main-meta-bgcol-red .featured-slider .entry-meta a,.main-meta-bgcol-red .pagebreak-links a,.main-meta-bgcol-red .pagination .nav-links a.page-numbers,.main-meta-bgcol-red .pagination .nav-links span.page-numbers,.main-meta-bgcol-red .post-navigation .nav-links a,.main-meta-bgcol-red .post-page-numbers.current,.main-meta-bgcol-red .section-one-column-one .entry-cats a,.main-meta-bgcol-red .section-three-column-one .entry-cats a,.main-meta-bgcol-red.single-post .entry-cats a,.main-meta-bgcol-red.single-post .entry-tags a{background:#d7464d}.main-meta-bgcol-red .gallery .slick-dots li.slick-active button:before,.main-meta-bgcol-red .gallery .slick-next:before,.main-meta-bgcol-red .gallery .slick-prev:before{color:#d7464d}.main-meta-bgcol-hover-red #front-section-four .entry-cats a:hover,.main-meta-bgcol-hover-red.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover,.main-meta-bgcol-hover-red.blog .featured-slider .entry-cats a:hover,.main-meta-bgcol-hover-red.blog .featured-slider .entry-meta a:hover,.main-meta-bgcol-hover-red.blog .hentry .entry-cats a:hover,.main-meta-bgcol-hover-red .entry-cats a:hover,.main-meta-bgcol-hover-red .featured-slider .entry-cats a:hover,.main-meta-bgcol-hover-red .featured-slider .entry-meta a:hover,.main-meta-bgcol-hover-red .pagebreak-links a:hover,.main-meta-bgcol-hover-red .pagination .nav-links a.page-numbers:hover,.main-meta-bgcol-hover-red .pagination .nav-links span.page-numbers:hover,.main-meta-bgcol-hover-red .post-navigation .nav-links a:hover,.main-meta-bgcol-hover-red .section-one-column-one .entry-cats a:hover,.main-meta-bgcol-hover-red .section-three-column-one .entry-cats a:hover,.main-meta-bgcol-hover-red.single-post .entry-cats a:hover,.main-meta-bgcol-hover-red.single-post .entry-tags a:hover{background:#d7464d}.main-meta-textcol-hover-yellow.blog .featured-slider .entry-cats a:hover,.main-meta-textcol-hover-yellow.blog .featured-slider .entry-meta a:hover,.main-meta-textcol-hover-yellow.blog .hentry .entry-cats a:hover,.main-meta-textcol-hover-yellow .pagination .nav-links a.page-numbers:hover,.main-meta-textcol-hover-yellow .pagination .nav-links span.page-numbers:hover,.main-meta-textcol-hover-yellow .post-navigation .nav-links a:hover,.main-meta-textcol-hover-yellow.single-post .entry-header .entry-cats a:hover,.main-meta-textcol-hover-yellow main .entry-content .pagebreak-links a:hover,.main-meta-textcol-yellow #front-section-four .entry-cats a,.main-meta-textcol-yellow #front-section-four .entry-meta a,.main-meta-textcol-yellow.blog .featured-slider .entry-cats a,.main-meta-textcol-yellow.blog .featured-slider .entry-meta a,.main-meta-textcol-yellow.blog .hentry .entry-cats a,.main-meta-textcol-yellow .entry-cats,.main-meta-textcol-yellow .entry-meta,.main-meta-textcol-yellow .featured-slider .entry-cats a,.main-meta-textcol-yellow .pagination .nav-links a.page-numbers,.main-meta-textcol-yellow .pagination .nav-links span.page-numbers,.main-meta-textcol-yellow .post-navigation .nav-links a,.main-meta-textcol-yellow .post-page-numbers.current,.main-meta-textcol-yellow .section-one-column-one .entry-cats a,.main-meta-textcol-yellow .section-three-column-one .entry-cats a,.main-meta-textcol-yellow.single-post .entry-cats a,.main-meta-textcol-yellow.single-post .entry-header .entry-cats a,.main-meta-textcol-yellow.single-post .entry-header .page-links .number,.main-meta-textcol-yellow.single-post .entry-header .page-links a,.main-meta-textcol-yellow.single-post .entry-tags a,.main-meta-textcol-yellow .slider-text .entry-cats a,.main-meta-textcol-yellow .slider-text .entry-meta a,.main-meta-textcol-yellow main .entry-content .pagebreak-links a{color:#e7b547}.main-meta-bgcol-yellow #front-section-four .entry-cats a,.main-meta-bgcol-yellow.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a,.main-meta-bgcol-yellow.blog .featured-slider .entry-cats a,.main-meta-bgcol-yellow.blog .featured-slider .entry-meta a,.main-meta-bgcol-yellow.blog .hentry .entry-cats a,.main-meta-bgcol-yellow .entry-cats a,.main-meta-bgcol-yellow .featured-slider .entry-cats a,.main-meta-bgcol-yellow .featured-slider .entry-meta a,.main-meta-bgcol-yellow .pagebreak-links a,.main-meta-bgcol-yellow .pagination .nav-links a.page-numbers,.main-meta-bgcol-yellow .pagination .nav-links span.page-numbers,.main-meta-bgcol-yellow .post-navigation .nav-links a,.main-meta-bgcol-yellow .post-page-numbers.current,.main-meta-bgcol-yellow .section-one-column-one .entry-cats a,.main-meta-bgcol-yellow .section-three-column-one .entry-cats a,.main-meta-bgcol-yellow.single-post .entry-cats a,.main-meta-bgcol-yellow.single-post .entry-tags a{background:#e7b547}.main-meta-bgcol-yellow .gallery .slick-dots li.slick-active button:before,.main-meta-bgcol-yellow .gallery .slick-next:before,.main-meta-bgcol-yellow .gallery .slick-prev:before{color:#e7b547}.main-meta-bgcol-hover-yellow #front-section-four .entry-cats a:hover,.main-meta-bgcol-hover-yellow.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover,.main-meta-bgcol-hover-yellow.blog .featured-slider .entry-cats a:hover,.main-meta-bgcol-hover-yellow.blog .featured-slider .entry-meta a:hover,.main-meta-bgcol-hover-yellow.blog .hentry .entry-cats a:hover,.main-meta-bgcol-hover-yellow .entry-cats a:hover,.main-meta-bgcol-hover-yellow .featured-slider .entry-cats a:hover,.main-meta-bgcol-hover-yellow .featured-slider .entry-meta a:hover,.main-meta-bgcol-hover-yellow .pagebreak-links a:hover,.main-meta-bgcol-hover-yellow .pagination .nav-links a.page-numbers:hover,.main-meta-bgcol-hover-yellow .pagination .nav-links span.page-numbers:hover,.main-meta-bgcol-hover-yellow .post-navigation .nav-links a:hover,.main-meta-bgcol-hover-yellow .section-one-column-one .entry-cats a:hover,.main-meta-bgcol-hover-yellow .section-three-column-one .entry-cats a:hover,.main-meta-bgcol-hover-yellow.single-post .entry-cats a:hover,.main-meta-bgcol-hover-yellow.single-post .entry-tags a:hover{background:#e7b547}.main-meta-textcol-green #front-section-four .entry-cats a,.main-meta-textcol-green #front-section-four .entry-meta a,.main-meta-textcol-green.blog .featured-slider .entry-cats a,.main-meta-textcol-green.blog .featured-slider .entry-meta a,.main-meta-textcol-green.blog .hentry .entry-cats a,.main-meta-textcol-green .entry-cats,.main-meta-textcol-green .entry-meta,.main-meta-textcol-green .featured-slider .entry-cats a,.main-meta-textcol-green .pagination .nav-links a.page-numbers,.main-meta-textcol-green .pagination .nav-links span.page-numbers,.main-meta-textcol-green .post-navigation .nav-links a,.main-meta-textcol-green .post-page-numbers.current,.main-meta-textcol-green .section-one-column-one .entry-cats a,.main-meta-textcol-green .section-three-column-one .entry-cats a,.main-meta-textcol-green.single-post .entry-cats a,.main-meta-textcol-green.single-post .entry-header .entry-cats a,.main-meta-textcol-green.single-post .entry-header .page-links .number,.main-meta-textcol-green.single-post .entry-header .page-links a,.main-meta-textcol-green.single-post .entry-tags a,.main-meta-textcol-green .slider-text .entry-cats a,.main-meta-textcol-green .slider-text .entry-meta a,.main-meta-textcol-green main .entry-content .pagebreak-links a,.main-meta-textcol-hover-green.blog .featured-slider .entry-cats a:hover,.main-meta-textcol-hover-green.blog .featured-slider .entry-meta a:hover,.main-meta-textcol-hover-green.blog .hentry .entry-cats a:hover,.main-meta-textcol-hover-green .pagination .nav-links a.page-numbers:hover,.main-meta-textcol-hover-green .pagination .nav-links span.page-numbers:hover,.main-meta-textcol-hover-green .post-navigation .nav-links a:hover,.main-meta-textcol-hover-green.single-post .entry-header .entry-cats a:hover,.main-meta-textcol-hover-green main .entry-content .pagebreak-links a:hover{color:#85c066}.main-meta-bgcol-green #front-section-four .entry-cats a,.main-meta-bgcol-green.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a,.main-meta-bgcol-green.blog .featured-slider .entry-cats a,.main-meta-bgcol-green.blog .featured-slider .entry-meta a,.main-meta-bgcol-green.blog .hentry .entry-cats a,.main-meta-bgcol-green .entry-cats a,.main-meta-bgcol-green .featured-slider .entry-cats a,.main-meta-bgcol-green .featured-slider .entry-meta a,.main-meta-bgcol-green .pagebreak-links a,.main-meta-bgcol-green .pagination .nav-links a.page-numbers,.main-meta-bgcol-green .pagination .nav-links span.page-numbers,.main-meta-bgcol-green .post-navigation .nav-links a,.main-meta-bgcol-green .post-page-numbers.current,.main-meta-bgcol-green .section-one-column-one .entry-cats a,.main-meta-bgcol-green .section-three-column-one .entry-cats a,.main-meta-bgcol-green.single-post .entry-cats a,.main-meta-bgcol-green.single-post .entry-tags a{background:#85c066}.main-meta-bgcol-green .gallery .slick-dots li.slick-active button:before,.main-meta-bgcol-green .gallery .slick-next:before,.main-meta-bgcol-green .gallery .slick-prev:before{color:#85c066}.main-meta-bgcol-hover-green #front-section-four .entry-cats a:hover,.main-meta-bgcol-hover-green.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover,.main-meta-bgcol-hover-green.blog .featured-slider .entry-cats a:hover,.main-meta-bgcol-hover-green.blog .featured-slider .entry-meta a:hover,.main-meta-bgcol-hover-green.blog .hentry .entry-cats a:hover,.main-meta-bgcol-hover-green .entry-cats a:hover,.main-meta-bgcol-hover-green .featured-slider .entry-cats a:hover,.main-meta-bgcol-hover-green .featured-slider .entry-meta a:hover,.main-meta-bgcol-hover-green .pagebreak-links a:hover,.main-meta-bgcol-hover-green .pagination .nav-links a.page-numbers:hover,.main-meta-bgcol-hover-green .pagination .nav-links span.page-numbers:hover,.main-meta-bgcol-hover-green .post-navigation .nav-links a:hover,.main-meta-bgcol-hover-green .section-one-column-one .entry-cats a:hover,.main-meta-bgcol-hover-green .section-three-column-one .entry-cats a:hover,.main-meta-bgcol-hover-green.single-post .entry-cats a:hover,.main-meta-bgcol-hover-green.single-post .entry-tags a:hover{background:#85c066}.main-listitem-main main ul li:before{color:#f80}.main-quoteborder-main blockquote{border-color:#f80}.main-listitem-second main ul li:before{color:#672082}.main-quoteborder-second blockquote{border-color:#672082}.main-listitem-third main ul li:before{color:#698bc1}.main-quoteborder-third blockquote{border-color:#698bc1}.main-listitem-four main ul li:before{color:#148f93}.main-quoteborder-four blockquote{border-color:#148f93}.main-listitem-uspirates main ul li:before{color:#b127af}.main-quoteborder-uspirates blockquote{border-color:#b127af}.main-listitem-tkpirates main ul li:before{color:#00b5b1}.main-quoteborder-tkpirates blockquote{border-color:#00b5b1}.main-listitem-chpirates main ul li:before{color:#f9b200}.main-quoteborder-chpirates blockquote{border-color:#f9b200}.main-listitem-ispirates main ul li:before{color:#51297e}.main-quoteborder-ispirates blockquote{border-color:#51297e}.main-listitem-black main ul li:before{color:#000}.main-quoteborder-black blockquote{border-color:#000}.main-listitem-white main ul li:before{color:#fff}.main-quoteborder-white blockquote{border-color:#fff}.main-listitem-grey main ul li:before{color:#e7e7eb}.main-quoteborder-grey blockquote{border-color:#e7e7eb}.main-listitem-darkgrey main ul li:before{color:#1a1a1a}.main-quoteborder-darkgrey blockquote{border-color:#1a1a1a}.main-listitem-blue main ul li:before{color:#06f}.main-quoteborder-blue blockquote{border-color:#06f}.main-listitem-red main ul li:before{color:#d7464d}.main-quoteborder-red blockquote{border-color:#d7464d}.main-listitem-yellow main ul li:before{color:#e7b547}.main-quoteborder-yellow blockquote{border-color:#e7b547}.main-listitem-green main ul li:before{color:#85c066}.main-quoteborder-green blockquote{border-color:#85c066}.main-table-textcol-main table,.main-table-textcol-main td,.main-table-textcol-main th,.main-table-textcol-main tr{color:#f80}.main-table-bgcol-head-main table thead,.main-table-bgcol-head-main th,.main-table-bgcol-main table{background-color:#f80}.main-table-bgcol-odd-main tr td{background-color:transparent}.main-table-bgcol-odd-main table.long tr:nth-child(odd) td,.main-table-bgcol-odd-main tr:nth-child(odd) td{background-color:#f80}.main-table-textcol-second table,.main-table-textcol-second td,.main-table-textcol-second th,.main-table-textcol-second tr{color:#672082}.main-table-bgcol-head-second table thead,.main-table-bgcol-head-second th,.main-table-bgcol-second table{background-color:#672082}.main-table-bgcol-odd-second tr td{background-color:transparent}.main-table-bgcol-odd-second table.long tr:nth-child(odd) td,.main-table-bgcol-odd-second tr:nth-child(odd) td{background-color:#672082}.main-table-textcol-third table,.main-table-textcol-third td,.main-table-textcol-third th,.main-table-textcol-third tr{color:#698bc1}.main-table-bgcol-head-third table thead,.main-table-bgcol-head-third th,.main-table-bgcol-third table{background-color:#698bc1}.main-table-bgcol-odd-third tr td{background-color:transparent}.main-table-bgcol-odd-third table.long tr:nth-child(odd) td,.main-table-bgcol-odd-third tr:nth-child(odd) td{background-color:#698bc1}.main-table-textcol-four table,.main-table-textcol-four td,.main-table-textcol-four th,.main-table-textcol-four tr{color:#148f93}.main-table-bgcol-four table,.main-table-bgcol-head-four table thead,.main-table-bgcol-head-four th{background-color:#148f93}.main-table-bgcol-odd-four tr td{background-color:transparent}.main-table-bgcol-odd-four table.long tr:nth-child(odd) td,.main-table-bgcol-odd-four tr:nth-child(odd) td{background-color:#148f93}.main-table-textcol-uspirates table,.main-table-textcol-uspirates td,.main-table-textcol-uspirates th,.main-table-textcol-uspirates tr{color:#b127af}.main-table-bgcol-head-uspirates table thead,.main-table-bgcol-head-uspirates th,.main-table-bgcol-uspirates table{background-color:#b127af}.main-table-bgcol-odd-uspirates tr td{background-color:transparent}.main-table-bgcol-odd-uspirates table.long tr:nth-child(odd) td,.main-table-bgcol-odd-uspirates tr:nth-child(odd) td{background-color:#b127af}.main-table-textcol-tkpirates table,.main-table-textcol-tkpirates td,.main-table-textcol-tkpirates th,.main-table-textcol-tkpirates tr{color:#00b5b1}.main-table-bgcol-head-tkpirates table thead,.main-table-bgcol-head-tkpirates th,.main-table-bgcol-tkpirates table{background-color:#00b5b1}.main-table-bgcol-odd-tkpirates tr td{background-color:transparent}.main-table-bgcol-odd-tkpirates table.long tr:nth-child(odd) td,.main-table-bgcol-odd-tkpirates tr:nth-child(odd) td{background-color:#00b5b1}.main-table-textcol-chpirates table,.main-table-textcol-chpirates td,.main-table-textcol-chpirates th,.main-table-textcol-chpirates tr{color:#f9b200}.main-table-bgcol-chpirates table,.main-table-bgcol-head-chpirates table thead,.main-table-bgcol-head-chpirates th{background-color:#f9b200}.main-table-bgcol-odd-chpirates tr td{background-color:transparent}.main-table-bgcol-odd-chpirates table.long tr:nth-child(odd) td,.main-table-bgcol-odd-chpirates tr:nth-child(odd) td{background-color:#f9b200}.main-table-textcol-ispirates table,.main-table-textcol-ispirates td,.main-table-textcol-ispirates th,.main-table-textcol-ispirates tr{color:#51297e}.main-table-bgcol-head-ispirates table thead,.main-table-bgcol-head-ispirates th,.main-table-bgcol-ispirates table{background-color:#51297e}.main-table-bgcol-odd-ispirates tr td{background-color:transparent}.main-table-bgcol-odd-ispirates table.long tr:nth-child(odd) td,.main-table-bgcol-odd-ispirates tr:nth-child(odd) td{background-color:#51297e}.main-table-textcol-black table,.main-table-textcol-black td,.main-table-textcol-black th,.main-table-textcol-black tr{color:#000}.main-table-bgcol-black table,.main-table-bgcol-head-black table thead,.main-table-bgcol-head-black th{background-color:#000}.main-table-bgcol-odd-black tr td{background-color:transparent}.main-table-bgcol-odd-black table.long tr:nth-child(odd) td,.main-table-bgcol-odd-black tr:nth-child(odd) td{background-color:#000}.main-table-textcol-white table,.main-table-textcol-white td,.main-table-textcol-white th,.main-table-textcol-white tr{color:#fff}.main-table-bgcol-head-white table thead,.main-table-bgcol-head-white th,.main-table-bgcol-white table{background-color:#fff}.main-table-bgcol-odd-white tr td{background-color:transparent}.main-table-bgcol-odd-white table.long tr:nth-child(odd) td,.main-table-bgcol-odd-white tr:nth-child(odd) td{background-color:#fff}.main-table-textcol-grey table,.main-table-textcol-grey td,.main-table-textcol-grey th,.main-table-textcol-grey tr{color:#e7e7eb}.main-table-bgcol-grey table,.main-table-bgcol-head-grey table thead,.main-table-bgcol-head-grey th{background-color:#e7e7eb}.main-table-bgcol-odd-grey tr td{background-color:transparent}.main-table-bgcol-odd-grey table.long tr:nth-child(odd) td,.main-table-bgcol-odd-grey tr:nth-child(odd) td{background-color:#e7e7eb}.main-table-textcol-darkgrey table,.main-table-textcol-darkgrey td,.main-table-textcol-darkgrey th,.main-table-textcol-darkgrey tr{color:#1a1a1a}.main-table-bgcol-darkgrey table,.main-table-bgcol-head-darkgrey table thead,.main-table-bgcol-head-darkgrey th{background-color:#1a1a1a}.main-table-bgcol-odd-darkgrey tr td{background-color:transparent}.main-table-bgcol-odd-darkgrey table.long tr:nth-child(odd) td,.main-table-bgcol-odd-darkgrey tr:nth-child(odd) td{background-color:#1a1a1a}.main-table-textcol-blue table,.main-table-textcol-blue td,.main-table-textcol-blue th,.main-table-textcol-blue tr{color:#06f}.main-table-bgcol-blue table,.main-table-bgcol-head-blue table thead,.main-table-bgcol-head-blue th{background-color:#06f}.main-table-bgcol-odd-blue tr td{background-color:transparent}.main-table-bgcol-odd-blue table.long tr:nth-child(odd) td,.main-table-bgcol-odd-blue tr:nth-child(odd) td{background-color:#06f}.main-table-textcol-red table,.main-table-textcol-red td,.main-table-textcol-red th,.main-table-textcol-red tr{color:#d7464d}.main-table-bgcol-head-red table thead,.main-table-bgcol-head-red th,.main-table-bgcol-red table{background-color:#d7464d}.main-table-bgcol-odd-red tr td{background-color:transparent}.main-table-bgcol-odd-red table.long tr:nth-child(odd) td,.main-table-bgcol-odd-red tr:nth-child(odd) td{background-color:#d7464d}.main-table-textcol-yellow table,.main-table-textcol-yellow td,.main-table-textcol-yellow th,.main-table-textcol-yellow tr{color:#e7b547}.main-table-bgcol-head-yellow table thead,.main-table-bgcol-head-yellow th,.main-table-bgcol-yellow table{background-color:#e7b547}.main-table-bgcol-odd-yellow tr td{background-color:transparent}.main-table-bgcol-odd-yellow table.long tr:nth-child(odd) td,.main-table-bgcol-odd-yellow tr:nth-child(odd) td{background-color:#e7b547}.main-table-textcol-green table,.main-table-textcol-green td,.main-table-textcol-green th,.main-table-textcol-green tr{color:#85c066}.main-table-bgcol-green table,.main-table-bgcol-head-green table thead,.main-table-bgcol-head-green th{background-color:#85c066}.main-table-bgcol-odd-green tr td{background-color:transparent}.main-table-bgcol-odd-green table.long tr:nth-child(odd) td,.main-table-bgcol-odd-green tr:nth-child(odd) td{background-color:#85c066}.footer-bgcol-main #colophon{background-color:#f80;border-color:#f80}.footer-headlinecol-main #colophon #footer-social h2.socialmedia,.footer-headlinecol-main #colophon .footer-menu h3.footer-menu-title,.footer-headlinecol-main #colophon h1,.footer-headlinecol-main #colophon h2,.footer-headlinecol-main #colophon h3,.footer-headlinecol-main #colophon h4,.footer-headlinecol-main #colophon h5,.footer-headlinecol-main #colophon h6,.footer-headlinecol-main #colophon p.title-footer,.footer-linkcol-main #colophon #site-info a,.footer-linkcol-main #colophon .footer-menu ul a,.footer-linkcol-main #colophon p a,.footer-linkhovercol-main #colophon #site-info a:hover,.footer-linkhovercol-main #colophon .footer-menu ul a:hover,.footer-linkhovercol-main #colophon p a:hover,.footer-textcol-main #colophon,.footer-textcol-main #colophon #site-info,.footer-textcol-main #colophon p{color:#f80}.footer-bgcol-second #colophon{background-color:#672082;border-color:#672082}.footer-headlinecol-second #colophon #footer-social h2.socialmedia,.footer-headlinecol-second #colophon .footer-menu h3.footer-menu-title,.footer-headlinecol-second #colophon h1,.footer-headlinecol-second #colophon h2,.footer-headlinecol-second #colophon h3,.footer-headlinecol-second #colophon h4,.footer-headlinecol-second #colophon h5,.footer-headlinecol-second #colophon h6,.footer-headlinecol-second #colophon p.title-footer,.footer-linkcol-second #colophon #site-info a,.footer-linkcol-second #colophon .footer-menu ul a,.footer-linkcol-second #colophon p a,.footer-linkhovercol-second #colophon #site-info a:hover,.footer-linkhovercol-second #colophon .footer-menu ul a:hover,.footer-linkhovercol-second #colophon p a:hover,.footer-textcol-second #colophon,.footer-textcol-second #colophon #site-info,.footer-textcol-second #colophon p{color:#672082}.footer-bgcol-third #colophon{background-color:#698bc1;border-color:#698bc1}.footer-headlinecol-third #colophon #footer-social h2.socialmedia,.footer-headlinecol-third #colophon .footer-menu h3.footer-menu-title,.footer-headlinecol-third #colophon h1,.footer-headlinecol-third #colophon h2,.footer-headlinecol-third #colophon h3,.footer-headlinecol-third #colophon h4,.footer-headlinecol-third #colophon h5,.footer-headlinecol-third #colophon h6,.footer-headlinecol-third #colophon p.title-footer,.footer-linkcol-third #colophon #site-info a,.footer-linkcol-third #colophon .footer-menu ul a,.footer-linkcol-third #colophon p a,.footer-linkhovercol-third #colophon #site-info a:hover,.footer-linkhovercol-third #colophon .footer-menu ul a:hover,.footer-linkhovercol-third #colophon p a:hover,.footer-textcol-third #colophon,.footer-textcol-third #colophon #site-info,.footer-textcol-third #colophon p{color:#698bc1}.footer-bgcol-four #colophon{background-color:#148f93;border-color:#148f93}.footer-headlinecol-four #colophon #footer-social h2.socialmedia,.footer-headlinecol-four #colophon .footer-menu h3.footer-menu-title,.footer-headlinecol-four #colophon h1,.footer-headlinecol-four #colophon h2,.footer-headlinecol-four #colophon h3,.footer-headlinecol-four #colophon h4,.footer-headlinecol-four #colophon h5,.footer-headlinecol-four #colophon h6,.footer-headlinecol-four #colophon p.title-footer,.footer-linkcol-four #colophon #site-info a,.footer-linkcol-four #colophon .footer-menu ul a,.footer-linkcol-four #colophon p a,.footer-linkhovercol-four #colophon #site-info a:hover,.footer-linkhovercol-four #colophon .footer-menu ul a:hover,.footer-linkhovercol-four #colophon p a:hover,.footer-textcol-four #colophon,.footer-textcol-four #colophon #site-info,.footer-textcol-four #colophon p{color:#148f93}.footer-bgcol-uspirates #colophon{background-color:#b127af;border-color:#b127af}.footer-headlinecol-uspirates #colophon #footer-social h2.socialmedia,.footer-headlinecol-uspirates #colophon .footer-menu h3.footer-menu-title,.footer-headlinecol-uspirates #colophon h1,.footer-headlinecol-uspirates #colophon h2,.footer-headlinecol-uspirates #colophon h3,.footer-headlinecol-uspirates #colophon h4,.footer-headlinecol-uspirates #colophon h5,.footer-headlinecol-uspirates #colophon h6,.footer-headlinecol-uspirates #colophon p.title-footer,.footer-linkcol-uspirates #colophon #site-info a,.footer-linkcol-uspirates #colophon .footer-menu ul a,.footer-linkcol-uspirates #colophon p a,.footer-linkhovercol-uspirates #colophon #site-info a:hover,.footer-linkhovercol-uspirates #colophon .footer-menu ul a:hover,.footer-linkhovercol-uspirates #colophon p a:hover,.footer-textcol-uspirates #colophon,.footer-textcol-uspirates #colophon #site-info,.footer-textcol-uspirates #colophon p{color:#b127af}.footer-bgcol-tkpirates #colophon{background-color:#00b5b1;border-color:#00b5b1}.footer-headlinecol-tkpirates #colophon #footer-social h2.socialmedia,.footer-headlinecol-tkpirates #colophon .footer-menu h3.footer-menu-title,.footer-headlinecol-tkpirates #colophon h1,.footer-headlinecol-tkpirates #colophon h2,.footer-headlinecol-tkpirates #colophon h3,.footer-headlinecol-tkpirates #colophon h4,.footer-headlinecol-tkpirates #colophon h5,.footer-headlinecol-tkpirates #colophon h6,.footer-headlinecol-tkpirates #colophon p.title-footer,.footer-linkcol-tkpirates #colophon #site-info a,.footer-linkcol-tkpirates #colophon .footer-menu ul a,.footer-linkcol-tkpirates #colophon p a,.footer-linkhovercol-tkpirates #colophon #site-info a:hover,.footer-linkhovercol-tkpirates #colophon .footer-menu ul a:hover,.footer-linkhovercol-tkpirates #colophon p a:hover,.footer-textcol-tkpirates #colophon,.footer-textcol-tkpirates #colophon #site-info,.footer-textcol-tkpirates #colophon p{color:#00b5b1}.footer-bgcol-chpirates #colophon{background-color:#f9b200;border-color:#f9b200}.footer-headlinecol-chpirates #colophon #footer-social h2.socialmedia,.footer-headlinecol-chpirates #colophon .footer-menu h3.footer-menu-title,.footer-headlinecol-chpirates #colophon h1,.footer-headlinecol-chpirates #colophon h2,.footer-headlinecol-chpirates #colophon h3,.footer-headlinecol-chpirates #colophon h4,.footer-headlinecol-chpirates #colophon h5,.footer-headlinecol-chpirates #colophon h6,.footer-headlinecol-chpirates #colophon p.title-footer,.footer-linkcol-chpirates #colophon #site-info a,.footer-linkcol-chpirates #colophon .footer-menu ul a,.footer-linkcol-chpirates #colophon p a,.footer-linkhovercol-chpirates #colophon #site-info a:hover,.footer-linkhovercol-chpirates #colophon .footer-menu ul a:hover,.footer-linkhovercol-chpirates #colophon p a:hover,.footer-textcol-chpirates #colophon,.footer-textcol-chpirates #colophon #site-info,.footer-textcol-chpirates #colophon p{color:#f9b200}.footer-bgcol-ispirates #colophon{background-color:#51297e;border-color:#51297e}.footer-headlinecol-ispirates #colophon #footer-social h2.socialmedia,.footer-headlinecol-ispirates #colophon .footer-menu h3.footer-menu-title,.footer-headlinecol-ispirates #colophon h1,.footer-headlinecol-ispirates #colophon h2,.footer-headlinecol-ispirates #colophon h3,.footer-headlinecol-ispirates #colophon h4,.footer-headlinecol-ispirates #colophon h5,.footer-headlinecol-ispirates #colophon h6,.footer-headlinecol-ispirates #colophon p.title-footer,.footer-linkcol-ispirates #colophon #site-info a,.footer-linkcol-ispirates #colophon .footer-menu ul a,.footer-linkcol-ispirates #colophon p a,.footer-linkhovercol-ispirates #colophon #site-info a:hover,.footer-linkhovercol-ispirates #colophon .footer-menu ul a:hover,.footer-linkhovercol-ispirates #colophon p a:hover,.footer-textcol-ispirates #colophon,.footer-textcol-ispirates #colophon #site-info,.footer-textcol-ispirates #colophon p{color:#51297e}.footer-bgcol-black #colophon{background-color:#000;border-color:#000}.footer-headlinecol-black #colophon #footer-social h2.socialmedia,.footer-headlinecol-black #colophon .footer-menu h3.footer-menu-title,.footer-headlinecol-black #colophon h1,.footer-headlinecol-black #colophon h2,.footer-headlinecol-black #colophon h3,.footer-headlinecol-black #colophon h4,.footer-headlinecol-black #colophon h5,.footer-headlinecol-black #colophon h6,.footer-headlinecol-black #colophon p.title-footer,.footer-linkcol-black #colophon #site-info a,.footer-linkcol-black #colophon .footer-menu ul a,.footer-linkcol-black #colophon p a,.footer-linkhovercol-black #colophon #site-info a:hover,.footer-linkhovercol-black #colophon .footer-menu ul a:hover,.footer-linkhovercol-black #colophon p a:hover,.footer-textcol-black #colophon,.footer-textcol-black #colophon #site-info,.footer-textcol-black #colophon p{color:#000}.footer-bgcol-white #colophon{background-color:#fff;border-color:#fff}.footer-headlinecol-white #colophon #footer-social h2.socialmedia,.footer-headlinecol-white #colophon .footer-menu h3.footer-menu-title,.footer-headlinecol-white #colophon h1,.footer-headlinecol-white #colophon h2,.footer-headlinecol-white #colophon h3,.footer-headlinecol-white #colophon h4,.footer-headlinecol-white #colophon h5,.footer-headlinecol-white #colophon h6,.footer-headlinecol-white #colophon p.title-footer,.footer-linkcol-white #colophon #site-info a,.footer-linkcol-white #colophon .footer-menu ul a,.footer-linkcol-white #colophon p a,.footer-linkhovercol-white #colophon #site-info a:hover,.footer-linkhovercol-white #colophon .footer-menu ul a:hover,.footer-linkhovercol-white #colophon p a:hover,.footer-textcol-white #colophon,.footer-textcol-white #colophon #site-info,.footer-textcol-white #colophon p{color:#fff}.footer-bgcol-grey #colophon{background-color:#e7e7eb;border-color:#e7e7eb}.footer-headlinecol-grey #colophon #footer-social h2.socialmedia,.footer-headlinecol-grey #colophon .footer-menu h3.footer-menu-title,.footer-headlinecol-grey #colophon h1,.footer-headlinecol-grey #colophon h2,.footer-headlinecol-grey #colophon h3,.footer-headlinecol-grey #colophon h4,.footer-headlinecol-grey #colophon h5,.footer-headlinecol-grey #colophon h6,.footer-headlinecol-grey #colophon p.title-footer,.footer-linkcol-grey #colophon #site-info a,.footer-linkcol-grey #colophon .footer-menu ul a,.footer-linkcol-grey #colophon p a,.footer-linkhovercol-grey #colophon #site-info a:hover,.footer-linkhovercol-grey #colophon .footer-menu ul a:hover,.footer-linkhovercol-grey #colophon p a:hover,.footer-textcol-grey #colophon,.footer-textcol-grey #colophon #site-info,.footer-textcol-grey #colophon p{color:#e7e7eb}.footer-bgcol-darkgrey #colophon{background-color:#1a1a1a;border-color:#1a1a1a}.footer-headlinecol-darkgrey #colophon #footer-social h2.socialmedia,.footer-headlinecol-darkgrey #colophon .footer-menu h3.footer-menu-title,.footer-headlinecol-darkgrey #colophon h1,.footer-headlinecol-darkgrey #colophon h2,.footer-headlinecol-darkgrey #colophon h3,.footer-headlinecol-darkgrey #colophon h4,.footer-headlinecol-darkgrey #colophon h5,.footer-headlinecol-darkgrey #colophon h6,.footer-headlinecol-darkgrey #colophon p.title-footer,.footer-linkcol-darkgrey #colophon #site-info a,.footer-linkcol-darkgrey #colophon .footer-menu ul a,.footer-linkcol-darkgrey #colophon p a,.footer-linkhovercol-darkgrey #colophon #site-info a:hover,.footer-linkhovercol-darkgrey #colophon .footer-menu ul a:hover,.footer-linkhovercol-darkgrey #colophon p a:hover,.footer-textcol-darkgrey #colophon,.footer-textcol-darkgrey #colophon #site-info,.footer-textcol-darkgrey #colophon p{color:#1a1a1a}.footer-bgcol-blue #colophon{background-color:#06f;border-color:#06f}.footer-headlinecol-blue #colophon #footer-social h2.socialmedia,.footer-headlinecol-blue #colophon .footer-menu h3.footer-menu-title,.footer-headlinecol-blue #colophon h1,.footer-headlinecol-blue #colophon h2,.footer-headlinecol-blue #colophon h3,.footer-headlinecol-blue #colophon h4,.footer-headlinecol-blue #colophon h5,.footer-headlinecol-blue #colophon h6,.footer-headlinecol-blue #colophon p.title-footer,.footer-linkcol-blue #colophon #site-info a,.footer-linkcol-blue #colophon .footer-menu ul a,.footer-linkcol-blue #colophon p a,.footer-linkhovercol-blue #colophon #site-info a:hover,.footer-linkhovercol-blue #colophon .footer-menu ul a:hover,.footer-linkhovercol-blue #colophon p a:hover,.footer-textcol-blue #colophon,.footer-textcol-blue #colophon #site-info,.footer-textcol-blue #colophon p{color:#06f}.footer-bgcol-red #colophon{background-color:#d7464d;border-color:#d7464d}.footer-headlinecol-red #colophon #footer-social h2.socialmedia,.footer-headlinecol-red #colophon .footer-menu h3.footer-menu-title,.footer-headlinecol-red #colophon h1,.footer-headlinecol-red #colophon h2,.footer-headlinecol-red #colophon h3,.footer-headlinecol-red #colophon h4,.footer-headlinecol-red #colophon h5,.footer-headlinecol-red #colophon h6,.footer-headlinecol-red #colophon p.title-footer,.footer-linkcol-red #colophon #site-info a,.footer-linkcol-red #colophon .footer-menu ul a,.footer-linkcol-red #colophon p a,.footer-linkhovercol-red #colophon #site-info a:hover,.footer-linkhovercol-red #colophon .footer-menu ul a:hover,.footer-linkhovercol-red #colophon p a:hover,.footer-textcol-red #colophon,.footer-textcol-red #colophon #site-info,.footer-textcol-red #colophon p{color:#d7464d}.footer-bgcol-yellow #colophon{background-color:#e7b547;border-color:#e7b547}.footer-headlinecol-yellow #colophon #footer-social h2.socialmedia,.footer-headlinecol-yellow #colophon .footer-menu h3.footer-menu-title,.footer-headlinecol-yellow #colophon h1,.footer-headlinecol-yellow #colophon h2,.footer-headlinecol-yellow #colophon h3,.footer-headlinecol-yellow #colophon h4,.footer-headlinecol-yellow #colophon h5,.footer-headlinecol-yellow #colophon h6,.footer-headlinecol-yellow #colophon p.title-footer,.footer-linkcol-yellow #colophon #site-info a,.footer-linkcol-yellow #colophon .footer-menu ul a,.footer-linkcol-yellow #colophon p a,.footer-linkhovercol-yellow #colophon #site-info a:hover,.footer-linkhovercol-yellow #colophon .footer-menu ul a:hover,.footer-linkhovercol-yellow #colophon p a:hover,.footer-textcol-yellow #colophon,.footer-textcol-yellow #colophon #site-info,.footer-textcol-yellow #colophon p{color:#e7b547}.footer-bgcol-green #colophon{background-color:#85c066;border-color:#85c066}.footer-headlinecol-green #colophon #footer-social h2.socialmedia,.footer-headlinecol-green #colophon .footer-menu h3.footer-menu-title,.footer-headlinecol-green #colophon h1,.footer-headlinecol-green #colophon h2,.footer-headlinecol-green #colophon h3,.footer-headlinecol-green #colophon h4,.footer-headlinecol-green #colophon h5,.footer-headlinecol-green #colophon h6,.footer-headlinecol-green #colophon p.title-footer,.footer-linkcol-green #colophon #site-info a,.footer-linkcol-green #colophon .footer-menu ul a,.footer-linkcol-green #colophon p a,.footer-linkhovercol-green #colophon #site-info a:hover,.footer-linkhovercol-green #colophon .footer-menu ul a:hover,.footer-linkhovercol-green #colophon p a:hover,.footer-textcol-green #colophon,.footer-textcol-green #colophon #site-info,.footer-textcol-green #colophon p{color:#85c066}.site-content div.wpcf7{clear:both;overflow:hidden;max-width:100%;padding:0 0 30px}.site-content div.wpcf7 input,.site-content div.wpcf7 p,.site-content div.wpcf7 textarea{font-size:16px;font-size:1rem}.site-content div.wpcf7 p{margin:10px 0 0;padding:0}.site-content div.wpcf7 p:last-of-type{padding:0}.site-content div.wpcf7 input[type=email],.site-content div.wpcf7 input[type=text],.site-content div.wpcf7 textarea{width:100%}.site-content div.wpcf7 p input.wpcf7-submit,.site-content input.wpcf7-submit{clear:both;overflow:hidden;width:100%;font-weight:600}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block}.slick-track:after,.slick-track:before{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.gallery .slick-loading .slick-list{background:#fff url(img/ajax-loader.gif) 50% no-repeat}.gallery .slick-next,.gallery .slick-prev{line-height:0;position:absolute;top:50%;display:block;width:50px;padding:0;transform:translateY(-50%);cursor:pointer;border:none;z-index:20}.gallery .slick-next,.gallery .slick-next:focus,.gallery .slick-next:hover,.gallery .slick-prev,.gallery .slick-prev:focus,.gallery .slick-prev:hover{color:transparent;outline:none;background:transparent}.gallery .slick-next:focus:before,.gallery .slick-next:hover:before,.gallery .slick-prev:focus:before,.gallery .slick-prev:hover:before{opacity:1}.gallery .slick-next.slick-disabled:before,.gallery .slick-prev.slick-disabled:before{opacity:.25}.gallery .slick-next:before,.gallery .slick-prev:before{line-height:1;opacity:.75;color:#f80;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.gallery .slick-prev{left:30px}.gallery [dir=rtl] .slick-prev{right:30px;left:auto}.gallery .slick-next{right:30px}.gallery [dir=rtl] .slick-next{right:auto;left:30px}.gallery .slick-dotted.slick-slider{margin-bottom:40px}.gallery .slick-dots{position:absolute;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.gallery .slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.gallery .slick-dots li button{display:block;width:20px;height:20px;padding:5px;cursor:pointer;border:0;background:transparent;color:transparent}.gallery .slick-dots li button:focus,.gallery .slick-dots li button:hover{outline:none}.gallery .slick-dots li button:focus:before,.gallery .slick-dots li button:hover:before{opacity:.75;color:#f80}.gallery .slick-dots li button:before{position:absolute;top:0;left:0;opacity:.25;text-align:center;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.gallery .slick-dots li:after{display:none}.gallery .slick-dots li.slick-active button:before{opacity:1;color:#f80}.gallery .slider img{margin:0 auto}.gallery .slider li:before{content:inherit;display:none;margin:0}.gallery .slider .gallery-image-caption{text-align:center;font-size:14px;line-height:19.6px;font-size:.875rem;line-height:1.225rem}@keyframes "DownMove"{0%{top:50%}5%{top:60%}10%{top:50%}15%{top:60%}20%{top:50%}}@-webkit-keyframes "DownMove"{0%{top:50%}5%{top:60%}10%{top:50%}15%{top:60%}20%{top:50%}}ul.picrew-social-icons li{list-style:none;margin:0;padding:0;background:none}ul.picrew-social-icons li:before{vertical-align:top;position:relative;content:"";padding:0}.picrew-social-icons{border:1px solid #fff}.picrew-social-icons span{display:inline-block;padding:0 5px;margin-bottom:2px}.picrew-social-icons a{display:block;transition:transform .3s;width:25px;height:25px;text-align:center;vertical-align:middle;border-radius:50%;color:#672082}.picrew-social-icons a:hover{color:#fff;background-color:#f80}.picrew-icon-yelp:before{content:""}.picrew-icon-xing:before{content:""}.picrew-icon-xing2:before{content:""}.picrew-icon-stumbleupon:before{content:""}.picrew-icon-stumbleupon2:before{content:""}.picrew-icon-delicious:before{content:""}.picrew-icon-lastfm:before{content:""}.picrew-icon-lastfm2:before{content:""}.picrew-icon-hackernews:before{content:""}.picrew-icon-reddit:before{content:""}.picrew-icon-soundcloud:before{content:""}.picrew-icon-yahoo:before{content:""}.picrew-icon-wordpress2:before{content:""}.picrew-icon-steam:before{content:""}.picrew-icon-steam2:before{content:""}.picrew-icon-500px:before{content:""}.picrew-icon-deviantart:before{content:""}.picrew-icon-twitch:before{content:""}.picrew-icon-feed:before{content:""}.picrew-icon-sina-weibo:before{content:""}.picrew-icon-renren:before{content:""}.picrew-icon-vk:before{content:""}.picrew-icon-vine:before{content:""}.picrew-icon-telegram:before{content:""}.picrew-icon-spotify:before{content:""}.picrew-icon-mail2:before,.picrew-icon-mail3:before{content:""}.picrew-icon-arrow-down:before{content:""}.picrew-icon-arrow-left:before{content:""}.picrew-icon-arrow-right:before{content:""}.picrew-icon-close:before{content:""}.picrew-icon-github:before{content:""}.picrew-icon-mail:before{content:""}.picrew-icon-link:before{content:""}.picrew-icon-google-plus:before{content:""}.picrew-icon-google-plus2:before{content:""}.picrew-icon-facebook:before{content:""}.picrew-icon-facebook2:before{content:""}.picrew-icon-instagram:before{content:""}.picrew-icon-whatsapp:before{content:""}.picrew-icon-twitter:before{content:""}.picrew-icon-youtube:before{content:""}.picrew-icon-vimeo:before{content:""}.picrew-icon-vimeo2:before{content:""}.picrew-icon-flickr:before{content:""}.picrew-icon-wordpress:before{content:""}.picrew-icon-tumblr:before{content:""}.picrew-icon-skype:before{content:""}.picrew-icon-linkedin2:before{content:""}.picrew-icon-linkedin:before{content:""}.picrew-icon-pinterest2:before{content:""}.picrew-icon-pinterest:before{content:""}.picrew-icon-foursquare:before{content:""}.picrew-grid-wrapper,.pirate-crew-single{font-family:DejaWeb,sans-serif}.picrew-grid-wrapper,.picrew-grid-wrapper *,.picrew-grid-wrapper:after,.picrew-grid-wrapper:before,.pirate-crew-single,.pirate-crew-single *,.pirate-crew-single:after,.pirate-crew-single:before{box-sizing:border-box}.picrew-grid-wrapper figcaption,.pirate-crew-single figcaption{display:block}.picrew-grid-wrapper figure,.pirate-crew-single figure{display:block;margin:0;-webkit-margin-before:0;-webkit-margin-after:0;-webkit-margin-start:0;-webkit-margin-end:0}.picrew-grid-wrapper a,.pirate-crew-single a{text-decoration:none;box-shadow:none;border-bottom:0;outline:none}.picrew-grid-wrapper .picrew-grid,.pirate-crew-single .picrew-grid{font-family:DejaWeb,sans-serif;list-style:none;padding:30px 0;margin:0 -15px}@media (max-width:700px){.picrew-grid-wrapper .picrew-grid,.pirate-crew-single .picrew-grid{margin:0 auto}}.picrew-grid-wrapper .picrew-grid>.picrew-grid-card,.pirate-crew-single .picrew-grid>.picrew-grid-card{float:left;width:25%;padding:0 15px;margin:0 0 30px;clear:none}@media (max-width:700px){.picrew-grid-wrapper .picrew-grid>.picrew-grid-card,.pirate-crew-single .picrew-grid>.picrew-grid-card{float:none;width:100%;margin:0}}.picrew-grid-wrapper .picrew-grid h3,.pirate-crew-single .picrew-grid h3{margin:0 0 3px;padding:0}.picrew-grid-wrapper .picrew-grid.drawer-style,.pirate-crew-single .picrew-grid.drawer-style{margin:0}.picrew-grid-wrapper .grid-full-col>.picrew-grid-card,.pirate-crew-single .grid-full-col>.picrew-grid-card{width:100%}.picrew-grid-wrapper .grid-2-col>.picrew-grid-card,.pirate-crew-single .grid-2-col>.picrew-grid-card{width:50%}.picrew-grid-wrapper .grid-3-col>.picrew-grid-card,.pirate-crew-single .grid-3-col>.picrew-grid-card{width:33.33%}.picrew-grid-wrapper .grid-4-col>.picrew-grid-card,.pirate-crew-single .grid-4-col>.picrew-grid-card{width:25%}.picrew-grid-wrapper .grid-5-col>.picrew-grid-card,.pirate-crew-single .grid-5-col>.picrew-grid-card{width:20%}.picrew-grid-wrapper p,.pirate-crew-single p{line-height:1.4}.picrew-grid-wrapper ul,.pirate-crew-single ul{list-style:none;line-height:normal}.picrew-grid-wrapper .picrew-social-icons,.pirate-crew-single .picrew-social-icons{padding:0;margin:0 -5px}.picrew-grid-wrapper .picrew-social-icons a,.pirate-crew-single .picrew-social-icons a{text-decoration:none;border:none}.picrew-grid-wrapper .picrew-contact-details,.pirate-crew-single .picrew-contact-details{margin-bottom:20px}.picrew-grid-wrapper .picrew-contact-details a,.picrew-grid-wrapper a.picrew-modal-close,.picrew-grid-wrapper a.picrew-nav-item,.pirate-crew-single .picrew-contact-details a,.pirate-crew-single a.picrew-modal-close,.pirate-crew-single a.picrew-nav-item{text-decoration:none;border:none}.picrew-grid-wrapper .picrew-grid.list-style,.pirate-crew-single .picrew-grid.list-style{margin:0;padding:0}html.picrew-popup-on{height:100%;overflow:hidden}.picrew-personal-info{display:block;position:relative;margin-bottom:15px}.picrew-personal-info p,.picrew-personal-info span{font-size:16px;line-height:22.4px;font-size:1rem;line-height:1.4rem;display:block}.picrew-contact-info{display:block}.picrew-contact-info p{margin:0 0 15px;line-height:normal}.picrew-flip-back-inner,.picrew-flip-front{display:block}.circles-style,.grid-style{line-height:1.2}.accordion .accordion-group .accordion-body .accordion-inner:after,.clearfix:after,.picrew-grid:after{content:"";clear:both;display:block}.picrew-grid figure,.picrew-grid figure img{position:relative;margin:0}.picrew-grid figure img{width:100%;display:block;border:none}figure{overflow:hidden}figure figcaption a{box-shadow:none;border-bottom:0}.picrew-contact-details>p{padding:10px 0;margin:0!important;border-bottom:1px dotted rgba(35,35,35,.2)}.picrew-contact-details span{min-width:100px;margin-right:6px}figcaption p{font-size:15px;line-height:21px;font-size:.9375rem;line-height:1.3125rem}.drawer-style a,.picrew-popup-details a,.picrew-popup-items a{box-shadow:none;border-bottom:0}.picrew-grid-nav{display:none!important}.picrew-content-scrollbar{padding-right:30px}.picrew-personal-details{max-height:293px;overflow:hidden}.picrew-coming-soon{text-align:center;color:#ececed}.cards-style.style-1 figure{overflow:hidden;padding:30px 0 100px;background:#fff;border:1px solid rgba(0,0,0,.1)}.cards-style.style-1 figure:before{content:"";background:hsla(0,0%,100%,.9);background:linear-gradient(180deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.6) 37%,#fff 78%,#fff);position:absolute;top:0;right:0;bottom:0;left:0;transform:translateY(100%) translateY(-90px);transition:transform .4s;z-index:1}.cards-style.style-1 figure img{transition:transform .8s;border-radius:50%;-webkit-border-radius:50%;max-width:160px;margin:0 auto;display:block}.cards-style.style-1 figcaption{bottom:0;left:0;right:0;position:absolute;padding:30px 20px;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateY(calc(100% - 100px));transition:transform .4s;text-align:center;z-index:2}.cards-style.style-1 figcaption p{font-size:15px;line-height:21px;font-size:.9375rem;line-height:1.3125rem}.cards-style.style-1 .picrew-contact-info{transform:translateY(100%);-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .4s;opacity:0;visibility:hidden}.cards-style.style-1 figure.cs-hover img{transform:scale(1.1)}.cards-style.style-1 figure.cs-hover:before,.cards-style.style-1 figure.cs-hover figcaption{transform:translateY(0) translateY(0)}.cards-style.style-1 figure.cs-hover .picrew-contact-info{transform:translateY(0);opacity:1;visibility:visible}.no-touchevents .cards-style.style-1 figure:hover img{transform:scale(1.1)}.no-touchevents .cards-style.style-1 figure:hover:before,.no-touchevents .cards-style.style-1 figure:hover figcaption{transform:translateY(0) translateY(0)}.no-touchevents .cards-style.style-1 figure:hover .picrew-contact-info{transform:translateY(0);opacity:1;visibility:visible}.no-touchevents .cards-style.style-2 figure:hover .picrew-flip-front{transform:rotateY(180deg)}.no-touchevents .cards-style.style-2 figure:hover figcaption{transform:rotateY(0deg)}.no-touchevents .cards-style.style-3 figure:hover img{transform:scale(1.1)}.no-touchevents .cards-style.style-3 figure:hover:before,.no-touchevents .cards-style.style-3 figure:hover figcaption{transform:translateY(0) translateY(0)}.no-touchevents .cards-style.style-3 figure:hover .picrew-contact-info{transform:translateY(0);opacity:1;visibility:visible}.no-touchevents .cards-style.style-4 figure:hover img{transform:scale(1.05)}.cards-style .picrew-flip-back{font-size:0}.cards-style figcaption:after{content:"";height:100%;display:inline-block;vertical-align:middle;width:1px}.cards-style .picrew-flip-back-inner{display:inline-block;width:calc(100% - 1px);vertical-align:middle;font-size:15px;line-height:21px;font-size:.9375rem;line-height:1.3125rem}.cards-style.style-2 figure{overflow:hidden;text-align:center;transform-style:preserve-3d}.cards-style.style-2 figure img{border-radius:50%;-webkit-border-radius:50%;max-width:160px;margin:0 auto;display:block}.cards-style.style-2 .picrew-flip-front{-webkit-backface-visibility:hidden;backface-visibility:hidden;padding:30px 20px;background:#fff;border:1px solid rgba(0,0,0,.1);color:#672082;transition:transform .6s,z-index .7s;transform:rotateY(0deg);position:relative}.cards-style.style-2 .picrew-flip-front .picrew-personal-info{padding-top:20px}.cards-style.style-2 figcaption{-webkit-backface-visibility:hidden;backface-visibility:hidden;padding:30px 20px;background:#fff;border:1px solid rgba(0,0,0,.1);color:#1a1a1a;transition:transform .6s,z-index .7s;position:absolute;left:0;top:0;right:0;bottom:0}.cards-style.style-2 figcaption,.cards-style.style-2 figure.cs-hover .picrew-flip-front{transform:rotateY(180deg)}.cards-style.style-2 figure.cs-hover figcaption{transform:rotateY(0deg)}.cards-style.style-3 figure{overflow:hidden;padding:20px 20px 100px;background:#fff;border:1px solid rgba(0,0,0,.1)}.cards-style.style-3 figure:before{content:"";background:hsla(0,0%,100%,.9);background:linear-gradient(180deg,hsla(0,0%,100%,.3) 0,hsla(0,0%,100%,.6) 20%,#fff 78%,#fff);position:absolute;top:0;right:0;bottom:0;left:0;transform:translateY(100%) translateY(-90px);transition:transform .4s;z-index:1}.cards-style.style-3 figure img{transition:transform .8s}.cards-style.style-3 figcaption{bottom:0;left:0;right:0;position:absolute;padding:30px 20px;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateY(100%) translateY(-100px);transition:transform .4s;text-align:center;z-index:2;color:#1a1a1a}.cards-style.style-3 figcaption p{font-size:15px;line-height:21px;font-size:.9375rem;line-height:1.3125rem}.cards-style.style-3 .picrew-contact-info{transform:translateY(100%);-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .4s;opacity:0;visibility:hidden}.cards-style.style-3 figure.cs-hover img{transform:scale(1.1)}.cards-style.style-3 figure.cs-hover:before,.cards-style.style-3 figure.cs-hover figcaption{transform:translateY(0) translateY(0)}.cards-style.style-3 figure.cs-hover .picrew-contact-info{transform:translateY(0);opacity:1;visibility:visible}.cards-style.style-4{display:flex;flex-flow:row wrap}.cards-style.style-4:after{display:none}.cards-style.style-4 figure{padding:20px 20px 0;background:#fff;border:1px solid rgba(0,0,0,.1);position:relative}.cards-style.style-4 figure img{transition:transform .5s}.cards-style.style-4 figcaption{padding:20px;text-align:center;z-index:2;color:#1a1a1a}.cards-style.style-4 figcaption p{font-size:15px;line-height:21px;font-size:.9375rem;line-height:1.3125rem}.cards-style.style-4 figure.cs-hover img{transform:scale(1.05)}.drawer-style.style-1 figcaption{position:absolute;left:25px;right:25px;top:25px;bottom:25px;padding:30px;background:rgba(35,35,35,.8);color:#1a1a1a;text-align:center;opacity:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:scale(.6);-webkit-transform:scale(.6);-moz-transform:scale(.6);transition:transform .2s,opacity .2s;font-size:0}.list-style figure{color:#1a1a1a}.list-style figure img{max-width:300px}.list-style .picrew-personal-info{text-align:left}.list-style .picrew-personal-info h3{margin:0 0 5px}.list-style figcaption p{font-size:16px;line-height:22.4px;font-size:1rem;line-height:1.4rem}.list-style .picrew-social-icons{margin-bottom:15px}.list-style .picrew-social-icons span{margin:0 1px 2px;text-align:center;padding:0}.list-style .picrew-contact-info{text-align:left}.list-style .picrew-contact-info a{margin-left:10px}.picrew-grid.list-style figcaption{overflow:hidden}.picrew-grid.list-style>.picrew-grid-card{width:100%;float:none;border-bottom:1px solid rgba(35,35,35,.2);padding:0 0 40px;margin-bottom:40px}.picrew-grid.list-style>li:last-child{border-bottom:0;margin-bottom:0}.picrew-grid.list-style h3{margin:0 0 10px}.picrew-grid.list-style .picrew-personal-info span{font-size:15px;line-height:21px;font-size:.9375rem;line-height:1.3125rem}.entry-content .picrew-grid.style-1 ul li:before{margin-left:0}.list-style.style-1 .picrew-contact-info{font-size:16px;line-height:22.4px;font-size:1rem;line-height:1.4rem}.list-style.style-1 figure img{float:left;margin-right:30px}.list-style.style-2 figure img{float:right;margin-left:30px}.picrew-table{display:table;width:100%;color:#1a1a1a}.picrew-table-row{display:table-row}.picrew-table-cell{display:table-cell;padding:10px;vertical-align:middle}.picrew-table-cell .picrew-table-cell-inner{max-width:400px}.picrew-table-cell .picrew-social-icons a{color:#672082}.picrew-table-cell .picrew-social-icons a:hover{color:#fff;background-color:#f80}.picrew-table-row.picrew-table-head .picrew-table-cell{border:none}.table-style .picrew-table-img-holder{max-width:75px}.table-style .picrew-table-cell h2,.table-style .picrew-table-cell h3{margin:0;padding:0}.table-style .picrew-table-cell p{margin-bottom:10px}.picrew-table-description .picrew-table-cell-inner{min-width:240px}.picrew-table.style-1 .picrew-table-row.picrew-table-head .picrew-table-cell{border-bottom:2px solid #ccc}.picrew-table.style-1 .picrew-table-cell{border-bottom:1px solid #ccc}.picrew-table.style-2 .picrew-table-cell,.picrew-table.style-2 .picrew-table-row.picrew-table-head .picrew-table-cell{border-bottom:none}.picrew-table.style-3 .picrew-table-cell{border-bottom:1px solid #ddd}.picrew-table.style-3 .picrew-table-row:first-child .picrew-table-cell{border-top:1px solid #ddd}.picrew-table.style-3 .picrew-table-row .picrew-table-cell:first-child{border-left:1px solid #ddd}.picrew-table.style-3 .picrew-table-row .picrew-table-cell:last-child{border-right:1px solid #ddd}:root .cards-style.style-2 figcaption{z-index:1}:root .cards-style.style-2 .picrew-flip-front{z-index:2}:root .cards-style.style-2 figure:hover figcaption{z-index:3}.pirate-crew-single.list{width:100%}.pirate-crew-single .picrew-grid{min-width:260px}.pirate-crew-single .cards-style.picrew-grid{max-width:300px}@media (max-width:700px){.pirate-crew-single .cards-style.picrew-grid{max-width:100%}}.pirate-crew-single.aligncenter .cards-style.picrew-grid{margin:0 auto}@media (max-width:700px){.pirate-crew-single{width:100%}.pirate-crew-single.alignleft,.pirate-crew-single.alignright{float:none}}@media (max-width:1230px){.picrew-grid-wrapper .grid-5-col>.picrew-grid-card,.pirate-crew-single .grid-5-col>.picrew-grid-card{width:25%}}@media (max-width:830px){.picrew-popup-on body{overflow:auto}}@media (max-width:678px){.picrew-grid-wrapper .picrew-grid>.picrew-grid-card,.pirate-crew-single .picrew-grid>.picrew-grid-card{width:100%}}@media screen and (max-width:830px){.picrew-table-description .picrew-table-cell-inner{min-width:unset}}@media screen and (max-width:700px){.picrew-grid.list-style figcaption{overflow:visible}.list-style.style-1 figure img,.list-style.style-2 figure img{float:none;margin:0 auto 30px}.picrew-table{display:block}.picrew-table .picrew-table-cell h2{margin-bottom:10px}.picrew-table .picrew-table-cell h3{margin-top:0}.picrew-table-row{display:block}.picrew-table-cell{display:block;padding:0;border:none}.picrew-table-cell .picrew-table-cell-inner{max-width:none}.picrew-table.style-1 .picrew-table-row{padding-bottom:20px;border-bottom:1px solid #ccc;margin-bottom:20px}.picrew-table.style-1 .picrew-table-cell{border:none}.picrew-table-row.picrew-table-head{display:none}.table-style .picrew-table-img-holder{float:left;margin-right:20px;margin-bottom:20px}.picrew-table-designation,.picrew-table-name{overflow:hidden}.picrew-table-description{clear:both}.picrew-table.style-2 .picrew-table-row{padding:20px 15px}.picrew-table.style-3{border:1px solid #ccc}.picrew-table.style-3 .picrew-table-row{padding:20px 15px;border-bottom:1px solid #ccc}.picrew-table.style-3 .picrew-table-row:last-child{border-bottom:none}.picrew-table.style-3 .picrew-table-cell{border:none!important}}@media screen and (max-width:650px){.picrew-personal-details{max-height:100%;overflow:visible}}@media screen and (-ms-high-contrast:active){.cards-style.style-1 figure:before{transform:translateY(0);opacity:0;visibility:hidden;transition:opacity .4s,visibility .4s}.cards-style.style-1 figure.cs-hover:before,.no-touchevents .cards-style.style-1 figure:hover:before{transform:translateY(0);opacity:1;visibility:visible}.no-touchevents .cards-style.style-2 figure:hover figcaption{z-index:3}.cards-style.style-2 .picrew-flip-front{z-index:2}.cards-style.style-2 .picrew-flip-front,.cards-style.style-2 figcaption{transition:transform .6s,z-index .7s;-webkit-backface-visibility:visible;backface-visibility:visible}.cards-style.style-2 figcaption{z-index:1}.cards-style.style-2 figure.cs-hover figcaption{z-index:3}}@media (-ms-high-contrast:none){.cards-style.style-1 figure:before{transform:translateY(0);opacity:0;visibility:hidden;transition:opacity .4s,visibility .4s}.cards-style.style-1 figure.cs-hover:before,.no-touchevents .cards-style.style-1 figure:hover:before{transform:translateY(0);opacity:1;visibility:visible}.no-touchevents .cards-style.style-2 figure:hover figcaption{z-index:3}.cards-style.style-2 .picrew-flip-front{z-index:2}.cards-style.style-2 .picrew-flip-front,.cards-style.style-2 figcaption{transition:transform .6s,z-index .7s;-webkit-backface-visibility:visible;backface-visibility:visible}.cards-style.style-2 figcaption{z-index:1}.cards-style.style-2 figure.cs-hover figcaption{z-index:3}}@media screen and (min-width:64em){p.text-big{font-size:32px;font-size:2rem}.front-about-img{width:32.8%;padding-right:1.6%}}@media screen and (min-width:66.25em){.headerimg-on.header-boxed #masthead{border-bottom:1px solid #ddd!important}.front-section:first-of-type{padding-top:0}.content-wrap{margin-top:0}.js .imgfade-on .fadein{opacity:0;transition:opacity .7s ease-in-out;-webkit-transition:opacity .7s ease-in-out;-webkit-transform:translateZ(0)}.js .imgfade-on .fadein.inview{opacity:1}.front-section,.headerimg-on.header-boxed .header-image,.recommended-posts-wrap,.singlepost-wrap{padding-left:0;padding-right:0}.big-footer-feature,.blog-wrap,.footer-wrap,.front-section,.headerimg-on.header-boxed .header-image,.recommended-posts-wrap,.singlepost-wrap{margin-left:6.25%;margin-right:6.25%}#front-section-four{margin-left:auto;margin-right:auto}#primary,.page .site-content{width:65.87301587301587%;float:left}#secondary,#sidebar-page{width:31.74603174603175%;float:right;padding-top:0}.sidebar-left #primary,.single-post.sidebar-left .contentwrap{float:right}.sidebar-left #secondary,.sidebar-left #sidebar-page{float:left;padding-top:0}.no-sidebar #primary,.no-sidebar.page .site-content{width:90%;max-width:1260px;float:none;margin-left:auto;margin-right:auto}.page-fullwidth #primary,.page-fullwidth .site-content{width:100%!important;max-width:none;float:none;margin-left:auto;margin-right:auto}p.site-title{font-size:60px;font-size:3.75rem;line-height:1.35;text-align:center;padding-right:0}p.text-big{font-size:48px;font-size:3rem}.section-one-column-one .entry-author,.section-one-column-one .entry-date:before{display:inline-block}.headerimg-on.header-boxed .header-image{margin-top:30px}.page-template-shop-front .entry-text-wrap{width:48.80952380952381%;float:left;clear:left}.page-template-shop-front .section-three-column-one .entry-header,.page-template-shop-front .section-three-column-one .entry-meta,.page-template-shop-front .section-three-column-one .entry-summary{width:100%}}@media screen and (min-width:85em){.blog-wrap,.front-section,.headerimg-on.header-boxed .header-image{margin-left:auto;margin-right:auto;width:80%}.entry-content p.pull-left,.entry-content p.pull-right{margin-bottom:20px}.no-sidebar #primary,.no-sidebar.page .site-content{width:80%}.headerimg-on.header-fullscreen a.header-image{max-height:900px!important;overflow:hidden}}@media screen and (min-width:112.5em){#page-start,.blog-wrap,.content-wrap,.singlepost-wrap{min-width:1560px;margin-left:auto;margin-right:auto}.big-footer-feature,.blog-wrap,.footer-wrap,.headerimg-on.header-boxed .header-image{width:70%;margin-left:auto;margin-right:auto}}@media screen and (min-width:137.5em){.big-footer-feature,.footer-wrap,.headerimg-on.header-boxed .header-image{width:56%}}@media print{#printhead{color:#000;content:"Print"}}@media print{#overlay-open,#search-open,.footer-menus-wrap nav,.footer-search,.header-social,.inner-offcanvas-wrap,.shariff,.shariff-main,.shariff li,.sticky-header{display:none!important}#masthead{position:relative}#masthead .site-header-content{position:relative;display:block;border:none!important;height:auto;margin:0 auto}#masthead .site-header-content #site-branding{height:auto;margin:0 auto;width:auto;border:none;text-align:center;padding:0;position:relative;display:block}#masthead .site-header-content #site-branding img{width:auto;max-width:inherit;height:inherit;max-height:100px}h1{page-break-before:always}h1,h2,h3,h4,h5{page-break-after:avoid}header#masthead{position:relative;border:none}.error404 .content-wrap,.front-section:first-of-type,.page .content-wrap,.singlepost-wrap{padding-top:10px}main{position:relative;display:block}main figure,main table{page-break-inside:avoid}main p a[href]:after{content:" (" attr(href) ")";color:#f80;background-color:inherit;font-style:italic;size:80%}main p a[href^="#"]:after{display:none}main p a{text-transform:inherit;word-wrap:break-word;color:#000}#colophon,#colophon a,#colophon h2,#colophon h3,#colophon li,#colophon p,#colophon span,#colophon td,#colophon tr,#colophon ul,.socialmedia-secondcolor #footer-social.social-nav ul li a{background:none;color:#000}#footer-social h2.socialmedia{float:none;display:block;color:#000;font-weight:700}#footer-social.social-nav ul{display:block}#footer-social.social-nav ul li{display:list-item;border-radius:initial;background:none}#footer-social.social-nav ul li a:before{width:25px}#footer-social.social-nav ul li a{overflow:auto;color:#000;width:auto;text-align:left;height:auto;background:none;border:none;border-radius:initial;text-transform:inherit;word-wrap:break-word}#footer-social.social-nav ul li a[href]:after{content:" (" attr(href) ")";color:#f80;background-color:inherit;font-style:italic;size:80%}#footer-social.social-nav ul li a[href^="#"]:after{display:none}} \ No newline at end of file +*/ +/* +Mixins for borders and gradients +*/ +/*-----------------------------------------------------------------------------------*/ +/* Fonts +/*-----------------------------------------------------------------------------------*/ +/*-----------------------------------------------------------------------------------*/ +/* Font Roboto + * Apache License + * Version 2.0, January 2004 + * http://www.apache.org/licenses/ +/*-----------------------------------------------------------------------------------*/ +@font-face { + font-family: "roboto"; + src: url("./fonts/roboto/Roboto-Bold-webfont.eot"); + src: url("./fonts/roboto/Roboto-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/roboto/Roboto-Bold-webfont.woff") format("woff"), url("./fonts/roboto/Roboto-Bold-webfont.ttf") format("truetype"), url("./fonts/roboto/Roboto-Bold-webfont.svg#robotobold") format("svg"); + font-weight: bold; + font-style: normal; + font-display: swap; +} +@font-face { + font-family: "roboto"; + src: url("./fonts/roboto/Roboto-BoldItalic-webfont.eot"); + src: url("./fonts/roboto/Roboto-BoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/roboto/Roboto-BoldItalic-webfont.woff") format("woff"), url("./fonts/roboto/Roboto-BoldItalic-webfont.ttf") format("truetype"), url("./fonts/roboto/Roboto-BoldItalic-webfont.svg#robotobold_italic") format("svg"); + font-weight: bold; + font-style: italic; + font-display: swap; +} +@font-face { + font-family: "roboto"; + src: url("./fonts/roboto/Roboto-Italic-webfont.eot"); + src: url("./fonts/roboto/Roboto-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/roboto/Roboto-Italic-webfont.woff") format("woff"), url("./fonts/roboto/Roboto-Italic-webfont.ttf") format("truetype"), url("./fonts/roboto/Roboto-Italic-webfont.svg#robotoitalic") format("svg"); + font-weight: normal; + font-style: italic; + font-display: swap; +} +@font-face { + font-family: "roboto"; + src: url("./fonts/roboto/Roboto-Regular-webfont.eot"); + src: url("./fonts/roboto/Roboto-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/roboto/Roboto-Regular-webfont.woff") format("woff"), url("./fonts/roboto/Roboto-Regular-webfont.ttf") format("truetype"), url("./fonts/roboto/Roboto-Regular-webfont.svg#robotoregular") format("svg"); + font-weight: normal; + font-style: normal; + font-display: swap; +} +@font-face { + font-family: "roboto-light"; + src: url("./fonts/roboto/Roboto-Light-webfont.eot"); + src: url("./fonts/roboto/Roboto-Light-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/roboto/Roboto-Light-webfont.woff") format("woff"), url("./fonts/roboto/Roboto-Light-webfont.ttf") format("truetype"), url("./fonts/roboto/Roboto-Light-webfont.svg#robotolight") format("svg"); + font-weight: normal; + font-style: normal; + font-display: swap; +} +/*-----------------------------------------------------------------------------------*/ +/* Font File Dejaweb +* DejaWeb +* by AnatoleType +/*-----------------------------------------------------------------------------------*/ +@font-face { + font-family: "DejaWeb"; + src: url("./fonts/dejaweb/DejaWeb-Bold.ttf"); + src: url("./fonts/dejaweb/DejaWeb-Bold.ttf") format("truetype"); + font-weight: bold; + font-style: normal; + font-display: swap; +} +@font-face { + font-family: "DejaWeb"; + src: url("./fonts/dejaweb/DejaWeb-BoldItalic.ttf"); + src: url("./fonts/dejaweb/DejaWeb-BoldItalic.ttf") format("truetype"); + font-weight: bold; + font-style: italic; + font-display: swap; +} +@font-face { + font-family: "DejaWeb"; + src: url("./fonts/dejaweb/DejaWeb-Italic.ttf"); + src: url("./fonts/dejaweb/DejaWeb-Italic.ttf") format("truetype"); + font-weight: normal; + font-style: italic; + font-display: swap; +} +@font-face { + font-family: "DejaWeb"; + src: url("./fonts/dejaweb/DejaWeb.ttf"); + src: url("./fonts/dejaweb/DejaWeb.ttf") format("truetype"); + font-weight: normal; + font-style: normal; + font-display: swap; +} +/* + * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */ +/* FONT PATH + * -------------------------- */ +@font-face { + font-family: "FontAwesome"; + src: url("./fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0"); + src: url("./fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("./fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("./fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("./fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("./fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg"); + font-weight: normal; + font-style: normal; +} +.fa, [class*=" picrew-icon-"], [class^=picrew-icon-], .gallery .slick-dots li button:before, .gallery [dir=rtl] .slick-next:before, .gallery .slick-prev:before, +.gallery .slick-next:before, .accordion .accordion-group .accordion-heading .accordion-toggle:before, .featured-slider button.slick-prev:after, .featured-slider button.slick-next:after, #comments .comment-reply a:before, .entry-comments a:before, #comments-toggle:before, .social-nav ul li a::before, .entry-content ul li ul li:before, .entry-content ul li:before, .single-post .post-navigation .prev:before, +.single-post .pagebreak-links .prev:before, .single-post .post-navigation .next:after, +.single-post .pagebreak-links .next:after, #overlay-close:before, #overlay-open:before, +#overlay-open-sticky:before, .search-open:before, #desktop-navigation ul.menu li .external a::after, #desktop-navigation ul.menu li.menu-item-has-children > a::after, .dropdown-toggle:after { + display: inline-block; + font: normal normal normal 14px/1 FontAwesome; + font-size: inherit; + text-rendering: auto; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +/* makes the font 33% larger relative to the icon container */ +.fa-lg { + font-size: 1.3333333333em; + line-height: 0.75em; + vertical-align: -15%; +} + +.fa-2x, #overlay-close:before, #overlay-open:before, +#overlay-open-sticky:before { + font-size: 2em; +} + +.fa-3x, .gallery .slick-prev:before, +.gallery .slick-next:before { + font-size: 3em; +} + +.fa-4x { + font-size: 4em; +} + +.fa-5x { + font-size: 5em; +} + +.fa-fw { + width: 1.2857142857em; + text-align: center; +} + +.fa-ul, .social-nav ul { + padding-left: 0; + margin-left: 2.1428571429em; + list-style-type: none; +} +.fa-ul > li, .social-nav ul > li { + position: relative; +} + +.fa-li { + position: absolute; + left: -2.1428571429em; + width: 2.1428571429em; + top: 0.1428571429em; + text-align: center; +} +.fa-li.fa-lg { + left: -1.8571428571em; +} + +.fa-border { + padding: 0.2em 0.25em 0.15em; + border: solid 0.08em #eee; + border-radius: 0.1em; +} + +.fa-pull-left { + float: left; +} + +.fa-pull-right { + float: right; +} + +.fa.fa-pull-left, .fa-pull-left[class*=" picrew-icon-"], .fa-pull-left[class^=picrew-icon-], .gallery .slick-dots li button.fa-pull-left:before, .gallery .fa-pull-left.slick-prev:before, +.gallery .fa-pull-left.slick-next:before, .accordion .accordion-group .accordion-heading .fa-pull-left.accordion-toggle:before, .featured-slider button.fa-pull-left.slick-prev:after, .featured-slider button.fa-pull-left.slick-next:after, #comments .comment-reply a.fa-pull-left:before, .entry-comments a.fa-pull-left:before, .fa-pull-left#comments-toggle:before, .social-nav ul li a.fa-pull-left::before, .entry-content ul li.fa-pull-left:before, .single-post .post-navigation .fa-pull-left.prev:before, +.single-post .pagebreak-links .fa-pull-left.prev:before, .single-post .post-navigation .fa-pull-left.next:after, +.single-post .pagebreak-links .fa-pull-left.next:after, .fa-pull-left#overlay-close:before, .fa-pull-left#overlay-open:before, +.fa-pull-left#overlay-open-sticky:before, .fa-pull-left.search-open:before, #desktop-navigation ul.menu li .external a.fa-pull-left::after, #desktop-navigation ul.menu li.menu-item-has-children > a.fa-pull-left::after, .fa-pull-left.dropdown-toggle:after { + margin-right: 0.3em; +} +.fa.fa-pull-right, .fa-pull-right[class*=" picrew-icon-"], .fa-pull-right[class^=picrew-icon-], .gallery .slick-dots li button.fa-pull-right:before, .gallery .fa-pull-right.slick-prev:before, +.gallery .fa-pull-right.slick-next:before, .accordion .accordion-group .accordion-heading .fa-pull-right.accordion-toggle:before, .featured-slider button.fa-pull-right.slick-prev:after, .featured-slider button.fa-pull-right.slick-next:after, #comments .comment-reply a.fa-pull-right:before, .entry-comments a.fa-pull-right:before, .fa-pull-right#comments-toggle:before, .social-nav ul li a.fa-pull-right::before, .entry-content ul li.fa-pull-right:before, .single-post .post-navigation .fa-pull-right.prev:before, +.single-post .pagebreak-links .fa-pull-right.prev:before, .single-post .post-navigation .fa-pull-right.next:after, +.single-post .pagebreak-links .fa-pull-right.next:after, .fa-pull-right#overlay-close:before, .fa-pull-right#overlay-open:before, +.fa-pull-right#overlay-open-sticky:before, .fa-pull-right.search-open:before, #desktop-navigation ul.menu li .external a.fa-pull-right::after, #desktop-navigation ul.menu li.menu-item-has-children > a.fa-pull-right::after, .fa-pull-right.dropdown-toggle:after { + margin-left: 0.3em; +} + +/* Deprecated as of 4.4.0 */ +.pull-right { + float: right; +} + +.pull-left { + float: left; +} + +.fa.pull-left, .pull-left[class*=" picrew-icon-"], .pull-left[class^=picrew-icon-], .gallery .slick-dots li button.pull-left:before, .gallery .pull-left.slick-prev:before, +.gallery .pull-left.slick-next:before, .accordion .accordion-group .accordion-heading .pull-left.accordion-toggle:before, .featured-slider button.pull-left.slick-prev:after, .featured-slider button.pull-left.slick-next:after, #comments .comment-reply a.pull-left:before, .entry-comments a.pull-left:before, .pull-left#comments-toggle:before, .social-nav ul li a.pull-left::before, .entry-content ul li.pull-left:before, .single-post .post-navigation .pull-left.prev:before, +.single-post .pagebreak-links .pull-left.prev:before, .single-post .post-navigation .pull-left.next:after, +.single-post .pagebreak-links .pull-left.next:after, .pull-left#overlay-close:before, .pull-left#overlay-open:before, +.pull-left#overlay-open-sticky:before, .pull-left.search-open:before, #desktop-navigation ul.menu li .external a.pull-left::after, #desktop-navigation ul.menu li.menu-item-has-children > a.pull-left::after, .pull-left.dropdown-toggle:after { + margin-right: 0.3em; +} +.fa.pull-right, .pull-right[class*=" picrew-icon-"], .pull-right[class^=picrew-icon-], .gallery .slick-dots li button.pull-right:before, .gallery .pull-right.slick-prev:before, +.gallery .pull-right.slick-next:before, .accordion .accordion-group .accordion-heading .pull-right.accordion-toggle:before, .featured-slider button.pull-right.slick-prev:after, .featured-slider button.pull-right.slick-next:after, #comments .comment-reply a.pull-right:before, .entry-comments a.pull-right:before, .pull-right#comments-toggle:before, .social-nav ul li a.pull-right::before, .entry-content ul li.pull-right:before, .single-post .post-navigation .pull-right.prev:before, +.single-post .pagebreak-links .pull-right.prev:before, .single-post .post-navigation .pull-right.next:after, +.single-post .pagebreak-links .pull-right.next:after, .pull-right#overlay-close:before, .pull-right#overlay-open:before, +.pull-right#overlay-open-sticky:before, .pull-right.search-open:before, #desktop-navigation ul.menu li .external a.pull-right::after, #desktop-navigation ul.menu li.menu-item-has-children > a.pull-right::after, .pull-right.dropdown-toggle:after { + margin-left: 0.3em; +} + +.fa-spin { + -webkit-animation: fa-spin 2s infinite linear; + animation: fa-spin 2s infinite linear; +} + +.fa-pulse { + -webkit-animation: fa-spin 1s infinite steps(8); + animation: fa-spin 1s infinite steps(8); +} + +@-webkit-keyframes fa-spin { + 0% { + transform: rotate(0deg); + } + 100% { + transform: rotate(359deg); + } +} +@keyframes fa-spin { + 0% { + transform: rotate(0deg); + } + 100% { + transform: rotate(359deg); + } +} +.fa-rotate-90 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; + transform: rotate(90deg); +} + +.fa-rotate-180 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; + transform: rotate(180deg); +} + +.fa-rotate-270 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; + transform: rotate(270deg); +} + +.fa-flip-horizontal { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; + transform: scale(-1, 1); +} + +.fa-flip-vertical { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; + transform: scale(1, -1); +} + +:root .fa-rotate-90, +:root .fa-rotate-180, +:root .fa-rotate-270, +:root .fa-flip-horizontal, +:root .fa-flip-vertical { + filter: none; +} + +.fa-stack { + position: relative; + display: inline-block; + width: 2em; + height: 2em; + line-height: 2em; + vertical-align: middle; +} + +.fa-stack-1x, .fa-stack-2x { + position: absolute; + left: 0; + width: 100%; + text-align: center; +} + +.fa-stack-1x { + line-height: inherit; +} + +.fa-stack-2x { + font-size: 2em; +} + +.fa-inverse { + color: #fff; +} + +/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen + readers do not read off random characters that represent icons */ +.fa-glass:before { + content: "\f000"; +} + +.fa-music:before { + content: "\f001"; +} + +.fa-search:before, .search-open:before { + content: "\f002"; +} + +.fa-envelope-o:before, .social-nav ul li a[href^=mailto]:before { + content: "\f003"; +} + +.fa-heart:before { + content: "\f004"; +} + +.fa-star:before, .social-nav ul li a:before { + content: "\f005"; +} + +.fa-star-o:before { + content: "\f006"; +} + +.fa-user:before { + content: "\f007"; +} + +.fa-film:before { + content: "\f008"; +} + +.fa-th-large:before { + content: "\f009"; +} + +.fa-th:before { + content: "\f00a"; +} + +.fa-th-list:before { + content: "\f00b"; +} + +.fa-check:before { + content: "\f00c"; +} + +.fa-remove:before, +.fa-close:before, +#overlay-close:before, +.fa-times:before { + content: "\f00d"; +} + +.fa-search-plus:before { + content: "\f00e"; +} + +.fa-search-minus:before { + content: "\f010"; +} + +.fa-power-off:before { + content: "\f011"; +} + +.fa-signal:before { + content: "\f012"; +} + +.fa-gear:before, +.fa-cog:before { + content: "\f013"; +} + +.fa-trash-o:before { + content: "\f014"; +} + +.fa-home:before { + content: "\f015"; +} + +.fa-file-o:before { + content: "\f016"; +} + +.fa-clock-o:before { + content: "\f017"; +} + +.fa-road:before { + content: "\f018"; +} + +.fa-download:before { + content: "\f019"; +} + +.fa-arrow-circle-o-down:before { + content: "\f01a"; +} + +.fa-arrow-circle-o-up:before { + content: "\f01b"; +} + +.fa-inbox:before { + content: "\f01c"; +} + +.fa-play-circle-o:before { + content: "\f01d"; +} + +.fa-rotate-right:before, +.fa-repeat:before { + content: "\f01e"; +} + +.fa-refresh:before, .social-nav ul li a[href*="flattr.com"]:before { + content: "\f021"; +} + +.fa-list-alt:before { + content: "\f022"; +} + +.fa-lock:before { + content: "\f023"; +} + +.fa-flag:before { + content: "\f024"; +} + +.fa-headphones:before { + content: "\f025"; +} + +.fa-volume-off:before { + content: "\f026"; +} + +.fa-volume-down:before { + content: "\f027"; +} + +.fa-volume-up:before { + content: "\f028"; +} + +.fa-qrcode:before { + content: "\f029"; +} + +.fa-barcode:before { + content: "\f02a"; +} + +.fa-tag:before { + content: "\f02b"; +} + +.fa-tags:before { + content: "\f02c"; +} + +.fa-book:before { + content: "\f02d"; +} + +.fa-bookmark:before { + content: "\f02e"; +} + +.fa-print:before { + content: "\f02f"; +} + +.fa-camera:before { + content: "\f030"; +} + +.fa-font:before { + content: "\f031"; +} + +.fa-bold:before { + content: "\f032"; +} + +.fa-italic:before { + content: "\f033"; +} + +.fa-text-height:before { + content: "\f034"; +} + +.fa-text-width:before { + content: "\f035"; +} + +.fa-align-left:before { + content: "\f036"; +} + +.fa-align-center:before { + content: "\f037"; +} + +.fa-align-right:before { + content: "\f038"; +} + +.fa-align-justify:before { + content: "\f039"; +} + +.fa-list:before { + content: "\f03a"; +} + +.fa-dedent:before, +.fa-outdent:before { + content: "\f03b"; +} + +.fa-indent:before { + content: "\f03c"; +} + +.fa-video-camera:before { + content: "\f03d"; +} + +.fa-photo:before, +.fa-image:before, +.fa-picture-o:before { + content: "\f03e"; +} + +.fa-pencil:before { + content: "\f040"; +} + +.fa-map-marker:before { + content: "\f041"; +} + +.fa-adjust:before { + content: "\f042"; +} + +.fa-tint:before { + content: "\f043"; +} + +.fa-edit:before, +.fa-pencil-square-o:before { + content: "\f044"; +} + +.fa-share-square-o:before { + content: "\f045"; +} + +.fa-check-square-o:before { + content: "\f046"; +} + +.fa-arrows:before { + content: "\f047"; +} + +.fa-step-backward:before { + content: "\f048"; +} + +.fa-fast-backward:before { + content: "\f049"; +} + +.fa-backward:before { + content: "\f04a"; +} + +.fa-play:before { + content: "\f04b"; +} + +.fa-pause:before { + content: "\f04c"; +} + +.fa-stop:before { + content: "\f04d"; +} + +.fa-forward:before { + content: "\f04e"; +} + +.fa-fast-forward:before { + content: "\f050"; +} + +.fa-step-forward:before { + content: "\f051"; +} + +.fa-eject:before { + content: "\f052"; +} + +.fa-chevron-left:before, .gallery [dir=rtl] .slick-next:before, .gallery .slick-prev:before { + content: "\f053"; +} + +.fa-chevron-right:before, .gallery .slick-next:before, .gallery [dir=rtl] .slick-prev:before { + content: "\f054"; +} + +.fa-plus-circle:before { + content: "\f055"; +} + +.fa-minus-circle:before { + content: "\f056"; +} + +.fa-times-circle:before { + content: "\f057"; +} + +.fa-check-circle:before { + content: "\f058"; +} + +.fa-question-circle:before { + content: "\f059"; +} + +.fa-info-circle:before { + content: "\f05a"; +} + +.fa-crosshairs:before { + content: "\f05b"; +} + +.fa-times-circle-o:before { + content: "\f05c"; +} + +.fa-check-circle-o:before { + content: "\f05d"; +} + +.fa-ban:before { + content: "\f05e"; +} + +.fa-arrow-left:before { + content: "\f060"; +} + +.fa-arrow-right:before { + content: "\f061"; +} + +.fa-arrow-up:before { + content: "\f062"; +} + +.fa-arrow-down:before { + content: "\f063"; +} + +.fa-mail-forward:before, +.fa-share:before { + content: "\f064"; +} + +.fa-expand:before { + content: "\f065"; +} + +.fa-compress:before { + content: "\f066"; +} + +.fa-plus:before { + content: "\f067"; +} + +.fa-minus:before { + content: "\f068"; +} + +.fa-asterisk:before { + content: "\f069"; +} + +.fa-exclamation-circle:before { + content: "\f06a"; +} + +.fa-gift:before { + content: "\f06b"; +} + +.fa-leaf:before { + content: "\f06c"; +} + +.fa-fire:before { + content: "\f06d"; +} + +.fa-eye:before { + content: "\f06e"; +} + +.fa-eye-slash:before { + content: "\f070"; +} + +.fa-warning:before, +.fa-exclamation-triangle:before { + content: "\f071"; +} + +.fa-plane:before { + content: "\f072"; +} + +.fa-calendar:before { + content: "\f073"; +} + +.fa-random:before { + content: "\f074"; +} + +.fa-comment:before { + content: "\f075"; +} + +.fa-magnet:before { + content: "\f076"; +} + +.fa-chevron-up:before { + content: "\f077"; +} + +.fa-chevron-down:before { + content: "\f078"; +} + +.fa-retweet:before { + content: "\f079"; +} + +.fa-shopping-cart:before { + content: "\f07a"; +} + +.fa-folder:before { + content: "\f07b"; +} + +.fa-folder-open:before { + content: "\f07c"; +} + +.fa-arrows-v:before { + content: "\f07d"; +} + +.fa-arrows-h:before { + content: "\f07e"; +} + +.fa-bar-chart-o:before, +.fa-bar-chart:before { + content: "\f080"; +} + +.fa-twitter-square:before { + content: "\f081"; +} + +.fa-facebook-square:before { + content: "\f082"; +} + +.fa-camera-retro:before { + content: "\f083"; +} + +.fa-key:before { + content: "\f084"; +} + +.fa-gears:before, +.fa-cogs:before { + content: "\f085"; +} + +.fa-comments:before { + content: "\f086"; +} + +.fa-thumbs-o-up:before { + content: "\f087"; +} + +.fa-thumbs-o-down:before { + content: "\f088"; +} + +.fa-star-half:before { + content: "\f089"; +} + +.fa-heart-o:before { + content: "\f08a"; +} + +.fa-sign-out:before { + content: "\f08b"; +} + +.fa-linkedin-square:before { + content: "\f08c"; +} + +.fa-thumb-tack:before { + content: "\f08d"; +} + +.fa-external-link:before { + content: "\f08e"; +} + +.fa-sign-in:before { + content: "\f090"; +} + +.fa-trophy:before { + content: "\f091"; +} + +.fa-github-square:before { + content: "\f092"; +} + +.fa-upload:before { + content: "\f093"; +} + +.fa-lemon-o:before { + content: "\f094"; +} + +.fa-phone:before { + content: "\f095"; +} + +.fa-square-o:before { + content: "\f096"; +} + +.fa-bookmark-o:before { + content: "\f097"; +} + +.fa-phone-square:before { + content: "\f098"; +} + +.fa-twitter:before, .social-nav ul li a[href*="twitter.com"]:before { + content: "\f099"; +} + +.fa-facebook-f:before, +.fa-facebook:before, +.social-nav ul li a[href*="facebook.com"]:before { + content: "\f09a"; +} + +.fa-github:before, .social-nav ul li a[href*="github.com"]:before { + content: "\f09b"; +} + +.fa-unlock:before { + content: "\f09c"; +} + +.fa-credit-card:before { + content: "\f09d"; +} + +.fa-feed:before, +.fa-rss:before, +.social-nav ul li a[href*=feed]:before { + content: "\f09e"; +} + +.fa-hdd-o:before { + content: "\f0a0"; +} + +.fa-bullhorn:before { + content: "\f0a1"; +} + +.fa-bell:before { + content: "\f0f3"; +} + +.fa-certificate:before { + content: "\f0a3"; +} + +.fa-hand-o-right:before { + content: "\f0a4"; +} + +.fa-hand-o-left:before { + content: "\f0a5"; +} + +.fa-hand-o-up:before { + content: "\f0a6"; +} + +.fa-hand-o-down:before { + content: "\f0a7"; +} + +.fa-arrow-circle-left:before { + content: "\f0a8"; +} + +.fa-arrow-circle-right:before { + content: "\f0a9"; +} + +.fa-arrow-circle-up:before { + content: "\f0aa"; +} + +.fa-arrow-circle-down:before { + content: "\f0ab"; +} + +.fa-globe:before { + content: "\f0ac"; +} + +.fa-wrench:before { + content: "\f0ad"; +} + +.fa-tasks:before { + content: "\f0ae"; +} + +.fa-filter:before { + content: "\f0b0"; +} + +.fa-briefcase:before { + content: "\f0b1"; +} + +.fa-arrows-alt:before { + content: "\f0b2"; +} + +.fa-group:before, +.fa-users:before { + content: "\f0c0"; +} + +.fa-chain:before, +.fa-link:before { + content: "\f0c1"; +} + +.fa-cloud:before { + content: "\f0c2"; +} + +.fa-flask:before { + content: "\f0c3"; +} + +.fa-cut:before, +.fa-scissors:before { + content: "\f0c4"; +} + +.fa-copy:before, +.fa-files-o:before { + content: "\f0c5"; +} + +.fa-paperclip:before { + content: "\f0c6"; +} + +.fa-save:before, +.fa-floppy-o:before { + content: "\f0c7"; +} + +.fa-square:before { + content: "\f0c8"; +} + +.fa-navicon:before, +.fa-reorder:before, +.fa-bars:before, +#overlay-open:before, +#overlay-open-sticky:before { + content: "\f0c9"; +} + +.fa-list-ul:before { + content: "\f0ca"; +} + +.fa-list-ol:before { + content: "\f0cb"; +} + +.fa-strikethrough:before { + content: "\f0cc"; +} + +.fa-underline:before { + content: "\f0cd"; +} + +.fa-table:before { + content: "\f0ce"; +} + +.fa-magic:before { + content: "\f0d0"; +} + +.fa-truck:before { + content: "\f0d1"; +} + +.fa-pinterest:before, .social-nav ul li a[href*="pinterest.com"]:before { + content: "\f0d2"; +} + +.fa-pinterest-square:before { + content: "\f0d3"; +} + +.fa-google-plus-square:before { + content: "\f0d4"; +} + +.fa-google-plus:before { + content: "\f0d5"; +} + +.fa-money:before { + content: "\f0d6"; +} + +.fa-caret-down:before, .accordion .accordion-group .accordion-heading .accordion-toggle:before { + content: "\f0d7"; +} + +.fa-caret-up:before, .accordion .accordion-group .accordion-heading .accordion-toggle.active:before, .accordion .accordion-group .accordion-heading .accordion-toggle.active:hover:before, .accordion .accordion-group .accordion-heading .accordion-toggle.active:focus:before { + content: "\f0d8"; +} + +.fa-caret-left:before { + content: "\f0d9"; +} + +.fa-caret-right:before { + content: "\f0da"; +} + +.fa-columns:before { + content: "\f0db"; +} + +.fa-unsorted:before, +.fa-sort:before { + content: "\f0dc"; +} + +.fa-sort-down:before, +.fa-sort-desc:before { + content: "\f0dd"; +} + +.fa-sort-up:before, +.fa-sort-asc:before { + content: "\f0de"; +} + +.fa-envelope:before, .social-nav ul li a[href*="lists.piratenpartei.de"]:before { + content: "\f0e0"; +} + +.fa-linkedin:before, .social-nav ul li a[href*="linkedin.com"]:before { + content: "\f0e1"; +} + +.fa-rotate-left:before, +.fa-undo:before { + content: "\f0e2"; +} + +.fa-legal:before, +.fa-gavel:before { + content: "\f0e3"; +} + +.fa-dashboard:before, +.fa-tachometer:before { + content: "\f0e4"; +} + +.fa-comment-o:before, .entry-comments a:before, #comments-toggle:before { + content: "\f0e5"; +} + +.fa-comments-o:before { + content: "\f0e6"; +} + +.fa-flash:before, +.fa-bolt:before { + content: "\f0e7"; +} + +.fa-sitemap:before { + content: "\f0e8"; +} + +.fa-umbrella:before { + content: "\f0e9"; +} + +.fa-paste:before, +.fa-clipboard:before { + content: "\f0ea"; +} + +.fa-lightbulb-o:before { + content: "\f0eb"; +} + +.fa-exchange:before { + content: "\f0ec"; +} + +.fa-cloud-download:before { + content: "\f0ed"; +} + +.fa-cloud-upload:before { + content: "\f0ee"; +} + +.fa-user-md:before { + content: "\f0f0"; +} + +.fa-stethoscope:before { + content: "\f0f1"; +} + +.fa-suitcase:before { + content: "\f0f2"; +} + +.fa-bell-o:before { + content: "\f0a2"; +} + +.fa-coffee:before { + content: "\f0f4"; +} + +.fa-cutlery:before { + content: "\f0f5"; +} + +.fa-file-text-o:before { + content: "\f0f6"; +} + +.fa-building-o:before { + content: "\f0f7"; +} + +.fa-hospital-o:before { + content: "\f0f8"; +} + +.fa-ambulance:before { + content: "\f0f9"; +} + +.fa-medkit:before { + content: "\f0fa"; +} + +.fa-fighter-jet:before { + content: "\f0fb"; +} + +.fa-beer:before { + content: "\f0fc"; +} + +.fa-h-square:before { + content: "\f0fd"; +} + +.fa-plus-square:before { + content: "\f0fe"; +} + +.fa-angle-double-left:before { + content: "\f100"; +} + +.fa-angle-double-right:before { + content: "\f101"; +} + +.fa-angle-double-up:before { + content: "\f102"; +} + +.fa-angle-double-down:before { + content: "\f103"; +} + +.fa-angle-left:before { + content: "\f104"; +} + +.fa-angle-right:before { + content: "\f105"; +} + +.fa-angle-up:before { + content: "\f106"; +} + +.fa-angle-down:before { + content: "\f107"; +} + +.fa-desktop:before { + content: "\f108"; +} + +.fa-laptop:before { + content: "\f109"; +} + +.fa-tablet:before { + content: "\f10a"; +} + +.fa-mobile-phone:before, +.fa-mobile:before { + content: "\f10b"; +} + +.fa-circle-o:before { + content: "\f10c"; +} + +.fa-quote-left:before { + content: "\f10d"; +} + +.fa-quote-right:before { + content: "\f10e"; +} + +.fa-spinner:before { + content: "\f110"; +} + +.fa-circle:before, .gallery .slick-dots li button:before { + content: "\f111"; +} + +.fa-mail-reply:before, +.fa-reply:before { + content: "\f112"; +} + +.fa-github-alt:before { + content: "\f113"; +} + +.fa-folder-o:before { + content: "\f114"; +} + +.fa-folder-open-o:before { + content: "\f115"; +} + +.fa-smile-o:before { + content: "\f118"; +} + +.fa-frown-o:before { + content: "\f119"; +} + +.fa-meh-o:before { + content: "\f11a"; +} + +.fa-gamepad:before { + content: "\f11b"; +} + +.fa-keyboard-o:before { + content: "\f11c"; +} + +.fa-flag-o:before { + content: "\f11d"; +} + +.fa-flag-checkered:before { + content: "\f11e"; +} + +.fa-terminal:before { + content: "\f120"; +} + +.fa-code:before { + content: "\f121"; +} + +.fa-mail-reply-all:before, +.fa-reply-all:before { + content: "\f122"; +} + +.fa-star-half-empty:before, +.fa-star-half-full:before, +.fa-star-half-o:before { + content: "\f123"; +} + +.fa-location-arrow:before { + content: "\f124"; +} + +.fa-crop:before { + content: "\f125"; +} + +.fa-code-fork:before { + content: "\f126"; +} + +.fa-unlink:before, +.fa-chain-broken:before { + content: "\f127"; +} + +.fa-question:before { + content: "\f128"; +} + +.fa-info:before { + content: "\f129"; +} + +.fa-exclamation:before { + content: "\f12a"; +} + +.fa-superscript:before { + content: "\f12b"; +} + +.fa-subscript:before { + content: "\f12c"; +} + +.fa-eraser:before { + content: "\f12d"; +} + +.fa-puzzle-piece:before { + content: "\f12e"; +} + +.fa-microphone:before { + content: "\f130"; +} + +.fa-microphone-slash:before { + content: "\f131"; +} + +.fa-shield:before { + content: "\f132"; +} + +.fa-calendar-o:before { + content: "\f133"; +} + +.fa-fire-extinguisher:before { + content: "\f134"; +} + +.fa-rocket:before { + content: "\f135"; +} + +.fa-maxcdn:before { + content: "\f136"; +} + +.fa-chevron-circle-left:before, .single-post .post-navigation .prev:before, +.single-post .pagebreak-links .prev:before { + content: "\f137"; +} + +.fa-chevron-circle-right:before, .entry-content ul li ul li:before, .entry-content ul li:before { + content: "\f138"; +} + +.fa-chevron-circle-up:before { + content: "\f139"; +} + +.fa-chevron-circle-down:before { + content: "\f13a"; +} + +.fa-html5:before { + content: "\f13b"; +} + +.fa-css3:before { + content: "\f13c"; +} + +.fa-anchor:before { + content: "\f13d"; +} + +.fa-unlock-alt:before { + content: "\f13e"; +} + +.fa-bullseye:before { + content: "\f140"; +} + +.fa-ellipsis-h:before { + content: "\f141"; +} + +.fa-ellipsis-v:before { + content: "\f142"; +} + +.fa-rss-square:before { + content: "\f143"; +} + +.fa-play-circle:before { + content: "\f144"; +} + +.fa-ticket:before { + content: "\f145"; +} + +.fa-minus-square:before { + content: "\f146"; +} + +.fa-minus-square-o:before { + content: "\f147"; +} + +.fa-level-up:before { + content: "\f148"; +} + +.fa-level-down:before { + content: "\f149"; +} + +.fa-check-square:before { + content: "\f14a"; +} + +.fa-pencil-square:before { + content: "\f14b"; +} + +.fa-external-link-square:before { + content: "\f14c"; +} + +.fa-share-square:before { + content: "\f14d"; +} + +.fa-compass:before { + content: "\f14e"; +} + +.fa-toggle-down:before, +.fa-caret-square-o-down:before { + content: "\f150"; +} + +.fa-toggle-up:before, +.fa-caret-square-o-up:before { + content: "\f151"; +} + +.fa-toggle-right:before, +.fa-caret-square-o-right:before { + content: "\f152"; +} + +.fa-euro:before, +.fa-eur:before { + content: "\f153"; +} + +.fa-gbp:before { + content: "\f154"; +} + +.fa-dollar:before, +.fa-usd:before { + content: "\f155"; +} + +.fa-rupee:before, +.fa-inr:before { + content: "\f156"; +} + +.fa-cny:before, +.fa-rmb:before, +.fa-yen:before, +.fa-jpy:before { + content: "\f157"; +} + +.fa-ruble:before, +.fa-rouble:before, +.fa-rub:before { + content: "\f158"; +} + +.fa-won:before, +.fa-krw:before { + content: "\f159"; +} + +.fa-bitcoin:before, +.fa-btc:before { + content: "\f15a"; +} + +.fa-file:before { + content: "\f15b"; +} + +.fa-file-text:before { + content: "\f15c"; +} + +.fa-sort-alpha-asc:before { + content: "\f15d"; +} + +.fa-sort-alpha-desc:before { + content: "\f15e"; +} + +.fa-sort-amount-asc:before { + content: "\f160"; +} + +.fa-sort-amount-desc:before { + content: "\f161"; +} + +.fa-sort-numeric-asc:before { + content: "\f162"; +} + +.fa-sort-numeric-desc:before { + content: "\f163"; +} + +.fa-thumbs-up:before { + content: "\f164"; +} + +.fa-thumbs-down:before { + content: "\f165"; +} + +.fa-youtube-square:before { + content: "\f166"; +} + +.fa-youtube:before, .social-nav ul li a[href*="youtube.com"]:before { + content: "\f167"; +} + +.fa-xing:before, .social-nav ul li a[href*="xing.com"]:before { + content: "\f168"; +} + +.fa-xing-square:before { + content: "\f169"; +} + +.fa-youtube-play:before { + content: "\f16a"; +} + +.fa-dropbox:before { + content: "\f16b"; +} + +.fa-stack-overflow:before { + content: "\f16c"; +} + +.fa-instagram:before, .social-nav ul li a[href*="instagram.com"]:before { + content: "\f16d"; +} + +.fa-flickr:before, .social-nav ul li a[href*="flickr.com"]:before { + content: "\f16e"; +} + +.fa-adn:before { + content: "\f170"; +} + +.fa-bitbucket:before { + content: "\f171"; +} + +.fa-bitbucket-square:before { + content: "\f172"; +} + +.fa-tumblr:before, .social-nav ul li a[href*="tumblr.com"]:before { + content: "\f173"; +} + +.fa-tumblr-square:before { + content: "\f174"; +} + +.fa-long-arrow-down:before { + content: "\f175"; +} + +.fa-long-arrow-up:before { + content: "\f176"; +} + +.fa-long-arrow-left:before { + content: "\f177"; +} + +.fa-long-arrow-right:before { + content: "\f178"; +} + +.fa-apple:before { + content: "\f179"; +} + +.fa-windows:before { + content: "\f17a"; +} + +.fa-android:before { + content: "\f17b"; +} + +.fa-linux:before { + content: "\f17c"; +} + +.fa-dribbble:before { + content: "\f17d"; +} + +.fa-skype:before, .social-nav ul li a[href*="skype.com"]:before, .social-nav ul li a[href*="skype:"]:before { + content: "\f17e"; +} + +.fa-foursquare:before { + content: "\f180"; +} + +.fa-trello:before { + content: "\f181"; +} + +.fa-female:before { + content: "\f182"; +} + +.fa-male:before { + content: "\f183"; +} + +.fa-gittip:before, +.fa-gratipay:before { + content: "\f184"; +} + +.fa-sun-o:before { + content: "\f185"; +} + +.fa-moon-o:before { + content: "\f186"; +} + +.fa-archive:before { + content: "\f187"; +} + +.fa-bug:before { + content: "\f188"; +} + +.fa-vk:before { + content: "\f189"; +} + +.fa-weibo:before { + content: "\f18a"; +} + +.fa-renren:before { + content: "\f18b"; +} + +.fa-pagelines:before { + content: "\f18c"; +} + +.fa-stack-exchange:before { + content: "\f18d"; +} + +.fa-arrow-circle-o-right:before { + content: "\f18e"; +} + +.fa-arrow-circle-o-left:before { + content: "\f190"; +} + +.fa-toggle-left:before, +.fa-caret-square-o-left:before { + content: "\f191"; +} + +.fa-dot-circle-o:before { + content: "\f192"; +} + +.fa-wheelchair:before { + content: "\f193"; +} + +.fa-vimeo-square:before { + content: "\f194"; +} + +.fa-turkish-lira:before, +.fa-try:before { + content: "\f195"; +} + +.fa-plus-square-o:before { + content: "\f196"; +} + +.fa-space-shuttle:before { + content: "\f197"; +} + +.fa-slack:before, .social-nav ul li a[href*="slack.com"]:before { + content: "\f198"; +} + +.fa-envelope-square:before { + content: "\f199"; +} + +.fa-wordpress:before, .social-nav ul li a[href*="wordpress.org"]:before, .social-nav ul li a[href*="wordpress.com"]:before { + content: "\f19a"; +} + +.fa-openid:before { + content: "\f19b"; +} + +.fa-institution:before, +.fa-bank:before, +.fa-university:before { + content: "\f19c"; +} + +.fa-mortar-board:before, +.fa-graduation-cap:before { + content: "\f19d"; +} + +.fa-yahoo:before { + content: "\f19e"; +} + +.fa-google:before, .social-nav ul li a[href*="google.com"]:before { + content: "\f1a0"; +} + +.fa-reddit:before, .social-nav ul li a[href*="reddit.com"]:before { + content: "\f1a1"; +} + +.fa-reddit-square:before { + content: "\f1a2"; +} + +.fa-stumbleupon-circle:before { + content: "\f1a3"; +} + +.fa-stumbleupon:before, .social-nav ul li a[href*="stumbleupon.com"]:before { + content: "\f1a4"; +} + +.fa-delicious:before, .social-nav ul li a[href*="delicious.com"]:before { + content: "\f1a5"; +} + +.fa-digg:before { + content: "\f1a6"; +} + +.fa-pied-piper-pp:before { + content: "\f1a7"; +} + +.fa-pied-piper-alt:before { + content: "\f1a8"; +} + +.fa-drupal:before { + content: "\f1a9"; +} + +.fa-joomla:before { + content: "\f1aa"; +} + +.fa-language:before { + content: "\f1ab"; +} + +.fa-fax:before { + content: "\f1ac"; +} + +.fa-building:before { + content: "\f1ad"; +} + +.fa-child:before { + content: "\f1ae"; +} + +.fa-paw:before { + content: "\f1b0"; +} + +.fa-spoon:before { + content: "\f1b1"; +} + +.fa-cube:before { + content: "\f1b2"; +} + +.fa-cubes:before { + content: "\f1b3"; +} + +.fa-behance:before { + content: "\f1b4"; +} + +.fa-behance-square:before { + content: "\f1b5"; +} + +.fa-steam:before { + content: "\f1b6"; +} + +.fa-steam-square:before { + content: "\f1b7"; +} + +.fa-recycle:before { + content: "\f1b8"; +} + +.fa-automobile:before, +.fa-car:before { + content: "\f1b9"; +} + +.fa-cab:before, +.fa-taxi:before { + content: "\f1ba"; +} + +.fa-tree:before { + content: "\f1bb"; +} + +.fa-spotify:before, .social-nav ul li a[href*="spotify.com"]:before { + content: "\f1bc"; +} + +.fa-deviantart:before { + content: "\f1bd"; +} + +.fa-soundcloud:before { + content: "\f1be"; +} + +.fa-database:before { + content: "\f1c0"; +} + +.fa-file-pdf-o:before { + content: "\f1c1"; +} + +.fa-file-word-o:before { + content: "\f1c2"; +} + +.fa-file-excel-o:before { + content: "\f1c3"; +} + +.fa-file-powerpoint-o:before { + content: "\f1c4"; +} + +.fa-file-photo-o:before, +.fa-file-picture-o:before, +.fa-file-image-o:before { + content: "\f1c5"; +} + +.fa-file-zip-o:before, +.fa-file-archive-o:before { + content: "\f1c6"; +} + +.fa-file-sound-o:before, +.fa-file-audio-o:before { + content: "\f1c7"; +} + +.fa-file-movie-o:before, +.fa-file-video-o:before { + content: "\f1c8"; +} + +.fa-file-code-o:before { + content: "\f1c9"; +} + +.fa-vine:before { + content: "\f1ca"; +} + +.fa-codepen:before { + content: "\f1cb"; +} + +.fa-jsfiddle:before { + content: "\f1cc"; +} + +.fa-life-bouy:before, +.fa-life-buoy:before, +.fa-life-saver:before, +.fa-support:before, +.fa-life-ring:before { + content: "\f1cd"; +} + +.fa-circle-o-notch:before { + content: "\f1ce"; +} + +.fa-ra:before, +.fa-resistance:before, +.fa-rebel:before { + content: "\f1d0"; +} + +.fa-ge:before, +.fa-empire:before { + content: "\f1d1"; +} + +.fa-git-square:before { + content: "\f1d2"; +} + +.fa-git:before { + content: "\f1d3"; +} + +.fa-y-combinator-square:before, +.fa-yc-square:before, +.fa-hacker-news:before { + content: "\f1d4"; +} + +.fa-tencent-weibo:before { + content: "\f1d5"; +} + +.fa-qq:before { + content: "\f1d6"; +} + +.fa-wechat:before, +.fa-weixin:before { + content: "\f1d7"; +} + +.fa-send:before, +.fa-paper-plane:before { + content: "\f1d8"; +} + +.fa-send-o:before, +.fa-paper-plane-o:before { + content: "\f1d9"; +} + +.fa-history:before { + content: "\f1da"; +} + +.fa-circle-thin:before { + content: "\f1db"; +} + +.fa-header:before { + content: "\f1dc"; +} + +.fa-paragraph:before { + content: "\f1dd"; +} + +.fa-sliders:before { + content: "\f1de"; +} + +.fa-share-alt:before { + content: "\f1e0"; +} + +.fa-share-alt-square:before { + content: "\f1e1"; +} + +.fa-bomb:before { + content: "\f1e2"; +} + +.fa-soccer-ball-o:before, +.fa-futbol-o:before { + content: "\f1e3"; +} + +.fa-tty:before { + content: "\f1e4"; +} + +.fa-binoculars:before { + content: "\f1e5"; +} + +.fa-plug:before { + content: "\f1e6"; +} + +.fa-slideshare:before, .social-nav ul li a[href*="slideshare.com"]:before { + content: "\f1e7"; +} + +.fa-twitch:before { + content: "\f1e8"; +} + +.fa-yelp:before { + content: "\f1e9"; +} + +.fa-newspaper-o:before { + content: "\f1ea"; +} + +.fa-wifi:before { + content: "\f1eb"; +} + +.fa-calculator:before { + content: "\f1ec"; +} + +.fa-paypal:before { + content: "\f1ed"; +} + +.fa-google-wallet:before { + content: "\f1ee"; +} + +.fa-cc-visa:before { + content: "\f1f0"; +} + +.fa-cc-mastercard:before { + content: "\f1f1"; +} + +.fa-cc-discover:before { + content: "\f1f2"; +} + +.fa-cc-amex:before { + content: "\f1f3"; +} + +.fa-cc-paypal:before { + content: "\f1f4"; +} + +.fa-cc-stripe:before { + content: "\f1f5"; +} + +.fa-bell-slash:before { + content: "\f1f6"; +} + +.fa-bell-slash-o:before { + content: "\f1f7"; +} + +.fa-trash:before { + content: "\f1f8"; +} + +.fa-copyright:before { + content: "\f1f9"; +} + +.fa-at:before { + content: "\f1fa"; +} + +.fa-eyedropper:before { + content: "\f1fb"; +} + +.fa-paint-brush:before { + content: "\f1fc"; +} + +.fa-birthday-cake:before { + content: "\f1fd"; +} + +.fa-area-chart:before { + content: "\f1fe"; +} + +.fa-pie-chart:before { + content: "\f200"; +} + +.fa-line-chart:before { + content: "\f201"; +} + +.fa-lastfm:before { + content: "\f202"; +} + +.fa-lastfm-square:before { + content: "\f203"; +} + +.fa-toggle-off:before { + content: "\f204"; +} + +.fa-toggle-on:before { + content: "\f205"; +} + +.fa-bicycle:before { + content: "\f206"; +} + +.fa-bus:before { + content: "\f207"; +} + +.fa-ioxhost:before { + content: "\f208"; +} + +.fa-angellist:before { + content: "\f209"; +} + +.fa-cc:before { + content: "\f20a"; +} + +.fa-shekel:before, +.fa-sheqel:before, +.fa-ils:before { + content: "\f20b"; +} + +.fa-meanpath:before { + content: "\f20c"; +} + +.fa-buysellads:before { + content: "\f20d"; +} + +.fa-connectdevelop:before { + content: "\f20e"; +} + +.fa-dashcube:before { + content: "\f210"; +} + +.fa-forumbee:before { + content: "\f211"; +} + +.fa-leanpub:before { + content: "\f212"; +} + +.fa-sellsy:before { + content: "\f213"; +} + +.fa-shirtsinbulk:before { + content: "\f214"; +} + +.fa-simplybuilt:before { + content: "\f215"; +} + +.fa-skyatlas:before { + content: "\f216"; +} + +.fa-cart-plus:before { + content: "\f217"; +} + +.fa-cart-arrow-down:before { + content: "\f218"; +} + +.fa-diamond:before { + content: "\f219"; +} + +.fa-ship:before { + content: "\f21a"; +} + +.fa-user-secret:before { + content: "\f21b"; +} + +.fa-motorcycle:before { + content: "\f21c"; +} + +.fa-street-view:before { + content: "\f21d"; +} + +.fa-heartbeat:before { + content: "\f21e"; +} + +.fa-venus:before { + content: "\f221"; +} + +.fa-mars:before { + content: "\f222"; +} + +.fa-mercury:before { + content: "\f223"; +} + +.fa-intersex:before, +.fa-transgender:before { + content: "\f224"; +} + +.fa-transgender-alt:before { + content: "\f225"; +} + +.fa-venus-double:before { + content: "\f226"; +} + +.fa-mars-double:before { + content: "\f227"; +} + +.fa-venus-mars:before { + content: "\f228"; +} + +.fa-mars-stroke:before { + content: "\f229"; +} + +.fa-mars-stroke-v:before { + content: "\f22a"; +} + +.fa-mars-stroke-h:before { + content: "\f22b"; +} + +.fa-neuter:before { + content: "\f22c"; +} + +.fa-genderless:before { + content: "\f22d"; +} + +.fa-facebook-official:before { + content: "\f230"; +} + +.fa-pinterest-p:before { + content: "\f231"; +} + +.fa-whatsapp:before, .social-nav ul li a[href*="whatsapp.com"]:before { + content: "\f232"; +} + +.fa-server:before { + content: "\f233"; +} + +.fa-user-plus:before { + content: "\f234"; +} + +.fa-user-times:before { + content: "\f235"; +} + +.fa-hotel:before, +.fa-bed:before { + content: "\f236"; +} + +.fa-viacoin:before { + content: "\f237"; +} + +.fa-train:before { + content: "\f238"; +} + +.fa-subway:before { + content: "\f239"; +} + +.fa-medium:before { + content: "\f23a"; +} + +.fa-yc:before, +.fa-y-combinator:before { + content: "\f23b"; +} + +.fa-optin-monster:before { + content: "\f23c"; +} + +.fa-opencart:before { + content: "\f23d"; +} + +.fa-expeditedssl:before { + content: "\f23e"; +} + +.fa-battery-4:before, +.fa-battery:before, +.fa-battery-full:before { + content: "\f240"; +} + +.fa-battery-3:before, +.fa-battery-three-quarters:before { + content: "\f241"; +} + +.fa-battery-2:before, +.fa-battery-half:before { + content: "\f242"; +} + +.fa-battery-1:before, +.fa-battery-quarter:before { + content: "\f243"; +} + +.fa-battery-0:before, +.fa-battery-empty:before { + content: "\f244"; +} + +.fa-mouse-pointer:before { + content: "\f245"; +} + +.fa-i-cursor:before { + content: "\f246"; +} + +.fa-object-group:before { + content: "\f247"; +} + +.fa-object-ungroup:before { + content: "\f248"; +} + +.fa-sticky-note:before { + content: "\f249"; +} + +.fa-sticky-note-o:before { + content: "\f24a"; +} + +.fa-cc-jcb:before { + content: "\f24b"; +} + +.fa-cc-diners-club:before { + content: "\f24c"; +} + +.fa-clone:before { + content: "\f24d"; +} + +.fa-balance-scale:before { + content: "\f24e"; +} + +.fa-hourglass-o:before { + content: "\f250"; +} + +.fa-hourglass-1:before, +.fa-hourglass-start:before { + content: "\f251"; +} + +.fa-hourglass-2:before, +.fa-hourglass-half:before { + content: "\f252"; +} + +.fa-hourglass-3:before, +.fa-hourglass-end:before { + content: "\f253"; +} + +.fa-hourglass:before { + content: "\f254"; +} + +.fa-hand-grab-o:before, +.fa-hand-rock-o:before { + content: "\f255"; +} + +.fa-hand-stop-o:before, +.fa-hand-paper-o:before { + content: "\f256"; +} + +.fa-hand-scissors-o:before { + content: "\f257"; +} + +.fa-hand-lizard-o:before { + content: "\f258"; +} + +.fa-hand-spock-o:before { + content: "\f259"; +} + +.fa-hand-pointer-o:before { + content: "\f25a"; +} + +.fa-hand-peace-o:before { + content: "\f25b"; +} + +.fa-trademark:before { + content: "\f25c"; +} + +.fa-registered:before { + content: "\f25d"; +} + +.fa-creative-commons:before { + content: "\f25e"; +} + +.fa-gg:before { + content: "\f260"; +} + +.fa-gg-circle:before { + content: "\f261"; +} + +.fa-tripadvisor:before { + content: "\f262"; +} + +.fa-odnoklassniki:before { + content: "\f263"; +} + +.fa-odnoklassniki-square:before { + content: "\f264"; +} + +.fa-get-pocket:before { + content: "\f265"; +} + +.fa-wikipedia-w:before { + content: "\f266"; +} + +.fa-safari:before { + content: "\f267"; +} + +.fa-chrome:before { + content: "\f268"; +} + +.fa-firefox:before { + content: "\f269"; +} + +.fa-opera:before { + content: "\f26a"; +} + +.fa-internet-explorer:before { + content: "\f26b"; +} + +.fa-tv:before, +.fa-television:before { + content: "\f26c"; +} + +.fa-contao:before { + content: "\f26d"; +} + +.fa-500px:before { + content: "\f26e"; +} + +.fa-amazon:before { + content: "\f270"; +} + +.fa-calendar-plus-o:before { + content: "\f271"; +} + +.fa-calendar-minus-o:before { + content: "\f272"; +} + +.fa-calendar-times-o:before { + content: "\f273"; +} + +.fa-calendar-check-o:before { + content: "\f274"; +} + +.fa-industry:before { + content: "\f275"; +} + +.fa-map-pin:before { + content: "\f276"; +} + +.fa-map-signs:before { + content: "\f277"; +} + +.fa-map-o:before { + content: "\f278"; +} + +.fa-map:before { + content: "\f279"; +} + +.fa-commenting:before { + content: "\f27a"; +} + +.fa-commenting-o:before, #comments .comment-reply a:before, .comments-show #comments-toggle:before { + content: "\f27b"; +} + +.fa-houzz:before { + content: "\f27c"; +} + +.fa-vimeo:before, .social-nav ul li a[href*="vimeo.com"]:before { + content: "\f27d"; +} + +.fa-black-tie:before { + content: "\f27e"; +} + +.fa-fonticons:before { + content: "\f280"; +} + +.fa-reddit-alien:before { + content: "\f281"; +} + +.fa-edge:before { + content: "\f282"; +} + +.fa-credit-card-alt:before { + content: "\f283"; +} + +.fa-codiepie:before { + content: "\f284"; +} + +.fa-modx:before { + content: "\f285"; +} + +.fa-fort-awesome:before { + content: "\f286"; +} + +.fa-usb:before { + content: "\f287"; +} + +.fa-product-hunt:before { + content: "\f288"; +} + +.fa-mixcloud:before { + content: "\f289"; +} + +.fa-scribd:before { + content: "\f28a"; +} + +.fa-pause-circle:before { + content: "\f28b"; +} + +.fa-pause-circle-o:before { + content: "\f28c"; +} + +.fa-stop-circle:before { + content: "\f28d"; +} + +.fa-stop-circle-o:before { + content: "\f28e"; +} + +.fa-shopping-bag:before { + content: "\f290"; +} + +.fa-shopping-basket:before { + content: "\f291"; +} + +.fa-hashtag:before { + content: "\f292"; +} + +.fa-bluetooth:before { + content: "\f293"; +} + +.fa-bluetooth-b:before { + content: "\f294"; +} + +.fa-percent:before { + content: "\f295"; +} + +.fa-gitlab:before { + content: "\f296"; +} + +.fa-wpbeginner:before { + content: "\f297"; +} + +.fa-wpforms:before { + content: "\f298"; +} + +.fa-envira:before { + content: "\f299"; +} + +.fa-universal-access:before { + content: "\f29a"; +} + +.fa-wheelchair-alt:before { + content: "\f29b"; +} + +.fa-question-circle-o:before { + content: "\f29c"; +} + +.fa-blind:before { + content: "\f29d"; +} + +.fa-audio-description:before { + content: "\f29e"; +} + +.fa-volume-control-phone:before { + content: "\f2a0"; +} + +.fa-braille:before { + content: "\f2a1"; +} + +.fa-assistive-listening-systems:before { + content: "\f2a2"; +} + +.fa-asl-interpreting:before, +.fa-american-sign-language-interpreting:before { + content: "\f2a3"; +} + +.fa-deafness:before, +.fa-hard-of-hearing:before, +.fa-deaf:before { + content: "\f2a4"; +} + +.fa-glide:before { + content: "\f2a5"; +} + +.fa-glide-g:before { + content: "\f2a6"; +} + +.fa-signing:before, +.fa-sign-language:before { + content: "\f2a7"; +} + +.fa-low-vision:before { + content: "\f2a8"; +} + +.fa-viadeo:before { + content: "\f2a9"; +} + +.fa-viadeo-square:before { + content: "\f2aa"; +} + +.fa-snapchat:before, .social-nav ul li a[href*="snapchat.com"]:before { + content: "\f2ab"; +} + +.fa-snapchat-ghost:before { + content: "\f2ac"; +} + +.fa-snapchat-square:before { + content: "\f2ad"; +} + +.fa-pied-piper:before { + content: "\f2ae"; +} + +.fa-first-order:before { + content: "\f2b0"; +} + +.fa-yoast:before { + content: "\f2b1"; +} + +.fa-themeisle:before { + content: "\f2b2"; +} + +.fa-google-plus-circle:before, +.fa-google-plus-official:before { + content: "\f2b3"; +} + +.fa-fa:before, +.fa-font-awesome:before { + content: "\f2b4"; +} + +.fa-handshake-o:before { + content: "\f2b5"; +} + +.fa-envelope-open:before { + content: "\f2b6"; +} + +.fa-envelope-open-o:before { + content: "\f2b7"; +} + +.fa-linode:before { + content: "\f2b8"; +} + +.fa-address-book:before { + content: "\f2b9"; +} + +.fa-address-book-o:before { + content: "\f2ba"; +} + +.fa-vcard:before, +.fa-address-card:before { + content: "\f2bb"; +} + +.fa-vcard-o:before, +.fa-address-card-o:before { + content: "\f2bc"; +} + +.fa-user-circle:before { + content: "\f2bd"; +} + +.fa-user-circle-o:before { + content: "\f2be"; +} + +.fa-user-o:before { + content: "\f2c0"; +} + +.fa-id-badge:before { + content: "\f2c1"; +} + +.fa-drivers-license:before, +.fa-id-card:before { + content: "\f2c2"; +} + +.fa-drivers-license-o:before, +.fa-id-card-o:before { + content: "\f2c3"; +} + +.fa-quora:before { + content: "\f2c4"; +} + +.fa-free-code-camp:before { + content: "\f2c5"; +} + +.fa-telegram:before { + content: "\f2c6"; +} + +.fa-thermometer-4:before, +.fa-thermometer:before, +.fa-thermometer-full:before { + content: "\f2c7"; +} + +.fa-thermometer-3:before, +.fa-thermometer-three-quarters:before { + content: "\f2c8"; +} + +.fa-thermometer-2:before, +.fa-thermometer-half:before { + content: "\f2c9"; +} + +.fa-thermometer-1:before, +.fa-thermometer-quarter:before { + content: "\f2ca"; +} + +.fa-thermometer-0:before, +.fa-thermometer-empty:before { + content: "\f2cb"; +} + +.fa-shower:before { + content: "\f2cc"; +} + +.fa-bathtub:before, +.fa-s15:before, +.fa-bath:before { + content: "\f2cd"; +} + +.fa-podcast:before { + content: "\f2ce"; +} + +.fa-window-maximize:before { + content: "\f2d0"; +} + +.fa-window-minimize:before { + content: "\f2d1"; +} + +.fa-window-restore:before { + content: "\f2d2"; +} + +.fa-times-rectangle:before, +.fa-window-close:before { + content: "\f2d3"; +} + +.fa-times-rectangle-o:before, +.fa-window-close-o:before { + content: "\f2d4"; +} + +.fa-bandcamp:before { + content: "\f2d5"; +} + +.fa-grav:before { + content: "\f2d6"; +} + +.fa-etsy:before { + content: "\f2d7"; +} + +.fa-imdb:before { + content: "\f2d8"; +} + +.fa-ravelry:before { + content: "\f2d9"; +} + +.fa-eercast:before { + content: "\f2da"; +} + +.fa-microchip:before { + content: "\f2db"; +} + +.fa-snowflake-o:before { + content: "\f2dc"; +} + +.fa-superpowers:before { + content: "\f2dd"; +} + +.fa-wpexplorer:before { + content: "\f2de"; +} + +.fa-meetup:before { + content: "\f2e0"; +} + +.sr-only { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0, 0, 0, 0); + border: 0; +} + +.sr-only-focusable:active, .sr-only-focusable:focus { + position: static; + width: auto; + height: auto; + margin: 0; + overflow: visible; + clip: auto; +} + +/* --- Serif Styles --- */ +p.site-title, +.entry-summary, +.widget, +.title-footer, +.entry-header p.intro, +.entry-content, +.entry-content p, +.entry-content table, +.entry-content dl, +.entry-content ul, +.entry-content ol, +p.section-about-text, +p.text-big, +p.text-small { + font-family: "DejaWeb", sans-serif; +} + +.entry-content blockquote p, +.entry-content p span.uppercase, +.section-about-column-two .social-nav ul li a, +.section-about-column-one p cite, +.widget_mc4wp_form_widget input[type=email], +.widget_mc4wp_form_widget input[type=submit], +.jetpack_subscription_widget #subscribe-email input[type=email], +.jetpack_subscription_widget #subscribe-submit input[type=submit], +.contact-form input[type=submit], +input, +textarea, +.site-content div.wpcf7 input, +.site-content div.wpcf7 textarea, +.site-content div.wpcf7 p, +a.standard-btn, +.big-instagram-wrap .clear, +.single-product .entry-summary h1 { + font-family: "DejaWeb", sans-serif; +} + +/* +* optional grid-Framework, compiled from bootstrap sass +*/ +.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { + position: relative; + min-height: 1px; + padding-left: 0; + padding-right: 0; +} + +.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { + float: left; +} + +.col-xs-1 { + width: 8.33333%; +} + +.col-xs-2 { + width: 16.66667%; +} + +.col-xs-3 { + width: 25%; +} + +.col-xs-4 { + width: 33.33333%; +} + +.col-xs-5 { + width: 41.66667%; +} + +.col-xs-6 { + width: 50%; +} + +.col-xs-7 { + width: 58.33333%; +} + +.col-xs-8 { + width: 66.66667%; +} + +.col-xs-9 { + width: 75%; +} + +.col-xs-10 { + width: 83.33333%; +} + +.col-xs-11 { + width: 91.66667%; +} + +.col-xs-12 { + width: 100%; +} + +.col-xs-pull-0 { + right: auto; +} + +.col-xs-pull-1 { + right: 8.33333%; +} + +.col-xs-pull-2 { + right: 16.66667%; +} + +.col-xs-pull-3 { + right: 25%; +} + +.col-xs-pull-4 { + right: 33.33333%; +} + +.col-xs-pull-5 { + right: 41.66667%; +} + +.col-xs-pull-6 { + right: 50%; +} + +.col-xs-pull-7 { + right: 58.33333%; +} + +.col-xs-pull-8 { + right: 66.66667%; +} + +.col-xs-pull-9 { + right: 75%; +} + +.col-xs-pull-10 { + right: 83.33333%; +} + +.col-xs-pull-11 { + right: 91.66667%; +} + +.col-xs-pull-12 { + right: 100%; +} + +.col-xs-push-0 { + left: auto; +} + +.col-xs-push-1 { + left: 8.33333%; +} + +.col-xs-push-2 { + left: 16.66667%; +} + +.col-xs-push-3 { + left: 25%; +} + +.col-xs-push-4 { + left: 33.33333%; +} + +.col-xs-push-5 { + left: 41.66667%; +} + +.col-xs-push-6 { + left: 50%; +} + +.col-xs-push-7 { + left: 58.33333%; +} + +.col-xs-push-8 { + left: 66.66667%; +} + +.col-xs-push-9 { + left: 75%; +} + +.col-xs-push-10 { + left: 83.33333%; +} + +.col-xs-push-11 { + left: 91.66667%; +} + +.col-xs-push-12 { + left: 100%; +} + +.col-xs-offset-0 { + margin-left: 0%; +} + +.col-xs-offset-1 { + margin-left: 8.33333%; +} + +.col-xs-offset-2 { + margin-left: 16.66667%; +} + +.col-xs-offset-3 { + margin-left: 25%; +} + +.col-xs-offset-4 { + margin-left: 33.33333%; +} + +.col-xs-offset-5 { + margin-left: 41.66667%; +} + +.col-xs-offset-6 { + margin-left: 50%; +} + +.col-xs-offset-7 { + margin-left: 58.33333%; +} + +.col-xs-offset-8 { + margin-left: 66.66667%; +} + +.col-xs-offset-9 { + margin-left: 75%; +} + +.col-xs-offset-10 { + margin-left: 83.33333%; +} + +.col-xs-offset-11 { + margin-left: 91.66667%; +} + +.col-xs-offset-12 { + margin-left: 100%; +} + +@media (min-width: 768px) { + .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { + float: left; + } + .col-sm-1 { + width: 8.33333%; + } + .col-sm-2 { + width: 16.66667%; + } + .col-sm-3 { + width: 25%; + } + .col-sm-4 { + width: 33.33333%; + } + .col-sm-5 { + width: 41.66667%; + } + .col-sm-6 { + width: 50%; + } + .col-sm-7 { + width: 58.33333%; + } + .col-sm-8 { + width: 66.66667%; + } + .col-sm-9 { + width: 75%; + } + .col-sm-10 { + width: 83.33333%; + } + .col-sm-11 { + width: 91.66667%; + } + .col-sm-12 { + width: 100%; + } + .col-sm-pull-0 { + right: auto; + } + .col-sm-pull-1 { + right: 8.33333%; + } + .col-sm-pull-2 { + right: 16.66667%; + } + .col-sm-pull-3 { + right: 25%; + } + .col-sm-pull-4 { + right: 33.33333%; + } + .col-sm-pull-5 { + right: 41.66667%; + } + .col-sm-pull-6 { + right: 50%; + } + .col-sm-pull-7 { + right: 58.33333%; + } + .col-sm-pull-8 { + right: 66.66667%; + } + .col-sm-pull-9 { + right: 75%; + } + .col-sm-pull-10 { + right: 83.33333%; + } + .col-sm-pull-11 { + right: 91.66667%; + } + .col-sm-pull-12 { + right: 100%; + } + .col-sm-push-0 { + left: auto; + } + .col-sm-push-1 { + left: 8.33333%; + } + .col-sm-push-2 { + left: 16.66667%; + } + .col-sm-push-3 { + left: 25%; + } + .col-sm-push-4 { + left: 33.33333%; + } + .col-sm-push-5 { + left: 41.66667%; + } + .col-sm-push-6 { + left: 50%; + } + .col-sm-push-7 { + left: 58.33333%; + } + .col-sm-push-8 { + left: 66.66667%; + } + .col-sm-push-9 { + left: 75%; + } + .col-sm-push-10 { + left: 83.33333%; + } + .col-sm-push-11 { + left: 91.66667%; + } + .col-sm-push-12 { + left: 100%; + } + .col-sm-offset-0 { + margin-left: 0%; + } + .col-sm-offset-1 { + margin-left: 8.33333%; + } + .col-sm-offset-2 { + margin-left: 16.66667%; + } + .col-sm-offset-3 { + margin-left: 25%; + } + .col-sm-offset-4 { + margin-left: 33.33333%; + } + .col-sm-offset-5 { + margin-left: 41.66667%; + } + .col-sm-offset-6 { + margin-left: 50%; + } + .col-sm-offset-7 { + margin-left: 58.33333%; + } + .col-sm-offset-8 { + margin-left: 66.66667%; + } + .col-sm-offset-9 { + margin-left: 75%; + } + .col-sm-offset-10 { + margin-left: 83.33333%; + } + .col-sm-offset-11 { + margin-left: 91.66667%; + } + .col-sm-offset-12 { + margin-left: 100%; + } +} +@media (min-width: 979px) { + .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { + float: left; + } + .col-md-1 { + width: 8.33333%; + } + .col-md-2 { + width: 16.66667%; + } + .col-md-3 { + width: 25%; + } + .col-md-4 { + width: 33.33333%; + } + .col-md-5 { + width: 41.66667%; + } + .col-md-6 { + width: 50%; + } + .col-md-7 { + width: 58.33333%; + } + .col-md-8 { + width: 66.66667%; + } + .col-md-9 { + width: 75%; + } + .col-md-10 { + width: 83.33333%; + } + .col-md-11 { + width: 91.66667%; + } + .col-md-12 { + width: 100%; + } + .col-md-pull-0 { + right: auto; + } + .col-md-pull-1 { + right: 8.33333%; + } + .col-md-pull-2 { + right: 16.66667%; + } + .col-md-pull-3 { + right: 25%; + } + .col-md-pull-4 { + right: 33.33333%; + } + .col-md-pull-5 { + right: 41.66667%; + } + .col-md-pull-6 { + right: 50%; + } + .col-md-pull-7 { + right: 58.33333%; + } + .col-md-pull-8 { + right: 66.66667%; + } + .col-md-pull-9 { + right: 75%; + } + .col-md-pull-10 { + right: 83.33333%; + } + .col-md-pull-11 { + right: 91.66667%; + } + .col-md-pull-12 { + right: 100%; + } + .col-md-push-0 { + left: auto; + } + .col-md-push-1 { + left: 8.33333%; + } + .col-md-push-2 { + left: 16.66667%; + } + .col-md-push-3 { + left: 25%; + } + .col-md-push-4 { + left: 33.33333%; + } + .col-md-push-5 { + left: 41.66667%; + } + .col-md-push-6 { + left: 50%; + } + .col-md-push-7 { + left: 58.33333%; + } + .col-md-push-8 { + left: 66.66667%; + } + .col-md-push-9 { + left: 75%; + } + .col-md-push-10 { + left: 83.33333%; + } + .col-md-push-11 { + left: 91.66667%; + } + .col-md-push-12 { + left: 100%; + } + .col-md-offset-0 { + margin-left: 0%; + } + .col-md-offset-1 { + margin-left: 8.33333%; + } + .col-md-offset-2 { + margin-left: 16.66667%; + } + .col-md-offset-3 { + margin-left: 25%; + } + .col-md-offset-4 { + margin-left: 33.33333%; + } + .col-md-offset-5 { + margin-left: 41.66667%; + } + .col-md-offset-6 { + margin-left: 50%; + } + .col-md-offset-7 { + margin-left: 58.33333%; + } + .col-md-offset-8 { + margin-left: 66.66667%; + } + .col-md-offset-9 { + margin-left: 75%; + } + .col-md-offset-10 { + margin-left: 83.33333%; + } + .col-md-offset-11 { + margin-left: 91.66667%; + } + .col-md-offset-12 { + margin-left: 100%; + } +} +@media (min-width: 1200px) { + .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { + float: left; + } + .col-lg-1 { + width: 8.33333%; + } + .col-lg-2 { + width: 16.66667%; + } + .col-lg-3 { + width: 25%; + } + .col-lg-4 { + width: 33.33333%; + } + .col-lg-5 { + width: 41.66667%; + } + .col-lg-6 { + width: 50%; + } + .col-lg-7 { + width: 58.33333%; + } + .col-lg-8 { + width: 66.66667%; + } + .col-lg-9 { + width: 75%; + } + .col-lg-10 { + width: 83.33333%; + } + .col-lg-11 { + width: 91.66667%; + } + .col-lg-12 { + width: 100%; + } + .col-lg-pull-0 { + right: auto; + } + .col-lg-pull-1 { + right: 8.33333%; + } + .col-lg-pull-2 { + right: 16.66667%; + } + .col-lg-pull-3 { + right: 25%; + } + .col-lg-pull-4 { + right: 33.33333%; + } + .col-lg-pull-5 { + right: 41.66667%; + } + .col-lg-pull-6 { + right: 50%; + } + .col-lg-pull-7 { + right: 58.33333%; + } + .col-lg-pull-8 { + right: 66.66667%; + } + .col-lg-pull-9 { + right: 75%; + } + .col-lg-pull-10 { + right: 83.33333%; + } + .col-lg-pull-11 { + right: 91.66667%; + } + .col-lg-pull-12 { + right: 100%; + } + .col-lg-push-0 { + left: auto; + } + .col-lg-push-1 { + left: 8.33333%; + } + .col-lg-push-2 { + left: 16.66667%; + } + .col-lg-push-3 { + left: 25%; + } + .col-lg-push-4 { + left: 33.33333%; + } + .col-lg-push-5 { + left: 41.66667%; + } + .col-lg-push-6 { + left: 50%; + } + .col-lg-push-7 { + left: 58.33333%; + } + .col-lg-push-8 { + left: 66.66667%; + } + .col-lg-push-9 { + left: 75%; + } + .col-lg-push-10 { + left: 83.33333%; + } + .col-lg-push-11 { + left: 91.66667%; + } + .col-lg-push-12 { + left: 100%; + } + .col-lg-offset-0 { + margin-left: 0%; + } + .col-lg-offset-1 { + margin-left: 8.33333%; + } + .col-lg-offset-2 { + margin-left: 16.66667%; + } + .col-lg-offset-3 { + margin-left: 25%; + } + .col-lg-offset-4 { + margin-left: 33.33333%; + } + .col-lg-offset-5 { + margin-left: 41.66667%; + } + .col-lg-offset-6 { + margin-left: 50%; + } + .col-lg-offset-7 { + margin-left: 58.33333%; + } + .col-lg-offset-8 { + margin-left: 66.66667%; + } + .col-lg-offset-9 { + margin-left: 75%; + } + .col-lg-offset-10 { + margin-left: 83.33333%; + } + .col-lg-offset-11 { + margin-left: 91.66667%; + } + .col-lg-offset-12 { + margin-left: 100%; + } +} +/*-----------------------------------------------------------------------------------*/ +/* Structure +/*-----------------------------------------------------------------------------------*/ +/*-----------------------------------------------------------------------------------*/ +/* Rahmen +/*-----------------------------------------------------------------------------------*/ +html { + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +body { + font-family: "DejaWeb", sans-serif; + display: block; + color: #1a1a1a; + background: #ffffff; + font-size: 16px; + font-size: 1rem; + line-height: 1.35; +} +body.overlay-show { + overflow: hidden; +} +body.blog.slider-on.slider-fullscreen, body.blog.headerimg-on.header-fullscreen { + padding-top: 0; +} + +html.overlay-show { + overflow: hidden; +} + +#site-branding, +.blog-wrap, +.singlepost-wrap, +.recommended-posts-wrap, +#colophon { + padding-left: 5.3125%; + /* 17px at 320px */ + padding-right: 5.3125%; + /* 17px at 320px */ +} + +.mobile-search { + padding-left: 5.3125%; + /* 17px at 320px */ + padding-right: 5.3125%; + /* 17px at 320px */ +} + +#overlay-nav ul li a, #overlay-nav ul ul li a { + padding-left: 5.3125%; + /* 17px at 320px */ + padding-right: 5.3125%; + /* 17px at 320px */ +} + +#mobile-social, +#sidebar-offcanvas .widget, +.front-section { + padding-left: 5.3125%; + /* 17px at 320px */ + padding-right: 5.3125%; + /* 17px at 320px */ +} + +#offcanvas-widgets-open, +.headerimg-on.header-boxed .header-image { + margin-left: 5.3125%; + /* 17px at 320px */ + margin-right: 5.3125%; + /* 17px at 320px */ +} + +#front-section-four .entry-thumbnail a { + width: 130%; +} + +.featured-content, +#front-section-four .type-post { + width: 100%; + overflow: hidden; +} + +/* +.front-section:first-of-type, +.page .content-wrap, +.singlepost-wrap, +.error404 .content-wrap { + padding-top: 60px; +} +*/ +.headerimg-on .front-section:first-of-type { + padding-top: 0; +} + +.front_section_twocolumn_excerpt #front-section-twocolumn .entry-summary { + display: block; +} + +.front_section_threecolumn_excerpt #front-section-threecolumn .entry-summary { + display: block; +} + +.front_section_fourcolumn_excerpt #front-section-fourcolumn .entry-summary { + display: block; +} + +.front_section_sixcolumn_excerpt #front-section-sixcolumn .entry-summary { + display: block; +} + +.front_hidedate .blog .entry-date { + display: none !important; +} + +.front_hidecomments .blog .entry-comments { + display: none !important; +} + +@media screen and (min-width: 64em) { + .page .content-wrap, +.front-section:first-of-type, +.page.has-thumb .blog-wrap, +.search .blog-wrap, +.archive .blog-wrap, +.error404 .content-wrap { + padding-top: 40px; + } + .singlepost-wrap { + padding-top: 20px; + } +} +/*-----------------------------------------------------------------------------------*/ +/* Header +/*-----------------------------------------------------------------------------------*/ +#desktop-navigation, +.header-social, +.search-open, +.desktop-search, +.sticky-header { + display: none; +} + +#site-branding { + position: fixed; + top: 0; + left: 0; + right: 0; + display: block; + padding-top: 5px; + padding-bottom: 5px; + border-bottom: 1px solid #ddd; + z-index: 21; + background: #fff; +} +@media screen and (min-width: 48em) { + #site-branding { + min-height: 46px; + } +} +@media screen and (min-width: 66.25em) { + #site-branding { + position: relative; + width: 87.5%; + margin-left: auto; + margin-right: auto; + padding: 17px 0 0; + border-bottom: none; + background: none; + } +} +.admin-bar #site-branding { + position: absolute; + top: 46px; +} +@media screen and (min-width: 783px) { + .admin-bar #site-branding { + top: 32px; + position: fixed; + } +} +@media screen and (min-width: 66.25em) { + .admin-bar #site-branding { + top: 0; + position: relative; + } +} + +.home.blog.headerimg-on.header-fullscreen #site-branding { + position: absolute; +} + +a.site-logo { + display: none; + line-height: 0; +} +.home a.site-logo { + display: inline-block; +} + +p.site-description { + display: none; +} +@media screen and (min-width: 66.25em) { + p.site-description { + display: block; + text-align: center; + margin: 0; + padding: 4px 0 0 0; + font-size: 12px; + font-size: 0.75rem; + text-transform: uppercase; + letter-spacing: 1px; + } + .hide-tagline p.site-description { + display: none !important; + } +} + +.header-image { + display: block; + position: relative; +} + +.custom-logo-wrap { + margin-left: auto; + margin-right: auto; + text-align: left; + display: block; +} +.custom-logo-wrap a.custom-logo-link img { + vertical-align: middle; + width: auto; + max-width: 300px; + height: 49px; +} + +@media screen and (min-width: 66.25em) { + .sticky-header { + display: block; + position: fixed; + top: 0; + left: 0; + width: 100%; + background: #fff; + min-height: 59px; + transition: transform 0.3s; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + box-shadow: 0 0 8px rgba(0, 0, 0, 0.25); + z-index: 100000; + } + .sticky-header.hidden { + transform: translateY(-100%); + box-shadow: none; + } + .sticky-header p { + display: none; + font-size: 30px; + font-size: 1.875rem; + } + .hide-header-sticky .sticky-header { + display: none !important; + } + .header-stick .sticky-header p { + display: block; + padding: 8px 0 0 0; + } + .header-stick #overlay-open-sticky { + top: 0px; + z-index: 9999; + } + .header-stick #overlay-open-sticky { + width: 60px; + } + .custom-logo-wrap { + text-align: center; + } + .custom-logo-wrap a.custom-logo-link img { + width: auto; + height: 100px; + max-width: 360px; + } + .sticky-header .custom-logo-wrap { + text-align: center; + margin-left: auto; + margin-right: auto; + } + .sticky-header .custom-logo-wrap .custom-logo-link img { + max-width: 400px; + width: auto; + height: 59px; + } +} +/* + * Menu Settings + */ +/* --- Main Menu --- */ +#overlay-nav { + display: block; +} +#overlay-nav ul { + list-style: none; + margin: 0; + padding: 0; +} +#overlay-nav ul li { + display: block; + margin: 0; + padding: 0; + border-bottom: 1px solid #ddd; +} +#overlay-nav ul ul li { + margin: 0; + padding: 5px 0; + border-bottom: none; +} +#overlay-nav ul li a { + display: block; + padding-top: 15px; + padding-bottom: 15px; +} +#overlay-nav ul ul.sub-menu, #overlay-nav ul ul.children { + display: none; + overflow: hidden; + margin: 0; + padding: 0 0 10px; +} +#overlay-nav ul ul ul.sub-menu, #overlay-nav ul ul ul.children { + margin: 0; + border-top: none; +} +#overlay-nav ul ul li a { + border-bottom: none; + padding-top: 0; + padding-bottom: 0; + font-weight: normal; + line-height: 1.5; + text-transform: none; + letter-spacing: 0; +} + +/* --- Sub Menu Toggle --- */ +.dropdown-toggle { + border: none; + outline: none; +} + +#secondary .dropdown-toggle, +#sidebar-offcanvas .widget-area .dropdown-toggle, +#colophon .dropdown-toggle { + display: none; +} + +.menu-item-has-children, +.page_item_has_children { + position: relative; +} + +.dropdown-toggle { + position: absolute; + top: 0; + right: 5.3125%; + width: 50px; + height: 50px; + background: transparent; +} +.dropdown-toggle:after { + vertical-align: top; + position: absolute; + content: "\f078"; + top: 0; + right: 5.3125%; + width: 50px; + height: 50px; + padding: 13px 0 0 0; + text-align: inherit; + margin-right: -10px; +} +.dropdown-toggle.toggle-on:after { + content: "\f077"; +} + +.sub-menu .menu-item-has-children .dropdown-toggle, +.children .page_item_has_childrenn .dropdown-toggle:after { + width: 30px; + height: 30px; +} + +.sub-menu .menu-item-has-children .dropdown-toggle:after, +.children .page_item_has_children .dropdown-toggle:after { + padding: 4px 0 0 0; +} + +#overlay-nav ul.sub-menu.toggled-on, #overlay-nav ul.children.toggled-on { + display: block !important; +} + +/* --- Overlay - Mobile Social Menu --- */ +.single-attachment .post-navigation a:focus, +.single-attachment .post-navigation a:hover { + border-bottom: 2px solid #51a8dd; +} + +#desktop-navigation ul.menu { + font-family: "roboto", sans-serif; +} +#desktop-navigation ul.menu li.menu-item-has-children > a { + margin-right: 0px; +} +#desktop-navigation ul.menu li.menu-item-has-children > a::after { + margin-left: 5px; + content: "\f0d7"; +} +#desktop-navigation ul.menu li a { + color: #1a1a1a; +} +#desktop-navigation ul.menu li .external a::after { + margin-left: 5px; + content: "\f14c"; +} +#desktop-navigation ul.menu li.current-menu-ancestor a, +#desktop-navigation ul.menu li.focus a, +#desktop-navigation ul.menu li:focus a, +#desktop-navigation ul.menu li:hover a { + border-bottom: 3px solid #ff8800; + color: #1a1a1a; +} +#desktop-navigation ul.menu li.current-menu-ancestor li a, +#desktop-navigation ul.menu li.focus li a, +#desktop-navigation ul.menu li:focus li a, +#desktop-navigation ul.menu li:hover li a { + border-bottom: none; +} + +/* --- Social Media Icons --- */ +#mobile-social { + border-bottom: 1px solid #ddd; +} +#mobile-social li { + padding: 10px 0; +} + +@media screen and (min-width: 64em) { + #desktop-navigation { + display: block; + padding: 0; + } + #desktop-navigation ul { + margin: 0; + padding: 0; + text-align: center; + } + #desktop-navigation ul li { + position: relative; + display: inline-block; + padding: 20px 15px 18px; + } + #desktop-navigation .sub-menu, +#desktop-navigation .children, +#desktop-navigation .dropdown-toggle { + position: absolute; + left: -9999px; + } + #desktop-navigation .sub-menu:hover, #desktop-navigation .sub-menu:focus, #desktop-navigation .sub-menu.focus, +#desktop-navigation .children:hover, +#desktop-navigation .children:focus, +#desktop-navigation .children.focus, +#desktop-navigation .dropdown-toggle:hover, +#desktop-navigation .dropdown-toggle:focus, +#desktop-navigation .dropdown-toggle.focus { + display: block !important; + } + #desktop-navigation .sub-menu .sub-menu { + border-top: 1px solid #ccc; + border-left: 1px solid #ccc; + border-bottom: 1px solid #ccc; + } + #desktop-navigation ul li > ul.focus.sub-menu, #desktop-navigation ul li > ul.focus.children, +#desktop-navigation ul li.focus > ul.sub-menu, +#desktop-navigation ul li.focus > ul.children, +#desktop-navigation ul li:focus > ul.sub-menu, +#desktop-navigation ul li:focus > ul.children, +#desktop-navigation ul li:hover > ul.sub-menu, +#desktop-navigation ul li:hover > ul.children { + display: block; + left: 0; + } + #desktop-navigation ul li > ul.focus.sub-menu li > ul.focus, +#desktop-navigation ul li > ul.focus.sub-menu li.focus > ul, +#desktop-navigation ul li > ul.focus.sub-menu li:focus > ul, +#desktop-navigation ul li > ul.focus.sub-menu li:hover > ul, #desktop-navigation ul li > ul.focus.children li > ul.focus, +#desktop-navigation ul li > ul.focus.children li.focus > ul, +#desktop-navigation ul li > ul.focus.children li:focus > ul, +#desktop-navigation ul li > ul.focus.children li:hover > ul, +#desktop-navigation ul li.focus > ul.sub-menu li > ul.focus, +#desktop-navigation ul li.focus > ul.sub-menu li.focus > ul, +#desktop-navigation ul li.focus > ul.sub-menu li:focus > ul, +#desktop-navigation ul li.focus > ul.sub-menu li:hover > ul, +#desktop-navigation ul li.focus > ul.children li > ul.focus, +#desktop-navigation ul li.focus > ul.children li.focus > ul, +#desktop-navigation ul li.focus > ul.children li:focus > ul, +#desktop-navigation ul li.focus > ul.children li:hover > ul, +#desktop-navigation ul li:focus > ul.sub-menu li > ul.focus, +#desktop-navigation ul li:focus > ul.sub-menu li.focus > ul, +#desktop-navigation ul li:focus > ul.sub-menu li:focus > ul, +#desktop-navigation ul li:focus > ul.sub-menu li:hover > ul, +#desktop-navigation ul li:focus > ul.children li > ul.focus, +#desktop-navigation ul li:focus > ul.children li.focus > ul, +#desktop-navigation ul li:focus > ul.children li:focus > ul, +#desktop-navigation ul li:focus > ul.children li:hover > ul, +#desktop-navigation ul li:hover > ul.sub-menu li > ul.focus, +#desktop-navigation ul li:hover > ul.sub-menu li.focus > ul, +#desktop-navigation ul li:hover > ul.sub-menu li:focus > ul, +#desktop-navigation ul li:hover > ul.sub-menu li:hover > ul, +#desktop-navigation ul li:hover > ul.children li > ul.focus, +#desktop-navigation ul li:hover > ul.children li.focus > ul, +#desktop-navigation ul li:hover > ul.children li:focus > ul, +#desktop-navigation ul li:hover > ul.children li:hover > ul { + top: 15px; + left: 75px; + } + #desktop-navigation ul li > ul.focus.sub-menu li > ul.focus li > ul.focus, +#desktop-navigation ul li > ul.focus.sub-menu li > ul.focus li.focus > ul, +#desktop-navigation ul li > ul.focus.sub-menu li > ul.focus li:focus > ul, +#desktop-navigation ul li > ul.focus.sub-menu li > ul.focus li:hover > ul, +#desktop-navigation ul li > ul.focus.sub-menu li.focus > ul li > ul.focus, +#desktop-navigation ul li > ul.focus.sub-menu li.focus > ul li.focus > ul, +#desktop-navigation ul li > ul.focus.sub-menu li.focus > ul li:focus > ul, +#desktop-navigation ul li > ul.focus.sub-menu li.focus > ul li:hover > ul, +#desktop-navigation ul li > ul.focus.sub-menu li:focus > ul li > ul.focus, +#desktop-navigation ul li > ul.focus.sub-menu li:focus > ul li.focus > ul, +#desktop-navigation ul li > ul.focus.sub-menu li:focus > ul li:focus > ul, +#desktop-navigation ul li > ul.focus.sub-menu li:focus > ul li:hover > ul, +#desktop-navigation ul li > ul.focus.sub-menu li:hover > ul li > ul.focus, +#desktop-navigation ul li > ul.focus.sub-menu li:hover > ul li.focus > ul, +#desktop-navigation ul li > ul.focus.sub-menu li:hover > ul li:focus > ul, +#desktop-navigation ul li > ul.focus.sub-menu li:hover > ul li:hover > ul, #desktop-navigation ul li > ul.focus.children li > ul.focus li > ul.focus, +#desktop-navigation ul li > ul.focus.children li > ul.focus li.focus > ul, +#desktop-navigation ul li > ul.focus.children li > ul.focus li:focus > ul, +#desktop-navigation ul li > ul.focus.children li > ul.focus li:hover > ul, +#desktop-navigation ul li > ul.focus.children li.focus > ul li > ul.focus, +#desktop-navigation ul li > ul.focus.children li.focus > ul li.focus > ul, +#desktop-navigation ul li > ul.focus.children li.focus > ul li:focus > ul, +#desktop-navigation ul li > ul.focus.children li.focus > ul li:hover > ul, +#desktop-navigation ul li > ul.focus.children li:focus > ul li > ul.focus, +#desktop-navigation ul li > ul.focus.children li:focus > ul li.focus > ul, +#desktop-navigation ul li > ul.focus.children li:focus > ul li:focus > ul, +#desktop-navigation ul li > ul.focus.children li:focus > ul li:hover > ul, +#desktop-navigation ul li > ul.focus.children li:hover > ul li > ul.focus, +#desktop-navigation ul li > ul.focus.children li:hover > ul li.focus > ul, +#desktop-navigation ul li > ul.focus.children li:hover > ul li:focus > ul, +#desktop-navigation ul li > ul.focus.children li:hover > ul li:hover > ul, +#desktop-navigation ul li.focus > ul.sub-menu li > ul.focus li > ul.focus, +#desktop-navigation ul li.focus > ul.sub-menu li > ul.focus li.focus > ul, +#desktop-navigation ul li.focus > ul.sub-menu li > ul.focus li:focus > ul, +#desktop-navigation ul li.focus > ul.sub-menu li > ul.focus li:hover > ul, +#desktop-navigation ul li.focus > ul.sub-menu li.focus > ul li > ul.focus, +#desktop-navigation ul li.focus > ul.sub-menu li.focus > ul li.focus > ul, +#desktop-navigation ul li.focus > ul.sub-menu li.focus > ul li:focus > ul, +#desktop-navigation ul li.focus > ul.sub-menu li.focus > ul li:hover > ul, +#desktop-navigation ul li.focus > ul.sub-menu li:focus > ul li > ul.focus, +#desktop-navigation ul li.focus > ul.sub-menu li:focus > ul li.focus > ul, +#desktop-navigation ul li.focus > ul.sub-menu li:focus > ul li:focus > ul, +#desktop-navigation ul li.focus > ul.sub-menu li:focus > ul li:hover > ul, +#desktop-navigation ul li.focus > ul.sub-menu li:hover > ul li > ul.focus, +#desktop-navigation ul li.focus > ul.sub-menu li:hover > ul li.focus > ul, +#desktop-navigation ul li.focus > ul.sub-menu li:hover > ul li:focus > ul, +#desktop-navigation ul li.focus > ul.sub-menu li:hover > ul li:hover > ul, +#desktop-navigation ul li.focus > ul.children li > ul.focus li > ul.focus, +#desktop-navigation ul li.focus > ul.children li > ul.focus li.focus > ul, +#desktop-navigation ul li.focus > ul.children li > ul.focus li:focus > ul, +#desktop-navigation ul li.focus > ul.children li > ul.focus li:hover > ul, +#desktop-navigation ul li.focus > ul.children li.focus > ul li > ul.focus, +#desktop-navigation ul li.focus > ul.children li.focus > ul li.focus > ul, +#desktop-navigation ul li.focus > ul.children li.focus > ul li:focus > ul, +#desktop-navigation ul li.focus > ul.children li.focus > ul li:hover > ul, +#desktop-navigation ul li.focus > ul.children li:focus > ul li > ul.focus, +#desktop-navigation ul li.focus > ul.children li:focus > ul li.focus > ul, +#desktop-navigation ul li.focus > ul.children li:focus > ul li:focus > ul, +#desktop-navigation ul li.focus > ul.children li:focus > ul li:hover > ul, +#desktop-navigation ul li.focus > ul.children li:hover > ul li > ul.focus, +#desktop-navigation ul li.focus > ul.children li:hover > ul li.focus > ul, +#desktop-navigation ul li.focus > ul.children li:hover > ul li:focus > ul, +#desktop-navigation ul li.focus > ul.children li:hover > ul li:hover > ul, +#desktop-navigation ul li:focus > ul.sub-menu li > ul.focus li > ul.focus, +#desktop-navigation ul li:focus > ul.sub-menu li > ul.focus li.focus > ul, +#desktop-navigation ul li:focus > ul.sub-menu li > ul.focus li:focus > ul, +#desktop-navigation ul li:focus > ul.sub-menu li > ul.focus li:hover > ul, +#desktop-navigation ul li:focus > ul.sub-menu li.focus > ul li > ul.focus, +#desktop-navigation ul li:focus > ul.sub-menu li.focus > ul li.focus > ul, +#desktop-navigation ul li:focus > ul.sub-menu li.focus > ul li:focus > ul, +#desktop-navigation ul li:focus > ul.sub-menu li.focus > ul li:hover > ul, +#desktop-navigation ul li:focus > ul.sub-menu li:focus > ul li > ul.focus, +#desktop-navigation ul li:focus > ul.sub-menu li:focus > ul li.focus > ul, +#desktop-navigation ul li:focus > ul.sub-menu li:focus > ul li:focus > ul, +#desktop-navigation ul li:focus > ul.sub-menu li:focus > ul li:hover > ul, +#desktop-navigation ul li:focus > ul.sub-menu li:hover > ul li > ul.focus, +#desktop-navigation ul li:focus > ul.sub-menu li:hover > ul li.focus > ul, +#desktop-navigation ul li:focus > ul.sub-menu li:hover > ul li:focus > ul, +#desktop-navigation ul li:focus > ul.sub-menu li:hover > ul li:hover > ul, +#desktop-navigation ul li:focus > ul.children li > ul.focus li > ul.focus, +#desktop-navigation ul li:focus > ul.children li > ul.focus li.focus > ul, +#desktop-navigation ul li:focus > ul.children li > ul.focus li:focus > ul, +#desktop-navigation ul li:focus > ul.children li > ul.focus li:hover > ul, +#desktop-navigation ul li:focus > ul.children li.focus > ul li > ul.focus, +#desktop-navigation ul li:focus > ul.children li.focus > ul li.focus > ul, +#desktop-navigation ul li:focus > ul.children li.focus > ul li:focus > ul, +#desktop-navigation ul li:focus > ul.children li.focus > ul li:hover > ul, +#desktop-navigation ul li:focus > ul.children li:focus > ul li > ul.focus, +#desktop-navigation ul li:focus > ul.children li:focus > ul li.focus > ul, +#desktop-navigation ul li:focus > ul.children li:focus > ul li:focus > ul, +#desktop-navigation ul li:focus > ul.children li:focus > ul li:hover > ul, +#desktop-navigation ul li:focus > ul.children li:hover > ul li > ul.focus, +#desktop-navigation ul li:focus > ul.children li:hover > ul li.focus > ul, +#desktop-navigation ul li:focus > ul.children li:hover > ul li:focus > ul, +#desktop-navigation ul li:focus > ul.children li:hover > ul li:hover > ul, +#desktop-navigation ul li:hover > ul.sub-menu li > ul.focus li > ul.focus, +#desktop-navigation ul li:hover > ul.sub-menu li > ul.focus li.focus > ul, +#desktop-navigation ul li:hover > ul.sub-menu li > ul.focus li:focus > ul, +#desktop-navigation ul li:hover > ul.sub-menu li > ul.focus li:hover > ul, +#desktop-navigation ul li:hover > ul.sub-menu li.focus > ul li > ul.focus, +#desktop-navigation ul li:hover > ul.sub-menu li.focus > ul li.focus > ul, +#desktop-navigation ul li:hover > ul.sub-menu li.focus > ul li:focus > ul, +#desktop-navigation ul li:hover > ul.sub-menu li.focus > ul li:hover > ul, +#desktop-navigation ul li:hover > ul.sub-menu li:focus > ul li > ul.focus, +#desktop-navigation ul li:hover > ul.sub-menu li:focus > ul li.focus > ul, +#desktop-navigation ul li:hover > ul.sub-menu li:focus > ul li:focus > ul, +#desktop-navigation ul li:hover > ul.sub-menu li:focus > ul li:hover > ul, +#desktop-navigation ul li:hover > ul.sub-menu li:hover > ul li > ul.focus, +#desktop-navigation ul li:hover > ul.sub-menu li:hover > ul li.focus > ul, +#desktop-navigation ul li:hover > ul.sub-menu li:hover > ul li:focus > ul, +#desktop-navigation ul li:hover > ul.sub-menu li:hover > ul li:hover > ul, +#desktop-navigation ul li:hover > ul.children li > ul.focus li > ul.focus, +#desktop-navigation ul li:hover > ul.children li > ul.focus li.focus > ul, +#desktop-navigation ul li:hover > ul.children li > ul.focus li:focus > ul, +#desktop-navigation ul li:hover > ul.children li > ul.focus li:hover > ul, +#desktop-navigation ul li:hover > ul.children li.focus > ul li > ul.focus, +#desktop-navigation ul li:hover > ul.children li.focus > ul li.focus > ul, +#desktop-navigation ul li:hover > ul.children li.focus > ul li:focus > ul, +#desktop-navigation ul li:hover > ul.children li.focus > ul li:hover > ul, +#desktop-navigation ul li:hover > ul.children li:focus > ul li > ul.focus, +#desktop-navigation ul li:hover > ul.children li:focus > ul li.focus > ul, +#desktop-navigation ul li:hover > ul.children li:focus > ul li:focus > ul, +#desktop-navigation ul li:hover > ul.children li:focus > ul li:hover > ul, +#desktop-navigation ul li:hover > ul.children li:hover > ul li > ul.focus, +#desktop-navigation ul li:hover > ul.children li:hover > ul li.focus > ul, +#desktop-navigation ul li:hover > ul.children li:hover > ul li:focus > ul, +#desktop-navigation ul li:hover > ul.children li:hover > ul li:hover > ul { + top: 15px; + left: 75px; + } + #desktop-navigation ul ul.sub-menu, #desktop-navigation ul ul.children { + position: absolute; + margin: 18px 0 0 0; + min-width: 230px; + max-width: 300px; + padding: 0; + text-align: left; + color: #fff; + background: #1a1a1a; + z-index: 100000; + } + #desktop-navigation .sub-menu li a, +#desktop-navigation .children li a { + display: block; + padding: 10px 15px; + font-size: 0.875rem; + line-height: 1.313rem; + color: #fff !important; + text-transform: none; + font-weight: normal; + letter-spacing: 0; + } + #desktop-navigation .sub-menu li, +#desktop-navigation .children li { + padding: 0; + display: block; + } +} +/* --- Skiplinks --- */ +#skiplinks { + position: relative; + left: 0; + width: 100%; + margin-left: 0; + text-align: center; + list-style: outside none; +} +#skiplinks ul { + margin: 0; +} +#skiplinks li { + list-style-type: none; +} +#skiplinks a { + position: absolute; + left: -99999px; + top: 150px; +} +#skiplinks a:focus, +#skiplinks a:active { + font-size: 1rem; + line-height: 1.5rem; + position: relative; + display: block; + z-index: 9999; + height: auto; + margin: 0 auto; + text-align: center; + text-decoration: none; + color: #fff; + background: #672082; + left: 0; + top: 0; +} + +/*-----------------------------------------------------------------------------------*/ +/* Festgelegte Bereiche zur Suche +/*-----------------------------------------------------------------------------------*/ +.search-open { + border-width: 1px; + border-style: solid; + border-radius: 50%; +} +.search-open :focus, +.search-open :hover { + border-radius: 50%; +} +.search-open:before { + font-size: 1.125rem; + line-height: 1.688rem; +} +.no-js .search-open { + display: none; +} + +#footer-search { + font-size: 0.937rem; + line-height: 1.407rem; +} +#footer-search .search-field { + border-width: 1px; + border-style: solid; + padding: 5px; + letter-spacing: 0.5px; + font-weight: bolder; +} +#footer-search input#submit, +#footer-search input[type=submit] { + border-width: 1px; + border-style: solid; + padding: 5px; +} + +@media screen and (min-width: 66.25em) { + /* --- Search Desktop --- */ + #masthead { + position: relative; + border-bottom-width: 1px; + border-bottom-style: solid; + } + .search-open, +.desktop-search { + display: block; + } + .search-open { + position: absolute; + top: 50px; + left: 9.2361111111%; + right: auto; + border: none; + z-index: 1000; + padding: 0; + overflow: hidden; + display: inline-block; + width: 25px; + height: 25px; + text-align: center; + vertical-align: middle; + border-radius: 50%; + } + .search-open:before { + vertical-align: middle; + text-align: center; + } + .desktop-search { + position: absolute; + top: 100%; + width: 100%; + opacity: 0; + height: 0; + z-index: 10000; + text-align: center; + border-top-width: 1px; + border-top-style: solid; + transition: all 0.3s ease-in-out; + } + .desktop-search input.search-field { + width: 33%; + border-top: 0; + border-left: 0; + border-right: 0; + border-bottom-width: 1px; + border-bottom-style: solid; + padding: 9px 0; + letter-spacing: 0.5px; + font-weight: bolder; + } + .desktop-search input[type=submit] { + margin-left: 10px; + padding: 8px 20px; + border-width: 2px; + border-style: solid; + font-size: 15px; + font-size: 0.9375rem; + text-transform: uppercase; + letter-spacing: 3px; + } + .desktop-search .searchform { + height: 0; + transition: all 0.3s ease-in-out; + } + .searchbar-maincolor .desktop-search input.search-field:hover, .searchbar-maincolor .desktop-search input.search-field:focus { + padding-left: 10px; + } + .searchbar-maincolor .desktop-search input[type=submit] { + font-weight: bold; + } + .searchbar-maincolor .desktop-search input[type=submit]:focus, .searchbar-maincolor .desktop-search input[type=submit]:hover { + font-weight: bolder; + } + .desktop-search-show .desktop-search { + position: absolute; + top: 100%; + opacity: 1; + height: 118px; + transition: all 0.3s ease-in-out; + } + .desktop-search-show .desktop-search .searchform { + height: 118px; + padding-top: 35px; + transition: all 0.3s ease-in-out; + } + .desktop-search .header-stick #search-open-sticky { + z-index: 9999; + } + .desktop-search .header-stick .desktop-search { + position: fixed; + top: 59px; + border-top: none; + height: 0; + transition: all 0.3s ease-in-out; + } + .desktop-search .header-stick.desktop-search-show .desktop-search { + height: 118px; + } + #overlay-open-sticky { + position: absolute; + height: 59px; + text-align: center; + top: 0px; + left: 10px; + width: 59px; + } + #search-open-sticky { + top: 17px; + left: 69px; + } +} +/*-----------------------------------------------------------------------------------*/ +/* Main +/*-----------------------------------------------------------------------------------*/ +main { + position: relative; + top: 60px; +} +@media screen and (min-width: 1024px) { + main { + top: -14px; + } +} +@media screen and (min-width: 66.25em) { + main { + top: 0px; + } +} + +/*-----------------------------------------------------------------------------------*/ +/* Front Page - Post Sections +/*-----------------------------------------------------------------------------------*/ +.front-section { + margin: 0 auto; + padding-bottom: 70px; +} + +.front-section-title { + position: relative; + display: block; + padding: 3px 130px 20px 0; +} + +.social-front-title { + position: relative; + display: block; + padding: 3px 130px 20px 0; + padding-right: 0; +} + +.shortcode-section a.all-posts-link, +.front-section a.all-posts-link, +.big-instagram-wrap .null-instagram-feed .clear { + position: absolute; + top: 11px; + right: -2px; + display: block; + text-transform: uppercase; + letter-spacing: 3px; + font-weight: 600; +} + +.sidebar-offcanvas .null-instagram-feed .clear, +.sidebar .null-instagram-feed .clear { + position: absolute; + top: 16px; + right: 0; + display: block; + margin: 0; +} + +.front-section a.all-posts-link:after { + content: "→"; + text-align: right; + padding-left: 3px; +} +.front-section .type-post { + position: relative; + display: block; + margin: 0; + padding: 20px 0 35px; + border-top: 1px solid #1a1a1a; +} + +/* --- Front Section - Meta Info --- */ +.section-two-column-one .entry-author, +.section-three-column-one .entry-author { + font-weight: 600; +} + +.section-two-column-one .entry-date:before, +.section-three-column-one .entry-date:before { + content: " / "; + padding: 0 2px; +} + +.section-one-column-one .entry-header { + padding: 15px 0 0px; +} +.section-one-column-one .entry-author { + font-weight: 600; +} +.section-one-column-one .entry-date:before { + content: " / "; + padding: 0 2px; +} +.section-one-column-one .entry-comments, +.section-one-column-one .entry-edit { + margin-left: 20px; +} +.section-one-column-one .entry-summary { + padding: 0 0 20px; + line-height: 1.35; +} +.section-one-column-one .entry-cats { + top: 60px; + left: 40px; +} +.section-one-column-one .entry-meta { + margin-bottom: 15px; +} + +.section-two-column-one .entry-comments, +.section-two-column-one .entry-edit { + margin-left: 20px; +} + +.section-three-column-one .entry-comments, .section-three-column-one .entry-edit { + margin-left: 20px; +} + +/* --- Front Section Small Posts --- */ +.section-one-column-two, +.section-two-column-two { + display: block; + overflow: hidden; +} + +.section-one-column-two .type-post:nth-of-type(n+2), +.section-two-column-two .type-post, +.section-fourcolumn-postwrap .type-post, +.section-sixcolumn-postwrap .type-post { + width: 47.8134110787%; +} + +.section-one-column-two .type-post:nth-of-type(2), .section-one-column-two .type-post:nth-of-type(4) { + float: left; + margin-right: 2.1865889213%; + clear: left; +} + +.section-two-column-two .type-post:nth-of-type(1), .section-two-column-two .type-post:nth-of-type(3), .section-two-column-two .type-post:nth-of-type(5), .section-two-column-two .type-post:nth-of-type(7) { + float: left; + margin-right: 2.1865889213%; + clear: left; +} + +.section-fourcolumn-postwrap .type-post:nth-of-type(odd), +.section-sixcolumn-postwrap .type-post:nth-of-type(odd) { + float: left; + margin-right: 2.1865889213%; + clear: left; +} + +.section-one-column-two .type-post:nth-of-type(3), .section-one-column-two .type-post:nth-of-type(5) { + float: right; + margin-left: 2.1865889213%; + clear: right; +} + +.section-two-column-two .type-post:nth-of-type(2), .section-two-column-two .type-post:nth-of-type(4), .section-two-column-two .type-post:nth-of-type(6), .section-two-column-two .type-post:nth-of-type(8) { + float: right; + margin-left: 2.1865889213%; + clear: right; +} + +.section-fourcolumn-postwrap .type-post:nth-of-type(even), +.section-sixcolumn-postwrap .type-post:nth-of-type(even) { + float: right; + margin-left: 2.1865889213%; + clear: right; +} + +#front-section-one .section-one-column-two .type-post:nth-of-type(4), #front-section-one .section-one-column-two .type-post:nth-of-type(5) { + padding-bottom: 0; +} + +#front-section-two .section-two-column-two .type-post:nth-of-type(7), #front-section-two .section-two-column-two .type-post:nth-of-type(8) { + padding-bottom: 0; +} + +.section-fourcolumn-postwrap .type-post:last-child, .section-fourcolumn-postwrap .type-post:nth-last-child(2) { + padding-bottom: 0; +} + +.section-sixcolumn-postwrap .type-post:last-child, .section-sixcolumn-postwrap .type-post:nth-last-child(2) { + padding-bottom: 0; +} + +.section-two-column-one .entry-header, +.section-three-column-one .entry-header { + padding: 15px 0 10px; +} + +.section-two-column-one .entry-summary, +.section-three-column-one .entry-summary { + padding: 0 0 20px; + line-height: 1.35; +} + +.columns-wrap .entry-header { + padding: 8px 0 0 0; +} +.columns-wrap .entry-header h2.entry-title { + padding: 8px 0 0 0; +} +.columns-wrap .entry-summary { + padding: 8px 0 0 0; +} + +/* --- Front Section 3 (on Background) --- */ +#front-section-three { + width: 100%; + background: #f4f4f4; + margin-left: 0; + margin-right: 0; + margin-bottom: 70px; + padding-top: 35px; + padding-bottom: 35px; +} +#front-section-three h3.front-section-title { + position: relative; + display: block; + padding: 8px 0 20px; + border-top: none; +} +#front-section-three h3.front-section-title:before { + content: " "; + border-top: 4px solid #1a1a1a; + width: 50px; + position: absolute; + top: 0; + left: 0; +} + +#big-footer-feature h3.footer-feature-title:before { + content: " "; + border-top: 4px solid #1a1a1a; + width: 50px; + position: absolute; + top: 0; + left: 0; + border-top: 4px solid #fff; +} + +#front-section-three a.all-posts-link { + border: 2px solid #2b2b2b; + padding: 4px 6px; + top: 2px; +} +#front-section-three a.all-posts-link:after { + display: none; +} +#front-section-three .section-three-column-one .type-post { + border-top: none; + padding-top: 0; +} + +.section-three-column-two .entry-thumbnail { + width: 50%; + float: left; + padding-right: 4.6875%; + padding-bottom: 35px; +} +.section-three-column-two .entry-header { + width: 50%; + float: left; +} +.section-three-column-two .type-post { + clear: both; +} +.section-three-column-two .type-post .entry-header h2.entry-title { + padding: 0; +} +.section-three-column-two .type-post:last-of-type .entry-thumbnail { + padding-bottom: 0; +} + +/* --- Front Section Four (Fullwidth) --- */ +#front-section-four { + padding-left: 0; + padding-right: 0; +} +#front-section-four .type-post { + position: relative; + padding: 0; + border-top: none; +} +#front-section-four .type-post .entry-summary, #front-section-four .type-post .entry-author { + display: none; +} +#front-section-four .type-post .entry-thumbnail img { + width: 100%; +} +#front-section-four .meta-main-wrap { + display: block; + padding-left: 5.3125%; + padding-right: 5.3125%; + padding-bottom: 17px; +} + +/* --- Front Section About (About Info + Social Menu) --- */ +.section-about-column-one { + padding: 0; + overflow: hidden; +} +.section-about-column-one .front-section-title { + border-bottom: 1px solid #1a1a1a; + margin-bottom: 20px; +} + +.front-about-img { + width: 50%; + float: left; + clear: left; + padding-right: 2.34375%; +} + +.section-about-column-one p { + display: block; + margin: 0; + clear: right; + float: left; + width: 50%; + padding-left: 2.34375%; +} +.section-about-column-one p cite { + display: block; + padding: 20px 0 0 0; + font-weight: 600; + letter-spacing: 3px; + text-transform: uppercase; + font-style: normal; +} + +.section-about-column-two { + padding-top: 60px; +} + +/* --- Front Section - Columns --- */ +#front-section-twocolumn .type-post:last-of-type, +#front-section-threecolumn .type-post:last-of-type { + padding-bottom: 0; +} + +#front-section-twocolumn .entry-summary, +#front-section-threecolumn .entry-summary, +#front-section-fourcolumn .entry-summary, +#front-section-sixcolumn .entry-summary { + display: none; +} + +.blog-wrap h3.blog-title, +.archive-header h1.archive-title { + display: block; + padding: 3px 0 20px; +} + +/* --- Blog Front: Posts --- */ +.site-content .hentry { + position: relative; +} +.site-content .hentry .entry-meta, .site-content .hentry .entry-author { + display: none; +} + +.blog-wrap:last-child .hentry { + padding-bottom: 34px; +} + +.comment-name { + display: none; +} + +.entry-author span { + padding-right: 4px; +} + +.page #primary .blogroll .hentry .entry-thumbnail, +.blog #primary .hentry .entry-thumbnail, +.archive #primary .hentry .entry-thumbnail, +.search-results #primary .hentry .entry-thumbnail { + width: 32.1875%; + /* -- 103px at 320px ---*/ + margin: 0 0 0 10px; + float: right; +} + +.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) { + margin-left: -5.9440559441%; + margin-right: -5.9440559441%; + margin-bottom: 34px; + padding: 0; + border-top: 0; +} +.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-thumbnail { + width: 100%; + margin: 0; + float: none; +} +.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-thumbnail img { + width: 100%; +} +.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .meta-main-wrap { + width: 100%; + padding: 0 5.3125% 28px; +} +.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-meta { + float: none; +} +.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-summary { + display: none; +} +.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-title a { + text-shadow: 1px 2px 2px black; +} + +/* --- Blog Front: Bigger Posts --- */ +#front-section-four .entry-date { + padding-right: 20px; +} + +.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-author { + font-weight: 600; +} +.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-meta { + display: block; + position: absolute; + width: 80.4347826087%; + left: 5.3125%; + bottom: 17px; +} + +#front-section-four .entry-edit { + display: none; +} + +.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-edit, +.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-author { + display: none; +} + +@media screen and (min-width: 37.5em) { + #front-section-twocolumn .entry-summary, +#front-section-threecolumn .entry-summary, +#front-section-fourcolumn .entry-summary, +#front-section-sixcolumn .entry-summary { + display: inline-block; + } + #front-section-four .entry-edit { + display: inline-block; + } + .blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-edit, +.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-author { + display: inline-block; + } + .blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-edit:after, +.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-author:after { + content: " / "; + } + .blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-edit { + padding-left: 20px; + } + .no-author .entry-date:before { + content: ""; + padding: 0; + } + #front-section-four .entry-edit { + padding-left: 20px; + } + .entry-content p.pull-left, .entry-content p.pull-right { + width: 48%; + } + .entry-content p.pull-left { + float: left; + margin-right: 20px; + } + .entry-content p.pull-right { + float: right; + margin-left: 20px; + text-align: right; + } + /* --- Front Section 2-column --- */ + #front-section-twocolumn .type-post { + width: 47.8134110787%; + float: left; + } + #front-section-twocolumn .type-post:nth-of-type(odd) { + margin-right: 2.1865889213%; + clear: left; + } + #front-section-twocolumn .type-post:nth-of-type(even) { + margin-left: 2.1865889213%; + clear: right; + } + #front-section-twocolumn .type-post:nth-last-of-type(2) { + padding-bottom: 0; + } +} +@media screen and (min-width: 48em) { + #front-section-four .format-video .entry-thumbnail a:before, +.section-three-column-one .format-video .entry-thumbnail a:before { + width: 60px; + height: 42px; + padding: 22px 0 0 24px; + font-size: 16px; + } + /* --- Featured Posts Slider + Header Image --- */ + .featured-content { + padding-bottom: 60px; + min-height: 400px; + } + .header-image { + margin-bottom: 60px; + } + #front-section-four .meta-main-wrap { + padding-bottom: 35px; + } + /* --- Front Page - Sections --- */ + .front-section { + padding-bottom: 75px; + } + .front-section a.all-posts-link { + top: 25px; + } + /* --- Front Section Two --- */ + .section-two-column-two .type-post { + width: 22.2891566265%; + } + .section-two-column-two .type-post:nth-of-type(1), .section-two-column-two .type-post:nth-of-type(2), .section-two-column-two .type-post:nth-of-type(3), .section-two-column-two .type-post:nth-of-type(5), .section-two-column-two .type-post:nth-of-type(6), .section-two-column-two .type-post:nth-of-type(7) { + float: left; + margin-right: 3.6144578313%; + margin-left: 0; + clear: none; + } + .section-two-column-two .type-post:nth-of-type(1), .section-two-column-two .type-post:nth-of-type(5) { + clear: left; + } + .section-two-column-two .type-post:nth-of-type(4), .section-two-column-two .type-post:nth-of-type(8) { + float: right; + margin: 0; + clear: right; + } + .front-section .section-two-column-two .type-post:nth-of-type(5), .front-section .section-two-column-two .type-post:nth-of-type(6), .front-section .section-two-column-two .type-post:nth-of-type(7), .front-section .section-two-column-two .type-post:nth-of-type(8) { + padding-bottom: 0; + } + /* --- Front Section Three --- */ + #front-section-three { + padding-top: 75px; + padding-bottom: 75px; + } + #front-section-three h3.front-section-title { + padding-bottom: 40px; + } + #front-section-three a.all-posts-link { + padding: 8px 20px; + top: 0; + } + .section-three-column-two .entry-thumbnail { + padding-bottom: 0; + } + .section-three-column-two .type-post:nth-of-type(1), .section-three-column-two .type-post:nth-of-type(3) { + width: 47.8102189781%; + float: left; + clear: left; + } + .section-three-column-two .type-post:nth-of-type(2), .section-three-column-two .type-post:nth-of-type(4) { + width: 47.8102189781%; + float: right; + clear: right; + } + .section-three-column-two .type-post:nth-of-type(3), .section-three-column-two .type-post:nth-of-type(4) { + padding-bottom: 0; + } + /* --- Front Section Columns --- */ + #front-section-threecolumn .type-post { + width: 30.4233333333%; + float: left; + } + .section-sixcolumn-postwrap .type-post { + width: 30.4233333333%; + float: left; + } + .section-sixcolumn-postwrap .type-post:nth-of-type(even) { + float: left; + clear: none; + margin-left: 0; + } + .section-sixcolumn-postwrap .type-post:nth-of-type(odd) { + clear: none; + margin-right: 0; + } + #front-section-threecolumn .type-post:nth-of-type(3n+1), +.section-sixcolumn-postwrap .type-post:nth-of-type(3n+1) { + margin-right: 2.9%; + clear: left; + } + #front-section-threecolumn .type-post:nth-of-type(3n+2), +.section-sixcolumn-postwrap .type-post:nth-of-type(3n+2) { + margin-left: 1.455%; + margin-right: 1.455%; + } + #front-section-threecolumn .type-post:nth-of-type(3n+3), +.section-sixcolumn-postwrap .type-post:nth-of-type(3n+3) { + margin-left: 2.915%; + clear: right; + } + .section-fourcolumn-postwrap .type-post { + width: 22.2891566265%; + margin-right: 3.6144578313%; + float: left; + clear: none; + } + .section-fourcolumn-postwrap .type-post:nth-of-type(odd), .section-fourcolumn-postwrap .type-post:nth-of-type(even) { + clear: none; + margin-left: 0; + margin-right: 3.6144578313%; + float: left; + } + .section-fourcolumn-postwrap .type-post:nth-of-type(4n+1) { + clear: left; + } + .section-fourcolumn-postwrap .type-post:nth-of-type(4n+4) { + margin-right: 0; + clear: right; + } + #front-section-threecolumn .type-post:last-child, #front-section-threecolumn .type-post:nth-last-child(2), #front-section-threecolumn .type-post:nth-last-child(3) { + padding-bottom: 0; + } + .section-fourcolumn-postwrap .type-post:last-child, .section-fourcolumn-postwrap .type-post:nth-last-child(2), .section-fourcolumn-postwrap .type-post:nth-last-child(3), .section-fourcolumn-postwrap .type-post:nth-last-child(4) { + padding-bottom: 0; + } + .section-sixcolumn-postwrap .type-post:nth-last-child(3) { + padding-bottom: 0; + } + /* --- Front Page - Blog --- */ + .blog-wrap:last-child .hentry { + padding-bottom: 40px; + } + /* --- Blog - default --- */ + .blog #primary .hentry .entry-meta, +.archive #primary .hentry .entry-meta, +.search-results #primary .hentry .entry-meta { + width: 25.4901960784%; + /* -- 130px at 1440px ---*/ + float: left; + display: block; + } + .blog #primary .hentry .entry-main, +.archive #primary .hentry .entry-main, +.search-results #primary .hentry .entry-main { + width: 74.5098039216%; + /* -- 380px at 1440px ---*/ + float: left; + margin-bottom: 20px; + } + .blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-main { + width: 100%; + float: none; + } + .blog #primary .hentry .entry-thumbnail { + width: 36.1445783133%; + /* -- 300px at 1440px ---*/ + } + .archive #primary .hentry .entry-thumbnail, +.search-results #primary .hentry .entry-thumbnail { + width: 36.1445783133%; + /* -- 300px at 1440px ---*/ + } + .blog #primary .hentry .meta-main-wrap, +.archive #primary .hentry .meta-main-wrap, +.search-results #primary .hentry .meta-main-wrap { + width: 61.4457831325%; + /* -- 510px at 1440px ---*/ + float: left; + } + /* --- Blog - default Bigger Posts --- */ + .blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) { + margin-top: 40px; + margin-bottom: 80px; + } + .blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .meta-main-wrap { + padding: 0 5.3125% 64px; + } + .blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-meta { + width: 80.4347826087%; + left: 5.3125%; + bottom: 35px; + } + .blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats { + padding-bottom: 8px; + } +} +@media screen and (min-width: 64em) { + #front-section-four .entry-thumbnail a { + width: 100%; + } + .section-about-column-one p { + padding-left: 1.6%; + width: 67.2%; + } +} +@media screen and (min-width: 66.25em) { + body, +.inner-offcanvas-wrap, +.featured-content { + padding-top: 0; + } + .blog.headerimg-on #masthead { + margin-bottom: 0; + border-bottom: none; + } + .blog #masthead { + margin-bottom: 60px; + } + .blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) { + margin-left: -10.843373494%; + margin-right: 0; + } + .blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) img.wp-post-image { + width: 100%; + } + .blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .meta-main-wrap { + padding-left: 9.7826086957%; + } + .blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-meta { + left: 9.7826086957%; + } + .blog #primary .hentry.has-post-thumbnail.format-video:nth-child(4n+1) .entry-thumbnail a:before { + left: 9.7826086957%; + top: 35px; + } + .blog.sidebar-left #primary .hentry.has-post-thumbnail:nth-child(4n+1) { + margin-right: -10.843373494%; + margin-left: 0; + } + .blog.sidebar-left #primary .hentry.has-post-thumbnail:nth-child(4n+1) .meta-main-wrap { + padding-left: 40px; + padding-right: 9.7826086957%; + } + .blog.sidebar-left #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-meta, .blog.no-sidebar #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-meta { + left: 40px; + } + .blog.no-sidebar #primary .hentry.has-post-thumbnail:nth-child(4n+1) { + margin-left: auto; + } + .blog.no-sidebar #primary .hentry.has-post-thumbnail:nth-child(4n+1) .meta-main-wrap { + padding-left: 40px; + } + .home.blog.slider-on.slider-fullscreen #site-branding, .home.blog.headerimg-on.header-fullscreen #site-branding { + position: relative; + } + .home.blog.headerimg-on.header-fullscreen #masthead .site-header-content, .home.blog.slider-on.slider-fullscreen #masthead .site-header-content { + position: absolute; + top: 0; + left: 0; + right: 0; + border-bottom: none; + z-index: 1000000; + } + .blog-wrap { + padding-left: 0; + padding-right: 0; + } + .section-one-column-one .type-post .entry-summary, +.section-about-column-one p { + font-size: 32px; + font-size: 2rem; + line-height: 1.25; + } + .section-one-column-one { + width: 65.873015873%; + /* -- 830px at 1440px ---*/ + float: left; + } + .section-one-column-one .type-post { + padding-bottom: 0; + } + .section-one-column-two { + width: 31.746031746%; + /* -- 400px at 1440px ---*/ + float: right; + } + .section-one-column-one .entry-header { + padding: 25px 0 0; + } + .section-one-column-one .entry-summary { + padding: 0 0 35px; + } + .section-three-column-one .entry-summary { + padding: 0 0 35px; + } + .columns-wrap .entry-header { + padding: 12px 0 0 0; + } + /* --- Front Section Two --- */ + .section-two-column-one { + width: 31.746031746%; + /* -- 400px at 1440px ---*/ + float: left; + } + .section-two-column-two { + width: 65.873015873%; + /* -- 830px at 1440px ---*/ + float: right; + } + .section-two-column-one .entry-header { + padding: 20px 0 0 0; + } + .section-two-column-one .entry-header h2.entry-title { + padding: 10px 0 20px; + } + .shortcode-section .section-two-column-one .type-post, +.front-section .section-two-column-one .type-post { + padding-bottom: 0; + } + /* --- Front Section Three (on Background) --- */ + #front-section-three { + padding-left: 6.25%; + padding-right: 6.25%; + } + .section-three-column-one { + padding-bottom: 50px; + clear: both; + overflow: hidden; + } + .section-three-column-one .entry-thumbnail { + width: 48.8095238095%; + /* -- 615px at 1440px ---*/ + float: right; + } + .section-three-column-one .entry-cats { + top: 30px; + left: 53.5714285714%; + /* -- 675px at 1440px ---*/ + } + .section-three-column-one .entry-header, .section-three-column-one .entry-summary, .section-three-column-one .entry-meta { + width: 48.8095238095%; + /* -- 615px at 1440px ---*/ + float: left; + clear: left; + } + .section-three-column-one .entry-header { + padding-top: 0; + } + .section-three-column-one .entry-header h2.entry-title { + padding-top: 0; + } + .section-three-column-two .type-post { + width: 23.2142857143% !important; + float: left !important; + padding-bottom: 0 !important; + } + .section-three-column-two .type-post .entry-header h2.entry-title { + padding-bottom: 0; + } + .section-three-column-two .type-post:nth-of-type(2), .section-three-column-two .type-post:nth-of-type(3) { + clear: none; + margin-right: 2.380952381%; + } + .section-three-column-two .type-post:nth-of-type(1) { + clear: left; + margin-right: 2.380952381%; + } + .section-three-column-two .type-post:nth-of-type(4) { + clear: right; + } + /* --- Front Section Four (on Background) --- */ + #front-section-four .meta-main-wrap { + padding-left: 6.25%; + padding-right: 6.25%; + } + #front-section-four .format-video .entry-thumbnail a:before { + left: 6.25%; + top: 40px; + } + #front-section-four .meta-main-wrap .entry-header { + width: 65.873015873%; + /* -- 830px at 1440px ---*/ + } + #front-section-four .meta-main-wrap .entry-meta { + padding-top: 20px; + } + /* --- Front Section About --- */ + .section-about-column-one { + width: 74.4047619048%; + /* -- 937px at 1440px ---*/ + float: left; + } + .section-about-column-two { + width: 23.2142857143%; + /* -- 292px at 1440px ---*/ + float: right; + padding: 0; + } + /* --- Front Section Columns --- */ + #front-section-twocolumn .type-post { + width: 48.8095238095%; + } + #front-section-twocolumn .type-post:nth-of-type(odd) { + margin-right: 1.1904761905%; + } + #front-section-twocolumn .type-post:nth-of-type(even) { + margin-left: 1.1904761905%; + } + #front-section-threecolumn .type-post { + width: 31.7460333333%; + } + #front-section-threecolumn .type-post:nth-of-type(3n+1) { + margin-right: 1.5873%; + } + #front-section-threecolumn .type-post:nth-of-type(3n+2) { + margin-left: 0.79365%; + margin-right: 0.79365%; + } + #front-section-threecolumn .type-post:nth-of-type(3n+3) { + margin-left: 1.5873%; + } + .section-fourcolumn-postwrap .type-post { + width: 23.2142857143%; + margin-right: 2.380952381%; + /* 30px at 1440px */ + float: left; + clear: none; + } + .section-fourcolumn-postwrap .type-post:nth-of-type(odd), .section-fourcolumn-postwrap .type-post:nth-of-type(even) { + margin-right: 2.380952381%; + } + .section-fourcolumn-postwrap .type-post:nth-of-type(4n+1) { + clear: left; + } + .section-fourcolumn-postwrap .type-post:nth-of-type(4n+4) { + margin-right: 0; + clear: right; + } + .section-sixcolumn-postwrap .type-post { + width: 14.6825396825%; + margin-right: 2.380952381% !important; + margin-left: 0; + float: left; + clear: none; + } + .section-sixcolumn-postwrap .type-post:nth-of-type(3n+1) { + clear: none; + } + .section-sixcolumn-postwrap .type-post:nth-of-type(3n+2) { + margin-left: 0; + } + .section-sixcolumn-postwrap .type-post:nth-of-type(3n+3) { + margin-left: 0; + clear: none; + } + .section-sixcolumn-postwrap .type-post:nth-of-type(6n+1) { + clear: left; + } + .section-sixcolumn-postwrap .type-post:nth-of-type(6n+6) { + clear: right; + margin-right: 0 !important; + } + .section-sixcolumn-postwrap .type-post:nth-last-child(4), .section-sixcolumn-postwrap .type-post:nth-last-child(5), .section-sixcolumn-postwrap .type-post:nth-last-child(6) { + padding-bottom: 0; + } + #front-section-twocolumn .entry-header, +#front-section-threecolumn .entry-header, +#front-section-fourcolumn .entry-header { + padding: 20px 0 0 0; + } + #front-section-twocolumn .entry-summary, +#front-section-threecolumn .entry-summary, +#front-section-fourcolumn .entry-summary { + padding: 12px 0 0 0; + } +} +@media screen and (min-width: 85em) { + .section-three-column-one .type-post .entry-summary, +.section-about-column-one p { + font-size: 34px; + font-size: 2.125rem; + line-height: 1.3; + } + .section-about-column-one p cite { + padding: 30px 0 0 0; + } + .section-one-column-one .format-video .entry-thumbnail a:before, +.section-two-column-one .format-video .entry-thumbnail a:before, +#front-section-four .format-video .entry-thumbnail a:before { + width: 70px; + height: 52px; + padding: 29px 0 0 28px; + font-size: 19px; + } + #front-section-fourcolumn .format-video .entry-thumbnail a:before { + width: 60px; + height: 42px; + padding: 22px 0 0 24px; + font-size: 16px; + } +} +@media screen and (min-width: 112.5em) { + .blog-wrap, .front-section { + width: 70%; + margin-left: auto; + margin-right: auto; + } + #front-section-three .front-section-title, +#front-section-three .section-three-column-one, +#front-section-three .section-three-column-two { + width: 70%; + margin-left: auto; + margin-right: auto; + } + #front-section-three { + padding-left: 0; + padding-right: 0; + } + #front-section-four { + width: 100%; + margin-left: 0; + } + #front-section-four .meta-main-wrap { + padding-left: 15%; + padding-right: 15%; + } + #front-section-four .format-video .entry-thumbnail a:before { + left: 15%; + } +} +@media screen and (min-width: 137.5em) { + .blog-wrap, +.front-section { + width: 56%; + } + #front-section-three .front-section-title, +#front-section-three .section-three-column-one, +#front-section-three .section-three-column-two { + width: 56%; + } + #front-section-four .meta-main-wrap { + padding-left: 22%; + padding-right: 22%; + } + #front-section-four .format-video .entry-thumbnail a:before { + left: 22%; + } +} +/*-----------------------------------------------------------------------------------*/ +/* 8.0 Blog Posts +/*-----------------------------------------------------------------------------------*/ +.entry-thumbnail a { + max-height: 900px; + overflow: hidden; +} + +.single-post .format-video .entry-thumbnail a:before, +.featured-slider .entry-date:before { + display: none; +} + +.entry-thumbnail a { + position: relative; + line-height: 0; + display: block; +} + +.format-video .entry-thumbnail { + position: relative; +} +.format-video .entry-thumbnail a:before { + content: "▶"; + position: absolute; + display: block; + width: 40px; + height: 28px; + padding: 15px 0 0 16px; + font-size: 12px; + color: #1a1a1a; + background: #fff; + z-index: 1; + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); +} + +#front-section-twocolumn .format-video .entry-thumbnail a:before, +#front-section-threecolumn .format-video .entry-thumbnail a:before, +.section-one-column-one .format-video .entry-thumbnail a:before, +.blog #primary .hentry.format-video:nth-child(4n+1) .entry-thumbnail a:before, +.section-two-column-one .format-video .entry-thumbnail a:before { + width: 60px; + height: 42px; + padding: 22px 0 0 24px; + font-size: 16px; +} + +.blog #primary .hentry.format-video:nth-child(4n+1) .entry-thumbnail a:before, +#front-section-four .format-video .entry-thumbnail a:before { + top: 30px; + left: 5.3125%; + transform: translate(0, 0); +} + +.featured-slider .format-video .entry-thumbnail a:before { + display: none; +} + +/* -- Attachment -- */ +.attachment .entry-header .entry-meta { + margin-top: 20px; +} + +/* --- Single Post --- */ +.singlepost-wrap, +.recommended-posts-wrap { + margin-left: auto; + margin-right: auto; +} + +.single-post .hentry { + position: relative; + padding: 0; +} +.single-post .entry-header { + display: block; + margin: 0 0 35px; + padding: 25px 0 0; +} + +/* --- Single Post - Header --- */ +.single-attachment .entry-header { + display: block; + margin: 0 0 35px; + padding: 25px 0 0; + padding-top: 40px; +} + +.single-post .entry-header h1.entry-title { + position: relative; + display: block; + padding-top: 5px; +} +.single-post .hentry .entry-meta { + display: block; + margin-top: 20px; + padding-top: 15px; + border-top: 3px solid #1a1a1a; + line-height: 1.6; +} + +.single-attachment .entry-meta { + display: block; + margin-top: 20px; + padding-top: 15px; + border-top: 3px solid #1a1a1a; + line-height: 1.6; +} + +.entry-header p.intro { + display: none; + margin: 0; + padding: 10px 0 0; +} + +.meta-columnone { + width: 60%; + float: left; +} + +.meta-columntwo, .meta-columthree { + width: 40%; + float: left; +} + +.single-post .entry-comments-title { + font-weight: 600; +} + +.author-pic { + width: 35px; + float: left; + margin: 0 10px 0 0; + display: block; + line-height: 0; +} +.author-pic img { + width: 35px; + height: 35px; + border-radius: 50px; +} + +.single-post .entry-author, +.single-post .entry-tags span { + font-weight: 600; +} +.single-post .entry-thumbnail { + padding-bottom: 35px; +} +.single-post .canonical-link { + padding: 5px 0 0 0; + letter-spacing: 1px; +} +.single-post .canonical-link span { + text-transform: uppercase; + font-weight: 600; +} +.single-post .canonical-link span:after { + content: "•"; + padding: 0 7px; +} +.single-post .entry-tags { + padding: 30px 0 0 0; + letter-spacing: 1px; + text-transform: uppercase; +} +.single-post .entry-tags span:after { + content: "•"; + padding: 0 7px; +} +.single-post .authorbox { + position: relative; + margin: 40px 0 0 0; + padding: 30px 0 0 0; + clear: both; + border-top: 1px solid #1a1a1a; +} + +.big-thumb .entry-thumbnail { + margin-left: -5.9440559441%; + /* 17px at 320px --- */ + margin-right: -5.9440559441%; + padding-bottom: 35px; +} +.big-thumb .entry-thumbnail img { + width: 100%; +} +.big-thumb .entry-meta { + margin-top: 0; +} +.big-thumb .entry-header { + position: relative; + padding: 0; +} +.big-thumb .title-wrap { + bottom: 88px; + width: 111.8881118881%; + margin-left: -5.9440559441%; + /* 17px at 320px --- */ + margin-right: -5.9440559441%; + padding-bottom: 17px; +} +.big-thumb .title-wrap .entry-cats { + padding-left: 5.3125%; + padding-right: 5.3125%; +} +.big-thumb .entry-header h1.entry-title, .big-thumb .entry-header p.intro { + padding-left: 5.3125%; + padding-right: 5.3125%; +} + +.authorbox .author-pic { + width: 40px; + height: 40px; + float: left; +} +.authorbox .author-pic img { + width: 40px; + height: 40px; +} +.authorbox .author-heading { + padding: 0 0 0 60px; +} +.authorbox h3.author-title { + margin: 0; + padding: 0; + text-transform: uppercase; + letter-spacing: 1px; +} +.authorbox h3.author-title span { + padding: 0 5px 0 0; + display: inline-block; + font-style: normal; +} +.authorbox h3.author-title:after { + content: ":"; + padding-left: 1px; +} +.authorbox p.author-bio { + margin: 0; + padding: 15px 0 0 60px; +} +.authorbox .author-links { + padding: 16px 0 0 60px; +} + +.author-links a.author-website { + position: relative; + padding: 0 0 0 20px; + display: block; +} +.author-links a.author-twitter { + position: relative; + display: block; + margin: 4px 0 0 0; + padding: 0 0 0 18px; +} +.author-links a.author-website:before, .author-links a.author-twitter:before { + display: block; + position: absolute; + top: 2px; + left: -4px; + text-align: left; +} + +.single-post .hentry .entry-meta, +.single-attachment .entry-meta { + border-top: none !important; +} + +article header { + margin-bottom: 20px; +} + +@media screen and (min-width: 48em) { + /* --- Single Post --- */ + .single-post .entry-header { + margin: 0 0 20px; + padding: 25px 0 0; + } + .big-thumb .single-post .entry-header { + padding: 0; + } + .single-post .entry-tags { + padding: 30px 0 0 0; + } + .single-post .big-thumb .entry-thumbnail { + padding-bottom: 60px; + margin-left: -7.1428571429%; + /* 90px at 1440px */ + margin-right: -7.1428571429%; + padding-bottom: 60px; + } + .big-thumb .title-wrap { + margin-left: -7.1428571429%; + /* 90px at 1440px */ + margin-right: -7.1428571429%; + bottom: 128px; + padding-bottom: 35px; + width: 114.2857142857%; + } + .big-thumb .title-wrap .entry-cats { + padding-left: 6.25%; + padding-right: 6.25%; + } + .big-thumb .title-wrap h1.entry-title, .big-thumb .title-wrap p.intro { + padding-left: 6.25%; + padding-right: 6.25%; + } + .meta-columnone { + display: block; + width: 320px; + } + .meta-columntwo { + display: block; + width: 320px; + width: 200px; + } + .author-pic { + width: 50px; + } + .author-pic img { + width: 50px; + height: 50px; + } + .authorbox .author-pic { + width: 70px; + height: 70px; + } + .authorbox .author-pic img { + width: 70px; + height: 70px; + } + .authorbox .author-heading, +.authorbox p.author-bio, +.authorbox .author-links { + padding-left: 90px; + } + .author-links a.author-website { + display: inline-block; + margin: 0 30px 0 0; + } + .author-links a.author-twitter { + display: inline-block; + } +} +@media screen and (min-width: 66.25em) { + .single-post.no-sidebar .contentwrap { + width: 100%; + max-width: 1260px; + float: none; + margin-left: 0; + } + .single-post.no-sidebar .entry-content, +.single-post.no-sidebar .entry-footer, +.single-post.no-sidebar #comments { + margin-left: auto; + margin-right: auto; + width: 80%; + } + .single-post.no-sidebar .entry-content .wide-content { + margin-left: -12.5%; + margin-right: -12.5%; + } + .big-thumb .entry-header p.intro { + font-size: 26px; + font-size: 1.625rem; + } + .entry-meta, +.entry-cats, +.search-results a.post-edit-link, +.archive a.post-edit-link { + font-size: 12px; + font-size: 0.75rem; + font-weight: normal; + } + /* --- Single Post --- */ + .singlepost-wrap { + margin-top: 0; + } + .single-post .contentwrap, +.single-attachment .contentwrap { + width: 65.873015873%; + float: left; + } + .single-post #colophon, +.single-attachment #colophon { + margin-top: 80px; + } + .entry-header p.intro { + display: block; + } +} +@media screen and (min-width: 85em) { + .single-post #primary .hentry.has-post-thumbnail:nth-child(4n+1) { + margin-left: 0; + } + .big-thumb .title-wrap { + width: 114.2857142857%; + } + .single-post .entry-content { + margin-top: -8px; + } + .single-post.no-sidebar .contentwrap { + width: 100%; + float: none; + margin-left: 0; + } + .single-post.no-sidebar .entry-content, +.single-post.no-sidebar .entry-footer, +.single-post.no-sidebar #comments { + width: 70%; + margin-left: 100px; + margin-right: auto; + } + .single-post.no-sidebar .entry-content .wide-content { + margin-left: 0; + margin-right: -31.5%; + } + .single-post #socialicons-sticky { + position: relative; + } + .single-post .sharedaddy .sd-social-icon { + display: block; + position: absolute; + top: 8px; + left: 0; + z-index: 10000; + } + .single-post .sd-social-icon .sd-content ul { + margin: 0 !important; + } + .single-post .sd-social-icon .sd-content ul li { + display: block; + } +} +@media screen and (min-width: 112.5em) { + .singlepost-wrap, +.recommended-posts-wrap { + width: 70%; + margin-left: auto; + margin-right: auto; + } + .big-instagram-wrap { + width: 70%; + margin-left: auto; + margin-right: auto; + } + .big-thumb .title-wrap .entry-cats { + padding-left: 15%; + padding-right: 15%; + } + .big-thumb .entry-header h1.entry-title, .big-thumb .entry-header p.intro { + padding-left: 15%; + padding-right: 15%; + } + .single-post .big-thumb .entry-thumbnail { + width: 142.8571428571%; + margin-left: -21.4285714286%; + } + .single-post .big-thumb .title-wrap { + width: 142.8571428571%; + margin-left: -21.4285714286%; + margin-right: -21.4285714286%; + } +} +/* Minimum width of 2200 pixels (larger desktop screens) +------------------------------------------------------------------------------------ */ +@media screen and (min-width: 137.5em) { + /* --- General --- */ + .singlepost-wrap, +.recommended-posts-wrap { + width: 56%; + } + .big-instagram-wrap { + width: 56%; + } + .big-thumb .title-wrap .entry-cats { + padding-left: 22%; + padding-right: 22%; + } + .big-thumb .entry-header h1.entry-title, .big-thumb .entry-header p.intro { + padding-left: 22%; + padding-right: 22%; + } + .single-post .big-thumb .entry-thumbnail { + width: 178.8617886179%; + margin-left: -39.4308943089%; + } + .single-post .big-thumb .title-wrap { + width: 178.8617886179%; + margin-left: -39.4308943089%; + margin-right: -39.4308943089%; + } +} +/* --- Image Overlays, if text on image (Customizable im Theme Options) --- */ +.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-thumbnail a:after, +.featured-slider .entry-thumbnail a:after, +.single-post .big-thumb .entry-thumbnail a:after, +.header-image:after, #front-section-four .entry-thumbnail a:after { + position: absolute; + display: block; + top: 0; + left: 0; + right: 0; + bottom: 0; + content: ""; +} + +.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-thumbnail a:after, +.featured-slider .entry-thumbnail a:after, +.single-post .big-thumb .entry-thumbnail a:after, .header-image:after { + background-color: #000000; + opacity: 0; +} + +#front-section-four .meta-main-wrap, +.featured-slider .meta-main-wrap, +.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .meta-main-wrap { + position: absolute; + left: 0; + right: 0; + bottom: 0; + z-index: 20; +} + +.big-thumb .title-wrap { + position: absolute; +} + +#front-section-four .meta-main-wrap, .featured-slider .meta-main-wrap, +.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .meta-main-wrap, .big-thumb .title-wrap { + background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000",GradientType=0 ); +} + +/*-----------------------------------------------------------------------------------*/ +/* Off Canvas Area +/*-----------------------------------------------------------------------------------*/ +/* --- Overlay Buttons: Fix-positioning --- */ +#overlay-open, +#overlay-close { + position: absolute; + top: 0; + right: 5.3125%; + width: 30px; + height: 40px; +} +.no-js #overlay-open, +.no-js #overlay-close { + display: none; +} +@media screen and (min-width: 48em) { + #overlay-open, +#overlay-close { + top: 8px; + } +} + +#overlay-open { + z-index: 100; +} + +#overlay-close { + z-index: 1000; +} + +.overlay-btn { + border: none; + outline: none; + display: block; + margin: 0; + padding: 0; + z-index: 9999; + background: transparent; + line-height: 1; + opacity: 1; +} +.overlay-btn span { + display: none; +} +.overlay-btn:before { + display: block; +} + +#overlay-open:before, +#overlay-open-sticky:before { + font-size: 1.25rem; + line-height: 1.875rem; +} + +#overlay-close:before { + font-size: 1.25rem; + line-height: 1.875rem; +} + +.close-btn-wrap { + height: 51px; + border-bottom: 1px solid #ddd; + background: #fff; +} + +/* --- Sub Menu Toggle --- */ +.menu-item-has-children, +.page_item_has_children { + position: relative; +} + +/* --- Overlay Widget Area --- */ +.overlay-title-wrap { + padding: 15px 5.3125%; + background: #f5f5f6; +} + +.inner-offcanvas-wrap { + width: 100%; + display: block; + position: fixed; + left: -100%; + top: 0; + height: 100%; + overflow: auto; + z-index: 1000; + background: #fff; + transition: left, 0.35s, ease-in-out; +} +.admin-bar .inner-offcanvas-wrap { + top: 46px; +} + +.overlay-show .inner-offcanvas-wrap { + left: 0; +} + +#offcanvas-wrap { + padding-top: 20px; +} + +#offcanvas-widgets-open { + margin-bottom: 20px; + outline: none; + width: 89.375%; + background: transparent; + display: block; + padding: 14px 0; + border: 2px solid #2b2b2b; + font-size: 15px; + font-size: 0.9375rem; + font-weight: 600; + text-transform: uppercase; + letter-spacing: 3px; + text-align: center; +} + +.sidebar-offcanvas { + display: none; + padding: 0 0 30px; +} + +.offcanvas-widgets-show .sidebar-offcanvas, +.mobilewidgets-show .sidebar-offcanvas { + display: block; +} + +/* --- Mobile Search --- */ +.mobile-search { + padding-top: 20px; + padding-bottom: 20px; + background: #f5f5f6; + border-bottom: 1px solid #ddd; +} +.mobile-search .searchform #s { + width: 100%; + line-height: 1.4; +} +.mobile-search .submit { + display: none; +} + +/* Off Canvas Media Query */ +@media screen and (min-width: 49.375em) { + .admin-bar .inner-offcanvas-wrap { + top: 32px; + } +} +@media screen and (min-width: 66.25em) { + /* --- Off Canvas Area --- */ + #overlay-nav .dropdown-toggle { + display: none !important; + } + .overlay-show #overlay-wrap { + width: 100%; + /* -- 1010px at 1440px ---*/ + background: transparent; + position: fixed; + top: 0; + left: 0; + right: 0; + bottom: -20px; + z-index: 90000000; + cursor: pointer; + } + .inner-offcanvas-wrap { + position: fixed; + left: -100%; + top: 0; + height: 100%; + overflow: auto; + display: block; + background: #f4f4f4; + width: 70.1388888889%; + /* -- 1010px at 1440px ---*/ + padding-left: 6.25%; + /* -- 90px at 1440px ---*/ + padding-right: 6.25%; + /* -- 90px at 1440px ---*/ + z-index: 100000000; + pointer-events: auto; + padding-bottom: 100px; + transition: left, 0.35s, ease-in-out; + } + .offcanvas-widgets-off .inner-offcanvas-wrap { + width: 40.2777777778%; + /* -- 580px at 1440px ---*/ + } + .overlay-show .inner-offcanvas-wrap { + left: 0; + } + #overlay-open { + position: absolute; + top: 34px; + left: -17px; + right: auto; + width: 4.7619047619%; + height: 59px; + text-align: center; + } + .close-btn-wrap { + border: none; + } + .mobile-search, +#mobile-social { + display: none; + } + #overlay-nav { + width: 48.1927710843%; + /* -- 400px at 1440px ---*/ + float: left; + border-top: 1px solid #1a1a1a; + } + #sidebar-offcanvas { + width: 48.1927710843%; + /* -- 400px at 1440px ---*/ + float: right; + } + .offcanvas-widgets-off #overlay-nav { + width: 100%; + } + .close-btn-wrap { + position: relative; + height: 160px; + } + #overlay-close { + position: absolute; + top: 40px; + left: -17px; + right: auto; + width: 59px; + height: 59px; + text-align: center; + } + #overlay-nav ul { + margin: 0 0 50px; + } + #overlay-nav ul li { + padding-top: 15px; + padding-bottom: 15px; + border-bottom: 1px solid #1a1a1a; + } + #overlay-nav ul li.menu-item-has-children, #overlay-nav ul li.page_item_has_children { + padding-bottom: 0; + border-bottom: none; + } + #overlay-nav ul li a { + display: inline-block; + padding: 0; + } + #overlay-nav ul li.menu-item-has-children a, #overlay-nav ul li.page_item_has_children a { + border-bottom: none !important; + padding-bottom: 0; + } + #overlay-nav ul ul.sub-menu, #overlay-nav ul ul.children { + display: block; + border-bottom: 1px solid #1a1a1a; + padding-top: 15px; + padding-bottom: 15px; + } + #overlay-nav ul ul ul.sub-menu, #overlay-nav ul ul ul.children { + border-bottom: none; + padding-top: 0; + padding-bottom: 0; + } + #overlay-nav ul ul li a { + padding-left: 0; + padding-right: 0; + } + #offcanvas-widgets-open { + display: none; + } + #sidebar-offcanvas { + display: block !important; + } + #sidebar-offcanvas .widget { + padding-left: 0; + padding-right: 0; + } + .overlay-show .close-btn-wrap { + position: relative; + top: 0; + left: auto; + right: auto; + background: transparent; + height: 158px; + } +} +/*-----------------------------------------------------------------------------------*/ +/* Pagination + Infinite Scroll +/*-----------------------------------------------------------------------------------*/ +.pagination { + position: relative; + clear: both; + padding: 18px 20px; + border: 2px solid #e7e7eb; + font-size: 0.937rem; + line-height: 1.407rem; + font-weight: 600; + letter-spacing: 1px; + color: #1a1a1a; + margin-bottom: 25px; +} +.pagination a { + color: #672082; +} +.pagination .nav-links { + text-align: center; +} +.pagination .nav-links span.page-numbers, +.pagination .nav-links a.page-numbers { + background: #fff; + color: #672082; + overflow: hidden; + display: inline-block; + min-width: 25px; + height: 25px; + text-align: center; + vertical-align: middle; + border-radius: 50%; + padding-left: 2px; +} +.pagination .nav-links span.page-numbers:hover, .pagination .nav-links span.page-numbers:focus, +.pagination .nav-links a.page-numbers:hover, +.pagination .nav-links a.page-numbers:focus { + background-color: #ff8800; + color: #fff; +} +.pagination .nav-links span.page-numbers.prev, .pagination .nav-links span.page-numbers.next, +.pagination .nav-links a.page-numbers.prev, +.pagination .nav-links a.page-numbers.next { + padding: 0 5px; + border-radius: inherit; +} +.pagination .nav-links span.page-numbers.prev:hover, .pagination .nav-links span.page-numbers.prev:focus, .pagination .nav-links span.page-numbers.next:hover, .pagination .nav-links span.page-numbers.next:focus, +.pagination .nav-links a.page-numbers.prev:hover, +.pagination .nav-links a.page-numbers.prev:focus, +.pagination .nav-links a.page-numbers.next:hover, +.pagination .nav-links a.page-numbers.next:focus { + color: #fff; + background: #ff8800; +} +.pagination .nav-links span.next.page-numbers:focus, .pagination .nav-links span.prev.page-numbers:focus, .pagination .nav-links span.next.page-numbers:hover, .pagination .nav-links span.prev.page-numbers:hover, +.pagination .nav-links a.next.page-numbers:focus, +.pagination .nav-links a.prev.page-numbers:focus, +.pagination .nav-links a.next.page-numbers:hover, +.pagination .nav-links a.prev.page-numbers:hover { + text-decoration: none; +} + +.single-attachment .post-navigation { + overflow: hidden; + clear: both; + padding-top: 60px; +} +.single-attachment .nav-previous { + float: left; +} +.single-attachment .nav-next { + float: right; +} +.single-attachment .post-navigation a { + position: relative; + display: block; + font-size: 0.937rem; + line-height: 1.407rem; + line-height: 1.15; + font-weight: 600; + text-transform: uppercase; + letter-spacing: 1.5px; + border-bottom: 2px solid #1a1a1a; +} + +#nav-comments { + padding: 10px 0; + clear: both; + overflow: hidden; +} +#nav-comments .nav-previous { + float: right; +} + +.page-links { + font-weight: 600; + letter-spacing: 1px; + display: inline-block; + margin-top: 20px; +} +.page-links .post-page-numbers { + padding: 4px; + text-decoration: none; +} +.page-links .post-page-numbers.current { + color: #672082; +} +.page-links .post-page-numbers a .number { + font-size: 0.875rem; + line-height: 1.313rem; +} +.page-links .post-page-numbers a:hover { + background-color: #ddd; +} + +.single-post .post-navigation { + clear: both; + display: block; + margin: 20px 0; +} +.single-post .post-navigation .nav-next, +.single-post .post-navigation .nav-previous { + display: inline; +} +.single-post .post-navigation .nav-next { + text-align: right; +} +@media screen and (min-width: 48em) { + .single-post .post-navigation .nav-next { + text-align: left; + } +} +.single-post .pagebreak-links { + margin: 10px 0; +} +.single-post .post-navigation a, +.single-post .pagebreak-links a { + padding: 5px; + margin-right: 5px; + margin-top: 5px; + width: 100%; + display: block; +} +@media screen and (min-width: 48em) { + .single-post .post-navigation a, +.single-post .pagebreak-links a { + width: inherit; + display: inline; + } +} +.single-post .post-navigation .next, +.single-post .post-navigation .prev, +.single-post .pagebreak-links .next, +.single-post .pagebreak-links .prev { + padding: 2px 4px; +} +.single-post .post-navigation .next, +.single-post .pagebreak-links .next { + text-align: right; +} +@media screen and (min-width: 48em) { + .single-post .post-navigation .next, +.single-post .pagebreak-links .next { + text-align: left; + } +} +.single-post .post-navigation .next:after, +.single-post .pagebreak-links .next:after { + margin-left: 5px; + content: "\f138"; +} +.single-post .post-navigation .prev:before, +.single-post .pagebreak-links .prev:before { + margin-right: 5px; +} + +/*-----------------------------------------------------------------------------------*/ +/* Seitentypen: Default Page, Fullwidth / Archives / Search Results / 404 +/*-----------------------------------------------------------------------------------*/ +.page h1.entry-title { + display: block; + margin: 0 0 20px; + padding: 6px 0 20px; + border-bottom: 1px solid #1a1a1a; +} +.page a.post-edit-link { + text-transform: uppercase; + letter-spacing: 1px; + font-weight: 600; + margin-top: 30px; + display: inline-block; +} +.page.has-thumb .content-wrap { + padding-top: 0; +} +.page.has-thumb .blog-wrap { + padding-top: 35px; +} +.page.has-thumb .entry-thumbnail img { + width: 100%; +} + +.archive-header .taxonomy-description p { + margin: 8px 0 0 0; +} + +.author .taxonomy-description { + display: none; +} + +.entry-summary p:last-child { + margin-bottom: 0; +} + +.archive .site-content .post { + clear: both; + overflow: hidden; +} + +.search-results .site-content .post, .search-results .site-content .page { + clear: both; + overflow: hidden; +} + +.search-no-results .searchform { + width: 420px; +} + +.error404 .site-content .entry-wrap { + overflow: hidden; +} + +.author h3.author-archive-title { + margin: 0; + padding: 80px 0 0 0; +} + +.page .edit-link { + padding-top: 30px; +} + +/*-----------------------------------------------------------------------------------*/ +/* 12.0 Sidebar + Widgets +/*-----------------------------------------------------------------------------------*/ +#secondary, +#sidebar-page { + padding-top: 40px; + padding-bottom: 70px; +} + +.no-sidebar #secondary, +.no-sidebar #sidebar-page { + display: none; +} + +.widget-area .widget { + clear: both; + float: none; + line-height: 1.5; + padding-bottom: 34px; +} +.widget-area .widget ul { + margin: 0; + padding: 0; +} +.widget-area .widget ul ul { + display: inline; +} + +#secondary .widget:last-of-type, +#sidebar-page.widget:last-of-type { + padding-bottom: 0; +} + +.widget .widget-title-wrap { + display: block; +} +.widget ul:not(.slick-dots) ul:before, +.widget ul:not(.slick-dots) li:after { + display: inline; + content: " / "; +} +.widget select, +.widget iframe { + max-width: 99%; + margin-left: 1px; + margin-left: 0.1rem; +} + +.widget-area .widget ul li { + list-style: none; + display: inline; +} +.widget-area .widget ul li:last-child { + padding-bottom: 0; +} +.widget-area .widget ul li:last-child::after { + content: ""; +} +.widget-area .widget img.resize { + max-width: 100%; + height: auto; +} + +.wp_widget_tag_cloud div, +.widget_tag_cloud div { + -ms-word-break: break-all; + word-break: break-all; + word-break: break-word; +} + +.widget_recent_comments a.url, +.widget_recent_comments span.comment-author-link { + font-weight: 600; +} + +.widget-area .widget_recent_comments ul li { + display: block; + padding-bottom: 6px; +} +.widget-area .widget_recent_comments ul li:after { + display: none; + content: " "; +} +.widget-area .widget_rss ul li:after { + display: none; + content: " "; +} + +.tagcloud a { + -webkit-hyphens: auto; + -ms-hyphens: auto; + hyphens: auto; +} + +/* --- Search Widget + default Search Form --- */ +.widget_search { + clear: both; + overflow: hidden; +} +@media screen and (min-width: 37.5em) { + .widget_search input.search-field { + width: 67.8%; + } + .widget_search input[type=submit] { + width: 30%; + } +} + +.widget ul .dropdown-toggle { + display: none; +} + +/* --- RSS Widget --- */ +.widget-area .widget_rss ul { + margin: 0; + padding: 0; +} +.widget-area .widget_rss ul li { + display: block; + padding-bottom: 20px; +} +.widget-area .widget_rss ul li .rssSummary { + padding: 0; + display: inline-block; +} +.widget-area .widget_rss ul li cite { + font-style: normal; + font-weight: 600; +} + +a.rsswidget { + font-weight: 600; +} + +.widget-area .widget_rss ul ul:after { + display: none; + content: " "; +} + +/* --- Calendar Widget --- */ +.widget_calendar #calendar_wrap { + position: relative; +} +.widget_calendar #calendar_wrap table { + width: 100%; +} +.widget_calendar #calendar_wrap a { + font-weight: bold; +} +.widget_calendar #wp-calendar caption { + margin: 0 0 15px; + text-align: left; +} +.widget_calendar table#wp-calendar tr th { + padding: 2px; + text-align: center; +} +.widget_calendar table#wp-calendar tr td { + padding: 7px 0 3px; + border: 1px solid #000; + text-align: center; +} +.widget_calendar table#wp-calendar tbody tr td a { + display: block; +} + +/* --- Text Widget --- */ +.textwidget p { + margin: 0 0 20px; +} +.textwidget p:last-child { + margin: 0; +} +.textwidget img { + display: block; + line-height: 0; +} + +/* Media Gallery */ +.widget.widget_media_gallery ul li { + display: inline-block; +} +.widget.widget_media_gallery ul ul:before, .widget.widget_media_gallery ul li:after { + display: none; +} + +/* +* Thumbnails +*/ +.entry-thumbnail a { + max-height: 400px; + overflow: hidden; +} + +@media screen and (min-width: 85em) { + .entry-thumbnail a { + max-height: 500px; + overflow: hidden; + } +} +/*-----------------------------------------------------------------------------------*/ +/* Footer +/*-----------------------------------------------------------------------------------*/ +#colophon { + clear: both; + overflow: hidden; + margin: 0 auto; + background: #471659; + border-top: 1px solid #471659; + color: #fff; + padding-top: 40px; + padding-bottom: 40px; +} +.no-sidebar #colophon { + margin-top: 60px; +} +#colophon .footer-menu ul a { + color: #fff; +} +#colophon p, +#colophon #site-info { + color: rgba(255, 255, 255, 0.8); +} +#colophon p a, +#colophon #site-info a { + color: #fff; +} +#colophon .footer-menu ul a:focus, +#colophon #site-info a:focus, +#colophon .footer-menu ul a:hover, +#colophon #site-info a:hover { + color: #ff8800; +} +#colophon a { + color: #fff; +} +#colophon .custom-logo-wrap { + text-align: left; + display: block; + padding-bottom: 45px; +} + +.page-template-shop-front #colophon { + margin-top: 0; +} + +#site-info { + padding-top: 10px; +} +#site-info ul { + margin: 0; + padding: 0; +} +#site-info ul li { + display: block; +} +#site-info ul li.copyright:after, #site-info ul li.wp-credit:after, #site-info ul li.theme-author:after { + content: "."; +} + +.title-footer { + display: block; + margin: 0; + padding-bottom: 45px; + font-size: 24px; + font-size: 1.5rem; + font-weight: bold; +} + +/* --- Big Footer Featured Area --- */ +.big-footer-feature { + display: block; + margin-bottom: 40px; + padding-bottom: 40px; + border-bottom: 1px solid rgba(255, 255, 255, 0.2); +} + +#big-footer-feature h2.footer-feature-title, +#big-footer-feature h3.footer-feature-title { + position: relative; + display: block; + padding: 8px 0 20px; +} + +.big-footer-feature p { + margin-bottom: 0; +} +.big-footer-feature p.text-small { + padding: 10px 0 0 0; +} + +.footer-feature-textwrap { + padding: 15px 0 0 50px; +} + +.footer-feature-image a { + display: block; + line-height: 0; +} + +/* --- Big Instagram Footer Widget Area --- */ +.big-instagram-wrap .widget h2.widget-title { + display: none; +} +.big-instagram-wrap .widget-area .widget { + position: relative; + padding: 35px 0 0 0; +} + +.widget ul.instagram-pics li a { + width: 16.6666666667%; +} +.widget ul.instagram-pics li:after { + display: none; +} +.widget ul.instagram-pics li a { + display: block; + float: left; + line-height: 0; +} + +.null-instagram-feed { + position: relative; + overflow: hidden; +} + +.big-instagram-wrap .null-instagram-feed .clear { + position: absolute; + top: 0; + width: 100%; + text-align: center; +} + +/* --- Footer Menus --- */ +.footer-wrap { + margin: 0 auto; +} + +.footer-menus-wrap { + border-bottom: 1px solid rgba(255, 255, 255, 0.2); +} + +.footer-menu { + width: 50%; + float: left; +} +.footer-menu h3.footer-menu-title { + padding: 0 0 20px; +} + +#footer-menu-one, +#footer-menu-three { + clear: left; +} + +#footer-menu-two, +#footer-menu-four { + clear: right; +} + +.footer-menu ul { + margin: 0; + padding: 0 0 60px; +} +.footer-menu ul ul { + margin: 0; + padding: 0; +} +.footer-menu ul li { + padding: 0 0 10px; +} +.footer-menu ul ul li:last-child { + padding: 0; +} + +/* --- Footer Search --- */ +#footer-search { + width: 100%; + margin: 0 auto; + text-align: left; +} + +/* --- Footer Social --- */ +#footer-social { + padding-top: 30px; +} +#footer-social ul { + margin: 0; + padding: 0; + display: inline-block; +} +#footer-social h3.socialmedia, +#footer-social span { + color: rgba(255, 255, 255, 0.5); +} +#footer-social ul li { + display: inline-block; +} + +@media screen and (min-width: 37.5em) { + .footer-feature-image { + width: 47.8134110787%; + float: left; + margin-right: 2.1865889213%; + } + .footer-feature-textwrap { + width: 47.8134110787%; + float: right; + padding-top: 0; + margin-left: 2.1865889213%; + } +} +@media screen and (min-width: 48em) { + #colophon { + padding-top: 70px; + } + #site-info { + font-size: 14px; + font-size: 0.875rem; + } + #site-info ul li { + display: inline-block; + } + #footer-social { + padding-top: 10px; + } + .big-footer-feature { + margin-bottom: 70px; + padding-bottom: 70px; + } + .big-footer-feature h3.footer-feature-title { + padding: 8px 0 35px; + } + .big-instagram-wrap .widget-area .widget { + padding: 45px 0 0 0; + } +} +@media screen and (min-width: 64em) { + .footer-feature-btn { + margin: 40px 0 0 0; + padding: 18px 40px; + } + .big-footer-feature p.text-small { + padding: 20px 0 0 0; + } +} +@media screen and (min-width: 66.25em) { + .footer-feature-textwrap p.text-big { + font-size: 1.4rem; + } + .footer-feature-textwrap p.text-small { + font-size: 0.8rem; + line-height: 1rem; + } + .title-footer { + width: 31.746031746%; + /* -- 400px at 1440px ---*/ + margin-right: 2.380952381%; + /* -- 30px at 1440px ---*/ + float: left; + } + #colophon { + padding-left: 0; + padding-right: 0; + } + #colophon .custom-logo-wrap { + width: 31.746031746%; + /* -- 400px at 1440px ---*/ + margin-right: 2.380952381%; + /* -- 30px at 1440px ---*/ + float: left; + } + #colophon .custom-logo-wrap .custom-logo-link img { + max-width: 130px; + max-height: 59px; + } + #footer-menu-one, +#footer-menu-two, +#footer-menu-three, +#footer-menu-four { + clear: none; + } + .footer-menu { + width: 14.6825396825%; + /* -- 185px at 1440px ---*/ + float: left; + } + #footer-menu-one, +#footer-menu-two, +#footer-menu-three { + margin-right: 2.380952381%; + /* -- 30px at 1440px ---*/ + } + .title-footer { + font-size: 36px; + font-size: 2.25rem; + } + #site-info { + width: 50%; + float: left; + } + #footer-social { + padding-top: 23px; + float: right; + text-align: right; + } + #footer-social ul { + float: left; + } + #footer-social span { + display: inline-block; + float: left; + padding: 8px 15px 0px 0px; + } + .footer-feature-image { + width: 31.746031746%; + margin-right: 0; + } + .footer-feature-textwrap { + width: 65.873015873%; + margin-left: 0; + } +} +/*-----------------------------------------------------------------------------------*/ +/* 16.0 Shortcodes +/*-----------------------------------------------------------------------------------*/ +/* +* Columns +*/ +.two-columns-one, +.three-columns-one, +.three-columns-two, +.four-columns-one, +.four-columns-two, +.four-columns-three { + width: 100%; +} + +.entry-content .two-columns-one, +.entry-content .three-columns-one, +.entry-content .three-columns-two, +.entry-content .four-columns-one, +.entry-content .four-columns-two, +.entry-content .four-columns-three { + position: relative; + float: left; + margin-bottom: 30px; + font-size: 1rem; + line-height: 1.5rem; +} +.entry-content .two-columns-one.secondcolor, +.entry-content .three-columns-one.secondcolor, +.entry-content .three-columns-two.secondcolor, +.entry-content .four-columns-one.secondcolor, +.entry-content .four-columns-two.secondcolor, +.entry-content .four-columns-three.secondcolor { + background: #672082; + color: #fff; + padding: 10px; +} +.entry-content .two-columns-one.secondcolor.lighten, +.entry-content .three-columns-one.secondcolor.lighten, +.entry-content .three-columns-two.secondcolor.lighten, +.entry-content .four-columns-one.secondcolor.lighten, +.entry-content .four-columns-two.secondcolor.lighten, +.entry-content .four-columns-three.secondcolor.lighten { + background: #872aab; +} +.entry-content .two-columns-one.maincolor, +.entry-content .three-columns-one.maincolor, +.entry-content .three-columns-two.maincolor, +.entry-content .four-columns-one.maincolor, +.entry-content .four-columns-two.maincolor, +.entry-content .four-columns-three.maincolor { + background: #ff8800; + padding: 10px; +} +.entry-content .two-columns-one.maincolor a, +.entry-content .three-columns-one.maincolor a, +.entry-content .three-columns-two.maincolor a, +.entry-content .four-columns-one.maincolor a, +.entry-content .four-columns-two.maincolor a, +.entry-content .four-columns-three.maincolor a { + color: #672082; +} +.entry-content .two-columns-one.maincolor.lighten, +.entry-content .three-columns-one.maincolor.lighten, +.entry-content .three-columns-two.maincolor.lighten, +.entry-content .four-columns-one.maincolor.lighten, +.entry-content .four-columns-two.maincolor.lighten, +.entry-content .four-columns-three.maincolor.lighten { + background: #ffa033; +} +.entry-content .two-columns-one.blue, +.entry-content .three-columns-one.blue, +.entry-content .three-columns-two.blue, +.entry-content .four-columns-one.blue, +.entry-content .four-columns-two.blue, +.entry-content .four-columns-three.blue { + background: #0066ff; + padding: 10px; +} +.entry-content .two-columns-one.blue.lighten, +.entry-content .three-columns-one.blue.lighten, +.entry-content .three-columns-two.blue.lighten, +.entry-content .four-columns-one.blue.lighten, +.entry-content .four-columns-two.blue.lighten, +.entry-content .four-columns-three.blue.lighten { + background: #3385ff; +} +.entry-content .two-columns-one.red, +.entry-content .three-columns-one.red, +.entry-content .three-columns-two.red, +.entry-content .four-columns-one.red, +.entry-content .four-columns-two.red, +.entry-content .four-columns-three.red { + background: #d7464d; + padding: 10px; +} +.entry-content .two-columns-one.red.lighten, +.entry-content .three-columns-one.red.lighten, +.entry-content .three-columns-two.red.lighten, +.entry-content .four-columns-one.red.lighten, +.entry-content .four-columns-two.red.lighten, +.entry-content .four-columns-three.red.lighten { + background: #e07075; +} +.entry-content .two-columns-one.yellow, +.entry-content .three-columns-one.yellow, +.entry-content .three-columns-two.yellow, +.entry-content .four-columns-one.yellow, +.entry-content .four-columns-two.yellow, +.entry-content .four-columns-three.yellow { + background: #e7b547; + padding: 10px; +} +.entry-content .two-columns-one.yellow.lighten, +.entry-content .three-columns-one.yellow.lighten, +.entry-content .three-columns-two.yellow.lighten, +.entry-content .four-columns-one.yellow.lighten, +.entry-content .four-columns-two.yellow.lighten, +.entry-content .four-columns-three.yellow.lighten { + background: #edc774; +} +.entry-content .two-columns-one.green, +.entry-content .three-columns-one.green, +.entry-content .three-columns-two.green, +.entry-content .four-columns-one.green, +.entry-content .four-columns-two.green, +.entry-content .four-columns-three.green { + background: #85c066; + padding: 10px; +} +.entry-content .two-columns-one.green.lighten, +.entry-content .three-columns-one.green.lighten, +.entry-content .three-columns-two.green.lighten, +.entry-content .four-columns-one.green.lighten, +.entry-content .four-columns-two.green.lighten, +.entry-content .four-columns-three.green.lighten { + background: #a2cf8a; +} +.entry-content .two-columns-one.lightgrey, +.entry-content .three-columns-one.lightgrey, +.entry-content .three-columns-two.lightgrey, +.entry-content .four-columns-one.lightgrey, +.entry-content .four-columns-two.lightgrey, +.entry-content .four-columns-three.lightgrey { + background: #ececed; + padding: 10px; +} +.entry-content .two-columns-one.lightgrey.lighten, +.entry-content .three-columns-one.lightgrey.lighten, +.entry-content .three-columns-two.lightgrey.lighten, +.entry-content .four-columns-one.lightgrey.lighten, +.entry-content .four-columns-two.lightgrey.lighten, +.entry-content .four-columns-three.lightgrey.lighten { + background: white; +} +.entry-content .two-columns-one.grey, +.entry-content .three-columns-one.grey, +.entry-content .three-columns-two.grey, +.entry-content .four-columns-one.grey, +.entry-content .four-columns-two.grey, +.entry-content .four-columns-three.grey { + background: #a9a9a9; + padding: 10px; +} +.entry-content .two-columns-one.grey.lighten, +.entry-content .three-columns-one.grey.lighten, +.entry-content .three-columns-two.grey.lighten, +.entry-content .four-columns-one.grey.lighten, +.entry-content .four-columns-two.grey.lighten, +.entry-content .four-columns-three.grey.lighten { + background: #c3c3c3; +} +.entry-content .two-columns-one.black, +.entry-content .three-columns-one.black, +.entry-content .three-columns-two.black, +.entry-content .four-columns-one.black, +.entry-content .four-columns-two.black, +.entry-content .four-columns-three.black { + background: #000; + padding: 10px; + color: #fff; +} +.entry-content .two-columns-one.black.lighten, +.entry-content .three-columns-one.black.lighten, +.entry-content .three-columns-two.black.lighten, +.entry-content .four-columns-one.black.lighten, +.entry-content .four-columns-two.black.lighten, +.entry-content .four-columns-three.black.lighten { + background: #1a1a1a; +} +.entry-content .two-columns-one.dark, +.entry-content .three-columns-one.dark, +.entry-content .three-columns-two.dark, +.entry-content .four-columns-one.dark, +.entry-content .four-columns-two.dark, +.entry-content .four-columns-three.dark { + background: #222; + padding: 10px; + color: #fff; +} +.entry-content .two-columns-one.dark.lighten, +.entry-content .three-columns-one.dark.lighten, +.entry-content .three-columns-two.dark.lighten, +.entry-content .four-columns-one.dark.lighten, +.entry-content .four-columns-two.dark.lighten, +.entry-content .four-columns-three.dark.lighten { + background: #3c3c3c; +} +.entry-content .two-columns-one p, +.entry-content .three-columns-one p, +.entry-content .three-columns-two p, +.entry-content .four-columns-one p, +.entry-content .four-columns-two p, +.entry-content .four-columns-three p { + font-size: 1rem; + line-height: 1.5rem; +} + +.last { + clear: right; + margin-right: 0 !important; +} + +.divider { + width: 100%; + margin-bottom: 21px; + padding-top: 21px; + display: block; + clear: both; +} + +#section-fullwidth { + padding: 0; + margin: 0; +} +#section-fullwidth img { + z-index: 1; +} +#section-fullwidth p, #section-fullwidth h1, #section-fullwidth h2, #section-fullwidth h3, #section-fullwidth h4, #section-fullwidth h5, #section-fullwidth h6, #section-fullwidth blockquote, #section-fullwidth em, #section-fullwidth code { + position: relative; + z-index: 2; +} +#section-fullwidth.withbackground { + background-size: cover; + background-position: center center; +} +#section-fullwidth.withbackground p, #section-fullwidth.withbackground h1, #section-fullwidth.withbackground h2, #section-fullwidth.withbackground h3, #section-fullwidth.withbackground h4, #section-fullwidth.withbackground h5, #section-fullwidth.withbackground h6, #section-fullwidth.withbackground blockquote, #section-fullwidth.withbackground em, #section-fullwidth.withbackground code { + background: #000; + color: #fff; + display: table; + padding: 2px 5px; + margin-left: 6.25%; + margin-right: 6.25%; +} +#section-fullwidth.withbackground.maincolor p, #section-fullwidth.withbackground.maincolor h1, #section-fullwidth.withbackground.maincolor h2, #section-fullwidth.withbackground.maincolor h3, #section-fullwidth.withbackground.maincolor h4, #section-fullwidth.withbackground.maincolor h5, #section-fullwidth.withbackground.maincolor h6, #section-fullwidth.withbackground.maincolor blockquote, #section-fullwidth.withbackground.maincolor em, #section-fullwidth.withbackground.maincolor code { + background: #ff8800; + color: #fff; +} +#section-fullwidth.withbackground.secondcolor p, #section-fullwidth.withbackground.secondcolor h1, #section-fullwidth.withbackground.secondcolor h2, #section-fullwidth.withbackground.secondcolor h3, #section-fullwidth.withbackground.secondcolor h4, #section-fullwidth.withbackground.secondcolor h5, #section-fullwidth.withbackground.secondcolor h6, #section-fullwidth.withbackground.secondcolor blockquote, #section-fullwidth.withbackground.secondcolor em, #section-fullwidth.withbackground.secondcolor code { + background: #672082; + color: #fff; +} +#section-fullwidth.withbackground.red p, #section-fullwidth.withbackground.red h1, #section-fullwidth.withbackground.red h2, #section-fullwidth.withbackground.red h3, #section-fullwidth.withbackground.red h4, #section-fullwidth.withbackground.red h5, #section-fullwidth.withbackground.red h6, #section-fullwidth.withbackground.red blockquote, #section-fullwidth.withbackground.red em, #section-fullwidth.withbackground.red code { + background: #d7464d; + color: #fff; +} +#section-fullwidth.withbackground.green p, #section-fullwidth.withbackground.green h1, #section-fullwidth.withbackground.green h2, #section-fullwidth.withbackground.green h3, #section-fullwidth.withbackground.green h4, #section-fullwidth.withbackground.green h5, #section-fullwidth.withbackground.green h6, #section-fullwidth.withbackground.green blockquote, #section-fullwidth.withbackground.green em, #section-fullwidth.withbackground.green code { + background: #85c066; + color: #fff; +} +#section-fullwidth.withbackground.yellow p, #section-fullwidth.withbackground.yellow h1, #section-fullwidth.withbackground.yellow h2, #section-fullwidth.withbackground.yellow h3, #section-fullwidth.withbackground.yellow h4, #section-fullwidth.withbackground.yellow h5, #section-fullwidth.withbackground.yellow h6, #section-fullwidth.withbackground.yellow blockquote, #section-fullwidth.withbackground.yellow em, #section-fullwidth.withbackground.yellow code { + background: #e7b547; + color: #fff; +} +#section-fullwidth.withbackground.blue p, #section-fullwidth.withbackground.blue h1, #section-fullwidth.withbackground.blue h2, #section-fullwidth.withbackground.blue h3, #section-fullwidth.withbackground.blue h4, #section-fullwidth.withbackground.blue h5, #section-fullwidth.withbackground.blue h6, #section-fullwidth.withbackground.blue blockquote, #section-fullwidth.withbackground.blue em, #section-fullwidth.withbackground.blue code { + background: #0066ff; + color: #fff; +} +#section-fullwidth.withbackground.lightgrey p, #section-fullwidth.withbackground.lightgrey h1, #section-fullwidth.withbackground.lightgrey h2, #section-fullwidth.withbackground.lightgrey h3, #section-fullwidth.withbackground.lightgrey h4, #section-fullwidth.withbackground.lightgrey h5, #section-fullwidth.withbackground.lightgrey h6, #section-fullwidth.withbackground.lightgrey blockquote, #section-fullwidth.withbackground.lightgrey em, #section-fullwidth.withbackground.lightgrey code { + background: #ececed; + color: #fff; +} +#section-fullwidth.withbackground.grey p, #section-fullwidth.withbackground.grey h1, #section-fullwidth.withbackground.grey h2, #section-fullwidth.withbackground.grey h3, #section-fullwidth.withbackground.grey h4, #section-fullwidth.withbackground.grey h5, #section-fullwidth.withbackground.grey h6, #section-fullwidth.withbackground.grey blockquote, #section-fullwidth.withbackground.grey em, #section-fullwidth.withbackground.grey code { + background: #a9a9a9; + color: #fff; +} +#section-fullwidth p { + font-size: 1.125rem; + line-height: 1.688rem; +} +#section-fullwidth.secondcolor { + background: #672082; + color: #fff; +} +#section-fullwidth.secondcolor.lighten { + background: #872aab; +} +#section-fullwidth.maincolor { + background: #ff8800; +} +#section-fullwidth.maincolor a { + color: #672082; +} +#section-fullwidth.maincolor.lighten { + background: #ffa033; +} +#section-fullwidth.blue { + background: #0066ff; +} +#section-fullwidth.blue.lighten { + background: #3385ff; +} +#section-fullwidth.red { + background: #d7464d; +} +#section-fullwidth.red.lighten { + background: #e07075; +} +#section-fullwidth.yellow { + background: #e7b547; + padding: 10px; +} +#section-fullwidth.yellow.lighten { + background: #edc774; +} +#section-fullwidth.green { + background: #85c066; +} +#section-fullwidth.green.lighten { + background: #a2cf8a; +} +#section-fullwidth.lightgrey { + background: #ececed; +} +#section-fullwidth.lightgrey.lighten { + background: white; +} +#section-fullwidth.grey { + background: #a9a9a9; +} +#section-fullwidth.grey.lighten { + background: #c3c3c3; +} +#section-fullwidth.black { + background: #000; + color: #fff; +} +#section-fullwidth.black.lighten { + background: #1a1a1a; +} +#section-fullwidth.dark { + background: #222; + color: #fff; +} +#section-fullwidth.dark.lighten { + background: #3c3c3c; +} + +@media screen and (min-width: 48em) { + .two-columns-one { + width: 48.5%; + } + .three-columns-one { + width: 30.3%; + } + .three-columns-two { + width: 65.15%; + } + .four-columns-one { + width: 22.375%; + } + .four-columns-two { + width: 48%; + } + .four-columns-three { + width: 74.5%; + } + .two-columns-one, +.three-columns-one, +.three-columns-two, +.four-columns-one, +.four-columns-two, +.four-columns-three { + position: relative; + float: left; + margin-bottom: 0; + } + .two-columns-one { + margin: 0 1.5% 0 0; + } + .two-columns-one.last { + margin-right: 0; + } + .three-columns-two { + margin: 0 1.5% 0 0; + } + .three-columns-two.last { + margin-right: 0; + } + .three-columns-one { + margin: 0 3% 0 0; + } + .three-columns-one.last { + margin-right: 0; + } + .four-columns-one { + margin: 0 3.5% 0 0; + } + .four-columns-one.last { + margin-right: 0; + } +} +/* +* Shortcodes for Sections +*/ +.shortcode-section a.all-posts-link { + color: #1a1a1a; + text-decoration: none; +} +.shortcode-section a.all-posts-link:after { + content: "→"; + text-align: right; + padding-left: 3px; +} +.shortcode-section .type-post { + position: relative; + display: block; + margin: 0; + padding: 20px 0 35px; + border-top: 1px solid #1a1a1a; +} +.shortcode-section .hentry .entry-cats a { + display: none; +} +.shortcode-section #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:before, +.shortcode-section .section-one-column-one .entry-cats a:before, +.shortcode-section .section-three-column-one .entry-cats a:before, +.shortcode-section #front-section-four .entry-cats a:before { + display: none; +} +.shortcode-section #primary .hentry.has-post-thumbnail:nth-child(4n+1) { + margin-left: -5.9440559441%; + /* -- 17px at 320px ---*/ + margin-right: -5.9440559441%; + /* -- 17px at 320px ---*/ + margin-bottom: 34px; + padding: 0; + border-top: 0; +} +.shortcode-section #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-thumbnail { + width: 100%; + margin: 0; + float: none; +} +.shortcode-section #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-thumbnail img { + width: 100%; +} +.shortcode-section #primary .hentry.has-post-thumbnail:nth-child(4n+1) .meta-main-wrap { + width: 100%; + padding: 0 5.3125% 28px; +} +.shortcode-section #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-meta { + float: none; +} +.shortcode-section #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-summary { + display: none; +} +.shortcode-section #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a { + padding: 2px 5px; +} +.shortcode-section #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-date, .shortcode-section #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-comments, +.shortcode-section #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-edit, .shortcode-section #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-author { + display: inline-block; + padding-bottom: 0; +} +.shortcode-section #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-date { + padding-right: 20px; +} + +.blogroll .entry-meta a { + color: #1a1a1a; + text-decoration: none; +} +.blogroll .entry-cats a:nth-child(n+2):before { + content: " / "; + padding: 0 2px; + color: #1a1a1a; +} +@media screen and (min-width: 48em) { + .entry-content .blogroll .entry-summary p { + font-size: 1rem; + line-height: 1.5rem; + } +} + +@media screen and (min-width: 48em) { + .page #primary .blogroll .hentry { + padding: 20px 0 40px; + } + /* --- Blog - default --- */ + .page #primary .blogroll .hentry .entry-meta { + width: 25.4901960784%; + /* -- 130px at 1440px ---*/ + float: left; + display: block; + } + .page #primary .blogroll .hentry .entry-main { + width: 74.5098039216%; + /* -- 380px at 1440px ---*/ + float: left; + } + .page #primary .blogroll .hentry .entry-thumbnail { + width: 36.1445783133%; + /* -- 300px at 1440px ---*/ + } + .page #primary .blogroll .hentry .meta-main-wrap { + width: 61.4457831325%; + /* -- 510px at 1440px ---*/ + float: left; + } +} +/*-----------------------------------------------------------------------------------*/ +/* Elements +/*-----------------------------------------------------------------------------------*/ +/*-----------------------------------------------------------------------------------*/ +/* 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, 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 { + margin: 0; + padding: 0; + border: 0; + font-size: 100%; + vertical-align: baseline; +} + +article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { + display: block; +} + +audio, canvas, video { + display: inline-block; + *display: inline; + *zoom: 1; +} + +audio:not([controls]), [hidden] { + display: none; +} + +html { + font-size: 100%; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; +} + +body, figure { + margin: 0; +} + +img { + border: 0; + -ms-interpolation-mode: bicubic; +} + +a:hover, a:active, a:focus { + outline: none; + -moz-outline-style: none; +} + +input { + border-radius: 0; +} + +::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder { + color: #999; +} + +* { + box-sizing: border-box; +} +*:before, *:after { + box-sizing: border-box; +} + +::selection, ::-moz-selection { + background: #d7f4f9; +} + +/* Clearfix */ +.clearfix:after, .accordion .accordion-group .accordion-body .accordion-inner:after, #main-wrap .sharedaddy:after, .clear:after { + clear: both; + content: " "; + display: block; + font-size: 0; + line-height: 0; + visibility: hidden; + width: 0; + height: 0; +} + +.cf:before { + content: " "; + /* 1 */ + display: table; + /* 2 */ +} +.cf:after { + content: " "; + /* 1 */ + display: table; + /* 2 */ + clear: both; +} + +/*-----------------------------------------------------------------------------------*/ +/* General Styles +/*-----------------------------------------------------------------------------------*/ +.front-section-title, +.social-front-title, +p.text-big, .widget_mc4wp_form_widget p, +.jetpack_subscription_widget #subscribe-text p, +.single-post .entry-content p.intro { + font-size: 1.25rem; + line-height: 1.875rem; +} + +.section-about-column-one p { + font-size: 1.125rem; + line-height: 1.688rem; +} + +.entry-content p { + font-size: 1rem; + line-height: 1.5rem; +} +.entry-content p.pull-left, .entry-content p.pull-right { + font-size: 1.125rem; + line-height: 1.688rem; +} + +.entry-header p.intro { + font-size: 1rem; + line-height: 1.5rem; +} + +p.site-title { + font-weight: bold; + padding-right: 55px; + margin: 0; + font-size: 1.562rem; + line-height: 2.344rem; +} + +#overlay-nav ul li a, +#desktop-navigation ul li a, +.comments-toggle { + font-size: 0.937rem; + line-height: 1.407rem; +} + +.section-about-column-one p cite, +.footer-feature-btn, +.page a.post-edit-link { + font-size: 0.937rem; + line-height: 1.407rem; +} + +.site-content p.nocomments, +.site-content div.wpcf7 p input.wpcf7-submit { + font-size: 0.937rem; + line-height: 1.407rem; +} + +.entry-summary, +.footer-menu ul li, +#overlay-nav ul ul li a, +#footer-social span { + font-size: 0.875rem; + line-height: 1.313rem; + -webkit-hyphens: auto; + -ms-hyphens: auto; + hyphens: auto; +} + +.widget_rss ul li .rssSummary, +.widget_rss ul li cite { + font-size: 0.875rem; + line-height: 1.313rem; +} + +.contact-form label span { + font-size: 0.875rem; + line-height: 1.313rem; +} + +#site-info, +.front-section a.all-posts-link, +.single-post .canonical-link, +.null-instagram-feed .clear { + font-size: 12px; + font-size: 0.75rem; +} + +#overlay-nav ul li a, +#desktop-navigation ul li a, +.site-content p.nocomments { + text-transform: uppercase; + letter-spacing: 1px; +} + +/* --- Links + Colors --- */ +.comments-show #comments-toggle, +#comments-toggle:focus, +#comments-toggle:hover { + border: 2px solid #0c6ca6; +} + +#primary #infinite-handle span:focus, +#front-section-three a.all-posts-link:focus, +.footer-feature-btn:focus, +#offcanvas-widgets-open:focus, +#primary #infinite-handle span:hover, +#front-section-three a.all-posts-link:hover, +.footer-feature-btn:hover, +#offcanvas-widgets-open:hover, +.offcanvas-widgets-show #offcanvas-widgets-open { + border: 2px solid #0c6ca6; +} + +/* --- Typography --- */ +p { + margin-bottom: 30px; +} +.entry-summary p { + -o-hyphens: auto; + -webkit-hyphens: auto; + -ms-hyphens: auto; + hyphens: auto; +} + +.entry-content p:last-child, +.team-text p:last-child { + margin-bottom: 0; +} + +b, strong { + font-weight: bold; +} + +dfn, em, i { + font-style: italic; +} + +s, strike, del { + text-decoration: line-through; +} + +address { + margin: 0 0 30px; +} + +pre { + max-width: 100%; + word-wrap: break-word; + margin-bottom: 30px; + padding: 15px; + overflow: auto; +} + +code, kbd, tt, var, pre { + font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", "Courier New", "Courier 10 Pitch", Courier, monospace; + font-size: 0.937rem; + line-height: 1.407rem; +} + +abbr, acronym { + border-bottom-width: 1px; + border-bottom-style: dotted; + cursor: help; +} + +mark, ins { + text-decoration: none; +} + +sup, sub { + position: relative; + vertical-align: baseline; + height: 0; + font-size: 75%; + line-height: 0; +} + +sup { + bottom: 1ex; +} + +sub { + top: 0.5ex; +} + +small { + font-size: 75%; +} + +big { + font-size: 125%; +} + +figure { + margin: 0; +} + +dt { + padding-bottom: 4px; + font-weight: bold; +} + +dd { + margin: 0 0 30px; +} + +dl dt { + font-weight: bold; +} +dl dd { + margin: 0 0 30px; +} + +@media screen and (min-width: 48em) { + .front-section-title, +.social-front-title { + font-size: 2.25rem; + line-height: 3.375rem; + } + .entry-header p.intro, +.section-about-column-one p, +p.text-big, +.single-post .entry-content p.intro { + font-size: 1.625rem; + line-height: 2.438rem; + } + .entry-content p { + font-size: 1.125rem; + line-height: 1.688rem; + } + .entry-content p.pull-left, .entry-content p.pull-right { + font-size: 1.25rem; + line-height: 1.875rem; + } + .entry-content ol, .entry-content ul, .entry-content dl { + font-size: 1.125rem; + line-height: 1.688rem; + } + .big-thumb .entry-header p.intro, +.section-one-column-one .type-post .entry-summary, +.section-three-column-one .type-post .entry-summary, +p.text-small { + font-size: 1.125rem; + line-height: 1.688rem; + } + address { + font-size: 1.125rem; + line-height: 1.688rem; + } + .entry-summary { + font-size: 1rem; + line-height: 1.5rem; + } + .null-instagram-feed .clear { + font-size: 0.937rem; + line-height: 1.407rem; + } + .section-fourcolumn-postwrap .type-post .entry-summary, +.section-sixcolumn-postwrap .type-post .entry-summary { + font-size: 0.937rem; + line-height: 1.407rem; + } +} +/*-----------------------------------------------------------------------------------*/ +/* Headlines +/*-----------------------------------------------------------------------------------*/ +h1, h2, h3, h4, h5, h6 { + -o-hyphens: auto; + -webkit-hyphens: auto; + -ms-hyphens: auto; + hyphens: auto; + font-family: "roboto", sans-serif; +} + +#section-fullwidth h1, +.site-content h1, +.entry-content h1 { + padding: 6px 0 9px; + font-size: 1.25rem; + line-height: 1.875rem; + -o-hyphens: manual; + -webkit-hyphens: manual; + -ms-hyphens: manual; + hyphens: manual; +} +#section-fullwidth h2, +.site-content h2, +.entry-content h2 { + font-size: 1.125rem; + line-height: 1.688rem; + padding: 6px 0 9px; + -o-hyphens: manual; + -webkit-hyphens: manual; + -ms-hyphens: manual; + hyphens: manual; +} +#section-fullwidth h3, +.site-content h3, +.entry-content h3 { + font-size: 1.125rem; + line-height: 1.688rem; + padding: 5px 0 8px; +} +#section-fullwidth h4, +.site-content h4, +.entry-content h4 { + font-size: 1rem; + line-height: 1.5rem; + padding: 5px 0 8px; +} +#section-fullwidth h5, +.site-content h5, +.entry-content h5 { + font-size: 0.937rem; + line-height: 1.407rem; + padding: 3px 0; + text-transform: uppercase; + letter-spacing: 1px; +} +#section-fullwidth h6, +.site-content h6, +.entry-content h6 { + font-size: 1rem; + line-height: 1.5rem; + padding: 3px 0; +} + +h1, h2, h3, h4, h5, h6, +#overlay-nav ul li a, +#desktop-navigation ul li a, +.authorbox h3.author-title, +#comments h3.comments-title { + font-weight: 600; +} + +p.site-title, +h1.site-title { + font-weight: bold; + padding-right: 25px; + font-size: 1.125rem; + line-height: 1.688rem; +} + +.single-post .entry-header h1.entry-title, .entry-header h1.entry-title, .attachment h1.entry-title, .page h1.entry-title, h1.entry-title, .archive-header h1.archive-title, .site-content h1, .entry-content h1 { + text-transform: uppercase; + border-bottom: 7px; + border-style: solid; + margin-bottom: 50px; + display: table-cell; + padding-bottom: 1px; +} +.single-post .entry-header h1.entry-title + *, .entry-header h1.entry-title + *, .attachment h1.entry-title + *, .page h1.entry-title + *, h1.entry-title + *, .archive-header h1.archive-title + *, .site-content h1 + *, .entry-content h1 + * { + margin-top: 20px; +} +.single-post .entry-header h1::after.entry-title, .entry-header h1::after.entry-title, .page h1::after.entry-title, .attachment h1::after.entry-title, .archive-header h1::after.archive-title article h1::after, .entry-content h1::after { + content: " "; + display: table-cell; + width: 100%; +} +.h1noupper h1, .h1noupper .entry-header h1.entry-title, .h1noupper.page h1.entry-title { + text-transform: none; +} + +.entry-header h1.entry-title { + margin: 0; +} + +#secondary h2.widget-title, +#sidebar-page h2.widget-title { + font-size: 1rem; + line-height: 1.5rem; + text-decoration: none; +} + +#footer-social h2.socialmedia { + font-size: 0.875rem; + line-height: 1.313rem; + -webkit-hyphens: auto; + -ms-hyphens: auto; + hyphens: auto; + display: inline-block; + float: left; + padding: 8px 15px 0px 0px; +} + +.entry-header h2.entry-title { + font-size: 1rem; + line-height: 1.5rem; + -o-hyphens: manual; + -webkit-hyphens: manual; + -ms-hyphens: manual; + hyphens: manual; + text-decoration: none; + padding: 4px 0 8px; + display: block; + margin: 0; +} +.entry-header h2.entry-title a { + text-decoration: none; +} + +.widget h2.widget-title { + display: block; + margin: 0; + padding: 15px 0 24px; + border-top-width: 1px; + border-top-style: solid; +} + +.widget_mc4wp_form_widget h2.widget-title, +.jetpack_subscription_widget h2.widget-title { + font-size: 0.937rem; + line-height: 1.407rem; +} + +h3#reply-title { + margin: 0 0 10px 0; + padding: 0; + display: block; + line-height: 1; + font-weight: 600; + text-transform: uppercase; + letter-spacing: 1.5px; +} +#footer-social h3.socialmedia { + font-size: 0.875rem; + line-height: 1.313rem; + -webkit-hyphens: auto; + -ms-hyphens: auto; + hyphens: auto; + display: inline-block; + float: left; + padding: 8px 15px 0px 0px; +} + +.footer-menu h3.footer-menu-title { + text-transform: uppercase; + letter-spacing: 1px; +} + +.footer-menu h3.footer-menu-title, +.authorbox h3.author-title { + font-size: 0.937rem; + line-height: 1.407rem; +} + +#comments h3.comments-title, +#comments #respond h3#reply-title { + font-size: 0.937rem; + line-height: 1.407rem; +} + +#front-section-three h3.front-section-title { + font-size: 1.25rem; + line-height: 1.875rem; +} + +.single-post .entry-header h1.entry-title, +.blog-wrap h3.blog-title, +.archive-header h1.archive-title, +.attachment h1.entry-title, +.page h1.entry-title, +.featured-slider .entry-header h2.entry-title, +#front-section-four .entry-header h2.entry-title, +.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-header h2.entry-title, +.section-one-column-one .entry-header h2.entry-title, +.section-three-column-one .entry-header h2.entry-title, +.jetpack_subscription_widget #subscribe-text p, +#front-section-three h3.front-section-title, +.recommended-posts-wrap #jp-relatedposts h3.jp-relatedposts-headline, +#big-footer-feature h2.footer-feature-title, +#big-footer-feature h3.footer-feature-title { + font-size: 1.25rem; + line-height: 1.875rem; +} + +.site-content header, +.entry-content header { + margin-bottom: 20px; +} + +@media screen and (min-width: 48em) { + p.site-title, +h1.site-title { + padding-top: 5px; + } + .single-post .entry-header h1.entry-title, +.single-attachment .entry-header h1.entry-title, +.attachment h1.entry-title, +.page h1.entry-title, +h1.entry-title { + font-size: 3rem; + line-height: 4.5rem; + } + .blog-wrap h3.blog-title, +.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-header h2.entry-title, +.section-one-column-one .entry-header h2.entry-title, +.section-three-column-one .entry-header h2.entry-title, +#front-section-four .entry-header h2.entry-title, +.recommended-posts-wrap #jp-relatedposts h3.jp-relatedposts-headline, +.archive-header h1.archive-title, +.entry-content h1 { + font-size: 2.25rem; + line-height: 3.375rem; + } + #section-fullwidth h2, +.entry-content h2 { + font-size: 1.625rem; + line-height: 2.438rem; + } + #section-fullwidth h3, +.entry-content h3 { + font-size: 1.5rem; + line-height: 2.25rem; + } + #section-fullwidth h4, +.entry-content h4 { + font-size: 1.375rem; + line-height: 2.063rem; + } + #section-fullwidth h5, +.entry-content h5 { + font-size: 1.187rem; + line-height: 1.782rem; + } + #section-fullwidth h6, +.entry-content h6 { + font-size: 1.187rem; + line-height: 1.782rem; + } + .entry-header h2.entry-title { + font-size: 1.5rem; + line-height: 2.25rem; + } + .section-one-column-two .type-post:nth-of-type(n+2) .entry-header h2.entry-title, +.section-two-column-two .type-post .entry-header h2.entry-title, +.section-three-column-two .type-post .entry-header h2.entry-title, +#front-section-fourcolumn .type-post .entry-header h2.entry-title, +.section-sixcolumn-postwrap .type-post .entry-header h2.entry-title { + font-size: 1rem; + line-height: 1.5rem; + } + .page div.sharedaddy h3.sd-title, +.null-instagram-feed .clear { + font-size: 0.937rem; + line-height: 1.407rem; + } + .attachment h1.entry-title, +.page h1.entry-title { + margin-bottom: 45px; + } +} +@media screen and (min-width: 64em) { + .entry-header h2.entry-title { + font-size: 1.75rem; + line-height: 2.625rem; + } + #front-section-twocolumn .entry-header h2.entry-title { + font-size: 1.75rem; + line-height: 2.625rem; + } + .widget h2.widget-title { + border-top: none; + } +} +@media screen and (min-width: 66.25em) { + h1.site-title { + font-size: 3.75rem; + line-height: 5.625rem; + text-align: center; + padding-right: 0; + } + .blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-header h2.entry-title, +.section-one-column-one .entry-header h2.entry-title, +.section-three-column-one .entry-header h2.entry-title, +#front-section-four .entry-header h2.entry-title { + font-size: 3rem; + line-height: 4.5rem; + } + #front-section-fourcolumn .type-post .entry-header h2.entry-title, +.recommended-posts-wrap #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title { + font-size: 1.25rem; + line-height: 1.875rem; + } + #front-section-four entry-header h2.entry-title { + padding-top: 10px; + } +} +@media screen and (min-width: 85em) { + .single-post .entry-header h1.entry-title, +#front-section-four .entry-header h2.entry-title { + font-size: 3.625rem; + line-height: 5.438rem; + } +} +/*-----------------------------------------------------------------------------------*/ +/* Divider +/*-----------------------------------------------------------------------------------*/ +@media screen and (min-width: 550px) { + hr { + display: block; + border: 0px; + height: 56px; + margin: 10px 0; + color: #ccc; + background-image: url("./img/trenner-04-50.png"); + background-position: center center; + background-repeat: no-repeat; + } +} +.menu_separator hr { + background-image: url("./img/trenner-01-30.png"); + height: 40px; +} +.site-content hr { + clear: both; +} +.devider_hideimage hr { + background-image: none; + border: 1px; + height: 1px; + background: #ccc; +} + +#overlay-nav .menu_separator hr { + display: none; +} + +/* +Links and colors +*/ +a { + text-decoration: none; +} +.entry-content a, .comment-text a { + font-weight: bold; +} +.author-bio a, .textwidget a { + text-decoration: underline; +} + +#secondary h2.widget-title, +#sidebar-page h2.widget-title { + text-decoration: none; +} + +#primary #infinite-handle span:focus, +#front-section-three a.all-posts-link:focus, +#offcanvas-widgets-open:focus, +#primary #infinite-handle span:hover, +#front-section-three a.all-posts-link:hover, +#offcanvas-widgets-open:hover, +.offcanvas-widgets-show #offcanvas-widgets-open { + border-style: solid; + border-width: 2px; +} + +.comments-show #comments-toggle, +#comments-toggle:focus, +#comments-toggle:hover { + border-style: solid; + border-width: 2px; +} + +.desktop-search input.search-field:active, .desktop-search input.search-field:focus { + border-bottom-style: solid; + border-bottom-width: 1px; +} + +.wp-caption-text a { + line-height: 1.6em; +} + +/*-----------------------------------------------------------------------------------*/ +/* Tables +/*-----------------------------------------------------------------------------------*/ +table { + line-height: 2; + font-size: 1rem; + line-height: 1.5rem; + border-collapse: collapse; + border-bottom-width: 1px; + border-bottom-style: solid; + border-spacing: 0; + border-width: 1px; + margin: 0 0 1.6em; + width: 100%; +} +table.sorttable thead { + cursor: pointer; +} +table.center th, table.center td { + text-align: center; +} +table.right td { + text-align: right; +} +table thead th { + border-bottom-width: 2px; + border-bottom-style: solid; +} +table.long td, table.border td { + border-bottom-width: 1px; + border-bottom-style: solid; +} + +caption, th, td { + font-weight: normal; + text-align: left; + vertical-align: top; +} + +caption { + padding: 3px 5px; + font-style: italic; + margin: 40px 0; +} +caption.right { + text-align: right; +} +caption.center { + text-align: center; +} + +th { + font-weight: bold; +} + +th, td { + padding: 0.4em; +} + +th.right, +td.right { + text-align: right; +} + +th.center, +td.center { + text-align: center; +} + +@media screen and (max-width: 48em) { + table, tr, td { + padding: 0; + } + table { + border: none; + } + thead { + display: none; + } + tr { + float: left; + width: 100%; + margin-bottom: 2em; + } + td { + float: left; + width: 100%; + padding: 1em; + } +} +/*-----------------------------------------------------------------------------------*/ +/* Lists +/*-----------------------------------------------------------------------------------*/ +ul, +ol { + margin: 0 0 30px 0; + padding-left: 40px; + list-style-position: inside; +} + +ul { + list-style: none; +} +ul ul { + margin: 0; +} + +ol { + list-style: decimal; +} +ol ol { + margin: 0; + list-style: lower-alpha; +} +ol ol ol { + list-style: lower-roman; +} + +li > ul, li > ol { + margin-bottom: 0; + margin-left: 0; +} + +.entry-content ul { + padding-left: 50px; +} +.entry-content ul li { + position: relative; + padding: 0 0 0 24px; + list-style-position: outside; + list-style-type: none; +} +.entry-content ul li:before { + margin-right: 10px; + margin-left: -24px; +} +.entry-content ul li ul { + padding-left: 50px; +} +.entry-content ul li ul li { + padding-left: 24px; +} +.entry-content ul li ul li li { + display: list-item; + list-style-type: circle; + padding-left: 0px; +} +.entry-content ul li ul li li:before { + content: ""; + margin-right: 0; + margin-left: 0; +} +.entry-content ul li ol li:before { + display: none; +} +.entry-content ul ul { + padding-left: 50px; +} +.entry-content ul.default li { + display: list-item; + padding: 0; + list-style-type: circle; +} +.entry-content ul.default li:before { + content: ""; + margin-left: 0; + margin-right: 0; +} +.entry-content ul.default li li { + list-style-type: square; +} +.entry-content ul.default li li li { + list-style-type: disc; +} +.entry-content ul.nolist li, .entry-content ul.textlist li { + list-style: none; + margin: 0; + padding: 0; + background: none; +} +.entry-content ul.nolist li:before, .entry-content ul.textlist li:before { + display: none; +} +.entry-content ul.nolist li:before, .entry-content ul.textlist li:before { + display: none; +} +.entry-content ul.sign li { + list-style-type: none; + padding-left: 30px; + margin-left: 20px; + background-image: url(../img/signet-maincolor-24.gif); + background-repeat: no-repeat; + background-position: left 3px; + display: list-item; +} +.entry-content ul.sign li:before { + content: ""; + margin: 0; +} +.entry-content ul.sign li ul li { + background-image: none; + list-style-type: circle; + list-style-image: none; + padding: 0; + margin: 0; +} +.entry-content ul.sign li ul li ul li { + list-style-type: square; +} +.entry-content ul.sign li ol li { + background-image: none; + padding: 0; + margin: 0; +} +.entry-content ul.sign.grau li { + background-image: url(../img/signet-grau-24.gif); +} +.entry-content ul.sign.secondcolor li { + background-image: url(../img/signet-secondcolor-24.gif); +} +.entry-content ul.line li { + position: relative; + padding: 0 0 0 24px; + list-style-position: outside; + list-style-type: none; +} +.entry-content ul.line li:before { + vertical-align: top; + position: absolute; + top: 0; + left: 0; + content: "–"; + padding: 0; + margin-left: 0; + margin-right: 0; +} +.entry-content ul.line li ul { + padding-left: 50px; +} +.entry-content ul.line li ul li { + padding-left: 24px; +} +.entry-content ul.line li ol li:before { + display: none; +} +.entry-content ul.textlist { + margin-left: 0; + padding-left: 0; +} +.entry-content ul.textlist li { + padding-left: 0; + display: inline; +} +.entry-content ol { + padding-left: 70px; +} +.entry-content ol li { + padding-left: 4px; + list-style-position: outside; +} +.entry-content ol ol { + padding-left: 50px; +} +.entry-content ol ul li { + padding-left: 24px; +} + +.comment-text ul, +.comment-text ol { + margin: 0 0 15px; + padding-left: 20px; +} +.comment-text li { + position: relative; + padding: 0 0 0 24px; +} +.comment-text ul li:before { + vertical-align: top; + position: absolute; + top: 0; + left: 0; + content: "–"; + padding: 0; +} +.comment-text ul li ul li { + padding-left: 24px; +} +.comment-text ul li ol li:before { + display: none; +} +.comment-text ol ul li { + padding: 0 0 0 24px; +} + +#comments ul ul, #comments ol ol { + padding-left: 50px; +} + +.fontawesome-icon-list a { + text-decoration: none; +} +.fontawesome-icon-list a i { + color: #1a1a1a; + min-width: 2em; +} + +/*-----------------------------------------------------------------------------------*/ +/* Blockquotes and cites +/*-----------------------------------------------------------------------------------*/ +blockquote { + display: block; + padding: 20px 20px 20px 45px; + margin: 10px 20px 30px; + position: relative; + font-family: Georgia, "Times New Roman", Times, serif; + border-left-style: solid; + border-left-width: 15px; + font-style: italic; + -o-hyphens: manual; + -webkit-hyphens: manual; + -ms-hyphens: manual; + hyphens: manual; +} +blockquote a { + text-decoration: none; + cursor: pointer; + padding: 0 3px; +} +blockquote em { + font-style: italic; +} +blockquote p { + position: relative; + font-weight: 600; + font-size: 1.125rem; + line-height: 1.688rem; +} +blockquote ul, blockquote ol { + padding-left: 0; +} +blockquote cite { + display: block; + padding-top: 10px; + padding-right: 30px; + font-style: normal; + font-weight: normal; + text-align: right; + font-size: 0.937rem; + line-height: 1.407rem; +} +blockquote cite::before { + content: "–"; +} +blockquote.quotesign { + padding: 20px 20px 20px 60px; +} +blockquote.quotesign::before { + content: "“"; + font-family: Georgia, serif; + font-size: 70px; + font-weight: bold; + position: absolute; + left: 10px; + top: 0px; +} +blockquote.quotesign::after { + content: ""; +} +blockquote.smallborder { + border-left-width: 2px; + border-right-width: 2px; +} +blockquote.boxborder { + border-top-width: 2px; + border-bottom-width: 2px; + border-top-style: solid; + border-bottom-style: solid; +} +blockquote.small { + border-left-width: 2px; + border-right-width: 2px; + font-style: normal; + padding: 10px 10px 10px 25px; +} +blockquote.small p { + font-weight: normal; + font-size: 1rem; + line-height: 1.5rem; +} +blockquote.small cite { + font-size: 1rem; + line-height: 1.5rem; +} +blockquote.borderless { + border: none; +} +.inner-offcanvas-wrap blockquote { + background: inherit; + margin: 10px 5px 30px 20px; + border: 0; +} +.inner-offcanvas-wrap blockquote::before { + content: "“"; + font-family: Georgia, serif; + font-size: 60px; + font-weight: bold; + color: #4d4d4d; + position: absolute; + left: 2px; + top: -5px; +} +.inner-offcanvas-wrap blockquote::after { + content: ""; +} + +#comments blockquote { + border-left: none; + border-right: none; +} +#comments blockquote p { + position: relative; + font-weight: 600; +} +#comments blockquote cite { + display: block; + padding-top: 10px; + font-style: normal; + font-size: 1rem; + line-height: 1.5rem; +} + +@media screen and (min-width: 48em) { + .entry-content blockquote:not(.small) p { + font-size: 1.5rem; + line-height: 2.25rem; + } + .entry-content blockquote:not(.small) cite { + font-size: 1.187rem; + line-height: 1.782rem; + } +} +/*-----------------------------------------------------------------------------------*/ +/* Display of meta elements, like tags, categories, timestampts and so on +/*-----------------------------------------------------------------------------------*/ +.entry-meta, +.entry-cats { + font-size: 0.687rem; + line-height: 1.032rem; + text-transform: uppercase; + letter-spacing: 1px; +} +.entry-meta a, +.entry-cats a { + text-decoration: none; +} + +.entry-meta { + display: block; + clear: both; +} +.entry-meta .entry-tags ul { + margin: 0; + padding: 0; +} + +#primary .hentry .entry-date, +#primary .hentry .entry-edit { + display: block; +} +#primary .hentry .entry-date { + padding-bottom: 8px; +} + +.featured-slider .entry-cats a, +.section-one-column-one .entry-cats a, +.section-three-column-one .entry-cats a, +#front-section-four .entry-cats a, +.single-post .entry-cats a { + padding: 3px 5px; + margin: 0 2px 4px 0; +} + +.section-one-column-one .entry-cats { + position: absolute; + top: 37px; + left: 17px; +} + +.section-three-column-two .entry-cats { + display: none; +} + +.search-results .entry-cats a:nth-child(n+2):before, +.archive .entry-cats a:nth-child(n+2):before { + content: " / "; + padding: 0 2px; +} + +.single-post .entry-header { + font-size: 0.875rem; + line-height: 1.313rem; +} +.single-post .entry-header .entry-cats { + display: block; + text-align: right; +} +.single-post .entry-header .entry-cats a { + display: inline-block; +} +.single-post .entry-tags { + font-size: 0.875rem; + line-height: 1.313rem; +} + +.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:before, +.blog .section-one-column-one .entry-cats a:before, +.blog .section-three-column-one .entry-cats a:before, +.blog #front-section-four .entry-cats a:before { + display: none; +} +.blog .hentry .entry-cats a { + display: none; +} +.blog .hentry .entry-cats a:nth-child(1), .blog .hentry .entry-cats a:nth-child(2), .blog .hentry .entry-cats a:nth-child(3), .blog .hentry .entry-cats a:nth-child(4) { + display: inline; +} +.blog .entry-cats a:nth-child(n+2):before { + content: " / "; +} +.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a { + padding: 2px 5px; + display: inline; +} +.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-date, +.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-comments, +.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-edit, +.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-author { + display: inline-block; + padding-bottom: 0; +} +.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-date { + padding-right: 20px; +} + +.front_hidecats .blog .entry-cats { + display: none !important; +} + +@media screen and (min-width: 48em) { + .single-post .hentry .entry-meta, +.single-attachment .hentry .entry-meta, +.shortcode-section a.all-posts-link, +.front-section a.all-posts-link { + font-size: 0.937rem; + line-height: 1.407rem; + } + .single-post .canonical-link, +.single-post .entry-tags { + font-size: 0.937rem; + line-height: 1.407rem; + } +} +/*-----------------------------------------------------------------------------------*/ +/* General Classes +/*-----------------------------------------------------------------------------------*/ +.wp-smiley { + border: 0; + margin-bottom: 0; + margin-top: 0; + padding: 0; +} + +.entry-content p.pull-left, .entry-content p.pull-right { + margin-bottom: 15px; + font-weight: 600; + line-height: 1.4 !important; +} + +span.dropcap { + float: left; + padding: 3px 4px 0 0; + font-size: 64px; + font-size: 4rem; + font-weight: 600; + line-height: 0.78; +} + +.uppercase { + font-weight: 600; + text-transform: uppercase; + letter-spacing: 1px; +} + +.wide-content { + margin-bottom: 30px; +} + +/* --- Alignment --- */ +.justify { + text-align: justify; +} + +.alignleft, +.alignright { + display: block; +} + +.alignleft { + margin-right: 35px; + float: left; +} + +.alignright { + margin-left: 35px; + float: right; +} + +.aligncenter { + display: block; + margin-left: auto; + margin-right: auto; + clear: both; +} + +.unsichtbar, .screen-reader-text, .single-post .entry-comments-title, .search-open span, #footer-social h3.socialmedia, +#footer-social span, .home.page .entry-header h1, .no-header-text p.site-description, +.no-header-subtitle p.site-description, .no-header-text h1.site-title, +.no-header-text p.site-title, +.no-header-title h1.site-title, +.no-header-title p.site-title { + position: absolute; + left: -10000px; + top: auto; + width: 1px; + height: 1px; + overflow: hidden; +} + +.unsichtbar:focus, .screen-reader-text:focus, .single-post .entry-comments-title:focus, .search-open span:focus, #footer-social h3.socialmedia:focus, +#footer-social span:focus, .home.page .entry-header h1:focus, .no-header-text p.site-description:focus, +.no-header-subtitle p.site-description:focus, .no-header-text h1.site-title:focus, +.no-header-text p.site-title:focus, +.no-header-title h1.site-title:focus, +.no-header-title p.site-title:focus { + position: relative; + left: 0; + width: auto; + height: auto; + overflow: auto; +} + +.hide-desktop { + display: none; +} + +.hidden { + display: none; +} + +/*-----------------------------------------------------------------------------------*/ +/* Forms +/*-----------------------------------------------------------------------------------*/ +.widget_mc4wp_form_widget input[type=submit], +.jetpack_subscription_widget #subscribe-submit input[type=submit] { + background: #ff8800; +} + +.desktop-search input[type=submit]:hover { + background: #0c6ca6; +} + +.widget_mc4wp_form_widget input[type=submit]:hover, +.jetpack_subscription_widget #subscribe-submit input[type=submit]:hover { + background: #ff8800; +} + +.desktop-search input[type=submit]:hover, +.widget_search input[type=submit]:hover, +.post-password-form input[type=submit]:hover, +.post-password-form input[type=submit]:hover .footer-feature-btn:hover { + border: 2px solid #0c6ca6; + color: #fff; + background: #0c6ca6; +} + +input { + padding: 12px 15px; + background: #fff; + border: 1px solid #ccc; + line-height: normal; + outline: none; + color: #1a1a1a; +} +input[type=submit]:hover, input#submit:hover { + background: #0c6ca6; + border: 2px solid #0c6ca6; + color: #fff; +} +input[type=reset], input[type=submit] { + -webkit-appearance: button; + cursor: pointer; +} +input[type=button], input[type=submit], input#submit { + padding: 9px 30px; + border: 2px solid #ff8800; + background-color: #ff8800; + color: #fff; + line-height: normal; + cursor: pointer; + outline: none; + -webkit-appearance: none; + text-transform: uppercase; + font-weight: 500; + letter-spacing: 3px; +} +input[type=button]:focus, input[type=button]:hover, input[type=submit]:focus, input[type=submit]:hover, input#submit:focus, input#submit:hover { + background-color: #672082; + border-color: #672082; +} + +textarea { + padding: 12px 15px; + background: #fff; + border: 1px solid #ccc; + line-height: normal; + outline: none; + color: #1a1a1a; +} +textarea:focus, textarea:active { + border: 1px solid #1a1a1a; +} + +button::-moz-focus-inner, +input::-moz-focus-inner { + border: 0; + padding: 0; +} + +button, input, optgroup, select, textarea { + color: inherit; + font: inherit; + margin: 0; +} + +button { + overflow: visible; + text-transform: none; +} + +select { + text-transform: none; +} + +button, +html input[type=button] { + -webkit-appearance: button; + cursor: pointer; +} + +button[disabled], +html input[disabled] { + cursor: default; +} + +#commentform input#submit { + border-color: #ff8800; + background-color: #ff8800; + color: #fff; +} +#commentform input#submit:focus, #commentform input#submit:hover { + background-color: #672082; + border-color: #672082; +} + +.post-password-form input[type=password] { + padding: 9px 15px; +} + +.widget_search .searchform { + width: 100%; + max-width: 500px; + display: block; + overflow: hidden; +} +.widget_search input.search-field { + margin-right: 6px; + padding: 12px 2%; + float: left; + width: 58%; +} + +.error404 input.search-field { + padding: 12px 2%; +} +.error404 input[type=submit] { + padding: 10px 30px; +} + +.widget_search input[type=submit], +.post-password-form input[type=submit] { + padding: 11px 0; + font-weight: 600; + line-height: 1.65; +} + +.widget_search input[type=submit] { + width: 40%; + float: right; +} + +@media screen and (min-width: 48em) { + input[type=button], input[type=submit], input#submit { + font-size: 0.937rem; + line-height: 1.407rem; + } +} +/* --- Images --- */ +img { + max-width: 100%; + /* Adhere to container width. */ + height: auto; + /* Make sure images are scaled correctly. */ +} +img.wp-post-image { + padding: 0; +} +img.img-border { + border: 5px solid #e2e2e2; +} +img.img-border-thin { + background: #fff; + padding: 5px; + border: 1px solid #ededee; +} +img.shadow { + max-width: calc(100% - 10px); + box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.6); +} +img.noshadow { + max-width: inherit; + box-shadow: none; +} +img.rounded { + border-radius: 50%; +} +img.roundedges { + border-radius: 10px; +} +img.alignleft, img.alignright { + margin-top: 8px; + margin-bottom: 25px; +} + +.widget img { + max-width: 100%; + height: auto; +} + +.wp-caption { + max-width: 100%; +} +.wp-caption.alignnone { + margin-left: 0; + margin-right: 0; +} + +img#wpstats { + display: none; +} + +.entry-content .wp-caption-text, +.entry-content p.wp-caption-text { + margin: 0; + font-size: 0.875rem; + line-height: 1.313rem; +} +.shadow-images .entry-content img { + max-width: calc(100% - 10px); + box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.6); +} +.shadow-images .entry-content img.noshadow { + max-width: inherit; + box-shadow: none; +} + +.type-attachment .entry-content .entry-caption p { + margin: 0; + padding: 8px 10px 30px 2px; + font-size: 0.875rem; + line-height: 1.313rem; +} + +.entry-content p.wp-caption-text { + text-align: right; + padding: 0 10px 0 0; +} +.entry-content .alignleft p.wp-caption-text { + text-align: left; +} +.entry-content .alignright p.wp-caption-text { + text-align: right; + margin-right: 6px; +} + +figure { + margin: 10px 0 20px 0; +} +figure figcaption { + text-align: right; + padding: 0 10px 0 0; + margin: 0; + font-size: 0.875rem; + line-height: 1.313rem; + max-width: 100%; +} +figure.entry-thumbnail figcaption { + text-align: right; +} +.shadow-images figure img { + max-width: calc(100% - 10px); + box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.6); +} + +@media screen and (min-width: 48em) { + .single-post .entry-thumbnail { + padding-bottom: 30px; + } +} + +/*-----------------------------------------------------------------------------------*/ +/* Image Galleries +/*-----------------------------------------------------------------------------------*/ +.gallery { + margin-left: auto; + margin-right: auto; + padding-top: 10px; +} +.gallery .gallery-item { + float: left; + margin-top: 0; + width: 33.3%; +} +.gallery .gallery-item a { + border-bottom: none; +} +.gallery .gallery-item .gallery-caption { + margin: 0; + padding: 8px 2px 30px; + font-size: 0.875rem; + line-height: 1.313rem; +} +.gallery .gallery-item img { + width: 100%; + height: auto; +} +.gallery dl, .gallery dt { + margin: 0; +} +.gallery br + br { + display: none; +} + +.shadow-images .entry-content .gallery img { + width: 100%; + box-shadow: 2px 0px 10px 0px rgba(0, 0, 0, 0.8); +} + +.tiled-gallery { + margin-left: auto; + margin-right: auto; + padding-top: 10px; + margin-bottom: 30px !important; +} + +.gallery-columns-2 .gallery-item { + width: 50%; +} +.gallery-columns-2 .gallery-item:nth-of-type(odd) { + padding-right: 1.4%; +} + +.gallery-columns-3 .gallery-item:nth-of-type(3n+1) { + padding-right: 1.4%; +} + +.gallery-columns-2 .gallery-item:nth-of-type(even) { + padding-left: 1.4%; +} + +.gallery-columns-3 .gallery-item:nth-of-type(3n+3) { + padding-left: 1.4%; +} +.gallery-columns-3 .gallery-item:nth-of-type(3n+2) { + padding-left: 0.7%; + padding-right: 0.7%; +} + +.gallery-columns-4 .gallery-item { + width: 25%; +} + +.gallery-columns-5 .gallery-item { + width: 20%; +} + +.gallery-columns-6 .gallery-item { + width: 16.6%; +} + +.gallery-columns-7 .gallery-item { + width: 14%; +} + +.gallery-columns-8 .gallery-item { + width: 12.5%; +} + +.gallery-columns-9 .gallery-item { + width: 11%; +} + +.gallery-columns-2 .attachment-medium { + max-width: 92%; + height: auto; +} + +.gallery-columns-4 .attachment-thumbnail, +.gallery-columns-5 .attachment-thumbnail, +.gallery-columns-6 .attachment-thumbnail { + max-width: 93%; + height: auto; +} + +.gallery-columns-7 .attachment-thumbnail, +.gallery-columns-8 .attachment-thumbnail, +.gallery-columns-9 .attachment-thumbnail { + max-width: 94%; + height: auto; +} + +.single .gallery .gallery-item .gallery-caption { + display: block; +} + +/*-----------------------------------------------------------------------------------*/ +/* Embeds +/*-----------------------------------------------------------------------------------*/ +embed, iframe, object, video { + max-width: 100%; +} + +.entry-content .twitter-tweet-rendered { + max-width: 100% !important; + /* Override the Twitter embed fixed width */ +} + +.site-content .type-attachment { + padding-top: 0 !important; +} + +/*-----------------------------------------------------------------------------------*/ +/* Social Media Icons +/*-----------------------------------------------------------------------------------*/ +.social-nav ul li { + display: inline-block; + border: 1px solid transparent; + border-radius: 50%; +} +.social-nav ul li a { + background: #fff; + color: #1a1a1a; + overflow: hidden; + display: inline-block; + width: 25px; + height: 25px; + text-align: center; + vertical-align: middle; + border-radius: 50%; +} +.social-nav ul li :hover { + background: #1a1a1a; + color: #fff; +} +.social-nav ul li a::before { + font-size: 1.125rem; + line-height: 1.688rem; + text-align: center; + vertical-align: middle; + padding-top: 1px; +} +.social-nav ul li a[href*="diaspora.com"] { + background-color: #ccc; + border-color: #ccc; + color: white; +} +.social-nav ul li a[href*="diaspora.com"]:before { + font-size: 2.25rem; + line-height: 2rem; + content: "*"; + font-family: "Roboto", "Helvetica", "Arial", sans-serif; + font-weight: bold; +} +.social-nav ul li a[href*="diaspora.com"]:focus, .social-nav ul li a[href*="diaspora.com"]:hover { + background-color: #b3b3b3; +} +.social-nav ul li a[href*="delicious.com"] { + background-color: #eeeeee; + border-color: #eeeeee; + color: white; +} +.social-nav ul li a[href*="delicious.com"]:focus, .social-nav ul li a[href*="delicious.com"]:hover { + background-color: #d5d5d5; +} +.social-nav ul li a[href*="facebook.com"] { + background-color: #3b5998; + border-color: #3b5998; + color: white; +} +.social-nav ul li a[href*="facebook.com"]:focus, .social-nav ul li a[href*="facebook.com"]:hover { + background-color: #2d4373; +} +.social-nav ul li a[href*=feed] { + background-color: #ff8800; + border-color: #ff8800; + color: white; +} +.social-nav ul li a[href*=feed]:focus, .social-nav ul li a[href*=feed]:hover { + background-color: #cc6d00; +} +.social-nav ul li a[href*="flattr.com"] { + background-color: #5CB85C; + border-color: #5CB85C; + color: white; +} +.social-nav ul li a[href*="flattr.com"]:focus, .social-nav ul li a[href*="flattr.com"]:hover { + background-color: #449d44; +} +.social-nav ul li a[href*="flickr.com"] { + background-color: #ff0084; + border-color: #ff0084; + color: white; +} +.social-nav ul li a[href*="flickr.com"]:focus, .social-nav ul li a[href*="flickr.com"]:hover { + background-color: #cc006a; +} +.social-nav ul li a[href*="google.com"] { + background-color: #4285f4; + border-color: #4285f4; + color: white; +} +.social-nav ul li a[href*="google.com"]:focus, .social-nav ul li a[href*="google.com"]:hover { + background-color: #1266f1; +} +.social-nav ul li a[href*="github.com"] { + background-color: #4078c0; + border-color: #4078c0; + color: white; +} +.social-nav ul li a[href*="github.com"]:focus, .social-nav ul li a[href*="github.com"]:hover { + background-color: #264874; +} +.social-nav ul li a[href*="instagram.com"] { + background-color: #c13584; + border-color: #c13584; + color: white; +} +.social-nav ul li a[href*="instagram.com"]:focus, .social-nav ul li a[href*="instagram.com"]:hover { + background-color: #711f4d; +} +.social-nav ul li a[href*="linkedin.com"] { + background-color: #0077b5; + border-color: #0077b5; + color: white; +} +.social-nav ul li a[href*="linkedin.com"]:focus, .social-nav ul li a[href*="linkedin.com"]:hover { + background-color: #00344f; +} +.social-nav ul li a[href*="pinterest.com"] { + background-color: #bd081c; + border-color: #bd081c; + color: white; +} +.social-nav ul li a[href*="pinterest.com"]:focus, .social-nav ul li a[href*="pinterest.com"]:hover { + background-color: #5b040e; +} +.social-nav ul li a[href*="reddit.com"] { + background-color: #ff4500; + border-color: #ff4500; + color: white; +} +.social-nav ul li a[href*="reddit.com"]:focus, .social-nav ul li a[href*="reddit.com"]:hover { + background-color: #992900; +} +.social-nav ul li a[href*="slack.com"] { + background-color: #6ecadc; + border-color: #6ecadc; + color: white; +} +.social-nav ul li a[href*="slack.com"]:focus, .social-nav ul li a[href*="slack.com"]:hover { + background-color: #2ca1b8; +} +.social-nav ul li a[href*="snapchat.com"] { + background-color: #fffc00; + border-color: #fffc00; + color: white; +} +.social-nav ul li a[href*="snapchat.com"]:focus, .social-nav ul li a[href*="snapchat.com"]:hover { + background-color: #999700; +} +.social-nav ul li a[href*="slideshare.com"] { + background-color: #bddfdf; + border-color: #bddfdf; + color: black; +} +.social-nav ul li a[href*="slideshare.com"]:focus, .social-nav ul li a[href*="slideshare.com"]:hover { + background-color: #78bebe; +} +.social-nav ul li a[href*="tumblr.com"] { + background-color: #56BC8A; + border-color: #56BC8A; + color: white; +} +.social-nav ul li a[href*="tumblr.com"]:focus, .social-nav ul li a[href*="tumblr.com"]:hover { + background-color: #317b57; +} +.social-nav ul li a[href*="twitter.com"] { + background-color: #1da1f2; + border-color: #1da1f2; + color: white; +} +.social-nav ul li a[href*="twitter.com"]:focus, .social-nav ul li a[href*="twitter.com"]:hover { + background-color: #0967a0; +} +.social-nav ul li a[href*="vimeo.com"] { + background-color: #162221; + border-color: #162221; + color: white; +} +.social-nav ul li a[href*="vimeo.com"]:focus, .social-nav ul li a[href*="vimeo.com"]:hover { + background-color: #3e605d; +} +.social-nav ul li a[href*="xing.com"] { + background-color: #026466; + border-color: #026466; + color: white; +} +.social-nav ul li a[href*="xing.com"]:focus, .social-nav ul li a[href*="xing.com"]:hover { + background-color: #000202; +} +.social-nav ul li a[href*="youtube.com"] { + background-color: #cd201f; + border-color: #cd201f; + color: white; +} +.social-nav ul li a[href*="youtube.com"]:focus, .social-nav ul li a[href*="youtube.com"]:hover { + background-color: black; +} +.social-nav ul li a[href*="lists.piratenpartei.de"] { + background-color: #ff8800; + border-color: #ff8800; + color: white; +} +.social-nav ul li a[href*="lists.piratenpartei.de"]:focus, .social-nav ul li a[href*="lists.piratenpartei.de"]:hover { + background-color: #995200; +} + +.socialmedia-maincolor .social-nav ul li a { + color: #ff8800; + background-color: #fff; + border-color: #fff; +} +.socialmedia-maincolor .social-nav ul li a:focus, .socialmedia-maincolor .social-nav ul li a:hover { + background: #672082; + color: #fff; + border-color: #672082; +} +.socialmedia-maincolor .social-nav ul li :focus, +.socialmedia-maincolor .social-nav ul li :hover { + background: #672082; + color: #fff; + border-color: #672082; +} + +.socialmedia-secondcolor .social-nav ul li a { + color: #672082; + background-color: #fff; + border-color: #fff; +} +.socialmedia-secondcolor .social-nav ul li a:focus, .socialmedia-secondcolor .social-nav ul li a:hover { + background: #ff8800; + color: #fff; + border-color: #ff8800; +} +.socialmedia-secondcolor .social-nav ul li :focus, +.socialmedia-secondcolor .social-nav ul li :hover { + background: #ff8800; + color: #fff; + border-color: #ff8800; +} + +#footer-social.social-nav li { + border: none; +} +.socialmedia-maincolor #footer-social.social-nav ul li a { + color: #ff8800; + background: #471659; +} +.socialmedia-maincolor #footer-social.social-nav ul li a:focus, .socialmedia-maincolor #footer-social.social-nav ul li a:hover { + background: #672082; + color: #fff; + border-color: #672082; +} +.socialmedia-secondcolor #footer-social.social-nav ul li a { + color: #ff8800; + background: #471659; +} +.socialmedia-secondcolor #footer-social.social-nav ul li a:focus, .socialmedia-secondcolor #footer-social.social-nav ul li a:hover { + background: #ff8800; + color: #fff; + border-color: #ff8800; +} + +@media screen and (min-width: 66.25em) { + .header-social { + display: block; + position: absolute; + right: 0; + top: 40px; + height: 59px; + padding-top: 10px; + } + #header-social-sticky { + top: 7px; + right: 20px; + } + .header-stick #header-social-sticky { + z-index: 9999; + } +} +/*-----------------------------------------------------------------------------------*/ +/* Buttons +/*-----------------------------------------------------------------------------------*/ +.box, .pirate-crew-error, #comments .disclaimer { + margin: 0 0 30px; + padding: 20px; + overflow: hidden; + line-height: 1.4; +} +.box a, .pirate-crew-error a, #comments .disclaimer a { + font-weight: bold; +} + +.site-content .box p, .site-content .pirate-crew-error p, .site-content #comments .disclaimer p, #comments .site-content .disclaimer p { + margin: 0 0 30px; +} + +.white-box { + border: 3px solid #fff; +} +.white-box.invertbox { + background: #e6e6e6; +} + +.blue-box { + border: 3px solid #0066ff; +} +.blue-box.invertbox { + background: #3385ff; +} + +.yellow-box { + border: 3px solid #e7b547; +} +.yellow-box.invertbox { + background: #edc774; +} + +.red-box, .pirate-crew-error { + border: 3px solid #d7464d; +} +.red-box.invertbox, .invertbox.pirate-crew-error { + background: #e07075; +} + +.green-box { + border: 3px solid #85c066; +} +.green-box.invertbox { + background: #a2cf8a; +} + +.lightgrey-box { + border: 3px solid #ececed; +} +.lightgrey-box.invertbox { + background: white; +} + +.grey-box { + border: 3px solid #a9a9a9; +} +.grey-box.invertbox { + background: #c3c3c3; +} + +.dark-box { + border: 3px solid #222; +} +.dark-box.invertbox { + background: #3c3c3c; + color: #fff; +} + +.maincolor-box, #comments .disclaimer { + border: 3px solid #ff8800; +} +.maincolor-box a, #comments .disclaimer a { + color: #ff8800; +} +.maincolor-box.invertbox, #comments .invertbox.disclaimer { + background: #ffa033; +} +.maincolor-box.invertbox a, #comments .invertbox.disclaimer a { + color: #1a1a1a; +} + +.secondcolor-box { + border: 3px solid #672082; +} +.secondcolor-box a { + color: #672082; +} +.secondcolor-box.invertbox { + background: #872aab; + color: #fff; +} + +/* --- Buttons --- */ +a.standard-btn { + display: inline-block; + margin: 0 0 30px; + padding: 10px 18px; + overflow: hidden; + cursor: pointer; + background: #1a1a1a; + color: #fff; + font-size: 16px; + font-size: 1rem; + text-align: center; + font-weight: normal; + text-decoration: none !important; + transition: 0.2s background ease; +} +a.standard-btn:focus, a.standard-btn:hover { + background: #737373; +} + +.post .entry-content a.standard-btn, +.page .entry-content a.standard-btn, +.post .entry-content a.standard-btn:hover, +.page .entry-content a.standard-btn:hover { + color: #fff; + border: none; +} + +a.standard-btn.xsmall-btn { + padding: 5px 10px 3px; + font-size: 14px; + font-size: 0.875rem; +} +a.standard-btn.small-btn { + padding: 7px 12px 5px; + font-size: 18px; + font-size: 1.125rem; +} +a.standard-btn.large-btn { + padding: 14px 20px 13px; + font-size: 23px; + font-size: 1.4375rem; +} +a.standard-btn.xlarge-btn { + padding: 18px 30px 17px; + font-size: 25px; + font-size: 1.5625rem; +} +a.standard-btn.red-btn { + background: #d7464d; +} +a.standard-btn.red-btn:focus, a.standard-btn.red-btn:hover { + background: #ab252c; +} +a.standard-btn.green-btn { + background: #85c066; +} +a.standard-btn.green-btn:focus, a.standard-btn.green-btn:hover { + background: #5f9a3f; +} +a.standard-btn.blue-btn { + background: #0066ff; +} +a.standard-btn.blue-btn:focus, a.standard-btn.blue-btn:hover { + background: #0047b3; +} +a.standard-btn.yellow-btn { + background: #e7b547; +} +a.standard-btn.yellow-btn:focus, a.standard-btn.yellow-btn:hover { + background: #c7911a; +} +a.standard-btn.grey-btn { + background: #a9a9a9; +} +a.standard-btn.grey-btn:focus, a.standard-btn.grey-btn:hover { + background: #838383; +} +a.standard-btn.black-btn { + background: #000; +} +a.standard-btn.black-btn:focus, a.standard-btn.black-btn:hover { + background: #595959; +} +a.standard-btn.maincolor-btn { + background: #ff8800; +} +a.standard-btn.maincolor-btn:focus, a.standard-btn.maincolor-btn:hover { + background: #672082; +} +a.standard-btn.secondcolor-btn { + background: #672082; +} +a.standard-btn.secondcolor-btn:focus, a.standard-btn.secondcolor-btn:hover { + background: #ff8800; +} + +.footer-feature-btn { + display: inline-block; + margin: 20px 0 0 0; + padding: 18px 30px; + background: none; + border: 2px solid #ff8800; + background: #ff8800; + color: #fff; + text-transform: uppercase; + letter-spacing: 3px; + outline: none; + font-weight: 500; +} +.footer-feature-btn:focus, .footer-feature-btn:hover { + border-color: #672082; + background: #672082; +} + +/*-----------------------------------------------------------------------------------*/ +/* Comments +/*-----------------------------------------------------------------------------------*/ +#comments-toggle { + position: relative; + display: block; + width: 100%; + padding: 18px 20px 18px 60px; + border-width: 2px; + border-style: solid; + background: none; + font-weight: 600; + text-transform: uppercase; + letter-spacing: 3px; + text-align: left; + outline: none; +} +#comments-toggle:before { + display: block; + position: absolute; + top: 0; + left: 0; + width: 60px; + height: 58px; + text-align: center; + padding-top: 16px; + background: none; +} + +.toggledcomments .comments-content { + display: none; +} + +.comments-show .comments-content { + display: block; +} + +#primary .hentry .entry-comments { + display: block; + padding-bottom: 8px; +} + +.entry-comments a { + position: relative; + padding-left: 18px; +} +.entry-comments a:before { + display: block; + position: absolute; + top: 2px; + left: 0; +} + +#comments { + position: relative; + padding: 20px 0 0 0; +} +#comments ul li, +#comments ol li { + list-style-position: outside; +} +#comments ul.children { + margin: 0; + padding: 0; +} +#comments li.comment, #comments li.pingback { + overflow: hidden; + margin: 0 0 16px; + padding: 0; +} +#comments li.comment:last-of-type, #comments li.pingback:last-of-type { + margin: 0; +} +#comments li.comment ul.children { + margin: 16px 0 0; +} +#comments .children .comment:last-child { + margin: 0; +} +#comments h3.comments-title { + padding: 27px 0 0 0; + border-top: 1px solid #1a1a1a; + display: block; + font-weight: 600; + text-transform: uppercase; + letter-spacing: 3px; +} +#comments .comment-details { + position: relative; + margin: 0 90px 0 0; + padding: 0; +} +#comments .comment-avatar { + margin: 0; + padding: 0; + line-height: 0; + float: left; +} +#comments .comment-avatar img.avatar { + width: 40px; + height: 40px; + margin: 0; + border-radius: 50px; +} +#comments .comment-author { + font-size: 1rem; + line-height: 1.5rem; + font-weight: 600; +} +#comments .comment-author span { + display: none; +} +#comments .comment-text { + overflow: hidden; + padding: 10px 30px 10px 0; +} +#comments .comment-text p { + margin: 0; + padding: 0 0 15px; +} +#comments .comment-text p:last-child { + padding: 0; +} +#comments .comment-meta { + overflow: hidden; + list-style: none; +} +#comments .comment-meta li { + display: inline; +} +#comments .comment-reply { + position: relative; + padding: 0; +} +#comments .comment-reply a { + padding-left: 20px; +} +#comments .comment-reply a:before { + display: block; + position: absolute; + top: 4px; + left: 0; + text-align: left; +} +#comments p.comment-awaiting-moderation { + display: inline-block; +} +#comments ol li.pingback p { + margin: 0; +} +#comments .disclaimer { + margin-bottom: 10px; +} +#comments #respond { + margin: 0; + padding-top: 30px; + overflow: hidden; + text-align: left; +} +#comments li.comment #respond { + padding-top: 20px; +} +#comments ol.commentlist #respond { + margin: 0; + padding-left: 0; + padding-right: 0; +} +#comments #respond p.comment-notes { + margin: 0; + padding: 0; +} +#comments #respond p.logged-in-as { + padding: 3px 0 0 0; + margin-bottom: 0; +} + +ol.commentlist { + list-style: none; + margin: 0; + padding: 40px 0 0; +} +ol.commentlist li { + display: block; + margin: 0; + padding: 0; +} +ol.commentlist .comment-text li { + padding: 0 0 0 18px; +} + +/* --- Comment Content --- */ +.comment-wrap { + padding: 0 0 16px 60px; +} + +ol.commentlist li.comment:last-of-type .comment-wrap { + padding-bottom: 0; +} +ol.commentlist ul.children li.comment:last-of-type .comment-wrap { + padding-bottom: 16px; +} + +.comment-edit:before { + content: ","; + display: inline; +} + +.site-content .nopassword, .site-content p.nocomments { + position: relative; + margin: 15px 0 0; + padding: 0; + font-weight: 600; +} + +#respond a#cancel-comment-reply-link { + margin: 21px 0 0 0; + float: right; + font-weight: normal; + text-transform: none; + letter-spacing: 0; +} + +#commentform p.comment-form-author, #commentform p.comment-form-email, #commentform p.comment-form-url, #commentform p.comment-form-comment { + margin: 0; + padding: 20px 0 0; +} +#commentform p.comment-form-author, #commentform p.comment-form-email, #commentform p.comment-form-url, #commentform p.comment-form-comment { + float: none; + clear: both; + width: 100%; +} + +.contact-form div { + float: none; + clear: both; + width: 100%; +} + +#commentform input#author, #commentform input#email, #commentform input#url { + display: block; + width: 100%; + margin: 0; + line-height: normal; + -webkit-appearance: none; + outline-color: transparent; + outline-style: none; +} +#commentform textarea#comment { + width: 100%; + margin: 0; + line-height: normal; + -webkit-appearance: none; + outline-color: transparent; + outline-style: none; +} +#commentform input#submit { + margin: 20px 0; + width: 100%; + font-weight: 600; +} +#commentform p.form-submit { + margin: 0; + clear: both; +} + +#respond small { + font-size: 100%; +} + +.comment-notes { + display: none; +} + +.externcomments a.standard-btn { + width: 100%; +} + +@media screen and (min-width: 48em) { + .single-post .entry-comments a { + padding-left: 22px; + } + ol.commentlist { + padding: 40px 0 10px; + } + #comments li.comment ul.children { + margin-left: 60px; + } + #comments li.comment ul.children ul.children ul.children { + margin-left: 0; + } +} +/*-----------------------------------------------------------------------------------*/ +/* Featured Slider + Custom Header Image +/*-----------------------------------------------------------------------------------*/ +.featured-content { + padding-bottom: 35px; +} +.no-js .featured-content { + display: none; +} + +.header-image { + display: block; + line-height: 0; + margin-bottom: 35px; +} +.header-image img { + width: 100%; +} + +.slider-on.slider-boxed .featured-content { + padding-top: 20px; +} + +.headerimg-on.slider-on.slider-boxed .featured-content { + padding-top: 0 !important; +} +.headerimg-on.header-boxed .header-image { + margin-top: 20px; +} + +.slider-on.slider-boxed .featured-slider .entry-header, +.slider-on.slider-boxed .featured-slider .entry-meta, +.slider-on.slider-boxed .featured-slider .credits { + padding-left: 17px; + padding-right: 17px; +} + +.featured-slider { + visibility: hidden; + overflow: hidden; + position: relative; + padding-bottom: 35px; +} +.featured-slider article header { + margin-bottom: 0px; +} +.featured-slider .meta-main-wrap { + position: absolute; + left: 0; + right: 0; + bottom: 0; + padding-bottom: 17px; +} +.featured-slider .entry-author { + display: none; +} +.featured-slider .entry-edit { + margin-left: 20px; +} +.featured-slider button.slick-next { + position: absolute; + bottom: 0; + width: 50%; + height: 35px; + background: transparent; + outline: 0; + border-top: none; + border-left: none; + border-bottom: 1px solid #ddd; + text-indent: -99999px; +} +.featured-slider button.slick-prev { + position: absolute; + bottom: 0; + width: 50%; + height: 35px; + background: transparent; + outline: 0; + border-top: none; + border-left: none; + border-bottom: 1px solid #ddd; + text-indent: -99999px; + left: 0; + border-right: 1px solid #ddd; +} +.featured-slider button.slick-next { + right: 0; + border-right: none; +} +.featured-slider .entry-header, +.featured-slider .entry-meta, +.featured-slider .credits { + padding-left: 5.3125%; + /* 17px at 320px */ + padding-right: 5.3125%; + /* 17px at 320px */ +} +.featured-slider .entry-edit, +.featured-slider .entry-cats a:before { + display: none; +} +.featured-slider .entry-date { + padding-right: 20px; +} +.featured-slider .entry-date::before { + display: none; +} +.featured-slider .entry-thumbnail img { + position: relative; + width: 100%; +} +.featured-slider .credits { + font-size: 0.875rem; + line-height: 1.313rem; + color: #aaa; + text-shadow: 1px 2px 2px black; + position: absolute; + bottom: 0px; + text-align: right; + width: 100%; +} + +.slick-initialized { + visibility: visible !important; +} + +.slick-slide { + position: relative; +} + +.section-one-column-one .entry-author, +.section-one-column-one .entry-date:before { + display: none; +} + +.slider-on.slider-boxed .featured-slider button.slick-prev { + border-left: 1px solid #ddd; +} +.slider-on.slider-boxed .featured-slider button.slick-next { + border-right: 1px solid #ddd; +} + +.featured-slider button.slick-prev:after, .featured-slider button.slick-next:after { + position: absolute; + display: block; + text-indent: 0; + color: #1a1a1a; + bottom: 13px; +} +.featured-slider button.slick-prev:after { + left: 47%; + content: "\f053"; +} +.featured-slider button.slick-next:after { + right: 47%; + content: "\f054"; +} + +/* --- Fullscreen Slider and Header Image Option --- */ +.slider-on.slider-fullscreen .featured-content, +.headerimg-on.header-fullscreen .featured-content { + padding-top: 0; +} + +.home.blog.slider-on.slider-fullscreen #site-branding, .home.blog.headerimg-on.header-fullscreen #site-branding { + background: none; + border-bottom: none; +} + +.home.blog.slider-on.slider-fullscreen #site-branding { + position: absolute; +} + +.slider-on.slider-boxed .featured-content { + padding-left: 5.3125%; + /* 17px at 320px */ + padding-right: 5.3125%; + /* 17px at 320px */ +} + +.featured-slider .entry-thumbnail a { + width: 130%; +} + +.slider-on .front-section:first-of-type { + padding-top: 0; +} + +@media screen and (min-width: 37.5em) { + .featured-slider .entry-edit { + display: inline-block; + } + .featured-slider .format-video .entry-thumbnail a:before { + width: 60px; + height: 42px; + padding: 22px 0 0 24px; + } +} +@media screen and (min-width: 48em) { + .featured-slider { + padding-bottom: 0; + } + .featured-slider .entry-header h2.entry-title { + font-size: 2.25rem; + line-height: 3.375rem; + } + .featured-slider .entry-header h2.entry-title a { + text-shadow: 1px 2px 2px black; + } + .featured-slider .credits { + bottom: 10px; + text-align: left; + } + .featured-slider .meta-main-wrap { + padding-bottom: 35px; + } + .featured-slider button.slick-next, .featured-slider button.slick-prev { + position: absolute; + bottom: 0; + outline: 0; + border-top: none; + border-left: none; + border-bottom: none; + text-indent: -99999px; + z-index: 1; + background: rgba(26, 26, 26, 0.75); + width: 50px; + height: 50px; + } + .featured-slider button.slick-next:focus, .featured-slider button.slick-next:hover { + background: rgb(26, 26, 26); + } + .featured-slider button.slick-prev { + left: auto; + right: 50px; + border-right: none; + } + .featured-slider button.slick-prev:focus, .featured-slider button.slick-prev:hover { + background: rgb(26, 26, 26); + } + .featured-slider button.slick-next { + right: 0; + } + .featured-slider button.slick-prev:after, .featured-slider button.slick-next:after { + color: #fff; + position: absolute; + bottom: 0; + } + .featured-slider button.slick-prev:after { + left: 13px; + bottom: 13px; + } + .featured-slider button.slick-next:after { + right: 13px; + bottom: 13px; + } + .slider-on.slider-boxed .featured-slider button.slick-prev, .slider-on.slider-boxed .featured-slider button.slick-next { + border: none; + } + .slider-on.slider-boxed .featured-slider .entry-header, .slider-on.slider-boxed .featured-slider .entry-meta { + padding-left: 40px; + padding-right: 40px; + } + .slider-on .featured-slider .entry-thumbnail a { + max-height: 400px; + overflow: hidden; + } +} +@media screen and (min-width: 64em) { + .featured-slider .entry-thumbnail a { + width: 100%; + } + .slider-on .featured-slider .entry-thumbnail a { + max-height: 700px; + overflow: hidden; + } +} +@media screen and (min-width: 66.25em) { + .blog.slider-on #masthead { + margin-bottom: 0; + border-bottom: none; + } + .slider-on.slider-boxed #masthead { + border-bottom: 1px solid #ddd !important; + } + .featured-slider article header { + margin-bottom: 20px; + } + .featured-slider .entry-header, +.featured-slider .entry-meta, +.featured-slider .credits { + padding-left: 0; + padding-right: 0; + width: 57.6388888889%; + /* -- 830px at 1440px ---*/ + margin-left: 6.25%; + } + .featured-slider .entry-header h2.entry-title { + font-size: 3rem; + line-height: 4.5rem; + padding-top: 10px; + } + .featured-slider .format-video .entry-thumbnail a:before { + left: 6.25%; + top: 40px; + } + .featured-slider .entry-date:before { + content: " / "; + padding: 0 2px; + display: inline-block; + } + .no-author .featured-slider .entry-date:before { + display: none; + } + .featured-slider .entry-meta { + padding-top: 20px; + } + .featured-slider .entry-author { + display: inline-block; + } + .slider-on.slider-boxed .featured-content { + padding-left: 0; + padding-right: 0; + margin-left: 6.25%; + margin-right: 6.25%; + padding-top: 30px; + width: 87.5%; + } + .slider-on.slider-boxed .featured-slider .entry-header, .slider-on.slider-boxed .featured-slider .entry-meta { + margin-left: 0; + } +} +@media screen and (min-width: 85em) { + .featured-slider .entry-header h2.entry-title { + font-size: 3.625rem; + line-height: 5.438rem; + } + .slider-on .featured-slider .entry-thumbnail a { + max-height: 900px; + overflow: hidden; + } +} +@media screen and (min-width: 112.5em) { + .slider-on.slider-boxed .featured-content { + width: 70%; + margin-left: auto; + margin-right: auto; + } + .featured-slider .entry-header, +.featured-slider .entry-meta, +.featured-slider .credits { + width: 70%; + margin-left: auto; + margin-right: auto; + } +} +@media screen and (min-width: 137.5em) { + .slider-on.slider-boxed .featured-content { + width: 56%; + } + .featured-slider .entry-header, +.featured-slider .entry-meta, +.featured-slider .credits { + width: 56%; + } +} +/*-----------------------------------------------------------------------------------*/ +/* Accordion +/*-----------------------------------------------------------------------------------*/ +.accordion { + margin: 10px 0 20px 0; +} +.accordion .accordion-group { + border: none; + margin-bottom: 5px; +} +.accordion .accordion-group .accordion-heading { + overflow: hidden; +} +.accordion .accordion-group .accordion-heading .accordion-toggle { + border-left: 10px solid #ff8800; + background: #e7e7eb; + color: #1a1a1a; + border-radius: 4px; + text-decoration: none; + font-size: 1rem; + line-height: 1.5rem; + padding: 8px 35px 8px 10px; + position: relative; + width: 100%; + display: inline-block; +} +.accordion .accordion-group .accordion-heading .accordion-toggle:before { + position: absolute; + top: 10px; + right: 10px; +} +.accordion .accordion-group .accordion-heading .accordion-toggle:hover, .accordion .accordion-group .accordion-heading .accordion-toggle:focus { + background-color: #ffa033; + text-decoration: none; +} +.accordion .accordion-group .accordion-heading .accordion-toggle.active, .accordion .accordion-group .accordion-heading .accordion-toggle.active:hover, .accordion .accordion-group .accordion-heading .accordion-toggle.active:focus { + background-color: #ffa033; + color: #1a1a1a; +} +.accordion .accordion-group .accordion-heading .accordion-toggle.active:before, .accordion .accordion-group .accordion-heading .accordion-toggle.active:hover:before, .accordion .accordion-group .accordion-heading .accordion-toggle.active:focus:before { + top: 8px; +} +.accordion .accordion-group .accordion-body { + display: block; +} +.accordion .accordion-group .accordion-body .accordion-inner { + border: none; + background: #e7e7eb; + padding: 15px 20px; +} +.accordion .secondcolor .accordion-heading .accordion-toggle, +.accordion .second .accordion-heading .accordion-toggle { + border-color: #672082; +} +.accordion .secondcolor .accordion-heading .accordion-toggle:hover, .accordion .secondcolor .accordion-heading .accordion-toggle:focus, +.accordion .second .accordion-heading .accordion-toggle:hover, +.accordion .second .accordion-heading .accordion-toggle:focus { + color: #fff; + background-color: #872aab; +} +.accordion .secondcolor .accordion-heading .accordion-toggle.active, .accordion .secondcolor .accordion-heading .accordion-toggle.active:hover, .accordion .secondcolor .accordion-heading .accordion-toggle.active:focus, +.accordion .second .accordion-heading .accordion-toggle.active, +.accordion .second .accordion-heading .accordion-toggle.active:hover, +.accordion .second .accordion-heading .accordion-toggle.active:focus { + color: #fff; + background-color: #872aab; +} +.accordion h1, .accordion h2, .accordion h3, .accordion h4, .accordion h5, .accordion h6 { + color: #1a1a1a; +} +.accordion hr { + border: 1px solid #e7e7eb; + margin: 30px 20px; + height: inherit; +} +.accordion hr::after, .accordion hr::before { + bottom: inherit; + background: inherit; + left: inherit; + position: relative; + right: inherit; + top: inherit; +} +.accordion > .accordion .accordion-heading .accordion-toggle { + border-left: 0; +} + +/* Boxes like accordions for single glossar entries and other article-inserts/shortcodes */ +.accordionbox { + margin: 10px 0 20px 0; +} +.accordionbox header { + border-left: 10px solid #ff8800; + background: #ff8800; + color: #1a1a1a; + border-radius: 4px; + text-decoration: none; + font-size: 16px; + padding: 8px 35px 8px 10px; + position: relative; +} +.accordionbox header h2 { + color: #1a1a1a; + padding: 0px; +} +.accordionbox header.secondcolor, .accordionbox header.second { + border-color: #672082; +} +.accordionbox .body { + border: none; + background: #fff; + padding: 15px 20px; +} + +/*-----------------------------------------------------------------------------------*/ +/* Colorsets: Allows to reset default colors for regions, headlines and others +/*-----------------------------------------------------------------------------------*/ +/*-----------------------------------------------------------------------------------*/ +/* 1. Default Colors +/*-----------------------------------------------------------------------------------*/ +#masthead { + background: white; +} + +.search-open { + color: #1a1a1a; + background: transparent; + border-color: #fff; +} +.search-open :focus, +.search-open :hover { + background: #1a1a1a; + color: #fff; + border-color: #1a1a1a; +} + +.socialmedia-maincolor .search-open { + color: #ff8800; +} +.socialmedia-maincolor .search-open:focus, .socialmedia-maincolor .search-open:hover { + background: #672082; + color: #fff; + border-color: #672082; +} + +.socialmedia-secondcolor .search-open { + color: #672082; +} +.socialmedia-secondcolor .search-open:focus, .socialmedia-secondcolor .search-open:hover { + background: #ff8800; + color: #fff; + border-color: #ff8800; +} + +.blogroll .entry-cats a:nth-child(n+2):before, +.blog .entry-cats a:nth-child(n+2):before { + color: #1a1a1a; + background: #fff; +} + +.pagebreak-links a { + background: #672082; +} +.pagebreak-links a:hover { + background: #ff8800; +} + +#footer-search .search-field { + background: rgba(26, 26, 26, 0.25); + border-color: rgba(255, 255, 255, 0.2); + color: #fff; +} +#footer-search .search-field :focus, +#footer-search .search-field :hover { + background: #fff; + color: #1a1a1a; +} +#footer-search input#submit, +#footer-search input[type=submit] { + background: rgba(26, 26, 26, 0.4); + border-color: rgba(255, 255, 255, 0.2); +} +#footer-search input#submit :focus, +#footer-search input#submit :hover, +#footer-search input[type=submit] :focus, +#footer-search input[type=submit] :hover { + background: #ff8800; + color: #fff; +} +#footer-search input#submit:focus, +#footer-search input#submit:hover, +#footer-search input[type=submit]:focus, +#footer-search input[type=submit]:hover { + background: #ff8800; + color: #fff; +} + +@media screen and (min-width: 66.25em) { + /* --- Search Desktop --- */ + #masthead { + border-bottom-color: #ddd; + } + .desktop-search { + background: rgba(26, 26, 26, 0.75); + border-top-color: #ddd; + } + .desktop-search input.search-field { + background: none; + border-bottom-color: #fff; + color: #fff; + } + .desktop-search input[type=submit] { + background: #ff8800; + color: #fff; + border: 2px solid #ff8800; + } + .desktop-search input[type=submit]:focus, .desktop-search input[type=submit]:hover { + background: #ff8800; + } + .searchbar-maincolor .desktop-search { + background: rgba(255, 136, 0, 0.95); + } + .searchbar-maincolor .desktop-search input.search-field { + border-bottom-color: #672082; + color: #fff; + } + .searchbar-maincolor .desktop-search input.search-field:hover, .searchbar-maincolor .desktop-search input.search-field:focus { + background: #995200; + } + .searchbar-maincolor .desktop-search input[type=submit] { + background: #672082; + color: #fff; + border-color: #672082; + } + .searchbar-maincolor .desktop-search input[type=submit]:focus, .searchbar-maincolor .desktop-search input[type=submit]:hover { + background: #672082; + border-color: #ff8800; + } + .searchbar-secondcolor .desktop-search { + background: rgba(103, 32, 130, 0.95); + } + .searchbar-secondcolor .desktop-search input.search-field { + border-bottom-color: #ff8800; + color: #fff; + } + .searchbar-secondcolor .desktop-search input[type=submit] { + background: #ff8800; + color: #fff; + border-color: #ff8800; + } + .searchbar-secondcolor .desktop-search input[type=submit]:focus, .searchbar-secondcolor .desktop-search input[type=submit]:hover { + background: #ff8800; + border: 2px solid #672082; + } +} +#overlay-open, +#overlay-open-sticky { + color: #1a1a1a; +} + +#overlay-close { + color: #1a1a1a; +} + +.socialmedia-maincolor #overlay-open, +.socialmedia-maincolor #overlay-open-sticky, +.socialmedia-maincolor #overlay-close { + color: #ff8800; +} + +.socialmedia-secondcolor #overlay-open, +.socialmedia-secondcolor #overlay-open-sticky, +.socialmedia-secondcolor #overlay-close { + color: #672082; +} + +/* --- Links + Colors --- */ +.single-post .entry-header p.intro, +.entry-summary, +.front-section-title, +.social-front-title, +.widget_mc4wp_form_widget p, +.jetpack_subscription_widget #subscribe-text p, +.section-about-column-one p { + color: #1a1a1a; +} + +.footer-feature-btn:focus, +.footer-feature-btn:hover { + background: #0c6ca6; +} + +#primary #infinite-handle span:focus, +#front-section-three a.all-posts-link:focus, +#offcanvas-widgets-open:focus, +#primary #infinite-handle span:hover, +#front-section-three a.all-posts-link:hover, +#offcanvas-widgets-open:hover, +.offcanvas-widgets-show #offcanvas-widgets-open { + background: #0c6ca6; +} + +#primary #infinite-handle span:focus, +#front-section-three a.all-posts-link:focus, +.footer-feature-btn:focus, +#offcanvas-widgets-open:focus, +#primary #infinite-handle span:hover, +#front-section-three a.all-posts-link:hover, +.footer-feature-btn:hover, +#offcanvas-widgets-open:hover, +.offcanvas-widgets-show #offcanvas-widgets-open { + border-color: #0c6ca6; + color: #fff; +} + +#comments #respond a#cancel-comment-reply-link, +#comments .comment-reply a { + color: #666; +} +#comments #respond p.comment-notes a, #comments #respond p.logged-in-as a { + color: #666; +} +#comments .comment-meta { + color: #666; +} +#comments .comment-meta a { + color: #666; +} +#comments .disclaimer a { + color: #672082; +} +#comments .disclaimer a:hover { + color: #ff8800; +} + +#nav-comments a { + color: #666; +} + +#comments-toggle { + border-color: #1a1a1a; + background: none; +} + +.comments-show #comments-toggle, +#comments-toggle:focus, +#comments-toggle:hover { + border-color: #ff8800; + color: #fff; + background: #ff8800; +} + +p.wp-caption-text, +.contact-form label span, +.gallery .gallery-item .gallery-caption { + color: #666; +} + +.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-header h2.entry-title a, +.featured-slider .entry-header h2.entry-title a { + color: #fff; +} + +#front-section-four .entry-header h2.entry-title a { + color: #fff; +} + +.big-thumb .entry-header h1.entry-title, .big-thumb .entry-header p.intro { + color: #fff; +} + +#primary #infinite-handle span:hover button { + color: #fff; +} + +.blog.headerfont-light h1.site-title a, +.blog.headerfont-light #overlay-open, +.blog.headerfont-light #site-branding .site-title a, +.blog.headerfont-light #overlay-open, .blog.headerfont-light p.site-description { + color: #fff; +} + +pre { + background: #f4f4f4; + color: #444; +} + +abbr, acronym { + border-bottom-color: #1a1a1a; +} + +mark, ins { + color: #fff; + background: #872aab; +} + +#section-fullwidth h1, +.site-content h1, +.entry-content h1 { + color: #1a1a1a; +} +#section-fullwidth h2, +.site-content h2, +.entry-content h2 { + color: #1a1a1a; +} +#section-fullwidth h3, +.site-content h3, +.entry-content h3 { + color: #1a1a1a; +} +#section-fullwidth h4, +.site-content h4, +.entry-content h4 { + color: #1a1a1a; +} +#section-fullwidth h5, +.site-content h5, +.entry-content h5 { + color: #1a1a1a; +} +#section-fullwidth h6, +.site-content h6, +.entry-content h6 { + color: #1a1a1a; +} + +#sidebar-page h2, #sidebar-page h3 { + color: #1a1a1a; +} + +.single-post .entry-header h1.entry-title, .entry-header h1.entry-title, .attachment h1.entry-title, .page h1.entry-title, h1.entry-title, .archive-header h1.archive-title, .site-content h1, .entry-content h1 { + border-color: #ff8800; +} + +#secondary h2.widget-title, +#sidebar-page h2.widget-title { + color: #1a1a1a; +} + +#footer-social h2.socialmedia { + color: rgba(255, 255, 255, 0.5); +} + +.entry-header h2.entry-title { + color: #1a1a1a; +} +.entry-header h2.entry-title a { + color: #1a1a1a; +} + +.widget h2.widget-title { + border-top-color: #1a1a1a; + color: #1a1a1a; +} + +.featured-slider .entry-header h2.entry-title a { + color: #fff; +} + +h3 .all-posts-link { + color: #1a1a1a; +} +#footer-social h3.socialmedia { + color: rgba(255, 255, 255, 0.5); +} + +.footer-menu h3.footer-menu-title { + color: #ff8800; +} + +.color-second { + color: #672082; +} + +.color-main { + color: #ff8800; +} + +.color-third { + color: #698bc1; +} + +.color-four { + color: #148f93; +} + +/* +Links and colors +*/ +a { + color: #1a1a1a; +} +a:focus, a:hover { + color: #ff8800; +} +.entry-content a, .comment-text a { + color: #ff8800; +} +.entry-content a:focus, .entry-content a:hover, .comment-text a:focus, .comment-text a:hover { + color: #672082; +} + +.post-page-numbers a, +.author-bio a, +.front-section a.all-posts-link:focus, +#overlay-close:focus, +.widget-area .widget ul li a:focus, +#sidebar-offcanvas .widget a:focus, +.textwidget a:focus, +#overlay-nav a:focus, +.author-links a:focus, +.single-attachment .post-navigation a:focus, +.single-post .hentry .entry-meta a:focus, +.front-section a.all-posts-link:hover, +#overlay-close:hover, +.widget-area .widget ul li a:hover, +#sidebar-offcanvas .widget a:hover, +.textwidget a:hover, +#overlay-nav a:hover, +.author-links a:hover, +.single-attachment .post-navigation a:hover, +.single-post .hentry .entry-meta a:hover { + color: #ff8800; +} + +#secondary h2.widget-title, +#sidebar-page h2.widget-title { + color: #1a1a1a; +} + +#desktop-navigation ul li a:focus, +#desktop-navigation ul li a:hover { + color: #ff8800; +} + +.entry-header a:focus, +.entry-header a:hover, +.entry-header h2.entry-title a:focus, +.entry-header h2.entry-title a:hover { + color: #ff8800; +} + +.blog .entry-meta a:focus, +.blog .entry-meta a:hover { + color: #ff8800; +} + +#desktop-navigation ul li.menu-item-has-children a:focus::after, +#desktop-navigation ul li.menu-item-has-children a:hover::after { + border-top-color: #ff8800; +} + +.single-attachment .post-navigation a:focus, +.single-attachment .post-navigation a:hover { + border-bottom-color: #ff8800; +} + +#desktop-navigation .sub-menu li a:focus, +#desktop-navigation .children li a:focus, +#desktop-navigation .sub-menu li a:hover, +#desktop-navigation .children li a:hover { + background: #ff8800; +} + +.single-post .entry-header p.intro, +.entry-summary, +.front-section-title, +.social-front-title, +.widget_mc4wp_form_widget p, +.jetpack_subscription_widget #subscribe-text p, +.section-about-column-one p { + color: #1a1a1a; +} + +#primary #infinite-handle span:focus, +#front-section-three a.all-posts-link:focus, +#offcanvas-widgets-open:focus, +#primary #infinite-handle span:hover, +#front-section-three a.all-posts-link:hover, +#offcanvas-widgets-open:hover, +.offcanvas-widgets-show #offcanvas-widgets-open { + background: #ff8800; + border-color: #ff8800; + color: #fff; +} + +.desktop-search input.search-field:active, .desktop-search input.search-field:focus { + border-bottom-color: #ff8800; +} + +.single-post .entry-tags a, +p.wp-caption-text, +.contact-form label span, +.gallery .gallery-item .gallery-caption { + color: #666; +} + +table { + border-bottom-color: #e7e7eb; + background: #fff; +} +table.sorttable thead { + background: #e7e7eb; +} +table.sorttable thead tr th.headerSortUp, +table.sorttable thead tr th.headerSortDown { + background: #cbcbd4; +} +table thead th { + border-bottom-color: #e7e7eb; +} +table.long td, table.border td { + border-bottom-color: #e7e7eb; +} +table.long tr:nth-child(odd) td { + background: #f2f2f2; +} + +th a { + color: #1a1a1a; +} + +td { + color: #4d4d4d; +} + +.entry-content ul li:before { + color: #ff8800; +} +.entry-content ul li ul li:before { + color: #672082; +} + +.fontawesome-icon-list a i { + color: #1a1a1a; +} + +/*-----------------------------------------------------------------------------------*/ +/* Blockquotes and cites +/*-----------------------------------------------------------------------------------*/ +blockquote { + background: #fff; + border-left-color: #ff8800; + border-right-color: #ff8800; +} +blockquote a:focus, +blockquote a:hover { + color: #672082; +} +blockquote.maincolor { + border-left-color: #ff8800; + border-right-color: #ff8800; +} +blockquote.secondcolor { + border-left-color: #672082; + border-right-color: #672082; +} +blockquote.secondcolor a { + color: #672082; +} +blockquote.secondcolor a:focus, +blockquote.secondcolor a:hover { + color: #ff8800; +} +blockquote.boxborder { + border-top-color: #ff8800; + border-bottom-color: #ff8800; +} +blockquote.boxborder.secondcolor { + border-top-color: #672082; + border-bottom-color: #672082; +} +blockquote.quotesign::before { + color: #ff8800; +} +blockquote.quotesign.secondcolor::before { + color: #672082; +} + +/*-----------------------------------------------------------------------------------*/ +/* Display of meta elements, like tags, categories, timestampts and so on +/*-----------------------------------------------------------------------------------*/ +.post-navigation, +.pagebreak-links, +.entry-meta, +.entry-cats { + color: #1a1a1a; +} +.post-navigation a, +.pagebreak-links a, +.entry-meta a, +.entry-cats a { + color: #1a1a1a; +} + +.post-navigation a, +.pagebreak-links a, +.entry-cats a { + color: #fff; + background: #672082; +} +.post-navigation a:hover, +.pagebreak-links a:hover, +.entry-cats a:hover { + color: #fff; + background: #ff8800; +} + +.section-one-column-one .entry-cats a, +.section-three-column-one .entry-cats a, +.featured-slider .entry-cats a, +.pagebreak-links a, +.post-navigation a, +.single-post .entry-cats a { + color: #fff; +} + +#front-section-four .entry-cats a, +#front-section-four .pagebreak-links, +#front-section-four .post-navigation, +#front-section-four .entry-meta { + color: #fff; +} +#front-section-four .entry-cats a a, +#front-section-four .pagebreak-links a, +#front-section-four .post-navigation a, +#front-section-four .entry-meta a { + color: #fff; +} + +.search-results .entry-cats a:nth-child(n+2):before, +.archive .entry-cats a:nth-child(n+2):before { + color: #2b2b2b; + background-color: white; +} + +.single-post .entry-header .page-links .number { + color: #672082; +} +.single-post .entry-header .page-links a .number { + color: #ff8800; +} +.single-post .entry-tags a { + color: #672082; +} + +.blog .hentry .entry-cats a { + color: #672082; + background-color: white; +} +.blog .hentry .entry-cats a:focus, .blog .hentry .entry-cats a:hover { + color: #fff; + background: #ff8800; +} +.blog .featured-slider .entry-cats a, +.blog .featured-slider .entry-meta a { + color: #fff; + background: #672082; +} +.blog .featured-slider .entry-cats a:focus, .blog .featured-slider .entry-cats a:hover, +.blog .featured-slider .entry-meta a:focus, +.blog .featured-slider .entry-meta a:hover { + color: #fff; + background: #ff8800; +} + +.featured-slider .entry-cats a, +.section-one-column-one .entry-cats a, +.section-three-column-one .entry-cats a, +#front-section-four .entry-cats a, +.single-post .entry-cats a, +.post-navigation a, +.pagebreak-links a, +.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a { + background: #672082; + color: #fff; +} +.featured-slider .entry-cats a:focus, .featured-slider .entry-cats a:hover, +.section-one-column-one .entry-cats a:focus, +.section-one-column-one .entry-cats a:hover, +.section-three-column-one .entry-cats a:focus, +.section-three-column-one .entry-cats a:hover, +#front-section-four .entry-cats a:focus, +#front-section-four .entry-cats a:hover, +.single-post .entry-cats a:focus, +.single-post .entry-cats a:hover, +.post-navigation a:focus, +.post-navigation a:hover, +.pagebreak-links a:focus, +.pagebreak-links a:hover, +.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:focus, +.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover { + background: #ff8800; + color: #fff; +} + +.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-meta, +.featured-slider .entry-meta { + color: #fff; +} +.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-meta a, +.featured-slider .entry-meta a { + color: #fff; +} +.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .post-navigation a, +.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .pagebreak-links a, +.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a, +.featured-slider .post-navigation a, +.featured-slider .pagebreak-links a, +.featured-slider .entry-cats a { + color: #fff; +} + +/*-----------------------------------------------------------------------------------*/ +/* 2. Use Colorsets from customizer +/*-----------------------------------------------------------------------------------*/ +body.head-bgcol-main .sticky-header, +body.head-bgcol-main #masthead { + background-color: #ff8800; + border-bottom-color: rgba(255, 136, 0, 0.7); +} +body.head-bgcol-main #site-branding { + background-color: #ff8800; +} + +body.head-textcol-main .search-open, +body.head-textcol-main #overlay-open, +body.head-textcol-main #overlay-open-sticky { + color: #ff8800; +} +body.head-textcol-main #masthead #desktop-navigation ul.menu li a, +body.head-textcol-main #masthead p.site-title, +body.head-textcol-main #masthead p.site-title a, +body.head-textcol-main #masthead h1.site-title, +body.head-textcol-main #masthead h1.site-title a, +body.head-textcol-main #masthead p.site-description { + color: #ff8800; +} + +body.head-linkborder-main #desktop-navigation ul.menu li.current-menu-ancestor a, +body.head-linkborder-main #desktop-navigation ul.menu li.focus a, +body.head-linkborder-main #desktop-navigation ul.menu li:focus a, +body.head-linkborder-main #desktop-navigation ul.menu li:hover a { + border-bottom-color: #ff8800; +} +body.head-linkborder-main #desktop-navigation .sub-menu li a:focus, +body.head-linkborder-main #desktop-navigation .children li a:focus, +body.head-linkborder-main #desktop-navigation .sub-menu li a:hover, +body.head-linkborder-main #desktop-navigation .children li a:hover { + background-color: #ff8800; +} +body.head-linkborder-main button#overlay-open:hover, +body.head-linkborder-main button#search-open:hover { + color: #ff8800; +} + +body.main-bgcol-main { + background-color: #ff8800; +} +body.main-bgcol-main .site-content header, +body.main-bgcol-main .entry-content header, +body.main-bgcol-main blockquote, body.main-bgcol-main.blog .hentry .entry-cats, body.main-bgcol-main.blog .hentry .entry-cats a, body.main-bgcol-main.blog .featured-slider .entry-meta a, body.main-bgcol-main.single-post .entry-header .entry-cats a, +body.main-bgcol-main main { + background-color: #ff8800; +} +body.main-bgcol-main.blog .featured-content .hentry .entry-cats { + background-color: transparent; +} + +body.actionbutton-main .gallery .slick-prev:before, +body.actionbutton-main .gallery .slick-next:before, +body.actionbutton-main .gallery .slick-dots li.slick-active button:before, +body.actionbutton-main .gallery .slick-dots li.slick-active button:before, +body.actionbutton-main .gallery .slick-dots li button:hover:before, +body.actionbutton-main .gallery .slick-dots li button:focus:before, +body.actionbutton-main .desktop-search input.search-field { + border-bottom-color: #ff8800; +} +body.actionbutton-main .comments-show #comments-toggle, +body.actionbutton-main #comments-toggle:focus, +body.actionbutton-main #comments-toggle:hover, +body.actionbutton-main input[type=button], body.actionbutton-main input[type=submit], body.actionbutton-main input#submit, +body.actionbutton-main #commentform input#submit { + border-color: #ff8800; + background-color: #ff8800; +} + +body.head-bgcol-second .sticky-header, +body.head-bgcol-second #masthead { + background-color: #672082; + border-bottom-color: rgba(103, 32, 130, 0.7); +} +body.head-bgcol-second #site-branding { + background-color: #672082; +} + +body.head-textcol-second .search-open, +body.head-textcol-second #overlay-open, +body.head-textcol-second #overlay-open-sticky { + color: #672082; +} +body.head-textcol-second #masthead #desktop-navigation ul.menu li a, +body.head-textcol-second #masthead p.site-title, +body.head-textcol-second #masthead p.site-title a, +body.head-textcol-second #masthead h1.site-title, +body.head-textcol-second #masthead h1.site-title a, +body.head-textcol-second #masthead p.site-description { + color: #672082; +} + +body.head-linkborder-second #desktop-navigation ul.menu li.current-menu-ancestor a, +body.head-linkborder-second #desktop-navigation ul.menu li.focus a, +body.head-linkborder-second #desktop-navigation ul.menu li:focus a, +body.head-linkborder-second #desktop-navigation ul.menu li:hover a { + border-bottom-color: #672082; +} +body.head-linkborder-second #desktop-navigation .sub-menu li a:focus, +body.head-linkborder-second #desktop-navigation .children li a:focus, +body.head-linkborder-second #desktop-navigation .sub-menu li a:hover, +body.head-linkborder-second #desktop-navigation .children li a:hover { + background-color: #672082; +} +body.head-linkborder-second button#overlay-open:hover, +body.head-linkborder-second button#search-open:hover { + color: #672082; +} + +body.main-bgcol-second { + background-color: #672082; +} +body.main-bgcol-second .site-content header, +body.main-bgcol-second .entry-content header, +body.main-bgcol-second blockquote, body.main-bgcol-second.blog .hentry .entry-cats, body.main-bgcol-second.blog .hentry .entry-cats a, body.main-bgcol-second.blog .featured-slider .entry-meta a, body.main-bgcol-second.single-post .entry-header .entry-cats a, +body.main-bgcol-second main { + background-color: #672082; +} +body.main-bgcol-second.blog .featured-content .hentry .entry-cats { + background-color: transparent; +} + +body.actionbutton-second .gallery .slick-prev:before, +body.actionbutton-second .gallery .slick-next:before, +body.actionbutton-second .gallery .slick-dots li.slick-active button:before, +body.actionbutton-second .gallery .slick-dots li.slick-active button:before, +body.actionbutton-second .gallery .slick-dots li button:hover:before, +body.actionbutton-second .gallery .slick-dots li button:focus:before, +body.actionbutton-second .desktop-search input.search-field { + border-bottom-color: #672082; +} +body.actionbutton-second .comments-show #comments-toggle, +body.actionbutton-second #comments-toggle:focus, +body.actionbutton-second #comments-toggle:hover, +body.actionbutton-second input[type=button], body.actionbutton-second input[type=submit], body.actionbutton-second input#submit, +body.actionbutton-second #commentform input#submit { + border-color: #672082; + background-color: #672082; +} + +body.head-bgcol-third .sticky-header, +body.head-bgcol-third #masthead { + background-color: #698bc1; + border-bottom-color: rgba(105, 139, 193, 0.7); +} +body.head-bgcol-third #site-branding { + background-color: #698bc1; +} + +body.head-textcol-third .search-open, +body.head-textcol-third #overlay-open, +body.head-textcol-third #overlay-open-sticky { + color: #698bc1; +} +body.head-textcol-third #masthead #desktop-navigation ul.menu li a, +body.head-textcol-third #masthead p.site-title, +body.head-textcol-third #masthead p.site-title a, +body.head-textcol-third #masthead h1.site-title, +body.head-textcol-third #masthead h1.site-title a, +body.head-textcol-third #masthead p.site-description { + color: #698bc1; +} + +body.head-linkborder-third #desktop-navigation ul.menu li.current-menu-ancestor a, +body.head-linkborder-third #desktop-navigation ul.menu li.focus a, +body.head-linkborder-third #desktop-navigation ul.menu li:focus a, +body.head-linkborder-third #desktop-navigation ul.menu li:hover a { + border-bottom-color: #698bc1; +} +body.head-linkborder-third #desktop-navigation .sub-menu li a:focus, +body.head-linkborder-third #desktop-navigation .children li a:focus, +body.head-linkborder-third #desktop-navigation .sub-menu li a:hover, +body.head-linkborder-third #desktop-navigation .children li a:hover { + background-color: #698bc1; +} +body.head-linkborder-third button#overlay-open:hover, +body.head-linkborder-third button#search-open:hover { + color: #698bc1; +} + +body.main-bgcol-third { + background-color: #698bc1; +} +body.main-bgcol-third .site-content header, +body.main-bgcol-third .entry-content header, +body.main-bgcol-third blockquote, body.main-bgcol-third.blog .hentry .entry-cats, body.main-bgcol-third.blog .hentry .entry-cats a, body.main-bgcol-third.blog .featured-slider .entry-meta a, body.main-bgcol-third.single-post .entry-header .entry-cats a, +body.main-bgcol-third main { + background-color: #698bc1; +} +body.main-bgcol-third.blog .featured-content .hentry .entry-cats { + background-color: transparent; +} + +body.actionbutton-third .gallery .slick-prev:before, +body.actionbutton-third .gallery .slick-next:before, +body.actionbutton-third .gallery .slick-dots li.slick-active button:before, +body.actionbutton-third .gallery .slick-dots li.slick-active button:before, +body.actionbutton-third .gallery .slick-dots li button:hover:before, +body.actionbutton-third .gallery .slick-dots li button:focus:before, +body.actionbutton-third .desktop-search input.search-field { + border-bottom-color: #698bc1; +} +body.actionbutton-third .comments-show #comments-toggle, +body.actionbutton-third #comments-toggle:focus, +body.actionbutton-third #comments-toggle:hover, +body.actionbutton-third input[type=button], body.actionbutton-third input[type=submit], body.actionbutton-third input#submit, +body.actionbutton-third #commentform input#submit { + border-color: #698bc1; + background-color: #698bc1; +} + +body.head-bgcol-four .sticky-header, +body.head-bgcol-four #masthead { + background-color: #148f93; + border-bottom-color: rgba(20, 143, 147, 0.7); +} +body.head-bgcol-four #site-branding { + background-color: #148f93; +} + +body.head-textcol-four .search-open, +body.head-textcol-four #overlay-open, +body.head-textcol-four #overlay-open-sticky { + color: #148f93; +} +body.head-textcol-four #masthead #desktop-navigation ul.menu li a, +body.head-textcol-four #masthead p.site-title, +body.head-textcol-four #masthead p.site-title a, +body.head-textcol-four #masthead h1.site-title, +body.head-textcol-four #masthead h1.site-title a, +body.head-textcol-four #masthead p.site-description { + color: #148f93; +} + +body.head-linkborder-four #desktop-navigation ul.menu li.current-menu-ancestor a, +body.head-linkborder-four #desktop-navigation ul.menu li.focus a, +body.head-linkborder-four #desktop-navigation ul.menu li:focus a, +body.head-linkborder-four #desktop-navigation ul.menu li:hover a { + border-bottom-color: #148f93; +} +body.head-linkborder-four #desktop-navigation .sub-menu li a:focus, +body.head-linkborder-four #desktop-navigation .children li a:focus, +body.head-linkborder-four #desktop-navigation .sub-menu li a:hover, +body.head-linkborder-four #desktop-navigation .children li a:hover { + background-color: #148f93; +} +body.head-linkborder-four button#overlay-open:hover, +body.head-linkborder-four button#search-open:hover { + color: #148f93; +} + +body.main-bgcol-four { + background-color: #148f93; +} +body.main-bgcol-four .site-content header, +body.main-bgcol-four .entry-content header, +body.main-bgcol-four blockquote, body.main-bgcol-four.blog .hentry .entry-cats, body.main-bgcol-four.blog .hentry .entry-cats a, body.main-bgcol-four.blog .featured-slider .entry-meta a, body.main-bgcol-four.single-post .entry-header .entry-cats a, +body.main-bgcol-four main { + background-color: #148f93; +} +body.main-bgcol-four.blog .featured-content .hentry .entry-cats { + background-color: transparent; +} + +body.actionbutton-four .gallery .slick-prev:before, +body.actionbutton-four .gallery .slick-next:before, +body.actionbutton-four .gallery .slick-dots li.slick-active button:before, +body.actionbutton-four .gallery .slick-dots li.slick-active button:before, +body.actionbutton-four .gallery .slick-dots li button:hover:before, +body.actionbutton-four .gallery .slick-dots li button:focus:before, +body.actionbutton-four .desktop-search input.search-field { + border-bottom-color: #148f93; +} +body.actionbutton-four .comments-show #comments-toggle, +body.actionbutton-four #comments-toggle:focus, +body.actionbutton-four #comments-toggle:hover, +body.actionbutton-four input[type=button], body.actionbutton-four input[type=submit], body.actionbutton-four input#submit, +body.actionbutton-four #commentform input#submit { + border-color: #148f93; + background-color: #148f93; +} + +body.head-bgcol-uspirates .sticky-header, +body.head-bgcol-uspirates #masthead { + background-color: #B127AF; + border-bottom-color: rgba(177, 39, 175, 0.7); +} +body.head-bgcol-uspirates #site-branding { + background-color: #B127AF; +} + +body.head-textcol-uspirates .search-open, +body.head-textcol-uspirates #overlay-open, +body.head-textcol-uspirates #overlay-open-sticky { + color: #B127AF; +} +body.head-textcol-uspirates #masthead #desktop-navigation ul.menu li a, +body.head-textcol-uspirates #masthead p.site-title, +body.head-textcol-uspirates #masthead p.site-title a, +body.head-textcol-uspirates #masthead h1.site-title, +body.head-textcol-uspirates #masthead h1.site-title a, +body.head-textcol-uspirates #masthead p.site-description { + color: #B127AF; +} + +body.head-linkborder-uspirates #desktop-navigation ul.menu li.current-menu-ancestor a, +body.head-linkborder-uspirates #desktop-navigation ul.menu li.focus a, +body.head-linkborder-uspirates #desktop-navigation ul.menu li:focus a, +body.head-linkborder-uspirates #desktop-navigation ul.menu li:hover a { + border-bottom-color: #B127AF; +} +body.head-linkborder-uspirates #desktop-navigation .sub-menu li a:focus, +body.head-linkborder-uspirates #desktop-navigation .children li a:focus, +body.head-linkborder-uspirates #desktop-navigation .sub-menu li a:hover, +body.head-linkborder-uspirates #desktop-navigation .children li a:hover { + background-color: #B127AF; +} +body.head-linkborder-uspirates button#overlay-open:hover, +body.head-linkborder-uspirates button#search-open:hover { + color: #B127AF; +} + +body.main-bgcol-uspirates { + background-color: #B127AF; +} +body.main-bgcol-uspirates .site-content header, +body.main-bgcol-uspirates .entry-content header, +body.main-bgcol-uspirates blockquote, body.main-bgcol-uspirates.blog .hentry .entry-cats, body.main-bgcol-uspirates.blog .hentry .entry-cats a, body.main-bgcol-uspirates.blog .featured-slider .entry-meta a, body.main-bgcol-uspirates.single-post .entry-header .entry-cats a, +body.main-bgcol-uspirates main { + background-color: #B127AF; +} +body.main-bgcol-uspirates.blog .featured-content .hentry .entry-cats { + background-color: transparent; +} + +body.actionbutton-uspirates .gallery .slick-prev:before, +body.actionbutton-uspirates .gallery .slick-next:before, +body.actionbutton-uspirates .gallery .slick-dots li.slick-active button:before, +body.actionbutton-uspirates .gallery .slick-dots li.slick-active button:before, +body.actionbutton-uspirates .gallery .slick-dots li button:hover:before, +body.actionbutton-uspirates .gallery .slick-dots li button:focus:before, +body.actionbutton-uspirates .desktop-search input.search-field { + border-bottom-color: #B127AF; +} +body.actionbutton-uspirates .comments-show #comments-toggle, +body.actionbutton-uspirates #comments-toggle:focus, +body.actionbutton-uspirates #comments-toggle:hover, +body.actionbutton-uspirates input[type=button], body.actionbutton-uspirates input[type=submit], body.actionbutton-uspirates input#submit, +body.actionbutton-uspirates #commentform input#submit { + border-color: #B127AF; + background-color: #B127AF; +} + +body.head-bgcol-tkpirates .sticky-header, +body.head-bgcol-tkpirates #masthead { + background-color: #00B5B1; + border-bottom-color: rgba(0, 181, 177, 0.7); +} +body.head-bgcol-tkpirates #site-branding { + background-color: #00B5B1; +} + +body.head-textcol-tkpirates .search-open, +body.head-textcol-tkpirates #overlay-open, +body.head-textcol-tkpirates #overlay-open-sticky { + color: #00B5B1; +} +body.head-textcol-tkpirates #masthead #desktop-navigation ul.menu li a, +body.head-textcol-tkpirates #masthead p.site-title, +body.head-textcol-tkpirates #masthead p.site-title a, +body.head-textcol-tkpirates #masthead h1.site-title, +body.head-textcol-tkpirates #masthead h1.site-title a, +body.head-textcol-tkpirates #masthead p.site-description { + color: #00B5B1; +} + +body.head-linkborder-tkpirates #desktop-navigation ul.menu li.current-menu-ancestor a, +body.head-linkborder-tkpirates #desktop-navigation ul.menu li.focus a, +body.head-linkborder-tkpirates #desktop-navigation ul.menu li:focus a, +body.head-linkborder-tkpirates #desktop-navigation ul.menu li:hover a { + border-bottom-color: #00B5B1; +} +body.head-linkborder-tkpirates #desktop-navigation .sub-menu li a:focus, +body.head-linkborder-tkpirates #desktop-navigation .children li a:focus, +body.head-linkborder-tkpirates #desktop-navigation .sub-menu li a:hover, +body.head-linkborder-tkpirates #desktop-navigation .children li a:hover { + background-color: #00B5B1; +} +body.head-linkborder-tkpirates button#overlay-open:hover, +body.head-linkborder-tkpirates button#search-open:hover { + color: #00B5B1; +} + +body.main-bgcol-tkpirates { + background-color: #00B5B1; +} +body.main-bgcol-tkpirates .site-content header, +body.main-bgcol-tkpirates .entry-content header, +body.main-bgcol-tkpirates blockquote, body.main-bgcol-tkpirates.blog .hentry .entry-cats, body.main-bgcol-tkpirates.blog .hentry .entry-cats a, body.main-bgcol-tkpirates.blog .featured-slider .entry-meta a, body.main-bgcol-tkpirates.single-post .entry-header .entry-cats a, +body.main-bgcol-tkpirates main { + background-color: #00B5B1; +} +body.main-bgcol-tkpirates.blog .featured-content .hentry .entry-cats { + background-color: transparent; +} + +body.actionbutton-tkpirates .gallery .slick-prev:before, +body.actionbutton-tkpirates .gallery .slick-next:before, +body.actionbutton-tkpirates .gallery .slick-dots li.slick-active button:before, +body.actionbutton-tkpirates .gallery .slick-dots li.slick-active button:before, +body.actionbutton-tkpirates .gallery .slick-dots li button:hover:before, +body.actionbutton-tkpirates .gallery .slick-dots li button:focus:before, +body.actionbutton-tkpirates .desktop-search input.search-field { + border-bottom-color: #00B5B1; +} +body.actionbutton-tkpirates .comments-show #comments-toggle, +body.actionbutton-tkpirates #comments-toggle:focus, +body.actionbutton-tkpirates #comments-toggle:hover, +body.actionbutton-tkpirates input[type=button], body.actionbutton-tkpirates input[type=submit], body.actionbutton-tkpirates input#submit, +body.actionbutton-tkpirates #commentform input#submit { + border-color: #00B5B1; + background-color: #00B5B1; +} + +body.head-bgcol-chpirates .sticky-header, +body.head-bgcol-chpirates #masthead { + background-color: #F9B200; + border-bottom-color: rgba(249, 178, 0, 0.7); +} +body.head-bgcol-chpirates #site-branding { + background-color: #F9B200; +} + +body.head-textcol-chpirates .search-open, +body.head-textcol-chpirates #overlay-open, +body.head-textcol-chpirates #overlay-open-sticky { + color: #F9B200; +} +body.head-textcol-chpirates #masthead #desktop-navigation ul.menu li a, +body.head-textcol-chpirates #masthead p.site-title, +body.head-textcol-chpirates #masthead p.site-title a, +body.head-textcol-chpirates #masthead h1.site-title, +body.head-textcol-chpirates #masthead h1.site-title a, +body.head-textcol-chpirates #masthead p.site-description { + color: #F9B200; +} + +body.head-linkborder-chpirates #desktop-navigation ul.menu li.current-menu-ancestor a, +body.head-linkborder-chpirates #desktop-navigation ul.menu li.focus a, +body.head-linkborder-chpirates #desktop-navigation ul.menu li:focus a, +body.head-linkborder-chpirates #desktop-navigation ul.menu li:hover a { + border-bottom-color: #F9B200; +} +body.head-linkborder-chpirates #desktop-navigation .sub-menu li a:focus, +body.head-linkborder-chpirates #desktop-navigation .children li a:focus, +body.head-linkborder-chpirates #desktop-navigation .sub-menu li a:hover, +body.head-linkborder-chpirates #desktop-navigation .children li a:hover { + background-color: #F9B200; +} +body.head-linkborder-chpirates button#overlay-open:hover, +body.head-linkborder-chpirates button#search-open:hover { + color: #F9B200; +} + +body.main-bgcol-chpirates { + background-color: #F9B200; +} +body.main-bgcol-chpirates .site-content header, +body.main-bgcol-chpirates .entry-content header, +body.main-bgcol-chpirates blockquote, body.main-bgcol-chpirates.blog .hentry .entry-cats, body.main-bgcol-chpirates.blog .hentry .entry-cats a, body.main-bgcol-chpirates.blog .featured-slider .entry-meta a, body.main-bgcol-chpirates.single-post .entry-header .entry-cats a, +body.main-bgcol-chpirates main { + background-color: #F9B200; +} +body.main-bgcol-chpirates.blog .featured-content .hentry .entry-cats { + background-color: transparent; +} + +body.actionbutton-chpirates .gallery .slick-prev:before, +body.actionbutton-chpirates .gallery .slick-next:before, +body.actionbutton-chpirates .gallery .slick-dots li.slick-active button:before, +body.actionbutton-chpirates .gallery .slick-dots li.slick-active button:before, +body.actionbutton-chpirates .gallery .slick-dots li button:hover:before, +body.actionbutton-chpirates .gallery .slick-dots li button:focus:before, +body.actionbutton-chpirates .desktop-search input.search-field { + border-bottom-color: #F9B200; +} +body.actionbutton-chpirates .comments-show #comments-toggle, +body.actionbutton-chpirates #comments-toggle:focus, +body.actionbutton-chpirates #comments-toggle:hover, +body.actionbutton-chpirates input[type=button], body.actionbutton-chpirates input[type=submit], body.actionbutton-chpirates input#submit, +body.actionbutton-chpirates #commentform input#submit { + border-color: #F9B200; + background-color: #F9B200; +} + +body.head-bgcol-ispirates .sticky-header, +body.head-bgcol-ispirates #masthead { + background-color: #51297e; + border-bottom-color: rgba(81, 41, 126, 0.7); +} +body.head-bgcol-ispirates #site-branding { + background-color: #51297e; +} + +body.head-textcol-ispirates .search-open, +body.head-textcol-ispirates #overlay-open, +body.head-textcol-ispirates #overlay-open-sticky { + color: #51297e; +} +body.head-textcol-ispirates #masthead #desktop-navigation ul.menu li a, +body.head-textcol-ispirates #masthead p.site-title, +body.head-textcol-ispirates #masthead p.site-title a, +body.head-textcol-ispirates #masthead h1.site-title, +body.head-textcol-ispirates #masthead h1.site-title a, +body.head-textcol-ispirates #masthead p.site-description { + color: #51297e; +} + +body.head-linkborder-ispirates #desktop-navigation ul.menu li.current-menu-ancestor a, +body.head-linkborder-ispirates #desktop-navigation ul.menu li.focus a, +body.head-linkborder-ispirates #desktop-navigation ul.menu li:focus a, +body.head-linkborder-ispirates #desktop-navigation ul.menu li:hover a { + border-bottom-color: #51297e; +} +body.head-linkborder-ispirates #desktop-navigation .sub-menu li a:focus, +body.head-linkborder-ispirates #desktop-navigation .children li a:focus, +body.head-linkborder-ispirates #desktop-navigation .sub-menu li a:hover, +body.head-linkborder-ispirates #desktop-navigation .children li a:hover { + background-color: #51297e; +} +body.head-linkborder-ispirates button#overlay-open:hover, +body.head-linkborder-ispirates button#search-open:hover { + color: #51297e; +} + +body.main-bgcol-ispirates { + background-color: #51297e; +} +body.main-bgcol-ispirates .site-content header, +body.main-bgcol-ispirates .entry-content header, +body.main-bgcol-ispirates blockquote, body.main-bgcol-ispirates.blog .hentry .entry-cats, body.main-bgcol-ispirates.blog .hentry .entry-cats a, body.main-bgcol-ispirates.blog .featured-slider .entry-meta a, body.main-bgcol-ispirates.single-post .entry-header .entry-cats a, +body.main-bgcol-ispirates main { + background-color: #51297e; +} +body.main-bgcol-ispirates.blog .featured-content .hentry .entry-cats { + background-color: transparent; +} + +body.actionbutton-ispirates .gallery .slick-prev:before, +body.actionbutton-ispirates .gallery .slick-next:before, +body.actionbutton-ispirates .gallery .slick-dots li.slick-active button:before, +body.actionbutton-ispirates .gallery .slick-dots li.slick-active button:before, +body.actionbutton-ispirates .gallery .slick-dots li button:hover:before, +body.actionbutton-ispirates .gallery .slick-dots li button:focus:before, +body.actionbutton-ispirates .desktop-search input.search-field { + border-bottom-color: #51297e; +} +body.actionbutton-ispirates .comments-show #comments-toggle, +body.actionbutton-ispirates #comments-toggle:focus, +body.actionbutton-ispirates #comments-toggle:hover, +body.actionbutton-ispirates input[type=button], body.actionbutton-ispirates input[type=submit], body.actionbutton-ispirates input#submit, +body.actionbutton-ispirates #commentform input#submit { + border-color: #51297e; + background-color: #51297e; +} + +body.head-bgcol-black .sticky-header, +body.head-bgcol-black #masthead { + background-color: #000; + border-bottom-color: rgba(0, 0, 0, 0.7); +} +body.head-bgcol-black #site-branding { + background-color: #000; +} + +body.head-textcol-black .search-open, +body.head-textcol-black #overlay-open, +body.head-textcol-black #overlay-open-sticky { + color: #000; +} +body.head-textcol-black #masthead #desktop-navigation ul.menu li a, +body.head-textcol-black #masthead p.site-title, +body.head-textcol-black #masthead p.site-title a, +body.head-textcol-black #masthead h1.site-title, +body.head-textcol-black #masthead h1.site-title a, +body.head-textcol-black #masthead p.site-description { + color: #000; +} + +body.head-linkborder-black #desktop-navigation ul.menu li.current-menu-ancestor a, +body.head-linkborder-black #desktop-navigation ul.menu li.focus a, +body.head-linkborder-black #desktop-navigation ul.menu li:focus a, +body.head-linkborder-black #desktop-navigation ul.menu li:hover a { + border-bottom-color: #000; +} +body.head-linkborder-black #desktop-navigation .sub-menu li a:focus, +body.head-linkborder-black #desktop-navigation .children li a:focus, +body.head-linkborder-black #desktop-navigation .sub-menu li a:hover, +body.head-linkborder-black #desktop-navigation .children li a:hover { + background-color: #000; +} +body.head-linkborder-black button#overlay-open:hover, +body.head-linkborder-black button#search-open:hover { + color: #000; +} + +body.main-bgcol-black { + background-color: #000; +} +body.main-bgcol-black .site-content header, +body.main-bgcol-black .entry-content header, +body.main-bgcol-black blockquote, body.main-bgcol-black.blog .hentry .entry-cats, body.main-bgcol-black.blog .hentry .entry-cats a, body.main-bgcol-black.blog .featured-slider .entry-meta a, body.main-bgcol-black.single-post .entry-header .entry-cats a, +body.main-bgcol-black main { + background-color: #000; +} +body.main-bgcol-black.blog .featured-content .hentry .entry-cats { + background-color: transparent; +} + +body.actionbutton-black .gallery .slick-prev:before, +body.actionbutton-black .gallery .slick-next:before, +body.actionbutton-black .gallery .slick-dots li.slick-active button:before, +body.actionbutton-black .gallery .slick-dots li.slick-active button:before, +body.actionbutton-black .gallery .slick-dots li button:hover:before, +body.actionbutton-black .gallery .slick-dots li button:focus:before, +body.actionbutton-black .desktop-search input.search-field { + border-bottom-color: #000; +} +body.actionbutton-black .comments-show #comments-toggle, +body.actionbutton-black #comments-toggle:focus, +body.actionbutton-black #comments-toggle:hover, +body.actionbutton-black input[type=button], body.actionbutton-black input[type=submit], body.actionbutton-black input#submit, +body.actionbutton-black #commentform input#submit { + border-color: #000; + background-color: #000; +} + +body.head-bgcol-white .sticky-header, +body.head-bgcol-white #masthead { + background-color: #fff; + border-bottom-color: rgba(255, 255, 255, 0.7); +} +body.head-bgcol-white #site-branding { + background-color: #fff; +} + +body.head-textcol-white .search-open, +body.head-textcol-white #overlay-open, +body.head-textcol-white #overlay-open-sticky { + color: #fff; +} +body.head-textcol-white #masthead #desktop-navigation ul.menu li a, +body.head-textcol-white #masthead p.site-title, +body.head-textcol-white #masthead p.site-title a, +body.head-textcol-white #masthead h1.site-title, +body.head-textcol-white #masthead h1.site-title a, +body.head-textcol-white #masthead p.site-description { + color: #fff; +} + +body.head-linkborder-white #desktop-navigation ul.menu li.current-menu-ancestor a, +body.head-linkborder-white #desktop-navigation ul.menu li.focus a, +body.head-linkborder-white #desktop-navigation ul.menu li:focus a, +body.head-linkborder-white #desktop-navigation ul.menu li:hover a { + border-bottom-color: #fff; +} +body.head-linkborder-white #desktop-navigation .sub-menu li a:focus, +body.head-linkborder-white #desktop-navigation .children li a:focus, +body.head-linkborder-white #desktop-navigation .sub-menu li a:hover, +body.head-linkborder-white #desktop-navigation .children li a:hover { + background-color: #fff; +} +body.head-linkborder-white button#overlay-open:hover, +body.head-linkborder-white button#search-open:hover { + color: #fff; +} + +body.main-bgcol-white { + background-color: #fff; +} +body.main-bgcol-white .site-content header, +body.main-bgcol-white .entry-content header, +body.main-bgcol-white blockquote, body.main-bgcol-white.blog .hentry .entry-cats, body.main-bgcol-white.blog .hentry .entry-cats a, body.main-bgcol-white.blog .featured-slider .entry-meta a, body.main-bgcol-white.single-post .entry-header .entry-cats a, +body.main-bgcol-white main { + background-color: #fff; +} +body.main-bgcol-white.blog .featured-content .hentry .entry-cats { + background-color: transparent; +} + +body.actionbutton-white .gallery .slick-prev:before, +body.actionbutton-white .gallery .slick-next:before, +body.actionbutton-white .gallery .slick-dots li.slick-active button:before, +body.actionbutton-white .gallery .slick-dots li.slick-active button:before, +body.actionbutton-white .gallery .slick-dots li button:hover:before, +body.actionbutton-white .gallery .slick-dots li button:focus:before, +body.actionbutton-white .desktop-search input.search-field { + border-bottom-color: #fff; +} +body.actionbutton-white .comments-show #comments-toggle, +body.actionbutton-white #comments-toggle:focus, +body.actionbutton-white #comments-toggle:hover, +body.actionbutton-white input[type=button], body.actionbutton-white input[type=submit], body.actionbutton-white input#submit, +body.actionbutton-white #commentform input#submit { + border-color: #fff; + background-color: #fff; +} + +body.head-bgcol-grey .sticky-header, +body.head-bgcol-grey #masthead { + background-color: #e7e7eb; + border-bottom-color: rgba(231, 231, 235, 0.7); +} +body.head-bgcol-grey #site-branding { + background-color: #e7e7eb; +} + +body.head-textcol-grey .search-open, +body.head-textcol-grey #overlay-open, +body.head-textcol-grey #overlay-open-sticky { + color: #e7e7eb; +} +body.head-textcol-grey #masthead #desktop-navigation ul.menu li a, +body.head-textcol-grey #masthead p.site-title, +body.head-textcol-grey #masthead p.site-title a, +body.head-textcol-grey #masthead h1.site-title, +body.head-textcol-grey #masthead h1.site-title a, +body.head-textcol-grey #masthead p.site-description { + color: #e7e7eb; +} + +body.head-linkborder-grey #desktop-navigation ul.menu li.current-menu-ancestor a, +body.head-linkborder-grey #desktop-navigation ul.menu li.focus a, +body.head-linkborder-grey #desktop-navigation ul.menu li:focus a, +body.head-linkborder-grey #desktop-navigation ul.menu li:hover a { + border-bottom-color: #e7e7eb; +} +body.head-linkborder-grey #desktop-navigation .sub-menu li a:focus, +body.head-linkborder-grey #desktop-navigation .children li a:focus, +body.head-linkborder-grey #desktop-navigation .sub-menu li a:hover, +body.head-linkborder-grey #desktop-navigation .children li a:hover { + background-color: #e7e7eb; +} +body.head-linkborder-grey button#overlay-open:hover, +body.head-linkborder-grey button#search-open:hover { + color: #e7e7eb; +} + +body.main-bgcol-grey { + background-color: #e7e7eb; +} +body.main-bgcol-grey .site-content header, +body.main-bgcol-grey .entry-content header, +body.main-bgcol-grey blockquote, body.main-bgcol-grey.blog .hentry .entry-cats, body.main-bgcol-grey.blog .hentry .entry-cats a, body.main-bgcol-grey.blog .featured-slider .entry-meta a, body.main-bgcol-grey.single-post .entry-header .entry-cats a, +body.main-bgcol-grey main { + background-color: #e7e7eb; +} +body.main-bgcol-grey.blog .featured-content .hentry .entry-cats { + background-color: transparent; +} + +body.actionbutton-grey .gallery .slick-prev:before, +body.actionbutton-grey .gallery .slick-next:before, +body.actionbutton-grey .gallery .slick-dots li.slick-active button:before, +body.actionbutton-grey .gallery .slick-dots li.slick-active button:before, +body.actionbutton-grey .gallery .slick-dots li button:hover:before, +body.actionbutton-grey .gallery .slick-dots li button:focus:before, +body.actionbutton-grey .desktop-search input.search-field { + border-bottom-color: #e7e7eb; +} +body.actionbutton-grey .comments-show #comments-toggle, +body.actionbutton-grey #comments-toggle:focus, +body.actionbutton-grey #comments-toggle:hover, +body.actionbutton-grey input[type=button], body.actionbutton-grey input[type=submit], body.actionbutton-grey input#submit, +body.actionbutton-grey #commentform input#submit { + border-color: #e7e7eb; + background-color: #e7e7eb; +} + +body.head-bgcol-darkgrey .sticky-header, +body.head-bgcol-darkgrey #masthead { + background-color: #1a1a1a; + border-bottom-color: rgba(26, 26, 26, 0.7); +} +body.head-bgcol-darkgrey #site-branding { + background-color: #1a1a1a; +} + +body.head-textcol-darkgrey .search-open, +body.head-textcol-darkgrey #overlay-open, +body.head-textcol-darkgrey #overlay-open-sticky { + color: #1a1a1a; +} +body.head-textcol-darkgrey #masthead #desktop-navigation ul.menu li a, +body.head-textcol-darkgrey #masthead p.site-title, +body.head-textcol-darkgrey #masthead p.site-title a, +body.head-textcol-darkgrey #masthead h1.site-title, +body.head-textcol-darkgrey #masthead h1.site-title a, +body.head-textcol-darkgrey #masthead p.site-description { + color: #1a1a1a; +} + +body.head-linkborder-darkgrey #desktop-navigation ul.menu li.current-menu-ancestor a, +body.head-linkborder-darkgrey #desktop-navigation ul.menu li.focus a, +body.head-linkborder-darkgrey #desktop-navigation ul.menu li:focus a, +body.head-linkborder-darkgrey #desktop-navigation ul.menu li:hover a { + border-bottom-color: #1a1a1a; +} +body.head-linkborder-darkgrey #desktop-navigation .sub-menu li a:focus, +body.head-linkborder-darkgrey #desktop-navigation .children li a:focus, +body.head-linkborder-darkgrey #desktop-navigation .sub-menu li a:hover, +body.head-linkborder-darkgrey #desktop-navigation .children li a:hover { + background-color: #1a1a1a; +} +body.head-linkborder-darkgrey button#overlay-open:hover, +body.head-linkborder-darkgrey button#search-open:hover { + color: #1a1a1a; +} + +body.main-bgcol-darkgrey { + background-color: #1a1a1a; +} +body.main-bgcol-darkgrey .site-content header, +body.main-bgcol-darkgrey .entry-content header, +body.main-bgcol-darkgrey blockquote, body.main-bgcol-darkgrey.blog .hentry .entry-cats, body.main-bgcol-darkgrey.blog .hentry .entry-cats a, body.main-bgcol-darkgrey.blog .featured-slider .entry-meta a, body.main-bgcol-darkgrey.single-post .entry-header .entry-cats a, +body.main-bgcol-darkgrey main { + background-color: #1a1a1a; +} +body.main-bgcol-darkgrey.blog .featured-content .hentry .entry-cats { + background-color: transparent; +} + +body.actionbutton-darkgrey .gallery .slick-prev:before, +body.actionbutton-darkgrey .gallery .slick-next:before, +body.actionbutton-darkgrey .gallery .slick-dots li.slick-active button:before, +body.actionbutton-darkgrey .gallery .slick-dots li.slick-active button:before, +body.actionbutton-darkgrey .gallery .slick-dots li button:hover:before, +body.actionbutton-darkgrey .gallery .slick-dots li button:focus:before, +body.actionbutton-darkgrey .desktop-search input.search-field { + border-bottom-color: #1a1a1a; +} +body.actionbutton-darkgrey .comments-show #comments-toggle, +body.actionbutton-darkgrey #comments-toggle:focus, +body.actionbutton-darkgrey #comments-toggle:hover, +body.actionbutton-darkgrey input[type=button], body.actionbutton-darkgrey input[type=submit], body.actionbutton-darkgrey input#submit, +body.actionbutton-darkgrey #commentform input#submit { + border-color: #1a1a1a; + background-color: #1a1a1a; +} + +body.head-bgcol-blue .sticky-header, +body.head-bgcol-blue #masthead { + background-color: #0066ff; + border-bottom-color: rgba(0, 102, 255, 0.7); +} +body.head-bgcol-blue #site-branding { + background-color: #0066ff; +} + +body.head-textcol-blue .search-open, +body.head-textcol-blue #overlay-open, +body.head-textcol-blue #overlay-open-sticky { + color: #0066ff; +} +body.head-textcol-blue #masthead #desktop-navigation ul.menu li a, +body.head-textcol-blue #masthead p.site-title, +body.head-textcol-blue #masthead p.site-title a, +body.head-textcol-blue #masthead h1.site-title, +body.head-textcol-blue #masthead h1.site-title a, +body.head-textcol-blue #masthead p.site-description { + color: #0066ff; +} + +body.head-linkborder-blue #desktop-navigation ul.menu li.current-menu-ancestor a, +body.head-linkborder-blue #desktop-navigation ul.menu li.focus a, +body.head-linkborder-blue #desktop-navigation ul.menu li:focus a, +body.head-linkborder-blue #desktop-navigation ul.menu li:hover a { + border-bottom-color: #0066ff; +} +body.head-linkborder-blue #desktop-navigation .sub-menu li a:focus, +body.head-linkborder-blue #desktop-navigation .children li a:focus, +body.head-linkborder-blue #desktop-navigation .sub-menu li a:hover, +body.head-linkborder-blue #desktop-navigation .children li a:hover { + background-color: #0066ff; +} +body.head-linkborder-blue button#overlay-open:hover, +body.head-linkborder-blue button#search-open:hover { + color: #0066ff; +} + +body.main-bgcol-blue { + background-color: #0066ff; +} +body.main-bgcol-blue .site-content header, +body.main-bgcol-blue .entry-content header, +body.main-bgcol-blue blockquote, body.main-bgcol-blue.blog .hentry .entry-cats, body.main-bgcol-blue.blog .hentry .entry-cats a, body.main-bgcol-blue.blog .featured-slider .entry-meta a, body.main-bgcol-blue.single-post .entry-header .entry-cats a, +body.main-bgcol-blue main { + background-color: #0066ff; +} +body.main-bgcol-blue.blog .featured-content .hentry .entry-cats { + background-color: transparent; +} + +body.actionbutton-blue .gallery .slick-prev:before, +body.actionbutton-blue .gallery .slick-next:before, +body.actionbutton-blue .gallery .slick-dots li.slick-active button:before, +body.actionbutton-blue .gallery .slick-dots li.slick-active button:before, +body.actionbutton-blue .gallery .slick-dots li button:hover:before, +body.actionbutton-blue .gallery .slick-dots li button:focus:before, +body.actionbutton-blue .desktop-search input.search-field { + border-bottom-color: #0066ff; +} +body.actionbutton-blue .comments-show #comments-toggle, +body.actionbutton-blue #comments-toggle:focus, +body.actionbutton-blue #comments-toggle:hover, +body.actionbutton-blue input[type=button], body.actionbutton-blue input[type=submit], body.actionbutton-blue input#submit, +body.actionbutton-blue #commentform input#submit { + border-color: #0066ff; + background-color: #0066ff; +} + +body.head-bgcol-red .sticky-header, +body.head-bgcol-red #masthead { + background-color: #d7464d; + border-bottom-color: rgba(215, 70, 77, 0.7); +} +body.head-bgcol-red #site-branding { + background-color: #d7464d; +} + +body.head-textcol-red .search-open, +body.head-textcol-red #overlay-open, +body.head-textcol-red #overlay-open-sticky { + color: #d7464d; +} +body.head-textcol-red #masthead #desktop-navigation ul.menu li a, +body.head-textcol-red #masthead p.site-title, +body.head-textcol-red #masthead p.site-title a, +body.head-textcol-red #masthead h1.site-title, +body.head-textcol-red #masthead h1.site-title a, +body.head-textcol-red #masthead p.site-description { + color: #d7464d; +} + +body.head-linkborder-red #desktop-navigation ul.menu li.current-menu-ancestor a, +body.head-linkborder-red #desktop-navigation ul.menu li.focus a, +body.head-linkborder-red #desktop-navigation ul.menu li:focus a, +body.head-linkborder-red #desktop-navigation ul.menu li:hover a { + border-bottom-color: #d7464d; +} +body.head-linkborder-red #desktop-navigation .sub-menu li a:focus, +body.head-linkborder-red #desktop-navigation .children li a:focus, +body.head-linkborder-red #desktop-navigation .sub-menu li a:hover, +body.head-linkborder-red #desktop-navigation .children li a:hover { + background-color: #d7464d; +} +body.head-linkborder-red button#overlay-open:hover, +body.head-linkborder-red button#search-open:hover { + color: #d7464d; +} + +body.main-bgcol-red { + background-color: #d7464d; +} +body.main-bgcol-red .site-content header, +body.main-bgcol-red .entry-content header, +body.main-bgcol-red blockquote, body.main-bgcol-red.blog .hentry .entry-cats, body.main-bgcol-red.blog .hentry .entry-cats a, body.main-bgcol-red.blog .featured-slider .entry-meta a, body.main-bgcol-red.single-post .entry-header .entry-cats a, +body.main-bgcol-red main { + background-color: #d7464d; +} +body.main-bgcol-red.blog .featured-content .hentry .entry-cats { + background-color: transparent; +} + +body.actionbutton-red .gallery .slick-prev:before, +body.actionbutton-red .gallery .slick-next:before, +body.actionbutton-red .gallery .slick-dots li.slick-active button:before, +body.actionbutton-red .gallery .slick-dots li.slick-active button:before, +body.actionbutton-red .gallery .slick-dots li button:hover:before, +body.actionbutton-red .gallery .slick-dots li button:focus:before, +body.actionbutton-red .desktop-search input.search-field { + border-bottom-color: #d7464d; +} +body.actionbutton-red .comments-show #comments-toggle, +body.actionbutton-red #comments-toggle:focus, +body.actionbutton-red #comments-toggle:hover, +body.actionbutton-red input[type=button], body.actionbutton-red input[type=submit], body.actionbutton-red input#submit, +body.actionbutton-red #commentform input#submit { + border-color: #d7464d; + background-color: #d7464d; +} + +body.head-bgcol-yellow .sticky-header, +body.head-bgcol-yellow #masthead { + background-color: #e7b547; + border-bottom-color: rgba(231, 181, 71, 0.7); +} +body.head-bgcol-yellow #site-branding { + background-color: #e7b547; +} + +body.head-textcol-yellow .search-open, +body.head-textcol-yellow #overlay-open, +body.head-textcol-yellow #overlay-open-sticky { + color: #e7b547; +} +body.head-textcol-yellow #masthead #desktop-navigation ul.menu li a, +body.head-textcol-yellow #masthead p.site-title, +body.head-textcol-yellow #masthead p.site-title a, +body.head-textcol-yellow #masthead h1.site-title, +body.head-textcol-yellow #masthead h1.site-title a, +body.head-textcol-yellow #masthead p.site-description { + color: #e7b547; +} + +body.head-linkborder-yellow #desktop-navigation ul.menu li.current-menu-ancestor a, +body.head-linkborder-yellow #desktop-navigation ul.menu li.focus a, +body.head-linkborder-yellow #desktop-navigation ul.menu li:focus a, +body.head-linkborder-yellow #desktop-navigation ul.menu li:hover a { + border-bottom-color: #e7b547; +} +body.head-linkborder-yellow #desktop-navigation .sub-menu li a:focus, +body.head-linkborder-yellow #desktop-navigation .children li a:focus, +body.head-linkborder-yellow #desktop-navigation .sub-menu li a:hover, +body.head-linkborder-yellow #desktop-navigation .children li a:hover { + background-color: #e7b547; +} +body.head-linkborder-yellow button#overlay-open:hover, +body.head-linkborder-yellow button#search-open:hover { + color: #e7b547; +} + +body.main-bgcol-yellow { + background-color: #e7b547; +} +body.main-bgcol-yellow .site-content header, +body.main-bgcol-yellow .entry-content header, +body.main-bgcol-yellow blockquote, body.main-bgcol-yellow.blog .hentry .entry-cats, body.main-bgcol-yellow.blog .hentry .entry-cats a, body.main-bgcol-yellow.blog .featured-slider .entry-meta a, body.main-bgcol-yellow.single-post .entry-header .entry-cats a, +body.main-bgcol-yellow main { + background-color: #e7b547; +} +body.main-bgcol-yellow.blog .featured-content .hentry .entry-cats { + background-color: transparent; +} + +body.actionbutton-yellow .gallery .slick-prev:before, +body.actionbutton-yellow .gallery .slick-next:before, +body.actionbutton-yellow .gallery .slick-dots li.slick-active button:before, +body.actionbutton-yellow .gallery .slick-dots li.slick-active button:before, +body.actionbutton-yellow .gallery .slick-dots li button:hover:before, +body.actionbutton-yellow .gallery .slick-dots li button:focus:before, +body.actionbutton-yellow .desktop-search input.search-field { + border-bottom-color: #e7b547; +} +body.actionbutton-yellow .comments-show #comments-toggle, +body.actionbutton-yellow #comments-toggle:focus, +body.actionbutton-yellow #comments-toggle:hover, +body.actionbutton-yellow input[type=button], body.actionbutton-yellow input[type=submit], body.actionbutton-yellow input#submit, +body.actionbutton-yellow #commentform input#submit { + border-color: #e7b547; + background-color: #e7b547; +} + +body.head-bgcol-green .sticky-header, +body.head-bgcol-green #masthead { + background-color: #85c066; + border-bottom-color: rgba(133, 192, 102, 0.7); +} +body.head-bgcol-green #site-branding { + background-color: #85c066; +} + +body.head-textcol-green .search-open, +body.head-textcol-green #overlay-open, +body.head-textcol-green #overlay-open-sticky { + color: #85c066; +} +body.head-textcol-green #masthead #desktop-navigation ul.menu li a, +body.head-textcol-green #masthead p.site-title, +body.head-textcol-green #masthead p.site-title a, +body.head-textcol-green #masthead h1.site-title, +body.head-textcol-green #masthead h1.site-title a, +body.head-textcol-green #masthead p.site-description { + color: #85c066; +} + +body.head-linkborder-green #desktop-navigation ul.menu li.current-menu-ancestor a, +body.head-linkborder-green #desktop-navigation ul.menu li.focus a, +body.head-linkborder-green #desktop-navigation ul.menu li:focus a, +body.head-linkborder-green #desktop-navigation ul.menu li:hover a { + border-bottom-color: #85c066; +} +body.head-linkborder-green #desktop-navigation .sub-menu li a:focus, +body.head-linkborder-green #desktop-navigation .children li a:focus, +body.head-linkborder-green #desktop-navigation .sub-menu li a:hover, +body.head-linkborder-green #desktop-navigation .children li a:hover { + background-color: #85c066; +} +body.head-linkborder-green button#overlay-open:hover, +body.head-linkborder-green button#search-open:hover { + color: #85c066; +} + +body.main-bgcol-green { + background-color: #85c066; +} +body.main-bgcol-green .site-content header, +body.main-bgcol-green .entry-content header, +body.main-bgcol-green blockquote, body.main-bgcol-green.blog .hentry .entry-cats, body.main-bgcol-green.blog .hentry .entry-cats a, body.main-bgcol-green.blog .featured-slider .entry-meta a, body.main-bgcol-green.single-post .entry-header .entry-cats a, +body.main-bgcol-green main { + background-color: #85c066; +} +body.main-bgcol-green.blog .featured-content .hentry .entry-cats { + background-color: transparent; +} + +body.actionbutton-green .gallery .slick-prev:before, +body.actionbutton-green .gallery .slick-next:before, +body.actionbutton-green .gallery .slick-dots li.slick-active button:before, +body.actionbutton-green .gallery .slick-dots li.slick-active button:before, +body.actionbutton-green .gallery .slick-dots li button:hover:before, +body.actionbutton-green .gallery .slick-dots li button:focus:before, +body.actionbutton-green .desktop-search input.search-field { + border-bottom-color: #85c066; +} +body.actionbutton-green .comments-show #comments-toggle, +body.actionbutton-green #comments-toggle:focus, +body.actionbutton-green #comments-toggle:hover, +body.actionbutton-green input[type=button], body.actionbutton-green input[type=submit], body.actionbutton-green input#submit, +body.actionbutton-green #commentform input#submit { + border-color: #85c066; + background-color: #85c066; +} + +.main-headlinecol-main .entry-header h2.entry-title, +.main-headlinecol-main .entry-header h2.entry-title a { + color: #ff8800; +} +.main-headlinecol-main main #secondary h2.widget-title, +.main-headlinecol-main main #sidebar-page h2.widget-title, +.main-headlinecol-main main h1, .main-headlinecol-main main h2, .main-headlinecol-main main h3, .main-headlinecol-main main h4, .main-headlinecol-main main h5, .main-headlinecol-main main h6 { + color: #ff8800; +} + +.main-headlinecol-second .entry-header h2.entry-title, +.main-headlinecol-second .entry-header h2.entry-title a { + color: #672082; +} +.main-headlinecol-second main #secondary h2.widget-title, +.main-headlinecol-second main #sidebar-page h2.widget-title, +.main-headlinecol-second main h1, .main-headlinecol-second main h2, .main-headlinecol-second main h3, .main-headlinecol-second main h4, .main-headlinecol-second main h5, .main-headlinecol-second main h6 { + color: #672082; +} + +.main-headlinecol-third .entry-header h2.entry-title, +.main-headlinecol-third .entry-header h2.entry-title a { + color: #698bc1; +} +.main-headlinecol-third main #secondary h2.widget-title, +.main-headlinecol-third main #sidebar-page h2.widget-title, +.main-headlinecol-third main h1, .main-headlinecol-third main h2, .main-headlinecol-third main h3, .main-headlinecol-third main h4, .main-headlinecol-third main h5, .main-headlinecol-third main h6 { + color: #698bc1; +} + +.main-headlinecol-four .entry-header h2.entry-title, +.main-headlinecol-four .entry-header h2.entry-title a { + color: #148f93; +} +.main-headlinecol-four main #secondary h2.widget-title, +.main-headlinecol-four main #sidebar-page h2.widget-title, +.main-headlinecol-four main h1, .main-headlinecol-four main h2, .main-headlinecol-four main h3, .main-headlinecol-four main h4, .main-headlinecol-four main h5, .main-headlinecol-four main h6 { + color: #148f93; +} + +.main-headlinecol-uspirates .entry-header h2.entry-title, +.main-headlinecol-uspirates .entry-header h2.entry-title a { + color: #B127AF; +} +.main-headlinecol-uspirates main #secondary h2.widget-title, +.main-headlinecol-uspirates main #sidebar-page h2.widget-title, +.main-headlinecol-uspirates main h1, .main-headlinecol-uspirates main h2, .main-headlinecol-uspirates main h3, .main-headlinecol-uspirates main h4, .main-headlinecol-uspirates main h5, .main-headlinecol-uspirates main h6 { + color: #B127AF; +} + +.main-headlinecol-tkpirates .entry-header h2.entry-title, +.main-headlinecol-tkpirates .entry-header h2.entry-title a { + color: #00B5B1; +} +.main-headlinecol-tkpirates main #secondary h2.widget-title, +.main-headlinecol-tkpirates main #sidebar-page h2.widget-title, +.main-headlinecol-tkpirates main h1, .main-headlinecol-tkpirates main h2, .main-headlinecol-tkpirates main h3, .main-headlinecol-tkpirates main h4, .main-headlinecol-tkpirates main h5, .main-headlinecol-tkpirates main h6 { + color: #00B5B1; +} + +.main-headlinecol-chpirates .entry-header h2.entry-title, +.main-headlinecol-chpirates .entry-header h2.entry-title a { + color: #F9B200; +} +.main-headlinecol-chpirates main #secondary h2.widget-title, +.main-headlinecol-chpirates main #sidebar-page h2.widget-title, +.main-headlinecol-chpirates main h1, .main-headlinecol-chpirates main h2, .main-headlinecol-chpirates main h3, .main-headlinecol-chpirates main h4, .main-headlinecol-chpirates main h5, .main-headlinecol-chpirates main h6 { + color: #F9B200; +} + +.main-headlinecol-ispirates .entry-header h2.entry-title, +.main-headlinecol-ispirates .entry-header h2.entry-title a { + color: #51297e; +} +.main-headlinecol-ispirates main #secondary h2.widget-title, +.main-headlinecol-ispirates main #sidebar-page h2.widget-title, +.main-headlinecol-ispirates main h1, .main-headlinecol-ispirates main h2, .main-headlinecol-ispirates main h3, .main-headlinecol-ispirates main h4, .main-headlinecol-ispirates main h5, .main-headlinecol-ispirates main h6 { + color: #51297e; +} + +.main-headlinecol-black .entry-header h2.entry-title, +.main-headlinecol-black .entry-header h2.entry-title a { + color: #000; +} +.main-headlinecol-black main #secondary h2.widget-title, +.main-headlinecol-black main #sidebar-page h2.widget-title, +.main-headlinecol-black main h1, .main-headlinecol-black main h2, .main-headlinecol-black main h3, .main-headlinecol-black main h4, .main-headlinecol-black main h5, .main-headlinecol-black main h6 { + color: #000; +} + +.main-headlinecol-white .entry-header h2.entry-title, +.main-headlinecol-white .entry-header h2.entry-title a { + color: #fff; +} +.main-headlinecol-white main #secondary h2.widget-title, +.main-headlinecol-white main #sidebar-page h2.widget-title, +.main-headlinecol-white main h1, .main-headlinecol-white main h2, .main-headlinecol-white main h3, .main-headlinecol-white main h4, .main-headlinecol-white main h5, .main-headlinecol-white main h6 { + color: #fff; +} + +.main-headlinecol-grey .entry-header h2.entry-title, +.main-headlinecol-grey .entry-header h2.entry-title a { + color: #e7e7eb; +} +.main-headlinecol-grey main #secondary h2.widget-title, +.main-headlinecol-grey main #sidebar-page h2.widget-title, +.main-headlinecol-grey main h1, .main-headlinecol-grey main h2, .main-headlinecol-grey main h3, .main-headlinecol-grey main h4, .main-headlinecol-grey main h5, .main-headlinecol-grey main h6 { + color: #e7e7eb; +} + +.main-headlinecol-darkgrey .entry-header h2.entry-title, +.main-headlinecol-darkgrey .entry-header h2.entry-title a { + color: #1a1a1a; +} +.main-headlinecol-darkgrey main #secondary h2.widget-title, +.main-headlinecol-darkgrey main #sidebar-page h2.widget-title, +.main-headlinecol-darkgrey main h1, .main-headlinecol-darkgrey main h2, .main-headlinecol-darkgrey main h3, .main-headlinecol-darkgrey main h4, .main-headlinecol-darkgrey main h5, .main-headlinecol-darkgrey main h6 { + color: #1a1a1a; +} + +.main-headlinecol-blue .entry-header h2.entry-title, +.main-headlinecol-blue .entry-header h2.entry-title a { + color: #0066ff; +} +.main-headlinecol-blue main #secondary h2.widget-title, +.main-headlinecol-blue main #sidebar-page h2.widget-title, +.main-headlinecol-blue main h1, .main-headlinecol-blue main h2, .main-headlinecol-blue main h3, .main-headlinecol-blue main h4, .main-headlinecol-blue main h5, .main-headlinecol-blue main h6 { + color: #0066ff; +} + +.main-headlinecol-red .entry-header h2.entry-title, +.main-headlinecol-red .entry-header h2.entry-title a { + color: #d7464d; +} +.main-headlinecol-red main #secondary h2.widget-title, +.main-headlinecol-red main #sidebar-page h2.widget-title, +.main-headlinecol-red main h1, .main-headlinecol-red main h2, .main-headlinecol-red main h3, .main-headlinecol-red main h4, .main-headlinecol-red main h5, .main-headlinecol-red main h6 { + color: #d7464d; +} + +.main-headlinecol-yellow .entry-header h2.entry-title, +.main-headlinecol-yellow .entry-header h2.entry-title a { + color: #e7b547; +} +.main-headlinecol-yellow main #secondary h2.widget-title, +.main-headlinecol-yellow main #sidebar-page h2.widget-title, +.main-headlinecol-yellow main h1, .main-headlinecol-yellow main h2, .main-headlinecol-yellow main h3, .main-headlinecol-yellow main h4, .main-headlinecol-yellow main h5, .main-headlinecol-yellow main h6 { + color: #e7b547; +} + +.main-headlinecol-green .entry-header h2.entry-title, +.main-headlinecol-green .entry-header h2.entry-title a { + color: #85c066; +} +.main-headlinecol-green main #secondary h2.widget-title, +.main-headlinecol-green main #sidebar-page h2.widget-title, +.main-headlinecol-green main h1, .main-headlinecol-green main h2, .main-headlinecol-green main h3, .main-headlinecol-green main h4, .main-headlinecol-green main h5, .main-headlinecol-green main h6 { + color: #85c066; +} + +.main-titleunderline-main main .single-post .entry-header h1.entry-title, +.main-titleunderline-main main .entry-header h1.entry-title, +.main-titleunderline-main main .attachment h1.entry-title, +.main-titleunderline-main main .page h1.entry-title, +.main-titleunderline-main main h1.entry-title, +.main-titleunderline-main main .archive-header h1.archive-title, +.main-titleunderline-main main .site-content h1, +.main-titleunderline-main main .entry-content h1 { + border-color: #ff8800; +} + +.main-titleunderline-second main .single-post .entry-header h1.entry-title, +.main-titleunderline-second main .entry-header h1.entry-title, +.main-titleunderline-second main .attachment h1.entry-title, +.main-titleunderline-second main .page h1.entry-title, +.main-titleunderline-second main h1.entry-title, +.main-titleunderline-second main .archive-header h1.archive-title, +.main-titleunderline-second main .site-content h1, +.main-titleunderline-second main .entry-content h1 { + border-color: #672082; +} + +.main-titleunderline-third main .single-post .entry-header h1.entry-title, +.main-titleunderline-third main .entry-header h1.entry-title, +.main-titleunderline-third main .attachment h1.entry-title, +.main-titleunderline-third main .page h1.entry-title, +.main-titleunderline-third main h1.entry-title, +.main-titleunderline-third main .archive-header h1.archive-title, +.main-titleunderline-third main .site-content h1, +.main-titleunderline-third main .entry-content h1 { + border-color: #698bc1; +} + +.main-titleunderline-four main .single-post .entry-header h1.entry-title, +.main-titleunderline-four main .entry-header h1.entry-title, +.main-titleunderline-four main .attachment h1.entry-title, +.main-titleunderline-four main .page h1.entry-title, +.main-titleunderline-four main h1.entry-title, +.main-titleunderline-four main .archive-header h1.archive-title, +.main-titleunderline-four main .site-content h1, +.main-titleunderline-four main .entry-content h1 { + border-color: #148f93; +} + +.main-titleunderline-uspirates main .single-post .entry-header h1.entry-title, +.main-titleunderline-uspirates main .entry-header h1.entry-title, +.main-titleunderline-uspirates main .attachment h1.entry-title, +.main-titleunderline-uspirates main .page h1.entry-title, +.main-titleunderline-uspirates main h1.entry-title, +.main-titleunderline-uspirates main .archive-header h1.archive-title, +.main-titleunderline-uspirates main .site-content h1, +.main-titleunderline-uspirates main .entry-content h1 { + border-color: #B127AF; +} + +.main-titleunderline-tkpirates main .single-post .entry-header h1.entry-title, +.main-titleunderline-tkpirates main .entry-header h1.entry-title, +.main-titleunderline-tkpirates main .attachment h1.entry-title, +.main-titleunderline-tkpirates main .page h1.entry-title, +.main-titleunderline-tkpirates main h1.entry-title, +.main-titleunderline-tkpirates main .archive-header h1.archive-title, +.main-titleunderline-tkpirates main .site-content h1, +.main-titleunderline-tkpirates main .entry-content h1 { + border-color: #00B5B1; +} + +.main-titleunderline-chpirates main .single-post .entry-header h1.entry-title, +.main-titleunderline-chpirates main .entry-header h1.entry-title, +.main-titleunderline-chpirates main .attachment h1.entry-title, +.main-titleunderline-chpirates main .page h1.entry-title, +.main-titleunderline-chpirates main h1.entry-title, +.main-titleunderline-chpirates main .archive-header h1.archive-title, +.main-titleunderline-chpirates main .site-content h1, +.main-titleunderline-chpirates main .entry-content h1 { + border-color: #F9B200; +} + +.main-titleunderline-ispirates main .single-post .entry-header h1.entry-title, +.main-titleunderline-ispirates main .entry-header h1.entry-title, +.main-titleunderline-ispirates main .attachment h1.entry-title, +.main-titleunderline-ispirates main .page h1.entry-title, +.main-titleunderline-ispirates main h1.entry-title, +.main-titleunderline-ispirates main .archive-header h1.archive-title, +.main-titleunderline-ispirates main .site-content h1, +.main-titleunderline-ispirates main .entry-content h1 { + border-color: #51297e; +} + +.main-titleunderline-black main .single-post .entry-header h1.entry-title, +.main-titleunderline-black main .entry-header h1.entry-title, +.main-titleunderline-black main .attachment h1.entry-title, +.main-titleunderline-black main .page h1.entry-title, +.main-titleunderline-black main h1.entry-title, +.main-titleunderline-black main .archive-header h1.archive-title, +.main-titleunderline-black main .site-content h1, +.main-titleunderline-black main .entry-content h1 { + border-color: #000; +} + +.main-titleunderline-white main .single-post .entry-header h1.entry-title, +.main-titleunderline-white main .entry-header h1.entry-title, +.main-titleunderline-white main .attachment h1.entry-title, +.main-titleunderline-white main .page h1.entry-title, +.main-titleunderline-white main h1.entry-title, +.main-titleunderline-white main .archive-header h1.archive-title, +.main-titleunderline-white main .site-content h1, +.main-titleunderline-white main .entry-content h1 { + border-color: #fff; +} + +.main-titleunderline-grey main .single-post .entry-header h1.entry-title, +.main-titleunderline-grey main .entry-header h1.entry-title, +.main-titleunderline-grey main .attachment h1.entry-title, +.main-titleunderline-grey main .page h1.entry-title, +.main-titleunderline-grey main h1.entry-title, +.main-titleunderline-grey main .archive-header h1.archive-title, +.main-titleunderline-grey main .site-content h1, +.main-titleunderline-grey main .entry-content h1 { + border-color: #e7e7eb; +} + +.main-titleunderline-darkgrey main .single-post .entry-header h1.entry-title, +.main-titleunderline-darkgrey main .entry-header h1.entry-title, +.main-titleunderline-darkgrey main .attachment h1.entry-title, +.main-titleunderline-darkgrey main .page h1.entry-title, +.main-titleunderline-darkgrey main h1.entry-title, +.main-titleunderline-darkgrey main .archive-header h1.archive-title, +.main-titleunderline-darkgrey main .site-content h1, +.main-titleunderline-darkgrey main .entry-content h1 { + border-color: #1a1a1a; +} + +.main-titleunderline-blue main .single-post .entry-header h1.entry-title, +.main-titleunderline-blue main .entry-header h1.entry-title, +.main-titleunderline-blue main .attachment h1.entry-title, +.main-titleunderline-blue main .page h1.entry-title, +.main-titleunderline-blue main h1.entry-title, +.main-titleunderline-blue main .archive-header h1.archive-title, +.main-titleunderline-blue main .site-content h1, +.main-titleunderline-blue main .entry-content h1 { + border-color: #0066ff; +} + +.main-titleunderline-red main .single-post .entry-header h1.entry-title, +.main-titleunderline-red main .entry-header h1.entry-title, +.main-titleunderline-red main .attachment h1.entry-title, +.main-titleunderline-red main .page h1.entry-title, +.main-titleunderline-red main h1.entry-title, +.main-titleunderline-red main .archive-header h1.archive-title, +.main-titleunderline-red main .site-content h1, +.main-titleunderline-red main .entry-content h1 { + border-color: #d7464d; +} + +.main-titleunderline-yellow main .single-post .entry-header h1.entry-title, +.main-titleunderline-yellow main .entry-header h1.entry-title, +.main-titleunderline-yellow main .attachment h1.entry-title, +.main-titleunderline-yellow main .page h1.entry-title, +.main-titleunderline-yellow main h1.entry-title, +.main-titleunderline-yellow main .archive-header h1.archive-title, +.main-titleunderline-yellow main .site-content h1, +.main-titleunderline-yellow main .entry-content h1 { + border-color: #e7b547; +} + +.main-titleunderline-green main .single-post .entry-header h1.entry-title, +.main-titleunderline-green main .entry-header h1.entry-title, +.main-titleunderline-green main .attachment h1.entry-title, +.main-titleunderline-green main .page h1.entry-title, +.main-titleunderline-green main h1.entry-title, +.main-titleunderline-green main .archive-header h1.archive-title, +.main-titleunderline-green main .site-content h1, +.main-titleunderline-green main .entry-content h1 { + border-color: #85c066; +} + +.main-textcol-main .single-post .entry-header p.intro, +.main-textcol-main .entry-summary, +.main-textcol-main .front-section-title, +.main-textcol-main .social-front-title, +.main-textcol-main .widget_mc4wp_form_widget p, +.main-textcol-main .jetpack_subscription_widget #subscribe-text p, +.main-textcol-main .section-about-column-one p, +.main-textcol-main blockquote p, +.main-textcol-main main { + color: #ff8800; +} + +.main-linkcol-main main a, +.main-linkcol-main main blockquote a, +.main-linkcol-main main .entry-content a, +.main-linkcol-main main .comment-text a { + color: #ff8800; +} + +.main-linkhovercol-main.single-post .entry-header .entry-cats a:hover, .main-linkhovercol-main.blog .featured-slider .entry-cats a:hover, .main-linkhovercol-main.blog .featured-slider .entry-meta a:hover, .main-linkhovercol-main.blog .hentry .entry-cats a:hover { + color: #ff8800; +} +.main-linkhovercol-main main a:hover, +.main-linkhovercol-main main blockquote a:hover, +.main-linkhovercol-main main .entry-content a:hover, +.main-linkhovercol-main main .comment-text a:hover { + color: #ff8800; +} + +.main-textcol-second .single-post .entry-header p.intro, +.main-textcol-second .entry-summary, +.main-textcol-second .front-section-title, +.main-textcol-second .social-front-title, +.main-textcol-second .widget_mc4wp_form_widget p, +.main-textcol-second .jetpack_subscription_widget #subscribe-text p, +.main-textcol-second .section-about-column-one p, +.main-textcol-second blockquote p, +.main-textcol-second main { + color: #672082; +} + +.main-linkcol-second main a, +.main-linkcol-second main blockquote a, +.main-linkcol-second main .entry-content a, +.main-linkcol-second main .comment-text a { + color: #672082; +} + +.main-linkhovercol-second.single-post .entry-header .entry-cats a:hover, .main-linkhovercol-second.blog .featured-slider .entry-cats a:hover, .main-linkhovercol-second.blog .featured-slider .entry-meta a:hover, .main-linkhovercol-second.blog .hentry .entry-cats a:hover { + color: #672082; +} +.main-linkhovercol-second main a:hover, +.main-linkhovercol-second main blockquote a:hover, +.main-linkhovercol-second main .entry-content a:hover, +.main-linkhovercol-second main .comment-text a:hover { + color: #672082; +} + +.main-textcol-third .single-post .entry-header p.intro, +.main-textcol-third .entry-summary, +.main-textcol-third .front-section-title, +.main-textcol-third .social-front-title, +.main-textcol-third .widget_mc4wp_form_widget p, +.main-textcol-third .jetpack_subscription_widget #subscribe-text p, +.main-textcol-third .section-about-column-one p, +.main-textcol-third blockquote p, +.main-textcol-third main { + color: #698bc1; +} + +.main-linkcol-third main a, +.main-linkcol-third main blockquote a, +.main-linkcol-third main .entry-content a, +.main-linkcol-third main .comment-text a { + color: #698bc1; +} + +.main-linkhovercol-third.single-post .entry-header .entry-cats a:hover, .main-linkhovercol-third.blog .featured-slider .entry-cats a:hover, .main-linkhovercol-third.blog .featured-slider .entry-meta a:hover, .main-linkhovercol-third.blog .hentry .entry-cats a:hover { + color: #698bc1; +} +.main-linkhovercol-third main a:hover, +.main-linkhovercol-third main blockquote a:hover, +.main-linkhovercol-third main .entry-content a:hover, +.main-linkhovercol-third main .comment-text a:hover { + color: #698bc1; +} + +.main-textcol-four .single-post .entry-header p.intro, +.main-textcol-four .entry-summary, +.main-textcol-four .front-section-title, +.main-textcol-four .social-front-title, +.main-textcol-four .widget_mc4wp_form_widget p, +.main-textcol-four .jetpack_subscription_widget #subscribe-text p, +.main-textcol-four .section-about-column-one p, +.main-textcol-four blockquote p, +.main-textcol-four main { + color: #148f93; +} + +.main-linkcol-four main a, +.main-linkcol-four main blockquote a, +.main-linkcol-four main .entry-content a, +.main-linkcol-four main .comment-text a { + color: #148f93; +} + +.main-linkhovercol-four.single-post .entry-header .entry-cats a:hover, .main-linkhovercol-four.blog .featured-slider .entry-cats a:hover, .main-linkhovercol-four.blog .featured-slider .entry-meta a:hover, .main-linkhovercol-four.blog .hentry .entry-cats a:hover { + color: #148f93; +} +.main-linkhovercol-four main a:hover, +.main-linkhovercol-four main blockquote a:hover, +.main-linkhovercol-four main .entry-content a:hover, +.main-linkhovercol-four main .comment-text a:hover { + color: #148f93; +} + +.main-textcol-uspirates .single-post .entry-header p.intro, +.main-textcol-uspirates .entry-summary, +.main-textcol-uspirates .front-section-title, +.main-textcol-uspirates .social-front-title, +.main-textcol-uspirates .widget_mc4wp_form_widget p, +.main-textcol-uspirates .jetpack_subscription_widget #subscribe-text p, +.main-textcol-uspirates .section-about-column-one p, +.main-textcol-uspirates blockquote p, +.main-textcol-uspirates main { + color: #B127AF; +} + +.main-linkcol-uspirates main a, +.main-linkcol-uspirates main blockquote a, +.main-linkcol-uspirates main .entry-content a, +.main-linkcol-uspirates main .comment-text a { + color: #B127AF; +} + +.main-linkhovercol-uspirates.single-post .entry-header .entry-cats a:hover, .main-linkhovercol-uspirates.blog .featured-slider .entry-cats a:hover, .main-linkhovercol-uspirates.blog .featured-slider .entry-meta a:hover, .main-linkhovercol-uspirates.blog .hentry .entry-cats a:hover { + color: #B127AF; +} +.main-linkhovercol-uspirates main a:hover, +.main-linkhovercol-uspirates main blockquote a:hover, +.main-linkhovercol-uspirates main .entry-content a:hover, +.main-linkhovercol-uspirates main .comment-text a:hover { + color: #B127AF; +} + +.main-textcol-tkpirates .single-post .entry-header p.intro, +.main-textcol-tkpirates .entry-summary, +.main-textcol-tkpirates .front-section-title, +.main-textcol-tkpirates .social-front-title, +.main-textcol-tkpirates .widget_mc4wp_form_widget p, +.main-textcol-tkpirates .jetpack_subscription_widget #subscribe-text p, +.main-textcol-tkpirates .section-about-column-one p, +.main-textcol-tkpirates blockquote p, +.main-textcol-tkpirates main { + color: #00B5B1; +} + +.main-linkcol-tkpirates main a, +.main-linkcol-tkpirates main blockquote a, +.main-linkcol-tkpirates main .entry-content a, +.main-linkcol-tkpirates main .comment-text a { + color: #00B5B1; +} + +.main-linkhovercol-tkpirates.single-post .entry-header .entry-cats a:hover, .main-linkhovercol-tkpirates.blog .featured-slider .entry-cats a:hover, .main-linkhovercol-tkpirates.blog .featured-slider .entry-meta a:hover, .main-linkhovercol-tkpirates.blog .hentry .entry-cats a:hover { + color: #00B5B1; +} +.main-linkhovercol-tkpirates main a:hover, +.main-linkhovercol-tkpirates main blockquote a:hover, +.main-linkhovercol-tkpirates main .entry-content a:hover, +.main-linkhovercol-tkpirates main .comment-text a:hover { + color: #00B5B1; +} + +.main-textcol-chpirates .single-post .entry-header p.intro, +.main-textcol-chpirates .entry-summary, +.main-textcol-chpirates .front-section-title, +.main-textcol-chpirates .social-front-title, +.main-textcol-chpirates .widget_mc4wp_form_widget p, +.main-textcol-chpirates .jetpack_subscription_widget #subscribe-text p, +.main-textcol-chpirates .section-about-column-one p, +.main-textcol-chpirates blockquote p, +.main-textcol-chpirates main { + color: #F9B200; +} + +.main-linkcol-chpirates main a, +.main-linkcol-chpirates main blockquote a, +.main-linkcol-chpirates main .entry-content a, +.main-linkcol-chpirates main .comment-text a { + color: #F9B200; +} + +.main-linkhovercol-chpirates.single-post .entry-header .entry-cats a:hover, .main-linkhovercol-chpirates.blog .featured-slider .entry-cats a:hover, .main-linkhovercol-chpirates.blog .featured-slider .entry-meta a:hover, .main-linkhovercol-chpirates.blog .hentry .entry-cats a:hover { + color: #F9B200; +} +.main-linkhovercol-chpirates main a:hover, +.main-linkhovercol-chpirates main blockquote a:hover, +.main-linkhovercol-chpirates main .entry-content a:hover, +.main-linkhovercol-chpirates main .comment-text a:hover { + color: #F9B200; +} + +.main-textcol-ispirates .single-post .entry-header p.intro, +.main-textcol-ispirates .entry-summary, +.main-textcol-ispirates .front-section-title, +.main-textcol-ispirates .social-front-title, +.main-textcol-ispirates .widget_mc4wp_form_widget p, +.main-textcol-ispirates .jetpack_subscription_widget #subscribe-text p, +.main-textcol-ispirates .section-about-column-one p, +.main-textcol-ispirates blockquote p, +.main-textcol-ispirates main { + color: #51297e; +} + +.main-linkcol-ispirates main a, +.main-linkcol-ispirates main blockquote a, +.main-linkcol-ispirates main .entry-content a, +.main-linkcol-ispirates main .comment-text a { + color: #51297e; +} + +.main-linkhovercol-ispirates.single-post .entry-header .entry-cats a:hover, .main-linkhovercol-ispirates.blog .featured-slider .entry-cats a:hover, .main-linkhovercol-ispirates.blog .featured-slider .entry-meta a:hover, .main-linkhovercol-ispirates.blog .hentry .entry-cats a:hover { + color: #51297e; +} +.main-linkhovercol-ispirates main a:hover, +.main-linkhovercol-ispirates main blockquote a:hover, +.main-linkhovercol-ispirates main .entry-content a:hover, +.main-linkhovercol-ispirates main .comment-text a:hover { + color: #51297e; +} + +.main-textcol-black .single-post .entry-header p.intro, +.main-textcol-black .entry-summary, +.main-textcol-black .front-section-title, +.main-textcol-black .social-front-title, +.main-textcol-black .widget_mc4wp_form_widget p, +.main-textcol-black .jetpack_subscription_widget #subscribe-text p, +.main-textcol-black .section-about-column-one p, +.main-textcol-black blockquote p, +.main-textcol-black main { + color: #000; +} + +.main-linkcol-black main a, +.main-linkcol-black main blockquote a, +.main-linkcol-black main .entry-content a, +.main-linkcol-black main .comment-text a { + color: #000; +} + +.main-linkhovercol-black.single-post .entry-header .entry-cats a:hover, .main-linkhovercol-black.blog .featured-slider .entry-cats a:hover, .main-linkhovercol-black.blog .featured-slider .entry-meta a:hover, .main-linkhovercol-black.blog .hentry .entry-cats a:hover { + color: #000; +} +.main-linkhovercol-black main a:hover, +.main-linkhovercol-black main blockquote a:hover, +.main-linkhovercol-black main .entry-content a:hover, +.main-linkhovercol-black main .comment-text a:hover { + color: #000; +} + +.main-textcol-white .single-post .entry-header p.intro, +.main-textcol-white .entry-summary, +.main-textcol-white .front-section-title, +.main-textcol-white .social-front-title, +.main-textcol-white .widget_mc4wp_form_widget p, +.main-textcol-white .jetpack_subscription_widget #subscribe-text p, +.main-textcol-white .section-about-column-one p, +.main-textcol-white blockquote p, +.main-textcol-white main { + color: #fff; +} + +.main-linkcol-white main a, +.main-linkcol-white main blockquote a, +.main-linkcol-white main .entry-content a, +.main-linkcol-white main .comment-text a { + color: #fff; +} + +.main-linkhovercol-white.single-post .entry-header .entry-cats a:hover, .main-linkhovercol-white.blog .featured-slider .entry-cats a:hover, .main-linkhovercol-white.blog .featured-slider .entry-meta a:hover, .main-linkhovercol-white.blog .hentry .entry-cats a:hover { + color: #fff; +} +.main-linkhovercol-white main a:hover, +.main-linkhovercol-white main blockquote a:hover, +.main-linkhovercol-white main .entry-content a:hover, +.main-linkhovercol-white main .comment-text a:hover { + color: #fff; +} + +.main-textcol-grey .single-post .entry-header p.intro, +.main-textcol-grey .entry-summary, +.main-textcol-grey .front-section-title, +.main-textcol-grey .social-front-title, +.main-textcol-grey .widget_mc4wp_form_widget p, +.main-textcol-grey .jetpack_subscription_widget #subscribe-text p, +.main-textcol-grey .section-about-column-one p, +.main-textcol-grey blockquote p, +.main-textcol-grey main { + color: #e7e7eb; +} + +.main-linkcol-grey main a, +.main-linkcol-grey main blockquote a, +.main-linkcol-grey main .entry-content a, +.main-linkcol-grey main .comment-text a { + color: #e7e7eb; +} + +.main-linkhovercol-grey.single-post .entry-header .entry-cats a:hover, .main-linkhovercol-grey.blog .featured-slider .entry-cats a:hover, .main-linkhovercol-grey.blog .featured-slider .entry-meta a:hover, .main-linkhovercol-grey.blog .hentry .entry-cats a:hover { + color: #e7e7eb; +} +.main-linkhovercol-grey main a:hover, +.main-linkhovercol-grey main blockquote a:hover, +.main-linkhovercol-grey main .entry-content a:hover, +.main-linkhovercol-grey main .comment-text a:hover { + color: #e7e7eb; +} + +.main-textcol-darkgrey .single-post .entry-header p.intro, +.main-textcol-darkgrey .entry-summary, +.main-textcol-darkgrey .front-section-title, +.main-textcol-darkgrey .social-front-title, +.main-textcol-darkgrey .widget_mc4wp_form_widget p, +.main-textcol-darkgrey .jetpack_subscription_widget #subscribe-text p, +.main-textcol-darkgrey .section-about-column-one p, +.main-textcol-darkgrey blockquote p, +.main-textcol-darkgrey main { + color: #1a1a1a; +} + +.main-linkcol-darkgrey main a, +.main-linkcol-darkgrey main blockquote a, +.main-linkcol-darkgrey main .entry-content a, +.main-linkcol-darkgrey main .comment-text a { + color: #1a1a1a; +} + +.main-linkhovercol-darkgrey.single-post .entry-header .entry-cats a:hover, .main-linkhovercol-darkgrey.blog .featured-slider .entry-cats a:hover, .main-linkhovercol-darkgrey.blog .featured-slider .entry-meta a:hover, .main-linkhovercol-darkgrey.blog .hentry .entry-cats a:hover { + color: #1a1a1a; +} +.main-linkhovercol-darkgrey main a:hover, +.main-linkhovercol-darkgrey main blockquote a:hover, +.main-linkhovercol-darkgrey main .entry-content a:hover, +.main-linkhovercol-darkgrey main .comment-text a:hover { + color: #1a1a1a; +} + +.main-textcol-blue .single-post .entry-header p.intro, +.main-textcol-blue .entry-summary, +.main-textcol-blue .front-section-title, +.main-textcol-blue .social-front-title, +.main-textcol-blue .widget_mc4wp_form_widget p, +.main-textcol-blue .jetpack_subscription_widget #subscribe-text p, +.main-textcol-blue .section-about-column-one p, +.main-textcol-blue blockquote p, +.main-textcol-blue main { + color: #0066ff; +} + +.main-linkcol-blue main a, +.main-linkcol-blue main blockquote a, +.main-linkcol-blue main .entry-content a, +.main-linkcol-blue main .comment-text a { + color: #0066ff; +} + +.main-linkhovercol-blue.single-post .entry-header .entry-cats a:hover, .main-linkhovercol-blue.blog .featured-slider .entry-cats a:hover, .main-linkhovercol-blue.blog .featured-slider .entry-meta a:hover, .main-linkhovercol-blue.blog .hentry .entry-cats a:hover { + color: #0066ff; +} +.main-linkhovercol-blue main a:hover, +.main-linkhovercol-blue main blockquote a:hover, +.main-linkhovercol-blue main .entry-content a:hover, +.main-linkhovercol-blue main .comment-text a:hover { + color: #0066ff; +} + +.main-textcol-red .single-post .entry-header p.intro, +.main-textcol-red .entry-summary, +.main-textcol-red .front-section-title, +.main-textcol-red .social-front-title, +.main-textcol-red .widget_mc4wp_form_widget p, +.main-textcol-red .jetpack_subscription_widget #subscribe-text p, +.main-textcol-red .section-about-column-one p, +.main-textcol-red blockquote p, +.main-textcol-red main { + color: #d7464d; +} + +.main-linkcol-red main a, +.main-linkcol-red main blockquote a, +.main-linkcol-red main .entry-content a, +.main-linkcol-red main .comment-text a { + color: #d7464d; +} + +.main-linkhovercol-red.single-post .entry-header .entry-cats a:hover, .main-linkhovercol-red.blog .featured-slider .entry-cats a:hover, .main-linkhovercol-red.blog .featured-slider .entry-meta a:hover, .main-linkhovercol-red.blog .hentry .entry-cats a:hover { + color: #d7464d; +} +.main-linkhovercol-red main a:hover, +.main-linkhovercol-red main blockquote a:hover, +.main-linkhovercol-red main .entry-content a:hover, +.main-linkhovercol-red main .comment-text a:hover { + color: #d7464d; +} + +.main-textcol-yellow .single-post .entry-header p.intro, +.main-textcol-yellow .entry-summary, +.main-textcol-yellow .front-section-title, +.main-textcol-yellow .social-front-title, +.main-textcol-yellow .widget_mc4wp_form_widget p, +.main-textcol-yellow .jetpack_subscription_widget #subscribe-text p, +.main-textcol-yellow .section-about-column-one p, +.main-textcol-yellow blockquote p, +.main-textcol-yellow main { + color: #e7b547; +} + +.main-linkcol-yellow main a, +.main-linkcol-yellow main blockquote a, +.main-linkcol-yellow main .entry-content a, +.main-linkcol-yellow main .comment-text a { + color: #e7b547; +} + +.main-linkhovercol-yellow.single-post .entry-header .entry-cats a:hover, .main-linkhovercol-yellow.blog .featured-slider .entry-cats a:hover, .main-linkhovercol-yellow.blog .featured-slider .entry-meta a:hover, .main-linkhovercol-yellow.blog .hentry .entry-cats a:hover { + color: #e7b547; +} +.main-linkhovercol-yellow main a:hover, +.main-linkhovercol-yellow main blockquote a:hover, +.main-linkhovercol-yellow main .entry-content a:hover, +.main-linkhovercol-yellow main .comment-text a:hover { + color: #e7b547; +} + +.main-textcol-green .single-post .entry-header p.intro, +.main-textcol-green .entry-summary, +.main-textcol-green .front-section-title, +.main-textcol-green .social-front-title, +.main-textcol-green .widget_mc4wp_form_widget p, +.main-textcol-green .jetpack_subscription_widget #subscribe-text p, +.main-textcol-green .section-about-column-one p, +.main-textcol-green blockquote p, +.main-textcol-green main { + color: #85c066; +} + +.main-linkcol-green main a, +.main-linkcol-green main blockquote a, +.main-linkcol-green main .entry-content a, +.main-linkcol-green main .comment-text a { + color: #85c066; +} + +.main-linkhovercol-green.single-post .entry-header .entry-cats a:hover, .main-linkhovercol-green.blog .featured-slider .entry-cats a:hover, .main-linkhovercol-green.blog .featured-slider .entry-meta a:hover, .main-linkhovercol-green.blog .hentry .entry-cats a:hover { + color: #85c066; +} +.main-linkhovercol-green main a:hover, +.main-linkhovercol-green main blockquote a:hover, +.main-linkhovercol-green main .entry-content a:hover, +.main-linkhovercol-green main .comment-text a:hover { + color: #85c066; +} + +.main-meta-textcol-hover-main.single-post .entry-header .entry-cats a:hover, .main-meta-textcol-hover-main.blog .featured-slider .entry-cats a:hover, .main-meta-textcol-hover-main.blog .featured-slider .entry-meta a:hover, .main-meta-textcol-hover-main.blog .hentry .entry-cats a:hover, +.main-meta-textcol-hover-main main .entry-content .pagebreak-links a:hover, +.main-meta-textcol-hover-main .post-navigation .nav-links a:hover, +.main-meta-textcol-hover-main .pagination .nav-links span.page-numbers:hover, +.main-meta-textcol-hover-main .pagination .nav-links a.page-numbers:hover { + color: #ff8800; +} + +.main-meta-textcol-main .entry-meta, +.main-meta-textcol-main .entry-cats, +.main-meta-textcol-main .slider-text .entry-meta a, +.main-meta-textcol-main .slider-text .entry-cats a, +.main-meta-textcol-main .section-one-column-one .entry-cats a, +.main-meta-textcol-main .section-three-column-one .entry-cats a, +.main-meta-textcol-main #front-section-four .entry-cats a, +.main-meta-textcol-main #front-section-four .entry-meta a, +.main-meta-textcol-main .featured-slider .entry-cats a, .main-meta-textcol-main.single-post .entry-header .entry-cats a, .main-meta-textcol-main.blog .featured-slider .entry-cats a, .main-meta-textcol-main.blog .featured-slider .entry-meta a, .main-meta-textcol-main.blog .hentry .entry-cats a, .main-meta-textcol-main.single-post .entry-cats a, .main-meta-textcol-main.single-post .entry-tags a, .main-meta-textcol-main.single-post .entry-header .page-links a, +.main-meta-textcol-main .post-page-numbers.current, +.main-meta-textcol-main main .entry-content .pagebreak-links a, +.main-meta-textcol-main .post-navigation .nav-links a, +.main-meta-textcol-main .pagination .nav-links span.page-numbers, +.main-meta-textcol-main .pagination .nav-links a.page-numbers, .main-meta-textcol-main.single-post .entry-header .page-links .number { + color: #ff8800; +} + +.main-meta-bgcol-main .entry-cats a, +.main-meta-bgcol-main .featured-slider .entry-cats a, +.main-meta-bgcol-main .featured-slider .entry-meta a, +.main-meta-bgcol-main .section-one-column-one .entry-cats a, +.main-meta-bgcol-main .section-three-column-one .entry-cats a, +.main-meta-bgcol-main #front-section-four .entry-cats a, .main-meta-bgcol-main.single-post .entry-cats a, .main-meta-bgcol-main.single-post .entry-tags a, .main-meta-bgcol-main.blog .hentry .entry-cats a, .main-meta-bgcol-main.blog .featured-slider .entry-cats a, .main-meta-bgcol-main.blog .featured-slider .entry-meta a, .main-meta-bgcol-main.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a, +.main-meta-bgcol-main .post-page-numbers.current, +.main-meta-bgcol-main .post-navigation .nav-links a, +.main-meta-bgcol-main .pagebreak-links a, +.main-meta-bgcol-main .pagination .nav-links span.page-numbers, +.main-meta-bgcol-main .pagination .nav-links a.page-numbers { + background: #ff8800; +} +.main-meta-bgcol-main .gallery .slick-prev:before, +.main-meta-bgcol-main .gallery .slick-next:before, +.main-meta-bgcol-main .gallery .slick-dots li.slick-active button:before { + color: #ff8800; +} + +.main-meta-bgcol-hover-main .entry-cats a:hover, +.main-meta-bgcol-hover-main .featured-slider .entry-cats a:hover, +.main-meta-bgcol-hover-main .featured-slider .entry-meta a:hover, +.main-meta-bgcol-hover-main .section-one-column-one .entry-cats a:hover, +.main-meta-bgcol-hover-main .section-three-column-one .entry-cats a:hover, +.main-meta-bgcol-hover-main #front-section-four .entry-cats a:hover, .main-meta-bgcol-hover-main.blog .hentry .entry-cats a:hover, .main-meta-bgcol-hover-main.blog .featured-slider .entry-cats a:hover, .main-meta-bgcol-hover-main.blog .featured-slider .entry-meta a:hover, .main-meta-bgcol-hover-main.single-post .entry-cats a:hover, .main-meta-bgcol-hover-main.single-post .entry-tags a:hover, .main-meta-bgcol-hover-main.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover, +.main-meta-bgcol-hover-main .post-navigation .nav-links a:hover, +.main-meta-bgcol-hover-main .pagebreak-links a:hover, +.main-meta-bgcol-hover-main .pagination .nav-links span.page-numbers:hover, +.main-meta-bgcol-hover-main .pagination .nav-links a.page-numbers:hover { + background: #ff8800; +} + +.main-meta-textcol-hover-second.single-post .entry-header .entry-cats a:hover, .main-meta-textcol-hover-second.blog .featured-slider .entry-cats a:hover, .main-meta-textcol-hover-second.blog .featured-slider .entry-meta a:hover, .main-meta-textcol-hover-second.blog .hentry .entry-cats a:hover, +.main-meta-textcol-hover-second main .entry-content .pagebreak-links a:hover, +.main-meta-textcol-hover-second .post-navigation .nav-links a:hover, +.main-meta-textcol-hover-second .pagination .nav-links span.page-numbers:hover, +.main-meta-textcol-hover-second .pagination .nav-links a.page-numbers:hover { + color: #672082; +} + +.main-meta-textcol-second .entry-meta, +.main-meta-textcol-second .entry-cats, +.main-meta-textcol-second .slider-text .entry-meta a, +.main-meta-textcol-second .slider-text .entry-cats a, +.main-meta-textcol-second .section-one-column-one .entry-cats a, +.main-meta-textcol-second .section-three-column-one .entry-cats a, +.main-meta-textcol-second #front-section-four .entry-cats a, +.main-meta-textcol-second #front-section-four .entry-meta a, +.main-meta-textcol-second .featured-slider .entry-cats a, .main-meta-textcol-second.single-post .entry-header .entry-cats a, .main-meta-textcol-second.blog .featured-slider .entry-cats a, .main-meta-textcol-second.blog .featured-slider .entry-meta a, .main-meta-textcol-second.blog .hentry .entry-cats a, .main-meta-textcol-second.single-post .entry-cats a, .main-meta-textcol-second.single-post .entry-tags a, .main-meta-textcol-second.single-post .entry-header .page-links a, +.main-meta-textcol-second .post-page-numbers.current, +.main-meta-textcol-second main .entry-content .pagebreak-links a, +.main-meta-textcol-second .post-navigation .nav-links a, +.main-meta-textcol-second .pagination .nav-links span.page-numbers, +.main-meta-textcol-second .pagination .nav-links a.page-numbers, .main-meta-textcol-second.single-post .entry-header .page-links .number { + color: #672082; +} + +.main-meta-bgcol-second .entry-cats a, +.main-meta-bgcol-second .featured-slider .entry-cats a, +.main-meta-bgcol-second .featured-slider .entry-meta a, +.main-meta-bgcol-second .section-one-column-one .entry-cats a, +.main-meta-bgcol-second .section-three-column-one .entry-cats a, +.main-meta-bgcol-second #front-section-four .entry-cats a, .main-meta-bgcol-second.single-post .entry-cats a, .main-meta-bgcol-second.single-post .entry-tags a, .main-meta-bgcol-second.blog .hentry .entry-cats a, .main-meta-bgcol-second.blog .featured-slider .entry-cats a, .main-meta-bgcol-second.blog .featured-slider .entry-meta a, .main-meta-bgcol-second.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a, +.main-meta-bgcol-second .post-page-numbers.current, +.main-meta-bgcol-second .post-navigation .nav-links a, +.main-meta-bgcol-second .pagebreak-links a, +.main-meta-bgcol-second .pagination .nav-links span.page-numbers, +.main-meta-bgcol-second .pagination .nav-links a.page-numbers { + background: #672082; +} +.main-meta-bgcol-second .gallery .slick-prev:before, +.main-meta-bgcol-second .gallery .slick-next:before, +.main-meta-bgcol-second .gallery .slick-dots li.slick-active button:before { + color: #672082; +} + +.main-meta-bgcol-hover-second .entry-cats a:hover, +.main-meta-bgcol-hover-second .featured-slider .entry-cats a:hover, +.main-meta-bgcol-hover-second .featured-slider .entry-meta a:hover, +.main-meta-bgcol-hover-second .section-one-column-one .entry-cats a:hover, +.main-meta-bgcol-hover-second .section-three-column-one .entry-cats a:hover, +.main-meta-bgcol-hover-second #front-section-four .entry-cats a:hover, .main-meta-bgcol-hover-second.blog .hentry .entry-cats a:hover, .main-meta-bgcol-hover-second.blog .featured-slider .entry-cats a:hover, .main-meta-bgcol-hover-second.blog .featured-slider .entry-meta a:hover, .main-meta-bgcol-hover-second.single-post .entry-cats a:hover, .main-meta-bgcol-hover-second.single-post .entry-tags a:hover, .main-meta-bgcol-hover-second.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover, +.main-meta-bgcol-hover-second .post-navigation .nav-links a:hover, +.main-meta-bgcol-hover-second .pagebreak-links a:hover, +.main-meta-bgcol-hover-second .pagination .nav-links span.page-numbers:hover, +.main-meta-bgcol-hover-second .pagination .nav-links a.page-numbers:hover { + background: #672082; +} + +.main-meta-textcol-hover-third.single-post .entry-header .entry-cats a:hover, .main-meta-textcol-hover-third.blog .featured-slider .entry-cats a:hover, .main-meta-textcol-hover-third.blog .featured-slider .entry-meta a:hover, .main-meta-textcol-hover-third.blog .hentry .entry-cats a:hover, +.main-meta-textcol-hover-third main .entry-content .pagebreak-links a:hover, +.main-meta-textcol-hover-third .post-navigation .nav-links a:hover, +.main-meta-textcol-hover-third .pagination .nav-links span.page-numbers:hover, +.main-meta-textcol-hover-third .pagination .nav-links a.page-numbers:hover { + color: #698bc1; +} + +.main-meta-textcol-third .entry-meta, +.main-meta-textcol-third .entry-cats, +.main-meta-textcol-third .slider-text .entry-meta a, +.main-meta-textcol-third .slider-text .entry-cats a, +.main-meta-textcol-third .section-one-column-one .entry-cats a, +.main-meta-textcol-third .section-three-column-one .entry-cats a, +.main-meta-textcol-third #front-section-four .entry-cats a, +.main-meta-textcol-third #front-section-four .entry-meta a, +.main-meta-textcol-third .featured-slider .entry-cats a, .main-meta-textcol-third.single-post .entry-header .entry-cats a, .main-meta-textcol-third.blog .featured-slider .entry-cats a, .main-meta-textcol-third.blog .featured-slider .entry-meta a, .main-meta-textcol-third.blog .hentry .entry-cats a, .main-meta-textcol-third.single-post .entry-cats a, .main-meta-textcol-third.single-post .entry-tags a, .main-meta-textcol-third.single-post .entry-header .page-links a, +.main-meta-textcol-third .post-page-numbers.current, +.main-meta-textcol-third main .entry-content .pagebreak-links a, +.main-meta-textcol-third .post-navigation .nav-links a, +.main-meta-textcol-third .pagination .nav-links span.page-numbers, +.main-meta-textcol-third .pagination .nav-links a.page-numbers, .main-meta-textcol-third.single-post .entry-header .page-links .number { + color: #698bc1; +} + +.main-meta-bgcol-third .entry-cats a, +.main-meta-bgcol-third .featured-slider .entry-cats a, +.main-meta-bgcol-third .featured-slider .entry-meta a, +.main-meta-bgcol-third .section-one-column-one .entry-cats a, +.main-meta-bgcol-third .section-three-column-one .entry-cats a, +.main-meta-bgcol-third #front-section-four .entry-cats a, .main-meta-bgcol-third.single-post .entry-cats a, .main-meta-bgcol-third.single-post .entry-tags a, .main-meta-bgcol-third.blog .hentry .entry-cats a, .main-meta-bgcol-third.blog .featured-slider .entry-cats a, .main-meta-bgcol-third.blog .featured-slider .entry-meta a, .main-meta-bgcol-third.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a, +.main-meta-bgcol-third .post-page-numbers.current, +.main-meta-bgcol-third .post-navigation .nav-links a, +.main-meta-bgcol-third .pagebreak-links a, +.main-meta-bgcol-third .pagination .nav-links span.page-numbers, +.main-meta-bgcol-third .pagination .nav-links a.page-numbers { + background: #698bc1; +} +.main-meta-bgcol-third .gallery .slick-prev:before, +.main-meta-bgcol-third .gallery .slick-next:before, +.main-meta-bgcol-third .gallery .slick-dots li.slick-active button:before { + color: #698bc1; +} + +.main-meta-bgcol-hover-third .entry-cats a:hover, +.main-meta-bgcol-hover-third .featured-slider .entry-cats a:hover, +.main-meta-bgcol-hover-third .featured-slider .entry-meta a:hover, +.main-meta-bgcol-hover-third .section-one-column-one .entry-cats a:hover, +.main-meta-bgcol-hover-third .section-three-column-one .entry-cats a:hover, +.main-meta-bgcol-hover-third #front-section-four .entry-cats a:hover, .main-meta-bgcol-hover-third.blog .hentry .entry-cats a:hover, .main-meta-bgcol-hover-third.blog .featured-slider .entry-cats a:hover, .main-meta-bgcol-hover-third.blog .featured-slider .entry-meta a:hover, .main-meta-bgcol-hover-third.single-post .entry-cats a:hover, .main-meta-bgcol-hover-third.single-post .entry-tags a:hover, .main-meta-bgcol-hover-third.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover, +.main-meta-bgcol-hover-third .post-navigation .nav-links a:hover, +.main-meta-bgcol-hover-third .pagebreak-links a:hover, +.main-meta-bgcol-hover-third .pagination .nav-links span.page-numbers:hover, +.main-meta-bgcol-hover-third .pagination .nav-links a.page-numbers:hover { + background: #698bc1; +} + +.main-meta-textcol-hover-four.single-post .entry-header .entry-cats a:hover, .main-meta-textcol-hover-four.blog .featured-slider .entry-cats a:hover, .main-meta-textcol-hover-four.blog .featured-slider .entry-meta a:hover, .main-meta-textcol-hover-four.blog .hentry .entry-cats a:hover, +.main-meta-textcol-hover-four main .entry-content .pagebreak-links a:hover, +.main-meta-textcol-hover-four .post-navigation .nav-links a:hover, +.main-meta-textcol-hover-four .pagination .nav-links span.page-numbers:hover, +.main-meta-textcol-hover-four .pagination .nav-links a.page-numbers:hover { + color: #148f93; +} + +.main-meta-textcol-four .entry-meta, +.main-meta-textcol-four .entry-cats, +.main-meta-textcol-four .slider-text .entry-meta a, +.main-meta-textcol-four .slider-text .entry-cats a, +.main-meta-textcol-four .section-one-column-one .entry-cats a, +.main-meta-textcol-four .section-three-column-one .entry-cats a, +.main-meta-textcol-four #front-section-four .entry-cats a, +.main-meta-textcol-four #front-section-four .entry-meta a, +.main-meta-textcol-four .featured-slider .entry-cats a, .main-meta-textcol-four.single-post .entry-header .entry-cats a, .main-meta-textcol-four.blog .featured-slider .entry-cats a, .main-meta-textcol-four.blog .featured-slider .entry-meta a, .main-meta-textcol-four.blog .hentry .entry-cats a, .main-meta-textcol-four.single-post .entry-cats a, .main-meta-textcol-four.single-post .entry-tags a, .main-meta-textcol-four.single-post .entry-header .page-links a, +.main-meta-textcol-four .post-page-numbers.current, +.main-meta-textcol-four main .entry-content .pagebreak-links a, +.main-meta-textcol-four .post-navigation .nav-links a, +.main-meta-textcol-four .pagination .nav-links span.page-numbers, +.main-meta-textcol-four .pagination .nav-links a.page-numbers, .main-meta-textcol-four.single-post .entry-header .page-links .number { + color: #148f93; +} + +.main-meta-bgcol-four .entry-cats a, +.main-meta-bgcol-four .featured-slider .entry-cats a, +.main-meta-bgcol-four .featured-slider .entry-meta a, +.main-meta-bgcol-four .section-one-column-one .entry-cats a, +.main-meta-bgcol-four .section-three-column-one .entry-cats a, +.main-meta-bgcol-four #front-section-four .entry-cats a, .main-meta-bgcol-four.single-post .entry-cats a, .main-meta-bgcol-four.single-post .entry-tags a, .main-meta-bgcol-four.blog .hentry .entry-cats a, .main-meta-bgcol-four.blog .featured-slider .entry-cats a, .main-meta-bgcol-four.blog .featured-slider .entry-meta a, .main-meta-bgcol-four.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a, +.main-meta-bgcol-four .post-page-numbers.current, +.main-meta-bgcol-four .post-navigation .nav-links a, +.main-meta-bgcol-four .pagebreak-links a, +.main-meta-bgcol-four .pagination .nav-links span.page-numbers, +.main-meta-bgcol-four .pagination .nav-links a.page-numbers { + background: #148f93; +} +.main-meta-bgcol-four .gallery .slick-prev:before, +.main-meta-bgcol-four .gallery .slick-next:before, +.main-meta-bgcol-four .gallery .slick-dots li.slick-active button:before { + color: #148f93; +} + +.main-meta-bgcol-hover-four .entry-cats a:hover, +.main-meta-bgcol-hover-four .featured-slider .entry-cats a:hover, +.main-meta-bgcol-hover-four .featured-slider .entry-meta a:hover, +.main-meta-bgcol-hover-four .section-one-column-one .entry-cats a:hover, +.main-meta-bgcol-hover-four .section-three-column-one .entry-cats a:hover, +.main-meta-bgcol-hover-four #front-section-four .entry-cats a:hover, .main-meta-bgcol-hover-four.blog .hentry .entry-cats a:hover, .main-meta-bgcol-hover-four.blog .featured-slider .entry-cats a:hover, .main-meta-bgcol-hover-four.blog .featured-slider .entry-meta a:hover, .main-meta-bgcol-hover-four.single-post .entry-cats a:hover, .main-meta-bgcol-hover-four.single-post .entry-tags a:hover, .main-meta-bgcol-hover-four.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover, +.main-meta-bgcol-hover-four .post-navigation .nav-links a:hover, +.main-meta-bgcol-hover-four .pagebreak-links a:hover, +.main-meta-bgcol-hover-four .pagination .nav-links span.page-numbers:hover, +.main-meta-bgcol-hover-four .pagination .nav-links a.page-numbers:hover { + background: #148f93; +} + +.main-meta-textcol-hover-uspirates.single-post .entry-header .entry-cats a:hover, .main-meta-textcol-hover-uspirates.blog .featured-slider .entry-cats a:hover, .main-meta-textcol-hover-uspirates.blog .featured-slider .entry-meta a:hover, .main-meta-textcol-hover-uspirates.blog .hentry .entry-cats a:hover, +.main-meta-textcol-hover-uspirates main .entry-content .pagebreak-links a:hover, +.main-meta-textcol-hover-uspirates .post-navigation .nav-links a:hover, +.main-meta-textcol-hover-uspirates .pagination .nav-links span.page-numbers:hover, +.main-meta-textcol-hover-uspirates .pagination .nav-links a.page-numbers:hover { + color: #B127AF; +} + +.main-meta-textcol-uspirates .entry-meta, +.main-meta-textcol-uspirates .entry-cats, +.main-meta-textcol-uspirates .slider-text .entry-meta a, +.main-meta-textcol-uspirates .slider-text .entry-cats a, +.main-meta-textcol-uspirates .section-one-column-one .entry-cats a, +.main-meta-textcol-uspirates .section-three-column-one .entry-cats a, +.main-meta-textcol-uspirates #front-section-four .entry-cats a, +.main-meta-textcol-uspirates #front-section-four .entry-meta a, +.main-meta-textcol-uspirates .featured-slider .entry-cats a, .main-meta-textcol-uspirates.single-post .entry-header .entry-cats a, .main-meta-textcol-uspirates.blog .featured-slider .entry-cats a, .main-meta-textcol-uspirates.blog .featured-slider .entry-meta a, .main-meta-textcol-uspirates.blog .hentry .entry-cats a, .main-meta-textcol-uspirates.single-post .entry-cats a, .main-meta-textcol-uspirates.single-post .entry-tags a, .main-meta-textcol-uspirates.single-post .entry-header .page-links a, +.main-meta-textcol-uspirates .post-page-numbers.current, +.main-meta-textcol-uspirates main .entry-content .pagebreak-links a, +.main-meta-textcol-uspirates .post-navigation .nav-links a, +.main-meta-textcol-uspirates .pagination .nav-links span.page-numbers, +.main-meta-textcol-uspirates .pagination .nav-links a.page-numbers, .main-meta-textcol-uspirates.single-post .entry-header .page-links .number { + color: #B127AF; +} + +.main-meta-bgcol-uspirates .entry-cats a, +.main-meta-bgcol-uspirates .featured-slider .entry-cats a, +.main-meta-bgcol-uspirates .featured-slider .entry-meta a, +.main-meta-bgcol-uspirates .section-one-column-one .entry-cats a, +.main-meta-bgcol-uspirates .section-three-column-one .entry-cats a, +.main-meta-bgcol-uspirates #front-section-four .entry-cats a, .main-meta-bgcol-uspirates.single-post .entry-cats a, .main-meta-bgcol-uspirates.single-post .entry-tags a, .main-meta-bgcol-uspirates.blog .hentry .entry-cats a, .main-meta-bgcol-uspirates.blog .featured-slider .entry-cats a, .main-meta-bgcol-uspirates.blog .featured-slider .entry-meta a, .main-meta-bgcol-uspirates.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a, +.main-meta-bgcol-uspirates .post-page-numbers.current, +.main-meta-bgcol-uspirates .post-navigation .nav-links a, +.main-meta-bgcol-uspirates .pagebreak-links a, +.main-meta-bgcol-uspirates .pagination .nav-links span.page-numbers, +.main-meta-bgcol-uspirates .pagination .nav-links a.page-numbers { + background: #B127AF; +} +.main-meta-bgcol-uspirates .gallery .slick-prev:before, +.main-meta-bgcol-uspirates .gallery .slick-next:before, +.main-meta-bgcol-uspirates .gallery .slick-dots li.slick-active button:before { + color: #B127AF; +} + +.main-meta-bgcol-hover-uspirates .entry-cats a:hover, +.main-meta-bgcol-hover-uspirates .featured-slider .entry-cats a:hover, +.main-meta-bgcol-hover-uspirates .featured-slider .entry-meta a:hover, +.main-meta-bgcol-hover-uspirates .section-one-column-one .entry-cats a:hover, +.main-meta-bgcol-hover-uspirates .section-three-column-one .entry-cats a:hover, +.main-meta-bgcol-hover-uspirates #front-section-four .entry-cats a:hover, .main-meta-bgcol-hover-uspirates.blog .hentry .entry-cats a:hover, .main-meta-bgcol-hover-uspirates.blog .featured-slider .entry-cats a:hover, .main-meta-bgcol-hover-uspirates.blog .featured-slider .entry-meta a:hover, .main-meta-bgcol-hover-uspirates.single-post .entry-cats a:hover, .main-meta-bgcol-hover-uspirates.single-post .entry-tags a:hover, .main-meta-bgcol-hover-uspirates.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover, +.main-meta-bgcol-hover-uspirates .post-navigation .nav-links a:hover, +.main-meta-bgcol-hover-uspirates .pagebreak-links a:hover, +.main-meta-bgcol-hover-uspirates .pagination .nav-links span.page-numbers:hover, +.main-meta-bgcol-hover-uspirates .pagination .nav-links a.page-numbers:hover { + background: #B127AF; +} + +.main-meta-textcol-hover-tkpirates.single-post .entry-header .entry-cats a:hover, .main-meta-textcol-hover-tkpirates.blog .featured-slider .entry-cats a:hover, .main-meta-textcol-hover-tkpirates.blog .featured-slider .entry-meta a:hover, .main-meta-textcol-hover-tkpirates.blog .hentry .entry-cats a:hover, +.main-meta-textcol-hover-tkpirates main .entry-content .pagebreak-links a:hover, +.main-meta-textcol-hover-tkpirates .post-navigation .nav-links a:hover, +.main-meta-textcol-hover-tkpirates .pagination .nav-links span.page-numbers:hover, +.main-meta-textcol-hover-tkpirates .pagination .nav-links a.page-numbers:hover { + color: #00B5B1; +} + +.main-meta-textcol-tkpirates .entry-meta, +.main-meta-textcol-tkpirates .entry-cats, +.main-meta-textcol-tkpirates .slider-text .entry-meta a, +.main-meta-textcol-tkpirates .slider-text .entry-cats a, +.main-meta-textcol-tkpirates .section-one-column-one .entry-cats a, +.main-meta-textcol-tkpirates .section-three-column-one .entry-cats a, +.main-meta-textcol-tkpirates #front-section-four .entry-cats a, +.main-meta-textcol-tkpirates #front-section-four .entry-meta a, +.main-meta-textcol-tkpirates .featured-slider .entry-cats a, .main-meta-textcol-tkpirates.single-post .entry-header .entry-cats a, .main-meta-textcol-tkpirates.blog .featured-slider .entry-cats a, .main-meta-textcol-tkpirates.blog .featured-slider .entry-meta a, .main-meta-textcol-tkpirates.blog .hentry .entry-cats a, .main-meta-textcol-tkpirates.single-post .entry-cats a, .main-meta-textcol-tkpirates.single-post .entry-tags a, .main-meta-textcol-tkpirates.single-post .entry-header .page-links a, +.main-meta-textcol-tkpirates .post-page-numbers.current, +.main-meta-textcol-tkpirates main .entry-content .pagebreak-links a, +.main-meta-textcol-tkpirates .post-navigation .nav-links a, +.main-meta-textcol-tkpirates .pagination .nav-links span.page-numbers, +.main-meta-textcol-tkpirates .pagination .nav-links a.page-numbers, .main-meta-textcol-tkpirates.single-post .entry-header .page-links .number { + color: #00B5B1; +} + +.main-meta-bgcol-tkpirates .entry-cats a, +.main-meta-bgcol-tkpirates .featured-slider .entry-cats a, +.main-meta-bgcol-tkpirates .featured-slider .entry-meta a, +.main-meta-bgcol-tkpirates .section-one-column-one .entry-cats a, +.main-meta-bgcol-tkpirates .section-three-column-one .entry-cats a, +.main-meta-bgcol-tkpirates #front-section-four .entry-cats a, .main-meta-bgcol-tkpirates.single-post .entry-cats a, .main-meta-bgcol-tkpirates.single-post .entry-tags a, .main-meta-bgcol-tkpirates.blog .hentry .entry-cats a, .main-meta-bgcol-tkpirates.blog .featured-slider .entry-cats a, .main-meta-bgcol-tkpirates.blog .featured-slider .entry-meta a, .main-meta-bgcol-tkpirates.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a, +.main-meta-bgcol-tkpirates .post-page-numbers.current, +.main-meta-bgcol-tkpirates .post-navigation .nav-links a, +.main-meta-bgcol-tkpirates .pagebreak-links a, +.main-meta-bgcol-tkpirates .pagination .nav-links span.page-numbers, +.main-meta-bgcol-tkpirates .pagination .nav-links a.page-numbers { + background: #00B5B1; +} +.main-meta-bgcol-tkpirates .gallery .slick-prev:before, +.main-meta-bgcol-tkpirates .gallery .slick-next:before, +.main-meta-bgcol-tkpirates .gallery .slick-dots li.slick-active button:before { + color: #00B5B1; +} + +.main-meta-bgcol-hover-tkpirates .entry-cats a:hover, +.main-meta-bgcol-hover-tkpirates .featured-slider .entry-cats a:hover, +.main-meta-bgcol-hover-tkpirates .featured-slider .entry-meta a:hover, +.main-meta-bgcol-hover-tkpirates .section-one-column-one .entry-cats a:hover, +.main-meta-bgcol-hover-tkpirates .section-three-column-one .entry-cats a:hover, +.main-meta-bgcol-hover-tkpirates #front-section-four .entry-cats a:hover, .main-meta-bgcol-hover-tkpirates.blog .hentry .entry-cats a:hover, .main-meta-bgcol-hover-tkpirates.blog .featured-slider .entry-cats a:hover, .main-meta-bgcol-hover-tkpirates.blog .featured-slider .entry-meta a:hover, .main-meta-bgcol-hover-tkpirates.single-post .entry-cats a:hover, .main-meta-bgcol-hover-tkpirates.single-post .entry-tags a:hover, .main-meta-bgcol-hover-tkpirates.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover, +.main-meta-bgcol-hover-tkpirates .post-navigation .nav-links a:hover, +.main-meta-bgcol-hover-tkpirates .pagebreak-links a:hover, +.main-meta-bgcol-hover-tkpirates .pagination .nav-links span.page-numbers:hover, +.main-meta-bgcol-hover-tkpirates .pagination .nav-links a.page-numbers:hover { + background: #00B5B1; +} + +.main-meta-textcol-hover-chpirates.single-post .entry-header .entry-cats a:hover, .main-meta-textcol-hover-chpirates.blog .featured-slider .entry-cats a:hover, .main-meta-textcol-hover-chpirates.blog .featured-slider .entry-meta a:hover, .main-meta-textcol-hover-chpirates.blog .hentry .entry-cats a:hover, +.main-meta-textcol-hover-chpirates main .entry-content .pagebreak-links a:hover, +.main-meta-textcol-hover-chpirates .post-navigation .nav-links a:hover, +.main-meta-textcol-hover-chpirates .pagination .nav-links span.page-numbers:hover, +.main-meta-textcol-hover-chpirates .pagination .nav-links a.page-numbers:hover { + color: #F9B200; +} + +.main-meta-textcol-chpirates .entry-meta, +.main-meta-textcol-chpirates .entry-cats, +.main-meta-textcol-chpirates .slider-text .entry-meta a, +.main-meta-textcol-chpirates .slider-text .entry-cats a, +.main-meta-textcol-chpirates .section-one-column-one .entry-cats a, +.main-meta-textcol-chpirates .section-three-column-one .entry-cats a, +.main-meta-textcol-chpirates #front-section-four .entry-cats a, +.main-meta-textcol-chpirates #front-section-four .entry-meta a, +.main-meta-textcol-chpirates .featured-slider .entry-cats a, .main-meta-textcol-chpirates.single-post .entry-header .entry-cats a, .main-meta-textcol-chpirates.blog .featured-slider .entry-cats a, .main-meta-textcol-chpirates.blog .featured-slider .entry-meta a, .main-meta-textcol-chpirates.blog .hentry .entry-cats a, .main-meta-textcol-chpirates.single-post .entry-cats a, .main-meta-textcol-chpirates.single-post .entry-tags a, .main-meta-textcol-chpirates.single-post .entry-header .page-links a, +.main-meta-textcol-chpirates .post-page-numbers.current, +.main-meta-textcol-chpirates main .entry-content .pagebreak-links a, +.main-meta-textcol-chpirates .post-navigation .nav-links a, +.main-meta-textcol-chpirates .pagination .nav-links span.page-numbers, +.main-meta-textcol-chpirates .pagination .nav-links a.page-numbers, .main-meta-textcol-chpirates.single-post .entry-header .page-links .number { + color: #F9B200; +} + +.main-meta-bgcol-chpirates .entry-cats a, +.main-meta-bgcol-chpirates .featured-slider .entry-cats a, +.main-meta-bgcol-chpirates .featured-slider .entry-meta a, +.main-meta-bgcol-chpirates .section-one-column-one .entry-cats a, +.main-meta-bgcol-chpirates .section-three-column-one .entry-cats a, +.main-meta-bgcol-chpirates #front-section-four .entry-cats a, .main-meta-bgcol-chpirates.single-post .entry-cats a, .main-meta-bgcol-chpirates.single-post .entry-tags a, .main-meta-bgcol-chpirates.blog .hentry .entry-cats a, .main-meta-bgcol-chpirates.blog .featured-slider .entry-cats a, .main-meta-bgcol-chpirates.blog .featured-slider .entry-meta a, .main-meta-bgcol-chpirates.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a, +.main-meta-bgcol-chpirates .post-page-numbers.current, +.main-meta-bgcol-chpirates .post-navigation .nav-links a, +.main-meta-bgcol-chpirates .pagebreak-links a, +.main-meta-bgcol-chpirates .pagination .nav-links span.page-numbers, +.main-meta-bgcol-chpirates .pagination .nav-links a.page-numbers { + background: #F9B200; +} +.main-meta-bgcol-chpirates .gallery .slick-prev:before, +.main-meta-bgcol-chpirates .gallery .slick-next:before, +.main-meta-bgcol-chpirates .gallery .slick-dots li.slick-active button:before { + color: #F9B200; +} + +.main-meta-bgcol-hover-chpirates .entry-cats a:hover, +.main-meta-bgcol-hover-chpirates .featured-slider .entry-cats a:hover, +.main-meta-bgcol-hover-chpirates .featured-slider .entry-meta a:hover, +.main-meta-bgcol-hover-chpirates .section-one-column-one .entry-cats a:hover, +.main-meta-bgcol-hover-chpirates .section-three-column-one .entry-cats a:hover, +.main-meta-bgcol-hover-chpirates #front-section-four .entry-cats a:hover, .main-meta-bgcol-hover-chpirates.blog .hentry .entry-cats a:hover, .main-meta-bgcol-hover-chpirates.blog .featured-slider .entry-cats a:hover, .main-meta-bgcol-hover-chpirates.blog .featured-slider .entry-meta a:hover, .main-meta-bgcol-hover-chpirates.single-post .entry-cats a:hover, .main-meta-bgcol-hover-chpirates.single-post .entry-tags a:hover, .main-meta-bgcol-hover-chpirates.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover, +.main-meta-bgcol-hover-chpirates .post-navigation .nav-links a:hover, +.main-meta-bgcol-hover-chpirates .pagebreak-links a:hover, +.main-meta-bgcol-hover-chpirates .pagination .nav-links span.page-numbers:hover, +.main-meta-bgcol-hover-chpirates .pagination .nav-links a.page-numbers:hover { + background: #F9B200; +} + +.main-meta-textcol-hover-ispirates.single-post .entry-header .entry-cats a:hover, .main-meta-textcol-hover-ispirates.blog .featured-slider .entry-cats a:hover, .main-meta-textcol-hover-ispirates.blog .featured-slider .entry-meta a:hover, .main-meta-textcol-hover-ispirates.blog .hentry .entry-cats a:hover, +.main-meta-textcol-hover-ispirates main .entry-content .pagebreak-links a:hover, +.main-meta-textcol-hover-ispirates .post-navigation .nav-links a:hover, +.main-meta-textcol-hover-ispirates .pagination .nav-links span.page-numbers:hover, +.main-meta-textcol-hover-ispirates .pagination .nav-links a.page-numbers:hover { + color: #51297e; +} + +.main-meta-textcol-ispirates .entry-meta, +.main-meta-textcol-ispirates .entry-cats, +.main-meta-textcol-ispirates .slider-text .entry-meta a, +.main-meta-textcol-ispirates .slider-text .entry-cats a, +.main-meta-textcol-ispirates .section-one-column-one .entry-cats a, +.main-meta-textcol-ispirates .section-three-column-one .entry-cats a, +.main-meta-textcol-ispirates #front-section-four .entry-cats a, +.main-meta-textcol-ispirates #front-section-four .entry-meta a, +.main-meta-textcol-ispirates .featured-slider .entry-cats a, .main-meta-textcol-ispirates.single-post .entry-header .entry-cats a, .main-meta-textcol-ispirates.blog .featured-slider .entry-cats a, .main-meta-textcol-ispirates.blog .featured-slider .entry-meta a, .main-meta-textcol-ispirates.blog .hentry .entry-cats a, .main-meta-textcol-ispirates.single-post .entry-cats a, .main-meta-textcol-ispirates.single-post .entry-tags a, .main-meta-textcol-ispirates.single-post .entry-header .page-links a, +.main-meta-textcol-ispirates .post-page-numbers.current, +.main-meta-textcol-ispirates main .entry-content .pagebreak-links a, +.main-meta-textcol-ispirates .post-navigation .nav-links a, +.main-meta-textcol-ispirates .pagination .nav-links span.page-numbers, +.main-meta-textcol-ispirates .pagination .nav-links a.page-numbers, .main-meta-textcol-ispirates.single-post .entry-header .page-links .number { + color: #51297e; +} + +.main-meta-bgcol-ispirates .entry-cats a, +.main-meta-bgcol-ispirates .featured-slider .entry-cats a, +.main-meta-bgcol-ispirates .featured-slider .entry-meta a, +.main-meta-bgcol-ispirates .section-one-column-one .entry-cats a, +.main-meta-bgcol-ispirates .section-three-column-one .entry-cats a, +.main-meta-bgcol-ispirates #front-section-four .entry-cats a, .main-meta-bgcol-ispirates.single-post .entry-cats a, .main-meta-bgcol-ispirates.single-post .entry-tags a, .main-meta-bgcol-ispirates.blog .hentry .entry-cats a, .main-meta-bgcol-ispirates.blog .featured-slider .entry-cats a, .main-meta-bgcol-ispirates.blog .featured-slider .entry-meta a, .main-meta-bgcol-ispirates.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a, +.main-meta-bgcol-ispirates .post-page-numbers.current, +.main-meta-bgcol-ispirates .post-navigation .nav-links a, +.main-meta-bgcol-ispirates .pagebreak-links a, +.main-meta-bgcol-ispirates .pagination .nav-links span.page-numbers, +.main-meta-bgcol-ispirates .pagination .nav-links a.page-numbers { + background: #51297e; +} +.main-meta-bgcol-ispirates .gallery .slick-prev:before, +.main-meta-bgcol-ispirates .gallery .slick-next:before, +.main-meta-bgcol-ispirates .gallery .slick-dots li.slick-active button:before { + color: #51297e; +} + +.main-meta-bgcol-hover-ispirates .entry-cats a:hover, +.main-meta-bgcol-hover-ispirates .featured-slider .entry-cats a:hover, +.main-meta-bgcol-hover-ispirates .featured-slider .entry-meta a:hover, +.main-meta-bgcol-hover-ispirates .section-one-column-one .entry-cats a:hover, +.main-meta-bgcol-hover-ispirates .section-three-column-one .entry-cats a:hover, +.main-meta-bgcol-hover-ispirates #front-section-four .entry-cats a:hover, .main-meta-bgcol-hover-ispirates.blog .hentry .entry-cats a:hover, .main-meta-bgcol-hover-ispirates.blog .featured-slider .entry-cats a:hover, .main-meta-bgcol-hover-ispirates.blog .featured-slider .entry-meta a:hover, .main-meta-bgcol-hover-ispirates.single-post .entry-cats a:hover, .main-meta-bgcol-hover-ispirates.single-post .entry-tags a:hover, .main-meta-bgcol-hover-ispirates.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover, +.main-meta-bgcol-hover-ispirates .post-navigation .nav-links a:hover, +.main-meta-bgcol-hover-ispirates .pagebreak-links a:hover, +.main-meta-bgcol-hover-ispirates .pagination .nav-links span.page-numbers:hover, +.main-meta-bgcol-hover-ispirates .pagination .nav-links a.page-numbers:hover { + background: #51297e; +} + +.main-meta-textcol-hover-black.single-post .entry-header .entry-cats a:hover, .main-meta-textcol-hover-black.blog .featured-slider .entry-cats a:hover, .main-meta-textcol-hover-black.blog .featured-slider .entry-meta a:hover, .main-meta-textcol-hover-black.blog .hentry .entry-cats a:hover, +.main-meta-textcol-hover-black main .entry-content .pagebreak-links a:hover, +.main-meta-textcol-hover-black .post-navigation .nav-links a:hover, +.main-meta-textcol-hover-black .pagination .nav-links span.page-numbers:hover, +.main-meta-textcol-hover-black .pagination .nav-links a.page-numbers:hover { + color: #000; +} + +.main-meta-textcol-black .entry-meta, +.main-meta-textcol-black .entry-cats, +.main-meta-textcol-black .slider-text .entry-meta a, +.main-meta-textcol-black .slider-text .entry-cats a, +.main-meta-textcol-black .section-one-column-one .entry-cats a, +.main-meta-textcol-black .section-three-column-one .entry-cats a, +.main-meta-textcol-black #front-section-four .entry-cats a, +.main-meta-textcol-black #front-section-four .entry-meta a, +.main-meta-textcol-black .featured-slider .entry-cats a, .main-meta-textcol-black.single-post .entry-header .entry-cats a, .main-meta-textcol-black.blog .featured-slider .entry-cats a, .main-meta-textcol-black.blog .featured-slider .entry-meta a, .main-meta-textcol-black.blog .hentry .entry-cats a, .main-meta-textcol-black.single-post .entry-cats a, .main-meta-textcol-black.single-post .entry-tags a, .main-meta-textcol-black.single-post .entry-header .page-links a, +.main-meta-textcol-black .post-page-numbers.current, +.main-meta-textcol-black main .entry-content .pagebreak-links a, +.main-meta-textcol-black .post-navigation .nav-links a, +.main-meta-textcol-black .pagination .nav-links span.page-numbers, +.main-meta-textcol-black .pagination .nav-links a.page-numbers, .main-meta-textcol-black.single-post .entry-header .page-links .number { + color: #000; +} + +.main-meta-bgcol-black .entry-cats a, +.main-meta-bgcol-black .featured-slider .entry-cats a, +.main-meta-bgcol-black .featured-slider .entry-meta a, +.main-meta-bgcol-black .section-one-column-one .entry-cats a, +.main-meta-bgcol-black .section-three-column-one .entry-cats a, +.main-meta-bgcol-black #front-section-four .entry-cats a, .main-meta-bgcol-black.single-post .entry-cats a, .main-meta-bgcol-black.single-post .entry-tags a, .main-meta-bgcol-black.blog .hentry .entry-cats a, .main-meta-bgcol-black.blog .featured-slider .entry-cats a, .main-meta-bgcol-black.blog .featured-slider .entry-meta a, .main-meta-bgcol-black.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a, +.main-meta-bgcol-black .post-page-numbers.current, +.main-meta-bgcol-black .post-navigation .nav-links a, +.main-meta-bgcol-black .pagebreak-links a, +.main-meta-bgcol-black .pagination .nav-links span.page-numbers, +.main-meta-bgcol-black .pagination .nav-links a.page-numbers { + background: #000; +} +.main-meta-bgcol-black .gallery .slick-prev:before, +.main-meta-bgcol-black .gallery .slick-next:before, +.main-meta-bgcol-black .gallery .slick-dots li.slick-active button:before { + color: #000; +} + +.main-meta-bgcol-hover-black .entry-cats a:hover, +.main-meta-bgcol-hover-black .featured-slider .entry-cats a:hover, +.main-meta-bgcol-hover-black .featured-slider .entry-meta a:hover, +.main-meta-bgcol-hover-black .section-one-column-one .entry-cats a:hover, +.main-meta-bgcol-hover-black .section-three-column-one .entry-cats a:hover, +.main-meta-bgcol-hover-black #front-section-four .entry-cats a:hover, .main-meta-bgcol-hover-black.blog .hentry .entry-cats a:hover, .main-meta-bgcol-hover-black.blog .featured-slider .entry-cats a:hover, .main-meta-bgcol-hover-black.blog .featured-slider .entry-meta a:hover, .main-meta-bgcol-hover-black.single-post .entry-cats a:hover, .main-meta-bgcol-hover-black.single-post .entry-tags a:hover, .main-meta-bgcol-hover-black.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover, +.main-meta-bgcol-hover-black .post-navigation .nav-links a:hover, +.main-meta-bgcol-hover-black .pagebreak-links a:hover, +.main-meta-bgcol-hover-black .pagination .nav-links span.page-numbers:hover, +.main-meta-bgcol-hover-black .pagination .nav-links a.page-numbers:hover { + background: #000; +} + +.main-meta-textcol-hover-white.single-post .entry-header .entry-cats a:hover, .main-meta-textcol-hover-white.blog .featured-slider .entry-cats a:hover, .main-meta-textcol-hover-white.blog .featured-slider .entry-meta a:hover, .main-meta-textcol-hover-white.blog .hentry .entry-cats a:hover, +.main-meta-textcol-hover-white main .entry-content .pagebreak-links a:hover, +.main-meta-textcol-hover-white .post-navigation .nav-links a:hover, +.main-meta-textcol-hover-white .pagination .nav-links span.page-numbers:hover, +.main-meta-textcol-hover-white .pagination .nav-links a.page-numbers:hover { + color: #fff; +} + +.main-meta-textcol-white .entry-meta, +.main-meta-textcol-white .entry-cats, +.main-meta-textcol-white .slider-text .entry-meta a, +.main-meta-textcol-white .slider-text .entry-cats a, +.main-meta-textcol-white .section-one-column-one .entry-cats a, +.main-meta-textcol-white .section-three-column-one .entry-cats a, +.main-meta-textcol-white #front-section-four .entry-cats a, +.main-meta-textcol-white #front-section-four .entry-meta a, +.main-meta-textcol-white .featured-slider .entry-cats a, .main-meta-textcol-white.single-post .entry-header .entry-cats a, .main-meta-textcol-white.blog .featured-slider .entry-cats a, .main-meta-textcol-white.blog .featured-slider .entry-meta a, .main-meta-textcol-white.blog .hentry .entry-cats a, .main-meta-textcol-white.single-post .entry-cats a, .main-meta-textcol-white.single-post .entry-tags a, .main-meta-textcol-white.single-post .entry-header .page-links a, +.main-meta-textcol-white .post-page-numbers.current, +.main-meta-textcol-white main .entry-content .pagebreak-links a, +.main-meta-textcol-white .post-navigation .nav-links a, +.main-meta-textcol-white .pagination .nav-links span.page-numbers, +.main-meta-textcol-white .pagination .nav-links a.page-numbers, .main-meta-textcol-white.single-post .entry-header .page-links .number { + color: #fff; +} + +.main-meta-bgcol-white .entry-cats a, +.main-meta-bgcol-white .featured-slider .entry-cats a, +.main-meta-bgcol-white .featured-slider .entry-meta a, +.main-meta-bgcol-white .section-one-column-one .entry-cats a, +.main-meta-bgcol-white .section-three-column-one .entry-cats a, +.main-meta-bgcol-white #front-section-four .entry-cats a, .main-meta-bgcol-white.single-post .entry-cats a, .main-meta-bgcol-white.single-post .entry-tags a, .main-meta-bgcol-white.blog .hentry .entry-cats a, .main-meta-bgcol-white.blog .featured-slider .entry-cats a, .main-meta-bgcol-white.blog .featured-slider .entry-meta a, .main-meta-bgcol-white.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a, +.main-meta-bgcol-white .post-page-numbers.current, +.main-meta-bgcol-white .post-navigation .nav-links a, +.main-meta-bgcol-white .pagebreak-links a, +.main-meta-bgcol-white .pagination .nav-links span.page-numbers, +.main-meta-bgcol-white .pagination .nav-links a.page-numbers { + background: #fff; +} +.main-meta-bgcol-white .gallery .slick-prev:before, +.main-meta-bgcol-white .gallery .slick-next:before, +.main-meta-bgcol-white .gallery .slick-dots li.slick-active button:before { + color: #fff; +} + +.main-meta-bgcol-hover-white .entry-cats a:hover, +.main-meta-bgcol-hover-white .featured-slider .entry-cats a:hover, +.main-meta-bgcol-hover-white .featured-slider .entry-meta a:hover, +.main-meta-bgcol-hover-white .section-one-column-one .entry-cats a:hover, +.main-meta-bgcol-hover-white .section-three-column-one .entry-cats a:hover, +.main-meta-bgcol-hover-white #front-section-four .entry-cats a:hover, .main-meta-bgcol-hover-white.blog .hentry .entry-cats a:hover, .main-meta-bgcol-hover-white.blog .featured-slider .entry-cats a:hover, .main-meta-bgcol-hover-white.blog .featured-slider .entry-meta a:hover, .main-meta-bgcol-hover-white.single-post .entry-cats a:hover, .main-meta-bgcol-hover-white.single-post .entry-tags a:hover, .main-meta-bgcol-hover-white.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover, +.main-meta-bgcol-hover-white .post-navigation .nav-links a:hover, +.main-meta-bgcol-hover-white .pagebreak-links a:hover, +.main-meta-bgcol-hover-white .pagination .nav-links span.page-numbers:hover, +.main-meta-bgcol-hover-white .pagination .nav-links a.page-numbers:hover { + background: #fff; +} + +.main-meta-textcol-hover-grey.single-post .entry-header .entry-cats a:hover, .main-meta-textcol-hover-grey.blog .featured-slider .entry-cats a:hover, .main-meta-textcol-hover-grey.blog .featured-slider .entry-meta a:hover, .main-meta-textcol-hover-grey.blog .hentry .entry-cats a:hover, +.main-meta-textcol-hover-grey main .entry-content .pagebreak-links a:hover, +.main-meta-textcol-hover-grey .post-navigation .nav-links a:hover, +.main-meta-textcol-hover-grey .pagination .nav-links span.page-numbers:hover, +.main-meta-textcol-hover-grey .pagination .nav-links a.page-numbers:hover { + color: #e7e7eb; +} + +.main-meta-textcol-grey .entry-meta, +.main-meta-textcol-grey .entry-cats, +.main-meta-textcol-grey .slider-text .entry-meta a, +.main-meta-textcol-grey .slider-text .entry-cats a, +.main-meta-textcol-grey .section-one-column-one .entry-cats a, +.main-meta-textcol-grey .section-three-column-one .entry-cats a, +.main-meta-textcol-grey #front-section-four .entry-cats a, +.main-meta-textcol-grey #front-section-four .entry-meta a, +.main-meta-textcol-grey .featured-slider .entry-cats a, .main-meta-textcol-grey.single-post .entry-header .entry-cats a, .main-meta-textcol-grey.blog .featured-slider .entry-cats a, .main-meta-textcol-grey.blog .featured-slider .entry-meta a, .main-meta-textcol-grey.blog .hentry .entry-cats a, .main-meta-textcol-grey.single-post .entry-cats a, .main-meta-textcol-grey.single-post .entry-tags a, .main-meta-textcol-grey.single-post .entry-header .page-links a, +.main-meta-textcol-grey .post-page-numbers.current, +.main-meta-textcol-grey main .entry-content .pagebreak-links a, +.main-meta-textcol-grey .post-navigation .nav-links a, +.main-meta-textcol-grey .pagination .nav-links span.page-numbers, +.main-meta-textcol-grey .pagination .nav-links a.page-numbers, .main-meta-textcol-grey.single-post .entry-header .page-links .number { + color: #e7e7eb; +} + +.main-meta-bgcol-grey .entry-cats a, +.main-meta-bgcol-grey .featured-slider .entry-cats a, +.main-meta-bgcol-grey .featured-slider .entry-meta a, +.main-meta-bgcol-grey .section-one-column-one .entry-cats a, +.main-meta-bgcol-grey .section-three-column-one .entry-cats a, +.main-meta-bgcol-grey #front-section-four .entry-cats a, .main-meta-bgcol-grey.single-post .entry-cats a, .main-meta-bgcol-grey.single-post .entry-tags a, .main-meta-bgcol-grey.blog .hentry .entry-cats a, .main-meta-bgcol-grey.blog .featured-slider .entry-cats a, .main-meta-bgcol-grey.blog .featured-slider .entry-meta a, .main-meta-bgcol-grey.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a, +.main-meta-bgcol-grey .post-page-numbers.current, +.main-meta-bgcol-grey .post-navigation .nav-links a, +.main-meta-bgcol-grey .pagebreak-links a, +.main-meta-bgcol-grey .pagination .nav-links span.page-numbers, +.main-meta-bgcol-grey .pagination .nav-links a.page-numbers { + background: #e7e7eb; +} +.main-meta-bgcol-grey .gallery .slick-prev:before, +.main-meta-bgcol-grey .gallery .slick-next:before, +.main-meta-bgcol-grey .gallery .slick-dots li.slick-active button:before { + color: #e7e7eb; +} + +.main-meta-bgcol-hover-grey .entry-cats a:hover, +.main-meta-bgcol-hover-grey .featured-slider .entry-cats a:hover, +.main-meta-bgcol-hover-grey .featured-slider .entry-meta a:hover, +.main-meta-bgcol-hover-grey .section-one-column-one .entry-cats a:hover, +.main-meta-bgcol-hover-grey .section-three-column-one .entry-cats a:hover, +.main-meta-bgcol-hover-grey #front-section-four .entry-cats a:hover, .main-meta-bgcol-hover-grey.blog .hentry .entry-cats a:hover, .main-meta-bgcol-hover-grey.blog .featured-slider .entry-cats a:hover, .main-meta-bgcol-hover-grey.blog .featured-slider .entry-meta a:hover, .main-meta-bgcol-hover-grey.single-post .entry-cats a:hover, .main-meta-bgcol-hover-grey.single-post .entry-tags a:hover, .main-meta-bgcol-hover-grey.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover, +.main-meta-bgcol-hover-grey .post-navigation .nav-links a:hover, +.main-meta-bgcol-hover-grey .pagebreak-links a:hover, +.main-meta-bgcol-hover-grey .pagination .nav-links span.page-numbers:hover, +.main-meta-bgcol-hover-grey .pagination .nav-links a.page-numbers:hover { + background: #e7e7eb; +} + +.main-meta-textcol-hover-darkgrey.single-post .entry-header .entry-cats a:hover, .main-meta-textcol-hover-darkgrey.blog .featured-slider .entry-cats a:hover, .main-meta-textcol-hover-darkgrey.blog .featured-slider .entry-meta a:hover, .main-meta-textcol-hover-darkgrey.blog .hentry .entry-cats a:hover, +.main-meta-textcol-hover-darkgrey main .entry-content .pagebreak-links a:hover, +.main-meta-textcol-hover-darkgrey .post-navigation .nav-links a:hover, +.main-meta-textcol-hover-darkgrey .pagination .nav-links span.page-numbers:hover, +.main-meta-textcol-hover-darkgrey .pagination .nav-links a.page-numbers:hover { + color: #1a1a1a; +} + +.main-meta-textcol-darkgrey .entry-meta, +.main-meta-textcol-darkgrey .entry-cats, +.main-meta-textcol-darkgrey .slider-text .entry-meta a, +.main-meta-textcol-darkgrey .slider-text .entry-cats a, +.main-meta-textcol-darkgrey .section-one-column-one .entry-cats a, +.main-meta-textcol-darkgrey .section-three-column-one .entry-cats a, +.main-meta-textcol-darkgrey #front-section-four .entry-cats a, +.main-meta-textcol-darkgrey #front-section-four .entry-meta a, +.main-meta-textcol-darkgrey .featured-slider .entry-cats a, .main-meta-textcol-darkgrey.single-post .entry-header .entry-cats a, .main-meta-textcol-darkgrey.blog .featured-slider .entry-cats a, .main-meta-textcol-darkgrey.blog .featured-slider .entry-meta a, .main-meta-textcol-darkgrey.blog .hentry .entry-cats a, .main-meta-textcol-darkgrey.single-post .entry-cats a, .main-meta-textcol-darkgrey.single-post .entry-tags a, .main-meta-textcol-darkgrey.single-post .entry-header .page-links a, +.main-meta-textcol-darkgrey .post-page-numbers.current, +.main-meta-textcol-darkgrey main .entry-content .pagebreak-links a, +.main-meta-textcol-darkgrey .post-navigation .nav-links a, +.main-meta-textcol-darkgrey .pagination .nav-links span.page-numbers, +.main-meta-textcol-darkgrey .pagination .nav-links a.page-numbers, .main-meta-textcol-darkgrey.single-post .entry-header .page-links .number { + color: #1a1a1a; +} + +.main-meta-bgcol-darkgrey .entry-cats a, +.main-meta-bgcol-darkgrey .featured-slider .entry-cats a, +.main-meta-bgcol-darkgrey .featured-slider .entry-meta a, +.main-meta-bgcol-darkgrey .section-one-column-one .entry-cats a, +.main-meta-bgcol-darkgrey .section-three-column-one .entry-cats a, +.main-meta-bgcol-darkgrey #front-section-four .entry-cats a, .main-meta-bgcol-darkgrey.single-post .entry-cats a, .main-meta-bgcol-darkgrey.single-post .entry-tags a, .main-meta-bgcol-darkgrey.blog .hentry .entry-cats a, .main-meta-bgcol-darkgrey.blog .featured-slider .entry-cats a, .main-meta-bgcol-darkgrey.blog .featured-slider .entry-meta a, .main-meta-bgcol-darkgrey.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a, +.main-meta-bgcol-darkgrey .post-page-numbers.current, +.main-meta-bgcol-darkgrey .post-navigation .nav-links a, +.main-meta-bgcol-darkgrey .pagebreak-links a, +.main-meta-bgcol-darkgrey .pagination .nav-links span.page-numbers, +.main-meta-bgcol-darkgrey .pagination .nav-links a.page-numbers { + background: #1a1a1a; +} +.main-meta-bgcol-darkgrey .gallery .slick-prev:before, +.main-meta-bgcol-darkgrey .gallery .slick-next:before, +.main-meta-bgcol-darkgrey .gallery .slick-dots li.slick-active button:before { + color: #1a1a1a; +} + +.main-meta-bgcol-hover-darkgrey .entry-cats a:hover, +.main-meta-bgcol-hover-darkgrey .featured-slider .entry-cats a:hover, +.main-meta-bgcol-hover-darkgrey .featured-slider .entry-meta a:hover, +.main-meta-bgcol-hover-darkgrey .section-one-column-one .entry-cats a:hover, +.main-meta-bgcol-hover-darkgrey .section-three-column-one .entry-cats a:hover, +.main-meta-bgcol-hover-darkgrey #front-section-four .entry-cats a:hover, .main-meta-bgcol-hover-darkgrey.blog .hentry .entry-cats a:hover, .main-meta-bgcol-hover-darkgrey.blog .featured-slider .entry-cats a:hover, .main-meta-bgcol-hover-darkgrey.blog .featured-slider .entry-meta a:hover, .main-meta-bgcol-hover-darkgrey.single-post .entry-cats a:hover, .main-meta-bgcol-hover-darkgrey.single-post .entry-tags a:hover, .main-meta-bgcol-hover-darkgrey.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover, +.main-meta-bgcol-hover-darkgrey .post-navigation .nav-links a:hover, +.main-meta-bgcol-hover-darkgrey .pagebreak-links a:hover, +.main-meta-bgcol-hover-darkgrey .pagination .nav-links span.page-numbers:hover, +.main-meta-bgcol-hover-darkgrey .pagination .nav-links a.page-numbers:hover { + background: #1a1a1a; +} + +.main-meta-textcol-hover-blue.single-post .entry-header .entry-cats a:hover, .main-meta-textcol-hover-blue.blog .featured-slider .entry-cats a:hover, .main-meta-textcol-hover-blue.blog .featured-slider .entry-meta a:hover, .main-meta-textcol-hover-blue.blog .hentry .entry-cats a:hover, +.main-meta-textcol-hover-blue main .entry-content .pagebreak-links a:hover, +.main-meta-textcol-hover-blue .post-navigation .nav-links a:hover, +.main-meta-textcol-hover-blue .pagination .nav-links span.page-numbers:hover, +.main-meta-textcol-hover-blue .pagination .nav-links a.page-numbers:hover { + color: #0066ff; +} + +.main-meta-textcol-blue .entry-meta, +.main-meta-textcol-blue .entry-cats, +.main-meta-textcol-blue .slider-text .entry-meta a, +.main-meta-textcol-blue .slider-text .entry-cats a, +.main-meta-textcol-blue .section-one-column-one .entry-cats a, +.main-meta-textcol-blue .section-three-column-one .entry-cats a, +.main-meta-textcol-blue #front-section-four .entry-cats a, +.main-meta-textcol-blue #front-section-four .entry-meta a, +.main-meta-textcol-blue .featured-slider .entry-cats a, .main-meta-textcol-blue.single-post .entry-header .entry-cats a, .main-meta-textcol-blue.blog .featured-slider .entry-cats a, .main-meta-textcol-blue.blog .featured-slider .entry-meta a, .main-meta-textcol-blue.blog .hentry .entry-cats a, .main-meta-textcol-blue.single-post .entry-cats a, .main-meta-textcol-blue.single-post .entry-tags a, .main-meta-textcol-blue.single-post .entry-header .page-links a, +.main-meta-textcol-blue .post-page-numbers.current, +.main-meta-textcol-blue main .entry-content .pagebreak-links a, +.main-meta-textcol-blue .post-navigation .nav-links a, +.main-meta-textcol-blue .pagination .nav-links span.page-numbers, +.main-meta-textcol-blue .pagination .nav-links a.page-numbers, .main-meta-textcol-blue.single-post .entry-header .page-links .number { + color: #0066ff; +} + +.main-meta-bgcol-blue .entry-cats a, +.main-meta-bgcol-blue .featured-slider .entry-cats a, +.main-meta-bgcol-blue .featured-slider .entry-meta a, +.main-meta-bgcol-blue .section-one-column-one .entry-cats a, +.main-meta-bgcol-blue .section-three-column-one .entry-cats a, +.main-meta-bgcol-blue #front-section-four .entry-cats a, .main-meta-bgcol-blue.single-post .entry-cats a, .main-meta-bgcol-blue.single-post .entry-tags a, .main-meta-bgcol-blue.blog .hentry .entry-cats a, .main-meta-bgcol-blue.blog .featured-slider .entry-cats a, .main-meta-bgcol-blue.blog .featured-slider .entry-meta a, .main-meta-bgcol-blue.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a, +.main-meta-bgcol-blue .post-page-numbers.current, +.main-meta-bgcol-blue .post-navigation .nav-links a, +.main-meta-bgcol-blue .pagebreak-links a, +.main-meta-bgcol-blue .pagination .nav-links span.page-numbers, +.main-meta-bgcol-blue .pagination .nav-links a.page-numbers { + background: #0066ff; +} +.main-meta-bgcol-blue .gallery .slick-prev:before, +.main-meta-bgcol-blue .gallery .slick-next:before, +.main-meta-bgcol-blue .gallery .slick-dots li.slick-active button:before { + color: #0066ff; +} + +.main-meta-bgcol-hover-blue .entry-cats a:hover, +.main-meta-bgcol-hover-blue .featured-slider .entry-cats a:hover, +.main-meta-bgcol-hover-blue .featured-slider .entry-meta a:hover, +.main-meta-bgcol-hover-blue .section-one-column-one .entry-cats a:hover, +.main-meta-bgcol-hover-blue .section-three-column-one .entry-cats a:hover, +.main-meta-bgcol-hover-blue #front-section-four .entry-cats a:hover, .main-meta-bgcol-hover-blue.blog .hentry .entry-cats a:hover, .main-meta-bgcol-hover-blue.blog .featured-slider .entry-cats a:hover, .main-meta-bgcol-hover-blue.blog .featured-slider .entry-meta a:hover, .main-meta-bgcol-hover-blue.single-post .entry-cats a:hover, .main-meta-bgcol-hover-blue.single-post .entry-tags a:hover, .main-meta-bgcol-hover-blue.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover, +.main-meta-bgcol-hover-blue .post-navigation .nav-links a:hover, +.main-meta-bgcol-hover-blue .pagebreak-links a:hover, +.main-meta-bgcol-hover-blue .pagination .nav-links span.page-numbers:hover, +.main-meta-bgcol-hover-blue .pagination .nav-links a.page-numbers:hover { + background: #0066ff; +} + +.main-meta-textcol-hover-red.single-post .entry-header .entry-cats a:hover, .main-meta-textcol-hover-red.blog .featured-slider .entry-cats a:hover, .main-meta-textcol-hover-red.blog .featured-slider .entry-meta a:hover, .main-meta-textcol-hover-red.blog .hentry .entry-cats a:hover, +.main-meta-textcol-hover-red main .entry-content .pagebreak-links a:hover, +.main-meta-textcol-hover-red .post-navigation .nav-links a:hover, +.main-meta-textcol-hover-red .pagination .nav-links span.page-numbers:hover, +.main-meta-textcol-hover-red .pagination .nav-links a.page-numbers:hover { + color: #d7464d; +} + +.main-meta-textcol-red .entry-meta, +.main-meta-textcol-red .entry-cats, +.main-meta-textcol-red .slider-text .entry-meta a, +.main-meta-textcol-red .slider-text .entry-cats a, +.main-meta-textcol-red .section-one-column-one .entry-cats a, +.main-meta-textcol-red .section-three-column-one .entry-cats a, +.main-meta-textcol-red #front-section-four .entry-cats a, +.main-meta-textcol-red #front-section-four .entry-meta a, +.main-meta-textcol-red .featured-slider .entry-cats a, .main-meta-textcol-red.single-post .entry-header .entry-cats a, .main-meta-textcol-red.blog .featured-slider .entry-cats a, .main-meta-textcol-red.blog .featured-slider .entry-meta a, .main-meta-textcol-red.blog .hentry .entry-cats a, .main-meta-textcol-red.single-post .entry-cats a, .main-meta-textcol-red.single-post .entry-tags a, .main-meta-textcol-red.single-post .entry-header .page-links a, +.main-meta-textcol-red .post-page-numbers.current, +.main-meta-textcol-red main .entry-content .pagebreak-links a, +.main-meta-textcol-red .post-navigation .nav-links a, +.main-meta-textcol-red .pagination .nav-links span.page-numbers, +.main-meta-textcol-red .pagination .nav-links a.page-numbers, .main-meta-textcol-red.single-post .entry-header .page-links .number { + color: #d7464d; +} + +.main-meta-bgcol-red .entry-cats a, +.main-meta-bgcol-red .featured-slider .entry-cats a, +.main-meta-bgcol-red .featured-slider .entry-meta a, +.main-meta-bgcol-red .section-one-column-one .entry-cats a, +.main-meta-bgcol-red .section-three-column-one .entry-cats a, +.main-meta-bgcol-red #front-section-four .entry-cats a, .main-meta-bgcol-red.single-post .entry-cats a, .main-meta-bgcol-red.single-post .entry-tags a, .main-meta-bgcol-red.blog .hentry .entry-cats a, .main-meta-bgcol-red.blog .featured-slider .entry-cats a, .main-meta-bgcol-red.blog .featured-slider .entry-meta a, .main-meta-bgcol-red.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a, +.main-meta-bgcol-red .post-page-numbers.current, +.main-meta-bgcol-red .post-navigation .nav-links a, +.main-meta-bgcol-red .pagebreak-links a, +.main-meta-bgcol-red .pagination .nav-links span.page-numbers, +.main-meta-bgcol-red .pagination .nav-links a.page-numbers { + background: #d7464d; +} +.main-meta-bgcol-red .gallery .slick-prev:before, +.main-meta-bgcol-red .gallery .slick-next:before, +.main-meta-bgcol-red .gallery .slick-dots li.slick-active button:before { + color: #d7464d; +} + +.main-meta-bgcol-hover-red .entry-cats a:hover, +.main-meta-bgcol-hover-red .featured-slider .entry-cats a:hover, +.main-meta-bgcol-hover-red .featured-slider .entry-meta a:hover, +.main-meta-bgcol-hover-red .section-one-column-one .entry-cats a:hover, +.main-meta-bgcol-hover-red .section-three-column-one .entry-cats a:hover, +.main-meta-bgcol-hover-red #front-section-four .entry-cats a:hover, .main-meta-bgcol-hover-red.blog .hentry .entry-cats a:hover, .main-meta-bgcol-hover-red.blog .featured-slider .entry-cats a:hover, .main-meta-bgcol-hover-red.blog .featured-slider .entry-meta a:hover, .main-meta-bgcol-hover-red.single-post .entry-cats a:hover, .main-meta-bgcol-hover-red.single-post .entry-tags a:hover, .main-meta-bgcol-hover-red.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover, +.main-meta-bgcol-hover-red .post-navigation .nav-links a:hover, +.main-meta-bgcol-hover-red .pagebreak-links a:hover, +.main-meta-bgcol-hover-red .pagination .nav-links span.page-numbers:hover, +.main-meta-bgcol-hover-red .pagination .nav-links a.page-numbers:hover { + background: #d7464d; +} + +.main-meta-textcol-hover-yellow.single-post .entry-header .entry-cats a:hover, .main-meta-textcol-hover-yellow.blog .featured-slider .entry-cats a:hover, .main-meta-textcol-hover-yellow.blog .featured-slider .entry-meta a:hover, .main-meta-textcol-hover-yellow.blog .hentry .entry-cats a:hover, +.main-meta-textcol-hover-yellow main .entry-content .pagebreak-links a:hover, +.main-meta-textcol-hover-yellow .post-navigation .nav-links a:hover, +.main-meta-textcol-hover-yellow .pagination .nav-links span.page-numbers:hover, +.main-meta-textcol-hover-yellow .pagination .nav-links a.page-numbers:hover { + color: #e7b547; +} + +.main-meta-textcol-yellow .entry-meta, +.main-meta-textcol-yellow .entry-cats, +.main-meta-textcol-yellow .slider-text .entry-meta a, +.main-meta-textcol-yellow .slider-text .entry-cats a, +.main-meta-textcol-yellow .section-one-column-one .entry-cats a, +.main-meta-textcol-yellow .section-three-column-one .entry-cats a, +.main-meta-textcol-yellow #front-section-four .entry-cats a, +.main-meta-textcol-yellow #front-section-four .entry-meta a, +.main-meta-textcol-yellow .featured-slider .entry-cats a, .main-meta-textcol-yellow.single-post .entry-header .entry-cats a, .main-meta-textcol-yellow.blog .featured-slider .entry-cats a, .main-meta-textcol-yellow.blog .featured-slider .entry-meta a, .main-meta-textcol-yellow.blog .hentry .entry-cats a, .main-meta-textcol-yellow.single-post .entry-cats a, .main-meta-textcol-yellow.single-post .entry-tags a, .main-meta-textcol-yellow.single-post .entry-header .page-links a, +.main-meta-textcol-yellow .post-page-numbers.current, +.main-meta-textcol-yellow main .entry-content .pagebreak-links a, +.main-meta-textcol-yellow .post-navigation .nav-links a, +.main-meta-textcol-yellow .pagination .nav-links span.page-numbers, +.main-meta-textcol-yellow .pagination .nav-links a.page-numbers, .main-meta-textcol-yellow.single-post .entry-header .page-links .number { + color: #e7b547; +} + +.main-meta-bgcol-yellow .entry-cats a, +.main-meta-bgcol-yellow .featured-slider .entry-cats a, +.main-meta-bgcol-yellow .featured-slider .entry-meta a, +.main-meta-bgcol-yellow .section-one-column-one .entry-cats a, +.main-meta-bgcol-yellow .section-three-column-one .entry-cats a, +.main-meta-bgcol-yellow #front-section-four .entry-cats a, .main-meta-bgcol-yellow.single-post .entry-cats a, .main-meta-bgcol-yellow.single-post .entry-tags a, .main-meta-bgcol-yellow.blog .hentry .entry-cats a, .main-meta-bgcol-yellow.blog .featured-slider .entry-cats a, .main-meta-bgcol-yellow.blog .featured-slider .entry-meta a, .main-meta-bgcol-yellow.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a, +.main-meta-bgcol-yellow .post-page-numbers.current, +.main-meta-bgcol-yellow .post-navigation .nav-links a, +.main-meta-bgcol-yellow .pagebreak-links a, +.main-meta-bgcol-yellow .pagination .nav-links span.page-numbers, +.main-meta-bgcol-yellow .pagination .nav-links a.page-numbers { + background: #e7b547; +} +.main-meta-bgcol-yellow .gallery .slick-prev:before, +.main-meta-bgcol-yellow .gallery .slick-next:before, +.main-meta-bgcol-yellow .gallery .slick-dots li.slick-active button:before { + color: #e7b547; +} + +.main-meta-bgcol-hover-yellow .entry-cats a:hover, +.main-meta-bgcol-hover-yellow .featured-slider .entry-cats a:hover, +.main-meta-bgcol-hover-yellow .featured-slider .entry-meta a:hover, +.main-meta-bgcol-hover-yellow .section-one-column-one .entry-cats a:hover, +.main-meta-bgcol-hover-yellow .section-three-column-one .entry-cats a:hover, +.main-meta-bgcol-hover-yellow #front-section-four .entry-cats a:hover, .main-meta-bgcol-hover-yellow.blog .hentry .entry-cats a:hover, .main-meta-bgcol-hover-yellow.blog .featured-slider .entry-cats a:hover, .main-meta-bgcol-hover-yellow.blog .featured-slider .entry-meta a:hover, .main-meta-bgcol-hover-yellow.single-post .entry-cats a:hover, .main-meta-bgcol-hover-yellow.single-post .entry-tags a:hover, .main-meta-bgcol-hover-yellow.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover, +.main-meta-bgcol-hover-yellow .post-navigation .nav-links a:hover, +.main-meta-bgcol-hover-yellow .pagebreak-links a:hover, +.main-meta-bgcol-hover-yellow .pagination .nav-links span.page-numbers:hover, +.main-meta-bgcol-hover-yellow .pagination .nav-links a.page-numbers:hover { + background: #e7b547; +} + +.main-meta-textcol-hover-green.single-post .entry-header .entry-cats a:hover, .main-meta-textcol-hover-green.blog .featured-slider .entry-cats a:hover, .main-meta-textcol-hover-green.blog .featured-slider .entry-meta a:hover, .main-meta-textcol-hover-green.blog .hentry .entry-cats a:hover, +.main-meta-textcol-hover-green main .entry-content .pagebreak-links a:hover, +.main-meta-textcol-hover-green .post-navigation .nav-links a:hover, +.main-meta-textcol-hover-green .pagination .nav-links span.page-numbers:hover, +.main-meta-textcol-hover-green .pagination .nav-links a.page-numbers:hover { + color: #85c066; +} + +.main-meta-textcol-green .entry-meta, +.main-meta-textcol-green .entry-cats, +.main-meta-textcol-green .slider-text .entry-meta a, +.main-meta-textcol-green .slider-text .entry-cats a, +.main-meta-textcol-green .section-one-column-one .entry-cats a, +.main-meta-textcol-green .section-three-column-one .entry-cats a, +.main-meta-textcol-green #front-section-four .entry-cats a, +.main-meta-textcol-green #front-section-four .entry-meta a, +.main-meta-textcol-green .featured-slider .entry-cats a, .main-meta-textcol-green.single-post .entry-header .entry-cats a, .main-meta-textcol-green.blog .featured-slider .entry-cats a, .main-meta-textcol-green.blog .featured-slider .entry-meta a, .main-meta-textcol-green.blog .hentry .entry-cats a, .main-meta-textcol-green.single-post .entry-cats a, .main-meta-textcol-green.single-post .entry-tags a, .main-meta-textcol-green.single-post .entry-header .page-links a, +.main-meta-textcol-green .post-page-numbers.current, +.main-meta-textcol-green main .entry-content .pagebreak-links a, +.main-meta-textcol-green .post-navigation .nav-links a, +.main-meta-textcol-green .pagination .nav-links span.page-numbers, +.main-meta-textcol-green .pagination .nav-links a.page-numbers, .main-meta-textcol-green.single-post .entry-header .page-links .number { + color: #85c066; +} + +.main-meta-bgcol-green .entry-cats a, +.main-meta-bgcol-green .featured-slider .entry-cats a, +.main-meta-bgcol-green .featured-slider .entry-meta a, +.main-meta-bgcol-green .section-one-column-one .entry-cats a, +.main-meta-bgcol-green .section-three-column-one .entry-cats a, +.main-meta-bgcol-green #front-section-four .entry-cats a, .main-meta-bgcol-green.single-post .entry-cats a, .main-meta-bgcol-green.single-post .entry-tags a, .main-meta-bgcol-green.blog .hentry .entry-cats a, .main-meta-bgcol-green.blog .featured-slider .entry-cats a, .main-meta-bgcol-green.blog .featured-slider .entry-meta a, .main-meta-bgcol-green.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a, +.main-meta-bgcol-green .post-page-numbers.current, +.main-meta-bgcol-green .post-navigation .nav-links a, +.main-meta-bgcol-green .pagebreak-links a, +.main-meta-bgcol-green .pagination .nav-links span.page-numbers, +.main-meta-bgcol-green .pagination .nav-links a.page-numbers { + background: #85c066; +} +.main-meta-bgcol-green .gallery .slick-prev:before, +.main-meta-bgcol-green .gallery .slick-next:before, +.main-meta-bgcol-green .gallery .slick-dots li.slick-active button:before { + color: #85c066; +} + +.main-meta-bgcol-hover-green .entry-cats a:hover, +.main-meta-bgcol-hover-green .featured-slider .entry-cats a:hover, +.main-meta-bgcol-hover-green .featured-slider .entry-meta a:hover, +.main-meta-bgcol-hover-green .section-one-column-one .entry-cats a:hover, +.main-meta-bgcol-hover-green .section-three-column-one .entry-cats a:hover, +.main-meta-bgcol-hover-green #front-section-four .entry-cats a:hover, .main-meta-bgcol-hover-green.blog .hentry .entry-cats a:hover, .main-meta-bgcol-hover-green.blog .featured-slider .entry-cats a:hover, .main-meta-bgcol-hover-green.blog .featured-slider .entry-meta a:hover, .main-meta-bgcol-hover-green.single-post .entry-cats a:hover, .main-meta-bgcol-hover-green.single-post .entry-tags a:hover, .main-meta-bgcol-hover-green.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover, +.main-meta-bgcol-hover-green .post-navigation .nav-links a:hover, +.main-meta-bgcol-hover-green .pagebreak-links a:hover, +.main-meta-bgcol-hover-green .pagination .nav-links span.page-numbers:hover, +.main-meta-bgcol-hover-green .pagination .nav-links a.page-numbers:hover { + background: #85c066; +} + +.main-listitem-main main ul li:before { + color: #ff8800; +} + +.main-quoteborder-main blockquote { + border-color: #ff8800; +} + +.main-listitem-second main ul li:before { + color: #672082; +} + +.main-quoteborder-second blockquote { + border-color: #672082; +} + +.main-listitem-third main ul li:before { + color: #698bc1; +} + +.main-quoteborder-third blockquote { + border-color: #698bc1; +} + +.main-listitem-four main ul li:before { + color: #148f93; +} + +.main-quoteborder-four blockquote { + border-color: #148f93; +} + +.main-listitem-uspirates main ul li:before { + color: #B127AF; +} + +.main-quoteborder-uspirates blockquote { + border-color: #B127AF; +} + +.main-listitem-tkpirates main ul li:before { + color: #00B5B1; +} + +.main-quoteborder-tkpirates blockquote { + border-color: #00B5B1; +} + +.main-listitem-chpirates main ul li:before { + color: #F9B200; +} + +.main-quoteborder-chpirates blockquote { + border-color: #F9B200; +} + +.main-listitem-ispirates main ul li:before { + color: #51297e; +} + +.main-quoteborder-ispirates blockquote { + border-color: #51297e; +} + +.main-listitem-black main ul li:before { + color: #000; +} + +.main-quoteborder-black blockquote { + border-color: #000; +} + +.main-listitem-white main ul li:before { + color: #fff; +} + +.main-quoteborder-white blockquote { + border-color: #fff; +} + +.main-listitem-grey main ul li:before { + color: #e7e7eb; +} + +.main-quoteborder-grey blockquote { + border-color: #e7e7eb; +} + +.main-listitem-darkgrey main ul li:before { + color: #1a1a1a; +} + +.main-quoteborder-darkgrey blockquote { + border-color: #1a1a1a; +} + +.main-listitem-blue main ul li:before { + color: #0066ff; +} + +.main-quoteborder-blue blockquote { + border-color: #0066ff; +} + +.main-listitem-red main ul li:before { + color: #d7464d; +} + +.main-quoteborder-red blockquote { + border-color: #d7464d; +} + +.main-listitem-yellow main ul li:before { + color: #e7b547; +} + +.main-quoteborder-yellow blockquote { + border-color: #e7b547; +} + +.main-listitem-green main ul li:before { + color: #85c066; +} + +.main-quoteborder-green blockquote { + border-color: #85c066; +} + +.main-table-textcol-main table, .main-table-textcol-main tr, .main-table-textcol-main th, .main-table-textcol-main td { + color: #ff8800; +} + +.main-table-bgcol-main table { + background-color: #ff8800; +} + +.main-table-bgcol-head-main table thead, .main-table-bgcol-head-main th { + background-color: #ff8800; +} + +.main-table-bgcol-odd-main tr td { + background-color: transparent; +} +.main-table-bgcol-odd-main table.long tr:nth-child(odd) td, +.main-table-bgcol-odd-main tr:nth-child(odd) td { + background-color: #ff8800; +} + +.main-table-textcol-second table, .main-table-textcol-second tr, .main-table-textcol-second th, .main-table-textcol-second td { + color: #672082; +} + +.main-table-bgcol-second table { + background-color: #672082; +} + +.main-table-bgcol-head-second table thead, .main-table-bgcol-head-second th { + background-color: #672082; +} + +.main-table-bgcol-odd-second tr td { + background-color: transparent; +} +.main-table-bgcol-odd-second table.long tr:nth-child(odd) td, +.main-table-bgcol-odd-second tr:nth-child(odd) td { + background-color: #672082; +} + +.main-table-textcol-third table, .main-table-textcol-third tr, .main-table-textcol-third th, .main-table-textcol-third td { + color: #698bc1; +} + +.main-table-bgcol-third table { + background-color: #698bc1; +} + +.main-table-bgcol-head-third table thead, .main-table-bgcol-head-third th { + background-color: #698bc1; +} + +.main-table-bgcol-odd-third tr td { + background-color: transparent; +} +.main-table-bgcol-odd-third table.long tr:nth-child(odd) td, +.main-table-bgcol-odd-third tr:nth-child(odd) td { + background-color: #698bc1; +} + +.main-table-textcol-four table, .main-table-textcol-four tr, .main-table-textcol-four th, .main-table-textcol-four td { + color: #148f93; +} + +.main-table-bgcol-four table { + background-color: #148f93; +} + +.main-table-bgcol-head-four table thead, .main-table-bgcol-head-four th { + background-color: #148f93; +} + +.main-table-bgcol-odd-four tr td { + background-color: transparent; +} +.main-table-bgcol-odd-four table.long tr:nth-child(odd) td, +.main-table-bgcol-odd-four tr:nth-child(odd) td { + background-color: #148f93; +} + +.main-table-textcol-uspirates table, .main-table-textcol-uspirates tr, .main-table-textcol-uspirates th, .main-table-textcol-uspirates td { + color: #B127AF; +} + +.main-table-bgcol-uspirates table { + background-color: #B127AF; +} + +.main-table-bgcol-head-uspirates table thead, .main-table-bgcol-head-uspirates th { + background-color: #B127AF; +} + +.main-table-bgcol-odd-uspirates tr td { + background-color: transparent; +} +.main-table-bgcol-odd-uspirates table.long tr:nth-child(odd) td, +.main-table-bgcol-odd-uspirates tr:nth-child(odd) td { + background-color: #B127AF; +} + +.main-table-textcol-tkpirates table, .main-table-textcol-tkpirates tr, .main-table-textcol-tkpirates th, .main-table-textcol-tkpirates td { + color: #00B5B1; +} + +.main-table-bgcol-tkpirates table { + background-color: #00B5B1; +} + +.main-table-bgcol-head-tkpirates table thead, .main-table-bgcol-head-tkpirates th { + background-color: #00B5B1; +} + +.main-table-bgcol-odd-tkpirates tr td { + background-color: transparent; +} +.main-table-bgcol-odd-tkpirates table.long tr:nth-child(odd) td, +.main-table-bgcol-odd-tkpirates tr:nth-child(odd) td { + background-color: #00B5B1; +} + +.main-table-textcol-chpirates table, .main-table-textcol-chpirates tr, .main-table-textcol-chpirates th, .main-table-textcol-chpirates td { + color: #F9B200; +} + +.main-table-bgcol-chpirates table { + background-color: #F9B200; +} + +.main-table-bgcol-head-chpirates table thead, .main-table-bgcol-head-chpirates th { + background-color: #F9B200; +} + +.main-table-bgcol-odd-chpirates tr td { + background-color: transparent; +} +.main-table-bgcol-odd-chpirates table.long tr:nth-child(odd) td, +.main-table-bgcol-odd-chpirates tr:nth-child(odd) td { + background-color: #F9B200; +} + +.main-table-textcol-ispirates table, .main-table-textcol-ispirates tr, .main-table-textcol-ispirates th, .main-table-textcol-ispirates td { + color: #51297e; +} + +.main-table-bgcol-ispirates table { + background-color: #51297e; +} + +.main-table-bgcol-head-ispirates table thead, .main-table-bgcol-head-ispirates th { + background-color: #51297e; +} + +.main-table-bgcol-odd-ispirates tr td { + background-color: transparent; +} +.main-table-bgcol-odd-ispirates table.long tr:nth-child(odd) td, +.main-table-bgcol-odd-ispirates tr:nth-child(odd) td { + background-color: #51297e; +} + +.main-table-textcol-black table, .main-table-textcol-black tr, .main-table-textcol-black th, .main-table-textcol-black td { + color: #000; +} + +.main-table-bgcol-black table { + background-color: #000; +} + +.main-table-bgcol-head-black table thead, .main-table-bgcol-head-black th { + background-color: #000; +} + +.main-table-bgcol-odd-black tr td { + background-color: transparent; +} +.main-table-bgcol-odd-black table.long tr:nth-child(odd) td, +.main-table-bgcol-odd-black tr:nth-child(odd) td { + background-color: #000; +} + +.main-table-textcol-white table, .main-table-textcol-white tr, .main-table-textcol-white th, .main-table-textcol-white td { + color: #fff; +} + +.main-table-bgcol-white table { + background-color: #fff; +} + +.main-table-bgcol-head-white table thead, .main-table-bgcol-head-white th { + background-color: #fff; +} + +.main-table-bgcol-odd-white tr td { + background-color: transparent; +} +.main-table-bgcol-odd-white table.long tr:nth-child(odd) td, +.main-table-bgcol-odd-white tr:nth-child(odd) td { + background-color: #fff; +} + +.main-table-textcol-grey table, .main-table-textcol-grey tr, .main-table-textcol-grey th, .main-table-textcol-grey td { + color: #e7e7eb; +} + +.main-table-bgcol-grey table { + background-color: #e7e7eb; +} + +.main-table-bgcol-head-grey table thead, .main-table-bgcol-head-grey th { + background-color: #e7e7eb; +} + +.main-table-bgcol-odd-grey tr td { + background-color: transparent; +} +.main-table-bgcol-odd-grey table.long tr:nth-child(odd) td, +.main-table-bgcol-odd-grey tr:nth-child(odd) td { + background-color: #e7e7eb; +} + +.main-table-textcol-darkgrey table, .main-table-textcol-darkgrey tr, .main-table-textcol-darkgrey th, .main-table-textcol-darkgrey td { + color: #1a1a1a; +} + +.main-table-bgcol-darkgrey table { + background-color: #1a1a1a; +} + +.main-table-bgcol-head-darkgrey table thead, .main-table-bgcol-head-darkgrey th { + background-color: #1a1a1a; +} + +.main-table-bgcol-odd-darkgrey tr td { + background-color: transparent; +} +.main-table-bgcol-odd-darkgrey table.long tr:nth-child(odd) td, +.main-table-bgcol-odd-darkgrey tr:nth-child(odd) td { + background-color: #1a1a1a; +} + +.main-table-textcol-blue table, .main-table-textcol-blue tr, .main-table-textcol-blue th, .main-table-textcol-blue td { + color: #0066ff; +} + +.main-table-bgcol-blue table { + background-color: #0066ff; +} + +.main-table-bgcol-head-blue table thead, .main-table-bgcol-head-blue th { + background-color: #0066ff; +} + +.main-table-bgcol-odd-blue tr td { + background-color: transparent; +} +.main-table-bgcol-odd-blue table.long tr:nth-child(odd) td, +.main-table-bgcol-odd-blue tr:nth-child(odd) td { + background-color: #0066ff; +} + +.main-table-textcol-red table, .main-table-textcol-red tr, .main-table-textcol-red th, .main-table-textcol-red td { + color: #d7464d; +} + +.main-table-bgcol-red table { + background-color: #d7464d; +} + +.main-table-bgcol-head-red table thead, .main-table-bgcol-head-red th { + background-color: #d7464d; +} + +.main-table-bgcol-odd-red tr td { + background-color: transparent; +} +.main-table-bgcol-odd-red table.long tr:nth-child(odd) td, +.main-table-bgcol-odd-red tr:nth-child(odd) td { + background-color: #d7464d; +} + +.main-table-textcol-yellow table, .main-table-textcol-yellow tr, .main-table-textcol-yellow th, .main-table-textcol-yellow td { + color: #e7b547; +} + +.main-table-bgcol-yellow table { + background-color: #e7b547; +} + +.main-table-bgcol-head-yellow table thead, .main-table-bgcol-head-yellow th { + background-color: #e7b547; +} + +.main-table-bgcol-odd-yellow tr td { + background-color: transparent; +} +.main-table-bgcol-odd-yellow table.long tr:nth-child(odd) td, +.main-table-bgcol-odd-yellow tr:nth-child(odd) td { + background-color: #e7b547; +} + +.main-table-textcol-green table, .main-table-textcol-green tr, .main-table-textcol-green th, .main-table-textcol-green td { + color: #85c066; +} + +.main-table-bgcol-green table { + background-color: #85c066; +} + +.main-table-bgcol-head-green table thead, .main-table-bgcol-head-green th { + background-color: #85c066; +} + +.main-table-bgcol-odd-green tr td { + background-color: transparent; +} +.main-table-bgcol-odd-green table.long tr:nth-child(odd) td, +.main-table-bgcol-odd-green tr:nth-child(odd) td { + background-color: #85c066; +} + +.footer-bgcol-main #colophon { + background-color: #ff8800; + border-color: #ff8800; +} + +.footer-headlinecol-main #colophon p.title-footer, +.footer-headlinecol-main #colophon .footer-menu h3.footer-menu-title, +.footer-headlinecol-main #colophon #footer-social h2.socialmedia, +.footer-headlinecol-main #colophon h1, .footer-headlinecol-main #colophon h2, .footer-headlinecol-main #colophon h3, .footer-headlinecol-main #colophon h4, .footer-headlinecol-main #colophon h5, .footer-headlinecol-main #colophon h6 { + color: #ff8800; +} + +.footer-textcol-main #colophon, +.footer-textcol-main #colophon p, +.footer-textcol-main #colophon #site-info { + color: #ff8800; +} + +.footer-linkcol-main #colophon p a, +.footer-linkcol-main #colophon #site-info a, +.footer-linkcol-main #colophon .footer-menu ul a { + color: #ff8800; +} + +.footer-linkhovercol-main #colophon p a:hover, +.footer-linkhovercol-main #colophon #site-info a:hover, +.footer-linkhovercol-main #colophon .footer-menu ul a:hover { + color: #ff8800; +} + +.footer-bgcol-second #colophon { + background-color: #672082; + border-color: #672082; +} + +.footer-headlinecol-second #colophon p.title-footer, +.footer-headlinecol-second #colophon .footer-menu h3.footer-menu-title, +.footer-headlinecol-second #colophon #footer-social h2.socialmedia, +.footer-headlinecol-second #colophon h1, .footer-headlinecol-second #colophon h2, .footer-headlinecol-second #colophon h3, .footer-headlinecol-second #colophon h4, .footer-headlinecol-second #colophon h5, .footer-headlinecol-second #colophon h6 { + color: #672082; +} + +.footer-textcol-second #colophon, +.footer-textcol-second #colophon p, +.footer-textcol-second #colophon #site-info { + color: #672082; +} + +.footer-linkcol-second #colophon p a, +.footer-linkcol-second #colophon #site-info a, +.footer-linkcol-second #colophon .footer-menu ul a { + color: #672082; +} + +.footer-linkhovercol-second #colophon p a:hover, +.footer-linkhovercol-second #colophon #site-info a:hover, +.footer-linkhovercol-second #colophon .footer-menu ul a:hover { + color: #672082; +} + +.footer-bgcol-third #colophon { + background-color: #698bc1; + border-color: #698bc1; +} + +.footer-headlinecol-third #colophon p.title-footer, +.footer-headlinecol-third #colophon .footer-menu h3.footer-menu-title, +.footer-headlinecol-third #colophon #footer-social h2.socialmedia, +.footer-headlinecol-third #colophon h1, .footer-headlinecol-third #colophon h2, .footer-headlinecol-third #colophon h3, .footer-headlinecol-third #colophon h4, .footer-headlinecol-third #colophon h5, .footer-headlinecol-third #colophon h6 { + color: #698bc1; +} + +.footer-textcol-third #colophon, +.footer-textcol-third #colophon p, +.footer-textcol-third #colophon #site-info { + color: #698bc1; +} + +.footer-linkcol-third #colophon p a, +.footer-linkcol-third #colophon #site-info a, +.footer-linkcol-third #colophon .footer-menu ul a { + color: #698bc1; +} + +.footer-linkhovercol-third #colophon p a:hover, +.footer-linkhovercol-third #colophon #site-info a:hover, +.footer-linkhovercol-third #colophon .footer-menu ul a:hover { + color: #698bc1; +} + +.footer-bgcol-four #colophon { + background-color: #148f93; + border-color: #148f93; +} + +.footer-headlinecol-four #colophon p.title-footer, +.footer-headlinecol-four #colophon .footer-menu h3.footer-menu-title, +.footer-headlinecol-four #colophon #footer-social h2.socialmedia, +.footer-headlinecol-four #colophon h1, .footer-headlinecol-four #colophon h2, .footer-headlinecol-four #colophon h3, .footer-headlinecol-four #colophon h4, .footer-headlinecol-four #colophon h5, .footer-headlinecol-four #colophon h6 { + color: #148f93; +} + +.footer-textcol-four #colophon, +.footer-textcol-four #colophon p, +.footer-textcol-four #colophon #site-info { + color: #148f93; +} + +.footer-linkcol-four #colophon p a, +.footer-linkcol-four #colophon #site-info a, +.footer-linkcol-four #colophon .footer-menu ul a { + color: #148f93; +} + +.footer-linkhovercol-four #colophon p a:hover, +.footer-linkhovercol-four #colophon #site-info a:hover, +.footer-linkhovercol-four #colophon .footer-menu ul a:hover { + color: #148f93; +} + +.footer-bgcol-uspirates #colophon { + background-color: #B127AF; + border-color: #B127AF; +} + +.footer-headlinecol-uspirates #colophon p.title-footer, +.footer-headlinecol-uspirates #colophon .footer-menu h3.footer-menu-title, +.footer-headlinecol-uspirates #colophon #footer-social h2.socialmedia, +.footer-headlinecol-uspirates #colophon h1, .footer-headlinecol-uspirates #colophon h2, .footer-headlinecol-uspirates #colophon h3, .footer-headlinecol-uspirates #colophon h4, .footer-headlinecol-uspirates #colophon h5, .footer-headlinecol-uspirates #colophon h6 { + color: #B127AF; +} + +.footer-textcol-uspirates #colophon, +.footer-textcol-uspirates #colophon p, +.footer-textcol-uspirates #colophon #site-info { + color: #B127AF; +} + +.footer-linkcol-uspirates #colophon p a, +.footer-linkcol-uspirates #colophon #site-info a, +.footer-linkcol-uspirates #colophon .footer-menu ul a { + color: #B127AF; +} + +.footer-linkhovercol-uspirates #colophon p a:hover, +.footer-linkhovercol-uspirates #colophon #site-info a:hover, +.footer-linkhovercol-uspirates #colophon .footer-menu ul a:hover { + color: #B127AF; +} + +.footer-bgcol-tkpirates #colophon { + background-color: #00B5B1; + border-color: #00B5B1; +} + +.footer-headlinecol-tkpirates #colophon p.title-footer, +.footer-headlinecol-tkpirates #colophon .footer-menu h3.footer-menu-title, +.footer-headlinecol-tkpirates #colophon #footer-social h2.socialmedia, +.footer-headlinecol-tkpirates #colophon h1, .footer-headlinecol-tkpirates #colophon h2, .footer-headlinecol-tkpirates #colophon h3, .footer-headlinecol-tkpirates #colophon h4, .footer-headlinecol-tkpirates #colophon h5, .footer-headlinecol-tkpirates #colophon h6 { + color: #00B5B1; +} + +.footer-textcol-tkpirates #colophon, +.footer-textcol-tkpirates #colophon p, +.footer-textcol-tkpirates #colophon #site-info { + color: #00B5B1; +} + +.footer-linkcol-tkpirates #colophon p a, +.footer-linkcol-tkpirates #colophon #site-info a, +.footer-linkcol-tkpirates #colophon .footer-menu ul a { + color: #00B5B1; +} + +.footer-linkhovercol-tkpirates #colophon p a:hover, +.footer-linkhovercol-tkpirates #colophon #site-info a:hover, +.footer-linkhovercol-tkpirates #colophon .footer-menu ul a:hover { + color: #00B5B1; +} + +.footer-bgcol-chpirates #colophon { + background-color: #F9B200; + border-color: #F9B200; +} + +.footer-headlinecol-chpirates #colophon p.title-footer, +.footer-headlinecol-chpirates #colophon .footer-menu h3.footer-menu-title, +.footer-headlinecol-chpirates #colophon #footer-social h2.socialmedia, +.footer-headlinecol-chpirates #colophon h1, .footer-headlinecol-chpirates #colophon h2, .footer-headlinecol-chpirates #colophon h3, .footer-headlinecol-chpirates #colophon h4, .footer-headlinecol-chpirates #colophon h5, .footer-headlinecol-chpirates #colophon h6 { + color: #F9B200; +} + +.footer-textcol-chpirates #colophon, +.footer-textcol-chpirates #colophon p, +.footer-textcol-chpirates #colophon #site-info { + color: #F9B200; +} + +.footer-linkcol-chpirates #colophon p a, +.footer-linkcol-chpirates #colophon #site-info a, +.footer-linkcol-chpirates #colophon .footer-menu ul a { + color: #F9B200; +} + +.footer-linkhovercol-chpirates #colophon p a:hover, +.footer-linkhovercol-chpirates #colophon #site-info a:hover, +.footer-linkhovercol-chpirates #colophon .footer-menu ul a:hover { + color: #F9B200; +} + +.footer-bgcol-ispirates #colophon { + background-color: #51297e; + border-color: #51297e; +} + +.footer-headlinecol-ispirates #colophon p.title-footer, +.footer-headlinecol-ispirates #colophon .footer-menu h3.footer-menu-title, +.footer-headlinecol-ispirates #colophon #footer-social h2.socialmedia, +.footer-headlinecol-ispirates #colophon h1, .footer-headlinecol-ispirates #colophon h2, .footer-headlinecol-ispirates #colophon h3, .footer-headlinecol-ispirates #colophon h4, .footer-headlinecol-ispirates #colophon h5, .footer-headlinecol-ispirates #colophon h6 { + color: #51297e; +} + +.footer-textcol-ispirates #colophon, +.footer-textcol-ispirates #colophon p, +.footer-textcol-ispirates #colophon #site-info { + color: #51297e; +} + +.footer-linkcol-ispirates #colophon p a, +.footer-linkcol-ispirates #colophon #site-info a, +.footer-linkcol-ispirates #colophon .footer-menu ul a { + color: #51297e; +} + +.footer-linkhovercol-ispirates #colophon p a:hover, +.footer-linkhovercol-ispirates #colophon #site-info a:hover, +.footer-linkhovercol-ispirates #colophon .footer-menu ul a:hover { + color: #51297e; +} + +.footer-bgcol-black #colophon { + background-color: #000; + border-color: #000; +} + +.footer-headlinecol-black #colophon p.title-footer, +.footer-headlinecol-black #colophon .footer-menu h3.footer-menu-title, +.footer-headlinecol-black #colophon #footer-social h2.socialmedia, +.footer-headlinecol-black #colophon h1, .footer-headlinecol-black #colophon h2, .footer-headlinecol-black #colophon h3, .footer-headlinecol-black #colophon h4, .footer-headlinecol-black #colophon h5, .footer-headlinecol-black #colophon h6 { + color: #000; +} + +.footer-textcol-black #colophon, +.footer-textcol-black #colophon p, +.footer-textcol-black #colophon #site-info { + color: #000; +} + +.footer-linkcol-black #colophon p a, +.footer-linkcol-black #colophon #site-info a, +.footer-linkcol-black #colophon .footer-menu ul a { + color: #000; +} + +.footer-linkhovercol-black #colophon p a:hover, +.footer-linkhovercol-black #colophon #site-info a:hover, +.footer-linkhovercol-black #colophon .footer-menu ul a:hover { + color: #000; +} + +.footer-bgcol-white #colophon { + background-color: #fff; + border-color: #fff; +} + +.footer-headlinecol-white #colophon p.title-footer, +.footer-headlinecol-white #colophon .footer-menu h3.footer-menu-title, +.footer-headlinecol-white #colophon #footer-social h2.socialmedia, +.footer-headlinecol-white #colophon h1, .footer-headlinecol-white #colophon h2, .footer-headlinecol-white #colophon h3, .footer-headlinecol-white #colophon h4, .footer-headlinecol-white #colophon h5, .footer-headlinecol-white #colophon h6 { + color: #fff; +} + +.footer-textcol-white #colophon, +.footer-textcol-white #colophon p, +.footer-textcol-white #colophon #site-info { + color: #fff; +} + +.footer-linkcol-white #colophon p a, +.footer-linkcol-white #colophon #site-info a, +.footer-linkcol-white #colophon .footer-menu ul a { + color: #fff; +} + +.footer-linkhovercol-white #colophon p a:hover, +.footer-linkhovercol-white #colophon #site-info a:hover, +.footer-linkhovercol-white #colophon .footer-menu ul a:hover { + color: #fff; +} + +.footer-bgcol-grey #colophon { + background-color: #e7e7eb; + border-color: #e7e7eb; +} + +.footer-headlinecol-grey #colophon p.title-footer, +.footer-headlinecol-grey #colophon .footer-menu h3.footer-menu-title, +.footer-headlinecol-grey #colophon #footer-social h2.socialmedia, +.footer-headlinecol-grey #colophon h1, .footer-headlinecol-grey #colophon h2, .footer-headlinecol-grey #colophon h3, .footer-headlinecol-grey #colophon h4, .footer-headlinecol-grey #colophon h5, .footer-headlinecol-grey #colophon h6 { + color: #e7e7eb; +} + +.footer-textcol-grey #colophon, +.footer-textcol-grey #colophon p, +.footer-textcol-grey #colophon #site-info { + color: #e7e7eb; +} + +.footer-linkcol-grey #colophon p a, +.footer-linkcol-grey #colophon #site-info a, +.footer-linkcol-grey #colophon .footer-menu ul a { + color: #e7e7eb; +} + +.footer-linkhovercol-grey #colophon p a:hover, +.footer-linkhovercol-grey #colophon #site-info a:hover, +.footer-linkhovercol-grey #colophon .footer-menu ul a:hover { + color: #e7e7eb; +} + +.footer-bgcol-darkgrey #colophon { + background-color: #1a1a1a; + border-color: #1a1a1a; +} + +.footer-headlinecol-darkgrey #colophon p.title-footer, +.footer-headlinecol-darkgrey #colophon .footer-menu h3.footer-menu-title, +.footer-headlinecol-darkgrey #colophon #footer-social h2.socialmedia, +.footer-headlinecol-darkgrey #colophon h1, .footer-headlinecol-darkgrey #colophon h2, .footer-headlinecol-darkgrey #colophon h3, .footer-headlinecol-darkgrey #colophon h4, .footer-headlinecol-darkgrey #colophon h5, .footer-headlinecol-darkgrey #colophon h6 { + color: #1a1a1a; +} + +.footer-textcol-darkgrey #colophon, +.footer-textcol-darkgrey #colophon p, +.footer-textcol-darkgrey #colophon #site-info { + color: #1a1a1a; +} + +.footer-linkcol-darkgrey #colophon p a, +.footer-linkcol-darkgrey #colophon #site-info a, +.footer-linkcol-darkgrey #colophon .footer-menu ul a { + color: #1a1a1a; +} + +.footer-linkhovercol-darkgrey #colophon p a:hover, +.footer-linkhovercol-darkgrey #colophon #site-info a:hover, +.footer-linkhovercol-darkgrey #colophon .footer-menu ul a:hover { + color: #1a1a1a; +} + +.footer-bgcol-blue #colophon { + background-color: #0066ff; + border-color: #0066ff; +} + +.footer-headlinecol-blue #colophon p.title-footer, +.footer-headlinecol-blue #colophon .footer-menu h3.footer-menu-title, +.footer-headlinecol-blue #colophon #footer-social h2.socialmedia, +.footer-headlinecol-blue #colophon h1, .footer-headlinecol-blue #colophon h2, .footer-headlinecol-blue #colophon h3, .footer-headlinecol-blue #colophon h4, .footer-headlinecol-blue #colophon h5, .footer-headlinecol-blue #colophon h6 { + color: #0066ff; +} + +.footer-textcol-blue #colophon, +.footer-textcol-blue #colophon p, +.footer-textcol-blue #colophon #site-info { + color: #0066ff; +} + +.footer-linkcol-blue #colophon p a, +.footer-linkcol-blue #colophon #site-info a, +.footer-linkcol-blue #colophon .footer-menu ul a { + color: #0066ff; +} + +.footer-linkhovercol-blue #colophon p a:hover, +.footer-linkhovercol-blue #colophon #site-info a:hover, +.footer-linkhovercol-blue #colophon .footer-menu ul a:hover { + color: #0066ff; +} + +.footer-bgcol-red #colophon { + background-color: #d7464d; + border-color: #d7464d; +} + +.footer-headlinecol-red #colophon p.title-footer, +.footer-headlinecol-red #colophon .footer-menu h3.footer-menu-title, +.footer-headlinecol-red #colophon #footer-social h2.socialmedia, +.footer-headlinecol-red #colophon h1, .footer-headlinecol-red #colophon h2, .footer-headlinecol-red #colophon h3, .footer-headlinecol-red #colophon h4, .footer-headlinecol-red #colophon h5, .footer-headlinecol-red #colophon h6 { + color: #d7464d; +} + +.footer-textcol-red #colophon, +.footer-textcol-red #colophon p, +.footer-textcol-red #colophon #site-info { + color: #d7464d; +} + +.footer-linkcol-red #colophon p a, +.footer-linkcol-red #colophon #site-info a, +.footer-linkcol-red #colophon .footer-menu ul a { + color: #d7464d; +} + +.footer-linkhovercol-red #colophon p a:hover, +.footer-linkhovercol-red #colophon #site-info a:hover, +.footer-linkhovercol-red #colophon .footer-menu ul a:hover { + color: #d7464d; +} + +.footer-bgcol-yellow #colophon { + background-color: #e7b547; + border-color: #e7b547; +} + +.footer-headlinecol-yellow #colophon p.title-footer, +.footer-headlinecol-yellow #colophon .footer-menu h3.footer-menu-title, +.footer-headlinecol-yellow #colophon #footer-social h2.socialmedia, +.footer-headlinecol-yellow #colophon h1, .footer-headlinecol-yellow #colophon h2, .footer-headlinecol-yellow #colophon h3, .footer-headlinecol-yellow #colophon h4, .footer-headlinecol-yellow #colophon h5, .footer-headlinecol-yellow #colophon h6 { + color: #e7b547; +} + +.footer-textcol-yellow #colophon, +.footer-textcol-yellow #colophon p, +.footer-textcol-yellow #colophon #site-info { + color: #e7b547; +} + +.footer-linkcol-yellow #colophon p a, +.footer-linkcol-yellow #colophon #site-info a, +.footer-linkcol-yellow #colophon .footer-menu ul a { + color: #e7b547; +} + +.footer-linkhovercol-yellow #colophon p a:hover, +.footer-linkhovercol-yellow #colophon #site-info a:hover, +.footer-linkhovercol-yellow #colophon .footer-menu ul a:hover { + color: #e7b547; +} + +.footer-bgcol-green #colophon { + background-color: #85c066; + border-color: #85c066; +} + +.footer-headlinecol-green #colophon p.title-footer, +.footer-headlinecol-green #colophon .footer-menu h3.footer-menu-title, +.footer-headlinecol-green #colophon #footer-social h2.socialmedia, +.footer-headlinecol-green #colophon h1, .footer-headlinecol-green #colophon h2, .footer-headlinecol-green #colophon h3, .footer-headlinecol-green #colophon h4, .footer-headlinecol-green #colophon h5, .footer-headlinecol-green #colophon h6 { + color: #85c066; +} + +.footer-textcol-green #colophon, +.footer-textcol-green #colophon p, +.footer-textcol-green #colophon #site-info { + color: #85c066; +} + +.footer-linkcol-green #colophon p a, +.footer-linkcol-green #colophon #site-info a, +.footer-linkcol-green #colophon .footer-menu ul a { + color: #85c066; +} + +.footer-linkhovercol-green #colophon p a:hover, +.footer-linkhovercol-green #colophon #site-info a:hover, +.footer-linkhovercol-green #colophon .footer-menu ul a:hover { + color: #85c066; +} + +/*-----------------------------------------------------------------------------------*/ +/* Plugins +/*-----------------------------------------------------------------------------------*/ +/*-----------------------------------------------------------------------------------*/ +/* Contact Form 7 +/*-----------------------------------------------------------------------------------*/ +.site-content div.wpcf7 { + clear: both; + overflow: hidden; + max-width: 100%; + padding: 0 0 30px; +} +.site-content div.wpcf7 input, +.site-content div.wpcf7 textarea, +.site-content div.wpcf7 p { + font-size: 16px; + font-size: 1rem; +} +.site-content div.wpcf7 p { + margin: 10px 0 0 0; + padding: 0; +} +.site-content div.wpcf7 p:last-of-type { + padding: 0; +} +.site-content div.wpcf7 input[type=text], .site-content div.wpcf7 input[type=email] { + width: 100%; +} +.site-content div.wpcf7 textarea { + width: 100%; +} +.site-content input.wpcf7-submit, +.site-content div.wpcf7 p input.wpcf7-submit { + clear: both; + overflow: hidden; + width: 100%; + font-weight: 600; +} + +/*-----------------------------------------------------------------------------------*/ +/* Slick Slider +/*-----------------------------------------------------------------------------------*/ +.slick-slider { + position: relative; + display: block; + box-sizing: border-box; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + -webkit-touch-callout: none; + -khtml-user-select: none; + touch-action: pan-y; + -webkit-tap-highlight-color: transparent; +} + +.slick-list { + position: relative; + display: block; + overflow: hidden; + margin: 0; + padding: 0; +} + +.slick-list:focus { + outline: none; +} + +.slick-list.dragging { + cursor: pointer; + cursor: hand; +} + +.slick-slider .slick-track, +.slick-slider .slick-list { + transform: translate3d(0, 0, 0); +} + +.slick-track { + position: relative; + top: 0; + left: 0; + display: block; +} + +.slick-track:before, +.slick-track:after { + display: table; + content: ""; +} + +.slick-track:after { + clear: both; +} + +.slick-loading .slick-track { + visibility: hidden; +} + +.slick-slide { + display: none; + float: left; + height: 100%; + min-height: 1px; +} + +[dir=rtl] .slick-slide { + float: right; +} + +.slick-slide img { + display: block; +} + +.slick-slide.slick-loading img { + display: none; +} + +.slick-slide.dragging img { + pointer-events: none; +} + +.slick-initialized .slick-slide { + display: block; +} + +.slick-loading .slick-slide { + visibility: hidden; +} + +.slick-vertical .slick-slide { + display: block; + height: auto; + border: 1px solid transparent; +} + +.slick-arrow.slick-hidden { + display: none; +} + +/* Slider in Gallerys */ +.gallery { + /* Arrows */ + /* Dots */ +} +.gallery .slick-loading .slick-list { + background: #fff url("./img/ajax-loader.gif") center center no-repeat; +} +.gallery .slick-prev, +.gallery .slick-next { + line-height: 0; + position: absolute; + top: 50%; + color: transparent; + display: block; + width: 50px; + padding: 0; + transform: translate(0, -50%); + cursor: pointer; + border: none; + outline: none; + background: transparent; + z-index: 20; +} +.gallery .slick-prev:hover, +.gallery .slick-prev:focus, +.gallery .slick-next:hover, +.gallery .slick-next:focus { + color: transparent; + outline: none; + background: transparent; +} +.gallery .slick-prev:hover:before, +.gallery .slick-prev:focus:before, +.gallery .slick-next:hover:before, +.gallery .slick-next:focus:before { + opacity: 1; +} +.gallery .slick-prev.slick-disabled:before, +.gallery .slick-next.slick-disabled:before { + opacity: 0.25; +} +.gallery .slick-prev:before, +.gallery .slick-next:before { + line-height: 1; + opacity: 0.75; + color: #ff8800; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} +.gallery .slick-prev { + left: 30px; +} +.gallery [dir=rtl] .slick-prev { + right: 30px; + left: auto; +} +.gallery .slick-next { + right: 30px; +} +.gallery [dir=rtl] .slick-next { + right: auto; + left: 30px; +} +.gallery .slick-dotted.slick-slider { + margin-bottom: 40px; +} +.gallery .slick-dots { + position: absolute; + display: block; + width: 100%; + padding: 0; + margin: 0; + list-style: none; + text-align: center; +} +.gallery .slick-dots li { + position: relative; + display: inline-block; + width: 20px; + height: 20px; + margin: 0 5px; + padding: 0; + cursor: pointer; +} +.gallery .slick-dots li button { + display: block; + width: 20px; + height: 20px; + padding: 5px; + cursor: pointer; + border: 0; + background: transparent; + color: transparent; +} +.gallery .slick-dots li button:hover, .gallery .slick-dots li button:focus { + outline: none; +} +.gallery .slick-dots li button:hover:before, .gallery .slick-dots li button:focus:before { + opacity: 0.75; + color: #ff8800; +} +.gallery .slick-dots li button:before { + position: absolute; + top: 0; + left: 0; + opacity: 0.25; + text-align: center; + color: black; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} +.gallery .slick-dots li:after { + display: none; +} +.gallery .slick-dots li.slick-active button:before { + opacity: 1; + color: #ff8800; +} +.gallery .slider img { + margin: 0 auto; +} +.gallery .slider li::before { + content: inherit; + display: none; + margin: 0; +} +.gallery .slider .gallery-image-caption { + text-align: center; + font-size: 0.875rem; + line-height: 1.313rem; +} + +/*-----------------------------------------------------------------------------------*/ +/* Plugin Pirate Crew Settings +/*-----------------------------------------------------------------------------------*/ +@keyframes "DownMove" { + 0% { + top: 50%; + } + 5% { + top: 60%; + } + 10% { + top: 50%; + } + 15% { + top: 60%; + } + 20% { + top: 50%; + } +} +@-webkit-keyframes "DownMove" { + 0% { + top: 50%; + } + 5% { + top: 60%; + } + 10% { + top: 50%; + } + 15% { + top: 60%; + } + 20% { + top: 50%; + } +} +ul.picrew-social-icons li { + list-style: none; + margin: 0; + padding: 0; + background: none; +} +ul.picrew-social-icons li:before { + vertical-align: top; + position: relative; + content: ""; + padding: 0; +} + +.picrew-social-icons { + border: 1px solid #fff; +} +.picrew-social-icons span { + display: inline-block; + padding: 0 5px; + margin-bottom: 2px; +} +.picrew-social-icons a { + display: block; + transition: transform 0.3s; + width: 25px; + height: 25px; + text-align: center; + vertical-align: middle; + border-radius: 50%; + color: #672082; +} +.picrew-social-icons a:hover { + color: #fff; + background-color: #ff8800; +} + +.picrew-icon-yelp:before { + content: "\f1e9"; +} + +.picrew-icon-xing:before { + content: "\f168"; +} + +.picrew-icon-xing2:before { + content: "\f169"; +} + +.picrew-icon-stumbleupon:before { + content: "\f1a4"; +} + +.picrew-icon-stumbleupon2:before { + content: "\f1a3"; +} + +.picrew-icon-delicious:before { + content: "\f1a5"; +} + +.picrew-icon-lastfm:before { + content: "\f202"; +} + +.picrew-icon-lastfm2:before { + content: "\f203"; +} + +.picrew-icon-hackernews:before { + content: "\f1d4"; +} + +.picrew-icon-reddit:before { + content: "\f1a1"; +} + +.picrew-icon-soundcloud:before { + content: "\f1be"; +} + +.picrew-icon-yahoo:before { + content: "\f19e"; +} + +.picrew-icon-wordpress2:before { + content: "\f19a"; +} + +.picrew-icon-steam:before { + content: "\f1b6"; +} + +.picrew-icon-steam2:before { + content: "\f1b7"; +} + +.picrew-icon-500px:before { + content: "\f26e"; +} + +.picrew-icon-deviantart:before { + content: "\f1bd"; +} + +.picrew-icon-twitch:before { + content: "\f1e8"; +} + +.picrew-icon-feed:before { + content: "\f09e"; +} + +.picrew-icon-sina-weibo:before { + content: "\f18a"; +} + +.picrew-icon-renren:before { + content: "\f18b"; +} + +.picrew-icon-vk:before { + content: "\f189"; +} + +.picrew-icon-vine:before { + content: "\f1ca"; +} + +.picrew-icon-telegram:before { + content: "\f2c6"; +} + +.picrew-icon-spotify:before { + content: "\f1bc"; +} + +.picrew-icon-mail2:before { + content: "\f003"; +} + +.picrew-icon-mail3:before { + content: "\f003"; +} + +.picrew-icon-arrow-down:before { + content: "\f063"; +} + +.picrew-icon-arrow-left:before { + content: "\f060"; +} + +.picrew-icon-arrow-right:before { + content: "\f061"; +} + +.picrew-icon-close:before { + content: "\f00d"; +} + +.picrew-icon-github:before { + content: "\f09b"; +} + +.picrew-icon-mail:before { + content: "\f003"; +} + +.picrew-icon-link:before { + content: "\f0c1"; +} + +.picrew-icon-google-plus:before { + content: "\f0d5"; +} + +.picrew-icon-google-plus2:before { + content: "\f2b3"; +} + +.picrew-icon-facebook:before { + content: "\f09a"; +} + +.picrew-icon-facebook2:before { + content: "\f230"; +} + +.picrew-icon-instagram:before { + content: "\f16d"; +} + +.picrew-icon-whatsapp:before { + content: "\f232"; +} + +.picrew-icon-twitter:before { + content: "\f099"; +} + +.picrew-icon-youtube:before { + content: "\f167"; +} + +.picrew-icon-vimeo:before { + content: "\f27d"; +} + +.picrew-icon-vimeo2:before { + content: "\f194"; +} + +.picrew-icon-flickr:before { + content: "\f16e"; +} + +.picrew-icon-wordpress:before { + content: "\f19a"; +} + +.picrew-icon-tumblr:before { + content: "\f173"; +} + +.picrew-icon-skype:before { + content: "\f17e"; +} + +.picrew-icon-linkedin2:before { + content: "\f08c"; +} + +.picrew-icon-linkedin:before { + content: "\f0e1"; +} + +.picrew-icon-pinterest2:before { + content: "\f0d3"; +} + +.picrew-icon-pinterest:before { + content: "\f0d2"; +} + +.picrew-icon-foursquare:before { + content: "\f180"; +} + +/* +* Team Crew Styles +*/ +.picrew-grid-wrapper, .pirate-crew-single { + font-family: "DejaWeb", sans-serif; + box-sizing: border-box; +} +.picrew-grid-wrapper *, .pirate-crew-single * { + box-sizing: border-box; +} +.picrew-grid-wrapper::before, .pirate-crew-single::before { + box-sizing: border-box; +} +.picrew-grid-wrapper::after, .pirate-crew-single::after { + box-sizing: border-box; +} +.picrew-grid-wrapper figcaption, .pirate-crew-single figcaption { + display: block; +} +.picrew-grid-wrapper figure, .pirate-crew-single figure { + display: block; + margin: 0; + -webkit-margin-before: 0; + -webkit-margin-after: 0; + -webkit-margin-start: 0; + -webkit-margin-end: 0; +} +.picrew-grid-wrapper a, .pirate-crew-single a { + text-decoration: none; + text-decoration: none; + box-shadow: none; + border-bottom: 0; + outline: none; +} +.picrew-grid-wrapper .picrew-grid, .pirate-crew-single .picrew-grid { + font-family: "DejaWeb", sans-serif; + list-style: none; + padding: 30px 0; + margin: 0 -15px; +} +@media (max-width: 700px) { + .picrew-grid-wrapper .picrew-grid, .pirate-crew-single .picrew-grid { + margin: 0 auto; + } +} +.picrew-grid-wrapper .picrew-grid > .picrew-grid-card, .pirate-crew-single .picrew-grid > .picrew-grid-card { + float: left; + width: 25%; + padding: 0 15px; + margin: 0 0 30px; + clear: none; +} +@media (max-width: 700px) { + .picrew-grid-wrapper .picrew-grid > .picrew-grid-card, .pirate-crew-single .picrew-grid > .picrew-grid-card { + float: none; + width: 100%; + margin: 0; + } +} +.picrew-grid-wrapper .picrew-grid h3, .pirate-crew-single .picrew-grid h3 { + margin: 0 0 3px; + padding: 0; +} +.picrew-grid-wrapper .picrew-grid.drawer-style, .pirate-crew-single .picrew-grid.drawer-style { + margin: 0; +} +.picrew-grid-wrapper .grid-full-col > .picrew-grid-card, .pirate-crew-single .grid-full-col > .picrew-grid-card { + width: 100%; +} +.picrew-grid-wrapper .grid-2-col > .picrew-grid-card, .pirate-crew-single .grid-2-col > .picrew-grid-card { + width: 50%; +} +.picrew-grid-wrapper .grid-3-col > .picrew-grid-card, .pirate-crew-single .grid-3-col > .picrew-grid-card { + width: 33.33%; +} +.picrew-grid-wrapper .grid-4-col > .picrew-grid-card, .pirate-crew-single .grid-4-col > .picrew-grid-card { + width: 25%; +} +.picrew-grid-wrapper .grid-5-col > .picrew-grid-card, .pirate-crew-single .grid-5-col > .picrew-grid-card { + width: 20%; +} +.picrew-grid-wrapper p, .pirate-crew-single p { + line-height: 1.4; +} +.picrew-grid-wrapper ul, .pirate-crew-single ul { + list-style: none; + line-height: normal; +} +.picrew-grid-wrapper .picrew-social-icons, .pirate-crew-single .picrew-social-icons { + padding: 0; + margin: 0 -5px; +} +.picrew-grid-wrapper .picrew-social-icons a, .pirate-crew-single .picrew-social-icons a { + text-decoration: none; + border: none; +} +.picrew-grid-wrapper .picrew-contact-details, .pirate-crew-single .picrew-contact-details { + margin-bottom: 20px; +} +.picrew-grid-wrapper .picrew-contact-details a, .pirate-crew-single .picrew-contact-details a { + text-decoration: none; + border: none; +} +.picrew-grid-wrapper a.picrew-nav-item, .pirate-crew-single a.picrew-nav-item { + text-decoration: none; + border: none; +} +.picrew-grid-wrapper a.picrew-modal-close, .pirate-crew-single a.picrew-modal-close { + text-decoration: none; + border: none; +} +.picrew-grid-wrapper .picrew-grid.list-style, .pirate-crew-single .picrew-grid.list-style { + margin: 0; + padding: 0; +} + +html.picrew-popup-on { + height: 100%; + overflow: hidden; +} + +.picrew-personal-info { + display: block; + position: relative; + margin-bottom: 15px; +} +.picrew-personal-info p, .picrew-personal-info span { + font-size: 1rem; + line-height: 1.5rem; + display: block; +} + +.picrew-contact-info { + display: block; +} +.picrew-contact-info p { + margin: 0 0 15px; + line-height: normal; +} + +.picrew-flip-front { + display: block; +} + +.picrew-flip-back-inner { + display: block; +} + +.grid-style { + line-height: 1.2; +} + +.circles-style { + line-height: 1.2; +} + +.clearfix::after, .accordion .accordion-group .accordion-body .accordion-inner::after { + content: ""; + clear: both; + display: block; +} + +.picrew-grid::after { + content: ""; + clear: both; + display: block; +} +.picrew-grid figure { + position: relative; + margin: 0; +} +.picrew-grid figure img { + width: 100%; + display: block; + position: relative; + margin: 0; + border: none; +} + +figure { + overflow: hidden; +} +figure figcaption a { + box-shadow: none; + border-bottom: 0; +} + +.picrew-contact-details > p { + padding: 10px 0; + margin: 0 !important; + border-bottom: 1px dotted rgba(35, 35, 35, 0.2); +} +.picrew-contact-details span { + min-width: 100px; + margin-right: 6px; +} + +figcaption p { + font-size: 0.937rem; + line-height: 1.407rem; +} + +.picrew-popup-details a { + box-shadow: none; + border-bottom: 0; +} + +.picrew-popup-items a { + box-shadow: none; + border-bottom: 0; +} + +.drawer-style a { + box-shadow: none; + border-bottom: 0; +} + +.picrew-grid-nav { + display: none !important; +} + +.picrew-content-scrollbar { + padding-right: 30px; +} + +.picrew-personal-details { + max-height: 293px; + overflow: hidden; +} + +.picrew-coming-soon { + text-align: center; + color: #ececed; +} + +.cards-style.style-1 figure { + overflow: hidden; + padding: 30px 0 100px; + background: #fff; + border: 1px solid rgba(0, 0, 0, 0.1); +} +.cards-style.style-1 figure::before { + content: ""; + background: rgba(255, 255, 255, 0.9); + background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 37%, rgb(255, 255, 255) 78%, rgb(255, 255, 255) 100%); + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + transform: translateY(100%) translateY(-90px); + transition: transform 0.4s; + z-index: 1; +} +.cards-style.style-1 figure img { + transition: transform 0.8s; + border-radius: 50%; + -webkit-border-radius: 50%; + max-width: 160px; + margin: 0 auto; + display: block; +} +.cards-style.style-1 figcaption { + bottom: 0; + left: 0; + right: 0; + position: absolute; + padding: 30px 20px; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + transform: translateY(calc(100% - 100px)); + transition: transform 0.4s; + text-align: center; + z-index: 2; +} +.cards-style.style-1 figcaption p { + font-size: 0.937rem; + line-height: 1.407rem; +} +.cards-style.style-1 .picrew-contact-info { + transform: translateY(100%); + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + transition: transform 0.4s; + opacity: 0; + visibility: hidden; +} +.cards-style.style-1 figure.cs-hover img { + transform: scale(1.1); +} +.cards-style.style-1 figure.cs-hover figcaption { + transform: translateY(0px) translateY(0px); +} +.cards-style.style-1 figure.cs-hover::before { + transform: translateY(0px) translateY(0px); +} +.cards-style.style-1 figure.cs-hover .picrew-contact-info { + transform: translateY(0px); + opacity: 1; + visibility: visible; +} + +.no-touchevents .cards-style.style-1 figure:hover img { + transform: scale(1.1); +} +.no-touchevents .cards-style.style-1 figure:hover figcaption { + transform: translateY(0px) translateY(0px); +} +.no-touchevents .cards-style.style-1 figure:hover::before { + transform: translateY(0px) translateY(0px); +} +.no-touchevents .cards-style.style-1 figure:hover .picrew-contact-info { + transform: translateY(0px); + opacity: 1; + visibility: visible; +} +.no-touchevents .cards-style.style-2 figure:hover .picrew-flip-front { + transform: rotateY(180deg); +} +.no-touchevents .cards-style.style-2 figure:hover figcaption { + transform: rotateY(0deg); +} +.no-touchevents .cards-style.style-3 figure:hover img { + transform: scale(1.1); +} +.no-touchevents .cards-style.style-3 figure:hover figcaption { + transform: translateY(0px) translateY(0px); +} +.no-touchevents .cards-style.style-3 figure:hover::before { + transform: translateY(0px) translateY(0px); +} +.no-touchevents .cards-style.style-3 figure:hover .picrew-contact-info { + transform: translateY(0px); + opacity: 1; + visibility: visible; +} +.no-touchevents .cards-style.style-4 figure:hover img { + transform: scale(1.05); +} + +.cards-style .picrew-flip-back { + font-size: 0; +} +.cards-style figcaption::after { + content: ""; + height: 100%; + display: inline-block; + vertical-align: middle; + width: 1px; +} +.cards-style .picrew-flip-back-inner { + display: inline-block; + width: calc(100% - 1px); + vertical-align: middle; + font-size: 0.937rem; + line-height: 1.407rem; +} + +.cards-style.style-2 figure { + overflow: hidden; + text-align: center; + transform-style: preserve-3d; +} +.cards-style.style-2 figure img { + border-radius: 50%; + -webkit-border-radius: 50%; + max-width: 160px; + margin: 0 auto; + display: block; +} +.cards-style.style-2 .picrew-flip-front { + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + padding: 30px 20px; + background: #fff; + border: 1px solid rgba(0, 0, 0, 0.1); + color: #672082; + transition: transform 0.6s, z-index 0.7s; + transform: rotateY(0deg); + position: relative; +} +.cards-style.style-2 .picrew-flip-front .picrew-personal-info { + padding-top: 20px; +} +.cards-style.style-2 figcaption { + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + padding: 30px 20px; + background: #fff; + border: 1px solid rgba(0, 0, 0, 0.1); + color: #1a1a1a; + transition: transform 0.6s, z-index 0.7s; + transform: rotateY(180deg); + position: absolute; + left: 0; + top: 0; + right: 0; + bottom: 0; +} +.cards-style.style-2 figure.cs-hover .picrew-flip-front { + transform: rotateY(180deg); +} +.cards-style.style-2 figure.cs-hover figcaption { + transform: rotateY(0deg); +} + +.cards-style.style-3 figure { + overflow: hidden; + padding: 20px 20px 100px; + background: #fff; + border: 1px solid rgba(0, 0, 0, 0.1); +} +.cards-style.style-3 figure::before { + content: ""; + background: rgba(255, 255, 255, 0.9); + background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 20%, rgb(255, 255, 255) 78%, rgb(255, 255, 255) 100%); + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + transform: translateY(100%) translateY(-90px); + transition: transform 0.4s; + z-index: 1; +} +.cards-style.style-3 figure img { + transition: transform 0.8s; +} +.cards-style.style-3 figcaption { + bottom: 0; + left: 0; + right: 0; + position: absolute; + padding: 30px 20px; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + transform: translateY(100%) translateY(-100px); + transition: transform 0.4s; + text-align: center; + z-index: 2; + color: #1a1a1a; +} +.cards-style.style-3 figcaption p { + font-size: 0.937rem; + line-height: 1.407rem; +} +.cards-style.style-3 .picrew-contact-info { + transform: translateY(100%); + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + transition: transform 0.4s; + opacity: 0; + visibility: hidden; +} +.cards-style.style-3 figure.cs-hover img { + transform: scale(1.1); +} +.cards-style.style-3 figure.cs-hover figcaption { + transform: translateY(0px) translateY(0px); +} +.cards-style.style-3 figure.cs-hover::before { + transform: translateY(0px) translateY(0px); +} +.cards-style.style-3 figure.cs-hover .picrew-contact-info { + transform: translateY(0px); + opacity: 1; + visibility: visible; +} + +.cards-style.style-4 { + display: flex; + flex-flow: row wrap; +} +.cards-style.style-4::after { + display: none; +} +.cards-style.style-4 figure { + padding: 20px 20px 0; + background: #fff; + border: 1px solid rgba(0, 0, 0, 0.1); + position: relative; +} +.cards-style.style-4 figure img { + transition: transform 0.5s; +} +.cards-style.style-4 figcaption { + padding: 20px; + text-align: center; + z-index: 2; + color: #1a1a1a; +} +.cards-style.style-4 figcaption p { + font-size: 0.937rem; + line-height: 1.407rem; +} +.cards-style.style-4 figure.cs-hover img { + transform: scale(1.05); +} + +.drawer-style.style-1 figcaption { + position: absolute; + left: 25px; + right: 25px; + top: 25px; + bottom: 25px; + padding: 30px; + background: rgba(35, 35, 35, 0.8); + color: #1a1a1a; + text-align: center; + opacity: 0; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + transform: scale(0.6); + -webkit-transform: scale(0.6); + -moz-transform: scale(0.6); + transition: transform 0.2s, opacity 0.2s; + font-size: 0; +} + +.list-style figure { + color: #1a1a1a; +} +.list-style figure img { + max-width: 300px; +} +.list-style .picrew-personal-info { + text-align: left; +} +.list-style .picrew-personal-info h3 { + margin: 0 0 5px; +} +.list-style figcaption p { + font-size: 1rem; + line-height: 1.5rem; +} +.list-style .picrew-social-icons { + margin-bottom: 15px; +} +.list-style .picrew-social-icons span { + margin: 0 1px 2px 1px; + text-align: center; + padding: 0; +} +.list-style .picrew-contact-info { + text-align: left; +} +.list-style .picrew-contact-info a { + margin-left: 10px; +} + +.picrew-grid.list-style figcaption { + overflow: hidden; +} +.picrew-grid.list-style > .picrew-grid-card { + width: 100%; + float: none; + border-bottom: 1px solid rgba(35, 35, 35, 0.2); + padding: 0 0 40px 0; + margin-bottom: 40px; +} +.picrew-grid.list-style > li:last-child { + border-bottom: 0; + margin-bottom: 0; +} +.picrew-grid.list-style h3 { + margin: 0 0 10px; +} +.picrew-grid.list-style .picrew-personal-info span { + font-size: 0.937rem; + line-height: 1.407rem; +} + +.entry-content .picrew-grid.style-1 ul li::before { + margin-left: 0; +} + +.list-style.style-1 .picrew-contact-info { + font-size: 1rem; + line-height: 1.5rem; +} +.list-style.style-1 figure img { + float: left; + margin-right: 30px; +} + +.list-style.style-2 figure img { + float: right; + margin-left: 30px; +} + +.picrew-table { + display: table; + width: 100%; + color: #1a1a1a; +} + +.picrew-table-row { + display: table-row; +} + +.picrew-table-cell { + display: table-cell; + padding: 10px; + vertical-align: middle; +} +.picrew-table-cell .picrew-table-cell-inner { + max-width: 400px; +} +.picrew-table-cell .picrew-social-icons a { + color: #672082; +} +.picrew-table-cell .picrew-social-icons a:hover { + color: #fff; + background-color: #ff8800; +} + +.picrew-table-row.picrew-table-head .picrew-table-cell { + border: none; +} + +.table-style .picrew-table-img-holder { + max-width: 75px; +} +.table-style .picrew-table-cell h3, +.table-style .picrew-table-cell h2 { + margin: 0; + padding: 0; +} +.table-style .picrew-table-cell p { + margin-bottom: 10px; +} + +.picrew-table-description .picrew-table-cell-inner { + min-width: 240px; +} + +.picrew-table.style-1 .picrew-table-row.picrew-table-head .picrew-table-cell { + border-bottom: 2px solid #ccc; +} +.picrew-table.style-1 .picrew-table-cell { + border-bottom: 1px solid #ccc; +} + +.picrew-table.style-2 .picrew-table-row.picrew-table-head .picrew-table-cell { + border-bottom: none; +} +.picrew-table.style-2 .picrew-table-cell { + border-bottom: none; +} + +.picrew-table.style-3 .picrew-table-cell { + border-bottom: 1px solid #ddd; +} +.picrew-table.style-3 .picrew-table-row:first-child .picrew-table-cell { + border-top: 1px solid #ddd; +} +.picrew-table.style-3 .picrew-table-row .picrew-table-cell:first-child { + border-left: 1px solid #ddd; +} +.picrew-table.style-3 .picrew-table-row .picrew-table-cell:last-child { + border-right: 1px solid #ddd; +} + +:root .cards-style.style-2 figcaption { + z-index: 1; +} +:root .cards-style.style-2 .picrew-flip-front { + z-index: 2; +} +:root .cards-style.style-2 figure:hover figcaption { + z-index: 3; +} + +.pirate-crew-single.list { + width: 100%; +} +.pirate-crew-single .picrew-grid { + min-width: 260px; +} +.pirate-crew-single .cards-style.picrew-grid { + max-width: 300px; +} +@media (max-width: 700px) { + .pirate-crew-single .cards-style.picrew-grid { + max-width: 100%; + } +} +.pirate-crew-single.aligncenter .cards-style.picrew-grid { + margin: 0 auto; +} +@media (max-width: 700px) { + .pirate-crew-single { + width: 100%; + } + .pirate-crew-single.alignleft, .pirate-crew-single.alignright { + float: none; + } +} + +@media (max-width: 1230px) { + .picrew-grid-wrapper .grid-5-col > .picrew-grid-card, .pirate-crew-single .grid-5-col > .picrew-grid-card { + width: 25%; + } +} +@media (max-width: 830px) { + .picrew-popup-on body { + overflow: auto; + } +} +@media (max-width: 678px) { + .picrew-grid-wrapper .picrew-grid > .picrew-grid-card, .pirate-crew-single .picrew-grid > .picrew-grid-card { + width: 100%; + } +} +@media screen and (max-width: 830px) { + .picrew-table-description .picrew-table-cell-inner { + min-width: unset; + } +} +@media screen and (max-width: 700px) { + .picrew-grid.list-style figcaption { + overflow: visible; + } + .list-style.style-1 figure img, +.list-style.style-2 figure img { + float: none; + margin: 0 auto 30px; + } + .picrew-table { + display: block; + } + .picrew-table .picrew-table-cell h2 { + margin-bottom: 10px; + } + .picrew-table .picrew-table-cell h3 { + margin-top: 0; + } + .picrew-table-row { + display: block; + } + .picrew-table-cell { + display: block; + padding: 0; + border: none; + } + .picrew-table-cell .picrew-table-cell-inner { + max-width: none; + } + .picrew-table.style-1 .picrew-table-row { + padding-bottom: 20px; + border-bottom: 1px solid #ccc; + margin-bottom: 20px; + } + .picrew-table.style-1 .picrew-table-cell { + border: none; + } + .picrew-table-row.picrew-table-head { + display: none; + } + .table-style .picrew-table-img-holder { + float: left; + margin-right: 20px; + margin-bottom: 20px; + } + .picrew-table-designation { + overflow: hidden; + } + .picrew-table-name { + overflow: hidden; + } + .picrew-table-description { + clear: both; + } + .picrew-table.style-2 .picrew-table-row { + padding: 20px 15px; + } + .picrew-table.style-3 { + border: 1px solid #ccc; + } + .picrew-table.style-3 .picrew-table-row { + padding: 20px 15px; + border-bottom: 1px solid #ccc; + } + .picrew-table.style-3 .picrew-table-row:last-child { + border-bottom: none; + } + .picrew-table.style-3 .picrew-table-cell { + border: none !important; + } +} +@media screen and (max-width: 650px) { + .picrew-personal-details { + max-height: 100%; + overflow: visible; + } +} +@media screen and (-ms-high-contrast: active) { + .cards-style.style-1 figure::before { + transform: translateY(0px); + opacity: 0; + visibility: hidden; + transition: opacity 0.4s, visibility 0.4s; + } + .cards-style.style-1 figure.cs-hover::before { + transform: translateY(0px); + opacity: 1; + visibility: visible; + } + .no-touchevents .cards-style.style-1 figure:hover::before { + transform: translateY(0px); + opacity: 1; + visibility: visible; + } + .no-touchevents .cards-style.style-2 figure:hover figcaption { + z-index: 3; + } + .cards-style.style-2 .picrew-flip-front { + transition: transform 0.6s, z-index 0.7s; + -webkit-backface-visibility: visible; + backface-visibility: visible; + z-index: 2; + } + .cards-style.style-2 figcaption { + transition: transform 0.6s, z-index 0.7s; + -webkit-backface-visibility: visible; + backface-visibility: visible; + z-index: 1; + } + .cards-style.style-2 figure.cs-hover figcaption { + z-index: 3; + } +} +@media (-ms-high-contrast: none) { + .cards-style.style-1 figure::before { + transform: translateY(0px); + opacity: 0; + visibility: hidden; + transition: opacity 0.4s, visibility 0.4s; + } + .cards-style.style-1 figure.cs-hover::before { + transform: translateY(0px); + opacity: 1; + visibility: visible; + } + .no-touchevents .cards-style.style-1 figure:hover::before { + transform: translateY(0px); + opacity: 1; + visibility: visible; + } + .no-touchevents .cards-style.style-2 figure:hover figcaption { + z-index: 3; + } + .cards-style.style-2 .picrew-flip-front { + transition: transform 0.6s, z-index 0.7s; + -webkit-backface-visibility: visible; + backface-visibility: visible; + z-index: 2; + } + .cards-style.style-2 figcaption { + transition: transform 0.6s, z-index 0.7s; + -webkit-backface-visibility: visible; + backface-visibility: visible; + z-index: 1; + } + .cards-style.style-2 figure.cs-hover figcaption { + z-index: 3; + } +} +/*-----------------------------------------------------------------------------------*/ +/* Media Queries +/*-----------------------------------------------------------------------------------*/ +/* Minimum width of 1024 pixels (tablet landscape) +------------------------------------------------------------------------------------ */ +@media screen and (min-width: 64em) { + p.text-big { + font-size: 32px; + font-size: 2rem; + } + .front-about-img { + width: 32.8%; + padding-right: 1.6%; + } +} +/* Minimum width of 1060 pixels (small desktop screens) +------------------------------------------------------------------------------------ */ +@media screen and (min-width: 66.25em) { + /* --- General --- */ + .headerimg-on.header-boxed #masthead { + border-bottom: 1px solid #ddd !important; + } + .front-section:first-of-type { + padding-top: 0; + } + .content-wrap { + margin-top: 0; + } + /* --- Image Fade In --- */ + .js .imgfade-on .fadein { + opacity: 0; + transition: opacity 0.7s ease-in-out; + -webkit-transition: opacity 0.7s ease-in-out; + -webkit-transform: translateZ(0); + } + .js .imgfade-on .fadein.inview { + opacity: 1; + } + .singlepost-wrap, +.recommended-posts-wrap, +.front-section, +.headerimg-on.header-boxed .header-image { + padding-left: 0; + padding-right: 0; + } + .blog-wrap, +.front-section, +.singlepost-wrap, +.recommended-posts-wrap, +.footer-wrap, +.big-footer-feature, +.headerimg-on.header-boxed .header-image { + margin-left: 6.25%; + margin-right: 6.25%; + } + #front-section-four { + margin-left: auto; + margin-right: auto; + } + .page .site-content, +#primary { + width: 65.873015873%; + float: left; + } + #secondary, +#sidebar-page { + width: 31.746031746%; + /* -- 400px at 1440px ---*/ + float: right; + padding-top: 0; + } + /* --- Left and no Sidebar Options --- */ + .sidebar-left #primary, +.single-post.sidebar-left .contentwrap { + float: right; + } + .sidebar-left #secondary, .sidebar-left #sidebar-page { + float: left; + padding-top: 0; + } + .no-sidebar.page .site-content, +.no-sidebar #primary { + width: 90%; + max-width: 1260px; + float: none; + margin-left: auto; + margin-right: auto; + } + .page-fullwidth .site-content, +.page-fullwidth #primary { + width: 100% !important; + max-width: none; + float: none; + margin-left: auto; + margin-right: auto; + } + /* --- Font Sizes --- */ + p.site-title { + font-size: 60px; + font-size: 3.75rem; + line-height: 1.35; + text-align: center; + padding-right: 0; + } + p.text-big { + font-size: 48px; + font-size: 3rem; + } + .section-one-column-one .entry-author, .section-one-column-one .entry-date:before { + display: inline-block; + } + .headerimg-on.header-boxed .header-image { + margin-top: 30px; + } + /* --- Front Section One --- */ + .page-template-shop-front .entry-text-wrap { + width: 48.8095238095%; + /* -- 615px at 1440px ---*/ + float: left; + clear: left; + } + .page-template-shop-front .section-three-column-one .entry-header, +.page-template-shop-front .section-three-column-one .entry-summary, +.page-template-shop-front .section-three-column-one .entry-meta { + width: 100%; + } +} +/* Minimum width of 1360 pixels (larger desktop screens) +------------------------------------------------------------------------------------ */ +@media screen and (min-width: 85em) { + .blog-wrap, +.front-section, +.headerimg-on.header-boxed .header-image { + margin-left: auto; + margin-right: auto; + width: 80%; + } + /* --- Typography --- */ + .entry-content p.pull-left, .entry-content p.pull-right { + margin-bottom: 20px; + } + /* --- No Sidebar --- */ + .no-sidebar.page .site-content, +.no-sidebar #primary { + width: 80%; + } + .headerimg-on.header-fullscreen a.header-image { + max-height: 900px !important; + overflow: hidden; + } +} +/* Minimum width of 1800 pixels (larger desktop screens) +------------------------------------------------------------------------------------ */ +@media screen and (min-width: 112.5em) { + /* --- General --- */ + #page-start, +.content-wrap, +.singlepost-wrap, +.blog-wrap { + min-width: 1560px; + margin-left: auto; + margin-right: auto; + } + .footer-wrap, +.blog-wrap, +.big-footer-feature, +.headerimg-on.header-boxed .header-image { + width: 70%; + margin-left: auto; + margin-right: auto; + } +} +/* Minimum width of 2200 pixels (larger desktop screens) +------------------------------------------------------------------------------------ */ +@media screen and (min-width: 137.5em) { + /* --- General --- */ + .footer-wrap, +.big-footer-feature, +.headerimg-on.header-boxed .header-image { + width: 56%; + } +} +/*-----------------------------------------------------------------------------------*/ +/* Adjustment for print +/*-----------------------------------------------------------------------------------*/ +@media print { + #printhead { + color: black; + content: "Print"; + } +} + +@media print { + .sticky-header, +.header-social, +#overlay-open, +#search-open, +.inner-offcanvas-wrap, +.shariff, +.shariff li, +.shariff-main, +.footer-menus-wrap nav, +.footer-search { + display: none !important; + } + #masthead { + position: relative; + } + #masthead .site-header-content { + position: relative; + display: block; + border: none !important; + height: auto; + margin: 0 auto; + } + #masthead .site-header-content #site-branding { + height: auto; + margin: 0 auto; + width: auto; + border: none; + text-align: center; + padding: 0; + position: relative; + display: block; + } + #masthead .site-header-content #site-branding img { + width: auto; + max-width: inherit; + height: inherit; + max-height: 100px; + } + h1 { + page-break-before: always; + } + h1, h2, h3, h4, h5 { + page-break-after: avoid; + } + header#masthead { + position: relative; + border: none; + } + .front-section:first-of-type, +.page .content-wrap, +.singlepost-wrap, +.error404 .content-wrap { + padding-top: 10px; + } + main { + position: relative; + display: block; + } + main table, main figure { + page-break-inside: avoid; + } + main p a[href]::after { + content: " (" attr(href) ")"; + color: #ff8800; + background-color: inherit; + font-style: italic; + size: 80%; + } + main p a[href^="#"]:after { + display: none; + } + main p a { + text-transform: inherit; + word-wrap: break-word; + color: #000; + } + #colophon { + background: none; + color: black; + } + #colophon h2, #colophon h3, #colophon ul, #colophon p, #colophon li, #colophon a, #colophon td, #colophon tr, #colophon span { + color: black; + background: none; + } + .socialmedia-secondcolor #footer-social.social-nav ul li a { + color: black; + background: none; + } + #footer-social h2.socialmedia { + float: none; + display: block; + color: black; + font-weight: bold; + } + #footer-social.social-nav ul { + display: block; + } + #footer-social.social-nav ul li { + display: list-item; + border-radius: initial; + background: none; + } + #footer-social.social-nav ul li a::before { + width: 25px; + } + #footer-social.social-nav ul li a { + overflow: auto; + color: #000; + width: auto; + text-align: left; + height: auto; + background: none; + border: none; + border-radius: initial; + text-transform: inherit; + word-wrap: break-word; + } + #footer-social.social-nav ul li a[href]::after { + content: " (" attr(href) ")"; + color: #ff8800; + background-color: inherit; + font-style: italic; + size: 80%; + } + #footer-social.social-nav ul li a[href^="#"]::after { + display: none; + } +} \ No newline at end of file From addb3ecf511ca8c27019a3cba3752bbd9f3b893c Mon Sep 17 00:00:00 2001 From: Wolfgang Wiese Date: Tue, 13 Sep 2022 18:48:28 +0200 Subject: [PATCH 2/3] check for block editor. if its not used, deactivate all unneeded insets and inline styles --- functions.php | 5 + header.php | 383 ++--- inc/defaults.php | 1853 ++++++++++++------------ inc/gutenberg.php | 136 ++ package.json | 8 +- src/sass/elements/_general-styles.scss | 5 + src/sass/elements/_links.scss | 3 + src/sass/elements/_quotes.scss | 2 - src/sass/mixins/_mixins.scss | 33 +- style.css | 32 +- theme.json | 65 + 11 files changed, 1357 insertions(+), 1168 deletions(-) create mode 100644 inc/gutenberg.php create mode 100644 theme.json diff --git a/functions.php b/functions.php index 3ff3c0f..3f02e72 100644 --- a/functions.php +++ b/functions.php @@ -477,6 +477,11 @@ function pirate_rogue_filter_media_comment_status( $open, $post_id ) { /*-----------------------------------------------------------------------------------*/ require get_template_directory() . '/inc/jetpack.php'; +/*-----------------------------------------------------------------------------------*/ +/* Block Editor handling +/*-----------------------------------------------------------------------------------*/ + +require_once( get_template_directory() . '/inc/gutenberg.php'); /*-----------------------------------------------------------------------------------*/ /* This is the end of the code as we know it diff --git a/header.php b/header.php index c11604b..706f1bd 100644 --- a/header.php +++ b/header.php @@ -1,189 +1,194 @@ - section and everything up till
- * - * @package Pirate Rogue - * @since Pirate Rogue 1.0 - * @version 1.0 - */ - -?> - class="no-js" itemscope itemtype="http://schema.org/WebPage"> - - - - - - - - - -> - -
- - -
-
-
+ section and everything up till
+ * + * @package Pirate Rogue + * @since Pirate Rogue 1.0 + * @version 1.0 + */ + +?> + class="no-js" itemscope itemtype="http://schema.org/WebPage"> + + + + + + + + + + + +> + +
+ + +
+
+
diff --git a/inc/defaults.php b/inc/defaults.php index eeca8ba..de77ff0 100644 --- a/inc/defaults.php +++ b/inc/defaults.php @@ -1,923 +1,932 @@ - '', - 'link_before' => '', - 'link_after' => '', - 'next_or_number' => 'number', - 'separator' => ' ', - 'nextpagelink' => __( 'Next page', 'pirate-rogue' ), - 'previouspagelink' => __( 'Previous page', 'pirate-rogue' ), - 'pagelink' => '%', - 'echo' => 0 -); - - -// Default Colors -// Notice: This list must match with the SASS-Colorset in css/sass/variables.scss !!! -$default_colorlist = array( - 'main' => '#ff8800', - 'second' => '#672082', - 'third' => '#698bc1', - 'four' => '#148f93', - 'uspirates' => '#B127AF', - 'tkpirates' => '#00B5B1', - 'chpirates' => '#F9B200', - 'ispirates' => '#51297e', - - 'black' => '#000', - 'white' => '#fff', - 'grey' => '#e7e7eb', - 'darkgrey' => '#1a1a1a', - 'blue' => '#0066ff', - 'red' => '#d7464d', - 'yellow' => '#e7b547', - 'green' => '#85c066' -); - -// Options for Customizer -// @since 1.2.14 - -$pirate_rogue_options = array( - 'pirate_rogue_themeoptions' => array( - 'tabtitle' => __('Theme Options', 'pirate-rogue'), - 'fields' => array( - 'pirate_rogue_section_images' => array( - 'type' => 'section', - 'title' => __( 'Default Images', 'pirate-rogue'), - ), - 'pirate_rogue_fallback_thumbnail' => array( - 'type' => 'image', - 'title' => __( 'Fallback Thumbnail', 'pirate-rogue'), - 'label' => __( 'If thumbnail for a post is not available, use this thumbnail as a fallback.', 'pirate-rogue'), - 'flex_width' => true, // Allow any width, making the specified value recommended. False by default. - 'flex_height' => false, // Require the resulting image to be exactly as tall as the height attribute (default). - 'width' => 1260, - 'height' => 709, - 'parent' => 'pirate_rogue_section_images' - ), - 'pirate_rogue_fallback_blogroll_thumbnail' => array( - 'type' => 'image', - 'title' => __( 'Fallback Thumbnail For Blogroll', 'pirate-rogue'), - 'label' => __( 'If thumbnail for a post is not available, use this thumbnail as a fallback for normal blogroll.', 'pirate-rogue'), - 'flex_width' => true, // Allow any width, making the specified value recommended. False by default. - 'flex_height' => false, // Require the resulting image to be exactly as tall as the height attribute (default). - 'width' => 1024, - 'height' => 576, - 'parent' => 'pirate_rogue_section_images' - ), - - - - - 'pirate_rogue_section_header' => array( - 'type' => 'section', - 'title' => __( 'Header', 'pirate-rogue'), - ), - 'pirate_rogue_headerstyle'=> array( - 'type' => 'select', - 'title' => __( 'Header Image Style', 'pirate-rogue'), - 'label' => __( 'Choose the style you like to use for the header image.', 'pirate-rogue'), - 'liste' => array( - 'header-fullwidth' => __( 'Fullwidth', 'pirate-rogue'), - 'header-boxed' => __( 'Boxed', 'pirate-rogue'), - 'header-fullscreen' => __( 'Fullscreen', 'pirate-rogue'), - ), - 'default' => 'header-fullwidth', - 'parent' => 'pirate_rogue_section_header' - - ), - 'pirate_rogue_hidesearch' => array( - 'type' => 'toggle-switch', - 'title' => __( 'Hide Search in Header', 'pirate-rogue'), - 'default' => false, - 'parent' => 'pirate_rogue_section_header' - ), - 'pirate_rogue_search_overlay_backgroundcolor'=> array( - 'type' => 'select', - 'title' => __( 'Search Background Style', 'pirate-rogue'), - 'label' => __( 'Choose the background color of the overlay search input.', 'pirate-rogue'), - 'liste' => array( - 'darkcolor' => __( 'Dark grey', 'pirate-rogue'), - 'maincolor' => __( 'Main color', 'pirate-rogue'), - 'secondcolor' => __( 'Second color', 'pirate-rogue'), - ), - 'default' => 'maincolor', - 'parent' => 'pirate_rogue_section_header' - - ), - - - 'pirate_rogue_socialmedia_style'=> array( - 'type' => 'select', - 'title' => __( 'Social Media Icon Style', 'pirate-rogue'), - 'label' => __( 'Choose the color of the social media icons (needs items added to menu in a Social Icons position). Notice: this will also change the color of the search icon and the hamburger overlay icon.', 'pirate-rogue'), - 'liste' => array( - 'colorful' => __( 'Colorful Social Media Icons', 'pirate-rogue'), - 'maincolor' => __( 'Use main color', 'pirate-rogue'), - 'secondcolor' => __( 'Use second color', 'pirate-rogue'), - ), - 'default' => 'colorful', - 'parent' => 'pirate_rogue_section_header' - - ), - 'pirate_rogue_fixedheader' => array( - 'type' => 'toggle-switch', - 'title' => __( 'No Fix-Positioned Header', 'pirate-rogue'), - 'label' => __( 'By default, the fix-positioned header is visible on wider screens, if the browser window is scrolled.', 'pirate-rogue'), - 'default' => false, - 'parent' => 'pirate_rogue_section_header' - ), - 'pirate_rogue_show_titleonlogo' => array( - 'type' => 'toggle-switch', - 'title' => __( 'Always Show Title', 'pirate-rogue'), - 'label' => __( 'By default, the site title is hidden if logo is present.', 'pirate-rogue'), - 'default' => false, - 'parent' => 'pirate_rogue_section_header' - ), - 'pirate_rogue_show_labelonlogo' => array( - 'type' => 'toggle-switch', - 'title' => __( 'Always Show Tagline', 'pirate-rogue'), - 'label' => __( 'By default, the site tagline is hidden if logo is present.', 'pirate-rogue'), - 'default' => false, - 'parent' => 'pirate_rogue_section_header' - ), - - - 'pirate_rogue_section_sidebar' => array( - 'type' => 'section', - 'title' => __( 'Sidebar', 'pirate-rogue'), - ), - 'pirate_rogue_sidebar'=> array( - 'type' => 'select', - 'title' => __( 'Sidebar Position', 'pirate-rogue'), - 'liste' => array( - 'sidebar-right' => __( 'Right', 'pirate-rogue'), - 'sidebar-left' => __( 'Left', 'pirate-rogue'), - ), - 'default' => 'sidebar-right', - 'parent' => 'pirate_rogue_section_sidebar' - - ), - 'pirate_rogue_sidebar_hide'=> array( - 'type' => 'select', - 'title' => __( 'Sidebar Visibility', 'pirate-rogue'), - 'liste' => array( - 'sidebar-show' => __( 'Show sidebar', 'pirate-rogue'), - 'sidebar-no' => __( 'Hide sidebar', 'pirate-rogue'), - 'sidebar-no-single' => __( 'Hide sidebar on single posts', 'pirate-rogue'), - 'sidebar-no-front' => __( 'Hide sidebar on front page', 'pirate-rogue'), - ), - 'default' => 'sidebar-show', - 'parent' => 'pirate_rogue_section_sidebar' - - ), - - 'pirate_rogue_section_footer' => array( - 'type' => 'section', - 'title' => __( 'Footer', 'pirate-rogue'), - ), - - 'pirate_rogue_footerfeature_title'=> array( - 'type' => 'text', - 'title' => __( 'Title', 'pirate-rogue'), - 'label' => __( 'This is a small title text visible at the top of the area.', 'pirate-rogue'), - 'parent' => 'pirate_rogue_section_footer' - ), - 'pirate_rogue_customlogofooter' => array( - 'type' => 'toggle-switch', - 'title' => __( 'Show Custom Logo', 'pirate-rogue'), - 'default' => false, - 'parent' => 'pirate_rogue_section_footer' - ), - 'pirate_rogue_footerfeature_image' => array( - 'type' => 'image', - 'title' => __( 'Featured Image', 'pirate-rogue'), - 'width' => 800, - 'height'=> 450, - 'parent' => 'pirate_rogue_section_footer' - ), - 'pirate_rogue_footerfeature_text_big'=> array( - 'type' => 'textarea', - 'title' => __( 'Big Text', 'pirate-rogue'), - 'label' => __( 'This big slogan text is shown next to the image (HTML is allowed).', 'pirate-rogue'), - 'parent' => 'pirate_rogue_section_footer' - ), - 'pirate_rogue_footerfeature_text_small'=> array( - 'type' => 'textarea', - 'title' => __( 'Small Text', 'pirate-rogue'), - 'label' => __( 'This is an additional smaller description text shown below the big text (HTML is allowed).', 'pirate-rogue'), - 'parent' => 'pirate_rogue_section_footer' - ), - 'pirate_rogue_footerfeature_btn_text'=> array( - 'type' => 'text', - 'title' => __( 'Button Text', 'pirate-rogue'), - 'label' => __( 'If you want to add a "Call to Action" button, include the button text here.', 'pirate-rogue'), - 'parent' => 'pirate_rogue_section_footer' - ), - 'pirate_rogue_footerfeature_btn_link'=> array( - 'type' => 'url', - 'title' => __( 'Button Link URL', 'pirate-rogue'), - 'label' => __( 'Enter the URL the button should link to.', 'pirate-rogue'), - 'parent' => 'pirate_rogue_section_footer' - ), - 'pirate_rogue_footermenu_image' => array( - 'type' => 'image', - 'title' => __( 'Menu Footer Image', 'pirate-rogue'), - 'flex_width' => true, // Allow any width, making the specified value recommended. False by default. - 'flex_height' => true, // Require the resulting image to be exactly as tall as the height attribute (default). - 'width' => 800, - 'height' => 450, - 'parent' => 'pirate_rogue_section_footer' - ), - 'pirate_rogue_footer_search' => array( - 'type' => 'toggle-switch', - 'title' => __( 'Show Search', 'pirate-rogue'), - 'default' => false, - 'parent' => 'pirate_rogue_section_footer' - ), - 'pirate_rogue_credit'=> array( - 'type' => 'html', - 'title' => __( 'Credit Text', 'pirate-rogue'), - 'label' => __( 'Customize the footer credit text (HTML is allowed).', 'pirate-rogue'), - 'parent' => 'pirate_rogue_section_footer' - ), - - - - 'pirate_rogue_section_metadata' => array( - 'type' => 'section', - 'title' => __( 'Metadata and Global Settings', 'pirate-rogue'), - ), - - 'pirate_rogue_author'=> array( - 'type' => 'text', - 'title' => __( 'Author', 'pirate-rogue'), - 'label' => __( 'This is the default author of posts used for structured data.', 'pirate-rogue'), - 'parent' => 'pirate_rogue_section_metadata' - ), - 'pirate_rogue_google_wmt_verification_text'=> array( - 'type' => 'text', - 'title' => __( 'Google Site Verification', 'pirate-rogue'), - 'label' => __( 'For verification of your website as property owner at Google Search Console, use the alternative method and copy the value of the attribute content of the given HTML tag. Insert this string here.
Example: if given <meta name="google-site-verification" content="BBssyCpddd8" /> then insert BBssyCpddd8.', 'pirate-rogue'), - 'parent' => 'pirate_rogue_section_metadata' - ), - 'pirate_rogue_devider_hideimage' => array( - 'type' => 'toggle-switch', - 'title' => __( 'Hide Pirate Image On Dividers', 'pirate-rogue'), - 'default' => false, - 'parent' => 'pirate_rogue_section_metadata' - ), - 'pirate_rogue_shadow_images' => array( - 'type' => 'toggle-switch', - 'title' => __( 'Add Shadow To Images', 'pirate-rogue'), - 'default' => false, - 'parent' => 'pirate_rogue_section_metadata' - ), - 'pirate_rogue_all_hideauthor' => array( - 'type' => 'toggle-switch', - 'title' => __( 'Hide Author Names', 'pirate-rogue'), - 'default' => false, - 'parent' => 'pirate_rogue_section_metadata' - ), - 'pirate_rogue_h1noupper' => array( - 'type' => 'toggle-switch', - 'title' => esc_html__( 'Normal style for first headline', 'pirate-rogue'), - 'default' => false, - 'parent' => 'pirate_rogue_section_metadata' - ), - - 'pirate_rogue_section_comments' => array( - 'type' => 'section', - 'title' => __( 'Comments', 'pirate-rogue'), - ), - 'pirate_rogue_hidecomments' => array( - 'type' => 'toggle-switch', - 'title' => __( 'Show Comments Button', 'pirate-rogue'), - 'label' => __( 'This will hide comments below single posts. There will be a button to show the comments.', 'pirate-rogue'), - 'default' => false, - 'parent' => 'pirate_rogue_section_comments' - ), - 'pirate_rogue_commentdisclaimer'=> array( - 'type' => 'html', - 'title' => __( 'Comment Disclaimer', 'pirate-rogue'), - 'label' => __( 'Disclaimer is shown above the comment form (HTML is allowed).', 'pirate-rogue'), - 'parent' => 'pirate_rogue_section_comments' - ), - 'pirate_rogue_externcomments_active' => array( - 'type' => 'toggle-switch', - 'title' => __( 'Link To External Board', 'pirate-rogue'), - 'label' => __( 'Show a link to an external discussion board which vistors can use instead of regular comments.', 'pirate-rogue'), - 'default' => false, - 'parent' => 'pirate_rogue_section_comments' - ), - 'pirate_rogue_externcomments_title'=> array( - 'type' => 'text', - 'title' =>__( 'Link Text', 'pirate-rogue'), - 'label' => __( 'Enter the text for the link to the external board.', 'pirate-rogue'), - 'default' => __( 'Discuss this on our board', 'pirate-rogue'), - 'parent' => 'pirate_rogue_section_comments' - ), - 'pirate_rogue_externcomments_url'=> array( - 'type' => 'url', - 'title' => __( 'URL', 'pirate-rogue'), - 'label' => __( 'Enter the URL of the external board.', 'pirate-rogue'), - 'default' => 'https://forum.piratenpartei.de', - 'parent' => 'pirate_rogue_section_comments' - ), - 'pirate_rogue_section_misc' => array( - 'type' => 'section', - 'title' => __( 'Miscellaneous', 'pirate-rogue'), - ), - - 'pirate_rogue_section_coloroverwrite' => array( - 'type' => 'section', - 'title' => __( 'Colors', 'pirate-rogue'), - 'desc' => __( 'This will allow to change the default colors. Please notice, that the following color options use a fix list of predefined colors. To change the website to other colors, use "Custom CSS" option.', 'pirate-rogue'), - ), - 'pirate_rogue_head_background_color' => array( - 'type' => 'colorlist-radio', - 'title' => __( 'Header Background', 'pirate-rogue'), - 'liste' => $default_colorlist, - 'parent' => 'pirate_rogue_section_coloroverwrite' - ), - 'pirate_rogue_head_text_color' => array( - 'type' => 'colorlist-radio', - 'title' => __( 'Header Texts', 'pirate-rogue'), - 'label' => __( 'This applies to site title and menu links in header, plus the search icon and the hamburger overlay icon.', 'pirate-rogue'), - 'liste' => $default_colorlist, - 'parent' => 'pirate_rogue_section_coloroverwrite' - ), - 'pirate_rogue_head_linkhover_color' => array( - 'type' => 'colorlist-radio', - 'title' => __( 'Header Links (Hovered)', 'pirate-rogue'), - 'label' => __( 'This applies to underlining of menu links in header, plus the search icon and the hamburger overlay icon.', 'pirate-rogue'), - 'liste' => $default_colorlist, - 'parent' => 'pirate_rogue_section_coloroverwrite' - ), - 'pirate_rogue_actionbutton_color' => array( - 'type' => 'colorlist-radio', - 'title' => __( 'Action Buttons', 'pirate-rogue'), - 'liste' => $default_colorlist, - 'parent' => 'pirate_rogue_section_coloroverwrite' - ), - 'pirate_rogue_main_background_color' => array( - 'type' => 'colorlist-radio', - 'title' => __( 'Main Background', 'pirate-rogue'), - 'liste' => $default_colorlist, - 'parent' => 'pirate_rogue_section_coloroverwrite' - ), - 'pirate_rogue_main_headline_color' => array( - 'type' => 'colorlist-radio', - 'title' => __( 'Main Headlines', 'pirate-rogue'), - 'label' => __( 'This applies to all headlines in main region.', 'pirate-rogue'), - 'liste' => $default_colorlist, - 'parent' => 'pirate_rogue_section_coloroverwrite' - ), - 'pirate_rogue_main_text_color' => array( - 'type' => 'colorlist-radio', - 'title' => __( 'Main Texts', 'pirate-rogue'), - 'liste' => $default_colorlist, - 'parent' => 'pirate_rogue_section_coloroverwrite' - ), - 'pirate_rogue_main_link_color' => array( - 'type' => 'colorlist-radio', - 'title' => __( 'Main Links', 'pirate-rogue'), - 'liste' => $default_colorlist, - 'parent' => 'pirate_rogue_section_coloroverwrite' - ), - 'pirate_rogue_main_linkhover_color' => array( - 'type' => 'colorlist-radio', - 'title' => __( 'Main Links (Hovered)', 'pirate-rogue'), - 'liste' => $default_colorlist, - 'parent' => 'pirate_rogue_section_coloroverwrite' - ), - 'pirate_rogue_main_titleunderline_color' => array( - 'type' => 'colorlist-radio', - 'title' => __( 'Title Underline', 'pirate-rogue'), - 'label' => __( 'This applies to underlining of the page title.', 'pirate-rogue'), - 'liste' => $default_colorlist, - 'parent' => 'pirate_rogue_section_coloroverwrite' - ), - 'pirate_rogue_main_listitem_color' => array( - 'type' => 'colorlist-radio', - 'title' => __( 'List Items', 'pirate-rogue'), - 'label' => __( 'This applies to bullets of unordered lists.', 'pirate-rogue'), - 'liste' => $default_colorlist, - 'parent' => 'pirate_rogue_section_coloroverwrite' - ), - 'pirate_rogue_main_quoteborder_color' => array( - 'type' => 'colorlist-radio', - 'title' => __( 'Blockquote Borders', 'pirate-rogue'), - 'liste' => $default_colorlist, - 'parent' => 'pirate_rogue_section_coloroverwrite' - ), - 'pirate_rogue_main_meta_bgcol' => array( - 'type' => 'colorlist-radio', - 'title' => __( 'Meta Links Backgrounds', 'pirate-rogue'), - 'label' => __( 'This applies to meta links (e.g. tags and categories).', 'pirate-rogue'), - 'liste' => $default_colorlist, - 'parent' => 'pirate_rogue_section_coloroverwrite' - ), - 'pirate_rogue_main_meta_bgcol_hover' => array( - 'type' => 'colorlist-radio', - 'title' => __( 'Meta Links Backgrounds (Hovered)', 'pirate-rogue'), - 'label' => __( 'This applies to meta links (e.g. tags and categories).', 'pirate-rogue'), - 'liste' => $default_colorlist, - 'parent' => 'pirate_rogue_section_coloroverwrite' - ), - 'pirate_rogue_main_meta_textcol' => array( - 'type' => 'colorlist-radio', - 'title' => __( 'Meta Links', 'pirate-rogue'), - 'label' => __( 'This applies to meta links (e.g. tags and categories).', 'pirate-rogue'), - 'liste' => $default_colorlist, - 'parent' => 'pirate_rogue_section_coloroverwrite' - ), - 'pirate_rogue_main_meta_textcol_hover' => array( - 'type' => 'colorlist-radio', - 'title' => __( 'Meta Links (Hovered)', 'pirate-rogue'), - 'label' => __( 'This applies to meta links (e.g. tags and categories).', 'pirate-rogue'), - 'liste' => $default_colorlist, - 'parent' => 'pirate_rogue_section_coloroverwrite' - ), - 'pirate_rogue_main_table_textcol' => array( - 'type' => 'colorlist-radio', - 'title' => __( 'Tables', 'pirate-rogue'), - 'liste' => $default_colorlist, - 'parent' => 'pirate_rogue_section_coloroverwrite' - ), - 'pirate_rogue_main_table_bgcol' => array( - 'type' => 'colorlist-radio', - 'title' => __( 'Table Backgrounds', 'pirate-rogue'), - 'liste' => $default_colorlist, - 'parent' => 'pirate_rogue_section_coloroverwrite' - ), - 'pirate_rogue_main_table_bgcol_header' => array( - 'type' => 'colorlist-radio', - 'title' => __( 'Table Header Backgrounds', 'pirate-rogue'), - 'liste' => $default_colorlist, - 'parent' => 'pirate_rogue_section_coloroverwrite' - ), - 'pirate_rogue_main_table_bgcol_oddrows' => array( - 'type' => 'colorlist-radio', - 'title' => __( 'Table Backgrounds (Odd Rows)', 'pirate-rogue'), - 'liste' => $default_colorlist, - 'parent' => 'pirate_rogue_section_coloroverwrite' - ), - 'pirate_rogue_footer_background_color' => array( - 'type' => 'colorlist-radio', - 'title' => __( 'Footer Background', 'pirate-rogue'), - 'liste' => $default_colorlist, - 'parent' => 'pirate_rogue_section_coloroverwrite' - ), - 'pirate_rogue_footer_headline_color' => array( - 'type' => 'colorlist-radio', - 'title' => __( 'Footer Headlines', 'pirate-rogue'), - 'liste' => $default_colorlist, - 'parent' => 'pirate_rogue_section_coloroverwrite' - ), - 'pirate_rogue_footer_text_color' => array( - 'type' => 'colorlist-radio', - 'title' => __( 'Footer Texts', 'pirate-rogue'), - 'liste' => $default_colorlist, - 'parent' => 'pirate_rogue_section_coloroverwrite' - ), - 'pirate_rogue_footer_link_color' => array( - 'type' => 'colorlist-radio', - 'title' => __( 'Footer Links', 'pirate-rogue'), - 'liste' => $default_colorlist, - 'parent' => 'pirate_rogue_section_coloroverwrite' - ), - 'pirate_rogue_footer_linkhover_color' => array( - 'type' => 'colorlist-radio', - 'title' => __( 'Footer Links (Hovered)', 'pirate-rogue'), - 'liste' => $default_colorlist, - 'parent' => 'pirate_rogue_section_coloroverwrite' - ), - - - - 'plugin_pirate_crew_setting' => array( - 'type' => 'section', - 'title' => __('Pirate Crew Settings', 'pirate-rogue'), - - ), - 'pirate_rogue_crewmember-title'=> array( - 'type' => 'text', - 'title' => __( 'Title', 'pirate-rogue'), - 'label' => __( 'Set a title to show above pirate crew member info panel.', 'pirate-rogue'), - 'parent' => 'plugin_pirate_crew_setting', - 'ifclass' => 'Pirate_Crew', - ), - 'pirate_rogue_crewmember-position'=> array( - 'title' => __( 'Position', 'pirate-rogue'), - 'label' => __( 'Set the position to show the pirate crew member card.', 'pirate-rogue'), - 'parent' => 'plugin_pirate_crew_setting', - 'ifclass' => 'Pirate_Crew', - 'default' => 'sidebar', - 'type' => 'select', - 'liste' => array( - 'sidebar' => __('Sidebar', 'pirate-rogue'), - 'content' => __('Content','pirate-rogue') - ), - ), - 'pirate_rogue_crewmember-style'=> array( - 'title' => __( 'Style', 'pirate-rogue'), - 'label' => __( 'Set the style of the pirate crew member card.', 'pirate-rogue'), - 'parent' => 'plugin_pirate_crew_setting', - 'ifclass' => 'Pirate_Crew', - 'default' => 'style3', - 'type' => 'select', - 'liste' => array( - 'style1' => sprintf(__('Style %d', 'pirate-rogue'), 1), - 'style2' => sprintf(__('Style %d', 'pirate-rogue'), 2), - 'style3' => sprintf(__('Style %d', 'pirate-rogue'), 3), - 'style4' => sprintf(__('Style %d', 'pirate-rogue'), 4), - ), - ), - 'pirate_rogue_crewmember-format'=> array( - 'title' => __( 'Format', 'pirate-rogue'), - 'label' => __( 'Set the format to show the pirate crew member card.', 'pirate-rogue'), - 'parent' => 'plugin_pirate_crew_setting', - 'ifclass' => 'Pirate_Crew', - 'default' => 'card', - 'type' => 'select', - 'liste' => array( - 'card' => __('Card', 'pirate-rogue'), - 'list' => __('List', 'pirate-rogue'), - ), - ), - - ) - ), - 'pirate_rogue_frontpage' => array( - 'tabtitle' => __('Blog Front Page', 'pirate-rogue'), - 'fields' => array( - - 'pirate_rogue_frontpage_general' => array( - 'type' => 'section', - 'title' => __( 'General', 'pirate-rogue'), - ), - 'uku_front_hideblog' => array( - 'type' => 'toggle-switch', - 'title' => __( 'Hide Default Blog', 'pirate-rogue'), - 'default' => false, - 'parent' => 'pirate_rogue_frontpage_general' - ), - 'uku_front_hidedate' => array( - 'type' => 'toggle-switch', - 'title' => __( 'Hide Date', 'pirate-rogue'), - 'default' => false, - 'parent' => 'pirate_rogue_frontpage_general' - ), - 'uku_front_hidecomments' => array( - 'type' => 'toggle-switch', - 'title' => __( 'Hide Comments', 'pirate-rogue'), - 'default' => false, - 'parent' => 'pirate_rogue_frontpage_general' - ), - 'uku_front_hidecats' => array( - 'type' => 'toggle-switch', - 'title' => __( 'Hide Categories', 'pirate-rogue'), - 'default' => false, - 'parent' => 'pirate_rogue_frontpage_general' - ), - 'pirate_rogue_front_hideauthor' => array( - 'type' => 'toggle-switch', - 'title' => __( 'Hide Author Names', 'pirate-rogue'), - 'default' => false, - 'parent' => 'pirate_rogue_frontpage_general' - ), - 'pirate_rogue_custom_latestposts'=> array( - 'type' => 'text', - 'title' => __( 'Latest Posts Title', 'pirate-rogue'), - 'label' => __( 'Customize the "Latest Posts" title text above the blog content on your blog front page.', 'pirate-rogue'), - 'parent' => 'pirate_rogue_frontpage_general' - ), - 'pirate_rogue_custom_followus'=> array( - 'type' => 'text', - 'title' => __( 'Follow Us Text', 'pirate-rogue'), - 'label' => __( 'Customize the "Follow us" text in your About section and footer social menus.', 'pirate-rogue'), - 'parent' => 'pirate_rogue_frontpage_general' - ), - - - - 'pirate_rogue_slider' => array( - 'type' => 'section', - 'title' => __( 'Featured Posts Slider', 'pirate-rogue') - ), - 'pirate_rogue_featuredtag' => array( - 'type' => 'tag', - 'title' => __( 'Slider tag', 'pirate-rogue'), - 'parent' => 'pirate_rogue_slider' - ), - 'pirate_rogue_featuredcat' => array( - 'type' => 'category', - 'title' => __( 'Slider category', 'pirate-rogue'), - 'parent' => 'pirate_rogue_slider' - ), - 'pirate_rogue_sliderstyle' => array( - 'type' => 'select', - 'title' => __( 'Style', 'pirate-rogue'), - 'label' => __( 'Choose the slider design.', 'pirate-rogue'), - 'liste' => array( - 'slider-fullwidth' => __( 'Fullwidth', 'pirate-rogue'), - 'slider-boxed' => __( 'Boxed', 'pirate-rogue'), - // 'slider-fullscreen' => __( 'Fullscreen', 'pirate-rogue'), - ), - 'default' => 'slider-fullwidth', - 'parent' => 'pirate_rogue_slider' - ), - 'pirate_rogue_slideranimation' => array( - 'type' => 'select', - 'title' => __( 'Image Animation', 'pirate-rogue'), - 'label' => __( 'Choose, if you want the slider images to fade or slide from one image to the next.', 'pirate-rogue'), - 'liste' => array( - 'slider-slide' => __( 'Slide', 'pirate-rogue'), - 'slider-fade' => __( 'Fade', 'pirate-rogue'), - ), - 'default' => 'slider-slide', - 'parent' => 'pirate_rogue_slider' - ), - 'pirate_rogue_slider_autoplay' => array( - 'type' => 'toggle-switch', - 'title' => __( 'Autoplay', 'pirate-rogue'), - 'default' => false, - 'parent' => 'pirate_rogue_slider' - ), - 'pirate_rogue_featured_slider_num' => array( - 'type' => 'range', - 'title' => __( 'Number of Slides', 'pirate-rogue'), - 'label' => __( 'How many slides of feature posts are displayed. Notice: the more slides are loaded, the worse the performance of the page will be.', 'pirate-rogue'), - 'min' => 2, - 'max' => 6, - 'step' => 1, - 'default' => 3, - 'parent' => 'pirate_rogue_slider' - ), - 'pirate_rogue_fallback_slider' => array( - 'type' => 'image', - 'title' => __( 'Fallback Thumbnail For Slider', 'pirate-rogue'), - 'label' => __( 'If thumbnail for a post is not avaible, use this image for the slider.', 'pirate-rogue'), - 'flex_width' => true, // Allow any width, making the specified value recommended. False by default. - 'flex_height' => false, // Require the resulting image to be exactly as tall as the height attribute (default). - 'width' => 1440, - 'height' => 690, - 'parent' => 'pirate_rogue_slider' - ), - - 'pirate_rogue_front_section_one' => array( - 'type' => 'section', - 'title' => __( 'Section Featured Top', 'pirate-rogue'), - ), - 'uku_front_section_one_title'=> array( - 'type' => 'text', - 'title' => __( 'Section Title (optional)', 'pirate-rogue'), - 'parent' => 'pirate_rogue_front_section_one' - ), - 'uku_front_section_one_tag' => array( - 'type' => 'tag', - 'title' => __( 'Section Tag', 'pirate-rogue'), - 'parent' => 'pirate_rogue_front_section_one' - ), - 'uku_front_section_one_cat' => array( - 'type' => 'category', - 'title' => __( 'Section Category', 'pirate-rogue'), - 'parent' => 'pirate_rogue_front_section_one' - ), - - - - 'pirate_rogue_front_section_twocolumn' => array( - 'type' => 'section', - 'title' => __( 'Section 2-Columns', 'pirate-rogue'), - ), - 'pirate_rogue_front_section_twocolumn_title'=> array( - 'type' => 'text', - 'title' => __( 'Section Title (optional)', 'pirate-rogue'), - 'parent' => 'pirate_rogue_front_section_twocolumn' - ), - 'pirate_rogue_front_section_twocolumn_tag' => array( - 'type' => 'tag', - 'title' => __( 'Section Tag', 'pirate-rogue'), - 'parent' => 'pirate_rogue_front_section_twocolumn' - ), - 'pirate_rogue_front_section_twocolumn_cat' => array( - 'type' => 'category', - 'title' => __( 'Section Category', 'pirate-rogue'), - 'parent' => 'pirate_rogue_front_section_twocolumn' - ), - 'pirate_rogue_front_section_twocolumn_number' => array( - 'type' => 'range', - 'title' => __( 'Number of Posts', 'pirate-rogue'), - 'min' => 2, - 'max' => 16, - 'parent' => 'pirate_rogue_front_section_twocolumn' - ), - - 'pirate_rogue_front_section_threecolumn' => array( - 'type' => 'section', - 'title' => __( 'Section 3-Columns', 'pirate-rogue'), - ), - 'uku_front_section_threecolumn_title'=> array( - 'type' => 'text', - 'title' => __( 'Section Title (optional)', 'pirate-rogue'), - 'parent' => 'pirate_rogue_front_section_threecolumn' - ), - 'uku_front_section_threecolumn_tag' => array( - 'type' => 'tag', - 'title' => __( 'Section Tag', 'pirate-rogue'), - 'parent' => 'pirate_rogue_front_section_threecolumn' - ), - 'uku_front_section_threecolumn_cat' => array( - 'type' => 'category', - 'title' => __( 'Section Category', 'pirate-rogue'), - 'parent' => 'pirate_rogue_front_section_threecolumn' - ), - 'uku_front_section_threecolumn_number' => array( - 'type' => 'range', - 'title' => __( 'Number of Posts', 'pirate-rogue'), - 'min' => 1, - 'max' => 12, - 'parent' => 'pirate_rogue_front_section_threecolumn' - ), - 'uku_front_section_threecolumn_excerpt'=> array( - 'type' => 'toggle-switch', - 'title' => __( 'Show Post Excerpts', 'pirate-rogue'), - 'parent' => 'pirate_rogue_front_section_threecolumn' - ), - - 'pirate_rogue_front_section_fullwidth' => array( - 'type' => 'section', - 'title' => __( 'Section Fullwidth', 'pirate-rogue'), - ), - 'pirate_rogue_front_section_fullwidth_title'=> array( - 'type' => 'text', - 'title' => __( 'Section Title (optional)', 'pirate-rogue'), - 'parent' => 'pirate_rogue_front_section_fullwidth' - ), - 'pirate_rogue_front_section_fullwidth_tag' => array( - 'type' => 'tag', - 'title' => __( 'Section Tag', 'pirate-rogue'), - 'parent' => 'pirate_rogue_front_section_fullwidth' - ), - 'pirate_rogue_front_section_fullwidth_cat' => array( - 'type' => 'category', - 'title' => __( 'Section Category', 'pirate-rogue'), - 'parent' => 'pirate_rogue_front_section_fullwidth' - ), - 'pirate_rogue_front_section_fullwidth_number' => array( - 'type' => 'range', - 'title' => __( 'Number of Posts', 'pirate-rogue'), - 'min' => 1, - 'max' => 3, - 'default' => 1, - 'parent' => 'pirate_rogue_front_section_fullwidth' - ), - - - 'pirate_rogue_front_section_about' => array( - 'type' => 'section', - 'title' => __( 'Section About', 'pirate-rogue'), - ), - 'pirate_rogue_front_section_about_title' => array( - 'type' => 'text', - 'title' => __( 'Section Title', 'pirate-rogue'), - 'parent' => 'pirate_rogue_front_section_about' - ), - 'pirate_rogue_front_section_about_image' => array( - 'type' => 'image', - 'title' => __( 'About Image', 'pirate-rogue'), - 'label' => __( 'The recommended image width for the About image is 580 pixels.', 'pirate-rogue'), - 'flex_width' => true, // Allow any width, making the specified value recommended. False by default. - 'flex_height' => true, // Require the resulting image to be exactly as tall as the height attribute (default). - 'width' => 1440, - 'height' => 530, - 'parent' => 'pirate_rogue_front_section_about' - ), - 'pirate_rogue_front_section_about_text' => array( - 'type' => 'textarea', - 'title' => __( 'About Text (required)', 'pirate-rogue'), - 'label' => __( 'HTML is allowed.', 'pirate-rogue'), - 'parent' => 'pirate_rogue_front_section_about' - ), - - - 'pirate_rogue_front_section_two' => array( - 'type' => 'section', - 'title' => __( 'Section Featured Bottom', 'pirate-rogue'), - ), - 'pirate_rogue_front_section_two_title'=> array( - 'type' => 'text', - 'title' => __( 'Section Title (optional)', 'pirate-rogue'), - 'parent' => 'pirate_rogue_front_section_two' - ), - 'pirate_rogue_front_section_two_tag' => array( - 'type' => 'tag', - 'title' => __( 'Section Tag', 'pirate-rogue'), - 'parent' => 'pirate_rogue_front_section_two' - ), - 'pirate_rogue_front_section_two_cat' => array( - 'type' => 'category', - 'title' => __( 'Section Category', 'pirate-rogue'), - 'parent' => 'pirate_rogue_front_section_two' - ), - - - 'pirate_rogue_front_section_three' => array( - 'type' => 'section', - 'title' => __( 'Section on Background', 'pirate-rogue'), - ), - 'uku_front_section_three_title' => array( - 'type' => 'text', - 'title' => __( 'Section Title (optional)', 'pirate-rogue'), - 'parent' => 'pirate_rogue_front_section_three' - ), - 'uku_front_section_three_tag' => array( - 'type' => 'tag', - 'title' => __( 'Section Tag', 'pirate-rogue'), - 'parent' => 'pirate_rogue_front_section_three' - ), - 'uku_front_section_three_cat' => array( - 'type' => 'category', - 'title' => __( 'Section Category', 'pirate-rogue'), - 'parent' => 'pirate_rogue_front_section_three' - ), - - 'pirate_rogue_front_section_fourcolumn' => array( - 'type' => 'section', - 'title' => __( 'Section 4-Columns', 'pirate-rogue'), - ), - 'uku_front_section_fourcolumn_title'=> array( - 'type' => 'text', - 'title' => __( 'Section Title (optional)', 'pirate-rogue'), - 'parent' => 'pirate_rogue_front_section_fourcolumn' - ), - 'uku_front_section_fourcolumn_tag' => array( - 'type' => 'tag', - 'title' => __( 'Section Tag', 'pirate-rogue'), - 'parent' => 'pirate_rogue_front_section_fourcolumn' - ), - 'uku_front_section_fourcolumn_cat' => array( - 'type' => 'category', - 'title' => __( 'Section Category', 'pirate-rogue'), - 'parent' => 'pirate_rogue_front_section_fourcolumn' - ), - 'uku_front_section_fourcolumn_number' => array( - 'type' => 'range', - 'title' => __( 'Number of Posts', 'pirate-rogue'), - 'min' => 4, - 'max' => 16, - 'step' => 2, - 'default' => 8, - 'parent' => 'pirate_rogue_front_section_fourcolumn' - ), - 'uku_front_section_fourcolumn_excerpt'=> array( - 'type' => 'toggle-switch', - 'title' => __( 'Show Post Excerpts', 'pirate-rogue'), - 'parent' => 'pirate_rogue_front_section_fourcolumn' - ), - - - - 'pirate_rogue_front_section_sixcolumn' => array( - 'type' => 'section', - 'title' => __( 'Section 6-Columns', 'pirate-rogue'), - ), - 'pirate_rogue_front_section_sixcolumn_title'=> array( - 'type' => 'text', - 'title' => __( 'Section Title (optional)', 'pirate-rogue'), - 'parent' => 'pirate_rogue_front_section_sixcolumn' - ), - 'pirate_rogue_front_section_sixcolumn_tag' => array( - 'type' => 'tag', - 'title' => __( 'Section Tag', 'pirate-rogue'), - 'parent' => 'pirate_rogue_front_section_sixcolumn' - ), - 'pirate_rogue_front_section_sixcolumn_cat' => array( - 'type' => 'category', - 'title' => __( 'Section Category', 'pirate-rogue'), - 'parent' => 'pirate_rogue_front_section_sixcolumn' - ), - 'pirate_rogue_front_section_sixcolumn_number' => array( - 'type' => 'range', - 'title' => __( 'Number of Posts', 'pirate-rogue'), - 'min' => 6, - 'max' => 24, - 'default' => 6, - 'step' => 2, - 'parent' => 'pirate_rogue_front_section_sixcolumn' - ), - 'pirate_rogue_front_section_sixcolumn_excerpt'=> array( - 'type' => 'toggle-switch', - 'title' => __( 'Show Post Excerpts', 'pirate-rogue'), - 'parent' => 'pirate_rogue_front_section_sixcolumn' - ), - ) - ) + '', + 'link_before' => '', + 'link_after' => '', + 'next_or_number' => 'number', + 'separator' => ' ', + 'nextpagelink' => __( 'Next page', 'pirate-rogue' ), + 'previouspagelink' => __( 'Previous page', 'pirate-rogue' ), + 'pagelink' => '%', + 'echo' => 0 +); + + +// Default Colors +// Notice: This list must match with the SASS-Colorset in css/sass/variables.scss !!! +$default_colorlist = array( + 'main' => '#ff8800', + 'second' => '#672082', + 'third' => '#698bc1', + 'four' => '#148f93', + 'uspirates' => '#B127AF', + 'tkpirates' => '#00B5B1', + 'chpirates' => '#F9B200', + 'ispirates' => '#51297e', + + 'black' => '#000', + 'white' => '#fff', + 'grey' => '#e7e7eb', + 'darkgrey' => '#1a1a1a', + 'blue' => '#0066ff', + 'red' => '#d7464d', + 'yellow' => '#e7b547', + 'green' => '#85c066' +); + +// Options for Customizer +// @since 1.2.14 + +$pirate_rogue_options = array( + 'pirate_rogue_themeoptions' => array( + 'tabtitle' => __('Theme Options', 'pirate-rogue'), + 'fields' => array( + 'pirate_rogue_section_images' => array( + 'type' => 'section', + 'title' => __( 'Default Images', 'pirate-rogue'), + ), + 'pirate_rogue_fallback_thumbnail' => array( + 'type' => 'image', + 'title' => __( 'Fallback Thumbnail', 'pirate-rogue'), + 'label' => __( 'If thumbnail for a post is not available, use this thumbnail as a fallback.', 'pirate-rogue'), + 'flex_width' => true, // Allow any width, making the specified value recommended. False by default. + 'flex_height' => false, // Require the resulting image to be exactly as tall as the height attribute (default). + 'width' => 1260, + 'height' => 709, + 'parent' => 'pirate_rogue_section_images' + ), + 'pirate_rogue_fallback_blogroll_thumbnail' => array( + 'type' => 'image', + 'title' => __( 'Fallback Thumbnail For Blogroll', 'pirate-rogue'), + 'label' => __( 'If thumbnail for a post is not available, use this thumbnail as a fallback for normal blogroll.', 'pirate-rogue'), + 'flex_width' => true, // Allow any width, making the specified value recommended. False by default. + 'flex_height' => false, // Require the resulting image to be exactly as tall as the height attribute (default). + 'width' => 1024, + 'height' => 576, + 'parent' => 'pirate_rogue_section_images' + ), + + + + + 'pirate_rogue_section_header' => array( + 'type' => 'section', + 'title' => __( 'Header', 'pirate-rogue'), + ), + 'pirate_rogue_headerstyle'=> array( + 'type' => 'select', + 'title' => __( 'Header Image Style', 'pirate-rogue'), + 'label' => __( 'Choose the style you like to use for the header image.', 'pirate-rogue'), + 'liste' => array( + 'header-fullwidth' => __( 'Fullwidth', 'pirate-rogue'), + 'header-boxed' => __( 'Boxed', 'pirate-rogue'), + 'header-fullscreen' => __( 'Fullscreen', 'pirate-rogue'), + ), + 'default' => 'header-fullwidth', + 'parent' => 'pirate_rogue_section_header' + + ), + 'pirate_rogue_hidesearch' => array( + 'type' => 'toggle-switch', + 'title' => __( 'Hide Search in Header', 'pirate-rogue'), + 'default' => false, + 'parent' => 'pirate_rogue_section_header' + ), + 'pirate_rogue_search_overlay_backgroundcolor'=> array( + 'type' => 'select', + 'title' => __( 'Search Background Style', 'pirate-rogue'), + 'label' => __( 'Choose the background color of the overlay search input.', 'pirate-rogue'), + 'liste' => array( + 'darkcolor' => __( 'Dark grey', 'pirate-rogue'), + 'maincolor' => __( 'Main color', 'pirate-rogue'), + 'secondcolor' => __( 'Second color', 'pirate-rogue'), + ), + 'default' => 'maincolor', + 'parent' => 'pirate_rogue_section_header' + + ), + + + 'pirate_rogue_socialmedia_style'=> array( + 'type' => 'select', + 'title' => __( 'Social Media Icon Style', 'pirate-rogue'), + 'label' => __( 'Choose the color of the social media icons (needs items added to menu in a Social Icons position). Notice: this will also change the color of the search icon and the hamburger overlay icon.', 'pirate-rogue'), + 'liste' => array( + 'colorful' => __( 'Colorful Social Media Icons', 'pirate-rogue'), + 'maincolor' => __( 'Use main color', 'pirate-rogue'), + 'secondcolor' => __( 'Use second color', 'pirate-rogue'), + ), + 'default' => 'colorful', + 'parent' => 'pirate_rogue_section_header' + + ), + 'pirate_rogue_fixedheader' => array( + 'type' => 'toggle-switch', + 'title' => __( 'No Fix-Positioned Header', 'pirate-rogue'), + 'label' => __( 'By default, the fix-positioned header is visible on wider screens, if the browser window is scrolled.', 'pirate-rogue'), + 'default' => false, + 'parent' => 'pirate_rogue_section_header' + ), + 'pirate_rogue_show_titleonlogo' => array( + 'type' => 'toggle-switch', + 'title' => __( 'Always Show Title', 'pirate-rogue'), + 'label' => __( 'By default, the site title is hidden if logo is present.', 'pirate-rogue'), + 'default' => false, + 'parent' => 'pirate_rogue_section_header' + ), + 'pirate_rogue_show_labelonlogo' => array( + 'type' => 'toggle-switch', + 'title' => __( 'Always Show Tagline', 'pirate-rogue'), + 'label' => __( 'By default, the site tagline is hidden if logo is present.', 'pirate-rogue'), + 'default' => false, + 'parent' => 'pirate_rogue_section_header' + ), + + + 'pirate_rogue_meta_commentheader' => array( + 'type' => 'toggle-switch', + 'title' => __( 'Display Meta Comment in Header', 'pirate-rogue'), + 'label' => __( 'Display a HTML comment of the theme in header part.', 'pirate-rogue'), + 'default' => true, + 'parent' => 'pirate_rogue_section_header' + ), + + + 'pirate_rogue_section_sidebar' => array( + 'type' => 'section', + 'title' => __( 'Sidebar', 'pirate-rogue'), + ), + 'pirate_rogue_sidebar'=> array( + 'type' => 'select', + 'title' => __( 'Sidebar Position', 'pirate-rogue'), + 'liste' => array( + 'sidebar-right' => __( 'Right', 'pirate-rogue'), + 'sidebar-left' => __( 'Left', 'pirate-rogue'), + ), + 'default' => 'sidebar-right', + 'parent' => 'pirate_rogue_section_sidebar' + + ), + 'pirate_rogue_sidebar_hide'=> array( + 'type' => 'select', + 'title' => __( 'Sidebar Visibility', 'pirate-rogue'), + 'liste' => array( + 'sidebar-show' => __( 'Show sidebar', 'pirate-rogue'), + 'sidebar-no' => __( 'Hide sidebar', 'pirate-rogue'), + 'sidebar-no-single' => __( 'Hide sidebar on single posts', 'pirate-rogue'), + 'sidebar-no-front' => __( 'Hide sidebar on front page', 'pirate-rogue'), + ), + 'default' => 'sidebar-show', + 'parent' => 'pirate_rogue_section_sidebar' + + ), + + 'pirate_rogue_section_footer' => array( + 'type' => 'section', + 'title' => __( 'Footer', 'pirate-rogue'), + ), + + 'pirate_rogue_footerfeature_title'=> array( + 'type' => 'text', + 'title' => __( 'Title', 'pirate-rogue'), + 'label' => __( 'This is a small title text visible at the top of the area.', 'pirate-rogue'), + 'parent' => 'pirate_rogue_section_footer' + ), + 'pirate_rogue_customlogofooter' => array( + 'type' => 'toggle-switch', + 'title' => __( 'Show Custom Logo', 'pirate-rogue'), + 'default' => false, + 'parent' => 'pirate_rogue_section_footer' + ), + 'pirate_rogue_footerfeature_image' => array( + 'type' => 'image', + 'title' => __( 'Featured Image', 'pirate-rogue'), + 'width' => 800, + 'height'=> 450, + 'parent' => 'pirate_rogue_section_footer' + ), + 'pirate_rogue_footerfeature_text_big'=> array( + 'type' => 'textarea', + 'title' => __( 'Big Text', 'pirate-rogue'), + 'label' => __( 'This big slogan text is shown next to the image (HTML is allowed).', 'pirate-rogue'), + 'parent' => 'pirate_rogue_section_footer' + ), + 'pirate_rogue_footerfeature_text_small'=> array( + 'type' => 'textarea', + 'title' => __( 'Small Text', 'pirate-rogue'), + 'label' => __( 'This is an additional smaller description text shown below the big text (HTML is allowed).', 'pirate-rogue'), + 'parent' => 'pirate_rogue_section_footer' + ), + 'pirate_rogue_footerfeature_btn_text'=> array( + 'type' => 'text', + 'title' => __( 'Button Text', 'pirate-rogue'), + 'label' => __( 'If you want to add a "Call to Action" button, include the button text here.', 'pirate-rogue'), + 'parent' => 'pirate_rogue_section_footer' + ), + 'pirate_rogue_footerfeature_btn_link'=> array( + 'type' => 'url', + 'title' => __( 'Button Link URL', 'pirate-rogue'), + 'label' => __( 'Enter the URL the button should link to.', 'pirate-rogue'), + 'parent' => 'pirate_rogue_section_footer' + ), + 'pirate_rogue_footermenu_image' => array( + 'type' => 'image', + 'title' => __( 'Menu Footer Image', 'pirate-rogue'), + 'flex_width' => true, // Allow any width, making the specified value recommended. False by default. + 'flex_height' => true, // Require the resulting image to be exactly as tall as the height attribute (default). + 'width' => 800, + 'height' => 450, + 'parent' => 'pirate_rogue_section_footer' + ), + 'pirate_rogue_footer_search' => array( + 'type' => 'toggle-switch', + 'title' => __( 'Show Search', 'pirate-rogue'), + 'default' => false, + 'parent' => 'pirate_rogue_section_footer' + ), + 'pirate_rogue_credit'=> array( + 'type' => 'html', + 'title' => __( 'Credit Text', 'pirate-rogue'), + 'label' => __( 'Customize the footer credit text (HTML is allowed).', 'pirate-rogue'), + 'parent' => 'pirate_rogue_section_footer' + ), + + + + 'pirate_rogue_section_metadata' => array( + 'type' => 'section', + 'title' => __( 'Metadata and Global Settings', 'pirate-rogue'), + ), + + 'pirate_rogue_author'=> array( + 'type' => 'text', + 'title' => __( 'Author', 'pirate-rogue'), + 'label' => __( 'This is the default author of posts used for structured data.', 'pirate-rogue'), + 'parent' => 'pirate_rogue_section_metadata' + ), + 'pirate_rogue_google_wmt_verification_text'=> array( + 'type' => 'text', + 'title' => __( 'Google Site Verification', 'pirate-rogue'), + 'label' => __( 'For verification of your website as property owner at Google Search Console, use the alternative method and copy the value of the attribute content of the given HTML tag.', 'pirate-rogue'), + 'parent' => 'pirate_rogue_section_metadata' + ), + 'pirate_rogue_devider_hideimage' => array( + 'type' => 'toggle-switch', + 'title' => __( 'Hide Pirate Image On Dividers', 'pirate-rogue'), + 'default' => false, + 'parent' => 'pirate_rogue_section_metadata' + ), + 'pirate_rogue_shadow_images' => array( + 'type' => 'toggle-switch', + 'title' => __( 'Add Shadow To Images', 'pirate-rogue'), + 'default' => false, + 'parent' => 'pirate_rogue_section_metadata' + ), + 'pirate_rogue_all_hideauthor' => array( + 'type' => 'toggle-switch', + 'title' => __( 'Hide Author Names', 'pirate-rogue'), + 'default' => false, + 'parent' => 'pirate_rogue_section_metadata' + ), + 'pirate_rogue_h1noupper' => array( + 'type' => 'toggle-switch', + 'title' => esc_html__( 'Normal style for first headline', 'pirate-rogue'), + 'default' => false, + 'parent' => 'pirate_rogue_section_metadata' + ), + + 'pirate_rogue_section_comments' => array( + 'type' => 'section', + 'title' => __( 'Comments', 'pirate-rogue'), + ), + 'pirate_rogue_hidecomments' => array( + 'type' => 'toggle-switch', + 'title' => __( 'Show Comments Button', 'pirate-rogue'), + 'label' => __( 'This will hide comments below single posts. There will be a button to show the comments.', 'pirate-rogue'), + 'default' => false, + 'parent' => 'pirate_rogue_section_comments' + ), + 'pirate_rogue_commentdisclaimer'=> array( + 'type' => 'html', + 'title' => __( 'Comment Disclaimer', 'pirate-rogue'), + 'label' => __( 'Disclaimer is shown above the comment form (HTML is allowed).', 'pirate-rogue'), + 'parent' => 'pirate_rogue_section_comments' + ), + 'pirate_rogue_externcomments_active' => array( + 'type' => 'toggle-switch', + 'title' => __( 'Link To External Board', 'pirate-rogue'), + 'label' => __( 'Show a link to an external discussion board which vistors can use instead of regular comments.', 'pirate-rogue'), + 'default' => false, + 'parent' => 'pirate_rogue_section_comments' + ), + 'pirate_rogue_externcomments_title'=> array( + 'type' => 'text', + 'title' =>__( 'Link Text', 'pirate-rogue'), + 'label' => __( 'Enter the text for the link to the external board.', 'pirate-rogue'), + 'default' => __( 'Discuss this on our board', 'pirate-rogue'), + 'parent' => 'pirate_rogue_section_comments' + ), + 'pirate_rogue_externcomments_url'=> array( + 'type' => 'url', + 'title' => __( 'URL', 'pirate-rogue'), + 'label' => __( 'Enter the URL of the external board.', 'pirate-rogue'), + 'default' => 'https://forum.piratenpartei.de', + 'parent' => 'pirate_rogue_section_comments' + ), + 'pirate_rogue_section_misc' => array( + 'type' => 'section', + 'title' => __( 'Miscellaneous', 'pirate-rogue'), + ), + + 'pirate_rogue_section_coloroverwrite' => array( + 'type' => 'section', + 'title' => __( 'Colors', 'pirate-rogue'), + 'desc' => __( 'This will allow to change the default colors. Please notice, that the following color options use a fix list of predefined colors. To change the website to other colors, use "Custom CSS" option.', 'pirate-rogue'), + ), + 'pirate_rogue_head_background_color' => array( + 'type' => 'colorlist-radio', + 'title' => __( 'Header Background', 'pirate-rogue'), + 'liste' => $default_colorlist, + 'parent' => 'pirate_rogue_section_coloroverwrite' + ), + 'pirate_rogue_head_text_color' => array( + 'type' => 'colorlist-radio', + 'title' => __( 'Header Texts', 'pirate-rogue'), + 'label' => __( 'This applies to site title and menu links in header, plus the search icon and the hamburger overlay icon.', 'pirate-rogue'), + 'liste' => $default_colorlist, + 'parent' => 'pirate_rogue_section_coloroverwrite' + ), + 'pirate_rogue_head_linkhover_color' => array( + 'type' => 'colorlist-radio', + 'title' => __( 'Header Links (Hovered)', 'pirate-rogue'), + 'label' => __( 'This applies to underlining of menu links in header, plus the search icon and the hamburger overlay icon.', 'pirate-rogue'), + 'liste' => $default_colorlist, + 'parent' => 'pirate_rogue_section_coloroverwrite' + ), + 'pirate_rogue_actionbutton_color' => array( + 'type' => 'colorlist-radio', + 'title' => __( 'Action Buttons', 'pirate-rogue'), + 'liste' => $default_colorlist, + 'parent' => 'pirate_rogue_section_coloroverwrite' + ), + 'pirate_rogue_main_background_color' => array( + 'type' => 'colorlist-radio', + 'title' => __( 'Main Background', 'pirate-rogue'), + 'liste' => $default_colorlist, + 'parent' => 'pirate_rogue_section_coloroverwrite' + ), + 'pirate_rogue_main_headline_color' => array( + 'type' => 'colorlist-radio', + 'title' => __( 'Main Headlines', 'pirate-rogue'), + 'label' => __( 'This applies to all headlines in main region.', 'pirate-rogue'), + 'liste' => $default_colorlist, + 'parent' => 'pirate_rogue_section_coloroverwrite' + ), + 'pirate_rogue_main_text_color' => array( + 'type' => 'colorlist-radio', + 'title' => __( 'Main Texts', 'pirate-rogue'), + 'liste' => $default_colorlist, + 'parent' => 'pirate_rogue_section_coloroverwrite' + ), + 'pirate_rogue_main_link_color' => array( + 'type' => 'colorlist-radio', + 'title' => __( 'Main Links', 'pirate-rogue'), + 'liste' => $default_colorlist, + 'parent' => 'pirate_rogue_section_coloroverwrite' + ), + 'pirate_rogue_main_linkhover_color' => array( + 'type' => 'colorlist-radio', + 'title' => __( 'Main Links (Hovered)', 'pirate-rogue'), + 'liste' => $default_colorlist, + 'parent' => 'pirate_rogue_section_coloroverwrite' + ), + 'pirate_rogue_main_titleunderline_color' => array( + 'type' => 'colorlist-radio', + 'title' => __( 'Title Underline', 'pirate-rogue'), + 'label' => __( 'This applies to underlining of the page title.', 'pirate-rogue'), + 'liste' => $default_colorlist, + 'parent' => 'pirate_rogue_section_coloroverwrite' + ), + 'pirate_rogue_main_listitem_color' => array( + 'type' => 'colorlist-radio', + 'title' => __( 'List Items', 'pirate-rogue'), + 'label' => __( 'This applies to bullets of unordered lists.', 'pirate-rogue'), + 'liste' => $default_colorlist, + 'parent' => 'pirate_rogue_section_coloroverwrite' + ), + 'pirate_rogue_main_quoteborder_color' => array( + 'type' => 'colorlist-radio', + 'title' => __( 'Blockquote Borders', 'pirate-rogue'), + 'liste' => $default_colorlist, + 'parent' => 'pirate_rogue_section_coloroverwrite' + ), + 'pirate_rogue_main_meta_bgcol' => array( + 'type' => 'colorlist-radio', + 'title' => __( 'Meta Links Backgrounds', 'pirate-rogue'), + 'label' => __( 'This applies to meta links (e.g. tags and categories).', 'pirate-rogue'), + 'liste' => $default_colorlist, + 'parent' => 'pirate_rogue_section_coloroverwrite' + ), + 'pirate_rogue_main_meta_bgcol_hover' => array( + 'type' => 'colorlist-radio', + 'title' => __( 'Meta Links Backgrounds (Hovered)', 'pirate-rogue'), + 'label' => __( 'This applies to meta links (e.g. tags and categories).', 'pirate-rogue'), + 'liste' => $default_colorlist, + 'parent' => 'pirate_rogue_section_coloroverwrite' + ), + 'pirate_rogue_main_meta_textcol' => array( + 'type' => 'colorlist-radio', + 'title' => __( 'Meta Links', 'pirate-rogue'), + 'label' => __( 'This applies to meta links (e.g. tags and categories).', 'pirate-rogue'), + 'liste' => $default_colorlist, + 'parent' => 'pirate_rogue_section_coloroverwrite' + ), + 'pirate_rogue_main_meta_textcol_hover' => array( + 'type' => 'colorlist-radio', + 'title' => __( 'Meta Links (Hovered)', 'pirate-rogue'), + 'label' => __( 'This applies to meta links (e.g. tags and categories).', 'pirate-rogue'), + 'liste' => $default_colorlist, + 'parent' => 'pirate_rogue_section_coloroverwrite' + ), + 'pirate_rogue_main_table_textcol' => array( + 'type' => 'colorlist-radio', + 'title' => __( 'Tables', 'pirate-rogue'), + 'liste' => $default_colorlist, + 'parent' => 'pirate_rogue_section_coloroverwrite' + ), + 'pirate_rogue_main_table_bgcol' => array( + 'type' => 'colorlist-radio', + 'title' => __( 'Table Backgrounds', 'pirate-rogue'), + 'liste' => $default_colorlist, + 'parent' => 'pirate_rogue_section_coloroverwrite' + ), + 'pirate_rogue_main_table_bgcol_header' => array( + 'type' => 'colorlist-radio', + 'title' => __( 'Table Header Backgrounds', 'pirate-rogue'), + 'liste' => $default_colorlist, + 'parent' => 'pirate_rogue_section_coloroverwrite' + ), + 'pirate_rogue_main_table_bgcol_oddrows' => array( + 'type' => 'colorlist-radio', + 'title' => __( 'Table Backgrounds (Odd Rows)', 'pirate-rogue'), + 'liste' => $default_colorlist, + 'parent' => 'pirate_rogue_section_coloroverwrite' + ), + 'pirate_rogue_footer_background_color' => array( + 'type' => 'colorlist-radio', + 'title' => __( 'Footer Background', 'pirate-rogue'), + 'liste' => $default_colorlist, + 'parent' => 'pirate_rogue_section_coloroverwrite' + ), + 'pirate_rogue_footer_headline_color' => array( + 'type' => 'colorlist-radio', + 'title' => __( 'Footer Headlines', 'pirate-rogue'), + 'liste' => $default_colorlist, + 'parent' => 'pirate_rogue_section_coloroverwrite' + ), + 'pirate_rogue_footer_text_color' => array( + 'type' => 'colorlist-radio', + 'title' => __( 'Footer Texts', 'pirate-rogue'), + 'liste' => $default_colorlist, + 'parent' => 'pirate_rogue_section_coloroverwrite' + ), + 'pirate_rogue_footer_link_color' => array( + 'type' => 'colorlist-radio', + 'title' => __( 'Footer Links', 'pirate-rogue'), + 'liste' => $default_colorlist, + 'parent' => 'pirate_rogue_section_coloroverwrite' + ), + 'pirate_rogue_footer_linkhover_color' => array( + 'type' => 'colorlist-radio', + 'title' => __( 'Footer Links (Hovered)', 'pirate-rogue'), + 'liste' => $default_colorlist, + 'parent' => 'pirate_rogue_section_coloroverwrite' + ), + + + + 'plugin_pirate_crew_setting' => array( + 'type' => 'section', + 'title' => __('Pirate Crew Settings', 'pirate-rogue'), + + ), + 'pirate_rogue_crewmember-title'=> array( + 'type' => 'text', + 'title' => __( 'Title', 'pirate-rogue'), + 'label' => __( 'Set a title to show above pirate crew member info panel.', 'pirate-rogue'), + 'parent' => 'plugin_pirate_crew_setting', + 'ifclass' => 'Pirate_Crew', + ), + 'pirate_rogue_crewmember-position'=> array( + 'title' => __( 'Position', 'pirate-rogue'), + 'label' => __( 'Set the position to show the pirate crew member card.', 'pirate-rogue'), + 'parent' => 'plugin_pirate_crew_setting', + 'ifclass' => 'Pirate_Crew', + 'default' => 'sidebar', + 'type' => 'select', + 'liste' => array( + 'sidebar' => __('Sidebar', 'pirate-rogue'), + 'content' => __('Content','pirate-rogue') + ), + ), + 'pirate_rogue_crewmember-style'=> array( + 'title' => __( 'Style', 'pirate-rogue'), + 'label' => __( 'Set the style of the pirate crew member card.', 'pirate-rogue'), + 'parent' => 'plugin_pirate_crew_setting', + 'ifclass' => 'Pirate_Crew', + 'default' => 'style3', + 'type' => 'select', + 'liste' => array( + 'style1' => sprintf(__('Style %d', 'pirate-rogue'), 1), + 'style2' => sprintf(__('Style %d', 'pirate-rogue'), 2), + 'style3' => sprintf(__('Style %d', 'pirate-rogue'), 3), + 'style4' => sprintf(__('Style %d', 'pirate-rogue'), 4), + ), + ), + 'pirate_rogue_crewmember-format'=> array( + 'title' => __( 'Format', 'pirate-rogue'), + 'label' => __( 'Set the format to show the pirate crew member card.', 'pirate-rogue'), + 'parent' => 'plugin_pirate_crew_setting', + 'ifclass' => 'Pirate_Crew', + 'default' => 'card', + 'type' => 'select', + 'liste' => array( + 'card' => __('Card', 'pirate-rogue'), + 'list' => __('List', 'pirate-rogue'), + ), + ), + + ) + ), + 'pirate_rogue_frontpage' => array( + 'tabtitle' => __('Blog Front Page', 'pirate-rogue'), + 'fields' => array( + + 'pirate_rogue_frontpage_general' => array( + 'type' => 'section', + 'title' => __( 'General', 'pirate-rogue'), + ), + 'uku_front_hideblog' => array( + 'type' => 'toggle-switch', + 'title' => __( 'Hide Default Blog', 'pirate-rogue'), + 'default' => false, + 'parent' => 'pirate_rogue_frontpage_general' + ), + 'uku_front_hidedate' => array( + 'type' => 'toggle-switch', + 'title' => __( 'Hide Date', 'pirate-rogue'), + 'default' => false, + 'parent' => 'pirate_rogue_frontpage_general' + ), + 'uku_front_hidecomments' => array( + 'type' => 'toggle-switch', + 'title' => __( 'Hide Comments', 'pirate-rogue'), + 'default' => false, + 'parent' => 'pirate_rogue_frontpage_general' + ), + 'uku_front_hidecats' => array( + 'type' => 'toggle-switch', + 'title' => __( 'Hide Categories', 'pirate-rogue'), + 'default' => false, + 'parent' => 'pirate_rogue_frontpage_general' + ), + 'pirate_rogue_front_hideauthor' => array( + 'type' => 'toggle-switch', + 'title' => __( 'Hide Author Names', 'pirate-rogue'), + 'default' => false, + 'parent' => 'pirate_rogue_frontpage_general' + ), + 'pirate_rogue_custom_latestposts'=> array( + 'type' => 'text', + 'title' => __( 'Latest Posts Title', 'pirate-rogue'), + 'label' => __( 'Customize the "Latest Posts" title text above the blog content on your blog front page.', 'pirate-rogue'), + 'parent' => 'pirate_rogue_frontpage_general' + ), + 'pirate_rogue_custom_followus'=> array( + 'type' => 'text', + 'title' => __( 'Follow Us Text', 'pirate-rogue'), + 'label' => __( 'Customize the "Follow us" text in your About section and footer social menus.', 'pirate-rogue'), + 'parent' => 'pirate_rogue_frontpage_general' + ), + + + + 'pirate_rogue_slider' => array( + 'type' => 'section', + 'title' => __( 'Featured Posts Slider', 'pirate-rogue') + ), + 'pirate_rogue_featuredtag' => array( + 'type' => 'tag', + 'title' => __( 'Slider tag', 'pirate-rogue'), + 'parent' => 'pirate_rogue_slider' + ), + 'pirate_rogue_featuredcat' => array( + 'type' => 'category', + 'title' => __( 'Slider category', 'pirate-rogue'), + 'parent' => 'pirate_rogue_slider' + ), + 'pirate_rogue_sliderstyle' => array( + 'type' => 'select', + 'title' => __( 'Style', 'pirate-rogue'), + 'label' => __( 'Choose the slider design.', 'pirate-rogue'), + 'liste' => array( + 'slider-fullwidth' => __( 'Fullwidth', 'pirate-rogue'), + 'slider-boxed' => __( 'Boxed', 'pirate-rogue'), + // 'slider-fullscreen' => __( 'Fullscreen', 'pirate-rogue'), + ), + 'default' => 'slider-fullwidth', + 'parent' => 'pirate_rogue_slider' + ), + 'pirate_rogue_slideranimation' => array( + 'type' => 'select', + 'title' => __( 'Image Animation', 'pirate-rogue'), + 'label' => __( 'Choose, if you want the slider images to fade or slide from one image to the next.', 'pirate-rogue'), + 'liste' => array( + 'slider-slide' => __( 'Slide', 'pirate-rogue'), + 'slider-fade' => __( 'Fade', 'pirate-rogue'), + ), + 'default' => 'slider-slide', + 'parent' => 'pirate_rogue_slider' + ), + 'pirate_rogue_slider_autoplay' => array( + 'type' => 'toggle-switch', + 'title' => __( 'Autoplay', 'pirate-rogue'), + 'default' => false, + 'parent' => 'pirate_rogue_slider' + ), + 'pirate_rogue_featured_slider_num' => array( + 'type' => 'range', + 'title' => __( 'Number of Slides', 'pirate-rogue'), + 'label' => __( 'How many slides of feature posts are displayed. Notice: the more slides are loaded, the worse the performance of the page will be.', 'pirate-rogue'), + 'min' => 2, + 'max' => 6, + 'step' => 1, + 'default' => 3, + 'parent' => 'pirate_rogue_slider' + ), + 'pirate_rogue_fallback_slider' => array( + 'type' => 'image', + 'title' => __( 'Fallback Thumbnail For Slider', 'pirate-rogue'), + 'label' => __( 'If thumbnail for a post is not avaible, use this image for the slider.', 'pirate-rogue'), + 'flex_width' => true, // Allow any width, making the specified value recommended. False by default. + 'flex_height' => false, // Require the resulting image to be exactly as tall as the height attribute (default). + 'width' => 1440, + 'height' => 690, + 'parent' => 'pirate_rogue_slider' + ), + + 'pirate_rogue_front_section_one' => array( + 'type' => 'section', + 'title' => __( 'Section Featured Top', 'pirate-rogue'), + ), + 'uku_front_section_one_title'=> array( + 'type' => 'text', + 'title' => __( 'Section Title (optional)', 'pirate-rogue'), + 'parent' => 'pirate_rogue_front_section_one' + ), + 'uku_front_section_one_tag' => array( + 'type' => 'tag', + 'title' => __( 'Section Tag', 'pirate-rogue'), + 'parent' => 'pirate_rogue_front_section_one' + ), + 'uku_front_section_one_cat' => array( + 'type' => 'category', + 'title' => __( 'Section Category', 'pirate-rogue'), + 'parent' => 'pirate_rogue_front_section_one' + ), + + + + 'pirate_rogue_front_section_twocolumn' => array( + 'type' => 'section', + 'title' => __( 'Section 2-Columns', 'pirate-rogue'), + ), + 'pirate_rogue_front_section_twocolumn_title'=> array( + 'type' => 'text', + 'title' => __( 'Section Title (optional)', 'pirate-rogue'), + 'parent' => 'pirate_rogue_front_section_twocolumn' + ), + 'pirate_rogue_front_section_twocolumn_tag' => array( + 'type' => 'tag', + 'title' => __( 'Section Tag', 'pirate-rogue'), + 'parent' => 'pirate_rogue_front_section_twocolumn' + ), + 'pirate_rogue_front_section_twocolumn_cat' => array( + 'type' => 'category', + 'title' => __( 'Section Category', 'pirate-rogue'), + 'parent' => 'pirate_rogue_front_section_twocolumn' + ), + 'pirate_rogue_front_section_twocolumn_number' => array( + 'type' => 'range', + 'title' => __( 'Number of Posts', 'pirate-rogue'), + 'min' => 2, + 'max' => 16, + 'parent' => 'pirate_rogue_front_section_twocolumn' + ), + + 'pirate_rogue_front_section_threecolumn' => array( + 'type' => 'section', + 'title' => __( 'Section 3-Columns', 'pirate-rogue'), + ), + 'uku_front_section_threecolumn_title'=> array( + 'type' => 'text', + 'title' => __( 'Section Title (optional)', 'pirate-rogue'), + 'parent' => 'pirate_rogue_front_section_threecolumn' + ), + 'uku_front_section_threecolumn_tag' => array( + 'type' => 'tag', + 'title' => __( 'Section Tag', 'pirate-rogue'), + 'parent' => 'pirate_rogue_front_section_threecolumn' + ), + 'uku_front_section_threecolumn_cat' => array( + 'type' => 'category', + 'title' => __( 'Section Category', 'pirate-rogue'), + 'parent' => 'pirate_rogue_front_section_threecolumn' + ), + 'uku_front_section_threecolumn_number' => array( + 'type' => 'range', + 'title' => __( 'Number of Posts', 'pirate-rogue'), + 'min' => 1, + 'max' => 12, + 'parent' => 'pirate_rogue_front_section_threecolumn' + ), + 'uku_front_section_threecolumn_excerpt'=> array( + 'type' => 'toggle-switch', + 'title' => __( 'Show Post Excerpts', 'pirate-rogue'), + 'parent' => 'pirate_rogue_front_section_threecolumn' + ), + + 'pirate_rogue_front_section_fullwidth' => array( + 'type' => 'section', + 'title' => __( 'Section Fullwidth', 'pirate-rogue'), + ), + 'pirate_rogue_front_section_fullwidth_title'=> array( + 'type' => 'text', + 'title' => __( 'Section Title (optional)', 'pirate-rogue'), + 'parent' => 'pirate_rogue_front_section_fullwidth' + ), + 'pirate_rogue_front_section_fullwidth_tag' => array( + 'type' => 'tag', + 'title' => __( 'Section Tag', 'pirate-rogue'), + 'parent' => 'pirate_rogue_front_section_fullwidth' + ), + 'pirate_rogue_front_section_fullwidth_cat' => array( + 'type' => 'category', + 'title' => __( 'Section Category', 'pirate-rogue'), + 'parent' => 'pirate_rogue_front_section_fullwidth' + ), + 'pirate_rogue_front_section_fullwidth_number' => array( + 'type' => 'range', + 'title' => __( 'Number of Posts', 'pirate-rogue'), + 'min' => 1, + 'max' => 3, + 'default' => 1, + 'parent' => 'pirate_rogue_front_section_fullwidth' + ), + + + 'pirate_rogue_front_section_about' => array( + 'type' => 'section', + 'title' => __( 'Section About', 'pirate-rogue'), + ), + 'pirate_rogue_front_section_about_title' => array( + 'type' => 'text', + 'title' => __( 'Section Title', 'pirate-rogue'), + 'parent' => 'pirate_rogue_front_section_about' + ), + 'pirate_rogue_front_section_about_image' => array( + 'type' => 'image', + 'title' => __( 'About Image', 'pirate-rogue'), + 'label' => __( 'The recommended image width for the About image is 580 pixels.', 'pirate-rogue'), + 'flex_width' => true, // Allow any width, making the specified value recommended. False by default. + 'flex_height' => true, // Require the resulting image to be exactly as tall as the height attribute (default). + 'width' => 1440, + 'height' => 530, + 'parent' => 'pirate_rogue_front_section_about' + ), + 'pirate_rogue_front_section_about_text' => array( + 'type' => 'textarea', + 'title' => __( 'About Text (required)', 'pirate-rogue'), + 'label' => __( 'HTML is allowed.', 'pirate-rogue'), + 'parent' => 'pirate_rogue_front_section_about' + ), + + + 'pirate_rogue_front_section_two' => array( + 'type' => 'section', + 'title' => __( 'Section Featured Bottom', 'pirate-rogue'), + ), + 'pirate_rogue_front_section_two_title'=> array( + 'type' => 'text', + 'title' => __( 'Section Title (optional)', 'pirate-rogue'), + 'parent' => 'pirate_rogue_front_section_two' + ), + 'pirate_rogue_front_section_two_tag' => array( + 'type' => 'tag', + 'title' => __( 'Section Tag', 'pirate-rogue'), + 'parent' => 'pirate_rogue_front_section_two' + ), + 'pirate_rogue_front_section_two_cat' => array( + 'type' => 'category', + 'title' => __( 'Section Category', 'pirate-rogue'), + 'parent' => 'pirate_rogue_front_section_two' + ), + + + 'pirate_rogue_front_section_three' => array( + 'type' => 'section', + 'title' => __( 'Section on Background', 'pirate-rogue'), + ), + 'uku_front_section_three_title' => array( + 'type' => 'text', + 'title' => __( 'Section Title (optional)', 'pirate-rogue'), + 'parent' => 'pirate_rogue_front_section_three' + ), + 'uku_front_section_three_tag' => array( + 'type' => 'tag', + 'title' => __( 'Section Tag', 'pirate-rogue'), + 'parent' => 'pirate_rogue_front_section_three' + ), + 'uku_front_section_three_cat' => array( + 'type' => 'category', + 'title' => __( 'Section Category', 'pirate-rogue'), + 'parent' => 'pirate_rogue_front_section_three' + ), + + 'pirate_rogue_front_section_fourcolumn' => array( + 'type' => 'section', + 'title' => __( 'Section 4-Columns', 'pirate-rogue'), + ), + 'uku_front_section_fourcolumn_title'=> array( + 'type' => 'text', + 'title' => __( 'Section Title (optional)', 'pirate-rogue'), + 'parent' => 'pirate_rogue_front_section_fourcolumn' + ), + 'uku_front_section_fourcolumn_tag' => array( + 'type' => 'tag', + 'title' => __( 'Section Tag', 'pirate-rogue'), + 'parent' => 'pirate_rogue_front_section_fourcolumn' + ), + 'uku_front_section_fourcolumn_cat' => array( + 'type' => 'category', + 'title' => __( 'Section Category', 'pirate-rogue'), + 'parent' => 'pirate_rogue_front_section_fourcolumn' + ), + 'uku_front_section_fourcolumn_number' => array( + 'type' => 'range', + 'title' => __( 'Number of Posts', 'pirate-rogue'), + 'min' => 4, + 'max' => 16, + 'step' => 2, + 'default' => 8, + 'parent' => 'pirate_rogue_front_section_fourcolumn' + ), + 'uku_front_section_fourcolumn_excerpt'=> array( + 'type' => 'toggle-switch', + 'title' => __( 'Show Post Excerpts', 'pirate-rogue'), + 'parent' => 'pirate_rogue_front_section_fourcolumn' + ), + + + + 'pirate_rogue_front_section_sixcolumn' => array( + 'type' => 'section', + 'title' => __( 'Section 6-Columns', 'pirate-rogue'), + ), + 'pirate_rogue_front_section_sixcolumn_title'=> array( + 'type' => 'text', + 'title' => __( 'Section Title (optional)', 'pirate-rogue'), + 'parent' => 'pirate_rogue_front_section_sixcolumn' + ), + 'pirate_rogue_front_section_sixcolumn_tag' => array( + 'type' => 'tag', + 'title' => __( 'Section Tag', 'pirate-rogue'), + 'parent' => 'pirate_rogue_front_section_sixcolumn' + ), + 'pirate_rogue_front_section_sixcolumn_cat' => array( + 'type' => 'category', + 'title' => __( 'Section Category', 'pirate-rogue'), + 'parent' => 'pirate_rogue_front_section_sixcolumn' + ), + 'pirate_rogue_front_section_sixcolumn_number' => array( + 'type' => 'range', + 'title' => __( 'Number of Posts', 'pirate-rogue'), + 'min' => 6, + 'max' => 24, + 'default' => 6, + 'step' => 2, + 'parent' => 'pirate_rogue_front_section_sixcolumn' + ), + 'pirate_rogue_front_section_sixcolumn_excerpt'=> array( + 'type' => 'toggle-switch', + 'title' => __( 'Show Post Excerpts', 'pirate-rogue'), + 'parent' => 'pirate_rogue_front_section_sixcolumn' + ), + ) + ) ); \ No newline at end of file diff --git a/inc/gutenberg.php b/inc/gutenberg.php new file mode 100644 index 0000000..117955d --- /dev/null +++ b/inc/gutenberg.php @@ -0,0 +1,136 @@ +' ); + + if ( ! $gutenberg && ! $block_editor ) { + return false; + } + + if ( pirate_rogue_is_classic_editor_plugin_active() ) { + $editor_option = get_option( 'classic-editor-replace' ); + $block_editor_active = array( 'no-replace', 'block' ); + return in_array( $editor_option, $block_editor_active, true ); + } + if (pirate_rogue_is_newsletter_plugin_active()) { + return true; + } + return false; +} + +/** + * Check if Classic Editor plugin is active. + * + * @return bool + */ +function pirate_rogue_is_classic_editor_plugin_active() { + + if ( ! function_exists( 'is_plugin_active' ) ) { + include_once ABSPATH . 'wp-admin/includes/plugin.php'; + } + + if ( is_plugin_active( 'classic-editor/classic-editor.php' ) ) { + return true; + } + + return false; +} + +/* + * Check if our Block Editor based Newsletter Plugin is active + */ +function pirate_rogue_is_newsletter_plugin_active() { + if ( ! function_exists( 'is_plugin_active' ) ) { + include_once ABSPATH . 'wp-admin/includes/plugin.php'; + } + + + return false; +} diff --git a/package.json b/package.json index 08b00a4..f39faa9 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,16 @@ { "name": "Pirate-Rogue", "textdomain": "pirate-rogue", - "version": "1.4.10-2", + "version": "1.4.10-3", "keywords": [ "WordPress", "Theme", "Piratenpartei" ], "compatibility": { - "wprequires": "5.0", - "wptestedup": "5.7", - "phprequires": "7.3" + "wprequires": "5.9", + "wptestedup": "6.0", + "phprequires": "7.4" }, "author": { "name": "xwolf", diff --git a/src/sass/elements/_general-styles.scss b/src/sass/elements/_general-styles.scss index c0cb355..c197c28 100644 --- a/src/sass/elements/_general-styles.scss +++ b/src/sass/elements/_general-styles.scss @@ -15,6 +15,11 @@ p.text-big, .widget_mc4wp_form_widget p, } .entry-content p { + hypens: normal; + + + + &.pull-left, &.pull-right { @include px2rem($font-size-bigtext); diff --git a/src/sass/elements/_links.scss b/src/sass/elements/_links.scss index 3178cba..955431f 100644 --- a/src/sass/elements/_links.scss +++ b/src/sass/elements/_links.scss @@ -7,6 +7,9 @@ a { .entry-content &, .comment-text & { font-weight: bold; + word-break: break-word; + hyphens: none; + } .author-bio &, .textwidget & { diff --git a/src/sass/elements/_quotes.scss b/src/sass/elements/_quotes.scss index 980fa10..fcf9cc7 100644 --- a/src/sass/elements/_quotes.scss +++ b/src/sass/elements/_quotes.scss @@ -9,8 +9,6 @@ blockquote { font-family: $font-family-quotation; border-left-style: solid; border-left-width: 15px; - // border-right-style: solid; - // border-right-width: 2px; font-style: italic; @include hyphens(manual); diff --git a/src/sass/mixins/_mixins.scss b/src/sass/mixins/_mixins.scss index d6e1697..6544e14 100644 --- a/src/sass/mixins/_mixins.scss +++ b/src/sass/mixins/_mixins.scss @@ -4,71 +4,40 @@ Mixins for borders and gradients @use "sass:math"; @mixin box-shadow($shadow) { - -webkit-box-shadow: $shadow; - -moz-box-shadow: $shadow; box-shadow: $shadow; } @mixin border-radius($radius) { - -webkit-border-radius: $radius; - -moz-border-radius: $radius; border-radius: $radius; } @mixin linear-gradient($fromColor, $toColor) { background-color: $fromColor; /* Fallback Color */ - background-image: -webkit-gradient(linear, left, right, from($fromColor), to($toColor)); /* Saf4+, Chrome */ - background-image: -webkit-linear-gradient(left, $fromColor, $toColor); /* Chrome 10+, Saf5.1+, iOS 5+ */ - background-image: -moz-linear-gradient(left, $fromColor, $toColor); /* FF3.6 */ - background-image: -ms-linear-gradient(left, $fromColor, $toColor); /* IE10 */ - background-image: -o-linear-gradient(left, $fromColor, $toColor); /* Opera 11.10+ */ background-image: linear-gradient(left, $fromColor, $toColor); } @mixin linear-gradient-fromtop($fromColor, $toColor) { background-color: $fromColor; /* Fallback Color */ - background-image: -webkit-gradient(linear, top, bottom, from($fromColor), to($toColor)); /* Saf4+, Chrome */ - background-image: -webkit-linear-gradient(top, $fromColor, $toColor); /* Chrome 10+, Saf5.1+, iOS 5+ */ - background-image: -moz-linear-gradient(top, $fromColor, $toColor); /* FF3.6 */ - background-image: -ms-linear-gradient(top, $fromColor, $toColor); /* IE10 */ - background-image: -o-linear-gradient(top, $fromColor, $toColor); /* Opera 11.10+ */ background-image: linear-gradient(top, $fromColor, $toColor); } @mixin radial-gradient($color2, $color1) { background: $color2; - background: -moz-radial-gradient(center, ellipse cover, $color1 0%, $color2 100%); - background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,$color1), color-stop(100%,$color2)); - background: -webkit-radial-gradient(center, ellipse cover, $color1 0%,$color2 100%); - background: -o-radial-gradient(center, ellipse cover, $color1 0%,$color2 100%); - background: -ms-radial-gradient(center, ellipse cover, $color1 0%,$color2 100%); background: radial-gradient(ellipse at center, $color1 0%,$color2 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=1 ); } @mixin radial-gradient-image($color2, $color1, $image) { background: $image, $color2; - background: $image, -moz-radial-gradient(center, ellipse cover, $color1 0%, $color2 100%); - background: $image, -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,$color1), color-stop(100%,$color2)); - background: $image, -webkit-radial-gradient(center, ellipse cover, $color1 0%,$color2 100%); - background: $image, -o-radial-gradient(center, ellipse cover, $color1 0%,$color2 100%); - background: $image, -ms-radial-gradient(center, ellipse cover, $color1 0%,$color2 100%); background: $image, radial-gradient(ellipse at center, $color1 0%,$color2 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=1 ); } @mixin transition($duration, $params) { - -webkit-transition: $duration $params; - -moz-transition: $duration $params; - -ms-transition: $duration $params; transition: $duration $params; } @mixin hyphens($value) { - -moz-hyphens: $value; - -o-hyphens: $value; - -webkit-hyphens: $value; - -ms-hyphens: $value; hyphens: $value; } @@ -111,7 +80,7 @@ Mixins for borders and gradients -@mixin line-height($sizeValue: 14) { +@mixin line-height($sizeValue: $font-size-gridbase) { line-height: floor(($sizeValue * $line-height-base)); } diff --git a/style.css b/style.css index 1cc6688..122e6f6 100644 --- a/style.css +++ b/style.css @@ -1,7 +1,7 @@ @charset "UTF-8"; /*! Theme Name: Pirate-Rogue -Version: 1.4.10-2 +Version: 1.4.10-3 Requires at least: 5.0 Tested up to: 5.7 Requires PHP: 7.3 @@ -8130,10 +8130,9 @@ p { margin-bottom: 30px; } .entry-summary p { - -o-hyphens: auto; -webkit-hyphens: auto; - -ms-hyphens: auto; - hyphens: auto; + -ms-hyphens: auto; + hyphens: auto; } .entry-content p:last-child, @@ -8279,10 +8278,9 @@ p.text-small { /* Headlines /*-----------------------------------------------------------------------------------*/ h1, h2, h3, h4, h5, h6 { - -o-hyphens: auto; -webkit-hyphens: auto; - -ms-hyphens: auto; - hyphens: auto; + -ms-hyphens: auto; + hyphens: auto; font-family: "roboto", sans-serif; } @@ -8292,10 +8290,9 @@ h1, h2, h3, h4, h5, h6 { padding: 6px 0 9px; font-size: 1.25rem; line-height: 1.875rem; - -o-hyphens: manual; -webkit-hyphens: manual; - -ms-hyphens: manual; - hyphens: manual; + -ms-hyphens: manual; + hyphens: manual; } #section-fullwidth h2, .site-content h2, @@ -8303,10 +8300,9 @@ h1, h2, h3, h4, h5, h6 { font-size: 1.125rem; line-height: 1.688rem; padding: 6px 0 9px; - -o-hyphens: manual; -webkit-hyphens: manual; - -ms-hyphens: manual; - hyphens: manual; + -ms-hyphens: manual; + hyphens: manual; } #section-fullwidth h3, .site-content h3, @@ -8400,10 +8396,9 @@ h1.site-title { .entry-header h2.entry-title { font-size: 1rem; line-height: 1.5rem; - -o-hyphens: manual; -webkit-hyphens: manual; - -ms-hyphens: manual; - hyphens: manual; + -ms-hyphens: manual; + hyphens: manual; text-decoration: none; padding: 4px 0 8px; display: block; @@ -9003,10 +8998,9 @@ blockquote { border-left-style: solid; border-left-width: 15px; font-style: italic; - -o-hyphens: manual; -webkit-hyphens: manual; - -ms-hyphens: manual; - hyphens: manual; + -ms-hyphens: manual; + hyphens: manual; } blockquote a { text-decoration: none; diff --git a/theme.json b/theme.json new file mode 100644 index 0000000..d0d4f03 --- /dev/null +++ b/theme.json @@ -0,0 +1,65 @@ +{ + "version": 2, + "settings": { + "color": { + "custom": true, + "customDuotone": false, + "defaultDuotone": false, + "customGradient": false, + "defaultGradients": false + }, + + "typography": { + "fontSize": "16px", + "lineHeight": "1.5", + "fontFamily": "'Roboto', sans-serif;", + "dropCap": false, + "fontSizes": [ + { + "slug": "small", + "size": "0.875rem", + "name": "Small" + }, + { + "slug": "medium", + "size": "1rem", + "name": "medium" + }, + { + "slug": "large", + "size": "1.25rem", + "name": "large" + }, + { + "slug": "larger", + "size": "1.5rem", + "name": "larger" + } + ] + }, + "custom": {}, + "layout": { + "contentSize": "650px", + "wideSize": "1000px" + }, + "spacing": { + "margin": false, + "padding": false, + "blockGap": null, + "units": [ + "%", + "px", + "em", + "rem", + "vh", + "vw" + ] + }, + "border": { + "color": false, + "radius": false, + "style": false, + "width": false + } + } +} \ No newline at end of file From 21c8623da4015d80d6c822afc55bfa95625c17e1 Mon Sep 17 00:00:00 2001 From: Wolfgang Wiese Date: Tue, 13 Sep 2022 19:03:07 +0200 Subject: [PATCH 3/3] - Bugfix Warnungs deprecated at PHP 8.0 - Block Editor handling - Optional remove of header comment - Update SASS --- css/admin.css | 200 +- inc/helper-functions.php | 2 +- inc/template-functions.php | 16 +- package.json | 2 +- style.css | 17221 +---------------------------------- 5 files changed, 10 insertions(+), 17431 deletions(-) diff --git a/css/admin.css b/css/admin.css index 29b070c..cee7f98 100644 --- a/css/admin.css +++ b/css/admin.css @@ -1,199 +1 @@ -/* -Mixins for borders and gradients -*/ -/*-----------------------------------------------------------------------------------*/ -/* Customizer Settings -/*-----------------------------------------------------------------------------------*/ -#customize-controls #sub-accordion-section-header_image img { - height: 65px; - max-height: 65px; - max-width: 240px; - width: auto; -} - -#customize-theme-controls .customize-control-colorlist-radio { - /* Hover-Effekt */ -} -#customize-theme-controls .customize-control-colorlist-radio label { - display: inline-block; - position: relative; - margin: 2px; -} -#customize-theme-controls .customize-control-colorlist-radio label input[type=radio] { - display: none; -} -#customize-theme-controls .customize-control-colorlist-radio label input[type=radio] + span.colorbox { - border-radius: 30%; -} -#customize-theme-controls .customize-control-colorlist-radio label span.colorbox { - background: transparent; - width: 20px; - height: 20px; - display: inline-block; - border: 2px solid transparent; - transition: all 0.2s linear; -} -#customize-theme-controls .customize-control-colorlist-radio label span.reset { - padding: 2px; -} -#customize-theme-controls .customize-control-colorlist-radio label:hover span.colorbox { - border: 2px solid #aaa; -} -#customize-theme-controls .customize-control-colorlist-radio input[type=checkbox]:checked + span.colorbox, -#customize-theme-controls .customize-control-colorlist-radio input[type=radio]:checked + span.colorbox { - border: 3px solid #000; -} -#customize-theme-controls .customize-control-multiple-select option:checked, -#customize-theme-controls .customize-control-multiple-select option[selected] { - background: #e9edf2; -} -#customize-theme-controls .customize-control-multiple-select select[multiple]:focus option:checked { - background: #0085ba; - color: #fff; -} -#customize-theme-controls .customize-control-range-value .range-slider { - width: 100%; -} -#customize-theme-controls .customize-control-range-value .range-slider__range { - -webkit-appearance: none; - width: calc(100% - 95px); - height: 10px; - border-radius: 5px; - background: #d7dcdf; - outline: none; - padding: 0; - margin: 0; -} -#customize-theme-controls .customize-control-range-value .range-slider__range::-webkit-slider-thumb { - -webkit-appearance: none; - appearance: none; - width: 20px; - height: 20px; - border-radius: 50%; - background: #0085ba; - cursor: pointer; - -webkit-transition: background 0.15s ease-in-out; - transition: background 0.15s ease-in-out; -} -#customize-theme-controls .customize-control-range-value .range-slider__range::-webkit-slider-thumb:hover { - background: #0085ba; -} -#customize-theme-controls .customize-control-range-value .range-slider__range:active::-webkit-slider-thumb { - background: #0085ba; -} -#customize-theme-controls .customize-control-range-value .range-slider__range::-moz-range-thumb { - width: 20px; - height: 20px; - border: 0; - border-radius: 50%; - background: #0085ba; - cursor: pointer; - -moz-transition: background 0.15s ease-in-out; - transition: background 0.15s ease-in-out; -} -#customize-theme-controls .customize-control-range-value .range-slider__range::-moz-range-thumb:hover { - background: #0085ba; -} -#customize-theme-controls .customize-control-range-value .range-slider__range:active::-moz-range-thumb { - background: #0085ba; -} -#customize-theme-controls .customize-control-range-value .range-slider__value { - display: inline-block; - position: relative; - width: 30px; - color: #fff; - line-height: 20px; - text-align: center; - border-radius: 3px; - background: #0085ba; - padding: 2px 5px; - margin-left: 8px; -} -#customize-theme-controls .customize-control-range-value ::-moz-range-track { - background: #d7dcdf; - border: 0; -} -#customize-theme-controls .customize-control-range-value input::-moz-focus-inner, #customize-theme-controls .customize-control-range-value input::-moz-focus-outer { - border: 0; -} -#customize-theme-controls .toggle-switch-control .customize-control-title { - display: inline-block; -} -#customize-theme-controls .toggle-switch { - position: relative; - width: 64px; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - float: right; -} -#customize-theme-controls .toggle-switch .toggle-switch-checkbox { - display: none; -} -#customize-theme-controls .toggle-switch .toggle-switch-label { - display: block; - overflow: hidden; - cursor: pointer; - border: 2px solid #ddd; - border-radius: 20px; - padding: 0; - margin: 0; -} -#customize-theme-controls .toggle-switch-inner { - display: block; - width: 200%; - margin-left: -100%; - transition: margin 0.3s ease-in 0s; -} -#customize-theme-controls .toggle-switch-inner:before, -#customize-theme-controls .toggle-switch-inner:after { - display: block; - float: left; - width: 50%; - height: 22px; - padding: 0; - line-height: 22px; - font-size: 14px; - color: white; - font-family: Trebuchet, Arial, sans-serif; - font-weight: bold; - box-sizing: border-box; -} -#customize-theme-controls .toggle-switch-inner:before { - content: "An"; - padding-left: 8px; - background-color: #2885bb; - color: #FFFFFF; -} -#customize-theme-controls :lang(en) .toggle-switch-inner:before { - content: "ON"; -} -#customize-theme-controls .toggle-switch-inner:after { - content: "Aus"; - padding-right: 8px; - background-color: #EEEEEE; - color: #999999; - text-align: right; -} -#customize-theme-controls :lang(en) .toggle-switch-inner:after { - content: "OFF"; -} -#customize-theme-controls .toggle-switch-switch { - display: block; - width: 16px; - margin: 3px; - background: #FFFFFF; - position: absolute; - top: 0; - bottom: 0; - right: 38px; - border: 2px solid #ddd; - border-radius: 20px; - transition: all 0.3s ease-in 0s; -} -#customize-theme-controls .toggle-switch-checkbox:checked + .toggle-switch-label .toggle-switch-inner { - margin-left: 0; -} -#customize-theme-controls .toggle-switch-checkbox:checked + .toggle-switch-label .toggle-switch-switch { - right: 0px; -} \ No newline at end of file +#customize-controls #sub-accordion-section-header_image img{height:65px;max-height:65px;max-width:240px;width:auto}#customize-theme-controls .customize-control-colorlist-radio label{display:inline-block;position:relative;margin:2px}#customize-theme-controls .customize-control-colorlist-radio label input[type=radio]{display:none}#customize-theme-controls .customize-control-colorlist-radio label input[type=radio]+span.colorbox{border-radius:30%}#customize-theme-controls .customize-control-colorlist-radio label span.colorbox{background:transparent;width:20px;height:20px;display:inline-block;border:2px solid transparent;transition:all .2s linear}#customize-theme-controls .customize-control-colorlist-radio label span.reset{padding:2px}#customize-theme-controls .customize-control-colorlist-radio label:hover span.colorbox{border:2px solid #aaa}#customize-theme-controls .customize-control-colorlist-radio input[type=checkbox]:checked+span.colorbox,#customize-theme-controls .customize-control-colorlist-radio input[type=radio]:checked+span.colorbox{border:3px solid #000}#customize-theme-controls .customize-control-multiple-select option:checked,#customize-theme-controls .customize-control-multiple-select option[selected]{background:#e9edf2}#customize-theme-controls .customize-control-multiple-select select[multiple]:focus option:checked{background:#0085ba;color:#fff}#customize-theme-controls .customize-control-range-value .range-slider{width:100%}#customize-theme-controls .customize-control-range-value .range-slider__range{-webkit-appearance:none;width:calc(100% - 95px);height:10px;border-radius:5px;background:#d7dcdf;outline:none;padding:0;margin:0}#customize-theme-controls .customize-control-range-value .range-slider__range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#0085ba;cursor:pointer;-webkit-transition:background .15s ease-in-out;transition:background .15s ease-in-out}#customize-theme-controls .customize-control-range-value .range-slider__range::-webkit-slider-thumb:hover,#customize-theme-controls .customize-control-range-value .range-slider__range:active::-webkit-slider-thumb{background:#0085ba}#customize-theme-controls .customize-control-range-value .range-slider__range::-moz-range-thumb{width:20px;height:20px;border:0;border-radius:50%;background:#0085ba;cursor:pointer;-moz-transition:background .15s ease-in-out;transition:background .15s ease-in-out}#customize-theme-controls .customize-control-range-value .range-slider__range::-moz-range-thumb:hover,#customize-theme-controls .customize-control-range-value .range-slider__range:active::-moz-range-thumb{background:#0085ba}#customize-theme-controls .customize-control-range-value .range-slider__value{display:inline-block;position:relative;width:30px;color:#fff;line-height:20px;text-align:center;border-radius:3px;background:#0085ba;padding:2px 5px;margin-left:8px}#customize-theme-controls .customize-control-range-value ::-moz-range-track{background:#d7dcdf;border:0}#customize-theme-controls .customize-control-range-value input::-moz-focus-inner,#customize-theme-controls .customize-control-range-value input::-moz-focus-outer{border:0}#customize-theme-controls .toggle-switch-control .customize-control-title{display:inline-block}#customize-theme-controls .toggle-switch{position:relative;width:64px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;float:right}#customize-theme-controls .toggle-switch .toggle-switch-checkbox{display:none}#customize-theme-controls .toggle-switch .toggle-switch-label{display:block;overflow:hidden;cursor:pointer;border:2px solid #ddd;border-radius:20px;padding:0;margin:0}#customize-theme-controls .toggle-switch-inner{display:block;width:200%;margin-left:-100%;transition:margin .3s ease-in 0s}#customize-theme-controls .toggle-switch-inner:after,#customize-theme-controls .toggle-switch-inner:before{display:block;float:left;width:50%;height:22px;padding:0;line-height:22px;font-size:14px;color:#fff;font-family:Trebuchet,Arial,sans-serif;font-weight:700;box-sizing:border-box}#customize-theme-controls .toggle-switch-inner:before{content:"An";padding-left:8px;background-color:#2885bb;color:#fff}#customize-theme-controls :lang(en) .toggle-switch-inner:before{content:"ON"}#customize-theme-controls .toggle-switch-inner:after{content:"Aus";padding-right:8px;background-color:#eee;color:#999;text-align:right}#customize-theme-controls :lang(en) .toggle-switch-inner:after{content:"OFF"}#customize-theme-controls .toggle-switch-switch{display:block;width:16px;margin:3px;background:#fff;position:absolute;top:0;bottom:0;right:38px;border:2px solid #ddd;border-radius:20px;transition:all .3s ease-in 0s}#customize-theme-controls .toggle-switch-checkbox:checked+.toggle-switch-label .toggle-switch-inner{margin-left:0}#customize-theme-controls .toggle-switch-checkbox:checked+.toggle-switch-label .toggle-switch-switch{right:0} \ No newline at end of file diff --git a/inc/helper-functions.php b/inc/helper-functions.php index 70d105d..55c906d 100644 --- a/inc/helper-functions.php +++ b/inc/helper-functions.php @@ -207,7 +207,7 @@ function pirate_rogue_form_onoff($name= '', $prevalue = 0, $labeltext = '', $ho endif; if ( ! function_exists( 'pirate_rogue_form_select' ) ) : - function pirate_rogue_form_select($name= '', $liste = array(), $prevalue, $labeltext = '', $howtotext = '', $showempty=1, $emptytext = '' ) { + function pirate_rogue_form_select($name= '', $liste = array(), $prevalue = '', $labeltext = '', $howtotext = '', $showempty=1, $emptytext = '' ) { $name = pirate_rogue_san( $name ); $labeltext = pirate_rogue_san( $labeltext ); $emptytext = pirate_rogue_san( $emptytext ); diff --git a/inc/template-functions.php b/inc/template-functions.php index 9b282c8..cbae9de 100644 --- a/inc/template-functions.php +++ b/inc/template-functions.php @@ -430,13 +430,7 @@ public function start_el(&$output, $item, $depth = 0, $args = array(), $id = 0) } $output .= apply_filters( 'walker_nav_menu_start_el', $item_output, $item, $depth, $args ); } - public function display_element($el, &$children, $max_depth, $depth = 0, $args = array(), &$output){ - $id = $this->db_fields['id']; - if(isset($children[$el->$id])) - $el->classes[] = 'has_children'; - - parent::display_element($el, $children, $max_depth, $depth, $args, $output); - } + } /*-----------------------------------------------------------------------------------*/ /* Add a special walker for the main menu, allowing us, to add some stuff :) @@ -492,13 +486,7 @@ public function start_el(&$output, $item, $depth = 0, $args = array(), $id = 0) } $output .= apply_filters( 'walker_nav_menu_start_el', $item_output, $item, $depth, $args ); } - public function display_element($el, &$children, $max_depth, $depth = 0, $args = array(), &$output){ - $id = $this->db_fields['id']; - if(isset($children[$el->$id])) - $el->classes[] = 'has_children'; - - parent::display_element($el, $children, $max_depth, $depth, $args, $output); - } + } /*-----------------------------------------------------------------------------------*/ /* Get Image Meta Data diff --git a/package.json b/package.json index f39faa9..43469fb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Pirate-Rogue", "textdomain": "pirate-rogue", - "version": "1.4.10-3", + "version": "1.4.10", "keywords": [ "WordPress", "Theme", diff --git a/style.css b/style.css index 122e6f6..7440ef2 100644 --- a/style.css +++ b/style.css @@ -1,10 +1,10 @@ @charset "UTF-8"; /*! Theme Name: Pirate-Rogue -Version: 1.4.10-3 -Requires at least: 5.0 -Tested up to: 5.7 -Requires PHP: 7.3 +Version: 1.4.10 +Requires at least: 5.9 +Tested up to: 6.0 +Requires PHP: 7.4 Description: Theme for pirate parties worldwide. This theme allows to chose between the mostly used color combinations (purple and orange) as main colors for designing elements. It uses several free to use pirate symbols and allows custom CSS. It was created for the german pirate party as replacement for their prior wordpress theme. Theme URI: git+https://github.com/Piratenpartei/Pirate-Rogue.git GitHub Theme URI: git+https://github.com/Piratenpartei/Pirate-Rogue.git @@ -15,17215 +15,4 @@ License: GPL-3.0-or-later License URI: http://www.gnu.org/licenses/gpl-3.0.html Tags: three-columns, two-columns, one-column, right-sidebar, featured-images Text Domain: pirate-rogue -*/ -/* -Mixins for borders and gradients -*/ -/*-----------------------------------------------------------------------------------*/ -/* Fonts -/*-----------------------------------------------------------------------------------*/ -/*-----------------------------------------------------------------------------------*/ -/* Font Roboto - * Apache License - * Version 2.0, January 2004 - * http://www.apache.org/licenses/ -/*-----------------------------------------------------------------------------------*/ -@font-face { - font-family: "roboto"; - src: url("./fonts/roboto/Roboto-Bold-webfont.eot"); - src: url("./fonts/roboto/Roboto-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/roboto/Roboto-Bold-webfont.woff") format("woff"), url("./fonts/roboto/Roboto-Bold-webfont.ttf") format("truetype"), url("./fonts/roboto/Roboto-Bold-webfont.svg#robotobold") format("svg"); - font-weight: bold; - font-style: normal; - font-display: swap; -} -@font-face { - font-family: "roboto"; - src: url("./fonts/roboto/Roboto-BoldItalic-webfont.eot"); - src: url("./fonts/roboto/Roboto-BoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/roboto/Roboto-BoldItalic-webfont.woff") format("woff"), url("./fonts/roboto/Roboto-BoldItalic-webfont.ttf") format("truetype"), url("./fonts/roboto/Roboto-BoldItalic-webfont.svg#robotobold_italic") format("svg"); - font-weight: bold; - font-style: italic; - font-display: swap; -} -@font-face { - font-family: "roboto"; - src: url("./fonts/roboto/Roboto-Italic-webfont.eot"); - src: url("./fonts/roboto/Roboto-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/roboto/Roboto-Italic-webfont.woff") format("woff"), url("./fonts/roboto/Roboto-Italic-webfont.ttf") format("truetype"), url("./fonts/roboto/Roboto-Italic-webfont.svg#robotoitalic") format("svg"); - font-weight: normal; - font-style: italic; - font-display: swap; -} -@font-face { - font-family: "roboto"; - src: url("./fonts/roboto/Roboto-Regular-webfont.eot"); - src: url("./fonts/roboto/Roboto-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/roboto/Roboto-Regular-webfont.woff") format("woff"), url("./fonts/roboto/Roboto-Regular-webfont.ttf") format("truetype"), url("./fonts/roboto/Roboto-Regular-webfont.svg#robotoregular") format("svg"); - font-weight: normal; - font-style: normal; - font-display: swap; -} -@font-face { - font-family: "roboto-light"; - src: url("./fonts/roboto/Roboto-Light-webfont.eot"); - src: url("./fonts/roboto/Roboto-Light-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/roboto/Roboto-Light-webfont.woff") format("woff"), url("./fonts/roboto/Roboto-Light-webfont.ttf") format("truetype"), url("./fonts/roboto/Roboto-Light-webfont.svg#robotolight") format("svg"); - font-weight: normal; - font-style: normal; - font-display: swap; -} -/*-----------------------------------------------------------------------------------*/ -/* Font File Dejaweb -* DejaWeb -* by AnatoleType -/*-----------------------------------------------------------------------------------*/ -@font-face { - font-family: "DejaWeb"; - src: url("./fonts/dejaweb/DejaWeb-Bold.ttf"); - src: url("./fonts/dejaweb/DejaWeb-Bold.ttf") format("truetype"); - font-weight: bold; - font-style: normal; - font-display: swap; -} -@font-face { - font-family: "DejaWeb"; - src: url("./fonts/dejaweb/DejaWeb-BoldItalic.ttf"); - src: url("./fonts/dejaweb/DejaWeb-BoldItalic.ttf") format("truetype"); - font-weight: bold; - font-style: italic; - font-display: swap; -} -@font-face { - font-family: "DejaWeb"; - src: url("./fonts/dejaweb/DejaWeb-Italic.ttf"); - src: url("./fonts/dejaweb/DejaWeb-Italic.ttf") format("truetype"); - font-weight: normal; - font-style: italic; - font-display: swap; -} -@font-face { - font-family: "DejaWeb"; - src: url("./fonts/dejaweb/DejaWeb.ttf"); - src: url("./fonts/dejaweb/DejaWeb.ttf") format("truetype"); - font-weight: normal; - font-style: normal; - font-display: swap; -} -/* - * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome - * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) - */ -/* FONT PATH - * -------------------------- */ -@font-face { - font-family: "FontAwesome"; - src: url("./fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0"); - src: url("./fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("./fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("./fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("./fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("./fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg"); - font-weight: normal; - font-style: normal; -} -.fa, [class*=" picrew-icon-"], [class^=picrew-icon-], .gallery .slick-dots li button:before, .gallery [dir=rtl] .slick-next:before, .gallery .slick-prev:before, -.gallery .slick-next:before, .accordion .accordion-group .accordion-heading .accordion-toggle:before, .featured-slider button.slick-prev:after, .featured-slider button.slick-next:after, #comments .comment-reply a:before, .entry-comments a:before, #comments-toggle:before, .social-nav ul li a::before, .entry-content ul li ul li:before, .entry-content ul li:before, .single-post .post-navigation .prev:before, -.single-post .pagebreak-links .prev:before, .single-post .post-navigation .next:after, -.single-post .pagebreak-links .next:after, #overlay-close:before, #overlay-open:before, -#overlay-open-sticky:before, .search-open:before, #desktop-navigation ul.menu li .external a::after, #desktop-navigation ul.menu li.menu-item-has-children > a::after, .dropdown-toggle:after { - display: inline-block; - font: normal normal normal 14px/1 FontAwesome; - font-size: inherit; - text-rendering: auto; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} - -/* makes the font 33% larger relative to the icon container */ -.fa-lg { - font-size: 1.3333333333em; - line-height: 0.75em; - vertical-align: -15%; -} - -.fa-2x, #overlay-close:before, #overlay-open:before, -#overlay-open-sticky:before { - font-size: 2em; -} - -.fa-3x, .gallery .slick-prev:before, -.gallery .slick-next:before { - font-size: 3em; -} - -.fa-4x { - font-size: 4em; -} - -.fa-5x { - font-size: 5em; -} - -.fa-fw { - width: 1.2857142857em; - text-align: center; -} - -.fa-ul, .social-nav ul { - padding-left: 0; - margin-left: 2.1428571429em; - list-style-type: none; -} -.fa-ul > li, .social-nav ul > li { - position: relative; -} - -.fa-li { - position: absolute; - left: -2.1428571429em; - width: 2.1428571429em; - top: 0.1428571429em; - text-align: center; -} -.fa-li.fa-lg { - left: -1.8571428571em; -} - -.fa-border { - padding: 0.2em 0.25em 0.15em; - border: solid 0.08em #eee; - border-radius: 0.1em; -} - -.fa-pull-left { - float: left; -} - -.fa-pull-right { - float: right; -} - -.fa.fa-pull-left, .fa-pull-left[class*=" picrew-icon-"], .fa-pull-left[class^=picrew-icon-], .gallery .slick-dots li button.fa-pull-left:before, .gallery .fa-pull-left.slick-prev:before, -.gallery .fa-pull-left.slick-next:before, .accordion .accordion-group .accordion-heading .fa-pull-left.accordion-toggle:before, .featured-slider button.fa-pull-left.slick-prev:after, .featured-slider button.fa-pull-left.slick-next:after, #comments .comment-reply a.fa-pull-left:before, .entry-comments a.fa-pull-left:before, .fa-pull-left#comments-toggle:before, .social-nav ul li a.fa-pull-left::before, .entry-content ul li.fa-pull-left:before, .single-post .post-navigation .fa-pull-left.prev:before, -.single-post .pagebreak-links .fa-pull-left.prev:before, .single-post .post-navigation .fa-pull-left.next:after, -.single-post .pagebreak-links .fa-pull-left.next:after, .fa-pull-left#overlay-close:before, .fa-pull-left#overlay-open:before, -.fa-pull-left#overlay-open-sticky:before, .fa-pull-left.search-open:before, #desktop-navigation ul.menu li .external a.fa-pull-left::after, #desktop-navigation ul.menu li.menu-item-has-children > a.fa-pull-left::after, .fa-pull-left.dropdown-toggle:after { - margin-right: 0.3em; -} -.fa.fa-pull-right, .fa-pull-right[class*=" picrew-icon-"], .fa-pull-right[class^=picrew-icon-], .gallery .slick-dots li button.fa-pull-right:before, .gallery .fa-pull-right.slick-prev:before, -.gallery .fa-pull-right.slick-next:before, .accordion .accordion-group .accordion-heading .fa-pull-right.accordion-toggle:before, .featured-slider button.fa-pull-right.slick-prev:after, .featured-slider button.fa-pull-right.slick-next:after, #comments .comment-reply a.fa-pull-right:before, .entry-comments a.fa-pull-right:before, .fa-pull-right#comments-toggle:before, .social-nav ul li a.fa-pull-right::before, .entry-content ul li.fa-pull-right:before, .single-post .post-navigation .fa-pull-right.prev:before, -.single-post .pagebreak-links .fa-pull-right.prev:before, .single-post .post-navigation .fa-pull-right.next:after, -.single-post .pagebreak-links .fa-pull-right.next:after, .fa-pull-right#overlay-close:before, .fa-pull-right#overlay-open:before, -.fa-pull-right#overlay-open-sticky:before, .fa-pull-right.search-open:before, #desktop-navigation ul.menu li .external a.fa-pull-right::after, #desktop-navigation ul.menu li.menu-item-has-children > a.fa-pull-right::after, .fa-pull-right.dropdown-toggle:after { - margin-left: 0.3em; -} - -/* Deprecated as of 4.4.0 */ -.pull-right { - float: right; -} - -.pull-left { - float: left; -} - -.fa.pull-left, .pull-left[class*=" picrew-icon-"], .pull-left[class^=picrew-icon-], .gallery .slick-dots li button.pull-left:before, .gallery .pull-left.slick-prev:before, -.gallery .pull-left.slick-next:before, .accordion .accordion-group .accordion-heading .pull-left.accordion-toggle:before, .featured-slider button.pull-left.slick-prev:after, .featured-slider button.pull-left.slick-next:after, #comments .comment-reply a.pull-left:before, .entry-comments a.pull-left:before, .pull-left#comments-toggle:before, .social-nav ul li a.pull-left::before, .entry-content ul li.pull-left:before, .single-post .post-navigation .pull-left.prev:before, -.single-post .pagebreak-links .pull-left.prev:before, .single-post .post-navigation .pull-left.next:after, -.single-post .pagebreak-links .pull-left.next:after, .pull-left#overlay-close:before, .pull-left#overlay-open:before, -.pull-left#overlay-open-sticky:before, .pull-left.search-open:before, #desktop-navigation ul.menu li .external a.pull-left::after, #desktop-navigation ul.menu li.menu-item-has-children > a.pull-left::after, .pull-left.dropdown-toggle:after { - margin-right: 0.3em; -} -.fa.pull-right, .pull-right[class*=" picrew-icon-"], .pull-right[class^=picrew-icon-], .gallery .slick-dots li button.pull-right:before, .gallery .pull-right.slick-prev:before, -.gallery .pull-right.slick-next:before, .accordion .accordion-group .accordion-heading .pull-right.accordion-toggle:before, .featured-slider button.pull-right.slick-prev:after, .featured-slider button.pull-right.slick-next:after, #comments .comment-reply a.pull-right:before, .entry-comments a.pull-right:before, .pull-right#comments-toggle:before, .social-nav ul li a.pull-right::before, .entry-content ul li.pull-right:before, .single-post .post-navigation .pull-right.prev:before, -.single-post .pagebreak-links .pull-right.prev:before, .single-post .post-navigation .pull-right.next:after, -.single-post .pagebreak-links .pull-right.next:after, .pull-right#overlay-close:before, .pull-right#overlay-open:before, -.pull-right#overlay-open-sticky:before, .pull-right.search-open:before, #desktop-navigation ul.menu li .external a.pull-right::after, #desktop-navigation ul.menu li.menu-item-has-children > a.pull-right::after, .pull-right.dropdown-toggle:after { - margin-left: 0.3em; -} - -.fa-spin { - -webkit-animation: fa-spin 2s infinite linear; - animation: fa-spin 2s infinite linear; -} - -.fa-pulse { - -webkit-animation: fa-spin 1s infinite steps(8); - animation: fa-spin 1s infinite steps(8); -} - -@-webkit-keyframes fa-spin { - 0% { - transform: rotate(0deg); - } - 100% { - transform: rotate(359deg); - } -} -@keyframes fa-spin { - 0% { - transform: rotate(0deg); - } - 100% { - transform: rotate(359deg); - } -} -.fa-rotate-90 { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; - transform: rotate(90deg); -} - -.fa-rotate-180 { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; - transform: rotate(180deg); -} - -.fa-rotate-270 { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; - transform: rotate(270deg); -} - -.fa-flip-horizontal { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; - transform: scale(-1, 1); -} - -.fa-flip-vertical { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; - transform: scale(1, -1); -} - -:root .fa-rotate-90, -:root .fa-rotate-180, -:root .fa-rotate-270, -:root .fa-flip-horizontal, -:root .fa-flip-vertical { - filter: none; -} - -.fa-stack { - position: relative; - display: inline-block; - width: 2em; - height: 2em; - line-height: 2em; - vertical-align: middle; -} - -.fa-stack-1x, .fa-stack-2x { - position: absolute; - left: 0; - width: 100%; - text-align: center; -} - -.fa-stack-1x { - line-height: inherit; -} - -.fa-stack-2x { - font-size: 2em; -} - -.fa-inverse { - color: #fff; -} - -/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen - readers do not read off random characters that represent icons */ -.fa-glass:before { - content: "\f000"; -} - -.fa-music:before { - content: "\f001"; -} - -.fa-search:before, .search-open:before { - content: "\f002"; -} - -.fa-envelope-o:before, .social-nav ul li a[href^=mailto]:before { - content: "\f003"; -} - -.fa-heart:before { - content: "\f004"; -} - -.fa-star:before, .social-nav ul li a:before { - content: "\f005"; -} - -.fa-star-o:before { - content: "\f006"; -} - -.fa-user:before { - content: "\f007"; -} - -.fa-film:before { - content: "\f008"; -} - -.fa-th-large:before { - content: "\f009"; -} - -.fa-th:before { - content: "\f00a"; -} - -.fa-th-list:before { - content: "\f00b"; -} - -.fa-check:before { - content: "\f00c"; -} - -.fa-remove:before, -.fa-close:before, -#overlay-close:before, -.fa-times:before { - content: "\f00d"; -} - -.fa-search-plus:before { - content: "\f00e"; -} - -.fa-search-minus:before { - content: "\f010"; -} - -.fa-power-off:before { - content: "\f011"; -} - -.fa-signal:before { - content: "\f012"; -} - -.fa-gear:before, -.fa-cog:before { - content: "\f013"; -} - -.fa-trash-o:before { - content: "\f014"; -} - -.fa-home:before { - content: "\f015"; -} - -.fa-file-o:before { - content: "\f016"; -} - -.fa-clock-o:before { - content: "\f017"; -} - -.fa-road:before { - content: "\f018"; -} - -.fa-download:before { - content: "\f019"; -} - -.fa-arrow-circle-o-down:before { - content: "\f01a"; -} - -.fa-arrow-circle-o-up:before { - content: "\f01b"; -} - -.fa-inbox:before { - content: "\f01c"; -} - -.fa-play-circle-o:before { - content: "\f01d"; -} - -.fa-rotate-right:before, -.fa-repeat:before { - content: "\f01e"; -} - -.fa-refresh:before, .social-nav ul li a[href*="flattr.com"]:before { - content: "\f021"; -} - -.fa-list-alt:before { - content: "\f022"; -} - -.fa-lock:before { - content: "\f023"; -} - -.fa-flag:before { - content: "\f024"; -} - -.fa-headphones:before { - content: "\f025"; -} - -.fa-volume-off:before { - content: "\f026"; -} - -.fa-volume-down:before { - content: "\f027"; -} - -.fa-volume-up:before { - content: "\f028"; -} - -.fa-qrcode:before { - content: "\f029"; -} - -.fa-barcode:before { - content: "\f02a"; -} - -.fa-tag:before { - content: "\f02b"; -} - -.fa-tags:before { - content: "\f02c"; -} - -.fa-book:before { - content: "\f02d"; -} - -.fa-bookmark:before { - content: "\f02e"; -} - -.fa-print:before { - content: "\f02f"; -} - -.fa-camera:before { - content: "\f030"; -} - -.fa-font:before { - content: "\f031"; -} - -.fa-bold:before { - content: "\f032"; -} - -.fa-italic:before { - content: "\f033"; -} - -.fa-text-height:before { - content: "\f034"; -} - -.fa-text-width:before { - content: "\f035"; -} - -.fa-align-left:before { - content: "\f036"; -} - -.fa-align-center:before { - content: "\f037"; -} - -.fa-align-right:before { - content: "\f038"; -} - -.fa-align-justify:before { - content: "\f039"; -} - -.fa-list:before { - content: "\f03a"; -} - -.fa-dedent:before, -.fa-outdent:before { - content: "\f03b"; -} - -.fa-indent:before { - content: "\f03c"; -} - -.fa-video-camera:before { - content: "\f03d"; -} - -.fa-photo:before, -.fa-image:before, -.fa-picture-o:before { - content: "\f03e"; -} - -.fa-pencil:before { - content: "\f040"; -} - -.fa-map-marker:before { - content: "\f041"; -} - -.fa-adjust:before { - content: "\f042"; -} - -.fa-tint:before { - content: "\f043"; -} - -.fa-edit:before, -.fa-pencil-square-o:before { - content: "\f044"; -} - -.fa-share-square-o:before { - content: "\f045"; -} - -.fa-check-square-o:before { - content: "\f046"; -} - -.fa-arrows:before { - content: "\f047"; -} - -.fa-step-backward:before { - content: "\f048"; -} - -.fa-fast-backward:before { - content: "\f049"; -} - -.fa-backward:before { - content: "\f04a"; -} - -.fa-play:before { - content: "\f04b"; -} - -.fa-pause:before { - content: "\f04c"; -} - -.fa-stop:before { - content: "\f04d"; -} - -.fa-forward:before { - content: "\f04e"; -} - -.fa-fast-forward:before { - content: "\f050"; -} - -.fa-step-forward:before { - content: "\f051"; -} - -.fa-eject:before { - content: "\f052"; -} - -.fa-chevron-left:before, .gallery [dir=rtl] .slick-next:before, .gallery .slick-prev:before { - content: "\f053"; -} - -.fa-chevron-right:before, .gallery .slick-next:before, .gallery [dir=rtl] .slick-prev:before { - content: "\f054"; -} - -.fa-plus-circle:before { - content: "\f055"; -} - -.fa-minus-circle:before { - content: "\f056"; -} - -.fa-times-circle:before { - content: "\f057"; -} - -.fa-check-circle:before { - content: "\f058"; -} - -.fa-question-circle:before { - content: "\f059"; -} - -.fa-info-circle:before { - content: "\f05a"; -} - -.fa-crosshairs:before { - content: "\f05b"; -} - -.fa-times-circle-o:before { - content: "\f05c"; -} - -.fa-check-circle-o:before { - content: "\f05d"; -} - -.fa-ban:before { - content: "\f05e"; -} - -.fa-arrow-left:before { - content: "\f060"; -} - -.fa-arrow-right:before { - content: "\f061"; -} - -.fa-arrow-up:before { - content: "\f062"; -} - -.fa-arrow-down:before { - content: "\f063"; -} - -.fa-mail-forward:before, -.fa-share:before { - content: "\f064"; -} - -.fa-expand:before { - content: "\f065"; -} - -.fa-compress:before { - content: "\f066"; -} - -.fa-plus:before { - content: "\f067"; -} - -.fa-minus:before { - content: "\f068"; -} - -.fa-asterisk:before { - content: "\f069"; -} - -.fa-exclamation-circle:before { - content: "\f06a"; -} - -.fa-gift:before { - content: "\f06b"; -} - -.fa-leaf:before { - content: "\f06c"; -} - -.fa-fire:before { - content: "\f06d"; -} - -.fa-eye:before { - content: "\f06e"; -} - -.fa-eye-slash:before { - content: "\f070"; -} - -.fa-warning:before, -.fa-exclamation-triangle:before { - content: "\f071"; -} - -.fa-plane:before { - content: "\f072"; -} - -.fa-calendar:before { - content: "\f073"; -} - -.fa-random:before { - content: "\f074"; -} - -.fa-comment:before { - content: "\f075"; -} - -.fa-magnet:before { - content: "\f076"; -} - -.fa-chevron-up:before { - content: "\f077"; -} - -.fa-chevron-down:before { - content: "\f078"; -} - -.fa-retweet:before { - content: "\f079"; -} - -.fa-shopping-cart:before { - content: "\f07a"; -} - -.fa-folder:before { - content: "\f07b"; -} - -.fa-folder-open:before { - content: "\f07c"; -} - -.fa-arrows-v:before { - content: "\f07d"; -} - -.fa-arrows-h:before { - content: "\f07e"; -} - -.fa-bar-chart-o:before, -.fa-bar-chart:before { - content: "\f080"; -} - -.fa-twitter-square:before { - content: "\f081"; -} - -.fa-facebook-square:before { - content: "\f082"; -} - -.fa-camera-retro:before { - content: "\f083"; -} - -.fa-key:before { - content: "\f084"; -} - -.fa-gears:before, -.fa-cogs:before { - content: "\f085"; -} - -.fa-comments:before { - content: "\f086"; -} - -.fa-thumbs-o-up:before { - content: "\f087"; -} - -.fa-thumbs-o-down:before { - content: "\f088"; -} - -.fa-star-half:before { - content: "\f089"; -} - -.fa-heart-o:before { - content: "\f08a"; -} - -.fa-sign-out:before { - content: "\f08b"; -} - -.fa-linkedin-square:before { - content: "\f08c"; -} - -.fa-thumb-tack:before { - content: "\f08d"; -} - -.fa-external-link:before { - content: "\f08e"; -} - -.fa-sign-in:before { - content: "\f090"; -} - -.fa-trophy:before { - content: "\f091"; -} - -.fa-github-square:before { - content: "\f092"; -} - -.fa-upload:before { - content: "\f093"; -} - -.fa-lemon-o:before { - content: "\f094"; -} - -.fa-phone:before { - content: "\f095"; -} - -.fa-square-o:before { - content: "\f096"; -} - -.fa-bookmark-o:before { - content: "\f097"; -} - -.fa-phone-square:before { - content: "\f098"; -} - -.fa-twitter:before, .social-nav ul li a[href*="twitter.com"]:before { - content: "\f099"; -} - -.fa-facebook-f:before, -.fa-facebook:before, -.social-nav ul li a[href*="facebook.com"]:before { - content: "\f09a"; -} - -.fa-github:before, .social-nav ul li a[href*="github.com"]:before { - content: "\f09b"; -} - -.fa-unlock:before { - content: "\f09c"; -} - -.fa-credit-card:before { - content: "\f09d"; -} - -.fa-feed:before, -.fa-rss:before, -.social-nav ul li a[href*=feed]:before { - content: "\f09e"; -} - -.fa-hdd-o:before { - content: "\f0a0"; -} - -.fa-bullhorn:before { - content: "\f0a1"; -} - -.fa-bell:before { - content: "\f0f3"; -} - -.fa-certificate:before { - content: "\f0a3"; -} - -.fa-hand-o-right:before { - content: "\f0a4"; -} - -.fa-hand-o-left:before { - content: "\f0a5"; -} - -.fa-hand-o-up:before { - content: "\f0a6"; -} - -.fa-hand-o-down:before { - content: "\f0a7"; -} - -.fa-arrow-circle-left:before { - content: "\f0a8"; -} - -.fa-arrow-circle-right:before { - content: "\f0a9"; -} - -.fa-arrow-circle-up:before { - content: "\f0aa"; -} - -.fa-arrow-circle-down:before { - content: "\f0ab"; -} - -.fa-globe:before { - content: "\f0ac"; -} - -.fa-wrench:before { - content: "\f0ad"; -} - -.fa-tasks:before { - content: "\f0ae"; -} - -.fa-filter:before { - content: "\f0b0"; -} - -.fa-briefcase:before { - content: "\f0b1"; -} - -.fa-arrows-alt:before { - content: "\f0b2"; -} - -.fa-group:before, -.fa-users:before { - content: "\f0c0"; -} - -.fa-chain:before, -.fa-link:before { - content: "\f0c1"; -} - -.fa-cloud:before { - content: "\f0c2"; -} - -.fa-flask:before { - content: "\f0c3"; -} - -.fa-cut:before, -.fa-scissors:before { - content: "\f0c4"; -} - -.fa-copy:before, -.fa-files-o:before { - content: "\f0c5"; -} - -.fa-paperclip:before { - content: "\f0c6"; -} - -.fa-save:before, -.fa-floppy-o:before { - content: "\f0c7"; -} - -.fa-square:before { - content: "\f0c8"; -} - -.fa-navicon:before, -.fa-reorder:before, -.fa-bars:before, -#overlay-open:before, -#overlay-open-sticky:before { - content: "\f0c9"; -} - -.fa-list-ul:before { - content: "\f0ca"; -} - -.fa-list-ol:before { - content: "\f0cb"; -} - -.fa-strikethrough:before { - content: "\f0cc"; -} - -.fa-underline:before { - content: "\f0cd"; -} - -.fa-table:before { - content: "\f0ce"; -} - -.fa-magic:before { - content: "\f0d0"; -} - -.fa-truck:before { - content: "\f0d1"; -} - -.fa-pinterest:before, .social-nav ul li a[href*="pinterest.com"]:before { - content: "\f0d2"; -} - -.fa-pinterest-square:before { - content: "\f0d3"; -} - -.fa-google-plus-square:before { - content: "\f0d4"; -} - -.fa-google-plus:before { - content: "\f0d5"; -} - -.fa-money:before { - content: "\f0d6"; -} - -.fa-caret-down:before, .accordion .accordion-group .accordion-heading .accordion-toggle:before { - content: "\f0d7"; -} - -.fa-caret-up:before, .accordion .accordion-group .accordion-heading .accordion-toggle.active:before, .accordion .accordion-group .accordion-heading .accordion-toggle.active:hover:before, .accordion .accordion-group .accordion-heading .accordion-toggle.active:focus:before { - content: "\f0d8"; -} - -.fa-caret-left:before { - content: "\f0d9"; -} - -.fa-caret-right:before { - content: "\f0da"; -} - -.fa-columns:before { - content: "\f0db"; -} - -.fa-unsorted:before, -.fa-sort:before { - content: "\f0dc"; -} - -.fa-sort-down:before, -.fa-sort-desc:before { - content: "\f0dd"; -} - -.fa-sort-up:before, -.fa-sort-asc:before { - content: "\f0de"; -} - -.fa-envelope:before, .social-nav ul li a[href*="lists.piratenpartei.de"]:before { - content: "\f0e0"; -} - -.fa-linkedin:before, .social-nav ul li a[href*="linkedin.com"]:before { - content: "\f0e1"; -} - -.fa-rotate-left:before, -.fa-undo:before { - content: "\f0e2"; -} - -.fa-legal:before, -.fa-gavel:before { - content: "\f0e3"; -} - -.fa-dashboard:before, -.fa-tachometer:before { - content: "\f0e4"; -} - -.fa-comment-o:before, .entry-comments a:before, #comments-toggle:before { - content: "\f0e5"; -} - -.fa-comments-o:before { - content: "\f0e6"; -} - -.fa-flash:before, -.fa-bolt:before { - content: "\f0e7"; -} - -.fa-sitemap:before { - content: "\f0e8"; -} - -.fa-umbrella:before { - content: "\f0e9"; -} - -.fa-paste:before, -.fa-clipboard:before { - content: "\f0ea"; -} - -.fa-lightbulb-o:before { - content: "\f0eb"; -} - -.fa-exchange:before { - content: "\f0ec"; -} - -.fa-cloud-download:before { - content: "\f0ed"; -} - -.fa-cloud-upload:before { - content: "\f0ee"; -} - -.fa-user-md:before { - content: "\f0f0"; -} - -.fa-stethoscope:before { - content: "\f0f1"; -} - -.fa-suitcase:before { - content: "\f0f2"; -} - -.fa-bell-o:before { - content: "\f0a2"; -} - -.fa-coffee:before { - content: "\f0f4"; -} - -.fa-cutlery:before { - content: "\f0f5"; -} - -.fa-file-text-o:before { - content: "\f0f6"; -} - -.fa-building-o:before { - content: "\f0f7"; -} - -.fa-hospital-o:before { - content: "\f0f8"; -} - -.fa-ambulance:before { - content: "\f0f9"; -} - -.fa-medkit:before { - content: "\f0fa"; -} - -.fa-fighter-jet:before { - content: "\f0fb"; -} - -.fa-beer:before { - content: "\f0fc"; -} - -.fa-h-square:before { - content: "\f0fd"; -} - -.fa-plus-square:before { - content: "\f0fe"; -} - -.fa-angle-double-left:before { - content: "\f100"; -} - -.fa-angle-double-right:before { - content: "\f101"; -} - -.fa-angle-double-up:before { - content: "\f102"; -} - -.fa-angle-double-down:before { - content: "\f103"; -} - -.fa-angle-left:before { - content: "\f104"; -} - -.fa-angle-right:before { - content: "\f105"; -} - -.fa-angle-up:before { - content: "\f106"; -} - -.fa-angle-down:before { - content: "\f107"; -} - -.fa-desktop:before { - content: "\f108"; -} - -.fa-laptop:before { - content: "\f109"; -} - -.fa-tablet:before { - content: "\f10a"; -} - -.fa-mobile-phone:before, -.fa-mobile:before { - content: "\f10b"; -} - -.fa-circle-o:before { - content: "\f10c"; -} - -.fa-quote-left:before { - content: "\f10d"; -} - -.fa-quote-right:before { - content: "\f10e"; -} - -.fa-spinner:before { - content: "\f110"; -} - -.fa-circle:before, .gallery .slick-dots li button:before { - content: "\f111"; -} - -.fa-mail-reply:before, -.fa-reply:before { - content: "\f112"; -} - -.fa-github-alt:before { - content: "\f113"; -} - -.fa-folder-o:before { - content: "\f114"; -} - -.fa-folder-open-o:before { - content: "\f115"; -} - -.fa-smile-o:before { - content: "\f118"; -} - -.fa-frown-o:before { - content: "\f119"; -} - -.fa-meh-o:before { - content: "\f11a"; -} - -.fa-gamepad:before { - content: "\f11b"; -} - -.fa-keyboard-o:before { - content: "\f11c"; -} - -.fa-flag-o:before { - content: "\f11d"; -} - -.fa-flag-checkered:before { - content: "\f11e"; -} - -.fa-terminal:before { - content: "\f120"; -} - -.fa-code:before { - content: "\f121"; -} - -.fa-mail-reply-all:before, -.fa-reply-all:before { - content: "\f122"; -} - -.fa-star-half-empty:before, -.fa-star-half-full:before, -.fa-star-half-o:before { - content: "\f123"; -} - -.fa-location-arrow:before { - content: "\f124"; -} - -.fa-crop:before { - content: "\f125"; -} - -.fa-code-fork:before { - content: "\f126"; -} - -.fa-unlink:before, -.fa-chain-broken:before { - content: "\f127"; -} - -.fa-question:before { - content: "\f128"; -} - -.fa-info:before { - content: "\f129"; -} - -.fa-exclamation:before { - content: "\f12a"; -} - -.fa-superscript:before { - content: "\f12b"; -} - -.fa-subscript:before { - content: "\f12c"; -} - -.fa-eraser:before { - content: "\f12d"; -} - -.fa-puzzle-piece:before { - content: "\f12e"; -} - -.fa-microphone:before { - content: "\f130"; -} - -.fa-microphone-slash:before { - content: "\f131"; -} - -.fa-shield:before { - content: "\f132"; -} - -.fa-calendar-o:before { - content: "\f133"; -} - -.fa-fire-extinguisher:before { - content: "\f134"; -} - -.fa-rocket:before { - content: "\f135"; -} - -.fa-maxcdn:before { - content: "\f136"; -} - -.fa-chevron-circle-left:before, .single-post .post-navigation .prev:before, -.single-post .pagebreak-links .prev:before { - content: "\f137"; -} - -.fa-chevron-circle-right:before, .entry-content ul li ul li:before, .entry-content ul li:before { - content: "\f138"; -} - -.fa-chevron-circle-up:before { - content: "\f139"; -} - -.fa-chevron-circle-down:before { - content: "\f13a"; -} - -.fa-html5:before { - content: "\f13b"; -} - -.fa-css3:before { - content: "\f13c"; -} - -.fa-anchor:before { - content: "\f13d"; -} - -.fa-unlock-alt:before { - content: "\f13e"; -} - -.fa-bullseye:before { - content: "\f140"; -} - -.fa-ellipsis-h:before { - content: "\f141"; -} - -.fa-ellipsis-v:before { - content: "\f142"; -} - -.fa-rss-square:before { - content: "\f143"; -} - -.fa-play-circle:before { - content: "\f144"; -} - -.fa-ticket:before { - content: "\f145"; -} - -.fa-minus-square:before { - content: "\f146"; -} - -.fa-minus-square-o:before { - content: "\f147"; -} - -.fa-level-up:before { - content: "\f148"; -} - -.fa-level-down:before { - content: "\f149"; -} - -.fa-check-square:before { - content: "\f14a"; -} - -.fa-pencil-square:before { - content: "\f14b"; -} - -.fa-external-link-square:before { - content: "\f14c"; -} - -.fa-share-square:before { - content: "\f14d"; -} - -.fa-compass:before { - content: "\f14e"; -} - -.fa-toggle-down:before, -.fa-caret-square-o-down:before { - content: "\f150"; -} - -.fa-toggle-up:before, -.fa-caret-square-o-up:before { - content: "\f151"; -} - -.fa-toggle-right:before, -.fa-caret-square-o-right:before { - content: "\f152"; -} - -.fa-euro:before, -.fa-eur:before { - content: "\f153"; -} - -.fa-gbp:before { - content: "\f154"; -} - -.fa-dollar:before, -.fa-usd:before { - content: "\f155"; -} - -.fa-rupee:before, -.fa-inr:before { - content: "\f156"; -} - -.fa-cny:before, -.fa-rmb:before, -.fa-yen:before, -.fa-jpy:before { - content: "\f157"; -} - -.fa-ruble:before, -.fa-rouble:before, -.fa-rub:before { - content: "\f158"; -} - -.fa-won:before, -.fa-krw:before { - content: "\f159"; -} - -.fa-bitcoin:before, -.fa-btc:before { - content: "\f15a"; -} - -.fa-file:before { - content: "\f15b"; -} - -.fa-file-text:before { - content: "\f15c"; -} - -.fa-sort-alpha-asc:before { - content: "\f15d"; -} - -.fa-sort-alpha-desc:before { - content: "\f15e"; -} - -.fa-sort-amount-asc:before { - content: "\f160"; -} - -.fa-sort-amount-desc:before { - content: "\f161"; -} - -.fa-sort-numeric-asc:before { - content: "\f162"; -} - -.fa-sort-numeric-desc:before { - content: "\f163"; -} - -.fa-thumbs-up:before { - content: "\f164"; -} - -.fa-thumbs-down:before { - content: "\f165"; -} - -.fa-youtube-square:before { - content: "\f166"; -} - -.fa-youtube:before, .social-nav ul li a[href*="youtube.com"]:before { - content: "\f167"; -} - -.fa-xing:before, .social-nav ul li a[href*="xing.com"]:before { - content: "\f168"; -} - -.fa-xing-square:before { - content: "\f169"; -} - -.fa-youtube-play:before { - content: "\f16a"; -} - -.fa-dropbox:before { - content: "\f16b"; -} - -.fa-stack-overflow:before { - content: "\f16c"; -} - -.fa-instagram:before, .social-nav ul li a[href*="instagram.com"]:before { - content: "\f16d"; -} - -.fa-flickr:before, .social-nav ul li a[href*="flickr.com"]:before { - content: "\f16e"; -} - -.fa-adn:before { - content: "\f170"; -} - -.fa-bitbucket:before { - content: "\f171"; -} - -.fa-bitbucket-square:before { - content: "\f172"; -} - -.fa-tumblr:before, .social-nav ul li a[href*="tumblr.com"]:before { - content: "\f173"; -} - -.fa-tumblr-square:before { - content: "\f174"; -} - -.fa-long-arrow-down:before { - content: "\f175"; -} - -.fa-long-arrow-up:before { - content: "\f176"; -} - -.fa-long-arrow-left:before { - content: "\f177"; -} - -.fa-long-arrow-right:before { - content: "\f178"; -} - -.fa-apple:before { - content: "\f179"; -} - -.fa-windows:before { - content: "\f17a"; -} - -.fa-android:before { - content: "\f17b"; -} - -.fa-linux:before { - content: "\f17c"; -} - -.fa-dribbble:before { - content: "\f17d"; -} - -.fa-skype:before, .social-nav ul li a[href*="skype.com"]:before, .social-nav ul li a[href*="skype:"]:before { - content: "\f17e"; -} - -.fa-foursquare:before { - content: "\f180"; -} - -.fa-trello:before { - content: "\f181"; -} - -.fa-female:before { - content: "\f182"; -} - -.fa-male:before { - content: "\f183"; -} - -.fa-gittip:before, -.fa-gratipay:before { - content: "\f184"; -} - -.fa-sun-o:before { - content: "\f185"; -} - -.fa-moon-o:before { - content: "\f186"; -} - -.fa-archive:before { - content: "\f187"; -} - -.fa-bug:before { - content: "\f188"; -} - -.fa-vk:before { - content: "\f189"; -} - -.fa-weibo:before { - content: "\f18a"; -} - -.fa-renren:before { - content: "\f18b"; -} - -.fa-pagelines:before { - content: "\f18c"; -} - -.fa-stack-exchange:before { - content: "\f18d"; -} - -.fa-arrow-circle-o-right:before { - content: "\f18e"; -} - -.fa-arrow-circle-o-left:before { - content: "\f190"; -} - -.fa-toggle-left:before, -.fa-caret-square-o-left:before { - content: "\f191"; -} - -.fa-dot-circle-o:before { - content: "\f192"; -} - -.fa-wheelchair:before { - content: "\f193"; -} - -.fa-vimeo-square:before { - content: "\f194"; -} - -.fa-turkish-lira:before, -.fa-try:before { - content: "\f195"; -} - -.fa-plus-square-o:before { - content: "\f196"; -} - -.fa-space-shuttle:before { - content: "\f197"; -} - -.fa-slack:before, .social-nav ul li a[href*="slack.com"]:before { - content: "\f198"; -} - -.fa-envelope-square:before { - content: "\f199"; -} - -.fa-wordpress:before, .social-nav ul li a[href*="wordpress.org"]:before, .social-nav ul li a[href*="wordpress.com"]:before { - content: "\f19a"; -} - -.fa-openid:before { - content: "\f19b"; -} - -.fa-institution:before, -.fa-bank:before, -.fa-university:before { - content: "\f19c"; -} - -.fa-mortar-board:before, -.fa-graduation-cap:before { - content: "\f19d"; -} - -.fa-yahoo:before { - content: "\f19e"; -} - -.fa-google:before, .social-nav ul li a[href*="google.com"]:before { - content: "\f1a0"; -} - -.fa-reddit:before, .social-nav ul li a[href*="reddit.com"]:before { - content: "\f1a1"; -} - -.fa-reddit-square:before { - content: "\f1a2"; -} - -.fa-stumbleupon-circle:before { - content: "\f1a3"; -} - -.fa-stumbleupon:before, .social-nav ul li a[href*="stumbleupon.com"]:before { - content: "\f1a4"; -} - -.fa-delicious:before, .social-nav ul li a[href*="delicious.com"]:before { - content: "\f1a5"; -} - -.fa-digg:before { - content: "\f1a6"; -} - -.fa-pied-piper-pp:before { - content: "\f1a7"; -} - -.fa-pied-piper-alt:before { - content: "\f1a8"; -} - -.fa-drupal:before { - content: "\f1a9"; -} - -.fa-joomla:before { - content: "\f1aa"; -} - -.fa-language:before { - content: "\f1ab"; -} - -.fa-fax:before { - content: "\f1ac"; -} - -.fa-building:before { - content: "\f1ad"; -} - -.fa-child:before { - content: "\f1ae"; -} - -.fa-paw:before { - content: "\f1b0"; -} - -.fa-spoon:before { - content: "\f1b1"; -} - -.fa-cube:before { - content: "\f1b2"; -} - -.fa-cubes:before { - content: "\f1b3"; -} - -.fa-behance:before { - content: "\f1b4"; -} - -.fa-behance-square:before { - content: "\f1b5"; -} - -.fa-steam:before { - content: "\f1b6"; -} - -.fa-steam-square:before { - content: "\f1b7"; -} - -.fa-recycle:before { - content: "\f1b8"; -} - -.fa-automobile:before, -.fa-car:before { - content: "\f1b9"; -} - -.fa-cab:before, -.fa-taxi:before { - content: "\f1ba"; -} - -.fa-tree:before { - content: "\f1bb"; -} - -.fa-spotify:before, .social-nav ul li a[href*="spotify.com"]:before { - content: "\f1bc"; -} - -.fa-deviantart:before { - content: "\f1bd"; -} - -.fa-soundcloud:before { - content: "\f1be"; -} - -.fa-database:before { - content: "\f1c0"; -} - -.fa-file-pdf-o:before { - content: "\f1c1"; -} - -.fa-file-word-o:before { - content: "\f1c2"; -} - -.fa-file-excel-o:before { - content: "\f1c3"; -} - -.fa-file-powerpoint-o:before { - content: "\f1c4"; -} - -.fa-file-photo-o:before, -.fa-file-picture-o:before, -.fa-file-image-o:before { - content: "\f1c5"; -} - -.fa-file-zip-o:before, -.fa-file-archive-o:before { - content: "\f1c6"; -} - -.fa-file-sound-o:before, -.fa-file-audio-o:before { - content: "\f1c7"; -} - -.fa-file-movie-o:before, -.fa-file-video-o:before { - content: "\f1c8"; -} - -.fa-file-code-o:before { - content: "\f1c9"; -} - -.fa-vine:before { - content: "\f1ca"; -} - -.fa-codepen:before { - content: "\f1cb"; -} - -.fa-jsfiddle:before { - content: "\f1cc"; -} - -.fa-life-bouy:before, -.fa-life-buoy:before, -.fa-life-saver:before, -.fa-support:before, -.fa-life-ring:before { - content: "\f1cd"; -} - -.fa-circle-o-notch:before { - content: "\f1ce"; -} - -.fa-ra:before, -.fa-resistance:before, -.fa-rebel:before { - content: "\f1d0"; -} - -.fa-ge:before, -.fa-empire:before { - content: "\f1d1"; -} - -.fa-git-square:before { - content: "\f1d2"; -} - -.fa-git:before { - content: "\f1d3"; -} - -.fa-y-combinator-square:before, -.fa-yc-square:before, -.fa-hacker-news:before { - content: "\f1d4"; -} - -.fa-tencent-weibo:before { - content: "\f1d5"; -} - -.fa-qq:before { - content: "\f1d6"; -} - -.fa-wechat:before, -.fa-weixin:before { - content: "\f1d7"; -} - -.fa-send:before, -.fa-paper-plane:before { - content: "\f1d8"; -} - -.fa-send-o:before, -.fa-paper-plane-o:before { - content: "\f1d9"; -} - -.fa-history:before { - content: "\f1da"; -} - -.fa-circle-thin:before { - content: "\f1db"; -} - -.fa-header:before { - content: "\f1dc"; -} - -.fa-paragraph:before { - content: "\f1dd"; -} - -.fa-sliders:before { - content: "\f1de"; -} - -.fa-share-alt:before { - content: "\f1e0"; -} - -.fa-share-alt-square:before { - content: "\f1e1"; -} - -.fa-bomb:before { - content: "\f1e2"; -} - -.fa-soccer-ball-o:before, -.fa-futbol-o:before { - content: "\f1e3"; -} - -.fa-tty:before { - content: "\f1e4"; -} - -.fa-binoculars:before { - content: "\f1e5"; -} - -.fa-plug:before { - content: "\f1e6"; -} - -.fa-slideshare:before, .social-nav ul li a[href*="slideshare.com"]:before { - content: "\f1e7"; -} - -.fa-twitch:before { - content: "\f1e8"; -} - -.fa-yelp:before { - content: "\f1e9"; -} - -.fa-newspaper-o:before { - content: "\f1ea"; -} - -.fa-wifi:before { - content: "\f1eb"; -} - -.fa-calculator:before { - content: "\f1ec"; -} - -.fa-paypal:before { - content: "\f1ed"; -} - -.fa-google-wallet:before { - content: "\f1ee"; -} - -.fa-cc-visa:before { - content: "\f1f0"; -} - -.fa-cc-mastercard:before { - content: "\f1f1"; -} - -.fa-cc-discover:before { - content: "\f1f2"; -} - -.fa-cc-amex:before { - content: "\f1f3"; -} - -.fa-cc-paypal:before { - content: "\f1f4"; -} - -.fa-cc-stripe:before { - content: "\f1f5"; -} - -.fa-bell-slash:before { - content: "\f1f6"; -} - -.fa-bell-slash-o:before { - content: "\f1f7"; -} - -.fa-trash:before { - content: "\f1f8"; -} - -.fa-copyright:before { - content: "\f1f9"; -} - -.fa-at:before { - content: "\f1fa"; -} - -.fa-eyedropper:before { - content: "\f1fb"; -} - -.fa-paint-brush:before { - content: "\f1fc"; -} - -.fa-birthday-cake:before { - content: "\f1fd"; -} - -.fa-area-chart:before { - content: "\f1fe"; -} - -.fa-pie-chart:before { - content: "\f200"; -} - -.fa-line-chart:before { - content: "\f201"; -} - -.fa-lastfm:before { - content: "\f202"; -} - -.fa-lastfm-square:before { - content: "\f203"; -} - -.fa-toggle-off:before { - content: "\f204"; -} - -.fa-toggle-on:before { - content: "\f205"; -} - -.fa-bicycle:before { - content: "\f206"; -} - -.fa-bus:before { - content: "\f207"; -} - -.fa-ioxhost:before { - content: "\f208"; -} - -.fa-angellist:before { - content: "\f209"; -} - -.fa-cc:before { - content: "\f20a"; -} - -.fa-shekel:before, -.fa-sheqel:before, -.fa-ils:before { - content: "\f20b"; -} - -.fa-meanpath:before { - content: "\f20c"; -} - -.fa-buysellads:before { - content: "\f20d"; -} - -.fa-connectdevelop:before { - content: "\f20e"; -} - -.fa-dashcube:before { - content: "\f210"; -} - -.fa-forumbee:before { - content: "\f211"; -} - -.fa-leanpub:before { - content: "\f212"; -} - -.fa-sellsy:before { - content: "\f213"; -} - -.fa-shirtsinbulk:before { - content: "\f214"; -} - -.fa-simplybuilt:before { - content: "\f215"; -} - -.fa-skyatlas:before { - content: "\f216"; -} - -.fa-cart-plus:before { - content: "\f217"; -} - -.fa-cart-arrow-down:before { - content: "\f218"; -} - -.fa-diamond:before { - content: "\f219"; -} - -.fa-ship:before { - content: "\f21a"; -} - -.fa-user-secret:before { - content: "\f21b"; -} - -.fa-motorcycle:before { - content: "\f21c"; -} - -.fa-street-view:before { - content: "\f21d"; -} - -.fa-heartbeat:before { - content: "\f21e"; -} - -.fa-venus:before { - content: "\f221"; -} - -.fa-mars:before { - content: "\f222"; -} - -.fa-mercury:before { - content: "\f223"; -} - -.fa-intersex:before, -.fa-transgender:before { - content: "\f224"; -} - -.fa-transgender-alt:before { - content: "\f225"; -} - -.fa-venus-double:before { - content: "\f226"; -} - -.fa-mars-double:before { - content: "\f227"; -} - -.fa-venus-mars:before { - content: "\f228"; -} - -.fa-mars-stroke:before { - content: "\f229"; -} - -.fa-mars-stroke-v:before { - content: "\f22a"; -} - -.fa-mars-stroke-h:before { - content: "\f22b"; -} - -.fa-neuter:before { - content: "\f22c"; -} - -.fa-genderless:before { - content: "\f22d"; -} - -.fa-facebook-official:before { - content: "\f230"; -} - -.fa-pinterest-p:before { - content: "\f231"; -} - -.fa-whatsapp:before, .social-nav ul li a[href*="whatsapp.com"]:before { - content: "\f232"; -} - -.fa-server:before { - content: "\f233"; -} - -.fa-user-plus:before { - content: "\f234"; -} - -.fa-user-times:before { - content: "\f235"; -} - -.fa-hotel:before, -.fa-bed:before { - content: "\f236"; -} - -.fa-viacoin:before { - content: "\f237"; -} - -.fa-train:before { - content: "\f238"; -} - -.fa-subway:before { - content: "\f239"; -} - -.fa-medium:before { - content: "\f23a"; -} - -.fa-yc:before, -.fa-y-combinator:before { - content: "\f23b"; -} - -.fa-optin-monster:before { - content: "\f23c"; -} - -.fa-opencart:before { - content: "\f23d"; -} - -.fa-expeditedssl:before { - content: "\f23e"; -} - -.fa-battery-4:before, -.fa-battery:before, -.fa-battery-full:before { - content: "\f240"; -} - -.fa-battery-3:before, -.fa-battery-three-quarters:before { - content: "\f241"; -} - -.fa-battery-2:before, -.fa-battery-half:before { - content: "\f242"; -} - -.fa-battery-1:before, -.fa-battery-quarter:before { - content: "\f243"; -} - -.fa-battery-0:before, -.fa-battery-empty:before { - content: "\f244"; -} - -.fa-mouse-pointer:before { - content: "\f245"; -} - -.fa-i-cursor:before { - content: "\f246"; -} - -.fa-object-group:before { - content: "\f247"; -} - -.fa-object-ungroup:before { - content: "\f248"; -} - -.fa-sticky-note:before { - content: "\f249"; -} - -.fa-sticky-note-o:before { - content: "\f24a"; -} - -.fa-cc-jcb:before { - content: "\f24b"; -} - -.fa-cc-diners-club:before { - content: "\f24c"; -} - -.fa-clone:before { - content: "\f24d"; -} - -.fa-balance-scale:before { - content: "\f24e"; -} - -.fa-hourglass-o:before { - content: "\f250"; -} - -.fa-hourglass-1:before, -.fa-hourglass-start:before { - content: "\f251"; -} - -.fa-hourglass-2:before, -.fa-hourglass-half:before { - content: "\f252"; -} - -.fa-hourglass-3:before, -.fa-hourglass-end:before { - content: "\f253"; -} - -.fa-hourglass:before { - content: "\f254"; -} - -.fa-hand-grab-o:before, -.fa-hand-rock-o:before { - content: "\f255"; -} - -.fa-hand-stop-o:before, -.fa-hand-paper-o:before { - content: "\f256"; -} - -.fa-hand-scissors-o:before { - content: "\f257"; -} - -.fa-hand-lizard-o:before { - content: "\f258"; -} - -.fa-hand-spock-o:before { - content: "\f259"; -} - -.fa-hand-pointer-o:before { - content: "\f25a"; -} - -.fa-hand-peace-o:before { - content: "\f25b"; -} - -.fa-trademark:before { - content: "\f25c"; -} - -.fa-registered:before { - content: "\f25d"; -} - -.fa-creative-commons:before { - content: "\f25e"; -} - -.fa-gg:before { - content: "\f260"; -} - -.fa-gg-circle:before { - content: "\f261"; -} - -.fa-tripadvisor:before { - content: "\f262"; -} - -.fa-odnoklassniki:before { - content: "\f263"; -} - -.fa-odnoklassniki-square:before { - content: "\f264"; -} - -.fa-get-pocket:before { - content: "\f265"; -} - -.fa-wikipedia-w:before { - content: "\f266"; -} - -.fa-safari:before { - content: "\f267"; -} - -.fa-chrome:before { - content: "\f268"; -} - -.fa-firefox:before { - content: "\f269"; -} - -.fa-opera:before { - content: "\f26a"; -} - -.fa-internet-explorer:before { - content: "\f26b"; -} - -.fa-tv:before, -.fa-television:before { - content: "\f26c"; -} - -.fa-contao:before { - content: "\f26d"; -} - -.fa-500px:before { - content: "\f26e"; -} - -.fa-amazon:before { - content: "\f270"; -} - -.fa-calendar-plus-o:before { - content: "\f271"; -} - -.fa-calendar-minus-o:before { - content: "\f272"; -} - -.fa-calendar-times-o:before { - content: "\f273"; -} - -.fa-calendar-check-o:before { - content: "\f274"; -} - -.fa-industry:before { - content: "\f275"; -} - -.fa-map-pin:before { - content: "\f276"; -} - -.fa-map-signs:before { - content: "\f277"; -} - -.fa-map-o:before { - content: "\f278"; -} - -.fa-map:before { - content: "\f279"; -} - -.fa-commenting:before { - content: "\f27a"; -} - -.fa-commenting-o:before, #comments .comment-reply a:before, .comments-show #comments-toggle:before { - content: "\f27b"; -} - -.fa-houzz:before { - content: "\f27c"; -} - -.fa-vimeo:before, .social-nav ul li a[href*="vimeo.com"]:before { - content: "\f27d"; -} - -.fa-black-tie:before { - content: "\f27e"; -} - -.fa-fonticons:before { - content: "\f280"; -} - -.fa-reddit-alien:before { - content: "\f281"; -} - -.fa-edge:before { - content: "\f282"; -} - -.fa-credit-card-alt:before { - content: "\f283"; -} - -.fa-codiepie:before { - content: "\f284"; -} - -.fa-modx:before { - content: "\f285"; -} - -.fa-fort-awesome:before { - content: "\f286"; -} - -.fa-usb:before { - content: "\f287"; -} - -.fa-product-hunt:before { - content: "\f288"; -} - -.fa-mixcloud:before { - content: "\f289"; -} - -.fa-scribd:before { - content: "\f28a"; -} - -.fa-pause-circle:before { - content: "\f28b"; -} - -.fa-pause-circle-o:before { - content: "\f28c"; -} - -.fa-stop-circle:before { - content: "\f28d"; -} - -.fa-stop-circle-o:before { - content: "\f28e"; -} - -.fa-shopping-bag:before { - content: "\f290"; -} - -.fa-shopping-basket:before { - content: "\f291"; -} - -.fa-hashtag:before { - content: "\f292"; -} - -.fa-bluetooth:before { - content: "\f293"; -} - -.fa-bluetooth-b:before { - content: "\f294"; -} - -.fa-percent:before { - content: "\f295"; -} - -.fa-gitlab:before { - content: "\f296"; -} - -.fa-wpbeginner:before { - content: "\f297"; -} - -.fa-wpforms:before { - content: "\f298"; -} - -.fa-envira:before { - content: "\f299"; -} - -.fa-universal-access:before { - content: "\f29a"; -} - -.fa-wheelchair-alt:before { - content: "\f29b"; -} - -.fa-question-circle-o:before { - content: "\f29c"; -} - -.fa-blind:before { - content: "\f29d"; -} - -.fa-audio-description:before { - content: "\f29e"; -} - -.fa-volume-control-phone:before { - content: "\f2a0"; -} - -.fa-braille:before { - content: "\f2a1"; -} - -.fa-assistive-listening-systems:before { - content: "\f2a2"; -} - -.fa-asl-interpreting:before, -.fa-american-sign-language-interpreting:before { - content: "\f2a3"; -} - -.fa-deafness:before, -.fa-hard-of-hearing:before, -.fa-deaf:before { - content: "\f2a4"; -} - -.fa-glide:before { - content: "\f2a5"; -} - -.fa-glide-g:before { - content: "\f2a6"; -} - -.fa-signing:before, -.fa-sign-language:before { - content: "\f2a7"; -} - -.fa-low-vision:before { - content: "\f2a8"; -} - -.fa-viadeo:before { - content: "\f2a9"; -} - -.fa-viadeo-square:before { - content: "\f2aa"; -} - -.fa-snapchat:before, .social-nav ul li a[href*="snapchat.com"]:before { - content: "\f2ab"; -} - -.fa-snapchat-ghost:before { - content: "\f2ac"; -} - -.fa-snapchat-square:before { - content: "\f2ad"; -} - -.fa-pied-piper:before { - content: "\f2ae"; -} - -.fa-first-order:before { - content: "\f2b0"; -} - -.fa-yoast:before { - content: "\f2b1"; -} - -.fa-themeisle:before { - content: "\f2b2"; -} - -.fa-google-plus-circle:before, -.fa-google-plus-official:before { - content: "\f2b3"; -} - -.fa-fa:before, -.fa-font-awesome:before { - content: "\f2b4"; -} - -.fa-handshake-o:before { - content: "\f2b5"; -} - -.fa-envelope-open:before { - content: "\f2b6"; -} - -.fa-envelope-open-o:before { - content: "\f2b7"; -} - -.fa-linode:before { - content: "\f2b8"; -} - -.fa-address-book:before { - content: "\f2b9"; -} - -.fa-address-book-o:before { - content: "\f2ba"; -} - -.fa-vcard:before, -.fa-address-card:before { - content: "\f2bb"; -} - -.fa-vcard-o:before, -.fa-address-card-o:before { - content: "\f2bc"; -} - -.fa-user-circle:before { - content: "\f2bd"; -} - -.fa-user-circle-o:before { - content: "\f2be"; -} - -.fa-user-o:before { - content: "\f2c0"; -} - -.fa-id-badge:before { - content: "\f2c1"; -} - -.fa-drivers-license:before, -.fa-id-card:before { - content: "\f2c2"; -} - -.fa-drivers-license-o:before, -.fa-id-card-o:before { - content: "\f2c3"; -} - -.fa-quora:before { - content: "\f2c4"; -} - -.fa-free-code-camp:before { - content: "\f2c5"; -} - -.fa-telegram:before { - content: "\f2c6"; -} - -.fa-thermometer-4:before, -.fa-thermometer:before, -.fa-thermometer-full:before { - content: "\f2c7"; -} - -.fa-thermometer-3:before, -.fa-thermometer-three-quarters:before { - content: "\f2c8"; -} - -.fa-thermometer-2:before, -.fa-thermometer-half:before { - content: "\f2c9"; -} - -.fa-thermometer-1:before, -.fa-thermometer-quarter:before { - content: "\f2ca"; -} - -.fa-thermometer-0:before, -.fa-thermometer-empty:before { - content: "\f2cb"; -} - -.fa-shower:before { - content: "\f2cc"; -} - -.fa-bathtub:before, -.fa-s15:before, -.fa-bath:before { - content: "\f2cd"; -} - -.fa-podcast:before { - content: "\f2ce"; -} - -.fa-window-maximize:before { - content: "\f2d0"; -} - -.fa-window-minimize:before { - content: "\f2d1"; -} - -.fa-window-restore:before { - content: "\f2d2"; -} - -.fa-times-rectangle:before, -.fa-window-close:before { - content: "\f2d3"; -} - -.fa-times-rectangle-o:before, -.fa-window-close-o:before { - content: "\f2d4"; -} - -.fa-bandcamp:before { - content: "\f2d5"; -} - -.fa-grav:before { - content: "\f2d6"; -} - -.fa-etsy:before { - content: "\f2d7"; -} - -.fa-imdb:before { - content: "\f2d8"; -} - -.fa-ravelry:before { - content: "\f2d9"; -} - -.fa-eercast:before { - content: "\f2da"; -} - -.fa-microchip:before { - content: "\f2db"; -} - -.fa-snowflake-o:before { - content: "\f2dc"; -} - -.fa-superpowers:before { - content: "\f2dd"; -} - -.fa-wpexplorer:before { - content: "\f2de"; -} - -.fa-meetup:before { - content: "\f2e0"; -} - -.sr-only { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - margin: -1px; - overflow: hidden; - clip: rect(0, 0, 0, 0); - border: 0; -} - -.sr-only-focusable:active, .sr-only-focusable:focus { - position: static; - width: auto; - height: auto; - margin: 0; - overflow: visible; - clip: auto; -} - -/* --- Serif Styles --- */ -p.site-title, -.entry-summary, -.widget, -.title-footer, -.entry-header p.intro, -.entry-content, -.entry-content p, -.entry-content table, -.entry-content dl, -.entry-content ul, -.entry-content ol, -p.section-about-text, -p.text-big, -p.text-small { - font-family: "DejaWeb", sans-serif; -} - -.entry-content blockquote p, -.entry-content p span.uppercase, -.section-about-column-two .social-nav ul li a, -.section-about-column-one p cite, -.widget_mc4wp_form_widget input[type=email], -.widget_mc4wp_form_widget input[type=submit], -.jetpack_subscription_widget #subscribe-email input[type=email], -.jetpack_subscription_widget #subscribe-submit input[type=submit], -.contact-form input[type=submit], -input, -textarea, -.site-content div.wpcf7 input, -.site-content div.wpcf7 textarea, -.site-content div.wpcf7 p, -a.standard-btn, -.big-instagram-wrap .clear, -.single-product .entry-summary h1 { - font-family: "DejaWeb", sans-serif; -} - -/* -* optional grid-Framework, compiled from bootstrap sass -*/ -.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { - position: relative; - min-height: 1px; - padding-left: 0; - padding-right: 0; -} - -.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { - float: left; -} - -.col-xs-1 { - width: 8.33333%; -} - -.col-xs-2 { - width: 16.66667%; -} - -.col-xs-3 { - width: 25%; -} - -.col-xs-4 { - width: 33.33333%; -} - -.col-xs-5 { - width: 41.66667%; -} - -.col-xs-6 { - width: 50%; -} - -.col-xs-7 { - width: 58.33333%; -} - -.col-xs-8 { - width: 66.66667%; -} - -.col-xs-9 { - width: 75%; -} - -.col-xs-10 { - width: 83.33333%; -} - -.col-xs-11 { - width: 91.66667%; -} - -.col-xs-12 { - width: 100%; -} - -.col-xs-pull-0 { - right: auto; -} - -.col-xs-pull-1 { - right: 8.33333%; -} - -.col-xs-pull-2 { - right: 16.66667%; -} - -.col-xs-pull-3 { - right: 25%; -} - -.col-xs-pull-4 { - right: 33.33333%; -} - -.col-xs-pull-5 { - right: 41.66667%; -} - -.col-xs-pull-6 { - right: 50%; -} - -.col-xs-pull-7 { - right: 58.33333%; -} - -.col-xs-pull-8 { - right: 66.66667%; -} - -.col-xs-pull-9 { - right: 75%; -} - -.col-xs-pull-10 { - right: 83.33333%; -} - -.col-xs-pull-11 { - right: 91.66667%; -} - -.col-xs-pull-12 { - right: 100%; -} - -.col-xs-push-0 { - left: auto; -} - -.col-xs-push-1 { - left: 8.33333%; -} - -.col-xs-push-2 { - left: 16.66667%; -} - -.col-xs-push-3 { - left: 25%; -} - -.col-xs-push-4 { - left: 33.33333%; -} - -.col-xs-push-5 { - left: 41.66667%; -} - -.col-xs-push-6 { - left: 50%; -} - -.col-xs-push-7 { - left: 58.33333%; -} - -.col-xs-push-8 { - left: 66.66667%; -} - -.col-xs-push-9 { - left: 75%; -} - -.col-xs-push-10 { - left: 83.33333%; -} - -.col-xs-push-11 { - left: 91.66667%; -} - -.col-xs-push-12 { - left: 100%; -} - -.col-xs-offset-0 { - margin-left: 0%; -} - -.col-xs-offset-1 { - margin-left: 8.33333%; -} - -.col-xs-offset-2 { - margin-left: 16.66667%; -} - -.col-xs-offset-3 { - margin-left: 25%; -} - -.col-xs-offset-4 { - margin-left: 33.33333%; -} - -.col-xs-offset-5 { - margin-left: 41.66667%; -} - -.col-xs-offset-6 { - margin-left: 50%; -} - -.col-xs-offset-7 { - margin-left: 58.33333%; -} - -.col-xs-offset-8 { - margin-left: 66.66667%; -} - -.col-xs-offset-9 { - margin-left: 75%; -} - -.col-xs-offset-10 { - margin-left: 83.33333%; -} - -.col-xs-offset-11 { - margin-left: 91.66667%; -} - -.col-xs-offset-12 { - margin-left: 100%; -} - -@media (min-width: 768px) { - .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { - float: left; - } - .col-sm-1 { - width: 8.33333%; - } - .col-sm-2 { - width: 16.66667%; - } - .col-sm-3 { - width: 25%; - } - .col-sm-4 { - width: 33.33333%; - } - .col-sm-5 { - width: 41.66667%; - } - .col-sm-6 { - width: 50%; - } - .col-sm-7 { - width: 58.33333%; - } - .col-sm-8 { - width: 66.66667%; - } - .col-sm-9 { - width: 75%; - } - .col-sm-10 { - width: 83.33333%; - } - .col-sm-11 { - width: 91.66667%; - } - .col-sm-12 { - width: 100%; - } - .col-sm-pull-0 { - right: auto; - } - .col-sm-pull-1 { - right: 8.33333%; - } - .col-sm-pull-2 { - right: 16.66667%; - } - .col-sm-pull-3 { - right: 25%; - } - .col-sm-pull-4 { - right: 33.33333%; - } - .col-sm-pull-5 { - right: 41.66667%; - } - .col-sm-pull-6 { - right: 50%; - } - .col-sm-pull-7 { - right: 58.33333%; - } - .col-sm-pull-8 { - right: 66.66667%; - } - .col-sm-pull-9 { - right: 75%; - } - .col-sm-pull-10 { - right: 83.33333%; - } - .col-sm-pull-11 { - right: 91.66667%; - } - .col-sm-pull-12 { - right: 100%; - } - .col-sm-push-0 { - left: auto; - } - .col-sm-push-1 { - left: 8.33333%; - } - .col-sm-push-2 { - left: 16.66667%; - } - .col-sm-push-3 { - left: 25%; - } - .col-sm-push-4 { - left: 33.33333%; - } - .col-sm-push-5 { - left: 41.66667%; - } - .col-sm-push-6 { - left: 50%; - } - .col-sm-push-7 { - left: 58.33333%; - } - .col-sm-push-8 { - left: 66.66667%; - } - .col-sm-push-9 { - left: 75%; - } - .col-sm-push-10 { - left: 83.33333%; - } - .col-sm-push-11 { - left: 91.66667%; - } - .col-sm-push-12 { - left: 100%; - } - .col-sm-offset-0 { - margin-left: 0%; - } - .col-sm-offset-1 { - margin-left: 8.33333%; - } - .col-sm-offset-2 { - margin-left: 16.66667%; - } - .col-sm-offset-3 { - margin-left: 25%; - } - .col-sm-offset-4 { - margin-left: 33.33333%; - } - .col-sm-offset-5 { - margin-left: 41.66667%; - } - .col-sm-offset-6 { - margin-left: 50%; - } - .col-sm-offset-7 { - margin-left: 58.33333%; - } - .col-sm-offset-8 { - margin-left: 66.66667%; - } - .col-sm-offset-9 { - margin-left: 75%; - } - .col-sm-offset-10 { - margin-left: 83.33333%; - } - .col-sm-offset-11 { - margin-left: 91.66667%; - } - .col-sm-offset-12 { - margin-left: 100%; - } -} -@media (min-width: 979px) { - .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { - float: left; - } - .col-md-1 { - width: 8.33333%; - } - .col-md-2 { - width: 16.66667%; - } - .col-md-3 { - width: 25%; - } - .col-md-4 { - width: 33.33333%; - } - .col-md-5 { - width: 41.66667%; - } - .col-md-6 { - width: 50%; - } - .col-md-7 { - width: 58.33333%; - } - .col-md-8 { - width: 66.66667%; - } - .col-md-9 { - width: 75%; - } - .col-md-10 { - width: 83.33333%; - } - .col-md-11 { - width: 91.66667%; - } - .col-md-12 { - width: 100%; - } - .col-md-pull-0 { - right: auto; - } - .col-md-pull-1 { - right: 8.33333%; - } - .col-md-pull-2 { - right: 16.66667%; - } - .col-md-pull-3 { - right: 25%; - } - .col-md-pull-4 { - right: 33.33333%; - } - .col-md-pull-5 { - right: 41.66667%; - } - .col-md-pull-6 { - right: 50%; - } - .col-md-pull-7 { - right: 58.33333%; - } - .col-md-pull-8 { - right: 66.66667%; - } - .col-md-pull-9 { - right: 75%; - } - .col-md-pull-10 { - right: 83.33333%; - } - .col-md-pull-11 { - right: 91.66667%; - } - .col-md-pull-12 { - right: 100%; - } - .col-md-push-0 { - left: auto; - } - .col-md-push-1 { - left: 8.33333%; - } - .col-md-push-2 { - left: 16.66667%; - } - .col-md-push-3 { - left: 25%; - } - .col-md-push-4 { - left: 33.33333%; - } - .col-md-push-5 { - left: 41.66667%; - } - .col-md-push-6 { - left: 50%; - } - .col-md-push-7 { - left: 58.33333%; - } - .col-md-push-8 { - left: 66.66667%; - } - .col-md-push-9 { - left: 75%; - } - .col-md-push-10 { - left: 83.33333%; - } - .col-md-push-11 { - left: 91.66667%; - } - .col-md-push-12 { - left: 100%; - } - .col-md-offset-0 { - margin-left: 0%; - } - .col-md-offset-1 { - margin-left: 8.33333%; - } - .col-md-offset-2 { - margin-left: 16.66667%; - } - .col-md-offset-3 { - margin-left: 25%; - } - .col-md-offset-4 { - margin-left: 33.33333%; - } - .col-md-offset-5 { - margin-left: 41.66667%; - } - .col-md-offset-6 { - margin-left: 50%; - } - .col-md-offset-7 { - margin-left: 58.33333%; - } - .col-md-offset-8 { - margin-left: 66.66667%; - } - .col-md-offset-9 { - margin-left: 75%; - } - .col-md-offset-10 { - margin-left: 83.33333%; - } - .col-md-offset-11 { - margin-left: 91.66667%; - } - .col-md-offset-12 { - margin-left: 100%; - } -} -@media (min-width: 1200px) { - .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { - float: left; - } - .col-lg-1 { - width: 8.33333%; - } - .col-lg-2 { - width: 16.66667%; - } - .col-lg-3 { - width: 25%; - } - .col-lg-4 { - width: 33.33333%; - } - .col-lg-5 { - width: 41.66667%; - } - .col-lg-6 { - width: 50%; - } - .col-lg-7 { - width: 58.33333%; - } - .col-lg-8 { - width: 66.66667%; - } - .col-lg-9 { - width: 75%; - } - .col-lg-10 { - width: 83.33333%; - } - .col-lg-11 { - width: 91.66667%; - } - .col-lg-12 { - width: 100%; - } - .col-lg-pull-0 { - right: auto; - } - .col-lg-pull-1 { - right: 8.33333%; - } - .col-lg-pull-2 { - right: 16.66667%; - } - .col-lg-pull-3 { - right: 25%; - } - .col-lg-pull-4 { - right: 33.33333%; - } - .col-lg-pull-5 { - right: 41.66667%; - } - .col-lg-pull-6 { - right: 50%; - } - .col-lg-pull-7 { - right: 58.33333%; - } - .col-lg-pull-8 { - right: 66.66667%; - } - .col-lg-pull-9 { - right: 75%; - } - .col-lg-pull-10 { - right: 83.33333%; - } - .col-lg-pull-11 { - right: 91.66667%; - } - .col-lg-pull-12 { - right: 100%; - } - .col-lg-push-0 { - left: auto; - } - .col-lg-push-1 { - left: 8.33333%; - } - .col-lg-push-2 { - left: 16.66667%; - } - .col-lg-push-3 { - left: 25%; - } - .col-lg-push-4 { - left: 33.33333%; - } - .col-lg-push-5 { - left: 41.66667%; - } - .col-lg-push-6 { - left: 50%; - } - .col-lg-push-7 { - left: 58.33333%; - } - .col-lg-push-8 { - left: 66.66667%; - } - .col-lg-push-9 { - left: 75%; - } - .col-lg-push-10 { - left: 83.33333%; - } - .col-lg-push-11 { - left: 91.66667%; - } - .col-lg-push-12 { - left: 100%; - } - .col-lg-offset-0 { - margin-left: 0%; - } - .col-lg-offset-1 { - margin-left: 8.33333%; - } - .col-lg-offset-2 { - margin-left: 16.66667%; - } - .col-lg-offset-3 { - margin-left: 25%; - } - .col-lg-offset-4 { - margin-left: 33.33333%; - } - .col-lg-offset-5 { - margin-left: 41.66667%; - } - .col-lg-offset-6 { - margin-left: 50%; - } - .col-lg-offset-7 { - margin-left: 58.33333%; - } - .col-lg-offset-8 { - margin-left: 66.66667%; - } - .col-lg-offset-9 { - margin-left: 75%; - } - .col-lg-offset-10 { - margin-left: 83.33333%; - } - .col-lg-offset-11 { - margin-left: 91.66667%; - } - .col-lg-offset-12 { - margin-left: 100%; - } -} -/*-----------------------------------------------------------------------------------*/ -/* Structure -/*-----------------------------------------------------------------------------------*/ -/*-----------------------------------------------------------------------------------*/ -/* Rahmen -/*-----------------------------------------------------------------------------------*/ -html { - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} - -body { - font-family: "DejaWeb", sans-serif; - display: block; - color: #1a1a1a; - background: #ffffff; - font-size: 16px; - font-size: 1rem; - line-height: 1.35; -} -body.overlay-show { - overflow: hidden; -} -body.blog.slider-on.slider-fullscreen, body.blog.headerimg-on.header-fullscreen { - padding-top: 0; -} - -html.overlay-show { - overflow: hidden; -} - -#site-branding, -.blog-wrap, -.singlepost-wrap, -.recommended-posts-wrap, -#colophon { - padding-left: 5.3125%; - /* 17px at 320px */ - padding-right: 5.3125%; - /* 17px at 320px */ -} - -.mobile-search { - padding-left: 5.3125%; - /* 17px at 320px */ - padding-right: 5.3125%; - /* 17px at 320px */ -} - -#overlay-nav ul li a, #overlay-nav ul ul li a { - padding-left: 5.3125%; - /* 17px at 320px */ - padding-right: 5.3125%; - /* 17px at 320px */ -} - -#mobile-social, -#sidebar-offcanvas .widget, -.front-section { - padding-left: 5.3125%; - /* 17px at 320px */ - padding-right: 5.3125%; - /* 17px at 320px */ -} - -#offcanvas-widgets-open, -.headerimg-on.header-boxed .header-image { - margin-left: 5.3125%; - /* 17px at 320px */ - margin-right: 5.3125%; - /* 17px at 320px */ -} - -#front-section-four .entry-thumbnail a { - width: 130%; -} - -.featured-content, -#front-section-four .type-post { - width: 100%; - overflow: hidden; -} - -/* -.front-section:first-of-type, -.page .content-wrap, -.singlepost-wrap, -.error404 .content-wrap { - padding-top: 60px; -} -*/ -.headerimg-on .front-section:first-of-type { - padding-top: 0; -} - -.front_section_twocolumn_excerpt #front-section-twocolumn .entry-summary { - display: block; -} - -.front_section_threecolumn_excerpt #front-section-threecolumn .entry-summary { - display: block; -} - -.front_section_fourcolumn_excerpt #front-section-fourcolumn .entry-summary { - display: block; -} - -.front_section_sixcolumn_excerpt #front-section-sixcolumn .entry-summary { - display: block; -} - -.front_hidedate .blog .entry-date { - display: none !important; -} - -.front_hidecomments .blog .entry-comments { - display: none !important; -} - -@media screen and (min-width: 64em) { - .page .content-wrap, -.front-section:first-of-type, -.page.has-thumb .blog-wrap, -.search .blog-wrap, -.archive .blog-wrap, -.error404 .content-wrap { - padding-top: 40px; - } - .singlepost-wrap { - padding-top: 20px; - } -} -/*-----------------------------------------------------------------------------------*/ -/* Header -/*-----------------------------------------------------------------------------------*/ -#desktop-navigation, -.header-social, -.search-open, -.desktop-search, -.sticky-header { - display: none; -} - -#site-branding { - position: fixed; - top: 0; - left: 0; - right: 0; - display: block; - padding-top: 5px; - padding-bottom: 5px; - border-bottom: 1px solid #ddd; - z-index: 21; - background: #fff; -} -@media screen and (min-width: 48em) { - #site-branding { - min-height: 46px; - } -} -@media screen and (min-width: 66.25em) { - #site-branding { - position: relative; - width: 87.5%; - margin-left: auto; - margin-right: auto; - padding: 17px 0 0; - border-bottom: none; - background: none; - } -} -.admin-bar #site-branding { - position: absolute; - top: 46px; -} -@media screen and (min-width: 783px) { - .admin-bar #site-branding { - top: 32px; - position: fixed; - } -} -@media screen and (min-width: 66.25em) { - .admin-bar #site-branding { - top: 0; - position: relative; - } -} - -.home.blog.headerimg-on.header-fullscreen #site-branding { - position: absolute; -} - -a.site-logo { - display: none; - line-height: 0; -} -.home a.site-logo { - display: inline-block; -} - -p.site-description { - display: none; -} -@media screen and (min-width: 66.25em) { - p.site-description { - display: block; - text-align: center; - margin: 0; - padding: 4px 0 0 0; - font-size: 12px; - font-size: 0.75rem; - text-transform: uppercase; - letter-spacing: 1px; - } - .hide-tagline p.site-description { - display: none !important; - } -} - -.header-image { - display: block; - position: relative; -} - -.custom-logo-wrap { - margin-left: auto; - margin-right: auto; - text-align: left; - display: block; -} -.custom-logo-wrap a.custom-logo-link img { - vertical-align: middle; - width: auto; - max-width: 300px; - height: 49px; -} - -@media screen and (min-width: 66.25em) { - .sticky-header { - display: block; - position: fixed; - top: 0; - left: 0; - width: 100%; - background: #fff; - min-height: 59px; - transition: transform 0.3s; - -webkit-backface-visibility: hidden; - backface-visibility: hidden; - box-shadow: 0 0 8px rgba(0, 0, 0, 0.25); - z-index: 100000; - } - .sticky-header.hidden { - transform: translateY(-100%); - box-shadow: none; - } - .sticky-header p { - display: none; - font-size: 30px; - font-size: 1.875rem; - } - .hide-header-sticky .sticky-header { - display: none !important; - } - .header-stick .sticky-header p { - display: block; - padding: 8px 0 0 0; - } - .header-stick #overlay-open-sticky { - top: 0px; - z-index: 9999; - } - .header-stick #overlay-open-sticky { - width: 60px; - } - .custom-logo-wrap { - text-align: center; - } - .custom-logo-wrap a.custom-logo-link img { - width: auto; - height: 100px; - max-width: 360px; - } - .sticky-header .custom-logo-wrap { - text-align: center; - margin-left: auto; - margin-right: auto; - } - .sticky-header .custom-logo-wrap .custom-logo-link img { - max-width: 400px; - width: auto; - height: 59px; - } -} -/* - * Menu Settings - */ -/* --- Main Menu --- */ -#overlay-nav { - display: block; -} -#overlay-nav ul { - list-style: none; - margin: 0; - padding: 0; -} -#overlay-nav ul li { - display: block; - margin: 0; - padding: 0; - border-bottom: 1px solid #ddd; -} -#overlay-nav ul ul li { - margin: 0; - padding: 5px 0; - border-bottom: none; -} -#overlay-nav ul li a { - display: block; - padding-top: 15px; - padding-bottom: 15px; -} -#overlay-nav ul ul.sub-menu, #overlay-nav ul ul.children { - display: none; - overflow: hidden; - margin: 0; - padding: 0 0 10px; -} -#overlay-nav ul ul ul.sub-menu, #overlay-nav ul ul ul.children { - margin: 0; - border-top: none; -} -#overlay-nav ul ul li a { - border-bottom: none; - padding-top: 0; - padding-bottom: 0; - font-weight: normal; - line-height: 1.5; - text-transform: none; - letter-spacing: 0; -} - -/* --- Sub Menu Toggle --- */ -.dropdown-toggle { - border: none; - outline: none; -} - -#secondary .dropdown-toggle, -#sidebar-offcanvas .widget-area .dropdown-toggle, -#colophon .dropdown-toggle { - display: none; -} - -.menu-item-has-children, -.page_item_has_children { - position: relative; -} - -.dropdown-toggle { - position: absolute; - top: 0; - right: 5.3125%; - width: 50px; - height: 50px; - background: transparent; -} -.dropdown-toggle:after { - vertical-align: top; - position: absolute; - content: "\f078"; - top: 0; - right: 5.3125%; - width: 50px; - height: 50px; - padding: 13px 0 0 0; - text-align: inherit; - margin-right: -10px; -} -.dropdown-toggle.toggle-on:after { - content: "\f077"; -} - -.sub-menu .menu-item-has-children .dropdown-toggle, -.children .page_item_has_childrenn .dropdown-toggle:after { - width: 30px; - height: 30px; -} - -.sub-menu .menu-item-has-children .dropdown-toggle:after, -.children .page_item_has_children .dropdown-toggle:after { - padding: 4px 0 0 0; -} - -#overlay-nav ul.sub-menu.toggled-on, #overlay-nav ul.children.toggled-on { - display: block !important; -} - -/* --- Overlay - Mobile Social Menu --- */ -.single-attachment .post-navigation a:focus, -.single-attachment .post-navigation a:hover { - border-bottom: 2px solid #51a8dd; -} - -#desktop-navigation ul.menu { - font-family: "roboto", sans-serif; -} -#desktop-navigation ul.menu li.menu-item-has-children > a { - margin-right: 0px; -} -#desktop-navigation ul.menu li.menu-item-has-children > a::after { - margin-left: 5px; - content: "\f0d7"; -} -#desktop-navigation ul.menu li a { - color: #1a1a1a; -} -#desktop-navigation ul.menu li .external a::after { - margin-left: 5px; - content: "\f14c"; -} -#desktop-navigation ul.menu li.current-menu-ancestor a, -#desktop-navigation ul.menu li.focus a, -#desktop-navigation ul.menu li:focus a, -#desktop-navigation ul.menu li:hover a { - border-bottom: 3px solid #ff8800; - color: #1a1a1a; -} -#desktop-navigation ul.menu li.current-menu-ancestor li a, -#desktop-navigation ul.menu li.focus li a, -#desktop-navigation ul.menu li:focus li a, -#desktop-navigation ul.menu li:hover li a { - border-bottom: none; -} - -/* --- Social Media Icons --- */ -#mobile-social { - border-bottom: 1px solid #ddd; -} -#mobile-social li { - padding: 10px 0; -} - -@media screen and (min-width: 64em) { - #desktop-navigation { - display: block; - padding: 0; - } - #desktop-navigation ul { - margin: 0; - padding: 0; - text-align: center; - } - #desktop-navigation ul li { - position: relative; - display: inline-block; - padding: 20px 15px 18px; - } - #desktop-navigation .sub-menu, -#desktop-navigation .children, -#desktop-navigation .dropdown-toggle { - position: absolute; - left: -9999px; - } - #desktop-navigation .sub-menu:hover, #desktop-navigation .sub-menu:focus, #desktop-navigation .sub-menu.focus, -#desktop-navigation .children:hover, -#desktop-navigation .children:focus, -#desktop-navigation .children.focus, -#desktop-navigation .dropdown-toggle:hover, -#desktop-navigation .dropdown-toggle:focus, -#desktop-navigation .dropdown-toggle.focus { - display: block !important; - } - #desktop-navigation .sub-menu .sub-menu { - border-top: 1px solid #ccc; - border-left: 1px solid #ccc; - border-bottom: 1px solid #ccc; - } - #desktop-navigation ul li > ul.focus.sub-menu, #desktop-navigation ul li > ul.focus.children, -#desktop-navigation ul li.focus > ul.sub-menu, -#desktop-navigation ul li.focus > ul.children, -#desktop-navigation ul li:focus > ul.sub-menu, -#desktop-navigation ul li:focus > ul.children, -#desktop-navigation ul li:hover > ul.sub-menu, -#desktop-navigation ul li:hover > ul.children { - display: block; - left: 0; - } - #desktop-navigation ul li > ul.focus.sub-menu li > ul.focus, -#desktop-navigation ul li > ul.focus.sub-menu li.focus > ul, -#desktop-navigation ul li > ul.focus.sub-menu li:focus > ul, -#desktop-navigation ul li > ul.focus.sub-menu li:hover > ul, #desktop-navigation ul li > ul.focus.children li > ul.focus, -#desktop-navigation ul li > ul.focus.children li.focus > ul, -#desktop-navigation ul li > ul.focus.children li:focus > ul, -#desktop-navigation ul li > ul.focus.children li:hover > ul, -#desktop-navigation ul li.focus > ul.sub-menu li > ul.focus, -#desktop-navigation ul li.focus > ul.sub-menu li.focus > ul, -#desktop-navigation ul li.focus > ul.sub-menu li:focus > ul, -#desktop-navigation ul li.focus > ul.sub-menu li:hover > ul, -#desktop-navigation ul li.focus > ul.children li > ul.focus, -#desktop-navigation ul li.focus > ul.children li.focus > ul, -#desktop-navigation ul li.focus > ul.children li:focus > ul, -#desktop-navigation ul li.focus > ul.children li:hover > ul, -#desktop-navigation ul li:focus > ul.sub-menu li > ul.focus, -#desktop-navigation ul li:focus > ul.sub-menu li.focus > ul, -#desktop-navigation ul li:focus > ul.sub-menu li:focus > ul, -#desktop-navigation ul li:focus > ul.sub-menu li:hover > ul, -#desktop-navigation ul li:focus > ul.children li > ul.focus, -#desktop-navigation ul li:focus > ul.children li.focus > ul, -#desktop-navigation ul li:focus > ul.children li:focus > ul, -#desktop-navigation ul li:focus > ul.children li:hover > ul, -#desktop-navigation ul li:hover > ul.sub-menu li > ul.focus, -#desktop-navigation ul li:hover > ul.sub-menu li.focus > ul, -#desktop-navigation ul li:hover > ul.sub-menu li:focus > ul, -#desktop-navigation ul li:hover > ul.sub-menu li:hover > ul, -#desktop-navigation ul li:hover > ul.children li > ul.focus, -#desktop-navigation ul li:hover > ul.children li.focus > ul, -#desktop-navigation ul li:hover > ul.children li:focus > ul, -#desktop-navigation ul li:hover > ul.children li:hover > ul { - top: 15px; - left: 75px; - } - #desktop-navigation ul li > ul.focus.sub-menu li > ul.focus li > ul.focus, -#desktop-navigation ul li > ul.focus.sub-menu li > ul.focus li.focus > ul, -#desktop-navigation ul li > ul.focus.sub-menu li > ul.focus li:focus > ul, -#desktop-navigation ul li > ul.focus.sub-menu li > ul.focus li:hover > ul, -#desktop-navigation ul li > ul.focus.sub-menu li.focus > ul li > ul.focus, -#desktop-navigation ul li > ul.focus.sub-menu li.focus > ul li.focus > ul, -#desktop-navigation ul li > ul.focus.sub-menu li.focus > ul li:focus > ul, -#desktop-navigation ul li > ul.focus.sub-menu li.focus > ul li:hover > ul, -#desktop-navigation ul li > ul.focus.sub-menu li:focus > ul li > ul.focus, -#desktop-navigation ul li > ul.focus.sub-menu li:focus > ul li.focus > ul, -#desktop-navigation ul li > ul.focus.sub-menu li:focus > ul li:focus > ul, -#desktop-navigation ul li > ul.focus.sub-menu li:focus > ul li:hover > ul, -#desktop-navigation ul li > ul.focus.sub-menu li:hover > ul li > ul.focus, -#desktop-navigation ul li > ul.focus.sub-menu li:hover > ul li.focus > ul, -#desktop-navigation ul li > ul.focus.sub-menu li:hover > ul li:focus > ul, -#desktop-navigation ul li > ul.focus.sub-menu li:hover > ul li:hover > ul, #desktop-navigation ul li > ul.focus.children li > ul.focus li > ul.focus, -#desktop-navigation ul li > ul.focus.children li > ul.focus li.focus > ul, -#desktop-navigation ul li > ul.focus.children li > ul.focus li:focus > ul, -#desktop-navigation ul li > ul.focus.children li > ul.focus li:hover > ul, -#desktop-navigation ul li > ul.focus.children li.focus > ul li > ul.focus, -#desktop-navigation ul li > ul.focus.children li.focus > ul li.focus > ul, -#desktop-navigation ul li > ul.focus.children li.focus > ul li:focus > ul, -#desktop-navigation ul li > ul.focus.children li.focus > ul li:hover > ul, -#desktop-navigation ul li > ul.focus.children li:focus > ul li > ul.focus, -#desktop-navigation ul li > ul.focus.children li:focus > ul li.focus > ul, -#desktop-navigation ul li > ul.focus.children li:focus > ul li:focus > ul, -#desktop-navigation ul li > ul.focus.children li:focus > ul li:hover > ul, -#desktop-navigation ul li > ul.focus.children li:hover > ul li > ul.focus, -#desktop-navigation ul li > ul.focus.children li:hover > ul li.focus > ul, -#desktop-navigation ul li > ul.focus.children li:hover > ul li:focus > ul, -#desktop-navigation ul li > ul.focus.children li:hover > ul li:hover > ul, -#desktop-navigation ul li.focus > ul.sub-menu li > ul.focus li > ul.focus, -#desktop-navigation ul li.focus > ul.sub-menu li > ul.focus li.focus > ul, -#desktop-navigation ul li.focus > ul.sub-menu li > ul.focus li:focus > ul, -#desktop-navigation ul li.focus > ul.sub-menu li > ul.focus li:hover > ul, -#desktop-navigation ul li.focus > ul.sub-menu li.focus > ul li > ul.focus, -#desktop-navigation ul li.focus > ul.sub-menu li.focus > ul li.focus > ul, -#desktop-navigation ul li.focus > ul.sub-menu li.focus > ul li:focus > ul, -#desktop-navigation ul li.focus > ul.sub-menu li.focus > ul li:hover > ul, -#desktop-navigation ul li.focus > ul.sub-menu li:focus > ul li > ul.focus, -#desktop-navigation ul li.focus > ul.sub-menu li:focus > ul li.focus > ul, -#desktop-navigation ul li.focus > ul.sub-menu li:focus > ul li:focus > ul, -#desktop-navigation ul li.focus > ul.sub-menu li:focus > ul li:hover > ul, -#desktop-navigation ul li.focus > ul.sub-menu li:hover > ul li > ul.focus, -#desktop-navigation ul li.focus > ul.sub-menu li:hover > ul li.focus > ul, -#desktop-navigation ul li.focus > ul.sub-menu li:hover > ul li:focus > ul, -#desktop-navigation ul li.focus > ul.sub-menu li:hover > ul li:hover > ul, -#desktop-navigation ul li.focus > ul.children li > ul.focus li > ul.focus, -#desktop-navigation ul li.focus > ul.children li > ul.focus li.focus > ul, -#desktop-navigation ul li.focus > ul.children li > ul.focus li:focus > ul, -#desktop-navigation ul li.focus > ul.children li > ul.focus li:hover > ul, -#desktop-navigation ul li.focus > ul.children li.focus > ul li > ul.focus, -#desktop-navigation ul li.focus > ul.children li.focus > ul li.focus > ul, -#desktop-navigation ul li.focus > ul.children li.focus > ul li:focus > ul, -#desktop-navigation ul li.focus > ul.children li.focus > ul li:hover > ul, -#desktop-navigation ul li.focus > ul.children li:focus > ul li > ul.focus, -#desktop-navigation ul li.focus > ul.children li:focus > ul li.focus > ul, -#desktop-navigation ul li.focus > ul.children li:focus > ul li:focus > ul, -#desktop-navigation ul li.focus > ul.children li:focus > ul li:hover > ul, -#desktop-navigation ul li.focus > ul.children li:hover > ul li > ul.focus, -#desktop-navigation ul li.focus > ul.children li:hover > ul li.focus > ul, -#desktop-navigation ul li.focus > ul.children li:hover > ul li:focus > ul, -#desktop-navigation ul li.focus > ul.children li:hover > ul li:hover > ul, -#desktop-navigation ul li:focus > ul.sub-menu li > ul.focus li > ul.focus, -#desktop-navigation ul li:focus > ul.sub-menu li > ul.focus li.focus > ul, -#desktop-navigation ul li:focus > ul.sub-menu li > ul.focus li:focus > ul, -#desktop-navigation ul li:focus > ul.sub-menu li > ul.focus li:hover > ul, -#desktop-navigation ul li:focus > ul.sub-menu li.focus > ul li > ul.focus, -#desktop-navigation ul li:focus > ul.sub-menu li.focus > ul li.focus > ul, -#desktop-navigation ul li:focus > ul.sub-menu li.focus > ul li:focus > ul, -#desktop-navigation ul li:focus > ul.sub-menu li.focus > ul li:hover > ul, -#desktop-navigation ul li:focus > ul.sub-menu li:focus > ul li > ul.focus, -#desktop-navigation ul li:focus > ul.sub-menu li:focus > ul li.focus > ul, -#desktop-navigation ul li:focus > ul.sub-menu li:focus > ul li:focus > ul, -#desktop-navigation ul li:focus > ul.sub-menu li:focus > ul li:hover > ul, -#desktop-navigation ul li:focus > ul.sub-menu li:hover > ul li > ul.focus, -#desktop-navigation ul li:focus > ul.sub-menu li:hover > ul li.focus > ul, -#desktop-navigation ul li:focus > ul.sub-menu li:hover > ul li:focus > ul, -#desktop-navigation ul li:focus > ul.sub-menu li:hover > ul li:hover > ul, -#desktop-navigation ul li:focus > ul.children li > ul.focus li > ul.focus, -#desktop-navigation ul li:focus > ul.children li > ul.focus li.focus > ul, -#desktop-navigation ul li:focus > ul.children li > ul.focus li:focus > ul, -#desktop-navigation ul li:focus > ul.children li > ul.focus li:hover > ul, -#desktop-navigation ul li:focus > ul.children li.focus > ul li > ul.focus, -#desktop-navigation ul li:focus > ul.children li.focus > ul li.focus > ul, -#desktop-navigation ul li:focus > ul.children li.focus > ul li:focus > ul, -#desktop-navigation ul li:focus > ul.children li.focus > ul li:hover > ul, -#desktop-navigation ul li:focus > ul.children li:focus > ul li > ul.focus, -#desktop-navigation ul li:focus > ul.children li:focus > ul li.focus > ul, -#desktop-navigation ul li:focus > ul.children li:focus > ul li:focus > ul, -#desktop-navigation ul li:focus > ul.children li:focus > ul li:hover > ul, -#desktop-navigation ul li:focus > ul.children li:hover > ul li > ul.focus, -#desktop-navigation ul li:focus > ul.children li:hover > ul li.focus > ul, -#desktop-navigation ul li:focus > ul.children li:hover > ul li:focus > ul, -#desktop-navigation ul li:focus > ul.children li:hover > ul li:hover > ul, -#desktop-navigation ul li:hover > ul.sub-menu li > ul.focus li > ul.focus, -#desktop-navigation ul li:hover > ul.sub-menu li > ul.focus li.focus > ul, -#desktop-navigation ul li:hover > ul.sub-menu li > ul.focus li:focus > ul, -#desktop-navigation ul li:hover > ul.sub-menu li > ul.focus li:hover > ul, -#desktop-navigation ul li:hover > ul.sub-menu li.focus > ul li > ul.focus, -#desktop-navigation ul li:hover > ul.sub-menu li.focus > ul li.focus > ul, -#desktop-navigation ul li:hover > ul.sub-menu li.focus > ul li:focus > ul, -#desktop-navigation ul li:hover > ul.sub-menu li.focus > ul li:hover > ul, -#desktop-navigation ul li:hover > ul.sub-menu li:focus > ul li > ul.focus, -#desktop-navigation ul li:hover > ul.sub-menu li:focus > ul li.focus > ul, -#desktop-navigation ul li:hover > ul.sub-menu li:focus > ul li:focus > ul, -#desktop-navigation ul li:hover > ul.sub-menu li:focus > ul li:hover > ul, -#desktop-navigation ul li:hover > ul.sub-menu li:hover > ul li > ul.focus, -#desktop-navigation ul li:hover > ul.sub-menu li:hover > ul li.focus > ul, -#desktop-navigation ul li:hover > ul.sub-menu li:hover > ul li:focus > ul, -#desktop-navigation ul li:hover > ul.sub-menu li:hover > ul li:hover > ul, -#desktop-navigation ul li:hover > ul.children li > ul.focus li > ul.focus, -#desktop-navigation ul li:hover > ul.children li > ul.focus li.focus > ul, -#desktop-navigation ul li:hover > ul.children li > ul.focus li:focus > ul, -#desktop-navigation ul li:hover > ul.children li > ul.focus li:hover > ul, -#desktop-navigation ul li:hover > ul.children li.focus > ul li > ul.focus, -#desktop-navigation ul li:hover > ul.children li.focus > ul li.focus > ul, -#desktop-navigation ul li:hover > ul.children li.focus > ul li:focus > ul, -#desktop-navigation ul li:hover > ul.children li.focus > ul li:hover > ul, -#desktop-navigation ul li:hover > ul.children li:focus > ul li > ul.focus, -#desktop-navigation ul li:hover > ul.children li:focus > ul li.focus > ul, -#desktop-navigation ul li:hover > ul.children li:focus > ul li:focus > ul, -#desktop-navigation ul li:hover > ul.children li:focus > ul li:hover > ul, -#desktop-navigation ul li:hover > ul.children li:hover > ul li > ul.focus, -#desktop-navigation ul li:hover > ul.children li:hover > ul li.focus > ul, -#desktop-navigation ul li:hover > ul.children li:hover > ul li:focus > ul, -#desktop-navigation ul li:hover > ul.children li:hover > ul li:hover > ul { - top: 15px; - left: 75px; - } - #desktop-navigation ul ul.sub-menu, #desktop-navigation ul ul.children { - position: absolute; - margin: 18px 0 0 0; - min-width: 230px; - max-width: 300px; - padding: 0; - text-align: left; - color: #fff; - background: #1a1a1a; - z-index: 100000; - } - #desktop-navigation .sub-menu li a, -#desktop-navigation .children li a { - display: block; - padding: 10px 15px; - font-size: 0.875rem; - line-height: 1.313rem; - color: #fff !important; - text-transform: none; - font-weight: normal; - letter-spacing: 0; - } - #desktop-navigation .sub-menu li, -#desktop-navigation .children li { - padding: 0; - display: block; - } -} -/* --- Skiplinks --- */ -#skiplinks { - position: relative; - left: 0; - width: 100%; - margin-left: 0; - text-align: center; - list-style: outside none; -} -#skiplinks ul { - margin: 0; -} -#skiplinks li { - list-style-type: none; -} -#skiplinks a { - position: absolute; - left: -99999px; - top: 150px; -} -#skiplinks a:focus, -#skiplinks a:active { - font-size: 1rem; - line-height: 1.5rem; - position: relative; - display: block; - z-index: 9999; - height: auto; - margin: 0 auto; - text-align: center; - text-decoration: none; - color: #fff; - background: #672082; - left: 0; - top: 0; -} - -/*-----------------------------------------------------------------------------------*/ -/* Festgelegte Bereiche zur Suche -/*-----------------------------------------------------------------------------------*/ -.search-open { - border-width: 1px; - border-style: solid; - border-radius: 50%; -} -.search-open :focus, -.search-open :hover { - border-radius: 50%; -} -.search-open:before { - font-size: 1.125rem; - line-height: 1.688rem; -} -.no-js .search-open { - display: none; -} - -#footer-search { - font-size: 0.937rem; - line-height: 1.407rem; -} -#footer-search .search-field { - border-width: 1px; - border-style: solid; - padding: 5px; - letter-spacing: 0.5px; - font-weight: bolder; -} -#footer-search input#submit, -#footer-search input[type=submit] { - border-width: 1px; - border-style: solid; - padding: 5px; -} - -@media screen and (min-width: 66.25em) { - /* --- Search Desktop --- */ - #masthead { - position: relative; - border-bottom-width: 1px; - border-bottom-style: solid; - } - .search-open, -.desktop-search { - display: block; - } - .search-open { - position: absolute; - top: 50px; - left: 9.2361111111%; - right: auto; - border: none; - z-index: 1000; - padding: 0; - overflow: hidden; - display: inline-block; - width: 25px; - height: 25px; - text-align: center; - vertical-align: middle; - border-radius: 50%; - } - .search-open:before { - vertical-align: middle; - text-align: center; - } - .desktop-search { - position: absolute; - top: 100%; - width: 100%; - opacity: 0; - height: 0; - z-index: 10000; - text-align: center; - border-top-width: 1px; - border-top-style: solid; - transition: all 0.3s ease-in-out; - } - .desktop-search input.search-field { - width: 33%; - border-top: 0; - border-left: 0; - border-right: 0; - border-bottom-width: 1px; - border-bottom-style: solid; - padding: 9px 0; - letter-spacing: 0.5px; - font-weight: bolder; - } - .desktop-search input[type=submit] { - margin-left: 10px; - padding: 8px 20px; - border-width: 2px; - border-style: solid; - font-size: 15px; - font-size: 0.9375rem; - text-transform: uppercase; - letter-spacing: 3px; - } - .desktop-search .searchform { - height: 0; - transition: all 0.3s ease-in-out; - } - .searchbar-maincolor .desktop-search input.search-field:hover, .searchbar-maincolor .desktop-search input.search-field:focus { - padding-left: 10px; - } - .searchbar-maincolor .desktop-search input[type=submit] { - font-weight: bold; - } - .searchbar-maincolor .desktop-search input[type=submit]:focus, .searchbar-maincolor .desktop-search input[type=submit]:hover { - font-weight: bolder; - } - .desktop-search-show .desktop-search { - position: absolute; - top: 100%; - opacity: 1; - height: 118px; - transition: all 0.3s ease-in-out; - } - .desktop-search-show .desktop-search .searchform { - height: 118px; - padding-top: 35px; - transition: all 0.3s ease-in-out; - } - .desktop-search .header-stick #search-open-sticky { - z-index: 9999; - } - .desktop-search .header-stick .desktop-search { - position: fixed; - top: 59px; - border-top: none; - height: 0; - transition: all 0.3s ease-in-out; - } - .desktop-search .header-stick.desktop-search-show .desktop-search { - height: 118px; - } - #overlay-open-sticky { - position: absolute; - height: 59px; - text-align: center; - top: 0px; - left: 10px; - width: 59px; - } - #search-open-sticky { - top: 17px; - left: 69px; - } -} -/*-----------------------------------------------------------------------------------*/ -/* Main -/*-----------------------------------------------------------------------------------*/ -main { - position: relative; - top: 60px; -} -@media screen and (min-width: 1024px) { - main { - top: -14px; - } -} -@media screen and (min-width: 66.25em) { - main { - top: 0px; - } -} - -/*-----------------------------------------------------------------------------------*/ -/* Front Page - Post Sections -/*-----------------------------------------------------------------------------------*/ -.front-section { - margin: 0 auto; - padding-bottom: 70px; -} - -.front-section-title { - position: relative; - display: block; - padding: 3px 130px 20px 0; -} - -.social-front-title { - position: relative; - display: block; - padding: 3px 130px 20px 0; - padding-right: 0; -} - -.shortcode-section a.all-posts-link, -.front-section a.all-posts-link, -.big-instagram-wrap .null-instagram-feed .clear { - position: absolute; - top: 11px; - right: -2px; - display: block; - text-transform: uppercase; - letter-spacing: 3px; - font-weight: 600; -} - -.sidebar-offcanvas .null-instagram-feed .clear, -.sidebar .null-instagram-feed .clear { - position: absolute; - top: 16px; - right: 0; - display: block; - margin: 0; -} - -.front-section a.all-posts-link:after { - content: "→"; - text-align: right; - padding-left: 3px; -} -.front-section .type-post { - position: relative; - display: block; - margin: 0; - padding: 20px 0 35px; - border-top: 1px solid #1a1a1a; -} - -/* --- Front Section - Meta Info --- */ -.section-two-column-one .entry-author, -.section-three-column-one .entry-author { - font-weight: 600; -} - -.section-two-column-one .entry-date:before, -.section-three-column-one .entry-date:before { - content: " / "; - padding: 0 2px; -} - -.section-one-column-one .entry-header { - padding: 15px 0 0px; -} -.section-one-column-one .entry-author { - font-weight: 600; -} -.section-one-column-one .entry-date:before { - content: " / "; - padding: 0 2px; -} -.section-one-column-one .entry-comments, -.section-one-column-one .entry-edit { - margin-left: 20px; -} -.section-one-column-one .entry-summary { - padding: 0 0 20px; - line-height: 1.35; -} -.section-one-column-one .entry-cats { - top: 60px; - left: 40px; -} -.section-one-column-one .entry-meta { - margin-bottom: 15px; -} - -.section-two-column-one .entry-comments, -.section-two-column-one .entry-edit { - margin-left: 20px; -} - -.section-three-column-one .entry-comments, .section-three-column-one .entry-edit { - margin-left: 20px; -} - -/* --- Front Section Small Posts --- */ -.section-one-column-two, -.section-two-column-two { - display: block; - overflow: hidden; -} - -.section-one-column-two .type-post:nth-of-type(n+2), -.section-two-column-two .type-post, -.section-fourcolumn-postwrap .type-post, -.section-sixcolumn-postwrap .type-post { - width: 47.8134110787%; -} - -.section-one-column-two .type-post:nth-of-type(2), .section-one-column-two .type-post:nth-of-type(4) { - float: left; - margin-right: 2.1865889213%; - clear: left; -} - -.section-two-column-two .type-post:nth-of-type(1), .section-two-column-two .type-post:nth-of-type(3), .section-two-column-two .type-post:nth-of-type(5), .section-two-column-two .type-post:nth-of-type(7) { - float: left; - margin-right: 2.1865889213%; - clear: left; -} - -.section-fourcolumn-postwrap .type-post:nth-of-type(odd), -.section-sixcolumn-postwrap .type-post:nth-of-type(odd) { - float: left; - margin-right: 2.1865889213%; - clear: left; -} - -.section-one-column-two .type-post:nth-of-type(3), .section-one-column-two .type-post:nth-of-type(5) { - float: right; - margin-left: 2.1865889213%; - clear: right; -} - -.section-two-column-two .type-post:nth-of-type(2), .section-two-column-two .type-post:nth-of-type(4), .section-two-column-two .type-post:nth-of-type(6), .section-two-column-two .type-post:nth-of-type(8) { - float: right; - margin-left: 2.1865889213%; - clear: right; -} - -.section-fourcolumn-postwrap .type-post:nth-of-type(even), -.section-sixcolumn-postwrap .type-post:nth-of-type(even) { - float: right; - margin-left: 2.1865889213%; - clear: right; -} - -#front-section-one .section-one-column-two .type-post:nth-of-type(4), #front-section-one .section-one-column-two .type-post:nth-of-type(5) { - padding-bottom: 0; -} - -#front-section-two .section-two-column-two .type-post:nth-of-type(7), #front-section-two .section-two-column-two .type-post:nth-of-type(8) { - padding-bottom: 0; -} - -.section-fourcolumn-postwrap .type-post:last-child, .section-fourcolumn-postwrap .type-post:nth-last-child(2) { - padding-bottom: 0; -} - -.section-sixcolumn-postwrap .type-post:last-child, .section-sixcolumn-postwrap .type-post:nth-last-child(2) { - padding-bottom: 0; -} - -.section-two-column-one .entry-header, -.section-three-column-one .entry-header { - padding: 15px 0 10px; -} - -.section-two-column-one .entry-summary, -.section-three-column-one .entry-summary { - padding: 0 0 20px; - line-height: 1.35; -} - -.columns-wrap .entry-header { - padding: 8px 0 0 0; -} -.columns-wrap .entry-header h2.entry-title { - padding: 8px 0 0 0; -} -.columns-wrap .entry-summary { - padding: 8px 0 0 0; -} - -/* --- Front Section 3 (on Background) --- */ -#front-section-three { - width: 100%; - background: #f4f4f4; - margin-left: 0; - margin-right: 0; - margin-bottom: 70px; - padding-top: 35px; - padding-bottom: 35px; -} -#front-section-three h3.front-section-title { - position: relative; - display: block; - padding: 8px 0 20px; - border-top: none; -} -#front-section-three h3.front-section-title:before { - content: " "; - border-top: 4px solid #1a1a1a; - width: 50px; - position: absolute; - top: 0; - left: 0; -} - -#big-footer-feature h3.footer-feature-title:before { - content: " "; - border-top: 4px solid #1a1a1a; - width: 50px; - position: absolute; - top: 0; - left: 0; - border-top: 4px solid #fff; -} - -#front-section-three a.all-posts-link { - border: 2px solid #2b2b2b; - padding: 4px 6px; - top: 2px; -} -#front-section-three a.all-posts-link:after { - display: none; -} -#front-section-three .section-three-column-one .type-post { - border-top: none; - padding-top: 0; -} - -.section-three-column-two .entry-thumbnail { - width: 50%; - float: left; - padding-right: 4.6875%; - padding-bottom: 35px; -} -.section-three-column-two .entry-header { - width: 50%; - float: left; -} -.section-three-column-two .type-post { - clear: both; -} -.section-three-column-two .type-post .entry-header h2.entry-title { - padding: 0; -} -.section-three-column-two .type-post:last-of-type .entry-thumbnail { - padding-bottom: 0; -} - -/* --- Front Section Four (Fullwidth) --- */ -#front-section-four { - padding-left: 0; - padding-right: 0; -} -#front-section-four .type-post { - position: relative; - padding: 0; - border-top: none; -} -#front-section-four .type-post .entry-summary, #front-section-four .type-post .entry-author { - display: none; -} -#front-section-four .type-post .entry-thumbnail img { - width: 100%; -} -#front-section-four .meta-main-wrap { - display: block; - padding-left: 5.3125%; - padding-right: 5.3125%; - padding-bottom: 17px; -} - -/* --- Front Section About (About Info + Social Menu) --- */ -.section-about-column-one { - padding: 0; - overflow: hidden; -} -.section-about-column-one .front-section-title { - border-bottom: 1px solid #1a1a1a; - margin-bottom: 20px; -} - -.front-about-img { - width: 50%; - float: left; - clear: left; - padding-right: 2.34375%; -} - -.section-about-column-one p { - display: block; - margin: 0; - clear: right; - float: left; - width: 50%; - padding-left: 2.34375%; -} -.section-about-column-one p cite { - display: block; - padding: 20px 0 0 0; - font-weight: 600; - letter-spacing: 3px; - text-transform: uppercase; - font-style: normal; -} - -.section-about-column-two { - padding-top: 60px; -} - -/* --- Front Section - Columns --- */ -#front-section-twocolumn .type-post:last-of-type, -#front-section-threecolumn .type-post:last-of-type { - padding-bottom: 0; -} - -#front-section-twocolumn .entry-summary, -#front-section-threecolumn .entry-summary, -#front-section-fourcolumn .entry-summary, -#front-section-sixcolumn .entry-summary { - display: none; -} - -.blog-wrap h3.blog-title, -.archive-header h1.archive-title { - display: block; - padding: 3px 0 20px; -} - -/* --- Blog Front: Posts --- */ -.site-content .hentry { - position: relative; -} -.site-content .hentry .entry-meta, .site-content .hentry .entry-author { - display: none; -} - -.blog-wrap:last-child .hentry { - padding-bottom: 34px; -} - -.comment-name { - display: none; -} - -.entry-author span { - padding-right: 4px; -} - -.page #primary .blogroll .hentry .entry-thumbnail, -.blog #primary .hentry .entry-thumbnail, -.archive #primary .hentry .entry-thumbnail, -.search-results #primary .hentry .entry-thumbnail { - width: 32.1875%; - /* -- 103px at 320px ---*/ - margin: 0 0 0 10px; - float: right; -} - -.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) { - margin-left: -5.9440559441%; - margin-right: -5.9440559441%; - margin-bottom: 34px; - padding: 0; - border-top: 0; -} -.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-thumbnail { - width: 100%; - margin: 0; - float: none; -} -.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-thumbnail img { - width: 100%; -} -.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .meta-main-wrap { - width: 100%; - padding: 0 5.3125% 28px; -} -.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-meta { - float: none; -} -.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-summary { - display: none; -} -.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-title a { - text-shadow: 1px 2px 2px black; -} - -/* --- Blog Front: Bigger Posts --- */ -#front-section-four .entry-date { - padding-right: 20px; -} - -.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-author { - font-weight: 600; -} -.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-meta { - display: block; - position: absolute; - width: 80.4347826087%; - left: 5.3125%; - bottom: 17px; -} - -#front-section-four .entry-edit { - display: none; -} - -.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-edit, -.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-author { - display: none; -} - -@media screen and (min-width: 37.5em) { - #front-section-twocolumn .entry-summary, -#front-section-threecolumn .entry-summary, -#front-section-fourcolumn .entry-summary, -#front-section-sixcolumn .entry-summary { - display: inline-block; - } - #front-section-four .entry-edit { - display: inline-block; - } - .blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-edit, -.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-author { - display: inline-block; - } - .blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-edit:after, -.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-author:after { - content: " / "; - } - .blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-edit { - padding-left: 20px; - } - .no-author .entry-date:before { - content: ""; - padding: 0; - } - #front-section-four .entry-edit { - padding-left: 20px; - } - .entry-content p.pull-left, .entry-content p.pull-right { - width: 48%; - } - .entry-content p.pull-left { - float: left; - margin-right: 20px; - } - .entry-content p.pull-right { - float: right; - margin-left: 20px; - text-align: right; - } - /* --- Front Section 2-column --- */ - #front-section-twocolumn .type-post { - width: 47.8134110787%; - float: left; - } - #front-section-twocolumn .type-post:nth-of-type(odd) { - margin-right: 2.1865889213%; - clear: left; - } - #front-section-twocolumn .type-post:nth-of-type(even) { - margin-left: 2.1865889213%; - clear: right; - } - #front-section-twocolumn .type-post:nth-last-of-type(2) { - padding-bottom: 0; - } -} -@media screen and (min-width: 48em) { - #front-section-four .format-video .entry-thumbnail a:before, -.section-three-column-one .format-video .entry-thumbnail a:before { - width: 60px; - height: 42px; - padding: 22px 0 0 24px; - font-size: 16px; - } - /* --- Featured Posts Slider + Header Image --- */ - .featured-content { - padding-bottom: 60px; - min-height: 400px; - } - .header-image { - margin-bottom: 60px; - } - #front-section-four .meta-main-wrap { - padding-bottom: 35px; - } - /* --- Front Page - Sections --- */ - .front-section { - padding-bottom: 75px; - } - .front-section a.all-posts-link { - top: 25px; - } - /* --- Front Section Two --- */ - .section-two-column-two .type-post { - width: 22.2891566265%; - } - .section-two-column-two .type-post:nth-of-type(1), .section-two-column-two .type-post:nth-of-type(2), .section-two-column-two .type-post:nth-of-type(3), .section-two-column-two .type-post:nth-of-type(5), .section-two-column-two .type-post:nth-of-type(6), .section-two-column-two .type-post:nth-of-type(7) { - float: left; - margin-right: 3.6144578313%; - margin-left: 0; - clear: none; - } - .section-two-column-two .type-post:nth-of-type(1), .section-two-column-two .type-post:nth-of-type(5) { - clear: left; - } - .section-two-column-two .type-post:nth-of-type(4), .section-two-column-two .type-post:nth-of-type(8) { - float: right; - margin: 0; - clear: right; - } - .front-section .section-two-column-two .type-post:nth-of-type(5), .front-section .section-two-column-two .type-post:nth-of-type(6), .front-section .section-two-column-two .type-post:nth-of-type(7), .front-section .section-two-column-two .type-post:nth-of-type(8) { - padding-bottom: 0; - } - /* --- Front Section Three --- */ - #front-section-three { - padding-top: 75px; - padding-bottom: 75px; - } - #front-section-three h3.front-section-title { - padding-bottom: 40px; - } - #front-section-three a.all-posts-link { - padding: 8px 20px; - top: 0; - } - .section-three-column-two .entry-thumbnail { - padding-bottom: 0; - } - .section-three-column-two .type-post:nth-of-type(1), .section-three-column-two .type-post:nth-of-type(3) { - width: 47.8102189781%; - float: left; - clear: left; - } - .section-three-column-two .type-post:nth-of-type(2), .section-three-column-two .type-post:nth-of-type(4) { - width: 47.8102189781%; - float: right; - clear: right; - } - .section-three-column-two .type-post:nth-of-type(3), .section-three-column-two .type-post:nth-of-type(4) { - padding-bottom: 0; - } - /* --- Front Section Columns --- */ - #front-section-threecolumn .type-post { - width: 30.4233333333%; - float: left; - } - .section-sixcolumn-postwrap .type-post { - width: 30.4233333333%; - float: left; - } - .section-sixcolumn-postwrap .type-post:nth-of-type(even) { - float: left; - clear: none; - margin-left: 0; - } - .section-sixcolumn-postwrap .type-post:nth-of-type(odd) { - clear: none; - margin-right: 0; - } - #front-section-threecolumn .type-post:nth-of-type(3n+1), -.section-sixcolumn-postwrap .type-post:nth-of-type(3n+1) { - margin-right: 2.9%; - clear: left; - } - #front-section-threecolumn .type-post:nth-of-type(3n+2), -.section-sixcolumn-postwrap .type-post:nth-of-type(3n+2) { - margin-left: 1.455%; - margin-right: 1.455%; - } - #front-section-threecolumn .type-post:nth-of-type(3n+3), -.section-sixcolumn-postwrap .type-post:nth-of-type(3n+3) { - margin-left: 2.915%; - clear: right; - } - .section-fourcolumn-postwrap .type-post { - width: 22.2891566265%; - margin-right: 3.6144578313%; - float: left; - clear: none; - } - .section-fourcolumn-postwrap .type-post:nth-of-type(odd), .section-fourcolumn-postwrap .type-post:nth-of-type(even) { - clear: none; - margin-left: 0; - margin-right: 3.6144578313%; - float: left; - } - .section-fourcolumn-postwrap .type-post:nth-of-type(4n+1) { - clear: left; - } - .section-fourcolumn-postwrap .type-post:nth-of-type(4n+4) { - margin-right: 0; - clear: right; - } - #front-section-threecolumn .type-post:last-child, #front-section-threecolumn .type-post:nth-last-child(2), #front-section-threecolumn .type-post:nth-last-child(3) { - padding-bottom: 0; - } - .section-fourcolumn-postwrap .type-post:last-child, .section-fourcolumn-postwrap .type-post:nth-last-child(2), .section-fourcolumn-postwrap .type-post:nth-last-child(3), .section-fourcolumn-postwrap .type-post:nth-last-child(4) { - padding-bottom: 0; - } - .section-sixcolumn-postwrap .type-post:nth-last-child(3) { - padding-bottom: 0; - } - /* --- Front Page - Blog --- */ - .blog-wrap:last-child .hentry { - padding-bottom: 40px; - } - /* --- Blog - default --- */ - .blog #primary .hentry .entry-meta, -.archive #primary .hentry .entry-meta, -.search-results #primary .hentry .entry-meta { - width: 25.4901960784%; - /* -- 130px at 1440px ---*/ - float: left; - display: block; - } - .blog #primary .hentry .entry-main, -.archive #primary .hentry .entry-main, -.search-results #primary .hentry .entry-main { - width: 74.5098039216%; - /* -- 380px at 1440px ---*/ - float: left; - margin-bottom: 20px; - } - .blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-main { - width: 100%; - float: none; - } - .blog #primary .hentry .entry-thumbnail { - width: 36.1445783133%; - /* -- 300px at 1440px ---*/ - } - .archive #primary .hentry .entry-thumbnail, -.search-results #primary .hentry .entry-thumbnail { - width: 36.1445783133%; - /* -- 300px at 1440px ---*/ - } - .blog #primary .hentry .meta-main-wrap, -.archive #primary .hentry .meta-main-wrap, -.search-results #primary .hentry .meta-main-wrap { - width: 61.4457831325%; - /* -- 510px at 1440px ---*/ - float: left; - } - /* --- Blog - default Bigger Posts --- */ - .blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) { - margin-top: 40px; - margin-bottom: 80px; - } - .blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .meta-main-wrap { - padding: 0 5.3125% 64px; - } - .blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-meta { - width: 80.4347826087%; - left: 5.3125%; - bottom: 35px; - } - .blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats { - padding-bottom: 8px; - } -} -@media screen and (min-width: 64em) { - #front-section-four .entry-thumbnail a { - width: 100%; - } - .section-about-column-one p { - padding-left: 1.6%; - width: 67.2%; - } -} -@media screen and (min-width: 66.25em) { - body, -.inner-offcanvas-wrap, -.featured-content { - padding-top: 0; - } - .blog.headerimg-on #masthead { - margin-bottom: 0; - border-bottom: none; - } - .blog #masthead { - margin-bottom: 60px; - } - .blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) { - margin-left: -10.843373494%; - margin-right: 0; - } - .blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) img.wp-post-image { - width: 100%; - } - .blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .meta-main-wrap { - padding-left: 9.7826086957%; - } - .blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-meta { - left: 9.7826086957%; - } - .blog #primary .hentry.has-post-thumbnail.format-video:nth-child(4n+1) .entry-thumbnail a:before { - left: 9.7826086957%; - top: 35px; - } - .blog.sidebar-left #primary .hentry.has-post-thumbnail:nth-child(4n+1) { - margin-right: -10.843373494%; - margin-left: 0; - } - .blog.sidebar-left #primary .hentry.has-post-thumbnail:nth-child(4n+1) .meta-main-wrap { - padding-left: 40px; - padding-right: 9.7826086957%; - } - .blog.sidebar-left #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-meta, .blog.no-sidebar #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-meta { - left: 40px; - } - .blog.no-sidebar #primary .hentry.has-post-thumbnail:nth-child(4n+1) { - margin-left: auto; - } - .blog.no-sidebar #primary .hentry.has-post-thumbnail:nth-child(4n+1) .meta-main-wrap { - padding-left: 40px; - } - .home.blog.slider-on.slider-fullscreen #site-branding, .home.blog.headerimg-on.header-fullscreen #site-branding { - position: relative; - } - .home.blog.headerimg-on.header-fullscreen #masthead .site-header-content, .home.blog.slider-on.slider-fullscreen #masthead .site-header-content { - position: absolute; - top: 0; - left: 0; - right: 0; - border-bottom: none; - z-index: 1000000; - } - .blog-wrap { - padding-left: 0; - padding-right: 0; - } - .section-one-column-one .type-post .entry-summary, -.section-about-column-one p { - font-size: 32px; - font-size: 2rem; - line-height: 1.25; - } - .section-one-column-one { - width: 65.873015873%; - /* -- 830px at 1440px ---*/ - float: left; - } - .section-one-column-one .type-post { - padding-bottom: 0; - } - .section-one-column-two { - width: 31.746031746%; - /* -- 400px at 1440px ---*/ - float: right; - } - .section-one-column-one .entry-header { - padding: 25px 0 0; - } - .section-one-column-one .entry-summary { - padding: 0 0 35px; - } - .section-three-column-one .entry-summary { - padding: 0 0 35px; - } - .columns-wrap .entry-header { - padding: 12px 0 0 0; - } - /* --- Front Section Two --- */ - .section-two-column-one { - width: 31.746031746%; - /* -- 400px at 1440px ---*/ - float: left; - } - .section-two-column-two { - width: 65.873015873%; - /* -- 830px at 1440px ---*/ - float: right; - } - .section-two-column-one .entry-header { - padding: 20px 0 0 0; - } - .section-two-column-one .entry-header h2.entry-title { - padding: 10px 0 20px; - } - .shortcode-section .section-two-column-one .type-post, -.front-section .section-two-column-one .type-post { - padding-bottom: 0; - } - /* --- Front Section Three (on Background) --- */ - #front-section-three { - padding-left: 6.25%; - padding-right: 6.25%; - } - .section-three-column-one { - padding-bottom: 50px; - clear: both; - overflow: hidden; - } - .section-three-column-one .entry-thumbnail { - width: 48.8095238095%; - /* -- 615px at 1440px ---*/ - float: right; - } - .section-three-column-one .entry-cats { - top: 30px; - left: 53.5714285714%; - /* -- 675px at 1440px ---*/ - } - .section-three-column-one .entry-header, .section-three-column-one .entry-summary, .section-three-column-one .entry-meta { - width: 48.8095238095%; - /* -- 615px at 1440px ---*/ - float: left; - clear: left; - } - .section-three-column-one .entry-header { - padding-top: 0; - } - .section-three-column-one .entry-header h2.entry-title { - padding-top: 0; - } - .section-three-column-two .type-post { - width: 23.2142857143% !important; - float: left !important; - padding-bottom: 0 !important; - } - .section-three-column-two .type-post .entry-header h2.entry-title { - padding-bottom: 0; - } - .section-three-column-two .type-post:nth-of-type(2), .section-three-column-two .type-post:nth-of-type(3) { - clear: none; - margin-right: 2.380952381%; - } - .section-three-column-two .type-post:nth-of-type(1) { - clear: left; - margin-right: 2.380952381%; - } - .section-three-column-two .type-post:nth-of-type(4) { - clear: right; - } - /* --- Front Section Four (on Background) --- */ - #front-section-four .meta-main-wrap { - padding-left: 6.25%; - padding-right: 6.25%; - } - #front-section-four .format-video .entry-thumbnail a:before { - left: 6.25%; - top: 40px; - } - #front-section-four .meta-main-wrap .entry-header { - width: 65.873015873%; - /* -- 830px at 1440px ---*/ - } - #front-section-four .meta-main-wrap .entry-meta { - padding-top: 20px; - } - /* --- Front Section About --- */ - .section-about-column-one { - width: 74.4047619048%; - /* -- 937px at 1440px ---*/ - float: left; - } - .section-about-column-two { - width: 23.2142857143%; - /* -- 292px at 1440px ---*/ - float: right; - padding: 0; - } - /* --- Front Section Columns --- */ - #front-section-twocolumn .type-post { - width: 48.8095238095%; - } - #front-section-twocolumn .type-post:nth-of-type(odd) { - margin-right: 1.1904761905%; - } - #front-section-twocolumn .type-post:nth-of-type(even) { - margin-left: 1.1904761905%; - } - #front-section-threecolumn .type-post { - width: 31.7460333333%; - } - #front-section-threecolumn .type-post:nth-of-type(3n+1) { - margin-right: 1.5873%; - } - #front-section-threecolumn .type-post:nth-of-type(3n+2) { - margin-left: 0.79365%; - margin-right: 0.79365%; - } - #front-section-threecolumn .type-post:nth-of-type(3n+3) { - margin-left: 1.5873%; - } - .section-fourcolumn-postwrap .type-post { - width: 23.2142857143%; - margin-right: 2.380952381%; - /* 30px at 1440px */ - float: left; - clear: none; - } - .section-fourcolumn-postwrap .type-post:nth-of-type(odd), .section-fourcolumn-postwrap .type-post:nth-of-type(even) { - margin-right: 2.380952381%; - } - .section-fourcolumn-postwrap .type-post:nth-of-type(4n+1) { - clear: left; - } - .section-fourcolumn-postwrap .type-post:nth-of-type(4n+4) { - margin-right: 0; - clear: right; - } - .section-sixcolumn-postwrap .type-post { - width: 14.6825396825%; - margin-right: 2.380952381% !important; - margin-left: 0; - float: left; - clear: none; - } - .section-sixcolumn-postwrap .type-post:nth-of-type(3n+1) { - clear: none; - } - .section-sixcolumn-postwrap .type-post:nth-of-type(3n+2) { - margin-left: 0; - } - .section-sixcolumn-postwrap .type-post:nth-of-type(3n+3) { - margin-left: 0; - clear: none; - } - .section-sixcolumn-postwrap .type-post:nth-of-type(6n+1) { - clear: left; - } - .section-sixcolumn-postwrap .type-post:nth-of-type(6n+6) { - clear: right; - margin-right: 0 !important; - } - .section-sixcolumn-postwrap .type-post:nth-last-child(4), .section-sixcolumn-postwrap .type-post:nth-last-child(5), .section-sixcolumn-postwrap .type-post:nth-last-child(6) { - padding-bottom: 0; - } - #front-section-twocolumn .entry-header, -#front-section-threecolumn .entry-header, -#front-section-fourcolumn .entry-header { - padding: 20px 0 0 0; - } - #front-section-twocolumn .entry-summary, -#front-section-threecolumn .entry-summary, -#front-section-fourcolumn .entry-summary { - padding: 12px 0 0 0; - } -} -@media screen and (min-width: 85em) { - .section-three-column-one .type-post .entry-summary, -.section-about-column-one p { - font-size: 34px; - font-size: 2.125rem; - line-height: 1.3; - } - .section-about-column-one p cite { - padding: 30px 0 0 0; - } - .section-one-column-one .format-video .entry-thumbnail a:before, -.section-two-column-one .format-video .entry-thumbnail a:before, -#front-section-four .format-video .entry-thumbnail a:before { - width: 70px; - height: 52px; - padding: 29px 0 0 28px; - font-size: 19px; - } - #front-section-fourcolumn .format-video .entry-thumbnail a:before { - width: 60px; - height: 42px; - padding: 22px 0 0 24px; - font-size: 16px; - } -} -@media screen and (min-width: 112.5em) { - .blog-wrap, .front-section { - width: 70%; - margin-left: auto; - margin-right: auto; - } - #front-section-three .front-section-title, -#front-section-three .section-three-column-one, -#front-section-three .section-three-column-two { - width: 70%; - margin-left: auto; - margin-right: auto; - } - #front-section-three { - padding-left: 0; - padding-right: 0; - } - #front-section-four { - width: 100%; - margin-left: 0; - } - #front-section-four .meta-main-wrap { - padding-left: 15%; - padding-right: 15%; - } - #front-section-four .format-video .entry-thumbnail a:before { - left: 15%; - } -} -@media screen and (min-width: 137.5em) { - .blog-wrap, -.front-section { - width: 56%; - } - #front-section-three .front-section-title, -#front-section-three .section-three-column-one, -#front-section-three .section-three-column-two { - width: 56%; - } - #front-section-four .meta-main-wrap { - padding-left: 22%; - padding-right: 22%; - } - #front-section-four .format-video .entry-thumbnail a:before { - left: 22%; - } -} -/*-----------------------------------------------------------------------------------*/ -/* 8.0 Blog Posts -/*-----------------------------------------------------------------------------------*/ -.entry-thumbnail a { - max-height: 900px; - overflow: hidden; -} - -.single-post .format-video .entry-thumbnail a:before, -.featured-slider .entry-date:before { - display: none; -} - -.entry-thumbnail a { - position: relative; - line-height: 0; - display: block; -} - -.format-video .entry-thumbnail { - position: relative; -} -.format-video .entry-thumbnail a:before { - content: "▶"; - position: absolute; - display: block; - width: 40px; - height: 28px; - padding: 15px 0 0 16px; - font-size: 12px; - color: #1a1a1a; - background: #fff; - z-index: 1; - position: absolute; - top: 50%; - left: 50%; - transform: translate(-50%, -50%); -} - -#front-section-twocolumn .format-video .entry-thumbnail a:before, -#front-section-threecolumn .format-video .entry-thumbnail a:before, -.section-one-column-one .format-video .entry-thumbnail a:before, -.blog #primary .hentry.format-video:nth-child(4n+1) .entry-thumbnail a:before, -.section-two-column-one .format-video .entry-thumbnail a:before { - width: 60px; - height: 42px; - padding: 22px 0 0 24px; - font-size: 16px; -} - -.blog #primary .hentry.format-video:nth-child(4n+1) .entry-thumbnail a:before, -#front-section-four .format-video .entry-thumbnail a:before { - top: 30px; - left: 5.3125%; - transform: translate(0, 0); -} - -.featured-slider .format-video .entry-thumbnail a:before { - display: none; -} - -/* -- Attachment -- */ -.attachment .entry-header .entry-meta { - margin-top: 20px; -} - -/* --- Single Post --- */ -.singlepost-wrap, -.recommended-posts-wrap { - margin-left: auto; - margin-right: auto; -} - -.single-post .hentry { - position: relative; - padding: 0; -} -.single-post .entry-header { - display: block; - margin: 0 0 35px; - padding: 25px 0 0; -} - -/* --- Single Post - Header --- */ -.single-attachment .entry-header { - display: block; - margin: 0 0 35px; - padding: 25px 0 0; - padding-top: 40px; -} - -.single-post .entry-header h1.entry-title { - position: relative; - display: block; - padding-top: 5px; -} -.single-post .hentry .entry-meta { - display: block; - margin-top: 20px; - padding-top: 15px; - border-top: 3px solid #1a1a1a; - line-height: 1.6; -} - -.single-attachment .entry-meta { - display: block; - margin-top: 20px; - padding-top: 15px; - border-top: 3px solid #1a1a1a; - line-height: 1.6; -} - -.entry-header p.intro { - display: none; - margin: 0; - padding: 10px 0 0; -} - -.meta-columnone { - width: 60%; - float: left; -} - -.meta-columntwo, .meta-columthree { - width: 40%; - float: left; -} - -.single-post .entry-comments-title { - font-weight: 600; -} - -.author-pic { - width: 35px; - float: left; - margin: 0 10px 0 0; - display: block; - line-height: 0; -} -.author-pic img { - width: 35px; - height: 35px; - border-radius: 50px; -} - -.single-post .entry-author, -.single-post .entry-tags span { - font-weight: 600; -} -.single-post .entry-thumbnail { - padding-bottom: 35px; -} -.single-post .canonical-link { - padding: 5px 0 0 0; - letter-spacing: 1px; -} -.single-post .canonical-link span { - text-transform: uppercase; - font-weight: 600; -} -.single-post .canonical-link span:after { - content: "•"; - padding: 0 7px; -} -.single-post .entry-tags { - padding: 30px 0 0 0; - letter-spacing: 1px; - text-transform: uppercase; -} -.single-post .entry-tags span:after { - content: "•"; - padding: 0 7px; -} -.single-post .authorbox { - position: relative; - margin: 40px 0 0 0; - padding: 30px 0 0 0; - clear: both; - border-top: 1px solid #1a1a1a; -} - -.big-thumb .entry-thumbnail { - margin-left: -5.9440559441%; - /* 17px at 320px --- */ - margin-right: -5.9440559441%; - padding-bottom: 35px; -} -.big-thumb .entry-thumbnail img { - width: 100%; -} -.big-thumb .entry-meta { - margin-top: 0; -} -.big-thumb .entry-header { - position: relative; - padding: 0; -} -.big-thumb .title-wrap { - bottom: 88px; - width: 111.8881118881%; - margin-left: -5.9440559441%; - /* 17px at 320px --- */ - margin-right: -5.9440559441%; - padding-bottom: 17px; -} -.big-thumb .title-wrap .entry-cats { - padding-left: 5.3125%; - padding-right: 5.3125%; -} -.big-thumb .entry-header h1.entry-title, .big-thumb .entry-header p.intro { - padding-left: 5.3125%; - padding-right: 5.3125%; -} - -.authorbox .author-pic { - width: 40px; - height: 40px; - float: left; -} -.authorbox .author-pic img { - width: 40px; - height: 40px; -} -.authorbox .author-heading { - padding: 0 0 0 60px; -} -.authorbox h3.author-title { - margin: 0; - padding: 0; - text-transform: uppercase; - letter-spacing: 1px; -} -.authorbox h3.author-title span { - padding: 0 5px 0 0; - display: inline-block; - font-style: normal; -} -.authorbox h3.author-title:after { - content: ":"; - padding-left: 1px; -} -.authorbox p.author-bio { - margin: 0; - padding: 15px 0 0 60px; -} -.authorbox .author-links { - padding: 16px 0 0 60px; -} - -.author-links a.author-website { - position: relative; - padding: 0 0 0 20px; - display: block; -} -.author-links a.author-twitter { - position: relative; - display: block; - margin: 4px 0 0 0; - padding: 0 0 0 18px; -} -.author-links a.author-website:before, .author-links a.author-twitter:before { - display: block; - position: absolute; - top: 2px; - left: -4px; - text-align: left; -} - -.single-post .hentry .entry-meta, -.single-attachment .entry-meta { - border-top: none !important; -} - -article header { - margin-bottom: 20px; -} - -@media screen and (min-width: 48em) { - /* --- Single Post --- */ - .single-post .entry-header { - margin: 0 0 20px; - padding: 25px 0 0; - } - .big-thumb .single-post .entry-header { - padding: 0; - } - .single-post .entry-tags { - padding: 30px 0 0 0; - } - .single-post .big-thumb .entry-thumbnail { - padding-bottom: 60px; - margin-left: -7.1428571429%; - /* 90px at 1440px */ - margin-right: -7.1428571429%; - padding-bottom: 60px; - } - .big-thumb .title-wrap { - margin-left: -7.1428571429%; - /* 90px at 1440px */ - margin-right: -7.1428571429%; - bottom: 128px; - padding-bottom: 35px; - width: 114.2857142857%; - } - .big-thumb .title-wrap .entry-cats { - padding-left: 6.25%; - padding-right: 6.25%; - } - .big-thumb .title-wrap h1.entry-title, .big-thumb .title-wrap p.intro { - padding-left: 6.25%; - padding-right: 6.25%; - } - .meta-columnone { - display: block; - width: 320px; - } - .meta-columntwo { - display: block; - width: 320px; - width: 200px; - } - .author-pic { - width: 50px; - } - .author-pic img { - width: 50px; - height: 50px; - } - .authorbox .author-pic { - width: 70px; - height: 70px; - } - .authorbox .author-pic img { - width: 70px; - height: 70px; - } - .authorbox .author-heading, -.authorbox p.author-bio, -.authorbox .author-links { - padding-left: 90px; - } - .author-links a.author-website { - display: inline-block; - margin: 0 30px 0 0; - } - .author-links a.author-twitter { - display: inline-block; - } -} -@media screen and (min-width: 66.25em) { - .single-post.no-sidebar .contentwrap { - width: 100%; - max-width: 1260px; - float: none; - margin-left: 0; - } - .single-post.no-sidebar .entry-content, -.single-post.no-sidebar .entry-footer, -.single-post.no-sidebar #comments { - margin-left: auto; - margin-right: auto; - width: 80%; - } - .single-post.no-sidebar .entry-content .wide-content { - margin-left: -12.5%; - margin-right: -12.5%; - } - .big-thumb .entry-header p.intro { - font-size: 26px; - font-size: 1.625rem; - } - .entry-meta, -.entry-cats, -.search-results a.post-edit-link, -.archive a.post-edit-link { - font-size: 12px; - font-size: 0.75rem; - font-weight: normal; - } - /* --- Single Post --- */ - .singlepost-wrap { - margin-top: 0; - } - .single-post .contentwrap, -.single-attachment .contentwrap { - width: 65.873015873%; - float: left; - } - .single-post #colophon, -.single-attachment #colophon { - margin-top: 80px; - } - .entry-header p.intro { - display: block; - } -} -@media screen and (min-width: 85em) { - .single-post #primary .hentry.has-post-thumbnail:nth-child(4n+1) { - margin-left: 0; - } - .big-thumb .title-wrap { - width: 114.2857142857%; - } - .single-post .entry-content { - margin-top: -8px; - } - .single-post.no-sidebar .contentwrap { - width: 100%; - float: none; - margin-left: 0; - } - .single-post.no-sidebar .entry-content, -.single-post.no-sidebar .entry-footer, -.single-post.no-sidebar #comments { - width: 70%; - margin-left: 100px; - margin-right: auto; - } - .single-post.no-sidebar .entry-content .wide-content { - margin-left: 0; - margin-right: -31.5%; - } - .single-post #socialicons-sticky { - position: relative; - } - .single-post .sharedaddy .sd-social-icon { - display: block; - position: absolute; - top: 8px; - left: 0; - z-index: 10000; - } - .single-post .sd-social-icon .sd-content ul { - margin: 0 !important; - } - .single-post .sd-social-icon .sd-content ul li { - display: block; - } -} -@media screen and (min-width: 112.5em) { - .singlepost-wrap, -.recommended-posts-wrap { - width: 70%; - margin-left: auto; - margin-right: auto; - } - .big-instagram-wrap { - width: 70%; - margin-left: auto; - margin-right: auto; - } - .big-thumb .title-wrap .entry-cats { - padding-left: 15%; - padding-right: 15%; - } - .big-thumb .entry-header h1.entry-title, .big-thumb .entry-header p.intro { - padding-left: 15%; - padding-right: 15%; - } - .single-post .big-thumb .entry-thumbnail { - width: 142.8571428571%; - margin-left: -21.4285714286%; - } - .single-post .big-thumb .title-wrap { - width: 142.8571428571%; - margin-left: -21.4285714286%; - margin-right: -21.4285714286%; - } -} -/* Minimum width of 2200 pixels (larger desktop screens) ------------------------------------------------------------------------------------- */ -@media screen and (min-width: 137.5em) { - /* --- General --- */ - .singlepost-wrap, -.recommended-posts-wrap { - width: 56%; - } - .big-instagram-wrap { - width: 56%; - } - .big-thumb .title-wrap .entry-cats { - padding-left: 22%; - padding-right: 22%; - } - .big-thumb .entry-header h1.entry-title, .big-thumb .entry-header p.intro { - padding-left: 22%; - padding-right: 22%; - } - .single-post .big-thumb .entry-thumbnail { - width: 178.8617886179%; - margin-left: -39.4308943089%; - } - .single-post .big-thumb .title-wrap { - width: 178.8617886179%; - margin-left: -39.4308943089%; - margin-right: -39.4308943089%; - } -} -/* --- Image Overlays, if text on image (Customizable im Theme Options) --- */ -.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-thumbnail a:after, -.featured-slider .entry-thumbnail a:after, -.single-post .big-thumb .entry-thumbnail a:after, -.header-image:after, #front-section-four .entry-thumbnail a:after { - position: absolute; - display: block; - top: 0; - left: 0; - right: 0; - bottom: 0; - content: ""; -} - -.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-thumbnail a:after, -.featured-slider .entry-thumbnail a:after, -.single-post .big-thumb .entry-thumbnail a:after, .header-image:after { - background-color: #000000; - opacity: 0; -} - -#front-section-four .meta-main-wrap, -.featured-slider .meta-main-wrap, -.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .meta-main-wrap { - position: absolute; - left: 0; - right: 0; - bottom: 0; - z-index: 20; -} - -.big-thumb .title-wrap { - position: absolute; -} - -#front-section-four .meta-main-wrap, .featured-slider .meta-main-wrap, -.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .meta-main-wrap, .big-thumb .title-wrap { - background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000",GradientType=0 ); -} - -/*-----------------------------------------------------------------------------------*/ -/* Off Canvas Area -/*-----------------------------------------------------------------------------------*/ -/* --- Overlay Buttons: Fix-positioning --- */ -#overlay-open, -#overlay-close { - position: absolute; - top: 0; - right: 5.3125%; - width: 30px; - height: 40px; -} -.no-js #overlay-open, -.no-js #overlay-close { - display: none; -} -@media screen and (min-width: 48em) { - #overlay-open, -#overlay-close { - top: 8px; - } -} - -#overlay-open { - z-index: 100; -} - -#overlay-close { - z-index: 1000; -} - -.overlay-btn { - border: none; - outline: none; - display: block; - margin: 0; - padding: 0; - z-index: 9999; - background: transparent; - line-height: 1; - opacity: 1; -} -.overlay-btn span { - display: none; -} -.overlay-btn:before { - display: block; -} - -#overlay-open:before, -#overlay-open-sticky:before { - font-size: 1.25rem; - line-height: 1.875rem; -} - -#overlay-close:before { - font-size: 1.25rem; - line-height: 1.875rem; -} - -.close-btn-wrap { - height: 51px; - border-bottom: 1px solid #ddd; - background: #fff; -} - -/* --- Sub Menu Toggle --- */ -.menu-item-has-children, -.page_item_has_children { - position: relative; -} - -/* --- Overlay Widget Area --- */ -.overlay-title-wrap { - padding: 15px 5.3125%; - background: #f5f5f6; -} - -.inner-offcanvas-wrap { - width: 100%; - display: block; - position: fixed; - left: -100%; - top: 0; - height: 100%; - overflow: auto; - z-index: 1000; - background: #fff; - transition: left, 0.35s, ease-in-out; -} -.admin-bar .inner-offcanvas-wrap { - top: 46px; -} - -.overlay-show .inner-offcanvas-wrap { - left: 0; -} - -#offcanvas-wrap { - padding-top: 20px; -} - -#offcanvas-widgets-open { - margin-bottom: 20px; - outline: none; - width: 89.375%; - background: transparent; - display: block; - padding: 14px 0; - border: 2px solid #2b2b2b; - font-size: 15px; - font-size: 0.9375rem; - font-weight: 600; - text-transform: uppercase; - letter-spacing: 3px; - text-align: center; -} - -.sidebar-offcanvas { - display: none; - padding: 0 0 30px; -} - -.offcanvas-widgets-show .sidebar-offcanvas, -.mobilewidgets-show .sidebar-offcanvas { - display: block; -} - -/* --- Mobile Search --- */ -.mobile-search { - padding-top: 20px; - padding-bottom: 20px; - background: #f5f5f6; - border-bottom: 1px solid #ddd; -} -.mobile-search .searchform #s { - width: 100%; - line-height: 1.4; -} -.mobile-search .submit { - display: none; -} - -/* Off Canvas Media Query */ -@media screen and (min-width: 49.375em) { - .admin-bar .inner-offcanvas-wrap { - top: 32px; - } -} -@media screen and (min-width: 66.25em) { - /* --- Off Canvas Area --- */ - #overlay-nav .dropdown-toggle { - display: none !important; - } - .overlay-show #overlay-wrap { - width: 100%; - /* -- 1010px at 1440px ---*/ - background: transparent; - position: fixed; - top: 0; - left: 0; - right: 0; - bottom: -20px; - z-index: 90000000; - cursor: pointer; - } - .inner-offcanvas-wrap { - position: fixed; - left: -100%; - top: 0; - height: 100%; - overflow: auto; - display: block; - background: #f4f4f4; - width: 70.1388888889%; - /* -- 1010px at 1440px ---*/ - padding-left: 6.25%; - /* -- 90px at 1440px ---*/ - padding-right: 6.25%; - /* -- 90px at 1440px ---*/ - z-index: 100000000; - pointer-events: auto; - padding-bottom: 100px; - transition: left, 0.35s, ease-in-out; - } - .offcanvas-widgets-off .inner-offcanvas-wrap { - width: 40.2777777778%; - /* -- 580px at 1440px ---*/ - } - .overlay-show .inner-offcanvas-wrap { - left: 0; - } - #overlay-open { - position: absolute; - top: 34px; - left: -17px; - right: auto; - width: 4.7619047619%; - height: 59px; - text-align: center; - } - .close-btn-wrap { - border: none; - } - .mobile-search, -#mobile-social { - display: none; - } - #overlay-nav { - width: 48.1927710843%; - /* -- 400px at 1440px ---*/ - float: left; - border-top: 1px solid #1a1a1a; - } - #sidebar-offcanvas { - width: 48.1927710843%; - /* -- 400px at 1440px ---*/ - float: right; - } - .offcanvas-widgets-off #overlay-nav { - width: 100%; - } - .close-btn-wrap { - position: relative; - height: 160px; - } - #overlay-close { - position: absolute; - top: 40px; - left: -17px; - right: auto; - width: 59px; - height: 59px; - text-align: center; - } - #overlay-nav ul { - margin: 0 0 50px; - } - #overlay-nav ul li { - padding-top: 15px; - padding-bottom: 15px; - border-bottom: 1px solid #1a1a1a; - } - #overlay-nav ul li.menu-item-has-children, #overlay-nav ul li.page_item_has_children { - padding-bottom: 0; - border-bottom: none; - } - #overlay-nav ul li a { - display: inline-block; - padding: 0; - } - #overlay-nav ul li.menu-item-has-children a, #overlay-nav ul li.page_item_has_children a { - border-bottom: none !important; - padding-bottom: 0; - } - #overlay-nav ul ul.sub-menu, #overlay-nav ul ul.children { - display: block; - border-bottom: 1px solid #1a1a1a; - padding-top: 15px; - padding-bottom: 15px; - } - #overlay-nav ul ul ul.sub-menu, #overlay-nav ul ul ul.children { - border-bottom: none; - padding-top: 0; - padding-bottom: 0; - } - #overlay-nav ul ul li a { - padding-left: 0; - padding-right: 0; - } - #offcanvas-widgets-open { - display: none; - } - #sidebar-offcanvas { - display: block !important; - } - #sidebar-offcanvas .widget { - padding-left: 0; - padding-right: 0; - } - .overlay-show .close-btn-wrap { - position: relative; - top: 0; - left: auto; - right: auto; - background: transparent; - height: 158px; - } -} -/*-----------------------------------------------------------------------------------*/ -/* Pagination + Infinite Scroll -/*-----------------------------------------------------------------------------------*/ -.pagination { - position: relative; - clear: both; - padding: 18px 20px; - border: 2px solid #e7e7eb; - font-size: 0.937rem; - line-height: 1.407rem; - font-weight: 600; - letter-spacing: 1px; - color: #1a1a1a; - margin-bottom: 25px; -} -.pagination a { - color: #672082; -} -.pagination .nav-links { - text-align: center; -} -.pagination .nav-links span.page-numbers, -.pagination .nav-links a.page-numbers { - background: #fff; - color: #672082; - overflow: hidden; - display: inline-block; - min-width: 25px; - height: 25px; - text-align: center; - vertical-align: middle; - border-radius: 50%; - padding-left: 2px; -} -.pagination .nav-links span.page-numbers:hover, .pagination .nav-links span.page-numbers:focus, -.pagination .nav-links a.page-numbers:hover, -.pagination .nav-links a.page-numbers:focus { - background-color: #ff8800; - color: #fff; -} -.pagination .nav-links span.page-numbers.prev, .pagination .nav-links span.page-numbers.next, -.pagination .nav-links a.page-numbers.prev, -.pagination .nav-links a.page-numbers.next { - padding: 0 5px; - border-radius: inherit; -} -.pagination .nav-links span.page-numbers.prev:hover, .pagination .nav-links span.page-numbers.prev:focus, .pagination .nav-links span.page-numbers.next:hover, .pagination .nav-links span.page-numbers.next:focus, -.pagination .nav-links a.page-numbers.prev:hover, -.pagination .nav-links a.page-numbers.prev:focus, -.pagination .nav-links a.page-numbers.next:hover, -.pagination .nav-links a.page-numbers.next:focus { - color: #fff; - background: #ff8800; -} -.pagination .nav-links span.next.page-numbers:focus, .pagination .nav-links span.prev.page-numbers:focus, .pagination .nav-links span.next.page-numbers:hover, .pagination .nav-links span.prev.page-numbers:hover, -.pagination .nav-links a.next.page-numbers:focus, -.pagination .nav-links a.prev.page-numbers:focus, -.pagination .nav-links a.next.page-numbers:hover, -.pagination .nav-links a.prev.page-numbers:hover { - text-decoration: none; -} - -.single-attachment .post-navigation { - overflow: hidden; - clear: both; - padding-top: 60px; -} -.single-attachment .nav-previous { - float: left; -} -.single-attachment .nav-next { - float: right; -} -.single-attachment .post-navigation a { - position: relative; - display: block; - font-size: 0.937rem; - line-height: 1.407rem; - line-height: 1.15; - font-weight: 600; - text-transform: uppercase; - letter-spacing: 1.5px; - border-bottom: 2px solid #1a1a1a; -} - -#nav-comments { - padding: 10px 0; - clear: both; - overflow: hidden; -} -#nav-comments .nav-previous { - float: right; -} - -.page-links { - font-weight: 600; - letter-spacing: 1px; - display: inline-block; - margin-top: 20px; -} -.page-links .post-page-numbers { - padding: 4px; - text-decoration: none; -} -.page-links .post-page-numbers.current { - color: #672082; -} -.page-links .post-page-numbers a .number { - font-size: 0.875rem; - line-height: 1.313rem; -} -.page-links .post-page-numbers a:hover { - background-color: #ddd; -} - -.single-post .post-navigation { - clear: both; - display: block; - margin: 20px 0; -} -.single-post .post-navigation .nav-next, -.single-post .post-navigation .nav-previous { - display: inline; -} -.single-post .post-navigation .nav-next { - text-align: right; -} -@media screen and (min-width: 48em) { - .single-post .post-navigation .nav-next { - text-align: left; - } -} -.single-post .pagebreak-links { - margin: 10px 0; -} -.single-post .post-navigation a, -.single-post .pagebreak-links a { - padding: 5px; - margin-right: 5px; - margin-top: 5px; - width: 100%; - display: block; -} -@media screen and (min-width: 48em) { - .single-post .post-navigation a, -.single-post .pagebreak-links a { - width: inherit; - display: inline; - } -} -.single-post .post-navigation .next, -.single-post .post-navigation .prev, -.single-post .pagebreak-links .next, -.single-post .pagebreak-links .prev { - padding: 2px 4px; -} -.single-post .post-navigation .next, -.single-post .pagebreak-links .next { - text-align: right; -} -@media screen and (min-width: 48em) { - .single-post .post-navigation .next, -.single-post .pagebreak-links .next { - text-align: left; - } -} -.single-post .post-navigation .next:after, -.single-post .pagebreak-links .next:after { - margin-left: 5px; - content: "\f138"; -} -.single-post .post-navigation .prev:before, -.single-post .pagebreak-links .prev:before { - margin-right: 5px; -} - -/*-----------------------------------------------------------------------------------*/ -/* Seitentypen: Default Page, Fullwidth / Archives / Search Results / 404 -/*-----------------------------------------------------------------------------------*/ -.page h1.entry-title { - display: block; - margin: 0 0 20px; - padding: 6px 0 20px; - border-bottom: 1px solid #1a1a1a; -} -.page a.post-edit-link { - text-transform: uppercase; - letter-spacing: 1px; - font-weight: 600; - margin-top: 30px; - display: inline-block; -} -.page.has-thumb .content-wrap { - padding-top: 0; -} -.page.has-thumb .blog-wrap { - padding-top: 35px; -} -.page.has-thumb .entry-thumbnail img { - width: 100%; -} - -.archive-header .taxonomy-description p { - margin: 8px 0 0 0; -} - -.author .taxonomy-description { - display: none; -} - -.entry-summary p:last-child { - margin-bottom: 0; -} - -.archive .site-content .post { - clear: both; - overflow: hidden; -} - -.search-results .site-content .post, .search-results .site-content .page { - clear: both; - overflow: hidden; -} - -.search-no-results .searchform { - width: 420px; -} - -.error404 .site-content .entry-wrap { - overflow: hidden; -} - -.author h3.author-archive-title { - margin: 0; - padding: 80px 0 0 0; -} - -.page .edit-link { - padding-top: 30px; -} - -/*-----------------------------------------------------------------------------------*/ -/* 12.0 Sidebar + Widgets -/*-----------------------------------------------------------------------------------*/ -#secondary, -#sidebar-page { - padding-top: 40px; - padding-bottom: 70px; -} - -.no-sidebar #secondary, -.no-sidebar #sidebar-page { - display: none; -} - -.widget-area .widget { - clear: both; - float: none; - line-height: 1.5; - padding-bottom: 34px; -} -.widget-area .widget ul { - margin: 0; - padding: 0; -} -.widget-area .widget ul ul { - display: inline; -} - -#secondary .widget:last-of-type, -#sidebar-page.widget:last-of-type { - padding-bottom: 0; -} - -.widget .widget-title-wrap { - display: block; -} -.widget ul:not(.slick-dots) ul:before, -.widget ul:not(.slick-dots) li:after { - display: inline; - content: " / "; -} -.widget select, -.widget iframe { - max-width: 99%; - margin-left: 1px; - margin-left: 0.1rem; -} - -.widget-area .widget ul li { - list-style: none; - display: inline; -} -.widget-area .widget ul li:last-child { - padding-bottom: 0; -} -.widget-area .widget ul li:last-child::after { - content: ""; -} -.widget-area .widget img.resize { - max-width: 100%; - height: auto; -} - -.wp_widget_tag_cloud div, -.widget_tag_cloud div { - -ms-word-break: break-all; - word-break: break-all; - word-break: break-word; -} - -.widget_recent_comments a.url, -.widget_recent_comments span.comment-author-link { - font-weight: 600; -} - -.widget-area .widget_recent_comments ul li { - display: block; - padding-bottom: 6px; -} -.widget-area .widget_recent_comments ul li:after { - display: none; - content: " "; -} -.widget-area .widget_rss ul li:after { - display: none; - content: " "; -} - -.tagcloud a { - -webkit-hyphens: auto; - -ms-hyphens: auto; - hyphens: auto; -} - -/* --- Search Widget + default Search Form --- */ -.widget_search { - clear: both; - overflow: hidden; -} -@media screen and (min-width: 37.5em) { - .widget_search input.search-field { - width: 67.8%; - } - .widget_search input[type=submit] { - width: 30%; - } -} - -.widget ul .dropdown-toggle { - display: none; -} - -/* --- RSS Widget --- */ -.widget-area .widget_rss ul { - margin: 0; - padding: 0; -} -.widget-area .widget_rss ul li { - display: block; - padding-bottom: 20px; -} -.widget-area .widget_rss ul li .rssSummary { - padding: 0; - display: inline-block; -} -.widget-area .widget_rss ul li cite { - font-style: normal; - font-weight: 600; -} - -a.rsswidget { - font-weight: 600; -} - -.widget-area .widget_rss ul ul:after { - display: none; - content: " "; -} - -/* --- Calendar Widget --- */ -.widget_calendar #calendar_wrap { - position: relative; -} -.widget_calendar #calendar_wrap table { - width: 100%; -} -.widget_calendar #calendar_wrap a { - font-weight: bold; -} -.widget_calendar #wp-calendar caption { - margin: 0 0 15px; - text-align: left; -} -.widget_calendar table#wp-calendar tr th { - padding: 2px; - text-align: center; -} -.widget_calendar table#wp-calendar tr td { - padding: 7px 0 3px; - border: 1px solid #000; - text-align: center; -} -.widget_calendar table#wp-calendar tbody tr td a { - display: block; -} - -/* --- Text Widget --- */ -.textwidget p { - margin: 0 0 20px; -} -.textwidget p:last-child { - margin: 0; -} -.textwidget img { - display: block; - line-height: 0; -} - -/* Media Gallery */ -.widget.widget_media_gallery ul li { - display: inline-block; -} -.widget.widget_media_gallery ul ul:before, .widget.widget_media_gallery ul li:after { - display: none; -} - -/* -* Thumbnails -*/ -.entry-thumbnail a { - max-height: 400px; - overflow: hidden; -} - -@media screen and (min-width: 85em) { - .entry-thumbnail a { - max-height: 500px; - overflow: hidden; - } -} -/*-----------------------------------------------------------------------------------*/ -/* Footer -/*-----------------------------------------------------------------------------------*/ -#colophon { - clear: both; - overflow: hidden; - margin: 0 auto; - background: #471659; - border-top: 1px solid #471659; - color: #fff; - padding-top: 40px; - padding-bottom: 40px; -} -.no-sidebar #colophon { - margin-top: 60px; -} -#colophon .footer-menu ul a { - color: #fff; -} -#colophon p, -#colophon #site-info { - color: rgba(255, 255, 255, 0.8); -} -#colophon p a, -#colophon #site-info a { - color: #fff; -} -#colophon .footer-menu ul a:focus, -#colophon #site-info a:focus, -#colophon .footer-menu ul a:hover, -#colophon #site-info a:hover { - color: #ff8800; -} -#colophon a { - color: #fff; -} -#colophon .custom-logo-wrap { - text-align: left; - display: block; - padding-bottom: 45px; -} - -.page-template-shop-front #colophon { - margin-top: 0; -} - -#site-info { - padding-top: 10px; -} -#site-info ul { - margin: 0; - padding: 0; -} -#site-info ul li { - display: block; -} -#site-info ul li.copyright:after, #site-info ul li.wp-credit:after, #site-info ul li.theme-author:after { - content: "."; -} - -.title-footer { - display: block; - margin: 0; - padding-bottom: 45px; - font-size: 24px; - font-size: 1.5rem; - font-weight: bold; -} - -/* --- Big Footer Featured Area --- */ -.big-footer-feature { - display: block; - margin-bottom: 40px; - padding-bottom: 40px; - border-bottom: 1px solid rgba(255, 255, 255, 0.2); -} - -#big-footer-feature h2.footer-feature-title, -#big-footer-feature h3.footer-feature-title { - position: relative; - display: block; - padding: 8px 0 20px; -} - -.big-footer-feature p { - margin-bottom: 0; -} -.big-footer-feature p.text-small { - padding: 10px 0 0 0; -} - -.footer-feature-textwrap { - padding: 15px 0 0 50px; -} - -.footer-feature-image a { - display: block; - line-height: 0; -} - -/* --- Big Instagram Footer Widget Area --- */ -.big-instagram-wrap .widget h2.widget-title { - display: none; -} -.big-instagram-wrap .widget-area .widget { - position: relative; - padding: 35px 0 0 0; -} - -.widget ul.instagram-pics li a { - width: 16.6666666667%; -} -.widget ul.instagram-pics li:after { - display: none; -} -.widget ul.instagram-pics li a { - display: block; - float: left; - line-height: 0; -} - -.null-instagram-feed { - position: relative; - overflow: hidden; -} - -.big-instagram-wrap .null-instagram-feed .clear { - position: absolute; - top: 0; - width: 100%; - text-align: center; -} - -/* --- Footer Menus --- */ -.footer-wrap { - margin: 0 auto; -} - -.footer-menus-wrap { - border-bottom: 1px solid rgba(255, 255, 255, 0.2); -} - -.footer-menu { - width: 50%; - float: left; -} -.footer-menu h3.footer-menu-title { - padding: 0 0 20px; -} - -#footer-menu-one, -#footer-menu-three { - clear: left; -} - -#footer-menu-two, -#footer-menu-four { - clear: right; -} - -.footer-menu ul { - margin: 0; - padding: 0 0 60px; -} -.footer-menu ul ul { - margin: 0; - padding: 0; -} -.footer-menu ul li { - padding: 0 0 10px; -} -.footer-menu ul ul li:last-child { - padding: 0; -} - -/* --- Footer Search --- */ -#footer-search { - width: 100%; - margin: 0 auto; - text-align: left; -} - -/* --- Footer Social --- */ -#footer-social { - padding-top: 30px; -} -#footer-social ul { - margin: 0; - padding: 0; - display: inline-block; -} -#footer-social h3.socialmedia, -#footer-social span { - color: rgba(255, 255, 255, 0.5); -} -#footer-social ul li { - display: inline-block; -} - -@media screen and (min-width: 37.5em) { - .footer-feature-image { - width: 47.8134110787%; - float: left; - margin-right: 2.1865889213%; - } - .footer-feature-textwrap { - width: 47.8134110787%; - float: right; - padding-top: 0; - margin-left: 2.1865889213%; - } -} -@media screen and (min-width: 48em) { - #colophon { - padding-top: 70px; - } - #site-info { - font-size: 14px; - font-size: 0.875rem; - } - #site-info ul li { - display: inline-block; - } - #footer-social { - padding-top: 10px; - } - .big-footer-feature { - margin-bottom: 70px; - padding-bottom: 70px; - } - .big-footer-feature h3.footer-feature-title { - padding: 8px 0 35px; - } - .big-instagram-wrap .widget-area .widget { - padding: 45px 0 0 0; - } -} -@media screen and (min-width: 64em) { - .footer-feature-btn { - margin: 40px 0 0 0; - padding: 18px 40px; - } - .big-footer-feature p.text-small { - padding: 20px 0 0 0; - } -} -@media screen and (min-width: 66.25em) { - .footer-feature-textwrap p.text-big { - font-size: 1.4rem; - } - .footer-feature-textwrap p.text-small { - font-size: 0.8rem; - line-height: 1rem; - } - .title-footer { - width: 31.746031746%; - /* -- 400px at 1440px ---*/ - margin-right: 2.380952381%; - /* -- 30px at 1440px ---*/ - float: left; - } - #colophon { - padding-left: 0; - padding-right: 0; - } - #colophon .custom-logo-wrap { - width: 31.746031746%; - /* -- 400px at 1440px ---*/ - margin-right: 2.380952381%; - /* -- 30px at 1440px ---*/ - float: left; - } - #colophon .custom-logo-wrap .custom-logo-link img { - max-width: 130px; - max-height: 59px; - } - #footer-menu-one, -#footer-menu-two, -#footer-menu-three, -#footer-menu-four { - clear: none; - } - .footer-menu { - width: 14.6825396825%; - /* -- 185px at 1440px ---*/ - float: left; - } - #footer-menu-one, -#footer-menu-two, -#footer-menu-three { - margin-right: 2.380952381%; - /* -- 30px at 1440px ---*/ - } - .title-footer { - font-size: 36px; - font-size: 2.25rem; - } - #site-info { - width: 50%; - float: left; - } - #footer-social { - padding-top: 23px; - float: right; - text-align: right; - } - #footer-social ul { - float: left; - } - #footer-social span { - display: inline-block; - float: left; - padding: 8px 15px 0px 0px; - } - .footer-feature-image { - width: 31.746031746%; - margin-right: 0; - } - .footer-feature-textwrap { - width: 65.873015873%; - margin-left: 0; - } -} -/*-----------------------------------------------------------------------------------*/ -/* 16.0 Shortcodes -/*-----------------------------------------------------------------------------------*/ -/* -* Columns -*/ -.two-columns-one, -.three-columns-one, -.three-columns-two, -.four-columns-one, -.four-columns-two, -.four-columns-three { - width: 100%; -} - -.entry-content .two-columns-one, -.entry-content .three-columns-one, -.entry-content .three-columns-two, -.entry-content .four-columns-one, -.entry-content .four-columns-two, -.entry-content .four-columns-three { - position: relative; - float: left; - margin-bottom: 30px; - font-size: 1rem; - line-height: 1.5rem; -} -.entry-content .two-columns-one.secondcolor, -.entry-content .three-columns-one.secondcolor, -.entry-content .three-columns-two.secondcolor, -.entry-content .four-columns-one.secondcolor, -.entry-content .four-columns-two.secondcolor, -.entry-content .four-columns-three.secondcolor { - background: #672082; - color: #fff; - padding: 10px; -} -.entry-content .two-columns-one.secondcolor.lighten, -.entry-content .three-columns-one.secondcolor.lighten, -.entry-content .three-columns-two.secondcolor.lighten, -.entry-content .four-columns-one.secondcolor.lighten, -.entry-content .four-columns-two.secondcolor.lighten, -.entry-content .four-columns-three.secondcolor.lighten { - background: #872aab; -} -.entry-content .two-columns-one.maincolor, -.entry-content .three-columns-one.maincolor, -.entry-content .three-columns-two.maincolor, -.entry-content .four-columns-one.maincolor, -.entry-content .four-columns-two.maincolor, -.entry-content .four-columns-three.maincolor { - background: #ff8800; - padding: 10px; -} -.entry-content .two-columns-one.maincolor a, -.entry-content .three-columns-one.maincolor a, -.entry-content .three-columns-two.maincolor a, -.entry-content .four-columns-one.maincolor a, -.entry-content .four-columns-two.maincolor a, -.entry-content .four-columns-three.maincolor a { - color: #672082; -} -.entry-content .two-columns-one.maincolor.lighten, -.entry-content .three-columns-one.maincolor.lighten, -.entry-content .three-columns-two.maincolor.lighten, -.entry-content .four-columns-one.maincolor.lighten, -.entry-content .four-columns-two.maincolor.lighten, -.entry-content .four-columns-three.maincolor.lighten { - background: #ffa033; -} -.entry-content .two-columns-one.blue, -.entry-content .three-columns-one.blue, -.entry-content .three-columns-two.blue, -.entry-content .four-columns-one.blue, -.entry-content .four-columns-two.blue, -.entry-content .four-columns-three.blue { - background: #0066ff; - padding: 10px; -} -.entry-content .two-columns-one.blue.lighten, -.entry-content .three-columns-one.blue.lighten, -.entry-content .three-columns-two.blue.lighten, -.entry-content .four-columns-one.blue.lighten, -.entry-content .four-columns-two.blue.lighten, -.entry-content .four-columns-three.blue.lighten { - background: #3385ff; -} -.entry-content .two-columns-one.red, -.entry-content .three-columns-one.red, -.entry-content .three-columns-two.red, -.entry-content .four-columns-one.red, -.entry-content .four-columns-two.red, -.entry-content .four-columns-three.red { - background: #d7464d; - padding: 10px; -} -.entry-content .two-columns-one.red.lighten, -.entry-content .three-columns-one.red.lighten, -.entry-content .three-columns-two.red.lighten, -.entry-content .four-columns-one.red.lighten, -.entry-content .four-columns-two.red.lighten, -.entry-content .four-columns-three.red.lighten { - background: #e07075; -} -.entry-content .two-columns-one.yellow, -.entry-content .three-columns-one.yellow, -.entry-content .three-columns-two.yellow, -.entry-content .four-columns-one.yellow, -.entry-content .four-columns-two.yellow, -.entry-content .four-columns-three.yellow { - background: #e7b547; - padding: 10px; -} -.entry-content .two-columns-one.yellow.lighten, -.entry-content .three-columns-one.yellow.lighten, -.entry-content .three-columns-two.yellow.lighten, -.entry-content .four-columns-one.yellow.lighten, -.entry-content .four-columns-two.yellow.lighten, -.entry-content .four-columns-three.yellow.lighten { - background: #edc774; -} -.entry-content .two-columns-one.green, -.entry-content .three-columns-one.green, -.entry-content .three-columns-two.green, -.entry-content .four-columns-one.green, -.entry-content .four-columns-two.green, -.entry-content .four-columns-three.green { - background: #85c066; - padding: 10px; -} -.entry-content .two-columns-one.green.lighten, -.entry-content .three-columns-one.green.lighten, -.entry-content .three-columns-two.green.lighten, -.entry-content .four-columns-one.green.lighten, -.entry-content .four-columns-two.green.lighten, -.entry-content .four-columns-three.green.lighten { - background: #a2cf8a; -} -.entry-content .two-columns-one.lightgrey, -.entry-content .three-columns-one.lightgrey, -.entry-content .three-columns-two.lightgrey, -.entry-content .four-columns-one.lightgrey, -.entry-content .four-columns-two.lightgrey, -.entry-content .four-columns-three.lightgrey { - background: #ececed; - padding: 10px; -} -.entry-content .two-columns-one.lightgrey.lighten, -.entry-content .three-columns-one.lightgrey.lighten, -.entry-content .three-columns-two.lightgrey.lighten, -.entry-content .four-columns-one.lightgrey.lighten, -.entry-content .four-columns-two.lightgrey.lighten, -.entry-content .four-columns-three.lightgrey.lighten { - background: white; -} -.entry-content .two-columns-one.grey, -.entry-content .three-columns-one.grey, -.entry-content .three-columns-two.grey, -.entry-content .four-columns-one.grey, -.entry-content .four-columns-two.grey, -.entry-content .four-columns-three.grey { - background: #a9a9a9; - padding: 10px; -} -.entry-content .two-columns-one.grey.lighten, -.entry-content .three-columns-one.grey.lighten, -.entry-content .three-columns-two.grey.lighten, -.entry-content .four-columns-one.grey.lighten, -.entry-content .four-columns-two.grey.lighten, -.entry-content .four-columns-three.grey.lighten { - background: #c3c3c3; -} -.entry-content .two-columns-one.black, -.entry-content .three-columns-one.black, -.entry-content .three-columns-two.black, -.entry-content .four-columns-one.black, -.entry-content .four-columns-two.black, -.entry-content .four-columns-three.black { - background: #000; - padding: 10px; - color: #fff; -} -.entry-content .two-columns-one.black.lighten, -.entry-content .three-columns-one.black.lighten, -.entry-content .three-columns-two.black.lighten, -.entry-content .four-columns-one.black.lighten, -.entry-content .four-columns-two.black.lighten, -.entry-content .four-columns-three.black.lighten { - background: #1a1a1a; -} -.entry-content .two-columns-one.dark, -.entry-content .three-columns-one.dark, -.entry-content .three-columns-two.dark, -.entry-content .four-columns-one.dark, -.entry-content .four-columns-two.dark, -.entry-content .four-columns-three.dark { - background: #222; - padding: 10px; - color: #fff; -} -.entry-content .two-columns-one.dark.lighten, -.entry-content .three-columns-one.dark.lighten, -.entry-content .three-columns-two.dark.lighten, -.entry-content .four-columns-one.dark.lighten, -.entry-content .four-columns-two.dark.lighten, -.entry-content .four-columns-three.dark.lighten { - background: #3c3c3c; -} -.entry-content .two-columns-one p, -.entry-content .three-columns-one p, -.entry-content .three-columns-two p, -.entry-content .four-columns-one p, -.entry-content .four-columns-two p, -.entry-content .four-columns-three p { - font-size: 1rem; - line-height: 1.5rem; -} - -.last { - clear: right; - margin-right: 0 !important; -} - -.divider { - width: 100%; - margin-bottom: 21px; - padding-top: 21px; - display: block; - clear: both; -} - -#section-fullwidth { - padding: 0; - margin: 0; -} -#section-fullwidth img { - z-index: 1; -} -#section-fullwidth p, #section-fullwidth h1, #section-fullwidth h2, #section-fullwidth h3, #section-fullwidth h4, #section-fullwidth h5, #section-fullwidth h6, #section-fullwidth blockquote, #section-fullwidth em, #section-fullwidth code { - position: relative; - z-index: 2; -} -#section-fullwidth.withbackground { - background-size: cover; - background-position: center center; -} -#section-fullwidth.withbackground p, #section-fullwidth.withbackground h1, #section-fullwidth.withbackground h2, #section-fullwidth.withbackground h3, #section-fullwidth.withbackground h4, #section-fullwidth.withbackground h5, #section-fullwidth.withbackground h6, #section-fullwidth.withbackground blockquote, #section-fullwidth.withbackground em, #section-fullwidth.withbackground code { - background: #000; - color: #fff; - display: table; - padding: 2px 5px; - margin-left: 6.25%; - margin-right: 6.25%; -} -#section-fullwidth.withbackground.maincolor p, #section-fullwidth.withbackground.maincolor h1, #section-fullwidth.withbackground.maincolor h2, #section-fullwidth.withbackground.maincolor h3, #section-fullwidth.withbackground.maincolor h4, #section-fullwidth.withbackground.maincolor h5, #section-fullwidth.withbackground.maincolor h6, #section-fullwidth.withbackground.maincolor blockquote, #section-fullwidth.withbackground.maincolor em, #section-fullwidth.withbackground.maincolor code { - background: #ff8800; - color: #fff; -} -#section-fullwidth.withbackground.secondcolor p, #section-fullwidth.withbackground.secondcolor h1, #section-fullwidth.withbackground.secondcolor h2, #section-fullwidth.withbackground.secondcolor h3, #section-fullwidth.withbackground.secondcolor h4, #section-fullwidth.withbackground.secondcolor h5, #section-fullwidth.withbackground.secondcolor h6, #section-fullwidth.withbackground.secondcolor blockquote, #section-fullwidth.withbackground.secondcolor em, #section-fullwidth.withbackground.secondcolor code { - background: #672082; - color: #fff; -} -#section-fullwidth.withbackground.red p, #section-fullwidth.withbackground.red h1, #section-fullwidth.withbackground.red h2, #section-fullwidth.withbackground.red h3, #section-fullwidth.withbackground.red h4, #section-fullwidth.withbackground.red h5, #section-fullwidth.withbackground.red h6, #section-fullwidth.withbackground.red blockquote, #section-fullwidth.withbackground.red em, #section-fullwidth.withbackground.red code { - background: #d7464d; - color: #fff; -} -#section-fullwidth.withbackground.green p, #section-fullwidth.withbackground.green h1, #section-fullwidth.withbackground.green h2, #section-fullwidth.withbackground.green h3, #section-fullwidth.withbackground.green h4, #section-fullwidth.withbackground.green h5, #section-fullwidth.withbackground.green h6, #section-fullwidth.withbackground.green blockquote, #section-fullwidth.withbackground.green em, #section-fullwidth.withbackground.green code { - background: #85c066; - color: #fff; -} -#section-fullwidth.withbackground.yellow p, #section-fullwidth.withbackground.yellow h1, #section-fullwidth.withbackground.yellow h2, #section-fullwidth.withbackground.yellow h3, #section-fullwidth.withbackground.yellow h4, #section-fullwidth.withbackground.yellow h5, #section-fullwidth.withbackground.yellow h6, #section-fullwidth.withbackground.yellow blockquote, #section-fullwidth.withbackground.yellow em, #section-fullwidth.withbackground.yellow code { - background: #e7b547; - color: #fff; -} -#section-fullwidth.withbackground.blue p, #section-fullwidth.withbackground.blue h1, #section-fullwidth.withbackground.blue h2, #section-fullwidth.withbackground.blue h3, #section-fullwidth.withbackground.blue h4, #section-fullwidth.withbackground.blue h5, #section-fullwidth.withbackground.blue h6, #section-fullwidth.withbackground.blue blockquote, #section-fullwidth.withbackground.blue em, #section-fullwidth.withbackground.blue code { - background: #0066ff; - color: #fff; -} -#section-fullwidth.withbackground.lightgrey p, #section-fullwidth.withbackground.lightgrey h1, #section-fullwidth.withbackground.lightgrey h2, #section-fullwidth.withbackground.lightgrey h3, #section-fullwidth.withbackground.lightgrey h4, #section-fullwidth.withbackground.lightgrey h5, #section-fullwidth.withbackground.lightgrey h6, #section-fullwidth.withbackground.lightgrey blockquote, #section-fullwidth.withbackground.lightgrey em, #section-fullwidth.withbackground.lightgrey code { - background: #ececed; - color: #fff; -} -#section-fullwidth.withbackground.grey p, #section-fullwidth.withbackground.grey h1, #section-fullwidth.withbackground.grey h2, #section-fullwidth.withbackground.grey h3, #section-fullwidth.withbackground.grey h4, #section-fullwidth.withbackground.grey h5, #section-fullwidth.withbackground.grey h6, #section-fullwidth.withbackground.grey blockquote, #section-fullwidth.withbackground.grey em, #section-fullwidth.withbackground.grey code { - background: #a9a9a9; - color: #fff; -} -#section-fullwidth p { - font-size: 1.125rem; - line-height: 1.688rem; -} -#section-fullwidth.secondcolor { - background: #672082; - color: #fff; -} -#section-fullwidth.secondcolor.lighten { - background: #872aab; -} -#section-fullwidth.maincolor { - background: #ff8800; -} -#section-fullwidth.maincolor a { - color: #672082; -} -#section-fullwidth.maincolor.lighten { - background: #ffa033; -} -#section-fullwidth.blue { - background: #0066ff; -} -#section-fullwidth.blue.lighten { - background: #3385ff; -} -#section-fullwidth.red { - background: #d7464d; -} -#section-fullwidth.red.lighten { - background: #e07075; -} -#section-fullwidth.yellow { - background: #e7b547; - padding: 10px; -} -#section-fullwidth.yellow.lighten { - background: #edc774; -} -#section-fullwidth.green { - background: #85c066; -} -#section-fullwidth.green.lighten { - background: #a2cf8a; -} -#section-fullwidth.lightgrey { - background: #ececed; -} -#section-fullwidth.lightgrey.lighten { - background: white; -} -#section-fullwidth.grey { - background: #a9a9a9; -} -#section-fullwidth.grey.lighten { - background: #c3c3c3; -} -#section-fullwidth.black { - background: #000; - color: #fff; -} -#section-fullwidth.black.lighten { - background: #1a1a1a; -} -#section-fullwidth.dark { - background: #222; - color: #fff; -} -#section-fullwidth.dark.lighten { - background: #3c3c3c; -} - -@media screen and (min-width: 48em) { - .two-columns-one { - width: 48.5%; - } - .three-columns-one { - width: 30.3%; - } - .three-columns-two { - width: 65.15%; - } - .four-columns-one { - width: 22.375%; - } - .four-columns-two { - width: 48%; - } - .four-columns-three { - width: 74.5%; - } - .two-columns-one, -.three-columns-one, -.three-columns-two, -.four-columns-one, -.four-columns-two, -.four-columns-three { - position: relative; - float: left; - margin-bottom: 0; - } - .two-columns-one { - margin: 0 1.5% 0 0; - } - .two-columns-one.last { - margin-right: 0; - } - .three-columns-two { - margin: 0 1.5% 0 0; - } - .three-columns-two.last { - margin-right: 0; - } - .three-columns-one { - margin: 0 3% 0 0; - } - .three-columns-one.last { - margin-right: 0; - } - .four-columns-one { - margin: 0 3.5% 0 0; - } - .four-columns-one.last { - margin-right: 0; - } -} -/* -* Shortcodes for Sections -*/ -.shortcode-section a.all-posts-link { - color: #1a1a1a; - text-decoration: none; -} -.shortcode-section a.all-posts-link:after { - content: "→"; - text-align: right; - padding-left: 3px; -} -.shortcode-section .type-post { - position: relative; - display: block; - margin: 0; - padding: 20px 0 35px; - border-top: 1px solid #1a1a1a; -} -.shortcode-section .hentry .entry-cats a { - display: none; -} -.shortcode-section #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:before, -.shortcode-section .section-one-column-one .entry-cats a:before, -.shortcode-section .section-three-column-one .entry-cats a:before, -.shortcode-section #front-section-four .entry-cats a:before { - display: none; -} -.shortcode-section #primary .hentry.has-post-thumbnail:nth-child(4n+1) { - margin-left: -5.9440559441%; - /* -- 17px at 320px ---*/ - margin-right: -5.9440559441%; - /* -- 17px at 320px ---*/ - margin-bottom: 34px; - padding: 0; - border-top: 0; -} -.shortcode-section #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-thumbnail { - width: 100%; - margin: 0; - float: none; -} -.shortcode-section #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-thumbnail img { - width: 100%; -} -.shortcode-section #primary .hentry.has-post-thumbnail:nth-child(4n+1) .meta-main-wrap { - width: 100%; - padding: 0 5.3125% 28px; -} -.shortcode-section #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-meta { - float: none; -} -.shortcode-section #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-summary { - display: none; -} -.shortcode-section #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a { - padding: 2px 5px; -} -.shortcode-section #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-date, .shortcode-section #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-comments, -.shortcode-section #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-edit, .shortcode-section #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-author { - display: inline-block; - padding-bottom: 0; -} -.shortcode-section #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-date { - padding-right: 20px; -} - -.blogroll .entry-meta a { - color: #1a1a1a; - text-decoration: none; -} -.blogroll .entry-cats a:nth-child(n+2):before { - content: " / "; - padding: 0 2px; - color: #1a1a1a; -} -@media screen and (min-width: 48em) { - .entry-content .blogroll .entry-summary p { - font-size: 1rem; - line-height: 1.5rem; - } -} - -@media screen and (min-width: 48em) { - .page #primary .blogroll .hentry { - padding: 20px 0 40px; - } - /* --- Blog - default --- */ - .page #primary .blogroll .hentry .entry-meta { - width: 25.4901960784%; - /* -- 130px at 1440px ---*/ - float: left; - display: block; - } - .page #primary .blogroll .hentry .entry-main { - width: 74.5098039216%; - /* -- 380px at 1440px ---*/ - float: left; - } - .page #primary .blogroll .hentry .entry-thumbnail { - width: 36.1445783133%; - /* -- 300px at 1440px ---*/ - } - .page #primary .blogroll .hentry .meta-main-wrap { - width: 61.4457831325%; - /* -- 510px at 1440px ---*/ - float: left; - } -} -/*-----------------------------------------------------------------------------------*/ -/* Elements -/*-----------------------------------------------------------------------------------*/ -/*-----------------------------------------------------------------------------------*/ -/* 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, 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 { - margin: 0; - padding: 0; - border: 0; - font-size: 100%; - vertical-align: baseline; -} - -article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { - display: block; -} - -audio, canvas, video { - display: inline-block; - *display: inline; - *zoom: 1; -} - -audio:not([controls]), [hidden] { - display: none; -} - -html { - font-size: 100%; - -webkit-text-size-adjust: 100%; - -ms-text-size-adjust: 100%; -} - -body, figure { - margin: 0; -} - -img { - border: 0; - -ms-interpolation-mode: bicubic; -} - -a:hover, a:active, a:focus { - outline: none; - -moz-outline-style: none; -} - -input { - border-radius: 0; -} - -::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder { - color: #999; -} - -* { - box-sizing: border-box; -} -*:before, *:after { - box-sizing: border-box; -} - -::selection, ::-moz-selection { - background: #d7f4f9; -} - -/* Clearfix */ -.clearfix:after, .accordion .accordion-group .accordion-body .accordion-inner:after, #main-wrap .sharedaddy:after, .clear:after { - clear: both; - content: " "; - display: block; - font-size: 0; - line-height: 0; - visibility: hidden; - width: 0; - height: 0; -} - -.cf:before { - content: " "; - /* 1 */ - display: table; - /* 2 */ -} -.cf:after { - content: " "; - /* 1 */ - display: table; - /* 2 */ - clear: both; -} - -/*-----------------------------------------------------------------------------------*/ -/* General Styles -/*-----------------------------------------------------------------------------------*/ -.front-section-title, -.social-front-title, -p.text-big, .widget_mc4wp_form_widget p, -.jetpack_subscription_widget #subscribe-text p, -.single-post .entry-content p.intro { - font-size: 1.25rem; - line-height: 1.875rem; -} - -.section-about-column-one p { - font-size: 1.125rem; - line-height: 1.688rem; -} - -.entry-content p { - font-size: 1rem; - line-height: 1.5rem; -} -.entry-content p.pull-left, .entry-content p.pull-right { - font-size: 1.125rem; - line-height: 1.688rem; -} - -.entry-header p.intro { - font-size: 1rem; - line-height: 1.5rem; -} - -p.site-title { - font-weight: bold; - padding-right: 55px; - margin: 0; - font-size: 1.562rem; - line-height: 2.344rem; -} - -#overlay-nav ul li a, -#desktop-navigation ul li a, -.comments-toggle { - font-size: 0.937rem; - line-height: 1.407rem; -} - -.section-about-column-one p cite, -.footer-feature-btn, -.page a.post-edit-link { - font-size: 0.937rem; - line-height: 1.407rem; -} - -.site-content p.nocomments, -.site-content div.wpcf7 p input.wpcf7-submit { - font-size: 0.937rem; - line-height: 1.407rem; -} - -.entry-summary, -.footer-menu ul li, -#overlay-nav ul ul li a, -#footer-social span { - font-size: 0.875rem; - line-height: 1.313rem; - -webkit-hyphens: auto; - -ms-hyphens: auto; - hyphens: auto; -} - -.widget_rss ul li .rssSummary, -.widget_rss ul li cite { - font-size: 0.875rem; - line-height: 1.313rem; -} - -.contact-form label span { - font-size: 0.875rem; - line-height: 1.313rem; -} - -#site-info, -.front-section a.all-posts-link, -.single-post .canonical-link, -.null-instagram-feed .clear { - font-size: 12px; - font-size: 0.75rem; -} - -#overlay-nav ul li a, -#desktop-navigation ul li a, -.site-content p.nocomments { - text-transform: uppercase; - letter-spacing: 1px; -} - -/* --- Links + Colors --- */ -.comments-show #comments-toggle, -#comments-toggle:focus, -#comments-toggle:hover { - border: 2px solid #0c6ca6; -} - -#primary #infinite-handle span:focus, -#front-section-three a.all-posts-link:focus, -.footer-feature-btn:focus, -#offcanvas-widgets-open:focus, -#primary #infinite-handle span:hover, -#front-section-three a.all-posts-link:hover, -.footer-feature-btn:hover, -#offcanvas-widgets-open:hover, -.offcanvas-widgets-show #offcanvas-widgets-open { - border: 2px solid #0c6ca6; -} - -/* --- Typography --- */ -p { - margin-bottom: 30px; -} -.entry-summary p { - -webkit-hyphens: auto; - -ms-hyphens: auto; - hyphens: auto; -} - -.entry-content p:last-child, -.team-text p:last-child { - margin-bottom: 0; -} - -b, strong { - font-weight: bold; -} - -dfn, em, i { - font-style: italic; -} - -s, strike, del { - text-decoration: line-through; -} - -address { - margin: 0 0 30px; -} - -pre { - max-width: 100%; - word-wrap: break-word; - margin-bottom: 30px; - padding: 15px; - overflow: auto; -} - -code, kbd, tt, var, pre { - font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", "Courier New", "Courier 10 Pitch", Courier, monospace; - font-size: 0.937rem; - line-height: 1.407rem; -} - -abbr, acronym { - border-bottom-width: 1px; - border-bottom-style: dotted; - cursor: help; -} - -mark, ins { - text-decoration: none; -} - -sup, sub { - position: relative; - vertical-align: baseline; - height: 0; - font-size: 75%; - line-height: 0; -} - -sup { - bottom: 1ex; -} - -sub { - top: 0.5ex; -} - -small { - font-size: 75%; -} - -big { - font-size: 125%; -} - -figure { - margin: 0; -} - -dt { - padding-bottom: 4px; - font-weight: bold; -} - -dd { - margin: 0 0 30px; -} - -dl dt { - font-weight: bold; -} -dl dd { - margin: 0 0 30px; -} - -@media screen and (min-width: 48em) { - .front-section-title, -.social-front-title { - font-size: 2.25rem; - line-height: 3.375rem; - } - .entry-header p.intro, -.section-about-column-one p, -p.text-big, -.single-post .entry-content p.intro { - font-size: 1.625rem; - line-height: 2.438rem; - } - .entry-content p { - font-size: 1.125rem; - line-height: 1.688rem; - } - .entry-content p.pull-left, .entry-content p.pull-right { - font-size: 1.25rem; - line-height: 1.875rem; - } - .entry-content ol, .entry-content ul, .entry-content dl { - font-size: 1.125rem; - line-height: 1.688rem; - } - .big-thumb .entry-header p.intro, -.section-one-column-one .type-post .entry-summary, -.section-three-column-one .type-post .entry-summary, -p.text-small { - font-size: 1.125rem; - line-height: 1.688rem; - } - address { - font-size: 1.125rem; - line-height: 1.688rem; - } - .entry-summary { - font-size: 1rem; - line-height: 1.5rem; - } - .null-instagram-feed .clear { - font-size: 0.937rem; - line-height: 1.407rem; - } - .section-fourcolumn-postwrap .type-post .entry-summary, -.section-sixcolumn-postwrap .type-post .entry-summary { - font-size: 0.937rem; - line-height: 1.407rem; - } -} -/*-----------------------------------------------------------------------------------*/ -/* Headlines -/*-----------------------------------------------------------------------------------*/ -h1, h2, h3, h4, h5, h6 { - -webkit-hyphens: auto; - -ms-hyphens: auto; - hyphens: auto; - font-family: "roboto", sans-serif; -} - -#section-fullwidth h1, -.site-content h1, -.entry-content h1 { - padding: 6px 0 9px; - font-size: 1.25rem; - line-height: 1.875rem; - -webkit-hyphens: manual; - -ms-hyphens: manual; - hyphens: manual; -} -#section-fullwidth h2, -.site-content h2, -.entry-content h2 { - font-size: 1.125rem; - line-height: 1.688rem; - padding: 6px 0 9px; - -webkit-hyphens: manual; - -ms-hyphens: manual; - hyphens: manual; -} -#section-fullwidth h3, -.site-content h3, -.entry-content h3 { - font-size: 1.125rem; - line-height: 1.688rem; - padding: 5px 0 8px; -} -#section-fullwidth h4, -.site-content h4, -.entry-content h4 { - font-size: 1rem; - line-height: 1.5rem; - padding: 5px 0 8px; -} -#section-fullwidth h5, -.site-content h5, -.entry-content h5 { - font-size: 0.937rem; - line-height: 1.407rem; - padding: 3px 0; - text-transform: uppercase; - letter-spacing: 1px; -} -#section-fullwidth h6, -.site-content h6, -.entry-content h6 { - font-size: 1rem; - line-height: 1.5rem; - padding: 3px 0; -} - -h1, h2, h3, h4, h5, h6, -#overlay-nav ul li a, -#desktop-navigation ul li a, -.authorbox h3.author-title, -#comments h3.comments-title { - font-weight: 600; -} - -p.site-title, -h1.site-title { - font-weight: bold; - padding-right: 25px; - font-size: 1.125rem; - line-height: 1.688rem; -} - -.single-post .entry-header h1.entry-title, .entry-header h1.entry-title, .attachment h1.entry-title, .page h1.entry-title, h1.entry-title, .archive-header h1.archive-title, .site-content h1, .entry-content h1 { - text-transform: uppercase; - border-bottom: 7px; - border-style: solid; - margin-bottom: 50px; - display: table-cell; - padding-bottom: 1px; -} -.single-post .entry-header h1.entry-title + *, .entry-header h1.entry-title + *, .attachment h1.entry-title + *, .page h1.entry-title + *, h1.entry-title + *, .archive-header h1.archive-title + *, .site-content h1 + *, .entry-content h1 + * { - margin-top: 20px; -} -.single-post .entry-header h1::after.entry-title, .entry-header h1::after.entry-title, .page h1::after.entry-title, .attachment h1::after.entry-title, .archive-header h1::after.archive-title article h1::after, .entry-content h1::after { - content: " "; - display: table-cell; - width: 100%; -} -.h1noupper h1, .h1noupper .entry-header h1.entry-title, .h1noupper.page h1.entry-title { - text-transform: none; -} - -.entry-header h1.entry-title { - margin: 0; -} - -#secondary h2.widget-title, -#sidebar-page h2.widget-title { - font-size: 1rem; - line-height: 1.5rem; - text-decoration: none; -} - -#footer-social h2.socialmedia { - font-size: 0.875rem; - line-height: 1.313rem; - -webkit-hyphens: auto; - -ms-hyphens: auto; - hyphens: auto; - display: inline-block; - float: left; - padding: 8px 15px 0px 0px; -} - -.entry-header h2.entry-title { - font-size: 1rem; - line-height: 1.5rem; - -webkit-hyphens: manual; - -ms-hyphens: manual; - hyphens: manual; - text-decoration: none; - padding: 4px 0 8px; - display: block; - margin: 0; -} -.entry-header h2.entry-title a { - text-decoration: none; -} - -.widget h2.widget-title { - display: block; - margin: 0; - padding: 15px 0 24px; - border-top-width: 1px; - border-top-style: solid; -} - -.widget_mc4wp_form_widget h2.widget-title, -.jetpack_subscription_widget h2.widget-title { - font-size: 0.937rem; - line-height: 1.407rem; -} - -h3#reply-title { - margin: 0 0 10px 0; - padding: 0; - display: block; - line-height: 1; - font-weight: 600; - text-transform: uppercase; - letter-spacing: 1.5px; -} -#footer-social h3.socialmedia { - font-size: 0.875rem; - line-height: 1.313rem; - -webkit-hyphens: auto; - -ms-hyphens: auto; - hyphens: auto; - display: inline-block; - float: left; - padding: 8px 15px 0px 0px; -} - -.footer-menu h3.footer-menu-title { - text-transform: uppercase; - letter-spacing: 1px; -} - -.footer-menu h3.footer-menu-title, -.authorbox h3.author-title { - font-size: 0.937rem; - line-height: 1.407rem; -} - -#comments h3.comments-title, -#comments #respond h3#reply-title { - font-size: 0.937rem; - line-height: 1.407rem; -} - -#front-section-three h3.front-section-title { - font-size: 1.25rem; - line-height: 1.875rem; -} - -.single-post .entry-header h1.entry-title, -.blog-wrap h3.blog-title, -.archive-header h1.archive-title, -.attachment h1.entry-title, -.page h1.entry-title, -.featured-slider .entry-header h2.entry-title, -#front-section-four .entry-header h2.entry-title, -.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-header h2.entry-title, -.section-one-column-one .entry-header h2.entry-title, -.section-three-column-one .entry-header h2.entry-title, -.jetpack_subscription_widget #subscribe-text p, -#front-section-three h3.front-section-title, -.recommended-posts-wrap #jp-relatedposts h3.jp-relatedposts-headline, -#big-footer-feature h2.footer-feature-title, -#big-footer-feature h3.footer-feature-title { - font-size: 1.25rem; - line-height: 1.875rem; -} - -.site-content header, -.entry-content header { - margin-bottom: 20px; -} - -@media screen and (min-width: 48em) { - p.site-title, -h1.site-title { - padding-top: 5px; - } - .single-post .entry-header h1.entry-title, -.single-attachment .entry-header h1.entry-title, -.attachment h1.entry-title, -.page h1.entry-title, -h1.entry-title { - font-size: 3rem; - line-height: 4.5rem; - } - .blog-wrap h3.blog-title, -.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-header h2.entry-title, -.section-one-column-one .entry-header h2.entry-title, -.section-three-column-one .entry-header h2.entry-title, -#front-section-four .entry-header h2.entry-title, -.recommended-posts-wrap #jp-relatedposts h3.jp-relatedposts-headline, -.archive-header h1.archive-title, -.entry-content h1 { - font-size: 2.25rem; - line-height: 3.375rem; - } - #section-fullwidth h2, -.entry-content h2 { - font-size: 1.625rem; - line-height: 2.438rem; - } - #section-fullwidth h3, -.entry-content h3 { - font-size: 1.5rem; - line-height: 2.25rem; - } - #section-fullwidth h4, -.entry-content h4 { - font-size: 1.375rem; - line-height: 2.063rem; - } - #section-fullwidth h5, -.entry-content h5 { - font-size: 1.187rem; - line-height: 1.782rem; - } - #section-fullwidth h6, -.entry-content h6 { - font-size: 1.187rem; - line-height: 1.782rem; - } - .entry-header h2.entry-title { - font-size: 1.5rem; - line-height: 2.25rem; - } - .section-one-column-two .type-post:nth-of-type(n+2) .entry-header h2.entry-title, -.section-two-column-two .type-post .entry-header h2.entry-title, -.section-three-column-two .type-post .entry-header h2.entry-title, -#front-section-fourcolumn .type-post .entry-header h2.entry-title, -.section-sixcolumn-postwrap .type-post .entry-header h2.entry-title { - font-size: 1rem; - line-height: 1.5rem; - } - .page div.sharedaddy h3.sd-title, -.null-instagram-feed .clear { - font-size: 0.937rem; - line-height: 1.407rem; - } - .attachment h1.entry-title, -.page h1.entry-title { - margin-bottom: 45px; - } -} -@media screen and (min-width: 64em) { - .entry-header h2.entry-title { - font-size: 1.75rem; - line-height: 2.625rem; - } - #front-section-twocolumn .entry-header h2.entry-title { - font-size: 1.75rem; - line-height: 2.625rem; - } - .widget h2.widget-title { - border-top: none; - } -} -@media screen and (min-width: 66.25em) { - h1.site-title { - font-size: 3.75rem; - line-height: 5.625rem; - text-align: center; - padding-right: 0; - } - .blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-header h2.entry-title, -.section-one-column-one .entry-header h2.entry-title, -.section-three-column-one .entry-header h2.entry-title, -#front-section-four .entry-header h2.entry-title { - font-size: 3rem; - line-height: 4.5rem; - } - #front-section-fourcolumn .type-post .entry-header h2.entry-title, -.recommended-posts-wrap #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title { - font-size: 1.25rem; - line-height: 1.875rem; - } - #front-section-four entry-header h2.entry-title { - padding-top: 10px; - } -} -@media screen and (min-width: 85em) { - .single-post .entry-header h1.entry-title, -#front-section-four .entry-header h2.entry-title { - font-size: 3.625rem; - line-height: 5.438rem; - } -} -/*-----------------------------------------------------------------------------------*/ -/* Divider -/*-----------------------------------------------------------------------------------*/ -@media screen and (min-width: 550px) { - hr { - display: block; - border: 0px; - height: 56px; - margin: 10px 0; - color: #ccc; - background-image: url("./img/trenner-04-50.png"); - background-position: center center; - background-repeat: no-repeat; - } -} -.menu_separator hr { - background-image: url("./img/trenner-01-30.png"); - height: 40px; -} -.site-content hr { - clear: both; -} -.devider_hideimage hr { - background-image: none; - border: 1px; - height: 1px; - background: #ccc; -} - -#overlay-nav .menu_separator hr { - display: none; -} - -/* -Links and colors -*/ -a { - text-decoration: none; -} -.entry-content a, .comment-text a { - font-weight: bold; -} -.author-bio a, .textwidget a { - text-decoration: underline; -} - -#secondary h2.widget-title, -#sidebar-page h2.widget-title { - text-decoration: none; -} - -#primary #infinite-handle span:focus, -#front-section-three a.all-posts-link:focus, -#offcanvas-widgets-open:focus, -#primary #infinite-handle span:hover, -#front-section-three a.all-posts-link:hover, -#offcanvas-widgets-open:hover, -.offcanvas-widgets-show #offcanvas-widgets-open { - border-style: solid; - border-width: 2px; -} - -.comments-show #comments-toggle, -#comments-toggle:focus, -#comments-toggle:hover { - border-style: solid; - border-width: 2px; -} - -.desktop-search input.search-field:active, .desktop-search input.search-field:focus { - border-bottom-style: solid; - border-bottom-width: 1px; -} - -.wp-caption-text a { - line-height: 1.6em; -} - -/*-----------------------------------------------------------------------------------*/ -/* Tables -/*-----------------------------------------------------------------------------------*/ -table { - line-height: 2; - font-size: 1rem; - line-height: 1.5rem; - border-collapse: collapse; - border-bottom-width: 1px; - border-bottom-style: solid; - border-spacing: 0; - border-width: 1px; - margin: 0 0 1.6em; - width: 100%; -} -table.sorttable thead { - cursor: pointer; -} -table.center th, table.center td { - text-align: center; -} -table.right td { - text-align: right; -} -table thead th { - border-bottom-width: 2px; - border-bottom-style: solid; -} -table.long td, table.border td { - border-bottom-width: 1px; - border-bottom-style: solid; -} - -caption, th, td { - font-weight: normal; - text-align: left; - vertical-align: top; -} - -caption { - padding: 3px 5px; - font-style: italic; - margin: 40px 0; -} -caption.right { - text-align: right; -} -caption.center { - text-align: center; -} - -th { - font-weight: bold; -} - -th, td { - padding: 0.4em; -} - -th.right, -td.right { - text-align: right; -} - -th.center, -td.center { - text-align: center; -} - -@media screen and (max-width: 48em) { - table, tr, td { - padding: 0; - } - table { - border: none; - } - thead { - display: none; - } - tr { - float: left; - width: 100%; - margin-bottom: 2em; - } - td { - float: left; - width: 100%; - padding: 1em; - } -} -/*-----------------------------------------------------------------------------------*/ -/* Lists -/*-----------------------------------------------------------------------------------*/ -ul, -ol { - margin: 0 0 30px 0; - padding-left: 40px; - list-style-position: inside; -} - -ul { - list-style: none; -} -ul ul { - margin: 0; -} - -ol { - list-style: decimal; -} -ol ol { - margin: 0; - list-style: lower-alpha; -} -ol ol ol { - list-style: lower-roman; -} - -li > ul, li > ol { - margin-bottom: 0; - margin-left: 0; -} - -.entry-content ul { - padding-left: 50px; -} -.entry-content ul li { - position: relative; - padding: 0 0 0 24px; - list-style-position: outside; - list-style-type: none; -} -.entry-content ul li:before { - margin-right: 10px; - margin-left: -24px; -} -.entry-content ul li ul { - padding-left: 50px; -} -.entry-content ul li ul li { - padding-left: 24px; -} -.entry-content ul li ul li li { - display: list-item; - list-style-type: circle; - padding-left: 0px; -} -.entry-content ul li ul li li:before { - content: ""; - margin-right: 0; - margin-left: 0; -} -.entry-content ul li ol li:before { - display: none; -} -.entry-content ul ul { - padding-left: 50px; -} -.entry-content ul.default li { - display: list-item; - padding: 0; - list-style-type: circle; -} -.entry-content ul.default li:before { - content: ""; - margin-left: 0; - margin-right: 0; -} -.entry-content ul.default li li { - list-style-type: square; -} -.entry-content ul.default li li li { - list-style-type: disc; -} -.entry-content ul.nolist li, .entry-content ul.textlist li { - list-style: none; - margin: 0; - padding: 0; - background: none; -} -.entry-content ul.nolist li:before, .entry-content ul.textlist li:before { - display: none; -} -.entry-content ul.nolist li:before, .entry-content ul.textlist li:before { - display: none; -} -.entry-content ul.sign li { - list-style-type: none; - padding-left: 30px; - margin-left: 20px; - background-image: url(../img/signet-maincolor-24.gif); - background-repeat: no-repeat; - background-position: left 3px; - display: list-item; -} -.entry-content ul.sign li:before { - content: ""; - margin: 0; -} -.entry-content ul.sign li ul li { - background-image: none; - list-style-type: circle; - list-style-image: none; - padding: 0; - margin: 0; -} -.entry-content ul.sign li ul li ul li { - list-style-type: square; -} -.entry-content ul.sign li ol li { - background-image: none; - padding: 0; - margin: 0; -} -.entry-content ul.sign.grau li { - background-image: url(../img/signet-grau-24.gif); -} -.entry-content ul.sign.secondcolor li { - background-image: url(../img/signet-secondcolor-24.gif); -} -.entry-content ul.line li { - position: relative; - padding: 0 0 0 24px; - list-style-position: outside; - list-style-type: none; -} -.entry-content ul.line li:before { - vertical-align: top; - position: absolute; - top: 0; - left: 0; - content: "–"; - padding: 0; - margin-left: 0; - margin-right: 0; -} -.entry-content ul.line li ul { - padding-left: 50px; -} -.entry-content ul.line li ul li { - padding-left: 24px; -} -.entry-content ul.line li ol li:before { - display: none; -} -.entry-content ul.textlist { - margin-left: 0; - padding-left: 0; -} -.entry-content ul.textlist li { - padding-left: 0; - display: inline; -} -.entry-content ol { - padding-left: 70px; -} -.entry-content ol li { - padding-left: 4px; - list-style-position: outside; -} -.entry-content ol ol { - padding-left: 50px; -} -.entry-content ol ul li { - padding-left: 24px; -} - -.comment-text ul, -.comment-text ol { - margin: 0 0 15px; - padding-left: 20px; -} -.comment-text li { - position: relative; - padding: 0 0 0 24px; -} -.comment-text ul li:before { - vertical-align: top; - position: absolute; - top: 0; - left: 0; - content: "–"; - padding: 0; -} -.comment-text ul li ul li { - padding-left: 24px; -} -.comment-text ul li ol li:before { - display: none; -} -.comment-text ol ul li { - padding: 0 0 0 24px; -} - -#comments ul ul, #comments ol ol { - padding-left: 50px; -} - -.fontawesome-icon-list a { - text-decoration: none; -} -.fontawesome-icon-list a i { - color: #1a1a1a; - min-width: 2em; -} - -/*-----------------------------------------------------------------------------------*/ -/* Blockquotes and cites -/*-----------------------------------------------------------------------------------*/ -blockquote { - display: block; - padding: 20px 20px 20px 45px; - margin: 10px 20px 30px; - position: relative; - font-family: Georgia, "Times New Roman", Times, serif; - border-left-style: solid; - border-left-width: 15px; - font-style: italic; - -webkit-hyphens: manual; - -ms-hyphens: manual; - hyphens: manual; -} -blockquote a { - text-decoration: none; - cursor: pointer; - padding: 0 3px; -} -blockquote em { - font-style: italic; -} -blockquote p { - position: relative; - font-weight: 600; - font-size: 1.125rem; - line-height: 1.688rem; -} -blockquote ul, blockquote ol { - padding-left: 0; -} -blockquote cite { - display: block; - padding-top: 10px; - padding-right: 30px; - font-style: normal; - font-weight: normal; - text-align: right; - font-size: 0.937rem; - line-height: 1.407rem; -} -blockquote cite::before { - content: "–"; -} -blockquote.quotesign { - padding: 20px 20px 20px 60px; -} -blockquote.quotesign::before { - content: "“"; - font-family: Georgia, serif; - font-size: 70px; - font-weight: bold; - position: absolute; - left: 10px; - top: 0px; -} -blockquote.quotesign::after { - content: ""; -} -blockquote.smallborder { - border-left-width: 2px; - border-right-width: 2px; -} -blockquote.boxborder { - border-top-width: 2px; - border-bottom-width: 2px; - border-top-style: solid; - border-bottom-style: solid; -} -blockquote.small { - border-left-width: 2px; - border-right-width: 2px; - font-style: normal; - padding: 10px 10px 10px 25px; -} -blockquote.small p { - font-weight: normal; - font-size: 1rem; - line-height: 1.5rem; -} -blockquote.small cite { - font-size: 1rem; - line-height: 1.5rem; -} -blockquote.borderless { - border: none; -} -.inner-offcanvas-wrap blockquote { - background: inherit; - margin: 10px 5px 30px 20px; - border: 0; -} -.inner-offcanvas-wrap blockquote::before { - content: "“"; - font-family: Georgia, serif; - font-size: 60px; - font-weight: bold; - color: #4d4d4d; - position: absolute; - left: 2px; - top: -5px; -} -.inner-offcanvas-wrap blockquote::after { - content: ""; -} - -#comments blockquote { - border-left: none; - border-right: none; -} -#comments blockquote p { - position: relative; - font-weight: 600; -} -#comments blockquote cite { - display: block; - padding-top: 10px; - font-style: normal; - font-size: 1rem; - line-height: 1.5rem; -} - -@media screen and (min-width: 48em) { - .entry-content blockquote:not(.small) p { - font-size: 1.5rem; - line-height: 2.25rem; - } - .entry-content blockquote:not(.small) cite { - font-size: 1.187rem; - line-height: 1.782rem; - } -} -/*-----------------------------------------------------------------------------------*/ -/* Display of meta elements, like tags, categories, timestampts and so on -/*-----------------------------------------------------------------------------------*/ -.entry-meta, -.entry-cats { - font-size: 0.687rem; - line-height: 1.032rem; - text-transform: uppercase; - letter-spacing: 1px; -} -.entry-meta a, -.entry-cats a { - text-decoration: none; -} - -.entry-meta { - display: block; - clear: both; -} -.entry-meta .entry-tags ul { - margin: 0; - padding: 0; -} - -#primary .hentry .entry-date, -#primary .hentry .entry-edit { - display: block; -} -#primary .hentry .entry-date { - padding-bottom: 8px; -} - -.featured-slider .entry-cats a, -.section-one-column-one .entry-cats a, -.section-three-column-one .entry-cats a, -#front-section-four .entry-cats a, -.single-post .entry-cats a { - padding: 3px 5px; - margin: 0 2px 4px 0; -} - -.section-one-column-one .entry-cats { - position: absolute; - top: 37px; - left: 17px; -} - -.section-three-column-two .entry-cats { - display: none; -} - -.search-results .entry-cats a:nth-child(n+2):before, -.archive .entry-cats a:nth-child(n+2):before { - content: " / "; - padding: 0 2px; -} - -.single-post .entry-header { - font-size: 0.875rem; - line-height: 1.313rem; -} -.single-post .entry-header .entry-cats { - display: block; - text-align: right; -} -.single-post .entry-header .entry-cats a { - display: inline-block; -} -.single-post .entry-tags { - font-size: 0.875rem; - line-height: 1.313rem; -} - -.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:before, -.blog .section-one-column-one .entry-cats a:before, -.blog .section-three-column-one .entry-cats a:before, -.blog #front-section-four .entry-cats a:before { - display: none; -} -.blog .hentry .entry-cats a { - display: none; -} -.blog .hentry .entry-cats a:nth-child(1), .blog .hentry .entry-cats a:nth-child(2), .blog .hentry .entry-cats a:nth-child(3), .blog .hentry .entry-cats a:nth-child(4) { - display: inline; -} -.blog .entry-cats a:nth-child(n+2):before { - content: " / "; -} -.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a { - padding: 2px 5px; - display: inline; -} -.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-date, -.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-comments, -.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-edit, -.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-author { - display: inline-block; - padding-bottom: 0; -} -.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-date { - padding-right: 20px; -} - -.front_hidecats .blog .entry-cats { - display: none !important; -} - -@media screen and (min-width: 48em) { - .single-post .hentry .entry-meta, -.single-attachment .hentry .entry-meta, -.shortcode-section a.all-posts-link, -.front-section a.all-posts-link { - font-size: 0.937rem; - line-height: 1.407rem; - } - .single-post .canonical-link, -.single-post .entry-tags { - font-size: 0.937rem; - line-height: 1.407rem; - } -} -/*-----------------------------------------------------------------------------------*/ -/* General Classes -/*-----------------------------------------------------------------------------------*/ -.wp-smiley { - border: 0; - margin-bottom: 0; - margin-top: 0; - padding: 0; -} - -.entry-content p.pull-left, .entry-content p.pull-right { - margin-bottom: 15px; - font-weight: 600; - line-height: 1.4 !important; -} - -span.dropcap { - float: left; - padding: 3px 4px 0 0; - font-size: 64px; - font-size: 4rem; - font-weight: 600; - line-height: 0.78; -} - -.uppercase { - font-weight: 600; - text-transform: uppercase; - letter-spacing: 1px; -} - -.wide-content { - margin-bottom: 30px; -} - -/* --- Alignment --- */ -.justify { - text-align: justify; -} - -.alignleft, -.alignright { - display: block; -} - -.alignleft { - margin-right: 35px; - float: left; -} - -.alignright { - margin-left: 35px; - float: right; -} - -.aligncenter { - display: block; - margin-left: auto; - margin-right: auto; - clear: both; -} - -.unsichtbar, .screen-reader-text, .single-post .entry-comments-title, .search-open span, #footer-social h3.socialmedia, -#footer-social span, .home.page .entry-header h1, .no-header-text p.site-description, -.no-header-subtitle p.site-description, .no-header-text h1.site-title, -.no-header-text p.site-title, -.no-header-title h1.site-title, -.no-header-title p.site-title { - position: absolute; - left: -10000px; - top: auto; - width: 1px; - height: 1px; - overflow: hidden; -} - -.unsichtbar:focus, .screen-reader-text:focus, .single-post .entry-comments-title:focus, .search-open span:focus, #footer-social h3.socialmedia:focus, -#footer-social span:focus, .home.page .entry-header h1:focus, .no-header-text p.site-description:focus, -.no-header-subtitle p.site-description:focus, .no-header-text h1.site-title:focus, -.no-header-text p.site-title:focus, -.no-header-title h1.site-title:focus, -.no-header-title p.site-title:focus { - position: relative; - left: 0; - width: auto; - height: auto; - overflow: auto; -} - -.hide-desktop { - display: none; -} - -.hidden { - display: none; -} - -/*-----------------------------------------------------------------------------------*/ -/* Forms -/*-----------------------------------------------------------------------------------*/ -.widget_mc4wp_form_widget input[type=submit], -.jetpack_subscription_widget #subscribe-submit input[type=submit] { - background: #ff8800; -} - -.desktop-search input[type=submit]:hover { - background: #0c6ca6; -} - -.widget_mc4wp_form_widget input[type=submit]:hover, -.jetpack_subscription_widget #subscribe-submit input[type=submit]:hover { - background: #ff8800; -} - -.desktop-search input[type=submit]:hover, -.widget_search input[type=submit]:hover, -.post-password-form input[type=submit]:hover, -.post-password-form input[type=submit]:hover .footer-feature-btn:hover { - border: 2px solid #0c6ca6; - color: #fff; - background: #0c6ca6; -} - -input { - padding: 12px 15px; - background: #fff; - border: 1px solid #ccc; - line-height: normal; - outline: none; - color: #1a1a1a; -} -input[type=submit]:hover, input#submit:hover { - background: #0c6ca6; - border: 2px solid #0c6ca6; - color: #fff; -} -input[type=reset], input[type=submit] { - -webkit-appearance: button; - cursor: pointer; -} -input[type=button], input[type=submit], input#submit { - padding: 9px 30px; - border: 2px solid #ff8800; - background-color: #ff8800; - color: #fff; - line-height: normal; - cursor: pointer; - outline: none; - -webkit-appearance: none; - text-transform: uppercase; - font-weight: 500; - letter-spacing: 3px; -} -input[type=button]:focus, input[type=button]:hover, input[type=submit]:focus, input[type=submit]:hover, input#submit:focus, input#submit:hover { - background-color: #672082; - border-color: #672082; -} - -textarea { - padding: 12px 15px; - background: #fff; - border: 1px solid #ccc; - line-height: normal; - outline: none; - color: #1a1a1a; -} -textarea:focus, textarea:active { - border: 1px solid #1a1a1a; -} - -button::-moz-focus-inner, -input::-moz-focus-inner { - border: 0; - padding: 0; -} - -button, input, optgroup, select, textarea { - color: inherit; - font: inherit; - margin: 0; -} - -button { - overflow: visible; - text-transform: none; -} - -select { - text-transform: none; -} - -button, -html input[type=button] { - -webkit-appearance: button; - cursor: pointer; -} - -button[disabled], -html input[disabled] { - cursor: default; -} - -#commentform input#submit { - border-color: #ff8800; - background-color: #ff8800; - color: #fff; -} -#commentform input#submit:focus, #commentform input#submit:hover { - background-color: #672082; - border-color: #672082; -} - -.post-password-form input[type=password] { - padding: 9px 15px; -} - -.widget_search .searchform { - width: 100%; - max-width: 500px; - display: block; - overflow: hidden; -} -.widget_search input.search-field { - margin-right: 6px; - padding: 12px 2%; - float: left; - width: 58%; -} - -.error404 input.search-field { - padding: 12px 2%; -} -.error404 input[type=submit] { - padding: 10px 30px; -} - -.widget_search input[type=submit], -.post-password-form input[type=submit] { - padding: 11px 0; - font-weight: 600; - line-height: 1.65; -} - -.widget_search input[type=submit] { - width: 40%; - float: right; -} - -@media screen and (min-width: 48em) { - input[type=button], input[type=submit], input#submit { - font-size: 0.937rem; - line-height: 1.407rem; - } -} -/* --- Images --- */ -img { - max-width: 100%; - /* Adhere to container width. */ - height: auto; - /* Make sure images are scaled correctly. */ -} -img.wp-post-image { - padding: 0; -} -img.img-border { - border: 5px solid #e2e2e2; -} -img.img-border-thin { - background: #fff; - padding: 5px; - border: 1px solid #ededee; -} -img.shadow { - max-width: calc(100% - 10px); - box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.6); -} -img.noshadow { - max-width: inherit; - box-shadow: none; -} -img.rounded { - border-radius: 50%; -} -img.roundedges { - border-radius: 10px; -} -img.alignleft, img.alignright { - margin-top: 8px; - margin-bottom: 25px; -} - -.widget img { - max-width: 100%; - height: auto; -} - -.wp-caption { - max-width: 100%; -} -.wp-caption.alignnone { - margin-left: 0; - margin-right: 0; -} - -img#wpstats { - display: none; -} - -.entry-content .wp-caption-text, -.entry-content p.wp-caption-text { - margin: 0; - font-size: 0.875rem; - line-height: 1.313rem; -} -.shadow-images .entry-content img { - max-width: calc(100% - 10px); - box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.6); -} -.shadow-images .entry-content img.noshadow { - max-width: inherit; - box-shadow: none; -} - -.type-attachment .entry-content .entry-caption p { - margin: 0; - padding: 8px 10px 30px 2px; - font-size: 0.875rem; - line-height: 1.313rem; -} - -.entry-content p.wp-caption-text { - text-align: right; - padding: 0 10px 0 0; -} -.entry-content .alignleft p.wp-caption-text { - text-align: left; -} -.entry-content .alignright p.wp-caption-text { - text-align: right; - margin-right: 6px; -} - -figure { - margin: 10px 0 20px 0; -} -figure figcaption { - text-align: right; - padding: 0 10px 0 0; - margin: 0; - font-size: 0.875rem; - line-height: 1.313rem; - max-width: 100%; -} -figure.entry-thumbnail figcaption { - text-align: right; -} -.shadow-images figure img { - max-width: calc(100% - 10px); - box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.6); -} - -@media screen and (min-width: 48em) { - .single-post .entry-thumbnail { - padding-bottom: 30px; - } -} - -/*-----------------------------------------------------------------------------------*/ -/* Image Galleries -/*-----------------------------------------------------------------------------------*/ -.gallery { - margin-left: auto; - margin-right: auto; - padding-top: 10px; -} -.gallery .gallery-item { - float: left; - margin-top: 0; - width: 33.3%; -} -.gallery .gallery-item a { - border-bottom: none; -} -.gallery .gallery-item .gallery-caption { - margin: 0; - padding: 8px 2px 30px; - font-size: 0.875rem; - line-height: 1.313rem; -} -.gallery .gallery-item img { - width: 100%; - height: auto; -} -.gallery dl, .gallery dt { - margin: 0; -} -.gallery br + br { - display: none; -} - -.shadow-images .entry-content .gallery img { - width: 100%; - box-shadow: 2px 0px 10px 0px rgba(0, 0, 0, 0.8); -} - -.tiled-gallery { - margin-left: auto; - margin-right: auto; - padding-top: 10px; - margin-bottom: 30px !important; -} - -.gallery-columns-2 .gallery-item { - width: 50%; -} -.gallery-columns-2 .gallery-item:nth-of-type(odd) { - padding-right: 1.4%; -} - -.gallery-columns-3 .gallery-item:nth-of-type(3n+1) { - padding-right: 1.4%; -} - -.gallery-columns-2 .gallery-item:nth-of-type(even) { - padding-left: 1.4%; -} - -.gallery-columns-3 .gallery-item:nth-of-type(3n+3) { - padding-left: 1.4%; -} -.gallery-columns-3 .gallery-item:nth-of-type(3n+2) { - padding-left: 0.7%; - padding-right: 0.7%; -} - -.gallery-columns-4 .gallery-item { - width: 25%; -} - -.gallery-columns-5 .gallery-item { - width: 20%; -} - -.gallery-columns-6 .gallery-item { - width: 16.6%; -} - -.gallery-columns-7 .gallery-item { - width: 14%; -} - -.gallery-columns-8 .gallery-item { - width: 12.5%; -} - -.gallery-columns-9 .gallery-item { - width: 11%; -} - -.gallery-columns-2 .attachment-medium { - max-width: 92%; - height: auto; -} - -.gallery-columns-4 .attachment-thumbnail, -.gallery-columns-5 .attachment-thumbnail, -.gallery-columns-6 .attachment-thumbnail { - max-width: 93%; - height: auto; -} - -.gallery-columns-7 .attachment-thumbnail, -.gallery-columns-8 .attachment-thumbnail, -.gallery-columns-9 .attachment-thumbnail { - max-width: 94%; - height: auto; -} - -.single .gallery .gallery-item .gallery-caption { - display: block; -} - -/*-----------------------------------------------------------------------------------*/ -/* Embeds -/*-----------------------------------------------------------------------------------*/ -embed, iframe, object, video { - max-width: 100%; -} - -.entry-content .twitter-tweet-rendered { - max-width: 100% !important; - /* Override the Twitter embed fixed width */ -} - -.site-content .type-attachment { - padding-top: 0 !important; -} - -/*-----------------------------------------------------------------------------------*/ -/* Social Media Icons -/*-----------------------------------------------------------------------------------*/ -.social-nav ul li { - display: inline-block; - border: 1px solid transparent; - border-radius: 50%; -} -.social-nav ul li a { - background: #fff; - color: #1a1a1a; - overflow: hidden; - display: inline-block; - width: 25px; - height: 25px; - text-align: center; - vertical-align: middle; - border-radius: 50%; -} -.social-nav ul li :hover { - background: #1a1a1a; - color: #fff; -} -.social-nav ul li a::before { - font-size: 1.125rem; - line-height: 1.688rem; - text-align: center; - vertical-align: middle; - padding-top: 1px; -} -.social-nav ul li a[href*="diaspora.com"] { - background-color: #ccc; - border-color: #ccc; - color: white; -} -.social-nav ul li a[href*="diaspora.com"]:before { - font-size: 2.25rem; - line-height: 2rem; - content: "*"; - font-family: "Roboto", "Helvetica", "Arial", sans-serif; - font-weight: bold; -} -.social-nav ul li a[href*="diaspora.com"]:focus, .social-nav ul li a[href*="diaspora.com"]:hover { - background-color: #b3b3b3; -} -.social-nav ul li a[href*="delicious.com"] { - background-color: #eeeeee; - border-color: #eeeeee; - color: white; -} -.social-nav ul li a[href*="delicious.com"]:focus, .social-nav ul li a[href*="delicious.com"]:hover { - background-color: #d5d5d5; -} -.social-nav ul li a[href*="facebook.com"] { - background-color: #3b5998; - border-color: #3b5998; - color: white; -} -.social-nav ul li a[href*="facebook.com"]:focus, .social-nav ul li a[href*="facebook.com"]:hover { - background-color: #2d4373; -} -.social-nav ul li a[href*=feed] { - background-color: #ff8800; - border-color: #ff8800; - color: white; -} -.social-nav ul li a[href*=feed]:focus, .social-nav ul li a[href*=feed]:hover { - background-color: #cc6d00; -} -.social-nav ul li a[href*="flattr.com"] { - background-color: #5CB85C; - border-color: #5CB85C; - color: white; -} -.social-nav ul li a[href*="flattr.com"]:focus, .social-nav ul li a[href*="flattr.com"]:hover { - background-color: #449d44; -} -.social-nav ul li a[href*="flickr.com"] { - background-color: #ff0084; - border-color: #ff0084; - color: white; -} -.social-nav ul li a[href*="flickr.com"]:focus, .social-nav ul li a[href*="flickr.com"]:hover { - background-color: #cc006a; -} -.social-nav ul li a[href*="google.com"] { - background-color: #4285f4; - border-color: #4285f4; - color: white; -} -.social-nav ul li a[href*="google.com"]:focus, .social-nav ul li a[href*="google.com"]:hover { - background-color: #1266f1; -} -.social-nav ul li a[href*="github.com"] { - background-color: #4078c0; - border-color: #4078c0; - color: white; -} -.social-nav ul li a[href*="github.com"]:focus, .social-nav ul li a[href*="github.com"]:hover { - background-color: #264874; -} -.social-nav ul li a[href*="instagram.com"] { - background-color: #c13584; - border-color: #c13584; - color: white; -} -.social-nav ul li a[href*="instagram.com"]:focus, .social-nav ul li a[href*="instagram.com"]:hover { - background-color: #711f4d; -} -.social-nav ul li a[href*="linkedin.com"] { - background-color: #0077b5; - border-color: #0077b5; - color: white; -} -.social-nav ul li a[href*="linkedin.com"]:focus, .social-nav ul li a[href*="linkedin.com"]:hover { - background-color: #00344f; -} -.social-nav ul li a[href*="pinterest.com"] { - background-color: #bd081c; - border-color: #bd081c; - color: white; -} -.social-nav ul li a[href*="pinterest.com"]:focus, .social-nav ul li a[href*="pinterest.com"]:hover { - background-color: #5b040e; -} -.social-nav ul li a[href*="reddit.com"] { - background-color: #ff4500; - border-color: #ff4500; - color: white; -} -.social-nav ul li a[href*="reddit.com"]:focus, .social-nav ul li a[href*="reddit.com"]:hover { - background-color: #992900; -} -.social-nav ul li a[href*="slack.com"] { - background-color: #6ecadc; - border-color: #6ecadc; - color: white; -} -.social-nav ul li a[href*="slack.com"]:focus, .social-nav ul li a[href*="slack.com"]:hover { - background-color: #2ca1b8; -} -.social-nav ul li a[href*="snapchat.com"] { - background-color: #fffc00; - border-color: #fffc00; - color: white; -} -.social-nav ul li a[href*="snapchat.com"]:focus, .social-nav ul li a[href*="snapchat.com"]:hover { - background-color: #999700; -} -.social-nav ul li a[href*="slideshare.com"] { - background-color: #bddfdf; - border-color: #bddfdf; - color: black; -} -.social-nav ul li a[href*="slideshare.com"]:focus, .social-nav ul li a[href*="slideshare.com"]:hover { - background-color: #78bebe; -} -.social-nav ul li a[href*="tumblr.com"] { - background-color: #56BC8A; - border-color: #56BC8A; - color: white; -} -.social-nav ul li a[href*="tumblr.com"]:focus, .social-nav ul li a[href*="tumblr.com"]:hover { - background-color: #317b57; -} -.social-nav ul li a[href*="twitter.com"] { - background-color: #1da1f2; - border-color: #1da1f2; - color: white; -} -.social-nav ul li a[href*="twitter.com"]:focus, .social-nav ul li a[href*="twitter.com"]:hover { - background-color: #0967a0; -} -.social-nav ul li a[href*="vimeo.com"] { - background-color: #162221; - border-color: #162221; - color: white; -} -.social-nav ul li a[href*="vimeo.com"]:focus, .social-nav ul li a[href*="vimeo.com"]:hover { - background-color: #3e605d; -} -.social-nav ul li a[href*="xing.com"] { - background-color: #026466; - border-color: #026466; - color: white; -} -.social-nav ul li a[href*="xing.com"]:focus, .social-nav ul li a[href*="xing.com"]:hover { - background-color: #000202; -} -.social-nav ul li a[href*="youtube.com"] { - background-color: #cd201f; - border-color: #cd201f; - color: white; -} -.social-nav ul li a[href*="youtube.com"]:focus, .social-nav ul li a[href*="youtube.com"]:hover { - background-color: black; -} -.social-nav ul li a[href*="lists.piratenpartei.de"] { - background-color: #ff8800; - border-color: #ff8800; - color: white; -} -.social-nav ul li a[href*="lists.piratenpartei.de"]:focus, .social-nav ul li a[href*="lists.piratenpartei.de"]:hover { - background-color: #995200; -} - -.socialmedia-maincolor .social-nav ul li a { - color: #ff8800; - background-color: #fff; - border-color: #fff; -} -.socialmedia-maincolor .social-nav ul li a:focus, .socialmedia-maincolor .social-nav ul li a:hover { - background: #672082; - color: #fff; - border-color: #672082; -} -.socialmedia-maincolor .social-nav ul li :focus, -.socialmedia-maincolor .social-nav ul li :hover { - background: #672082; - color: #fff; - border-color: #672082; -} - -.socialmedia-secondcolor .social-nav ul li a { - color: #672082; - background-color: #fff; - border-color: #fff; -} -.socialmedia-secondcolor .social-nav ul li a:focus, .socialmedia-secondcolor .social-nav ul li a:hover { - background: #ff8800; - color: #fff; - border-color: #ff8800; -} -.socialmedia-secondcolor .social-nav ul li :focus, -.socialmedia-secondcolor .social-nav ul li :hover { - background: #ff8800; - color: #fff; - border-color: #ff8800; -} - -#footer-social.social-nav li { - border: none; -} -.socialmedia-maincolor #footer-social.social-nav ul li a { - color: #ff8800; - background: #471659; -} -.socialmedia-maincolor #footer-social.social-nav ul li a:focus, .socialmedia-maincolor #footer-social.social-nav ul li a:hover { - background: #672082; - color: #fff; - border-color: #672082; -} -.socialmedia-secondcolor #footer-social.social-nav ul li a { - color: #ff8800; - background: #471659; -} -.socialmedia-secondcolor #footer-social.social-nav ul li a:focus, .socialmedia-secondcolor #footer-social.social-nav ul li a:hover { - background: #ff8800; - color: #fff; - border-color: #ff8800; -} - -@media screen and (min-width: 66.25em) { - .header-social { - display: block; - position: absolute; - right: 0; - top: 40px; - height: 59px; - padding-top: 10px; - } - #header-social-sticky { - top: 7px; - right: 20px; - } - .header-stick #header-social-sticky { - z-index: 9999; - } -} -/*-----------------------------------------------------------------------------------*/ -/* Buttons -/*-----------------------------------------------------------------------------------*/ -.box, .pirate-crew-error, #comments .disclaimer { - margin: 0 0 30px; - padding: 20px; - overflow: hidden; - line-height: 1.4; -} -.box a, .pirate-crew-error a, #comments .disclaimer a { - font-weight: bold; -} - -.site-content .box p, .site-content .pirate-crew-error p, .site-content #comments .disclaimer p, #comments .site-content .disclaimer p { - margin: 0 0 30px; -} - -.white-box { - border: 3px solid #fff; -} -.white-box.invertbox { - background: #e6e6e6; -} - -.blue-box { - border: 3px solid #0066ff; -} -.blue-box.invertbox { - background: #3385ff; -} - -.yellow-box { - border: 3px solid #e7b547; -} -.yellow-box.invertbox { - background: #edc774; -} - -.red-box, .pirate-crew-error { - border: 3px solid #d7464d; -} -.red-box.invertbox, .invertbox.pirate-crew-error { - background: #e07075; -} - -.green-box { - border: 3px solid #85c066; -} -.green-box.invertbox { - background: #a2cf8a; -} - -.lightgrey-box { - border: 3px solid #ececed; -} -.lightgrey-box.invertbox { - background: white; -} - -.grey-box { - border: 3px solid #a9a9a9; -} -.grey-box.invertbox { - background: #c3c3c3; -} - -.dark-box { - border: 3px solid #222; -} -.dark-box.invertbox { - background: #3c3c3c; - color: #fff; -} - -.maincolor-box, #comments .disclaimer { - border: 3px solid #ff8800; -} -.maincolor-box a, #comments .disclaimer a { - color: #ff8800; -} -.maincolor-box.invertbox, #comments .invertbox.disclaimer { - background: #ffa033; -} -.maincolor-box.invertbox a, #comments .invertbox.disclaimer a { - color: #1a1a1a; -} - -.secondcolor-box { - border: 3px solid #672082; -} -.secondcolor-box a { - color: #672082; -} -.secondcolor-box.invertbox { - background: #872aab; - color: #fff; -} - -/* --- Buttons --- */ -a.standard-btn { - display: inline-block; - margin: 0 0 30px; - padding: 10px 18px; - overflow: hidden; - cursor: pointer; - background: #1a1a1a; - color: #fff; - font-size: 16px; - font-size: 1rem; - text-align: center; - font-weight: normal; - text-decoration: none !important; - transition: 0.2s background ease; -} -a.standard-btn:focus, a.standard-btn:hover { - background: #737373; -} - -.post .entry-content a.standard-btn, -.page .entry-content a.standard-btn, -.post .entry-content a.standard-btn:hover, -.page .entry-content a.standard-btn:hover { - color: #fff; - border: none; -} - -a.standard-btn.xsmall-btn { - padding: 5px 10px 3px; - font-size: 14px; - font-size: 0.875rem; -} -a.standard-btn.small-btn { - padding: 7px 12px 5px; - font-size: 18px; - font-size: 1.125rem; -} -a.standard-btn.large-btn { - padding: 14px 20px 13px; - font-size: 23px; - font-size: 1.4375rem; -} -a.standard-btn.xlarge-btn { - padding: 18px 30px 17px; - font-size: 25px; - font-size: 1.5625rem; -} -a.standard-btn.red-btn { - background: #d7464d; -} -a.standard-btn.red-btn:focus, a.standard-btn.red-btn:hover { - background: #ab252c; -} -a.standard-btn.green-btn { - background: #85c066; -} -a.standard-btn.green-btn:focus, a.standard-btn.green-btn:hover { - background: #5f9a3f; -} -a.standard-btn.blue-btn { - background: #0066ff; -} -a.standard-btn.blue-btn:focus, a.standard-btn.blue-btn:hover { - background: #0047b3; -} -a.standard-btn.yellow-btn { - background: #e7b547; -} -a.standard-btn.yellow-btn:focus, a.standard-btn.yellow-btn:hover { - background: #c7911a; -} -a.standard-btn.grey-btn { - background: #a9a9a9; -} -a.standard-btn.grey-btn:focus, a.standard-btn.grey-btn:hover { - background: #838383; -} -a.standard-btn.black-btn { - background: #000; -} -a.standard-btn.black-btn:focus, a.standard-btn.black-btn:hover { - background: #595959; -} -a.standard-btn.maincolor-btn { - background: #ff8800; -} -a.standard-btn.maincolor-btn:focus, a.standard-btn.maincolor-btn:hover { - background: #672082; -} -a.standard-btn.secondcolor-btn { - background: #672082; -} -a.standard-btn.secondcolor-btn:focus, a.standard-btn.secondcolor-btn:hover { - background: #ff8800; -} - -.footer-feature-btn { - display: inline-block; - margin: 20px 0 0 0; - padding: 18px 30px; - background: none; - border: 2px solid #ff8800; - background: #ff8800; - color: #fff; - text-transform: uppercase; - letter-spacing: 3px; - outline: none; - font-weight: 500; -} -.footer-feature-btn:focus, .footer-feature-btn:hover { - border-color: #672082; - background: #672082; -} - -/*-----------------------------------------------------------------------------------*/ -/* Comments -/*-----------------------------------------------------------------------------------*/ -#comments-toggle { - position: relative; - display: block; - width: 100%; - padding: 18px 20px 18px 60px; - border-width: 2px; - border-style: solid; - background: none; - font-weight: 600; - text-transform: uppercase; - letter-spacing: 3px; - text-align: left; - outline: none; -} -#comments-toggle:before { - display: block; - position: absolute; - top: 0; - left: 0; - width: 60px; - height: 58px; - text-align: center; - padding-top: 16px; - background: none; -} - -.toggledcomments .comments-content { - display: none; -} - -.comments-show .comments-content { - display: block; -} - -#primary .hentry .entry-comments { - display: block; - padding-bottom: 8px; -} - -.entry-comments a { - position: relative; - padding-left: 18px; -} -.entry-comments a:before { - display: block; - position: absolute; - top: 2px; - left: 0; -} - -#comments { - position: relative; - padding: 20px 0 0 0; -} -#comments ul li, -#comments ol li { - list-style-position: outside; -} -#comments ul.children { - margin: 0; - padding: 0; -} -#comments li.comment, #comments li.pingback { - overflow: hidden; - margin: 0 0 16px; - padding: 0; -} -#comments li.comment:last-of-type, #comments li.pingback:last-of-type { - margin: 0; -} -#comments li.comment ul.children { - margin: 16px 0 0; -} -#comments .children .comment:last-child { - margin: 0; -} -#comments h3.comments-title { - padding: 27px 0 0 0; - border-top: 1px solid #1a1a1a; - display: block; - font-weight: 600; - text-transform: uppercase; - letter-spacing: 3px; -} -#comments .comment-details { - position: relative; - margin: 0 90px 0 0; - padding: 0; -} -#comments .comment-avatar { - margin: 0; - padding: 0; - line-height: 0; - float: left; -} -#comments .comment-avatar img.avatar { - width: 40px; - height: 40px; - margin: 0; - border-radius: 50px; -} -#comments .comment-author { - font-size: 1rem; - line-height: 1.5rem; - font-weight: 600; -} -#comments .comment-author span { - display: none; -} -#comments .comment-text { - overflow: hidden; - padding: 10px 30px 10px 0; -} -#comments .comment-text p { - margin: 0; - padding: 0 0 15px; -} -#comments .comment-text p:last-child { - padding: 0; -} -#comments .comment-meta { - overflow: hidden; - list-style: none; -} -#comments .comment-meta li { - display: inline; -} -#comments .comment-reply { - position: relative; - padding: 0; -} -#comments .comment-reply a { - padding-left: 20px; -} -#comments .comment-reply a:before { - display: block; - position: absolute; - top: 4px; - left: 0; - text-align: left; -} -#comments p.comment-awaiting-moderation { - display: inline-block; -} -#comments ol li.pingback p { - margin: 0; -} -#comments .disclaimer { - margin-bottom: 10px; -} -#comments #respond { - margin: 0; - padding-top: 30px; - overflow: hidden; - text-align: left; -} -#comments li.comment #respond { - padding-top: 20px; -} -#comments ol.commentlist #respond { - margin: 0; - padding-left: 0; - padding-right: 0; -} -#comments #respond p.comment-notes { - margin: 0; - padding: 0; -} -#comments #respond p.logged-in-as { - padding: 3px 0 0 0; - margin-bottom: 0; -} - -ol.commentlist { - list-style: none; - margin: 0; - padding: 40px 0 0; -} -ol.commentlist li { - display: block; - margin: 0; - padding: 0; -} -ol.commentlist .comment-text li { - padding: 0 0 0 18px; -} - -/* --- Comment Content --- */ -.comment-wrap { - padding: 0 0 16px 60px; -} - -ol.commentlist li.comment:last-of-type .comment-wrap { - padding-bottom: 0; -} -ol.commentlist ul.children li.comment:last-of-type .comment-wrap { - padding-bottom: 16px; -} - -.comment-edit:before { - content: ","; - display: inline; -} - -.site-content .nopassword, .site-content p.nocomments { - position: relative; - margin: 15px 0 0; - padding: 0; - font-weight: 600; -} - -#respond a#cancel-comment-reply-link { - margin: 21px 0 0 0; - float: right; - font-weight: normal; - text-transform: none; - letter-spacing: 0; -} - -#commentform p.comment-form-author, #commentform p.comment-form-email, #commentform p.comment-form-url, #commentform p.comment-form-comment { - margin: 0; - padding: 20px 0 0; -} -#commentform p.comment-form-author, #commentform p.comment-form-email, #commentform p.comment-form-url, #commentform p.comment-form-comment { - float: none; - clear: both; - width: 100%; -} - -.contact-form div { - float: none; - clear: both; - width: 100%; -} - -#commentform input#author, #commentform input#email, #commentform input#url { - display: block; - width: 100%; - margin: 0; - line-height: normal; - -webkit-appearance: none; - outline-color: transparent; - outline-style: none; -} -#commentform textarea#comment { - width: 100%; - margin: 0; - line-height: normal; - -webkit-appearance: none; - outline-color: transparent; - outline-style: none; -} -#commentform input#submit { - margin: 20px 0; - width: 100%; - font-weight: 600; -} -#commentform p.form-submit { - margin: 0; - clear: both; -} - -#respond small { - font-size: 100%; -} - -.comment-notes { - display: none; -} - -.externcomments a.standard-btn { - width: 100%; -} - -@media screen and (min-width: 48em) { - .single-post .entry-comments a { - padding-left: 22px; - } - ol.commentlist { - padding: 40px 0 10px; - } - #comments li.comment ul.children { - margin-left: 60px; - } - #comments li.comment ul.children ul.children ul.children { - margin-left: 0; - } -} -/*-----------------------------------------------------------------------------------*/ -/* Featured Slider + Custom Header Image -/*-----------------------------------------------------------------------------------*/ -.featured-content { - padding-bottom: 35px; -} -.no-js .featured-content { - display: none; -} - -.header-image { - display: block; - line-height: 0; - margin-bottom: 35px; -} -.header-image img { - width: 100%; -} - -.slider-on.slider-boxed .featured-content { - padding-top: 20px; -} - -.headerimg-on.slider-on.slider-boxed .featured-content { - padding-top: 0 !important; -} -.headerimg-on.header-boxed .header-image { - margin-top: 20px; -} - -.slider-on.slider-boxed .featured-slider .entry-header, -.slider-on.slider-boxed .featured-slider .entry-meta, -.slider-on.slider-boxed .featured-slider .credits { - padding-left: 17px; - padding-right: 17px; -} - -.featured-slider { - visibility: hidden; - overflow: hidden; - position: relative; - padding-bottom: 35px; -} -.featured-slider article header { - margin-bottom: 0px; -} -.featured-slider .meta-main-wrap { - position: absolute; - left: 0; - right: 0; - bottom: 0; - padding-bottom: 17px; -} -.featured-slider .entry-author { - display: none; -} -.featured-slider .entry-edit { - margin-left: 20px; -} -.featured-slider button.slick-next { - position: absolute; - bottom: 0; - width: 50%; - height: 35px; - background: transparent; - outline: 0; - border-top: none; - border-left: none; - border-bottom: 1px solid #ddd; - text-indent: -99999px; -} -.featured-slider button.slick-prev { - position: absolute; - bottom: 0; - width: 50%; - height: 35px; - background: transparent; - outline: 0; - border-top: none; - border-left: none; - border-bottom: 1px solid #ddd; - text-indent: -99999px; - left: 0; - border-right: 1px solid #ddd; -} -.featured-slider button.slick-next { - right: 0; - border-right: none; -} -.featured-slider .entry-header, -.featured-slider .entry-meta, -.featured-slider .credits { - padding-left: 5.3125%; - /* 17px at 320px */ - padding-right: 5.3125%; - /* 17px at 320px */ -} -.featured-slider .entry-edit, -.featured-slider .entry-cats a:before { - display: none; -} -.featured-slider .entry-date { - padding-right: 20px; -} -.featured-slider .entry-date::before { - display: none; -} -.featured-slider .entry-thumbnail img { - position: relative; - width: 100%; -} -.featured-slider .credits { - font-size: 0.875rem; - line-height: 1.313rem; - color: #aaa; - text-shadow: 1px 2px 2px black; - position: absolute; - bottom: 0px; - text-align: right; - width: 100%; -} - -.slick-initialized { - visibility: visible !important; -} - -.slick-slide { - position: relative; -} - -.section-one-column-one .entry-author, -.section-one-column-one .entry-date:before { - display: none; -} - -.slider-on.slider-boxed .featured-slider button.slick-prev { - border-left: 1px solid #ddd; -} -.slider-on.slider-boxed .featured-slider button.slick-next { - border-right: 1px solid #ddd; -} - -.featured-slider button.slick-prev:after, .featured-slider button.slick-next:after { - position: absolute; - display: block; - text-indent: 0; - color: #1a1a1a; - bottom: 13px; -} -.featured-slider button.slick-prev:after { - left: 47%; - content: "\f053"; -} -.featured-slider button.slick-next:after { - right: 47%; - content: "\f054"; -} - -/* --- Fullscreen Slider and Header Image Option --- */ -.slider-on.slider-fullscreen .featured-content, -.headerimg-on.header-fullscreen .featured-content { - padding-top: 0; -} - -.home.blog.slider-on.slider-fullscreen #site-branding, .home.blog.headerimg-on.header-fullscreen #site-branding { - background: none; - border-bottom: none; -} - -.home.blog.slider-on.slider-fullscreen #site-branding { - position: absolute; -} - -.slider-on.slider-boxed .featured-content { - padding-left: 5.3125%; - /* 17px at 320px */ - padding-right: 5.3125%; - /* 17px at 320px */ -} - -.featured-slider .entry-thumbnail a { - width: 130%; -} - -.slider-on .front-section:first-of-type { - padding-top: 0; -} - -@media screen and (min-width: 37.5em) { - .featured-slider .entry-edit { - display: inline-block; - } - .featured-slider .format-video .entry-thumbnail a:before { - width: 60px; - height: 42px; - padding: 22px 0 0 24px; - } -} -@media screen and (min-width: 48em) { - .featured-slider { - padding-bottom: 0; - } - .featured-slider .entry-header h2.entry-title { - font-size: 2.25rem; - line-height: 3.375rem; - } - .featured-slider .entry-header h2.entry-title a { - text-shadow: 1px 2px 2px black; - } - .featured-slider .credits { - bottom: 10px; - text-align: left; - } - .featured-slider .meta-main-wrap { - padding-bottom: 35px; - } - .featured-slider button.slick-next, .featured-slider button.slick-prev { - position: absolute; - bottom: 0; - outline: 0; - border-top: none; - border-left: none; - border-bottom: none; - text-indent: -99999px; - z-index: 1; - background: rgba(26, 26, 26, 0.75); - width: 50px; - height: 50px; - } - .featured-slider button.slick-next:focus, .featured-slider button.slick-next:hover { - background: rgb(26, 26, 26); - } - .featured-slider button.slick-prev { - left: auto; - right: 50px; - border-right: none; - } - .featured-slider button.slick-prev:focus, .featured-slider button.slick-prev:hover { - background: rgb(26, 26, 26); - } - .featured-slider button.slick-next { - right: 0; - } - .featured-slider button.slick-prev:after, .featured-slider button.slick-next:after { - color: #fff; - position: absolute; - bottom: 0; - } - .featured-slider button.slick-prev:after { - left: 13px; - bottom: 13px; - } - .featured-slider button.slick-next:after { - right: 13px; - bottom: 13px; - } - .slider-on.slider-boxed .featured-slider button.slick-prev, .slider-on.slider-boxed .featured-slider button.slick-next { - border: none; - } - .slider-on.slider-boxed .featured-slider .entry-header, .slider-on.slider-boxed .featured-slider .entry-meta { - padding-left: 40px; - padding-right: 40px; - } - .slider-on .featured-slider .entry-thumbnail a { - max-height: 400px; - overflow: hidden; - } -} -@media screen and (min-width: 64em) { - .featured-slider .entry-thumbnail a { - width: 100%; - } - .slider-on .featured-slider .entry-thumbnail a { - max-height: 700px; - overflow: hidden; - } -} -@media screen and (min-width: 66.25em) { - .blog.slider-on #masthead { - margin-bottom: 0; - border-bottom: none; - } - .slider-on.slider-boxed #masthead { - border-bottom: 1px solid #ddd !important; - } - .featured-slider article header { - margin-bottom: 20px; - } - .featured-slider .entry-header, -.featured-slider .entry-meta, -.featured-slider .credits { - padding-left: 0; - padding-right: 0; - width: 57.6388888889%; - /* -- 830px at 1440px ---*/ - margin-left: 6.25%; - } - .featured-slider .entry-header h2.entry-title { - font-size: 3rem; - line-height: 4.5rem; - padding-top: 10px; - } - .featured-slider .format-video .entry-thumbnail a:before { - left: 6.25%; - top: 40px; - } - .featured-slider .entry-date:before { - content: " / "; - padding: 0 2px; - display: inline-block; - } - .no-author .featured-slider .entry-date:before { - display: none; - } - .featured-slider .entry-meta { - padding-top: 20px; - } - .featured-slider .entry-author { - display: inline-block; - } - .slider-on.slider-boxed .featured-content { - padding-left: 0; - padding-right: 0; - margin-left: 6.25%; - margin-right: 6.25%; - padding-top: 30px; - width: 87.5%; - } - .slider-on.slider-boxed .featured-slider .entry-header, .slider-on.slider-boxed .featured-slider .entry-meta { - margin-left: 0; - } -} -@media screen and (min-width: 85em) { - .featured-slider .entry-header h2.entry-title { - font-size: 3.625rem; - line-height: 5.438rem; - } - .slider-on .featured-slider .entry-thumbnail a { - max-height: 900px; - overflow: hidden; - } -} -@media screen and (min-width: 112.5em) { - .slider-on.slider-boxed .featured-content { - width: 70%; - margin-left: auto; - margin-right: auto; - } - .featured-slider .entry-header, -.featured-slider .entry-meta, -.featured-slider .credits { - width: 70%; - margin-left: auto; - margin-right: auto; - } -} -@media screen and (min-width: 137.5em) { - .slider-on.slider-boxed .featured-content { - width: 56%; - } - .featured-slider .entry-header, -.featured-slider .entry-meta, -.featured-slider .credits { - width: 56%; - } -} -/*-----------------------------------------------------------------------------------*/ -/* Accordion -/*-----------------------------------------------------------------------------------*/ -.accordion { - margin: 10px 0 20px 0; -} -.accordion .accordion-group { - border: none; - margin-bottom: 5px; -} -.accordion .accordion-group .accordion-heading { - overflow: hidden; -} -.accordion .accordion-group .accordion-heading .accordion-toggle { - border-left: 10px solid #ff8800; - background: #e7e7eb; - color: #1a1a1a; - border-radius: 4px; - text-decoration: none; - font-size: 1rem; - line-height: 1.5rem; - padding: 8px 35px 8px 10px; - position: relative; - width: 100%; - display: inline-block; -} -.accordion .accordion-group .accordion-heading .accordion-toggle:before { - position: absolute; - top: 10px; - right: 10px; -} -.accordion .accordion-group .accordion-heading .accordion-toggle:hover, .accordion .accordion-group .accordion-heading .accordion-toggle:focus { - background-color: #ffa033; - text-decoration: none; -} -.accordion .accordion-group .accordion-heading .accordion-toggle.active, .accordion .accordion-group .accordion-heading .accordion-toggle.active:hover, .accordion .accordion-group .accordion-heading .accordion-toggle.active:focus { - background-color: #ffa033; - color: #1a1a1a; -} -.accordion .accordion-group .accordion-heading .accordion-toggle.active:before, .accordion .accordion-group .accordion-heading .accordion-toggle.active:hover:before, .accordion .accordion-group .accordion-heading .accordion-toggle.active:focus:before { - top: 8px; -} -.accordion .accordion-group .accordion-body { - display: block; -} -.accordion .accordion-group .accordion-body .accordion-inner { - border: none; - background: #e7e7eb; - padding: 15px 20px; -} -.accordion .secondcolor .accordion-heading .accordion-toggle, -.accordion .second .accordion-heading .accordion-toggle { - border-color: #672082; -} -.accordion .secondcolor .accordion-heading .accordion-toggle:hover, .accordion .secondcolor .accordion-heading .accordion-toggle:focus, -.accordion .second .accordion-heading .accordion-toggle:hover, -.accordion .second .accordion-heading .accordion-toggle:focus { - color: #fff; - background-color: #872aab; -} -.accordion .secondcolor .accordion-heading .accordion-toggle.active, .accordion .secondcolor .accordion-heading .accordion-toggle.active:hover, .accordion .secondcolor .accordion-heading .accordion-toggle.active:focus, -.accordion .second .accordion-heading .accordion-toggle.active, -.accordion .second .accordion-heading .accordion-toggle.active:hover, -.accordion .second .accordion-heading .accordion-toggle.active:focus { - color: #fff; - background-color: #872aab; -} -.accordion h1, .accordion h2, .accordion h3, .accordion h4, .accordion h5, .accordion h6 { - color: #1a1a1a; -} -.accordion hr { - border: 1px solid #e7e7eb; - margin: 30px 20px; - height: inherit; -} -.accordion hr::after, .accordion hr::before { - bottom: inherit; - background: inherit; - left: inherit; - position: relative; - right: inherit; - top: inherit; -} -.accordion > .accordion .accordion-heading .accordion-toggle { - border-left: 0; -} - -/* Boxes like accordions for single glossar entries and other article-inserts/shortcodes */ -.accordionbox { - margin: 10px 0 20px 0; -} -.accordionbox header { - border-left: 10px solid #ff8800; - background: #ff8800; - color: #1a1a1a; - border-radius: 4px; - text-decoration: none; - font-size: 16px; - padding: 8px 35px 8px 10px; - position: relative; -} -.accordionbox header h2 { - color: #1a1a1a; - padding: 0px; -} -.accordionbox header.secondcolor, .accordionbox header.second { - border-color: #672082; -} -.accordionbox .body { - border: none; - background: #fff; - padding: 15px 20px; -} - -/*-----------------------------------------------------------------------------------*/ -/* Colorsets: Allows to reset default colors for regions, headlines and others -/*-----------------------------------------------------------------------------------*/ -/*-----------------------------------------------------------------------------------*/ -/* 1. Default Colors -/*-----------------------------------------------------------------------------------*/ -#masthead { - background: white; -} - -.search-open { - color: #1a1a1a; - background: transparent; - border-color: #fff; -} -.search-open :focus, -.search-open :hover { - background: #1a1a1a; - color: #fff; - border-color: #1a1a1a; -} - -.socialmedia-maincolor .search-open { - color: #ff8800; -} -.socialmedia-maincolor .search-open:focus, .socialmedia-maincolor .search-open:hover { - background: #672082; - color: #fff; - border-color: #672082; -} - -.socialmedia-secondcolor .search-open { - color: #672082; -} -.socialmedia-secondcolor .search-open:focus, .socialmedia-secondcolor .search-open:hover { - background: #ff8800; - color: #fff; - border-color: #ff8800; -} - -.blogroll .entry-cats a:nth-child(n+2):before, -.blog .entry-cats a:nth-child(n+2):before { - color: #1a1a1a; - background: #fff; -} - -.pagebreak-links a { - background: #672082; -} -.pagebreak-links a:hover { - background: #ff8800; -} - -#footer-search .search-field { - background: rgba(26, 26, 26, 0.25); - border-color: rgba(255, 255, 255, 0.2); - color: #fff; -} -#footer-search .search-field :focus, -#footer-search .search-field :hover { - background: #fff; - color: #1a1a1a; -} -#footer-search input#submit, -#footer-search input[type=submit] { - background: rgba(26, 26, 26, 0.4); - border-color: rgba(255, 255, 255, 0.2); -} -#footer-search input#submit :focus, -#footer-search input#submit :hover, -#footer-search input[type=submit] :focus, -#footer-search input[type=submit] :hover { - background: #ff8800; - color: #fff; -} -#footer-search input#submit:focus, -#footer-search input#submit:hover, -#footer-search input[type=submit]:focus, -#footer-search input[type=submit]:hover { - background: #ff8800; - color: #fff; -} - -@media screen and (min-width: 66.25em) { - /* --- Search Desktop --- */ - #masthead { - border-bottom-color: #ddd; - } - .desktop-search { - background: rgba(26, 26, 26, 0.75); - border-top-color: #ddd; - } - .desktop-search input.search-field { - background: none; - border-bottom-color: #fff; - color: #fff; - } - .desktop-search input[type=submit] { - background: #ff8800; - color: #fff; - border: 2px solid #ff8800; - } - .desktop-search input[type=submit]:focus, .desktop-search input[type=submit]:hover { - background: #ff8800; - } - .searchbar-maincolor .desktop-search { - background: rgba(255, 136, 0, 0.95); - } - .searchbar-maincolor .desktop-search input.search-field { - border-bottom-color: #672082; - color: #fff; - } - .searchbar-maincolor .desktop-search input.search-field:hover, .searchbar-maincolor .desktop-search input.search-field:focus { - background: #995200; - } - .searchbar-maincolor .desktop-search input[type=submit] { - background: #672082; - color: #fff; - border-color: #672082; - } - .searchbar-maincolor .desktop-search input[type=submit]:focus, .searchbar-maincolor .desktop-search input[type=submit]:hover { - background: #672082; - border-color: #ff8800; - } - .searchbar-secondcolor .desktop-search { - background: rgba(103, 32, 130, 0.95); - } - .searchbar-secondcolor .desktop-search input.search-field { - border-bottom-color: #ff8800; - color: #fff; - } - .searchbar-secondcolor .desktop-search input[type=submit] { - background: #ff8800; - color: #fff; - border-color: #ff8800; - } - .searchbar-secondcolor .desktop-search input[type=submit]:focus, .searchbar-secondcolor .desktop-search input[type=submit]:hover { - background: #ff8800; - border: 2px solid #672082; - } -} -#overlay-open, -#overlay-open-sticky { - color: #1a1a1a; -} - -#overlay-close { - color: #1a1a1a; -} - -.socialmedia-maincolor #overlay-open, -.socialmedia-maincolor #overlay-open-sticky, -.socialmedia-maincolor #overlay-close { - color: #ff8800; -} - -.socialmedia-secondcolor #overlay-open, -.socialmedia-secondcolor #overlay-open-sticky, -.socialmedia-secondcolor #overlay-close { - color: #672082; -} - -/* --- Links + Colors --- */ -.single-post .entry-header p.intro, -.entry-summary, -.front-section-title, -.social-front-title, -.widget_mc4wp_form_widget p, -.jetpack_subscription_widget #subscribe-text p, -.section-about-column-one p { - color: #1a1a1a; -} - -.footer-feature-btn:focus, -.footer-feature-btn:hover { - background: #0c6ca6; -} - -#primary #infinite-handle span:focus, -#front-section-three a.all-posts-link:focus, -#offcanvas-widgets-open:focus, -#primary #infinite-handle span:hover, -#front-section-three a.all-posts-link:hover, -#offcanvas-widgets-open:hover, -.offcanvas-widgets-show #offcanvas-widgets-open { - background: #0c6ca6; -} - -#primary #infinite-handle span:focus, -#front-section-three a.all-posts-link:focus, -.footer-feature-btn:focus, -#offcanvas-widgets-open:focus, -#primary #infinite-handle span:hover, -#front-section-three a.all-posts-link:hover, -.footer-feature-btn:hover, -#offcanvas-widgets-open:hover, -.offcanvas-widgets-show #offcanvas-widgets-open { - border-color: #0c6ca6; - color: #fff; -} - -#comments #respond a#cancel-comment-reply-link, -#comments .comment-reply a { - color: #666; -} -#comments #respond p.comment-notes a, #comments #respond p.logged-in-as a { - color: #666; -} -#comments .comment-meta { - color: #666; -} -#comments .comment-meta a { - color: #666; -} -#comments .disclaimer a { - color: #672082; -} -#comments .disclaimer a:hover { - color: #ff8800; -} - -#nav-comments a { - color: #666; -} - -#comments-toggle { - border-color: #1a1a1a; - background: none; -} - -.comments-show #comments-toggle, -#comments-toggle:focus, -#comments-toggle:hover { - border-color: #ff8800; - color: #fff; - background: #ff8800; -} - -p.wp-caption-text, -.contact-form label span, -.gallery .gallery-item .gallery-caption { - color: #666; -} - -.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-header h2.entry-title a, -.featured-slider .entry-header h2.entry-title a { - color: #fff; -} - -#front-section-four .entry-header h2.entry-title a { - color: #fff; -} - -.big-thumb .entry-header h1.entry-title, .big-thumb .entry-header p.intro { - color: #fff; -} - -#primary #infinite-handle span:hover button { - color: #fff; -} - -.blog.headerfont-light h1.site-title a, -.blog.headerfont-light #overlay-open, -.blog.headerfont-light #site-branding .site-title a, -.blog.headerfont-light #overlay-open, .blog.headerfont-light p.site-description { - color: #fff; -} - -pre { - background: #f4f4f4; - color: #444; -} - -abbr, acronym { - border-bottom-color: #1a1a1a; -} - -mark, ins { - color: #fff; - background: #872aab; -} - -#section-fullwidth h1, -.site-content h1, -.entry-content h1 { - color: #1a1a1a; -} -#section-fullwidth h2, -.site-content h2, -.entry-content h2 { - color: #1a1a1a; -} -#section-fullwidth h3, -.site-content h3, -.entry-content h3 { - color: #1a1a1a; -} -#section-fullwidth h4, -.site-content h4, -.entry-content h4 { - color: #1a1a1a; -} -#section-fullwidth h5, -.site-content h5, -.entry-content h5 { - color: #1a1a1a; -} -#section-fullwidth h6, -.site-content h6, -.entry-content h6 { - color: #1a1a1a; -} - -#sidebar-page h2, #sidebar-page h3 { - color: #1a1a1a; -} - -.single-post .entry-header h1.entry-title, .entry-header h1.entry-title, .attachment h1.entry-title, .page h1.entry-title, h1.entry-title, .archive-header h1.archive-title, .site-content h1, .entry-content h1 { - border-color: #ff8800; -} - -#secondary h2.widget-title, -#sidebar-page h2.widget-title { - color: #1a1a1a; -} - -#footer-social h2.socialmedia { - color: rgba(255, 255, 255, 0.5); -} - -.entry-header h2.entry-title { - color: #1a1a1a; -} -.entry-header h2.entry-title a { - color: #1a1a1a; -} - -.widget h2.widget-title { - border-top-color: #1a1a1a; - color: #1a1a1a; -} - -.featured-slider .entry-header h2.entry-title a { - color: #fff; -} - -h3 .all-posts-link { - color: #1a1a1a; -} -#footer-social h3.socialmedia { - color: rgba(255, 255, 255, 0.5); -} - -.footer-menu h3.footer-menu-title { - color: #ff8800; -} - -.color-second { - color: #672082; -} - -.color-main { - color: #ff8800; -} - -.color-third { - color: #698bc1; -} - -.color-four { - color: #148f93; -} - -/* -Links and colors -*/ -a { - color: #1a1a1a; -} -a:focus, a:hover { - color: #ff8800; -} -.entry-content a, .comment-text a { - color: #ff8800; -} -.entry-content a:focus, .entry-content a:hover, .comment-text a:focus, .comment-text a:hover { - color: #672082; -} - -.post-page-numbers a, -.author-bio a, -.front-section a.all-posts-link:focus, -#overlay-close:focus, -.widget-area .widget ul li a:focus, -#sidebar-offcanvas .widget a:focus, -.textwidget a:focus, -#overlay-nav a:focus, -.author-links a:focus, -.single-attachment .post-navigation a:focus, -.single-post .hentry .entry-meta a:focus, -.front-section a.all-posts-link:hover, -#overlay-close:hover, -.widget-area .widget ul li a:hover, -#sidebar-offcanvas .widget a:hover, -.textwidget a:hover, -#overlay-nav a:hover, -.author-links a:hover, -.single-attachment .post-navigation a:hover, -.single-post .hentry .entry-meta a:hover { - color: #ff8800; -} - -#secondary h2.widget-title, -#sidebar-page h2.widget-title { - color: #1a1a1a; -} - -#desktop-navigation ul li a:focus, -#desktop-navigation ul li a:hover { - color: #ff8800; -} - -.entry-header a:focus, -.entry-header a:hover, -.entry-header h2.entry-title a:focus, -.entry-header h2.entry-title a:hover { - color: #ff8800; -} - -.blog .entry-meta a:focus, -.blog .entry-meta a:hover { - color: #ff8800; -} - -#desktop-navigation ul li.menu-item-has-children a:focus::after, -#desktop-navigation ul li.menu-item-has-children a:hover::after { - border-top-color: #ff8800; -} - -.single-attachment .post-navigation a:focus, -.single-attachment .post-navigation a:hover { - border-bottom-color: #ff8800; -} - -#desktop-navigation .sub-menu li a:focus, -#desktop-navigation .children li a:focus, -#desktop-navigation .sub-menu li a:hover, -#desktop-navigation .children li a:hover { - background: #ff8800; -} - -.single-post .entry-header p.intro, -.entry-summary, -.front-section-title, -.social-front-title, -.widget_mc4wp_form_widget p, -.jetpack_subscription_widget #subscribe-text p, -.section-about-column-one p { - color: #1a1a1a; -} - -#primary #infinite-handle span:focus, -#front-section-three a.all-posts-link:focus, -#offcanvas-widgets-open:focus, -#primary #infinite-handle span:hover, -#front-section-three a.all-posts-link:hover, -#offcanvas-widgets-open:hover, -.offcanvas-widgets-show #offcanvas-widgets-open { - background: #ff8800; - border-color: #ff8800; - color: #fff; -} - -.desktop-search input.search-field:active, .desktop-search input.search-field:focus { - border-bottom-color: #ff8800; -} - -.single-post .entry-tags a, -p.wp-caption-text, -.contact-form label span, -.gallery .gallery-item .gallery-caption { - color: #666; -} - -table { - border-bottom-color: #e7e7eb; - background: #fff; -} -table.sorttable thead { - background: #e7e7eb; -} -table.sorttable thead tr th.headerSortUp, -table.sorttable thead tr th.headerSortDown { - background: #cbcbd4; -} -table thead th { - border-bottom-color: #e7e7eb; -} -table.long td, table.border td { - border-bottom-color: #e7e7eb; -} -table.long tr:nth-child(odd) td { - background: #f2f2f2; -} - -th a { - color: #1a1a1a; -} - -td { - color: #4d4d4d; -} - -.entry-content ul li:before { - color: #ff8800; -} -.entry-content ul li ul li:before { - color: #672082; -} - -.fontawesome-icon-list a i { - color: #1a1a1a; -} - -/*-----------------------------------------------------------------------------------*/ -/* Blockquotes and cites -/*-----------------------------------------------------------------------------------*/ -blockquote { - background: #fff; - border-left-color: #ff8800; - border-right-color: #ff8800; -} -blockquote a:focus, -blockquote a:hover { - color: #672082; -} -blockquote.maincolor { - border-left-color: #ff8800; - border-right-color: #ff8800; -} -blockquote.secondcolor { - border-left-color: #672082; - border-right-color: #672082; -} -blockquote.secondcolor a { - color: #672082; -} -blockquote.secondcolor a:focus, -blockquote.secondcolor a:hover { - color: #ff8800; -} -blockquote.boxborder { - border-top-color: #ff8800; - border-bottom-color: #ff8800; -} -blockquote.boxborder.secondcolor { - border-top-color: #672082; - border-bottom-color: #672082; -} -blockquote.quotesign::before { - color: #ff8800; -} -blockquote.quotesign.secondcolor::before { - color: #672082; -} - -/*-----------------------------------------------------------------------------------*/ -/* Display of meta elements, like tags, categories, timestampts and so on -/*-----------------------------------------------------------------------------------*/ -.post-navigation, -.pagebreak-links, -.entry-meta, -.entry-cats { - color: #1a1a1a; -} -.post-navigation a, -.pagebreak-links a, -.entry-meta a, -.entry-cats a { - color: #1a1a1a; -} - -.post-navigation a, -.pagebreak-links a, -.entry-cats a { - color: #fff; - background: #672082; -} -.post-navigation a:hover, -.pagebreak-links a:hover, -.entry-cats a:hover { - color: #fff; - background: #ff8800; -} - -.section-one-column-one .entry-cats a, -.section-three-column-one .entry-cats a, -.featured-slider .entry-cats a, -.pagebreak-links a, -.post-navigation a, -.single-post .entry-cats a { - color: #fff; -} - -#front-section-four .entry-cats a, -#front-section-four .pagebreak-links, -#front-section-four .post-navigation, -#front-section-four .entry-meta { - color: #fff; -} -#front-section-four .entry-cats a a, -#front-section-four .pagebreak-links a, -#front-section-four .post-navigation a, -#front-section-four .entry-meta a { - color: #fff; -} - -.search-results .entry-cats a:nth-child(n+2):before, -.archive .entry-cats a:nth-child(n+2):before { - color: #2b2b2b; - background-color: white; -} - -.single-post .entry-header .page-links .number { - color: #672082; -} -.single-post .entry-header .page-links a .number { - color: #ff8800; -} -.single-post .entry-tags a { - color: #672082; -} - -.blog .hentry .entry-cats a { - color: #672082; - background-color: white; -} -.blog .hentry .entry-cats a:focus, .blog .hentry .entry-cats a:hover { - color: #fff; - background: #ff8800; -} -.blog .featured-slider .entry-cats a, -.blog .featured-slider .entry-meta a { - color: #fff; - background: #672082; -} -.blog .featured-slider .entry-cats a:focus, .blog .featured-slider .entry-cats a:hover, -.blog .featured-slider .entry-meta a:focus, -.blog .featured-slider .entry-meta a:hover { - color: #fff; - background: #ff8800; -} - -.featured-slider .entry-cats a, -.section-one-column-one .entry-cats a, -.section-three-column-one .entry-cats a, -#front-section-four .entry-cats a, -.single-post .entry-cats a, -.post-navigation a, -.pagebreak-links a, -.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a { - background: #672082; - color: #fff; -} -.featured-slider .entry-cats a:focus, .featured-slider .entry-cats a:hover, -.section-one-column-one .entry-cats a:focus, -.section-one-column-one .entry-cats a:hover, -.section-three-column-one .entry-cats a:focus, -.section-three-column-one .entry-cats a:hover, -#front-section-four .entry-cats a:focus, -#front-section-four .entry-cats a:hover, -.single-post .entry-cats a:focus, -.single-post .entry-cats a:hover, -.post-navigation a:focus, -.post-navigation a:hover, -.pagebreak-links a:focus, -.pagebreak-links a:hover, -.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:focus, -.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover { - background: #ff8800; - color: #fff; -} - -.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-meta, -.featured-slider .entry-meta { - color: #fff; -} -.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-meta a, -.featured-slider .entry-meta a { - color: #fff; -} -.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .post-navigation a, -.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .pagebreak-links a, -.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a, -.featured-slider .post-navigation a, -.featured-slider .pagebreak-links a, -.featured-slider .entry-cats a { - color: #fff; -} - -/*-----------------------------------------------------------------------------------*/ -/* 2. Use Colorsets from customizer -/*-----------------------------------------------------------------------------------*/ -body.head-bgcol-main .sticky-header, -body.head-bgcol-main #masthead { - background-color: #ff8800; - border-bottom-color: rgba(255, 136, 0, 0.7); -} -body.head-bgcol-main #site-branding { - background-color: #ff8800; -} - -body.head-textcol-main .search-open, -body.head-textcol-main #overlay-open, -body.head-textcol-main #overlay-open-sticky { - color: #ff8800; -} -body.head-textcol-main #masthead #desktop-navigation ul.menu li a, -body.head-textcol-main #masthead p.site-title, -body.head-textcol-main #masthead p.site-title a, -body.head-textcol-main #masthead h1.site-title, -body.head-textcol-main #masthead h1.site-title a, -body.head-textcol-main #masthead p.site-description { - color: #ff8800; -} - -body.head-linkborder-main #desktop-navigation ul.menu li.current-menu-ancestor a, -body.head-linkborder-main #desktop-navigation ul.menu li.focus a, -body.head-linkborder-main #desktop-navigation ul.menu li:focus a, -body.head-linkborder-main #desktop-navigation ul.menu li:hover a { - border-bottom-color: #ff8800; -} -body.head-linkborder-main #desktop-navigation .sub-menu li a:focus, -body.head-linkborder-main #desktop-navigation .children li a:focus, -body.head-linkborder-main #desktop-navigation .sub-menu li a:hover, -body.head-linkborder-main #desktop-navigation .children li a:hover { - background-color: #ff8800; -} -body.head-linkborder-main button#overlay-open:hover, -body.head-linkborder-main button#search-open:hover { - color: #ff8800; -} - -body.main-bgcol-main { - background-color: #ff8800; -} -body.main-bgcol-main .site-content header, -body.main-bgcol-main .entry-content header, -body.main-bgcol-main blockquote, body.main-bgcol-main.blog .hentry .entry-cats, body.main-bgcol-main.blog .hentry .entry-cats a, body.main-bgcol-main.blog .featured-slider .entry-meta a, body.main-bgcol-main.single-post .entry-header .entry-cats a, -body.main-bgcol-main main { - background-color: #ff8800; -} -body.main-bgcol-main.blog .featured-content .hentry .entry-cats { - background-color: transparent; -} - -body.actionbutton-main .gallery .slick-prev:before, -body.actionbutton-main .gallery .slick-next:before, -body.actionbutton-main .gallery .slick-dots li.slick-active button:before, -body.actionbutton-main .gallery .slick-dots li.slick-active button:before, -body.actionbutton-main .gallery .slick-dots li button:hover:before, -body.actionbutton-main .gallery .slick-dots li button:focus:before, -body.actionbutton-main .desktop-search input.search-field { - border-bottom-color: #ff8800; -} -body.actionbutton-main .comments-show #comments-toggle, -body.actionbutton-main #comments-toggle:focus, -body.actionbutton-main #comments-toggle:hover, -body.actionbutton-main input[type=button], body.actionbutton-main input[type=submit], body.actionbutton-main input#submit, -body.actionbutton-main #commentform input#submit { - border-color: #ff8800; - background-color: #ff8800; -} - -body.head-bgcol-second .sticky-header, -body.head-bgcol-second #masthead { - background-color: #672082; - border-bottom-color: rgba(103, 32, 130, 0.7); -} -body.head-bgcol-second #site-branding { - background-color: #672082; -} - -body.head-textcol-second .search-open, -body.head-textcol-second #overlay-open, -body.head-textcol-second #overlay-open-sticky { - color: #672082; -} -body.head-textcol-second #masthead #desktop-navigation ul.menu li a, -body.head-textcol-second #masthead p.site-title, -body.head-textcol-second #masthead p.site-title a, -body.head-textcol-second #masthead h1.site-title, -body.head-textcol-second #masthead h1.site-title a, -body.head-textcol-second #masthead p.site-description { - color: #672082; -} - -body.head-linkborder-second #desktop-navigation ul.menu li.current-menu-ancestor a, -body.head-linkborder-second #desktop-navigation ul.menu li.focus a, -body.head-linkborder-second #desktop-navigation ul.menu li:focus a, -body.head-linkborder-second #desktop-navigation ul.menu li:hover a { - border-bottom-color: #672082; -} -body.head-linkborder-second #desktop-navigation .sub-menu li a:focus, -body.head-linkborder-second #desktop-navigation .children li a:focus, -body.head-linkborder-second #desktop-navigation .sub-menu li a:hover, -body.head-linkborder-second #desktop-navigation .children li a:hover { - background-color: #672082; -} -body.head-linkborder-second button#overlay-open:hover, -body.head-linkborder-second button#search-open:hover { - color: #672082; -} - -body.main-bgcol-second { - background-color: #672082; -} -body.main-bgcol-second .site-content header, -body.main-bgcol-second .entry-content header, -body.main-bgcol-second blockquote, body.main-bgcol-second.blog .hentry .entry-cats, body.main-bgcol-second.blog .hentry .entry-cats a, body.main-bgcol-second.blog .featured-slider .entry-meta a, body.main-bgcol-second.single-post .entry-header .entry-cats a, -body.main-bgcol-second main { - background-color: #672082; -} -body.main-bgcol-second.blog .featured-content .hentry .entry-cats { - background-color: transparent; -} - -body.actionbutton-second .gallery .slick-prev:before, -body.actionbutton-second .gallery .slick-next:before, -body.actionbutton-second .gallery .slick-dots li.slick-active button:before, -body.actionbutton-second .gallery .slick-dots li.slick-active button:before, -body.actionbutton-second .gallery .slick-dots li button:hover:before, -body.actionbutton-second .gallery .slick-dots li button:focus:before, -body.actionbutton-second .desktop-search input.search-field { - border-bottom-color: #672082; -} -body.actionbutton-second .comments-show #comments-toggle, -body.actionbutton-second #comments-toggle:focus, -body.actionbutton-second #comments-toggle:hover, -body.actionbutton-second input[type=button], body.actionbutton-second input[type=submit], body.actionbutton-second input#submit, -body.actionbutton-second #commentform input#submit { - border-color: #672082; - background-color: #672082; -} - -body.head-bgcol-third .sticky-header, -body.head-bgcol-third #masthead { - background-color: #698bc1; - border-bottom-color: rgba(105, 139, 193, 0.7); -} -body.head-bgcol-third #site-branding { - background-color: #698bc1; -} - -body.head-textcol-third .search-open, -body.head-textcol-third #overlay-open, -body.head-textcol-third #overlay-open-sticky { - color: #698bc1; -} -body.head-textcol-third #masthead #desktop-navigation ul.menu li a, -body.head-textcol-third #masthead p.site-title, -body.head-textcol-third #masthead p.site-title a, -body.head-textcol-third #masthead h1.site-title, -body.head-textcol-third #masthead h1.site-title a, -body.head-textcol-third #masthead p.site-description { - color: #698bc1; -} - -body.head-linkborder-third #desktop-navigation ul.menu li.current-menu-ancestor a, -body.head-linkborder-third #desktop-navigation ul.menu li.focus a, -body.head-linkborder-third #desktop-navigation ul.menu li:focus a, -body.head-linkborder-third #desktop-navigation ul.menu li:hover a { - border-bottom-color: #698bc1; -} -body.head-linkborder-third #desktop-navigation .sub-menu li a:focus, -body.head-linkborder-third #desktop-navigation .children li a:focus, -body.head-linkborder-third #desktop-navigation .sub-menu li a:hover, -body.head-linkborder-third #desktop-navigation .children li a:hover { - background-color: #698bc1; -} -body.head-linkborder-third button#overlay-open:hover, -body.head-linkborder-third button#search-open:hover { - color: #698bc1; -} - -body.main-bgcol-third { - background-color: #698bc1; -} -body.main-bgcol-third .site-content header, -body.main-bgcol-third .entry-content header, -body.main-bgcol-third blockquote, body.main-bgcol-third.blog .hentry .entry-cats, body.main-bgcol-third.blog .hentry .entry-cats a, body.main-bgcol-third.blog .featured-slider .entry-meta a, body.main-bgcol-third.single-post .entry-header .entry-cats a, -body.main-bgcol-third main { - background-color: #698bc1; -} -body.main-bgcol-third.blog .featured-content .hentry .entry-cats { - background-color: transparent; -} - -body.actionbutton-third .gallery .slick-prev:before, -body.actionbutton-third .gallery .slick-next:before, -body.actionbutton-third .gallery .slick-dots li.slick-active button:before, -body.actionbutton-third .gallery .slick-dots li.slick-active button:before, -body.actionbutton-third .gallery .slick-dots li button:hover:before, -body.actionbutton-third .gallery .slick-dots li button:focus:before, -body.actionbutton-third .desktop-search input.search-field { - border-bottom-color: #698bc1; -} -body.actionbutton-third .comments-show #comments-toggle, -body.actionbutton-third #comments-toggle:focus, -body.actionbutton-third #comments-toggle:hover, -body.actionbutton-third input[type=button], body.actionbutton-third input[type=submit], body.actionbutton-third input#submit, -body.actionbutton-third #commentform input#submit { - border-color: #698bc1; - background-color: #698bc1; -} - -body.head-bgcol-four .sticky-header, -body.head-bgcol-four #masthead { - background-color: #148f93; - border-bottom-color: rgba(20, 143, 147, 0.7); -} -body.head-bgcol-four #site-branding { - background-color: #148f93; -} - -body.head-textcol-four .search-open, -body.head-textcol-four #overlay-open, -body.head-textcol-four #overlay-open-sticky { - color: #148f93; -} -body.head-textcol-four #masthead #desktop-navigation ul.menu li a, -body.head-textcol-four #masthead p.site-title, -body.head-textcol-four #masthead p.site-title a, -body.head-textcol-four #masthead h1.site-title, -body.head-textcol-four #masthead h1.site-title a, -body.head-textcol-four #masthead p.site-description { - color: #148f93; -} - -body.head-linkborder-four #desktop-navigation ul.menu li.current-menu-ancestor a, -body.head-linkborder-four #desktop-navigation ul.menu li.focus a, -body.head-linkborder-four #desktop-navigation ul.menu li:focus a, -body.head-linkborder-four #desktop-navigation ul.menu li:hover a { - border-bottom-color: #148f93; -} -body.head-linkborder-four #desktop-navigation .sub-menu li a:focus, -body.head-linkborder-four #desktop-navigation .children li a:focus, -body.head-linkborder-four #desktop-navigation .sub-menu li a:hover, -body.head-linkborder-four #desktop-navigation .children li a:hover { - background-color: #148f93; -} -body.head-linkborder-four button#overlay-open:hover, -body.head-linkborder-four button#search-open:hover { - color: #148f93; -} - -body.main-bgcol-four { - background-color: #148f93; -} -body.main-bgcol-four .site-content header, -body.main-bgcol-four .entry-content header, -body.main-bgcol-four blockquote, body.main-bgcol-four.blog .hentry .entry-cats, body.main-bgcol-four.blog .hentry .entry-cats a, body.main-bgcol-four.blog .featured-slider .entry-meta a, body.main-bgcol-four.single-post .entry-header .entry-cats a, -body.main-bgcol-four main { - background-color: #148f93; -} -body.main-bgcol-four.blog .featured-content .hentry .entry-cats { - background-color: transparent; -} - -body.actionbutton-four .gallery .slick-prev:before, -body.actionbutton-four .gallery .slick-next:before, -body.actionbutton-four .gallery .slick-dots li.slick-active button:before, -body.actionbutton-four .gallery .slick-dots li.slick-active button:before, -body.actionbutton-four .gallery .slick-dots li button:hover:before, -body.actionbutton-four .gallery .slick-dots li button:focus:before, -body.actionbutton-four .desktop-search input.search-field { - border-bottom-color: #148f93; -} -body.actionbutton-four .comments-show #comments-toggle, -body.actionbutton-four #comments-toggle:focus, -body.actionbutton-four #comments-toggle:hover, -body.actionbutton-four input[type=button], body.actionbutton-four input[type=submit], body.actionbutton-four input#submit, -body.actionbutton-four #commentform input#submit { - border-color: #148f93; - background-color: #148f93; -} - -body.head-bgcol-uspirates .sticky-header, -body.head-bgcol-uspirates #masthead { - background-color: #B127AF; - border-bottom-color: rgba(177, 39, 175, 0.7); -} -body.head-bgcol-uspirates #site-branding { - background-color: #B127AF; -} - -body.head-textcol-uspirates .search-open, -body.head-textcol-uspirates #overlay-open, -body.head-textcol-uspirates #overlay-open-sticky { - color: #B127AF; -} -body.head-textcol-uspirates #masthead #desktop-navigation ul.menu li a, -body.head-textcol-uspirates #masthead p.site-title, -body.head-textcol-uspirates #masthead p.site-title a, -body.head-textcol-uspirates #masthead h1.site-title, -body.head-textcol-uspirates #masthead h1.site-title a, -body.head-textcol-uspirates #masthead p.site-description { - color: #B127AF; -} - -body.head-linkborder-uspirates #desktop-navigation ul.menu li.current-menu-ancestor a, -body.head-linkborder-uspirates #desktop-navigation ul.menu li.focus a, -body.head-linkborder-uspirates #desktop-navigation ul.menu li:focus a, -body.head-linkborder-uspirates #desktop-navigation ul.menu li:hover a { - border-bottom-color: #B127AF; -} -body.head-linkborder-uspirates #desktop-navigation .sub-menu li a:focus, -body.head-linkborder-uspirates #desktop-navigation .children li a:focus, -body.head-linkborder-uspirates #desktop-navigation .sub-menu li a:hover, -body.head-linkborder-uspirates #desktop-navigation .children li a:hover { - background-color: #B127AF; -} -body.head-linkborder-uspirates button#overlay-open:hover, -body.head-linkborder-uspirates button#search-open:hover { - color: #B127AF; -} - -body.main-bgcol-uspirates { - background-color: #B127AF; -} -body.main-bgcol-uspirates .site-content header, -body.main-bgcol-uspirates .entry-content header, -body.main-bgcol-uspirates blockquote, body.main-bgcol-uspirates.blog .hentry .entry-cats, body.main-bgcol-uspirates.blog .hentry .entry-cats a, body.main-bgcol-uspirates.blog .featured-slider .entry-meta a, body.main-bgcol-uspirates.single-post .entry-header .entry-cats a, -body.main-bgcol-uspirates main { - background-color: #B127AF; -} -body.main-bgcol-uspirates.blog .featured-content .hentry .entry-cats { - background-color: transparent; -} - -body.actionbutton-uspirates .gallery .slick-prev:before, -body.actionbutton-uspirates .gallery .slick-next:before, -body.actionbutton-uspirates .gallery .slick-dots li.slick-active button:before, -body.actionbutton-uspirates .gallery .slick-dots li.slick-active button:before, -body.actionbutton-uspirates .gallery .slick-dots li button:hover:before, -body.actionbutton-uspirates .gallery .slick-dots li button:focus:before, -body.actionbutton-uspirates .desktop-search input.search-field { - border-bottom-color: #B127AF; -} -body.actionbutton-uspirates .comments-show #comments-toggle, -body.actionbutton-uspirates #comments-toggle:focus, -body.actionbutton-uspirates #comments-toggle:hover, -body.actionbutton-uspirates input[type=button], body.actionbutton-uspirates input[type=submit], body.actionbutton-uspirates input#submit, -body.actionbutton-uspirates #commentform input#submit { - border-color: #B127AF; - background-color: #B127AF; -} - -body.head-bgcol-tkpirates .sticky-header, -body.head-bgcol-tkpirates #masthead { - background-color: #00B5B1; - border-bottom-color: rgba(0, 181, 177, 0.7); -} -body.head-bgcol-tkpirates #site-branding { - background-color: #00B5B1; -} - -body.head-textcol-tkpirates .search-open, -body.head-textcol-tkpirates #overlay-open, -body.head-textcol-tkpirates #overlay-open-sticky { - color: #00B5B1; -} -body.head-textcol-tkpirates #masthead #desktop-navigation ul.menu li a, -body.head-textcol-tkpirates #masthead p.site-title, -body.head-textcol-tkpirates #masthead p.site-title a, -body.head-textcol-tkpirates #masthead h1.site-title, -body.head-textcol-tkpirates #masthead h1.site-title a, -body.head-textcol-tkpirates #masthead p.site-description { - color: #00B5B1; -} - -body.head-linkborder-tkpirates #desktop-navigation ul.menu li.current-menu-ancestor a, -body.head-linkborder-tkpirates #desktop-navigation ul.menu li.focus a, -body.head-linkborder-tkpirates #desktop-navigation ul.menu li:focus a, -body.head-linkborder-tkpirates #desktop-navigation ul.menu li:hover a { - border-bottom-color: #00B5B1; -} -body.head-linkborder-tkpirates #desktop-navigation .sub-menu li a:focus, -body.head-linkborder-tkpirates #desktop-navigation .children li a:focus, -body.head-linkborder-tkpirates #desktop-navigation .sub-menu li a:hover, -body.head-linkborder-tkpirates #desktop-navigation .children li a:hover { - background-color: #00B5B1; -} -body.head-linkborder-tkpirates button#overlay-open:hover, -body.head-linkborder-tkpirates button#search-open:hover { - color: #00B5B1; -} - -body.main-bgcol-tkpirates { - background-color: #00B5B1; -} -body.main-bgcol-tkpirates .site-content header, -body.main-bgcol-tkpirates .entry-content header, -body.main-bgcol-tkpirates blockquote, body.main-bgcol-tkpirates.blog .hentry .entry-cats, body.main-bgcol-tkpirates.blog .hentry .entry-cats a, body.main-bgcol-tkpirates.blog .featured-slider .entry-meta a, body.main-bgcol-tkpirates.single-post .entry-header .entry-cats a, -body.main-bgcol-tkpirates main { - background-color: #00B5B1; -} -body.main-bgcol-tkpirates.blog .featured-content .hentry .entry-cats { - background-color: transparent; -} - -body.actionbutton-tkpirates .gallery .slick-prev:before, -body.actionbutton-tkpirates .gallery .slick-next:before, -body.actionbutton-tkpirates .gallery .slick-dots li.slick-active button:before, -body.actionbutton-tkpirates .gallery .slick-dots li.slick-active button:before, -body.actionbutton-tkpirates .gallery .slick-dots li button:hover:before, -body.actionbutton-tkpirates .gallery .slick-dots li button:focus:before, -body.actionbutton-tkpirates .desktop-search input.search-field { - border-bottom-color: #00B5B1; -} -body.actionbutton-tkpirates .comments-show #comments-toggle, -body.actionbutton-tkpirates #comments-toggle:focus, -body.actionbutton-tkpirates #comments-toggle:hover, -body.actionbutton-tkpirates input[type=button], body.actionbutton-tkpirates input[type=submit], body.actionbutton-tkpirates input#submit, -body.actionbutton-tkpirates #commentform input#submit { - border-color: #00B5B1; - background-color: #00B5B1; -} - -body.head-bgcol-chpirates .sticky-header, -body.head-bgcol-chpirates #masthead { - background-color: #F9B200; - border-bottom-color: rgba(249, 178, 0, 0.7); -} -body.head-bgcol-chpirates #site-branding { - background-color: #F9B200; -} - -body.head-textcol-chpirates .search-open, -body.head-textcol-chpirates #overlay-open, -body.head-textcol-chpirates #overlay-open-sticky { - color: #F9B200; -} -body.head-textcol-chpirates #masthead #desktop-navigation ul.menu li a, -body.head-textcol-chpirates #masthead p.site-title, -body.head-textcol-chpirates #masthead p.site-title a, -body.head-textcol-chpirates #masthead h1.site-title, -body.head-textcol-chpirates #masthead h1.site-title a, -body.head-textcol-chpirates #masthead p.site-description { - color: #F9B200; -} - -body.head-linkborder-chpirates #desktop-navigation ul.menu li.current-menu-ancestor a, -body.head-linkborder-chpirates #desktop-navigation ul.menu li.focus a, -body.head-linkborder-chpirates #desktop-navigation ul.menu li:focus a, -body.head-linkborder-chpirates #desktop-navigation ul.menu li:hover a { - border-bottom-color: #F9B200; -} -body.head-linkborder-chpirates #desktop-navigation .sub-menu li a:focus, -body.head-linkborder-chpirates #desktop-navigation .children li a:focus, -body.head-linkborder-chpirates #desktop-navigation .sub-menu li a:hover, -body.head-linkborder-chpirates #desktop-navigation .children li a:hover { - background-color: #F9B200; -} -body.head-linkborder-chpirates button#overlay-open:hover, -body.head-linkborder-chpirates button#search-open:hover { - color: #F9B200; -} - -body.main-bgcol-chpirates { - background-color: #F9B200; -} -body.main-bgcol-chpirates .site-content header, -body.main-bgcol-chpirates .entry-content header, -body.main-bgcol-chpirates blockquote, body.main-bgcol-chpirates.blog .hentry .entry-cats, body.main-bgcol-chpirates.blog .hentry .entry-cats a, body.main-bgcol-chpirates.blog .featured-slider .entry-meta a, body.main-bgcol-chpirates.single-post .entry-header .entry-cats a, -body.main-bgcol-chpirates main { - background-color: #F9B200; -} -body.main-bgcol-chpirates.blog .featured-content .hentry .entry-cats { - background-color: transparent; -} - -body.actionbutton-chpirates .gallery .slick-prev:before, -body.actionbutton-chpirates .gallery .slick-next:before, -body.actionbutton-chpirates .gallery .slick-dots li.slick-active button:before, -body.actionbutton-chpirates .gallery .slick-dots li.slick-active button:before, -body.actionbutton-chpirates .gallery .slick-dots li button:hover:before, -body.actionbutton-chpirates .gallery .slick-dots li button:focus:before, -body.actionbutton-chpirates .desktop-search input.search-field { - border-bottom-color: #F9B200; -} -body.actionbutton-chpirates .comments-show #comments-toggle, -body.actionbutton-chpirates #comments-toggle:focus, -body.actionbutton-chpirates #comments-toggle:hover, -body.actionbutton-chpirates input[type=button], body.actionbutton-chpirates input[type=submit], body.actionbutton-chpirates input#submit, -body.actionbutton-chpirates #commentform input#submit { - border-color: #F9B200; - background-color: #F9B200; -} - -body.head-bgcol-ispirates .sticky-header, -body.head-bgcol-ispirates #masthead { - background-color: #51297e; - border-bottom-color: rgba(81, 41, 126, 0.7); -} -body.head-bgcol-ispirates #site-branding { - background-color: #51297e; -} - -body.head-textcol-ispirates .search-open, -body.head-textcol-ispirates #overlay-open, -body.head-textcol-ispirates #overlay-open-sticky { - color: #51297e; -} -body.head-textcol-ispirates #masthead #desktop-navigation ul.menu li a, -body.head-textcol-ispirates #masthead p.site-title, -body.head-textcol-ispirates #masthead p.site-title a, -body.head-textcol-ispirates #masthead h1.site-title, -body.head-textcol-ispirates #masthead h1.site-title a, -body.head-textcol-ispirates #masthead p.site-description { - color: #51297e; -} - -body.head-linkborder-ispirates #desktop-navigation ul.menu li.current-menu-ancestor a, -body.head-linkborder-ispirates #desktop-navigation ul.menu li.focus a, -body.head-linkborder-ispirates #desktop-navigation ul.menu li:focus a, -body.head-linkborder-ispirates #desktop-navigation ul.menu li:hover a { - border-bottom-color: #51297e; -} -body.head-linkborder-ispirates #desktop-navigation .sub-menu li a:focus, -body.head-linkborder-ispirates #desktop-navigation .children li a:focus, -body.head-linkborder-ispirates #desktop-navigation .sub-menu li a:hover, -body.head-linkborder-ispirates #desktop-navigation .children li a:hover { - background-color: #51297e; -} -body.head-linkborder-ispirates button#overlay-open:hover, -body.head-linkborder-ispirates button#search-open:hover { - color: #51297e; -} - -body.main-bgcol-ispirates { - background-color: #51297e; -} -body.main-bgcol-ispirates .site-content header, -body.main-bgcol-ispirates .entry-content header, -body.main-bgcol-ispirates blockquote, body.main-bgcol-ispirates.blog .hentry .entry-cats, body.main-bgcol-ispirates.blog .hentry .entry-cats a, body.main-bgcol-ispirates.blog .featured-slider .entry-meta a, body.main-bgcol-ispirates.single-post .entry-header .entry-cats a, -body.main-bgcol-ispirates main { - background-color: #51297e; -} -body.main-bgcol-ispirates.blog .featured-content .hentry .entry-cats { - background-color: transparent; -} - -body.actionbutton-ispirates .gallery .slick-prev:before, -body.actionbutton-ispirates .gallery .slick-next:before, -body.actionbutton-ispirates .gallery .slick-dots li.slick-active button:before, -body.actionbutton-ispirates .gallery .slick-dots li.slick-active button:before, -body.actionbutton-ispirates .gallery .slick-dots li button:hover:before, -body.actionbutton-ispirates .gallery .slick-dots li button:focus:before, -body.actionbutton-ispirates .desktop-search input.search-field { - border-bottom-color: #51297e; -} -body.actionbutton-ispirates .comments-show #comments-toggle, -body.actionbutton-ispirates #comments-toggle:focus, -body.actionbutton-ispirates #comments-toggle:hover, -body.actionbutton-ispirates input[type=button], body.actionbutton-ispirates input[type=submit], body.actionbutton-ispirates input#submit, -body.actionbutton-ispirates #commentform input#submit { - border-color: #51297e; - background-color: #51297e; -} - -body.head-bgcol-black .sticky-header, -body.head-bgcol-black #masthead { - background-color: #000; - border-bottom-color: rgba(0, 0, 0, 0.7); -} -body.head-bgcol-black #site-branding { - background-color: #000; -} - -body.head-textcol-black .search-open, -body.head-textcol-black #overlay-open, -body.head-textcol-black #overlay-open-sticky { - color: #000; -} -body.head-textcol-black #masthead #desktop-navigation ul.menu li a, -body.head-textcol-black #masthead p.site-title, -body.head-textcol-black #masthead p.site-title a, -body.head-textcol-black #masthead h1.site-title, -body.head-textcol-black #masthead h1.site-title a, -body.head-textcol-black #masthead p.site-description { - color: #000; -} - -body.head-linkborder-black #desktop-navigation ul.menu li.current-menu-ancestor a, -body.head-linkborder-black #desktop-navigation ul.menu li.focus a, -body.head-linkborder-black #desktop-navigation ul.menu li:focus a, -body.head-linkborder-black #desktop-navigation ul.menu li:hover a { - border-bottom-color: #000; -} -body.head-linkborder-black #desktop-navigation .sub-menu li a:focus, -body.head-linkborder-black #desktop-navigation .children li a:focus, -body.head-linkborder-black #desktop-navigation .sub-menu li a:hover, -body.head-linkborder-black #desktop-navigation .children li a:hover { - background-color: #000; -} -body.head-linkborder-black button#overlay-open:hover, -body.head-linkborder-black button#search-open:hover { - color: #000; -} - -body.main-bgcol-black { - background-color: #000; -} -body.main-bgcol-black .site-content header, -body.main-bgcol-black .entry-content header, -body.main-bgcol-black blockquote, body.main-bgcol-black.blog .hentry .entry-cats, body.main-bgcol-black.blog .hentry .entry-cats a, body.main-bgcol-black.blog .featured-slider .entry-meta a, body.main-bgcol-black.single-post .entry-header .entry-cats a, -body.main-bgcol-black main { - background-color: #000; -} -body.main-bgcol-black.blog .featured-content .hentry .entry-cats { - background-color: transparent; -} - -body.actionbutton-black .gallery .slick-prev:before, -body.actionbutton-black .gallery .slick-next:before, -body.actionbutton-black .gallery .slick-dots li.slick-active button:before, -body.actionbutton-black .gallery .slick-dots li.slick-active button:before, -body.actionbutton-black .gallery .slick-dots li button:hover:before, -body.actionbutton-black .gallery .slick-dots li button:focus:before, -body.actionbutton-black .desktop-search input.search-field { - border-bottom-color: #000; -} -body.actionbutton-black .comments-show #comments-toggle, -body.actionbutton-black #comments-toggle:focus, -body.actionbutton-black #comments-toggle:hover, -body.actionbutton-black input[type=button], body.actionbutton-black input[type=submit], body.actionbutton-black input#submit, -body.actionbutton-black #commentform input#submit { - border-color: #000; - background-color: #000; -} - -body.head-bgcol-white .sticky-header, -body.head-bgcol-white #masthead { - background-color: #fff; - border-bottom-color: rgba(255, 255, 255, 0.7); -} -body.head-bgcol-white #site-branding { - background-color: #fff; -} - -body.head-textcol-white .search-open, -body.head-textcol-white #overlay-open, -body.head-textcol-white #overlay-open-sticky { - color: #fff; -} -body.head-textcol-white #masthead #desktop-navigation ul.menu li a, -body.head-textcol-white #masthead p.site-title, -body.head-textcol-white #masthead p.site-title a, -body.head-textcol-white #masthead h1.site-title, -body.head-textcol-white #masthead h1.site-title a, -body.head-textcol-white #masthead p.site-description { - color: #fff; -} - -body.head-linkborder-white #desktop-navigation ul.menu li.current-menu-ancestor a, -body.head-linkborder-white #desktop-navigation ul.menu li.focus a, -body.head-linkborder-white #desktop-navigation ul.menu li:focus a, -body.head-linkborder-white #desktop-navigation ul.menu li:hover a { - border-bottom-color: #fff; -} -body.head-linkborder-white #desktop-navigation .sub-menu li a:focus, -body.head-linkborder-white #desktop-navigation .children li a:focus, -body.head-linkborder-white #desktop-navigation .sub-menu li a:hover, -body.head-linkborder-white #desktop-navigation .children li a:hover { - background-color: #fff; -} -body.head-linkborder-white button#overlay-open:hover, -body.head-linkborder-white button#search-open:hover { - color: #fff; -} - -body.main-bgcol-white { - background-color: #fff; -} -body.main-bgcol-white .site-content header, -body.main-bgcol-white .entry-content header, -body.main-bgcol-white blockquote, body.main-bgcol-white.blog .hentry .entry-cats, body.main-bgcol-white.blog .hentry .entry-cats a, body.main-bgcol-white.blog .featured-slider .entry-meta a, body.main-bgcol-white.single-post .entry-header .entry-cats a, -body.main-bgcol-white main { - background-color: #fff; -} -body.main-bgcol-white.blog .featured-content .hentry .entry-cats { - background-color: transparent; -} - -body.actionbutton-white .gallery .slick-prev:before, -body.actionbutton-white .gallery .slick-next:before, -body.actionbutton-white .gallery .slick-dots li.slick-active button:before, -body.actionbutton-white .gallery .slick-dots li.slick-active button:before, -body.actionbutton-white .gallery .slick-dots li button:hover:before, -body.actionbutton-white .gallery .slick-dots li button:focus:before, -body.actionbutton-white .desktop-search input.search-field { - border-bottom-color: #fff; -} -body.actionbutton-white .comments-show #comments-toggle, -body.actionbutton-white #comments-toggle:focus, -body.actionbutton-white #comments-toggle:hover, -body.actionbutton-white input[type=button], body.actionbutton-white input[type=submit], body.actionbutton-white input#submit, -body.actionbutton-white #commentform input#submit { - border-color: #fff; - background-color: #fff; -} - -body.head-bgcol-grey .sticky-header, -body.head-bgcol-grey #masthead { - background-color: #e7e7eb; - border-bottom-color: rgba(231, 231, 235, 0.7); -} -body.head-bgcol-grey #site-branding { - background-color: #e7e7eb; -} - -body.head-textcol-grey .search-open, -body.head-textcol-grey #overlay-open, -body.head-textcol-grey #overlay-open-sticky { - color: #e7e7eb; -} -body.head-textcol-grey #masthead #desktop-navigation ul.menu li a, -body.head-textcol-grey #masthead p.site-title, -body.head-textcol-grey #masthead p.site-title a, -body.head-textcol-grey #masthead h1.site-title, -body.head-textcol-grey #masthead h1.site-title a, -body.head-textcol-grey #masthead p.site-description { - color: #e7e7eb; -} - -body.head-linkborder-grey #desktop-navigation ul.menu li.current-menu-ancestor a, -body.head-linkborder-grey #desktop-navigation ul.menu li.focus a, -body.head-linkborder-grey #desktop-navigation ul.menu li:focus a, -body.head-linkborder-grey #desktop-navigation ul.menu li:hover a { - border-bottom-color: #e7e7eb; -} -body.head-linkborder-grey #desktop-navigation .sub-menu li a:focus, -body.head-linkborder-grey #desktop-navigation .children li a:focus, -body.head-linkborder-grey #desktop-navigation .sub-menu li a:hover, -body.head-linkborder-grey #desktop-navigation .children li a:hover { - background-color: #e7e7eb; -} -body.head-linkborder-grey button#overlay-open:hover, -body.head-linkborder-grey button#search-open:hover { - color: #e7e7eb; -} - -body.main-bgcol-grey { - background-color: #e7e7eb; -} -body.main-bgcol-grey .site-content header, -body.main-bgcol-grey .entry-content header, -body.main-bgcol-grey blockquote, body.main-bgcol-grey.blog .hentry .entry-cats, body.main-bgcol-grey.blog .hentry .entry-cats a, body.main-bgcol-grey.blog .featured-slider .entry-meta a, body.main-bgcol-grey.single-post .entry-header .entry-cats a, -body.main-bgcol-grey main { - background-color: #e7e7eb; -} -body.main-bgcol-grey.blog .featured-content .hentry .entry-cats { - background-color: transparent; -} - -body.actionbutton-grey .gallery .slick-prev:before, -body.actionbutton-grey .gallery .slick-next:before, -body.actionbutton-grey .gallery .slick-dots li.slick-active button:before, -body.actionbutton-grey .gallery .slick-dots li.slick-active button:before, -body.actionbutton-grey .gallery .slick-dots li button:hover:before, -body.actionbutton-grey .gallery .slick-dots li button:focus:before, -body.actionbutton-grey .desktop-search input.search-field { - border-bottom-color: #e7e7eb; -} -body.actionbutton-grey .comments-show #comments-toggle, -body.actionbutton-grey #comments-toggle:focus, -body.actionbutton-grey #comments-toggle:hover, -body.actionbutton-grey input[type=button], body.actionbutton-grey input[type=submit], body.actionbutton-grey input#submit, -body.actionbutton-grey #commentform input#submit { - border-color: #e7e7eb; - background-color: #e7e7eb; -} - -body.head-bgcol-darkgrey .sticky-header, -body.head-bgcol-darkgrey #masthead { - background-color: #1a1a1a; - border-bottom-color: rgba(26, 26, 26, 0.7); -} -body.head-bgcol-darkgrey #site-branding { - background-color: #1a1a1a; -} - -body.head-textcol-darkgrey .search-open, -body.head-textcol-darkgrey #overlay-open, -body.head-textcol-darkgrey #overlay-open-sticky { - color: #1a1a1a; -} -body.head-textcol-darkgrey #masthead #desktop-navigation ul.menu li a, -body.head-textcol-darkgrey #masthead p.site-title, -body.head-textcol-darkgrey #masthead p.site-title a, -body.head-textcol-darkgrey #masthead h1.site-title, -body.head-textcol-darkgrey #masthead h1.site-title a, -body.head-textcol-darkgrey #masthead p.site-description { - color: #1a1a1a; -} - -body.head-linkborder-darkgrey #desktop-navigation ul.menu li.current-menu-ancestor a, -body.head-linkborder-darkgrey #desktop-navigation ul.menu li.focus a, -body.head-linkborder-darkgrey #desktop-navigation ul.menu li:focus a, -body.head-linkborder-darkgrey #desktop-navigation ul.menu li:hover a { - border-bottom-color: #1a1a1a; -} -body.head-linkborder-darkgrey #desktop-navigation .sub-menu li a:focus, -body.head-linkborder-darkgrey #desktop-navigation .children li a:focus, -body.head-linkborder-darkgrey #desktop-navigation .sub-menu li a:hover, -body.head-linkborder-darkgrey #desktop-navigation .children li a:hover { - background-color: #1a1a1a; -} -body.head-linkborder-darkgrey button#overlay-open:hover, -body.head-linkborder-darkgrey button#search-open:hover { - color: #1a1a1a; -} - -body.main-bgcol-darkgrey { - background-color: #1a1a1a; -} -body.main-bgcol-darkgrey .site-content header, -body.main-bgcol-darkgrey .entry-content header, -body.main-bgcol-darkgrey blockquote, body.main-bgcol-darkgrey.blog .hentry .entry-cats, body.main-bgcol-darkgrey.blog .hentry .entry-cats a, body.main-bgcol-darkgrey.blog .featured-slider .entry-meta a, body.main-bgcol-darkgrey.single-post .entry-header .entry-cats a, -body.main-bgcol-darkgrey main { - background-color: #1a1a1a; -} -body.main-bgcol-darkgrey.blog .featured-content .hentry .entry-cats { - background-color: transparent; -} - -body.actionbutton-darkgrey .gallery .slick-prev:before, -body.actionbutton-darkgrey .gallery .slick-next:before, -body.actionbutton-darkgrey .gallery .slick-dots li.slick-active button:before, -body.actionbutton-darkgrey .gallery .slick-dots li.slick-active button:before, -body.actionbutton-darkgrey .gallery .slick-dots li button:hover:before, -body.actionbutton-darkgrey .gallery .slick-dots li button:focus:before, -body.actionbutton-darkgrey .desktop-search input.search-field { - border-bottom-color: #1a1a1a; -} -body.actionbutton-darkgrey .comments-show #comments-toggle, -body.actionbutton-darkgrey #comments-toggle:focus, -body.actionbutton-darkgrey #comments-toggle:hover, -body.actionbutton-darkgrey input[type=button], body.actionbutton-darkgrey input[type=submit], body.actionbutton-darkgrey input#submit, -body.actionbutton-darkgrey #commentform input#submit { - border-color: #1a1a1a; - background-color: #1a1a1a; -} - -body.head-bgcol-blue .sticky-header, -body.head-bgcol-blue #masthead { - background-color: #0066ff; - border-bottom-color: rgba(0, 102, 255, 0.7); -} -body.head-bgcol-blue #site-branding { - background-color: #0066ff; -} - -body.head-textcol-blue .search-open, -body.head-textcol-blue #overlay-open, -body.head-textcol-blue #overlay-open-sticky { - color: #0066ff; -} -body.head-textcol-blue #masthead #desktop-navigation ul.menu li a, -body.head-textcol-blue #masthead p.site-title, -body.head-textcol-blue #masthead p.site-title a, -body.head-textcol-blue #masthead h1.site-title, -body.head-textcol-blue #masthead h1.site-title a, -body.head-textcol-blue #masthead p.site-description { - color: #0066ff; -} - -body.head-linkborder-blue #desktop-navigation ul.menu li.current-menu-ancestor a, -body.head-linkborder-blue #desktop-navigation ul.menu li.focus a, -body.head-linkborder-blue #desktop-navigation ul.menu li:focus a, -body.head-linkborder-blue #desktop-navigation ul.menu li:hover a { - border-bottom-color: #0066ff; -} -body.head-linkborder-blue #desktop-navigation .sub-menu li a:focus, -body.head-linkborder-blue #desktop-navigation .children li a:focus, -body.head-linkborder-blue #desktop-navigation .sub-menu li a:hover, -body.head-linkborder-blue #desktop-navigation .children li a:hover { - background-color: #0066ff; -} -body.head-linkborder-blue button#overlay-open:hover, -body.head-linkborder-blue button#search-open:hover { - color: #0066ff; -} - -body.main-bgcol-blue { - background-color: #0066ff; -} -body.main-bgcol-blue .site-content header, -body.main-bgcol-blue .entry-content header, -body.main-bgcol-blue blockquote, body.main-bgcol-blue.blog .hentry .entry-cats, body.main-bgcol-blue.blog .hentry .entry-cats a, body.main-bgcol-blue.blog .featured-slider .entry-meta a, body.main-bgcol-blue.single-post .entry-header .entry-cats a, -body.main-bgcol-blue main { - background-color: #0066ff; -} -body.main-bgcol-blue.blog .featured-content .hentry .entry-cats { - background-color: transparent; -} - -body.actionbutton-blue .gallery .slick-prev:before, -body.actionbutton-blue .gallery .slick-next:before, -body.actionbutton-blue .gallery .slick-dots li.slick-active button:before, -body.actionbutton-blue .gallery .slick-dots li.slick-active button:before, -body.actionbutton-blue .gallery .slick-dots li button:hover:before, -body.actionbutton-blue .gallery .slick-dots li button:focus:before, -body.actionbutton-blue .desktop-search input.search-field { - border-bottom-color: #0066ff; -} -body.actionbutton-blue .comments-show #comments-toggle, -body.actionbutton-blue #comments-toggle:focus, -body.actionbutton-blue #comments-toggle:hover, -body.actionbutton-blue input[type=button], body.actionbutton-blue input[type=submit], body.actionbutton-blue input#submit, -body.actionbutton-blue #commentform input#submit { - border-color: #0066ff; - background-color: #0066ff; -} - -body.head-bgcol-red .sticky-header, -body.head-bgcol-red #masthead { - background-color: #d7464d; - border-bottom-color: rgba(215, 70, 77, 0.7); -} -body.head-bgcol-red #site-branding { - background-color: #d7464d; -} - -body.head-textcol-red .search-open, -body.head-textcol-red #overlay-open, -body.head-textcol-red #overlay-open-sticky { - color: #d7464d; -} -body.head-textcol-red #masthead #desktop-navigation ul.menu li a, -body.head-textcol-red #masthead p.site-title, -body.head-textcol-red #masthead p.site-title a, -body.head-textcol-red #masthead h1.site-title, -body.head-textcol-red #masthead h1.site-title a, -body.head-textcol-red #masthead p.site-description { - color: #d7464d; -} - -body.head-linkborder-red #desktop-navigation ul.menu li.current-menu-ancestor a, -body.head-linkborder-red #desktop-navigation ul.menu li.focus a, -body.head-linkborder-red #desktop-navigation ul.menu li:focus a, -body.head-linkborder-red #desktop-navigation ul.menu li:hover a { - border-bottom-color: #d7464d; -} -body.head-linkborder-red #desktop-navigation .sub-menu li a:focus, -body.head-linkborder-red #desktop-navigation .children li a:focus, -body.head-linkborder-red #desktop-navigation .sub-menu li a:hover, -body.head-linkborder-red #desktop-navigation .children li a:hover { - background-color: #d7464d; -} -body.head-linkborder-red button#overlay-open:hover, -body.head-linkborder-red button#search-open:hover { - color: #d7464d; -} - -body.main-bgcol-red { - background-color: #d7464d; -} -body.main-bgcol-red .site-content header, -body.main-bgcol-red .entry-content header, -body.main-bgcol-red blockquote, body.main-bgcol-red.blog .hentry .entry-cats, body.main-bgcol-red.blog .hentry .entry-cats a, body.main-bgcol-red.blog .featured-slider .entry-meta a, body.main-bgcol-red.single-post .entry-header .entry-cats a, -body.main-bgcol-red main { - background-color: #d7464d; -} -body.main-bgcol-red.blog .featured-content .hentry .entry-cats { - background-color: transparent; -} - -body.actionbutton-red .gallery .slick-prev:before, -body.actionbutton-red .gallery .slick-next:before, -body.actionbutton-red .gallery .slick-dots li.slick-active button:before, -body.actionbutton-red .gallery .slick-dots li.slick-active button:before, -body.actionbutton-red .gallery .slick-dots li button:hover:before, -body.actionbutton-red .gallery .slick-dots li button:focus:before, -body.actionbutton-red .desktop-search input.search-field { - border-bottom-color: #d7464d; -} -body.actionbutton-red .comments-show #comments-toggle, -body.actionbutton-red #comments-toggle:focus, -body.actionbutton-red #comments-toggle:hover, -body.actionbutton-red input[type=button], body.actionbutton-red input[type=submit], body.actionbutton-red input#submit, -body.actionbutton-red #commentform input#submit { - border-color: #d7464d; - background-color: #d7464d; -} - -body.head-bgcol-yellow .sticky-header, -body.head-bgcol-yellow #masthead { - background-color: #e7b547; - border-bottom-color: rgba(231, 181, 71, 0.7); -} -body.head-bgcol-yellow #site-branding { - background-color: #e7b547; -} - -body.head-textcol-yellow .search-open, -body.head-textcol-yellow #overlay-open, -body.head-textcol-yellow #overlay-open-sticky { - color: #e7b547; -} -body.head-textcol-yellow #masthead #desktop-navigation ul.menu li a, -body.head-textcol-yellow #masthead p.site-title, -body.head-textcol-yellow #masthead p.site-title a, -body.head-textcol-yellow #masthead h1.site-title, -body.head-textcol-yellow #masthead h1.site-title a, -body.head-textcol-yellow #masthead p.site-description { - color: #e7b547; -} - -body.head-linkborder-yellow #desktop-navigation ul.menu li.current-menu-ancestor a, -body.head-linkborder-yellow #desktop-navigation ul.menu li.focus a, -body.head-linkborder-yellow #desktop-navigation ul.menu li:focus a, -body.head-linkborder-yellow #desktop-navigation ul.menu li:hover a { - border-bottom-color: #e7b547; -} -body.head-linkborder-yellow #desktop-navigation .sub-menu li a:focus, -body.head-linkborder-yellow #desktop-navigation .children li a:focus, -body.head-linkborder-yellow #desktop-navigation .sub-menu li a:hover, -body.head-linkborder-yellow #desktop-navigation .children li a:hover { - background-color: #e7b547; -} -body.head-linkborder-yellow button#overlay-open:hover, -body.head-linkborder-yellow button#search-open:hover { - color: #e7b547; -} - -body.main-bgcol-yellow { - background-color: #e7b547; -} -body.main-bgcol-yellow .site-content header, -body.main-bgcol-yellow .entry-content header, -body.main-bgcol-yellow blockquote, body.main-bgcol-yellow.blog .hentry .entry-cats, body.main-bgcol-yellow.blog .hentry .entry-cats a, body.main-bgcol-yellow.blog .featured-slider .entry-meta a, body.main-bgcol-yellow.single-post .entry-header .entry-cats a, -body.main-bgcol-yellow main { - background-color: #e7b547; -} -body.main-bgcol-yellow.blog .featured-content .hentry .entry-cats { - background-color: transparent; -} - -body.actionbutton-yellow .gallery .slick-prev:before, -body.actionbutton-yellow .gallery .slick-next:before, -body.actionbutton-yellow .gallery .slick-dots li.slick-active button:before, -body.actionbutton-yellow .gallery .slick-dots li.slick-active button:before, -body.actionbutton-yellow .gallery .slick-dots li button:hover:before, -body.actionbutton-yellow .gallery .slick-dots li button:focus:before, -body.actionbutton-yellow .desktop-search input.search-field { - border-bottom-color: #e7b547; -} -body.actionbutton-yellow .comments-show #comments-toggle, -body.actionbutton-yellow #comments-toggle:focus, -body.actionbutton-yellow #comments-toggle:hover, -body.actionbutton-yellow input[type=button], body.actionbutton-yellow input[type=submit], body.actionbutton-yellow input#submit, -body.actionbutton-yellow #commentform input#submit { - border-color: #e7b547; - background-color: #e7b547; -} - -body.head-bgcol-green .sticky-header, -body.head-bgcol-green #masthead { - background-color: #85c066; - border-bottom-color: rgba(133, 192, 102, 0.7); -} -body.head-bgcol-green #site-branding { - background-color: #85c066; -} - -body.head-textcol-green .search-open, -body.head-textcol-green #overlay-open, -body.head-textcol-green #overlay-open-sticky { - color: #85c066; -} -body.head-textcol-green #masthead #desktop-navigation ul.menu li a, -body.head-textcol-green #masthead p.site-title, -body.head-textcol-green #masthead p.site-title a, -body.head-textcol-green #masthead h1.site-title, -body.head-textcol-green #masthead h1.site-title a, -body.head-textcol-green #masthead p.site-description { - color: #85c066; -} - -body.head-linkborder-green #desktop-navigation ul.menu li.current-menu-ancestor a, -body.head-linkborder-green #desktop-navigation ul.menu li.focus a, -body.head-linkborder-green #desktop-navigation ul.menu li:focus a, -body.head-linkborder-green #desktop-navigation ul.menu li:hover a { - border-bottom-color: #85c066; -} -body.head-linkborder-green #desktop-navigation .sub-menu li a:focus, -body.head-linkborder-green #desktop-navigation .children li a:focus, -body.head-linkborder-green #desktop-navigation .sub-menu li a:hover, -body.head-linkborder-green #desktop-navigation .children li a:hover { - background-color: #85c066; -} -body.head-linkborder-green button#overlay-open:hover, -body.head-linkborder-green button#search-open:hover { - color: #85c066; -} - -body.main-bgcol-green { - background-color: #85c066; -} -body.main-bgcol-green .site-content header, -body.main-bgcol-green .entry-content header, -body.main-bgcol-green blockquote, body.main-bgcol-green.blog .hentry .entry-cats, body.main-bgcol-green.blog .hentry .entry-cats a, body.main-bgcol-green.blog .featured-slider .entry-meta a, body.main-bgcol-green.single-post .entry-header .entry-cats a, -body.main-bgcol-green main { - background-color: #85c066; -} -body.main-bgcol-green.blog .featured-content .hentry .entry-cats { - background-color: transparent; -} - -body.actionbutton-green .gallery .slick-prev:before, -body.actionbutton-green .gallery .slick-next:before, -body.actionbutton-green .gallery .slick-dots li.slick-active button:before, -body.actionbutton-green .gallery .slick-dots li.slick-active button:before, -body.actionbutton-green .gallery .slick-dots li button:hover:before, -body.actionbutton-green .gallery .slick-dots li button:focus:before, -body.actionbutton-green .desktop-search input.search-field { - border-bottom-color: #85c066; -} -body.actionbutton-green .comments-show #comments-toggle, -body.actionbutton-green #comments-toggle:focus, -body.actionbutton-green #comments-toggle:hover, -body.actionbutton-green input[type=button], body.actionbutton-green input[type=submit], body.actionbutton-green input#submit, -body.actionbutton-green #commentform input#submit { - border-color: #85c066; - background-color: #85c066; -} - -.main-headlinecol-main .entry-header h2.entry-title, -.main-headlinecol-main .entry-header h2.entry-title a { - color: #ff8800; -} -.main-headlinecol-main main #secondary h2.widget-title, -.main-headlinecol-main main #sidebar-page h2.widget-title, -.main-headlinecol-main main h1, .main-headlinecol-main main h2, .main-headlinecol-main main h3, .main-headlinecol-main main h4, .main-headlinecol-main main h5, .main-headlinecol-main main h6 { - color: #ff8800; -} - -.main-headlinecol-second .entry-header h2.entry-title, -.main-headlinecol-second .entry-header h2.entry-title a { - color: #672082; -} -.main-headlinecol-second main #secondary h2.widget-title, -.main-headlinecol-second main #sidebar-page h2.widget-title, -.main-headlinecol-second main h1, .main-headlinecol-second main h2, .main-headlinecol-second main h3, .main-headlinecol-second main h4, .main-headlinecol-second main h5, .main-headlinecol-second main h6 { - color: #672082; -} - -.main-headlinecol-third .entry-header h2.entry-title, -.main-headlinecol-third .entry-header h2.entry-title a { - color: #698bc1; -} -.main-headlinecol-third main #secondary h2.widget-title, -.main-headlinecol-third main #sidebar-page h2.widget-title, -.main-headlinecol-third main h1, .main-headlinecol-third main h2, .main-headlinecol-third main h3, .main-headlinecol-third main h4, .main-headlinecol-third main h5, .main-headlinecol-third main h6 { - color: #698bc1; -} - -.main-headlinecol-four .entry-header h2.entry-title, -.main-headlinecol-four .entry-header h2.entry-title a { - color: #148f93; -} -.main-headlinecol-four main #secondary h2.widget-title, -.main-headlinecol-four main #sidebar-page h2.widget-title, -.main-headlinecol-four main h1, .main-headlinecol-four main h2, .main-headlinecol-four main h3, .main-headlinecol-four main h4, .main-headlinecol-four main h5, .main-headlinecol-four main h6 { - color: #148f93; -} - -.main-headlinecol-uspirates .entry-header h2.entry-title, -.main-headlinecol-uspirates .entry-header h2.entry-title a { - color: #B127AF; -} -.main-headlinecol-uspirates main #secondary h2.widget-title, -.main-headlinecol-uspirates main #sidebar-page h2.widget-title, -.main-headlinecol-uspirates main h1, .main-headlinecol-uspirates main h2, .main-headlinecol-uspirates main h3, .main-headlinecol-uspirates main h4, .main-headlinecol-uspirates main h5, .main-headlinecol-uspirates main h6 { - color: #B127AF; -} - -.main-headlinecol-tkpirates .entry-header h2.entry-title, -.main-headlinecol-tkpirates .entry-header h2.entry-title a { - color: #00B5B1; -} -.main-headlinecol-tkpirates main #secondary h2.widget-title, -.main-headlinecol-tkpirates main #sidebar-page h2.widget-title, -.main-headlinecol-tkpirates main h1, .main-headlinecol-tkpirates main h2, .main-headlinecol-tkpirates main h3, .main-headlinecol-tkpirates main h4, .main-headlinecol-tkpirates main h5, .main-headlinecol-tkpirates main h6 { - color: #00B5B1; -} - -.main-headlinecol-chpirates .entry-header h2.entry-title, -.main-headlinecol-chpirates .entry-header h2.entry-title a { - color: #F9B200; -} -.main-headlinecol-chpirates main #secondary h2.widget-title, -.main-headlinecol-chpirates main #sidebar-page h2.widget-title, -.main-headlinecol-chpirates main h1, .main-headlinecol-chpirates main h2, .main-headlinecol-chpirates main h3, .main-headlinecol-chpirates main h4, .main-headlinecol-chpirates main h5, .main-headlinecol-chpirates main h6 { - color: #F9B200; -} - -.main-headlinecol-ispirates .entry-header h2.entry-title, -.main-headlinecol-ispirates .entry-header h2.entry-title a { - color: #51297e; -} -.main-headlinecol-ispirates main #secondary h2.widget-title, -.main-headlinecol-ispirates main #sidebar-page h2.widget-title, -.main-headlinecol-ispirates main h1, .main-headlinecol-ispirates main h2, .main-headlinecol-ispirates main h3, .main-headlinecol-ispirates main h4, .main-headlinecol-ispirates main h5, .main-headlinecol-ispirates main h6 { - color: #51297e; -} - -.main-headlinecol-black .entry-header h2.entry-title, -.main-headlinecol-black .entry-header h2.entry-title a { - color: #000; -} -.main-headlinecol-black main #secondary h2.widget-title, -.main-headlinecol-black main #sidebar-page h2.widget-title, -.main-headlinecol-black main h1, .main-headlinecol-black main h2, .main-headlinecol-black main h3, .main-headlinecol-black main h4, .main-headlinecol-black main h5, .main-headlinecol-black main h6 { - color: #000; -} - -.main-headlinecol-white .entry-header h2.entry-title, -.main-headlinecol-white .entry-header h2.entry-title a { - color: #fff; -} -.main-headlinecol-white main #secondary h2.widget-title, -.main-headlinecol-white main #sidebar-page h2.widget-title, -.main-headlinecol-white main h1, .main-headlinecol-white main h2, .main-headlinecol-white main h3, .main-headlinecol-white main h4, .main-headlinecol-white main h5, .main-headlinecol-white main h6 { - color: #fff; -} - -.main-headlinecol-grey .entry-header h2.entry-title, -.main-headlinecol-grey .entry-header h2.entry-title a { - color: #e7e7eb; -} -.main-headlinecol-grey main #secondary h2.widget-title, -.main-headlinecol-grey main #sidebar-page h2.widget-title, -.main-headlinecol-grey main h1, .main-headlinecol-grey main h2, .main-headlinecol-grey main h3, .main-headlinecol-grey main h4, .main-headlinecol-grey main h5, .main-headlinecol-grey main h6 { - color: #e7e7eb; -} - -.main-headlinecol-darkgrey .entry-header h2.entry-title, -.main-headlinecol-darkgrey .entry-header h2.entry-title a { - color: #1a1a1a; -} -.main-headlinecol-darkgrey main #secondary h2.widget-title, -.main-headlinecol-darkgrey main #sidebar-page h2.widget-title, -.main-headlinecol-darkgrey main h1, .main-headlinecol-darkgrey main h2, .main-headlinecol-darkgrey main h3, .main-headlinecol-darkgrey main h4, .main-headlinecol-darkgrey main h5, .main-headlinecol-darkgrey main h6 { - color: #1a1a1a; -} - -.main-headlinecol-blue .entry-header h2.entry-title, -.main-headlinecol-blue .entry-header h2.entry-title a { - color: #0066ff; -} -.main-headlinecol-blue main #secondary h2.widget-title, -.main-headlinecol-blue main #sidebar-page h2.widget-title, -.main-headlinecol-blue main h1, .main-headlinecol-blue main h2, .main-headlinecol-blue main h3, .main-headlinecol-blue main h4, .main-headlinecol-blue main h5, .main-headlinecol-blue main h6 { - color: #0066ff; -} - -.main-headlinecol-red .entry-header h2.entry-title, -.main-headlinecol-red .entry-header h2.entry-title a { - color: #d7464d; -} -.main-headlinecol-red main #secondary h2.widget-title, -.main-headlinecol-red main #sidebar-page h2.widget-title, -.main-headlinecol-red main h1, .main-headlinecol-red main h2, .main-headlinecol-red main h3, .main-headlinecol-red main h4, .main-headlinecol-red main h5, .main-headlinecol-red main h6 { - color: #d7464d; -} - -.main-headlinecol-yellow .entry-header h2.entry-title, -.main-headlinecol-yellow .entry-header h2.entry-title a { - color: #e7b547; -} -.main-headlinecol-yellow main #secondary h2.widget-title, -.main-headlinecol-yellow main #sidebar-page h2.widget-title, -.main-headlinecol-yellow main h1, .main-headlinecol-yellow main h2, .main-headlinecol-yellow main h3, .main-headlinecol-yellow main h4, .main-headlinecol-yellow main h5, .main-headlinecol-yellow main h6 { - color: #e7b547; -} - -.main-headlinecol-green .entry-header h2.entry-title, -.main-headlinecol-green .entry-header h2.entry-title a { - color: #85c066; -} -.main-headlinecol-green main #secondary h2.widget-title, -.main-headlinecol-green main #sidebar-page h2.widget-title, -.main-headlinecol-green main h1, .main-headlinecol-green main h2, .main-headlinecol-green main h3, .main-headlinecol-green main h4, .main-headlinecol-green main h5, .main-headlinecol-green main h6 { - color: #85c066; -} - -.main-titleunderline-main main .single-post .entry-header h1.entry-title, -.main-titleunderline-main main .entry-header h1.entry-title, -.main-titleunderline-main main .attachment h1.entry-title, -.main-titleunderline-main main .page h1.entry-title, -.main-titleunderline-main main h1.entry-title, -.main-titleunderline-main main .archive-header h1.archive-title, -.main-titleunderline-main main .site-content h1, -.main-titleunderline-main main .entry-content h1 { - border-color: #ff8800; -} - -.main-titleunderline-second main .single-post .entry-header h1.entry-title, -.main-titleunderline-second main .entry-header h1.entry-title, -.main-titleunderline-second main .attachment h1.entry-title, -.main-titleunderline-second main .page h1.entry-title, -.main-titleunderline-second main h1.entry-title, -.main-titleunderline-second main .archive-header h1.archive-title, -.main-titleunderline-second main .site-content h1, -.main-titleunderline-second main .entry-content h1 { - border-color: #672082; -} - -.main-titleunderline-third main .single-post .entry-header h1.entry-title, -.main-titleunderline-third main .entry-header h1.entry-title, -.main-titleunderline-third main .attachment h1.entry-title, -.main-titleunderline-third main .page h1.entry-title, -.main-titleunderline-third main h1.entry-title, -.main-titleunderline-third main .archive-header h1.archive-title, -.main-titleunderline-third main .site-content h1, -.main-titleunderline-third main .entry-content h1 { - border-color: #698bc1; -} - -.main-titleunderline-four main .single-post .entry-header h1.entry-title, -.main-titleunderline-four main .entry-header h1.entry-title, -.main-titleunderline-four main .attachment h1.entry-title, -.main-titleunderline-four main .page h1.entry-title, -.main-titleunderline-four main h1.entry-title, -.main-titleunderline-four main .archive-header h1.archive-title, -.main-titleunderline-four main .site-content h1, -.main-titleunderline-four main .entry-content h1 { - border-color: #148f93; -} - -.main-titleunderline-uspirates main .single-post .entry-header h1.entry-title, -.main-titleunderline-uspirates main .entry-header h1.entry-title, -.main-titleunderline-uspirates main .attachment h1.entry-title, -.main-titleunderline-uspirates main .page h1.entry-title, -.main-titleunderline-uspirates main h1.entry-title, -.main-titleunderline-uspirates main .archive-header h1.archive-title, -.main-titleunderline-uspirates main .site-content h1, -.main-titleunderline-uspirates main .entry-content h1 { - border-color: #B127AF; -} - -.main-titleunderline-tkpirates main .single-post .entry-header h1.entry-title, -.main-titleunderline-tkpirates main .entry-header h1.entry-title, -.main-titleunderline-tkpirates main .attachment h1.entry-title, -.main-titleunderline-tkpirates main .page h1.entry-title, -.main-titleunderline-tkpirates main h1.entry-title, -.main-titleunderline-tkpirates main .archive-header h1.archive-title, -.main-titleunderline-tkpirates main .site-content h1, -.main-titleunderline-tkpirates main .entry-content h1 { - border-color: #00B5B1; -} - -.main-titleunderline-chpirates main .single-post .entry-header h1.entry-title, -.main-titleunderline-chpirates main .entry-header h1.entry-title, -.main-titleunderline-chpirates main .attachment h1.entry-title, -.main-titleunderline-chpirates main .page h1.entry-title, -.main-titleunderline-chpirates main h1.entry-title, -.main-titleunderline-chpirates main .archive-header h1.archive-title, -.main-titleunderline-chpirates main .site-content h1, -.main-titleunderline-chpirates main .entry-content h1 { - border-color: #F9B200; -} - -.main-titleunderline-ispirates main .single-post .entry-header h1.entry-title, -.main-titleunderline-ispirates main .entry-header h1.entry-title, -.main-titleunderline-ispirates main .attachment h1.entry-title, -.main-titleunderline-ispirates main .page h1.entry-title, -.main-titleunderline-ispirates main h1.entry-title, -.main-titleunderline-ispirates main .archive-header h1.archive-title, -.main-titleunderline-ispirates main .site-content h1, -.main-titleunderline-ispirates main .entry-content h1 { - border-color: #51297e; -} - -.main-titleunderline-black main .single-post .entry-header h1.entry-title, -.main-titleunderline-black main .entry-header h1.entry-title, -.main-titleunderline-black main .attachment h1.entry-title, -.main-titleunderline-black main .page h1.entry-title, -.main-titleunderline-black main h1.entry-title, -.main-titleunderline-black main .archive-header h1.archive-title, -.main-titleunderline-black main .site-content h1, -.main-titleunderline-black main .entry-content h1 { - border-color: #000; -} - -.main-titleunderline-white main .single-post .entry-header h1.entry-title, -.main-titleunderline-white main .entry-header h1.entry-title, -.main-titleunderline-white main .attachment h1.entry-title, -.main-titleunderline-white main .page h1.entry-title, -.main-titleunderline-white main h1.entry-title, -.main-titleunderline-white main .archive-header h1.archive-title, -.main-titleunderline-white main .site-content h1, -.main-titleunderline-white main .entry-content h1 { - border-color: #fff; -} - -.main-titleunderline-grey main .single-post .entry-header h1.entry-title, -.main-titleunderline-grey main .entry-header h1.entry-title, -.main-titleunderline-grey main .attachment h1.entry-title, -.main-titleunderline-grey main .page h1.entry-title, -.main-titleunderline-grey main h1.entry-title, -.main-titleunderline-grey main .archive-header h1.archive-title, -.main-titleunderline-grey main .site-content h1, -.main-titleunderline-grey main .entry-content h1 { - border-color: #e7e7eb; -} - -.main-titleunderline-darkgrey main .single-post .entry-header h1.entry-title, -.main-titleunderline-darkgrey main .entry-header h1.entry-title, -.main-titleunderline-darkgrey main .attachment h1.entry-title, -.main-titleunderline-darkgrey main .page h1.entry-title, -.main-titleunderline-darkgrey main h1.entry-title, -.main-titleunderline-darkgrey main .archive-header h1.archive-title, -.main-titleunderline-darkgrey main .site-content h1, -.main-titleunderline-darkgrey main .entry-content h1 { - border-color: #1a1a1a; -} - -.main-titleunderline-blue main .single-post .entry-header h1.entry-title, -.main-titleunderline-blue main .entry-header h1.entry-title, -.main-titleunderline-blue main .attachment h1.entry-title, -.main-titleunderline-blue main .page h1.entry-title, -.main-titleunderline-blue main h1.entry-title, -.main-titleunderline-blue main .archive-header h1.archive-title, -.main-titleunderline-blue main .site-content h1, -.main-titleunderline-blue main .entry-content h1 { - border-color: #0066ff; -} - -.main-titleunderline-red main .single-post .entry-header h1.entry-title, -.main-titleunderline-red main .entry-header h1.entry-title, -.main-titleunderline-red main .attachment h1.entry-title, -.main-titleunderline-red main .page h1.entry-title, -.main-titleunderline-red main h1.entry-title, -.main-titleunderline-red main .archive-header h1.archive-title, -.main-titleunderline-red main .site-content h1, -.main-titleunderline-red main .entry-content h1 { - border-color: #d7464d; -} - -.main-titleunderline-yellow main .single-post .entry-header h1.entry-title, -.main-titleunderline-yellow main .entry-header h1.entry-title, -.main-titleunderline-yellow main .attachment h1.entry-title, -.main-titleunderline-yellow main .page h1.entry-title, -.main-titleunderline-yellow main h1.entry-title, -.main-titleunderline-yellow main .archive-header h1.archive-title, -.main-titleunderline-yellow main .site-content h1, -.main-titleunderline-yellow main .entry-content h1 { - border-color: #e7b547; -} - -.main-titleunderline-green main .single-post .entry-header h1.entry-title, -.main-titleunderline-green main .entry-header h1.entry-title, -.main-titleunderline-green main .attachment h1.entry-title, -.main-titleunderline-green main .page h1.entry-title, -.main-titleunderline-green main h1.entry-title, -.main-titleunderline-green main .archive-header h1.archive-title, -.main-titleunderline-green main .site-content h1, -.main-titleunderline-green main .entry-content h1 { - border-color: #85c066; -} - -.main-textcol-main .single-post .entry-header p.intro, -.main-textcol-main .entry-summary, -.main-textcol-main .front-section-title, -.main-textcol-main .social-front-title, -.main-textcol-main .widget_mc4wp_form_widget p, -.main-textcol-main .jetpack_subscription_widget #subscribe-text p, -.main-textcol-main .section-about-column-one p, -.main-textcol-main blockquote p, -.main-textcol-main main { - color: #ff8800; -} - -.main-linkcol-main main a, -.main-linkcol-main main blockquote a, -.main-linkcol-main main .entry-content a, -.main-linkcol-main main .comment-text a { - color: #ff8800; -} - -.main-linkhovercol-main.single-post .entry-header .entry-cats a:hover, .main-linkhovercol-main.blog .featured-slider .entry-cats a:hover, .main-linkhovercol-main.blog .featured-slider .entry-meta a:hover, .main-linkhovercol-main.blog .hentry .entry-cats a:hover { - color: #ff8800; -} -.main-linkhovercol-main main a:hover, -.main-linkhovercol-main main blockquote a:hover, -.main-linkhovercol-main main .entry-content a:hover, -.main-linkhovercol-main main .comment-text a:hover { - color: #ff8800; -} - -.main-textcol-second .single-post .entry-header p.intro, -.main-textcol-second .entry-summary, -.main-textcol-second .front-section-title, -.main-textcol-second .social-front-title, -.main-textcol-second .widget_mc4wp_form_widget p, -.main-textcol-second .jetpack_subscription_widget #subscribe-text p, -.main-textcol-second .section-about-column-one p, -.main-textcol-second blockquote p, -.main-textcol-second main { - color: #672082; -} - -.main-linkcol-second main a, -.main-linkcol-second main blockquote a, -.main-linkcol-second main .entry-content a, -.main-linkcol-second main .comment-text a { - color: #672082; -} - -.main-linkhovercol-second.single-post .entry-header .entry-cats a:hover, .main-linkhovercol-second.blog .featured-slider .entry-cats a:hover, .main-linkhovercol-second.blog .featured-slider .entry-meta a:hover, .main-linkhovercol-second.blog .hentry .entry-cats a:hover { - color: #672082; -} -.main-linkhovercol-second main a:hover, -.main-linkhovercol-second main blockquote a:hover, -.main-linkhovercol-second main .entry-content a:hover, -.main-linkhovercol-second main .comment-text a:hover { - color: #672082; -} - -.main-textcol-third .single-post .entry-header p.intro, -.main-textcol-third .entry-summary, -.main-textcol-third .front-section-title, -.main-textcol-third .social-front-title, -.main-textcol-third .widget_mc4wp_form_widget p, -.main-textcol-third .jetpack_subscription_widget #subscribe-text p, -.main-textcol-third .section-about-column-one p, -.main-textcol-third blockquote p, -.main-textcol-third main { - color: #698bc1; -} - -.main-linkcol-third main a, -.main-linkcol-third main blockquote a, -.main-linkcol-third main .entry-content a, -.main-linkcol-third main .comment-text a { - color: #698bc1; -} - -.main-linkhovercol-third.single-post .entry-header .entry-cats a:hover, .main-linkhovercol-third.blog .featured-slider .entry-cats a:hover, .main-linkhovercol-third.blog .featured-slider .entry-meta a:hover, .main-linkhovercol-third.blog .hentry .entry-cats a:hover { - color: #698bc1; -} -.main-linkhovercol-third main a:hover, -.main-linkhovercol-third main blockquote a:hover, -.main-linkhovercol-third main .entry-content a:hover, -.main-linkhovercol-third main .comment-text a:hover { - color: #698bc1; -} - -.main-textcol-four .single-post .entry-header p.intro, -.main-textcol-four .entry-summary, -.main-textcol-four .front-section-title, -.main-textcol-four .social-front-title, -.main-textcol-four .widget_mc4wp_form_widget p, -.main-textcol-four .jetpack_subscription_widget #subscribe-text p, -.main-textcol-four .section-about-column-one p, -.main-textcol-four blockquote p, -.main-textcol-four main { - color: #148f93; -} - -.main-linkcol-four main a, -.main-linkcol-four main blockquote a, -.main-linkcol-four main .entry-content a, -.main-linkcol-four main .comment-text a { - color: #148f93; -} - -.main-linkhovercol-four.single-post .entry-header .entry-cats a:hover, .main-linkhovercol-four.blog .featured-slider .entry-cats a:hover, .main-linkhovercol-four.blog .featured-slider .entry-meta a:hover, .main-linkhovercol-four.blog .hentry .entry-cats a:hover { - color: #148f93; -} -.main-linkhovercol-four main a:hover, -.main-linkhovercol-four main blockquote a:hover, -.main-linkhovercol-four main .entry-content a:hover, -.main-linkhovercol-four main .comment-text a:hover { - color: #148f93; -} - -.main-textcol-uspirates .single-post .entry-header p.intro, -.main-textcol-uspirates .entry-summary, -.main-textcol-uspirates .front-section-title, -.main-textcol-uspirates .social-front-title, -.main-textcol-uspirates .widget_mc4wp_form_widget p, -.main-textcol-uspirates .jetpack_subscription_widget #subscribe-text p, -.main-textcol-uspirates .section-about-column-one p, -.main-textcol-uspirates blockquote p, -.main-textcol-uspirates main { - color: #B127AF; -} - -.main-linkcol-uspirates main a, -.main-linkcol-uspirates main blockquote a, -.main-linkcol-uspirates main .entry-content a, -.main-linkcol-uspirates main .comment-text a { - color: #B127AF; -} - -.main-linkhovercol-uspirates.single-post .entry-header .entry-cats a:hover, .main-linkhovercol-uspirates.blog .featured-slider .entry-cats a:hover, .main-linkhovercol-uspirates.blog .featured-slider .entry-meta a:hover, .main-linkhovercol-uspirates.blog .hentry .entry-cats a:hover { - color: #B127AF; -} -.main-linkhovercol-uspirates main a:hover, -.main-linkhovercol-uspirates main blockquote a:hover, -.main-linkhovercol-uspirates main .entry-content a:hover, -.main-linkhovercol-uspirates main .comment-text a:hover { - color: #B127AF; -} - -.main-textcol-tkpirates .single-post .entry-header p.intro, -.main-textcol-tkpirates .entry-summary, -.main-textcol-tkpirates .front-section-title, -.main-textcol-tkpirates .social-front-title, -.main-textcol-tkpirates .widget_mc4wp_form_widget p, -.main-textcol-tkpirates .jetpack_subscription_widget #subscribe-text p, -.main-textcol-tkpirates .section-about-column-one p, -.main-textcol-tkpirates blockquote p, -.main-textcol-tkpirates main { - color: #00B5B1; -} - -.main-linkcol-tkpirates main a, -.main-linkcol-tkpirates main blockquote a, -.main-linkcol-tkpirates main .entry-content a, -.main-linkcol-tkpirates main .comment-text a { - color: #00B5B1; -} - -.main-linkhovercol-tkpirates.single-post .entry-header .entry-cats a:hover, .main-linkhovercol-tkpirates.blog .featured-slider .entry-cats a:hover, .main-linkhovercol-tkpirates.blog .featured-slider .entry-meta a:hover, .main-linkhovercol-tkpirates.blog .hentry .entry-cats a:hover { - color: #00B5B1; -} -.main-linkhovercol-tkpirates main a:hover, -.main-linkhovercol-tkpirates main blockquote a:hover, -.main-linkhovercol-tkpirates main .entry-content a:hover, -.main-linkhovercol-tkpirates main .comment-text a:hover { - color: #00B5B1; -} - -.main-textcol-chpirates .single-post .entry-header p.intro, -.main-textcol-chpirates .entry-summary, -.main-textcol-chpirates .front-section-title, -.main-textcol-chpirates .social-front-title, -.main-textcol-chpirates .widget_mc4wp_form_widget p, -.main-textcol-chpirates .jetpack_subscription_widget #subscribe-text p, -.main-textcol-chpirates .section-about-column-one p, -.main-textcol-chpirates blockquote p, -.main-textcol-chpirates main { - color: #F9B200; -} - -.main-linkcol-chpirates main a, -.main-linkcol-chpirates main blockquote a, -.main-linkcol-chpirates main .entry-content a, -.main-linkcol-chpirates main .comment-text a { - color: #F9B200; -} - -.main-linkhovercol-chpirates.single-post .entry-header .entry-cats a:hover, .main-linkhovercol-chpirates.blog .featured-slider .entry-cats a:hover, .main-linkhovercol-chpirates.blog .featured-slider .entry-meta a:hover, .main-linkhovercol-chpirates.blog .hentry .entry-cats a:hover { - color: #F9B200; -} -.main-linkhovercol-chpirates main a:hover, -.main-linkhovercol-chpirates main blockquote a:hover, -.main-linkhovercol-chpirates main .entry-content a:hover, -.main-linkhovercol-chpirates main .comment-text a:hover { - color: #F9B200; -} - -.main-textcol-ispirates .single-post .entry-header p.intro, -.main-textcol-ispirates .entry-summary, -.main-textcol-ispirates .front-section-title, -.main-textcol-ispirates .social-front-title, -.main-textcol-ispirates .widget_mc4wp_form_widget p, -.main-textcol-ispirates .jetpack_subscription_widget #subscribe-text p, -.main-textcol-ispirates .section-about-column-one p, -.main-textcol-ispirates blockquote p, -.main-textcol-ispirates main { - color: #51297e; -} - -.main-linkcol-ispirates main a, -.main-linkcol-ispirates main blockquote a, -.main-linkcol-ispirates main .entry-content a, -.main-linkcol-ispirates main .comment-text a { - color: #51297e; -} - -.main-linkhovercol-ispirates.single-post .entry-header .entry-cats a:hover, .main-linkhovercol-ispirates.blog .featured-slider .entry-cats a:hover, .main-linkhovercol-ispirates.blog .featured-slider .entry-meta a:hover, .main-linkhovercol-ispirates.blog .hentry .entry-cats a:hover { - color: #51297e; -} -.main-linkhovercol-ispirates main a:hover, -.main-linkhovercol-ispirates main blockquote a:hover, -.main-linkhovercol-ispirates main .entry-content a:hover, -.main-linkhovercol-ispirates main .comment-text a:hover { - color: #51297e; -} - -.main-textcol-black .single-post .entry-header p.intro, -.main-textcol-black .entry-summary, -.main-textcol-black .front-section-title, -.main-textcol-black .social-front-title, -.main-textcol-black .widget_mc4wp_form_widget p, -.main-textcol-black .jetpack_subscription_widget #subscribe-text p, -.main-textcol-black .section-about-column-one p, -.main-textcol-black blockquote p, -.main-textcol-black main { - color: #000; -} - -.main-linkcol-black main a, -.main-linkcol-black main blockquote a, -.main-linkcol-black main .entry-content a, -.main-linkcol-black main .comment-text a { - color: #000; -} - -.main-linkhovercol-black.single-post .entry-header .entry-cats a:hover, .main-linkhovercol-black.blog .featured-slider .entry-cats a:hover, .main-linkhovercol-black.blog .featured-slider .entry-meta a:hover, .main-linkhovercol-black.blog .hentry .entry-cats a:hover { - color: #000; -} -.main-linkhovercol-black main a:hover, -.main-linkhovercol-black main blockquote a:hover, -.main-linkhovercol-black main .entry-content a:hover, -.main-linkhovercol-black main .comment-text a:hover { - color: #000; -} - -.main-textcol-white .single-post .entry-header p.intro, -.main-textcol-white .entry-summary, -.main-textcol-white .front-section-title, -.main-textcol-white .social-front-title, -.main-textcol-white .widget_mc4wp_form_widget p, -.main-textcol-white .jetpack_subscription_widget #subscribe-text p, -.main-textcol-white .section-about-column-one p, -.main-textcol-white blockquote p, -.main-textcol-white main { - color: #fff; -} - -.main-linkcol-white main a, -.main-linkcol-white main blockquote a, -.main-linkcol-white main .entry-content a, -.main-linkcol-white main .comment-text a { - color: #fff; -} - -.main-linkhovercol-white.single-post .entry-header .entry-cats a:hover, .main-linkhovercol-white.blog .featured-slider .entry-cats a:hover, .main-linkhovercol-white.blog .featured-slider .entry-meta a:hover, .main-linkhovercol-white.blog .hentry .entry-cats a:hover { - color: #fff; -} -.main-linkhovercol-white main a:hover, -.main-linkhovercol-white main blockquote a:hover, -.main-linkhovercol-white main .entry-content a:hover, -.main-linkhovercol-white main .comment-text a:hover { - color: #fff; -} - -.main-textcol-grey .single-post .entry-header p.intro, -.main-textcol-grey .entry-summary, -.main-textcol-grey .front-section-title, -.main-textcol-grey .social-front-title, -.main-textcol-grey .widget_mc4wp_form_widget p, -.main-textcol-grey .jetpack_subscription_widget #subscribe-text p, -.main-textcol-grey .section-about-column-one p, -.main-textcol-grey blockquote p, -.main-textcol-grey main { - color: #e7e7eb; -} - -.main-linkcol-grey main a, -.main-linkcol-grey main blockquote a, -.main-linkcol-grey main .entry-content a, -.main-linkcol-grey main .comment-text a { - color: #e7e7eb; -} - -.main-linkhovercol-grey.single-post .entry-header .entry-cats a:hover, .main-linkhovercol-grey.blog .featured-slider .entry-cats a:hover, .main-linkhovercol-grey.blog .featured-slider .entry-meta a:hover, .main-linkhovercol-grey.blog .hentry .entry-cats a:hover { - color: #e7e7eb; -} -.main-linkhovercol-grey main a:hover, -.main-linkhovercol-grey main blockquote a:hover, -.main-linkhovercol-grey main .entry-content a:hover, -.main-linkhovercol-grey main .comment-text a:hover { - color: #e7e7eb; -} - -.main-textcol-darkgrey .single-post .entry-header p.intro, -.main-textcol-darkgrey .entry-summary, -.main-textcol-darkgrey .front-section-title, -.main-textcol-darkgrey .social-front-title, -.main-textcol-darkgrey .widget_mc4wp_form_widget p, -.main-textcol-darkgrey .jetpack_subscription_widget #subscribe-text p, -.main-textcol-darkgrey .section-about-column-one p, -.main-textcol-darkgrey blockquote p, -.main-textcol-darkgrey main { - color: #1a1a1a; -} - -.main-linkcol-darkgrey main a, -.main-linkcol-darkgrey main blockquote a, -.main-linkcol-darkgrey main .entry-content a, -.main-linkcol-darkgrey main .comment-text a { - color: #1a1a1a; -} - -.main-linkhovercol-darkgrey.single-post .entry-header .entry-cats a:hover, .main-linkhovercol-darkgrey.blog .featured-slider .entry-cats a:hover, .main-linkhovercol-darkgrey.blog .featured-slider .entry-meta a:hover, .main-linkhovercol-darkgrey.blog .hentry .entry-cats a:hover { - color: #1a1a1a; -} -.main-linkhovercol-darkgrey main a:hover, -.main-linkhovercol-darkgrey main blockquote a:hover, -.main-linkhovercol-darkgrey main .entry-content a:hover, -.main-linkhovercol-darkgrey main .comment-text a:hover { - color: #1a1a1a; -} - -.main-textcol-blue .single-post .entry-header p.intro, -.main-textcol-blue .entry-summary, -.main-textcol-blue .front-section-title, -.main-textcol-blue .social-front-title, -.main-textcol-blue .widget_mc4wp_form_widget p, -.main-textcol-blue .jetpack_subscription_widget #subscribe-text p, -.main-textcol-blue .section-about-column-one p, -.main-textcol-blue blockquote p, -.main-textcol-blue main { - color: #0066ff; -} - -.main-linkcol-blue main a, -.main-linkcol-blue main blockquote a, -.main-linkcol-blue main .entry-content a, -.main-linkcol-blue main .comment-text a { - color: #0066ff; -} - -.main-linkhovercol-blue.single-post .entry-header .entry-cats a:hover, .main-linkhovercol-blue.blog .featured-slider .entry-cats a:hover, .main-linkhovercol-blue.blog .featured-slider .entry-meta a:hover, .main-linkhovercol-blue.blog .hentry .entry-cats a:hover { - color: #0066ff; -} -.main-linkhovercol-blue main a:hover, -.main-linkhovercol-blue main blockquote a:hover, -.main-linkhovercol-blue main .entry-content a:hover, -.main-linkhovercol-blue main .comment-text a:hover { - color: #0066ff; -} - -.main-textcol-red .single-post .entry-header p.intro, -.main-textcol-red .entry-summary, -.main-textcol-red .front-section-title, -.main-textcol-red .social-front-title, -.main-textcol-red .widget_mc4wp_form_widget p, -.main-textcol-red .jetpack_subscription_widget #subscribe-text p, -.main-textcol-red .section-about-column-one p, -.main-textcol-red blockquote p, -.main-textcol-red main { - color: #d7464d; -} - -.main-linkcol-red main a, -.main-linkcol-red main blockquote a, -.main-linkcol-red main .entry-content a, -.main-linkcol-red main .comment-text a { - color: #d7464d; -} - -.main-linkhovercol-red.single-post .entry-header .entry-cats a:hover, .main-linkhovercol-red.blog .featured-slider .entry-cats a:hover, .main-linkhovercol-red.blog .featured-slider .entry-meta a:hover, .main-linkhovercol-red.blog .hentry .entry-cats a:hover { - color: #d7464d; -} -.main-linkhovercol-red main a:hover, -.main-linkhovercol-red main blockquote a:hover, -.main-linkhovercol-red main .entry-content a:hover, -.main-linkhovercol-red main .comment-text a:hover { - color: #d7464d; -} - -.main-textcol-yellow .single-post .entry-header p.intro, -.main-textcol-yellow .entry-summary, -.main-textcol-yellow .front-section-title, -.main-textcol-yellow .social-front-title, -.main-textcol-yellow .widget_mc4wp_form_widget p, -.main-textcol-yellow .jetpack_subscription_widget #subscribe-text p, -.main-textcol-yellow .section-about-column-one p, -.main-textcol-yellow blockquote p, -.main-textcol-yellow main { - color: #e7b547; -} - -.main-linkcol-yellow main a, -.main-linkcol-yellow main blockquote a, -.main-linkcol-yellow main .entry-content a, -.main-linkcol-yellow main .comment-text a { - color: #e7b547; -} - -.main-linkhovercol-yellow.single-post .entry-header .entry-cats a:hover, .main-linkhovercol-yellow.blog .featured-slider .entry-cats a:hover, .main-linkhovercol-yellow.blog .featured-slider .entry-meta a:hover, .main-linkhovercol-yellow.blog .hentry .entry-cats a:hover { - color: #e7b547; -} -.main-linkhovercol-yellow main a:hover, -.main-linkhovercol-yellow main blockquote a:hover, -.main-linkhovercol-yellow main .entry-content a:hover, -.main-linkhovercol-yellow main .comment-text a:hover { - color: #e7b547; -} - -.main-textcol-green .single-post .entry-header p.intro, -.main-textcol-green .entry-summary, -.main-textcol-green .front-section-title, -.main-textcol-green .social-front-title, -.main-textcol-green .widget_mc4wp_form_widget p, -.main-textcol-green .jetpack_subscription_widget #subscribe-text p, -.main-textcol-green .section-about-column-one p, -.main-textcol-green blockquote p, -.main-textcol-green main { - color: #85c066; -} - -.main-linkcol-green main a, -.main-linkcol-green main blockquote a, -.main-linkcol-green main .entry-content a, -.main-linkcol-green main .comment-text a { - color: #85c066; -} - -.main-linkhovercol-green.single-post .entry-header .entry-cats a:hover, .main-linkhovercol-green.blog .featured-slider .entry-cats a:hover, .main-linkhovercol-green.blog .featured-slider .entry-meta a:hover, .main-linkhovercol-green.blog .hentry .entry-cats a:hover { - color: #85c066; -} -.main-linkhovercol-green main a:hover, -.main-linkhovercol-green main blockquote a:hover, -.main-linkhovercol-green main .entry-content a:hover, -.main-linkhovercol-green main .comment-text a:hover { - color: #85c066; -} - -.main-meta-textcol-hover-main.single-post .entry-header .entry-cats a:hover, .main-meta-textcol-hover-main.blog .featured-slider .entry-cats a:hover, .main-meta-textcol-hover-main.blog .featured-slider .entry-meta a:hover, .main-meta-textcol-hover-main.blog .hentry .entry-cats a:hover, -.main-meta-textcol-hover-main main .entry-content .pagebreak-links a:hover, -.main-meta-textcol-hover-main .post-navigation .nav-links a:hover, -.main-meta-textcol-hover-main .pagination .nav-links span.page-numbers:hover, -.main-meta-textcol-hover-main .pagination .nav-links a.page-numbers:hover { - color: #ff8800; -} - -.main-meta-textcol-main .entry-meta, -.main-meta-textcol-main .entry-cats, -.main-meta-textcol-main .slider-text .entry-meta a, -.main-meta-textcol-main .slider-text .entry-cats a, -.main-meta-textcol-main .section-one-column-one .entry-cats a, -.main-meta-textcol-main .section-three-column-one .entry-cats a, -.main-meta-textcol-main #front-section-four .entry-cats a, -.main-meta-textcol-main #front-section-four .entry-meta a, -.main-meta-textcol-main .featured-slider .entry-cats a, .main-meta-textcol-main.single-post .entry-header .entry-cats a, .main-meta-textcol-main.blog .featured-slider .entry-cats a, .main-meta-textcol-main.blog .featured-slider .entry-meta a, .main-meta-textcol-main.blog .hentry .entry-cats a, .main-meta-textcol-main.single-post .entry-cats a, .main-meta-textcol-main.single-post .entry-tags a, .main-meta-textcol-main.single-post .entry-header .page-links a, -.main-meta-textcol-main .post-page-numbers.current, -.main-meta-textcol-main main .entry-content .pagebreak-links a, -.main-meta-textcol-main .post-navigation .nav-links a, -.main-meta-textcol-main .pagination .nav-links span.page-numbers, -.main-meta-textcol-main .pagination .nav-links a.page-numbers, .main-meta-textcol-main.single-post .entry-header .page-links .number { - color: #ff8800; -} - -.main-meta-bgcol-main .entry-cats a, -.main-meta-bgcol-main .featured-slider .entry-cats a, -.main-meta-bgcol-main .featured-slider .entry-meta a, -.main-meta-bgcol-main .section-one-column-one .entry-cats a, -.main-meta-bgcol-main .section-three-column-one .entry-cats a, -.main-meta-bgcol-main #front-section-four .entry-cats a, .main-meta-bgcol-main.single-post .entry-cats a, .main-meta-bgcol-main.single-post .entry-tags a, .main-meta-bgcol-main.blog .hentry .entry-cats a, .main-meta-bgcol-main.blog .featured-slider .entry-cats a, .main-meta-bgcol-main.blog .featured-slider .entry-meta a, .main-meta-bgcol-main.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a, -.main-meta-bgcol-main .post-page-numbers.current, -.main-meta-bgcol-main .post-navigation .nav-links a, -.main-meta-bgcol-main .pagebreak-links a, -.main-meta-bgcol-main .pagination .nav-links span.page-numbers, -.main-meta-bgcol-main .pagination .nav-links a.page-numbers { - background: #ff8800; -} -.main-meta-bgcol-main .gallery .slick-prev:before, -.main-meta-bgcol-main .gallery .slick-next:before, -.main-meta-bgcol-main .gallery .slick-dots li.slick-active button:before { - color: #ff8800; -} - -.main-meta-bgcol-hover-main .entry-cats a:hover, -.main-meta-bgcol-hover-main .featured-slider .entry-cats a:hover, -.main-meta-bgcol-hover-main .featured-slider .entry-meta a:hover, -.main-meta-bgcol-hover-main .section-one-column-one .entry-cats a:hover, -.main-meta-bgcol-hover-main .section-three-column-one .entry-cats a:hover, -.main-meta-bgcol-hover-main #front-section-four .entry-cats a:hover, .main-meta-bgcol-hover-main.blog .hentry .entry-cats a:hover, .main-meta-bgcol-hover-main.blog .featured-slider .entry-cats a:hover, .main-meta-bgcol-hover-main.blog .featured-slider .entry-meta a:hover, .main-meta-bgcol-hover-main.single-post .entry-cats a:hover, .main-meta-bgcol-hover-main.single-post .entry-tags a:hover, .main-meta-bgcol-hover-main.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover, -.main-meta-bgcol-hover-main .post-navigation .nav-links a:hover, -.main-meta-bgcol-hover-main .pagebreak-links a:hover, -.main-meta-bgcol-hover-main .pagination .nav-links span.page-numbers:hover, -.main-meta-bgcol-hover-main .pagination .nav-links a.page-numbers:hover { - background: #ff8800; -} - -.main-meta-textcol-hover-second.single-post .entry-header .entry-cats a:hover, .main-meta-textcol-hover-second.blog .featured-slider .entry-cats a:hover, .main-meta-textcol-hover-second.blog .featured-slider .entry-meta a:hover, .main-meta-textcol-hover-second.blog .hentry .entry-cats a:hover, -.main-meta-textcol-hover-second main .entry-content .pagebreak-links a:hover, -.main-meta-textcol-hover-second .post-navigation .nav-links a:hover, -.main-meta-textcol-hover-second .pagination .nav-links span.page-numbers:hover, -.main-meta-textcol-hover-second .pagination .nav-links a.page-numbers:hover { - color: #672082; -} - -.main-meta-textcol-second .entry-meta, -.main-meta-textcol-second .entry-cats, -.main-meta-textcol-second .slider-text .entry-meta a, -.main-meta-textcol-second .slider-text .entry-cats a, -.main-meta-textcol-second .section-one-column-one .entry-cats a, -.main-meta-textcol-second .section-three-column-one .entry-cats a, -.main-meta-textcol-second #front-section-four .entry-cats a, -.main-meta-textcol-second #front-section-four .entry-meta a, -.main-meta-textcol-second .featured-slider .entry-cats a, .main-meta-textcol-second.single-post .entry-header .entry-cats a, .main-meta-textcol-second.blog .featured-slider .entry-cats a, .main-meta-textcol-second.blog .featured-slider .entry-meta a, .main-meta-textcol-second.blog .hentry .entry-cats a, .main-meta-textcol-second.single-post .entry-cats a, .main-meta-textcol-second.single-post .entry-tags a, .main-meta-textcol-second.single-post .entry-header .page-links a, -.main-meta-textcol-second .post-page-numbers.current, -.main-meta-textcol-second main .entry-content .pagebreak-links a, -.main-meta-textcol-second .post-navigation .nav-links a, -.main-meta-textcol-second .pagination .nav-links span.page-numbers, -.main-meta-textcol-second .pagination .nav-links a.page-numbers, .main-meta-textcol-second.single-post .entry-header .page-links .number { - color: #672082; -} - -.main-meta-bgcol-second .entry-cats a, -.main-meta-bgcol-second .featured-slider .entry-cats a, -.main-meta-bgcol-second .featured-slider .entry-meta a, -.main-meta-bgcol-second .section-one-column-one .entry-cats a, -.main-meta-bgcol-second .section-three-column-one .entry-cats a, -.main-meta-bgcol-second #front-section-four .entry-cats a, .main-meta-bgcol-second.single-post .entry-cats a, .main-meta-bgcol-second.single-post .entry-tags a, .main-meta-bgcol-second.blog .hentry .entry-cats a, .main-meta-bgcol-second.blog .featured-slider .entry-cats a, .main-meta-bgcol-second.blog .featured-slider .entry-meta a, .main-meta-bgcol-second.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a, -.main-meta-bgcol-second .post-page-numbers.current, -.main-meta-bgcol-second .post-navigation .nav-links a, -.main-meta-bgcol-second .pagebreak-links a, -.main-meta-bgcol-second .pagination .nav-links span.page-numbers, -.main-meta-bgcol-second .pagination .nav-links a.page-numbers { - background: #672082; -} -.main-meta-bgcol-second .gallery .slick-prev:before, -.main-meta-bgcol-second .gallery .slick-next:before, -.main-meta-bgcol-second .gallery .slick-dots li.slick-active button:before { - color: #672082; -} - -.main-meta-bgcol-hover-second .entry-cats a:hover, -.main-meta-bgcol-hover-second .featured-slider .entry-cats a:hover, -.main-meta-bgcol-hover-second .featured-slider .entry-meta a:hover, -.main-meta-bgcol-hover-second .section-one-column-one .entry-cats a:hover, -.main-meta-bgcol-hover-second .section-three-column-one .entry-cats a:hover, -.main-meta-bgcol-hover-second #front-section-four .entry-cats a:hover, .main-meta-bgcol-hover-second.blog .hentry .entry-cats a:hover, .main-meta-bgcol-hover-second.blog .featured-slider .entry-cats a:hover, .main-meta-bgcol-hover-second.blog .featured-slider .entry-meta a:hover, .main-meta-bgcol-hover-second.single-post .entry-cats a:hover, .main-meta-bgcol-hover-second.single-post .entry-tags a:hover, .main-meta-bgcol-hover-second.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover, -.main-meta-bgcol-hover-second .post-navigation .nav-links a:hover, -.main-meta-bgcol-hover-second .pagebreak-links a:hover, -.main-meta-bgcol-hover-second .pagination .nav-links span.page-numbers:hover, -.main-meta-bgcol-hover-second .pagination .nav-links a.page-numbers:hover { - background: #672082; -} - -.main-meta-textcol-hover-third.single-post .entry-header .entry-cats a:hover, .main-meta-textcol-hover-third.blog .featured-slider .entry-cats a:hover, .main-meta-textcol-hover-third.blog .featured-slider .entry-meta a:hover, .main-meta-textcol-hover-third.blog .hentry .entry-cats a:hover, -.main-meta-textcol-hover-third main .entry-content .pagebreak-links a:hover, -.main-meta-textcol-hover-third .post-navigation .nav-links a:hover, -.main-meta-textcol-hover-third .pagination .nav-links span.page-numbers:hover, -.main-meta-textcol-hover-third .pagination .nav-links a.page-numbers:hover { - color: #698bc1; -} - -.main-meta-textcol-third .entry-meta, -.main-meta-textcol-third .entry-cats, -.main-meta-textcol-third .slider-text .entry-meta a, -.main-meta-textcol-third .slider-text .entry-cats a, -.main-meta-textcol-third .section-one-column-one .entry-cats a, -.main-meta-textcol-third .section-three-column-one .entry-cats a, -.main-meta-textcol-third #front-section-four .entry-cats a, -.main-meta-textcol-third #front-section-four .entry-meta a, -.main-meta-textcol-third .featured-slider .entry-cats a, .main-meta-textcol-third.single-post .entry-header .entry-cats a, .main-meta-textcol-third.blog .featured-slider .entry-cats a, .main-meta-textcol-third.blog .featured-slider .entry-meta a, .main-meta-textcol-third.blog .hentry .entry-cats a, .main-meta-textcol-third.single-post .entry-cats a, .main-meta-textcol-third.single-post .entry-tags a, .main-meta-textcol-third.single-post .entry-header .page-links a, -.main-meta-textcol-third .post-page-numbers.current, -.main-meta-textcol-third main .entry-content .pagebreak-links a, -.main-meta-textcol-third .post-navigation .nav-links a, -.main-meta-textcol-third .pagination .nav-links span.page-numbers, -.main-meta-textcol-third .pagination .nav-links a.page-numbers, .main-meta-textcol-third.single-post .entry-header .page-links .number { - color: #698bc1; -} - -.main-meta-bgcol-third .entry-cats a, -.main-meta-bgcol-third .featured-slider .entry-cats a, -.main-meta-bgcol-third .featured-slider .entry-meta a, -.main-meta-bgcol-third .section-one-column-one .entry-cats a, -.main-meta-bgcol-third .section-three-column-one .entry-cats a, -.main-meta-bgcol-third #front-section-four .entry-cats a, .main-meta-bgcol-third.single-post .entry-cats a, .main-meta-bgcol-third.single-post .entry-tags a, .main-meta-bgcol-third.blog .hentry .entry-cats a, .main-meta-bgcol-third.blog .featured-slider .entry-cats a, .main-meta-bgcol-third.blog .featured-slider .entry-meta a, .main-meta-bgcol-third.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a, -.main-meta-bgcol-third .post-page-numbers.current, -.main-meta-bgcol-third .post-navigation .nav-links a, -.main-meta-bgcol-third .pagebreak-links a, -.main-meta-bgcol-third .pagination .nav-links span.page-numbers, -.main-meta-bgcol-third .pagination .nav-links a.page-numbers { - background: #698bc1; -} -.main-meta-bgcol-third .gallery .slick-prev:before, -.main-meta-bgcol-third .gallery .slick-next:before, -.main-meta-bgcol-third .gallery .slick-dots li.slick-active button:before { - color: #698bc1; -} - -.main-meta-bgcol-hover-third .entry-cats a:hover, -.main-meta-bgcol-hover-third .featured-slider .entry-cats a:hover, -.main-meta-bgcol-hover-third .featured-slider .entry-meta a:hover, -.main-meta-bgcol-hover-third .section-one-column-one .entry-cats a:hover, -.main-meta-bgcol-hover-third .section-three-column-one .entry-cats a:hover, -.main-meta-bgcol-hover-third #front-section-four .entry-cats a:hover, .main-meta-bgcol-hover-third.blog .hentry .entry-cats a:hover, .main-meta-bgcol-hover-third.blog .featured-slider .entry-cats a:hover, .main-meta-bgcol-hover-third.blog .featured-slider .entry-meta a:hover, .main-meta-bgcol-hover-third.single-post .entry-cats a:hover, .main-meta-bgcol-hover-third.single-post .entry-tags a:hover, .main-meta-bgcol-hover-third.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover, -.main-meta-bgcol-hover-third .post-navigation .nav-links a:hover, -.main-meta-bgcol-hover-third .pagebreak-links a:hover, -.main-meta-bgcol-hover-third .pagination .nav-links span.page-numbers:hover, -.main-meta-bgcol-hover-third .pagination .nav-links a.page-numbers:hover { - background: #698bc1; -} - -.main-meta-textcol-hover-four.single-post .entry-header .entry-cats a:hover, .main-meta-textcol-hover-four.blog .featured-slider .entry-cats a:hover, .main-meta-textcol-hover-four.blog .featured-slider .entry-meta a:hover, .main-meta-textcol-hover-four.blog .hentry .entry-cats a:hover, -.main-meta-textcol-hover-four main .entry-content .pagebreak-links a:hover, -.main-meta-textcol-hover-four .post-navigation .nav-links a:hover, -.main-meta-textcol-hover-four .pagination .nav-links span.page-numbers:hover, -.main-meta-textcol-hover-four .pagination .nav-links a.page-numbers:hover { - color: #148f93; -} - -.main-meta-textcol-four .entry-meta, -.main-meta-textcol-four .entry-cats, -.main-meta-textcol-four .slider-text .entry-meta a, -.main-meta-textcol-four .slider-text .entry-cats a, -.main-meta-textcol-four .section-one-column-one .entry-cats a, -.main-meta-textcol-four .section-three-column-one .entry-cats a, -.main-meta-textcol-four #front-section-four .entry-cats a, -.main-meta-textcol-four #front-section-four .entry-meta a, -.main-meta-textcol-four .featured-slider .entry-cats a, .main-meta-textcol-four.single-post .entry-header .entry-cats a, .main-meta-textcol-four.blog .featured-slider .entry-cats a, .main-meta-textcol-four.blog .featured-slider .entry-meta a, .main-meta-textcol-four.blog .hentry .entry-cats a, .main-meta-textcol-four.single-post .entry-cats a, .main-meta-textcol-four.single-post .entry-tags a, .main-meta-textcol-four.single-post .entry-header .page-links a, -.main-meta-textcol-four .post-page-numbers.current, -.main-meta-textcol-four main .entry-content .pagebreak-links a, -.main-meta-textcol-four .post-navigation .nav-links a, -.main-meta-textcol-four .pagination .nav-links span.page-numbers, -.main-meta-textcol-four .pagination .nav-links a.page-numbers, .main-meta-textcol-four.single-post .entry-header .page-links .number { - color: #148f93; -} - -.main-meta-bgcol-four .entry-cats a, -.main-meta-bgcol-four .featured-slider .entry-cats a, -.main-meta-bgcol-four .featured-slider .entry-meta a, -.main-meta-bgcol-four .section-one-column-one .entry-cats a, -.main-meta-bgcol-four .section-three-column-one .entry-cats a, -.main-meta-bgcol-four #front-section-four .entry-cats a, .main-meta-bgcol-four.single-post .entry-cats a, .main-meta-bgcol-four.single-post .entry-tags a, .main-meta-bgcol-four.blog .hentry .entry-cats a, .main-meta-bgcol-four.blog .featured-slider .entry-cats a, .main-meta-bgcol-four.blog .featured-slider .entry-meta a, .main-meta-bgcol-four.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a, -.main-meta-bgcol-four .post-page-numbers.current, -.main-meta-bgcol-four .post-navigation .nav-links a, -.main-meta-bgcol-four .pagebreak-links a, -.main-meta-bgcol-four .pagination .nav-links span.page-numbers, -.main-meta-bgcol-four .pagination .nav-links a.page-numbers { - background: #148f93; -} -.main-meta-bgcol-four .gallery .slick-prev:before, -.main-meta-bgcol-four .gallery .slick-next:before, -.main-meta-bgcol-four .gallery .slick-dots li.slick-active button:before { - color: #148f93; -} - -.main-meta-bgcol-hover-four .entry-cats a:hover, -.main-meta-bgcol-hover-four .featured-slider .entry-cats a:hover, -.main-meta-bgcol-hover-four .featured-slider .entry-meta a:hover, -.main-meta-bgcol-hover-four .section-one-column-one .entry-cats a:hover, -.main-meta-bgcol-hover-four .section-three-column-one .entry-cats a:hover, -.main-meta-bgcol-hover-four #front-section-four .entry-cats a:hover, .main-meta-bgcol-hover-four.blog .hentry .entry-cats a:hover, .main-meta-bgcol-hover-four.blog .featured-slider .entry-cats a:hover, .main-meta-bgcol-hover-four.blog .featured-slider .entry-meta a:hover, .main-meta-bgcol-hover-four.single-post .entry-cats a:hover, .main-meta-bgcol-hover-four.single-post .entry-tags a:hover, .main-meta-bgcol-hover-four.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover, -.main-meta-bgcol-hover-four .post-navigation .nav-links a:hover, -.main-meta-bgcol-hover-four .pagebreak-links a:hover, -.main-meta-bgcol-hover-four .pagination .nav-links span.page-numbers:hover, -.main-meta-bgcol-hover-four .pagination .nav-links a.page-numbers:hover { - background: #148f93; -} - -.main-meta-textcol-hover-uspirates.single-post .entry-header .entry-cats a:hover, .main-meta-textcol-hover-uspirates.blog .featured-slider .entry-cats a:hover, .main-meta-textcol-hover-uspirates.blog .featured-slider .entry-meta a:hover, .main-meta-textcol-hover-uspirates.blog .hentry .entry-cats a:hover, -.main-meta-textcol-hover-uspirates main .entry-content .pagebreak-links a:hover, -.main-meta-textcol-hover-uspirates .post-navigation .nav-links a:hover, -.main-meta-textcol-hover-uspirates .pagination .nav-links span.page-numbers:hover, -.main-meta-textcol-hover-uspirates .pagination .nav-links a.page-numbers:hover { - color: #B127AF; -} - -.main-meta-textcol-uspirates .entry-meta, -.main-meta-textcol-uspirates .entry-cats, -.main-meta-textcol-uspirates .slider-text .entry-meta a, -.main-meta-textcol-uspirates .slider-text .entry-cats a, -.main-meta-textcol-uspirates .section-one-column-one .entry-cats a, -.main-meta-textcol-uspirates .section-three-column-one .entry-cats a, -.main-meta-textcol-uspirates #front-section-four .entry-cats a, -.main-meta-textcol-uspirates #front-section-four .entry-meta a, -.main-meta-textcol-uspirates .featured-slider .entry-cats a, .main-meta-textcol-uspirates.single-post .entry-header .entry-cats a, .main-meta-textcol-uspirates.blog .featured-slider .entry-cats a, .main-meta-textcol-uspirates.blog .featured-slider .entry-meta a, .main-meta-textcol-uspirates.blog .hentry .entry-cats a, .main-meta-textcol-uspirates.single-post .entry-cats a, .main-meta-textcol-uspirates.single-post .entry-tags a, .main-meta-textcol-uspirates.single-post .entry-header .page-links a, -.main-meta-textcol-uspirates .post-page-numbers.current, -.main-meta-textcol-uspirates main .entry-content .pagebreak-links a, -.main-meta-textcol-uspirates .post-navigation .nav-links a, -.main-meta-textcol-uspirates .pagination .nav-links span.page-numbers, -.main-meta-textcol-uspirates .pagination .nav-links a.page-numbers, .main-meta-textcol-uspirates.single-post .entry-header .page-links .number { - color: #B127AF; -} - -.main-meta-bgcol-uspirates .entry-cats a, -.main-meta-bgcol-uspirates .featured-slider .entry-cats a, -.main-meta-bgcol-uspirates .featured-slider .entry-meta a, -.main-meta-bgcol-uspirates .section-one-column-one .entry-cats a, -.main-meta-bgcol-uspirates .section-three-column-one .entry-cats a, -.main-meta-bgcol-uspirates #front-section-four .entry-cats a, .main-meta-bgcol-uspirates.single-post .entry-cats a, .main-meta-bgcol-uspirates.single-post .entry-tags a, .main-meta-bgcol-uspirates.blog .hentry .entry-cats a, .main-meta-bgcol-uspirates.blog .featured-slider .entry-cats a, .main-meta-bgcol-uspirates.blog .featured-slider .entry-meta a, .main-meta-bgcol-uspirates.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a, -.main-meta-bgcol-uspirates .post-page-numbers.current, -.main-meta-bgcol-uspirates .post-navigation .nav-links a, -.main-meta-bgcol-uspirates .pagebreak-links a, -.main-meta-bgcol-uspirates .pagination .nav-links span.page-numbers, -.main-meta-bgcol-uspirates .pagination .nav-links a.page-numbers { - background: #B127AF; -} -.main-meta-bgcol-uspirates .gallery .slick-prev:before, -.main-meta-bgcol-uspirates .gallery .slick-next:before, -.main-meta-bgcol-uspirates .gallery .slick-dots li.slick-active button:before { - color: #B127AF; -} - -.main-meta-bgcol-hover-uspirates .entry-cats a:hover, -.main-meta-bgcol-hover-uspirates .featured-slider .entry-cats a:hover, -.main-meta-bgcol-hover-uspirates .featured-slider .entry-meta a:hover, -.main-meta-bgcol-hover-uspirates .section-one-column-one .entry-cats a:hover, -.main-meta-bgcol-hover-uspirates .section-three-column-one .entry-cats a:hover, -.main-meta-bgcol-hover-uspirates #front-section-four .entry-cats a:hover, .main-meta-bgcol-hover-uspirates.blog .hentry .entry-cats a:hover, .main-meta-bgcol-hover-uspirates.blog .featured-slider .entry-cats a:hover, .main-meta-bgcol-hover-uspirates.blog .featured-slider .entry-meta a:hover, .main-meta-bgcol-hover-uspirates.single-post .entry-cats a:hover, .main-meta-bgcol-hover-uspirates.single-post .entry-tags a:hover, .main-meta-bgcol-hover-uspirates.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover, -.main-meta-bgcol-hover-uspirates .post-navigation .nav-links a:hover, -.main-meta-bgcol-hover-uspirates .pagebreak-links a:hover, -.main-meta-bgcol-hover-uspirates .pagination .nav-links span.page-numbers:hover, -.main-meta-bgcol-hover-uspirates .pagination .nav-links a.page-numbers:hover { - background: #B127AF; -} - -.main-meta-textcol-hover-tkpirates.single-post .entry-header .entry-cats a:hover, .main-meta-textcol-hover-tkpirates.blog .featured-slider .entry-cats a:hover, .main-meta-textcol-hover-tkpirates.blog .featured-slider .entry-meta a:hover, .main-meta-textcol-hover-tkpirates.blog .hentry .entry-cats a:hover, -.main-meta-textcol-hover-tkpirates main .entry-content .pagebreak-links a:hover, -.main-meta-textcol-hover-tkpirates .post-navigation .nav-links a:hover, -.main-meta-textcol-hover-tkpirates .pagination .nav-links span.page-numbers:hover, -.main-meta-textcol-hover-tkpirates .pagination .nav-links a.page-numbers:hover { - color: #00B5B1; -} - -.main-meta-textcol-tkpirates .entry-meta, -.main-meta-textcol-tkpirates .entry-cats, -.main-meta-textcol-tkpirates .slider-text .entry-meta a, -.main-meta-textcol-tkpirates .slider-text .entry-cats a, -.main-meta-textcol-tkpirates .section-one-column-one .entry-cats a, -.main-meta-textcol-tkpirates .section-three-column-one .entry-cats a, -.main-meta-textcol-tkpirates #front-section-four .entry-cats a, -.main-meta-textcol-tkpirates #front-section-four .entry-meta a, -.main-meta-textcol-tkpirates .featured-slider .entry-cats a, .main-meta-textcol-tkpirates.single-post .entry-header .entry-cats a, .main-meta-textcol-tkpirates.blog .featured-slider .entry-cats a, .main-meta-textcol-tkpirates.blog .featured-slider .entry-meta a, .main-meta-textcol-tkpirates.blog .hentry .entry-cats a, .main-meta-textcol-tkpirates.single-post .entry-cats a, .main-meta-textcol-tkpirates.single-post .entry-tags a, .main-meta-textcol-tkpirates.single-post .entry-header .page-links a, -.main-meta-textcol-tkpirates .post-page-numbers.current, -.main-meta-textcol-tkpirates main .entry-content .pagebreak-links a, -.main-meta-textcol-tkpirates .post-navigation .nav-links a, -.main-meta-textcol-tkpirates .pagination .nav-links span.page-numbers, -.main-meta-textcol-tkpirates .pagination .nav-links a.page-numbers, .main-meta-textcol-tkpirates.single-post .entry-header .page-links .number { - color: #00B5B1; -} - -.main-meta-bgcol-tkpirates .entry-cats a, -.main-meta-bgcol-tkpirates .featured-slider .entry-cats a, -.main-meta-bgcol-tkpirates .featured-slider .entry-meta a, -.main-meta-bgcol-tkpirates .section-one-column-one .entry-cats a, -.main-meta-bgcol-tkpirates .section-three-column-one .entry-cats a, -.main-meta-bgcol-tkpirates #front-section-four .entry-cats a, .main-meta-bgcol-tkpirates.single-post .entry-cats a, .main-meta-bgcol-tkpirates.single-post .entry-tags a, .main-meta-bgcol-tkpirates.blog .hentry .entry-cats a, .main-meta-bgcol-tkpirates.blog .featured-slider .entry-cats a, .main-meta-bgcol-tkpirates.blog .featured-slider .entry-meta a, .main-meta-bgcol-tkpirates.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a, -.main-meta-bgcol-tkpirates .post-page-numbers.current, -.main-meta-bgcol-tkpirates .post-navigation .nav-links a, -.main-meta-bgcol-tkpirates .pagebreak-links a, -.main-meta-bgcol-tkpirates .pagination .nav-links span.page-numbers, -.main-meta-bgcol-tkpirates .pagination .nav-links a.page-numbers { - background: #00B5B1; -} -.main-meta-bgcol-tkpirates .gallery .slick-prev:before, -.main-meta-bgcol-tkpirates .gallery .slick-next:before, -.main-meta-bgcol-tkpirates .gallery .slick-dots li.slick-active button:before { - color: #00B5B1; -} - -.main-meta-bgcol-hover-tkpirates .entry-cats a:hover, -.main-meta-bgcol-hover-tkpirates .featured-slider .entry-cats a:hover, -.main-meta-bgcol-hover-tkpirates .featured-slider .entry-meta a:hover, -.main-meta-bgcol-hover-tkpirates .section-one-column-one .entry-cats a:hover, -.main-meta-bgcol-hover-tkpirates .section-three-column-one .entry-cats a:hover, -.main-meta-bgcol-hover-tkpirates #front-section-four .entry-cats a:hover, .main-meta-bgcol-hover-tkpirates.blog .hentry .entry-cats a:hover, .main-meta-bgcol-hover-tkpirates.blog .featured-slider .entry-cats a:hover, .main-meta-bgcol-hover-tkpirates.blog .featured-slider .entry-meta a:hover, .main-meta-bgcol-hover-tkpirates.single-post .entry-cats a:hover, .main-meta-bgcol-hover-tkpirates.single-post .entry-tags a:hover, .main-meta-bgcol-hover-tkpirates.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover, -.main-meta-bgcol-hover-tkpirates .post-navigation .nav-links a:hover, -.main-meta-bgcol-hover-tkpirates .pagebreak-links a:hover, -.main-meta-bgcol-hover-tkpirates .pagination .nav-links span.page-numbers:hover, -.main-meta-bgcol-hover-tkpirates .pagination .nav-links a.page-numbers:hover { - background: #00B5B1; -} - -.main-meta-textcol-hover-chpirates.single-post .entry-header .entry-cats a:hover, .main-meta-textcol-hover-chpirates.blog .featured-slider .entry-cats a:hover, .main-meta-textcol-hover-chpirates.blog .featured-slider .entry-meta a:hover, .main-meta-textcol-hover-chpirates.blog .hentry .entry-cats a:hover, -.main-meta-textcol-hover-chpirates main .entry-content .pagebreak-links a:hover, -.main-meta-textcol-hover-chpirates .post-navigation .nav-links a:hover, -.main-meta-textcol-hover-chpirates .pagination .nav-links span.page-numbers:hover, -.main-meta-textcol-hover-chpirates .pagination .nav-links a.page-numbers:hover { - color: #F9B200; -} - -.main-meta-textcol-chpirates .entry-meta, -.main-meta-textcol-chpirates .entry-cats, -.main-meta-textcol-chpirates .slider-text .entry-meta a, -.main-meta-textcol-chpirates .slider-text .entry-cats a, -.main-meta-textcol-chpirates .section-one-column-one .entry-cats a, -.main-meta-textcol-chpirates .section-three-column-one .entry-cats a, -.main-meta-textcol-chpirates #front-section-four .entry-cats a, -.main-meta-textcol-chpirates #front-section-four .entry-meta a, -.main-meta-textcol-chpirates .featured-slider .entry-cats a, .main-meta-textcol-chpirates.single-post .entry-header .entry-cats a, .main-meta-textcol-chpirates.blog .featured-slider .entry-cats a, .main-meta-textcol-chpirates.blog .featured-slider .entry-meta a, .main-meta-textcol-chpirates.blog .hentry .entry-cats a, .main-meta-textcol-chpirates.single-post .entry-cats a, .main-meta-textcol-chpirates.single-post .entry-tags a, .main-meta-textcol-chpirates.single-post .entry-header .page-links a, -.main-meta-textcol-chpirates .post-page-numbers.current, -.main-meta-textcol-chpirates main .entry-content .pagebreak-links a, -.main-meta-textcol-chpirates .post-navigation .nav-links a, -.main-meta-textcol-chpirates .pagination .nav-links span.page-numbers, -.main-meta-textcol-chpirates .pagination .nav-links a.page-numbers, .main-meta-textcol-chpirates.single-post .entry-header .page-links .number { - color: #F9B200; -} - -.main-meta-bgcol-chpirates .entry-cats a, -.main-meta-bgcol-chpirates .featured-slider .entry-cats a, -.main-meta-bgcol-chpirates .featured-slider .entry-meta a, -.main-meta-bgcol-chpirates .section-one-column-one .entry-cats a, -.main-meta-bgcol-chpirates .section-three-column-one .entry-cats a, -.main-meta-bgcol-chpirates #front-section-four .entry-cats a, .main-meta-bgcol-chpirates.single-post .entry-cats a, .main-meta-bgcol-chpirates.single-post .entry-tags a, .main-meta-bgcol-chpirates.blog .hentry .entry-cats a, .main-meta-bgcol-chpirates.blog .featured-slider .entry-cats a, .main-meta-bgcol-chpirates.blog .featured-slider .entry-meta a, .main-meta-bgcol-chpirates.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a, -.main-meta-bgcol-chpirates .post-page-numbers.current, -.main-meta-bgcol-chpirates .post-navigation .nav-links a, -.main-meta-bgcol-chpirates .pagebreak-links a, -.main-meta-bgcol-chpirates .pagination .nav-links span.page-numbers, -.main-meta-bgcol-chpirates .pagination .nav-links a.page-numbers { - background: #F9B200; -} -.main-meta-bgcol-chpirates .gallery .slick-prev:before, -.main-meta-bgcol-chpirates .gallery .slick-next:before, -.main-meta-bgcol-chpirates .gallery .slick-dots li.slick-active button:before { - color: #F9B200; -} - -.main-meta-bgcol-hover-chpirates .entry-cats a:hover, -.main-meta-bgcol-hover-chpirates .featured-slider .entry-cats a:hover, -.main-meta-bgcol-hover-chpirates .featured-slider .entry-meta a:hover, -.main-meta-bgcol-hover-chpirates .section-one-column-one .entry-cats a:hover, -.main-meta-bgcol-hover-chpirates .section-three-column-one .entry-cats a:hover, -.main-meta-bgcol-hover-chpirates #front-section-four .entry-cats a:hover, .main-meta-bgcol-hover-chpirates.blog .hentry .entry-cats a:hover, .main-meta-bgcol-hover-chpirates.blog .featured-slider .entry-cats a:hover, .main-meta-bgcol-hover-chpirates.blog .featured-slider .entry-meta a:hover, .main-meta-bgcol-hover-chpirates.single-post .entry-cats a:hover, .main-meta-bgcol-hover-chpirates.single-post .entry-tags a:hover, .main-meta-bgcol-hover-chpirates.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover, -.main-meta-bgcol-hover-chpirates .post-navigation .nav-links a:hover, -.main-meta-bgcol-hover-chpirates .pagebreak-links a:hover, -.main-meta-bgcol-hover-chpirates .pagination .nav-links span.page-numbers:hover, -.main-meta-bgcol-hover-chpirates .pagination .nav-links a.page-numbers:hover { - background: #F9B200; -} - -.main-meta-textcol-hover-ispirates.single-post .entry-header .entry-cats a:hover, .main-meta-textcol-hover-ispirates.blog .featured-slider .entry-cats a:hover, .main-meta-textcol-hover-ispirates.blog .featured-slider .entry-meta a:hover, .main-meta-textcol-hover-ispirates.blog .hentry .entry-cats a:hover, -.main-meta-textcol-hover-ispirates main .entry-content .pagebreak-links a:hover, -.main-meta-textcol-hover-ispirates .post-navigation .nav-links a:hover, -.main-meta-textcol-hover-ispirates .pagination .nav-links span.page-numbers:hover, -.main-meta-textcol-hover-ispirates .pagination .nav-links a.page-numbers:hover { - color: #51297e; -} - -.main-meta-textcol-ispirates .entry-meta, -.main-meta-textcol-ispirates .entry-cats, -.main-meta-textcol-ispirates .slider-text .entry-meta a, -.main-meta-textcol-ispirates .slider-text .entry-cats a, -.main-meta-textcol-ispirates .section-one-column-one .entry-cats a, -.main-meta-textcol-ispirates .section-three-column-one .entry-cats a, -.main-meta-textcol-ispirates #front-section-four .entry-cats a, -.main-meta-textcol-ispirates #front-section-four .entry-meta a, -.main-meta-textcol-ispirates .featured-slider .entry-cats a, .main-meta-textcol-ispirates.single-post .entry-header .entry-cats a, .main-meta-textcol-ispirates.blog .featured-slider .entry-cats a, .main-meta-textcol-ispirates.blog .featured-slider .entry-meta a, .main-meta-textcol-ispirates.blog .hentry .entry-cats a, .main-meta-textcol-ispirates.single-post .entry-cats a, .main-meta-textcol-ispirates.single-post .entry-tags a, .main-meta-textcol-ispirates.single-post .entry-header .page-links a, -.main-meta-textcol-ispirates .post-page-numbers.current, -.main-meta-textcol-ispirates main .entry-content .pagebreak-links a, -.main-meta-textcol-ispirates .post-navigation .nav-links a, -.main-meta-textcol-ispirates .pagination .nav-links span.page-numbers, -.main-meta-textcol-ispirates .pagination .nav-links a.page-numbers, .main-meta-textcol-ispirates.single-post .entry-header .page-links .number { - color: #51297e; -} - -.main-meta-bgcol-ispirates .entry-cats a, -.main-meta-bgcol-ispirates .featured-slider .entry-cats a, -.main-meta-bgcol-ispirates .featured-slider .entry-meta a, -.main-meta-bgcol-ispirates .section-one-column-one .entry-cats a, -.main-meta-bgcol-ispirates .section-three-column-one .entry-cats a, -.main-meta-bgcol-ispirates #front-section-four .entry-cats a, .main-meta-bgcol-ispirates.single-post .entry-cats a, .main-meta-bgcol-ispirates.single-post .entry-tags a, .main-meta-bgcol-ispirates.blog .hentry .entry-cats a, .main-meta-bgcol-ispirates.blog .featured-slider .entry-cats a, .main-meta-bgcol-ispirates.blog .featured-slider .entry-meta a, .main-meta-bgcol-ispirates.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a, -.main-meta-bgcol-ispirates .post-page-numbers.current, -.main-meta-bgcol-ispirates .post-navigation .nav-links a, -.main-meta-bgcol-ispirates .pagebreak-links a, -.main-meta-bgcol-ispirates .pagination .nav-links span.page-numbers, -.main-meta-bgcol-ispirates .pagination .nav-links a.page-numbers { - background: #51297e; -} -.main-meta-bgcol-ispirates .gallery .slick-prev:before, -.main-meta-bgcol-ispirates .gallery .slick-next:before, -.main-meta-bgcol-ispirates .gallery .slick-dots li.slick-active button:before { - color: #51297e; -} - -.main-meta-bgcol-hover-ispirates .entry-cats a:hover, -.main-meta-bgcol-hover-ispirates .featured-slider .entry-cats a:hover, -.main-meta-bgcol-hover-ispirates .featured-slider .entry-meta a:hover, -.main-meta-bgcol-hover-ispirates .section-one-column-one .entry-cats a:hover, -.main-meta-bgcol-hover-ispirates .section-three-column-one .entry-cats a:hover, -.main-meta-bgcol-hover-ispirates #front-section-four .entry-cats a:hover, .main-meta-bgcol-hover-ispirates.blog .hentry .entry-cats a:hover, .main-meta-bgcol-hover-ispirates.blog .featured-slider .entry-cats a:hover, .main-meta-bgcol-hover-ispirates.blog .featured-slider .entry-meta a:hover, .main-meta-bgcol-hover-ispirates.single-post .entry-cats a:hover, .main-meta-bgcol-hover-ispirates.single-post .entry-tags a:hover, .main-meta-bgcol-hover-ispirates.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover, -.main-meta-bgcol-hover-ispirates .post-navigation .nav-links a:hover, -.main-meta-bgcol-hover-ispirates .pagebreak-links a:hover, -.main-meta-bgcol-hover-ispirates .pagination .nav-links span.page-numbers:hover, -.main-meta-bgcol-hover-ispirates .pagination .nav-links a.page-numbers:hover { - background: #51297e; -} - -.main-meta-textcol-hover-black.single-post .entry-header .entry-cats a:hover, .main-meta-textcol-hover-black.blog .featured-slider .entry-cats a:hover, .main-meta-textcol-hover-black.blog .featured-slider .entry-meta a:hover, .main-meta-textcol-hover-black.blog .hentry .entry-cats a:hover, -.main-meta-textcol-hover-black main .entry-content .pagebreak-links a:hover, -.main-meta-textcol-hover-black .post-navigation .nav-links a:hover, -.main-meta-textcol-hover-black .pagination .nav-links span.page-numbers:hover, -.main-meta-textcol-hover-black .pagination .nav-links a.page-numbers:hover { - color: #000; -} - -.main-meta-textcol-black .entry-meta, -.main-meta-textcol-black .entry-cats, -.main-meta-textcol-black .slider-text .entry-meta a, -.main-meta-textcol-black .slider-text .entry-cats a, -.main-meta-textcol-black .section-one-column-one .entry-cats a, -.main-meta-textcol-black .section-three-column-one .entry-cats a, -.main-meta-textcol-black #front-section-four .entry-cats a, -.main-meta-textcol-black #front-section-four .entry-meta a, -.main-meta-textcol-black .featured-slider .entry-cats a, .main-meta-textcol-black.single-post .entry-header .entry-cats a, .main-meta-textcol-black.blog .featured-slider .entry-cats a, .main-meta-textcol-black.blog .featured-slider .entry-meta a, .main-meta-textcol-black.blog .hentry .entry-cats a, .main-meta-textcol-black.single-post .entry-cats a, .main-meta-textcol-black.single-post .entry-tags a, .main-meta-textcol-black.single-post .entry-header .page-links a, -.main-meta-textcol-black .post-page-numbers.current, -.main-meta-textcol-black main .entry-content .pagebreak-links a, -.main-meta-textcol-black .post-navigation .nav-links a, -.main-meta-textcol-black .pagination .nav-links span.page-numbers, -.main-meta-textcol-black .pagination .nav-links a.page-numbers, .main-meta-textcol-black.single-post .entry-header .page-links .number { - color: #000; -} - -.main-meta-bgcol-black .entry-cats a, -.main-meta-bgcol-black .featured-slider .entry-cats a, -.main-meta-bgcol-black .featured-slider .entry-meta a, -.main-meta-bgcol-black .section-one-column-one .entry-cats a, -.main-meta-bgcol-black .section-three-column-one .entry-cats a, -.main-meta-bgcol-black #front-section-four .entry-cats a, .main-meta-bgcol-black.single-post .entry-cats a, .main-meta-bgcol-black.single-post .entry-tags a, .main-meta-bgcol-black.blog .hentry .entry-cats a, .main-meta-bgcol-black.blog .featured-slider .entry-cats a, .main-meta-bgcol-black.blog .featured-slider .entry-meta a, .main-meta-bgcol-black.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a, -.main-meta-bgcol-black .post-page-numbers.current, -.main-meta-bgcol-black .post-navigation .nav-links a, -.main-meta-bgcol-black .pagebreak-links a, -.main-meta-bgcol-black .pagination .nav-links span.page-numbers, -.main-meta-bgcol-black .pagination .nav-links a.page-numbers { - background: #000; -} -.main-meta-bgcol-black .gallery .slick-prev:before, -.main-meta-bgcol-black .gallery .slick-next:before, -.main-meta-bgcol-black .gallery .slick-dots li.slick-active button:before { - color: #000; -} - -.main-meta-bgcol-hover-black .entry-cats a:hover, -.main-meta-bgcol-hover-black .featured-slider .entry-cats a:hover, -.main-meta-bgcol-hover-black .featured-slider .entry-meta a:hover, -.main-meta-bgcol-hover-black .section-one-column-one .entry-cats a:hover, -.main-meta-bgcol-hover-black .section-three-column-one .entry-cats a:hover, -.main-meta-bgcol-hover-black #front-section-four .entry-cats a:hover, .main-meta-bgcol-hover-black.blog .hentry .entry-cats a:hover, .main-meta-bgcol-hover-black.blog .featured-slider .entry-cats a:hover, .main-meta-bgcol-hover-black.blog .featured-slider .entry-meta a:hover, .main-meta-bgcol-hover-black.single-post .entry-cats a:hover, .main-meta-bgcol-hover-black.single-post .entry-tags a:hover, .main-meta-bgcol-hover-black.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover, -.main-meta-bgcol-hover-black .post-navigation .nav-links a:hover, -.main-meta-bgcol-hover-black .pagebreak-links a:hover, -.main-meta-bgcol-hover-black .pagination .nav-links span.page-numbers:hover, -.main-meta-bgcol-hover-black .pagination .nav-links a.page-numbers:hover { - background: #000; -} - -.main-meta-textcol-hover-white.single-post .entry-header .entry-cats a:hover, .main-meta-textcol-hover-white.blog .featured-slider .entry-cats a:hover, .main-meta-textcol-hover-white.blog .featured-slider .entry-meta a:hover, .main-meta-textcol-hover-white.blog .hentry .entry-cats a:hover, -.main-meta-textcol-hover-white main .entry-content .pagebreak-links a:hover, -.main-meta-textcol-hover-white .post-navigation .nav-links a:hover, -.main-meta-textcol-hover-white .pagination .nav-links span.page-numbers:hover, -.main-meta-textcol-hover-white .pagination .nav-links a.page-numbers:hover { - color: #fff; -} - -.main-meta-textcol-white .entry-meta, -.main-meta-textcol-white .entry-cats, -.main-meta-textcol-white .slider-text .entry-meta a, -.main-meta-textcol-white .slider-text .entry-cats a, -.main-meta-textcol-white .section-one-column-one .entry-cats a, -.main-meta-textcol-white .section-three-column-one .entry-cats a, -.main-meta-textcol-white #front-section-four .entry-cats a, -.main-meta-textcol-white #front-section-four .entry-meta a, -.main-meta-textcol-white .featured-slider .entry-cats a, .main-meta-textcol-white.single-post .entry-header .entry-cats a, .main-meta-textcol-white.blog .featured-slider .entry-cats a, .main-meta-textcol-white.blog .featured-slider .entry-meta a, .main-meta-textcol-white.blog .hentry .entry-cats a, .main-meta-textcol-white.single-post .entry-cats a, .main-meta-textcol-white.single-post .entry-tags a, .main-meta-textcol-white.single-post .entry-header .page-links a, -.main-meta-textcol-white .post-page-numbers.current, -.main-meta-textcol-white main .entry-content .pagebreak-links a, -.main-meta-textcol-white .post-navigation .nav-links a, -.main-meta-textcol-white .pagination .nav-links span.page-numbers, -.main-meta-textcol-white .pagination .nav-links a.page-numbers, .main-meta-textcol-white.single-post .entry-header .page-links .number { - color: #fff; -} - -.main-meta-bgcol-white .entry-cats a, -.main-meta-bgcol-white .featured-slider .entry-cats a, -.main-meta-bgcol-white .featured-slider .entry-meta a, -.main-meta-bgcol-white .section-one-column-one .entry-cats a, -.main-meta-bgcol-white .section-three-column-one .entry-cats a, -.main-meta-bgcol-white #front-section-four .entry-cats a, .main-meta-bgcol-white.single-post .entry-cats a, .main-meta-bgcol-white.single-post .entry-tags a, .main-meta-bgcol-white.blog .hentry .entry-cats a, .main-meta-bgcol-white.blog .featured-slider .entry-cats a, .main-meta-bgcol-white.blog .featured-slider .entry-meta a, .main-meta-bgcol-white.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a, -.main-meta-bgcol-white .post-page-numbers.current, -.main-meta-bgcol-white .post-navigation .nav-links a, -.main-meta-bgcol-white .pagebreak-links a, -.main-meta-bgcol-white .pagination .nav-links span.page-numbers, -.main-meta-bgcol-white .pagination .nav-links a.page-numbers { - background: #fff; -} -.main-meta-bgcol-white .gallery .slick-prev:before, -.main-meta-bgcol-white .gallery .slick-next:before, -.main-meta-bgcol-white .gallery .slick-dots li.slick-active button:before { - color: #fff; -} - -.main-meta-bgcol-hover-white .entry-cats a:hover, -.main-meta-bgcol-hover-white .featured-slider .entry-cats a:hover, -.main-meta-bgcol-hover-white .featured-slider .entry-meta a:hover, -.main-meta-bgcol-hover-white .section-one-column-one .entry-cats a:hover, -.main-meta-bgcol-hover-white .section-three-column-one .entry-cats a:hover, -.main-meta-bgcol-hover-white #front-section-four .entry-cats a:hover, .main-meta-bgcol-hover-white.blog .hentry .entry-cats a:hover, .main-meta-bgcol-hover-white.blog .featured-slider .entry-cats a:hover, .main-meta-bgcol-hover-white.blog .featured-slider .entry-meta a:hover, .main-meta-bgcol-hover-white.single-post .entry-cats a:hover, .main-meta-bgcol-hover-white.single-post .entry-tags a:hover, .main-meta-bgcol-hover-white.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover, -.main-meta-bgcol-hover-white .post-navigation .nav-links a:hover, -.main-meta-bgcol-hover-white .pagebreak-links a:hover, -.main-meta-bgcol-hover-white .pagination .nav-links span.page-numbers:hover, -.main-meta-bgcol-hover-white .pagination .nav-links a.page-numbers:hover { - background: #fff; -} - -.main-meta-textcol-hover-grey.single-post .entry-header .entry-cats a:hover, .main-meta-textcol-hover-grey.blog .featured-slider .entry-cats a:hover, .main-meta-textcol-hover-grey.blog .featured-slider .entry-meta a:hover, .main-meta-textcol-hover-grey.blog .hentry .entry-cats a:hover, -.main-meta-textcol-hover-grey main .entry-content .pagebreak-links a:hover, -.main-meta-textcol-hover-grey .post-navigation .nav-links a:hover, -.main-meta-textcol-hover-grey .pagination .nav-links span.page-numbers:hover, -.main-meta-textcol-hover-grey .pagination .nav-links a.page-numbers:hover { - color: #e7e7eb; -} - -.main-meta-textcol-grey .entry-meta, -.main-meta-textcol-grey .entry-cats, -.main-meta-textcol-grey .slider-text .entry-meta a, -.main-meta-textcol-grey .slider-text .entry-cats a, -.main-meta-textcol-grey .section-one-column-one .entry-cats a, -.main-meta-textcol-grey .section-three-column-one .entry-cats a, -.main-meta-textcol-grey #front-section-four .entry-cats a, -.main-meta-textcol-grey #front-section-four .entry-meta a, -.main-meta-textcol-grey .featured-slider .entry-cats a, .main-meta-textcol-grey.single-post .entry-header .entry-cats a, .main-meta-textcol-grey.blog .featured-slider .entry-cats a, .main-meta-textcol-grey.blog .featured-slider .entry-meta a, .main-meta-textcol-grey.blog .hentry .entry-cats a, .main-meta-textcol-grey.single-post .entry-cats a, .main-meta-textcol-grey.single-post .entry-tags a, .main-meta-textcol-grey.single-post .entry-header .page-links a, -.main-meta-textcol-grey .post-page-numbers.current, -.main-meta-textcol-grey main .entry-content .pagebreak-links a, -.main-meta-textcol-grey .post-navigation .nav-links a, -.main-meta-textcol-grey .pagination .nav-links span.page-numbers, -.main-meta-textcol-grey .pagination .nav-links a.page-numbers, .main-meta-textcol-grey.single-post .entry-header .page-links .number { - color: #e7e7eb; -} - -.main-meta-bgcol-grey .entry-cats a, -.main-meta-bgcol-grey .featured-slider .entry-cats a, -.main-meta-bgcol-grey .featured-slider .entry-meta a, -.main-meta-bgcol-grey .section-one-column-one .entry-cats a, -.main-meta-bgcol-grey .section-three-column-one .entry-cats a, -.main-meta-bgcol-grey #front-section-four .entry-cats a, .main-meta-bgcol-grey.single-post .entry-cats a, .main-meta-bgcol-grey.single-post .entry-tags a, .main-meta-bgcol-grey.blog .hentry .entry-cats a, .main-meta-bgcol-grey.blog .featured-slider .entry-cats a, .main-meta-bgcol-grey.blog .featured-slider .entry-meta a, .main-meta-bgcol-grey.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a, -.main-meta-bgcol-grey .post-page-numbers.current, -.main-meta-bgcol-grey .post-navigation .nav-links a, -.main-meta-bgcol-grey .pagebreak-links a, -.main-meta-bgcol-grey .pagination .nav-links span.page-numbers, -.main-meta-bgcol-grey .pagination .nav-links a.page-numbers { - background: #e7e7eb; -} -.main-meta-bgcol-grey .gallery .slick-prev:before, -.main-meta-bgcol-grey .gallery .slick-next:before, -.main-meta-bgcol-grey .gallery .slick-dots li.slick-active button:before { - color: #e7e7eb; -} - -.main-meta-bgcol-hover-grey .entry-cats a:hover, -.main-meta-bgcol-hover-grey .featured-slider .entry-cats a:hover, -.main-meta-bgcol-hover-grey .featured-slider .entry-meta a:hover, -.main-meta-bgcol-hover-grey .section-one-column-one .entry-cats a:hover, -.main-meta-bgcol-hover-grey .section-three-column-one .entry-cats a:hover, -.main-meta-bgcol-hover-grey #front-section-four .entry-cats a:hover, .main-meta-bgcol-hover-grey.blog .hentry .entry-cats a:hover, .main-meta-bgcol-hover-grey.blog .featured-slider .entry-cats a:hover, .main-meta-bgcol-hover-grey.blog .featured-slider .entry-meta a:hover, .main-meta-bgcol-hover-grey.single-post .entry-cats a:hover, .main-meta-bgcol-hover-grey.single-post .entry-tags a:hover, .main-meta-bgcol-hover-grey.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover, -.main-meta-bgcol-hover-grey .post-navigation .nav-links a:hover, -.main-meta-bgcol-hover-grey .pagebreak-links a:hover, -.main-meta-bgcol-hover-grey .pagination .nav-links span.page-numbers:hover, -.main-meta-bgcol-hover-grey .pagination .nav-links a.page-numbers:hover { - background: #e7e7eb; -} - -.main-meta-textcol-hover-darkgrey.single-post .entry-header .entry-cats a:hover, .main-meta-textcol-hover-darkgrey.blog .featured-slider .entry-cats a:hover, .main-meta-textcol-hover-darkgrey.blog .featured-slider .entry-meta a:hover, .main-meta-textcol-hover-darkgrey.blog .hentry .entry-cats a:hover, -.main-meta-textcol-hover-darkgrey main .entry-content .pagebreak-links a:hover, -.main-meta-textcol-hover-darkgrey .post-navigation .nav-links a:hover, -.main-meta-textcol-hover-darkgrey .pagination .nav-links span.page-numbers:hover, -.main-meta-textcol-hover-darkgrey .pagination .nav-links a.page-numbers:hover { - color: #1a1a1a; -} - -.main-meta-textcol-darkgrey .entry-meta, -.main-meta-textcol-darkgrey .entry-cats, -.main-meta-textcol-darkgrey .slider-text .entry-meta a, -.main-meta-textcol-darkgrey .slider-text .entry-cats a, -.main-meta-textcol-darkgrey .section-one-column-one .entry-cats a, -.main-meta-textcol-darkgrey .section-three-column-one .entry-cats a, -.main-meta-textcol-darkgrey #front-section-four .entry-cats a, -.main-meta-textcol-darkgrey #front-section-four .entry-meta a, -.main-meta-textcol-darkgrey .featured-slider .entry-cats a, .main-meta-textcol-darkgrey.single-post .entry-header .entry-cats a, .main-meta-textcol-darkgrey.blog .featured-slider .entry-cats a, .main-meta-textcol-darkgrey.blog .featured-slider .entry-meta a, .main-meta-textcol-darkgrey.blog .hentry .entry-cats a, .main-meta-textcol-darkgrey.single-post .entry-cats a, .main-meta-textcol-darkgrey.single-post .entry-tags a, .main-meta-textcol-darkgrey.single-post .entry-header .page-links a, -.main-meta-textcol-darkgrey .post-page-numbers.current, -.main-meta-textcol-darkgrey main .entry-content .pagebreak-links a, -.main-meta-textcol-darkgrey .post-navigation .nav-links a, -.main-meta-textcol-darkgrey .pagination .nav-links span.page-numbers, -.main-meta-textcol-darkgrey .pagination .nav-links a.page-numbers, .main-meta-textcol-darkgrey.single-post .entry-header .page-links .number { - color: #1a1a1a; -} - -.main-meta-bgcol-darkgrey .entry-cats a, -.main-meta-bgcol-darkgrey .featured-slider .entry-cats a, -.main-meta-bgcol-darkgrey .featured-slider .entry-meta a, -.main-meta-bgcol-darkgrey .section-one-column-one .entry-cats a, -.main-meta-bgcol-darkgrey .section-three-column-one .entry-cats a, -.main-meta-bgcol-darkgrey #front-section-four .entry-cats a, .main-meta-bgcol-darkgrey.single-post .entry-cats a, .main-meta-bgcol-darkgrey.single-post .entry-tags a, .main-meta-bgcol-darkgrey.blog .hentry .entry-cats a, .main-meta-bgcol-darkgrey.blog .featured-slider .entry-cats a, .main-meta-bgcol-darkgrey.blog .featured-slider .entry-meta a, .main-meta-bgcol-darkgrey.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a, -.main-meta-bgcol-darkgrey .post-page-numbers.current, -.main-meta-bgcol-darkgrey .post-navigation .nav-links a, -.main-meta-bgcol-darkgrey .pagebreak-links a, -.main-meta-bgcol-darkgrey .pagination .nav-links span.page-numbers, -.main-meta-bgcol-darkgrey .pagination .nav-links a.page-numbers { - background: #1a1a1a; -} -.main-meta-bgcol-darkgrey .gallery .slick-prev:before, -.main-meta-bgcol-darkgrey .gallery .slick-next:before, -.main-meta-bgcol-darkgrey .gallery .slick-dots li.slick-active button:before { - color: #1a1a1a; -} - -.main-meta-bgcol-hover-darkgrey .entry-cats a:hover, -.main-meta-bgcol-hover-darkgrey .featured-slider .entry-cats a:hover, -.main-meta-bgcol-hover-darkgrey .featured-slider .entry-meta a:hover, -.main-meta-bgcol-hover-darkgrey .section-one-column-one .entry-cats a:hover, -.main-meta-bgcol-hover-darkgrey .section-three-column-one .entry-cats a:hover, -.main-meta-bgcol-hover-darkgrey #front-section-four .entry-cats a:hover, .main-meta-bgcol-hover-darkgrey.blog .hentry .entry-cats a:hover, .main-meta-bgcol-hover-darkgrey.blog .featured-slider .entry-cats a:hover, .main-meta-bgcol-hover-darkgrey.blog .featured-slider .entry-meta a:hover, .main-meta-bgcol-hover-darkgrey.single-post .entry-cats a:hover, .main-meta-bgcol-hover-darkgrey.single-post .entry-tags a:hover, .main-meta-bgcol-hover-darkgrey.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover, -.main-meta-bgcol-hover-darkgrey .post-navigation .nav-links a:hover, -.main-meta-bgcol-hover-darkgrey .pagebreak-links a:hover, -.main-meta-bgcol-hover-darkgrey .pagination .nav-links span.page-numbers:hover, -.main-meta-bgcol-hover-darkgrey .pagination .nav-links a.page-numbers:hover { - background: #1a1a1a; -} - -.main-meta-textcol-hover-blue.single-post .entry-header .entry-cats a:hover, .main-meta-textcol-hover-blue.blog .featured-slider .entry-cats a:hover, .main-meta-textcol-hover-blue.blog .featured-slider .entry-meta a:hover, .main-meta-textcol-hover-blue.blog .hentry .entry-cats a:hover, -.main-meta-textcol-hover-blue main .entry-content .pagebreak-links a:hover, -.main-meta-textcol-hover-blue .post-navigation .nav-links a:hover, -.main-meta-textcol-hover-blue .pagination .nav-links span.page-numbers:hover, -.main-meta-textcol-hover-blue .pagination .nav-links a.page-numbers:hover { - color: #0066ff; -} - -.main-meta-textcol-blue .entry-meta, -.main-meta-textcol-blue .entry-cats, -.main-meta-textcol-blue .slider-text .entry-meta a, -.main-meta-textcol-blue .slider-text .entry-cats a, -.main-meta-textcol-blue .section-one-column-one .entry-cats a, -.main-meta-textcol-blue .section-three-column-one .entry-cats a, -.main-meta-textcol-blue #front-section-four .entry-cats a, -.main-meta-textcol-blue #front-section-four .entry-meta a, -.main-meta-textcol-blue .featured-slider .entry-cats a, .main-meta-textcol-blue.single-post .entry-header .entry-cats a, .main-meta-textcol-blue.blog .featured-slider .entry-cats a, .main-meta-textcol-blue.blog .featured-slider .entry-meta a, .main-meta-textcol-blue.blog .hentry .entry-cats a, .main-meta-textcol-blue.single-post .entry-cats a, .main-meta-textcol-blue.single-post .entry-tags a, .main-meta-textcol-blue.single-post .entry-header .page-links a, -.main-meta-textcol-blue .post-page-numbers.current, -.main-meta-textcol-blue main .entry-content .pagebreak-links a, -.main-meta-textcol-blue .post-navigation .nav-links a, -.main-meta-textcol-blue .pagination .nav-links span.page-numbers, -.main-meta-textcol-blue .pagination .nav-links a.page-numbers, .main-meta-textcol-blue.single-post .entry-header .page-links .number { - color: #0066ff; -} - -.main-meta-bgcol-blue .entry-cats a, -.main-meta-bgcol-blue .featured-slider .entry-cats a, -.main-meta-bgcol-blue .featured-slider .entry-meta a, -.main-meta-bgcol-blue .section-one-column-one .entry-cats a, -.main-meta-bgcol-blue .section-three-column-one .entry-cats a, -.main-meta-bgcol-blue #front-section-four .entry-cats a, .main-meta-bgcol-blue.single-post .entry-cats a, .main-meta-bgcol-blue.single-post .entry-tags a, .main-meta-bgcol-blue.blog .hentry .entry-cats a, .main-meta-bgcol-blue.blog .featured-slider .entry-cats a, .main-meta-bgcol-blue.blog .featured-slider .entry-meta a, .main-meta-bgcol-blue.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a, -.main-meta-bgcol-blue .post-page-numbers.current, -.main-meta-bgcol-blue .post-navigation .nav-links a, -.main-meta-bgcol-blue .pagebreak-links a, -.main-meta-bgcol-blue .pagination .nav-links span.page-numbers, -.main-meta-bgcol-blue .pagination .nav-links a.page-numbers { - background: #0066ff; -} -.main-meta-bgcol-blue .gallery .slick-prev:before, -.main-meta-bgcol-blue .gallery .slick-next:before, -.main-meta-bgcol-blue .gallery .slick-dots li.slick-active button:before { - color: #0066ff; -} - -.main-meta-bgcol-hover-blue .entry-cats a:hover, -.main-meta-bgcol-hover-blue .featured-slider .entry-cats a:hover, -.main-meta-bgcol-hover-blue .featured-slider .entry-meta a:hover, -.main-meta-bgcol-hover-blue .section-one-column-one .entry-cats a:hover, -.main-meta-bgcol-hover-blue .section-three-column-one .entry-cats a:hover, -.main-meta-bgcol-hover-blue #front-section-four .entry-cats a:hover, .main-meta-bgcol-hover-blue.blog .hentry .entry-cats a:hover, .main-meta-bgcol-hover-blue.blog .featured-slider .entry-cats a:hover, .main-meta-bgcol-hover-blue.blog .featured-slider .entry-meta a:hover, .main-meta-bgcol-hover-blue.single-post .entry-cats a:hover, .main-meta-bgcol-hover-blue.single-post .entry-tags a:hover, .main-meta-bgcol-hover-blue.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover, -.main-meta-bgcol-hover-blue .post-navigation .nav-links a:hover, -.main-meta-bgcol-hover-blue .pagebreak-links a:hover, -.main-meta-bgcol-hover-blue .pagination .nav-links span.page-numbers:hover, -.main-meta-bgcol-hover-blue .pagination .nav-links a.page-numbers:hover { - background: #0066ff; -} - -.main-meta-textcol-hover-red.single-post .entry-header .entry-cats a:hover, .main-meta-textcol-hover-red.blog .featured-slider .entry-cats a:hover, .main-meta-textcol-hover-red.blog .featured-slider .entry-meta a:hover, .main-meta-textcol-hover-red.blog .hentry .entry-cats a:hover, -.main-meta-textcol-hover-red main .entry-content .pagebreak-links a:hover, -.main-meta-textcol-hover-red .post-navigation .nav-links a:hover, -.main-meta-textcol-hover-red .pagination .nav-links span.page-numbers:hover, -.main-meta-textcol-hover-red .pagination .nav-links a.page-numbers:hover { - color: #d7464d; -} - -.main-meta-textcol-red .entry-meta, -.main-meta-textcol-red .entry-cats, -.main-meta-textcol-red .slider-text .entry-meta a, -.main-meta-textcol-red .slider-text .entry-cats a, -.main-meta-textcol-red .section-one-column-one .entry-cats a, -.main-meta-textcol-red .section-three-column-one .entry-cats a, -.main-meta-textcol-red #front-section-four .entry-cats a, -.main-meta-textcol-red #front-section-four .entry-meta a, -.main-meta-textcol-red .featured-slider .entry-cats a, .main-meta-textcol-red.single-post .entry-header .entry-cats a, .main-meta-textcol-red.blog .featured-slider .entry-cats a, .main-meta-textcol-red.blog .featured-slider .entry-meta a, .main-meta-textcol-red.blog .hentry .entry-cats a, .main-meta-textcol-red.single-post .entry-cats a, .main-meta-textcol-red.single-post .entry-tags a, .main-meta-textcol-red.single-post .entry-header .page-links a, -.main-meta-textcol-red .post-page-numbers.current, -.main-meta-textcol-red main .entry-content .pagebreak-links a, -.main-meta-textcol-red .post-navigation .nav-links a, -.main-meta-textcol-red .pagination .nav-links span.page-numbers, -.main-meta-textcol-red .pagination .nav-links a.page-numbers, .main-meta-textcol-red.single-post .entry-header .page-links .number { - color: #d7464d; -} - -.main-meta-bgcol-red .entry-cats a, -.main-meta-bgcol-red .featured-slider .entry-cats a, -.main-meta-bgcol-red .featured-slider .entry-meta a, -.main-meta-bgcol-red .section-one-column-one .entry-cats a, -.main-meta-bgcol-red .section-three-column-one .entry-cats a, -.main-meta-bgcol-red #front-section-four .entry-cats a, .main-meta-bgcol-red.single-post .entry-cats a, .main-meta-bgcol-red.single-post .entry-tags a, .main-meta-bgcol-red.blog .hentry .entry-cats a, .main-meta-bgcol-red.blog .featured-slider .entry-cats a, .main-meta-bgcol-red.blog .featured-slider .entry-meta a, .main-meta-bgcol-red.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a, -.main-meta-bgcol-red .post-page-numbers.current, -.main-meta-bgcol-red .post-navigation .nav-links a, -.main-meta-bgcol-red .pagebreak-links a, -.main-meta-bgcol-red .pagination .nav-links span.page-numbers, -.main-meta-bgcol-red .pagination .nav-links a.page-numbers { - background: #d7464d; -} -.main-meta-bgcol-red .gallery .slick-prev:before, -.main-meta-bgcol-red .gallery .slick-next:before, -.main-meta-bgcol-red .gallery .slick-dots li.slick-active button:before { - color: #d7464d; -} - -.main-meta-bgcol-hover-red .entry-cats a:hover, -.main-meta-bgcol-hover-red .featured-slider .entry-cats a:hover, -.main-meta-bgcol-hover-red .featured-slider .entry-meta a:hover, -.main-meta-bgcol-hover-red .section-one-column-one .entry-cats a:hover, -.main-meta-bgcol-hover-red .section-three-column-one .entry-cats a:hover, -.main-meta-bgcol-hover-red #front-section-four .entry-cats a:hover, .main-meta-bgcol-hover-red.blog .hentry .entry-cats a:hover, .main-meta-bgcol-hover-red.blog .featured-slider .entry-cats a:hover, .main-meta-bgcol-hover-red.blog .featured-slider .entry-meta a:hover, .main-meta-bgcol-hover-red.single-post .entry-cats a:hover, .main-meta-bgcol-hover-red.single-post .entry-tags a:hover, .main-meta-bgcol-hover-red.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover, -.main-meta-bgcol-hover-red .post-navigation .nav-links a:hover, -.main-meta-bgcol-hover-red .pagebreak-links a:hover, -.main-meta-bgcol-hover-red .pagination .nav-links span.page-numbers:hover, -.main-meta-bgcol-hover-red .pagination .nav-links a.page-numbers:hover { - background: #d7464d; -} - -.main-meta-textcol-hover-yellow.single-post .entry-header .entry-cats a:hover, .main-meta-textcol-hover-yellow.blog .featured-slider .entry-cats a:hover, .main-meta-textcol-hover-yellow.blog .featured-slider .entry-meta a:hover, .main-meta-textcol-hover-yellow.blog .hentry .entry-cats a:hover, -.main-meta-textcol-hover-yellow main .entry-content .pagebreak-links a:hover, -.main-meta-textcol-hover-yellow .post-navigation .nav-links a:hover, -.main-meta-textcol-hover-yellow .pagination .nav-links span.page-numbers:hover, -.main-meta-textcol-hover-yellow .pagination .nav-links a.page-numbers:hover { - color: #e7b547; -} - -.main-meta-textcol-yellow .entry-meta, -.main-meta-textcol-yellow .entry-cats, -.main-meta-textcol-yellow .slider-text .entry-meta a, -.main-meta-textcol-yellow .slider-text .entry-cats a, -.main-meta-textcol-yellow .section-one-column-one .entry-cats a, -.main-meta-textcol-yellow .section-three-column-one .entry-cats a, -.main-meta-textcol-yellow #front-section-four .entry-cats a, -.main-meta-textcol-yellow #front-section-four .entry-meta a, -.main-meta-textcol-yellow .featured-slider .entry-cats a, .main-meta-textcol-yellow.single-post .entry-header .entry-cats a, .main-meta-textcol-yellow.blog .featured-slider .entry-cats a, .main-meta-textcol-yellow.blog .featured-slider .entry-meta a, .main-meta-textcol-yellow.blog .hentry .entry-cats a, .main-meta-textcol-yellow.single-post .entry-cats a, .main-meta-textcol-yellow.single-post .entry-tags a, .main-meta-textcol-yellow.single-post .entry-header .page-links a, -.main-meta-textcol-yellow .post-page-numbers.current, -.main-meta-textcol-yellow main .entry-content .pagebreak-links a, -.main-meta-textcol-yellow .post-navigation .nav-links a, -.main-meta-textcol-yellow .pagination .nav-links span.page-numbers, -.main-meta-textcol-yellow .pagination .nav-links a.page-numbers, .main-meta-textcol-yellow.single-post .entry-header .page-links .number { - color: #e7b547; -} - -.main-meta-bgcol-yellow .entry-cats a, -.main-meta-bgcol-yellow .featured-slider .entry-cats a, -.main-meta-bgcol-yellow .featured-slider .entry-meta a, -.main-meta-bgcol-yellow .section-one-column-one .entry-cats a, -.main-meta-bgcol-yellow .section-three-column-one .entry-cats a, -.main-meta-bgcol-yellow #front-section-four .entry-cats a, .main-meta-bgcol-yellow.single-post .entry-cats a, .main-meta-bgcol-yellow.single-post .entry-tags a, .main-meta-bgcol-yellow.blog .hentry .entry-cats a, .main-meta-bgcol-yellow.blog .featured-slider .entry-cats a, .main-meta-bgcol-yellow.blog .featured-slider .entry-meta a, .main-meta-bgcol-yellow.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a, -.main-meta-bgcol-yellow .post-page-numbers.current, -.main-meta-bgcol-yellow .post-navigation .nav-links a, -.main-meta-bgcol-yellow .pagebreak-links a, -.main-meta-bgcol-yellow .pagination .nav-links span.page-numbers, -.main-meta-bgcol-yellow .pagination .nav-links a.page-numbers { - background: #e7b547; -} -.main-meta-bgcol-yellow .gallery .slick-prev:before, -.main-meta-bgcol-yellow .gallery .slick-next:before, -.main-meta-bgcol-yellow .gallery .slick-dots li.slick-active button:before { - color: #e7b547; -} - -.main-meta-bgcol-hover-yellow .entry-cats a:hover, -.main-meta-bgcol-hover-yellow .featured-slider .entry-cats a:hover, -.main-meta-bgcol-hover-yellow .featured-slider .entry-meta a:hover, -.main-meta-bgcol-hover-yellow .section-one-column-one .entry-cats a:hover, -.main-meta-bgcol-hover-yellow .section-three-column-one .entry-cats a:hover, -.main-meta-bgcol-hover-yellow #front-section-four .entry-cats a:hover, .main-meta-bgcol-hover-yellow.blog .hentry .entry-cats a:hover, .main-meta-bgcol-hover-yellow.blog .featured-slider .entry-cats a:hover, .main-meta-bgcol-hover-yellow.blog .featured-slider .entry-meta a:hover, .main-meta-bgcol-hover-yellow.single-post .entry-cats a:hover, .main-meta-bgcol-hover-yellow.single-post .entry-tags a:hover, .main-meta-bgcol-hover-yellow.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover, -.main-meta-bgcol-hover-yellow .post-navigation .nav-links a:hover, -.main-meta-bgcol-hover-yellow .pagebreak-links a:hover, -.main-meta-bgcol-hover-yellow .pagination .nav-links span.page-numbers:hover, -.main-meta-bgcol-hover-yellow .pagination .nav-links a.page-numbers:hover { - background: #e7b547; -} - -.main-meta-textcol-hover-green.single-post .entry-header .entry-cats a:hover, .main-meta-textcol-hover-green.blog .featured-slider .entry-cats a:hover, .main-meta-textcol-hover-green.blog .featured-slider .entry-meta a:hover, .main-meta-textcol-hover-green.blog .hentry .entry-cats a:hover, -.main-meta-textcol-hover-green main .entry-content .pagebreak-links a:hover, -.main-meta-textcol-hover-green .post-navigation .nav-links a:hover, -.main-meta-textcol-hover-green .pagination .nav-links span.page-numbers:hover, -.main-meta-textcol-hover-green .pagination .nav-links a.page-numbers:hover { - color: #85c066; -} - -.main-meta-textcol-green .entry-meta, -.main-meta-textcol-green .entry-cats, -.main-meta-textcol-green .slider-text .entry-meta a, -.main-meta-textcol-green .slider-text .entry-cats a, -.main-meta-textcol-green .section-one-column-one .entry-cats a, -.main-meta-textcol-green .section-three-column-one .entry-cats a, -.main-meta-textcol-green #front-section-four .entry-cats a, -.main-meta-textcol-green #front-section-four .entry-meta a, -.main-meta-textcol-green .featured-slider .entry-cats a, .main-meta-textcol-green.single-post .entry-header .entry-cats a, .main-meta-textcol-green.blog .featured-slider .entry-cats a, .main-meta-textcol-green.blog .featured-slider .entry-meta a, .main-meta-textcol-green.blog .hentry .entry-cats a, .main-meta-textcol-green.single-post .entry-cats a, .main-meta-textcol-green.single-post .entry-tags a, .main-meta-textcol-green.single-post .entry-header .page-links a, -.main-meta-textcol-green .post-page-numbers.current, -.main-meta-textcol-green main .entry-content .pagebreak-links a, -.main-meta-textcol-green .post-navigation .nav-links a, -.main-meta-textcol-green .pagination .nav-links span.page-numbers, -.main-meta-textcol-green .pagination .nav-links a.page-numbers, .main-meta-textcol-green.single-post .entry-header .page-links .number { - color: #85c066; -} - -.main-meta-bgcol-green .entry-cats a, -.main-meta-bgcol-green .featured-slider .entry-cats a, -.main-meta-bgcol-green .featured-slider .entry-meta a, -.main-meta-bgcol-green .section-one-column-one .entry-cats a, -.main-meta-bgcol-green .section-three-column-one .entry-cats a, -.main-meta-bgcol-green #front-section-four .entry-cats a, .main-meta-bgcol-green.single-post .entry-cats a, .main-meta-bgcol-green.single-post .entry-tags a, .main-meta-bgcol-green.blog .hentry .entry-cats a, .main-meta-bgcol-green.blog .featured-slider .entry-cats a, .main-meta-bgcol-green.blog .featured-slider .entry-meta a, .main-meta-bgcol-green.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a, -.main-meta-bgcol-green .post-page-numbers.current, -.main-meta-bgcol-green .post-navigation .nav-links a, -.main-meta-bgcol-green .pagebreak-links a, -.main-meta-bgcol-green .pagination .nav-links span.page-numbers, -.main-meta-bgcol-green .pagination .nav-links a.page-numbers { - background: #85c066; -} -.main-meta-bgcol-green .gallery .slick-prev:before, -.main-meta-bgcol-green .gallery .slick-next:before, -.main-meta-bgcol-green .gallery .slick-dots li.slick-active button:before { - color: #85c066; -} - -.main-meta-bgcol-hover-green .entry-cats a:hover, -.main-meta-bgcol-hover-green .featured-slider .entry-cats a:hover, -.main-meta-bgcol-hover-green .featured-slider .entry-meta a:hover, -.main-meta-bgcol-hover-green .section-one-column-one .entry-cats a:hover, -.main-meta-bgcol-hover-green .section-three-column-one .entry-cats a:hover, -.main-meta-bgcol-hover-green #front-section-four .entry-cats a:hover, .main-meta-bgcol-hover-green.blog .hentry .entry-cats a:hover, .main-meta-bgcol-hover-green.blog .featured-slider .entry-cats a:hover, .main-meta-bgcol-hover-green.blog .featured-slider .entry-meta a:hover, .main-meta-bgcol-hover-green.single-post .entry-cats a:hover, .main-meta-bgcol-hover-green.single-post .entry-tags a:hover, .main-meta-bgcol-hover-green.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover, -.main-meta-bgcol-hover-green .post-navigation .nav-links a:hover, -.main-meta-bgcol-hover-green .pagebreak-links a:hover, -.main-meta-bgcol-hover-green .pagination .nav-links span.page-numbers:hover, -.main-meta-bgcol-hover-green .pagination .nav-links a.page-numbers:hover { - background: #85c066; -} - -.main-listitem-main main ul li:before { - color: #ff8800; -} - -.main-quoteborder-main blockquote { - border-color: #ff8800; -} - -.main-listitem-second main ul li:before { - color: #672082; -} - -.main-quoteborder-second blockquote { - border-color: #672082; -} - -.main-listitem-third main ul li:before { - color: #698bc1; -} - -.main-quoteborder-third blockquote { - border-color: #698bc1; -} - -.main-listitem-four main ul li:before { - color: #148f93; -} - -.main-quoteborder-four blockquote { - border-color: #148f93; -} - -.main-listitem-uspirates main ul li:before { - color: #B127AF; -} - -.main-quoteborder-uspirates blockquote { - border-color: #B127AF; -} - -.main-listitem-tkpirates main ul li:before { - color: #00B5B1; -} - -.main-quoteborder-tkpirates blockquote { - border-color: #00B5B1; -} - -.main-listitem-chpirates main ul li:before { - color: #F9B200; -} - -.main-quoteborder-chpirates blockquote { - border-color: #F9B200; -} - -.main-listitem-ispirates main ul li:before { - color: #51297e; -} - -.main-quoteborder-ispirates blockquote { - border-color: #51297e; -} - -.main-listitem-black main ul li:before { - color: #000; -} - -.main-quoteborder-black blockquote { - border-color: #000; -} - -.main-listitem-white main ul li:before { - color: #fff; -} - -.main-quoteborder-white blockquote { - border-color: #fff; -} - -.main-listitem-grey main ul li:before { - color: #e7e7eb; -} - -.main-quoteborder-grey blockquote { - border-color: #e7e7eb; -} - -.main-listitem-darkgrey main ul li:before { - color: #1a1a1a; -} - -.main-quoteborder-darkgrey blockquote { - border-color: #1a1a1a; -} - -.main-listitem-blue main ul li:before { - color: #0066ff; -} - -.main-quoteborder-blue blockquote { - border-color: #0066ff; -} - -.main-listitem-red main ul li:before { - color: #d7464d; -} - -.main-quoteborder-red blockquote { - border-color: #d7464d; -} - -.main-listitem-yellow main ul li:before { - color: #e7b547; -} - -.main-quoteborder-yellow blockquote { - border-color: #e7b547; -} - -.main-listitem-green main ul li:before { - color: #85c066; -} - -.main-quoteborder-green blockquote { - border-color: #85c066; -} - -.main-table-textcol-main table, .main-table-textcol-main tr, .main-table-textcol-main th, .main-table-textcol-main td { - color: #ff8800; -} - -.main-table-bgcol-main table { - background-color: #ff8800; -} - -.main-table-bgcol-head-main table thead, .main-table-bgcol-head-main th { - background-color: #ff8800; -} - -.main-table-bgcol-odd-main tr td { - background-color: transparent; -} -.main-table-bgcol-odd-main table.long tr:nth-child(odd) td, -.main-table-bgcol-odd-main tr:nth-child(odd) td { - background-color: #ff8800; -} - -.main-table-textcol-second table, .main-table-textcol-second tr, .main-table-textcol-second th, .main-table-textcol-second td { - color: #672082; -} - -.main-table-bgcol-second table { - background-color: #672082; -} - -.main-table-bgcol-head-second table thead, .main-table-bgcol-head-second th { - background-color: #672082; -} - -.main-table-bgcol-odd-second tr td { - background-color: transparent; -} -.main-table-bgcol-odd-second table.long tr:nth-child(odd) td, -.main-table-bgcol-odd-second tr:nth-child(odd) td { - background-color: #672082; -} - -.main-table-textcol-third table, .main-table-textcol-third tr, .main-table-textcol-third th, .main-table-textcol-third td { - color: #698bc1; -} - -.main-table-bgcol-third table { - background-color: #698bc1; -} - -.main-table-bgcol-head-third table thead, .main-table-bgcol-head-third th { - background-color: #698bc1; -} - -.main-table-bgcol-odd-third tr td { - background-color: transparent; -} -.main-table-bgcol-odd-third table.long tr:nth-child(odd) td, -.main-table-bgcol-odd-third tr:nth-child(odd) td { - background-color: #698bc1; -} - -.main-table-textcol-four table, .main-table-textcol-four tr, .main-table-textcol-four th, .main-table-textcol-four td { - color: #148f93; -} - -.main-table-bgcol-four table { - background-color: #148f93; -} - -.main-table-bgcol-head-four table thead, .main-table-bgcol-head-four th { - background-color: #148f93; -} - -.main-table-bgcol-odd-four tr td { - background-color: transparent; -} -.main-table-bgcol-odd-four table.long tr:nth-child(odd) td, -.main-table-bgcol-odd-four tr:nth-child(odd) td { - background-color: #148f93; -} - -.main-table-textcol-uspirates table, .main-table-textcol-uspirates tr, .main-table-textcol-uspirates th, .main-table-textcol-uspirates td { - color: #B127AF; -} - -.main-table-bgcol-uspirates table { - background-color: #B127AF; -} - -.main-table-bgcol-head-uspirates table thead, .main-table-bgcol-head-uspirates th { - background-color: #B127AF; -} - -.main-table-bgcol-odd-uspirates tr td { - background-color: transparent; -} -.main-table-bgcol-odd-uspirates table.long tr:nth-child(odd) td, -.main-table-bgcol-odd-uspirates tr:nth-child(odd) td { - background-color: #B127AF; -} - -.main-table-textcol-tkpirates table, .main-table-textcol-tkpirates tr, .main-table-textcol-tkpirates th, .main-table-textcol-tkpirates td { - color: #00B5B1; -} - -.main-table-bgcol-tkpirates table { - background-color: #00B5B1; -} - -.main-table-bgcol-head-tkpirates table thead, .main-table-bgcol-head-tkpirates th { - background-color: #00B5B1; -} - -.main-table-bgcol-odd-tkpirates tr td { - background-color: transparent; -} -.main-table-bgcol-odd-tkpirates table.long tr:nth-child(odd) td, -.main-table-bgcol-odd-tkpirates tr:nth-child(odd) td { - background-color: #00B5B1; -} - -.main-table-textcol-chpirates table, .main-table-textcol-chpirates tr, .main-table-textcol-chpirates th, .main-table-textcol-chpirates td { - color: #F9B200; -} - -.main-table-bgcol-chpirates table { - background-color: #F9B200; -} - -.main-table-bgcol-head-chpirates table thead, .main-table-bgcol-head-chpirates th { - background-color: #F9B200; -} - -.main-table-bgcol-odd-chpirates tr td { - background-color: transparent; -} -.main-table-bgcol-odd-chpirates table.long tr:nth-child(odd) td, -.main-table-bgcol-odd-chpirates tr:nth-child(odd) td { - background-color: #F9B200; -} - -.main-table-textcol-ispirates table, .main-table-textcol-ispirates tr, .main-table-textcol-ispirates th, .main-table-textcol-ispirates td { - color: #51297e; -} - -.main-table-bgcol-ispirates table { - background-color: #51297e; -} - -.main-table-bgcol-head-ispirates table thead, .main-table-bgcol-head-ispirates th { - background-color: #51297e; -} - -.main-table-bgcol-odd-ispirates tr td { - background-color: transparent; -} -.main-table-bgcol-odd-ispirates table.long tr:nth-child(odd) td, -.main-table-bgcol-odd-ispirates tr:nth-child(odd) td { - background-color: #51297e; -} - -.main-table-textcol-black table, .main-table-textcol-black tr, .main-table-textcol-black th, .main-table-textcol-black td { - color: #000; -} - -.main-table-bgcol-black table { - background-color: #000; -} - -.main-table-bgcol-head-black table thead, .main-table-bgcol-head-black th { - background-color: #000; -} - -.main-table-bgcol-odd-black tr td { - background-color: transparent; -} -.main-table-bgcol-odd-black table.long tr:nth-child(odd) td, -.main-table-bgcol-odd-black tr:nth-child(odd) td { - background-color: #000; -} - -.main-table-textcol-white table, .main-table-textcol-white tr, .main-table-textcol-white th, .main-table-textcol-white td { - color: #fff; -} - -.main-table-bgcol-white table { - background-color: #fff; -} - -.main-table-bgcol-head-white table thead, .main-table-bgcol-head-white th { - background-color: #fff; -} - -.main-table-bgcol-odd-white tr td { - background-color: transparent; -} -.main-table-bgcol-odd-white table.long tr:nth-child(odd) td, -.main-table-bgcol-odd-white tr:nth-child(odd) td { - background-color: #fff; -} - -.main-table-textcol-grey table, .main-table-textcol-grey tr, .main-table-textcol-grey th, .main-table-textcol-grey td { - color: #e7e7eb; -} - -.main-table-bgcol-grey table { - background-color: #e7e7eb; -} - -.main-table-bgcol-head-grey table thead, .main-table-bgcol-head-grey th { - background-color: #e7e7eb; -} - -.main-table-bgcol-odd-grey tr td { - background-color: transparent; -} -.main-table-bgcol-odd-grey table.long tr:nth-child(odd) td, -.main-table-bgcol-odd-grey tr:nth-child(odd) td { - background-color: #e7e7eb; -} - -.main-table-textcol-darkgrey table, .main-table-textcol-darkgrey tr, .main-table-textcol-darkgrey th, .main-table-textcol-darkgrey td { - color: #1a1a1a; -} - -.main-table-bgcol-darkgrey table { - background-color: #1a1a1a; -} - -.main-table-bgcol-head-darkgrey table thead, .main-table-bgcol-head-darkgrey th { - background-color: #1a1a1a; -} - -.main-table-bgcol-odd-darkgrey tr td { - background-color: transparent; -} -.main-table-bgcol-odd-darkgrey table.long tr:nth-child(odd) td, -.main-table-bgcol-odd-darkgrey tr:nth-child(odd) td { - background-color: #1a1a1a; -} - -.main-table-textcol-blue table, .main-table-textcol-blue tr, .main-table-textcol-blue th, .main-table-textcol-blue td { - color: #0066ff; -} - -.main-table-bgcol-blue table { - background-color: #0066ff; -} - -.main-table-bgcol-head-blue table thead, .main-table-bgcol-head-blue th { - background-color: #0066ff; -} - -.main-table-bgcol-odd-blue tr td { - background-color: transparent; -} -.main-table-bgcol-odd-blue table.long tr:nth-child(odd) td, -.main-table-bgcol-odd-blue tr:nth-child(odd) td { - background-color: #0066ff; -} - -.main-table-textcol-red table, .main-table-textcol-red tr, .main-table-textcol-red th, .main-table-textcol-red td { - color: #d7464d; -} - -.main-table-bgcol-red table { - background-color: #d7464d; -} - -.main-table-bgcol-head-red table thead, .main-table-bgcol-head-red th { - background-color: #d7464d; -} - -.main-table-bgcol-odd-red tr td { - background-color: transparent; -} -.main-table-bgcol-odd-red table.long tr:nth-child(odd) td, -.main-table-bgcol-odd-red tr:nth-child(odd) td { - background-color: #d7464d; -} - -.main-table-textcol-yellow table, .main-table-textcol-yellow tr, .main-table-textcol-yellow th, .main-table-textcol-yellow td { - color: #e7b547; -} - -.main-table-bgcol-yellow table { - background-color: #e7b547; -} - -.main-table-bgcol-head-yellow table thead, .main-table-bgcol-head-yellow th { - background-color: #e7b547; -} - -.main-table-bgcol-odd-yellow tr td { - background-color: transparent; -} -.main-table-bgcol-odd-yellow table.long tr:nth-child(odd) td, -.main-table-bgcol-odd-yellow tr:nth-child(odd) td { - background-color: #e7b547; -} - -.main-table-textcol-green table, .main-table-textcol-green tr, .main-table-textcol-green th, .main-table-textcol-green td { - color: #85c066; -} - -.main-table-bgcol-green table { - background-color: #85c066; -} - -.main-table-bgcol-head-green table thead, .main-table-bgcol-head-green th { - background-color: #85c066; -} - -.main-table-bgcol-odd-green tr td { - background-color: transparent; -} -.main-table-bgcol-odd-green table.long tr:nth-child(odd) td, -.main-table-bgcol-odd-green tr:nth-child(odd) td { - background-color: #85c066; -} - -.footer-bgcol-main #colophon { - background-color: #ff8800; - border-color: #ff8800; -} - -.footer-headlinecol-main #colophon p.title-footer, -.footer-headlinecol-main #colophon .footer-menu h3.footer-menu-title, -.footer-headlinecol-main #colophon #footer-social h2.socialmedia, -.footer-headlinecol-main #colophon h1, .footer-headlinecol-main #colophon h2, .footer-headlinecol-main #colophon h3, .footer-headlinecol-main #colophon h4, .footer-headlinecol-main #colophon h5, .footer-headlinecol-main #colophon h6 { - color: #ff8800; -} - -.footer-textcol-main #colophon, -.footer-textcol-main #colophon p, -.footer-textcol-main #colophon #site-info { - color: #ff8800; -} - -.footer-linkcol-main #colophon p a, -.footer-linkcol-main #colophon #site-info a, -.footer-linkcol-main #colophon .footer-menu ul a { - color: #ff8800; -} - -.footer-linkhovercol-main #colophon p a:hover, -.footer-linkhovercol-main #colophon #site-info a:hover, -.footer-linkhovercol-main #colophon .footer-menu ul a:hover { - color: #ff8800; -} - -.footer-bgcol-second #colophon { - background-color: #672082; - border-color: #672082; -} - -.footer-headlinecol-second #colophon p.title-footer, -.footer-headlinecol-second #colophon .footer-menu h3.footer-menu-title, -.footer-headlinecol-second #colophon #footer-social h2.socialmedia, -.footer-headlinecol-second #colophon h1, .footer-headlinecol-second #colophon h2, .footer-headlinecol-second #colophon h3, .footer-headlinecol-second #colophon h4, .footer-headlinecol-second #colophon h5, .footer-headlinecol-second #colophon h6 { - color: #672082; -} - -.footer-textcol-second #colophon, -.footer-textcol-second #colophon p, -.footer-textcol-second #colophon #site-info { - color: #672082; -} - -.footer-linkcol-second #colophon p a, -.footer-linkcol-second #colophon #site-info a, -.footer-linkcol-second #colophon .footer-menu ul a { - color: #672082; -} - -.footer-linkhovercol-second #colophon p a:hover, -.footer-linkhovercol-second #colophon #site-info a:hover, -.footer-linkhovercol-second #colophon .footer-menu ul a:hover { - color: #672082; -} - -.footer-bgcol-third #colophon { - background-color: #698bc1; - border-color: #698bc1; -} - -.footer-headlinecol-third #colophon p.title-footer, -.footer-headlinecol-third #colophon .footer-menu h3.footer-menu-title, -.footer-headlinecol-third #colophon #footer-social h2.socialmedia, -.footer-headlinecol-third #colophon h1, .footer-headlinecol-third #colophon h2, .footer-headlinecol-third #colophon h3, .footer-headlinecol-third #colophon h4, .footer-headlinecol-third #colophon h5, .footer-headlinecol-third #colophon h6 { - color: #698bc1; -} - -.footer-textcol-third #colophon, -.footer-textcol-third #colophon p, -.footer-textcol-third #colophon #site-info { - color: #698bc1; -} - -.footer-linkcol-third #colophon p a, -.footer-linkcol-third #colophon #site-info a, -.footer-linkcol-third #colophon .footer-menu ul a { - color: #698bc1; -} - -.footer-linkhovercol-third #colophon p a:hover, -.footer-linkhovercol-third #colophon #site-info a:hover, -.footer-linkhovercol-third #colophon .footer-menu ul a:hover { - color: #698bc1; -} - -.footer-bgcol-four #colophon { - background-color: #148f93; - border-color: #148f93; -} - -.footer-headlinecol-four #colophon p.title-footer, -.footer-headlinecol-four #colophon .footer-menu h3.footer-menu-title, -.footer-headlinecol-four #colophon #footer-social h2.socialmedia, -.footer-headlinecol-four #colophon h1, .footer-headlinecol-four #colophon h2, .footer-headlinecol-four #colophon h3, .footer-headlinecol-four #colophon h4, .footer-headlinecol-four #colophon h5, .footer-headlinecol-four #colophon h6 { - color: #148f93; -} - -.footer-textcol-four #colophon, -.footer-textcol-four #colophon p, -.footer-textcol-four #colophon #site-info { - color: #148f93; -} - -.footer-linkcol-four #colophon p a, -.footer-linkcol-four #colophon #site-info a, -.footer-linkcol-four #colophon .footer-menu ul a { - color: #148f93; -} - -.footer-linkhovercol-four #colophon p a:hover, -.footer-linkhovercol-four #colophon #site-info a:hover, -.footer-linkhovercol-four #colophon .footer-menu ul a:hover { - color: #148f93; -} - -.footer-bgcol-uspirates #colophon { - background-color: #B127AF; - border-color: #B127AF; -} - -.footer-headlinecol-uspirates #colophon p.title-footer, -.footer-headlinecol-uspirates #colophon .footer-menu h3.footer-menu-title, -.footer-headlinecol-uspirates #colophon #footer-social h2.socialmedia, -.footer-headlinecol-uspirates #colophon h1, .footer-headlinecol-uspirates #colophon h2, .footer-headlinecol-uspirates #colophon h3, .footer-headlinecol-uspirates #colophon h4, .footer-headlinecol-uspirates #colophon h5, .footer-headlinecol-uspirates #colophon h6 { - color: #B127AF; -} - -.footer-textcol-uspirates #colophon, -.footer-textcol-uspirates #colophon p, -.footer-textcol-uspirates #colophon #site-info { - color: #B127AF; -} - -.footer-linkcol-uspirates #colophon p a, -.footer-linkcol-uspirates #colophon #site-info a, -.footer-linkcol-uspirates #colophon .footer-menu ul a { - color: #B127AF; -} - -.footer-linkhovercol-uspirates #colophon p a:hover, -.footer-linkhovercol-uspirates #colophon #site-info a:hover, -.footer-linkhovercol-uspirates #colophon .footer-menu ul a:hover { - color: #B127AF; -} - -.footer-bgcol-tkpirates #colophon { - background-color: #00B5B1; - border-color: #00B5B1; -} - -.footer-headlinecol-tkpirates #colophon p.title-footer, -.footer-headlinecol-tkpirates #colophon .footer-menu h3.footer-menu-title, -.footer-headlinecol-tkpirates #colophon #footer-social h2.socialmedia, -.footer-headlinecol-tkpirates #colophon h1, .footer-headlinecol-tkpirates #colophon h2, .footer-headlinecol-tkpirates #colophon h3, .footer-headlinecol-tkpirates #colophon h4, .footer-headlinecol-tkpirates #colophon h5, .footer-headlinecol-tkpirates #colophon h6 { - color: #00B5B1; -} - -.footer-textcol-tkpirates #colophon, -.footer-textcol-tkpirates #colophon p, -.footer-textcol-tkpirates #colophon #site-info { - color: #00B5B1; -} - -.footer-linkcol-tkpirates #colophon p a, -.footer-linkcol-tkpirates #colophon #site-info a, -.footer-linkcol-tkpirates #colophon .footer-menu ul a { - color: #00B5B1; -} - -.footer-linkhovercol-tkpirates #colophon p a:hover, -.footer-linkhovercol-tkpirates #colophon #site-info a:hover, -.footer-linkhovercol-tkpirates #colophon .footer-menu ul a:hover { - color: #00B5B1; -} - -.footer-bgcol-chpirates #colophon { - background-color: #F9B200; - border-color: #F9B200; -} - -.footer-headlinecol-chpirates #colophon p.title-footer, -.footer-headlinecol-chpirates #colophon .footer-menu h3.footer-menu-title, -.footer-headlinecol-chpirates #colophon #footer-social h2.socialmedia, -.footer-headlinecol-chpirates #colophon h1, .footer-headlinecol-chpirates #colophon h2, .footer-headlinecol-chpirates #colophon h3, .footer-headlinecol-chpirates #colophon h4, .footer-headlinecol-chpirates #colophon h5, .footer-headlinecol-chpirates #colophon h6 { - color: #F9B200; -} - -.footer-textcol-chpirates #colophon, -.footer-textcol-chpirates #colophon p, -.footer-textcol-chpirates #colophon #site-info { - color: #F9B200; -} - -.footer-linkcol-chpirates #colophon p a, -.footer-linkcol-chpirates #colophon #site-info a, -.footer-linkcol-chpirates #colophon .footer-menu ul a { - color: #F9B200; -} - -.footer-linkhovercol-chpirates #colophon p a:hover, -.footer-linkhovercol-chpirates #colophon #site-info a:hover, -.footer-linkhovercol-chpirates #colophon .footer-menu ul a:hover { - color: #F9B200; -} - -.footer-bgcol-ispirates #colophon { - background-color: #51297e; - border-color: #51297e; -} - -.footer-headlinecol-ispirates #colophon p.title-footer, -.footer-headlinecol-ispirates #colophon .footer-menu h3.footer-menu-title, -.footer-headlinecol-ispirates #colophon #footer-social h2.socialmedia, -.footer-headlinecol-ispirates #colophon h1, .footer-headlinecol-ispirates #colophon h2, .footer-headlinecol-ispirates #colophon h3, .footer-headlinecol-ispirates #colophon h4, .footer-headlinecol-ispirates #colophon h5, .footer-headlinecol-ispirates #colophon h6 { - color: #51297e; -} - -.footer-textcol-ispirates #colophon, -.footer-textcol-ispirates #colophon p, -.footer-textcol-ispirates #colophon #site-info { - color: #51297e; -} - -.footer-linkcol-ispirates #colophon p a, -.footer-linkcol-ispirates #colophon #site-info a, -.footer-linkcol-ispirates #colophon .footer-menu ul a { - color: #51297e; -} - -.footer-linkhovercol-ispirates #colophon p a:hover, -.footer-linkhovercol-ispirates #colophon #site-info a:hover, -.footer-linkhovercol-ispirates #colophon .footer-menu ul a:hover { - color: #51297e; -} - -.footer-bgcol-black #colophon { - background-color: #000; - border-color: #000; -} - -.footer-headlinecol-black #colophon p.title-footer, -.footer-headlinecol-black #colophon .footer-menu h3.footer-menu-title, -.footer-headlinecol-black #colophon #footer-social h2.socialmedia, -.footer-headlinecol-black #colophon h1, .footer-headlinecol-black #colophon h2, .footer-headlinecol-black #colophon h3, .footer-headlinecol-black #colophon h4, .footer-headlinecol-black #colophon h5, .footer-headlinecol-black #colophon h6 { - color: #000; -} - -.footer-textcol-black #colophon, -.footer-textcol-black #colophon p, -.footer-textcol-black #colophon #site-info { - color: #000; -} - -.footer-linkcol-black #colophon p a, -.footer-linkcol-black #colophon #site-info a, -.footer-linkcol-black #colophon .footer-menu ul a { - color: #000; -} - -.footer-linkhovercol-black #colophon p a:hover, -.footer-linkhovercol-black #colophon #site-info a:hover, -.footer-linkhovercol-black #colophon .footer-menu ul a:hover { - color: #000; -} - -.footer-bgcol-white #colophon { - background-color: #fff; - border-color: #fff; -} - -.footer-headlinecol-white #colophon p.title-footer, -.footer-headlinecol-white #colophon .footer-menu h3.footer-menu-title, -.footer-headlinecol-white #colophon #footer-social h2.socialmedia, -.footer-headlinecol-white #colophon h1, .footer-headlinecol-white #colophon h2, .footer-headlinecol-white #colophon h3, .footer-headlinecol-white #colophon h4, .footer-headlinecol-white #colophon h5, .footer-headlinecol-white #colophon h6 { - color: #fff; -} - -.footer-textcol-white #colophon, -.footer-textcol-white #colophon p, -.footer-textcol-white #colophon #site-info { - color: #fff; -} - -.footer-linkcol-white #colophon p a, -.footer-linkcol-white #colophon #site-info a, -.footer-linkcol-white #colophon .footer-menu ul a { - color: #fff; -} - -.footer-linkhovercol-white #colophon p a:hover, -.footer-linkhovercol-white #colophon #site-info a:hover, -.footer-linkhovercol-white #colophon .footer-menu ul a:hover { - color: #fff; -} - -.footer-bgcol-grey #colophon { - background-color: #e7e7eb; - border-color: #e7e7eb; -} - -.footer-headlinecol-grey #colophon p.title-footer, -.footer-headlinecol-grey #colophon .footer-menu h3.footer-menu-title, -.footer-headlinecol-grey #colophon #footer-social h2.socialmedia, -.footer-headlinecol-grey #colophon h1, .footer-headlinecol-grey #colophon h2, .footer-headlinecol-grey #colophon h3, .footer-headlinecol-grey #colophon h4, .footer-headlinecol-grey #colophon h5, .footer-headlinecol-grey #colophon h6 { - color: #e7e7eb; -} - -.footer-textcol-grey #colophon, -.footer-textcol-grey #colophon p, -.footer-textcol-grey #colophon #site-info { - color: #e7e7eb; -} - -.footer-linkcol-grey #colophon p a, -.footer-linkcol-grey #colophon #site-info a, -.footer-linkcol-grey #colophon .footer-menu ul a { - color: #e7e7eb; -} - -.footer-linkhovercol-grey #colophon p a:hover, -.footer-linkhovercol-grey #colophon #site-info a:hover, -.footer-linkhovercol-grey #colophon .footer-menu ul a:hover { - color: #e7e7eb; -} - -.footer-bgcol-darkgrey #colophon { - background-color: #1a1a1a; - border-color: #1a1a1a; -} - -.footer-headlinecol-darkgrey #colophon p.title-footer, -.footer-headlinecol-darkgrey #colophon .footer-menu h3.footer-menu-title, -.footer-headlinecol-darkgrey #colophon #footer-social h2.socialmedia, -.footer-headlinecol-darkgrey #colophon h1, .footer-headlinecol-darkgrey #colophon h2, .footer-headlinecol-darkgrey #colophon h3, .footer-headlinecol-darkgrey #colophon h4, .footer-headlinecol-darkgrey #colophon h5, .footer-headlinecol-darkgrey #colophon h6 { - color: #1a1a1a; -} - -.footer-textcol-darkgrey #colophon, -.footer-textcol-darkgrey #colophon p, -.footer-textcol-darkgrey #colophon #site-info { - color: #1a1a1a; -} - -.footer-linkcol-darkgrey #colophon p a, -.footer-linkcol-darkgrey #colophon #site-info a, -.footer-linkcol-darkgrey #colophon .footer-menu ul a { - color: #1a1a1a; -} - -.footer-linkhovercol-darkgrey #colophon p a:hover, -.footer-linkhovercol-darkgrey #colophon #site-info a:hover, -.footer-linkhovercol-darkgrey #colophon .footer-menu ul a:hover { - color: #1a1a1a; -} - -.footer-bgcol-blue #colophon { - background-color: #0066ff; - border-color: #0066ff; -} - -.footer-headlinecol-blue #colophon p.title-footer, -.footer-headlinecol-blue #colophon .footer-menu h3.footer-menu-title, -.footer-headlinecol-blue #colophon #footer-social h2.socialmedia, -.footer-headlinecol-blue #colophon h1, .footer-headlinecol-blue #colophon h2, .footer-headlinecol-blue #colophon h3, .footer-headlinecol-blue #colophon h4, .footer-headlinecol-blue #colophon h5, .footer-headlinecol-blue #colophon h6 { - color: #0066ff; -} - -.footer-textcol-blue #colophon, -.footer-textcol-blue #colophon p, -.footer-textcol-blue #colophon #site-info { - color: #0066ff; -} - -.footer-linkcol-blue #colophon p a, -.footer-linkcol-blue #colophon #site-info a, -.footer-linkcol-blue #colophon .footer-menu ul a { - color: #0066ff; -} - -.footer-linkhovercol-blue #colophon p a:hover, -.footer-linkhovercol-blue #colophon #site-info a:hover, -.footer-linkhovercol-blue #colophon .footer-menu ul a:hover { - color: #0066ff; -} - -.footer-bgcol-red #colophon { - background-color: #d7464d; - border-color: #d7464d; -} - -.footer-headlinecol-red #colophon p.title-footer, -.footer-headlinecol-red #colophon .footer-menu h3.footer-menu-title, -.footer-headlinecol-red #colophon #footer-social h2.socialmedia, -.footer-headlinecol-red #colophon h1, .footer-headlinecol-red #colophon h2, .footer-headlinecol-red #colophon h3, .footer-headlinecol-red #colophon h4, .footer-headlinecol-red #colophon h5, .footer-headlinecol-red #colophon h6 { - color: #d7464d; -} - -.footer-textcol-red #colophon, -.footer-textcol-red #colophon p, -.footer-textcol-red #colophon #site-info { - color: #d7464d; -} - -.footer-linkcol-red #colophon p a, -.footer-linkcol-red #colophon #site-info a, -.footer-linkcol-red #colophon .footer-menu ul a { - color: #d7464d; -} - -.footer-linkhovercol-red #colophon p a:hover, -.footer-linkhovercol-red #colophon #site-info a:hover, -.footer-linkhovercol-red #colophon .footer-menu ul a:hover { - color: #d7464d; -} - -.footer-bgcol-yellow #colophon { - background-color: #e7b547; - border-color: #e7b547; -} - -.footer-headlinecol-yellow #colophon p.title-footer, -.footer-headlinecol-yellow #colophon .footer-menu h3.footer-menu-title, -.footer-headlinecol-yellow #colophon #footer-social h2.socialmedia, -.footer-headlinecol-yellow #colophon h1, .footer-headlinecol-yellow #colophon h2, .footer-headlinecol-yellow #colophon h3, .footer-headlinecol-yellow #colophon h4, .footer-headlinecol-yellow #colophon h5, .footer-headlinecol-yellow #colophon h6 { - color: #e7b547; -} - -.footer-textcol-yellow #colophon, -.footer-textcol-yellow #colophon p, -.footer-textcol-yellow #colophon #site-info { - color: #e7b547; -} - -.footer-linkcol-yellow #colophon p a, -.footer-linkcol-yellow #colophon #site-info a, -.footer-linkcol-yellow #colophon .footer-menu ul a { - color: #e7b547; -} - -.footer-linkhovercol-yellow #colophon p a:hover, -.footer-linkhovercol-yellow #colophon #site-info a:hover, -.footer-linkhovercol-yellow #colophon .footer-menu ul a:hover { - color: #e7b547; -} - -.footer-bgcol-green #colophon { - background-color: #85c066; - border-color: #85c066; -} - -.footer-headlinecol-green #colophon p.title-footer, -.footer-headlinecol-green #colophon .footer-menu h3.footer-menu-title, -.footer-headlinecol-green #colophon #footer-social h2.socialmedia, -.footer-headlinecol-green #colophon h1, .footer-headlinecol-green #colophon h2, .footer-headlinecol-green #colophon h3, .footer-headlinecol-green #colophon h4, .footer-headlinecol-green #colophon h5, .footer-headlinecol-green #colophon h6 { - color: #85c066; -} - -.footer-textcol-green #colophon, -.footer-textcol-green #colophon p, -.footer-textcol-green #colophon #site-info { - color: #85c066; -} - -.footer-linkcol-green #colophon p a, -.footer-linkcol-green #colophon #site-info a, -.footer-linkcol-green #colophon .footer-menu ul a { - color: #85c066; -} - -.footer-linkhovercol-green #colophon p a:hover, -.footer-linkhovercol-green #colophon #site-info a:hover, -.footer-linkhovercol-green #colophon .footer-menu ul a:hover { - color: #85c066; -} - -/*-----------------------------------------------------------------------------------*/ -/* Plugins -/*-----------------------------------------------------------------------------------*/ -/*-----------------------------------------------------------------------------------*/ -/* Contact Form 7 -/*-----------------------------------------------------------------------------------*/ -.site-content div.wpcf7 { - clear: both; - overflow: hidden; - max-width: 100%; - padding: 0 0 30px; -} -.site-content div.wpcf7 input, -.site-content div.wpcf7 textarea, -.site-content div.wpcf7 p { - font-size: 16px; - font-size: 1rem; -} -.site-content div.wpcf7 p { - margin: 10px 0 0 0; - padding: 0; -} -.site-content div.wpcf7 p:last-of-type { - padding: 0; -} -.site-content div.wpcf7 input[type=text], .site-content div.wpcf7 input[type=email] { - width: 100%; -} -.site-content div.wpcf7 textarea { - width: 100%; -} -.site-content input.wpcf7-submit, -.site-content div.wpcf7 p input.wpcf7-submit { - clear: both; - overflow: hidden; - width: 100%; - font-weight: 600; -} - -/*-----------------------------------------------------------------------------------*/ -/* Slick Slider -/*-----------------------------------------------------------------------------------*/ -.slick-slider { - position: relative; - display: block; - box-sizing: border-box; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; - -webkit-touch-callout: none; - -khtml-user-select: none; - touch-action: pan-y; - -webkit-tap-highlight-color: transparent; -} - -.slick-list { - position: relative; - display: block; - overflow: hidden; - margin: 0; - padding: 0; -} - -.slick-list:focus { - outline: none; -} - -.slick-list.dragging { - cursor: pointer; - cursor: hand; -} - -.slick-slider .slick-track, -.slick-slider .slick-list { - transform: translate3d(0, 0, 0); -} - -.slick-track { - position: relative; - top: 0; - left: 0; - display: block; -} - -.slick-track:before, -.slick-track:after { - display: table; - content: ""; -} - -.slick-track:after { - clear: both; -} - -.slick-loading .slick-track { - visibility: hidden; -} - -.slick-slide { - display: none; - float: left; - height: 100%; - min-height: 1px; -} - -[dir=rtl] .slick-slide { - float: right; -} - -.slick-slide img { - display: block; -} - -.slick-slide.slick-loading img { - display: none; -} - -.slick-slide.dragging img { - pointer-events: none; -} - -.slick-initialized .slick-slide { - display: block; -} - -.slick-loading .slick-slide { - visibility: hidden; -} - -.slick-vertical .slick-slide { - display: block; - height: auto; - border: 1px solid transparent; -} - -.slick-arrow.slick-hidden { - display: none; -} - -/* Slider in Gallerys */ -.gallery { - /* Arrows */ - /* Dots */ -} -.gallery .slick-loading .slick-list { - background: #fff url("./img/ajax-loader.gif") center center no-repeat; -} -.gallery .slick-prev, -.gallery .slick-next { - line-height: 0; - position: absolute; - top: 50%; - color: transparent; - display: block; - width: 50px; - padding: 0; - transform: translate(0, -50%); - cursor: pointer; - border: none; - outline: none; - background: transparent; - z-index: 20; -} -.gallery .slick-prev:hover, -.gallery .slick-prev:focus, -.gallery .slick-next:hover, -.gallery .slick-next:focus { - color: transparent; - outline: none; - background: transparent; -} -.gallery .slick-prev:hover:before, -.gallery .slick-prev:focus:before, -.gallery .slick-next:hover:before, -.gallery .slick-next:focus:before { - opacity: 1; -} -.gallery .slick-prev.slick-disabled:before, -.gallery .slick-next.slick-disabled:before { - opacity: 0.25; -} -.gallery .slick-prev:before, -.gallery .slick-next:before { - line-height: 1; - opacity: 0.75; - color: #ff8800; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} -.gallery .slick-prev { - left: 30px; -} -.gallery [dir=rtl] .slick-prev { - right: 30px; - left: auto; -} -.gallery .slick-next { - right: 30px; -} -.gallery [dir=rtl] .slick-next { - right: auto; - left: 30px; -} -.gallery .slick-dotted.slick-slider { - margin-bottom: 40px; -} -.gallery .slick-dots { - position: absolute; - display: block; - width: 100%; - padding: 0; - margin: 0; - list-style: none; - text-align: center; -} -.gallery .slick-dots li { - position: relative; - display: inline-block; - width: 20px; - height: 20px; - margin: 0 5px; - padding: 0; - cursor: pointer; -} -.gallery .slick-dots li button { - display: block; - width: 20px; - height: 20px; - padding: 5px; - cursor: pointer; - border: 0; - background: transparent; - color: transparent; -} -.gallery .slick-dots li button:hover, .gallery .slick-dots li button:focus { - outline: none; -} -.gallery .slick-dots li button:hover:before, .gallery .slick-dots li button:focus:before { - opacity: 0.75; - color: #ff8800; -} -.gallery .slick-dots li button:before { - position: absolute; - top: 0; - left: 0; - opacity: 0.25; - text-align: center; - color: black; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} -.gallery .slick-dots li:after { - display: none; -} -.gallery .slick-dots li.slick-active button:before { - opacity: 1; - color: #ff8800; -} -.gallery .slider img { - margin: 0 auto; -} -.gallery .slider li::before { - content: inherit; - display: none; - margin: 0; -} -.gallery .slider .gallery-image-caption { - text-align: center; - font-size: 0.875rem; - line-height: 1.313rem; -} - -/*-----------------------------------------------------------------------------------*/ -/* Plugin Pirate Crew Settings -/*-----------------------------------------------------------------------------------*/ -@keyframes "DownMove" { - 0% { - top: 50%; - } - 5% { - top: 60%; - } - 10% { - top: 50%; - } - 15% { - top: 60%; - } - 20% { - top: 50%; - } -} -@-webkit-keyframes "DownMove" { - 0% { - top: 50%; - } - 5% { - top: 60%; - } - 10% { - top: 50%; - } - 15% { - top: 60%; - } - 20% { - top: 50%; - } -} -ul.picrew-social-icons li { - list-style: none; - margin: 0; - padding: 0; - background: none; -} -ul.picrew-social-icons li:before { - vertical-align: top; - position: relative; - content: ""; - padding: 0; -} - -.picrew-social-icons { - border: 1px solid #fff; -} -.picrew-social-icons span { - display: inline-block; - padding: 0 5px; - margin-bottom: 2px; -} -.picrew-social-icons a { - display: block; - transition: transform 0.3s; - width: 25px; - height: 25px; - text-align: center; - vertical-align: middle; - border-radius: 50%; - color: #672082; -} -.picrew-social-icons a:hover { - color: #fff; - background-color: #ff8800; -} - -.picrew-icon-yelp:before { - content: "\f1e9"; -} - -.picrew-icon-xing:before { - content: "\f168"; -} - -.picrew-icon-xing2:before { - content: "\f169"; -} - -.picrew-icon-stumbleupon:before { - content: "\f1a4"; -} - -.picrew-icon-stumbleupon2:before { - content: "\f1a3"; -} - -.picrew-icon-delicious:before { - content: "\f1a5"; -} - -.picrew-icon-lastfm:before { - content: "\f202"; -} - -.picrew-icon-lastfm2:before { - content: "\f203"; -} - -.picrew-icon-hackernews:before { - content: "\f1d4"; -} - -.picrew-icon-reddit:before { - content: "\f1a1"; -} - -.picrew-icon-soundcloud:before { - content: "\f1be"; -} - -.picrew-icon-yahoo:before { - content: "\f19e"; -} - -.picrew-icon-wordpress2:before { - content: "\f19a"; -} - -.picrew-icon-steam:before { - content: "\f1b6"; -} - -.picrew-icon-steam2:before { - content: "\f1b7"; -} - -.picrew-icon-500px:before { - content: "\f26e"; -} - -.picrew-icon-deviantart:before { - content: "\f1bd"; -} - -.picrew-icon-twitch:before { - content: "\f1e8"; -} - -.picrew-icon-feed:before { - content: "\f09e"; -} - -.picrew-icon-sina-weibo:before { - content: "\f18a"; -} - -.picrew-icon-renren:before { - content: "\f18b"; -} - -.picrew-icon-vk:before { - content: "\f189"; -} - -.picrew-icon-vine:before { - content: "\f1ca"; -} - -.picrew-icon-telegram:before { - content: "\f2c6"; -} - -.picrew-icon-spotify:before { - content: "\f1bc"; -} - -.picrew-icon-mail2:before { - content: "\f003"; -} - -.picrew-icon-mail3:before { - content: "\f003"; -} - -.picrew-icon-arrow-down:before { - content: "\f063"; -} - -.picrew-icon-arrow-left:before { - content: "\f060"; -} - -.picrew-icon-arrow-right:before { - content: "\f061"; -} - -.picrew-icon-close:before { - content: "\f00d"; -} - -.picrew-icon-github:before { - content: "\f09b"; -} - -.picrew-icon-mail:before { - content: "\f003"; -} - -.picrew-icon-link:before { - content: "\f0c1"; -} - -.picrew-icon-google-plus:before { - content: "\f0d5"; -} - -.picrew-icon-google-plus2:before { - content: "\f2b3"; -} - -.picrew-icon-facebook:before { - content: "\f09a"; -} - -.picrew-icon-facebook2:before { - content: "\f230"; -} - -.picrew-icon-instagram:before { - content: "\f16d"; -} - -.picrew-icon-whatsapp:before { - content: "\f232"; -} - -.picrew-icon-twitter:before { - content: "\f099"; -} - -.picrew-icon-youtube:before { - content: "\f167"; -} - -.picrew-icon-vimeo:before { - content: "\f27d"; -} - -.picrew-icon-vimeo2:before { - content: "\f194"; -} - -.picrew-icon-flickr:before { - content: "\f16e"; -} - -.picrew-icon-wordpress:before { - content: "\f19a"; -} - -.picrew-icon-tumblr:before { - content: "\f173"; -} - -.picrew-icon-skype:before { - content: "\f17e"; -} - -.picrew-icon-linkedin2:before { - content: "\f08c"; -} - -.picrew-icon-linkedin:before { - content: "\f0e1"; -} - -.picrew-icon-pinterest2:before { - content: "\f0d3"; -} - -.picrew-icon-pinterest:before { - content: "\f0d2"; -} - -.picrew-icon-foursquare:before { - content: "\f180"; -} - -/* -* Team Crew Styles -*/ -.picrew-grid-wrapper, .pirate-crew-single { - font-family: "DejaWeb", sans-serif; - box-sizing: border-box; -} -.picrew-grid-wrapper *, .pirate-crew-single * { - box-sizing: border-box; -} -.picrew-grid-wrapper::before, .pirate-crew-single::before { - box-sizing: border-box; -} -.picrew-grid-wrapper::after, .pirate-crew-single::after { - box-sizing: border-box; -} -.picrew-grid-wrapper figcaption, .pirate-crew-single figcaption { - display: block; -} -.picrew-grid-wrapper figure, .pirate-crew-single figure { - display: block; - margin: 0; - -webkit-margin-before: 0; - -webkit-margin-after: 0; - -webkit-margin-start: 0; - -webkit-margin-end: 0; -} -.picrew-grid-wrapper a, .pirate-crew-single a { - text-decoration: none; - text-decoration: none; - box-shadow: none; - border-bottom: 0; - outline: none; -} -.picrew-grid-wrapper .picrew-grid, .pirate-crew-single .picrew-grid { - font-family: "DejaWeb", sans-serif; - list-style: none; - padding: 30px 0; - margin: 0 -15px; -} -@media (max-width: 700px) { - .picrew-grid-wrapper .picrew-grid, .pirate-crew-single .picrew-grid { - margin: 0 auto; - } -} -.picrew-grid-wrapper .picrew-grid > .picrew-grid-card, .pirate-crew-single .picrew-grid > .picrew-grid-card { - float: left; - width: 25%; - padding: 0 15px; - margin: 0 0 30px; - clear: none; -} -@media (max-width: 700px) { - .picrew-grid-wrapper .picrew-grid > .picrew-grid-card, .pirate-crew-single .picrew-grid > .picrew-grid-card { - float: none; - width: 100%; - margin: 0; - } -} -.picrew-grid-wrapper .picrew-grid h3, .pirate-crew-single .picrew-grid h3 { - margin: 0 0 3px; - padding: 0; -} -.picrew-grid-wrapper .picrew-grid.drawer-style, .pirate-crew-single .picrew-grid.drawer-style { - margin: 0; -} -.picrew-grid-wrapper .grid-full-col > .picrew-grid-card, .pirate-crew-single .grid-full-col > .picrew-grid-card { - width: 100%; -} -.picrew-grid-wrapper .grid-2-col > .picrew-grid-card, .pirate-crew-single .grid-2-col > .picrew-grid-card { - width: 50%; -} -.picrew-grid-wrapper .grid-3-col > .picrew-grid-card, .pirate-crew-single .grid-3-col > .picrew-grid-card { - width: 33.33%; -} -.picrew-grid-wrapper .grid-4-col > .picrew-grid-card, .pirate-crew-single .grid-4-col > .picrew-grid-card { - width: 25%; -} -.picrew-grid-wrapper .grid-5-col > .picrew-grid-card, .pirate-crew-single .grid-5-col > .picrew-grid-card { - width: 20%; -} -.picrew-grid-wrapper p, .pirate-crew-single p { - line-height: 1.4; -} -.picrew-grid-wrapper ul, .pirate-crew-single ul { - list-style: none; - line-height: normal; -} -.picrew-grid-wrapper .picrew-social-icons, .pirate-crew-single .picrew-social-icons { - padding: 0; - margin: 0 -5px; -} -.picrew-grid-wrapper .picrew-social-icons a, .pirate-crew-single .picrew-social-icons a { - text-decoration: none; - border: none; -} -.picrew-grid-wrapper .picrew-contact-details, .pirate-crew-single .picrew-contact-details { - margin-bottom: 20px; -} -.picrew-grid-wrapper .picrew-contact-details a, .pirate-crew-single .picrew-contact-details a { - text-decoration: none; - border: none; -} -.picrew-grid-wrapper a.picrew-nav-item, .pirate-crew-single a.picrew-nav-item { - text-decoration: none; - border: none; -} -.picrew-grid-wrapper a.picrew-modal-close, .pirate-crew-single a.picrew-modal-close { - text-decoration: none; - border: none; -} -.picrew-grid-wrapper .picrew-grid.list-style, .pirate-crew-single .picrew-grid.list-style { - margin: 0; - padding: 0; -} - -html.picrew-popup-on { - height: 100%; - overflow: hidden; -} - -.picrew-personal-info { - display: block; - position: relative; - margin-bottom: 15px; -} -.picrew-personal-info p, .picrew-personal-info span { - font-size: 1rem; - line-height: 1.5rem; - display: block; -} - -.picrew-contact-info { - display: block; -} -.picrew-contact-info p { - margin: 0 0 15px; - line-height: normal; -} - -.picrew-flip-front { - display: block; -} - -.picrew-flip-back-inner { - display: block; -} - -.grid-style { - line-height: 1.2; -} - -.circles-style { - line-height: 1.2; -} - -.clearfix::after, .accordion .accordion-group .accordion-body .accordion-inner::after { - content: ""; - clear: both; - display: block; -} - -.picrew-grid::after { - content: ""; - clear: both; - display: block; -} -.picrew-grid figure { - position: relative; - margin: 0; -} -.picrew-grid figure img { - width: 100%; - display: block; - position: relative; - margin: 0; - border: none; -} - -figure { - overflow: hidden; -} -figure figcaption a { - box-shadow: none; - border-bottom: 0; -} - -.picrew-contact-details > p { - padding: 10px 0; - margin: 0 !important; - border-bottom: 1px dotted rgba(35, 35, 35, 0.2); -} -.picrew-contact-details span { - min-width: 100px; - margin-right: 6px; -} - -figcaption p { - font-size: 0.937rem; - line-height: 1.407rem; -} - -.picrew-popup-details a { - box-shadow: none; - border-bottom: 0; -} - -.picrew-popup-items a { - box-shadow: none; - border-bottom: 0; -} - -.drawer-style a { - box-shadow: none; - border-bottom: 0; -} - -.picrew-grid-nav { - display: none !important; -} - -.picrew-content-scrollbar { - padding-right: 30px; -} - -.picrew-personal-details { - max-height: 293px; - overflow: hidden; -} - -.picrew-coming-soon { - text-align: center; - color: #ececed; -} - -.cards-style.style-1 figure { - overflow: hidden; - padding: 30px 0 100px; - background: #fff; - border: 1px solid rgba(0, 0, 0, 0.1); -} -.cards-style.style-1 figure::before { - content: ""; - background: rgba(255, 255, 255, 0.9); - background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 37%, rgb(255, 255, 255) 78%, rgb(255, 255, 255) 100%); - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - transform: translateY(100%) translateY(-90px); - transition: transform 0.4s; - z-index: 1; -} -.cards-style.style-1 figure img { - transition: transform 0.8s; - border-radius: 50%; - -webkit-border-radius: 50%; - max-width: 160px; - margin: 0 auto; - display: block; -} -.cards-style.style-1 figcaption { - bottom: 0; - left: 0; - right: 0; - position: absolute; - padding: 30px 20px; - -webkit-backface-visibility: hidden; - backface-visibility: hidden; - transform: translateY(calc(100% - 100px)); - transition: transform 0.4s; - text-align: center; - z-index: 2; -} -.cards-style.style-1 figcaption p { - font-size: 0.937rem; - line-height: 1.407rem; -} -.cards-style.style-1 .picrew-contact-info { - transform: translateY(100%); - -webkit-backface-visibility: hidden; - backface-visibility: hidden; - transition: transform 0.4s; - opacity: 0; - visibility: hidden; -} -.cards-style.style-1 figure.cs-hover img { - transform: scale(1.1); -} -.cards-style.style-1 figure.cs-hover figcaption { - transform: translateY(0px) translateY(0px); -} -.cards-style.style-1 figure.cs-hover::before { - transform: translateY(0px) translateY(0px); -} -.cards-style.style-1 figure.cs-hover .picrew-contact-info { - transform: translateY(0px); - opacity: 1; - visibility: visible; -} - -.no-touchevents .cards-style.style-1 figure:hover img { - transform: scale(1.1); -} -.no-touchevents .cards-style.style-1 figure:hover figcaption { - transform: translateY(0px) translateY(0px); -} -.no-touchevents .cards-style.style-1 figure:hover::before { - transform: translateY(0px) translateY(0px); -} -.no-touchevents .cards-style.style-1 figure:hover .picrew-contact-info { - transform: translateY(0px); - opacity: 1; - visibility: visible; -} -.no-touchevents .cards-style.style-2 figure:hover .picrew-flip-front { - transform: rotateY(180deg); -} -.no-touchevents .cards-style.style-2 figure:hover figcaption { - transform: rotateY(0deg); -} -.no-touchevents .cards-style.style-3 figure:hover img { - transform: scale(1.1); -} -.no-touchevents .cards-style.style-3 figure:hover figcaption { - transform: translateY(0px) translateY(0px); -} -.no-touchevents .cards-style.style-3 figure:hover::before { - transform: translateY(0px) translateY(0px); -} -.no-touchevents .cards-style.style-3 figure:hover .picrew-contact-info { - transform: translateY(0px); - opacity: 1; - visibility: visible; -} -.no-touchevents .cards-style.style-4 figure:hover img { - transform: scale(1.05); -} - -.cards-style .picrew-flip-back { - font-size: 0; -} -.cards-style figcaption::after { - content: ""; - height: 100%; - display: inline-block; - vertical-align: middle; - width: 1px; -} -.cards-style .picrew-flip-back-inner { - display: inline-block; - width: calc(100% - 1px); - vertical-align: middle; - font-size: 0.937rem; - line-height: 1.407rem; -} - -.cards-style.style-2 figure { - overflow: hidden; - text-align: center; - transform-style: preserve-3d; -} -.cards-style.style-2 figure img { - border-radius: 50%; - -webkit-border-radius: 50%; - max-width: 160px; - margin: 0 auto; - display: block; -} -.cards-style.style-2 .picrew-flip-front { - -webkit-backface-visibility: hidden; - backface-visibility: hidden; - padding: 30px 20px; - background: #fff; - border: 1px solid rgba(0, 0, 0, 0.1); - color: #672082; - transition: transform 0.6s, z-index 0.7s; - transform: rotateY(0deg); - position: relative; -} -.cards-style.style-2 .picrew-flip-front .picrew-personal-info { - padding-top: 20px; -} -.cards-style.style-2 figcaption { - -webkit-backface-visibility: hidden; - backface-visibility: hidden; - padding: 30px 20px; - background: #fff; - border: 1px solid rgba(0, 0, 0, 0.1); - color: #1a1a1a; - transition: transform 0.6s, z-index 0.7s; - transform: rotateY(180deg); - position: absolute; - left: 0; - top: 0; - right: 0; - bottom: 0; -} -.cards-style.style-2 figure.cs-hover .picrew-flip-front { - transform: rotateY(180deg); -} -.cards-style.style-2 figure.cs-hover figcaption { - transform: rotateY(0deg); -} - -.cards-style.style-3 figure { - overflow: hidden; - padding: 20px 20px 100px; - background: #fff; - border: 1px solid rgba(0, 0, 0, 0.1); -} -.cards-style.style-3 figure::before { - content: ""; - background: rgba(255, 255, 255, 0.9); - background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 20%, rgb(255, 255, 255) 78%, rgb(255, 255, 255) 100%); - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - transform: translateY(100%) translateY(-90px); - transition: transform 0.4s; - z-index: 1; -} -.cards-style.style-3 figure img { - transition: transform 0.8s; -} -.cards-style.style-3 figcaption { - bottom: 0; - left: 0; - right: 0; - position: absolute; - padding: 30px 20px; - -webkit-backface-visibility: hidden; - backface-visibility: hidden; - transform: translateY(100%) translateY(-100px); - transition: transform 0.4s; - text-align: center; - z-index: 2; - color: #1a1a1a; -} -.cards-style.style-3 figcaption p { - font-size: 0.937rem; - line-height: 1.407rem; -} -.cards-style.style-3 .picrew-contact-info { - transform: translateY(100%); - -webkit-backface-visibility: hidden; - backface-visibility: hidden; - transition: transform 0.4s; - opacity: 0; - visibility: hidden; -} -.cards-style.style-3 figure.cs-hover img { - transform: scale(1.1); -} -.cards-style.style-3 figure.cs-hover figcaption { - transform: translateY(0px) translateY(0px); -} -.cards-style.style-3 figure.cs-hover::before { - transform: translateY(0px) translateY(0px); -} -.cards-style.style-3 figure.cs-hover .picrew-contact-info { - transform: translateY(0px); - opacity: 1; - visibility: visible; -} - -.cards-style.style-4 { - display: flex; - flex-flow: row wrap; -} -.cards-style.style-4::after { - display: none; -} -.cards-style.style-4 figure { - padding: 20px 20px 0; - background: #fff; - border: 1px solid rgba(0, 0, 0, 0.1); - position: relative; -} -.cards-style.style-4 figure img { - transition: transform 0.5s; -} -.cards-style.style-4 figcaption { - padding: 20px; - text-align: center; - z-index: 2; - color: #1a1a1a; -} -.cards-style.style-4 figcaption p { - font-size: 0.937rem; - line-height: 1.407rem; -} -.cards-style.style-4 figure.cs-hover img { - transform: scale(1.05); -} - -.drawer-style.style-1 figcaption { - position: absolute; - left: 25px; - right: 25px; - top: 25px; - bottom: 25px; - padding: 30px; - background: rgba(35, 35, 35, 0.8); - color: #1a1a1a; - text-align: center; - opacity: 0; - -webkit-backface-visibility: hidden; - backface-visibility: hidden; - transform: scale(0.6); - -webkit-transform: scale(0.6); - -moz-transform: scale(0.6); - transition: transform 0.2s, opacity 0.2s; - font-size: 0; -} - -.list-style figure { - color: #1a1a1a; -} -.list-style figure img { - max-width: 300px; -} -.list-style .picrew-personal-info { - text-align: left; -} -.list-style .picrew-personal-info h3 { - margin: 0 0 5px; -} -.list-style figcaption p { - font-size: 1rem; - line-height: 1.5rem; -} -.list-style .picrew-social-icons { - margin-bottom: 15px; -} -.list-style .picrew-social-icons span { - margin: 0 1px 2px 1px; - text-align: center; - padding: 0; -} -.list-style .picrew-contact-info { - text-align: left; -} -.list-style .picrew-contact-info a { - margin-left: 10px; -} - -.picrew-grid.list-style figcaption { - overflow: hidden; -} -.picrew-grid.list-style > .picrew-grid-card { - width: 100%; - float: none; - border-bottom: 1px solid rgba(35, 35, 35, 0.2); - padding: 0 0 40px 0; - margin-bottom: 40px; -} -.picrew-grid.list-style > li:last-child { - border-bottom: 0; - margin-bottom: 0; -} -.picrew-grid.list-style h3 { - margin: 0 0 10px; -} -.picrew-grid.list-style .picrew-personal-info span { - font-size: 0.937rem; - line-height: 1.407rem; -} - -.entry-content .picrew-grid.style-1 ul li::before { - margin-left: 0; -} - -.list-style.style-1 .picrew-contact-info { - font-size: 1rem; - line-height: 1.5rem; -} -.list-style.style-1 figure img { - float: left; - margin-right: 30px; -} - -.list-style.style-2 figure img { - float: right; - margin-left: 30px; -} - -.picrew-table { - display: table; - width: 100%; - color: #1a1a1a; -} - -.picrew-table-row { - display: table-row; -} - -.picrew-table-cell { - display: table-cell; - padding: 10px; - vertical-align: middle; -} -.picrew-table-cell .picrew-table-cell-inner { - max-width: 400px; -} -.picrew-table-cell .picrew-social-icons a { - color: #672082; -} -.picrew-table-cell .picrew-social-icons a:hover { - color: #fff; - background-color: #ff8800; -} - -.picrew-table-row.picrew-table-head .picrew-table-cell { - border: none; -} - -.table-style .picrew-table-img-holder { - max-width: 75px; -} -.table-style .picrew-table-cell h3, -.table-style .picrew-table-cell h2 { - margin: 0; - padding: 0; -} -.table-style .picrew-table-cell p { - margin-bottom: 10px; -} - -.picrew-table-description .picrew-table-cell-inner { - min-width: 240px; -} - -.picrew-table.style-1 .picrew-table-row.picrew-table-head .picrew-table-cell { - border-bottom: 2px solid #ccc; -} -.picrew-table.style-1 .picrew-table-cell { - border-bottom: 1px solid #ccc; -} - -.picrew-table.style-2 .picrew-table-row.picrew-table-head .picrew-table-cell { - border-bottom: none; -} -.picrew-table.style-2 .picrew-table-cell { - border-bottom: none; -} - -.picrew-table.style-3 .picrew-table-cell { - border-bottom: 1px solid #ddd; -} -.picrew-table.style-3 .picrew-table-row:first-child .picrew-table-cell { - border-top: 1px solid #ddd; -} -.picrew-table.style-3 .picrew-table-row .picrew-table-cell:first-child { - border-left: 1px solid #ddd; -} -.picrew-table.style-3 .picrew-table-row .picrew-table-cell:last-child { - border-right: 1px solid #ddd; -} - -:root .cards-style.style-2 figcaption { - z-index: 1; -} -:root .cards-style.style-2 .picrew-flip-front { - z-index: 2; -} -:root .cards-style.style-2 figure:hover figcaption { - z-index: 3; -} - -.pirate-crew-single.list { - width: 100%; -} -.pirate-crew-single .picrew-grid { - min-width: 260px; -} -.pirate-crew-single .cards-style.picrew-grid { - max-width: 300px; -} -@media (max-width: 700px) { - .pirate-crew-single .cards-style.picrew-grid { - max-width: 100%; - } -} -.pirate-crew-single.aligncenter .cards-style.picrew-grid { - margin: 0 auto; -} -@media (max-width: 700px) { - .pirate-crew-single { - width: 100%; - } - .pirate-crew-single.alignleft, .pirate-crew-single.alignright { - float: none; - } -} - -@media (max-width: 1230px) { - .picrew-grid-wrapper .grid-5-col > .picrew-grid-card, .pirate-crew-single .grid-5-col > .picrew-grid-card { - width: 25%; - } -} -@media (max-width: 830px) { - .picrew-popup-on body { - overflow: auto; - } -} -@media (max-width: 678px) { - .picrew-grid-wrapper .picrew-grid > .picrew-grid-card, .pirate-crew-single .picrew-grid > .picrew-grid-card { - width: 100%; - } -} -@media screen and (max-width: 830px) { - .picrew-table-description .picrew-table-cell-inner { - min-width: unset; - } -} -@media screen and (max-width: 700px) { - .picrew-grid.list-style figcaption { - overflow: visible; - } - .list-style.style-1 figure img, -.list-style.style-2 figure img { - float: none; - margin: 0 auto 30px; - } - .picrew-table { - display: block; - } - .picrew-table .picrew-table-cell h2 { - margin-bottom: 10px; - } - .picrew-table .picrew-table-cell h3 { - margin-top: 0; - } - .picrew-table-row { - display: block; - } - .picrew-table-cell { - display: block; - padding: 0; - border: none; - } - .picrew-table-cell .picrew-table-cell-inner { - max-width: none; - } - .picrew-table.style-1 .picrew-table-row { - padding-bottom: 20px; - border-bottom: 1px solid #ccc; - margin-bottom: 20px; - } - .picrew-table.style-1 .picrew-table-cell { - border: none; - } - .picrew-table-row.picrew-table-head { - display: none; - } - .table-style .picrew-table-img-holder { - float: left; - margin-right: 20px; - margin-bottom: 20px; - } - .picrew-table-designation { - overflow: hidden; - } - .picrew-table-name { - overflow: hidden; - } - .picrew-table-description { - clear: both; - } - .picrew-table.style-2 .picrew-table-row { - padding: 20px 15px; - } - .picrew-table.style-3 { - border: 1px solid #ccc; - } - .picrew-table.style-3 .picrew-table-row { - padding: 20px 15px; - border-bottom: 1px solid #ccc; - } - .picrew-table.style-3 .picrew-table-row:last-child { - border-bottom: none; - } - .picrew-table.style-3 .picrew-table-cell { - border: none !important; - } -} -@media screen and (max-width: 650px) { - .picrew-personal-details { - max-height: 100%; - overflow: visible; - } -} -@media screen and (-ms-high-contrast: active) { - .cards-style.style-1 figure::before { - transform: translateY(0px); - opacity: 0; - visibility: hidden; - transition: opacity 0.4s, visibility 0.4s; - } - .cards-style.style-1 figure.cs-hover::before { - transform: translateY(0px); - opacity: 1; - visibility: visible; - } - .no-touchevents .cards-style.style-1 figure:hover::before { - transform: translateY(0px); - opacity: 1; - visibility: visible; - } - .no-touchevents .cards-style.style-2 figure:hover figcaption { - z-index: 3; - } - .cards-style.style-2 .picrew-flip-front { - transition: transform 0.6s, z-index 0.7s; - -webkit-backface-visibility: visible; - backface-visibility: visible; - z-index: 2; - } - .cards-style.style-2 figcaption { - transition: transform 0.6s, z-index 0.7s; - -webkit-backface-visibility: visible; - backface-visibility: visible; - z-index: 1; - } - .cards-style.style-2 figure.cs-hover figcaption { - z-index: 3; - } -} -@media (-ms-high-contrast: none) { - .cards-style.style-1 figure::before { - transform: translateY(0px); - opacity: 0; - visibility: hidden; - transition: opacity 0.4s, visibility 0.4s; - } - .cards-style.style-1 figure.cs-hover::before { - transform: translateY(0px); - opacity: 1; - visibility: visible; - } - .no-touchevents .cards-style.style-1 figure:hover::before { - transform: translateY(0px); - opacity: 1; - visibility: visible; - } - .no-touchevents .cards-style.style-2 figure:hover figcaption { - z-index: 3; - } - .cards-style.style-2 .picrew-flip-front { - transition: transform 0.6s, z-index 0.7s; - -webkit-backface-visibility: visible; - backface-visibility: visible; - z-index: 2; - } - .cards-style.style-2 figcaption { - transition: transform 0.6s, z-index 0.7s; - -webkit-backface-visibility: visible; - backface-visibility: visible; - z-index: 1; - } - .cards-style.style-2 figure.cs-hover figcaption { - z-index: 3; - } -} -/*-----------------------------------------------------------------------------------*/ -/* Media Queries -/*-----------------------------------------------------------------------------------*/ -/* Minimum width of 1024 pixels (tablet landscape) ------------------------------------------------------------------------------------- */ -@media screen and (min-width: 64em) { - p.text-big { - font-size: 32px; - font-size: 2rem; - } - .front-about-img { - width: 32.8%; - padding-right: 1.6%; - } -} -/* Minimum width of 1060 pixels (small desktop screens) ------------------------------------------------------------------------------------- */ -@media screen and (min-width: 66.25em) { - /* --- General --- */ - .headerimg-on.header-boxed #masthead { - border-bottom: 1px solid #ddd !important; - } - .front-section:first-of-type { - padding-top: 0; - } - .content-wrap { - margin-top: 0; - } - /* --- Image Fade In --- */ - .js .imgfade-on .fadein { - opacity: 0; - transition: opacity 0.7s ease-in-out; - -webkit-transition: opacity 0.7s ease-in-out; - -webkit-transform: translateZ(0); - } - .js .imgfade-on .fadein.inview { - opacity: 1; - } - .singlepost-wrap, -.recommended-posts-wrap, -.front-section, -.headerimg-on.header-boxed .header-image { - padding-left: 0; - padding-right: 0; - } - .blog-wrap, -.front-section, -.singlepost-wrap, -.recommended-posts-wrap, -.footer-wrap, -.big-footer-feature, -.headerimg-on.header-boxed .header-image { - margin-left: 6.25%; - margin-right: 6.25%; - } - #front-section-four { - margin-left: auto; - margin-right: auto; - } - .page .site-content, -#primary { - width: 65.873015873%; - float: left; - } - #secondary, -#sidebar-page { - width: 31.746031746%; - /* -- 400px at 1440px ---*/ - float: right; - padding-top: 0; - } - /* --- Left and no Sidebar Options --- */ - .sidebar-left #primary, -.single-post.sidebar-left .contentwrap { - float: right; - } - .sidebar-left #secondary, .sidebar-left #sidebar-page { - float: left; - padding-top: 0; - } - .no-sidebar.page .site-content, -.no-sidebar #primary { - width: 90%; - max-width: 1260px; - float: none; - margin-left: auto; - margin-right: auto; - } - .page-fullwidth .site-content, -.page-fullwidth #primary { - width: 100% !important; - max-width: none; - float: none; - margin-left: auto; - margin-right: auto; - } - /* --- Font Sizes --- */ - p.site-title { - font-size: 60px; - font-size: 3.75rem; - line-height: 1.35; - text-align: center; - padding-right: 0; - } - p.text-big { - font-size: 48px; - font-size: 3rem; - } - .section-one-column-one .entry-author, .section-one-column-one .entry-date:before { - display: inline-block; - } - .headerimg-on.header-boxed .header-image { - margin-top: 30px; - } - /* --- Front Section One --- */ - .page-template-shop-front .entry-text-wrap { - width: 48.8095238095%; - /* -- 615px at 1440px ---*/ - float: left; - clear: left; - } - .page-template-shop-front .section-three-column-one .entry-header, -.page-template-shop-front .section-three-column-one .entry-summary, -.page-template-shop-front .section-three-column-one .entry-meta { - width: 100%; - } -} -/* Minimum width of 1360 pixels (larger desktop screens) ------------------------------------------------------------------------------------- */ -@media screen and (min-width: 85em) { - .blog-wrap, -.front-section, -.headerimg-on.header-boxed .header-image { - margin-left: auto; - margin-right: auto; - width: 80%; - } - /* --- Typography --- */ - .entry-content p.pull-left, .entry-content p.pull-right { - margin-bottom: 20px; - } - /* --- No Sidebar --- */ - .no-sidebar.page .site-content, -.no-sidebar #primary { - width: 80%; - } - .headerimg-on.header-fullscreen a.header-image { - max-height: 900px !important; - overflow: hidden; - } -} -/* Minimum width of 1800 pixels (larger desktop screens) ------------------------------------------------------------------------------------- */ -@media screen and (min-width: 112.5em) { - /* --- General --- */ - #page-start, -.content-wrap, -.singlepost-wrap, -.blog-wrap { - min-width: 1560px; - margin-left: auto; - margin-right: auto; - } - .footer-wrap, -.blog-wrap, -.big-footer-feature, -.headerimg-on.header-boxed .header-image { - width: 70%; - margin-left: auto; - margin-right: auto; - } -} -/* Minimum width of 2200 pixels (larger desktop screens) ------------------------------------------------------------------------------------- */ -@media screen and (min-width: 137.5em) { - /* --- General --- */ - .footer-wrap, -.big-footer-feature, -.headerimg-on.header-boxed .header-image { - width: 56%; - } -} -/*-----------------------------------------------------------------------------------*/ -/* Adjustment for print -/*-----------------------------------------------------------------------------------*/ -@media print { - #printhead { - color: black; - content: "Print"; - } -} - -@media print { - .sticky-header, -.header-social, -#overlay-open, -#search-open, -.inner-offcanvas-wrap, -.shariff, -.shariff li, -.shariff-main, -.footer-menus-wrap nav, -.footer-search { - display: none !important; - } - #masthead { - position: relative; - } - #masthead .site-header-content { - position: relative; - display: block; - border: none !important; - height: auto; - margin: 0 auto; - } - #masthead .site-header-content #site-branding { - height: auto; - margin: 0 auto; - width: auto; - border: none; - text-align: center; - padding: 0; - position: relative; - display: block; - } - #masthead .site-header-content #site-branding img { - width: auto; - max-width: inherit; - height: inherit; - max-height: 100px; - } - h1 { - page-break-before: always; - } - h1, h2, h3, h4, h5 { - page-break-after: avoid; - } - header#masthead { - position: relative; - border: none; - } - .front-section:first-of-type, -.page .content-wrap, -.singlepost-wrap, -.error404 .content-wrap { - padding-top: 10px; - } - main { - position: relative; - display: block; - } - main table, main figure { - page-break-inside: avoid; - } - main p a[href]::after { - content: " (" attr(href) ")"; - color: #ff8800; - background-color: inherit; - font-style: italic; - size: 80%; - } - main p a[href^="#"]:after { - display: none; - } - main p a { - text-transform: inherit; - word-wrap: break-word; - color: #000; - } - #colophon { - background: none; - color: black; - } - #colophon h2, #colophon h3, #colophon ul, #colophon p, #colophon li, #colophon a, #colophon td, #colophon tr, #colophon span { - color: black; - background: none; - } - .socialmedia-secondcolor #footer-social.social-nav ul li a { - color: black; - background: none; - } - #footer-social h2.socialmedia { - float: none; - display: block; - color: black; - font-weight: bold; - } - #footer-social.social-nav ul { - display: block; - } - #footer-social.social-nav ul li { - display: list-item; - border-radius: initial; - background: none; - } - #footer-social.social-nav ul li a::before { - width: 25px; - } - #footer-social.social-nav ul li a { - overflow: auto; - color: #000; - width: auto; - text-align: left; - height: auto; - background: none; - border: none; - border-radius: initial; - text-transform: inherit; - word-wrap: break-word; - } - #footer-social.social-nav ul li a[href]::after { - content: " (" attr(href) ")"; - color: #ff8800; - background-color: inherit; - font-style: italic; - size: 80%; - } - #footer-social.social-nav ul li a[href^="#"]::after { - display: none; - } -} \ No newline at end of file +*/@font-face{font-family:roboto;src:url(fonts/roboto/Roboto-Bold-webfont.eot);src:url(fonts/roboto/Roboto-Bold-webfont.eot?#iefix) format("embedded-opentype"),url(fonts/roboto/Roboto-Bold-webfont.woff) format("woff"),url(fonts/roboto/Roboto-Bold-webfont.ttf) format("truetype"),url(fonts/roboto/Roboto-Bold-webfont.svg#robotobold) format("svg");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:roboto;src:url(fonts/roboto/Roboto-BoldItalic-webfont.eot);src:url(fonts/roboto/Roboto-BoldItalic-webfont.eot?#iefix) format("embedded-opentype"),url(fonts/roboto/Roboto-BoldItalic-webfont.woff) format("woff"),url(fonts/roboto/Roboto-BoldItalic-webfont.ttf) format("truetype"),url(fonts/roboto/Roboto-BoldItalic-webfont.svg#robotobold_italic) format("svg");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:roboto;src:url(fonts/roboto/Roboto-Italic-webfont.eot);src:url(fonts/roboto/Roboto-Italic-webfont.eot?#iefix) format("embedded-opentype"),url(fonts/roboto/Roboto-Italic-webfont.woff) format("woff"),url(fonts/roboto/Roboto-Italic-webfont.ttf) format("truetype"),url(fonts/roboto/Roboto-Italic-webfont.svg#robotoitalic) format("svg");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:roboto;src:url(fonts/roboto/Roboto-Regular-webfont.eot);src:url(fonts/roboto/Roboto-Regular-webfont.eot?#iefix) format("embedded-opentype"),url(fonts/roboto/Roboto-Regular-webfont.woff) format("woff"),url(fonts/roboto/Roboto-Regular-webfont.ttf) format("truetype"),url(fonts/roboto/Roboto-Regular-webfont.svg#robotoregular) format("svg");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:roboto-light;src:url(fonts/roboto/Roboto-Light-webfont.eot);src:url(fonts/roboto/Roboto-Light-webfont.eot?#iefix) format("embedded-opentype"),url(fonts/roboto/Roboto-Light-webfont.woff) format("woff"),url(fonts/roboto/Roboto-Light-webfont.ttf) format("truetype"),url(fonts/roboto/Roboto-Light-webfont.svg#robotolight) format("svg");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DejaWeb;src:url(fonts/dejaweb/DejaWeb-Bold.ttf);src:url(fonts/dejaweb/DejaWeb-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:DejaWeb;src:url(fonts/dejaweb/DejaWeb-BoldItalic.ttf);src:url(fonts/dejaweb/DejaWeb-BoldItalic.ttf) format("truetype");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:DejaWeb;src:url(fonts/dejaweb/DejaWeb-Italic.ttf);src:url(fonts/dejaweb/DejaWeb-Italic.ttf) format("truetype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:DejaWeb;src:url(fonts/dejaweb/DejaWeb.ttf);src:url(fonts/dejaweb/DejaWeb.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:FontAwesome;src:url(fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0);src:url(fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),url(fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0) format("woff"),url(fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),url(fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");font-weight:400;font-style:normal}#comments-toggle:before,#comments .comment-reply a:before,#desktop-navigation ul.menu li .external a:after,#desktop-navigation ul.menu li.menu-item-has-children>a:after,#overlay-close:before,#overlay-open-sticky:before,#overlay-open:before,.accordion .accordion-group .accordion-heading .accordion-toggle:before,.dropdown-toggle:after,.entry-comments a:before,.entry-content ul li:before,.entry-content ul li ul li:before,.fa,.featured-slider button.slick-next:after,.featured-slider button.slick-prev:after,.gallery .slick-dots li button:before,.gallery .slick-next:before,.gallery .slick-prev:before,.gallery [dir=rtl] .slick-next:before,.search-open:before,.single-post .pagebreak-links .next:after,.single-post .pagebreak-links .prev:before,.single-post .post-navigation .next:after,.single-post .post-navigation .prev:before,.social-nav ul li a:before,[class*=" picrew-icon-"],[class^=picrew-icon-]{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.3333333333em;line-height:.75em;vertical-align:-15%}#overlay-close:before,#overlay-open-sticky:before,#overlay-open:before,.fa-2x{font-size:2em}.fa-3x,.gallery .slick-next:before,.gallery .slick-prev:before{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.2857142857em;text-align:center}.fa-ul,.social-nav ul{padding-left:0;margin-left:2.1428571429em;list-style-type:none}.fa-ul>li,.social-nav ul>li{position:relative}.fa-li{position:absolute;left:-2.1428571429em;width:2.1428571429em;top:.1428571429em;text-align:center}.fa-li.fa-lg{left:-1.8571428571em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}#comments .comment-reply a.fa-pull-left:before,#desktop-navigation ul.menu li .external a.fa-pull-left:after,#desktop-navigation ul.menu li.menu-item-has-children>a.fa-pull-left:after,.accordion .accordion-group .accordion-heading .fa-pull-left.accordion-toggle:before,.entry-comments a.fa-pull-left:before,.entry-content ul li.fa-pull-left:before,.fa-pull-left#comments-toggle:before,.fa-pull-left#overlay-close:before,.fa-pull-left#overlay-open-sticky:before,.fa-pull-left#overlay-open:before,.fa-pull-left.dropdown-toggle:after,.fa-pull-left.search-open:before,.fa-pull-left[class*=" picrew-icon-"],.fa-pull-left[class^=picrew-icon-],.fa.fa-pull-left,.featured-slider button.fa-pull-left.slick-next:after,.featured-slider button.fa-pull-left.slick-prev:after,.gallery .fa-pull-left.slick-next:before,.gallery .fa-pull-left.slick-prev:before,.gallery .slick-dots li button.fa-pull-left:before,.single-post .pagebreak-links .fa-pull-left.next:after,.single-post .pagebreak-links .fa-pull-left.prev:before,.single-post .post-navigation .fa-pull-left.next:after,.single-post .post-navigation .fa-pull-left.prev:before,.social-nav ul li a.fa-pull-left:before{margin-right:.3em}#comments .comment-reply a.fa-pull-right:before,#desktop-navigation ul.menu li .external a.fa-pull-right:after,#desktop-navigation ul.menu li.menu-item-has-children>a.fa-pull-right:after,.accordion .accordion-group .accordion-heading .fa-pull-right.accordion-toggle:before,.entry-comments a.fa-pull-right:before,.entry-content ul li.fa-pull-right:before,.fa-pull-right#comments-toggle:before,.fa-pull-right#overlay-close:before,.fa-pull-right#overlay-open-sticky:before,.fa-pull-right#overlay-open:before,.fa-pull-right.dropdown-toggle:after,.fa-pull-right.search-open:before,.fa-pull-right[class*=" picrew-icon-"],.fa-pull-right[class^=picrew-icon-],.fa.fa-pull-right,.featured-slider button.fa-pull-right.slick-next:after,.featured-slider button.fa-pull-right.slick-prev:after,.gallery .fa-pull-right.slick-next:before,.gallery .fa-pull-right.slick-prev:before,.gallery .slick-dots li button.fa-pull-right:before,.single-post .pagebreak-links .fa-pull-right.next:after,.single-post .pagebreak-links .fa-pull-right.prev:before,.single-post .post-navigation .fa-pull-right.next:after,.single-post .post-navigation .fa-pull-right.prev:before,.social-nav ul li a.fa-pull-right:before{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}#comments .comment-reply a.pull-left:before,#desktop-navigation ul.menu li .external a.pull-left:after,#desktop-navigation ul.menu li.menu-item-has-children>a.pull-left:after,.accordion .accordion-group .accordion-heading .pull-left.accordion-toggle:before,.entry-comments a.pull-left:before,.entry-content ul li.pull-left:before,.fa.pull-left,.featured-slider button.pull-left.slick-next:after,.featured-slider button.pull-left.slick-prev:after,.gallery .pull-left.slick-next:before,.gallery .pull-left.slick-prev:before,.gallery .slick-dots li button.pull-left:before,.pull-left#comments-toggle:before,.pull-left#overlay-close:before,.pull-left#overlay-open-sticky:before,.pull-left#overlay-open:before,.pull-left.dropdown-toggle:after,.pull-left.search-open:before,.pull-left[class*=" picrew-icon-"],.pull-left[class^=picrew-icon-],.single-post .pagebreak-links .pull-left.next:after,.single-post .pagebreak-links .pull-left.prev:before,.single-post .post-navigation .pull-left.next:after,.single-post .post-navigation .pull-left.prev:before,.social-nav ul li a.pull-left:before{margin-right:.3em}#comments .comment-reply a.pull-right:before,#desktop-navigation ul.menu li .external a.pull-right:after,#desktop-navigation ul.menu li.menu-item-has-children>a.pull-right:after,.accordion .accordion-group .accordion-heading .pull-right.accordion-toggle:before,.entry-comments a.pull-right:before,.entry-content ul li.pull-right:before,.fa.pull-right,.featured-slider button.pull-right.slick-next:after,.featured-slider button.pull-right.slick-prev:after,.gallery .pull-right.slick-next:before,.gallery .pull-right.slick-prev:before,.gallery .slick-dots li button.pull-right:before,.pull-right#comments-toggle:before,.pull-right#overlay-close:before,.pull-right#overlay-open-sticky:before,.pull-right#overlay-open:before,.pull-right.dropdown-toggle:after,.pull-right.search-open:before,.pull-right[class*=" picrew-icon-"],.pull-right[class^=picrew-icon-],.single-post .pagebreak-links .pull-right.next:after,.single-post .pagebreak-links .pull-right.prev:before,.single-post .post-navigation .pull-right.next:after,.single-post .post-navigation .pull-right.prev:before,.social-nav ul li a.pull-right:before{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scaleY(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before,.search-open:before{content:"\f002"}.fa-envelope-o:before,.social-nav ul li a[href^=mailto]:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before,.social-nav ul li a:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}#overlay-close:before,.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before,.social-nav ul li a[href*="flattr.com"]:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before,.gallery .slick-prev:before,.gallery [dir=rtl] .slick-next:before{content:"\f053"}.fa-chevron-right:before,.gallery .slick-next:before,.gallery [dir=rtl] .slick-prev:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before,.social-nav ul li a[href*="twitter.com"]:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before,.social-nav ul li a[href*="facebook.com"]:before{content:"\f09a"}.fa-github:before,.social-nav ul li a[href*="github.com"]:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before,.social-nav ul li a[href*=feed]:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}#overlay-open-sticky:before,#overlay-open:before,.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before,.social-nav ul li a[href*="pinterest.com"]:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.accordion .accordion-group .accordion-heading .accordion-toggle:before,.fa-caret-down:before{content:"\f0d7"}.accordion .accordion-group .accordion-heading .accordion-toggle.active:before,.accordion .accordion-group .accordion-heading .accordion-toggle.active:focus:before,.accordion .accordion-group .accordion-heading .accordion-toggle.active:hover:before,.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before,.social-nav ul li a[href*="lists.piratenpartei.de"]:before{content:"\f0e0"}.fa-linkedin:before,.social-nav ul li a[href*="linkedin.com"]:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}#comments-toggle:before,.entry-comments a:before,.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before,.gallery .slick-dots li button:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before,.single-post .pagebreak-links .prev:before,.single-post .post-navigation .prev:before{content:"\f137"}.entry-content ul li:before,.entry-content ul li ul li:before,.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before,.social-nav ul li a[href*="youtube.com"]:before{content:"\f167"}.fa-xing:before,.social-nav ul li a[href*="xing.com"]:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before,.social-nav ul li a[href*="instagram.com"]:before{content:"\f16d"}.fa-flickr:before,.social-nav ul li a[href*="flickr.com"]:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before,.social-nav ul li a[href*="tumblr.com"]:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before,.social-nav ul li a[href*="skype.com"]:before,.social-nav ul li a[href*="skype:"]:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before,.social-nav ul li a[href*="slack.com"]:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before,.social-nav ul li a[href*="wordpress.com"]:before,.social-nav ul li a[href*="wordpress.org"]:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before,.social-nav ul li a[href*="google.com"]:before{content:"\f1a0"}.fa-reddit:before,.social-nav ul li a[href*="reddit.com"]:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before,.social-nav ul li a[href*="stumbleupon.com"]:before{content:"\f1a4"}.fa-delicious:before,.social-nav ul li a[href*="delicious.com"]:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before,.social-nav ul li a[href*="spotify.com"]:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before,.social-nav ul li a[href*="slideshare.com"]:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before,.social-nav ul li a[href*="whatsapp.com"]:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-y-combinator:before,.fa-yc:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-television:before,.fa-tv:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}#comments .comment-reply a:before,.comments-show #comments-toggle:before,.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before,.social-nav ul li a[href*="vimeo.com"]:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before,.social-nav ul li a[href*="snapchat.com"]:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-address-card:before,.fa-vcard:before{content:"\f2bb"}.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.big-instagram-wrap .clear,.contact-form input[type=submit],.entry-content,.entry-content blockquote p,.entry-content dl,.entry-content ol,.entry-content p,.entry-content p span.uppercase,.entry-content table,.entry-content ul,.entry-header p.intro,.entry-summary,.jetpack_subscription_widget #subscribe-email input[type=email],.jetpack_subscription_widget #subscribe-submit input[type=submit],.section-about-column-one p cite,.section-about-column-two .social-nav ul li a,.single-product .entry-summary h1,.site-content div.wpcf7 input,.site-content div.wpcf7 p,.site-content div.wpcf7 textarea,.title-footer,.widget,.widget_mc4wp_form_widget input[type=email],.widget_mc4wp_form_widget input[type=submit],a.standard-btn,input,p.section-about-text,p.site-title,p.text-big,p.text-small,textarea{font-family:DejaWeb,sans-serif}.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{position:relative;min-height:1px;padding-left:0;padding-right:0}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-1{width:8.33333%}.col-xs-2{width:16.66667%}.col-xs-3{width:25%}.col-xs-4{width:33.33333%}.col-xs-5{width:41.66667%}.col-xs-6{width:50%}.col-xs-7{width:58.33333%}.col-xs-8{width:66.66667%}.col-xs-9{width:75%}.col-xs-10{width:83.33333%}.col-xs-11{width:91.66667%}.col-xs-12{width:100%}.col-xs-pull-0{right:auto}.col-xs-pull-1{right:8.33333%}.col-xs-pull-2{right:16.66667%}.col-xs-pull-3{right:25%}.col-xs-pull-4{right:33.33333%}.col-xs-pull-5{right:41.66667%}.col-xs-pull-6{right:50%}.col-xs-pull-7{right:58.33333%}.col-xs-pull-8{right:66.66667%}.col-xs-pull-9{right:75%}.col-xs-pull-10{right:83.33333%}.col-xs-pull-11{right:91.66667%}.col-xs-pull-12{right:100%}.col-xs-push-0{left:auto}.col-xs-push-1{left:8.33333%}.col-xs-push-2{left:16.66667%}.col-xs-push-3{left:25%}.col-xs-push-4{left:33.33333%}.col-xs-push-5{left:41.66667%}.col-xs-push-6{left:50%}.col-xs-push-7{left:58.33333%}.col-xs-push-8{left:66.66667%}.col-xs-push-9{left:75%}.col-xs-push-10{left:83.33333%}.col-xs-push-11{left:91.66667%}.col-xs-push-12{left:100%}.col-xs-offset-0{margin-left:0}.col-xs-offset-1{margin-left:8.33333%}.col-xs-offset-2{margin-left:16.66667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.33333%}.col-xs-offset-5{margin-left:41.66667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.33333%}.col-xs-offset-8{margin-left:66.66667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.33333%}.col-xs-offset-11{margin-left:91.66667%}.col-xs-offset-12{margin-left:100%}@media (min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-1{width:8.33333%}.col-sm-2{width:16.66667%}.col-sm-3{width:25%}.col-sm-4{width:33.33333%}.col-sm-5{width:41.66667%}.col-sm-6{width:50%}.col-sm-7{width:58.33333%}.col-sm-8{width:66.66667%}.col-sm-9{width:75%}.col-sm-10{width:83.33333%}.col-sm-11{width:91.66667%}.col-sm-12{width:100%}.col-sm-pull-0{right:auto}.col-sm-pull-1{right:8.33333%}.col-sm-pull-2{right:16.66667%}.col-sm-pull-3{right:25%}.col-sm-pull-4{right:33.33333%}.col-sm-pull-5{right:41.66667%}.col-sm-pull-6{right:50%}.col-sm-pull-7{right:58.33333%}.col-sm-pull-8{right:66.66667%}.col-sm-pull-9{right:75%}.col-sm-pull-10{right:83.33333%}.col-sm-pull-11{right:91.66667%}.col-sm-pull-12{right:100%}.col-sm-push-0{left:auto}.col-sm-push-1{left:8.33333%}.col-sm-push-2{left:16.66667%}.col-sm-push-3{left:25%}.col-sm-push-4{left:33.33333%}.col-sm-push-5{left:41.66667%}.col-sm-push-6{left:50%}.col-sm-push-7{left:58.33333%}.col-sm-push-8{left:66.66667%}.col-sm-push-9{left:75%}.col-sm-push-10{left:83.33333%}.col-sm-push-11{left:91.66667%}.col-sm-push-12{left:100%}.col-sm-offset-0{margin-left:0}.col-sm-offset-1{margin-left:8.33333%}.col-sm-offset-2{margin-left:16.66667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.33333%}.col-sm-offset-5{margin-left:41.66667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.33333%}.col-sm-offset-8{margin-left:66.66667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.33333%}.col-sm-offset-11{margin-left:91.66667%}.col-sm-offset-12{margin-left:100%}}@media (min-width:979px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-1{width:8.33333%}.col-md-2{width:16.66667%}.col-md-3{width:25%}.col-md-4{width:33.33333%}.col-md-5{width:41.66667%}.col-md-6{width:50%}.col-md-7{width:58.33333%}.col-md-8{width:66.66667%}.col-md-9{width:75%}.col-md-10{width:83.33333%}.col-md-11{width:91.66667%}.col-md-12{width:100%}.col-md-pull-0{right:auto}.col-md-pull-1{right:8.33333%}.col-md-pull-2{right:16.66667%}.col-md-pull-3{right:25%}.col-md-pull-4{right:33.33333%}.col-md-pull-5{right:41.66667%}.col-md-pull-6{right:50%}.col-md-pull-7{right:58.33333%}.col-md-pull-8{right:66.66667%}.col-md-pull-9{right:75%}.col-md-pull-10{right:83.33333%}.col-md-pull-11{right:91.66667%}.col-md-pull-12{right:100%}.col-md-push-0{left:auto}.col-md-push-1{left:8.33333%}.col-md-push-2{left:16.66667%}.col-md-push-3{left:25%}.col-md-push-4{left:33.33333%}.col-md-push-5{left:41.66667%}.col-md-push-6{left:50%}.col-md-push-7{left:58.33333%}.col-md-push-8{left:66.66667%}.col-md-push-9{left:75%}.col-md-push-10{left:83.33333%}.col-md-push-11{left:91.66667%}.col-md-push-12{left:100%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.33333%}.col-md-offset-2{margin-left:16.66667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.33333%}.col-md-offset-5{margin-left:41.66667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.33333%}.col-md-offset-8{margin-left:66.66667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.33333%}.col-md-offset-11{margin-left:91.66667%}.col-md-offset-12{margin-left:100%}}@media (min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-1{width:8.33333%}.col-lg-2{width:16.66667%}.col-lg-3{width:25%}.col-lg-4{width:33.33333%}.col-lg-5{width:41.66667%}.col-lg-6{width:50%}.col-lg-7{width:58.33333%}.col-lg-8{width:66.66667%}.col-lg-9{width:75%}.col-lg-10{width:83.33333%}.col-lg-11{width:91.66667%}.col-lg-12{width:100%}.col-lg-pull-0{right:auto}.col-lg-pull-1{right:8.33333%}.col-lg-pull-2{right:16.66667%}.col-lg-pull-3{right:25%}.col-lg-pull-4{right:33.33333%}.col-lg-pull-5{right:41.66667%}.col-lg-pull-6{right:50%}.col-lg-pull-7{right:58.33333%}.col-lg-pull-8{right:66.66667%}.col-lg-pull-9{right:75%}.col-lg-pull-10{right:83.33333%}.col-lg-pull-11{right:91.66667%}.col-lg-pull-12{right:100%}.col-lg-push-0{left:auto}.col-lg-push-1{left:8.33333%}.col-lg-push-2{left:16.66667%}.col-lg-push-3{left:25%}.col-lg-push-4{left:33.33333%}.col-lg-push-5{left:41.66667%}.col-lg-push-6{left:50%}.col-lg-push-7{left:58.33333%}.col-lg-push-8{left:66.66667%}.col-lg-push-9{left:75%}.col-lg-push-10{left:83.33333%}.col-lg-push-11{left:91.66667%}.col-lg-push-12{left:100%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.33333%}.col-lg-offset-2{margin-left:16.66667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.33333%}.col-lg-offset-5{margin-left:41.66667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.33333%}.col-lg-offset-8{margin-left:66.66667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.33333%}.col-lg-offset-11{margin-left:91.66667%}.col-lg-offset-12{margin-left:100%}}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:DejaWeb,sans-serif;display:block;color:#1a1a1a;background:#fff;font-size:16px;font-size:1rem;line-height:1.35}body.overlay-show{overflow:hidden}body.blog.headerimg-on.header-fullscreen,body.blog.slider-on.slider-fullscreen{padding-top:0}html.overlay-show{overflow:hidden}#colophon,#mobile-social,#overlay-nav ul li a,#overlay-nav ul ul li a,#sidebar-offcanvas .widget,#site-branding,.blog-wrap,.front-section,.mobile-search,.recommended-posts-wrap,.singlepost-wrap{padding-left:5.3125%;padding-right:5.3125%}#offcanvas-widgets-open,.headerimg-on.header-boxed .header-image{margin-left:5.3125%;margin-right:5.3125%}#front-section-four .entry-thumbnail a{width:130%}#front-section-four .type-post,.featured-content{width:100%;overflow:hidden}.headerimg-on .front-section:first-of-type{padding-top:0}.front_section_fourcolumn_excerpt #front-section-fourcolumn .entry-summary,.front_section_sixcolumn_excerpt #front-section-sixcolumn .entry-summary,.front_section_threecolumn_excerpt #front-section-threecolumn .entry-summary,.front_section_twocolumn_excerpt #front-section-twocolumn .entry-summary{display:block}.front_hidecomments .blog .entry-comments,.front_hidedate .blog .entry-date{display:none!important}@media screen and (min-width:64em){.archive .blog-wrap,.error404 .content-wrap,.front-section:first-of-type,.page .content-wrap,.page.has-thumb .blog-wrap,.search .blog-wrap{padding-top:40px}.singlepost-wrap{padding-top:20px}}#desktop-navigation,.desktop-search,.header-social,.search-open,.sticky-header{display:none}#site-branding{position:fixed;top:0;left:0;right:0;display:block;padding-top:5px;padding-bottom:5px;border-bottom:1px solid #ddd;z-index:21;background:#fff}@media screen and (min-width:48em){#site-branding{min-height:46px}}@media screen and (min-width:66.25em){#site-branding{position:relative;width:87.5%;margin-left:auto;margin-right:auto;padding:17px 0 0;border-bottom:none;background:none}}.admin-bar #site-branding{position:absolute;top:46px}@media screen and (min-width:783px){.admin-bar #site-branding{top:32px;position:fixed}}@media screen and (min-width:66.25em){.admin-bar #site-branding{top:0;position:relative}}.home.blog.headerimg-on.header-fullscreen #site-branding{position:absolute}a.site-logo{display:none;line-height:0}.home a.site-logo{display:inline-block}p.site-description{display:none}@media screen and (min-width:66.25em){p.site-description{display:block;text-align:center;margin:0;padding:4px 0 0;font-size:12px;font-size:.75rem;text-transform:uppercase;letter-spacing:1px}.hide-tagline p.site-description{display:none!important}}.header-image{position:relative}.custom-logo-wrap{margin-left:auto;margin-right:auto;text-align:left;display:block}.custom-logo-wrap a.custom-logo-link img{vertical-align:middle;width:auto;max-width:300px;height:49px}@media screen and (min-width:66.25em){.sticky-header{display:block;position:fixed;top:0;left:0;width:100%;background:#fff;min-height:59px;transition:transform .3s;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-shadow:0 0 8px rgba(0,0,0,.25);z-index:100000}.sticky-header.hidden{transform:translateY(-100%);box-shadow:none}.sticky-header p{display:none;font-size:30px;font-size:1.875rem}.hide-header-sticky .sticky-header{display:none!important}.header-stick .sticky-header p{display:block;padding:8px 0 0}.header-stick #overlay-open-sticky{top:0;z-index:9999;width:60px}.custom-logo-wrap{text-align:center}.custom-logo-wrap a.custom-logo-link img{width:auto;height:100px;max-width:360px}.sticky-header .custom-logo-wrap{text-align:center;margin-left:auto;margin-right:auto}.sticky-header .custom-logo-wrap .custom-logo-link img{max-width:400px;width:auto;height:59px}}#overlay-nav{display:block}#overlay-nav ul{list-style:none;margin:0;padding:0}#overlay-nav ul li{display:block;margin:0;padding:0;border-bottom:1px solid #ddd}#overlay-nav ul ul li{margin:0;padding:5px 0;border-bottom:none}#overlay-nav ul li a{display:block;padding-top:15px;padding-bottom:15px}#overlay-nav ul ul.children,#overlay-nav ul ul.sub-menu{display:none;overflow:hidden;margin:0;padding:0 0 10px}#overlay-nav ul ul ul.children,#overlay-nav ul ul ul.sub-menu{margin:0;border-top:none}#overlay-nav ul ul li a{border-bottom:none;padding-top:0;padding-bottom:0;font-weight:400;line-height:1.5;text-transform:none;letter-spacing:0}.dropdown-toggle{border:none;outline:none}#colophon .dropdown-toggle,#secondary .dropdown-toggle,#sidebar-offcanvas .widget-area .dropdown-toggle{display:none}.dropdown-toggle{background:transparent}.dropdown-toggle,.dropdown-toggle:after{position:absolute;top:0;right:5.3125%;width:50px;height:50px}.dropdown-toggle:after{vertical-align:top;content:"\f078";padding:13px 0 0;text-align:inherit;margin-right:-10px}.dropdown-toggle.toggle-on:after{content:"\f077"}.children .page_item_has_childrenn .dropdown-toggle:after,.sub-menu .menu-item-has-children .dropdown-toggle{width:30px;height:30px}.children .page_item_has_children .dropdown-toggle:after,.sub-menu .menu-item-has-children .dropdown-toggle:after{padding:4px 0 0}#overlay-nav ul.children.toggled-on,#overlay-nav ul.sub-menu.toggled-on{display:block!important}.single-attachment .post-navigation a:focus,.single-attachment .post-navigation a:hover{border-bottom:2px solid #51a8dd}#desktop-navigation ul.menu{font-family:roboto,sans-serif}#desktop-navigation ul.menu li.menu-item-has-children>a{margin-right:0}#desktop-navigation ul.menu li.menu-item-has-children>a:after{margin-left:5px;content:"\f0d7"}#desktop-navigation ul.menu li a{color:#1a1a1a}#desktop-navigation ul.menu li .external a:after{margin-left:5px;content:"\f14c"}#desktop-navigation ul.menu li.current-menu-ancestor a,#desktop-navigation ul.menu li.focus a,#desktop-navigation ul.menu li:focus a,#desktop-navigation ul.menu li:hover a{border-bottom:3px solid #f80;color:#1a1a1a}#desktop-navigation ul.menu li.current-menu-ancestor li a,#desktop-navigation ul.menu li.focus li a,#desktop-navigation ul.menu li:focus li a,#desktop-navigation ul.menu li:hover li a{border-bottom:none}#mobile-social{border-bottom:1px solid #ddd}#mobile-social li{padding:10px 0}@media screen and (min-width:64em){#desktop-navigation{display:block;padding:0}#desktop-navigation ul{margin:0;padding:0;text-align:center}#desktop-navigation ul li{position:relative;display:inline-block;padding:20px 15px 18px}#desktop-navigation .children,#desktop-navigation .dropdown-toggle,#desktop-navigation .sub-menu{position:absolute;left:-9999px}#desktop-navigation .children.focus,#desktop-navigation .children:focus,#desktop-navigation .children:hover,#desktop-navigation .dropdown-toggle.focus,#desktop-navigation .dropdown-toggle:focus,#desktop-navigation .dropdown-toggle:hover,#desktop-navigation .sub-menu.focus,#desktop-navigation .sub-menu:focus,#desktop-navigation .sub-menu:hover{display:block!important}#desktop-navigation .sub-menu .sub-menu{border-top:1px solid #ccc;border-left:1px solid #ccc;border-bottom:1px solid #ccc}#desktop-navigation ul li.focus>ul.children,#desktop-navigation ul li.focus>ul.sub-menu,#desktop-navigation ul li:focus>ul.children,#desktop-navigation ul li:focus>ul.sub-menu,#desktop-navigation ul li:hover>ul.children,#desktop-navigation ul li:hover>ul.sub-menu,#desktop-navigation ul li>ul.focus.children,#desktop-navigation ul li>ul.focus.sub-menu{display:block;left:0}#desktop-navigation ul li.focus>ul.children li.focus>ul,#desktop-navigation ul li.focus>ul.children li.focus>ul li.focus>ul,#desktop-navigation ul li.focus>ul.children li.focus>ul li:focus>ul,#desktop-navigation ul li.focus>ul.children li.focus>ul li:hover>ul,#desktop-navigation ul li.focus>ul.children li.focus>ul li>ul.focus,#desktop-navigation ul li.focus>ul.children li:focus>ul,#desktop-navigation ul li.focus>ul.children li:focus>ul li.focus>ul,#desktop-navigation ul li.focus>ul.children li:focus>ul li:focus>ul,#desktop-navigation ul li.focus>ul.children li:focus>ul li:hover>ul,#desktop-navigation ul li.focus>ul.children li:focus>ul li>ul.focus,#desktop-navigation ul li.focus>ul.children li:hover>ul,#desktop-navigation ul li.focus>ul.children li:hover>ul li.focus>ul,#desktop-navigation ul li.focus>ul.children li:hover>ul li:focus>ul,#desktop-navigation ul li.focus>ul.children li:hover>ul li:hover>ul,#desktop-navigation ul li.focus>ul.children li:hover>ul li>ul.focus,#desktop-navigation ul li.focus>ul.children li>ul.focus,#desktop-navigation ul li.focus>ul.children li>ul.focus li.focus>ul,#desktop-navigation ul li.focus>ul.children li>ul.focus li:focus>ul,#desktop-navigation ul li.focus>ul.children li>ul.focus li:hover>ul,#desktop-navigation ul li.focus>ul.children li>ul.focus li>ul.focus,#desktop-navigation ul li.focus>ul.sub-menu li.focus>ul,#desktop-navigation ul li.focus>ul.sub-menu li.focus>ul li.focus>ul,#desktop-navigation ul li.focus>ul.sub-menu li.focus>ul li:focus>ul,#desktop-navigation ul li.focus>ul.sub-menu li.focus>ul li:hover>ul,#desktop-navigation ul li.focus>ul.sub-menu li.focus>ul li>ul.focus,#desktop-navigation ul li.focus>ul.sub-menu li:focus>ul,#desktop-navigation ul li.focus>ul.sub-menu li:focus>ul li.focus>ul,#desktop-navigation ul li.focus>ul.sub-menu li:focus>ul li:focus>ul,#desktop-navigation ul li.focus>ul.sub-menu li:focus>ul li:hover>ul,#desktop-navigation ul li.focus>ul.sub-menu li:focus>ul li>ul.focus,#desktop-navigation ul li.focus>ul.sub-menu li:hover>ul,#desktop-navigation ul li.focus>ul.sub-menu li:hover>ul li.focus>ul,#desktop-navigation ul li.focus>ul.sub-menu li:hover>ul li:focus>ul,#desktop-navigation ul li.focus>ul.sub-menu li:hover>ul li:hover>ul,#desktop-navigation ul li.focus>ul.sub-menu li:hover>ul li>ul.focus,#desktop-navigation ul li.focus>ul.sub-menu li>ul.focus,#desktop-navigation ul li.focus>ul.sub-menu li>ul.focus li.focus>ul,#desktop-navigation ul li.focus>ul.sub-menu li>ul.focus li:focus>ul,#desktop-navigation ul li.focus>ul.sub-menu li>ul.focus li:hover>ul,#desktop-navigation ul li.focus>ul.sub-menu li>ul.focus li>ul.focus,#desktop-navigation ul li:focus>ul.children li.focus>ul,#desktop-navigation ul li:focus>ul.children li.focus>ul li.focus>ul,#desktop-navigation ul li:focus>ul.children li.focus>ul li:focus>ul,#desktop-navigation ul li:focus>ul.children li.focus>ul li:hover>ul,#desktop-navigation ul li:focus>ul.children li.focus>ul li>ul.focus,#desktop-navigation ul li:focus>ul.children li:focus>ul,#desktop-navigation ul li:focus>ul.children li:focus>ul li.focus>ul,#desktop-navigation ul li:focus>ul.children li:focus>ul li:focus>ul,#desktop-navigation ul li:focus>ul.children li:focus>ul li:hover>ul,#desktop-navigation ul li:focus>ul.children li:focus>ul li>ul.focus,#desktop-navigation ul li:focus>ul.children li:hover>ul,#desktop-navigation ul li:focus>ul.children li:hover>ul li.focus>ul,#desktop-navigation ul li:focus>ul.children li:hover>ul li:focus>ul,#desktop-navigation ul li:focus>ul.children li:hover>ul li:hover>ul,#desktop-navigation ul li:focus>ul.children li:hover>ul li>ul.focus,#desktop-navigation ul li:focus>ul.children li>ul.focus,#desktop-navigation ul li:focus>ul.children li>ul.focus li.focus>ul,#desktop-navigation ul li:focus>ul.children li>ul.focus li:focus>ul,#desktop-navigation ul li:focus>ul.children li>ul.focus li:hover>ul,#desktop-navigation ul li:focus>ul.children li>ul.focus li>ul.focus,#desktop-navigation ul li:focus>ul.sub-menu li.focus>ul,#desktop-navigation ul li:focus>ul.sub-menu li.focus>ul li.focus>ul,#desktop-navigation ul li:focus>ul.sub-menu li.focus>ul li:focus>ul,#desktop-navigation ul li:focus>ul.sub-menu li.focus>ul li:hover>ul,#desktop-navigation ul li:focus>ul.sub-menu li.focus>ul li>ul.focus,#desktop-navigation ul li:focus>ul.sub-menu li:focus>ul,#desktop-navigation ul li:focus>ul.sub-menu li:focus>ul li.focus>ul,#desktop-navigation ul li:focus>ul.sub-menu li:focus>ul li:focus>ul,#desktop-navigation ul li:focus>ul.sub-menu li:focus>ul li:hover>ul,#desktop-navigation ul li:focus>ul.sub-menu li:focus>ul li>ul.focus,#desktop-navigation ul li:focus>ul.sub-menu li:hover>ul,#desktop-navigation ul li:focus>ul.sub-menu li:hover>ul li.focus>ul,#desktop-navigation ul li:focus>ul.sub-menu li:hover>ul li:focus>ul,#desktop-navigation ul li:focus>ul.sub-menu li:hover>ul li:hover>ul,#desktop-navigation ul li:focus>ul.sub-menu li:hover>ul li>ul.focus,#desktop-navigation ul li:focus>ul.sub-menu li>ul.focus,#desktop-navigation ul li:focus>ul.sub-menu li>ul.focus li.focus>ul,#desktop-navigation ul li:focus>ul.sub-menu li>ul.focus li:focus>ul,#desktop-navigation ul li:focus>ul.sub-menu li>ul.focus li:hover>ul,#desktop-navigation ul li:focus>ul.sub-menu li>ul.focus li>ul.focus,#desktop-navigation ul li:hover>ul.children li.focus>ul,#desktop-navigation ul li:hover>ul.children li.focus>ul li.focus>ul,#desktop-navigation ul li:hover>ul.children li.focus>ul li:focus>ul,#desktop-navigation ul li:hover>ul.children li.focus>ul li:hover>ul,#desktop-navigation ul li:hover>ul.children li.focus>ul li>ul.focus,#desktop-navigation ul li:hover>ul.children li:focus>ul,#desktop-navigation ul li:hover>ul.children li:focus>ul li.focus>ul,#desktop-navigation ul li:hover>ul.children li:focus>ul li:focus>ul,#desktop-navigation ul li:hover>ul.children li:focus>ul li:hover>ul,#desktop-navigation ul li:hover>ul.children li:focus>ul li>ul.focus,#desktop-navigation ul li:hover>ul.children li:hover>ul,#desktop-navigation ul li:hover>ul.children li:hover>ul li.focus>ul,#desktop-navigation ul li:hover>ul.children li:hover>ul li:focus>ul,#desktop-navigation ul li:hover>ul.children li:hover>ul li:hover>ul,#desktop-navigation ul li:hover>ul.children li:hover>ul li>ul.focus,#desktop-navigation ul li:hover>ul.children li>ul.focus,#desktop-navigation ul li:hover>ul.children li>ul.focus li.focus>ul,#desktop-navigation ul li:hover>ul.children li>ul.focus li:focus>ul,#desktop-navigation ul li:hover>ul.children li>ul.focus li:hover>ul,#desktop-navigation ul li:hover>ul.children li>ul.focus li>ul.focus,#desktop-navigation ul li:hover>ul.sub-menu li.focus>ul,#desktop-navigation ul li:hover>ul.sub-menu li.focus>ul li.focus>ul,#desktop-navigation ul li:hover>ul.sub-menu li.focus>ul li:focus>ul,#desktop-navigation ul li:hover>ul.sub-menu li.focus>ul li:hover>ul,#desktop-navigation ul li:hover>ul.sub-menu li.focus>ul li>ul.focus,#desktop-navigation ul li:hover>ul.sub-menu li:focus>ul,#desktop-navigation ul li:hover>ul.sub-menu li:focus>ul li.focus>ul,#desktop-navigation ul li:hover>ul.sub-menu li:focus>ul li:focus>ul,#desktop-navigation ul li:hover>ul.sub-menu li:focus>ul li:hover>ul,#desktop-navigation ul li:hover>ul.sub-menu li:focus>ul li>ul.focus,#desktop-navigation ul li:hover>ul.sub-menu li:hover>ul,#desktop-navigation ul li:hover>ul.sub-menu li:hover>ul li.focus>ul,#desktop-navigation ul li:hover>ul.sub-menu li:hover>ul li:focus>ul,#desktop-navigation ul li:hover>ul.sub-menu li:hover>ul li:hover>ul,#desktop-navigation ul li:hover>ul.sub-menu li:hover>ul li>ul.focus,#desktop-navigation ul li:hover>ul.sub-menu li>ul.focus,#desktop-navigation ul li:hover>ul.sub-menu li>ul.focus li.focus>ul,#desktop-navigation ul li:hover>ul.sub-menu li>ul.focus li:focus>ul,#desktop-navigation ul li:hover>ul.sub-menu li>ul.focus li:hover>ul,#desktop-navigation ul li:hover>ul.sub-menu li>ul.focus li>ul.focus,#desktop-navigation ul li>ul.focus.children li.focus>ul,#desktop-navigation ul li>ul.focus.children li.focus>ul li.focus>ul,#desktop-navigation ul li>ul.focus.children li.focus>ul li:focus>ul,#desktop-navigation ul li>ul.focus.children li.focus>ul li:hover>ul,#desktop-navigation ul li>ul.focus.children li.focus>ul li>ul.focus,#desktop-navigation ul li>ul.focus.children li:focus>ul,#desktop-navigation ul li>ul.focus.children li:focus>ul li.focus>ul,#desktop-navigation ul li>ul.focus.children li:focus>ul li:focus>ul,#desktop-navigation ul li>ul.focus.children li:focus>ul li:hover>ul,#desktop-navigation ul li>ul.focus.children li:focus>ul li>ul.focus,#desktop-navigation ul li>ul.focus.children li:hover>ul,#desktop-navigation ul li>ul.focus.children li:hover>ul li.focus>ul,#desktop-navigation ul li>ul.focus.children li:hover>ul li:focus>ul,#desktop-navigation ul li>ul.focus.children li:hover>ul li:hover>ul,#desktop-navigation ul li>ul.focus.children li:hover>ul li>ul.focus,#desktop-navigation ul li>ul.focus.children li>ul.focus,#desktop-navigation ul li>ul.focus.children li>ul.focus li.focus>ul,#desktop-navigation ul li>ul.focus.children li>ul.focus li:focus>ul,#desktop-navigation ul li>ul.focus.children li>ul.focus li:hover>ul,#desktop-navigation ul li>ul.focus.children li>ul.focus li>ul.focus,#desktop-navigation ul li>ul.focus.sub-menu li.focus>ul,#desktop-navigation ul li>ul.focus.sub-menu li.focus>ul li.focus>ul,#desktop-navigation ul li>ul.focus.sub-menu li.focus>ul li:focus>ul,#desktop-navigation ul li>ul.focus.sub-menu li.focus>ul li:hover>ul,#desktop-navigation ul li>ul.focus.sub-menu li.focus>ul li>ul.focus,#desktop-navigation ul li>ul.focus.sub-menu li:focus>ul,#desktop-navigation ul li>ul.focus.sub-menu li:focus>ul li.focus>ul,#desktop-navigation ul li>ul.focus.sub-menu li:focus>ul li:focus>ul,#desktop-navigation ul li>ul.focus.sub-menu li:focus>ul li:hover>ul,#desktop-navigation ul li>ul.focus.sub-menu li:focus>ul li>ul.focus,#desktop-navigation ul li>ul.focus.sub-menu li:hover>ul,#desktop-navigation ul li>ul.focus.sub-menu li:hover>ul li.focus>ul,#desktop-navigation ul li>ul.focus.sub-menu li:hover>ul li:focus>ul,#desktop-navigation ul li>ul.focus.sub-menu li:hover>ul li:hover>ul,#desktop-navigation ul li>ul.focus.sub-menu li:hover>ul li>ul.focus,#desktop-navigation ul li>ul.focus.sub-menu li>ul.focus,#desktop-navigation ul li>ul.focus.sub-menu li>ul.focus li.focus>ul,#desktop-navigation ul li>ul.focus.sub-menu li>ul.focus li:focus>ul,#desktop-navigation ul li>ul.focus.sub-menu li>ul.focus li:hover>ul,#desktop-navigation ul li>ul.focus.sub-menu li>ul.focus li>ul.focus{top:15px;left:75px}#desktop-navigation ul ul.children,#desktop-navigation ul ul.sub-menu{position:absolute;margin:18px 0 0;min-width:230px;max-width:300px;padding:0;text-align:left;color:#fff;background:#1a1a1a;z-index:100000}#desktop-navigation .children li a,#desktop-navigation .sub-menu li a{display:block;padding:10px 15px;font-size:.875rem;line-height:1.313rem;color:#fff!important;text-transform:none;font-weight:400;letter-spacing:0}#desktop-navigation .children li,#desktop-navigation .sub-menu li{padding:0;display:block}}#skiplinks{position:relative;left:0;width:100%;margin-left:0;text-align:center;list-style:outside none}#skiplinks ul{margin:0}#skiplinks li{list-style-type:none}#skiplinks a{position:absolute;left:-99999px;top:150px}#skiplinks a:active,#skiplinks a:focus{font-size:1rem;line-height:1.5rem;position:relative;display:block;z-index:9999;height:auto;margin:0 auto;text-align:center;text-decoration:none;color:#fff;background:#672082;left:0;top:0}.search-open{border-width:1px;border-style:solid}.search-open,.search-open :focus,.search-open :hover{border-radius:50%}.search-open:before{font-size:1.125rem;line-height:1.688rem}.no-js .search-open{display:none}#footer-search{font-size:.937rem;line-height:1.407rem}#footer-search .search-field{letter-spacing:.5px;font-weight:bolder}#footer-search .search-field,#footer-search input#submit,#footer-search input[type=submit]{border-width:1px;border-style:solid;padding:5px}@media screen and (min-width:66.25em){#masthead{position:relative;border-bottom-width:1px;border-bottom-style:solid}.desktop-search,.search-open{display:block}.search-open{position:absolute;top:50px;left:9.2361111111%;right:auto;border:none;z-index:1000;padding:0;overflow:hidden;display:inline-block;width:25px;height:25px;border-radius:50%}.search-open,.search-open:before{text-align:center;vertical-align:middle}.desktop-search{position:absolute;top:100%;width:100%;opacity:0;height:0;z-index:10000;text-align:center;border-top-width:1px;border-top-style:solid;transition:all .3s ease-in-out}.desktop-search input.search-field{width:33%;border-top:0;border-left:0;border-right:0;border-bottom-width:1px;border-bottom-style:solid;padding:9px 0;letter-spacing:.5px;font-weight:bolder}.desktop-search input[type=submit]{margin-left:10px;padding:8px 20px;border-width:2px;border-style:solid;font-size:15px;font-size:.9375rem;text-transform:uppercase;letter-spacing:3px}.desktop-search .searchform{height:0;transition:all .3s ease-in-out}.searchbar-maincolor .desktop-search input.search-field:focus,.searchbar-maincolor .desktop-search input.search-field:hover{padding-left:10px}.searchbar-maincolor .desktop-search input[type=submit]{font-weight:700}.searchbar-maincolor .desktop-search input[type=submit]:focus,.searchbar-maincolor .desktop-search input[type=submit]:hover{font-weight:bolder}.desktop-search-show .desktop-search{position:absolute;top:100%;opacity:1}.desktop-search-show .desktop-search,.desktop-search-show .desktop-search .searchform{height:118px;transition:all .3s ease-in-out}.desktop-search-show .desktop-search .searchform{padding-top:35px}.desktop-search .header-stick #search-open-sticky{z-index:9999}.desktop-search .header-stick .desktop-search{position:fixed;top:59px;border-top:none;height:0;transition:all .3s ease-in-out}.desktop-search .header-stick.desktop-search-show .desktop-search{height:118px}#overlay-open-sticky{position:absolute;height:59px;text-align:center;top:0;left:10px;width:59px}#search-open-sticky{top:17px;left:69px}}main{position:relative;top:60px}@media screen and (min-width:1024px){main{top:-14px}}@media screen and (min-width:66.25em){main{top:0}}.front-section{margin:0 auto;padding-bottom:70px}.front-section-title{position:relative;display:block;padding:3px 130px 20px 0}.social-front-title{position:relative;display:block;padding:3px 0 20px}.big-instagram-wrap .null-instagram-feed .clear,.front-section a.all-posts-link,.shortcode-section a.all-posts-link{position:absolute;top:11px;right:-2px;display:block;text-transform:uppercase;letter-spacing:3px;font-weight:600}.sidebar-offcanvas .null-instagram-feed .clear,.sidebar .null-instagram-feed .clear{position:absolute;top:16px;right:0;display:block;margin:0}.front-section a.all-posts-link:after{content:"→";text-align:right;padding-left:3px}.front-section .type-post{position:relative;display:block;margin:0;padding:20px 0 35px;border-top:1px solid #1a1a1a}.section-three-column-one .entry-author,.section-two-column-one .entry-author{font-weight:600}.section-three-column-one .entry-date:before,.section-two-column-one .entry-date:before{content:" / ";padding:0 2px}.section-one-column-one .entry-header{padding:15px 0 0}.section-one-column-one .entry-author{font-weight:600}.section-one-column-one .entry-date:before{content:" / ";padding:0 2px}.section-one-column-one .entry-comments,.section-one-column-one .entry-edit{margin-left:20px}.section-one-column-one .entry-summary{padding:0 0 20px;line-height:1.35}.section-one-column-one .entry-cats{top:60px;left:40px}.section-one-column-one .entry-meta{margin-bottom:15px}.section-three-column-one .entry-comments,.section-three-column-one .entry-edit,.section-two-column-one .entry-comments,.section-two-column-one .entry-edit{margin-left:20px}.section-one-column-two,.section-two-column-two{display:block;overflow:hidden}.section-fourcolumn-postwrap .type-post,.section-one-column-two .type-post:nth-of-type(n+2),.section-sixcolumn-postwrap .type-post,.section-two-column-two .type-post{width:47.8134110787%}.section-fourcolumn-postwrap .type-post:nth-of-type(odd),.section-one-column-two .type-post:nth-of-type(2),.section-one-column-two .type-post:nth-of-type(4),.section-sixcolumn-postwrap .type-post:nth-of-type(odd),.section-two-column-two .type-post:first-of-type,.section-two-column-two .type-post:nth-of-type(3),.section-two-column-two .type-post:nth-of-type(5),.section-two-column-two .type-post:nth-of-type(7){float:left;margin-right:2.1865889213%;clear:left}.section-fourcolumn-postwrap .type-post:nth-of-type(2n),.section-one-column-two .type-post:nth-of-type(3),.section-one-column-two .type-post:nth-of-type(5),.section-sixcolumn-postwrap .type-post:nth-of-type(2n),.section-two-column-two .type-post:nth-of-type(2),.section-two-column-two .type-post:nth-of-type(4),.section-two-column-two .type-post:nth-of-type(6),.section-two-column-two .type-post:nth-of-type(8){float:right;margin-left:2.1865889213%;clear:right}#front-section-one .section-one-column-two .type-post:nth-of-type(4),#front-section-one .section-one-column-two .type-post:nth-of-type(5),#front-section-two .section-two-column-two .type-post:nth-of-type(7),#front-section-two .section-two-column-two .type-post:nth-of-type(8),.section-fourcolumn-postwrap .type-post:last-child,.section-fourcolumn-postwrap .type-post:nth-last-child(2),.section-sixcolumn-postwrap .type-post:last-child,.section-sixcolumn-postwrap .type-post:nth-last-child(2){padding-bottom:0}.section-three-column-one .entry-header,.section-two-column-one .entry-header{padding:15px 0 10px}.section-three-column-one .entry-summary,.section-two-column-one .entry-summary{padding:0 0 20px;line-height:1.35}.columns-wrap .entry-header,.columns-wrap .entry-header h2.entry-title,.columns-wrap .entry-summary{padding:8px 0 0}#front-section-three{width:100%;background:#f4f4f4;margin-left:0;margin-right:0;margin-bottom:70px;padding-top:35px;padding-bottom:35px}#front-section-three h3.front-section-title{position:relative;display:block;padding:8px 0 20px;border-top:none}#front-section-three h3.front-section-title:before{content:" ";border-top:4px solid #1a1a1a;width:50px;position:absolute;top:0;left:0}#big-footer-feature h3.footer-feature-title:before{content:" ";width:50px;position:absolute;top:0;left:0;border-top:4px solid #fff}#front-section-three a.all-posts-link{border:2px solid #2b2b2b;padding:4px 6px;top:2px}#front-section-three a.all-posts-link:after{display:none}#front-section-three .section-three-column-one .type-post{border-top:none;padding-top:0}.section-three-column-two .entry-thumbnail{width:50%;float:left;padding-right:4.6875%;padding-bottom:35px}.section-three-column-two .entry-header{width:50%;float:left}.section-three-column-two .type-post{clear:both}.section-three-column-two .type-post .entry-header h2.entry-title{padding:0}.section-three-column-two .type-post:last-of-type .entry-thumbnail{padding-bottom:0}#front-section-four{padding-left:0;padding-right:0}#front-section-four .type-post{position:relative;padding:0;border-top:none}#front-section-four .type-post .entry-author,#front-section-four .type-post .entry-summary{display:none}#front-section-four .type-post .entry-thumbnail img{width:100%}#front-section-four .meta-main-wrap{display:block;padding-left:5.3125%;padding-right:5.3125%;padding-bottom:17px}.section-about-column-one{padding:0;overflow:hidden}.section-about-column-one .front-section-title{border-bottom:1px solid #1a1a1a;margin-bottom:20px}.front-about-img{width:50%;float:left;clear:left;padding-right:2.34375%}.section-about-column-one p{display:block;margin:0;clear:right;float:left;width:50%;padding-left:2.34375%}.section-about-column-one p cite{display:block;padding:20px 0 0;font-weight:600;letter-spacing:3px;text-transform:uppercase;font-style:normal}.section-about-column-two{padding-top:60px}#front-section-threecolumn .type-post:last-of-type,#front-section-twocolumn .type-post:last-of-type{padding-bottom:0}#front-section-fourcolumn .entry-summary,#front-section-sixcolumn .entry-summary,#front-section-threecolumn .entry-summary,#front-section-twocolumn .entry-summary{display:none}.archive-header h1.archive-title,.blog-wrap h3.blog-title{display:block;padding:3px 0 20px}.site-content .hentry{position:relative}.site-content .hentry .entry-author,.site-content .hentry .entry-meta{display:none}.blog-wrap:last-child .hentry{padding-bottom:34px}.comment-name{display:none}.entry-author span{padding-right:4px}.archive #primary .hentry .entry-thumbnail,.blog #primary .hentry .entry-thumbnail,.page #primary .blogroll .hentry .entry-thumbnail,.search-results #primary .hentry .entry-thumbnail{width:32.1875%;margin:0 0 0 10px;float:right}.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1){margin-left:-5.9440559441%;margin-right:-5.9440559441%;margin-bottom:34px;padding:0;border-top:0}.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-thumbnail{width:100%;margin:0;float:none}.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-thumbnail img{width:100%}.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .meta-main-wrap{width:100%;padding:0 5.3125% 28px}.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-meta{float:none}.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-summary{display:none}.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-title a{text-shadow:1px 2px 2px #000}#front-section-four .entry-date{padding-right:20px}.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-author{font-weight:600}.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-meta{display:block;position:absolute;width:80.4347826087%;left:5.3125%;bottom:17px}#front-section-four .entry-edit,.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-author,.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-edit{display:none}@media screen and (min-width:37.5em){#front-section-four .entry-edit,#front-section-fourcolumn .entry-summary,#front-section-sixcolumn .entry-summary,#front-section-threecolumn .entry-summary,#front-section-twocolumn .entry-summary,.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-author,.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-edit{display:inline-block}.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-author:after,.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-edit:after{content:" / "}.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-edit{padding-left:20px}.no-author .entry-date:before{content:"";padding:0}#front-section-four .entry-edit{padding-left:20px}.entry-content p.pull-left,.entry-content p.pull-right{width:48%}.entry-content p.pull-left{float:left;margin-right:20px}.entry-content p.pull-right{float:right;margin-left:20px;text-align:right}#front-section-twocolumn .type-post{width:47.8134110787%;float:left}#front-section-twocolumn .type-post:nth-of-type(odd){margin-right:2.1865889213%;clear:left}#front-section-twocolumn .type-post:nth-of-type(2n){margin-left:2.1865889213%;clear:right}#front-section-twocolumn .type-post:nth-last-of-type(2){padding-bottom:0}}@media screen and (min-width:48em){#front-section-four .format-video .entry-thumbnail a:before,.section-three-column-one .format-video .entry-thumbnail a:before{width:60px;height:42px;padding:22px 0 0 24px;font-size:16px}.featured-content{padding-bottom:60px;min-height:400px}.header-image{margin-bottom:60px}#front-section-four .meta-main-wrap{padding-bottom:35px}.front-section{padding-bottom:75px}.front-section a.all-posts-link{top:25px}.section-two-column-two .type-post{width:22.2891566265%}.section-two-column-two .type-post:first-of-type,.section-two-column-two .type-post:nth-of-type(2),.section-two-column-two .type-post:nth-of-type(3),.section-two-column-two .type-post:nth-of-type(5),.section-two-column-two .type-post:nth-of-type(6),.section-two-column-two .type-post:nth-of-type(7){float:left;margin-right:3.6144578313%;margin-left:0;clear:none}.section-two-column-two .type-post:first-of-type,.section-two-column-two .type-post:nth-of-type(5){clear:left}.section-two-column-two .type-post:nth-of-type(4),.section-two-column-two .type-post:nth-of-type(8){float:right;margin:0;clear:right}.front-section .section-two-column-two .type-post:nth-of-type(5),.front-section .section-two-column-two .type-post:nth-of-type(6),.front-section .section-two-column-two .type-post:nth-of-type(7),.front-section .section-two-column-two .type-post:nth-of-type(8){padding-bottom:0}#front-section-three{padding-top:75px;padding-bottom:75px}#front-section-three h3.front-section-title{padding-bottom:40px}#front-section-three a.all-posts-link{padding:8px 20px;top:0}.section-three-column-two .entry-thumbnail{padding-bottom:0}.section-three-column-two .type-post:first-of-type,.section-three-column-two .type-post:nth-of-type(3){width:47.8102189781%;float:left;clear:left}.section-three-column-two .type-post:nth-of-type(2),.section-three-column-two .type-post:nth-of-type(4){width:47.8102189781%;float:right;clear:right}.section-three-column-two .type-post:nth-of-type(3),.section-three-column-two .type-post:nth-of-type(4){padding-bottom:0}#front-section-threecolumn .type-post,.section-sixcolumn-postwrap .type-post{width:30.4233333333%;float:left}.section-sixcolumn-postwrap .type-post:nth-of-type(2n){float:left;clear:none;margin-left:0}.section-sixcolumn-postwrap .type-post:nth-of-type(odd){clear:none;margin-right:0}#front-section-threecolumn .type-post:nth-of-type(3n+1),.section-sixcolumn-postwrap .type-post:nth-of-type(3n+1){margin-right:2.9%;clear:left}#front-section-threecolumn .type-post:nth-of-type(3n+2),.section-sixcolumn-postwrap .type-post:nth-of-type(3n+2){margin-left:1.455%;margin-right:1.455%}#front-section-threecolumn .type-post:nth-of-type(3n+3),.section-sixcolumn-postwrap .type-post:nth-of-type(3n+3){margin-left:2.915%;clear:right}.section-fourcolumn-postwrap .type-post{width:22.2891566265%;margin-right:3.6144578313%;float:left;clear:none}.section-fourcolumn-postwrap .type-post:nth-of-type(2n),.section-fourcolumn-postwrap .type-post:nth-of-type(odd){clear:none;margin-left:0;margin-right:3.6144578313%;float:left}.section-fourcolumn-postwrap .type-post:nth-of-type(4n+1){clear:left}.section-fourcolumn-postwrap .type-post:nth-of-type(4n+4){margin-right:0;clear:right}#front-section-threecolumn .type-post:last-child,#front-section-threecolumn .type-post:nth-last-child(2),#front-section-threecolumn .type-post:nth-last-child(3),.section-fourcolumn-postwrap .type-post:last-child,.section-fourcolumn-postwrap .type-post:nth-last-child(2),.section-fourcolumn-postwrap .type-post:nth-last-child(3),.section-fourcolumn-postwrap .type-post:nth-last-child(4),.section-sixcolumn-postwrap .type-post:nth-last-child(3){padding-bottom:0}.blog-wrap:last-child .hentry{padding-bottom:40px}.archive #primary .hentry .entry-meta,.blog #primary .hentry .entry-meta,.search-results #primary .hentry .entry-meta{width:25.4901960784%;float:left;display:block}.archive #primary .hentry .entry-main,.blog #primary .hentry .entry-main,.search-results #primary .hentry .entry-main{width:74.5098039216%;float:left;margin-bottom:20px}.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-main{width:100%;float:none}.archive #primary .hentry .entry-thumbnail,.blog #primary .hentry .entry-thumbnail,.search-results #primary .hentry .entry-thumbnail{width:36.1445783133%}.archive #primary .hentry .meta-main-wrap,.blog #primary .hentry .meta-main-wrap,.search-results #primary .hentry .meta-main-wrap{width:61.4457831325%;float:left}.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1){margin-top:40px;margin-bottom:80px}.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .meta-main-wrap{padding:0 5.3125% 64px}.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-meta{width:80.4347826087%;left:5.3125%;bottom:35px}.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats{padding-bottom:8px}}@media screen and (min-width:64em){#front-section-four .entry-thumbnail a{width:100%}.section-about-column-one p{padding-left:1.6%;width:67.2%}}@media screen and (min-width:66.25em){.featured-content,.inner-offcanvas-wrap,body{padding-top:0}.blog.headerimg-on #masthead{margin-bottom:0;border-bottom:none}.blog #masthead{margin-bottom:60px}.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1){margin-left:-10.843373494%;margin-right:0}.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) img.wp-post-image{width:100%}.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .meta-main-wrap{padding-left:9.7826086957%}.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-meta{left:9.7826086957%}.blog #primary .hentry.has-post-thumbnail.format-video:nth-child(4n+1) .entry-thumbnail a:before{left:9.7826086957%;top:35px}.blog.sidebar-left #primary .hentry.has-post-thumbnail:nth-child(4n+1){margin-right:-10.843373494%;margin-left:0}.blog.sidebar-left #primary .hentry.has-post-thumbnail:nth-child(4n+1) .meta-main-wrap{padding-left:40px;padding-right:9.7826086957%}.blog.no-sidebar #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-meta,.blog.sidebar-left #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-meta{left:40px}.blog.no-sidebar #primary .hentry.has-post-thumbnail:nth-child(4n+1){margin-left:auto}.blog.no-sidebar #primary .hentry.has-post-thumbnail:nth-child(4n+1) .meta-main-wrap{padding-left:40px}.home.blog.headerimg-on.header-fullscreen #site-branding,.home.blog.slider-on.slider-fullscreen #site-branding{position:relative}.home.blog.headerimg-on.header-fullscreen #masthead .site-header-content,.home.blog.slider-on.slider-fullscreen #masthead .site-header-content{position:absolute;top:0;left:0;right:0;border-bottom:none;z-index:1000000}.blog-wrap{padding-left:0;padding-right:0}.section-about-column-one p,.section-one-column-one .type-post .entry-summary{font-size:32px;font-size:2rem;line-height:1.25}.section-one-column-one{width:65.873015873%;float:left}.section-one-column-one .type-post{padding-bottom:0}.section-one-column-two{width:31.746031746%;float:right}.section-one-column-one .entry-header{padding:25px 0 0}.section-one-column-one .entry-summary,.section-three-column-one .entry-summary{padding:0 0 35px}.columns-wrap .entry-header{padding:12px 0 0}.section-two-column-one{width:31.746031746%;float:left}.section-two-column-two{width:65.873015873%;float:right}.section-two-column-one .entry-header{padding:20px 0 0}.section-two-column-one .entry-header h2.entry-title{padding:10px 0 20px}.front-section .section-two-column-one .type-post,.shortcode-section .section-two-column-one .type-post{padding-bottom:0}#front-section-three{padding-left:6.25%;padding-right:6.25%}.section-three-column-one{padding-bottom:50px;clear:both;overflow:hidden}.section-three-column-one .entry-thumbnail{width:48.8095238095%;float:right}.section-three-column-one .entry-cats{top:30px;left:53.5714285714%}.section-three-column-one .entry-header,.section-three-column-one .entry-meta,.section-three-column-one .entry-summary{width:48.8095238095%;float:left;clear:left}.section-three-column-one .entry-header,.section-three-column-one .entry-header h2.entry-title{padding-top:0}.section-three-column-two .type-post{width:23.2142857143%!important;float:left!important;padding-bottom:0!important}.section-three-column-two .type-post .entry-header h2.entry-title{padding-bottom:0}.section-three-column-two .type-post:nth-of-type(2),.section-three-column-two .type-post:nth-of-type(3){clear:none;margin-right:2.380952381%}.section-three-column-two .type-post:first-of-type{clear:left;margin-right:2.380952381%}.section-three-column-two .type-post:nth-of-type(4){clear:right}#front-section-four .meta-main-wrap{padding-left:6.25%;padding-right:6.25%}#front-section-four .format-video .entry-thumbnail a:before{left:6.25%;top:40px}#front-section-four .meta-main-wrap .entry-header{width:65.873015873%}#front-section-four .meta-main-wrap .entry-meta{padding-top:20px}.section-about-column-one{width:74.4047619048%;float:left}.section-about-column-two{width:23.2142857143%;float:right;padding:0}#front-section-twocolumn .type-post{width:48.8095238095%}#front-section-twocolumn .type-post:nth-of-type(odd){margin-right:1.1904761905%}#front-section-twocolumn .type-post:nth-of-type(2n){margin-left:1.1904761905%}#front-section-threecolumn .type-post{width:31.7460333333%}#front-section-threecolumn .type-post:nth-of-type(3n+1){margin-right:1.5873%}#front-section-threecolumn .type-post:nth-of-type(3n+2){margin-left:.79365%;margin-right:.79365%}#front-section-threecolumn .type-post:nth-of-type(3n+3){margin-left:1.5873%}.section-fourcolumn-postwrap .type-post{width:23.2142857143%;margin-right:2.380952381%;float:left;clear:none}.section-fourcolumn-postwrap .type-post:nth-of-type(2n),.section-fourcolumn-postwrap .type-post:nth-of-type(odd){margin-right:2.380952381%}.section-fourcolumn-postwrap .type-post:nth-of-type(4n+1){clear:left}.section-fourcolumn-postwrap .type-post:nth-of-type(4n+4){margin-right:0;clear:right}.section-sixcolumn-postwrap .type-post{width:14.6825396825%;margin-right:2.380952381%!important;margin-left:0;float:left;clear:none}.section-sixcolumn-postwrap .type-post:nth-of-type(3n+1){clear:none}.section-sixcolumn-postwrap .type-post:nth-of-type(3n+2){margin-left:0}.section-sixcolumn-postwrap .type-post:nth-of-type(3n+3){margin-left:0;clear:none}.section-sixcolumn-postwrap .type-post:nth-of-type(6n+1){clear:left}.section-sixcolumn-postwrap .type-post:nth-of-type(6n+6){clear:right;margin-right:0!important}.section-sixcolumn-postwrap .type-post:nth-last-child(4),.section-sixcolumn-postwrap .type-post:nth-last-child(5),.section-sixcolumn-postwrap .type-post:nth-last-child(6){padding-bottom:0}#front-section-fourcolumn .entry-header,#front-section-threecolumn .entry-header,#front-section-twocolumn .entry-header{padding:20px 0 0}#front-section-fourcolumn .entry-summary,#front-section-threecolumn .entry-summary,#front-section-twocolumn .entry-summary{padding:12px 0 0}}@media screen and (min-width:85em){.section-about-column-one p,.section-three-column-one .type-post .entry-summary{font-size:34px;font-size:2.125rem;line-height:1.3}.section-about-column-one p cite{padding:30px 0 0}#front-section-four .format-video .entry-thumbnail a:before,.section-one-column-one .format-video .entry-thumbnail a:before,.section-two-column-one .format-video .entry-thumbnail a:before{width:70px;height:52px;padding:29px 0 0 28px;font-size:19px}#front-section-fourcolumn .format-video .entry-thumbnail a:before{width:60px;height:42px;padding:22px 0 0 24px;font-size:16px}}@media screen and (min-width:112.5em){#front-section-three .front-section-title,#front-section-three .section-three-column-one,#front-section-three .section-three-column-two,.blog-wrap,.front-section{width:70%;margin-left:auto;margin-right:auto}#front-section-three{padding-left:0;padding-right:0}#front-section-four{width:100%;margin-left:0}#front-section-four .meta-main-wrap{padding-left:15%;padding-right:15%}#front-section-four .format-video .entry-thumbnail a:before{left:15%}}@media screen and (min-width:137.5em){#front-section-three .front-section-title,#front-section-three .section-three-column-one,#front-section-three .section-three-column-two,.blog-wrap,.front-section{width:56%}#front-section-four .meta-main-wrap{padding-left:22%;padding-right:22%}#front-section-four .format-video .entry-thumbnail a:before{left:22%}}.entry-thumbnail a{max-height:900px}.featured-slider .entry-date:before,.single-post .format-video .entry-thumbnail a:before{display:none}.entry-thumbnail a{position:relative;line-height:0;display:block}.format-video .entry-thumbnail{position:relative}.format-video .entry-thumbnail a:before{content:"▶";display:block;width:40px;height:28px;padding:15px 0 0 16px;font-size:12px;color:#1a1a1a;background:#fff;z-index:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}#front-section-threecolumn .format-video .entry-thumbnail a:before,#front-section-twocolumn .format-video .entry-thumbnail a:before,.blog #primary .hentry.format-video:nth-child(4n+1) .entry-thumbnail a:before,.section-one-column-one .format-video .entry-thumbnail a:before,.section-two-column-one .format-video .entry-thumbnail a:before{width:60px;height:42px;padding:22px 0 0 24px;font-size:16px}#front-section-four .format-video .entry-thumbnail a:before,.blog #primary .hentry.format-video:nth-child(4n+1) .entry-thumbnail a:before{top:30px;left:5.3125%;transform:translate(0)}.featured-slider .format-video .entry-thumbnail a:before{display:none}.attachment .entry-header .entry-meta{margin-top:20px}.recommended-posts-wrap,.singlepost-wrap{margin-left:auto;margin-right:auto}.single-post .hentry{position:relative;padding:0}.single-post .entry-header{display:block;margin:0 0 35px;padding:25px 0 0}.single-attachment .entry-header{display:block;margin:0 0 35px;padding:40px 0 0}.single-post .entry-header h1.entry-title{position:relative;display:block;padding-top:5px}.single-attachment .entry-meta,.single-post .hentry .entry-meta{display:block;margin-top:20px;padding-top:15px;border-top:3px solid #1a1a1a;line-height:1.6}.entry-header p.intro{display:none;margin:0;padding:10px 0 0}.meta-columnone{width:60%;float:left}.meta-columntwo,.meta-columthree{width:40%;float:left}.single-post .entry-comments-title{font-weight:600}.author-pic{width:35px;float:left;margin:0 10px 0 0;display:block;line-height:0}.author-pic img{width:35px;height:35px;border-radius:50px}.single-post .entry-author,.single-post .entry-tags span{font-weight:600}.single-post .entry-thumbnail{padding-bottom:35px}.single-post .canonical-link{padding:5px 0 0;letter-spacing:1px}.single-post .canonical-link span{text-transform:uppercase;font-weight:600}.single-post .canonical-link span:after{content:"•";padding:0 7px}.single-post .entry-tags{padding:30px 0 0;letter-spacing:1px;text-transform:uppercase}.single-post .entry-tags span:after{content:"•";padding:0 7px}.single-post .authorbox{position:relative;margin:40px 0 0;padding:30px 0 0;clear:both;border-top:1px solid #1a1a1a}.big-thumb .entry-thumbnail{margin-left:-5.9440559441%;margin-right:-5.9440559441%;padding-bottom:35px}.big-thumb .entry-thumbnail img{width:100%}.big-thumb .entry-meta{margin-top:0}.big-thumb .entry-header{position:relative;padding:0}.big-thumb .title-wrap{bottom:88px;width:111.8881118881%;margin-left:-5.9440559441%;margin-right:-5.9440559441%;padding-bottom:17px}.big-thumb .entry-header h1.entry-title,.big-thumb .entry-header p.intro,.big-thumb .title-wrap .entry-cats{padding-left:5.3125%;padding-right:5.3125%}.authorbox .author-pic{width:40px;height:40px;float:left}.authorbox .author-pic img{width:40px;height:40px}.authorbox .author-heading{padding:0 0 0 60px}.authorbox h3.author-title{margin:0;padding:0;text-transform:uppercase;letter-spacing:1px}.authorbox h3.author-title span{padding:0 5px 0 0;display:inline-block;font-style:normal}.authorbox h3.author-title:after{content:":";padding-left:1px}.authorbox p.author-bio{margin:0;padding:15px 0 0 60px}.authorbox .author-links{padding:16px 0 0 60px}.author-links a.author-website{position:relative;padding:0 0 0 20px;display:block}.author-links a.author-twitter{position:relative;display:block;margin:4px 0 0;padding:0 0 0 18px}.author-links a.author-twitter:before,.author-links a.author-website:before{display:block;position:absolute;top:2px;left:-4px;text-align:left}.single-attachment .entry-meta,.single-post .hentry .entry-meta{border-top:none!important}article header{margin-bottom:20px}@media screen and (min-width:48em){.single-post .entry-header{margin:0 0 20px;padding:25px 0 0}.big-thumb .single-post .entry-header{padding:0}.single-post .entry-tags{padding:30px 0 0}.single-post .big-thumb .entry-thumbnail{margin-left:-7.1428571429%;margin-right:-7.1428571429%;padding-bottom:60px}.big-thumb .title-wrap{margin-left:-7.1428571429%;margin-right:-7.1428571429%;bottom:128px;padding-bottom:35px;width:114.2857142857%}.big-thumb .title-wrap .entry-cats,.big-thumb .title-wrap h1.entry-title,.big-thumb .title-wrap p.intro{padding-left:6.25%;padding-right:6.25%}.meta-columnone{display:block;width:320px}.meta-columntwo{display:block;width:320px;width:200px}.author-pic{width:50px}.author-pic img{width:50px;height:50px}.authorbox .author-pic,.authorbox .author-pic img{width:70px;height:70px}.authorbox .author-heading,.authorbox .author-links,.authorbox p.author-bio{padding-left:90px}.author-links a.author-website{display:inline-block;margin:0 30px 0 0}.author-links a.author-twitter{display:inline-block}}@media screen and (min-width:66.25em){.single-post.no-sidebar .contentwrap{width:100%;max-width:1260px;float:none;margin-left:0}.single-post.no-sidebar #comments,.single-post.no-sidebar .entry-content,.single-post.no-sidebar .entry-footer{margin-left:auto;margin-right:auto;width:80%}.single-post.no-sidebar .entry-content .wide-content{margin-left:-12.5%;margin-right:-12.5%}.big-thumb .entry-header p.intro{font-size:26px;font-size:1.625rem}.archive a.post-edit-link,.entry-cats,.entry-meta,.search-results a.post-edit-link{font-size:12px;font-size:.75rem;font-weight:400}.singlepost-wrap{margin-top:0}.single-attachment .contentwrap,.single-post .contentwrap{width:65.873015873%;float:left}.single-attachment #colophon,.single-post #colophon{margin-top:80px}.entry-header p.intro{display:block}}@media screen and (min-width:85em){.single-post #primary .hentry.has-post-thumbnail:nth-child(4n+1){margin-left:0}.big-thumb .title-wrap{width:114.2857142857%}.single-post .entry-content{margin-top:-8px}.single-post.no-sidebar .contentwrap{width:100%;float:none;margin-left:0}.single-post.no-sidebar #comments,.single-post.no-sidebar .entry-content,.single-post.no-sidebar .entry-footer{width:70%;margin-left:100px;margin-right:auto}.single-post.no-sidebar .entry-content .wide-content{margin-left:0;margin-right:-31.5%}.single-post #socialicons-sticky{position:relative}.single-post .sharedaddy .sd-social-icon{display:block;position:absolute;top:8px;left:0;z-index:10000}.single-post .sd-social-icon .sd-content ul{margin:0!important}.single-post .sd-social-icon .sd-content ul li{display:block}}@media screen and (min-width:112.5em){.big-instagram-wrap,.recommended-posts-wrap,.singlepost-wrap{width:70%;margin-left:auto;margin-right:auto}.big-thumb .entry-header h1.entry-title,.big-thumb .entry-header p.intro,.big-thumb .title-wrap .entry-cats{padding-left:15%;padding-right:15%}.single-post .big-thumb .entry-thumbnail,.single-post .big-thumb .title-wrap{width:142.8571428571%;margin-left:-21.4285714286%}.single-post .big-thumb .title-wrap{margin-right:-21.4285714286%}}@media screen and (min-width:137.5em){.big-instagram-wrap,.recommended-posts-wrap,.singlepost-wrap{width:56%}.big-thumb .entry-header h1.entry-title,.big-thumb .entry-header p.intro,.big-thumb .title-wrap .entry-cats{padding-left:22%;padding-right:22%}.single-post .big-thumb .entry-thumbnail,.single-post .big-thumb .title-wrap{width:178.8617886179%;margin-left:-39.4308943089%}.single-post .big-thumb .title-wrap{margin-right:-39.4308943089%}}#front-section-four .entry-thumbnail a:after,.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-thumbnail a:after,.featured-slider .entry-thumbnail a:after,.header-image:after,.single-post .big-thumb .entry-thumbnail a:after{position:absolute;display:block;top:0;left:0;right:0;bottom:0;content:""}.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-thumbnail a:after,.featured-slider .entry-thumbnail a:after,.header-image:after,.single-post .big-thumb .entry-thumbnail a:after{background-color:#000;opacity:0}#front-section-four .meta-main-wrap,.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .meta-main-wrap,.featured-slider .meta-main-wrap{position:absolute;left:0;right:0;bottom:0;z-index:20}.big-thumb .title-wrap{position:absolute}#front-section-four .meta-main-wrap,.big-thumb .title-wrap,.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .meta-main-wrap,.featured-slider .meta-main-wrap{background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.7));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#a6000000",GradientType=0)}#overlay-close,#overlay-open{position:absolute;top:0;right:5.3125%;width:30px;height:40px}.no-js #overlay-close,.no-js #overlay-open{display:none}@media screen and (min-width:48em){#overlay-close,#overlay-open{top:8px}}#overlay-open{z-index:100}#overlay-close{z-index:1000}.overlay-btn{border:none;outline:none;display:block;margin:0;padding:0;z-index:9999;background:transparent;line-height:1;opacity:1}.overlay-btn span{display:none}.overlay-btn:before{display:block}#overlay-close:before,#overlay-open-sticky:before,#overlay-open:before{font-size:1.25rem;line-height:1.875rem}.close-btn-wrap{height:51px;border-bottom:1px solid #ddd;background:#fff}.menu-item-has-children,.page_item_has_children{position:relative}.overlay-title-wrap{padding:15px 5.3125%;background:#f5f5f6}.inner-offcanvas-wrap{width:100%;display:block;position:fixed;left:-100%;top:0;height:100%;overflow:auto;z-index:1000;background:#fff;transition:left,.35s,ease-in-out}.admin-bar .inner-offcanvas-wrap{top:46px}.overlay-show .inner-offcanvas-wrap{left:0}#offcanvas-wrap{padding-top:20px}#offcanvas-widgets-open{margin-bottom:20px;outline:none;width:89.375%;background:transparent;display:block;padding:14px 0;border:2px solid #2b2b2b;font-size:15px;font-size:.9375rem;font-weight:600;text-transform:uppercase;letter-spacing:3px;text-align:center}.sidebar-offcanvas{display:none;padding:0 0 30px}.mobilewidgets-show .sidebar-offcanvas,.offcanvas-widgets-show .sidebar-offcanvas{display:block}.mobile-search{padding-top:20px;padding-bottom:20px;background:#f5f5f6;border-bottom:1px solid #ddd}.mobile-search .searchform #s{width:100%;line-height:1.4}.mobile-search .submit{display:none}@media screen and (min-width:49.375em){.admin-bar .inner-offcanvas-wrap{top:32px}}@media screen and (min-width:66.25em){#overlay-nav .dropdown-toggle{display:none!important}.overlay-show #overlay-wrap{width:100%;background:transparent;position:fixed;top:0;left:0;right:0;bottom:-20px;z-index:90000000;cursor:pointer}.inner-offcanvas-wrap{position:fixed;left:-100%;top:0;height:100%;overflow:auto;display:block;background:#f4f4f4;width:70.1388888889%;padding-left:6.25%;padding-right:6.25%;z-index:100000000;pointer-events:auto;padding-bottom:100px;transition:left,.35s,ease-in-out}.offcanvas-widgets-off .inner-offcanvas-wrap{width:40.2777777778%}.overlay-show .inner-offcanvas-wrap{left:0}#overlay-open{position:absolute;top:34px;left:-17px;right:auto;width:4.7619047619%;height:59px;text-align:center}.close-btn-wrap{border:none}#mobile-social,.mobile-search{display:none}#overlay-nav{width:48.1927710843%;float:left;border-top:1px solid #1a1a1a}#sidebar-offcanvas{width:48.1927710843%;float:right}.offcanvas-widgets-off #overlay-nav{width:100%}.close-btn-wrap{position:relative;height:160px}#overlay-close{position:absolute;top:40px;left:-17px;right:auto;width:59px;height:59px;text-align:center}#overlay-nav ul{margin:0 0 50px}#overlay-nav ul li{padding-top:15px;padding-bottom:15px;border-bottom:1px solid #1a1a1a}#overlay-nav ul li.menu-item-has-children,#overlay-nav ul li.page_item_has_children{padding-bottom:0;border-bottom:none}#overlay-nav ul li a{display:inline-block;padding:0}#overlay-nav ul li.menu-item-has-children a,#overlay-nav ul li.page_item_has_children a{border-bottom:none!important;padding-bottom:0}#overlay-nav ul ul.children,#overlay-nav ul ul.sub-menu{display:block;border-bottom:1px solid #1a1a1a;padding-top:15px;padding-bottom:15px}#overlay-nav ul ul ul.children,#overlay-nav ul ul ul.sub-menu{border-bottom:none;padding-top:0;padding-bottom:0}#overlay-nav ul ul li a{padding-left:0;padding-right:0}#offcanvas-widgets-open{display:none}#sidebar-offcanvas{display:block!important}#sidebar-offcanvas .widget{padding-left:0;padding-right:0}.overlay-show .close-btn-wrap{position:relative;top:0;left:auto;right:auto;background:transparent;height:158px}}.pagination{position:relative;clear:both;padding:18px 20px;border:2px solid #e7e7eb;font-size:.937rem;line-height:1.407rem;font-weight:600;letter-spacing:1px;color:#1a1a1a;margin-bottom:25px}.pagination a{color:#672082}.pagination .nav-links{text-align:center}.pagination .nav-links a.page-numbers,.pagination .nav-links span.page-numbers{background:#fff;color:#672082;overflow:hidden;display:inline-block;min-width:25px;height:25px;text-align:center;vertical-align:middle;border-radius:50%;padding-left:2px}.pagination .nav-links a.page-numbers:focus,.pagination .nav-links a.page-numbers:hover,.pagination .nav-links span.page-numbers:focus,.pagination .nav-links span.page-numbers:hover{background-color:#f80;color:#fff}.pagination .nav-links a.page-numbers.next,.pagination .nav-links a.page-numbers.prev,.pagination .nav-links span.page-numbers.next,.pagination .nav-links span.page-numbers.prev{padding:0 5px;border-radius:inherit}.pagination .nav-links a.page-numbers.next:focus,.pagination .nav-links a.page-numbers.next:hover,.pagination .nav-links a.page-numbers.prev:focus,.pagination .nav-links a.page-numbers.prev:hover,.pagination .nav-links span.page-numbers.next:focus,.pagination .nav-links span.page-numbers.next:hover,.pagination .nav-links span.page-numbers.prev:focus,.pagination .nav-links span.page-numbers.prev:hover{color:#fff;background:#f80}.pagination .nav-links a.next.page-numbers:focus,.pagination .nav-links a.next.page-numbers:hover,.pagination .nav-links a.prev.page-numbers:focus,.pagination .nav-links a.prev.page-numbers:hover,.pagination .nav-links span.next.page-numbers:focus,.pagination .nav-links span.next.page-numbers:hover,.pagination .nav-links span.prev.page-numbers:focus,.pagination .nav-links span.prev.page-numbers:hover{text-decoration:none}.single-attachment .post-navigation{overflow:hidden;clear:both;padding-top:60px}.single-attachment .nav-previous{float:left}.single-attachment .nav-next{float:right}.single-attachment .post-navigation a{position:relative;display:block;font-size:.937rem;line-height:1.407rem;line-height:1.15;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;border-bottom:2px solid #1a1a1a}#nav-comments{padding:10px 0;clear:both;overflow:hidden}#nav-comments .nav-previous{float:right}.page-links{font-weight:600;letter-spacing:1px;display:inline-block;margin-top:20px}.page-links .post-page-numbers{padding:4px;text-decoration:none}.page-links .post-page-numbers.current{color:#672082}.page-links .post-page-numbers a .number{font-size:.875rem;line-height:1.313rem}.page-links .post-page-numbers a:hover{background-color:#ddd}.single-post .post-navigation{clear:both;display:block;margin:20px 0}.single-post .post-navigation .nav-next,.single-post .post-navigation .nav-previous{display:inline}.single-post .post-navigation .nav-next{text-align:right}@media screen and (min-width:48em){.single-post .post-navigation .nav-next{text-align:left}}.single-post .pagebreak-links{margin:10px 0}.single-post .pagebreak-links a,.single-post .post-navigation a{padding:5px;margin-right:5px;margin-top:5px;width:100%;display:block}@media screen and (min-width:48em){.single-post .pagebreak-links a,.single-post .post-navigation a{width:inherit;display:inline}}.single-post .pagebreak-links .next,.single-post .pagebreak-links .prev,.single-post .post-navigation .next,.single-post .post-navigation .prev{padding:2px 4px}.single-post .pagebreak-links .next,.single-post .post-navigation .next{text-align:right}@media screen and (min-width:48em){.single-post .pagebreak-links .next,.single-post .post-navigation .next{text-align:left}}.single-post .pagebreak-links .next:after,.single-post .post-navigation .next:after{margin-left:5px;content:"\f138"}.single-post .pagebreak-links .prev:before,.single-post .post-navigation .prev:before{margin-right:5px}.page h1.entry-title{display:block;margin:0 0 20px;padding:6px 0 20px;border-bottom:1px solid #1a1a1a}.page a.post-edit-link{text-transform:uppercase;letter-spacing:1px;font-weight:600;margin-top:30px;display:inline-block}.page.has-thumb .content-wrap{padding-top:0}.page.has-thumb .blog-wrap{padding-top:35px}.page.has-thumb .entry-thumbnail img{width:100%}.archive-header .taxonomy-description p{margin:8px 0 0}.author .taxonomy-description{display:none}.entry-summary p:last-child{margin-bottom:0}.archive .site-content .post,.search-results .site-content .page,.search-results .site-content .post{clear:both;overflow:hidden}.search-no-results .searchform{width:420px}.error404 .site-content .entry-wrap{overflow:hidden}.author h3.author-archive-title{margin:0;padding:80px 0 0}.page .edit-link{padding-top:30px}#secondary,#sidebar-page{padding-top:40px;padding-bottom:70px}.no-sidebar #secondary,.no-sidebar #sidebar-page{display:none}.widget-area .widget{clear:both;float:none;line-height:1.5;padding-bottom:34px}.widget-area .widget ul{margin:0;padding:0}.widget-area .widget ul ul{display:inline}#secondary .widget:last-of-type,#sidebar-page.widget:last-of-type{padding-bottom:0}.widget .widget-title-wrap{display:block}.widget ul:not(.slick-dots) li:after,.widget ul:not(.slick-dots) ul:before{display:inline;content:" / "}.widget iframe,.widget select{max-width:99%;margin-left:.1rem}.widget-area .widget ul li{list-style:none;display:inline}.widget-area .widget ul li:last-child{padding-bottom:0}.widget-area .widget ul li:last-child:after{content:""}.widget-area .widget img.resize{max-width:100%;height:auto}.widget_tag_cloud div,.wp_widget_tag_cloud div{-ms-word-break:break-all;word-break:break-all;word-break:break-word}.widget_recent_comments a.url,.widget_recent_comments span.comment-author-link{font-weight:600}.widget-area .widget_recent_comments ul li{display:block;padding-bottom:6px}.widget-area .widget_recent_comments ul li:after,.widget-area .widget_rss ul li:after{display:none;content:" "}.tagcloud a{-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.widget_search{clear:both;overflow:hidden}@media screen and (min-width:37.5em){.widget_search input.search-field{width:67.8%}.widget_search input[type=submit]{width:30%}}.widget ul .dropdown-toggle{display:none}.widget-area .widget_rss ul{margin:0;padding:0}.widget-area .widget_rss ul li{display:block;padding-bottom:20px}.widget-area .widget_rss ul li .rssSummary{padding:0;display:inline-block}.widget-area .widget_rss ul li cite{font-style:normal;font-weight:600}a.rsswidget{font-weight:600}.widget-area .widget_rss ul ul:after{display:none;content:" "}.widget_calendar #calendar_wrap{position:relative}.widget_calendar #calendar_wrap table{width:100%}.widget_calendar #calendar_wrap a{font-weight:700}.widget_calendar #wp-calendar caption{margin:0 0 15px;text-align:left}.widget_calendar table#wp-calendar tr th{padding:2px;text-align:center}.widget_calendar table#wp-calendar tr td{padding:7px 0 3px;border:1px solid #000;text-align:center}.widget_calendar table#wp-calendar tbody tr td a{display:block}.textwidget p{margin:0 0 20px}.textwidget p:last-child{margin:0}.textwidget img{display:block;line-height:0}.widget.widget_media_gallery ul li{display:inline-block}.widget.widget_media_gallery ul li:after,.widget.widget_media_gallery ul ul:before{display:none}.entry-thumbnail a{max-height:400px;overflow:hidden}@media screen and (min-width:85em){.entry-thumbnail a{max-height:500px;overflow:hidden}}#colophon{clear:both;overflow:hidden;margin:0 auto;background:#471659;border-top:1px solid #471659;color:#fff;padding-top:40px;padding-bottom:40px}.no-sidebar #colophon{margin-top:60px}#colophon .footer-menu ul a{color:#fff}#colophon #site-info,#colophon p{color:hsla(0,0%,100%,.8)}#colophon #site-info a,#colophon p a{color:#fff}#colophon #site-info a:focus,#colophon #site-info a:hover,#colophon .footer-menu ul a:focus,#colophon .footer-menu ul a:hover{color:#f80}#colophon a{color:#fff}#colophon .custom-logo-wrap{text-align:left;display:block;padding-bottom:45px}.page-template-shop-front #colophon{margin-top:0}#site-info{padding-top:10px}#site-info ul{margin:0;padding:0}#site-info ul li{display:block}#site-info ul li.copyright:after,#site-info ul li.theme-author:after,#site-info ul li.wp-credit:after{content:"."}.title-footer{display:block;margin:0;padding-bottom:45px;font-size:24px;font-size:1.5rem;font-weight:700}.big-footer-feature{display:block;margin-bottom:40px;padding-bottom:40px;border-bottom:1px solid hsla(0,0%,100%,.2)}#big-footer-feature h2.footer-feature-title,#big-footer-feature h3.footer-feature-title{position:relative;display:block;padding:8px 0 20px}.big-footer-feature p{margin-bottom:0}.big-footer-feature p.text-small{padding:10px 0 0}.footer-feature-textwrap{padding:15px 0 0 50px}.footer-feature-image a{display:block;line-height:0}.big-instagram-wrap .widget h2.widget-title{display:none}.big-instagram-wrap .widget-area .widget{position:relative;padding:35px 0 0}.widget ul.instagram-pics li a{width:16.6666666667%}.widget ul.instagram-pics li:after{display:none}.widget ul.instagram-pics li a{display:block;float:left;line-height:0}.null-instagram-feed{position:relative;overflow:hidden}.big-instagram-wrap .null-instagram-feed .clear{position:absolute;top:0;width:100%;text-align:center}.footer-wrap{margin:0 auto}.footer-menus-wrap{border-bottom:1px solid hsla(0,0%,100%,.2)}.footer-menu{width:50%;float:left}.footer-menu h3.footer-menu-title{padding:0 0 20px}#footer-menu-one,#footer-menu-three{clear:left}#footer-menu-four,#footer-menu-two{clear:right}.footer-menu ul{margin:0;padding:0 0 60px}.footer-menu ul ul{margin:0;padding:0}.footer-menu ul li{padding:0 0 10px}.footer-menu ul ul li:last-child{padding:0}#footer-search{width:100%;margin:0 auto;text-align:left}#footer-social{padding-top:30px}#footer-social ul{margin:0;padding:0;display:inline-block}#footer-social h3.socialmedia,#footer-social span{color:hsla(0,0%,100%,.5)}#footer-social ul li{display:inline-block}@media screen and (min-width:37.5em){.footer-feature-image{width:47.8134110787%;float:left;margin-right:2.1865889213%}.footer-feature-textwrap{width:47.8134110787%;float:right;padding-top:0;margin-left:2.1865889213%}}@media screen and (min-width:48em){#colophon{padding-top:70px}#site-info{font-size:14px;font-size:.875rem}#site-info ul li{display:inline-block}#footer-social{padding-top:10px}.big-footer-feature{margin-bottom:70px;padding-bottom:70px}.big-footer-feature h3.footer-feature-title{padding:8px 0 35px}.big-instagram-wrap .widget-area .widget{padding:45px 0 0}}@media screen and (min-width:64em){.footer-feature-btn{margin:40px 0 0;padding:18px 40px}.big-footer-feature p.text-small{padding:20px 0 0}}@media screen and (min-width:66.25em){.footer-feature-textwrap p.text-big{font-size:1.4rem}.footer-feature-textwrap p.text-small{font-size:.8rem;line-height:1rem}.title-footer{width:31.746031746%;margin-right:2.380952381%;float:left}#colophon{padding-left:0;padding-right:0}#colophon .custom-logo-wrap{width:31.746031746%;margin-right:2.380952381%;float:left}#colophon .custom-logo-wrap .custom-logo-link img{max-width:130px;max-height:59px}#footer-menu-four,#footer-menu-one,#footer-menu-three,#footer-menu-two{clear:none}.footer-menu{width:14.6825396825%;float:left}#footer-menu-one,#footer-menu-three,#footer-menu-two{margin-right:2.380952381%}.title-footer{font-size:36px;font-size:2.25rem}#site-info{width:50%;float:left}#footer-social{padding-top:23px;float:right;text-align:right}#footer-social ul{float:left}#footer-social span{display:inline-block;float:left;padding:8px 15px 0 0}.footer-feature-image{width:31.746031746%;margin-right:0}.footer-feature-textwrap{width:65.873015873%;margin-left:0}}.four-columns-one,.four-columns-three,.four-columns-two,.three-columns-one,.three-columns-two,.two-columns-one{width:100%}.entry-content .four-columns-one,.entry-content .four-columns-three,.entry-content .four-columns-two,.entry-content .three-columns-one,.entry-content .three-columns-two,.entry-content .two-columns-one{position:relative;float:left;margin-bottom:30px;font-size:1rem;line-height:1.5rem}.entry-content .four-columns-one.secondcolor,.entry-content .four-columns-three.secondcolor,.entry-content .four-columns-two.secondcolor,.entry-content .three-columns-one.secondcolor,.entry-content .three-columns-two.secondcolor,.entry-content .two-columns-one.secondcolor{background:#672082;color:#fff;padding:10px}.entry-content .four-columns-one.secondcolor.lighten,.entry-content .four-columns-three.secondcolor.lighten,.entry-content .four-columns-two.secondcolor.lighten,.entry-content .three-columns-one.secondcolor.lighten,.entry-content .three-columns-two.secondcolor.lighten,.entry-content .two-columns-one.secondcolor.lighten{background:#872aab}.entry-content .four-columns-one.maincolor,.entry-content .four-columns-three.maincolor,.entry-content .four-columns-two.maincolor,.entry-content .three-columns-one.maincolor,.entry-content .three-columns-two.maincolor,.entry-content .two-columns-one.maincolor{background:#f80;padding:10px}.entry-content .four-columns-one.maincolor a,.entry-content .four-columns-three.maincolor a,.entry-content .four-columns-two.maincolor a,.entry-content .three-columns-one.maincolor a,.entry-content .three-columns-two.maincolor a,.entry-content .two-columns-one.maincolor a{color:#672082}.entry-content .four-columns-one.maincolor.lighten,.entry-content .four-columns-three.maincolor.lighten,.entry-content .four-columns-two.maincolor.lighten,.entry-content .three-columns-one.maincolor.lighten,.entry-content .three-columns-two.maincolor.lighten,.entry-content .two-columns-one.maincolor.lighten{background:#ffa033}.entry-content .four-columns-one.blue,.entry-content .four-columns-three.blue,.entry-content .four-columns-two.blue,.entry-content .three-columns-one.blue,.entry-content .three-columns-two.blue,.entry-content .two-columns-one.blue{background:#06f;padding:10px}.entry-content .four-columns-one.blue.lighten,.entry-content .four-columns-three.blue.lighten,.entry-content .four-columns-two.blue.lighten,.entry-content .three-columns-one.blue.lighten,.entry-content .three-columns-two.blue.lighten,.entry-content .two-columns-one.blue.lighten{background:#3385ff}.entry-content .four-columns-one.red,.entry-content .four-columns-three.red,.entry-content .four-columns-two.red,.entry-content .three-columns-one.red,.entry-content .three-columns-two.red,.entry-content .two-columns-one.red{background:#d7464d;padding:10px}.entry-content .four-columns-one.red.lighten,.entry-content .four-columns-three.red.lighten,.entry-content .four-columns-two.red.lighten,.entry-content .three-columns-one.red.lighten,.entry-content .three-columns-two.red.lighten,.entry-content .two-columns-one.red.lighten{background:#e07075}.entry-content .four-columns-one.yellow,.entry-content .four-columns-three.yellow,.entry-content .four-columns-two.yellow,.entry-content .three-columns-one.yellow,.entry-content .three-columns-two.yellow,.entry-content .two-columns-one.yellow{background:#e7b547;padding:10px}.entry-content .four-columns-one.yellow.lighten,.entry-content .four-columns-three.yellow.lighten,.entry-content .four-columns-two.yellow.lighten,.entry-content .three-columns-one.yellow.lighten,.entry-content .three-columns-two.yellow.lighten,.entry-content .two-columns-one.yellow.lighten{background:#edc774}.entry-content .four-columns-one.green,.entry-content .four-columns-three.green,.entry-content .four-columns-two.green,.entry-content .three-columns-one.green,.entry-content .three-columns-two.green,.entry-content .two-columns-one.green{background:#85c066;padding:10px}.entry-content .four-columns-one.green.lighten,.entry-content .four-columns-three.green.lighten,.entry-content .four-columns-two.green.lighten,.entry-content .three-columns-one.green.lighten,.entry-content .three-columns-two.green.lighten,.entry-content .two-columns-one.green.lighten{background:#a2cf8a}.entry-content .four-columns-one.lightgrey,.entry-content .four-columns-three.lightgrey,.entry-content .four-columns-two.lightgrey,.entry-content .three-columns-one.lightgrey,.entry-content .three-columns-two.lightgrey,.entry-content .two-columns-one.lightgrey{background:#ececed;padding:10px}.entry-content .four-columns-one.lightgrey.lighten,.entry-content .four-columns-three.lightgrey.lighten,.entry-content .four-columns-two.lightgrey.lighten,.entry-content .three-columns-one.lightgrey.lighten,.entry-content .three-columns-two.lightgrey.lighten,.entry-content .two-columns-one.lightgrey.lighten{background:#fff}.entry-content .four-columns-one.grey,.entry-content .four-columns-three.grey,.entry-content .four-columns-two.grey,.entry-content .three-columns-one.grey,.entry-content .three-columns-two.grey,.entry-content .two-columns-one.grey{background:#a9a9a9;padding:10px}.entry-content .four-columns-one.grey.lighten,.entry-content .four-columns-three.grey.lighten,.entry-content .four-columns-two.grey.lighten,.entry-content .three-columns-one.grey.lighten,.entry-content .three-columns-two.grey.lighten,.entry-content .two-columns-one.grey.lighten{background:#c3c3c3}.entry-content .four-columns-one.black,.entry-content .four-columns-three.black,.entry-content .four-columns-two.black,.entry-content .three-columns-one.black,.entry-content .three-columns-two.black,.entry-content .two-columns-one.black{background:#000;padding:10px;color:#fff}.entry-content .four-columns-one.black.lighten,.entry-content .four-columns-three.black.lighten,.entry-content .four-columns-two.black.lighten,.entry-content .three-columns-one.black.lighten,.entry-content .three-columns-two.black.lighten,.entry-content .two-columns-one.black.lighten{background:#1a1a1a}.entry-content .four-columns-one.dark,.entry-content .four-columns-three.dark,.entry-content .four-columns-two.dark,.entry-content .three-columns-one.dark,.entry-content .three-columns-two.dark,.entry-content .two-columns-one.dark{background:#222;padding:10px;color:#fff}.entry-content .four-columns-one.dark.lighten,.entry-content .four-columns-three.dark.lighten,.entry-content .four-columns-two.dark.lighten,.entry-content .three-columns-one.dark.lighten,.entry-content .three-columns-two.dark.lighten,.entry-content .two-columns-one.dark.lighten{background:#3c3c3c}.entry-content .four-columns-one p,.entry-content .four-columns-three p,.entry-content .four-columns-two p,.entry-content .three-columns-one p,.entry-content .three-columns-two p,.entry-content .two-columns-one p{font-size:1rem;line-height:1.5rem}.last{clear:right;margin-right:0!important}.divider{width:100%;margin-bottom:21px;padding-top:21px;display:block;clear:both}#section-fullwidth{padding:0;margin:0}#section-fullwidth img{z-index:1}#section-fullwidth blockquote,#section-fullwidth code,#section-fullwidth em,#section-fullwidth h1,#section-fullwidth h2,#section-fullwidth h3,#section-fullwidth h4,#section-fullwidth h5,#section-fullwidth h6,#section-fullwidth p{position:relative;z-index:2}#section-fullwidth.withbackground{background-size:cover;background-position:50%}#section-fullwidth.withbackground blockquote,#section-fullwidth.withbackground code,#section-fullwidth.withbackground em,#section-fullwidth.withbackground h1,#section-fullwidth.withbackground h2,#section-fullwidth.withbackground h3,#section-fullwidth.withbackground h4,#section-fullwidth.withbackground h5,#section-fullwidth.withbackground h6,#section-fullwidth.withbackground p{background:#000;color:#fff;display:table;padding:2px 5px;margin-left:6.25%;margin-right:6.25%}#section-fullwidth.withbackground.maincolor blockquote,#section-fullwidth.withbackground.maincolor code,#section-fullwidth.withbackground.maincolor em,#section-fullwidth.withbackground.maincolor h1,#section-fullwidth.withbackground.maincolor h2,#section-fullwidth.withbackground.maincolor h3,#section-fullwidth.withbackground.maincolor h4,#section-fullwidth.withbackground.maincolor h5,#section-fullwidth.withbackground.maincolor h6,#section-fullwidth.withbackground.maincolor p{background:#f80;color:#fff}#section-fullwidth.withbackground.secondcolor blockquote,#section-fullwidth.withbackground.secondcolor code,#section-fullwidth.withbackground.secondcolor em,#section-fullwidth.withbackground.secondcolor h1,#section-fullwidth.withbackground.secondcolor h2,#section-fullwidth.withbackground.secondcolor h3,#section-fullwidth.withbackground.secondcolor h4,#section-fullwidth.withbackground.secondcolor h5,#section-fullwidth.withbackground.secondcolor h6,#section-fullwidth.withbackground.secondcolor p{background:#672082;color:#fff}#section-fullwidth.withbackground.red blockquote,#section-fullwidth.withbackground.red code,#section-fullwidth.withbackground.red em,#section-fullwidth.withbackground.red h1,#section-fullwidth.withbackground.red h2,#section-fullwidth.withbackground.red h3,#section-fullwidth.withbackground.red h4,#section-fullwidth.withbackground.red h5,#section-fullwidth.withbackground.red h6,#section-fullwidth.withbackground.red p{background:#d7464d;color:#fff}#section-fullwidth.withbackground.green blockquote,#section-fullwidth.withbackground.green code,#section-fullwidth.withbackground.green em,#section-fullwidth.withbackground.green h1,#section-fullwidth.withbackground.green h2,#section-fullwidth.withbackground.green h3,#section-fullwidth.withbackground.green h4,#section-fullwidth.withbackground.green h5,#section-fullwidth.withbackground.green h6,#section-fullwidth.withbackground.green p{background:#85c066;color:#fff}#section-fullwidth.withbackground.yellow blockquote,#section-fullwidth.withbackground.yellow code,#section-fullwidth.withbackground.yellow em,#section-fullwidth.withbackground.yellow h1,#section-fullwidth.withbackground.yellow h2,#section-fullwidth.withbackground.yellow h3,#section-fullwidth.withbackground.yellow h4,#section-fullwidth.withbackground.yellow h5,#section-fullwidth.withbackground.yellow h6,#section-fullwidth.withbackground.yellow p{background:#e7b547;color:#fff}#section-fullwidth.withbackground.blue blockquote,#section-fullwidth.withbackground.blue code,#section-fullwidth.withbackground.blue em,#section-fullwidth.withbackground.blue h1,#section-fullwidth.withbackground.blue h2,#section-fullwidth.withbackground.blue h3,#section-fullwidth.withbackground.blue h4,#section-fullwidth.withbackground.blue h5,#section-fullwidth.withbackground.blue h6,#section-fullwidth.withbackground.blue p{background:#06f;color:#fff}#section-fullwidth.withbackground.lightgrey blockquote,#section-fullwidth.withbackground.lightgrey code,#section-fullwidth.withbackground.lightgrey em,#section-fullwidth.withbackground.lightgrey h1,#section-fullwidth.withbackground.lightgrey h2,#section-fullwidth.withbackground.lightgrey h3,#section-fullwidth.withbackground.lightgrey h4,#section-fullwidth.withbackground.lightgrey h5,#section-fullwidth.withbackground.lightgrey h6,#section-fullwidth.withbackground.lightgrey p{background:#ececed;color:#fff}#section-fullwidth.withbackground.grey blockquote,#section-fullwidth.withbackground.grey code,#section-fullwidth.withbackground.grey em,#section-fullwidth.withbackground.grey h1,#section-fullwidth.withbackground.grey h2,#section-fullwidth.withbackground.grey h3,#section-fullwidth.withbackground.grey h4,#section-fullwidth.withbackground.grey h5,#section-fullwidth.withbackground.grey h6,#section-fullwidth.withbackground.grey p{background:#a9a9a9;color:#fff}#section-fullwidth p{font-size:1.125rem;line-height:1.688rem}#section-fullwidth.secondcolor{background:#672082;color:#fff}#section-fullwidth.secondcolor.lighten{background:#872aab}#section-fullwidth.maincolor{background:#f80}#section-fullwidth.maincolor a{color:#672082}#section-fullwidth.maincolor.lighten{background:#ffa033}#section-fullwidth.blue{background:#06f}#section-fullwidth.blue.lighten{background:#3385ff}#section-fullwidth.red{background:#d7464d}#section-fullwidth.red.lighten{background:#e07075}#section-fullwidth.yellow{background:#e7b547;padding:10px}#section-fullwidth.yellow.lighten{background:#edc774}#section-fullwidth.green{background:#85c066}#section-fullwidth.green.lighten{background:#a2cf8a}#section-fullwidth.lightgrey{background:#ececed}#section-fullwidth.lightgrey.lighten{background:#fff}#section-fullwidth.grey{background:#a9a9a9}#section-fullwidth.grey.lighten{background:#c3c3c3}#section-fullwidth.black{background:#000;color:#fff}#section-fullwidth.black.lighten{background:#1a1a1a}#section-fullwidth.dark{background:#222;color:#fff}#section-fullwidth.dark.lighten{background:#3c3c3c}@media screen and (min-width:48em){.two-columns-one{width:48.5%}.three-columns-one{width:30.3%}.three-columns-two{width:65.15%}.four-columns-one{width:22.375%}.four-columns-two{width:48%}.four-columns-three{width:74.5%}.four-columns-one,.four-columns-three,.four-columns-two,.three-columns-one,.three-columns-two,.two-columns-one{position:relative;float:left;margin-bottom:0}.two-columns-one{margin:0 1.5% 0 0}.two-columns-one.last{margin-right:0}.three-columns-two{margin:0 1.5% 0 0}.three-columns-two.last{margin-right:0}.three-columns-one{margin:0 3% 0 0}.three-columns-one.last{margin-right:0}.four-columns-one{margin:0 3.5% 0 0}.four-columns-one.last{margin-right:0}}.shortcode-section a.all-posts-link{color:#1a1a1a;text-decoration:none}.shortcode-section a.all-posts-link:after{content:"→";text-align:right;padding-left:3px}.shortcode-section .type-post{position:relative;display:block;margin:0;padding:20px 0 35px;border-top:1px solid #1a1a1a}.shortcode-section #front-section-four .entry-cats a:before,.shortcode-section #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:before,.shortcode-section .hentry .entry-cats a,.shortcode-section .section-one-column-one .entry-cats a:before,.shortcode-section .section-three-column-one .entry-cats a:before{display:none}.shortcode-section #primary .hentry.has-post-thumbnail:nth-child(4n+1){margin-left:-5.9440559441%;margin-right:-5.9440559441%;margin-bottom:34px;padding:0;border-top:0}.shortcode-section #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-thumbnail{width:100%;margin:0;float:none}.shortcode-section #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-thumbnail img{width:100%}.shortcode-section #primary .hentry.has-post-thumbnail:nth-child(4n+1) .meta-main-wrap{width:100%;padding:0 5.3125% 28px}.shortcode-section #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-meta{float:none}.shortcode-section #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-summary{display:none}.shortcode-section #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a{padding:2px 5px}.shortcode-section #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-author,.shortcode-section #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-comments,.shortcode-section #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-date,.shortcode-section #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-edit{display:inline-block;padding-bottom:0}.shortcode-section #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-date{padding-right:20px}.blogroll .entry-meta a{color:#1a1a1a;text-decoration:none}.blogroll .entry-cats a:nth-child(n+2):before{content:" / ";padding:0 2px;color:#1a1a1a}@media screen and (min-width:48em){.entry-content .blogroll .entry-summary p{font-size:1rem;line-height:1.5rem}}@media screen and (min-width:48em){.page #primary .blogroll .hentry{padding:20px 0 40px}.page #primary .blogroll .hentry .entry-meta{width:25.4901960784%;float:left;display:block}.page #primary .blogroll .hentry .entry-main{width:74.5098039216%;float:left}.page #primary .blogroll .hentry .entry-thumbnail{width:36.1445783133%}.page #primary .blogroll .hentry .meta-main-wrap{width:61.4457831325%;float:left}}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}[hidden],audio:not([controls]){display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body,figure{margin:0}img{border:0;-ms-interpolation-mode:bicubic}a:active,a:focus,a:hover{outline:none;-moz-outline-style:none}input{border-radius:0}:-moz-placeholder,:-ms-input-placeholder,::-moz-placeholder,::-webkit-input-placeholder{color:#999}*,:after,:before{box-sizing:border-box}::-moz-selection,::selection{background:#d7f4f9}#main-wrap .sharedaddy:after,.accordion .accordion-group .accordion-body .accordion-inner:after,.clear:after,.clearfix:after{clear:both;content:" ";display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}.cf:after,.cf:before{content:" ";display:table}.cf:after{clear:both}.front-section-title,.jetpack_subscription_widget #subscribe-text p,.single-post .entry-content p.intro,.social-front-title,.widget_mc4wp_form_widget p,p.text-big{font-size:1.25rem;line-height:1.875rem}.section-about-column-one p{font-size:1.125rem;line-height:1.688rem}.entry-content p{hypens:normal;font-size:1rem;line-height:1.5rem}.entry-content p.pull-left,.entry-content p.pull-right{font-size:1.125rem;line-height:1.688rem}.entry-header p.intro{font-size:1rem;line-height:1.5rem}p.site-title{font-weight:700;padding-right:55px;margin:0;font-size:1.562rem;line-height:2.344rem}#desktop-navigation ul li a,#overlay-nav ul li a,.comments-toggle,.footer-feature-btn,.page a.post-edit-link,.section-about-column-one p cite,.site-content div.wpcf7 p input.wpcf7-submit,.site-content p.nocomments{font-size:.937rem;line-height:1.407rem}#footer-social span,#overlay-nav ul ul li a,.entry-summary,.footer-menu ul li{font-size:.875rem;line-height:1.313rem;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.contact-form label span,.widget_rss ul li .rssSummary,.widget_rss ul li cite{font-size:.875rem;line-height:1.313rem}#site-info,.front-section a.all-posts-link,.null-instagram-feed .clear,.single-post .canonical-link{font-size:12px;font-size:.75rem}#desktop-navigation ul li a,#overlay-nav ul li a,.site-content p.nocomments{text-transform:uppercase;letter-spacing:1px}#comments-toggle:focus,#comments-toggle:hover,#front-section-three a.all-posts-link:focus,#front-section-three a.all-posts-link:hover,#offcanvas-widgets-open:focus,#offcanvas-widgets-open:hover,#primary #infinite-handle span:focus,#primary #infinite-handle span:hover,.comments-show #comments-toggle,.footer-feature-btn:focus,.footer-feature-btn:hover,.offcanvas-widgets-show #offcanvas-widgets-open{border:2px solid #0c6ca6}p{margin-bottom:30px}.entry-summary p{-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.entry-content p:last-child,.team-text p:last-child{margin-bottom:0}b,strong{font-weight:700}dfn,em,i{font-style:italic}del,s,strike{text-decoration:line-through}address{margin:0 0 30px}pre{max-width:100%;word-wrap:break-word;margin-bottom:30px;padding:15px;overflow:auto}code,kbd,pre,tt,var{font-family:Monaco,Consolas,Andale Mono,DejaVu Sans Mono,Courier New,Courier\ 10 Pitch,Courier,monospace;font-size:.937rem;line-height:1.407rem}abbr,acronym{border-bottom-width:1px;border-bottom-style:dotted;cursor:help}ins,mark{text-decoration:none}sub,sup{position:relative;vertical-align:baseline;height:0;font-size:75%;line-height:0}sup{bottom:1ex}sub{top:.5ex}small{font-size:75%}big{font-size:125%}figure{margin:0}dt{padding-bottom:4px;font-weight:700}dd{margin:0 0 30px}dl dt{font-weight:700}dl dd{margin:0 0 30px}@media screen and (min-width:48em){.front-section-title,.social-front-title{font-size:2.25rem;line-height:3.375rem}.entry-header p.intro,.section-about-column-one p,.single-post .entry-content p.intro,p.text-big{font-size:1.625rem;line-height:2.438rem}.entry-content p{font-size:1.125rem;line-height:1.688rem}.entry-content p.pull-left,.entry-content p.pull-right{font-size:1.25rem;line-height:1.875rem}.big-thumb .entry-header p.intro,.entry-content dl,.entry-content ol,.entry-content ul,.section-one-column-one .type-post .entry-summary,.section-three-column-one .type-post .entry-summary,address,p.text-small{font-size:1.125rem;line-height:1.688rem}.entry-summary{font-size:1rem;line-height:1.5rem}.null-instagram-feed .clear,.section-fourcolumn-postwrap .type-post .entry-summary,.section-sixcolumn-postwrap .type-post .entry-summary{font-size:.937rem;line-height:1.407rem}}h1,h2,h3,h4,h5,h6{-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;font-family:roboto,sans-serif}#section-fullwidth h1,.entry-content h1,.site-content h1{padding:6px 0 9px;font-size:1.25rem;line-height:1.875rem;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}#section-fullwidth h2,.entry-content h2,.site-content h2{font-size:1.125rem;line-height:1.688rem;padding:6px 0 9px;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}#section-fullwidth h3,.entry-content h3,.site-content h3{font-size:1.125rem;line-height:1.688rem;padding:5px 0 8px}#section-fullwidth h4,.entry-content h4,.site-content h4{font-size:1rem;line-height:1.5rem;padding:5px 0 8px}#section-fullwidth h5,.entry-content h5,.site-content h5{font-size:.937rem;line-height:1.407rem;padding:3px 0;text-transform:uppercase;letter-spacing:1px}#section-fullwidth h6,.entry-content h6,.site-content h6{font-size:1rem;line-height:1.5rem;padding:3px 0}#comments h3.comments-title,#desktop-navigation ul li a,#overlay-nav ul li a,.authorbox h3.author-title,h1,h2,h3,h4,h5,h6{font-weight:600}h1.site-title,p.site-title{font-weight:700;padding-right:25px;font-size:1.125rem;line-height:1.688rem}.archive-header h1.archive-title,.attachment h1.entry-title,.entry-content h1,.entry-header h1.entry-title,.page h1.entry-title,.single-post .entry-header h1.entry-title,.site-content h1,h1.entry-title{text-transform:uppercase;border-bottom:7px;border-style:solid;margin-bottom:50px;display:table-cell;padding-bottom:1px}.archive-header h1.archive-title+*,.attachment h1.entry-title+*,.entry-content h1+*,.entry-header h1.entry-title+*,.page h1.entry-title+*,.single-post .entry-header h1.entry-title+*,.site-content h1+*,h1.entry-title+*{margin-top:20px}.archive-header h1:after.archive-title article h1:after,.attachment h1:after.entry-title,.entry-content h1:after,.entry-header h1:after.entry-title,.page h1:after.entry-title,.single-post .entry-header h1:after.entry-title{content:" ";display:table-cell;width:100%}.h1noupper .entry-header h1.entry-title,.h1noupper.page h1.entry-title,.h1noupper h1{text-transform:none}.entry-header h1.entry-title{margin:0}#secondary h2.widget-title,#sidebar-page h2.widget-title{font-size:1rem;line-height:1.5rem}#footer-social h2.socialmedia{font-size:.875rem;line-height:1.313rem;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;display:inline-block;float:left;padding:8px 15px 0 0}.entry-header h2.entry-title{font-size:1rem;line-height:1.5rem;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual;text-decoration:none;padding:4px 0 8px;display:block;margin:0}.entry-header h2.entry-title a{text-decoration:none}.widget h2.widget-title{display:block;margin:0;padding:15px 0 24px;border-top-width:1px;border-top-style:solid}.jetpack_subscription_widget h2.widget-title,.widget_mc4wp_form_widget h2.widget-title{font-size:.937rem;line-height:1.407rem}h3#reply-title{margin:0 0 10px;padding:0;display:block;line-height:1;font-weight:600;text-transform:uppercase;letter-spacing:1.5px}#footer-social h3.socialmedia{font-size:.875rem;line-height:1.313rem;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;display:inline-block;float:left;padding:8px 15px 0 0}.footer-menu h3.footer-menu-title{text-transform:uppercase;letter-spacing:1px}#comments #respond h3#reply-title,#comments h3.comments-title,.authorbox h3.author-title,.footer-menu h3.footer-menu-title{font-size:.937rem;line-height:1.407rem}#big-footer-feature h2.footer-feature-title,#big-footer-feature h3.footer-feature-title,#front-section-four .entry-header h2.entry-title,#front-section-three h3.front-section-title,.archive-header h1.archive-title,.attachment h1.entry-title,.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-header h2.entry-title,.blog-wrap h3.blog-title,.featured-slider .entry-header h2.entry-title,.jetpack_subscription_widget #subscribe-text p,.page h1.entry-title,.recommended-posts-wrap #jp-relatedposts h3.jp-relatedposts-headline,.section-one-column-one .entry-header h2.entry-title,.section-three-column-one .entry-header h2.entry-title,.single-post .entry-header h1.entry-title{font-size:1.25rem;line-height:1.875rem}.entry-content header,.site-content header{margin-bottom:20px}@media screen and (min-width:48em){h1.site-title,p.site-title{padding-top:5px}.attachment h1.entry-title,.page h1.entry-title,.single-attachment .entry-header h1.entry-title,.single-post .entry-header h1.entry-title,h1.entry-title{font-size:3rem;line-height:4.5rem}#front-section-four .entry-header h2.entry-title,.archive-header h1.archive-title,.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-header h2.entry-title,.blog-wrap h3.blog-title,.entry-content h1,.recommended-posts-wrap #jp-relatedposts h3.jp-relatedposts-headline,.section-one-column-one .entry-header h2.entry-title,.section-three-column-one .entry-header h2.entry-title{font-size:2.25rem;line-height:3.375rem}#section-fullwidth h2,.entry-content h2{font-size:1.625rem;line-height:2.438rem}#section-fullwidth h3,.entry-content h3{font-size:1.5rem;line-height:2.25rem}#section-fullwidth h4,.entry-content h4{font-size:1.375rem;line-height:2.063rem}#section-fullwidth h5,#section-fullwidth h6,.entry-content h5,.entry-content h6{font-size:1.187rem;line-height:1.782rem}.entry-header h2.entry-title{font-size:1.5rem;line-height:2.25rem}#front-section-fourcolumn .type-post .entry-header h2.entry-title,.section-one-column-two .type-post:nth-of-type(n+2) .entry-header h2.entry-title,.section-sixcolumn-postwrap .type-post .entry-header h2.entry-title,.section-three-column-two .type-post .entry-header h2.entry-title,.section-two-column-two .type-post .entry-header h2.entry-title{font-size:1rem;line-height:1.5rem}.null-instagram-feed .clear,.page div.sharedaddy h3.sd-title{font-size:.937rem;line-height:1.407rem}.attachment h1.entry-title,.page h1.entry-title{margin-bottom:45px}}@media screen and (min-width:64em){#front-section-twocolumn .entry-header h2.entry-title,.entry-header h2.entry-title{font-size:1.75rem;line-height:2.625rem}.widget h2.widget-title{border-top:none}}@media screen and (min-width:66.25em){h1.site-title{font-size:3.75rem;line-height:5.625rem;text-align:center;padding-right:0}#front-section-four .entry-header h2.entry-title,.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-header h2.entry-title,.section-one-column-one .entry-header h2.entry-title,.section-three-column-one .entry-header h2.entry-title{font-size:3rem;line-height:4.5rem}#front-section-fourcolumn .type-post .entry-header h2.entry-title,.recommended-posts-wrap #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title{font-size:1.25rem;line-height:1.875rem}#front-section-four entry-header h2.entry-title{padding-top:10px}}@media screen and (min-width:85em){#front-section-four .entry-header h2.entry-title,.single-post .entry-header h1.entry-title{font-size:3.625rem;line-height:5.438rem}}@media screen and (min-width:550px){hr{display:block;border:0;height:56px;margin:10px 0;color:#ccc;background-image:url(img/trenner-04-50.png);background-position:50%;background-repeat:no-repeat}}.menu_separator hr{background-image:url(img/trenner-01-30.png);height:40px}.site-content hr{clear:both}.devider_hideimage hr{background-image:none;border:1px;height:1px;background:#ccc}#overlay-nav .menu_separator hr{display:none}a{text-decoration:none}.comment-text a,.entry-content a{font-weight:700;word-break:break-word;-webkit-hyphens:none;-ms-hyphens:none;hyphens:none}.author-bio a,.textwidget a{text-decoration:underline}#secondary h2.widget-title,#sidebar-page h2.widget-title{text-decoration:none}#comments-toggle:focus,#comments-toggle:hover,#front-section-three a.all-posts-link:focus,#front-section-three a.all-posts-link:hover,#offcanvas-widgets-open:focus,#offcanvas-widgets-open:hover,#primary #infinite-handle span:focus,#primary #infinite-handle span:hover,.comments-show #comments-toggle,.offcanvas-widgets-show #offcanvas-widgets-open{border-style:solid;border-width:2px}.desktop-search input.search-field:active,.desktop-search input.search-field:focus{border-bottom-style:solid;border-bottom-width:1px}.wp-caption-text a{line-height:1.6em}table{line-height:2;font-size:1rem;line-height:1.5rem;border-collapse:collapse;border-bottom-style:solid;border-spacing:0;border-width:1px;margin:0 0 1.6em;width:100%}table.sorttable thead{cursor:pointer}table.center td,table.center th{text-align:center}table.right td{text-align:right}table thead th{border-bottom-width:2px;border-bottom-style:solid}table.border td,table.long td{border-bottom-width:1px;border-bottom-style:solid}caption,td,th{font-weight:400;text-align:left;vertical-align:top}caption{padding:3px 5px;font-style:italic;margin:40px 0}caption.right{text-align:right}caption.center{text-align:center}th{font-weight:700}td,th{padding:.4em}td.right,th.right{text-align:right}td.center,th.center{text-align:center}@media screen and (max-width:48em){table,td,tr{padding:0}table{border:none}thead{display:none}tr{margin-bottom:2em}td,tr{float:left;width:100%}td{padding:1em}}ol,ul{margin:0 0 30px;padding-left:40px;list-style-position:inside}ul{list-style:none}ul ul{margin:0}ol{list-style:decimal}ol ol{margin:0;list-style:lower-alpha}ol ol ol{list-style:lower-roman}li>ol,li>ul{margin-bottom:0;margin-left:0}.entry-content ul{padding-left:50px}.entry-content ul li{position:relative;padding:0 0 0 24px;list-style-position:outside;list-style-type:none}.entry-content ul li:before{margin-right:10px;margin-left:-24px}.entry-content ul li ul{padding-left:50px}.entry-content ul li ul li{padding-left:24px}.entry-content ul li ul li li{display:list-item;list-style-type:circle;padding-left:0}.entry-content ul li ul li li:before{content:"";margin-right:0;margin-left:0}.entry-content ul li ol li:before{display:none}.entry-content ul ul{padding-left:50px}.entry-content ul.default li{display:list-item;padding:0;list-style-type:circle}.entry-content ul.default li:before{content:"";margin-left:0;margin-right:0}.entry-content ul.default li li{list-style-type:square}.entry-content ul.default li li li{list-style-type:disc}.entry-content ul.nolist li,.entry-content ul.textlist li{list-style:none;margin:0;padding:0;background:none}.entry-content ul.nolist li:before,.entry-content ul.textlist li:before{display:none}.entry-content ul.sign li{list-style-type:none;padding-left:30px;margin-left:20px;background-image:url(../img/signet-maincolor-24.gif);background-repeat:no-repeat;background-position:left 3px;display:list-item}.entry-content ul.sign li:before{content:"";margin:0}.entry-content ul.sign li ul li{background-image:none;list-style-type:circle;list-style-image:none;padding:0;margin:0}.entry-content ul.sign li ul li ul li{list-style-type:square}.entry-content ul.sign li ol li{background-image:none;padding:0;margin:0}.entry-content ul.sign.grau li{background-image:url(../img/signet-grau-24.gif)}.entry-content ul.sign.secondcolor li{background-image:url(../img/signet-secondcolor-24.gif)}.entry-content ul.line li{position:relative;padding:0 0 0 24px;list-style-position:outside;list-style-type:none}.entry-content ul.line li:before{vertical-align:top;position:absolute;top:0;left:0;content:"–";padding:0;margin-left:0;margin-right:0}.entry-content ul.line li ul{padding-left:50px}.entry-content ul.line li ul li{padding-left:24px}.entry-content ul.line li ol li:before{display:none}.entry-content ul.textlist{margin-left:0;padding-left:0}.entry-content ul.textlist li{padding-left:0;display:inline}.entry-content ol{padding-left:70px}.entry-content ol li{padding-left:4px;list-style-position:outside}.entry-content ol ol{padding-left:50px}.entry-content ol ul li{padding-left:24px}.comment-text ol,.comment-text ul{margin:0 0 15px;padding-left:20px}.comment-text li{position:relative;padding:0 0 0 24px}.comment-text ul li:before{vertical-align:top;position:absolute;top:0;left:0;content:"–";padding:0}.comment-text ul li ul li{padding-left:24px}.comment-text ul li ol li:before{display:none}.comment-text ol ul li{padding:0 0 0 24px}#comments ol ol,#comments ul ul{padding-left:50px}.fontawesome-icon-list a{text-decoration:none}.fontawesome-icon-list a i{min-width:2em}blockquote{display:block;padding:20px 20px 20px 45px;margin:10px 20px 30px;position:relative;font-family:Georgia,Times New Roman,Times,serif;border-left-style:solid;border-left-width:15px;font-style:italic;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}blockquote a{text-decoration:none;cursor:pointer;padding:0 3px}blockquote em{font-style:italic}blockquote p{position:relative;font-weight:600;font-size:1.125rem;line-height:1.688rem}blockquote ol,blockquote ul{padding-left:0}blockquote cite{display:block;padding-top:10px;padding-right:30px;font-style:normal;font-weight:400;text-align:right;font-size:.937rem;line-height:1.407rem}blockquote cite:before{content:"–"}blockquote.quotesign{padding:20px 20px 20px 60px}blockquote.quotesign:before{content:"“";font-family:Georgia,serif;font-size:70px;font-weight:700;position:absolute;left:10px;top:0}blockquote.quotesign:after{content:""}blockquote.smallborder{border-left-width:2px;border-right-width:2px}blockquote.boxborder{border-top-width:2px;border-bottom-width:2px;border-top-style:solid;border-bottom-style:solid}blockquote.small{border-left-width:2px;border-right-width:2px;font-style:normal;padding:10px 10px 10px 25px}blockquote.small p{font-weight:400}blockquote.small cite,blockquote.small p{font-size:1rem;line-height:1.5rem}blockquote.borderless{border:none}.inner-offcanvas-wrap blockquote{background:inherit;margin:10px 5px 30px 20px;border:0}.inner-offcanvas-wrap blockquote:before{content:"“";font-family:Georgia,serif;font-size:60px;font-weight:700;color:#4d4d4d;position:absolute;left:2px;top:-5px}.inner-offcanvas-wrap blockquote:after{content:""}#comments blockquote{border-left:none;border-right:none}#comments blockquote p{position:relative;font-weight:600}#comments blockquote cite{display:block;padding-top:10px;font-style:normal;font-size:1rem;line-height:1.5rem}@media screen and (min-width:48em){.entry-content blockquote:not(.small) p{font-size:1.5rem;line-height:2.25rem}.entry-content blockquote:not(.small) cite{font-size:1.187rem;line-height:1.782rem}}.entry-cats,.entry-meta{font-size:.687rem;line-height:1.032rem;text-transform:uppercase;letter-spacing:1px}.entry-cats a,.entry-meta a{text-decoration:none}.entry-meta{display:block;clear:both}.entry-meta .entry-tags ul{margin:0;padding:0}#primary .hentry .entry-date,#primary .hentry .entry-edit{display:block}#primary .hentry .entry-date{padding-bottom:8px}#front-section-four .entry-cats a,.featured-slider .entry-cats a,.section-one-column-one .entry-cats a,.section-three-column-one .entry-cats a,.single-post .entry-cats a{padding:3px 5px;margin:0 2px 4px 0}.section-one-column-one .entry-cats{position:absolute;top:37px;left:17px}.section-three-column-two .entry-cats{display:none}.archive .entry-cats a:nth-child(n+2):before,.search-results .entry-cats a:nth-child(n+2):before{content:" / ";padding:0 2px}.single-post .entry-header{font-size:.875rem;line-height:1.313rem}.single-post .entry-header .entry-cats{display:block;text-align:right}.single-post .entry-header .entry-cats a{display:inline-block}.single-post .entry-tags{font-size:.875rem;line-height:1.313rem}.blog #front-section-four .entry-cats a:before,.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:before,.blog .hentry .entry-cats a,.blog .section-one-column-one .entry-cats a:before,.blog .section-three-column-one .entry-cats a:before{display:none}.blog .hentry .entry-cats a:first-child,.blog .hentry .entry-cats a:nth-child(2),.blog .hentry .entry-cats a:nth-child(3),.blog .hentry .entry-cats a:nth-child(4){display:inline}.blog .entry-cats a:nth-child(n+2):before{content:" / "}.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a{padding:2px 5px;display:inline}.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-author,.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-comments,.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-date,.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-edit{display:inline-block;padding-bottom:0}.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-date{padding-right:20px}.front_hidecats .blog .entry-cats{display:none!important}@media screen and (min-width:48em){.front-section a.all-posts-link,.shortcode-section a.all-posts-link,.single-attachment .hentry .entry-meta,.single-post .canonical-link,.single-post .entry-tags,.single-post .hentry .entry-meta{font-size:.937rem;line-height:1.407rem}}.wp-smiley{border:0;margin-bottom:0;margin-top:0;padding:0}.entry-content p.pull-left,.entry-content p.pull-right{margin-bottom:15px;font-weight:600;line-height:1.4!important}span.dropcap{float:left;padding:3px 4px 0 0;font-size:64px;font-size:4rem;font-weight:600;line-height:.78}.uppercase{font-weight:600;text-transform:uppercase;letter-spacing:1px}.wide-content{margin-bottom:30px}.justify{text-align:justify}.alignleft,.alignright{display:block}.alignleft{margin-right:35px;float:left}.alignright{margin-left:35px;float:right}.aligncenter{display:block;margin-left:auto;margin-right:auto;clear:both}#footer-social h3.socialmedia,#footer-social span,.home.page .entry-header h1,.no-header-subtitle p.site-description,.no-header-text h1.site-title,.no-header-text p.site-description,.no-header-text p.site-title,.no-header-title h1.site-title,.no-header-title p.site-title,.screen-reader-text,.search-open span,.single-post .entry-comments-title,.unsichtbar{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}#footer-social h3.socialmedia:focus,#footer-social span:focus,.home.page .entry-header h1:focus,.no-header-subtitle p.site-description:focus,.no-header-text h1.site-title:focus,.no-header-text p.site-description:focus,.no-header-text p.site-title:focus,.no-header-title h1.site-title:focus,.no-header-title p.site-title:focus,.screen-reader-text:focus,.search-open span:focus,.single-post .entry-comments-title:focus,.unsichtbar:focus{position:relative;left:0;width:auto;height:auto;overflow:auto}.hidden,.hide-desktop{display:none}.jetpack_subscription_widget #subscribe-submit input[type=submit],.widget_mc4wp_form_widget input[type=submit]{background:#f80}.desktop-search input[type=submit]:hover{background:#0c6ca6}.jetpack_subscription_widget #subscribe-submit input[type=submit]:hover,.widget_mc4wp_form_widget input[type=submit]:hover{background:#f80}.desktop-search input[type=submit]:hover,.post-password-form input[type=submit]:hover,.post-password-form input[type=submit]:hover .footer-feature-btn:hover,.widget_search input[type=submit]:hover{border:2px solid #0c6ca6;color:#fff;background:#0c6ca6}input{padding:12px 15px;background:#fff;border:1px solid #ccc;line-height:normal;outline:none;color:#1a1a1a}input#submit:hover,input[type=submit]:hover{background:#0c6ca6;border:2px solid #0c6ca6;color:#fff}input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}input#submit,input[type=button],input[type=submit]{padding:9px 30px;border:2px solid #f80;background-color:#f80;color:#fff;line-height:normal;cursor:pointer;outline:none;-webkit-appearance:none;text-transform:uppercase;font-weight:500;letter-spacing:3px}input#submit:focus,input#submit:hover,input[type=button]:focus,input[type=button]:hover,input[type=submit]:focus,input[type=submit]:hover{background-color:#672082;border-color:#672082}textarea{padding:12px 15px;background:#fff;border:1px solid #ccc;line-height:normal;outline:none;color:#1a1a1a}textarea:active,textarea:focus{border:1px solid #1a1a1a}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}#commentform input#submit{border-color:#f80;background-color:#f80;color:#fff}#commentform input#submit:focus,#commentform input#submit:hover{background-color:#672082;border-color:#672082}.post-password-form input[type=password]{padding:9px 15px}.widget_search .searchform{width:100%;max-width:500px;display:block;overflow:hidden}.widget_search input.search-field{margin-right:6px;padding:12px 2%;float:left;width:58%}.error404 input.search-field{padding:12px 2%}.error404 input[type=submit]{padding:10px 30px}.post-password-form input[type=submit],.widget_search input[type=submit]{padding:11px 0;font-weight:600;line-height:1.65}.widget_search input[type=submit]{width:40%;float:right}@media screen and (min-width:48em){input#submit,input[type=button],input[type=submit]{font-size:.937rem;line-height:1.407rem}}img{max-width:100%;height:auto}img.wp-post-image{padding:0}img.img-border{border:5px solid #e2e2e2}img.img-border-thin{background:#fff;padding:5px;border:1px solid #ededee}img.shadow{max-width:calc(100% - 10px);box-shadow:2px 2px 4px 0 rgba(0,0,0,.6)}img.noshadow{max-width:inherit;box-shadow:none}img.rounded{border-radius:50%}img.roundedges{border-radius:10px}img.alignleft,img.alignright{margin-top:8px;margin-bottom:25px}.widget img{height:auto}.widget img,.wp-caption{max-width:100%}.wp-caption.alignnone{margin-left:0;margin-right:0}img#wpstats{display:none}.entry-content .wp-caption-text,.entry-content p.wp-caption-text{margin:0;font-size:.875rem;line-height:1.313rem}.shadow-images .entry-content img{max-width:calc(100% - 10px);box-shadow:2px 2px 4px 0 rgba(0,0,0,.6)}.shadow-images .entry-content img.noshadow{max-width:inherit;box-shadow:none}.type-attachment .entry-content .entry-caption p{margin:0;padding:8px 10px 30px 2px;font-size:.875rem;line-height:1.313rem}.entry-content p.wp-caption-text{text-align:right;padding:0 10px 0 0}.entry-content .alignleft p.wp-caption-text{text-align:left}.entry-content .alignright p.wp-caption-text{text-align:right;margin-right:6px}figure{margin:10px 0 20px}figure figcaption{text-align:right;padding:0 10px 0 0;margin:0;font-size:.875rem;line-height:1.313rem;max-width:100%}figure.entry-thumbnail figcaption{text-align:right}.shadow-images figure img{max-width:calc(100% - 10px);box-shadow:2px 2px 4px 0 rgba(0,0,0,.6)}@media screen and (min-width:48em){.single-post .entry-thumbnail{padding-bottom:30px}}.gallery{margin-left:auto;margin-right:auto;padding-top:10px}.gallery .gallery-item{float:left;margin-top:0;width:33.3%}.gallery .gallery-item a{border-bottom:none}.gallery .gallery-item .gallery-caption{margin:0;padding:8px 2px 30px;font-size:.875rem;line-height:1.313rem}.gallery .gallery-item img{width:100%;height:auto}.gallery dl,.gallery dt{margin:0}.gallery br+br{display:none}.shadow-images .entry-content .gallery img{width:100%;box-shadow:2px 0 10px 0 rgba(0,0,0,.8)}.tiled-gallery{margin-left:auto;margin-right:auto;padding-top:10px;margin-bottom:30px!important}.gallery-columns-2 .gallery-item{width:50%}.gallery-columns-2 .gallery-item:nth-of-type(odd),.gallery-columns-3 .gallery-item:nth-of-type(3n+1){padding-right:1.4%}.gallery-columns-2 .gallery-item:nth-of-type(2n),.gallery-columns-3 .gallery-item:nth-of-type(3n+3){padding-left:1.4%}.gallery-columns-3 .gallery-item:nth-of-type(3n+2){padding-left:.7%;padding-right:.7%}.gallery-columns-4 .gallery-item{width:25%}.gallery-columns-5 .gallery-item{width:20%}.gallery-columns-6 .gallery-item{width:16.6%}.gallery-columns-7 .gallery-item{width:14%}.gallery-columns-8 .gallery-item{width:12.5%}.gallery-columns-9 .gallery-item{width:11%}.gallery-columns-2 .attachment-medium{max-width:92%;height:auto}.gallery-columns-4 .attachment-thumbnail,.gallery-columns-5 .attachment-thumbnail,.gallery-columns-6 .attachment-thumbnail{max-width:93%;height:auto}.gallery-columns-7 .attachment-thumbnail,.gallery-columns-8 .attachment-thumbnail,.gallery-columns-9 .attachment-thumbnail{max-width:94%;height:auto}.single .gallery .gallery-item .gallery-caption{display:block}embed,iframe,object,video{max-width:100%}.entry-content .twitter-tweet-rendered{max-width:100%!important}.site-content .type-attachment{padding-top:0!important}.social-nav ul li{display:inline-block;border:1px solid transparent;border-radius:50%}.social-nav ul li a{background:#fff;color:#1a1a1a;overflow:hidden;display:inline-block;width:25px;height:25px;text-align:center;vertical-align:middle;border-radius:50%}.social-nav ul li :hover{background:#1a1a1a;color:#fff}.social-nav ul li a:before{font-size:1.125rem;line-height:1.688rem;text-align:center;vertical-align:middle;padding-top:1px}.social-nav ul li a[href*="diaspora.com"]{background-color:#ccc;border-color:#ccc;color:#fff}.social-nav ul li a[href*="diaspora.com"]:before{font-size:2.25rem;line-height:2rem;content:"*";font-family:Roboto,Helvetica,Arial,sans-serif;font-weight:700}.social-nav ul li a[href*="diaspora.com"]:focus,.social-nav ul li a[href*="diaspora.com"]:hover{background-color:#b3b3b3}.social-nav ul li a[href*="delicious.com"]{background-color:#eee;border-color:#eee;color:#fff}.social-nav ul li a[href*="delicious.com"]:focus,.social-nav ul li a[href*="delicious.com"]:hover{background-color:#d5d5d5}.social-nav ul li a[href*="facebook.com"]{background-color:#3b5998;border-color:#3b5998;color:#fff}.social-nav ul li a[href*="facebook.com"]:focus,.social-nav ul li a[href*="facebook.com"]:hover{background-color:#2d4373}.social-nav ul li a[href*=feed]{background-color:#f80;border-color:#f80;color:#fff}.social-nav ul li a[href*=feed]:focus,.social-nav ul li a[href*=feed]:hover{background-color:#cc6d00}.social-nav ul li a[href*="flattr.com"]{background-color:#5cb85c;border-color:#5cb85c;color:#fff}.social-nav ul li a[href*="flattr.com"]:focus,.social-nav ul li a[href*="flattr.com"]:hover{background-color:#449d44}.social-nav ul li a[href*="flickr.com"]{background-color:#ff0084;border-color:#ff0084;color:#fff}.social-nav ul li a[href*="flickr.com"]:focus,.social-nav ul li a[href*="flickr.com"]:hover{background-color:#cc006a}.social-nav ul li a[href*="google.com"]{background-color:#4285f4;border-color:#4285f4;color:#fff}.social-nav ul li a[href*="google.com"]:focus,.social-nav ul li a[href*="google.com"]:hover{background-color:#1266f1}.social-nav ul li a[href*="github.com"]{background-color:#4078c0;border-color:#4078c0;color:#fff}.social-nav ul li a[href*="github.com"]:focus,.social-nav ul li a[href*="github.com"]:hover{background-color:#264874}.social-nav ul li a[href*="instagram.com"]{background-color:#c13584;border-color:#c13584;color:#fff}.social-nav ul li a[href*="instagram.com"]:focus,.social-nav ul li a[href*="instagram.com"]:hover{background-color:#711f4d}.social-nav ul li a[href*="linkedin.com"]{background-color:#0077b5;border-color:#0077b5;color:#fff}.social-nav ul li a[href*="linkedin.com"]:focus,.social-nav ul li a[href*="linkedin.com"]:hover{background-color:#00344f}.social-nav ul li a[href*="pinterest.com"]{background-color:#bd081c;border-color:#bd081c;color:#fff}.social-nav ul li a[href*="pinterest.com"]:focus,.social-nav ul li a[href*="pinterest.com"]:hover{background-color:#5b040e}.social-nav ul li a[href*="reddit.com"]{background-color:#ff4500;border-color:#ff4500;color:#fff}.social-nav ul li a[href*="reddit.com"]:focus,.social-nav ul li a[href*="reddit.com"]:hover{background-color:#992900}.social-nav ul li a[href*="slack.com"]{background-color:#6ecadc;border-color:#6ecadc;color:#fff}.social-nav ul li a[href*="slack.com"]:focus,.social-nav ul li a[href*="slack.com"]:hover{background-color:#2ca1b8}.social-nav ul li a[href*="snapchat.com"]{background-color:#fffc00;border-color:#fffc00;color:#fff}.social-nav ul li a[href*="snapchat.com"]:focus,.social-nav ul li a[href*="snapchat.com"]:hover{background-color:#999700}.social-nav ul li a[href*="slideshare.com"]{background-color:#bddfdf;border-color:#bddfdf;color:#000}.social-nav ul li a[href*="slideshare.com"]:focus,.social-nav ul li a[href*="slideshare.com"]:hover{background-color:#78bebe}.social-nav ul li a[href*="tumblr.com"]{background-color:#56bc8a;border-color:#56bc8a;color:#fff}.social-nav ul li a[href*="tumblr.com"]:focus,.social-nav ul li a[href*="tumblr.com"]:hover{background-color:#317b57}.social-nav ul li a[href*="twitter.com"]{background-color:#1da1f2;border-color:#1da1f2;color:#fff}.social-nav ul li a[href*="twitter.com"]:focus,.social-nav ul li a[href*="twitter.com"]:hover{background-color:#0967a0}.social-nav ul li a[href*="vimeo.com"]{background-color:#162221;border-color:#162221;color:#fff}.social-nav ul li a[href*="vimeo.com"]:focus,.social-nav ul li a[href*="vimeo.com"]:hover{background-color:#3e605d}.social-nav ul li a[href*="xing.com"]{background-color:#026466;border-color:#026466;color:#fff}.social-nav ul li a[href*="xing.com"]:focus,.social-nav ul li a[href*="xing.com"]:hover{background-color:#000202}.social-nav ul li a[href*="youtube.com"]{background-color:#cd201f;border-color:#cd201f;color:#fff}.social-nav ul li a[href*="youtube.com"]:focus,.social-nav ul li a[href*="youtube.com"]:hover{background-color:#000}.social-nav ul li a[href*="lists.piratenpartei.de"]{background-color:#f80;border-color:#f80;color:#fff}.social-nav ul li a[href*="lists.piratenpartei.de"]:focus,.social-nav ul li a[href*="lists.piratenpartei.de"]:hover{background-color:#995200}.socialmedia-maincolor .social-nav ul li a{color:#f80;background-color:#fff;border-color:#fff}.socialmedia-maincolor .social-nav ul li :focus,.socialmedia-maincolor .social-nav ul li :hover,.socialmedia-maincolor .social-nav ul li a:focus,.socialmedia-maincolor .social-nav ul li a:hover{background:#672082;color:#fff;border-color:#672082}.socialmedia-secondcolor .social-nav ul li a{color:#672082;background-color:#fff;border-color:#fff}.socialmedia-secondcolor .social-nav ul li :focus,.socialmedia-secondcolor .social-nav ul li :hover,.socialmedia-secondcolor .social-nav ul li a:focus,.socialmedia-secondcolor .social-nav ul li a:hover{background:#f80;color:#fff;border-color:#f80}#footer-social.social-nav li{border:none}.socialmedia-maincolor #footer-social.social-nav ul li a{color:#f80;background:#471659}.socialmedia-maincolor #footer-social.social-nav ul li a:focus,.socialmedia-maincolor #footer-social.social-nav ul li a:hover{background:#672082;color:#fff;border-color:#672082}.socialmedia-secondcolor #footer-social.social-nav ul li a{color:#f80;background:#471659}.socialmedia-secondcolor #footer-social.social-nav ul li a:focus,.socialmedia-secondcolor #footer-social.social-nav ul li a:hover{background:#f80;color:#fff;border-color:#f80}@media screen and (min-width:66.25em){.header-social{display:block;position:absolute;right:0;top:40px;height:59px;padding-top:10px}#header-social-sticky{top:7px;right:20px}.header-stick #header-social-sticky{z-index:9999}}#comments .disclaimer,.box,.pirate-crew-error{margin:0 0 30px;padding:20px;overflow:hidden;line-height:1.4}#comments .disclaimer a,.box a,.pirate-crew-error a{font-weight:700}#comments .site-content .disclaimer p,.site-content #comments .disclaimer p,.site-content .box p,.site-content .pirate-crew-error p{margin:0 0 30px}.white-box{border:3px solid #fff}.white-box.invertbox{background:#e6e6e6}.blue-box{border:3px solid #06f}.blue-box.invertbox{background:#3385ff}.yellow-box{border:3px solid #e7b547}.yellow-box.invertbox{background:#edc774}.pirate-crew-error,.red-box{border:3px solid #d7464d}.invertbox.pirate-crew-error,.red-box.invertbox{background:#e07075}.green-box{border:3px solid #85c066}.green-box.invertbox{background:#a2cf8a}.lightgrey-box{border:3px solid #ececed}.lightgrey-box.invertbox{background:#fff}.grey-box{border:3px solid #a9a9a9}.grey-box.invertbox{background:#c3c3c3}.dark-box{border:3px solid #222}.dark-box.invertbox{background:#3c3c3c;color:#fff}#comments .disclaimer,.maincolor-box{border:3px solid #f80}#comments .disclaimer a,.maincolor-box a{color:#f80}#comments .invertbox.disclaimer,.maincolor-box.invertbox{background:#ffa033}#comments .invertbox.disclaimer a,.maincolor-box.invertbox a{color:#1a1a1a}.secondcolor-box{border:3px solid #672082}.secondcolor-box a{color:#672082}.secondcolor-box.invertbox{background:#872aab;color:#fff}a.standard-btn{display:inline-block;margin:0 0 30px;padding:10px 18px;overflow:hidden;cursor:pointer;background:#1a1a1a;color:#fff;font-size:16px;font-size:1rem;text-align:center;font-weight:400;text-decoration:none!important;transition:background .2s ease}a.standard-btn:focus,a.standard-btn:hover{background:#737373}.page .entry-content a.standard-btn,.page .entry-content a.standard-btn:hover,.post .entry-content a.standard-btn,.post .entry-content a.standard-btn:hover{color:#fff;border:none}a.standard-btn.xsmall-btn{padding:5px 10px 3px;font-size:14px;font-size:.875rem}a.standard-btn.small-btn{padding:7px 12px 5px;font-size:18px;font-size:1.125rem}a.standard-btn.large-btn{padding:14px 20px 13px;font-size:23px;font-size:1.4375rem}a.standard-btn.xlarge-btn{padding:18px 30px 17px;font-size:25px;font-size:1.5625rem}a.standard-btn.red-btn{background:#d7464d}a.standard-btn.red-btn:focus,a.standard-btn.red-btn:hover{background:#ab252c}a.standard-btn.green-btn{background:#85c066}a.standard-btn.green-btn:focus,a.standard-btn.green-btn:hover{background:#5f9a3f}a.standard-btn.blue-btn{background:#06f}a.standard-btn.blue-btn:focus,a.standard-btn.blue-btn:hover{background:#0047b3}a.standard-btn.yellow-btn{background:#e7b547}a.standard-btn.yellow-btn:focus,a.standard-btn.yellow-btn:hover{background:#c7911a}a.standard-btn.grey-btn{background:#a9a9a9}a.standard-btn.grey-btn:focus,a.standard-btn.grey-btn:hover{background:#838383}a.standard-btn.black-btn{background:#000}a.standard-btn.black-btn:focus,a.standard-btn.black-btn:hover{background:#595959}a.standard-btn.maincolor-btn{background:#f80}a.standard-btn.maincolor-btn:focus,a.standard-btn.maincolor-btn:hover,a.standard-btn.secondcolor-btn{background:#672082}a.standard-btn.secondcolor-btn:focus,a.standard-btn.secondcolor-btn:hover{background:#f80}.footer-feature-btn{display:inline-block;margin:20px 0 0;padding:18px 30px;background:none;border:2px solid #f80;background:#f80;color:#fff;text-transform:uppercase;letter-spacing:3px;outline:none;font-weight:500}.footer-feature-btn:focus,.footer-feature-btn:hover{border-color:#672082;background:#672082}#comments-toggle{position:relative;display:block;width:100%;padding:18px 20px 18px 60px;border-width:2px;border-style:solid;font-weight:600;text-transform:uppercase;letter-spacing:3px;text-align:left;outline:none}#comments-toggle:before{display:block;position:absolute;top:0;left:0;width:60px;height:58px;text-align:center;padding-top:16px;background:none}.toggledcomments .comments-content{display:none}.comments-show .comments-content{display:block}#primary .hentry .entry-comments{display:block;padding-bottom:8px}.entry-comments a{position:relative;padding-left:18px}.entry-comments a:before{display:block;position:absolute;top:2px;left:0}#comments{position:relative;padding:20px 0 0}#comments ol li,#comments ul li{list-style-position:outside}#comments ul.children{margin:0;padding:0}#comments li.comment,#comments li.pingback{overflow:hidden;margin:0 0 16px;padding:0}#comments li.comment:last-of-type,#comments li.pingback:last-of-type{margin:0}#comments li.comment ul.children{margin:16px 0 0}#comments .children .comment:last-child{margin:0}#comments h3.comments-title{padding:27px 0 0;border-top:1px solid #1a1a1a;display:block;font-weight:600;text-transform:uppercase;letter-spacing:3px}#comments .comment-details{position:relative;margin:0 90px 0 0;padding:0}#comments .comment-avatar{margin:0;padding:0;line-height:0;float:left}#comments .comment-avatar img.avatar{width:40px;height:40px;margin:0;border-radius:50px}#comments .comment-author{font-size:1rem;line-height:1.5rem;font-weight:600}#comments .comment-author span{display:none}#comments .comment-text{overflow:hidden;padding:10px 30px 10px 0}#comments .comment-text p{margin:0;padding:0 0 15px}#comments .comment-text p:last-child{padding:0}#comments .comment-meta{overflow:hidden;list-style:none}#comments .comment-meta li{display:inline}#comments .comment-reply{position:relative;padding:0}#comments .comment-reply a{padding-left:20px}#comments .comment-reply a:before{display:block;position:absolute;top:4px;left:0;text-align:left}#comments p.comment-awaiting-moderation{display:inline-block}#comments ol li.pingback p{margin:0}#comments .disclaimer{margin-bottom:10px}#comments #respond{margin:0;padding-top:30px;overflow:hidden;text-align:left}#comments li.comment #respond{padding-top:20px}#comments ol.commentlist #respond{margin:0;padding-left:0;padding-right:0}#comments #respond p.comment-notes{margin:0;padding:0}#comments #respond p.logged-in-as{padding:3px 0 0;margin-bottom:0}ol.commentlist{list-style:none;margin:0;padding:40px 0 0}ol.commentlist li{display:block;margin:0;padding:0}ol.commentlist .comment-text li{padding:0 0 0 18px}.comment-wrap{padding:0 0 16px 60px}ol.commentlist li.comment:last-of-type .comment-wrap{padding-bottom:0}ol.commentlist ul.children li.comment:last-of-type .comment-wrap{padding-bottom:16px}.comment-edit:before{content:",";display:inline}.site-content .nopassword,.site-content p.nocomments{position:relative;margin:15px 0 0;padding:0;font-weight:600}#respond a#cancel-comment-reply-link{margin:21px 0 0;float:right;font-weight:400;text-transform:none;letter-spacing:0}#commentform p.comment-form-author,#commentform p.comment-form-comment,#commentform p.comment-form-email,#commentform p.comment-form-url{margin:0;padding:20px 0 0;float:none;clear:both;width:100%}.contact-form div{float:none;clear:both;width:100%}#commentform input#author,#commentform input#email,#commentform input#url{display:block}#commentform input#author,#commentform input#email,#commentform input#url,#commentform textarea#comment{width:100%;margin:0;line-height:normal;-webkit-appearance:none;outline-color:transparent;outline-style:none}#commentform input#submit{margin:20px 0;width:100%;font-weight:600}#commentform p.form-submit{margin:0;clear:both}#respond small{font-size:100%}.comment-notes{display:none}.externcomments a.standard-btn{width:100%}@media screen and (min-width:48em){.single-post .entry-comments a{padding-left:22px}ol.commentlist{padding:40px 0 10px}#comments li.comment ul.children{margin-left:60px}#comments li.comment ul.children ul.children ul.children{margin-left:0}}.featured-content{padding-bottom:35px}.no-js .featured-content{display:none}.header-image{display:block;line-height:0;margin-bottom:35px}.header-image img{width:100%}.slider-on.slider-boxed .featured-content{padding-top:20px}.headerimg-on.slider-on.slider-boxed .featured-content{padding-top:0!important}.headerimg-on.header-boxed .header-image{margin-top:20px}.slider-on.slider-boxed .featured-slider .credits,.slider-on.slider-boxed .featured-slider .entry-header,.slider-on.slider-boxed .featured-slider .entry-meta{padding-left:17px;padding-right:17px}.featured-slider{visibility:hidden;overflow:hidden;position:relative;padding-bottom:35px}.featured-slider article header{margin-bottom:0}.featured-slider .meta-main-wrap{position:absolute;left:0;right:0;bottom:0;padding-bottom:17px}.featured-slider .entry-author{display:none}.featured-slider .entry-edit{margin-left:20px}.featured-slider button.slick-next{border-top:none;border-left:none;border-bottom:1px solid #ddd}.featured-slider button.slick-next,.featured-slider button.slick-prev{position:absolute;bottom:0;width:50%;height:35px;background:transparent;outline:0;text-indent:-99999px}.featured-slider button.slick-prev{left:0;border:1px solid #ddd;border-top:none;border-left:none}.featured-slider button.slick-next{right:0;border-right:none}.featured-slider .credits,.featured-slider .entry-header,.featured-slider .entry-meta{padding-left:5.3125%;padding-right:5.3125%}.featured-slider .entry-cats a:before,.featured-slider .entry-edit{display:none}.featured-slider .entry-date{padding-right:20px}.featured-slider .entry-date:before{display:none}.featured-slider .entry-thumbnail img{position:relative;width:100%}.featured-slider .credits{font-size:.875rem;line-height:1.313rem;color:#aaa;text-shadow:1px 2px 2px #000;position:absolute;bottom:0;text-align:right;width:100%}.slick-initialized{visibility:visible!important}.slick-slide{position:relative}.section-one-column-one .entry-author,.section-one-column-one .entry-date:before{display:none}.slider-on.slider-boxed .featured-slider button.slick-prev{border-left:1px solid #ddd}.slider-on.slider-boxed .featured-slider button.slick-next{border-right:1px solid #ddd}.featured-slider button.slick-next:after,.featured-slider button.slick-prev:after{position:absolute;display:block;text-indent:0;color:#1a1a1a;bottom:13px}.featured-slider button.slick-prev:after{left:47%;content:"\f053"}.featured-slider button.slick-next:after{right:47%;content:"\f054"}.headerimg-on.header-fullscreen .featured-content,.slider-on.slider-fullscreen .featured-content{padding-top:0}.home.blog.headerimg-on.header-fullscreen #site-branding,.home.blog.slider-on.slider-fullscreen #site-branding{background:none;border-bottom:none}.home.blog.slider-on.slider-fullscreen #site-branding{position:absolute}.slider-on.slider-boxed .featured-content{padding-left:5.3125%;padding-right:5.3125%}.featured-slider .entry-thumbnail a{width:130%}.slider-on .front-section:first-of-type{padding-top:0}@media screen and (min-width:37.5em){.featured-slider .entry-edit{display:inline-block}.featured-slider .format-video .entry-thumbnail a:before{width:60px;height:42px;padding:22px 0 0 24px}}@media screen and (min-width:48em){.featured-slider{padding-bottom:0}.featured-slider .entry-header h2.entry-title{font-size:2.25rem;line-height:3.375rem}.featured-slider .entry-header h2.entry-title a{text-shadow:1px 2px 2px #000}.featured-slider .credits{bottom:10px;text-align:left}.featured-slider .meta-main-wrap{padding-bottom:35px}.featured-slider button.slick-next,.featured-slider button.slick-prev{position:absolute;bottom:0;outline:0;border-top:none;border-left:none;border-bottom:none;text-indent:-99999px;z-index:1;background:rgba(26,26,26,.75);width:50px;height:50px}.featured-slider button.slick-next:focus,.featured-slider button.slick-next:hover{background:#1a1a1a}.featured-slider button.slick-prev{left:auto;right:50px;border-right:none}.featured-slider button.slick-prev:focus,.featured-slider button.slick-prev:hover{background:#1a1a1a}.featured-slider button.slick-next{right:0}.featured-slider button.slick-next:after,.featured-slider button.slick-prev:after{color:#fff;position:absolute;bottom:0}.featured-slider button.slick-prev:after{left:13px;bottom:13px}.featured-slider button.slick-next:after{right:13px;bottom:13px}.slider-on.slider-boxed .featured-slider button.slick-next,.slider-on.slider-boxed .featured-slider button.slick-prev{border:none}.slider-on.slider-boxed .featured-slider .entry-header,.slider-on.slider-boxed .featured-slider .entry-meta{padding-left:40px;padding-right:40px}.slider-on .featured-slider .entry-thumbnail a{max-height:400px;overflow:hidden}}@media screen and (min-width:64em){.featured-slider .entry-thumbnail a{width:100%}.slider-on .featured-slider .entry-thumbnail a{max-height:700px;overflow:hidden}}@media screen and (min-width:66.25em){.blog.slider-on #masthead{margin-bottom:0;border-bottom:none}.slider-on.slider-boxed #masthead{border-bottom:1px solid #ddd!important}.featured-slider article header{margin-bottom:20px}.featured-slider .credits,.featured-slider .entry-header,.featured-slider .entry-meta{padding-left:0;padding-right:0;width:57.6388888889%;margin-left:6.25%}.featured-slider .entry-header h2.entry-title{font-size:3rem;line-height:4.5rem;padding-top:10px}.featured-slider .format-video .entry-thumbnail a:before{left:6.25%;top:40px}.featured-slider .entry-date:before{content:" / ";padding:0 2px;display:inline-block}.no-author .featured-slider .entry-date:before{display:none}.featured-slider .entry-meta{padding-top:20px}.featured-slider .entry-author{display:inline-block}.slider-on.slider-boxed .featured-content{padding-left:0;padding-right:0;margin-left:6.25%;margin-right:6.25%;padding-top:30px;width:87.5%}.slider-on.slider-boxed .featured-slider .entry-header,.slider-on.slider-boxed .featured-slider .entry-meta{margin-left:0}}@media screen and (min-width:85em){.featured-slider .entry-header h2.entry-title{font-size:3.625rem;line-height:5.438rem}.slider-on .featured-slider .entry-thumbnail a{max-height:900px;overflow:hidden}}@media screen and (min-width:112.5em){.featured-slider .credits,.featured-slider .entry-header,.featured-slider .entry-meta,.slider-on.slider-boxed .featured-content{width:70%;margin-left:auto;margin-right:auto}}@media screen and (min-width:137.5em){.featured-slider .credits,.featured-slider .entry-header,.featured-slider .entry-meta,.slider-on.slider-boxed .featured-content{width:56%}}.accordion{margin:10px 0 20px}.accordion .accordion-group{border:none;margin-bottom:5px}.accordion .accordion-group .accordion-heading{overflow:hidden}.accordion .accordion-group .accordion-heading .accordion-toggle{border-left:10px solid #f80;background:#e7e7eb;color:#1a1a1a;border-radius:4px;text-decoration:none;font-size:1rem;line-height:1.5rem;padding:8px 35px 8px 10px;position:relative;width:100%;display:inline-block}.accordion .accordion-group .accordion-heading .accordion-toggle:before{position:absolute;top:10px;right:10px}.accordion .accordion-group .accordion-heading .accordion-toggle:focus,.accordion .accordion-group .accordion-heading .accordion-toggle:hover{background-color:#ffa033;text-decoration:none}.accordion .accordion-group .accordion-heading .accordion-toggle.active,.accordion .accordion-group .accordion-heading .accordion-toggle.active:focus,.accordion .accordion-group .accordion-heading .accordion-toggle.active:hover{background-color:#ffa033;color:#1a1a1a}.accordion .accordion-group .accordion-heading .accordion-toggle.active:before,.accordion .accordion-group .accordion-heading .accordion-toggle.active:focus:before,.accordion .accordion-group .accordion-heading .accordion-toggle.active:hover:before{top:8px}.accordion .accordion-group .accordion-body{display:block}.accordion .accordion-group .accordion-body .accordion-inner{border:none;background:#e7e7eb;padding:15px 20px}.accordion .second .accordion-heading .accordion-toggle,.accordion .secondcolor .accordion-heading .accordion-toggle{border-color:#672082}.accordion .second .accordion-heading .accordion-toggle.active,.accordion .second .accordion-heading .accordion-toggle.active:focus,.accordion .second .accordion-heading .accordion-toggle.active:hover,.accordion .second .accordion-heading .accordion-toggle:focus,.accordion .second .accordion-heading .accordion-toggle:hover,.accordion .secondcolor .accordion-heading .accordion-toggle.active,.accordion .secondcolor .accordion-heading .accordion-toggle.active:focus,.accordion .secondcolor .accordion-heading .accordion-toggle.active:hover,.accordion .secondcolor .accordion-heading .accordion-toggle:focus,.accordion .secondcolor .accordion-heading .accordion-toggle:hover{color:#fff;background-color:#872aab}.accordion h1,.accordion h2,.accordion h3,.accordion h4,.accordion h5,.accordion h6{color:#1a1a1a}.accordion hr{border:1px solid #e7e7eb;margin:30px 20px;height:inherit}.accordion hr:after,.accordion hr:before{bottom:inherit;background:inherit;left:inherit;position:relative;right:inherit;top:inherit}.accordion>.accordion .accordion-heading .accordion-toggle{border-left:0}.accordionbox{margin:10px 0 20px}.accordionbox header{border-left:10px solid #f80;background:#f80;color:#1a1a1a;border-radius:4px;text-decoration:none;font-size:16px;padding:8px 35px 8px 10px;position:relative}.accordionbox header h2{color:#1a1a1a;padding:0}.accordionbox header.second,.accordionbox header.secondcolor{border-color:#672082}.accordionbox .body{border:none;background:#fff;padding:15px 20px}#masthead{background:#fff}.search-open{color:#1a1a1a;background:transparent;border-color:#fff}.search-open :focus,.search-open :hover{background:#1a1a1a;color:#fff;border-color:#1a1a1a}.socialmedia-maincolor .search-open{color:#f80}.socialmedia-maincolor .search-open:focus,.socialmedia-maincolor .search-open:hover{background:#672082;color:#fff;border-color:#672082}.socialmedia-secondcolor .search-open{color:#672082}.socialmedia-secondcolor .search-open:focus,.socialmedia-secondcolor .search-open:hover{background:#f80;color:#fff;border-color:#f80}.blog .entry-cats a:nth-child(n+2):before,.blogroll .entry-cats a:nth-child(n+2):before{color:#1a1a1a;background:#fff}.pagebreak-links a{background:#672082}.pagebreak-links a:hover{background:#f80}#footer-search .search-field{background:rgba(26,26,26,.25);border-color:hsla(0,0%,100%,.2);color:#fff}#footer-search .search-field :focus,#footer-search .search-field :hover{background:#fff;color:#1a1a1a}#footer-search input#submit,#footer-search input[type=submit]{background:rgba(26,26,26,.4);border-color:hsla(0,0%,100%,.2)}#footer-search input#submit:focus,#footer-search input#submit :focus,#footer-search input#submit:hover,#footer-search input#submit :hover,#footer-search input[type=submit]:focus,#footer-search input[type=submit] :focus,#footer-search input[type=submit]:hover,#footer-search input[type=submit] :hover{background:#f80;color:#fff}@media screen and (min-width:66.25em){#masthead{border-bottom-color:#ddd}.desktop-search{background:rgba(26,26,26,.75);border-top-color:#ddd}.desktop-search input.search-field{background:none;border-bottom-color:#fff;color:#fff}.desktop-search input[type=submit]{background:#f80;color:#fff;border:2px solid #f80}.desktop-search input[type=submit]:focus,.desktop-search input[type=submit]:hover{background:#f80}.searchbar-maincolor .desktop-search{background:rgba(255,136,0,.95)}.searchbar-maincolor .desktop-search input.search-field{border-bottom-color:#672082;color:#fff}.searchbar-maincolor .desktop-search input.search-field:focus,.searchbar-maincolor .desktop-search input.search-field:hover{background:#995200}.searchbar-maincolor .desktop-search input[type=submit]{background:#672082;color:#fff;border-color:#672082}.searchbar-maincolor .desktop-search input[type=submit]:focus,.searchbar-maincolor .desktop-search input[type=submit]:hover{background:#672082;border-color:#f80}.searchbar-secondcolor .desktop-search{background:rgba(103,32,130,.95)}.searchbar-secondcolor .desktop-search input.search-field{border-bottom-color:#f80;color:#fff}.searchbar-secondcolor .desktop-search input[type=submit]{background:#f80;color:#fff;border-color:#f80}.searchbar-secondcolor .desktop-search input[type=submit]:focus,.searchbar-secondcolor .desktop-search input[type=submit]:hover{background:#f80;border:2px solid #672082}}#overlay-close,#overlay-open,#overlay-open-sticky{color:#1a1a1a}.socialmedia-maincolor #overlay-close,.socialmedia-maincolor #overlay-open,.socialmedia-maincolor #overlay-open-sticky{color:#f80}.socialmedia-secondcolor #overlay-close,.socialmedia-secondcolor #overlay-open,.socialmedia-secondcolor #overlay-open-sticky{color:#672082}#front-section-three a.all-posts-link:focus,#front-section-three a.all-posts-link:hover,#offcanvas-widgets-open:focus,#offcanvas-widgets-open:hover,#primary #infinite-handle span:focus,#primary #infinite-handle span:hover,.footer-feature-btn:focus,.footer-feature-btn:hover,.offcanvas-widgets-show #offcanvas-widgets-open{background:#0c6ca6}#front-section-three a.all-posts-link:focus,#front-section-three a.all-posts-link:hover,#offcanvas-widgets-open:focus,#offcanvas-widgets-open:hover,#primary #infinite-handle span:focus,#primary #infinite-handle span:hover,.footer-feature-btn:focus,.footer-feature-btn:hover,.offcanvas-widgets-show #offcanvas-widgets-open{border-color:#0c6ca6;color:#fff}#comments #respond a#cancel-comment-reply-link,#comments #respond p.comment-notes a,#comments #respond p.logged-in-as a,#comments .comment-meta,#comments .comment-meta a,#comments .comment-reply a{color:#666}#comments .disclaimer a{color:#672082}#comments .disclaimer a:hover{color:#f80}#nav-comments a{color:#666}#comments-toggle{border-color:#1a1a1a;background:none}#comments-toggle:focus,#comments-toggle:hover,.comments-show #comments-toggle{border-color:#f80;color:#fff;background:#f80}.contact-form label span,.gallery .gallery-item .gallery-caption,p.wp-caption-text{color:#666}#front-section-four .entry-header h2.entry-title a,#primary #infinite-handle span:hover button,.big-thumb .entry-header h1.entry-title,.big-thumb .entry-header p.intro,.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-header h2.entry-title a,.blog.headerfont-light #overlay-open,.blog.headerfont-light #site-branding .site-title a,.blog.headerfont-light h1.site-title a,.blog.headerfont-light p.site-description,.featured-slider .entry-header h2.entry-title a{color:#fff}pre{background:#f4f4f4;color:#444}abbr,acronym{border-bottom-color:#1a1a1a}ins,mark{color:#fff;background:#872aab}#section-fullwidth h1,#section-fullwidth h2,#section-fullwidth h3,#section-fullwidth h4,#section-fullwidth h5,#section-fullwidth h6,#sidebar-page h2,#sidebar-page h3,.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6,.site-content h1,.site-content h2,.site-content h3,.site-content h4,.site-content h5,.site-content h6{color:#1a1a1a}.archive-header h1.archive-title,.attachment h1.entry-title,.entry-content h1,.entry-header h1.entry-title,.page h1.entry-title,.single-post .entry-header h1.entry-title,.site-content h1,h1.entry-title{border-color:#f80}#footer-social h2.socialmedia{color:hsla(0,0%,100%,.5)}.entry-header h2.entry-title,.entry-header h2.entry-title a{color:#1a1a1a}.widget h2.widget-title{border-top-color:#1a1a1a;color:#1a1a1a}.featured-slider .entry-header h2.entry-title a{color:#fff}h3 .all-posts-link{color:#1a1a1a}#footer-social h3.socialmedia{color:hsla(0,0%,100%,.5)}.footer-menu h3.footer-menu-title{color:#f80}.color-second{color:#672082}.color-main{color:#f80}.color-third{color:#698bc1}.color-four{color:#148f93}a{color:#1a1a1a}.comment-text a,.entry-content a,a:focus,a:hover{color:#f80}.comment-text a:focus,.comment-text a:hover,.entry-content a:focus,.entry-content a:hover{color:#672082}#overlay-close:focus,#overlay-close:hover,#overlay-nav a:focus,#overlay-nav a:hover,#sidebar-offcanvas .widget a:focus,#sidebar-offcanvas .widget a:hover,.author-bio a,.author-links a:focus,.author-links a:hover,.front-section a.all-posts-link:focus,.front-section a.all-posts-link:hover,.post-page-numbers a,.single-attachment .post-navigation a:focus,.single-attachment .post-navigation a:hover,.single-post .hentry .entry-meta a:focus,.single-post .hentry .entry-meta a:hover,.textwidget a:focus,.textwidget a:hover,.widget-area .widget ul li a:focus,.widget-area .widget ul li a:hover{color:#f80}#secondary h2.widget-title,#sidebar-page h2.widget-title{color:#1a1a1a}#desktop-navigation ul li a:focus,#desktop-navigation ul li a:hover,.blog .entry-meta a:focus,.blog .entry-meta a:hover,.entry-header a:focus,.entry-header a:hover,.entry-header h2.entry-title a:focus,.entry-header h2.entry-title a:hover{color:#f80}#desktop-navigation ul li.menu-item-has-children a:focus:after,#desktop-navigation ul li.menu-item-has-children a:hover:after{border-top-color:#f80}.single-attachment .post-navigation a:focus,.single-attachment .post-navigation a:hover{border-bottom-color:#f80}#desktop-navigation .children li a:focus,#desktop-navigation .children li a:hover,#desktop-navigation .sub-menu li a:focus,#desktop-navigation .sub-menu li a:hover{background:#f80}.entry-summary,.front-section-title,.jetpack_subscription_widget #subscribe-text p,.section-about-column-one p,.single-post .entry-header p.intro,.social-front-title,.widget_mc4wp_form_widget p{color:#1a1a1a}#front-section-three a.all-posts-link:focus,#front-section-three a.all-posts-link:hover,#offcanvas-widgets-open:focus,#offcanvas-widgets-open:hover,#primary #infinite-handle span:focus,#primary #infinite-handle span:hover,.offcanvas-widgets-show #offcanvas-widgets-open{background:#f80;border-color:#f80;color:#fff}.desktop-search input.search-field:active,.desktop-search input.search-field:focus{border-bottom-color:#f80}.contact-form label span,.gallery .gallery-item .gallery-caption,.single-post .entry-tags a,p.wp-caption-text{color:#666}table{border-bottom-color:#e7e7eb;background:#fff}table.sorttable thead{background:#e7e7eb}table.sorttable thead tr th.headerSortDown,table.sorttable thead tr th.headerSortUp{background:#cbcbd4}table.border td,table.long td,table thead th{border-bottom-color:#e7e7eb}table.long tr:nth-child(odd) td{background:#f2f2f2}th a{color:#1a1a1a}td{color:#4d4d4d}.entry-content ul li:before{color:#f80}.entry-content ul li ul li:before{color:#672082}.fontawesome-icon-list a i{color:#1a1a1a}blockquote{background:#fff;border-left-color:#f80;border-right-color:#f80}blockquote a:focus,blockquote a:hover{color:#672082}blockquote.maincolor{border-left-color:#f80;border-right-color:#f80}blockquote.secondcolor{border-left-color:#672082;border-right-color:#672082}blockquote.secondcolor a{color:#672082}blockquote.secondcolor a:focus,blockquote.secondcolor a:hover{color:#f80}blockquote.boxborder{border-top-color:#f80;border-bottom-color:#f80}blockquote.boxborder.secondcolor{border-top-color:#672082;border-bottom-color:#672082}blockquote.quotesign:before{color:#f80}blockquote.quotesign.secondcolor:before{color:#672082}.entry-cats,.entry-cats a,.entry-meta,.entry-meta a,.pagebreak-links,.pagebreak-links a,.post-navigation,.post-navigation a{color:#1a1a1a}.entry-cats a,.pagebreak-links a,.post-navigation a{color:#fff;background:#672082}.entry-cats a:hover,.pagebreak-links a:hover,.post-navigation a:hover{color:#fff;background:#f80}#front-section-four .entry-cats a,#front-section-four .entry-cats a a,#front-section-four .entry-meta,#front-section-four .entry-meta a,#front-section-four .pagebreak-links,#front-section-four .pagebreak-links a,#front-section-four .post-navigation,#front-section-four .post-navigation a,.featured-slider .entry-cats a,.pagebreak-links a,.post-navigation a,.section-one-column-one .entry-cats a,.section-three-column-one .entry-cats a,.single-post .entry-cats a{color:#fff}.archive .entry-cats a:nth-child(n+2):before,.search-results .entry-cats a:nth-child(n+2):before{color:#2b2b2b;background-color:#fff}.single-post .entry-header .page-links .number{color:#672082}.single-post .entry-header .page-links a .number{color:#f80}.single-post .entry-tags a{color:#672082}.blog .hentry .entry-cats a{color:#672082;background-color:#fff}.blog .hentry .entry-cats a:focus,.blog .hentry .entry-cats a:hover{color:#fff;background:#f80}.blog .featured-slider .entry-cats a,.blog .featured-slider .entry-meta a{color:#fff;background:#672082}.blog .featured-slider .entry-cats a:focus,.blog .featured-slider .entry-cats a:hover,.blog .featured-slider .entry-meta a:focus,.blog .featured-slider .entry-meta a:hover{color:#fff;background:#f80}#front-section-four .entry-cats a,.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a,.featured-slider .entry-cats a,.pagebreak-links a,.post-navigation a,.section-one-column-one .entry-cats a,.section-three-column-one .entry-cats a,.single-post .entry-cats a{background:#672082;color:#fff}#front-section-four .entry-cats a:focus,#front-section-four .entry-cats a:hover,.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:focus,.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover,.featured-slider .entry-cats a:focus,.featured-slider .entry-cats a:hover,.pagebreak-links a:focus,.pagebreak-links a:hover,.post-navigation a:focus,.post-navigation a:hover,.section-one-column-one .entry-cats a:focus,.section-one-column-one .entry-cats a:hover,.section-three-column-one .entry-cats a:focus,.section-three-column-one .entry-cats a:hover,.single-post .entry-cats a:focus,.single-post .entry-cats a:hover{background:#f80;color:#fff}.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a,.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-meta,.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-meta a,.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .pagebreak-links a,.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .post-navigation a,.featured-slider .entry-cats a,.featured-slider .entry-meta,.featured-slider .entry-meta a,.featured-slider .pagebreak-links a,.featured-slider .post-navigation a{color:#fff}body.head-bgcol-main #masthead,body.head-bgcol-main .sticky-header{background-color:#f80;border-bottom-color:rgba(255,136,0,.7)}body.head-bgcol-main #site-branding{background-color:#f80}body.head-textcol-main #masthead #desktop-navigation ul.menu li a,body.head-textcol-main #masthead h1.site-title,body.head-textcol-main #masthead h1.site-title a,body.head-textcol-main #masthead p.site-description,body.head-textcol-main #masthead p.site-title,body.head-textcol-main #masthead p.site-title a,body.head-textcol-main #overlay-open,body.head-textcol-main #overlay-open-sticky,body.head-textcol-main .search-open{color:#f80}body.head-linkborder-main #desktop-navigation ul.menu li.current-menu-ancestor a,body.head-linkborder-main #desktop-navigation ul.menu li.focus a,body.head-linkborder-main #desktop-navigation ul.menu li:focus a,body.head-linkborder-main #desktop-navigation ul.menu li:hover a{border-bottom-color:#f80}body.head-linkborder-main #desktop-navigation .children li a:focus,body.head-linkborder-main #desktop-navigation .children li a:hover,body.head-linkborder-main #desktop-navigation .sub-menu li a:focus,body.head-linkborder-main #desktop-navigation .sub-menu li a:hover{background-color:#f80}body.head-linkborder-main button#overlay-open:hover,body.head-linkborder-main button#search-open:hover{color:#f80}body.main-bgcol-main,body.main-bgcol-main.blog .featured-slider .entry-meta a,body.main-bgcol-main.blog .hentry .entry-cats,body.main-bgcol-main.blog .hentry .entry-cats a,body.main-bgcol-main .entry-content header,body.main-bgcol-main.single-post .entry-header .entry-cats a,body.main-bgcol-main .site-content header,body.main-bgcol-main blockquote,body.main-bgcol-main main{background-color:#f80}body.main-bgcol-main.blog .featured-content .hentry .entry-cats{background-color:transparent}body.actionbutton-main .desktop-search input.search-field,body.actionbutton-main .gallery .slick-dots li.slick-active button:before,body.actionbutton-main .gallery .slick-dots li button:focus:before,body.actionbutton-main .gallery .slick-dots li button:hover:before,body.actionbutton-main .gallery .slick-next:before,body.actionbutton-main .gallery .slick-prev:before{border-bottom-color:#f80}body.actionbutton-main #commentform input#submit,body.actionbutton-main #comments-toggle:focus,body.actionbutton-main #comments-toggle:hover,body.actionbutton-main .comments-show #comments-toggle,body.actionbutton-main input#submit,body.actionbutton-main input[type=button],body.actionbutton-main input[type=submit]{border-color:#f80;background-color:#f80}body.head-bgcol-second #masthead,body.head-bgcol-second .sticky-header{background-color:#672082;border-bottom-color:rgba(103,32,130,.7)}body.head-bgcol-second #site-branding{background-color:#672082}body.head-textcol-second #masthead #desktop-navigation ul.menu li a,body.head-textcol-second #masthead h1.site-title,body.head-textcol-second #masthead h1.site-title a,body.head-textcol-second #masthead p.site-description,body.head-textcol-second #masthead p.site-title,body.head-textcol-second #masthead p.site-title a,body.head-textcol-second #overlay-open,body.head-textcol-second #overlay-open-sticky,body.head-textcol-second .search-open{color:#672082}body.head-linkborder-second #desktop-navigation ul.menu li.current-menu-ancestor a,body.head-linkborder-second #desktop-navigation ul.menu li.focus a,body.head-linkborder-second #desktop-navigation ul.menu li:focus a,body.head-linkborder-second #desktop-navigation ul.menu li:hover a{border-bottom-color:#672082}body.head-linkborder-second #desktop-navigation .children li a:focus,body.head-linkborder-second #desktop-navigation .children li a:hover,body.head-linkborder-second #desktop-navigation .sub-menu li a:focus,body.head-linkborder-second #desktop-navigation .sub-menu li a:hover{background-color:#672082}body.head-linkborder-second button#overlay-open:hover,body.head-linkborder-second button#search-open:hover{color:#672082}body.main-bgcol-second,body.main-bgcol-second.blog .featured-slider .entry-meta a,body.main-bgcol-second.blog .hentry .entry-cats,body.main-bgcol-second.blog .hentry .entry-cats a,body.main-bgcol-second .entry-content header,body.main-bgcol-second.single-post .entry-header .entry-cats a,body.main-bgcol-second .site-content header,body.main-bgcol-second blockquote,body.main-bgcol-second main{background-color:#672082}body.main-bgcol-second.blog .featured-content .hentry .entry-cats{background-color:transparent}body.actionbutton-second .desktop-search input.search-field,body.actionbutton-second .gallery .slick-dots li.slick-active button:before,body.actionbutton-second .gallery .slick-dots li button:focus:before,body.actionbutton-second .gallery .slick-dots li button:hover:before,body.actionbutton-second .gallery .slick-next:before,body.actionbutton-second .gallery .slick-prev:before{border-bottom-color:#672082}body.actionbutton-second #commentform input#submit,body.actionbutton-second #comments-toggle:focus,body.actionbutton-second #comments-toggle:hover,body.actionbutton-second .comments-show #comments-toggle,body.actionbutton-second input#submit,body.actionbutton-second input[type=button],body.actionbutton-second input[type=submit]{border-color:#672082;background-color:#672082}body.head-bgcol-third #masthead,body.head-bgcol-third .sticky-header{background-color:#698bc1;border-bottom-color:rgba(105,139,193,.7)}body.head-bgcol-third #site-branding{background-color:#698bc1}body.head-textcol-third #masthead #desktop-navigation ul.menu li a,body.head-textcol-third #masthead h1.site-title,body.head-textcol-third #masthead h1.site-title a,body.head-textcol-third #masthead p.site-description,body.head-textcol-third #masthead p.site-title,body.head-textcol-third #masthead p.site-title a,body.head-textcol-third #overlay-open,body.head-textcol-third #overlay-open-sticky,body.head-textcol-third .search-open{color:#698bc1}body.head-linkborder-third #desktop-navigation ul.menu li.current-menu-ancestor a,body.head-linkborder-third #desktop-navigation ul.menu li.focus a,body.head-linkborder-third #desktop-navigation ul.menu li:focus a,body.head-linkborder-third #desktop-navigation ul.menu li:hover a{border-bottom-color:#698bc1}body.head-linkborder-third #desktop-navigation .children li a:focus,body.head-linkborder-third #desktop-navigation .children li a:hover,body.head-linkborder-third #desktop-navigation .sub-menu li a:focus,body.head-linkborder-third #desktop-navigation .sub-menu li a:hover{background-color:#698bc1}body.head-linkborder-third button#overlay-open:hover,body.head-linkborder-third button#search-open:hover{color:#698bc1}body.main-bgcol-third,body.main-bgcol-third.blog .featured-slider .entry-meta a,body.main-bgcol-third.blog .hentry .entry-cats,body.main-bgcol-third.blog .hentry .entry-cats a,body.main-bgcol-third .entry-content header,body.main-bgcol-third.single-post .entry-header .entry-cats a,body.main-bgcol-third .site-content header,body.main-bgcol-third blockquote,body.main-bgcol-third main{background-color:#698bc1}body.main-bgcol-third.blog .featured-content .hentry .entry-cats{background-color:transparent}body.actionbutton-third .desktop-search input.search-field,body.actionbutton-third .gallery .slick-dots li.slick-active button:before,body.actionbutton-third .gallery .slick-dots li button:focus:before,body.actionbutton-third .gallery .slick-dots li button:hover:before,body.actionbutton-third .gallery .slick-next:before,body.actionbutton-third .gallery .slick-prev:before{border-bottom-color:#698bc1}body.actionbutton-third #commentform input#submit,body.actionbutton-third #comments-toggle:focus,body.actionbutton-third #comments-toggle:hover,body.actionbutton-third .comments-show #comments-toggle,body.actionbutton-third input#submit,body.actionbutton-third input[type=button],body.actionbutton-third input[type=submit]{border-color:#698bc1;background-color:#698bc1}body.head-bgcol-four #masthead,body.head-bgcol-four .sticky-header{background-color:#148f93;border-bottom-color:rgba(20,143,147,.7)}body.head-bgcol-four #site-branding{background-color:#148f93}body.head-textcol-four #masthead #desktop-navigation ul.menu li a,body.head-textcol-four #masthead h1.site-title,body.head-textcol-four #masthead h1.site-title a,body.head-textcol-four #masthead p.site-description,body.head-textcol-four #masthead p.site-title,body.head-textcol-four #masthead p.site-title a,body.head-textcol-four #overlay-open,body.head-textcol-four #overlay-open-sticky,body.head-textcol-four .search-open{color:#148f93}body.head-linkborder-four #desktop-navigation ul.menu li.current-menu-ancestor a,body.head-linkborder-four #desktop-navigation ul.menu li.focus a,body.head-linkborder-four #desktop-navigation ul.menu li:focus a,body.head-linkborder-four #desktop-navigation ul.menu li:hover a{border-bottom-color:#148f93}body.head-linkborder-four #desktop-navigation .children li a:focus,body.head-linkborder-four #desktop-navigation .children li a:hover,body.head-linkborder-four #desktop-navigation .sub-menu li a:focus,body.head-linkborder-four #desktop-navigation .sub-menu li a:hover{background-color:#148f93}body.head-linkborder-four button#overlay-open:hover,body.head-linkborder-four button#search-open:hover{color:#148f93}body.main-bgcol-four,body.main-bgcol-four.blog .featured-slider .entry-meta a,body.main-bgcol-four.blog .hentry .entry-cats,body.main-bgcol-four.blog .hentry .entry-cats a,body.main-bgcol-four .entry-content header,body.main-bgcol-four.single-post .entry-header .entry-cats a,body.main-bgcol-four .site-content header,body.main-bgcol-four blockquote,body.main-bgcol-four main{background-color:#148f93}body.main-bgcol-four.blog .featured-content .hentry .entry-cats{background-color:transparent}body.actionbutton-four .desktop-search input.search-field,body.actionbutton-four .gallery .slick-dots li.slick-active button:before,body.actionbutton-four .gallery .slick-dots li button:focus:before,body.actionbutton-four .gallery .slick-dots li button:hover:before,body.actionbutton-four .gallery .slick-next:before,body.actionbutton-four .gallery .slick-prev:before{border-bottom-color:#148f93}body.actionbutton-four #commentform input#submit,body.actionbutton-four #comments-toggle:focus,body.actionbutton-four #comments-toggle:hover,body.actionbutton-four .comments-show #comments-toggle,body.actionbutton-four input#submit,body.actionbutton-four input[type=button],body.actionbutton-four input[type=submit]{border-color:#148f93;background-color:#148f93}body.head-bgcol-uspirates #masthead,body.head-bgcol-uspirates .sticky-header{background-color:#b127af;border-bottom-color:rgba(177,39,175,.7)}body.head-bgcol-uspirates #site-branding{background-color:#b127af}body.head-textcol-uspirates #masthead #desktop-navigation ul.menu li a,body.head-textcol-uspirates #masthead h1.site-title,body.head-textcol-uspirates #masthead h1.site-title a,body.head-textcol-uspirates #masthead p.site-description,body.head-textcol-uspirates #masthead p.site-title,body.head-textcol-uspirates #masthead p.site-title a,body.head-textcol-uspirates #overlay-open,body.head-textcol-uspirates #overlay-open-sticky,body.head-textcol-uspirates .search-open{color:#b127af}body.head-linkborder-uspirates #desktop-navigation ul.menu li.current-menu-ancestor a,body.head-linkborder-uspirates #desktop-navigation ul.menu li.focus a,body.head-linkborder-uspirates #desktop-navigation ul.menu li:focus a,body.head-linkborder-uspirates #desktop-navigation ul.menu li:hover a{border-bottom-color:#b127af}body.head-linkborder-uspirates #desktop-navigation .children li a:focus,body.head-linkborder-uspirates #desktop-navigation .children li a:hover,body.head-linkborder-uspirates #desktop-navigation .sub-menu li a:focus,body.head-linkborder-uspirates #desktop-navigation .sub-menu li a:hover{background-color:#b127af}body.head-linkborder-uspirates button#overlay-open:hover,body.head-linkborder-uspirates button#search-open:hover{color:#b127af}body.main-bgcol-uspirates,body.main-bgcol-uspirates.blog .featured-slider .entry-meta a,body.main-bgcol-uspirates.blog .hentry .entry-cats,body.main-bgcol-uspirates.blog .hentry .entry-cats a,body.main-bgcol-uspirates .entry-content header,body.main-bgcol-uspirates.single-post .entry-header .entry-cats a,body.main-bgcol-uspirates .site-content header,body.main-bgcol-uspirates blockquote,body.main-bgcol-uspirates main{background-color:#b127af}body.main-bgcol-uspirates.blog .featured-content .hentry .entry-cats{background-color:transparent}body.actionbutton-uspirates .desktop-search input.search-field,body.actionbutton-uspirates .gallery .slick-dots li.slick-active button:before,body.actionbutton-uspirates .gallery .slick-dots li button:focus:before,body.actionbutton-uspirates .gallery .slick-dots li button:hover:before,body.actionbutton-uspirates .gallery .slick-next:before,body.actionbutton-uspirates .gallery .slick-prev:before{border-bottom-color:#b127af}body.actionbutton-uspirates #commentform input#submit,body.actionbutton-uspirates #comments-toggle:focus,body.actionbutton-uspirates #comments-toggle:hover,body.actionbutton-uspirates .comments-show #comments-toggle,body.actionbutton-uspirates input#submit,body.actionbutton-uspirates input[type=button],body.actionbutton-uspirates input[type=submit]{border-color:#b127af;background-color:#b127af}body.head-bgcol-tkpirates #masthead,body.head-bgcol-tkpirates .sticky-header{background-color:#00b5b1;border-bottom-color:rgba(0,181,177,.7)}body.head-bgcol-tkpirates #site-branding{background-color:#00b5b1}body.head-textcol-tkpirates #masthead #desktop-navigation ul.menu li a,body.head-textcol-tkpirates #masthead h1.site-title,body.head-textcol-tkpirates #masthead h1.site-title a,body.head-textcol-tkpirates #masthead p.site-description,body.head-textcol-tkpirates #masthead p.site-title,body.head-textcol-tkpirates #masthead p.site-title a,body.head-textcol-tkpirates #overlay-open,body.head-textcol-tkpirates #overlay-open-sticky,body.head-textcol-tkpirates .search-open{color:#00b5b1}body.head-linkborder-tkpirates #desktop-navigation ul.menu li.current-menu-ancestor a,body.head-linkborder-tkpirates #desktop-navigation ul.menu li.focus a,body.head-linkborder-tkpirates #desktop-navigation ul.menu li:focus a,body.head-linkborder-tkpirates #desktop-navigation ul.menu li:hover a{border-bottom-color:#00b5b1}body.head-linkborder-tkpirates #desktop-navigation .children li a:focus,body.head-linkborder-tkpirates #desktop-navigation .children li a:hover,body.head-linkborder-tkpirates #desktop-navigation .sub-menu li a:focus,body.head-linkborder-tkpirates #desktop-navigation .sub-menu li a:hover{background-color:#00b5b1}body.head-linkborder-tkpirates button#overlay-open:hover,body.head-linkborder-tkpirates button#search-open:hover{color:#00b5b1}body.main-bgcol-tkpirates,body.main-bgcol-tkpirates.blog .featured-slider .entry-meta a,body.main-bgcol-tkpirates.blog .hentry .entry-cats,body.main-bgcol-tkpirates.blog .hentry .entry-cats a,body.main-bgcol-tkpirates .entry-content header,body.main-bgcol-tkpirates.single-post .entry-header .entry-cats a,body.main-bgcol-tkpirates .site-content header,body.main-bgcol-tkpirates blockquote,body.main-bgcol-tkpirates main{background-color:#00b5b1}body.main-bgcol-tkpirates.blog .featured-content .hentry .entry-cats{background-color:transparent}body.actionbutton-tkpirates .desktop-search input.search-field,body.actionbutton-tkpirates .gallery .slick-dots li.slick-active button:before,body.actionbutton-tkpirates .gallery .slick-dots li button:focus:before,body.actionbutton-tkpirates .gallery .slick-dots li button:hover:before,body.actionbutton-tkpirates .gallery .slick-next:before,body.actionbutton-tkpirates .gallery .slick-prev:before{border-bottom-color:#00b5b1}body.actionbutton-tkpirates #commentform input#submit,body.actionbutton-tkpirates #comments-toggle:focus,body.actionbutton-tkpirates #comments-toggle:hover,body.actionbutton-tkpirates .comments-show #comments-toggle,body.actionbutton-tkpirates input#submit,body.actionbutton-tkpirates input[type=button],body.actionbutton-tkpirates input[type=submit]{border-color:#00b5b1;background-color:#00b5b1}body.head-bgcol-chpirates #masthead,body.head-bgcol-chpirates .sticky-header{background-color:#f9b200;border-bottom-color:rgba(249,178,0,.7)}body.head-bgcol-chpirates #site-branding{background-color:#f9b200}body.head-textcol-chpirates #masthead #desktop-navigation ul.menu li a,body.head-textcol-chpirates #masthead h1.site-title,body.head-textcol-chpirates #masthead h1.site-title a,body.head-textcol-chpirates #masthead p.site-description,body.head-textcol-chpirates #masthead p.site-title,body.head-textcol-chpirates #masthead p.site-title a,body.head-textcol-chpirates #overlay-open,body.head-textcol-chpirates #overlay-open-sticky,body.head-textcol-chpirates .search-open{color:#f9b200}body.head-linkborder-chpirates #desktop-navigation ul.menu li.current-menu-ancestor a,body.head-linkborder-chpirates #desktop-navigation ul.menu li.focus a,body.head-linkborder-chpirates #desktop-navigation ul.menu li:focus a,body.head-linkborder-chpirates #desktop-navigation ul.menu li:hover a{border-bottom-color:#f9b200}body.head-linkborder-chpirates #desktop-navigation .children li a:focus,body.head-linkborder-chpirates #desktop-navigation .children li a:hover,body.head-linkborder-chpirates #desktop-navigation .sub-menu li a:focus,body.head-linkborder-chpirates #desktop-navigation .sub-menu li a:hover{background-color:#f9b200}body.head-linkborder-chpirates button#overlay-open:hover,body.head-linkborder-chpirates button#search-open:hover{color:#f9b200}body.main-bgcol-chpirates,body.main-bgcol-chpirates.blog .featured-slider .entry-meta a,body.main-bgcol-chpirates.blog .hentry .entry-cats,body.main-bgcol-chpirates.blog .hentry .entry-cats a,body.main-bgcol-chpirates .entry-content header,body.main-bgcol-chpirates.single-post .entry-header .entry-cats a,body.main-bgcol-chpirates .site-content header,body.main-bgcol-chpirates blockquote,body.main-bgcol-chpirates main{background-color:#f9b200}body.main-bgcol-chpirates.blog .featured-content .hentry .entry-cats{background-color:transparent}body.actionbutton-chpirates .desktop-search input.search-field,body.actionbutton-chpirates .gallery .slick-dots li.slick-active button:before,body.actionbutton-chpirates .gallery .slick-dots li button:focus:before,body.actionbutton-chpirates .gallery .slick-dots li button:hover:before,body.actionbutton-chpirates .gallery .slick-next:before,body.actionbutton-chpirates .gallery .slick-prev:before{border-bottom-color:#f9b200}body.actionbutton-chpirates #commentform input#submit,body.actionbutton-chpirates #comments-toggle:focus,body.actionbutton-chpirates #comments-toggle:hover,body.actionbutton-chpirates .comments-show #comments-toggle,body.actionbutton-chpirates input#submit,body.actionbutton-chpirates input[type=button],body.actionbutton-chpirates input[type=submit]{border-color:#f9b200;background-color:#f9b200}body.head-bgcol-ispirates #masthead,body.head-bgcol-ispirates .sticky-header{background-color:#51297e;border-bottom-color:rgba(81,41,126,.7)}body.head-bgcol-ispirates #site-branding{background-color:#51297e}body.head-textcol-ispirates #masthead #desktop-navigation ul.menu li a,body.head-textcol-ispirates #masthead h1.site-title,body.head-textcol-ispirates #masthead h1.site-title a,body.head-textcol-ispirates #masthead p.site-description,body.head-textcol-ispirates #masthead p.site-title,body.head-textcol-ispirates #masthead p.site-title a,body.head-textcol-ispirates #overlay-open,body.head-textcol-ispirates #overlay-open-sticky,body.head-textcol-ispirates .search-open{color:#51297e}body.head-linkborder-ispirates #desktop-navigation ul.menu li.current-menu-ancestor a,body.head-linkborder-ispirates #desktop-navigation ul.menu li.focus a,body.head-linkborder-ispirates #desktop-navigation ul.menu li:focus a,body.head-linkborder-ispirates #desktop-navigation ul.menu li:hover a{border-bottom-color:#51297e}body.head-linkborder-ispirates #desktop-navigation .children li a:focus,body.head-linkborder-ispirates #desktop-navigation .children li a:hover,body.head-linkborder-ispirates #desktop-navigation .sub-menu li a:focus,body.head-linkborder-ispirates #desktop-navigation .sub-menu li a:hover{background-color:#51297e}body.head-linkborder-ispirates button#overlay-open:hover,body.head-linkborder-ispirates button#search-open:hover{color:#51297e}body.main-bgcol-ispirates,body.main-bgcol-ispirates.blog .featured-slider .entry-meta a,body.main-bgcol-ispirates.blog .hentry .entry-cats,body.main-bgcol-ispirates.blog .hentry .entry-cats a,body.main-bgcol-ispirates .entry-content header,body.main-bgcol-ispirates.single-post .entry-header .entry-cats a,body.main-bgcol-ispirates .site-content header,body.main-bgcol-ispirates blockquote,body.main-bgcol-ispirates main{background-color:#51297e}body.main-bgcol-ispirates.blog .featured-content .hentry .entry-cats{background-color:transparent}body.actionbutton-ispirates .desktop-search input.search-field,body.actionbutton-ispirates .gallery .slick-dots li.slick-active button:before,body.actionbutton-ispirates .gallery .slick-dots li button:focus:before,body.actionbutton-ispirates .gallery .slick-dots li button:hover:before,body.actionbutton-ispirates .gallery .slick-next:before,body.actionbutton-ispirates .gallery .slick-prev:before{border-bottom-color:#51297e}body.actionbutton-ispirates #commentform input#submit,body.actionbutton-ispirates #comments-toggle:focus,body.actionbutton-ispirates #comments-toggle:hover,body.actionbutton-ispirates .comments-show #comments-toggle,body.actionbutton-ispirates input#submit,body.actionbutton-ispirates input[type=button],body.actionbutton-ispirates input[type=submit]{border-color:#51297e;background-color:#51297e}body.head-bgcol-black #masthead,body.head-bgcol-black .sticky-header{background-color:#000;border-bottom-color:rgba(0,0,0,.7)}body.head-bgcol-black #site-branding{background-color:#000}body.head-textcol-black #masthead #desktop-navigation ul.menu li a,body.head-textcol-black #masthead h1.site-title,body.head-textcol-black #masthead h1.site-title a,body.head-textcol-black #masthead p.site-description,body.head-textcol-black #masthead p.site-title,body.head-textcol-black #masthead p.site-title a,body.head-textcol-black #overlay-open,body.head-textcol-black #overlay-open-sticky,body.head-textcol-black .search-open{color:#000}body.head-linkborder-black #desktop-navigation ul.menu li.current-menu-ancestor a,body.head-linkborder-black #desktop-navigation ul.menu li.focus a,body.head-linkborder-black #desktop-navigation ul.menu li:focus a,body.head-linkborder-black #desktop-navigation ul.menu li:hover a{border-bottom-color:#000}body.head-linkborder-black #desktop-navigation .children li a:focus,body.head-linkborder-black #desktop-navigation .children li a:hover,body.head-linkborder-black #desktop-navigation .sub-menu li a:focus,body.head-linkborder-black #desktop-navigation .sub-menu li a:hover{background-color:#000}body.head-linkborder-black button#overlay-open:hover,body.head-linkborder-black button#search-open:hover{color:#000}body.main-bgcol-black,body.main-bgcol-black.blog .featured-slider .entry-meta a,body.main-bgcol-black.blog .hentry .entry-cats,body.main-bgcol-black.blog .hentry .entry-cats a,body.main-bgcol-black .entry-content header,body.main-bgcol-black.single-post .entry-header .entry-cats a,body.main-bgcol-black .site-content header,body.main-bgcol-black blockquote,body.main-bgcol-black main{background-color:#000}body.main-bgcol-black.blog .featured-content .hentry .entry-cats{background-color:transparent}body.actionbutton-black .desktop-search input.search-field,body.actionbutton-black .gallery .slick-dots li.slick-active button:before,body.actionbutton-black .gallery .slick-dots li button:focus:before,body.actionbutton-black .gallery .slick-dots li button:hover:before,body.actionbutton-black .gallery .slick-next:before,body.actionbutton-black .gallery .slick-prev:before{border-bottom-color:#000}body.actionbutton-black #commentform input#submit,body.actionbutton-black #comments-toggle:focus,body.actionbutton-black #comments-toggle:hover,body.actionbutton-black .comments-show #comments-toggle,body.actionbutton-black input#submit,body.actionbutton-black input[type=button],body.actionbutton-black input[type=submit]{border-color:#000;background-color:#000}body.head-bgcol-white #masthead,body.head-bgcol-white .sticky-header{background-color:#fff;border-bottom-color:hsla(0,0%,100%,.7)}body.head-bgcol-white #site-branding{background-color:#fff}body.head-textcol-white #masthead #desktop-navigation ul.menu li a,body.head-textcol-white #masthead h1.site-title,body.head-textcol-white #masthead h1.site-title a,body.head-textcol-white #masthead p.site-description,body.head-textcol-white #masthead p.site-title,body.head-textcol-white #masthead p.site-title a,body.head-textcol-white #overlay-open,body.head-textcol-white #overlay-open-sticky,body.head-textcol-white .search-open{color:#fff}body.head-linkborder-white #desktop-navigation ul.menu li.current-menu-ancestor a,body.head-linkborder-white #desktop-navigation ul.menu li.focus a,body.head-linkborder-white #desktop-navigation ul.menu li:focus a,body.head-linkborder-white #desktop-navigation ul.menu li:hover a{border-bottom-color:#fff}body.head-linkborder-white #desktop-navigation .children li a:focus,body.head-linkborder-white #desktop-navigation .children li a:hover,body.head-linkborder-white #desktop-navigation .sub-menu li a:focus,body.head-linkborder-white #desktop-navigation .sub-menu li a:hover{background-color:#fff}body.head-linkborder-white button#overlay-open:hover,body.head-linkborder-white button#search-open:hover{color:#fff}body.main-bgcol-white,body.main-bgcol-white.blog .featured-slider .entry-meta a,body.main-bgcol-white.blog .hentry .entry-cats,body.main-bgcol-white.blog .hentry .entry-cats a,body.main-bgcol-white .entry-content header,body.main-bgcol-white.single-post .entry-header .entry-cats a,body.main-bgcol-white .site-content header,body.main-bgcol-white blockquote,body.main-bgcol-white main{background-color:#fff}body.main-bgcol-white.blog .featured-content .hentry .entry-cats{background-color:transparent}body.actionbutton-white .desktop-search input.search-field,body.actionbutton-white .gallery .slick-dots li.slick-active button:before,body.actionbutton-white .gallery .slick-dots li button:focus:before,body.actionbutton-white .gallery .slick-dots li button:hover:before,body.actionbutton-white .gallery .slick-next:before,body.actionbutton-white .gallery .slick-prev:before{border-bottom-color:#fff}body.actionbutton-white #commentform input#submit,body.actionbutton-white #comments-toggle:focus,body.actionbutton-white #comments-toggle:hover,body.actionbutton-white .comments-show #comments-toggle,body.actionbutton-white input#submit,body.actionbutton-white input[type=button],body.actionbutton-white input[type=submit]{border-color:#fff;background-color:#fff}body.head-bgcol-grey #masthead,body.head-bgcol-grey .sticky-header{background-color:#e7e7eb;border-bottom-color:rgba(231,231,235,.7)}body.head-bgcol-grey #site-branding{background-color:#e7e7eb}body.head-textcol-grey #masthead #desktop-navigation ul.menu li a,body.head-textcol-grey #masthead h1.site-title,body.head-textcol-grey #masthead h1.site-title a,body.head-textcol-grey #masthead p.site-description,body.head-textcol-grey #masthead p.site-title,body.head-textcol-grey #masthead p.site-title a,body.head-textcol-grey #overlay-open,body.head-textcol-grey #overlay-open-sticky,body.head-textcol-grey .search-open{color:#e7e7eb}body.head-linkborder-grey #desktop-navigation ul.menu li.current-menu-ancestor a,body.head-linkborder-grey #desktop-navigation ul.menu li.focus a,body.head-linkborder-grey #desktop-navigation ul.menu li:focus a,body.head-linkborder-grey #desktop-navigation ul.menu li:hover a{border-bottom-color:#e7e7eb}body.head-linkborder-grey #desktop-navigation .children li a:focus,body.head-linkborder-grey #desktop-navigation .children li a:hover,body.head-linkborder-grey #desktop-navigation .sub-menu li a:focus,body.head-linkborder-grey #desktop-navigation .sub-menu li a:hover{background-color:#e7e7eb}body.head-linkborder-grey button#overlay-open:hover,body.head-linkborder-grey button#search-open:hover{color:#e7e7eb}body.main-bgcol-grey,body.main-bgcol-grey.blog .featured-slider .entry-meta a,body.main-bgcol-grey.blog .hentry .entry-cats,body.main-bgcol-grey.blog .hentry .entry-cats a,body.main-bgcol-grey .entry-content header,body.main-bgcol-grey.single-post .entry-header .entry-cats a,body.main-bgcol-grey .site-content header,body.main-bgcol-grey blockquote,body.main-bgcol-grey main{background-color:#e7e7eb}body.main-bgcol-grey.blog .featured-content .hentry .entry-cats{background-color:transparent}body.actionbutton-grey .desktop-search input.search-field,body.actionbutton-grey .gallery .slick-dots li.slick-active button:before,body.actionbutton-grey .gallery .slick-dots li button:focus:before,body.actionbutton-grey .gallery .slick-dots li button:hover:before,body.actionbutton-grey .gallery .slick-next:before,body.actionbutton-grey .gallery .slick-prev:before{border-bottom-color:#e7e7eb}body.actionbutton-grey #commentform input#submit,body.actionbutton-grey #comments-toggle:focus,body.actionbutton-grey #comments-toggle:hover,body.actionbutton-grey .comments-show #comments-toggle,body.actionbutton-grey input#submit,body.actionbutton-grey input[type=button],body.actionbutton-grey input[type=submit]{border-color:#e7e7eb;background-color:#e7e7eb}body.head-bgcol-darkgrey #masthead,body.head-bgcol-darkgrey .sticky-header{background-color:#1a1a1a;border-bottom-color:rgba(26,26,26,.7)}body.head-bgcol-darkgrey #site-branding{background-color:#1a1a1a}body.head-textcol-darkgrey #masthead #desktop-navigation ul.menu li a,body.head-textcol-darkgrey #masthead h1.site-title,body.head-textcol-darkgrey #masthead h1.site-title a,body.head-textcol-darkgrey #masthead p.site-description,body.head-textcol-darkgrey #masthead p.site-title,body.head-textcol-darkgrey #masthead p.site-title a,body.head-textcol-darkgrey #overlay-open,body.head-textcol-darkgrey #overlay-open-sticky,body.head-textcol-darkgrey .search-open{color:#1a1a1a}body.head-linkborder-darkgrey #desktop-navigation ul.menu li.current-menu-ancestor a,body.head-linkborder-darkgrey #desktop-navigation ul.menu li.focus a,body.head-linkborder-darkgrey #desktop-navigation ul.menu li:focus a,body.head-linkborder-darkgrey #desktop-navigation ul.menu li:hover a{border-bottom-color:#1a1a1a}body.head-linkborder-darkgrey #desktop-navigation .children li a:focus,body.head-linkborder-darkgrey #desktop-navigation .children li a:hover,body.head-linkborder-darkgrey #desktop-navigation .sub-menu li a:focus,body.head-linkborder-darkgrey #desktop-navigation .sub-menu li a:hover{background-color:#1a1a1a}body.head-linkborder-darkgrey button#overlay-open:hover,body.head-linkborder-darkgrey button#search-open:hover{color:#1a1a1a}body.main-bgcol-darkgrey,body.main-bgcol-darkgrey.blog .featured-slider .entry-meta a,body.main-bgcol-darkgrey.blog .hentry .entry-cats,body.main-bgcol-darkgrey.blog .hentry .entry-cats a,body.main-bgcol-darkgrey .entry-content header,body.main-bgcol-darkgrey.single-post .entry-header .entry-cats a,body.main-bgcol-darkgrey .site-content header,body.main-bgcol-darkgrey blockquote,body.main-bgcol-darkgrey main{background-color:#1a1a1a}body.main-bgcol-darkgrey.blog .featured-content .hentry .entry-cats{background-color:transparent}body.actionbutton-darkgrey .desktop-search input.search-field,body.actionbutton-darkgrey .gallery .slick-dots li.slick-active button:before,body.actionbutton-darkgrey .gallery .slick-dots li button:focus:before,body.actionbutton-darkgrey .gallery .slick-dots li button:hover:before,body.actionbutton-darkgrey .gallery .slick-next:before,body.actionbutton-darkgrey .gallery .slick-prev:before{border-bottom-color:#1a1a1a}body.actionbutton-darkgrey #commentform input#submit,body.actionbutton-darkgrey #comments-toggle:focus,body.actionbutton-darkgrey #comments-toggle:hover,body.actionbutton-darkgrey .comments-show #comments-toggle,body.actionbutton-darkgrey input#submit,body.actionbutton-darkgrey input[type=button],body.actionbutton-darkgrey input[type=submit]{border-color:#1a1a1a;background-color:#1a1a1a}body.head-bgcol-blue #masthead,body.head-bgcol-blue .sticky-header{background-color:#06f;border-bottom-color:rgba(0,102,255,.7)}body.head-bgcol-blue #site-branding{background-color:#06f}body.head-textcol-blue #masthead #desktop-navigation ul.menu li a,body.head-textcol-blue #masthead h1.site-title,body.head-textcol-blue #masthead h1.site-title a,body.head-textcol-blue #masthead p.site-description,body.head-textcol-blue #masthead p.site-title,body.head-textcol-blue #masthead p.site-title a,body.head-textcol-blue #overlay-open,body.head-textcol-blue #overlay-open-sticky,body.head-textcol-blue .search-open{color:#06f}body.head-linkborder-blue #desktop-navigation ul.menu li.current-menu-ancestor a,body.head-linkborder-blue #desktop-navigation ul.menu li.focus a,body.head-linkborder-blue #desktop-navigation ul.menu li:focus a,body.head-linkborder-blue #desktop-navigation ul.menu li:hover a{border-bottom-color:#06f}body.head-linkborder-blue #desktop-navigation .children li a:focus,body.head-linkborder-blue #desktop-navigation .children li a:hover,body.head-linkborder-blue #desktop-navigation .sub-menu li a:focus,body.head-linkborder-blue #desktop-navigation .sub-menu li a:hover{background-color:#06f}body.head-linkborder-blue button#overlay-open:hover,body.head-linkborder-blue button#search-open:hover{color:#06f}body.main-bgcol-blue,body.main-bgcol-blue.blog .featured-slider .entry-meta a,body.main-bgcol-blue.blog .hentry .entry-cats,body.main-bgcol-blue.blog .hentry .entry-cats a,body.main-bgcol-blue .entry-content header,body.main-bgcol-blue.single-post .entry-header .entry-cats a,body.main-bgcol-blue .site-content header,body.main-bgcol-blue blockquote,body.main-bgcol-blue main{background-color:#06f}body.main-bgcol-blue.blog .featured-content .hentry .entry-cats{background-color:transparent}body.actionbutton-blue .desktop-search input.search-field,body.actionbutton-blue .gallery .slick-dots li.slick-active button:before,body.actionbutton-blue .gallery .slick-dots li button:focus:before,body.actionbutton-blue .gallery .slick-dots li button:hover:before,body.actionbutton-blue .gallery .slick-next:before,body.actionbutton-blue .gallery .slick-prev:before{border-bottom-color:#06f}body.actionbutton-blue #commentform input#submit,body.actionbutton-blue #comments-toggle:focus,body.actionbutton-blue #comments-toggle:hover,body.actionbutton-blue .comments-show #comments-toggle,body.actionbutton-blue input#submit,body.actionbutton-blue input[type=button],body.actionbutton-blue input[type=submit]{border-color:#06f;background-color:#06f}body.head-bgcol-red #masthead,body.head-bgcol-red .sticky-header{background-color:#d7464d;border-bottom-color:rgba(215,70,77,.7)}body.head-bgcol-red #site-branding{background-color:#d7464d}body.head-textcol-red #masthead #desktop-navigation ul.menu li a,body.head-textcol-red #masthead h1.site-title,body.head-textcol-red #masthead h1.site-title a,body.head-textcol-red #masthead p.site-description,body.head-textcol-red #masthead p.site-title,body.head-textcol-red #masthead p.site-title a,body.head-textcol-red #overlay-open,body.head-textcol-red #overlay-open-sticky,body.head-textcol-red .search-open{color:#d7464d}body.head-linkborder-red #desktop-navigation ul.menu li.current-menu-ancestor a,body.head-linkborder-red #desktop-navigation ul.menu li.focus a,body.head-linkborder-red #desktop-navigation ul.menu li:focus a,body.head-linkborder-red #desktop-navigation ul.menu li:hover a{border-bottom-color:#d7464d}body.head-linkborder-red #desktop-navigation .children li a:focus,body.head-linkborder-red #desktop-navigation .children li a:hover,body.head-linkborder-red #desktop-navigation .sub-menu li a:focus,body.head-linkborder-red #desktop-navigation .sub-menu li a:hover{background-color:#d7464d}body.head-linkborder-red button#overlay-open:hover,body.head-linkborder-red button#search-open:hover{color:#d7464d}body.main-bgcol-red,body.main-bgcol-red.blog .featured-slider .entry-meta a,body.main-bgcol-red.blog .hentry .entry-cats,body.main-bgcol-red.blog .hentry .entry-cats a,body.main-bgcol-red .entry-content header,body.main-bgcol-red.single-post .entry-header .entry-cats a,body.main-bgcol-red .site-content header,body.main-bgcol-red blockquote,body.main-bgcol-red main{background-color:#d7464d}body.main-bgcol-red.blog .featured-content .hentry .entry-cats{background-color:transparent}body.actionbutton-red .desktop-search input.search-field,body.actionbutton-red .gallery .slick-dots li.slick-active button:before,body.actionbutton-red .gallery .slick-dots li button:focus:before,body.actionbutton-red .gallery .slick-dots li button:hover:before,body.actionbutton-red .gallery .slick-next:before,body.actionbutton-red .gallery .slick-prev:before{border-bottom-color:#d7464d}body.actionbutton-red #commentform input#submit,body.actionbutton-red #comments-toggle:focus,body.actionbutton-red #comments-toggle:hover,body.actionbutton-red .comments-show #comments-toggle,body.actionbutton-red input#submit,body.actionbutton-red input[type=button],body.actionbutton-red input[type=submit]{border-color:#d7464d;background-color:#d7464d}body.head-bgcol-yellow #masthead,body.head-bgcol-yellow .sticky-header{background-color:#e7b547;border-bottom-color:rgba(231,181,71,.7)}body.head-bgcol-yellow #site-branding{background-color:#e7b547}body.head-textcol-yellow #masthead #desktop-navigation ul.menu li a,body.head-textcol-yellow #masthead h1.site-title,body.head-textcol-yellow #masthead h1.site-title a,body.head-textcol-yellow #masthead p.site-description,body.head-textcol-yellow #masthead p.site-title,body.head-textcol-yellow #masthead p.site-title a,body.head-textcol-yellow #overlay-open,body.head-textcol-yellow #overlay-open-sticky,body.head-textcol-yellow .search-open{color:#e7b547}body.head-linkborder-yellow #desktop-navigation ul.menu li.current-menu-ancestor a,body.head-linkborder-yellow #desktop-navigation ul.menu li.focus a,body.head-linkborder-yellow #desktop-navigation ul.menu li:focus a,body.head-linkborder-yellow #desktop-navigation ul.menu li:hover a{border-bottom-color:#e7b547}body.head-linkborder-yellow #desktop-navigation .children li a:focus,body.head-linkborder-yellow #desktop-navigation .children li a:hover,body.head-linkborder-yellow #desktop-navigation .sub-menu li a:focus,body.head-linkborder-yellow #desktop-navigation .sub-menu li a:hover{background-color:#e7b547}body.head-linkborder-yellow button#overlay-open:hover,body.head-linkborder-yellow button#search-open:hover{color:#e7b547}body.main-bgcol-yellow,body.main-bgcol-yellow.blog .featured-slider .entry-meta a,body.main-bgcol-yellow.blog .hentry .entry-cats,body.main-bgcol-yellow.blog .hentry .entry-cats a,body.main-bgcol-yellow .entry-content header,body.main-bgcol-yellow.single-post .entry-header .entry-cats a,body.main-bgcol-yellow .site-content header,body.main-bgcol-yellow blockquote,body.main-bgcol-yellow main{background-color:#e7b547}body.main-bgcol-yellow.blog .featured-content .hentry .entry-cats{background-color:transparent}body.actionbutton-yellow .desktop-search input.search-field,body.actionbutton-yellow .gallery .slick-dots li.slick-active button:before,body.actionbutton-yellow .gallery .slick-dots li button:focus:before,body.actionbutton-yellow .gallery .slick-dots li button:hover:before,body.actionbutton-yellow .gallery .slick-next:before,body.actionbutton-yellow .gallery .slick-prev:before{border-bottom-color:#e7b547}body.actionbutton-yellow #commentform input#submit,body.actionbutton-yellow #comments-toggle:focus,body.actionbutton-yellow #comments-toggle:hover,body.actionbutton-yellow .comments-show #comments-toggle,body.actionbutton-yellow input#submit,body.actionbutton-yellow input[type=button],body.actionbutton-yellow input[type=submit]{border-color:#e7b547;background-color:#e7b547}body.head-bgcol-green #masthead,body.head-bgcol-green .sticky-header{background-color:#85c066;border-bottom-color:rgba(133,192,102,.7)}body.head-bgcol-green #site-branding{background-color:#85c066}body.head-textcol-green #masthead #desktop-navigation ul.menu li a,body.head-textcol-green #masthead h1.site-title,body.head-textcol-green #masthead h1.site-title a,body.head-textcol-green #masthead p.site-description,body.head-textcol-green #masthead p.site-title,body.head-textcol-green #masthead p.site-title a,body.head-textcol-green #overlay-open,body.head-textcol-green #overlay-open-sticky,body.head-textcol-green .search-open{color:#85c066}body.head-linkborder-green #desktop-navigation ul.menu li.current-menu-ancestor a,body.head-linkborder-green #desktop-navigation ul.menu li.focus a,body.head-linkborder-green #desktop-navigation ul.menu li:focus a,body.head-linkborder-green #desktop-navigation ul.menu li:hover a{border-bottom-color:#85c066}body.head-linkborder-green #desktop-navigation .children li a:focus,body.head-linkborder-green #desktop-navigation .children li a:hover,body.head-linkborder-green #desktop-navigation .sub-menu li a:focus,body.head-linkborder-green #desktop-navigation .sub-menu li a:hover{background-color:#85c066}body.head-linkborder-green button#overlay-open:hover,body.head-linkborder-green button#search-open:hover{color:#85c066}body.main-bgcol-green,body.main-bgcol-green.blog .featured-slider .entry-meta a,body.main-bgcol-green.blog .hentry .entry-cats,body.main-bgcol-green.blog .hentry .entry-cats a,body.main-bgcol-green .entry-content header,body.main-bgcol-green.single-post .entry-header .entry-cats a,body.main-bgcol-green .site-content header,body.main-bgcol-green blockquote,body.main-bgcol-green main{background-color:#85c066}body.main-bgcol-green.blog .featured-content .hentry .entry-cats{background-color:transparent}body.actionbutton-green .desktop-search input.search-field,body.actionbutton-green .gallery .slick-dots li.slick-active button:before,body.actionbutton-green .gallery .slick-dots li button:focus:before,body.actionbutton-green .gallery .slick-dots li button:hover:before,body.actionbutton-green .gallery .slick-next:before,body.actionbutton-green .gallery .slick-prev:before{border-bottom-color:#85c066}body.actionbutton-green #commentform input#submit,body.actionbutton-green #comments-toggle:focus,body.actionbutton-green #comments-toggle:hover,body.actionbutton-green .comments-show #comments-toggle,body.actionbutton-green input#submit,body.actionbutton-green input[type=button],body.actionbutton-green input[type=submit]{border-color:#85c066;background-color:#85c066}.main-headlinecol-main .entry-header h2.entry-title,.main-headlinecol-main .entry-header h2.entry-title a,.main-headlinecol-main main #secondary h2.widget-title,.main-headlinecol-main main #sidebar-page h2.widget-title,.main-headlinecol-main main h1,.main-headlinecol-main main h2,.main-headlinecol-main main h3,.main-headlinecol-main main h4,.main-headlinecol-main main h5,.main-headlinecol-main main h6{color:#f80}.main-headlinecol-second .entry-header h2.entry-title,.main-headlinecol-second .entry-header h2.entry-title a,.main-headlinecol-second main #secondary h2.widget-title,.main-headlinecol-second main #sidebar-page h2.widget-title,.main-headlinecol-second main h1,.main-headlinecol-second main h2,.main-headlinecol-second main h3,.main-headlinecol-second main h4,.main-headlinecol-second main h5,.main-headlinecol-second main h6{color:#672082}.main-headlinecol-third .entry-header h2.entry-title,.main-headlinecol-third .entry-header h2.entry-title a,.main-headlinecol-third main #secondary h2.widget-title,.main-headlinecol-third main #sidebar-page h2.widget-title,.main-headlinecol-third main h1,.main-headlinecol-third main h2,.main-headlinecol-third main h3,.main-headlinecol-third main h4,.main-headlinecol-third main h5,.main-headlinecol-third main h6{color:#698bc1}.main-headlinecol-four .entry-header h2.entry-title,.main-headlinecol-four .entry-header h2.entry-title a,.main-headlinecol-four main #secondary h2.widget-title,.main-headlinecol-four main #sidebar-page h2.widget-title,.main-headlinecol-four main h1,.main-headlinecol-four main h2,.main-headlinecol-four main h3,.main-headlinecol-four main h4,.main-headlinecol-four main h5,.main-headlinecol-four main h6{color:#148f93}.main-headlinecol-uspirates .entry-header h2.entry-title,.main-headlinecol-uspirates .entry-header h2.entry-title a,.main-headlinecol-uspirates main #secondary h2.widget-title,.main-headlinecol-uspirates main #sidebar-page h2.widget-title,.main-headlinecol-uspirates main h1,.main-headlinecol-uspirates main h2,.main-headlinecol-uspirates main h3,.main-headlinecol-uspirates main h4,.main-headlinecol-uspirates main h5,.main-headlinecol-uspirates main h6{color:#b127af}.main-headlinecol-tkpirates .entry-header h2.entry-title,.main-headlinecol-tkpirates .entry-header h2.entry-title a,.main-headlinecol-tkpirates main #secondary h2.widget-title,.main-headlinecol-tkpirates main #sidebar-page h2.widget-title,.main-headlinecol-tkpirates main h1,.main-headlinecol-tkpirates main h2,.main-headlinecol-tkpirates main h3,.main-headlinecol-tkpirates main h4,.main-headlinecol-tkpirates main h5,.main-headlinecol-tkpirates main h6{color:#00b5b1}.main-headlinecol-chpirates .entry-header h2.entry-title,.main-headlinecol-chpirates .entry-header h2.entry-title a,.main-headlinecol-chpirates main #secondary h2.widget-title,.main-headlinecol-chpirates main #sidebar-page h2.widget-title,.main-headlinecol-chpirates main h1,.main-headlinecol-chpirates main h2,.main-headlinecol-chpirates main h3,.main-headlinecol-chpirates main h4,.main-headlinecol-chpirates main h5,.main-headlinecol-chpirates main h6{color:#f9b200}.main-headlinecol-ispirates .entry-header h2.entry-title,.main-headlinecol-ispirates .entry-header h2.entry-title a,.main-headlinecol-ispirates main #secondary h2.widget-title,.main-headlinecol-ispirates main #sidebar-page h2.widget-title,.main-headlinecol-ispirates main h1,.main-headlinecol-ispirates main h2,.main-headlinecol-ispirates main h3,.main-headlinecol-ispirates main h4,.main-headlinecol-ispirates main h5,.main-headlinecol-ispirates main h6{color:#51297e}.main-headlinecol-black .entry-header h2.entry-title,.main-headlinecol-black .entry-header h2.entry-title a,.main-headlinecol-black main #secondary h2.widget-title,.main-headlinecol-black main #sidebar-page h2.widget-title,.main-headlinecol-black main h1,.main-headlinecol-black main h2,.main-headlinecol-black main h3,.main-headlinecol-black main h4,.main-headlinecol-black main h5,.main-headlinecol-black main h6{color:#000}.main-headlinecol-white .entry-header h2.entry-title,.main-headlinecol-white .entry-header h2.entry-title a,.main-headlinecol-white main #secondary h2.widget-title,.main-headlinecol-white main #sidebar-page h2.widget-title,.main-headlinecol-white main h1,.main-headlinecol-white main h2,.main-headlinecol-white main h3,.main-headlinecol-white main h4,.main-headlinecol-white main h5,.main-headlinecol-white main h6{color:#fff}.main-headlinecol-grey .entry-header h2.entry-title,.main-headlinecol-grey .entry-header h2.entry-title a,.main-headlinecol-grey main #secondary h2.widget-title,.main-headlinecol-grey main #sidebar-page h2.widget-title,.main-headlinecol-grey main h1,.main-headlinecol-grey main h2,.main-headlinecol-grey main h3,.main-headlinecol-grey main h4,.main-headlinecol-grey main h5,.main-headlinecol-grey main h6{color:#e7e7eb}.main-headlinecol-darkgrey .entry-header h2.entry-title,.main-headlinecol-darkgrey .entry-header h2.entry-title a,.main-headlinecol-darkgrey main #secondary h2.widget-title,.main-headlinecol-darkgrey main #sidebar-page h2.widget-title,.main-headlinecol-darkgrey main h1,.main-headlinecol-darkgrey main h2,.main-headlinecol-darkgrey main h3,.main-headlinecol-darkgrey main h4,.main-headlinecol-darkgrey main h5,.main-headlinecol-darkgrey main h6{color:#1a1a1a}.main-headlinecol-blue .entry-header h2.entry-title,.main-headlinecol-blue .entry-header h2.entry-title a,.main-headlinecol-blue main #secondary h2.widget-title,.main-headlinecol-blue main #sidebar-page h2.widget-title,.main-headlinecol-blue main h1,.main-headlinecol-blue main h2,.main-headlinecol-blue main h3,.main-headlinecol-blue main h4,.main-headlinecol-blue main h5,.main-headlinecol-blue main h6{color:#06f}.main-headlinecol-red .entry-header h2.entry-title,.main-headlinecol-red .entry-header h2.entry-title a,.main-headlinecol-red main #secondary h2.widget-title,.main-headlinecol-red main #sidebar-page h2.widget-title,.main-headlinecol-red main h1,.main-headlinecol-red main h2,.main-headlinecol-red main h3,.main-headlinecol-red main h4,.main-headlinecol-red main h5,.main-headlinecol-red main h6{color:#d7464d}.main-headlinecol-yellow .entry-header h2.entry-title,.main-headlinecol-yellow .entry-header h2.entry-title a,.main-headlinecol-yellow main #secondary h2.widget-title,.main-headlinecol-yellow main #sidebar-page h2.widget-title,.main-headlinecol-yellow main h1,.main-headlinecol-yellow main h2,.main-headlinecol-yellow main h3,.main-headlinecol-yellow main h4,.main-headlinecol-yellow main h5,.main-headlinecol-yellow main h6{color:#e7b547}.main-headlinecol-green .entry-header h2.entry-title,.main-headlinecol-green .entry-header h2.entry-title a,.main-headlinecol-green main #secondary h2.widget-title,.main-headlinecol-green main #sidebar-page h2.widget-title,.main-headlinecol-green main h1,.main-headlinecol-green main h2,.main-headlinecol-green main h3,.main-headlinecol-green main h4,.main-headlinecol-green main h5,.main-headlinecol-green main h6{color:#85c066}.main-titleunderline-main main .archive-header h1.archive-title,.main-titleunderline-main main .attachment h1.entry-title,.main-titleunderline-main main .entry-content h1,.main-titleunderline-main main .entry-header h1.entry-title,.main-titleunderline-main main .page h1.entry-title,.main-titleunderline-main main .single-post .entry-header h1.entry-title,.main-titleunderline-main main .site-content h1,.main-titleunderline-main main h1.entry-title{border-color:#f80}.main-titleunderline-second main .archive-header h1.archive-title,.main-titleunderline-second main .attachment h1.entry-title,.main-titleunderline-second main .entry-content h1,.main-titleunderline-second main .entry-header h1.entry-title,.main-titleunderline-second main .page h1.entry-title,.main-titleunderline-second main .single-post .entry-header h1.entry-title,.main-titleunderline-second main .site-content h1,.main-titleunderline-second main h1.entry-title{border-color:#672082}.main-titleunderline-third main .archive-header h1.archive-title,.main-titleunderline-third main .attachment h1.entry-title,.main-titleunderline-third main .entry-content h1,.main-titleunderline-third main .entry-header h1.entry-title,.main-titleunderline-third main .page h1.entry-title,.main-titleunderline-third main .single-post .entry-header h1.entry-title,.main-titleunderline-third main .site-content h1,.main-titleunderline-third main h1.entry-title{border-color:#698bc1}.main-titleunderline-four main .archive-header h1.archive-title,.main-titleunderline-four main .attachment h1.entry-title,.main-titleunderline-four main .entry-content h1,.main-titleunderline-four main .entry-header h1.entry-title,.main-titleunderline-four main .page h1.entry-title,.main-titleunderline-four main .single-post .entry-header h1.entry-title,.main-titleunderline-four main .site-content h1,.main-titleunderline-four main h1.entry-title{border-color:#148f93}.main-titleunderline-uspirates main .archive-header h1.archive-title,.main-titleunderline-uspirates main .attachment h1.entry-title,.main-titleunderline-uspirates main .entry-content h1,.main-titleunderline-uspirates main .entry-header h1.entry-title,.main-titleunderline-uspirates main .page h1.entry-title,.main-titleunderline-uspirates main .single-post .entry-header h1.entry-title,.main-titleunderline-uspirates main .site-content h1,.main-titleunderline-uspirates main h1.entry-title{border-color:#b127af}.main-titleunderline-tkpirates main .archive-header h1.archive-title,.main-titleunderline-tkpirates main .attachment h1.entry-title,.main-titleunderline-tkpirates main .entry-content h1,.main-titleunderline-tkpirates main .entry-header h1.entry-title,.main-titleunderline-tkpirates main .page h1.entry-title,.main-titleunderline-tkpirates main .single-post .entry-header h1.entry-title,.main-titleunderline-tkpirates main .site-content h1,.main-titleunderline-tkpirates main h1.entry-title{border-color:#00b5b1}.main-titleunderline-chpirates main .archive-header h1.archive-title,.main-titleunderline-chpirates main .attachment h1.entry-title,.main-titleunderline-chpirates main .entry-content h1,.main-titleunderline-chpirates main .entry-header h1.entry-title,.main-titleunderline-chpirates main .page h1.entry-title,.main-titleunderline-chpirates main .single-post .entry-header h1.entry-title,.main-titleunderline-chpirates main .site-content h1,.main-titleunderline-chpirates main h1.entry-title{border-color:#f9b200}.main-titleunderline-ispirates main .archive-header h1.archive-title,.main-titleunderline-ispirates main .attachment h1.entry-title,.main-titleunderline-ispirates main .entry-content h1,.main-titleunderline-ispirates main .entry-header h1.entry-title,.main-titleunderline-ispirates main .page h1.entry-title,.main-titleunderline-ispirates main .single-post .entry-header h1.entry-title,.main-titleunderline-ispirates main .site-content h1,.main-titleunderline-ispirates main h1.entry-title{border-color:#51297e}.main-titleunderline-black main .archive-header h1.archive-title,.main-titleunderline-black main .attachment h1.entry-title,.main-titleunderline-black main .entry-content h1,.main-titleunderline-black main .entry-header h1.entry-title,.main-titleunderline-black main .page h1.entry-title,.main-titleunderline-black main .single-post .entry-header h1.entry-title,.main-titleunderline-black main .site-content h1,.main-titleunderline-black main h1.entry-title{border-color:#000}.main-titleunderline-white main .archive-header h1.archive-title,.main-titleunderline-white main .attachment h1.entry-title,.main-titleunderline-white main .entry-content h1,.main-titleunderline-white main .entry-header h1.entry-title,.main-titleunderline-white main .page h1.entry-title,.main-titleunderline-white main .single-post .entry-header h1.entry-title,.main-titleunderline-white main .site-content h1,.main-titleunderline-white main h1.entry-title{border-color:#fff}.main-titleunderline-grey main .archive-header h1.archive-title,.main-titleunderline-grey main .attachment h1.entry-title,.main-titleunderline-grey main .entry-content h1,.main-titleunderline-grey main .entry-header h1.entry-title,.main-titleunderline-grey main .page h1.entry-title,.main-titleunderline-grey main .single-post .entry-header h1.entry-title,.main-titleunderline-grey main .site-content h1,.main-titleunderline-grey main h1.entry-title{border-color:#e7e7eb}.main-titleunderline-darkgrey main .archive-header h1.archive-title,.main-titleunderline-darkgrey main .attachment h1.entry-title,.main-titleunderline-darkgrey main .entry-content h1,.main-titleunderline-darkgrey main .entry-header h1.entry-title,.main-titleunderline-darkgrey main .page h1.entry-title,.main-titleunderline-darkgrey main .single-post .entry-header h1.entry-title,.main-titleunderline-darkgrey main .site-content h1,.main-titleunderline-darkgrey main h1.entry-title{border-color:#1a1a1a}.main-titleunderline-blue main .archive-header h1.archive-title,.main-titleunderline-blue main .attachment h1.entry-title,.main-titleunderline-blue main .entry-content h1,.main-titleunderline-blue main .entry-header h1.entry-title,.main-titleunderline-blue main .page h1.entry-title,.main-titleunderline-blue main .single-post .entry-header h1.entry-title,.main-titleunderline-blue main .site-content h1,.main-titleunderline-blue main h1.entry-title{border-color:#06f}.main-titleunderline-red main .archive-header h1.archive-title,.main-titleunderline-red main .attachment h1.entry-title,.main-titleunderline-red main .entry-content h1,.main-titleunderline-red main .entry-header h1.entry-title,.main-titleunderline-red main .page h1.entry-title,.main-titleunderline-red main .single-post .entry-header h1.entry-title,.main-titleunderline-red main .site-content h1,.main-titleunderline-red main h1.entry-title{border-color:#d7464d}.main-titleunderline-yellow main .archive-header h1.archive-title,.main-titleunderline-yellow main .attachment h1.entry-title,.main-titleunderline-yellow main .entry-content h1,.main-titleunderline-yellow main .entry-header h1.entry-title,.main-titleunderline-yellow main .page h1.entry-title,.main-titleunderline-yellow main .single-post .entry-header h1.entry-title,.main-titleunderline-yellow main .site-content h1,.main-titleunderline-yellow main h1.entry-title{border-color:#e7b547}.main-titleunderline-green main .archive-header h1.archive-title,.main-titleunderline-green main .attachment h1.entry-title,.main-titleunderline-green main .entry-content h1,.main-titleunderline-green main .entry-header h1.entry-title,.main-titleunderline-green main .page h1.entry-title,.main-titleunderline-green main .single-post .entry-header h1.entry-title,.main-titleunderline-green main .site-content h1,.main-titleunderline-green main h1.entry-title{border-color:#85c066}.main-linkcol-main main .comment-text a,.main-linkcol-main main .entry-content a,.main-linkcol-main main a,.main-linkcol-main main blockquote a,.main-linkhovercol-main.blog .featured-slider .entry-cats a:hover,.main-linkhovercol-main.blog .featured-slider .entry-meta a:hover,.main-linkhovercol-main.blog .hentry .entry-cats a:hover,.main-linkhovercol-main.single-post .entry-header .entry-cats a:hover,.main-linkhovercol-main main .comment-text a:hover,.main-linkhovercol-main main .entry-content a:hover,.main-linkhovercol-main main a:hover,.main-linkhovercol-main main blockquote a:hover,.main-textcol-main .entry-summary,.main-textcol-main .front-section-title,.main-textcol-main .jetpack_subscription_widget #subscribe-text p,.main-textcol-main .section-about-column-one p,.main-textcol-main .single-post .entry-header p.intro,.main-textcol-main .social-front-title,.main-textcol-main .widget_mc4wp_form_widget p,.main-textcol-main blockquote p,.main-textcol-main main{color:#f80}.main-linkcol-second main .comment-text a,.main-linkcol-second main .entry-content a,.main-linkcol-second main a,.main-linkcol-second main blockquote a,.main-linkhovercol-second.blog .featured-slider .entry-cats a:hover,.main-linkhovercol-second.blog .featured-slider .entry-meta a:hover,.main-linkhovercol-second.blog .hentry .entry-cats a:hover,.main-linkhovercol-second.single-post .entry-header .entry-cats a:hover,.main-linkhovercol-second main .comment-text a:hover,.main-linkhovercol-second main .entry-content a:hover,.main-linkhovercol-second main a:hover,.main-linkhovercol-second main blockquote a:hover,.main-textcol-second .entry-summary,.main-textcol-second .front-section-title,.main-textcol-second .jetpack_subscription_widget #subscribe-text p,.main-textcol-second .section-about-column-one p,.main-textcol-second .single-post .entry-header p.intro,.main-textcol-second .social-front-title,.main-textcol-second .widget_mc4wp_form_widget p,.main-textcol-second blockquote p,.main-textcol-second main{color:#672082}.main-linkcol-third main .comment-text a,.main-linkcol-third main .entry-content a,.main-linkcol-third main a,.main-linkcol-third main blockquote a,.main-linkhovercol-third.blog .featured-slider .entry-cats a:hover,.main-linkhovercol-third.blog .featured-slider .entry-meta a:hover,.main-linkhovercol-third.blog .hentry .entry-cats a:hover,.main-linkhovercol-third.single-post .entry-header .entry-cats a:hover,.main-linkhovercol-third main .comment-text a:hover,.main-linkhovercol-third main .entry-content a:hover,.main-linkhovercol-third main a:hover,.main-linkhovercol-third main blockquote a:hover,.main-textcol-third .entry-summary,.main-textcol-third .front-section-title,.main-textcol-third .jetpack_subscription_widget #subscribe-text p,.main-textcol-third .section-about-column-one p,.main-textcol-third .single-post .entry-header p.intro,.main-textcol-third .social-front-title,.main-textcol-third .widget_mc4wp_form_widget p,.main-textcol-third blockquote p,.main-textcol-third main{color:#698bc1}.main-linkcol-four main .comment-text a,.main-linkcol-four main .entry-content a,.main-linkcol-four main a,.main-linkcol-four main blockquote a,.main-linkhovercol-four.blog .featured-slider .entry-cats a:hover,.main-linkhovercol-four.blog .featured-slider .entry-meta a:hover,.main-linkhovercol-four.blog .hentry .entry-cats a:hover,.main-linkhovercol-four.single-post .entry-header .entry-cats a:hover,.main-linkhovercol-four main .comment-text a:hover,.main-linkhovercol-four main .entry-content a:hover,.main-linkhovercol-four main a:hover,.main-linkhovercol-four main blockquote a:hover,.main-textcol-four .entry-summary,.main-textcol-four .front-section-title,.main-textcol-four .jetpack_subscription_widget #subscribe-text p,.main-textcol-four .section-about-column-one p,.main-textcol-four .single-post .entry-header p.intro,.main-textcol-four .social-front-title,.main-textcol-four .widget_mc4wp_form_widget p,.main-textcol-four blockquote p,.main-textcol-four main{color:#148f93}.main-linkcol-uspirates main .comment-text a,.main-linkcol-uspirates main .entry-content a,.main-linkcol-uspirates main a,.main-linkcol-uspirates main blockquote a,.main-linkhovercol-uspirates.blog .featured-slider .entry-cats a:hover,.main-linkhovercol-uspirates.blog .featured-slider .entry-meta a:hover,.main-linkhovercol-uspirates.blog .hentry .entry-cats a:hover,.main-linkhovercol-uspirates.single-post .entry-header .entry-cats a:hover,.main-linkhovercol-uspirates main .comment-text a:hover,.main-linkhovercol-uspirates main .entry-content a:hover,.main-linkhovercol-uspirates main a:hover,.main-linkhovercol-uspirates main blockquote a:hover,.main-textcol-uspirates .entry-summary,.main-textcol-uspirates .front-section-title,.main-textcol-uspirates .jetpack_subscription_widget #subscribe-text p,.main-textcol-uspirates .section-about-column-one p,.main-textcol-uspirates .single-post .entry-header p.intro,.main-textcol-uspirates .social-front-title,.main-textcol-uspirates .widget_mc4wp_form_widget p,.main-textcol-uspirates blockquote p,.main-textcol-uspirates main{color:#b127af}.main-linkcol-tkpirates main .comment-text a,.main-linkcol-tkpirates main .entry-content a,.main-linkcol-tkpirates main a,.main-linkcol-tkpirates main blockquote a,.main-linkhovercol-tkpirates.blog .featured-slider .entry-cats a:hover,.main-linkhovercol-tkpirates.blog .featured-slider .entry-meta a:hover,.main-linkhovercol-tkpirates.blog .hentry .entry-cats a:hover,.main-linkhovercol-tkpirates.single-post .entry-header .entry-cats a:hover,.main-linkhovercol-tkpirates main .comment-text a:hover,.main-linkhovercol-tkpirates main .entry-content a:hover,.main-linkhovercol-tkpirates main a:hover,.main-linkhovercol-tkpirates main blockquote a:hover,.main-textcol-tkpirates .entry-summary,.main-textcol-tkpirates .front-section-title,.main-textcol-tkpirates .jetpack_subscription_widget #subscribe-text p,.main-textcol-tkpirates .section-about-column-one p,.main-textcol-tkpirates .single-post .entry-header p.intro,.main-textcol-tkpirates .social-front-title,.main-textcol-tkpirates .widget_mc4wp_form_widget p,.main-textcol-tkpirates blockquote p,.main-textcol-tkpirates main{color:#00b5b1}.main-linkcol-chpirates main .comment-text a,.main-linkcol-chpirates main .entry-content a,.main-linkcol-chpirates main a,.main-linkcol-chpirates main blockquote a,.main-linkhovercol-chpirates.blog .featured-slider .entry-cats a:hover,.main-linkhovercol-chpirates.blog .featured-slider .entry-meta a:hover,.main-linkhovercol-chpirates.blog .hentry .entry-cats a:hover,.main-linkhovercol-chpirates.single-post .entry-header .entry-cats a:hover,.main-linkhovercol-chpirates main .comment-text a:hover,.main-linkhovercol-chpirates main .entry-content a:hover,.main-linkhovercol-chpirates main a:hover,.main-linkhovercol-chpirates main blockquote a:hover,.main-textcol-chpirates .entry-summary,.main-textcol-chpirates .front-section-title,.main-textcol-chpirates .jetpack_subscription_widget #subscribe-text p,.main-textcol-chpirates .section-about-column-one p,.main-textcol-chpirates .single-post .entry-header p.intro,.main-textcol-chpirates .social-front-title,.main-textcol-chpirates .widget_mc4wp_form_widget p,.main-textcol-chpirates blockquote p,.main-textcol-chpirates main{color:#f9b200}.main-linkcol-ispirates main .comment-text a,.main-linkcol-ispirates main .entry-content a,.main-linkcol-ispirates main a,.main-linkcol-ispirates main blockquote a,.main-linkhovercol-ispirates.blog .featured-slider .entry-cats a:hover,.main-linkhovercol-ispirates.blog .featured-slider .entry-meta a:hover,.main-linkhovercol-ispirates.blog .hentry .entry-cats a:hover,.main-linkhovercol-ispirates.single-post .entry-header .entry-cats a:hover,.main-linkhovercol-ispirates main .comment-text a:hover,.main-linkhovercol-ispirates main .entry-content a:hover,.main-linkhovercol-ispirates main a:hover,.main-linkhovercol-ispirates main blockquote a:hover,.main-textcol-ispirates .entry-summary,.main-textcol-ispirates .front-section-title,.main-textcol-ispirates .jetpack_subscription_widget #subscribe-text p,.main-textcol-ispirates .section-about-column-one p,.main-textcol-ispirates .single-post .entry-header p.intro,.main-textcol-ispirates .social-front-title,.main-textcol-ispirates .widget_mc4wp_form_widget p,.main-textcol-ispirates blockquote p,.main-textcol-ispirates main{color:#51297e}.main-linkcol-black main .comment-text a,.main-linkcol-black main .entry-content a,.main-linkcol-black main a,.main-linkcol-black main blockquote a,.main-linkhovercol-black.blog .featured-slider .entry-cats a:hover,.main-linkhovercol-black.blog .featured-slider .entry-meta a:hover,.main-linkhovercol-black.blog .hentry .entry-cats a:hover,.main-linkhovercol-black.single-post .entry-header .entry-cats a:hover,.main-linkhovercol-black main .comment-text a:hover,.main-linkhovercol-black main .entry-content a:hover,.main-linkhovercol-black main a:hover,.main-linkhovercol-black main blockquote a:hover,.main-textcol-black .entry-summary,.main-textcol-black .front-section-title,.main-textcol-black .jetpack_subscription_widget #subscribe-text p,.main-textcol-black .section-about-column-one p,.main-textcol-black .single-post .entry-header p.intro,.main-textcol-black .social-front-title,.main-textcol-black .widget_mc4wp_form_widget p,.main-textcol-black blockquote p,.main-textcol-black main{color:#000}.main-linkcol-white main .comment-text a,.main-linkcol-white main .entry-content a,.main-linkcol-white main a,.main-linkcol-white main blockquote a,.main-linkhovercol-white.blog .featured-slider .entry-cats a:hover,.main-linkhovercol-white.blog .featured-slider .entry-meta a:hover,.main-linkhovercol-white.blog .hentry .entry-cats a:hover,.main-linkhovercol-white.single-post .entry-header .entry-cats a:hover,.main-linkhovercol-white main .comment-text a:hover,.main-linkhovercol-white main .entry-content a:hover,.main-linkhovercol-white main a:hover,.main-linkhovercol-white main blockquote a:hover,.main-textcol-white .entry-summary,.main-textcol-white .front-section-title,.main-textcol-white .jetpack_subscription_widget #subscribe-text p,.main-textcol-white .section-about-column-one p,.main-textcol-white .single-post .entry-header p.intro,.main-textcol-white .social-front-title,.main-textcol-white .widget_mc4wp_form_widget p,.main-textcol-white blockquote p,.main-textcol-white main{color:#fff}.main-linkcol-grey main .comment-text a,.main-linkcol-grey main .entry-content a,.main-linkcol-grey main a,.main-linkcol-grey main blockquote a,.main-linkhovercol-grey.blog .featured-slider .entry-cats a:hover,.main-linkhovercol-grey.blog .featured-slider .entry-meta a:hover,.main-linkhovercol-grey.blog .hentry .entry-cats a:hover,.main-linkhovercol-grey.single-post .entry-header .entry-cats a:hover,.main-linkhovercol-grey main .comment-text a:hover,.main-linkhovercol-grey main .entry-content a:hover,.main-linkhovercol-grey main a:hover,.main-linkhovercol-grey main blockquote a:hover,.main-textcol-grey .entry-summary,.main-textcol-grey .front-section-title,.main-textcol-grey .jetpack_subscription_widget #subscribe-text p,.main-textcol-grey .section-about-column-one p,.main-textcol-grey .single-post .entry-header p.intro,.main-textcol-grey .social-front-title,.main-textcol-grey .widget_mc4wp_form_widget p,.main-textcol-grey blockquote p,.main-textcol-grey main{color:#e7e7eb}.main-linkcol-darkgrey main .comment-text a,.main-linkcol-darkgrey main .entry-content a,.main-linkcol-darkgrey main a,.main-linkcol-darkgrey main blockquote a,.main-linkhovercol-darkgrey.blog .featured-slider .entry-cats a:hover,.main-linkhovercol-darkgrey.blog .featured-slider .entry-meta a:hover,.main-linkhovercol-darkgrey.blog .hentry .entry-cats a:hover,.main-linkhovercol-darkgrey.single-post .entry-header .entry-cats a:hover,.main-linkhovercol-darkgrey main .comment-text a:hover,.main-linkhovercol-darkgrey main .entry-content a:hover,.main-linkhovercol-darkgrey main a:hover,.main-linkhovercol-darkgrey main blockquote a:hover,.main-textcol-darkgrey .entry-summary,.main-textcol-darkgrey .front-section-title,.main-textcol-darkgrey .jetpack_subscription_widget #subscribe-text p,.main-textcol-darkgrey .section-about-column-one p,.main-textcol-darkgrey .single-post .entry-header p.intro,.main-textcol-darkgrey .social-front-title,.main-textcol-darkgrey .widget_mc4wp_form_widget p,.main-textcol-darkgrey blockquote p,.main-textcol-darkgrey main{color:#1a1a1a}.main-linkcol-blue main .comment-text a,.main-linkcol-blue main .entry-content a,.main-linkcol-blue main a,.main-linkcol-blue main blockquote a,.main-linkhovercol-blue.blog .featured-slider .entry-cats a:hover,.main-linkhovercol-blue.blog .featured-slider .entry-meta a:hover,.main-linkhovercol-blue.blog .hentry .entry-cats a:hover,.main-linkhovercol-blue.single-post .entry-header .entry-cats a:hover,.main-linkhovercol-blue main .comment-text a:hover,.main-linkhovercol-blue main .entry-content a:hover,.main-linkhovercol-blue main a:hover,.main-linkhovercol-blue main blockquote a:hover,.main-textcol-blue .entry-summary,.main-textcol-blue .front-section-title,.main-textcol-blue .jetpack_subscription_widget #subscribe-text p,.main-textcol-blue .section-about-column-one p,.main-textcol-blue .single-post .entry-header p.intro,.main-textcol-blue .social-front-title,.main-textcol-blue .widget_mc4wp_form_widget p,.main-textcol-blue blockquote p,.main-textcol-blue main{color:#06f}.main-linkcol-red main .comment-text a,.main-linkcol-red main .entry-content a,.main-linkcol-red main a,.main-linkcol-red main blockquote a,.main-linkhovercol-red.blog .featured-slider .entry-cats a:hover,.main-linkhovercol-red.blog .featured-slider .entry-meta a:hover,.main-linkhovercol-red.blog .hentry .entry-cats a:hover,.main-linkhovercol-red.single-post .entry-header .entry-cats a:hover,.main-linkhovercol-red main .comment-text a:hover,.main-linkhovercol-red main .entry-content a:hover,.main-linkhovercol-red main a:hover,.main-linkhovercol-red main blockquote a:hover,.main-textcol-red .entry-summary,.main-textcol-red .front-section-title,.main-textcol-red .jetpack_subscription_widget #subscribe-text p,.main-textcol-red .section-about-column-one p,.main-textcol-red .single-post .entry-header p.intro,.main-textcol-red .social-front-title,.main-textcol-red .widget_mc4wp_form_widget p,.main-textcol-red blockquote p,.main-textcol-red main{color:#d7464d}.main-linkcol-yellow main .comment-text a,.main-linkcol-yellow main .entry-content a,.main-linkcol-yellow main a,.main-linkcol-yellow main blockquote a,.main-linkhovercol-yellow.blog .featured-slider .entry-cats a:hover,.main-linkhovercol-yellow.blog .featured-slider .entry-meta a:hover,.main-linkhovercol-yellow.blog .hentry .entry-cats a:hover,.main-linkhovercol-yellow.single-post .entry-header .entry-cats a:hover,.main-linkhovercol-yellow main .comment-text a:hover,.main-linkhovercol-yellow main .entry-content a:hover,.main-linkhovercol-yellow main a:hover,.main-linkhovercol-yellow main blockquote a:hover,.main-textcol-yellow .entry-summary,.main-textcol-yellow .front-section-title,.main-textcol-yellow .jetpack_subscription_widget #subscribe-text p,.main-textcol-yellow .section-about-column-one p,.main-textcol-yellow .single-post .entry-header p.intro,.main-textcol-yellow .social-front-title,.main-textcol-yellow .widget_mc4wp_form_widget p,.main-textcol-yellow blockquote p,.main-textcol-yellow main{color:#e7b547}.main-linkcol-green main .comment-text a,.main-linkcol-green main .entry-content a,.main-linkcol-green main a,.main-linkcol-green main blockquote a,.main-linkhovercol-green.blog .featured-slider .entry-cats a:hover,.main-linkhovercol-green.blog .featured-slider .entry-meta a:hover,.main-linkhovercol-green.blog .hentry .entry-cats a:hover,.main-linkhovercol-green.single-post .entry-header .entry-cats a:hover,.main-linkhovercol-green main .comment-text a:hover,.main-linkhovercol-green main .entry-content a:hover,.main-linkhovercol-green main a:hover,.main-linkhovercol-green main blockquote a:hover,.main-textcol-green .entry-summary,.main-textcol-green .front-section-title,.main-textcol-green .jetpack_subscription_widget #subscribe-text p,.main-textcol-green .section-about-column-one p,.main-textcol-green .single-post .entry-header p.intro,.main-textcol-green .social-front-title,.main-textcol-green .widget_mc4wp_form_widget p,.main-textcol-green blockquote p,.main-textcol-green main{color:#85c066}.main-meta-textcol-hover-main.blog .featured-slider .entry-cats a:hover,.main-meta-textcol-hover-main.blog .featured-slider .entry-meta a:hover,.main-meta-textcol-hover-main.blog .hentry .entry-cats a:hover,.main-meta-textcol-hover-main .pagination .nav-links a.page-numbers:hover,.main-meta-textcol-hover-main .pagination .nav-links span.page-numbers:hover,.main-meta-textcol-hover-main .post-navigation .nav-links a:hover,.main-meta-textcol-hover-main.single-post .entry-header .entry-cats a:hover,.main-meta-textcol-hover-main main .entry-content .pagebreak-links a:hover,.main-meta-textcol-main #front-section-four .entry-cats a,.main-meta-textcol-main #front-section-four .entry-meta a,.main-meta-textcol-main.blog .featured-slider .entry-cats a,.main-meta-textcol-main.blog .featured-slider .entry-meta a,.main-meta-textcol-main.blog .hentry .entry-cats a,.main-meta-textcol-main .entry-cats,.main-meta-textcol-main .entry-meta,.main-meta-textcol-main .featured-slider .entry-cats a,.main-meta-textcol-main .pagination .nav-links a.page-numbers,.main-meta-textcol-main .pagination .nav-links span.page-numbers,.main-meta-textcol-main .post-navigation .nav-links a,.main-meta-textcol-main .post-page-numbers.current,.main-meta-textcol-main .section-one-column-one .entry-cats a,.main-meta-textcol-main .section-three-column-one .entry-cats a,.main-meta-textcol-main.single-post .entry-cats a,.main-meta-textcol-main.single-post .entry-header .entry-cats a,.main-meta-textcol-main.single-post .entry-header .page-links .number,.main-meta-textcol-main.single-post .entry-header .page-links a,.main-meta-textcol-main.single-post .entry-tags a,.main-meta-textcol-main .slider-text .entry-cats a,.main-meta-textcol-main .slider-text .entry-meta a,.main-meta-textcol-main main .entry-content .pagebreak-links a{color:#f80}.main-meta-bgcol-main #front-section-four .entry-cats a,.main-meta-bgcol-main.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a,.main-meta-bgcol-main.blog .featured-slider .entry-cats a,.main-meta-bgcol-main.blog .featured-slider .entry-meta a,.main-meta-bgcol-main.blog .hentry .entry-cats a,.main-meta-bgcol-main .entry-cats a,.main-meta-bgcol-main .featured-slider .entry-cats a,.main-meta-bgcol-main .featured-slider .entry-meta a,.main-meta-bgcol-main .pagebreak-links a,.main-meta-bgcol-main .pagination .nav-links a.page-numbers,.main-meta-bgcol-main .pagination .nav-links span.page-numbers,.main-meta-bgcol-main .post-navigation .nav-links a,.main-meta-bgcol-main .post-page-numbers.current,.main-meta-bgcol-main .section-one-column-one .entry-cats a,.main-meta-bgcol-main .section-three-column-one .entry-cats a,.main-meta-bgcol-main.single-post .entry-cats a,.main-meta-bgcol-main.single-post .entry-tags a{background:#f80}.main-meta-bgcol-main .gallery .slick-dots li.slick-active button:before,.main-meta-bgcol-main .gallery .slick-next:before,.main-meta-bgcol-main .gallery .slick-prev:before{color:#f80}.main-meta-bgcol-hover-main #front-section-four .entry-cats a:hover,.main-meta-bgcol-hover-main.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover,.main-meta-bgcol-hover-main.blog .featured-slider .entry-cats a:hover,.main-meta-bgcol-hover-main.blog .featured-slider .entry-meta a:hover,.main-meta-bgcol-hover-main.blog .hentry .entry-cats a:hover,.main-meta-bgcol-hover-main .entry-cats a:hover,.main-meta-bgcol-hover-main .featured-slider .entry-cats a:hover,.main-meta-bgcol-hover-main .featured-slider .entry-meta a:hover,.main-meta-bgcol-hover-main .pagebreak-links a:hover,.main-meta-bgcol-hover-main .pagination .nav-links a.page-numbers:hover,.main-meta-bgcol-hover-main .pagination .nav-links span.page-numbers:hover,.main-meta-bgcol-hover-main .post-navigation .nav-links a:hover,.main-meta-bgcol-hover-main .section-one-column-one .entry-cats a:hover,.main-meta-bgcol-hover-main .section-three-column-one .entry-cats a:hover,.main-meta-bgcol-hover-main.single-post .entry-cats a:hover,.main-meta-bgcol-hover-main.single-post .entry-tags a:hover{background:#f80}.main-meta-textcol-hover-second.blog .featured-slider .entry-cats a:hover,.main-meta-textcol-hover-second.blog .featured-slider .entry-meta a:hover,.main-meta-textcol-hover-second.blog .hentry .entry-cats a:hover,.main-meta-textcol-hover-second .pagination .nav-links a.page-numbers:hover,.main-meta-textcol-hover-second .pagination .nav-links span.page-numbers:hover,.main-meta-textcol-hover-second .post-navigation .nav-links a:hover,.main-meta-textcol-hover-second.single-post .entry-header .entry-cats a:hover,.main-meta-textcol-hover-second main .entry-content .pagebreak-links a:hover,.main-meta-textcol-second #front-section-four .entry-cats a,.main-meta-textcol-second #front-section-four .entry-meta a,.main-meta-textcol-second.blog .featured-slider .entry-cats a,.main-meta-textcol-second.blog .featured-slider .entry-meta a,.main-meta-textcol-second.blog .hentry .entry-cats a,.main-meta-textcol-second .entry-cats,.main-meta-textcol-second .entry-meta,.main-meta-textcol-second .featured-slider .entry-cats a,.main-meta-textcol-second .pagination .nav-links a.page-numbers,.main-meta-textcol-second .pagination .nav-links span.page-numbers,.main-meta-textcol-second .post-navigation .nav-links a,.main-meta-textcol-second .post-page-numbers.current,.main-meta-textcol-second .section-one-column-one .entry-cats a,.main-meta-textcol-second .section-three-column-one .entry-cats a,.main-meta-textcol-second.single-post .entry-cats a,.main-meta-textcol-second.single-post .entry-header .entry-cats a,.main-meta-textcol-second.single-post .entry-header .page-links .number,.main-meta-textcol-second.single-post .entry-header .page-links a,.main-meta-textcol-second.single-post .entry-tags a,.main-meta-textcol-second .slider-text .entry-cats a,.main-meta-textcol-second .slider-text .entry-meta a,.main-meta-textcol-second main .entry-content .pagebreak-links a{color:#672082}.main-meta-bgcol-second #front-section-four .entry-cats a,.main-meta-bgcol-second.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a,.main-meta-bgcol-second.blog .featured-slider .entry-cats a,.main-meta-bgcol-second.blog .featured-slider .entry-meta a,.main-meta-bgcol-second.blog .hentry .entry-cats a,.main-meta-bgcol-second .entry-cats a,.main-meta-bgcol-second .featured-slider .entry-cats a,.main-meta-bgcol-second .featured-slider .entry-meta a,.main-meta-bgcol-second .pagebreak-links a,.main-meta-bgcol-second .pagination .nav-links a.page-numbers,.main-meta-bgcol-second .pagination .nav-links span.page-numbers,.main-meta-bgcol-second .post-navigation .nav-links a,.main-meta-bgcol-second .post-page-numbers.current,.main-meta-bgcol-second .section-one-column-one .entry-cats a,.main-meta-bgcol-second .section-three-column-one .entry-cats a,.main-meta-bgcol-second.single-post .entry-cats a,.main-meta-bgcol-second.single-post .entry-tags a{background:#672082}.main-meta-bgcol-second .gallery .slick-dots li.slick-active button:before,.main-meta-bgcol-second .gallery .slick-next:before,.main-meta-bgcol-second .gallery .slick-prev:before{color:#672082}.main-meta-bgcol-hover-second #front-section-four .entry-cats a:hover,.main-meta-bgcol-hover-second.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover,.main-meta-bgcol-hover-second.blog .featured-slider .entry-cats a:hover,.main-meta-bgcol-hover-second.blog .featured-slider .entry-meta a:hover,.main-meta-bgcol-hover-second.blog .hentry .entry-cats a:hover,.main-meta-bgcol-hover-second .entry-cats a:hover,.main-meta-bgcol-hover-second .featured-slider .entry-cats a:hover,.main-meta-bgcol-hover-second .featured-slider .entry-meta a:hover,.main-meta-bgcol-hover-second .pagebreak-links a:hover,.main-meta-bgcol-hover-second .pagination .nav-links a.page-numbers:hover,.main-meta-bgcol-hover-second .pagination .nav-links span.page-numbers:hover,.main-meta-bgcol-hover-second .post-navigation .nav-links a:hover,.main-meta-bgcol-hover-second .section-one-column-one .entry-cats a:hover,.main-meta-bgcol-hover-second .section-three-column-one .entry-cats a:hover,.main-meta-bgcol-hover-second.single-post .entry-cats a:hover,.main-meta-bgcol-hover-second.single-post .entry-tags a:hover{background:#672082}.main-meta-textcol-hover-third.blog .featured-slider .entry-cats a:hover,.main-meta-textcol-hover-third.blog .featured-slider .entry-meta a:hover,.main-meta-textcol-hover-third.blog .hentry .entry-cats a:hover,.main-meta-textcol-hover-third .pagination .nav-links a.page-numbers:hover,.main-meta-textcol-hover-third .pagination .nav-links span.page-numbers:hover,.main-meta-textcol-hover-third .post-navigation .nav-links a:hover,.main-meta-textcol-hover-third.single-post .entry-header .entry-cats a:hover,.main-meta-textcol-hover-third main .entry-content .pagebreak-links a:hover,.main-meta-textcol-third #front-section-four .entry-cats a,.main-meta-textcol-third #front-section-four .entry-meta a,.main-meta-textcol-third.blog .featured-slider .entry-cats a,.main-meta-textcol-third.blog .featured-slider .entry-meta a,.main-meta-textcol-third.blog .hentry .entry-cats a,.main-meta-textcol-third .entry-cats,.main-meta-textcol-third .entry-meta,.main-meta-textcol-third .featured-slider .entry-cats a,.main-meta-textcol-third .pagination .nav-links a.page-numbers,.main-meta-textcol-third .pagination .nav-links span.page-numbers,.main-meta-textcol-third .post-navigation .nav-links a,.main-meta-textcol-third .post-page-numbers.current,.main-meta-textcol-third .section-one-column-one .entry-cats a,.main-meta-textcol-third .section-three-column-one .entry-cats a,.main-meta-textcol-third.single-post .entry-cats a,.main-meta-textcol-third.single-post .entry-header .entry-cats a,.main-meta-textcol-third.single-post .entry-header .page-links .number,.main-meta-textcol-third.single-post .entry-header .page-links a,.main-meta-textcol-third.single-post .entry-tags a,.main-meta-textcol-third .slider-text .entry-cats a,.main-meta-textcol-third .slider-text .entry-meta a,.main-meta-textcol-third main .entry-content .pagebreak-links a{color:#698bc1}.main-meta-bgcol-third #front-section-four .entry-cats a,.main-meta-bgcol-third.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a,.main-meta-bgcol-third.blog .featured-slider .entry-cats a,.main-meta-bgcol-third.blog .featured-slider .entry-meta a,.main-meta-bgcol-third.blog .hentry .entry-cats a,.main-meta-bgcol-third .entry-cats a,.main-meta-bgcol-third .featured-slider .entry-cats a,.main-meta-bgcol-third .featured-slider .entry-meta a,.main-meta-bgcol-third .pagebreak-links a,.main-meta-bgcol-third .pagination .nav-links a.page-numbers,.main-meta-bgcol-third .pagination .nav-links span.page-numbers,.main-meta-bgcol-third .post-navigation .nav-links a,.main-meta-bgcol-third .post-page-numbers.current,.main-meta-bgcol-third .section-one-column-one .entry-cats a,.main-meta-bgcol-third .section-three-column-one .entry-cats a,.main-meta-bgcol-third.single-post .entry-cats a,.main-meta-bgcol-third.single-post .entry-tags a{background:#698bc1}.main-meta-bgcol-third .gallery .slick-dots li.slick-active button:before,.main-meta-bgcol-third .gallery .slick-next:before,.main-meta-bgcol-third .gallery .slick-prev:before{color:#698bc1}.main-meta-bgcol-hover-third #front-section-four .entry-cats a:hover,.main-meta-bgcol-hover-third.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover,.main-meta-bgcol-hover-third.blog .featured-slider .entry-cats a:hover,.main-meta-bgcol-hover-third.blog .featured-slider .entry-meta a:hover,.main-meta-bgcol-hover-third.blog .hentry .entry-cats a:hover,.main-meta-bgcol-hover-third .entry-cats a:hover,.main-meta-bgcol-hover-third .featured-slider .entry-cats a:hover,.main-meta-bgcol-hover-third .featured-slider .entry-meta a:hover,.main-meta-bgcol-hover-third .pagebreak-links a:hover,.main-meta-bgcol-hover-third .pagination .nav-links a.page-numbers:hover,.main-meta-bgcol-hover-third .pagination .nav-links span.page-numbers:hover,.main-meta-bgcol-hover-third .post-navigation .nav-links a:hover,.main-meta-bgcol-hover-third .section-one-column-one .entry-cats a:hover,.main-meta-bgcol-hover-third .section-three-column-one .entry-cats a:hover,.main-meta-bgcol-hover-third.single-post .entry-cats a:hover,.main-meta-bgcol-hover-third.single-post .entry-tags a:hover{background:#698bc1}.main-meta-textcol-four #front-section-four .entry-cats a,.main-meta-textcol-four #front-section-four .entry-meta a,.main-meta-textcol-four.blog .featured-slider .entry-cats a,.main-meta-textcol-four.blog .featured-slider .entry-meta a,.main-meta-textcol-four.blog .hentry .entry-cats a,.main-meta-textcol-four .entry-cats,.main-meta-textcol-four .entry-meta,.main-meta-textcol-four .featured-slider .entry-cats a,.main-meta-textcol-four .pagination .nav-links a.page-numbers,.main-meta-textcol-four .pagination .nav-links span.page-numbers,.main-meta-textcol-four .post-navigation .nav-links a,.main-meta-textcol-four .post-page-numbers.current,.main-meta-textcol-four .section-one-column-one .entry-cats a,.main-meta-textcol-four .section-three-column-one .entry-cats a,.main-meta-textcol-four.single-post .entry-cats a,.main-meta-textcol-four.single-post .entry-header .entry-cats a,.main-meta-textcol-four.single-post .entry-header .page-links .number,.main-meta-textcol-four.single-post .entry-header .page-links a,.main-meta-textcol-four.single-post .entry-tags a,.main-meta-textcol-four .slider-text .entry-cats a,.main-meta-textcol-four .slider-text .entry-meta a,.main-meta-textcol-four main .entry-content .pagebreak-links a,.main-meta-textcol-hover-four.blog .featured-slider .entry-cats a:hover,.main-meta-textcol-hover-four.blog .featured-slider .entry-meta a:hover,.main-meta-textcol-hover-four.blog .hentry .entry-cats a:hover,.main-meta-textcol-hover-four .pagination .nav-links a.page-numbers:hover,.main-meta-textcol-hover-four .pagination .nav-links span.page-numbers:hover,.main-meta-textcol-hover-four .post-navigation .nav-links a:hover,.main-meta-textcol-hover-four.single-post .entry-header .entry-cats a:hover,.main-meta-textcol-hover-four main .entry-content .pagebreak-links a:hover{color:#148f93}.main-meta-bgcol-four #front-section-four .entry-cats a,.main-meta-bgcol-four.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a,.main-meta-bgcol-four.blog .featured-slider .entry-cats a,.main-meta-bgcol-four.blog .featured-slider .entry-meta a,.main-meta-bgcol-four.blog .hentry .entry-cats a,.main-meta-bgcol-four .entry-cats a,.main-meta-bgcol-four .featured-slider .entry-cats a,.main-meta-bgcol-four .featured-slider .entry-meta a,.main-meta-bgcol-four .pagebreak-links a,.main-meta-bgcol-four .pagination .nav-links a.page-numbers,.main-meta-bgcol-four .pagination .nav-links span.page-numbers,.main-meta-bgcol-four .post-navigation .nav-links a,.main-meta-bgcol-four .post-page-numbers.current,.main-meta-bgcol-four .section-one-column-one .entry-cats a,.main-meta-bgcol-four .section-three-column-one .entry-cats a,.main-meta-bgcol-four.single-post .entry-cats a,.main-meta-bgcol-four.single-post .entry-tags a{background:#148f93}.main-meta-bgcol-four .gallery .slick-dots li.slick-active button:before,.main-meta-bgcol-four .gallery .slick-next:before,.main-meta-bgcol-four .gallery .slick-prev:before{color:#148f93}.main-meta-bgcol-hover-four #front-section-four .entry-cats a:hover,.main-meta-bgcol-hover-four.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover,.main-meta-bgcol-hover-four.blog .featured-slider .entry-cats a:hover,.main-meta-bgcol-hover-four.blog .featured-slider .entry-meta a:hover,.main-meta-bgcol-hover-four.blog .hentry .entry-cats a:hover,.main-meta-bgcol-hover-four .entry-cats a:hover,.main-meta-bgcol-hover-four .featured-slider .entry-cats a:hover,.main-meta-bgcol-hover-four .featured-slider .entry-meta a:hover,.main-meta-bgcol-hover-four .pagebreak-links a:hover,.main-meta-bgcol-hover-four .pagination .nav-links a.page-numbers:hover,.main-meta-bgcol-hover-four .pagination .nav-links span.page-numbers:hover,.main-meta-bgcol-hover-four .post-navigation .nav-links a:hover,.main-meta-bgcol-hover-four .section-one-column-one .entry-cats a:hover,.main-meta-bgcol-hover-four .section-three-column-one .entry-cats a:hover,.main-meta-bgcol-hover-four.single-post .entry-cats a:hover,.main-meta-bgcol-hover-four.single-post .entry-tags a:hover{background:#148f93}.main-meta-textcol-hover-uspirates.blog .featured-slider .entry-cats a:hover,.main-meta-textcol-hover-uspirates.blog .featured-slider .entry-meta a:hover,.main-meta-textcol-hover-uspirates.blog .hentry .entry-cats a:hover,.main-meta-textcol-hover-uspirates .pagination .nav-links a.page-numbers:hover,.main-meta-textcol-hover-uspirates .pagination .nav-links span.page-numbers:hover,.main-meta-textcol-hover-uspirates .post-navigation .nav-links a:hover,.main-meta-textcol-hover-uspirates.single-post .entry-header .entry-cats a:hover,.main-meta-textcol-hover-uspirates main .entry-content .pagebreak-links a:hover,.main-meta-textcol-uspirates #front-section-four .entry-cats a,.main-meta-textcol-uspirates #front-section-four .entry-meta a,.main-meta-textcol-uspirates.blog .featured-slider .entry-cats a,.main-meta-textcol-uspirates.blog .featured-slider .entry-meta a,.main-meta-textcol-uspirates.blog .hentry .entry-cats a,.main-meta-textcol-uspirates .entry-cats,.main-meta-textcol-uspirates .entry-meta,.main-meta-textcol-uspirates .featured-slider .entry-cats a,.main-meta-textcol-uspirates .pagination .nav-links a.page-numbers,.main-meta-textcol-uspirates .pagination .nav-links span.page-numbers,.main-meta-textcol-uspirates .post-navigation .nav-links a,.main-meta-textcol-uspirates .post-page-numbers.current,.main-meta-textcol-uspirates .section-one-column-one .entry-cats a,.main-meta-textcol-uspirates .section-three-column-one .entry-cats a,.main-meta-textcol-uspirates.single-post .entry-cats a,.main-meta-textcol-uspirates.single-post .entry-header .entry-cats a,.main-meta-textcol-uspirates.single-post .entry-header .page-links .number,.main-meta-textcol-uspirates.single-post .entry-header .page-links a,.main-meta-textcol-uspirates.single-post .entry-tags a,.main-meta-textcol-uspirates .slider-text .entry-cats a,.main-meta-textcol-uspirates .slider-text .entry-meta a,.main-meta-textcol-uspirates main .entry-content .pagebreak-links a{color:#b127af}.main-meta-bgcol-uspirates #front-section-four .entry-cats a,.main-meta-bgcol-uspirates.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a,.main-meta-bgcol-uspirates.blog .featured-slider .entry-cats a,.main-meta-bgcol-uspirates.blog .featured-slider .entry-meta a,.main-meta-bgcol-uspirates.blog .hentry .entry-cats a,.main-meta-bgcol-uspirates .entry-cats a,.main-meta-bgcol-uspirates .featured-slider .entry-cats a,.main-meta-bgcol-uspirates .featured-slider .entry-meta a,.main-meta-bgcol-uspirates .pagebreak-links a,.main-meta-bgcol-uspirates .pagination .nav-links a.page-numbers,.main-meta-bgcol-uspirates .pagination .nav-links span.page-numbers,.main-meta-bgcol-uspirates .post-navigation .nav-links a,.main-meta-bgcol-uspirates .post-page-numbers.current,.main-meta-bgcol-uspirates .section-one-column-one .entry-cats a,.main-meta-bgcol-uspirates .section-three-column-one .entry-cats a,.main-meta-bgcol-uspirates.single-post .entry-cats a,.main-meta-bgcol-uspirates.single-post .entry-tags a{background:#b127af}.main-meta-bgcol-uspirates .gallery .slick-dots li.slick-active button:before,.main-meta-bgcol-uspirates .gallery .slick-next:before,.main-meta-bgcol-uspirates .gallery .slick-prev:before{color:#b127af}.main-meta-bgcol-hover-uspirates #front-section-four .entry-cats a:hover,.main-meta-bgcol-hover-uspirates.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover,.main-meta-bgcol-hover-uspirates.blog .featured-slider .entry-cats a:hover,.main-meta-bgcol-hover-uspirates.blog .featured-slider .entry-meta a:hover,.main-meta-bgcol-hover-uspirates.blog .hentry .entry-cats a:hover,.main-meta-bgcol-hover-uspirates .entry-cats a:hover,.main-meta-bgcol-hover-uspirates .featured-slider .entry-cats a:hover,.main-meta-bgcol-hover-uspirates .featured-slider .entry-meta a:hover,.main-meta-bgcol-hover-uspirates .pagebreak-links a:hover,.main-meta-bgcol-hover-uspirates .pagination .nav-links a.page-numbers:hover,.main-meta-bgcol-hover-uspirates .pagination .nav-links span.page-numbers:hover,.main-meta-bgcol-hover-uspirates .post-navigation .nav-links a:hover,.main-meta-bgcol-hover-uspirates .section-one-column-one .entry-cats a:hover,.main-meta-bgcol-hover-uspirates .section-three-column-one .entry-cats a:hover,.main-meta-bgcol-hover-uspirates.single-post .entry-cats a:hover,.main-meta-bgcol-hover-uspirates.single-post .entry-tags a:hover{background:#b127af}.main-meta-textcol-hover-tkpirates.blog .featured-slider .entry-cats a:hover,.main-meta-textcol-hover-tkpirates.blog .featured-slider .entry-meta a:hover,.main-meta-textcol-hover-tkpirates.blog .hentry .entry-cats a:hover,.main-meta-textcol-hover-tkpirates .pagination .nav-links a.page-numbers:hover,.main-meta-textcol-hover-tkpirates .pagination .nav-links span.page-numbers:hover,.main-meta-textcol-hover-tkpirates .post-navigation .nav-links a:hover,.main-meta-textcol-hover-tkpirates.single-post .entry-header .entry-cats a:hover,.main-meta-textcol-hover-tkpirates main .entry-content .pagebreak-links a:hover,.main-meta-textcol-tkpirates #front-section-four .entry-cats a,.main-meta-textcol-tkpirates #front-section-four .entry-meta a,.main-meta-textcol-tkpirates.blog .featured-slider .entry-cats a,.main-meta-textcol-tkpirates.blog .featured-slider .entry-meta a,.main-meta-textcol-tkpirates.blog .hentry .entry-cats a,.main-meta-textcol-tkpirates .entry-cats,.main-meta-textcol-tkpirates .entry-meta,.main-meta-textcol-tkpirates .featured-slider .entry-cats a,.main-meta-textcol-tkpirates .pagination .nav-links a.page-numbers,.main-meta-textcol-tkpirates .pagination .nav-links span.page-numbers,.main-meta-textcol-tkpirates .post-navigation .nav-links a,.main-meta-textcol-tkpirates .post-page-numbers.current,.main-meta-textcol-tkpirates .section-one-column-one .entry-cats a,.main-meta-textcol-tkpirates .section-three-column-one .entry-cats a,.main-meta-textcol-tkpirates.single-post .entry-cats a,.main-meta-textcol-tkpirates.single-post .entry-header .entry-cats a,.main-meta-textcol-tkpirates.single-post .entry-header .page-links .number,.main-meta-textcol-tkpirates.single-post .entry-header .page-links a,.main-meta-textcol-tkpirates.single-post .entry-tags a,.main-meta-textcol-tkpirates .slider-text .entry-cats a,.main-meta-textcol-tkpirates .slider-text .entry-meta a,.main-meta-textcol-tkpirates main .entry-content .pagebreak-links a{color:#00b5b1}.main-meta-bgcol-tkpirates #front-section-four .entry-cats a,.main-meta-bgcol-tkpirates.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a,.main-meta-bgcol-tkpirates.blog .featured-slider .entry-cats a,.main-meta-bgcol-tkpirates.blog .featured-slider .entry-meta a,.main-meta-bgcol-tkpirates.blog .hentry .entry-cats a,.main-meta-bgcol-tkpirates .entry-cats a,.main-meta-bgcol-tkpirates .featured-slider .entry-cats a,.main-meta-bgcol-tkpirates .featured-slider .entry-meta a,.main-meta-bgcol-tkpirates .pagebreak-links a,.main-meta-bgcol-tkpirates .pagination .nav-links a.page-numbers,.main-meta-bgcol-tkpirates .pagination .nav-links span.page-numbers,.main-meta-bgcol-tkpirates .post-navigation .nav-links a,.main-meta-bgcol-tkpirates .post-page-numbers.current,.main-meta-bgcol-tkpirates .section-one-column-one .entry-cats a,.main-meta-bgcol-tkpirates .section-three-column-one .entry-cats a,.main-meta-bgcol-tkpirates.single-post .entry-cats a,.main-meta-bgcol-tkpirates.single-post .entry-tags a{background:#00b5b1}.main-meta-bgcol-tkpirates .gallery .slick-dots li.slick-active button:before,.main-meta-bgcol-tkpirates .gallery .slick-next:before,.main-meta-bgcol-tkpirates .gallery .slick-prev:before{color:#00b5b1}.main-meta-bgcol-hover-tkpirates #front-section-four .entry-cats a:hover,.main-meta-bgcol-hover-tkpirates.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover,.main-meta-bgcol-hover-tkpirates.blog .featured-slider .entry-cats a:hover,.main-meta-bgcol-hover-tkpirates.blog .featured-slider .entry-meta a:hover,.main-meta-bgcol-hover-tkpirates.blog .hentry .entry-cats a:hover,.main-meta-bgcol-hover-tkpirates .entry-cats a:hover,.main-meta-bgcol-hover-tkpirates .featured-slider .entry-cats a:hover,.main-meta-bgcol-hover-tkpirates .featured-slider .entry-meta a:hover,.main-meta-bgcol-hover-tkpirates .pagebreak-links a:hover,.main-meta-bgcol-hover-tkpirates .pagination .nav-links a.page-numbers:hover,.main-meta-bgcol-hover-tkpirates .pagination .nav-links span.page-numbers:hover,.main-meta-bgcol-hover-tkpirates .post-navigation .nav-links a:hover,.main-meta-bgcol-hover-tkpirates .section-one-column-one .entry-cats a:hover,.main-meta-bgcol-hover-tkpirates .section-three-column-one .entry-cats a:hover,.main-meta-bgcol-hover-tkpirates.single-post .entry-cats a:hover,.main-meta-bgcol-hover-tkpirates.single-post .entry-tags a:hover{background:#00b5b1}.main-meta-textcol-chpirates #front-section-four .entry-cats a,.main-meta-textcol-chpirates #front-section-four .entry-meta a,.main-meta-textcol-chpirates.blog .featured-slider .entry-cats a,.main-meta-textcol-chpirates.blog .featured-slider .entry-meta a,.main-meta-textcol-chpirates.blog .hentry .entry-cats a,.main-meta-textcol-chpirates .entry-cats,.main-meta-textcol-chpirates .entry-meta,.main-meta-textcol-chpirates .featured-slider .entry-cats a,.main-meta-textcol-chpirates .pagination .nav-links a.page-numbers,.main-meta-textcol-chpirates .pagination .nav-links span.page-numbers,.main-meta-textcol-chpirates .post-navigation .nav-links a,.main-meta-textcol-chpirates .post-page-numbers.current,.main-meta-textcol-chpirates .section-one-column-one .entry-cats a,.main-meta-textcol-chpirates .section-three-column-one .entry-cats a,.main-meta-textcol-chpirates.single-post .entry-cats a,.main-meta-textcol-chpirates.single-post .entry-header .entry-cats a,.main-meta-textcol-chpirates.single-post .entry-header .page-links .number,.main-meta-textcol-chpirates.single-post .entry-header .page-links a,.main-meta-textcol-chpirates.single-post .entry-tags a,.main-meta-textcol-chpirates .slider-text .entry-cats a,.main-meta-textcol-chpirates .slider-text .entry-meta a,.main-meta-textcol-chpirates main .entry-content .pagebreak-links a,.main-meta-textcol-hover-chpirates.blog .featured-slider .entry-cats a:hover,.main-meta-textcol-hover-chpirates.blog .featured-slider .entry-meta a:hover,.main-meta-textcol-hover-chpirates.blog .hentry .entry-cats a:hover,.main-meta-textcol-hover-chpirates .pagination .nav-links a.page-numbers:hover,.main-meta-textcol-hover-chpirates .pagination .nav-links span.page-numbers:hover,.main-meta-textcol-hover-chpirates .post-navigation .nav-links a:hover,.main-meta-textcol-hover-chpirates.single-post .entry-header .entry-cats a:hover,.main-meta-textcol-hover-chpirates main .entry-content .pagebreak-links a:hover{color:#f9b200}.main-meta-bgcol-chpirates #front-section-four .entry-cats a,.main-meta-bgcol-chpirates.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a,.main-meta-bgcol-chpirates.blog .featured-slider .entry-cats a,.main-meta-bgcol-chpirates.blog .featured-slider .entry-meta a,.main-meta-bgcol-chpirates.blog .hentry .entry-cats a,.main-meta-bgcol-chpirates .entry-cats a,.main-meta-bgcol-chpirates .featured-slider .entry-cats a,.main-meta-bgcol-chpirates .featured-slider .entry-meta a,.main-meta-bgcol-chpirates .pagebreak-links a,.main-meta-bgcol-chpirates .pagination .nav-links a.page-numbers,.main-meta-bgcol-chpirates .pagination .nav-links span.page-numbers,.main-meta-bgcol-chpirates .post-navigation .nav-links a,.main-meta-bgcol-chpirates .post-page-numbers.current,.main-meta-bgcol-chpirates .section-one-column-one .entry-cats a,.main-meta-bgcol-chpirates .section-three-column-one .entry-cats a,.main-meta-bgcol-chpirates.single-post .entry-cats a,.main-meta-bgcol-chpirates.single-post .entry-tags a{background:#f9b200}.main-meta-bgcol-chpirates .gallery .slick-dots li.slick-active button:before,.main-meta-bgcol-chpirates .gallery .slick-next:before,.main-meta-bgcol-chpirates .gallery .slick-prev:before{color:#f9b200}.main-meta-bgcol-hover-chpirates #front-section-four .entry-cats a:hover,.main-meta-bgcol-hover-chpirates.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover,.main-meta-bgcol-hover-chpirates.blog .featured-slider .entry-cats a:hover,.main-meta-bgcol-hover-chpirates.blog .featured-slider .entry-meta a:hover,.main-meta-bgcol-hover-chpirates.blog .hentry .entry-cats a:hover,.main-meta-bgcol-hover-chpirates .entry-cats a:hover,.main-meta-bgcol-hover-chpirates .featured-slider .entry-cats a:hover,.main-meta-bgcol-hover-chpirates .featured-slider .entry-meta a:hover,.main-meta-bgcol-hover-chpirates .pagebreak-links a:hover,.main-meta-bgcol-hover-chpirates .pagination .nav-links a.page-numbers:hover,.main-meta-bgcol-hover-chpirates .pagination .nav-links span.page-numbers:hover,.main-meta-bgcol-hover-chpirates .post-navigation .nav-links a:hover,.main-meta-bgcol-hover-chpirates .section-one-column-one .entry-cats a:hover,.main-meta-bgcol-hover-chpirates .section-three-column-one .entry-cats a:hover,.main-meta-bgcol-hover-chpirates.single-post .entry-cats a:hover,.main-meta-bgcol-hover-chpirates.single-post .entry-tags a:hover{background:#f9b200}.main-meta-textcol-hover-ispirates.blog .featured-slider .entry-cats a:hover,.main-meta-textcol-hover-ispirates.blog .featured-slider .entry-meta a:hover,.main-meta-textcol-hover-ispirates.blog .hentry .entry-cats a:hover,.main-meta-textcol-hover-ispirates .pagination .nav-links a.page-numbers:hover,.main-meta-textcol-hover-ispirates .pagination .nav-links span.page-numbers:hover,.main-meta-textcol-hover-ispirates .post-navigation .nav-links a:hover,.main-meta-textcol-hover-ispirates.single-post .entry-header .entry-cats a:hover,.main-meta-textcol-hover-ispirates main .entry-content .pagebreak-links a:hover,.main-meta-textcol-ispirates #front-section-four .entry-cats a,.main-meta-textcol-ispirates #front-section-four .entry-meta a,.main-meta-textcol-ispirates.blog .featured-slider .entry-cats a,.main-meta-textcol-ispirates.blog .featured-slider .entry-meta a,.main-meta-textcol-ispirates.blog .hentry .entry-cats a,.main-meta-textcol-ispirates .entry-cats,.main-meta-textcol-ispirates .entry-meta,.main-meta-textcol-ispirates .featured-slider .entry-cats a,.main-meta-textcol-ispirates .pagination .nav-links a.page-numbers,.main-meta-textcol-ispirates .pagination .nav-links span.page-numbers,.main-meta-textcol-ispirates .post-navigation .nav-links a,.main-meta-textcol-ispirates .post-page-numbers.current,.main-meta-textcol-ispirates .section-one-column-one .entry-cats a,.main-meta-textcol-ispirates .section-three-column-one .entry-cats a,.main-meta-textcol-ispirates.single-post .entry-cats a,.main-meta-textcol-ispirates.single-post .entry-header .entry-cats a,.main-meta-textcol-ispirates.single-post .entry-header .page-links .number,.main-meta-textcol-ispirates.single-post .entry-header .page-links a,.main-meta-textcol-ispirates.single-post .entry-tags a,.main-meta-textcol-ispirates .slider-text .entry-cats a,.main-meta-textcol-ispirates .slider-text .entry-meta a,.main-meta-textcol-ispirates main .entry-content .pagebreak-links a{color:#51297e}.main-meta-bgcol-ispirates #front-section-four .entry-cats a,.main-meta-bgcol-ispirates.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a,.main-meta-bgcol-ispirates.blog .featured-slider .entry-cats a,.main-meta-bgcol-ispirates.blog .featured-slider .entry-meta a,.main-meta-bgcol-ispirates.blog .hentry .entry-cats a,.main-meta-bgcol-ispirates .entry-cats a,.main-meta-bgcol-ispirates .featured-slider .entry-cats a,.main-meta-bgcol-ispirates .featured-slider .entry-meta a,.main-meta-bgcol-ispirates .pagebreak-links a,.main-meta-bgcol-ispirates .pagination .nav-links a.page-numbers,.main-meta-bgcol-ispirates .pagination .nav-links span.page-numbers,.main-meta-bgcol-ispirates .post-navigation .nav-links a,.main-meta-bgcol-ispirates .post-page-numbers.current,.main-meta-bgcol-ispirates .section-one-column-one .entry-cats a,.main-meta-bgcol-ispirates .section-three-column-one .entry-cats a,.main-meta-bgcol-ispirates.single-post .entry-cats a,.main-meta-bgcol-ispirates.single-post .entry-tags a{background:#51297e}.main-meta-bgcol-ispirates .gallery .slick-dots li.slick-active button:before,.main-meta-bgcol-ispirates .gallery .slick-next:before,.main-meta-bgcol-ispirates .gallery .slick-prev:before{color:#51297e}.main-meta-bgcol-hover-ispirates #front-section-four .entry-cats a:hover,.main-meta-bgcol-hover-ispirates.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover,.main-meta-bgcol-hover-ispirates.blog .featured-slider .entry-cats a:hover,.main-meta-bgcol-hover-ispirates.blog .featured-slider .entry-meta a:hover,.main-meta-bgcol-hover-ispirates.blog .hentry .entry-cats a:hover,.main-meta-bgcol-hover-ispirates .entry-cats a:hover,.main-meta-bgcol-hover-ispirates .featured-slider .entry-cats a:hover,.main-meta-bgcol-hover-ispirates .featured-slider .entry-meta a:hover,.main-meta-bgcol-hover-ispirates .pagebreak-links a:hover,.main-meta-bgcol-hover-ispirates .pagination .nav-links a.page-numbers:hover,.main-meta-bgcol-hover-ispirates .pagination .nav-links span.page-numbers:hover,.main-meta-bgcol-hover-ispirates .post-navigation .nav-links a:hover,.main-meta-bgcol-hover-ispirates .section-one-column-one .entry-cats a:hover,.main-meta-bgcol-hover-ispirates .section-three-column-one .entry-cats a:hover,.main-meta-bgcol-hover-ispirates.single-post .entry-cats a:hover,.main-meta-bgcol-hover-ispirates.single-post .entry-tags a:hover{background:#51297e}.main-meta-textcol-black #front-section-four .entry-cats a,.main-meta-textcol-black #front-section-four .entry-meta a,.main-meta-textcol-black.blog .featured-slider .entry-cats a,.main-meta-textcol-black.blog .featured-slider .entry-meta a,.main-meta-textcol-black.blog .hentry .entry-cats a,.main-meta-textcol-black .entry-cats,.main-meta-textcol-black .entry-meta,.main-meta-textcol-black .featured-slider .entry-cats a,.main-meta-textcol-black .pagination .nav-links a.page-numbers,.main-meta-textcol-black .pagination .nav-links span.page-numbers,.main-meta-textcol-black .post-navigation .nav-links a,.main-meta-textcol-black .post-page-numbers.current,.main-meta-textcol-black .section-one-column-one .entry-cats a,.main-meta-textcol-black .section-three-column-one .entry-cats a,.main-meta-textcol-black.single-post .entry-cats a,.main-meta-textcol-black.single-post .entry-header .entry-cats a,.main-meta-textcol-black.single-post .entry-header .page-links .number,.main-meta-textcol-black.single-post .entry-header .page-links a,.main-meta-textcol-black.single-post .entry-tags a,.main-meta-textcol-black .slider-text .entry-cats a,.main-meta-textcol-black .slider-text .entry-meta a,.main-meta-textcol-black main .entry-content .pagebreak-links a,.main-meta-textcol-hover-black.blog .featured-slider .entry-cats a:hover,.main-meta-textcol-hover-black.blog .featured-slider .entry-meta a:hover,.main-meta-textcol-hover-black.blog .hentry .entry-cats a:hover,.main-meta-textcol-hover-black .pagination .nav-links a.page-numbers:hover,.main-meta-textcol-hover-black .pagination .nav-links span.page-numbers:hover,.main-meta-textcol-hover-black .post-navigation .nav-links a:hover,.main-meta-textcol-hover-black.single-post .entry-header .entry-cats a:hover,.main-meta-textcol-hover-black main .entry-content .pagebreak-links a:hover{color:#000}.main-meta-bgcol-black #front-section-four .entry-cats a,.main-meta-bgcol-black.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a,.main-meta-bgcol-black.blog .featured-slider .entry-cats a,.main-meta-bgcol-black.blog .featured-slider .entry-meta a,.main-meta-bgcol-black.blog .hentry .entry-cats a,.main-meta-bgcol-black .entry-cats a,.main-meta-bgcol-black .featured-slider .entry-cats a,.main-meta-bgcol-black .featured-slider .entry-meta a,.main-meta-bgcol-black .pagebreak-links a,.main-meta-bgcol-black .pagination .nav-links a.page-numbers,.main-meta-bgcol-black .pagination .nav-links span.page-numbers,.main-meta-bgcol-black .post-navigation .nav-links a,.main-meta-bgcol-black .post-page-numbers.current,.main-meta-bgcol-black .section-one-column-one .entry-cats a,.main-meta-bgcol-black .section-three-column-one .entry-cats a,.main-meta-bgcol-black.single-post .entry-cats a,.main-meta-bgcol-black.single-post .entry-tags a{background:#000}.main-meta-bgcol-black .gallery .slick-dots li.slick-active button:before,.main-meta-bgcol-black .gallery .slick-next:before,.main-meta-bgcol-black .gallery .slick-prev:before{color:#000}.main-meta-bgcol-hover-black #front-section-four .entry-cats a:hover,.main-meta-bgcol-hover-black.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover,.main-meta-bgcol-hover-black.blog .featured-slider .entry-cats a:hover,.main-meta-bgcol-hover-black.blog .featured-slider .entry-meta a:hover,.main-meta-bgcol-hover-black.blog .hentry .entry-cats a:hover,.main-meta-bgcol-hover-black .entry-cats a:hover,.main-meta-bgcol-hover-black .featured-slider .entry-cats a:hover,.main-meta-bgcol-hover-black .featured-slider .entry-meta a:hover,.main-meta-bgcol-hover-black .pagebreak-links a:hover,.main-meta-bgcol-hover-black .pagination .nav-links a.page-numbers:hover,.main-meta-bgcol-hover-black .pagination .nav-links span.page-numbers:hover,.main-meta-bgcol-hover-black .post-navigation .nav-links a:hover,.main-meta-bgcol-hover-black .section-one-column-one .entry-cats a:hover,.main-meta-bgcol-hover-black .section-three-column-one .entry-cats a:hover,.main-meta-bgcol-hover-black.single-post .entry-cats a:hover,.main-meta-bgcol-hover-black.single-post .entry-tags a:hover{background:#000}.main-meta-textcol-hover-white.blog .featured-slider .entry-cats a:hover,.main-meta-textcol-hover-white.blog .featured-slider .entry-meta a:hover,.main-meta-textcol-hover-white.blog .hentry .entry-cats a:hover,.main-meta-textcol-hover-white .pagination .nav-links a.page-numbers:hover,.main-meta-textcol-hover-white .pagination .nav-links span.page-numbers:hover,.main-meta-textcol-hover-white .post-navigation .nav-links a:hover,.main-meta-textcol-hover-white.single-post .entry-header .entry-cats a:hover,.main-meta-textcol-hover-white main .entry-content .pagebreak-links a:hover,.main-meta-textcol-white #front-section-four .entry-cats a,.main-meta-textcol-white #front-section-four .entry-meta a,.main-meta-textcol-white.blog .featured-slider .entry-cats a,.main-meta-textcol-white.blog .featured-slider .entry-meta a,.main-meta-textcol-white.blog .hentry .entry-cats a,.main-meta-textcol-white .entry-cats,.main-meta-textcol-white .entry-meta,.main-meta-textcol-white .featured-slider .entry-cats a,.main-meta-textcol-white .pagination .nav-links a.page-numbers,.main-meta-textcol-white .pagination .nav-links span.page-numbers,.main-meta-textcol-white .post-navigation .nav-links a,.main-meta-textcol-white .post-page-numbers.current,.main-meta-textcol-white .section-one-column-one .entry-cats a,.main-meta-textcol-white .section-three-column-one .entry-cats a,.main-meta-textcol-white.single-post .entry-cats a,.main-meta-textcol-white.single-post .entry-header .entry-cats a,.main-meta-textcol-white.single-post .entry-header .page-links .number,.main-meta-textcol-white.single-post .entry-header .page-links a,.main-meta-textcol-white.single-post .entry-tags a,.main-meta-textcol-white .slider-text .entry-cats a,.main-meta-textcol-white .slider-text .entry-meta a,.main-meta-textcol-white main .entry-content .pagebreak-links a{color:#fff}.main-meta-bgcol-white #front-section-four .entry-cats a,.main-meta-bgcol-white.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a,.main-meta-bgcol-white.blog .featured-slider .entry-cats a,.main-meta-bgcol-white.blog .featured-slider .entry-meta a,.main-meta-bgcol-white.blog .hentry .entry-cats a,.main-meta-bgcol-white .entry-cats a,.main-meta-bgcol-white .featured-slider .entry-cats a,.main-meta-bgcol-white .featured-slider .entry-meta a,.main-meta-bgcol-white .pagebreak-links a,.main-meta-bgcol-white .pagination .nav-links a.page-numbers,.main-meta-bgcol-white .pagination .nav-links span.page-numbers,.main-meta-bgcol-white .post-navigation .nav-links a,.main-meta-bgcol-white .post-page-numbers.current,.main-meta-bgcol-white .section-one-column-one .entry-cats a,.main-meta-bgcol-white .section-three-column-one .entry-cats a,.main-meta-bgcol-white.single-post .entry-cats a,.main-meta-bgcol-white.single-post .entry-tags a{background:#fff}.main-meta-bgcol-white .gallery .slick-dots li.slick-active button:before,.main-meta-bgcol-white .gallery .slick-next:before,.main-meta-bgcol-white .gallery .slick-prev:before{color:#fff}.main-meta-bgcol-hover-white #front-section-four .entry-cats a:hover,.main-meta-bgcol-hover-white.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover,.main-meta-bgcol-hover-white.blog .featured-slider .entry-cats a:hover,.main-meta-bgcol-hover-white.blog .featured-slider .entry-meta a:hover,.main-meta-bgcol-hover-white.blog .hentry .entry-cats a:hover,.main-meta-bgcol-hover-white .entry-cats a:hover,.main-meta-bgcol-hover-white .featured-slider .entry-cats a:hover,.main-meta-bgcol-hover-white .featured-slider .entry-meta a:hover,.main-meta-bgcol-hover-white .pagebreak-links a:hover,.main-meta-bgcol-hover-white .pagination .nav-links a.page-numbers:hover,.main-meta-bgcol-hover-white .pagination .nav-links span.page-numbers:hover,.main-meta-bgcol-hover-white .post-navigation .nav-links a:hover,.main-meta-bgcol-hover-white .section-one-column-one .entry-cats a:hover,.main-meta-bgcol-hover-white .section-three-column-one .entry-cats a:hover,.main-meta-bgcol-hover-white.single-post .entry-cats a:hover,.main-meta-bgcol-hover-white.single-post .entry-tags a:hover{background:#fff}.main-meta-textcol-grey #front-section-four .entry-cats a,.main-meta-textcol-grey #front-section-four .entry-meta a,.main-meta-textcol-grey.blog .featured-slider .entry-cats a,.main-meta-textcol-grey.blog .featured-slider .entry-meta a,.main-meta-textcol-grey.blog .hentry .entry-cats a,.main-meta-textcol-grey .entry-cats,.main-meta-textcol-grey .entry-meta,.main-meta-textcol-grey .featured-slider .entry-cats a,.main-meta-textcol-grey .pagination .nav-links a.page-numbers,.main-meta-textcol-grey .pagination .nav-links span.page-numbers,.main-meta-textcol-grey .post-navigation .nav-links a,.main-meta-textcol-grey .post-page-numbers.current,.main-meta-textcol-grey .section-one-column-one .entry-cats a,.main-meta-textcol-grey .section-three-column-one .entry-cats a,.main-meta-textcol-grey.single-post .entry-cats a,.main-meta-textcol-grey.single-post .entry-header .entry-cats a,.main-meta-textcol-grey.single-post .entry-header .page-links .number,.main-meta-textcol-grey.single-post .entry-header .page-links a,.main-meta-textcol-grey.single-post .entry-tags a,.main-meta-textcol-grey .slider-text .entry-cats a,.main-meta-textcol-grey .slider-text .entry-meta a,.main-meta-textcol-grey main .entry-content .pagebreak-links a,.main-meta-textcol-hover-grey.blog .featured-slider .entry-cats a:hover,.main-meta-textcol-hover-grey.blog .featured-slider .entry-meta a:hover,.main-meta-textcol-hover-grey.blog .hentry .entry-cats a:hover,.main-meta-textcol-hover-grey .pagination .nav-links a.page-numbers:hover,.main-meta-textcol-hover-grey .pagination .nav-links span.page-numbers:hover,.main-meta-textcol-hover-grey .post-navigation .nav-links a:hover,.main-meta-textcol-hover-grey.single-post .entry-header .entry-cats a:hover,.main-meta-textcol-hover-grey main .entry-content .pagebreak-links a:hover{color:#e7e7eb}.main-meta-bgcol-grey #front-section-four .entry-cats a,.main-meta-bgcol-grey.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a,.main-meta-bgcol-grey.blog .featured-slider .entry-cats a,.main-meta-bgcol-grey.blog .featured-slider .entry-meta a,.main-meta-bgcol-grey.blog .hentry .entry-cats a,.main-meta-bgcol-grey .entry-cats a,.main-meta-bgcol-grey .featured-slider .entry-cats a,.main-meta-bgcol-grey .featured-slider .entry-meta a,.main-meta-bgcol-grey .pagebreak-links a,.main-meta-bgcol-grey .pagination .nav-links a.page-numbers,.main-meta-bgcol-grey .pagination .nav-links span.page-numbers,.main-meta-bgcol-grey .post-navigation .nav-links a,.main-meta-bgcol-grey .post-page-numbers.current,.main-meta-bgcol-grey .section-one-column-one .entry-cats a,.main-meta-bgcol-grey .section-three-column-one .entry-cats a,.main-meta-bgcol-grey.single-post .entry-cats a,.main-meta-bgcol-grey.single-post .entry-tags a{background:#e7e7eb}.main-meta-bgcol-grey .gallery .slick-dots li.slick-active button:before,.main-meta-bgcol-grey .gallery .slick-next:before,.main-meta-bgcol-grey .gallery .slick-prev:before{color:#e7e7eb}.main-meta-bgcol-hover-grey #front-section-four .entry-cats a:hover,.main-meta-bgcol-hover-grey.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover,.main-meta-bgcol-hover-grey.blog .featured-slider .entry-cats a:hover,.main-meta-bgcol-hover-grey.blog .featured-slider .entry-meta a:hover,.main-meta-bgcol-hover-grey.blog .hentry .entry-cats a:hover,.main-meta-bgcol-hover-grey .entry-cats a:hover,.main-meta-bgcol-hover-grey .featured-slider .entry-cats a:hover,.main-meta-bgcol-hover-grey .featured-slider .entry-meta a:hover,.main-meta-bgcol-hover-grey .pagebreak-links a:hover,.main-meta-bgcol-hover-grey .pagination .nav-links a.page-numbers:hover,.main-meta-bgcol-hover-grey .pagination .nav-links span.page-numbers:hover,.main-meta-bgcol-hover-grey .post-navigation .nav-links a:hover,.main-meta-bgcol-hover-grey .section-one-column-one .entry-cats a:hover,.main-meta-bgcol-hover-grey .section-three-column-one .entry-cats a:hover,.main-meta-bgcol-hover-grey.single-post .entry-cats a:hover,.main-meta-bgcol-hover-grey.single-post .entry-tags a:hover{background:#e7e7eb}.main-meta-textcol-darkgrey #front-section-four .entry-cats a,.main-meta-textcol-darkgrey #front-section-four .entry-meta a,.main-meta-textcol-darkgrey.blog .featured-slider .entry-cats a,.main-meta-textcol-darkgrey.blog .featured-slider .entry-meta a,.main-meta-textcol-darkgrey.blog .hentry .entry-cats a,.main-meta-textcol-darkgrey .entry-cats,.main-meta-textcol-darkgrey .entry-meta,.main-meta-textcol-darkgrey .featured-slider .entry-cats a,.main-meta-textcol-darkgrey .pagination .nav-links a.page-numbers,.main-meta-textcol-darkgrey .pagination .nav-links span.page-numbers,.main-meta-textcol-darkgrey .post-navigation .nav-links a,.main-meta-textcol-darkgrey .post-page-numbers.current,.main-meta-textcol-darkgrey .section-one-column-one .entry-cats a,.main-meta-textcol-darkgrey .section-three-column-one .entry-cats a,.main-meta-textcol-darkgrey.single-post .entry-cats a,.main-meta-textcol-darkgrey.single-post .entry-header .entry-cats a,.main-meta-textcol-darkgrey.single-post .entry-header .page-links .number,.main-meta-textcol-darkgrey.single-post .entry-header .page-links a,.main-meta-textcol-darkgrey.single-post .entry-tags a,.main-meta-textcol-darkgrey .slider-text .entry-cats a,.main-meta-textcol-darkgrey .slider-text .entry-meta a,.main-meta-textcol-darkgrey main .entry-content .pagebreak-links a,.main-meta-textcol-hover-darkgrey.blog .featured-slider .entry-cats a:hover,.main-meta-textcol-hover-darkgrey.blog .featured-slider .entry-meta a:hover,.main-meta-textcol-hover-darkgrey.blog .hentry .entry-cats a:hover,.main-meta-textcol-hover-darkgrey .pagination .nav-links a.page-numbers:hover,.main-meta-textcol-hover-darkgrey .pagination .nav-links span.page-numbers:hover,.main-meta-textcol-hover-darkgrey .post-navigation .nav-links a:hover,.main-meta-textcol-hover-darkgrey.single-post .entry-header .entry-cats a:hover,.main-meta-textcol-hover-darkgrey main .entry-content .pagebreak-links a:hover{color:#1a1a1a}.main-meta-bgcol-darkgrey #front-section-four .entry-cats a,.main-meta-bgcol-darkgrey.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a,.main-meta-bgcol-darkgrey.blog .featured-slider .entry-cats a,.main-meta-bgcol-darkgrey.blog .featured-slider .entry-meta a,.main-meta-bgcol-darkgrey.blog .hentry .entry-cats a,.main-meta-bgcol-darkgrey .entry-cats a,.main-meta-bgcol-darkgrey .featured-slider .entry-cats a,.main-meta-bgcol-darkgrey .featured-slider .entry-meta a,.main-meta-bgcol-darkgrey .pagebreak-links a,.main-meta-bgcol-darkgrey .pagination .nav-links a.page-numbers,.main-meta-bgcol-darkgrey .pagination .nav-links span.page-numbers,.main-meta-bgcol-darkgrey .post-navigation .nav-links a,.main-meta-bgcol-darkgrey .post-page-numbers.current,.main-meta-bgcol-darkgrey .section-one-column-one .entry-cats a,.main-meta-bgcol-darkgrey .section-three-column-one .entry-cats a,.main-meta-bgcol-darkgrey.single-post .entry-cats a,.main-meta-bgcol-darkgrey.single-post .entry-tags a{background:#1a1a1a}.main-meta-bgcol-darkgrey .gallery .slick-dots li.slick-active button:before,.main-meta-bgcol-darkgrey .gallery .slick-next:before,.main-meta-bgcol-darkgrey .gallery .slick-prev:before{color:#1a1a1a}.main-meta-bgcol-hover-darkgrey #front-section-four .entry-cats a:hover,.main-meta-bgcol-hover-darkgrey.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover,.main-meta-bgcol-hover-darkgrey.blog .featured-slider .entry-cats a:hover,.main-meta-bgcol-hover-darkgrey.blog .featured-slider .entry-meta a:hover,.main-meta-bgcol-hover-darkgrey.blog .hentry .entry-cats a:hover,.main-meta-bgcol-hover-darkgrey .entry-cats a:hover,.main-meta-bgcol-hover-darkgrey .featured-slider .entry-cats a:hover,.main-meta-bgcol-hover-darkgrey .featured-slider .entry-meta a:hover,.main-meta-bgcol-hover-darkgrey .pagebreak-links a:hover,.main-meta-bgcol-hover-darkgrey .pagination .nav-links a.page-numbers:hover,.main-meta-bgcol-hover-darkgrey .pagination .nav-links span.page-numbers:hover,.main-meta-bgcol-hover-darkgrey .post-navigation .nav-links a:hover,.main-meta-bgcol-hover-darkgrey .section-one-column-one .entry-cats a:hover,.main-meta-bgcol-hover-darkgrey .section-three-column-one .entry-cats a:hover,.main-meta-bgcol-hover-darkgrey.single-post .entry-cats a:hover,.main-meta-bgcol-hover-darkgrey.single-post .entry-tags a:hover{background:#1a1a1a}.main-meta-textcol-blue #front-section-four .entry-cats a,.main-meta-textcol-blue #front-section-four .entry-meta a,.main-meta-textcol-blue.blog .featured-slider .entry-cats a,.main-meta-textcol-blue.blog .featured-slider .entry-meta a,.main-meta-textcol-blue.blog .hentry .entry-cats a,.main-meta-textcol-blue .entry-cats,.main-meta-textcol-blue .entry-meta,.main-meta-textcol-blue .featured-slider .entry-cats a,.main-meta-textcol-blue .pagination .nav-links a.page-numbers,.main-meta-textcol-blue .pagination .nav-links span.page-numbers,.main-meta-textcol-blue .post-navigation .nav-links a,.main-meta-textcol-blue .post-page-numbers.current,.main-meta-textcol-blue .section-one-column-one .entry-cats a,.main-meta-textcol-blue .section-three-column-one .entry-cats a,.main-meta-textcol-blue.single-post .entry-cats a,.main-meta-textcol-blue.single-post .entry-header .entry-cats a,.main-meta-textcol-blue.single-post .entry-header .page-links .number,.main-meta-textcol-blue.single-post .entry-header .page-links a,.main-meta-textcol-blue.single-post .entry-tags a,.main-meta-textcol-blue .slider-text .entry-cats a,.main-meta-textcol-blue .slider-text .entry-meta a,.main-meta-textcol-blue main .entry-content .pagebreak-links a,.main-meta-textcol-hover-blue.blog .featured-slider .entry-cats a:hover,.main-meta-textcol-hover-blue.blog .featured-slider .entry-meta a:hover,.main-meta-textcol-hover-blue.blog .hentry .entry-cats a:hover,.main-meta-textcol-hover-blue .pagination .nav-links a.page-numbers:hover,.main-meta-textcol-hover-blue .pagination .nav-links span.page-numbers:hover,.main-meta-textcol-hover-blue .post-navigation .nav-links a:hover,.main-meta-textcol-hover-blue.single-post .entry-header .entry-cats a:hover,.main-meta-textcol-hover-blue main .entry-content .pagebreak-links a:hover{color:#06f}.main-meta-bgcol-blue #front-section-four .entry-cats a,.main-meta-bgcol-blue.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a,.main-meta-bgcol-blue.blog .featured-slider .entry-cats a,.main-meta-bgcol-blue.blog .featured-slider .entry-meta a,.main-meta-bgcol-blue.blog .hentry .entry-cats a,.main-meta-bgcol-blue .entry-cats a,.main-meta-bgcol-blue .featured-slider .entry-cats a,.main-meta-bgcol-blue .featured-slider .entry-meta a,.main-meta-bgcol-blue .pagebreak-links a,.main-meta-bgcol-blue .pagination .nav-links a.page-numbers,.main-meta-bgcol-blue .pagination .nav-links span.page-numbers,.main-meta-bgcol-blue .post-navigation .nav-links a,.main-meta-bgcol-blue .post-page-numbers.current,.main-meta-bgcol-blue .section-one-column-one .entry-cats a,.main-meta-bgcol-blue .section-three-column-one .entry-cats a,.main-meta-bgcol-blue.single-post .entry-cats a,.main-meta-bgcol-blue.single-post .entry-tags a{background:#06f}.main-meta-bgcol-blue .gallery .slick-dots li.slick-active button:before,.main-meta-bgcol-blue .gallery .slick-next:before,.main-meta-bgcol-blue .gallery .slick-prev:before{color:#06f}.main-meta-bgcol-hover-blue #front-section-four .entry-cats a:hover,.main-meta-bgcol-hover-blue.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover,.main-meta-bgcol-hover-blue.blog .featured-slider .entry-cats a:hover,.main-meta-bgcol-hover-blue.blog .featured-slider .entry-meta a:hover,.main-meta-bgcol-hover-blue.blog .hentry .entry-cats a:hover,.main-meta-bgcol-hover-blue .entry-cats a:hover,.main-meta-bgcol-hover-blue .featured-slider .entry-cats a:hover,.main-meta-bgcol-hover-blue .featured-slider .entry-meta a:hover,.main-meta-bgcol-hover-blue .pagebreak-links a:hover,.main-meta-bgcol-hover-blue .pagination .nav-links a.page-numbers:hover,.main-meta-bgcol-hover-blue .pagination .nav-links span.page-numbers:hover,.main-meta-bgcol-hover-blue .post-navigation .nav-links a:hover,.main-meta-bgcol-hover-blue .section-one-column-one .entry-cats a:hover,.main-meta-bgcol-hover-blue .section-three-column-one .entry-cats a:hover,.main-meta-bgcol-hover-blue.single-post .entry-cats a:hover,.main-meta-bgcol-hover-blue.single-post .entry-tags a:hover{background:#06f}.main-meta-textcol-hover-red.blog .featured-slider .entry-cats a:hover,.main-meta-textcol-hover-red.blog .featured-slider .entry-meta a:hover,.main-meta-textcol-hover-red.blog .hentry .entry-cats a:hover,.main-meta-textcol-hover-red .pagination .nav-links a.page-numbers:hover,.main-meta-textcol-hover-red .pagination .nav-links span.page-numbers:hover,.main-meta-textcol-hover-red .post-navigation .nav-links a:hover,.main-meta-textcol-hover-red.single-post .entry-header .entry-cats a:hover,.main-meta-textcol-hover-red main .entry-content .pagebreak-links a:hover,.main-meta-textcol-red #front-section-four .entry-cats a,.main-meta-textcol-red #front-section-four .entry-meta a,.main-meta-textcol-red.blog .featured-slider .entry-cats a,.main-meta-textcol-red.blog .featured-slider .entry-meta a,.main-meta-textcol-red.blog .hentry .entry-cats a,.main-meta-textcol-red .entry-cats,.main-meta-textcol-red .entry-meta,.main-meta-textcol-red .featured-slider .entry-cats a,.main-meta-textcol-red .pagination .nav-links a.page-numbers,.main-meta-textcol-red .pagination .nav-links span.page-numbers,.main-meta-textcol-red .post-navigation .nav-links a,.main-meta-textcol-red .post-page-numbers.current,.main-meta-textcol-red .section-one-column-one .entry-cats a,.main-meta-textcol-red .section-three-column-one .entry-cats a,.main-meta-textcol-red.single-post .entry-cats a,.main-meta-textcol-red.single-post .entry-header .entry-cats a,.main-meta-textcol-red.single-post .entry-header .page-links .number,.main-meta-textcol-red.single-post .entry-header .page-links a,.main-meta-textcol-red.single-post .entry-tags a,.main-meta-textcol-red .slider-text .entry-cats a,.main-meta-textcol-red .slider-text .entry-meta a,.main-meta-textcol-red main .entry-content .pagebreak-links a{color:#d7464d}.main-meta-bgcol-red #front-section-four .entry-cats a,.main-meta-bgcol-red.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a,.main-meta-bgcol-red.blog .featured-slider .entry-cats a,.main-meta-bgcol-red.blog .featured-slider .entry-meta a,.main-meta-bgcol-red.blog .hentry .entry-cats a,.main-meta-bgcol-red .entry-cats a,.main-meta-bgcol-red .featured-slider .entry-cats a,.main-meta-bgcol-red .featured-slider .entry-meta a,.main-meta-bgcol-red .pagebreak-links a,.main-meta-bgcol-red .pagination .nav-links a.page-numbers,.main-meta-bgcol-red .pagination .nav-links span.page-numbers,.main-meta-bgcol-red .post-navigation .nav-links a,.main-meta-bgcol-red .post-page-numbers.current,.main-meta-bgcol-red .section-one-column-one .entry-cats a,.main-meta-bgcol-red .section-three-column-one .entry-cats a,.main-meta-bgcol-red.single-post .entry-cats a,.main-meta-bgcol-red.single-post .entry-tags a{background:#d7464d}.main-meta-bgcol-red .gallery .slick-dots li.slick-active button:before,.main-meta-bgcol-red .gallery .slick-next:before,.main-meta-bgcol-red .gallery .slick-prev:before{color:#d7464d}.main-meta-bgcol-hover-red #front-section-four .entry-cats a:hover,.main-meta-bgcol-hover-red.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover,.main-meta-bgcol-hover-red.blog .featured-slider .entry-cats a:hover,.main-meta-bgcol-hover-red.blog .featured-slider .entry-meta a:hover,.main-meta-bgcol-hover-red.blog .hentry .entry-cats a:hover,.main-meta-bgcol-hover-red .entry-cats a:hover,.main-meta-bgcol-hover-red .featured-slider .entry-cats a:hover,.main-meta-bgcol-hover-red .featured-slider .entry-meta a:hover,.main-meta-bgcol-hover-red .pagebreak-links a:hover,.main-meta-bgcol-hover-red .pagination .nav-links a.page-numbers:hover,.main-meta-bgcol-hover-red .pagination .nav-links span.page-numbers:hover,.main-meta-bgcol-hover-red .post-navigation .nav-links a:hover,.main-meta-bgcol-hover-red .section-one-column-one .entry-cats a:hover,.main-meta-bgcol-hover-red .section-three-column-one .entry-cats a:hover,.main-meta-bgcol-hover-red.single-post .entry-cats a:hover,.main-meta-bgcol-hover-red.single-post .entry-tags a:hover{background:#d7464d}.main-meta-textcol-hover-yellow.blog .featured-slider .entry-cats a:hover,.main-meta-textcol-hover-yellow.blog .featured-slider .entry-meta a:hover,.main-meta-textcol-hover-yellow.blog .hentry .entry-cats a:hover,.main-meta-textcol-hover-yellow .pagination .nav-links a.page-numbers:hover,.main-meta-textcol-hover-yellow .pagination .nav-links span.page-numbers:hover,.main-meta-textcol-hover-yellow .post-navigation .nav-links a:hover,.main-meta-textcol-hover-yellow.single-post .entry-header .entry-cats a:hover,.main-meta-textcol-hover-yellow main .entry-content .pagebreak-links a:hover,.main-meta-textcol-yellow #front-section-four .entry-cats a,.main-meta-textcol-yellow #front-section-four .entry-meta a,.main-meta-textcol-yellow.blog .featured-slider .entry-cats a,.main-meta-textcol-yellow.blog .featured-slider .entry-meta a,.main-meta-textcol-yellow.blog .hentry .entry-cats a,.main-meta-textcol-yellow .entry-cats,.main-meta-textcol-yellow .entry-meta,.main-meta-textcol-yellow .featured-slider .entry-cats a,.main-meta-textcol-yellow .pagination .nav-links a.page-numbers,.main-meta-textcol-yellow .pagination .nav-links span.page-numbers,.main-meta-textcol-yellow .post-navigation .nav-links a,.main-meta-textcol-yellow .post-page-numbers.current,.main-meta-textcol-yellow .section-one-column-one .entry-cats a,.main-meta-textcol-yellow .section-three-column-one .entry-cats a,.main-meta-textcol-yellow.single-post .entry-cats a,.main-meta-textcol-yellow.single-post .entry-header .entry-cats a,.main-meta-textcol-yellow.single-post .entry-header .page-links .number,.main-meta-textcol-yellow.single-post .entry-header .page-links a,.main-meta-textcol-yellow.single-post .entry-tags a,.main-meta-textcol-yellow .slider-text .entry-cats a,.main-meta-textcol-yellow .slider-text .entry-meta a,.main-meta-textcol-yellow main .entry-content .pagebreak-links a{color:#e7b547}.main-meta-bgcol-yellow #front-section-four .entry-cats a,.main-meta-bgcol-yellow.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a,.main-meta-bgcol-yellow.blog .featured-slider .entry-cats a,.main-meta-bgcol-yellow.blog .featured-slider .entry-meta a,.main-meta-bgcol-yellow.blog .hentry .entry-cats a,.main-meta-bgcol-yellow .entry-cats a,.main-meta-bgcol-yellow .featured-slider .entry-cats a,.main-meta-bgcol-yellow .featured-slider .entry-meta a,.main-meta-bgcol-yellow .pagebreak-links a,.main-meta-bgcol-yellow .pagination .nav-links a.page-numbers,.main-meta-bgcol-yellow .pagination .nav-links span.page-numbers,.main-meta-bgcol-yellow .post-navigation .nav-links a,.main-meta-bgcol-yellow .post-page-numbers.current,.main-meta-bgcol-yellow .section-one-column-one .entry-cats a,.main-meta-bgcol-yellow .section-three-column-one .entry-cats a,.main-meta-bgcol-yellow.single-post .entry-cats a,.main-meta-bgcol-yellow.single-post .entry-tags a{background:#e7b547}.main-meta-bgcol-yellow .gallery .slick-dots li.slick-active button:before,.main-meta-bgcol-yellow .gallery .slick-next:before,.main-meta-bgcol-yellow .gallery .slick-prev:before{color:#e7b547}.main-meta-bgcol-hover-yellow #front-section-four .entry-cats a:hover,.main-meta-bgcol-hover-yellow.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover,.main-meta-bgcol-hover-yellow.blog .featured-slider .entry-cats a:hover,.main-meta-bgcol-hover-yellow.blog .featured-slider .entry-meta a:hover,.main-meta-bgcol-hover-yellow.blog .hentry .entry-cats a:hover,.main-meta-bgcol-hover-yellow .entry-cats a:hover,.main-meta-bgcol-hover-yellow .featured-slider .entry-cats a:hover,.main-meta-bgcol-hover-yellow .featured-slider .entry-meta a:hover,.main-meta-bgcol-hover-yellow .pagebreak-links a:hover,.main-meta-bgcol-hover-yellow .pagination .nav-links a.page-numbers:hover,.main-meta-bgcol-hover-yellow .pagination .nav-links span.page-numbers:hover,.main-meta-bgcol-hover-yellow .post-navigation .nav-links a:hover,.main-meta-bgcol-hover-yellow .section-one-column-one .entry-cats a:hover,.main-meta-bgcol-hover-yellow .section-three-column-one .entry-cats a:hover,.main-meta-bgcol-hover-yellow.single-post .entry-cats a:hover,.main-meta-bgcol-hover-yellow.single-post .entry-tags a:hover{background:#e7b547}.main-meta-textcol-green #front-section-four .entry-cats a,.main-meta-textcol-green #front-section-four .entry-meta a,.main-meta-textcol-green.blog .featured-slider .entry-cats a,.main-meta-textcol-green.blog .featured-slider .entry-meta a,.main-meta-textcol-green.blog .hentry .entry-cats a,.main-meta-textcol-green .entry-cats,.main-meta-textcol-green .entry-meta,.main-meta-textcol-green .featured-slider .entry-cats a,.main-meta-textcol-green .pagination .nav-links a.page-numbers,.main-meta-textcol-green .pagination .nav-links span.page-numbers,.main-meta-textcol-green .post-navigation .nav-links a,.main-meta-textcol-green .post-page-numbers.current,.main-meta-textcol-green .section-one-column-one .entry-cats a,.main-meta-textcol-green .section-three-column-one .entry-cats a,.main-meta-textcol-green.single-post .entry-cats a,.main-meta-textcol-green.single-post .entry-header .entry-cats a,.main-meta-textcol-green.single-post .entry-header .page-links .number,.main-meta-textcol-green.single-post .entry-header .page-links a,.main-meta-textcol-green.single-post .entry-tags a,.main-meta-textcol-green .slider-text .entry-cats a,.main-meta-textcol-green .slider-text .entry-meta a,.main-meta-textcol-green main .entry-content .pagebreak-links a,.main-meta-textcol-hover-green.blog .featured-slider .entry-cats a:hover,.main-meta-textcol-hover-green.blog .featured-slider .entry-meta a:hover,.main-meta-textcol-hover-green.blog .hentry .entry-cats a:hover,.main-meta-textcol-hover-green .pagination .nav-links a.page-numbers:hover,.main-meta-textcol-hover-green .pagination .nav-links span.page-numbers:hover,.main-meta-textcol-hover-green .post-navigation .nav-links a:hover,.main-meta-textcol-hover-green.single-post .entry-header .entry-cats a:hover,.main-meta-textcol-hover-green main .entry-content .pagebreak-links a:hover{color:#85c066}.main-meta-bgcol-green #front-section-four .entry-cats a,.main-meta-bgcol-green.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a,.main-meta-bgcol-green.blog .featured-slider .entry-cats a,.main-meta-bgcol-green.blog .featured-slider .entry-meta a,.main-meta-bgcol-green.blog .hentry .entry-cats a,.main-meta-bgcol-green .entry-cats a,.main-meta-bgcol-green .featured-slider .entry-cats a,.main-meta-bgcol-green .featured-slider .entry-meta a,.main-meta-bgcol-green .pagebreak-links a,.main-meta-bgcol-green .pagination .nav-links a.page-numbers,.main-meta-bgcol-green .pagination .nav-links span.page-numbers,.main-meta-bgcol-green .post-navigation .nav-links a,.main-meta-bgcol-green .post-page-numbers.current,.main-meta-bgcol-green .section-one-column-one .entry-cats a,.main-meta-bgcol-green .section-three-column-one .entry-cats a,.main-meta-bgcol-green.single-post .entry-cats a,.main-meta-bgcol-green.single-post .entry-tags a{background:#85c066}.main-meta-bgcol-green .gallery .slick-dots li.slick-active button:before,.main-meta-bgcol-green .gallery .slick-next:before,.main-meta-bgcol-green .gallery .slick-prev:before{color:#85c066}.main-meta-bgcol-hover-green #front-section-four .entry-cats a:hover,.main-meta-bgcol-hover-green.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover,.main-meta-bgcol-hover-green.blog .featured-slider .entry-cats a:hover,.main-meta-bgcol-hover-green.blog .featured-slider .entry-meta a:hover,.main-meta-bgcol-hover-green.blog .hentry .entry-cats a:hover,.main-meta-bgcol-hover-green .entry-cats a:hover,.main-meta-bgcol-hover-green .featured-slider .entry-cats a:hover,.main-meta-bgcol-hover-green .featured-slider .entry-meta a:hover,.main-meta-bgcol-hover-green .pagebreak-links a:hover,.main-meta-bgcol-hover-green .pagination .nav-links a.page-numbers:hover,.main-meta-bgcol-hover-green .pagination .nav-links span.page-numbers:hover,.main-meta-bgcol-hover-green .post-navigation .nav-links a:hover,.main-meta-bgcol-hover-green .section-one-column-one .entry-cats a:hover,.main-meta-bgcol-hover-green .section-three-column-one .entry-cats a:hover,.main-meta-bgcol-hover-green.single-post .entry-cats a:hover,.main-meta-bgcol-hover-green.single-post .entry-tags a:hover{background:#85c066}.main-listitem-main main ul li:before{color:#f80}.main-quoteborder-main blockquote{border-color:#f80}.main-listitem-second main ul li:before{color:#672082}.main-quoteborder-second blockquote{border-color:#672082}.main-listitem-third main ul li:before{color:#698bc1}.main-quoteborder-third blockquote{border-color:#698bc1}.main-listitem-four main ul li:before{color:#148f93}.main-quoteborder-four blockquote{border-color:#148f93}.main-listitem-uspirates main ul li:before{color:#b127af}.main-quoteborder-uspirates blockquote{border-color:#b127af}.main-listitem-tkpirates main ul li:before{color:#00b5b1}.main-quoteborder-tkpirates blockquote{border-color:#00b5b1}.main-listitem-chpirates main ul li:before{color:#f9b200}.main-quoteborder-chpirates blockquote{border-color:#f9b200}.main-listitem-ispirates main ul li:before{color:#51297e}.main-quoteborder-ispirates blockquote{border-color:#51297e}.main-listitem-black main ul li:before{color:#000}.main-quoteborder-black blockquote{border-color:#000}.main-listitem-white main ul li:before{color:#fff}.main-quoteborder-white blockquote{border-color:#fff}.main-listitem-grey main ul li:before{color:#e7e7eb}.main-quoteborder-grey blockquote{border-color:#e7e7eb}.main-listitem-darkgrey main ul li:before{color:#1a1a1a}.main-quoteborder-darkgrey blockquote{border-color:#1a1a1a}.main-listitem-blue main ul li:before{color:#06f}.main-quoteborder-blue blockquote{border-color:#06f}.main-listitem-red main ul li:before{color:#d7464d}.main-quoteborder-red blockquote{border-color:#d7464d}.main-listitem-yellow main ul li:before{color:#e7b547}.main-quoteborder-yellow blockquote{border-color:#e7b547}.main-listitem-green main ul li:before{color:#85c066}.main-quoteborder-green blockquote{border-color:#85c066}.main-table-textcol-main table,.main-table-textcol-main td,.main-table-textcol-main th,.main-table-textcol-main tr{color:#f80}.main-table-bgcol-head-main table thead,.main-table-bgcol-head-main th,.main-table-bgcol-main table{background-color:#f80}.main-table-bgcol-odd-main tr td{background-color:transparent}.main-table-bgcol-odd-main table.long tr:nth-child(odd) td,.main-table-bgcol-odd-main tr:nth-child(odd) td{background-color:#f80}.main-table-textcol-second table,.main-table-textcol-second td,.main-table-textcol-second th,.main-table-textcol-second tr{color:#672082}.main-table-bgcol-head-second table thead,.main-table-bgcol-head-second th,.main-table-bgcol-second table{background-color:#672082}.main-table-bgcol-odd-second tr td{background-color:transparent}.main-table-bgcol-odd-second table.long tr:nth-child(odd) td,.main-table-bgcol-odd-second tr:nth-child(odd) td{background-color:#672082}.main-table-textcol-third table,.main-table-textcol-third td,.main-table-textcol-third th,.main-table-textcol-third tr{color:#698bc1}.main-table-bgcol-head-third table thead,.main-table-bgcol-head-third th,.main-table-bgcol-third table{background-color:#698bc1}.main-table-bgcol-odd-third tr td{background-color:transparent}.main-table-bgcol-odd-third table.long tr:nth-child(odd) td,.main-table-bgcol-odd-third tr:nth-child(odd) td{background-color:#698bc1}.main-table-textcol-four table,.main-table-textcol-four td,.main-table-textcol-four th,.main-table-textcol-four tr{color:#148f93}.main-table-bgcol-four table,.main-table-bgcol-head-four table thead,.main-table-bgcol-head-four th{background-color:#148f93}.main-table-bgcol-odd-four tr td{background-color:transparent}.main-table-bgcol-odd-four table.long tr:nth-child(odd) td,.main-table-bgcol-odd-four tr:nth-child(odd) td{background-color:#148f93}.main-table-textcol-uspirates table,.main-table-textcol-uspirates td,.main-table-textcol-uspirates th,.main-table-textcol-uspirates tr{color:#b127af}.main-table-bgcol-head-uspirates table thead,.main-table-bgcol-head-uspirates th,.main-table-bgcol-uspirates table{background-color:#b127af}.main-table-bgcol-odd-uspirates tr td{background-color:transparent}.main-table-bgcol-odd-uspirates table.long tr:nth-child(odd) td,.main-table-bgcol-odd-uspirates tr:nth-child(odd) td{background-color:#b127af}.main-table-textcol-tkpirates table,.main-table-textcol-tkpirates td,.main-table-textcol-tkpirates th,.main-table-textcol-tkpirates tr{color:#00b5b1}.main-table-bgcol-head-tkpirates table thead,.main-table-bgcol-head-tkpirates th,.main-table-bgcol-tkpirates table{background-color:#00b5b1}.main-table-bgcol-odd-tkpirates tr td{background-color:transparent}.main-table-bgcol-odd-tkpirates table.long tr:nth-child(odd) td,.main-table-bgcol-odd-tkpirates tr:nth-child(odd) td{background-color:#00b5b1}.main-table-textcol-chpirates table,.main-table-textcol-chpirates td,.main-table-textcol-chpirates th,.main-table-textcol-chpirates tr{color:#f9b200}.main-table-bgcol-chpirates table,.main-table-bgcol-head-chpirates table thead,.main-table-bgcol-head-chpirates th{background-color:#f9b200}.main-table-bgcol-odd-chpirates tr td{background-color:transparent}.main-table-bgcol-odd-chpirates table.long tr:nth-child(odd) td,.main-table-bgcol-odd-chpirates tr:nth-child(odd) td{background-color:#f9b200}.main-table-textcol-ispirates table,.main-table-textcol-ispirates td,.main-table-textcol-ispirates th,.main-table-textcol-ispirates tr{color:#51297e}.main-table-bgcol-head-ispirates table thead,.main-table-bgcol-head-ispirates th,.main-table-bgcol-ispirates table{background-color:#51297e}.main-table-bgcol-odd-ispirates tr td{background-color:transparent}.main-table-bgcol-odd-ispirates table.long tr:nth-child(odd) td,.main-table-bgcol-odd-ispirates tr:nth-child(odd) td{background-color:#51297e}.main-table-textcol-black table,.main-table-textcol-black td,.main-table-textcol-black th,.main-table-textcol-black tr{color:#000}.main-table-bgcol-black table,.main-table-bgcol-head-black table thead,.main-table-bgcol-head-black th{background-color:#000}.main-table-bgcol-odd-black tr td{background-color:transparent}.main-table-bgcol-odd-black table.long tr:nth-child(odd) td,.main-table-bgcol-odd-black tr:nth-child(odd) td{background-color:#000}.main-table-textcol-white table,.main-table-textcol-white td,.main-table-textcol-white th,.main-table-textcol-white tr{color:#fff}.main-table-bgcol-head-white table thead,.main-table-bgcol-head-white th,.main-table-bgcol-white table{background-color:#fff}.main-table-bgcol-odd-white tr td{background-color:transparent}.main-table-bgcol-odd-white table.long tr:nth-child(odd) td,.main-table-bgcol-odd-white tr:nth-child(odd) td{background-color:#fff}.main-table-textcol-grey table,.main-table-textcol-grey td,.main-table-textcol-grey th,.main-table-textcol-grey tr{color:#e7e7eb}.main-table-bgcol-grey table,.main-table-bgcol-head-grey table thead,.main-table-bgcol-head-grey th{background-color:#e7e7eb}.main-table-bgcol-odd-grey tr td{background-color:transparent}.main-table-bgcol-odd-grey table.long tr:nth-child(odd) td,.main-table-bgcol-odd-grey tr:nth-child(odd) td{background-color:#e7e7eb}.main-table-textcol-darkgrey table,.main-table-textcol-darkgrey td,.main-table-textcol-darkgrey th,.main-table-textcol-darkgrey tr{color:#1a1a1a}.main-table-bgcol-darkgrey table,.main-table-bgcol-head-darkgrey table thead,.main-table-bgcol-head-darkgrey th{background-color:#1a1a1a}.main-table-bgcol-odd-darkgrey tr td{background-color:transparent}.main-table-bgcol-odd-darkgrey table.long tr:nth-child(odd) td,.main-table-bgcol-odd-darkgrey tr:nth-child(odd) td{background-color:#1a1a1a}.main-table-textcol-blue table,.main-table-textcol-blue td,.main-table-textcol-blue th,.main-table-textcol-blue tr{color:#06f}.main-table-bgcol-blue table,.main-table-bgcol-head-blue table thead,.main-table-bgcol-head-blue th{background-color:#06f}.main-table-bgcol-odd-blue tr td{background-color:transparent}.main-table-bgcol-odd-blue table.long tr:nth-child(odd) td,.main-table-bgcol-odd-blue tr:nth-child(odd) td{background-color:#06f}.main-table-textcol-red table,.main-table-textcol-red td,.main-table-textcol-red th,.main-table-textcol-red tr{color:#d7464d}.main-table-bgcol-head-red table thead,.main-table-bgcol-head-red th,.main-table-bgcol-red table{background-color:#d7464d}.main-table-bgcol-odd-red tr td{background-color:transparent}.main-table-bgcol-odd-red table.long tr:nth-child(odd) td,.main-table-bgcol-odd-red tr:nth-child(odd) td{background-color:#d7464d}.main-table-textcol-yellow table,.main-table-textcol-yellow td,.main-table-textcol-yellow th,.main-table-textcol-yellow tr{color:#e7b547}.main-table-bgcol-head-yellow table thead,.main-table-bgcol-head-yellow th,.main-table-bgcol-yellow table{background-color:#e7b547}.main-table-bgcol-odd-yellow tr td{background-color:transparent}.main-table-bgcol-odd-yellow table.long tr:nth-child(odd) td,.main-table-bgcol-odd-yellow tr:nth-child(odd) td{background-color:#e7b547}.main-table-textcol-green table,.main-table-textcol-green td,.main-table-textcol-green th,.main-table-textcol-green tr{color:#85c066}.main-table-bgcol-green table,.main-table-bgcol-head-green table thead,.main-table-bgcol-head-green th{background-color:#85c066}.main-table-bgcol-odd-green tr td{background-color:transparent}.main-table-bgcol-odd-green table.long tr:nth-child(odd) td,.main-table-bgcol-odd-green tr:nth-child(odd) td{background-color:#85c066}.footer-bgcol-main #colophon{background-color:#f80;border-color:#f80}.footer-headlinecol-main #colophon #footer-social h2.socialmedia,.footer-headlinecol-main #colophon .footer-menu h3.footer-menu-title,.footer-headlinecol-main #colophon h1,.footer-headlinecol-main #colophon h2,.footer-headlinecol-main #colophon h3,.footer-headlinecol-main #colophon h4,.footer-headlinecol-main #colophon h5,.footer-headlinecol-main #colophon h6,.footer-headlinecol-main #colophon p.title-footer,.footer-linkcol-main #colophon #site-info a,.footer-linkcol-main #colophon .footer-menu ul a,.footer-linkcol-main #colophon p a,.footer-linkhovercol-main #colophon #site-info a:hover,.footer-linkhovercol-main #colophon .footer-menu ul a:hover,.footer-linkhovercol-main #colophon p a:hover,.footer-textcol-main #colophon,.footer-textcol-main #colophon #site-info,.footer-textcol-main #colophon p{color:#f80}.footer-bgcol-second #colophon{background-color:#672082;border-color:#672082}.footer-headlinecol-second #colophon #footer-social h2.socialmedia,.footer-headlinecol-second #colophon .footer-menu h3.footer-menu-title,.footer-headlinecol-second #colophon h1,.footer-headlinecol-second #colophon h2,.footer-headlinecol-second #colophon h3,.footer-headlinecol-second #colophon h4,.footer-headlinecol-second #colophon h5,.footer-headlinecol-second #colophon h6,.footer-headlinecol-second #colophon p.title-footer,.footer-linkcol-second #colophon #site-info a,.footer-linkcol-second #colophon .footer-menu ul a,.footer-linkcol-second #colophon p a,.footer-linkhovercol-second #colophon #site-info a:hover,.footer-linkhovercol-second #colophon .footer-menu ul a:hover,.footer-linkhovercol-second #colophon p a:hover,.footer-textcol-second #colophon,.footer-textcol-second #colophon #site-info,.footer-textcol-second #colophon p{color:#672082}.footer-bgcol-third #colophon{background-color:#698bc1;border-color:#698bc1}.footer-headlinecol-third #colophon #footer-social h2.socialmedia,.footer-headlinecol-third #colophon .footer-menu h3.footer-menu-title,.footer-headlinecol-third #colophon h1,.footer-headlinecol-third #colophon h2,.footer-headlinecol-third #colophon h3,.footer-headlinecol-third #colophon h4,.footer-headlinecol-third #colophon h5,.footer-headlinecol-third #colophon h6,.footer-headlinecol-third #colophon p.title-footer,.footer-linkcol-third #colophon #site-info a,.footer-linkcol-third #colophon .footer-menu ul a,.footer-linkcol-third #colophon p a,.footer-linkhovercol-third #colophon #site-info a:hover,.footer-linkhovercol-third #colophon .footer-menu ul a:hover,.footer-linkhovercol-third #colophon p a:hover,.footer-textcol-third #colophon,.footer-textcol-third #colophon #site-info,.footer-textcol-third #colophon p{color:#698bc1}.footer-bgcol-four #colophon{background-color:#148f93;border-color:#148f93}.footer-headlinecol-four #colophon #footer-social h2.socialmedia,.footer-headlinecol-four #colophon .footer-menu h3.footer-menu-title,.footer-headlinecol-four #colophon h1,.footer-headlinecol-four #colophon h2,.footer-headlinecol-four #colophon h3,.footer-headlinecol-four #colophon h4,.footer-headlinecol-four #colophon h5,.footer-headlinecol-four #colophon h6,.footer-headlinecol-four #colophon p.title-footer,.footer-linkcol-four #colophon #site-info a,.footer-linkcol-four #colophon .footer-menu ul a,.footer-linkcol-four #colophon p a,.footer-linkhovercol-four #colophon #site-info a:hover,.footer-linkhovercol-four #colophon .footer-menu ul a:hover,.footer-linkhovercol-four #colophon p a:hover,.footer-textcol-four #colophon,.footer-textcol-four #colophon #site-info,.footer-textcol-four #colophon p{color:#148f93}.footer-bgcol-uspirates #colophon{background-color:#b127af;border-color:#b127af}.footer-headlinecol-uspirates #colophon #footer-social h2.socialmedia,.footer-headlinecol-uspirates #colophon .footer-menu h3.footer-menu-title,.footer-headlinecol-uspirates #colophon h1,.footer-headlinecol-uspirates #colophon h2,.footer-headlinecol-uspirates #colophon h3,.footer-headlinecol-uspirates #colophon h4,.footer-headlinecol-uspirates #colophon h5,.footer-headlinecol-uspirates #colophon h6,.footer-headlinecol-uspirates #colophon p.title-footer,.footer-linkcol-uspirates #colophon #site-info a,.footer-linkcol-uspirates #colophon .footer-menu ul a,.footer-linkcol-uspirates #colophon p a,.footer-linkhovercol-uspirates #colophon #site-info a:hover,.footer-linkhovercol-uspirates #colophon .footer-menu ul a:hover,.footer-linkhovercol-uspirates #colophon p a:hover,.footer-textcol-uspirates #colophon,.footer-textcol-uspirates #colophon #site-info,.footer-textcol-uspirates #colophon p{color:#b127af}.footer-bgcol-tkpirates #colophon{background-color:#00b5b1;border-color:#00b5b1}.footer-headlinecol-tkpirates #colophon #footer-social h2.socialmedia,.footer-headlinecol-tkpirates #colophon .footer-menu h3.footer-menu-title,.footer-headlinecol-tkpirates #colophon h1,.footer-headlinecol-tkpirates #colophon h2,.footer-headlinecol-tkpirates #colophon h3,.footer-headlinecol-tkpirates #colophon h4,.footer-headlinecol-tkpirates #colophon h5,.footer-headlinecol-tkpirates #colophon h6,.footer-headlinecol-tkpirates #colophon p.title-footer,.footer-linkcol-tkpirates #colophon #site-info a,.footer-linkcol-tkpirates #colophon .footer-menu ul a,.footer-linkcol-tkpirates #colophon p a,.footer-linkhovercol-tkpirates #colophon #site-info a:hover,.footer-linkhovercol-tkpirates #colophon .footer-menu ul a:hover,.footer-linkhovercol-tkpirates #colophon p a:hover,.footer-textcol-tkpirates #colophon,.footer-textcol-tkpirates #colophon #site-info,.footer-textcol-tkpirates #colophon p{color:#00b5b1}.footer-bgcol-chpirates #colophon{background-color:#f9b200;border-color:#f9b200}.footer-headlinecol-chpirates #colophon #footer-social h2.socialmedia,.footer-headlinecol-chpirates #colophon .footer-menu h3.footer-menu-title,.footer-headlinecol-chpirates #colophon h1,.footer-headlinecol-chpirates #colophon h2,.footer-headlinecol-chpirates #colophon h3,.footer-headlinecol-chpirates #colophon h4,.footer-headlinecol-chpirates #colophon h5,.footer-headlinecol-chpirates #colophon h6,.footer-headlinecol-chpirates #colophon p.title-footer,.footer-linkcol-chpirates #colophon #site-info a,.footer-linkcol-chpirates #colophon .footer-menu ul a,.footer-linkcol-chpirates #colophon p a,.footer-linkhovercol-chpirates #colophon #site-info a:hover,.footer-linkhovercol-chpirates #colophon .footer-menu ul a:hover,.footer-linkhovercol-chpirates #colophon p a:hover,.footer-textcol-chpirates #colophon,.footer-textcol-chpirates #colophon #site-info,.footer-textcol-chpirates #colophon p{color:#f9b200}.footer-bgcol-ispirates #colophon{background-color:#51297e;border-color:#51297e}.footer-headlinecol-ispirates #colophon #footer-social h2.socialmedia,.footer-headlinecol-ispirates #colophon .footer-menu h3.footer-menu-title,.footer-headlinecol-ispirates #colophon h1,.footer-headlinecol-ispirates #colophon h2,.footer-headlinecol-ispirates #colophon h3,.footer-headlinecol-ispirates #colophon h4,.footer-headlinecol-ispirates #colophon h5,.footer-headlinecol-ispirates #colophon h6,.footer-headlinecol-ispirates #colophon p.title-footer,.footer-linkcol-ispirates #colophon #site-info a,.footer-linkcol-ispirates #colophon .footer-menu ul a,.footer-linkcol-ispirates #colophon p a,.footer-linkhovercol-ispirates #colophon #site-info a:hover,.footer-linkhovercol-ispirates #colophon .footer-menu ul a:hover,.footer-linkhovercol-ispirates #colophon p a:hover,.footer-textcol-ispirates #colophon,.footer-textcol-ispirates #colophon #site-info,.footer-textcol-ispirates #colophon p{color:#51297e}.footer-bgcol-black #colophon{background-color:#000;border-color:#000}.footer-headlinecol-black #colophon #footer-social h2.socialmedia,.footer-headlinecol-black #colophon .footer-menu h3.footer-menu-title,.footer-headlinecol-black #colophon h1,.footer-headlinecol-black #colophon h2,.footer-headlinecol-black #colophon h3,.footer-headlinecol-black #colophon h4,.footer-headlinecol-black #colophon h5,.footer-headlinecol-black #colophon h6,.footer-headlinecol-black #colophon p.title-footer,.footer-linkcol-black #colophon #site-info a,.footer-linkcol-black #colophon .footer-menu ul a,.footer-linkcol-black #colophon p a,.footer-linkhovercol-black #colophon #site-info a:hover,.footer-linkhovercol-black #colophon .footer-menu ul a:hover,.footer-linkhovercol-black #colophon p a:hover,.footer-textcol-black #colophon,.footer-textcol-black #colophon #site-info,.footer-textcol-black #colophon p{color:#000}.footer-bgcol-white #colophon{background-color:#fff;border-color:#fff}.footer-headlinecol-white #colophon #footer-social h2.socialmedia,.footer-headlinecol-white #colophon .footer-menu h3.footer-menu-title,.footer-headlinecol-white #colophon h1,.footer-headlinecol-white #colophon h2,.footer-headlinecol-white #colophon h3,.footer-headlinecol-white #colophon h4,.footer-headlinecol-white #colophon h5,.footer-headlinecol-white #colophon h6,.footer-headlinecol-white #colophon p.title-footer,.footer-linkcol-white #colophon #site-info a,.footer-linkcol-white #colophon .footer-menu ul a,.footer-linkcol-white #colophon p a,.footer-linkhovercol-white #colophon #site-info a:hover,.footer-linkhovercol-white #colophon .footer-menu ul a:hover,.footer-linkhovercol-white #colophon p a:hover,.footer-textcol-white #colophon,.footer-textcol-white #colophon #site-info,.footer-textcol-white #colophon p{color:#fff}.footer-bgcol-grey #colophon{background-color:#e7e7eb;border-color:#e7e7eb}.footer-headlinecol-grey #colophon #footer-social h2.socialmedia,.footer-headlinecol-grey #colophon .footer-menu h3.footer-menu-title,.footer-headlinecol-grey #colophon h1,.footer-headlinecol-grey #colophon h2,.footer-headlinecol-grey #colophon h3,.footer-headlinecol-grey #colophon h4,.footer-headlinecol-grey #colophon h5,.footer-headlinecol-grey #colophon h6,.footer-headlinecol-grey #colophon p.title-footer,.footer-linkcol-grey #colophon #site-info a,.footer-linkcol-grey #colophon .footer-menu ul a,.footer-linkcol-grey #colophon p a,.footer-linkhovercol-grey #colophon #site-info a:hover,.footer-linkhovercol-grey #colophon .footer-menu ul a:hover,.footer-linkhovercol-grey #colophon p a:hover,.footer-textcol-grey #colophon,.footer-textcol-grey #colophon #site-info,.footer-textcol-grey #colophon p{color:#e7e7eb}.footer-bgcol-darkgrey #colophon{background-color:#1a1a1a;border-color:#1a1a1a}.footer-headlinecol-darkgrey #colophon #footer-social h2.socialmedia,.footer-headlinecol-darkgrey #colophon .footer-menu h3.footer-menu-title,.footer-headlinecol-darkgrey #colophon h1,.footer-headlinecol-darkgrey #colophon h2,.footer-headlinecol-darkgrey #colophon h3,.footer-headlinecol-darkgrey #colophon h4,.footer-headlinecol-darkgrey #colophon h5,.footer-headlinecol-darkgrey #colophon h6,.footer-headlinecol-darkgrey #colophon p.title-footer,.footer-linkcol-darkgrey #colophon #site-info a,.footer-linkcol-darkgrey #colophon .footer-menu ul a,.footer-linkcol-darkgrey #colophon p a,.footer-linkhovercol-darkgrey #colophon #site-info a:hover,.footer-linkhovercol-darkgrey #colophon .footer-menu ul a:hover,.footer-linkhovercol-darkgrey #colophon p a:hover,.footer-textcol-darkgrey #colophon,.footer-textcol-darkgrey #colophon #site-info,.footer-textcol-darkgrey #colophon p{color:#1a1a1a}.footer-bgcol-blue #colophon{background-color:#06f;border-color:#06f}.footer-headlinecol-blue #colophon #footer-social h2.socialmedia,.footer-headlinecol-blue #colophon .footer-menu h3.footer-menu-title,.footer-headlinecol-blue #colophon h1,.footer-headlinecol-blue #colophon h2,.footer-headlinecol-blue #colophon h3,.footer-headlinecol-blue #colophon h4,.footer-headlinecol-blue #colophon h5,.footer-headlinecol-blue #colophon h6,.footer-headlinecol-blue #colophon p.title-footer,.footer-linkcol-blue #colophon #site-info a,.footer-linkcol-blue #colophon .footer-menu ul a,.footer-linkcol-blue #colophon p a,.footer-linkhovercol-blue #colophon #site-info a:hover,.footer-linkhovercol-blue #colophon .footer-menu ul a:hover,.footer-linkhovercol-blue #colophon p a:hover,.footer-textcol-blue #colophon,.footer-textcol-blue #colophon #site-info,.footer-textcol-blue #colophon p{color:#06f}.footer-bgcol-red #colophon{background-color:#d7464d;border-color:#d7464d}.footer-headlinecol-red #colophon #footer-social h2.socialmedia,.footer-headlinecol-red #colophon .footer-menu h3.footer-menu-title,.footer-headlinecol-red #colophon h1,.footer-headlinecol-red #colophon h2,.footer-headlinecol-red #colophon h3,.footer-headlinecol-red #colophon h4,.footer-headlinecol-red #colophon h5,.footer-headlinecol-red #colophon h6,.footer-headlinecol-red #colophon p.title-footer,.footer-linkcol-red #colophon #site-info a,.footer-linkcol-red #colophon .footer-menu ul a,.footer-linkcol-red #colophon p a,.footer-linkhovercol-red #colophon #site-info a:hover,.footer-linkhovercol-red #colophon .footer-menu ul a:hover,.footer-linkhovercol-red #colophon p a:hover,.footer-textcol-red #colophon,.footer-textcol-red #colophon #site-info,.footer-textcol-red #colophon p{color:#d7464d}.footer-bgcol-yellow #colophon{background-color:#e7b547;border-color:#e7b547}.footer-headlinecol-yellow #colophon #footer-social h2.socialmedia,.footer-headlinecol-yellow #colophon .footer-menu h3.footer-menu-title,.footer-headlinecol-yellow #colophon h1,.footer-headlinecol-yellow #colophon h2,.footer-headlinecol-yellow #colophon h3,.footer-headlinecol-yellow #colophon h4,.footer-headlinecol-yellow #colophon h5,.footer-headlinecol-yellow #colophon h6,.footer-headlinecol-yellow #colophon p.title-footer,.footer-linkcol-yellow #colophon #site-info a,.footer-linkcol-yellow #colophon .footer-menu ul a,.footer-linkcol-yellow #colophon p a,.footer-linkhovercol-yellow #colophon #site-info a:hover,.footer-linkhovercol-yellow #colophon .footer-menu ul a:hover,.footer-linkhovercol-yellow #colophon p a:hover,.footer-textcol-yellow #colophon,.footer-textcol-yellow #colophon #site-info,.footer-textcol-yellow #colophon p{color:#e7b547}.footer-bgcol-green #colophon{background-color:#85c066;border-color:#85c066}.footer-headlinecol-green #colophon #footer-social h2.socialmedia,.footer-headlinecol-green #colophon .footer-menu h3.footer-menu-title,.footer-headlinecol-green #colophon h1,.footer-headlinecol-green #colophon h2,.footer-headlinecol-green #colophon h3,.footer-headlinecol-green #colophon h4,.footer-headlinecol-green #colophon h5,.footer-headlinecol-green #colophon h6,.footer-headlinecol-green #colophon p.title-footer,.footer-linkcol-green #colophon #site-info a,.footer-linkcol-green #colophon .footer-menu ul a,.footer-linkcol-green #colophon p a,.footer-linkhovercol-green #colophon #site-info a:hover,.footer-linkhovercol-green #colophon .footer-menu ul a:hover,.footer-linkhovercol-green #colophon p a:hover,.footer-textcol-green #colophon,.footer-textcol-green #colophon #site-info,.footer-textcol-green #colophon p{color:#85c066}.site-content div.wpcf7{clear:both;overflow:hidden;max-width:100%;padding:0 0 30px}.site-content div.wpcf7 input,.site-content div.wpcf7 p,.site-content div.wpcf7 textarea{font-size:16px;font-size:1rem}.site-content div.wpcf7 p{margin:10px 0 0;padding:0}.site-content div.wpcf7 p:last-of-type{padding:0}.site-content div.wpcf7 input[type=email],.site-content div.wpcf7 input[type=text],.site-content div.wpcf7 textarea{width:100%}.site-content div.wpcf7 p input.wpcf7-submit,.site-content input.wpcf7-submit{clear:both;overflow:hidden;width:100%;font-weight:600}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block}.slick-track:after,.slick-track:before{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.gallery .slick-loading .slick-list{background:#fff url(img/ajax-loader.gif) 50% no-repeat}.gallery .slick-next,.gallery .slick-prev{line-height:0;position:absolute;top:50%;display:block;width:50px;padding:0;transform:translateY(-50%);cursor:pointer;border:none;z-index:20}.gallery .slick-next,.gallery .slick-next:focus,.gallery .slick-next:hover,.gallery .slick-prev,.gallery .slick-prev:focus,.gallery .slick-prev:hover{color:transparent;outline:none;background:transparent}.gallery .slick-next:focus:before,.gallery .slick-next:hover:before,.gallery .slick-prev:focus:before,.gallery .slick-prev:hover:before{opacity:1}.gallery .slick-next.slick-disabled:before,.gallery .slick-prev.slick-disabled:before{opacity:.25}.gallery .slick-next:before,.gallery .slick-prev:before{line-height:1;opacity:.75;color:#f80;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.gallery .slick-prev{left:30px}.gallery [dir=rtl] .slick-prev{right:30px;left:auto}.gallery .slick-next{right:30px}.gallery [dir=rtl] .slick-next{right:auto;left:30px}.gallery .slick-dotted.slick-slider{margin-bottom:40px}.gallery .slick-dots{position:absolute;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.gallery .slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.gallery .slick-dots li button{display:block;width:20px;height:20px;padding:5px;cursor:pointer;border:0;background:transparent;color:transparent}.gallery .slick-dots li button:focus,.gallery .slick-dots li button:hover{outline:none}.gallery .slick-dots li button:focus:before,.gallery .slick-dots li button:hover:before{opacity:.75;color:#f80}.gallery .slick-dots li button:before{position:absolute;top:0;left:0;opacity:.25;text-align:center;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.gallery .slick-dots li:after{display:none}.gallery .slick-dots li.slick-active button:before{opacity:1;color:#f80}.gallery .slider img{margin:0 auto}.gallery .slider li:before{content:inherit;display:none;margin:0}.gallery .slider .gallery-image-caption{text-align:center;font-size:.875rem;line-height:1.313rem}@keyframes "DownMove"{0%{top:50%}5%{top:60%}10%{top:50%}15%{top:60%}20%{top:50%}}@-webkit-keyframes "DownMove"{0%{top:50%}5%{top:60%}10%{top:50%}15%{top:60%}20%{top:50%}}ul.picrew-social-icons li{list-style:none;margin:0;padding:0;background:none}ul.picrew-social-icons li:before{vertical-align:top;position:relative;content:"";padding:0}.picrew-social-icons{border:1px solid #fff}.picrew-social-icons span{display:inline-block;padding:0 5px;margin-bottom:2px}.picrew-social-icons a{display:block;transition:transform .3s;width:25px;height:25px;text-align:center;vertical-align:middle;border-radius:50%;color:#672082}.picrew-social-icons a:hover{color:#fff;background-color:#f80}.picrew-icon-yelp:before{content:"\f1e9"}.picrew-icon-xing:before{content:"\f168"}.picrew-icon-xing2:before{content:"\f169"}.picrew-icon-stumbleupon:before{content:"\f1a4"}.picrew-icon-stumbleupon2:before{content:"\f1a3"}.picrew-icon-delicious:before{content:"\f1a5"}.picrew-icon-lastfm:before{content:"\f202"}.picrew-icon-lastfm2:before{content:"\f203"}.picrew-icon-hackernews:before{content:"\f1d4"}.picrew-icon-reddit:before{content:"\f1a1"}.picrew-icon-soundcloud:before{content:"\f1be"}.picrew-icon-yahoo:before{content:"\f19e"}.picrew-icon-wordpress2:before{content:"\f19a"}.picrew-icon-steam:before{content:"\f1b6"}.picrew-icon-steam2:before{content:"\f1b7"}.picrew-icon-500px:before{content:"\f26e"}.picrew-icon-deviantart:before{content:"\f1bd"}.picrew-icon-twitch:before{content:"\f1e8"}.picrew-icon-feed:before{content:"\f09e"}.picrew-icon-sina-weibo:before{content:"\f18a"}.picrew-icon-renren:before{content:"\f18b"}.picrew-icon-vk:before{content:"\f189"}.picrew-icon-vine:before{content:"\f1ca"}.picrew-icon-telegram:before{content:"\f2c6"}.picrew-icon-spotify:before{content:"\f1bc"}.picrew-icon-mail2:before,.picrew-icon-mail3:before{content:"\f003"}.picrew-icon-arrow-down:before{content:"\f063"}.picrew-icon-arrow-left:before{content:"\f060"}.picrew-icon-arrow-right:before{content:"\f061"}.picrew-icon-close:before{content:"\f00d"}.picrew-icon-github:before{content:"\f09b"}.picrew-icon-mail:before{content:"\f003"}.picrew-icon-link:before{content:"\f0c1"}.picrew-icon-google-plus:before{content:"\f0d5"}.picrew-icon-google-plus2:before{content:"\f2b3"}.picrew-icon-facebook:before{content:"\f09a"}.picrew-icon-facebook2:before{content:"\f230"}.picrew-icon-instagram:before{content:"\f16d"}.picrew-icon-whatsapp:before{content:"\f232"}.picrew-icon-twitter:before{content:"\f099"}.picrew-icon-youtube:before{content:"\f167"}.picrew-icon-vimeo:before{content:"\f27d"}.picrew-icon-vimeo2:before{content:"\f194"}.picrew-icon-flickr:before{content:"\f16e"}.picrew-icon-wordpress:before{content:"\f19a"}.picrew-icon-tumblr:before{content:"\f173"}.picrew-icon-skype:before{content:"\f17e"}.picrew-icon-linkedin2:before{content:"\f08c"}.picrew-icon-linkedin:before{content:"\f0e1"}.picrew-icon-pinterest2:before{content:"\f0d3"}.picrew-icon-pinterest:before{content:"\f0d2"}.picrew-icon-foursquare:before{content:"\f180"}.picrew-grid-wrapper,.pirate-crew-single{font-family:DejaWeb,sans-serif}.picrew-grid-wrapper,.picrew-grid-wrapper *,.picrew-grid-wrapper:after,.picrew-grid-wrapper:before,.pirate-crew-single,.pirate-crew-single *,.pirate-crew-single:after,.pirate-crew-single:before{box-sizing:border-box}.picrew-grid-wrapper figcaption,.pirate-crew-single figcaption{display:block}.picrew-grid-wrapper figure,.pirate-crew-single figure{display:block;margin:0;-webkit-margin-before:0;-webkit-margin-after:0;-webkit-margin-start:0;-webkit-margin-end:0}.picrew-grid-wrapper a,.pirate-crew-single a{text-decoration:none;box-shadow:none;border-bottom:0;outline:none}.picrew-grid-wrapper .picrew-grid,.pirate-crew-single .picrew-grid{font-family:DejaWeb,sans-serif;list-style:none;padding:30px 0;margin:0 -15px}@media (max-width:700px){.picrew-grid-wrapper .picrew-grid,.pirate-crew-single .picrew-grid{margin:0 auto}}.picrew-grid-wrapper .picrew-grid>.picrew-grid-card,.pirate-crew-single .picrew-grid>.picrew-grid-card{float:left;width:25%;padding:0 15px;margin:0 0 30px;clear:none}@media (max-width:700px){.picrew-grid-wrapper .picrew-grid>.picrew-grid-card,.pirate-crew-single .picrew-grid>.picrew-grid-card{float:none;width:100%;margin:0}}.picrew-grid-wrapper .picrew-grid h3,.pirate-crew-single .picrew-grid h3{margin:0 0 3px;padding:0}.picrew-grid-wrapper .picrew-grid.drawer-style,.pirate-crew-single .picrew-grid.drawer-style{margin:0}.picrew-grid-wrapper .grid-full-col>.picrew-grid-card,.pirate-crew-single .grid-full-col>.picrew-grid-card{width:100%}.picrew-grid-wrapper .grid-2-col>.picrew-grid-card,.pirate-crew-single .grid-2-col>.picrew-grid-card{width:50%}.picrew-grid-wrapper .grid-3-col>.picrew-grid-card,.pirate-crew-single .grid-3-col>.picrew-grid-card{width:33.33%}.picrew-grid-wrapper .grid-4-col>.picrew-grid-card,.pirate-crew-single .grid-4-col>.picrew-grid-card{width:25%}.picrew-grid-wrapper .grid-5-col>.picrew-grid-card,.pirate-crew-single .grid-5-col>.picrew-grid-card{width:20%}.picrew-grid-wrapper p,.pirate-crew-single p{line-height:1.4}.picrew-grid-wrapper ul,.pirate-crew-single ul{list-style:none;line-height:normal}.picrew-grid-wrapper .picrew-social-icons,.pirate-crew-single .picrew-social-icons{padding:0;margin:0 -5px}.picrew-grid-wrapper .picrew-social-icons a,.pirate-crew-single .picrew-social-icons a{text-decoration:none;border:none}.picrew-grid-wrapper .picrew-contact-details,.pirate-crew-single .picrew-contact-details{margin-bottom:20px}.picrew-grid-wrapper .picrew-contact-details a,.picrew-grid-wrapper a.picrew-modal-close,.picrew-grid-wrapper a.picrew-nav-item,.pirate-crew-single .picrew-contact-details a,.pirate-crew-single a.picrew-modal-close,.pirate-crew-single a.picrew-nav-item{text-decoration:none;border:none}.picrew-grid-wrapper .picrew-grid.list-style,.pirate-crew-single .picrew-grid.list-style{margin:0;padding:0}html.picrew-popup-on{height:100%;overflow:hidden}.picrew-personal-info{display:block;position:relative;margin-bottom:15px}.picrew-personal-info p,.picrew-personal-info span{font-size:1rem;line-height:1.5rem;display:block}.picrew-contact-info{display:block}.picrew-contact-info p{margin:0 0 15px;line-height:normal}.picrew-flip-back-inner,.picrew-flip-front{display:block}.circles-style,.grid-style{line-height:1.2}.accordion .accordion-group .accordion-body .accordion-inner:after,.clearfix:after,.picrew-grid:after{content:"";clear:both;display:block}.picrew-grid figure,.picrew-grid figure img{position:relative;margin:0}.picrew-grid figure img{width:100%;display:block;border:none}figure{overflow:hidden}figure figcaption a{box-shadow:none;border-bottom:0}.picrew-contact-details>p{padding:10px 0;margin:0!important;border-bottom:1px dotted rgba(35,35,35,.2)}.picrew-contact-details span{min-width:100px;margin-right:6px}figcaption p{font-size:.937rem;line-height:1.407rem}.drawer-style a,.picrew-popup-details a,.picrew-popup-items a{box-shadow:none;border-bottom:0}.picrew-grid-nav{display:none!important}.picrew-content-scrollbar{padding-right:30px}.picrew-personal-details{max-height:293px;overflow:hidden}.picrew-coming-soon{text-align:center;color:#ececed}.cards-style.style-1 figure{overflow:hidden;padding:30px 0 100px;background:#fff;border:1px solid rgba(0,0,0,.1)}.cards-style.style-1 figure:before{content:"";background:hsla(0,0%,100%,.9);background:linear-gradient(180deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.6) 37%,#fff 78%,#fff);position:absolute;top:0;right:0;bottom:0;left:0;transform:translateY(100%) translateY(-90px);transition:transform .4s;z-index:1}.cards-style.style-1 figure img{transition:transform .8s;border-radius:50%;-webkit-border-radius:50%;max-width:160px;margin:0 auto;display:block}.cards-style.style-1 figcaption{bottom:0;left:0;right:0;position:absolute;padding:30px 20px;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateY(calc(100% - 100px));transition:transform .4s;text-align:center;z-index:2}.cards-style.style-1 figcaption p{font-size:.937rem;line-height:1.407rem}.cards-style.style-1 .picrew-contact-info{transform:translateY(100%);-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .4s;opacity:0;visibility:hidden}.cards-style.style-1 figure.cs-hover img{transform:scale(1.1)}.cards-style.style-1 figure.cs-hover:before,.cards-style.style-1 figure.cs-hover figcaption{transform:translateY(0) translateY(0)}.cards-style.style-1 figure.cs-hover .picrew-contact-info{transform:translateY(0);opacity:1;visibility:visible}.no-touchevents .cards-style.style-1 figure:hover img{transform:scale(1.1)}.no-touchevents .cards-style.style-1 figure:hover:before,.no-touchevents .cards-style.style-1 figure:hover figcaption{transform:translateY(0) translateY(0)}.no-touchevents .cards-style.style-1 figure:hover .picrew-contact-info{transform:translateY(0);opacity:1;visibility:visible}.no-touchevents .cards-style.style-2 figure:hover .picrew-flip-front{transform:rotateY(180deg)}.no-touchevents .cards-style.style-2 figure:hover figcaption{transform:rotateY(0deg)}.no-touchevents .cards-style.style-3 figure:hover img{transform:scale(1.1)}.no-touchevents .cards-style.style-3 figure:hover:before,.no-touchevents .cards-style.style-3 figure:hover figcaption{transform:translateY(0) translateY(0)}.no-touchevents .cards-style.style-3 figure:hover .picrew-contact-info{transform:translateY(0);opacity:1;visibility:visible}.no-touchevents .cards-style.style-4 figure:hover img{transform:scale(1.05)}.cards-style .picrew-flip-back{font-size:0}.cards-style figcaption:after{content:"";height:100%;display:inline-block;vertical-align:middle;width:1px}.cards-style .picrew-flip-back-inner{display:inline-block;width:calc(100% - 1px);vertical-align:middle;font-size:.937rem;line-height:1.407rem}.cards-style.style-2 figure{overflow:hidden;text-align:center;transform-style:preserve-3d}.cards-style.style-2 figure img{border-radius:50%;-webkit-border-radius:50%;max-width:160px;margin:0 auto;display:block}.cards-style.style-2 .picrew-flip-front{-webkit-backface-visibility:hidden;backface-visibility:hidden;padding:30px 20px;background:#fff;border:1px solid rgba(0,0,0,.1);color:#672082;transition:transform .6s,z-index .7s;transform:rotateY(0deg);position:relative}.cards-style.style-2 .picrew-flip-front .picrew-personal-info{padding-top:20px}.cards-style.style-2 figcaption{-webkit-backface-visibility:hidden;backface-visibility:hidden;padding:30px 20px;background:#fff;border:1px solid rgba(0,0,0,.1);color:#1a1a1a;transition:transform .6s,z-index .7s;position:absolute;left:0;top:0;right:0;bottom:0}.cards-style.style-2 figcaption,.cards-style.style-2 figure.cs-hover .picrew-flip-front{transform:rotateY(180deg)}.cards-style.style-2 figure.cs-hover figcaption{transform:rotateY(0deg)}.cards-style.style-3 figure{overflow:hidden;padding:20px 20px 100px;background:#fff;border:1px solid rgba(0,0,0,.1)}.cards-style.style-3 figure:before{content:"";background:hsla(0,0%,100%,.9);background:linear-gradient(180deg,hsla(0,0%,100%,.3) 0,hsla(0,0%,100%,.6) 20%,#fff 78%,#fff);position:absolute;top:0;right:0;bottom:0;left:0;transform:translateY(100%) translateY(-90px);transition:transform .4s;z-index:1}.cards-style.style-3 figure img{transition:transform .8s}.cards-style.style-3 figcaption{bottom:0;left:0;right:0;position:absolute;padding:30px 20px;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateY(100%) translateY(-100px);transition:transform .4s;text-align:center;z-index:2;color:#1a1a1a}.cards-style.style-3 figcaption p{font-size:.937rem;line-height:1.407rem}.cards-style.style-3 .picrew-contact-info{transform:translateY(100%);-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .4s;opacity:0;visibility:hidden}.cards-style.style-3 figure.cs-hover img{transform:scale(1.1)}.cards-style.style-3 figure.cs-hover:before,.cards-style.style-3 figure.cs-hover figcaption{transform:translateY(0) translateY(0)}.cards-style.style-3 figure.cs-hover .picrew-contact-info{transform:translateY(0);opacity:1;visibility:visible}.cards-style.style-4{display:flex;flex-flow:row wrap}.cards-style.style-4:after{display:none}.cards-style.style-4 figure{padding:20px 20px 0;background:#fff;border:1px solid rgba(0,0,0,.1);position:relative}.cards-style.style-4 figure img{transition:transform .5s}.cards-style.style-4 figcaption{padding:20px;text-align:center;z-index:2;color:#1a1a1a}.cards-style.style-4 figcaption p{font-size:.937rem;line-height:1.407rem}.cards-style.style-4 figure.cs-hover img{transform:scale(1.05)}.drawer-style.style-1 figcaption{position:absolute;left:25px;right:25px;top:25px;bottom:25px;padding:30px;background:rgba(35,35,35,.8);color:#1a1a1a;text-align:center;opacity:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:scale(.6);-webkit-transform:scale(.6);-moz-transform:scale(.6);transition:transform .2s,opacity .2s;font-size:0}.list-style figure{color:#1a1a1a}.list-style figure img{max-width:300px}.list-style .picrew-personal-info{text-align:left}.list-style .picrew-personal-info h3{margin:0 0 5px}.list-style figcaption p{font-size:1rem;line-height:1.5rem}.list-style .picrew-social-icons{margin-bottom:15px}.list-style .picrew-social-icons span{margin:0 1px 2px;text-align:center;padding:0}.list-style .picrew-contact-info{text-align:left}.list-style .picrew-contact-info a{margin-left:10px}.picrew-grid.list-style figcaption{overflow:hidden}.picrew-grid.list-style>.picrew-grid-card{width:100%;float:none;border-bottom:1px solid rgba(35,35,35,.2);padding:0 0 40px;margin-bottom:40px}.picrew-grid.list-style>li:last-child{border-bottom:0;margin-bottom:0}.picrew-grid.list-style h3{margin:0 0 10px}.picrew-grid.list-style .picrew-personal-info span{font-size:.937rem;line-height:1.407rem}.entry-content .picrew-grid.style-1 ul li:before{margin-left:0}.list-style.style-1 .picrew-contact-info{font-size:1rem;line-height:1.5rem}.list-style.style-1 figure img{float:left;margin-right:30px}.list-style.style-2 figure img{float:right;margin-left:30px}.picrew-table{display:table;width:100%;color:#1a1a1a}.picrew-table-row{display:table-row}.picrew-table-cell{display:table-cell;padding:10px;vertical-align:middle}.picrew-table-cell .picrew-table-cell-inner{max-width:400px}.picrew-table-cell .picrew-social-icons a{color:#672082}.picrew-table-cell .picrew-social-icons a:hover{color:#fff;background-color:#f80}.picrew-table-row.picrew-table-head .picrew-table-cell{border:none}.table-style .picrew-table-img-holder{max-width:75px}.table-style .picrew-table-cell h2,.table-style .picrew-table-cell h3{margin:0;padding:0}.table-style .picrew-table-cell p{margin-bottom:10px}.picrew-table-description .picrew-table-cell-inner{min-width:240px}.picrew-table.style-1 .picrew-table-row.picrew-table-head .picrew-table-cell{border-bottom:2px solid #ccc}.picrew-table.style-1 .picrew-table-cell{border-bottom:1px solid #ccc}.picrew-table.style-2 .picrew-table-cell,.picrew-table.style-2 .picrew-table-row.picrew-table-head .picrew-table-cell{border-bottom:none}.picrew-table.style-3 .picrew-table-cell{border-bottom:1px solid #ddd}.picrew-table.style-3 .picrew-table-row:first-child .picrew-table-cell{border-top:1px solid #ddd}.picrew-table.style-3 .picrew-table-row .picrew-table-cell:first-child{border-left:1px solid #ddd}.picrew-table.style-3 .picrew-table-row .picrew-table-cell:last-child{border-right:1px solid #ddd}:root .cards-style.style-2 figcaption{z-index:1}:root .cards-style.style-2 .picrew-flip-front{z-index:2}:root .cards-style.style-2 figure:hover figcaption{z-index:3}.pirate-crew-single.list{width:100%}.pirate-crew-single .picrew-grid{min-width:260px}.pirate-crew-single .cards-style.picrew-grid{max-width:300px}@media (max-width:700px){.pirate-crew-single .cards-style.picrew-grid{max-width:100%}}.pirate-crew-single.aligncenter .cards-style.picrew-grid{margin:0 auto}@media (max-width:700px){.pirate-crew-single{width:100%}.pirate-crew-single.alignleft,.pirate-crew-single.alignright{float:none}}@media (max-width:1230px){.picrew-grid-wrapper .grid-5-col>.picrew-grid-card,.pirate-crew-single .grid-5-col>.picrew-grid-card{width:25%}}@media (max-width:830px){.picrew-popup-on body{overflow:auto}}@media (max-width:678px){.picrew-grid-wrapper .picrew-grid>.picrew-grid-card,.pirate-crew-single .picrew-grid>.picrew-grid-card{width:100%}}@media screen and (max-width:830px){.picrew-table-description .picrew-table-cell-inner{min-width:unset}}@media screen and (max-width:700px){.picrew-grid.list-style figcaption{overflow:visible}.list-style.style-1 figure img,.list-style.style-2 figure img{float:none;margin:0 auto 30px}.picrew-table{display:block}.picrew-table .picrew-table-cell h2{margin-bottom:10px}.picrew-table .picrew-table-cell h3{margin-top:0}.picrew-table-row{display:block}.picrew-table-cell{display:block;padding:0;border:none}.picrew-table-cell .picrew-table-cell-inner{max-width:none}.picrew-table.style-1 .picrew-table-row{padding-bottom:20px;border-bottom:1px solid #ccc;margin-bottom:20px}.picrew-table.style-1 .picrew-table-cell{border:none}.picrew-table-row.picrew-table-head{display:none}.table-style .picrew-table-img-holder{float:left;margin-right:20px;margin-bottom:20px}.picrew-table-designation,.picrew-table-name{overflow:hidden}.picrew-table-description{clear:both}.picrew-table.style-2 .picrew-table-row{padding:20px 15px}.picrew-table.style-3{border:1px solid #ccc}.picrew-table.style-3 .picrew-table-row{padding:20px 15px;border-bottom:1px solid #ccc}.picrew-table.style-3 .picrew-table-row:last-child{border-bottom:none}.picrew-table.style-3 .picrew-table-cell{border:none!important}}@media screen and (max-width:650px){.picrew-personal-details{max-height:100%;overflow:visible}}@media screen and (-ms-high-contrast:active){.cards-style.style-1 figure:before{transform:translateY(0);opacity:0;visibility:hidden;transition:opacity .4s,visibility .4s}.cards-style.style-1 figure.cs-hover:before,.no-touchevents .cards-style.style-1 figure:hover:before{transform:translateY(0);opacity:1;visibility:visible}.no-touchevents .cards-style.style-2 figure:hover figcaption{z-index:3}.cards-style.style-2 .picrew-flip-front{z-index:2}.cards-style.style-2 .picrew-flip-front,.cards-style.style-2 figcaption{transition:transform .6s,z-index .7s;-webkit-backface-visibility:visible;backface-visibility:visible}.cards-style.style-2 figcaption{z-index:1}.cards-style.style-2 figure.cs-hover figcaption{z-index:3}}@media (-ms-high-contrast:none){.cards-style.style-1 figure:before{transform:translateY(0);opacity:0;visibility:hidden;transition:opacity .4s,visibility .4s}.cards-style.style-1 figure.cs-hover:before,.no-touchevents .cards-style.style-1 figure:hover:before{transform:translateY(0);opacity:1;visibility:visible}.no-touchevents .cards-style.style-2 figure:hover figcaption{z-index:3}.cards-style.style-2 .picrew-flip-front{z-index:2}.cards-style.style-2 .picrew-flip-front,.cards-style.style-2 figcaption{transition:transform .6s,z-index .7s;-webkit-backface-visibility:visible;backface-visibility:visible}.cards-style.style-2 figcaption{z-index:1}.cards-style.style-2 figure.cs-hover figcaption{z-index:3}}@media screen and (min-width:64em){p.text-big{font-size:32px;font-size:2rem}.front-about-img{width:32.8%;padding-right:1.6%}}@media screen and (min-width:66.25em){.headerimg-on.header-boxed #masthead{border-bottom:1px solid #ddd!important}.front-section:first-of-type{padding-top:0}.content-wrap{margin-top:0}.js .imgfade-on .fadein{opacity:0;transition:opacity .7s ease-in-out;-webkit-transition:opacity .7s ease-in-out;-webkit-transform:translateZ(0)}.js .imgfade-on .fadein.inview{opacity:1}.front-section,.headerimg-on.header-boxed .header-image,.recommended-posts-wrap,.singlepost-wrap{padding-left:0;padding-right:0}.big-footer-feature,.blog-wrap,.footer-wrap,.front-section,.headerimg-on.header-boxed .header-image,.recommended-posts-wrap,.singlepost-wrap{margin-left:6.25%;margin-right:6.25%}#front-section-four{margin-left:auto;margin-right:auto}#primary,.page .site-content{width:65.873015873%;float:left}#secondary,#sidebar-page{width:31.746031746%;float:right;padding-top:0}.sidebar-left #primary,.single-post.sidebar-left .contentwrap{float:right}.sidebar-left #secondary,.sidebar-left #sidebar-page{float:left;padding-top:0}.no-sidebar #primary,.no-sidebar.page .site-content{width:90%;max-width:1260px;float:none;margin-left:auto;margin-right:auto}.page-fullwidth #primary,.page-fullwidth .site-content{width:100%!important;max-width:none;float:none;margin-left:auto;margin-right:auto}p.site-title{font-size:60px;font-size:3.75rem;line-height:1.35;text-align:center;padding-right:0}p.text-big{font-size:48px;font-size:3rem}.section-one-column-one .entry-author,.section-one-column-one .entry-date:before{display:inline-block}.headerimg-on.header-boxed .header-image{margin-top:30px}.page-template-shop-front .entry-text-wrap{width:48.8095238095%;float:left;clear:left}.page-template-shop-front .section-three-column-one .entry-header,.page-template-shop-front .section-three-column-one .entry-meta,.page-template-shop-front .section-three-column-one .entry-summary{width:100%}}@media screen and (min-width:85em){.blog-wrap,.front-section,.headerimg-on.header-boxed .header-image{margin-left:auto;margin-right:auto;width:80%}.entry-content p.pull-left,.entry-content p.pull-right{margin-bottom:20px}.no-sidebar #primary,.no-sidebar.page .site-content{width:80%}.headerimg-on.header-fullscreen a.header-image{max-height:900px!important;overflow:hidden}}@media screen and (min-width:112.5em){#page-start,.blog-wrap,.content-wrap,.singlepost-wrap{min-width:1560px;margin-left:auto;margin-right:auto}.big-footer-feature,.blog-wrap,.footer-wrap,.headerimg-on.header-boxed .header-image{width:70%;margin-left:auto;margin-right:auto}}@media screen and (min-width:137.5em){.big-footer-feature,.footer-wrap,.headerimg-on.header-boxed .header-image{width:56%}}@media print{#printhead{color:#000;content:"Print"}}@media print{#overlay-open,#search-open,.footer-menus-wrap nav,.footer-search,.header-social,.inner-offcanvas-wrap,.shariff,.shariff-main,.shariff li,.sticky-header{display:none!important}#masthead{position:relative}#masthead .site-header-content{position:relative;display:block;border:none!important;height:auto;margin:0 auto}#masthead .site-header-content #site-branding{height:auto;margin:0 auto;width:auto;border:none;text-align:center;padding:0;position:relative;display:block}#masthead .site-header-content #site-branding img{width:auto;max-width:inherit;height:inherit;max-height:100px}h1{page-break-before:always}h1,h2,h3,h4,h5{page-break-after:avoid}header#masthead{position:relative;border:none}.error404 .content-wrap,.front-section:first-of-type,.page .content-wrap,.singlepost-wrap{padding-top:10px}main{position:relative;display:block}main figure,main table{page-break-inside:avoid}main p a[href]:after{content:" (" attr(href) ")";color:#f80;background-color:inherit;font-style:italic;size:80%}main p a[href^="#"]:after{display:none}main p a{text-transform:inherit;word-wrap:break-word;color:#000}#colophon,#colophon a,#colophon h2,#colophon h3,#colophon li,#colophon p,#colophon span,#colophon td,#colophon tr,#colophon ul,.socialmedia-secondcolor #footer-social.social-nav ul li a{background:none;color:#000}#footer-social h2.socialmedia{float:none;display:block;color:#000;font-weight:700}#footer-social.social-nav ul{display:block}#footer-social.social-nav ul li{display:list-item;border-radius:initial;background:none}#footer-social.social-nav ul li a:before{width:25px}#footer-social.social-nav ul li a{overflow:auto;color:#000;width:auto;text-align:left;height:auto;background:none;border:none;border-radius:initial;text-transform:inherit;word-wrap:break-word}#footer-social.social-nav ul li a[href]:after{content:" (" attr(href) ")";color:#f80;background-color:inherit;font-style:italic;size:80%}#footer-social.social-nav ul li a[href^="#"]:after{display:none}} \ No newline at end of file