.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}@font-face{font-family:'FontAwesome';src:url(//jawerkt.nl/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//jawerkt.nl/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//jawerkt.nl/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//jawerkt.nl/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//jawerkt.nl/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//jawerkt.nl/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{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.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.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%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -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}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star: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,.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{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{content:"\f053"}.fa-chevron-right: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{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss: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{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{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{content:"\f0d7"}.fa-caret-up: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{content:"\f0e0"}.fa-linkedin: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{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{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{content:"\f137"}.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-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{content:"\f167"}.fa-xing: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{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr: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{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{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress: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{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious: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{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{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{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{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo: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{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}@font-face{font-family:'Material Icons';font-style:normal;font-weight:400;src:url(//jawerkt.nl/wp-content/themes/farmland/assets/fonts/materialicons-regular.eot);src:local('Material Icons'),local('MaterialIcons-Regular'),url(//jawerkt.nl/wp-content/themes/farmland/assets/fonts/materialicons-regular.woff2) format('woff2'),url(//jawerkt.nl/wp-content/themes/farmland/assets/fonts/materialicons-regular.woff) format('woff'),url(//jawerkt.nl/wp-content/themes/farmland/assets/fonts/materialicons-regular.ttf) format('truetype')}
.material-icons{font-family:'Material Icons';font-weight:400;font-style:normal;font-size:24px;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga'}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}
.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:0!important;-webkit-backface-visibility:hidden}
.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}
.mfp-align-top .mfp-container:before{display:none}
.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}
.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}
.mfp-ajax-cur{cursor:progress}
.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}
.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}
.mfp-auto-cursor .mfp-content{cursor:auto}
.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}
.mfp-loading.mfp-figure{display:none}
.mfp-hide{display:none!important}
.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}
.mfp-preloader a{color:#CCC}
.mfp-preloader a:hover{color:#FFF}
.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}
button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none}
button::-moz-focus-inner{padding:0;border:0}
.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}
.mfp-close:focus,.mfp-close:hover{opacity:1;filter:alpha(opacity=100)}
.mfp-close:active{top:1px}
.mfp-close-btn-in .mfp-close{color:#333}
.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}
.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}
.mfp-arrow{position:absolute;opacity:.65;filter:alpha(opacity=65);margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}
.mfp-arrow:active{margin-top:-54px}
.mfp-arrow:focus,.mfp-arrow:hover{opacity:1;filter:alpha(opacity=100)}
.mfp-arrow .mfp-a,.mfp-arrow .mfp-b,.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}
.mfp-arrow .mfp-a,.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}
.mfp-arrow .mfp-b,.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}
.mfp-arrow-left{left:0}
.mfp-arrow-left .mfp-a,.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}
.mfp-arrow-left .mfp-b,.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F}
.mfp-arrow-right{right:0}
.mfp-arrow-right .mfp-a,.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}
.mfp-arrow-right .mfp-b,.mfp-arrow-right:before{border-left:27px solid #3F3F3F}
.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}
.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}
.mfp-iframe-holder .mfp-close{top:-40px}
.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}
.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}
img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0;margin:0 auto}
.mfp-figure{line-height:0}
.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}
.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}
.mfp-figure figure{margin:0}
.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}
.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px}
.mfp-image-holder .mfp-content{max-width:100%}
.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}
@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}
.mfp-img-mobile img.mfp-img{padding:0}
.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}
.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}
.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}
.mfp-img-mobile .mfp-counter{right:5px;top:3px}
.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}
@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}
.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}
.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}
.mfp-container{padding-left:6px;padding-right:6px}}
.mfp-ie7 .mfp-img{padding:0}
.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}
.mfp-ie7 .mfp-container{padding:0}
.mfp-ie7 .mfp-content{padding-top:44px}
.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}.swiper-container{margin:0 auto;position:relative;overflow:hidden;z-index:1}
.swiper-container-no-flexbox .swiper-slide{float:left}
.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}
.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0px,0,0);-moz-transform:translate3d(0px,0,0);-o-transform:translate(0px,0);-ms-transform:translate3d(0px,0,0);transform:translate3d(0px,0,0)}
.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}
.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}
.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}
.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}
.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform,height}
.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}
.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}
.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}
.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}
.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto}
.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}
.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}
.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}
.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}
.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}
.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}
.swiper-pagination{position:absolute;text-align:center;-webkit-transition:300ms;-moz-transition:300ms;-o-transition:300ms;transition:300ms;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}
.swiper-pagination.swiper-pagination-hidden{opacity:0}
.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}
.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}
button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}
.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}
.swiper-pagination-white .swiper-pagination-bullet{background:#fff}
.swiper-pagination-bullet-active{opacity:1;background:#007aff}
.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}
.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}
.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0px,-50%,0);-moz-transform:translate3d(0px,-50%,0);-o-transform:translate(0px,-50%);-ms-transform:translate3d(0px,-50%,0);transform:translate3d(0px,-50%,0)}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}
.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}
.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;-moz-transform-origin:right top;-ms-transform-origin:right top;-o-transform-origin:right top;transform-origin:right top}
.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}
.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}
.swiper-pagination-progress.swiper-pagination-white{background:rgba(255,255,255,.5)}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}
.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}
.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}
.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}
.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}
.swiper-container-cube,.swiper-container-flip{overflow:visible}
.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;z-index:1}
.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}
.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}
.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}
.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}
.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}
.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}
.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}
.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}
.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}
.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}
.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}
.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}
.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}
.swiper-scrollbar-cursor-drag{cursor:move}
.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}
.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}
.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}
@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}
@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%; }
body {
margin: 0; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block; }
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline; }
audio:not([controls]) {
display: none;
height: 0; }
[hidden],
template {
display: none; }
a {
background-color: transparent;
text-decoration: none; }
a:active,
a:hover {
outline: 0; }
abbr[title] {
border-bottom: 1px dotted; }
b,
strong {
font-weight: bold; }
dfn {
font-style: italic; }
h1 {
font-size: 2em;
margin: 0.67em 0; }
mark {
background: #ff0;
color: #000; }
small {
font-size: 80%; }
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sup {
top: -0.5em; }
sub {
bottom: -0.25em; }
img {
border: 0; }
svg:not(:root) {
overflow: hidden; }
figure {
margin: 0px; }
hr {
box-sizing: content-box;
height: 0; }
pre {
overflow: auto; }
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em; }
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0; }
button {
overflow: visible; }
button,
select {
text-transform: none; }
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer; }
button[disabled],
html input[disabled] {
cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0; }
input {
line-height: normal; }
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0; }
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto; }
input[type="search"] {
-webkit-appearance: textfield;
box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; }
legend {
border: 0;
padding: 0; }
textarea {
overflow: auto; }
optgroup {
font-weight: bold; }
table {
border-collapse: collapse;
border-spacing: 0; }
td,
th {
padding: 0; } html {
font-size: 16px;
font-size: 1rem; }
h1, h2, h3, h4, h5, h6 {
margin: 15px 0; }
p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
margin-top: 36px; }
h1 + p {
margin-top: 32px; }
h2 + p {
margin-top: 22px; }
h3 + p {
margin-top: 26px; }
h4 + p, h5 + p, h6 + p {
margin-top: 27px; }
.heading_before {
position: relative;
margin-bottom: 75px; }
.heading_before:before {
content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAKCAYAAABrGwT5AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJZJREFUeNpi+P//P4Nm0n9BEE0shqlnBDKUGBgYdgPx6mtzGSoYCACtZIYOIBUKxK5MQGImEIMMKIdKENJYDlU/E6Q5HYjvQeVxGoCkkQGqPp0R5HagBMzpSlDJTmQvYNHoCpS/B9YMVYDVAFwaQRy4ZhwGnAViY2waMTTjMACrRqyasRiAVSNOzUgGgKIxHZtGEAAIMACJ4HLlyUUYhgAAAABJRU5ErkJggg==);
display: inline-block;
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
bottom: -34px; }
.site-main h6 + ul, .site-main h6 + ol {
margin-top: -0.4em; }
.site-main ol + h6, .site-main ul + h6 {
margin-top: 51px; }
@media (min-width: 1199px) {
.inset-1 {
padding-right: 70px; } } .text-center {
text-align: center; }
p {
margin: 0 0 1em; }
dfn, cite, em, i {
font-style: italic; }
blockquote {
font-size: 20px;
font-size: 1.25rem; }
blockquote cite {
font-size: 14px;
font-size: 0.875rem; }
address {
margin: 0 0 1.5em; }
pre {
font-family: "Courier 10 Pitch", Courier, monospace;
line-height: 1.6;
overflow: auto;
max-width: 100%;
margin: 0 0 1.5em;
padding: 1.5em;
background: #eee;
border: 1px solid #d4d4d4;
white-space: pre-wrap;
word-wrap: break-word;
font-size: 16px;
font-size: 1rem; }
code, kbd, tt, var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem; }
code {
padding: 7px 5px; }
abbr, acronym {
cursor: help;
border-bottom: 1px dotted #e2e2e2; }
mark, ins {
font-style: italic;
text-decoration: none;
border-bottom: 1px solid; }
big {
font-size: 125%; } .container {
margin-left: auto;
margin-right: auto;
padding-left: 0.9375rem;
padding-right: 0.9375rem; }
@media (min-width: 544px) {
.container {
max-width: 576px; } }
@media (min-width: 768px) {
.container {
max-width: 720px; } }
@media (min-width: 992px) {
.container {
max-width: 940px; } }
@media (min-width: 1200px) {
.container {
max-width: 1140px; } }
.container-fluid {
margin-left: auto;
margin-right: auto;
padding-left: 0.9375rem;
padding-right: 0.9375rem; }
.row {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -0.9375rem;
margin-right: -0.9375rem; }
.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, .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-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-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-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
position: relative;
min-height: 1px;
padding-left: 0.9375rem;
padding-right: 0.9375rem; }
.col-xs-1 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 8.33333%;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-xs-2 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.66667%;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-xs-3 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-xs-4 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.33333%;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-xs-5 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 41.66667%;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-xs-6 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-xs-7 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 58.33333%;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-xs-8 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 66.66667%;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-xs-9 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 75%;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-xs-10 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 83.33333%;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-xs-11 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 91.66667%;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-xs-12 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-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: 544px) {
.col-sm-1 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 8.33333%;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-sm-2 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.66667%;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-sm-3 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-sm-4 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.33333%;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-sm-5 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 41.66667%;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-sm-6 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-sm-7 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 58.33333%;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-sm-8 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 66.66667%;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-sm-9 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 75%;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-sm-10 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 83.33333%;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-sm-11 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 91.66667%;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-sm-12 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-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: 768px) {
.col-md-1 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 8.33333%;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-md-2 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.66667%;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-md-3 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-md-4 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.33333%;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-md-5 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 41.66667%;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-md-6 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-md-7 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 58.33333%;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-md-8 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 66.66667%;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-md-9 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 75%;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-md-10 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 83.33333%;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-md-11 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 91.66667%;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-md-12 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-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: 992px) {
.col-lg-1 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 8.33333%;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-lg-2 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.66667%;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-lg-3 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-lg-4 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.33333%;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-lg-5 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 41.66667%;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-lg-6 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-lg-7 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 58.33333%;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-lg-8 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 66.66667%;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-lg-9 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 75%;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-lg-10 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 83.33333%;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-lg-11 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 91.66667%;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-lg-12 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-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%; } }
@media (min-width: 1200px) {
.col-xl-1 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 8.33333%;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-xl-2 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.66667%;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-xl-3 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-xl-4 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.33333%;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-xl-5 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 41.66667%;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-xl-6 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-xl-7 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 58.33333%;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-xl-8 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 66.66667%;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-xl-9 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 75%;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-xl-10 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 83.33333%;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-xl-11 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 91.66667%;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-xl-12 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.col-xl-pull-0 {
right: auto; }
.col-xl-pull-1 {
right: 8.33333%; }
.col-xl-pull-2 {
right: 16.66667%; }
.col-xl-pull-3 {
right: 25%; }
.col-xl-pull-4 {
right: 33.33333%; }
.col-xl-pull-5 {
right: 41.66667%; }
.col-xl-pull-6 {
right: 50%; }
.col-xl-pull-7 {
right: 58.33333%; }
.col-xl-pull-8 {
right: 66.66667%; }
.col-xl-pull-9 {
right: 75%; }
.col-xl-pull-10 {
right: 83.33333%; }
.col-xl-pull-11 {
right: 91.66667%; }
.col-xl-pull-12 {
right: 100%; }
.col-xl-push-0 {
left: auto; }
.col-xl-push-1 {
left: 8.33333%; }
.col-xl-push-2 {
left: 16.66667%; }
.col-xl-push-3 {
left: 25%; }
.col-xl-push-4 {
left: 33.33333%; }
.col-xl-push-5 {
left: 41.66667%; }
.col-xl-push-6 {
left: 50%; }
.col-xl-push-7 {
left: 58.33333%; }
.col-xl-push-8 {
left: 66.66667%; }
.col-xl-push-9 {
left: 75%; }
.col-xl-push-10 {
left: 83.33333%; }
.col-xl-push-11 {
left: 91.66667%; }
.col-xl-push-12 {
left: 100%; }
.col-xl-offset-0 {
margin-left: 0%; }
.col-xl-offset-1 {
margin-left: 8.33333%; }
.col-xl-offset-2 {
margin-left: 16.66667%; }
.col-xl-offset-3 {
margin-left: 25%; }
.col-xl-offset-4 {
margin-left: 33.33333%; }
.col-xl-offset-5 {
margin-left: 41.66667%; }
.col-xl-offset-6 {
margin-left: 50%; }
.col-xl-offset-7 {
margin-left: 58.33333%; }
.col-xl-offset-8 {
margin-left: 66.66667%; }
.col-xl-offset-9 {
margin-left: 75%; }
.col-xl-offset-10 {
margin-left: 83.33333%; }
.col-xl-offset-11 {
margin-left: 91.66667%; }
.col-xl-offset-12 {
margin-left: 100%; } }
.col-xs-first {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1; }
.col-xs-last {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1; }
@media (min-width: 544px) {
.col-sm-first {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1; }
.col-sm-last {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1; } }
@media (min-width: 768px) {
.col-md-first {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1; }
.col-md-last {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1; } }
@media (min-width: 992px) {
.col-lg-first {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1; }
.col-lg-last {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1; } }
@media (min-width: 1200px) {
.col-xl-first {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1; }
.col-xl-last {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1; } }
.row-xs-top {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start; }
.row-xs-center {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center; }
.row-xs-bottom {
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end; }
@media (min-width: 544px) {
.row-sm-top {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start; }
.row-sm-center {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center; }
.row-sm-bottom {
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end; } }
@media (min-width: 768px) {
.row-md-top {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start; }
.row-md-center {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center; }
.row-md-bottom {
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end; } }
@media (min-width: 992px) {
.row-lg-top {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start; }
.row-lg-center {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center; }
.row-lg-bottom {
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end; } }
@media (min-width: 1200px) {
.row-xl-top {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start; }
.row-xl-center {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center; }
.row-xl-bottom {
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end; } }
.col-xs-top {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start; }
.col-xs-center {
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center; }
.col-xs-bottom {
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end; }
@media (min-width: 544px) {
.col-sm-top {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start; }
.col-sm-center {
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center; }
.col-sm-bottom {
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end; } }
@media (min-width: 768px) {
.col-md-top {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start; }
.col-md-center {
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center; }
.col-md-bottom {
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end; } }
@media (min-width: 992px) {
.col-lg-top {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start; }
.col-lg-center {
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center; }
.col-lg-bottom {
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end; } }
@media (min-width: 1200px) {
.col-xl-top {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start; }
.col-xl-center {
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center; }
.col-xl-bottom {
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end; } } html {
box-sizing: border-box; }
*,
*:before,
*:after { box-sizing: inherit; }
img {
height: auto; max-width: 100% }
blockquote, q {
quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
content: ''; }
blockquote {
position: relative;
margin: 0 0 1em;
font-size: 17px;
letter-spacing: 0.04em;
padding-top: 40px; }
blockquote p {
margin: 0; }
blockquote p + p {
margin-top: 1em; }
blockquote cite {
text-align: center;
display: block;
margin-top: 1.3em;
font-size: 20px;
font-weight: 700;
font-style: normal; }
blockquote cite span {
font-size: 14px;
font-size: 0.875rem;
letter-spacing: 0.04em; }
blockquote:before {
position: absolute;
top: 0;
content: "\201C";
font-size: 60px;
font-weight: 700;
font-family: sans-serif;
line-height: 1;
display: inline-block;
height: 27px; }
p + blockquote {
margin-top: 1.8em; }
blockquote + p {
margin-top: 1.8em; }
hr {
background-color: #d2e0eb;
border: 0;
height: 1px;
margin: 4.5em 0 3.7em; } ul, ol {
margin: 0;
padding-left: 0; }
ul {
list-style: disc; }
ol {
list-style: none;
margin-left: 0; }
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em; }
dt {
font-weight: bold; }
dd {
margin: 0 1.5em 1.5em; } .inline-list {
padding: 0;
margin: 0;
list-style: none; }
.inline-list li {
display: inline-block;
vertical-align: top; } ol {
counter-reset: li;
padding-left: 30px; }
ol li {
position: relative; }
ol li + li {
margin-top: 5px; }
ol li:before {
content: counter(li) ".";
counter-increment: li;
padding-right: 0.5em;
font-weight: 700;
position: absolute;
left: -30px; }
.site-main ul {
margin: 0 0 1.5em 0;
line-height: 32px;
list-style: none;
padding-left: 22px; }
.site-main ul li {
position: relative; }
.site-main ul li::before {
position: absolute;
top: 13px;
left: -22px;
content: '';
width: 7px;
height: 7px;
display: inline-block; }
.site-main ul li i {
min-width: 31px;
font-size: 18px; }
ul.tm_pb_member_social_links {
padding-left: 0; }
.site-main .list-no-styles ul li {
margin-left: 0; }
.site-main .list-no-styles ul li:before {
display: none; }
.site-main ol {
line-height: 32px; }
.list-no-styles ul {
font-size: 18px;
line-height: 25px;
font-weight: 400; } table {
margin: 0 0 1.5em;
width: 100%; }
.entry-content table {
margin: 0 0 1.5em;
max-width: 100%;
border: 1px solid #d2e0eb; }
.entry-content table th,
.entry-content table td {
padding: 5px;
vertical-align: top;
border: 1px solid #d2e0eb; }
.entry-content table thead th {
vertical-align: bottom;
border-bottom: 1px solid #d2e0eb; }
.entry-content table tbody + tbody {
border-top: 1px solid #d2e0eb; } .page-preloader {
position: relative;
top: 50%;
left: 50%;
width: 60px;
height: 60px;
margin-top: -30px;
margin-left: -30px; }
.page-preloader-cover {
position: fixed;
z-index: 999999;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
background-color: #fff; }
@-webkit-keyframes tmFoldCubeAngle {
0%, 10% {
-webkit-transform: perspective(140px) rotateX(-180deg);
transform: perspective(140px) rotateX(-180deg);
opacity: 0; }
25%, 75% {
-webkit-transform: perspective(140px) rotateX(0deg);
transform: perspective(140px) rotateX(0deg);
opacity: 1; }
90%, 100% {
-webkit-transform: perspective(140px) rotateY(180deg);
transform: perspective(140px) rotateY(180deg);
opacity: 0; } }
@keyframes tmFoldCubeAngle {
0%, 10% {
-webkit-transform: perspective(140px) rotateX(-180deg);
transform: perspective(140px) rotateX(-180deg);
opacity: 0; }
25%, 75% {
-webkit-transform: perspective(140px) rotateX(0deg);
transform: perspective(140px) rotateX(0deg);
opacity: 1; }
90%, 100% {
-webkit-transform: perspective(140px) rotateY(180deg);
transform: perspective(140px) rotateY(180deg);
opacity: 0; } }
@-webkit-keyframes ball-beat {
50% {
opacity: .2;
-webkit-transform: scale(0.75);
transform: scale(0.75); }
100% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1); } }
@keyframes ball-beat {
50% {
opacity: .2;
-webkit-transform: scale(0.75);
transform: scale(0.75); }
100% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1); } }
.ball-beat > div {
border-radius: 50%;
width: 15px;
height: 15px;
margin: 2px;
display: inline-block;
-webkit-animation: ball-beat .7s 0s infinite linear;
animation: ball-beat .7s 0s infinite linear; }
.ball-beat > div:nth-child(2n-1) {
-webkit-animation-delay: .35s !important;
animation-delay: 0.35s !important; } #toTop {
display: none;
text-decoration: none;
position: fixed;
bottom: 20px;
right: -999em;
overflow: hidden;
width: 47px;
height: 47px;
z-index: 999;
text-align: center;
border: 2px solid #000;
border-radius: 50%; }
#toTop:before {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
width: 100%;
font-size: 20px;
line-height: 45px;
content: "\f176";
color: inherit; }
#toTop:focus {
outline: none; }
@media (min-width: 544px) {
#toTop {
right: 20px; } }
@media (min-width: 768px) {
#toTop {
bottom: 80px; } } button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
line-height: 1;
display: inline-block;
max-width: 100%;
padding: 10px 36px 10px 36px;
cursor: pointer;
text-align: center;
vertical-align: top;
white-space: nowrap;
text-overflow: ellipsis;
border-width: 2px;
box-sizing: border-box;
-webkit-transition: .4s all ease;
transition: .4s all ease;
line-height: 25px; }
.btn, #tm_builder_outer_content a.tm_pb_button, #tm_builder_outer_content .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container .tm_pb_contact_submit, .tm_pb_builder #tm_builder_outer_content .tm_pb_slider_fullwidth_on a.tm_pb_button, .tm_pb_builder #tm_builder_outer_content .tm_pb_post .more-link,
.btn-primary {
text-decoration: none;
line-height: 1;
display: inline-block;
max-width: 100%;
padding: 10px 36px 10px 36px;
cursor: pointer;
text-align: center;
vertical-align: top;
white-space: nowrap;
text-overflow: ellipsis;
border-width: 2px;
box-sizing: border-box;
-webkit-transition: .4s all ease;
transition: .4s all ease;
border-radius: 8px;
font-size: 16px;
line-height: 25px;
border-width: 2px;
border-style: solid; }
.btn:hover, #tm_builder_outer_content a.tm_pb_button:hover, #tm_builder_outer_content .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container .tm_pb_contact_submit:hover, .tm_pb_builder #tm_builder_outer_content .tm_pb_slider_fullwidth_on a.tm_pb_button:hover, .tm_pb_builder #tm_builder_outer_content .tm_pb_post .more-link:hover,
.btn-primary:hover {
text-decoration: none; }
.btn:focus, #tm_builder_outer_content a.tm_pb_button:focus, #tm_builder_outer_content .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container .tm_pb_contact_submit:focus, .tm_pb_builder #tm_builder_outer_content .tm_pb_slider_fullwidth_on a.tm_pb_button:focus, .tm_pb_builder #tm_builder_outer_content .tm_pb_post .more-link:focus,
.btn-primary:focus {
outline: none;
box-shadow: 0 0 0; }
.btn-fullwidth,
.btn-primary-fullwidth {
width: 100%; }
input[type='submit'] {
border-radius: 8px;
border: 2px solid; }
.btn-secondary {
padding: 0;
background: none;
border: none; }
.invert-btn .tm_pb_button,
.invert-btn .btn,
.invert-btn #tm_builder_outer_content a.tm_pb_button,
#tm_builder_outer_content .invert-btn a.tm_pb_button,
.invert-btn #tm_builder_outer_content .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container .tm_pb_contact_submit,
#tm_builder_outer_content .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container .invert-btn .tm_pb_contact_submit,
.invert-btn .tm_pb_builder #tm_builder_outer_content .tm_pb_slider_fullwidth_on a.tm_pb_button,
.tm_pb_builder #tm_builder_outer_content .tm_pb_slider_fullwidth_on .invert-btn a.tm_pb_button,
.invert-btn .tm_pb_builder #tm_builder_outer_content .tm_pb_post .more-link,
.tm_pb_builder #tm_builder_outer_content .tm_pb_post .invert-btn .more-link {
border: 2px solid #fff;
box-sizing: border-box; }
#tm_builder_outer_content .tm_pb_module .tm_pb_button:after {
color: inherit; }
#tm_builder_outer_content .tm_pb_module .tm_pb_button:hover:after {
color: inherit; }
.entry-content #tm_builder_outer_content .tm_pb_button:after {
-webkit-transition: none;
transition: none; }
#primary #tm_builder_outer_content .tm_pb_custom_button_icon,
#primary #tm_builder_outer_content .tm_pb_custom_button_icon:hover {
padding: 10px 65px 10px 36px; }
#primary #tm_builder_outer_content .tm_pb_button:after {
line-height: 1.3em;
color: inherit;
opacity: 1; }
.btn-secondary:hover,
.btn-secondary:active {
box-shadow: none; }
#tm_builder_outer_content .tm_pb_button:focus,
#tm_builder_outer_content .tm_pb_button:active,
#tm_builder_outer_content .tm_pb_button:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover {
background-color: transparent; }
.site-main .btn-secondary,
.btn-secondary {
background: none;
border: none;
padding: 0;
font-size: 13px; }
.btn-secondary:focus,
.btn-secondary:hover {
background: none; }
#tm_builder_outer_content .invert.tm_pb_promo a.tm_pb_promo_button:hover {
background-color: transparent; }
#tm_builder_outer_content .tm_pb_button.tm_pb_contact_submit:hover {
background-color: transparent; }
input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
select,
textarea {
padding: 9px 20px;
border: none;
border-bottom: 1px solid #706f6f;
background-color: transparent;
font-size: 16px;
line-height: 27px; }
input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
select:focus,
textarea:focus {
outline: none; }
button:focus,
input[type='submit']:focus,
input[type='reset']:focus {
outline: none; }
select {
border: 1px solid #706f6f; }
select {
padding-right: 40px;
border-radius: 8px;
-webkit-appearance: none;
background-image: url(//jawerkt.nl/wp-content/themes/farmland/assets/images/select-arrow.png);
background-position: right center;
background-repeat: no-repeat; -moz-appearance: none;
text-indent: 0.01px;
text-overflow: ''; -ms-appearance: none;
appearance: none !important;
line-height: 1.2; }
select::-ms-expand {
display: none; }
textarea {
width: 100%;
min-height: 150px;
resize: vertical;
overflow: auto; }
input.tm_contact_error,
textarea.tm_contact_error {
border-color: red; }
::-moz-placeholder {
opacity: 1; }
:-moz-placeholder {
opacity: 1; }
.search-form {
position: relative;
margin: 0;
padding: 0; }
@media (min-width: 992px) {
.widget-title + .search-form {
margin-top: 35px;
margin-bottom: 50px; } }
.top-panel .search-form {
display: inline-block;
vertical-align: top; }
@media (min-width: 768px) {
.top-panel .search-form {
display: block; } }
.search-form:after {
display: block;
clear: both;
width: 100%;
content: ''; }
.search-form__field[type='search'] {
float: left;
box-sizing: border-box;
width: 100%;
padding-right: 35px;
padding-bottom: 11px; }
.top-panel .search-form__field[type='search'] {
width: 150px;
height: 40px;
padding: 5px 10px;
line-height: 30px;
border: none;
background: none;
font-weight: 400; }
.top-panel .search-form__field[type='search']:focus {
box-shadow: none; }
.search-form__submit {
width: 30px;
padding-right: 0;
padding-left: 0;
border: none;
position: absolute; }
.site-footer .search-form__submit.btn.btn-primary, .site-footer #tm_builder_outer_content a.search-form__submit.btn-primary.tm_pb_button, #tm_builder_outer_content .site-footer a.search-form__submit.btn-primary.tm_pb_button, .site-footer #tm_builder_outer_content .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container .search-form__submit.btn-primary.tm_pb_contact_submit, #tm_builder_outer_content .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container .site-footer .search-form__submit.btn-primary.tm_pb_contact_submit, .site-footer .tm_pb_builder #tm_builder_outer_content .tm_pb_post .search-form__submit.btn-primary.more-link, .tm_pb_builder #tm_builder_outer_content .tm_pb_post .site-footer .search-form__submit.btn-primary.more-link, .site-content .search-form__submit.btn.btn-primary, .site-content #tm_builder_outer_content a.search-form__submit.btn-primary.tm_pb_button, #tm_builder_outer_content .site-content a.search-form__submit.btn-primary.tm_pb_button, .site-content #tm_builder_outer_content .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container .search-form__submit.btn-primary.tm_pb_contact_submit, #tm_builder_outer_content .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container .site-content .search-form__submit.btn-primary.tm_pb_contact_submit, .site-content .tm_pb_builder #tm_builder_outer_content .tm_pb_post .search-form__submit.btn-primary.more-link, .tm_pb_builder #tm_builder_outer_content .tm_pb_post .site-content .search-form__submit.btn-primary.more-link {
top: -3px;
right: 13px;
box-shadow: none;
background: none;
color: #000; }
.site-footer .search-form__submit.btn.btn-primary:hover, .site-footer #tm_builder_outer_content a.search-form__submit.btn-primary.tm_pb_button:hover, #tm_builder_outer_content .site-footer a.search-form__submit.btn-primary.tm_pb_button:hover, .site-footer #tm_builder_outer_content .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container .search-form__submit.btn-primary.tm_pb_contact_submit:hover, #tm_builder_outer_content .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container .site-footer .search-form__submit.btn-primary.tm_pb_contact_submit:hover, .site-footer .tm_pb_builder #tm_builder_outer_content .tm_pb_post .search-form__submit.btn-primary.more-link:hover, .tm_pb_builder #tm_builder_outer_content .tm_pb_post .site-footer .search-form__submit.btn-primary.more-link:hover, .site-content .search-form__submit.btn.btn-primary:hover, .site-content #tm_builder_outer_content a.search-form__submit.btn-primary.tm_pb_button:hover, #tm_builder_outer_content .site-content a.search-form__submit.btn-primary.tm_pb_button:hover, .site-content #tm_builder_outer_content .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container .search-form__submit.btn-primary.tm_pb_contact_submit:hover, #tm_builder_outer_content .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container .site-content .search-form__submit.btn-primary.tm_pb_contact_submit:hover, .site-content .tm_pb_builder #tm_builder_outer_content .tm_pb_post .search-form__submit.btn-primary.more-link:hover, .tm_pb_builder #tm_builder_outer_content .tm_pb_post .site-content .search-form__submit.btn-primary.more-link:hover {
opacity: 0.5; }
.search-form__submit:after {
content: "\f002";
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 16px;
font-size: 1rem;
font-size: 14px;
line-height: 25px;
padding-left: 5px; }
.search-form__submit i.material-icons {
line-height: 20px;
display: block;
height: 20px;
margin: 0 auto;
font-size: 24px;
font-size: 1.5rem; }
.top-panel .search-form__submit {
width: 30px;
padding: 5px 0;
background-color: transparent; }
.top-panel .search-form__submit:hover {
background: none; }
.top-panel .search-form__submit:active, .top-panel .search-form__submit:focus, .top-panel .search-form__submit:hover {
box-shadow: none; }
.error404 .search-form {
margin-top: 30px;
margin-bottom: 60px; }
@media (min-width: 768px) {
.error404 .search-form {
width: 365px;
margin: 33px auto 60px; } }
@media (min-width: 992px) {
.comment-reply-title {
font-size: 18px;
line-height: 1.4;
margin-bottom: 15px; } }
.comment-form-comment, .comment-form-author, .comment-form-email, .comment-form-url {
margin: 7px 0 0 0; }
.comment-form .form-submit {
margin: 1em 0 0 0; }
.comment-form__field {
width: 100%;
vertical-align: top; }
.comment-form .logged-in-as,
.comment-form .comment-notes {
margin: 1.8em 0 1.6em;
font-size: 15px; }
.comment-list .comment-form {
padding-bottom: 2em; }
#cancel-comment-reply-link {
font-size: 12px;
font-size: 0.75rem; }
.post-password-form label {
display: inline-block;
vertical-align: top; }  a {
text-decoration: none; }
a:focus {
outline: none; }
a:hover, a:active {
text-decoration: none; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
color: inherit; } .top-panel__menu {
display: none;
padding: 10px; }
@media (min-width: 544px) {
.top-panel__menu {
display: block; } }
@media (min-width: 768px) {
.top-panel__menu {
width: 100%;
clear: both; } }
.top-panel__menu-list {
text-align: center; }
.top-panel__menu-list .menu-item {
margin: .25em; }
.top-panel__menu-list .menu-item a {
text-decoration: none;
padding: 5px 22px;
border-radius: 8px;
display: block;
font-size: 16px; }
.top-panel__menu-list .menu-item a:focus {
outline: none; }  .main-navigation {
position: relative;
display: block;
clear: both; }
.main-navigation ul {
display: none;
margin: 0;
padding-left: 0;
list-style: none; }
.main-navigation li {
position: relative;
text-align: left; }
.main-navigation a {
font-size: 16px;
position: relative;
display: block;
text-decoration: none; }
@media (max-width: 767px) {
.main-navigation a {
width: 92%; } }
@media (max-width: 767px) {
.main-navigation ul ul a {
text-indent: 2.5rem; }
.main-navigation ul ul ul a {
text-indent: 3.3rem; }
.main-navigation ul ul ul ul a {
text-indent: 4rem; }
.main-navigation ul ul ul ul ul a {
text-indent: 5rem; }
.main-navigation ul ul ul ul ul ul a {
text-indent: 6rem; }
.main-navigation.toggled ul {
display: block; } }
@media (min-width: 768px) {
.main-navigation ul {
display: block; }
.main-navigation li:hover > ul, .main-navigation li.menu-hover > ul {
left: 0;
visibility: visible;
opacity: 1;
top: 120%; } }
@media (min-width: 768px) and (min-width: 992px) {
.main-navigation li:hover > ul, .main-navigation li.menu-hover > ul {
top: 190%; } }
@media (min-width: 768px) {
.main-navigation li > ul.in-transition {
left: 0; }
.main-navigation li li:hover > ul, .main-navigation li li.menu-hover > ul {
top: -1px;
left: 100%;
margin-left: 5px; }
.main-navigation li li > ul.in-transition {
left: 100%;
margin-left: 5px; }
.main-navigation li.super-guacamole__menu:hover > ul, .main-navigation li.super-guacamole__menu.menu-hover > ul {
left: auto;
right: 0; }
.main-navigation li.super-guacamole__menu > ul.in-transition {
left: auto;
right: 0; }
.main-navigation li.super-guacamole__menu li:hover > ul, .main-navigation li.super-guacamole__menu li.menu-hover > ul {
left: 100%;
margin-left: 5px; }
.main-navigation li.super-guacamole__menu li:hover > ul.left-side, .main-navigation li.super-guacamole__menu li.menu-hover > ul.left-side {
left: auto;
right: 90%;
margin-right: 5px;
z-index: 102; }
.main-navigation li.super-guacamole__menu li > ul.in-transition {
left: 100%;
margin-left: 5px; }
.main-navigation li.super-guacamole__menu li > ul.in-transition.left-side {
z-index: 102;
left: auto;
margin-right: 5px;
right: 90%; }
.main-navigation .menu {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
position: relative; }
.default .main-navigation .menu {
display: block; }
.isStuck .main-navigation .menu {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center; }
.main-navigation .menu > li {
display: inline-block;
border-radius: 5px; }
.main-navigation .menu > li + li {
margin-left: 2px; }
.main-navigation .menu > li > a {
position: relative;
letter-spacing: 0em;
border-radius: 5px; }
.main-navigation .sub-menu {
position: absolute;
z-index: 300;
top: 120%;
left: -999em;
visibility: hidden;
margin: 0;
-webkit-transition: 200ms linear;
transition: 200ms linear;
-webkit-transition-property: top, opacity, visibility;
transition-property: top, opacity, visibility;
opacity: 0; }
.main-navigation .sub-menu.left-side {
left: auto;
right: 100%; }
.main-navigation .sub-menu li + li {
border-top: 1px solid #ccc; }
.main-navigation .sub-menu ul {
top: 20%; }
.main-navigation .sub-menu:after {
position: absolute;
display: inline-block;
content: '';
width: 100%;
height: 35px;
left: 0;
top: -35px; }
.main-navigation .menu-toggle {
display: none; } } @media (min-width: 768px) {
.main-navigation {
margin-top: 52px; } }
.main-navigation a {
padding: 5px 22px;
z-index: 400; }
.main-navigation a:focus {
outline: none; }
@media (max-width: 767px) {
.main-navigation .menu ul {
display: none; } }
.main-navigation .menu .sub-menu-toggle {
float: right;
position: relative;
width: 20px;
height: 20px;
text-align: center;
top: 4px;
margin-left: 5px;
z-index: 100;
cursor: pointer;
-webkit-transition: .3s;
transition: .3s;
color: #fff;
font-size: 18px;
font-size: 1.125rem; }
@media (min-width: 768px) {
.main-navigation .menu .sub-menu-toggle {
display: none; } }
.main-navigation .menu .sub-menu-toggle:before {
content: 'keyboard_arrow_down';
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
display: inline-block;
line-height: 1;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-font-feature-settings: 'liga';
-moz-font-feature-settings: 'liga';
font-feature-settings: 'liga';
line-height: 20px;
font-size: 16px; }
.main-navigation .menu .sub-menu-toggle.active:before {
content: 'keyboard_arrow_up'; }
@media (min-width: 768px) {
.main-navigation .menu > li > a {
border-bottom: none; } }
.main-navigation .menu > li:last-child > a {
border-bottom: none; }
.main-navigation .menu > li:hover > a, .main-navigation .menu > li.menu-hover > a, .main-navigation .menu > li.current_page_item > a, .main-navigation .menu > li.current_page_ancestor > a, .main-navigation .menu > li.current-menu-item > a, .main-navigation .menu > li.current-menu-ancestor > a { }
.main-navigation .menu > li:hover > a:before, .main-navigation .menu > li.menu-hover > a:before, .main-navigation .menu > li.current_page_item > a:before, .main-navigation .menu > li.current_page_ancestor > a:before, .main-navigation .menu > li.current-menu-item > a:before, .main-navigation .menu > li.current-menu-ancestor > a:before {
left: 0;
right: 0;
opacity: 1; }
.main-navigation .menu > li[hidden] {
display: none; }
.main-navigation .menu .sub-menu-toggle.active ~ .sub-menu {
display: block !important; }
.main-navigation .sub-menu {
box-sizing: border-box; }
@media (min-width: 768px) {
.main-navigation .sub-menu li:last-of-type a {
border-bottom: none; } }
.main-navigation .sub-menu li.menu-item-has-children::after { top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
right: 26px;
content: '\f105'; }
@media (max-width: 767px) {
.main-navigation .sub-menu li.menu-item-has-children::after {
display: none; } }
.main-navigation .sub-menu a {
font-size: 16px;
font-size: 1rem; }
@media (min-width: 768px) {
.main-navigation .sub-menu a {
width: 13em;
padding: 10px 25px;
font-weight: 700; } }
.main-navigation .sub-menu li:hover > a,
.main-navigation .sub-menu li.menu-hover > a,
.main-navigation .sub-menu li.current_page_item > a,
.main-navigation .sub-menu li.current_page_ancestor > a,
.main-navigation .sub-menu li.current-menu-item > a,
.main-navigation .sub-menu li.current-menu-ancestor > a { }
.main-navigation li::after { position: absolute;
top: 1em;
right: 1em;
cursor: pointer;
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 18px;
font-size: 1.125rem; }
@media (min-width: 768px) {
.main-navigation .menu > li::after { top: 13px;
right: 18px;
color: #fff;
-webkit-transition: .4s all ease;
transition: .4s all ease;
font-size: 13px; }
.main-navigation .menu > li.current-menu-ancestor::after, .main-navigation .menu > li.current-page-item::after, .main-navigation .menu > li.current-menu-item::after, .main-navigation .menu > li:hover::after {
color: rgba(0, 0, 0, 0.5); } } .menu-item__desc {
font-size: 10px;
font-size: 0.625rem; }
.menu > li > a > .menu-item__desc {
position: absolute;
bottom: -2px;
width: 100%;
min-width: 50px;
color: inherit;
text-transform: lowercase;
white-space: nowrap; } .menu-toggle {
position: absolute;
top: -48px;
right: 0;
padding: .5em;
background: none;
border: none;
width: 22px;
height: 18px;
-webkit-transition: .4s all ease;
transition: .4s all ease; }
.menu-toggle:hover {
opacity: 0.5; }
.menu-toggle .menu-open-sign,
.menu-toggle .menu-close-sign {
position: absolute;
width: 22px;
height: 18px;
top: 0;
left: 0;
background: url(//jawerkt.nl/wp-content/themes/farmland/assets/images/menu-sign-open.png) 50% 0 no-repeat; }
.menu-toggle .menu-close-sign {
background: url(//jawerkt.nl/wp-content/themes/farmland/assets/images/menu-sign-close.png) right 0 no-repeat; }
.main-navigation .menu-toggle .menu-open-sign {
display: block; }
.main-navigation .menu-toggle .menu-close-sign {
display: none; }
.main-navigation.toggled .menu-toggle .menu-open-sign {
display: none; }
.main-navigation.toggled .menu-toggle .menu-close-sign {
display: block; }
.menu-toggle__icon {
vertical-align: top; }
@media (max-width: 767px) {
.site-header .main-navigation .menu a {
color: #fff;
display: inline-block;
padding-left: 10px;
padding-right: 0; }
.site-header .main-navigation .sub-menu {
border: none;
background: rgba(0, 0, 0, 0.1);
border-top: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
.site-header .main-navigation .sub-menu a {
font-size: 14px;
font-size: 0.875rem;
padding: 9px 0; }
.site-header .main-navigation .sub-menu .sub-menu {
border: none;
background: none;
margin: 0 !important;
padding: 0 !important; }
.site-header .main-navigation .menu ul.sub-menu {
margin: 0 -45px;
margin-top: -40px;
padding: 50px 45px 9px; } }
@media (max-width: 767px) {
.main-navigation .menu > li {
background-color: none; } }
@media (max-width: 767px) {
.main-navigation .menu > li > a:hover,
.main-navigation .menu > li.menu-hover > a,
.main-navigation .menu > li.current_page_item > a,
.main-navigation .menu > li.current_page_ancestor > a,
.main-navigation .menu > li.current-menu-item > a,
.main-navigation .menu > li.current-menu-ancestor > a {
background: none; } }
@media (min-width: 768px) {
.main-navigation .menu > li.current-menu-ancestor::after,
.main-navigation .menu > li.current-page-item::after,
.main-navigation .menu > li.current-menu-item::after,
.main-navigation .menu > li:hover::after {
z-index: 600; } } .footer-menu {
margin: 1em 0; }
.footer-menu__items {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin: 0;
padding-left: 0;
list-style: none;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center; }
.footer-menu__items .menu-item {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
padding: .25em 0.5em;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start; }
@media (min-width: 544px) {
.footer-menu__items .menu-item + li {
border-left: 1px solid rgba(255, 255, 255, 0.1); } }
@media (min-width: 1200px) {
.footer-menu__items .menu-item {
padding: .25em 1em; } }
.footer-menu__items .menu-item a {
text-decoration: none;
color: #fff; } .comment-navigation,
.posts-navigation,
.post-navigation {
overflow: hidden;
margin-top: 3.2em;
margin-bottom: 3.5em; }
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column; }
@media (min-width: 480px) {
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row; } }
.comment-navigation .nav-previous > a,
.posts-navigation .nav-previous > a,
.post-navigation .nav-previous > a {
display: inline-block;
vertical-align: middle;
text-decoration: none;
white-space: nowrap; }
.comment-navigation .nav-previous > a:before,
.posts-navigation .nav-previous > a:before,
.post-navigation .nav-previous > a:before {
font-size: 20px;
content: '\f0d9';
vertical-align: initial;
margin-right: 4px;
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.comment-navigation .nav-next > a,
.posts-navigation .nav-next > a,
.post-navigation .nav-next > a {
display: inline-block;
vertical-align: top;
text-decoration: none; }
.comment-navigation .nav-next > a:after,
.posts-navigation .nav-next > a:after,
.post-navigation .nav-next > a:after {
font-size: 20px;
content: '\f0da';
vertical-align: initial;
margin-left: 4px;
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.pagination {
margin: 2em 0; }
.card-columns + .pagination {
margin-top: 0; }
.page-numbers {
height: 46px;
line-height: 46px;
display: inline-block;
margin: 0 10px 5px 0;
text-align: center;
text-decoration: none; }
.page-numbers.dots {
min-width: 1em;
border: none;
background-color: transparent; }
.page-numbers.next, .page-numbers.prev {
min-width: 46px;
height: 46px;
line-height: 46px;
border-radius: 50%;
position: relative;
border: 1px solid; }
.page-numbers.next i, .page-numbers.prev i {
position: relative;
right: -2px;
top: -1px; }
.page-numbers.prev i {
right: auto;
left: -2px; }
.page-numbers.next {
margin-left: 25px; }
.page-numbers.prev {
margin-right: 25px; }
.page-links {
clear: both;
margin: 0 0 1em; }
.page-links__title {
margin-right: 5px; }
.page-links a,
.page-links > .page-links__item {
line-height: 3;
display: inline-block;
min-width: 3em;
height: 3em;
margin: 0 5px 5px 0;
text-align: center;
border: 1px solid #d2e0eb; }
.page-links a {
text-decoration: none; } .breadcrumbs {
position: relative;
margin: 1.2em 0; }
.breadcrumbs__title {
float: left;
margin-right: 1.5em;
padding: 0 1.5em 0 0;
border-right: 1px solid #e0e0e8; }
.breadcrumbs__title .page-title {
margin: 5px 0 0;
font-size: 22px;
line-height: 1.3;
padding-bottom: 2px; }
.breadcrumbs__items {
float: left; }
.breadcrumbs__browse {
float: left;
margin-right: .5em; }
.breadcrumbs__wrap {
float: left;
margin: 0; }
@media (min-width: 992px) {
.breadcrumbs__wrap {
margin: .25em 0; } }
.breadcrumbs__item {
float: left;
line-height: 2.7; }
.breadcrumbs__item-sep {
margin: 0 .3em; }
.breadcrumbs__item-link {
text-decoration: none; } .social-list .menu-item {
margin: 0 1px; }
.social-list .menu-item::before {
display: none; }
.social-list .menu-item > a {
display: block;
text-decoration: none;
text-align: center; }
.social-list .menu-item > a:hover {
text-decoration: none;
color: #000; }
.social-list .menu-item > a:focus {
outline: none; }
.social-list .menu-item > a[href*="codepen.io"]::before {
content: '\f1cb'; }
.social-list .menu-item > a[href*="digg.com"]::before {
content: '\f1a6'; }
.social-list .menu-item > a[href*="dribbble.com"]::before {
content: '\f17d'; }
.social-list .menu-item > a[href*="dropbox.com"]::before {
content: '\f16b'; }
.social-list .menu-item > a[href*="facebook.com"]::before {
content: '\f09a'; }
.social-list .menu-item > a[href*="flickr.com"]::before {
content: '\f16e'; }
.social-list .menu-item > a[href*="plus.google.com"]::before {
content: '\f0d5'; }
.social-list .menu-item > a[href*="github.com"]::before {
content: '\f09b'; }
.social-list .menu-item > a[href*="instagram.com"]::before {
content: '\f16d'; }
.social-list .menu-item > a[href*="linkedin.com"]::before {
content: '\f0e1'; }
.social-list .menu-item > a[href*="pinterest.com"]::before {
content: '\f0d2'; }
.social-list .menu-item > a[href*="getpocket.com"]::before {
content: '\f265'; }
.social-list .menu-item > a[href*="reddit.com"]::before {
content: '\f1a1'; }
.social-list .menu-item > a[href*="skype.com"]::before, .social-list .menu-item > a[href*="skype:"]::before {
content: '\f17e'; }
.social-list .menu-item > a[href*="stumbleupon.com"]::before {
content: '\f1a4'; }
.social-list .menu-item > a[href*="tumblr.com"]::before {
content: '\f173'; }
.social-list .menu-item > a[href*="twitter.com"]::before {
content: '\f099'; }
.social-list .menu-item > a[href*="vimeo.com"]::before {
content: '\f27d'; }
.social-list .menu-item > a[href*="wordpress.org"]::before, .social-list .menu-item > a[href*="wordpress.com"]::before {
content: '\f19a'; }
.social-list .menu-item > a[href*="youtube.com"]::before {
content: '\f16a'; }
.social-list .menu-item > a[href*="amazon.com"]::before {
content: '\f270'; }
.social-list .menu-item > a[href*="tripadvisor"]::before {
content: '\f262'; }
.social-list .menu-item > a[href*="ycombinator.com"]::before {
content: '\f23b'; }
.social-list .menu-item > a[href*="xing.com"]::before {
content: '\f168'; }
.social-list .menu-item > a[href*="yahoo."]::before {
content: '\f19e'; }
.social-list .menu-item > a[href*="vine.co"]::before {
content: '\f1ca'; }
.social-list .menu-item > a[href*="weibo.com"]::before {
content: '\f18a'; }
.social-list .menu-item > a[href*="trello.com"]::before {
content: '\f181'; }
.social-list .menu-item > a[href*="steampowered.com"]::before {
content: '\f1b6'; }
.social-list .menu-item > a[href*="soundcloud.com"]::before {
content: '\f1be'; }
.social-list .menu-item > a[href*="spotify.com"]::before {
content: '\f1bc'; }
.social-list .menu-item > a[href*="stackexchange.com"]::before {
content: '\f18d'; }
.social-list .menu-item > a[href*="stackoverflow.com"]::before {
content: '\f16c'; }
.social-list .menu-item > a[href*="slideshare.net"]::before {
content: '\f1e7'; }
.social-list .menu-item > a[href*="slack.com"]::before {
content: '\f198'; }
.social-list .menu-item > a[href*="skyatlas.com"]::before {
content: '\f216'; }
.social-list .menu-item > a[href*="last.fm"]::before {
content: '\f202'; }
.social-list .menu-item > a[href*="jsfiddle.net"]::before {
content: '\f1cc'; }
.social-list .menu-item > a[href*="behance.net"]::before {
content: '\f1b4'; }
.social-list .menu-item > a[href*="bitbucket.org"]::before {
content: '\f171'; }
.social-list .menu-item > a[href*="codepen.io"]::before {
content: '\f1cb'; }
.social-list .menu-item > a[href*="codiepie.com"]::before {
content: '\f284'; }
.social-list .menu-item > a[href*="connectdevelop.com"]::before {
content: '\f20e'; }
.social-list .menu-item > a[href*="dashcube.com"]::before {
content: '\f210'; }
.social-list .menu-item > a[href*="contao.org"]::before {
content: '\f26d'; }
.social-list .menu-item > a[href*="delicious.com"]::before {
content: '\f1a5'; }
.social-list .menu-item > a[href*="deviantart.com"]::before {
content: '\f1bd'; }
.social-list .menu-item > a[href*="vk.com"]::before {
content: '\f189'; }
.social-list .menu-item > a::before {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 16px;
font-size: 1rem;
font-size: 18px;
display: block;
width: 20px;
height: 20px;
line-height: 20px;
margin: auto;
border-radius: 0; }
.social-list--text .social-list .menu-item > a::before {
display: none; }
.social-list--text .menu-item > a::before {
display: none; }
.social-list--widget a {
opacity: 1; }
.invert .social-list--widget a {
opacity: 1; }
.social-list--widget a:hover {
opacity: 1; }
.social-list a[href*="twitter.com"] {
color: #3d7cac; }
.social-list a[href*="facebook.com"] {
color: #344f87; }
.site-footer .social-list a[href*="facebook.com"] {
background: #344f87; }
.social-list a[href*="pinterest.com"] {
color: #8f151b; }
.social-list a[href*="instagram.com"] {
color: #143453; }
.social-list a[href*="youtube.com"] {
color: #ff2b2b; }
#tm_builder_outer_content ul.tm_pb_social_media_follow .tm_pb_social_icon a.icon:hover {
background-color: transparent; }  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0; } .alignleft {
float: left;
margin-right: 60px;
margin-bottom: 15px; }
.alignright {
margin-bottom: 15px; }
@media (min-width: 768px) {
.alignright {
float: right;
margin-left: 60px; } }
.aligncenter {
clear: both;
margin-bottom: 15px;
margin-top: 42px;
display: block;
margin-left: auto;
margin-right: auto; }
.size-full {
margin-top: 25px; }
@media (min-width: 992px) {
.error-404 .page-content {
padding-bottom: 50px; } }
@media (min-width: 992px) {
.error-404 .page-content h3 {
margin-top: -10px; } }
.error-404 .page-content h3 + p {
margin-top: 50px; } .clear:before,
.clear:after,
.comment-body:before,
.comment-body:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed; }
.clear:after,
.comment-body:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both; }
.hidden {
display: none; } .comments-area {
position: relative;
margin-bottom: 2em; }
@media (min-width: 992px) {
.comments-area {
margin-bottom: 4em; } }
@media (min-width: 992px) {
.comments-title {
font-size: 18px;
line-height: 1.4;
margin-bottom: 1em; } }
.comment-list {
margin: 0;
padding: 0 0 3px;
list-style: none; }
.comment-list li:before {
display: none; }
.comment-list .children {
margin-left: 0;
padding-left: 10px;
list-style: none; }
.comment-list .children .children {
padding-left: 10px; }
@media (min-width: 992px) {
.comment-list .children .children {
padding-left: 20px; } }
@media (min-width: 992px) {
.comment-list .children {
padding-left: 50px; } }
.comment-list > .comment,
.comment-list > .ping {
margin-bottom: 10px; }
.comment-content {
line-height: 28px; }
.comment-content a {
word-wrap: break-word; }
.comment-body {
padding-top: 7px;
padding-bottom: 10px; }
.comment-body__holder {
position: relative;
padding-right: 18px; }
.comment-body .avatar {
float: left;
width: 40px;
margin: 0 15px 10px 0;
border-radius: 50%; }
@media (min-width: 992px) {
.comment-body .avatar {
width: auto;
margin: 3px 37px 15px -5px; } }
.comment-body .fn {
margin-right: 10px; }
@media (min-width: 992px) {
.comment-body .fn {
margin-right: 25px; } }
.comment-body .comment-metadata {
font-size: 14px;
margin-bottom: 7px; }
.comment-body .comment-metadata .material-icons {
vertical-align: text-bottom;
font-size: 21px;
color: #888;
margin-right: 10px; }
.comment-body .reply {
position: absolute;
z-index: 9;
top: 0;
right: 0;
-webkit-transition: all 0.25s ease;
transition: all 0.25s ease;
opacity: .2; }
.comment-body .reply:hover {
opacity: 1; }
.comment-reply-link {
font-size: 17px; }
.comment-reply-link .material-icons {
font-size: inherit; }
.comment-date {
display: inline-block; }
.comment-date:before {
font-size: 17px;
margin-right: 4px;
vertical-align: top;
opacity: .2;
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
display: inline-block;
line-height: 1;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-font-feature-settings: 'liga';
-moz-font-feature-settings: 'liga';
font-feature-settings: 'liga'; }
@media (min-width: 992px) {
.comment-date:before {
margin-right: 8px; } }
.comment-date__time {
display: inline-block;
vertical-align: top; }
.bypostauthor {
display: block; }
.comments-area {
background: #f4f4f4;
padding: 15px; }
@media (min-width: 992px) {
.comments-area {
padding: 11px 32px 34px; } }
.comments-area .comments-title {
text-transform: capitalize; }
.comments-area .comments-title,
.comments-area .comment-reply-title {
padding-bottom: 14px;
border-bottom: 1px solid #d2e0eb; } .post-author-bio {
margin: 2em 0; }
.post-author__holder {
padding: 1em; }
@media (min-width: 992px) {
.post-author__holder {
padding: 0.3em 1.5em 1.5em; } }
.post-author__holder h6 {
margin-bottom: 4px; }
.post-author__avatar {
float: left;
margin: 1.2em 0.5em 1em 0; }
@media (min-width: 544px) {
.post-author__avatar {
margin: 1.2em 1.3em 1em 0; } }
.post-author__avatar .avatar {
width: 50px;
vertical-align: top;
border-radius: 50%; }
@media (min-width: 768px) {
.post-author__avatar .avatar {
width: auto; } }
.post-author__avatar + div {
overflow: hidden; }
@media (min-width: 992px) {
.post-author__title {
font-size: 20px;
line-height: 1.4;
margin: 20px 0; } } .hentry .share-btns__list {
float: right; }
.single-post .share-btns__list {
float: none; }
.share-btns__item {
display: inline-block;
vertical-align: top; }
.share-btns__link {
display: block;
text-align: center;
text-decoration: none;
margin-left: 10px;
font-size: 16px;
font-size: 1rem; }
@media (min-width: 992px) {
.share-btns__link {
margin-left: 25px; } }
.share-btns__link:hover {
opacity: 1; } .card {
display: block;
overflow-wrap: break-word;
word-wrap: break-word;
-ms-word-break: break-all;
word-break: break-all; }
@media (min-width: 420px) {
.card-deck {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-right: -0.9375rem;
margin-left: -0.9375rem;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap; }
.card-deck .card {
margin-right: 0.9375rem;
margin-left: 0.9375rem;
-webkit-box-flex: 1;
-webkit-flex: 1 0 0;
-ms-flex: 1 0 0;
flex: 1 0 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-display: -webkit-box;
-webkit-display: -webkit-flex;
-webkit-flex-direction: column;
-webkit-justify-content: space-between;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.home .card-deck .card.sticky {
display: block;
max-width: calc(100% - 1.875rem);
-webkit-box-flex: 0;
-webkit-flex: none;
-ms-flex: none;
flex: none; }
.posts-list--grid-2-cols .card {
max-width: calc(100% / 2 - 1.875rem);
-webkit-box-flex: 1;
-webkit-flex: 1 0 calc(100% / 2 - 1.875rem);
-ms-flex: 1 0 calc(100% / 2 - 1.875rem);
flex: 1 0 calc(100% / 2 - 1.875rem); }
.posts-list--grid-3-cols .card {
max-width: calc(100% / 2 - 1.875rem);
-webkit-box-flex: 1;
-webkit-flex: 1 0 calc(100% / 2 - 1.875rem);
-ms-flex: 1 0 calc(100% / 2 - 1.875rem);
flex: 1 0 calc(100% / 2 - 1.875rem); } }
@media (min-width: 420px) and (min-width: 1200px) {
.posts-list--grid-3-cols .card {
max-width: calc(100% / 3 - 1.875rem);
-webkit-box-flex: 1;
-webkit-flex: 1 0 calc(100% / 3 - 1.875rem);
-ms-flex: 1 0 calc(100% / 3 - 1.875rem);
flex: 1 0 calc(100% / 3 - 1.875rem); } }
@media (min-width: 420px) {
.card-columns {
-webkit-column-gap: 1.875rem;
-moz-column-gap: 1.875rem;
column-gap: 1.875rem; }
.card-columns .card {
display: inline-block;
width: 100%; }
.posts-list--masonry-2-cols {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2; }
.posts-list--masonry-3-cols {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3; } }
@media (min-width: 768px) {
.posts-list--vertical-justify {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-right: -0.9375rem;
margin-left: -0.9375rem;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap; }
.posts-list--vertical-justify .card {
-webkit-box-flex: 1;
-webkit-flex: 1 0 calc(100% / 3 - 1.875rem);
-ms-flex: 1 0 calc(100% / 3 - 1.875rem);
flex: 1 0 calc(100% / 3 - 1.875rem);
max-width: calc(100% / 3 - 1.875rem);
margin-right: 0.9375rem;
margin-left: 0.9375rem; }
.posts-list--vertical-justify .card:nth-child(7n + 1), .posts-list--vertical-justify .card:nth-child(7n + 4) {
-webkit-box-flex: 1;
-webkit-flex: 1 0 calc(100% / 1.5 - 1.875rem);
-ms-flex: 1 0 calc(100% / 1.5 - 1.875rem);
flex: 1 0 calc(100% / 1.5 - 1.875rem);
max-width: calc(100% / 1.5 - 1.875rem); } }
@media (min-width: 768px) {
.card-deck.two-sidebars {
display: block;
margin-right: auto;
margin-left: auto; }
.card-deck.two-sidebars .card {
display: block;
max-width: 100%;
margin-right: auto;
margin-left: auto;
-webkit-box-flex: 0;
-webkit-flex: none;
-ms-flex: none;
flex: none; }
.card-columns.two-sidebars {
-webkit-column-gap: normal;
-moz-column-gap: normal;
column-gap: normal;
-webkit-column-count: auto;
-moz-column-count: auto;
column-count: auto; }
.card-columns.two-sidebars .card {
display: block; } } .site {
word-wrap: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
-o-hyphens: auto;
hyphens: auto;
overflow: hidden; }
.page-template-paddingless-page #primary, .page-template-paddingless-page #sidebar {
padding: 0; } .container.site-header, .container.site-footer {
max-width: inherit;
padding-left: 0;
padding-right: 0; }
.container.site-content .container {
max-width: inherit;
padding-left: 0;
padding-right: 0; }
.position-two-sidebars #primary {
-webkit-box-ordinal-group: 1;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0; }
.position-two-sidebars #sidebar {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1; }
@media (min-width: 768px) {
.position-two-sidebars #primary {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1; }
.position-two-sidebars #sidebar {
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2; } }
.tm_pb_row_fullwidth {
margin: 0; }
.site-content.container {
margin-top: 60px;
margin-bottom: 60px; }
.site-header.transparent .site-content {
margin-top: 0;
margin-bottom: 0; } .header-container {
padding: 0 6rem 25px;
position: relative; }
@media (max-width: 991px) {
.header-container {
padding: 0 1.7rem 25px; } }
.header-container .site-branding,
.header-container .social-list.social-list--header.social-list--icon {
-webkit-transition: .4s all ease;
transition: .4s all ease; }
.header-container .site-branding {
margin-bottom: 20px; }
@media (min-width: 768px) {
.header-container .site-branding {
margin-bottom: 0; } }
@media (min-width: 768px) {
.header-container .isStuck {
position: fixed;
z-index: 900;
right: 0;
left: 0;
padding: 15px 2.325rem 15px;
box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.05); }
.header-container .isStuck .site-branding,
.header-container .isStuck .social-list.social-list--header.social-list--icon {
display: none; } }
.container .header-container {
padding-right: 0;
padding-left: 0; }
@media (max-width: 767px) {
.stuckMenu.isStuck {
position: relative !important;
top: 0 !important; } }
.site-header .social-list {
-webkit-box-ordinal-group: 1;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
text-align: left;
position: absolute;
top: 7px;
left: 25px;
padding: 15px;
background: #000;
opacity: 0;
visibility: hidden; }
.header-mobilemenu-toggled .site-header .social-list {
-webkit-transition: 0.6s all ease;
transition: 0.6s all ease;
display: block;
left: 7px;
opacity: 1;
visibility: visible; }
@media (min-width: 768px) {
.site-header .social-list {
position: relative;
text-align: right;
background: none !important;
display: block;
opacity: 1;
visibility: visible;
padding: 0;
left: -5px;
-webkit-transition: 0s all ease;
transition: 0s all ease; } }
@media (min-width: 768px) {
.site-header.transparent .header-container {
background: none; } }
@media (max-width: 767px) {
#page .header-container_wrap {
max-width: 100%; } }
.site-header .header-container_wrap {
padding: 11px 7px 6px; }
.isStuck {
background-image: none;
padding: 15px 0; }
.isStuck .top-panel {
display: none; }
.isStuck .header-container_wrap {
padding: 0; }
.isStuck .main-navigation {
margin-top: 0; }
.isStuck .main-navigation .menu > li > a:before {
top: -8px; }
.site-header.default .site-branding {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
-webkit-box-flex: 0;
-webkit-flex: 0 1 100%;
-ms-flex: 0 1 100%;
flex: 0 1 100%;
text-align: left; }
@media (min-width: 768px) {
.site-header.default .site-branding {
padding-top: 8px;
padding-bottom: 16px;
-webkit-box-ordinal-group: 1;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
-webkit-box-flex: 0;
-webkit-flex: 0 1 100%;
-ms-flex: 0 1 100%;
flex: 0 1 100%;
text-align: left; } }
.site-header.default .main-navigation {
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
-webkit-box-flex: 0;
-webkit-flex: 0 1 100%;
-ms-flex: 0 1 100%;
flex: 0 1 100%;
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end; }
.site-header.default .main-navigation .menu {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center; }
@media (min-width: 992px) {
.site-header.default .main-navigation .menu {
margin-right: -10px; } }
@media (min-width: 768px) {
.site-header.default .main-navigation {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
-webkit-box-flex: 10;
-webkit-flex: 10 1 auto;
-ms-flex: 10 1 auto;
flex: 10 1 auto; } }
@media (min-width: 768px) and (max-width: 991px) {
.site-header.default .main-navigation {
-webkit-box-ordinal-group: 4;
-webkit-order: 3;
-ms-flex-order: 3;
order: 3;
-webkit-box-flex: 0;
-webkit-flex: 0 1 100%;
-ms-flex: 0 1 100%;
flex: 0 1 100%; } }
.site-header.centered .site-branding {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
-webkit-box-flex: 0;
-webkit-flex: 0 1 100%;
-ms-flex: 0 1 100%;
flex: 0 1 100%;
text-align: left; }
@media (min-width: 768px) {
.site-header.centered .site-branding {
padding-top: 8px;
padding-bottom: 24px;
-webkit-box-ordinal-group: 1;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
-webkit-box-flex: 0;
-webkit-flex: 0 1 100%;
-ms-flex: 0 1 100%;
flex: 0 1 100%;
text-align: center; } }
.site-header.centered .main-navigation {
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
-webkit-box-flex: 0;
-webkit-flex: 0 1 100%;
-ms-flex: 0 1 100%;
flex: 0 1 100%;
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end; }
@media (min-width: 768px) {
.site-header.centered .main-navigation {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
-webkit-box-flex: 10;
-webkit-flex: 10 1 100%;
-ms-flex: 10 1 100%;
flex: 10 1 100%;
margin-top: 22px; } }
@media (min-width: 768px) and (max-width: 991px) {
.site-header.centered .main-navigation {
-webkit-box-ordinal-group: 4;
-webkit-order: 3;
-ms-flex-order: 3;
order: 3;
-webkit-box-flex: 0;
-webkit-flex: 0 1 100%;
-ms-flex: 0 1 100%;
flex: 0 1 100%; } }
.site-header.centered .isStuck .main-navigation {
margin-top: 0; }
.site-header.minimal .site-branding {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
-webkit-box-flex: 0;
-webkit-flex: 0 1 100%;
-ms-flex: 0 1 100%;
flex: 0 1 100%;
text-align: left; }
@media (min-width: 768px) {
.site-header.minimal .site-branding {
-webkit-box-flex: 0;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
text-align: left; } }
@media (min-width: 768px) and (max-width: 1199px) {
.site-header.minimal .site-branding {
z-index: 10; } }
.site-header.minimal .sticky-block {
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
-webkit-box-flex: 0;
-webkit-flex: 0 1 100%;
-ms-flex: 0 1 100%;
flex: 0 1 100%;
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end;
margin-top: 0; }
@media (min-width: 768px) {
.site-header.minimal .sticky-block {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
-webkit-box-flex: 10;
-webkit-flex: 10 1 auto;
-ms-flex: 10 1 auto;
flex: 10 1 auto; } }
.site-header.minimal .main-navigation {
-webkit-box-ordinal-group: 4;
-webkit-order: 3;
-ms-flex-order: 3;
order: 3;
-webkit-box-flex: 0;
-webkit-flex: 0 1 100%;
-ms-flex: 0 1 100%;
flex: 0 1 100%;
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end;
margin-top: 0; }
.site-header.minimal .main-navigation .menu {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end; }
@media (min-width: 768px) {
.site-header.minimal .main-navigation {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
-webkit-box-flex: 10;
-webkit-flex: 10 1 auto;
-ms-flex: 10 1 auto;
flex: 10 1 auto;
margin-top: 9px;
margin-bottom: 40px; } }
.site-header.minimal .isStuck .menu {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center; }
.site-header.minimal .isStuck .main-navigation {
margin-bottom: 0px; }
.site-header.minimal .header-container {
position: relative; }
.site-header.minimal .header-container__flex {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: justify;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-align-content: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch;
-ms-flex-align: center;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center; }
.site-header.minimal .social-list {
position: absolute;
right: 0px;
top: -5px;
padding-bottom: 0; }
.site-header.transparent {
position: relative; }
@media (min-width: 768px) {
.site-header.transparent {
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 1000; } }
.site-header.transparent .site-branding {
padding: 0 0 15px;
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
text-align: center; }
@media (min-width: 768px) {
.site-header.transparent .site-branding {
-webkit-box-ordinal-group: 1;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
text-align: left; } }
.site-header.transparent .social-list {
padding: 0 0 15px;
z-index: 101;
-webkit-box-ordinal-group: 1;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
-webkit-box-flex: 0;
-webkit-flex: 0 1 100%;
-ms-flex: 0 1 100%;
flex: 0 1 100%;
text-align: center; }
@media (min-width: 768px) {
.site-header.transparent .social-list {
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
-webkit-box-flex: 0;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
text-align: left; } }
@media (min-width: 992px) {
.site-header.transparent .social-list {
position: absolute;
width: 100%;
text-align: right;
top: -5px; } }
.site-header.transparent .sticky-block {
-webkit-box-flex: 0;
-webkit-flex: 0 1 100%;
-ms-flex: 0 1 100%;
flex: 0 1 100%;
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2; }
.site-header.transparent .main-navigation {
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
-webkit-box-flex: 0;
-webkit-flex: 0 1 100%;
-ms-flex: 0 1 100%;
flex: 0 1 100%;
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end;
margin-top: 22px; }
@media (min-width: 768px) {
.site-header.transparent .main-navigation {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
-webkit-box-flex: 0;
-webkit-flex: 0 1 50%;
-ms-flex: 0 1 50%;
flex: 0 1 50%; } }
@media (min-width: 768px) and (max-width: 991px) {
.site-header.transparent .main-navigation {
-webkit-box-ordinal-group: 4;
-webkit-order: 3;
-ms-flex-order: 3;
order: 3;
-webkit-box-flex: 0;
-webkit-flex: 0 1 100%;
-ms-flex: 0 1 100%;
flex: 0 1 100%; } }
.site-header.transparent .main-navigation .menu-toggle {
right: 15px; }
@media (min-width: 1200px) {
.site-header.transparent .main-navigation .menu {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end; } }
.site-header.transparent .isStuck .main-navigation {
margin-top: 0; }
.site-header.transparent .isStuck .menu {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center; }
.site-header.transparent .header-container__flex {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: justify;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-align-content: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch;
-ms-flex-align: start;
-webkit-box-align: start;
-webkit-align-items: flex-start;
align-items: flex-start;
position: relative; }
@media (min-width: 992px) {
.site-header.transparent .header-container__flex {
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap; } }
.header-layout-transparent {
position: relative; }
.header-layout-transparent.top-panel-invisible .hentry:first-child,
.header-layout-transparent.top-panel-invisible .sidebar .widget:first-child {
margin-top: 0; }
.header-layout-transparent.top-panel-invisible .card-columns {
padding-top: 0; }
.top-panel {
position: relative;
color: #fff;
text-align: left; }
.top-panel .header__search {
position: absolute;
left: 0;
right: 0;
width: 30px;
height: 36px;
top: -5px;
z-index: 6;
text-align: right;
margin: 0 0 0 auto;
-webkit-transition: .4s;
transition: .4s; }
@media (min-width: 992px) {
.top-panel .header__search {
right: 0; } }
.top-panel .header__search .search-form {
margin: 0;
width: auto;
-webkit-transition: .4s;
transition: .4s;
visibility: hidden;
opacity: 0; }
.top-panel .header__search .search-form__submit {
width: auto;
padding: 0;
background: transparent;
box-shadow: none;
margin-top: 9px;
right: 30px; }
.top-panel .header__search .search-form__field {
width: calc(100% - 53px);
-webkit-appearance: none;
border-radius: 0; }
.top-panel .header__search .search__toggle {
position: absolute;
right: -35px;
top: 14px;
-webkit-transition: .3s;
transition: .3s;
-webkit-animation: toggle-out 0.5s infinite;
animation: toggle-out 0.5s infinite;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-direction: normal;
animation-direction: normal; }
.top-panel .header__search .search__toggle::before {
font-size: 14px; }
.top-panel .header__search .search__toggle:hover {
cursor: pointer; }
.top-panel.srch-on .header__search {
width: 250px; }
@media (min-width: 544px) {
.top-panel.srch-on .header__search {
width: 350px; } }
.top-panel.srch-on .header__search .search-form {
visibility: visible;
opacity: 1;
background: #fff;
width: 100%; }
.top-panel.srch-on .search__toggle {
-webkit-animation: toggle-in 0.5s infinite;
animation: toggle-in 0.5s infinite;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-direction: normal;
animation-direction: normal; }
.top-panel.srch-on .search__toggle::before {
content: '\f00d'; }
.top-panel .top-panel__wrap {
padding: 0; }
@media (min-width: 1200px) {
.top-panel .top-panel__wrap {
max-width: 1170px; } }
.top-panel a {
color: #fff; }
.container .top-panel {
padding-right: 0;
padding-left: 0; }
@media (min-width: 768px) {
.top-panel__wrap {
padding: 0 0 .3rem; } }
.top-panel__wrap.container {
position: relative; }
.top-panel__wrap.container .header__search {
right: 1em; }
.top-panel__wrap.container .header__search .search__toggle {
padding: 0 2px; }
.top-panel__wrap:after {
display: block;
clear: both;
width: 100%;
content: ''; }
.top-panel__message {
font-size: 12px;
font-weight: lighter;
letter-spacing: 0.025em; }
.top-panel__message div {
display: none;
margin-top: 5px; }
.top-panel__message div.mobile-show {
display: block; }
.top-panel__message div .mobile-hide {
display: none; }
@media (min-width: 768px) {
.top-panel__message div {
display: block;
margin-top: 0; } }
.top-panel__message div:nth-child(2) {
text-align: right;
-webkit-box-flex: 10;
-webkit-flex-grow: 10;
-ms-flex-positive: 10;
flex-grow: 10; }
@media (min-width: 1200px) {
.top-panel__message div:last-child {
margin-left: 44px; } }
.top-panel__message .black {
font-weight: 900; }
.top-panel__message .icon {
position: relative; }
.top-panel__message .icon:before {
content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAItJREFUeNpi/P//PwMQCEIxCNxjIASAmgT/owIXkEH4MBNQ33sohgFjQhYxQemzSGJK5GjaQ4yfQDgU6p80Qv4BYUZo6IHAbqjfwoi1CRaK74ixDV0AmzNBYjOBuBwWHdhMCoXauAqqGR0o4XICyKm7/2MHSsgBgQ2EQiMbhkFJTYiQJnQA0vQeIMAAC9sU7PugEJ0AAAAASUVORK5CYII=);
display: inline-block;
vertical-align: middle;
margin-right: 5px; }
@media (min-width: 768px) {
.top-panel__message {
float: left;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
font-size: 13px;
margin-top: 3px;
margin-bottom: 5px; } }
@media (min-width: 992px) {
.top-panel__message {
font-size: 17px; } }
.top-panel__message .info-block {
margin-top: 1em; }
@media (min-width: 992px) {
.top-panel__message .info-block {
float: left;
margin-top: 0;
margin-right: 1.5em; } }
.top-panel__message .info-block:first-child {
margin-top: 0; }
.top-panel__message .material-icons {
line-height: 2;
width: 2em;
height: 2em;
margin: 0 1em 0 0;
text-align: center;
vertical-align: middle;
border-radius: 2em;
background: #fff;
font-size: 16px;
font-size: 1rem; }
.top-panel__search {
text-align: right; }
@media (min-width: 768px) {
.top-panel__search {
float: right;
text-align: left; } }
.top-panel a[href*="tel:"]:hover {
color: inherit; }
.site-logo {
margin: 0;
line-height: 1; }
.site-logo__link {
color: #fff;
text-decoration: none; }
.site-logo__link:focus {
outline: none; }
.site-description {
color: #fff;
font-size: 15px; } @media (min-width: 768px) {
body {
position: relative; } }
.page-content,
.entry-content,
.entry-summary {
margin: 0; }
.post_format-post-format-status .entry-content {
margin: 0; } .hentry {
position: relative;
margin-top: 0;
border-radius: 8px; }
.single .hentry {
margin-bottom: 2.1em; }
.posts-list .hentry {
margin-bottom: 4em; }
@media (max-width: 767px) {
.posts-list .hentry {
margin-bottom: 2em; } }
.card-columns .hentry {
margin-top: 0;
margin-bottom: 3em; }
.single.single-post p iframe {
margin-bottom: 10px; } .entry-title {
font-size: 22px; }
@media (min-width: 992px) {
.entry-title {
font-size: 28px; } }
.entry-header .entry-title:first-child {
margin-top: 0;
margin-bottom: 11px; }
@media (min-width: 992px) {
.posts-list--default .entry-title {
font-size: 30px; } }
.entry-meta {
font-size: 14px;
margin-bottom: 11px; }
.entry-summary + .entry-meta, .entry-content + .entry-meta {
margin-top: 1em; }
.entry-meta > span + span:not(:empty):before {
position: relative;
display: inline-block;
content: '';
top: -4px;
width: 3px;
height: 3px;
background: #8d8d8f;
border-radius: 50%;
margin-left: 3px;
margin-right: 4px; }
@media (min-width: 768px) {
.posts-list .entry-summary, .posts-list .entry-content {
display: block; } }
.post-list__item .entry-summary, .post-list__item .entry-content {
margin-top: 0; }
.post-list__item .entry-summary p, .post-list__item .entry-content p {
margin: 1em 0 0; }
.entry-footer {
position: relative;
margin-top: 0; }
.entry-footer .btn, .entry-footer #tm_builder_outer_content a.tm_pb_button, #tm_builder_outer_content .entry-footer a.tm_pb_button, .entry-footer #tm_builder_outer_content .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container .tm_pb_contact_submit, #tm_builder_outer_content .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container .entry-footer .tm_pb_contact_submit, .entry-footer .tm_pb_builder #tm_builder_outer_content .tm_pb_slider_fullwidth_on a.tm_pb_button, .tm_pb_builder #tm_builder_outer_content .tm_pb_slider_fullwidth_on .entry-footer a.tm_pb_button, .entry-footer .tm_pb_builder #tm_builder_outer_content .tm_pb_post .more-link, .tm_pb_builder #tm_builder_outer_content .tm_pb_post .entry-footer .more-link {
float: left; } .post .entry-content {
margin: 10px 0; }
.post-thumbnail {
margin-bottom: 1.3em; }
.post-thumbnail__link.post-thumbnail--small {
display: block;
margin-bottom: 15px;
text-align: center; }
@media (min-width: 992px) {
.post-thumbnail__link.post-thumbnail--small {
float: left;
margin-right: 30px;
text-align: left; } }
.post-thumbnail__img {
width: auto;
display: inline-block;
vertical-align: top; }
.posts-list .post-thumbnail--fullwidth {
display: block; }
.post__cats {
font-size: 13px;
font-size: 0.8125rem; }
.posts-list .post__cats a:nth-child(5) ~ a {
display: none; }
.post__cats a {
line-height: 27px;
display: inline-block;
margin: 0 -2px 1px 0;
padding: 0 6px;
vertical-align: top;
text-decoration: none; }
.has-post-thumbnail .post-thumbnail--fullwidth + .post__cats {
position: absolute;
z-index: 99;
top: 10px;
left: 10px;
right: 10px; }
@media (min-width: 992px) {
.has-post-thumbnail .post-thumbnail--fullwidth + .post__cats {
left: 20px;
top: 20px; } }
.single .post-thumbnail img + .post__cats {
position: absolute;
z-index: 99;
top: 10px;
left: 10px;
right: 10px; }
@media (min-width: 992px) {
.single .post-thumbnail img + .post__cats {
left: 20px;
top: 20px; } }
.post-gallery + .post__cats, .post-format-wrap .post__cats {
position: absolute;
z-index: 99;
top: 10px;
left: 10px; }
@media (min-width: 992px) {
.post-gallery + .post__cats, .post-format-wrap .post__cats {
top: 20px;
left: 20px; } }
.post-gallery + .post__cats {
right: 10px; }
.post__date .material-icons,
.post__date .fa, .post__comments .material-icons,
.post__comments .fa, .post__tags .material-icons,
.post__tags .fa {
font-size: 16px;
margin-right: 10px;
vertical-align: middle; }
.invert .post__date .material-icons, .invert
.post__date .fa, .invert .post__comments .material-icons, .invert
.post__comments .fa, .invert .post__tags .material-icons, .invert
.post__tags .fa {
color: inherit; }
.post__date a, .post__comments a, .post__tags a {
text-decoration: none; }
.post__date, .post__comments {
margin-right: 1px; }
.single .post__date, .single .post__comments {
margin-right: 0; }
.post__tags {
margin-top: .5em; }
.single-post .post__tags {
margin-top: 0; }
.posted-by__author:hover {
text-decoration: underline; }
.single-post .post-thumbnail__img {
width: 100%; }
.post-list__item-content .post__tags {
display: block; } .posts-list__item .btn, .posts-list__item #tm_builder_outer_content a.tm_pb_button, #tm_builder_outer_content .posts-list__item a.tm_pb_button, .posts-list__item #tm_builder_outer_content .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container .tm_pb_contact_submit, #tm_builder_outer_content .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container .posts-list__item .tm_pb_contact_submit, .posts-list__item .tm_pb_builder #tm_builder_outer_content .tm_pb_slider_fullwidth_on a.tm_pb_button, .tm_pb_builder #tm_builder_outer_content .tm_pb_slider_fullwidth_on .posts-list__item a.tm_pb_button, .posts-list__item .tm_pb_builder #tm_builder_outer_content .tm_pb_post .more-link, .tm_pb_builder #tm_builder_outer_content .tm_pb_post .posts-list__item .more-link {
padding: 0; }
.posts-list__item .btn__text {
display: inline-block; }
.posts-list__item .btn__icon,
.posts-list__item .btn .material-icons,
.posts-list__item #tm_builder_outer_content a.tm_pb_button .material-icons,
#tm_builder_outer_content .posts-list__item a.tm_pb_button .material-icons,
.posts-list__item #tm_builder_outer_content .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container .tm_pb_contact_submit .material-icons,
#tm_builder_outer_content .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container .posts-list__item .tm_pb_contact_submit .material-icons,
.posts-list__item .tm_pb_builder #tm_builder_outer_content .tm_pb_post .more-link .material-icons,
.tm_pb_builder #tm_builder_outer_content .tm_pb_post .posts-list__item .more-link .material-icons,
.posts-list__item .btn .fa,
.posts-list__item #tm_builder_outer_content a.tm_pb_button .fa,
#tm_builder_outer_content .posts-list__item a.tm_pb_button .fa,
.posts-list__item #tm_builder_outer_content .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container .tm_pb_contact_submit .fa,
#tm_builder_outer_content .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container .posts-list__item .tm_pb_contact_submit .fa,
.posts-list__item .tm_pb_builder #tm_builder_outer_content .tm_pb_post .more-link .fa,
.tm_pb_builder #tm_builder_outer_content .tm_pb_post .posts-list__item .more-link .fa {
line-height: 46px;
width: 46px;
height: 46px;
color: inherit;
display: none; }
@media (min-width: 992px) {
.posts-list--default:not(.two-sidebars) .posts-list__item .btn__text {
display: inline-block; } }
@media (min-width: 992px) {
.posts-list--default:not(.two-sidebars) .posts-list__item .btn__icon,
.posts-list--default:not(.two-sidebars) .posts-list__item .btn .material-icons,
.posts-list--default:not(.two-sidebars) .posts-list__item #tm_builder_outer_content a.tm_pb_button .material-icons,
#tm_builder_outer_content .posts-list--default:not(.two-sidebars) .posts-list__item a.tm_pb_button .material-icons,
.posts-list--default:not(.two-sidebars) .posts-list__item #tm_builder_outer_content .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container .tm_pb_contact_submit .material-icons,
#tm_builder_outer_content .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container .posts-list--default:not(.two-sidebars) .posts-list__item .tm_pb_contact_submit .material-icons,
.posts-list--default:not(.two-sidebars) .posts-list__item .tm_pb_builder #tm_builder_outer_content .tm_pb_post .more-link .material-icons,
.tm_pb_builder #tm_builder_outer_content .tm_pb_post .posts-list--default:not(.two-sidebars) .posts-list__item .more-link .material-icons,
.posts-list--default:not(.two-sidebars) .posts-list__item .btn .fa,
.posts-list--default:not(.two-sidebars) .posts-list__item #tm_builder_outer_content a.tm_pb_button .fa,
#tm_builder_outer_content .posts-list--default:not(.two-sidebars) .posts-list__item a.tm_pb_button .fa,
.posts-list--default:not(.two-sidebars) .posts-list__item #tm_builder_outer_content .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container .tm_pb_contact_submit .fa,
#tm_builder_outer_content .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container .posts-list--default:not(.two-sidebars) .posts-list__item .tm_pb_contact_submit .fa,
.posts-list--default:not(.two-sidebars) .posts-list__item .tm_pb_builder #tm_builder_outer_content .tm_pb_post .more-link .fa,
.tm_pb_builder #tm_builder_outer_content .tm_pb_post .posts-list--default:not(.two-sidebars) .posts-list__item .more-link .fa {
display: none; } } .sticky {
display: block; }
.sticky__label {
line-height: 22px;
display: inline-block;
float: right;
padding: 0 10px;
text-align: center;
border-radius: 20px; }
.sticky__label .material-icons,
.sticky__label .fa {
font-size: 21px;
line-height: 2;
display: block;
width: calc(2em - 20px);
height: 2em; }
.posts-list .sticky__label .material-icons, .posts-list
.sticky__label .fa {
font-size: 21px;
color: inherit; }
.has-post-thumbnail .sticky__label {
position: absolute;
z-index: 99;
top: 10px;
right: 10px;
float: none; }
@media (min-width: 992px) {
.has-post-thumbnail .sticky__label {
top: 20px;
right: 20px; } }
@media (min-width: 992px) {
.posts-list--grid-2-cols .sticky.posts-list__item .btn, .posts-list--grid-2-cols .sticky.posts-list__item #tm_builder_outer_content a.tm_pb_button, #tm_builder_outer_content .posts-list--grid-2-cols .sticky.posts-list__item a.tm_pb_button, .posts-list--grid-2-cols .sticky.posts-list__item #tm_builder_outer_content .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container .tm_pb_contact_submit, #tm_builder_outer_content .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container .posts-list--grid-2-cols .sticky.posts-list__item .tm_pb_contact_submit, .posts-list--grid-2-cols .sticky.posts-list__item .tm_pb_builder #tm_builder_outer_content .tm_pb_post .more-link, .tm_pb_builder #tm_builder_outer_content .tm_pb_post .posts-list--grid-2-cols .sticky.posts-list__item .more-link, .posts-list--grid-3-cols .sticky.posts-list__item .btn, .posts-list--grid-3-cols .sticky.posts-list__item #tm_builder_outer_content a.tm_pb_button, #tm_builder_outer_content .posts-list--grid-3-cols .sticky.posts-list__item a.tm_pb_button, .posts-list--grid-3-cols .sticky.posts-list__item #tm_builder_outer_content .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container .tm_pb_contact_submit, #tm_builder_outer_content .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container .posts-list--grid-3-cols .sticky.posts-list__item .tm_pb_contact_submit, .posts-list--grid-3-cols .sticky.posts-list__item .tm_pb_builder #tm_builder_outer_content .tm_pb_post .more-link, .tm_pb_builder #tm_builder_outer_content .tm_pb_post .posts-list--grid-3-cols .sticky.posts-list__item .more-link {
padding: 10px 36px 10px 36px; }
.two-sidebars .sticky.posts-list__item .btn, .two-sidebars .sticky.posts-list__item #tm_builder_outer_content a.tm_pb_button, #tm_builder_outer_content .two-sidebars .sticky.posts-list__item a.tm_pb_button, .two-sidebars .sticky.posts-list__item #tm_builder_outer_content .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container .tm_pb_contact_submit, #tm_builder_outer_content .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container .two-sidebars .sticky.posts-list__item .tm_pb_contact_submit, .two-sidebars .sticky.posts-list__item .tm_pb_builder #tm_builder_outer_content .tm_pb_post .more-link, .tm_pb_builder #tm_builder_outer_content .tm_pb_post .two-sidebars .sticky.posts-list__item .more-link {
padding: 0; } }
@media (min-width: 992px) {
.sticky.posts-list__item .btn__text {
display: inline-block; }
.posts-list--masonry-2-cols .sticky.posts-list__item .btn__text, .posts-list--masonry-3-cols .sticky.posts-list__item .btn__text {
display: none; } }
.two-sidebars .sticky.posts-list__item .btn__text {
display: none; }
@media (min-width: 992px) {
.sticky.posts-list__item .btn__icon,
.sticky.posts-list__item .btn .material-icons,
.sticky.posts-list__item #tm_builder_outer_content a.tm_pb_button .material-icons,
#tm_builder_outer_content .sticky.posts-list__item a.tm_pb_button .material-icons,
.sticky.posts-list__item #tm_builder_outer_content .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container .tm_pb_contact_submit .material-icons,
#tm_builder_outer_content .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container .sticky.posts-list__item .tm_pb_contact_submit .material-icons,
.sticky.posts-list__item .tm_pb_builder #tm_builder_outer_content .tm_pb_post .more-link .material-icons,
.tm_pb_builder #tm_builder_outer_content .tm_pb_post .sticky.posts-list__item .more-link .material-icons,
.sticky.posts-list__item .btn .fa,
.sticky.posts-list__item #tm_builder_outer_content a.tm_pb_button .fa,
#tm_builder_outer_content .sticky.posts-list__item a.tm_pb_button .fa,
.sticky.posts-list__item #tm_builder_outer_content .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container .tm_pb_contact_submit .fa,
#tm_builder_outer_content .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container .sticky.posts-list__item .tm_pb_contact_submit .fa,
.sticky.posts-list__item .tm_pb_builder #tm_builder_outer_content .tm_pb_post .more-link .fa,
.tm_pb_builder #tm_builder_outer_content .tm_pb_post .sticky.posts-list__item .more-link .fa {
display: none; }
.posts-list--masonry-2-cols .sticky.posts-list__item .btn__icon, .posts-list--masonry-3-cols .sticky.posts-list__item .btn__icon, .posts-list--masonry-2-cols
.sticky.posts-list__item .btn .material-icons, .posts-list--masonry-2-cols
.sticky.posts-list__item #tm_builder_outer_content a.tm_pb_button .material-icons, #tm_builder_outer_content .posts-list--masonry-2-cols
.sticky.posts-list__item a.tm_pb_button .material-icons, .posts-list--masonry-2-cols
.sticky.posts-list__item #tm_builder_outer_content .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container .tm_pb_contact_submit .material-icons, #tm_builder_outer_content .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container .posts-list--masonry-2-cols
.sticky.posts-list__item .tm_pb_contact_submit .material-icons, .posts-list--masonry-2-cols
.sticky.posts-list__item .tm_pb_builder #tm_builder_outer_content .tm_pb_post .more-link .material-icons, .tm_pb_builder #tm_builder_outer_content .tm_pb_post .posts-list--masonry-2-cols
.sticky.posts-list__item .more-link .material-icons, .posts-list--masonry-3-cols
.sticky.posts-list__item .btn .material-icons, .posts-list--masonry-3-cols
.sticky.posts-list__item #tm_builder_outer_content a.tm_pb_button .material-icons, #tm_builder_outer_content .posts-list--masonry-3-cols
.sticky.posts-list__item a.tm_pb_button .material-icons, .posts-list--masonry-3-cols
.sticky.posts-list__item #tm_builder_outer_content .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container .tm_pb_contact_submit .material-icons, #tm_builder_outer_content .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container .posts-list--masonry-3-cols
.sticky.posts-list__item .tm_pb_contact_submit .material-icons, .posts-list--masonry-3-cols
.sticky.posts-list__item .tm_pb_builder #tm_builder_outer_content .tm_pb_post .more-link .material-icons, .tm_pb_builder #tm_builder_outer_content .tm_pb_post .posts-list--masonry-3-cols
.sticky.posts-list__item .more-link .material-icons, .posts-list--masonry-2-cols
.sticky.posts-list__item .btn .fa, .posts-list--masonry-2-cols
.sticky.posts-list__item #tm_builder_outer_content a.tm_pb_button .fa, #tm_builder_outer_content .posts-list--masonry-2-cols
.sticky.posts-list__item a.tm_pb_button .fa, .posts-list--masonry-2-cols
.sticky.posts-list__item #tm_builder_outer_content .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container .tm_pb_contact_submit .fa, #tm_builder_outer_content .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container .posts-list--masonry-2-cols
.sticky.posts-list__item .tm_pb_contact_submit .fa, .posts-list--masonry-2-cols
.sticky.posts-list__item .tm_pb_builder #tm_builder_outer_content .tm_pb_post .more-link .fa, .tm_pb_builder #tm_builder_outer_content .tm_pb_post .posts-list--masonry-2-cols
.sticky.posts-list__item .more-link .fa, .posts-list--masonry-3-cols
.sticky.posts-list__item .btn .fa, .posts-list--masonry-3-cols
.sticky.posts-list__item #tm_builder_outer_content a.tm_pb_button .fa, #tm_builder_outer_content .posts-list--masonry-3-cols
.sticky.posts-list__item a.tm_pb_button .fa, .posts-list--masonry-3-cols
.sticky.posts-list__item #tm_builder_outer_content .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container .tm_pb_contact_submit .fa, #tm_builder_outer_content .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container .posts-list--masonry-3-cols
.sticky.posts-list__item .tm_pb_contact_submit .fa, .posts-list--masonry-3-cols
.sticky.posts-list__item .tm_pb_builder #tm_builder_outer_content .tm_pb_post .more-link .fa, .tm_pb_builder #tm_builder_outer_content .tm_pb_post .posts-list--masonry-3-cols
.sticky.posts-list__item .more-link .fa {
display: inline-block; } }
.two-sidebars .sticky.posts-list__item .btn__icon, .two-sidebars
.sticky.posts-list__item .btn .material-icons, .two-sidebars
.sticky.posts-list__item #tm_builder_outer_content a.tm_pb_button .material-icons, #tm_builder_outer_content .two-sidebars
.sticky.posts-list__item a.tm_pb_button .material-icons, .two-sidebars
.sticky.posts-list__item #tm_builder_outer_content .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container .tm_pb_contact_submit .material-icons, #tm_builder_outer_content .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container .two-sidebars
.sticky.posts-list__item .tm_pb_contact_submit .material-icons, .two-sidebars
.sticky.posts-list__item .tm_pb_builder #tm_builder_outer_content .tm_pb_post .more-link .material-icons, .tm_pb_builder #tm_builder_outer_content .tm_pb_post .two-sidebars
.sticky.posts-list__item .more-link .material-icons, .two-sidebars
.sticky.posts-list__item .btn .fa, .two-sidebars
.sticky.posts-list__item #tm_builder_outer_content a.tm_pb_button .fa, #tm_builder_outer_content .two-sidebars
.sticky.posts-list__item a.tm_pb_button .fa, .two-sidebars
.sticky.posts-list__item #tm_builder_outer_content .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container .tm_pb_contact_submit .fa, #tm_builder_outer_content .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container .two-sidebars
.sticky.posts-list__item .tm_pb_contact_submit .fa, .two-sidebars
.sticky.posts-list__item .tm_pb_builder #tm_builder_outer_content .tm_pb_post .more-link .fa, .tm_pb_builder #tm_builder_outer_content .tm_pb_post .two-sidebars
.sticky.posts-list__item .more-link .fa {
display: inline-block; }
@media (min-width: 992px) {
.posts-list--grid-2-cols .sticky .entry-title, .posts-list--grid-3-cols .sticky .entry-title {
font-size: 30px; } }
.sticky .post-thumbnail__img {
width: 100%; }
.entry-video {
margin-bottom: 10px; }
.single .post-thumbnail {
margin-bottom: 27px; }
.entry-footer__share-block {
margin-top: 40px; }
.entry-footer__share-block h6 {
margin-top: 1px;
margin-right: 7px; }
@media (min-width: 400px) {
.entry-footer__share-block h6 {
float: left; } }
@media (min-width: 992px) {
.entry-footer__share-block h6 {
letter-spacing: 1px;
margin-right: 20px; } }
.no-sidebars-before .post-gallery__slide img,
.no-sidebars-before .post-thumbnail img {
width: auto; }
.no-sidebars-before .post-thumbnail .post-gallery__link img {
width: 100%; }
.fb_iframe_widget {
margin-bottom: 1em; }
.tm-posts_title_divider {
display: none; }
.post-format-link {
font-size: 18px;
font-size: 1.125rem; }
@media (max-width: 567px) {
.post-format-link {
font-size: 15px;
font-size: 0.9375rem; } } .post-author__holder {
font-size: 18px;
font-size: 1.125rem;
line-height: 28px; } .mejs-container.mejs-audio {
max-width: 651px;
margin-bottom: 10px; }
.contact-form {
border-radius: 8px; }
#primary ul li {
list-style: disc; }
#primary ul li:before {
content: normal; }
#primary ol li {
list-style: decimal; }
#primary ol li:before {
content: normal; }
#primary ol li ul li {
list-style: disc; }
#primary ol li ul li ol li {
list-style: decimal; }
.has-thumb .post-thumbnail__format-link .post-format-link {
background: none; }
.post-thumbnail a.post-thumbnail__link[data-popup='magnificPopup'],
.post-gallery a.post-gallery__link[data-popup='magnificPopup'],
.post-thumbnail .mini-gallery a.post-thumbnail__link {
position: relative;
overflow: hidden;
display: block; }
.small-thumbnail .post-thumbnail a.post-thumbnail__link[data-popup='magnificPopup'], .small-thumbnail
.post-gallery a.post-gallery__link[data-popup='magnificPopup'], .small-thumbnail
.post-thumbnail .mini-gallery a.post-thumbnail__link {
display: inline-block;
max-width: 100%; }
.post-thumbnail a.post-thumbnail__link[data-popup='magnificPopup']:before,
.post-gallery a.post-gallery__link[data-popup='magnificPopup']:before,
.post-thumbnail .mini-gallery a.post-thumbnail__link:before {
content: 'photo';
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
display: inline-block;
line-height: 1;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-font-feature-settings: 'liga';
-moz-font-feature-settings: 'liga';
font-feature-settings: 'liga';
color: white;
width: 60px;
height: 60px;
font-size: 40px;
line-height: 60px;
text-align: center;
position: absolute;
top: 50%;
left: 50%;
opacity: 0;
-webkit-transform: scale(0) translate3d(-50%, -50%, 0);
transform: scale(0) translate3d(-50%, -50%, 0);
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
z-index: 2;
-webkit-transition: 333ms 200ms all;
transition: 333ms 200ms all; }
.post-thumbnail a.post-thumbnail__link[data-popup='magnificPopup']:hover:before,
.post-gallery a.post-gallery__link[data-popup='magnificPopup']:hover:before,
.post-thumbnail .mini-gallery a.post-thumbnail__link:hover:before {
opacity: 1; }
.post-thumbnail a.post-thumbnail__link[data-popup='magnificPopup']:hover:before,
.post-gallery a.post-gallery__link[data-popup='magnificPopup']:hover:before,
.post-thumbnail .mini-gallery a.post-thumbnail__link:hover:before {
-webkit-transform: scale(1) translate3d(-50%, -50%, 0);
transform: scale(1) translate3d(-50%, -50%, 0); } .post {    }
.post-gallery {
margin-bottom: 1em; }
@media (min-width: 992px) {
.post-gallery {
margin-bottom: 2em; } }
.entry-content .post-gallery {
margin-top: 10px;
margin-bottom: 20px; }
.post-gallery__image {
display: block;
margin: auto; }
.post-gallery .swiper-button-next,
.post-gallery .swiper-button-prev {
top: 50%;
margin-top: -25px;
text-align: center;
border: none;
line-height: 46px;
background: none; }
.post-gallery .swiper-button-next:hover,
.post-gallery .swiper-button-prev:hover {
background-color: transparent !important; }
.post-gallery .swiper-button-prev {
left: 30px; }
.post-gallery .swiper-button-next {
right: 30px; }
.post-gallery .material-icons,
.post-gallery .fa {
font-size: 52px;
line-height: 46px; }
.post-gallery__slide.swiper-slide:hover {
background-color: transparent; }
.post-gallery__caption {
position: absolute;
right: 0;
bottom: 0;
left: 0;
padding: 15px;
color: #fff;
background: rgba(0, 0, 0, 0.5); }
.post-gallery__link {
display: block; }
.post-format-link {
display: inline-block;
margin: 10px 0;
padding: 10px 20px 10px 15px;
text-decoration: underline; }
.has-thumb .post-thumbnail {
position: relative; }
.has-thumb .post-thumbnail__format-link {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
text-align: center; }
.has-thumb .post-thumbnail__format-link .post-format-link {
margin: -20px 0 0;
position: absolute;
left: 0;
right: 0;
top: 50%; }
.post-format-quote {
background-color: transparent; }
.post-featured-content {
margin-bottom: 1em; }
@media (min-width: 992px) {
.post-featured-content {
margin-bottom: 2em; } }
.format-video .post-featured-content {
background: none; }
.post-featured-content .post__cats {
padding: 1em 0 0 1em; }
@media (min-width: 992px) {
.post-featured-content .post__cats {
padding-top: 2em; } }
.format-video .post-featured-content .post__cats {
position: absolute;
top: 0;
left: 0;
margin: 10px; }
@media (min-width: 992px) {
.format-video .post-featured-content .post__cats {
margin: 30px; } }
.format-video .post-featured-content .post__cats:first-child {
position: static; }
.post.format-status .post__cats {
padding: 0 0 10px; } .blog .format-aside .entry-title, .archive .format-aside .entry-title {
display: none; }
.post-featured-content.post-quote {
margin-bottom: 1em;
padding: 30px 0 0; }
.post-featured-content.post-quote blockquote {
margin-bottom: 0;
padding: 30px; }
.embed-wrapper {
margin-bottom: 1em; }
.posts-list .entry-content .post-gallery.swiper-container,
.posts-list .entry-content .mejs-container {
display: none; }
.post_format-post-format-quote .post__cats {
margin-bottom: 1.3em; }
.post-gallery .swiper-button-prev {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }
.post-gallery .swiper-button-next {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); } .footer-container {
padding: 18px 2.625rem; }
.container .footer-container {
padding-right: 0;
padding-left: 0; }
.footer-container .site-info {
padding: 0; }
.site-footer {
font-size: 15px;
font-size: 0.9375rem; }
.site-info .footer-logo {
margin: 0; }
.site-info .social-list {
margin: 0; }
.site-info .social-list li + li {
margin-left: 17px; }
.site-info .social-list a {
font-size: 18px;
font-size: 1.125rem; }
.site-info__flex {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: justify;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-align-content: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center; }
@media (min-width: 768px) {
.site-info__flex {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row; } }
.site-info__flex .footer-logo {
-webkit-box-flex: 0;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center; }
.site-info__flex .social-list {
-webkit-box-flex: 0;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center; }
.site-info__flex .site-info__mid-box {
text-align: center;
-webkit-box-flex: 0;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center; }
.site-footer .footer-area-wrap {
padding: 0 0.75rem;
font-size: 15px; }
@media (min-width: 992px) {
.site-footer .footer-area-wrap {
padding: 0 2.625rem; } }
@media (min-width: 1200px) {
.site-footer .footer-area-wrap {
font-size: inherit; } }
@media (max-width: 543px) {
.site-footer .footer-area-wrap {
text-align: center; } }
.footer-area.widget-area {
line-height: 24px;
padding: 72px 0 51px; }
.footer-area.widget-area .widget_text {
line-height: 22px;
font-weight: lighter;
font-size: 14px; }
.footer-area.widget-area .widget_text ul {
display: inline-block;
margin-top: -5px;
line-height: 35px; }
.footer-area.widget-area .widget_text ul li {
margin-left: 0;
margin-top: 0;
display: block; }
.footer-area.widget-area .widget_text ul li i {
font-size: 15px;
font-size: 0.9375rem;
color: #fff;
min-width: 31px;
display: inline-block; }
@media (min-width: 1200px) {
.footer-area.widget-area .widget_text:first-child {
padding-left: 11px; } }
.footer-area.widget-area .widget_text:last-child .textwidget {
line-height: 36px; }
.footer-area.widget-area .widget_text:last-child .widget-title {
margin-bottom: 4px; }
@media (min-width: 1200px) {
.footer-area.widget-area .widget_text:last-child {
padding-left: 25px; } }
.footer-area.widget-area .widget-title {
padding-bottom: 20px;
margin-bottom: 10px;
font-size: 24px; }
.footer-area.widget-area .widget-about {
padding: 0; }
.footer-area.widget-area .widget_nav_menu {
padding-left: 21px; }
.footer-area.widget-area .widget_nav_menu .menu-item {
font-size: 14px;
letter-spacing: 0.02em;
font-weight: lighter; }
.footer-area.widget-area ul.menu li {
margin-top: 0.8em;
margin-left: 0; }
.footer-area.widget-area ul.menu li li {
margin-left: 1em; }
.footer-area.widget-area ul.menu li:before {
display: none; }
@media (max-width: 767px) {
.footer-copyright {
padding: 0 20px; } }
.site-footer.default .footer-copyright {
display: block;
vertical-align: middle; }
.site-footer.default .footer-menu {
display: block;
vertical-align: middle; }
@media (min-width: 1200px) {
.site-footer.default .footer-menu {
float: right;
margin-top: 0;
margin-bottom: 0; } }
@media (min-width: 1200px) {
.site-footer.default .footer-menu__items {
margin: 0 0.5em; } }
.site-footer.default .footer-area-wrap + .footer-container .footer-logo {
display: none; }
.site-footer.default .widget + .widget {
margin-top: 40px; }
@media (min-width: 768px) {
.site-footer.default .widget + .widget {
margin-top: 0; } }
.site-footer.default .widget:nth-of-type(2) {
margin-top: 40px; }
@media (min-width: 544px) {
.site-footer.default .widget:nth-of-type(2) {
margin-top: 0; } }
.site-footer.default .social-list {
-webkit-box-ordinal-group: 5;
-webkit-order: 4;
-ms-flex-order: 4;
order: 4; }
@media (min-width: 1200px) {
.site-footer.default .social-list {
margin-right: 83px; } }
.site-footer.default .widget-area .widget:last-child {
margin-bottom: 0; }
.material-icons-local_phone:before {
content: '\e551'; }
.material-icons-schedule:before {
content: '\e8b5'; }
.material-icons-drafts:before {
content: '\e151'; }
.material-icons-place:before {
content: '\e55f'; }
.site-footer.centered {
text-align: center; }
.site-footer.centered .footer-container {
padding-top: 50px;
padding-bottom: 50px; }
.site-footer.centered .social-list__items {
margin-top: 10px; }
.site-footer.minimal .footer-copyright {
display: block;
vertical-align: middle; }
@media (min-width: 1200px) {
.site-footer.minimal .footer-copyright {
float: left; } }
.site-footer.minimal .footer-logo {
line-height: 0;
margin-bottom: 15px; }
.site-footer.minimal .footer-logo a, .site-footer.minimal .footer-logo img {
display: inline-block;
line-height: 1; }
@media (min-width: 768px) {
.site-footer.minimal .footer-logo {
margin-bottom: 0; } }
.site-footer.minimal .footer-menu {
display: block;
vertical-align: middle; }
@media (min-width: 1200px) {
.site-footer.minimal .footer-menu {
float: right;
margin-top: 0;
margin-bottom: 0; } }
@media (min-width: 1200px) {
.site-footer.minimal .footer-menu__items {
margin: 0 0.5em; } }
.not-found {
margin-bottom: 1em;
text-align: center;
border-radius: 8px; }
@media (min-width: 992px) {
.not-found {
margin-bottom: 2em; } }
.not-found .page-title {
margin: 25px 0; }
.not-found h4 {
margin: 0 0 25px; } .widget-title {
font-size: 18px;
line-height: 1.1;
margin: 0 0 0.65em 0; }
@media (min-width: 992px) {
.widget-title {
font-size: 32px; } }
.sidebar .widget + .widget {
margin-top: 30px; }
@media (min-width: 768px) {
.sidebar .widget + .widget {
margin-top: 40px; } }
@media (min-width: 768px) {
.sidebar .widget:first-child {
margin-top: 0; } }
.widget-area .widget:last-child {
margin-bottom: 50px; }
@media (min-width: 768px) {
.widget-area .widget:last-child {
margin-bottom: 2em; } }
.widget select {
max-width: 100%; }
.widget-about__content {
margin-top: 15px; }
.sidebar .widget_search {
padding: 45px 25px 5px;
background: #f4f6f9;
box-shadow: 0px 25px 50px -20px rgba(0, 0, 0, 0.3);
border-radius: 8px; }
.sidebar .widget_search .search-form {
margin-bottom: 30px; }
.sidebar .widget_search .search-form__field {
padding-left: 0; }
.sidebar .widget_search .search-form__submit:after {
font-size: 18px; }
@media (max-width: 1199px) {
.sidebar .widget_search .search-form__submit.btn-primary {
right: 0; } }
.sidebar .widget-subscribe {
box-shadow: 0px 25px 50px -20px rgba(0, 0, 0, 0.3);
border-radius: 8px; }
.sidebar .widget-subscribe .follow-block {
background: #f4f6f9; }
.sidebar .widget-subscribe .subscribe-block__submit {
position: absolute;
right: 43px;
background: none;
border: none;
margin-top: 0; }
@media (max-width: 1199px) {
.sidebar .widget-subscribe .subscribe-block__submit {
padding-left: 0;
padding-right: 0;
right: 30px; } }
.sidebar .widget-subscribe .subscribe-block__submit:after {
margin-left: 10px;
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: 18px;
content: '\f1d9';
vertical-align: baseline;
line-height: 1.5; }
.sidebar .widget-subscribe .subscribe-block__input {
padding-left: 0;
border: none;
border-bottom: 1px solid; }
.sidebar .widget-subscribe .subscribe-block__input.error {
border: 1px solid #fe5c7a; }
.sidebar .widget_calendar {
box-shadow: 0px 25px 50px -20px rgba(0, 0, 0, 0.3);
border-radius: 8px; }
.sidebar .widget_calendar .widget-title {
margin: 0;
padding: 20px 20px 0;
background: #f4f6f9; }
.sidebar .widget_calendar .calendar_wrap {
padding: 0 20px 20px; }
.sidebar .widget_calendar caption {
padding: 25px;
margin: 0 -20px 20px;
border-radius: 8px 8px 0 0;
background: #f4f6f9; }
@media (max-width: 1199px) {
.sidebar-1-4 .sidebar .calendar_wrap {
padding: 0 10px 10px; } }
@media (max-width: 1199px) {
.sidebar-1-4 .sidebar .calendar_wrap caption {
margin: 0 -10px; } }
.sidebar .widget_recent_entries .post-date:before {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: 14px;
content: '\f017';
vertical-align: baseline;
margin-right: 5px; }
.sidebar .widget_archive,
.sidebar .widget_categories {
background: #f4f6f9;
box-shadow: 0px 25px 50px -20px rgba(0, 0, 0, 0.3);
border-radius: 8px; }
.sidebar .widget_tag_cloud a {
padding: 7px 14px;
border-radius: 5px; } .widget ul {
margin-bottom: 0;
margin-left: 0;
padding: 0; }
.widget > ul > li:first-child {
margin-top: 0; }
.widget li {
position: relative;
margin-left: 1em;
list-style: none;
margin-top: .25em; }
.widget li > ul {
margin-left: 0; }
.widget_archive li::before,
.widget_categories li::before,
.widget_pages li::before,
.widget_meta li::before,
.widget_rss li::before,
.widget_nav_menu li::before {
font-size: 6px;
position: absolute;
top: 1.5em;
left: -2em;
content: 'fiber_manual_record';
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
display: inline-block;
line-height: 1;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-font-feature-settings: 'liga';
-moz-font-feature-settings: 'liga';
font-feature-settings: 'liga'; } .widget_calendar {
line-height: 1;
border: none; }
@media (min-width: 992px) {
.widget_calendar {
line-height: 0.85; } }
.widget_calendar .widget-title {
margin-bottom: -37px; }
@media (min-width: 992px) {
.widget_calendar .widget-title {
margin-bottom: -40px; } }
.widget_calendar table {
margin-bottom: 0;
border: none; }
.widget_calendar thead tr th {
padding-bottom: 7px;
font-weight: 400;
border: none; }
.widget_calendar caption {
margin-bottom: 1.1em;
padding: 1em 0;
padding-right: 7px;
border: none;
font-size: 18px;
font-size: 1.125rem;
text-align: right; }
.widget_calendar th, .widget_calendar tbody td {
padding: 0 0;
text-align: center;
border: none;
font-weight: 400;
min-height: 25px;
line-height: 25px; }
.widget_calendar tfoot {
line-height: 1.5;
font-size: 13px;
font-weight: 300;
padding-top: 20px; }
.widget_calendar tfoot td {
padding: 24px 5px 0; }
.widget_calendar #next {
text-align: right; }
.widget_calendar tbody a {
border-radius: 50%;
display: inline-block;
overflow: hidden;
width: 25px;
height: 25px; }
@media (min-width: 992px) {
.widget_calendar tbody a {
min-width: 17px; } }
@media (min-width: 1200px) {
.widget_calendar tbody a {
min-width: 25px; } }
@media (min-width: 1199px) {
.invert .widget_calendar .calendar_wrap {
font-size: 30px; }
.invert .widget_calendar {
margin-top: 34px; } } .tagcloud a {
display: inline-block;
vertical-align: top;
text-decoration: none; }
.tagcloud a:focus {
outline: none; }
.widget_tag_cloud {
padding-bottom: 35px; } .widget_recent_entries > ul {
margin-top: 28px; }
.widget_recent_entries li {
margin-left: 0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
padding: 1px 0 20px;
border-bottom: 1px solid #d2e0eb; }
.widget_recent_entries li:last-child {
border-bottom: none; }
.widget_recent_entries li::before {
display: none; }
.widget_recent_entries li + li {
margin-top: 1em; }
.widget_recent_entries li .post-date {
font-size: 14px;
padding-bottom: 9px;
display: block;
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1; } .widget_recent_comments {
font-size: 14px; }
.widget_recent_comments .widget-title {
margin-bottom: 30px; }
.widget_categories + .widget_recent_comments {
margin-top: 5.4em; }
.widget_recent_comments li {
margin-left: 0;
padding: 1px 0 20px;
border-bottom: 1px solid #d2e0eb; }
.widget_recent_comments li:last-child {
border-bottom: none;
padding-bottom: 0; }
.widget_recent_comments li::before {
display: none; }
.widget_recent_comments li + li {
margin-top: 1em; }
.widget_recent_comments .recentcomments > a {
line-height: 1.1;
display: block;
margin-top: 8px; } .widget_archive {
padding: 25px 20px; }
.invert .widget_archive {
background: none;
padding-top: 0;
padding-bottom: 0; }
@media (min-width: 992px) {
.widget_archive {
padding: 45px 30px 50px; } }
.widget_archive select {
margin-top: 17px;
width: 100%; } .widget_categories {
padding: 25px 20px; }
.invert .widget_categories {
background: none;
padding-top: 0;
padding-bottom: 0; }
@media (min-width: 992px) {
.widget_categories {
padding: 45px 30px 49px; } }
.widget_categories select {
margin-top: 17px;
width: 100%; } .widget-easy-twitter-feed-widget-row {
border-radius: 5px; }
.widget-easy-twitter-feed-widget-kamn .widget-title {
margin-bottom: 1.2em; } .widget-easy-twitter-feed-widget-kamn + .widget_fbw_id {
margin-top: 4.4em; }
.widget_fbw_id .widget-title {
margin-bottom: 1.5em; } .widget_text {
line-height: 28px; }
.widget_text .btn, .widget_text #tm_builder_outer_content a.tm_pb_button, #tm_builder_outer_content .widget_text a.tm_pb_button, .widget_text #tm_builder_outer_content .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container .tm_pb_contact_submit, #tm_builder_outer_content .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container .widget_text .tm_pb_contact_submit, .widget_text .tm_pb_builder #tm_builder_outer_content .tm_pb_slider_fullwidth_on a.tm_pb_button, .tm_pb_builder #tm_builder_outer_content .tm_pb_slider_fullwidth_on .widget_text a.tm_pb_button, .widget_text .tm_pb_builder #tm_builder_outer_content .tm_pb_post .more-link, .tm_pb_builder #tm_builder_outer_content .tm_pb_post .widget_text .more-link {
margin-top: 34px; }
.widget_text p {
margin-bottom: 1.7em; }
.widget_text .widget-title {
margin-bottom: 0.9em; }
.sidebar .widget_text {
text-align: center;
background: #f4f4f4;
padding: 25px 14px; }
@media (min-width: 1200px) {
.sidebar .widget_text {
padding: 45px 44px 40px; } }
#sidebar .widget_nav_menu ul.menu {
margin-top: 30px; }
@media (min-width: 992px) {
#sidebar .widget_nav_menu ul.menu {
margin-left: -5px; } }
#sidebar .widget_nav_menu ul.menu li {
margin-left: 0.8em;
margin-top: .59em; } .widget-about__logo-img {
vertical-align: top; } .widget-about-author {
text-align: center; }
.full-width-header-area .widget-about-author, .after-content-full-width-area .widget-about-author {
padding: 1em;
text-align: left; }
@media (min-width: 992px) {
.full-width-header-area .widget-about-author, .after-content-full-width-area .widget-about-author {
padding: 2em; } }
.before-content-area .widget-about-author, .before-loop-area .widget-about-author, .after-content-area .widget-about-author, .after-loop-area .widget-about-author {
text-align: left; }
.position-two-sidebars .before-loop-area .widget-about-author, .position-two-sidebars .after-loop-area .widget-about-author {
text-align: center; }
.about-author:after {
display: block;
clear: both;
width: 100%;
content: ''; }
.about-author_avatar {
text-align: center; }
.full-width-header-area .about-author_avatar, .after-content-full-width-area .about-author_avatar, .before-content-area .about-author_avatar, .before-loop-area .about-author_avatar, .after-content-area .about-author_avatar, .after-loop-area .about-author_avatar {
margin: 0 0 1em;
max-width: 100%; }
@media (min-width: 544px) {
.full-width-header-area .about-author_avatar, .after-content-full-width-area .about-author_avatar, .before-content-area .about-author_avatar, .before-loop-area .about-author_avatar, .after-content-area .about-author_avatar, .after-loop-area .about-author_avatar {
float: left;
max-width: 50%;
margin: 0 1.5em 0 0; } }
.position-two-sidebars .before-loop-area .about-author_avatar, .position-two-sidebars .after-loop-area .about-author_avatar {
float: none;
margin: 0; }
.about-author_img {
border-radius: 100%; }
.full-width-header-area .about-author_content, .after-content-full-width-area .about-author_content, .before-content-area .about-author_content, .before-loop-area .about-author_content, .after-content-area .about-author_content, .after-loop-area .about-author_content {
overflow: hidden; }
.position-two-sidebars .before-loop-area .about-author_content, .position-two-sidebars .after-loop-area .about-author_content {
overflow: visible; }
.about-author_name {
margin: 0;
padding: 1em 0; }
.about-author_description {
padding: 0 0 1.5em; }
.about-author_btn_box {
padding-top: 1em;
border-top: 1px solid #d2e0eb; }
@media (min-width: 992px) {
.about-author_btn_box {
padding-top: 2em; } }
.footer-area .about-author_btn_box {
border-top-color: rgba(255, 255, 255, 0.2); } .widget-banner__img {
display: inline-block;
vertical-align: top; } .swiper-carousel-container {
position: relative; }
.swiper-slide:hover {
background-color: #eef4fa; }
.widget-carousel .swiper-slide {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
height: auto; }
.swiper-slide .inner {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
border-radius: 8px;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-self: stretch;
-ms-flex-item-align: stretch;
align-self: stretch; }
.swiper-slide .entry-content {
margin: 0;
padding: 0 2em; }
.swiper-slide .entry-footer {
margin: 1.5em 0;
padding: 0 2em; }
.swiper-slide .entry-meta .comments-block {
display: inline-block; }
.swiper-slide .post-thumbnail__link {
display: block;
overflow: hidden;
margin-bottom: 1em; }
.swiper-slide .post-thumbnail__img {
display: block;
width: 100%;
-webkit-transition: all 1s ease;
transition: all 1s ease; }
.swiper-slide .post__cats {
position: absolute;
top: 30px;
left: 30px; }
.swiper-pagination {
position: static; }
.swiper-button-next, .swiper-button-prev {
top: 50%;
display: none;
width: 46px;
height: 46px;
margin: -23px 0 0 0;
background-image: none;
color: rgba(255, 255, 255, 0.4);
border: 1px solid;
-webkit-transition: .4s all ease;
transition: .4s all ease; }
.swiper-button-next i, .swiper-button-prev i {
display: none; }
.swiper-button-next .fa,
.swiper-button-next .material-icons, .swiper-button-prev .fa,
.swiper-button-prev .material-icons {
margin: 0; }
.swiper-button-next {
right: 30px;
border-radius: 50%;
text-indent: 2px; }
.swiper-button-prev {
left: 30px;
border-radius: 50%;
text-indent: -2px; }
.sidebar
.footer-area .widget-carousel:not(.footer-area--centered) .swiper-button-next,
.sidebar
.footer-area .widget-carousel:not(.footer-area--centered) .swiper-button-prev {
top: 20%;
width: 30px;
height: 30px; }
.sidebar
.footer-area .widget-carousel:not(.footer-area--centered) .swiper-button-next .material-icons,
.sidebar
.footer-area .widget-carousel:not(.footer-area--centered) .swiper-button-next .fa,
.sidebar
.footer-area .widget-carousel:not(.footer-area--centered) .swiper-button-prev .material-icons,
.sidebar
.footer-area .widget-carousel:not(.footer-area--centered) .swiper-button-prev .fa {
margin: 3px; } .widget-image-grid .row {
margin: 0; }
.widget-image-grid__holder {
padding: 0; }
.widget-image-grid__inner {
position: relative;
display: block;
overflow: hidden; }
.widget-image-grid__img {
display: block;
width: 100%;
height: auto; }
.widget-image-grid__content {
position: absolute;
z-index: 0;
top: 0;
left: 0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
height: 100%;
padding: 0 5px;
text-align: center;
opacity: 0;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease; }
.widget-image-grid__content:hover {
opacity: 1; }
.widget-image-grid__content::before {
position: absolute;
z-index: -1;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: '';
opacity: 0.8; }
.widget-image-grid__title {
display: block;
width: 100%; }
@media (min-width: 768px) {
.widget-image-grid__title {
font-size: 15px; } }
.widget-image-grid__link i {
font-size: 16px;
position: relative;
top: 4px;
margin: 0 7px;
-webkit-transition: inherit;
transition: inherit; }
.position-two-sidebars .columns-number-3 .widget-image-grid__title {
font-size: 13px; }
.position-two-sidebars .columns-number-3 .widget-image-grid__link {
display: none; } .instagram__items {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
margin-left: -4px;
margin-right: -4px; }
.instagram__item {
position: relative;
-webkit-box-flex: 1;
-webkit-flex: auto;
-ms-flex: auto;
flex: auto;
min-height: 1px;
padding: 4px; }
.sidebar .instagram__item {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.33333%;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.instagram__link {
position: relative;
overflow: hidden;
display: block; }
.instagram__link:hover .instagram__cover {
opacity: .75; }
.instagram__img {
display: inline-block;
vertical-align: top;
width: 100%; }
.instagram__cover {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
color: #fff;
opacity: 0;
text-align: center;
-webkit-transition: all .25s ease-out;
transition: all .25s ease-out; }
.instagram__cover:before {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
display: inline-block;
line-height: 1;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-font-feature-settings: 'liga';
-moz-font-feature-settings: 'liga';
font-feature-settings: 'liga';
display: block;
position: absolute;
top: 50%;
left: 50%;
content: '\E8F4';
font-size: 2em;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.full-width-header-area .widget-instagram, .after-content-full-width-area .widget-instagram {
padding: 0 4px; } .smart-slider__instance {
position: relative;
overflow: hidden;
width: 100%; }
.smart-slider__instance .sp-full-screen-button {
right: 15px;
color: #fff; }
.smart-slider__instance .sp-selected-thumbnail {
border: 4px solid; }
.smart-slider__instance .sp-bottom-thumbnails .sp-thumbnail-container,
.smart-slider__instance .sp-top-thumbnail .sp-thumbnail-container {
margin-right: 5px;
margin-left: 5px; }
.smart-slider__instance .sp-arrow {
width: 50px;
height: 50px; }
.smart-slider__instance .sp-arrow:before {
font-size: 24px;
position: relative;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 1em;
height: 1em;
margin: 13px;
-webkit-transform: none;
-ms-transform: none;
transform: none;
background-color: transparent;
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
display: inline-block;
line-height: 1;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-font-feature-settings: 'liga';
-moz-font-feature-settings: 'liga';
font-feature-settings: 'liga'; }
.smart-slider__instance .sp-arrow:after {
display: none; }
.smart-slider__instance .sp-arrow.sp-previous-arrow {
border-top-right-radius: 8px;
border-bottom-right-radius: 8px; }
.smart-slider__instance .sp-arrow.sp-next-arrow {
border-top-left-radius: 8px;
border-bottom-left-radius: 8px; }
.smart-slider__instance .sp-horizontal .sp-previous-arrow {
left: 0; }
.smart-slider__instance .sp-horizontal .sp-previous-arrow:before {
content: 'keyboard_arrow_left'; }
.smart-slider__instance .sp-horizontal .sp-next-arrow {
right: 0; }
.smart-slider__instance .sp-horizontal .sp-next-arrow:before {
content: 'keyboard_arrow_right'; }
.smart-slider__instance .sp-vertical .sp-arrows {
margin-left: -25px; }
.smart-slider__instance .sp-vertical .sp-previous-arrow {
top: 0; }
.smart-slider__instance .sp-vertical .sp-previous-arrow:before {
content: 'keyboard_arrow_left'; }
.smart-slider__instance .sp-vertical .sp-next-arrow {
bottom: 0; }
.smart-slider__instance .sp-vertical .sp-next-arrow:before {
content: 'keyboard_arrow_right'; }
.smart-slider__instance .sp-buttons {
position: absolute;
bottom: 15%;
padding: 0; }
.smart-slider__instance .sp-button {
width: 15px;
height: 15px;
margin: 4px 15px;
border-color: #fff; }
.smart-slider__instance .sp-button.sp-selected-button {
background-color: #fff; }
.smart-slider__instance h2.sp-title {
font-size: 20px;
line-height: 1.2;
overflow: hidden; }
@media (min-width: 544px) {
.smart-slider__instance h2.sp-title {
font-size: 30px; } }
@media (min-width: 768px) {
.smart-slider__instance h2.sp-title {
font-size: 40px; } }
@media (min-width: 992px) {
.smart-slider__instance h2.sp-title {
font-size: 60px; } }
@media (min-width: 1200px) {
.smart-slider__instance h2.sp-title {
font-size: 80px; } }
.smart-slider__instance h2.sp-title a {
white-space: nowrap; }
.smart-slider__instance .sp-slide {
text-align: center; }
.smart-slider__instance .sp-slide.text-wrapped h2.sp-title {
font-size: 14px;
line-height: 1.2; }
@media (min-width: 544px) {
.smart-slider__instance .sp-slide.text-wrapped h2.sp-title {
font-size: 18px; } }
@media (min-width: 768px) {
.smart-slider__instance .sp-slide.text-wrapped h2.sp-title {
font-size: 22px; } }
@media (min-width: 992px) {
.smart-slider__instance .sp-slide.text-wrapped h2.sp-title {
font-size: 30px; } }
@media (min-width: 1200px) {
.smart-slider__instance .sp-slide.text-wrapped h2.sp-title {
font-size: 40px; } }
.smart-slider__instance .sp-image-container:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
content: ''; }
.sidebar .smart-slider__instance .sp-slide.text-wrapped h2.sp-title {
font-size: 25px;
line-height: 1.2;
text-align: center; } .follow-block {
padding: 25px 14px; }
@media (min-width: 992px) {
.follow-block {
padding: 45px 24px 45px; } }
.sidebar .follow-block, .footer-area .follow-block {
text-align: center; }
.follow-block .social-list {
margin-top: 30px; }
.follow-block .social-list .menu-item {
margin: 0; }
.follow-block .social-list .menu-item > a::before {
font-size: 25px;
width: 32px;
height: 32px;
line-height: 32px;
border-radius: 50%; }
.sidebar .subscribe-block {
padding: 25px 14px; }
@media (min-width: 992px) {
.sidebar .subscribe-block {
padding: 45px 24px 51px; } }
@media (min-width: 1200px) {
.sidebar .subscribe-block .widget-title {
max-width: 70%;
margin-left: auto;
margin-right: auto; } }
.subscribe-block__messages {
font-size: 13px;
margin-top: 3px;
text-indent: 10px; }
.subscribe-block__form {
margin-top: 35px; }
.sidebar .subscribe-block, .footer-area .subscribe-block {
text-align: center; }
.follow-block + .subscribe-block {
padding: 10px 0; }
@media (min-width: 992px) {
.follow-block + .subscribe-block {
padding: 20px 0; } }
.sidebar .subscribe-block__input-group, .footer-area .subscribe-block__input-group {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center; }
.subscribe-block__input[type='email'] {
max-width: 100%;
width: 100%;
-webkit-box-ordinal-group: 1;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
-webkit-box-flex: 1;
-webkit-flex: 1 1 0;
-ms-flex: 1 1 0;
flex: 1 1 0;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
border: 1px solid; }
@media (min-width: 1200px) {
.subscribe-block__input[type='email'] {
max-width: 100%; } }
.footer-area .subscribe-block__input[type='email']:focus {
background: #fff;
box-shadow: none; }
.sidebar-1-4 .subscribe-block__input[type='email'] {
max-width: 100%; }
.subscribe-block__submit {
padding-right: 20px;
padding-left: 20px;
margin-top: 10px;
-webkit-box-ordinal-group: 1;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
-webkit-box-flex: 0;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto; }
.footer-area .subscribe-block__submit:after {
display: inline-block; }
.subscribe-block__message {
padding: 0 0 15px; }
.footer-area .subscribe-block__message {
padding-bottom: 20px; }
#tm_builder_outer_content .tm_pb_widget_area .widget-subscribe {
text-align: center; }
#tm_builder_outer_content .tm_pb_widget_area .widget-subscribe .subscribe-block {
padding: 20px; }
@media (min-width: 992px) {
#tm_builder_outer_content .tm_pb_widget_area .widget-subscribe .subscribe-block {
padding: 35px 24px; } }
@media (min-width: 768px) {
#tm_builder_outer_content .tm_pb_widget_area .widget-subscribe .subscribe-block__messages {
text-align: left; } }
@media (min-width: 768px) {
#tm_builder_outer_content .tm_pb_widget_area .widget-subscribe .subscribe-block__form {
max-width: 530px;
margin-left: auto;
margin-right: auto; } }
#tm_builder_outer_content .tm_pb_widget_area .widget-subscribe .subscribe-block__input {
width: 360px;
margin-right: 10px;
border-radius: 8px;
line-height: 24px; }
#tm_builder_outer_content .tm_pb_widget_area .widget-subscribe .subscribe-block__input.error {
border-color: #fe5c7a; }
#tm_builder_outer_content .tm_pb_widget_area .widget-subscribe .subscribe-block__submit {
width: auto;
min-width: 155px;
padding-top: 7px;
padding-bottom: 7px; }
@media (min-width: 768px) {
#tm_builder_outer_content .tm_pb_widget_area .widget-subscribe .subscribe-block__submit {
margin-top: 0; } }
#tm_builder_outer_content .tm_pb_widget_area .widget-subscribe .subscribe-block__message {
font-size: 17px;
opacity: 0.7;
padding-bottom: 36px; }
@media (min-width: 992px) {
#tm_builder_outer_content .tm_pb_widget_area .widget-subscribe .subscribe-block .widget-title {
font-size: 32px;
margin-bottom: 14px; } }
#tm_builder_outer_content .tm_pb_widget_area .widget-subscribe .follow-block {
background: none;
padding: 0 24px 35px; }
@media (min-width: 992px) {
#tm_builder_outer_content .tm_pb_widget_area .widget-subscribe .follow-block .widget-title {
font-size: 32px; } }
.subscribe-block__input.error {
border-color: #fe5c7a; } .widget-taxonomy-tiles__holder {
float: left;
padding: 0;
-webkit-transform: translateZ(0);
transform: translateZ(0); }
.widget-taxonomy-tiles__inner {
position: relative;
overflow: hidden; }
.tiles-columns .widget-taxonomy-tiles__inner {
position: absolute;
width: 100%;
height: 100%; }
.widget-taxonomy-tiles__inner .term-img {
display: block;
width: 100%;
height: auto; }
.widget-taxonomy-tiles .tiles-columns .term-img {
position: absolute;
top: 0;
left: 0;
height: 100%;
background-repeat: no-repeat;
background-position: center;
background-size: cover; }
.widget-taxonomy-tiles__content {
position: absolute;
z-index: 0;
bottom: 0;
left: 0;
width: 100%;
padding: 20px; }
.widget-taxonomy-tiles__content:before {
position: absolute;
z-index: -1;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: '';
opacity: 0.9;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease; }
.widget-taxonomy-tiles__title {
margin: 0; }
.widget-taxonomy-tiles .tiles-columns {
display: block; }
.widget-taxonomy-tiles .tiles-columns .tile-xs-x {
width: 100%; }
@media (min-width: 544px) {
.widget-taxonomy-tiles .tiles-columns .tile-xs-x {
width: 100%; } }
@media (min-width: 768px) {
.widget-taxonomy-tiles .tiles-columns .tile-xs-x {
width: 8.33333%; } }
@media (min-width: 992px) {
.widget-taxonomy-tiles .tiles-columns .tile-xs-x {
width: 8.33333%; } }
@media (min-width: 1200px) {
.widget-taxonomy-tiles .tiles-columns .tile-xs-x {
width: 8.33333%; } }
.widget-taxonomy-tiles .tiles-columns .tile-sm-x {
width: 100%; }
@media (min-width: 544px) {
.widget-taxonomy-tiles .tiles-columns .tile-sm-x {
width: 100%; } }
@media (min-width: 768px) {
.widget-taxonomy-tiles .tiles-columns .tile-sm-x {
width: 16.66667%; } }
@media (min-width: 992px) {
.widget-taxonomy-tiles .tiles-columns .tile-sm-x {
width: 16.66667%; } }
@media (min-width: 1200px) {
.widget-taxonomy-tiles .tiles-columns .tile-sm-x {
width: 16.66667%; } }
.widget-taxonomy-tiles .tiles-columns .tile-md-x {
width: 100%; }
@media (min-width: 544px) {
.widget-taxonomy-tiles .tiles-columns .tile-md-x {
width: 100%; } }
@media (min-width: 768px) {
.widget-taxonomy-tiles .tiles-columns .tile-md-x {
width: 25%; } }
@media (min-width: 992px) {
.widget-taxonomy-tiles .tiles-columns .tile-md-x {
width: 25%; } }
@media (min-width: 1200px) {
.widget-taxonomy-tiles .tiles-columns .tile-md-x {
width: 25%; } }
.widget-taxonomy-tiles .tiles-columns .tile-lg-x {
width: 100%; }
@media (min-width: 544px) {
.widget-taxonomy-tiles .tiles-columns .tile-lg-x {
width: 100%; } }
@media (min-width: 768px) {
.widget-taxonomy-tiles .tiles-columns .tile-lg-x {
width: 33.33333%; } }
@media (min-width: 992px) {
.widget-taxonomy-tiles .tiles-columns .tile-lg-x {
width: 33.33333%; } }
@media (min-width: 1200px) {
.widget-taxonomy-tiles .tiles-columns .tile-lg-x {
width: 33.33333%; } }
.widget-taxonomy-tiles .tiles-columns .tile-xl-x {
width: 100%; }
@media (min-width: 544px) {
.widget-taxonomy-tiles .tiles-columns .tile-xl-x {
width: 100%; } }
@media (min-width: 768px) {
.widget-taxonomy-tiles .tiles-columns .tile-xl-x {
width: 50%; } }
@media (min-width: 992px) {
.widget-taxonomy-tiles .tiles-columns .tile-xl-x {
width: 50%; } }
@media (min-width: 1200px) {
.widget-taxonomy-tiles .tiles-columns .tile-xl-x {
width: 50%; } }
.widget-taxonomy-tiles .tiles-columns .tile-xs-y {
height: 544px; }
@media (min-width: 544px) {
.widget-taxonomy-tiles .tiles-columns .tile-xs-y {
height: 544px; } }
@media (min-width: 768px) {
.widget-taxonomy-tiles .tiles-columns .tile-xs-y {
height: 62px; } }
@media (min-width: 992px) {
.widget-taxonomy-tiles .tiles-columns .tile-xs-y {
height: 80.5px; } }
@media (min-width: 1200px) {
.widget-taxonomy-tiles .tiles-columns .tile-xs-y {
height: 97.5px; } }
.widget-taxonomy-tiles .tiles-columns .tile-sm-y {
height: 544px; }
@media (min-width: 544px) {
.widget-taxonomy-tiles .tiles-columns .tile-sm-y {
height: 544px; } }
@media (min-width: 768px) {
.widget-taxonomy-tiles .tiles-columns .tile-sm-y {
height: 124px; } }
@media (min-width: 992px) {
.widget-taxonomy-tiles .tiles-columns .tile-sm-y {
height: 161px; } }
@media (min-width: 1200px) {
.widget-taxonomy-tiles .tiles-columns .tile-sm-y {
height: 195px; } }
.widget-taxonomy-tiles .tiles-columns .tile-md-y {
height: 544px; }
@media (min-width: 544px) {
.widget-taxonomy-tiles .tiles-columns .tile-md-y {
height: 544px; } }
@media (min-width: 768px) {
.widget-taxonomy-tiles .tiles-columns .tile-md-y {
height: 186px; } }
@media (min-width: 992px) {
.widget-taxonomy-tiles .tiles-columns .tile-md-y {
height: 241.5px; } }
@media (min-width: 1200px) {
.widget-taxonomy-tiles .tiles-columns .tile-md-y {
height: 292.5px; } }
.widget-taxonomy-tiles .tiles-columns .tile-lg-y {
height: 544px; }
@media (min-width: 544px) {
.widget-taxonomy-tiles .tiles-columns .tile-lg-y {
height: 544px; } }
@media (min-width: 768px) {
.widget-taxonomy-tiles .tiles-columns .tile-lg-y {
height: 248px; } }
@media (min-width: 992px) {
.widget-taxonomy-tiles .tiles-columns .tile-lg-y {
height: 322px; } }
@media (min-width: 1200px) {
.widget-taxonomy-tiles .tiles-columns .tile-lg-y {
height: 390px; } }
.widget-taxonomy-tiles .tiles-columns .tile-xl-y {
height: 544px; }
@media (min-width: 544px) {
.widget-taxonomy-tiles .tiles-columns .tile-xl-y {
height: 544px; } }
@media (min-width: 768px) {
.widget-taxonomy-tiles .tiles-columns .tile-xl-y {
height: 372px; } }
@media (min-width: 992px) {
.widget-taxonomy-tiles .tiles-columns .tile-xl-y {
height: 483px; } }
@media (min-width: 1200px) {
.widget-taxonomy-tiles .tiles-columns .tile-xl-y {
height: 585px; } }
.widget-taxonomy-tiles .tiles-columns:after {
display: block;
clear: both;
content: ''; }
.sidebar .widget-taxonomy-tiles .tiles-columns .tile-xs-x, .footer-area .widget-taxonomy-tiles .tiles-columns .tile-xs-x, .sidebar .widget-taxonomy-tiles .tiles-columns .tile-sm-x, .footer-area .widget-taxonomy-tiles .tiles-columns .tile-sm-x, .sidebar .widget-taxonomy-tiles .tiles-columns .tile-md-x, .footer-area .widget-taxonomy-tiles .tiles-columns .tile-md-x, .sidebar .widget-taxonomy-tiles .tiles-columns .tile-lg-x, .footer-area .widget-taxonomy-tiles .tiles-columns .tile-lg-x, .sidebar .widget-taxonomy-tiles .tiles-columns .tile-xl-x, .footer-area .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
width: 50%; }
@media (min-width: 768px) {
.sidebar .widget-taxonomy-tiles .columns-number-3 .widget-taxonomy-tiles__content,
.sidebar .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content,
.footer-area .widget-taxonomy-tiles .columns-number-3 .widget-taxonomy-tiles__content,
.footer-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content {
display: none; } } .custom-posts__item + .custom-posts__item {
margin-top: 40px; }
.full-width-header-area .custom-posts__item, .after-content-full-width-area .custom-posts__item {
margin: 0 0 2em; }
.full-width-header-area .custom-posts, .after-content-full-width-area .custom-posts {
padding-right: 0.9375rem;
padding-left: 0.9375rem; } .wpcf7 .wpcf7-form-control-wrap input {
width: 100%; }
.wpcf7 .wpcf7-not-valid {
border-color: #fe5c7a;
background: rgba(254, 92, 122, 0.1); }
.wpcf7 .wpcf7-not-valid-tip {
color: #fe5c7a; }
.wpcf7 .wpcf7-validation-errors, .wpcf7 .wpcf7-mail-sent-ng, .wpcf7 .wpcf7-mail-sent-ok {
margin: 1.5em 0;
padding: 1em 2em;
color: #fff;
border: none; }
.wpcf7 .wpcf7-validation-errors, .wpcf7 .wpcf7-mail-sent-ng {
background: #fe5c7a; }
.wpcf7 .wpcf7-mail-sent-ok {
background: #398f14; } .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
margin-top: 0;
margin-bottom: 0;
padding: 0;
border: none; } embed,
iframe,
object {
max-width: 100%;
width: 100%; }
.img-pull-left {
float: left;
width: 50%;
margin: 0 4% 1% 0; }
.img-pull-right {
float: right;
width: 50%;
margin: 0 0 1% 4%; } .wp-caption {
margin-bottom: 1.5em;
max-width: 100%; }
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto; }
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
font-size: 12px;
font-size: 0.75rem; }
.wp-caption-text {
text-align: center; } .gallery {
margin-bottom: 1.5em; }
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%; }
.gallery-columns-2 .gallery-item {
max-width: 50%; }
.gallery-columns-3 .gallery-item {
max-width: 33.33%; }
.gallery-columns-4 .gallery-item {
max-width: 25%; }
.gallery-columns-5 .gallery-item {
max-width: 20%; }
.gallery-columns-6 .gallery-item {
max-width: 16.66%; }
.gallery-columns-7 .gallery-item {
max-width: 14.28%; }
.gallery-columns-8 .gallery-item {
max-width: 12.5%; }
.gallery-columns-9 .gallery-item {
max-width: 11.11%; }
.gallery-caption {
display: block; } .embed-responsive {
position: relative;
display: block;
padding: 0; }
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
position: absolute;
top: 0;
left: 0;
bottom: 0;
height: 100%;
width: 100%;
border: 0; }
.embed-responsive.embed-responsive-16by9 {
padding-bottom: 62.33%; }
.embed-responsive.embed-responsive-4by3 {
padding-bottom: 75%; } .fb_iframe_widget {
max-width: 100%; }
.fb_iframe_widget > span {
max-width: 100%; } .tm_pb_builder #tm_builder_outer_content .entry-featured-image-url {
overflow: hidden;
position: relative;
line-height: 0;
display: block; }
.tm_pb_builder #tm_builder_outer_content .entry-featured-image-url::after, .tm_pb_builder #tm_builder_outer_content .entry-featured-image-url::before {
position: absolute;
top: 0;
left: -150%;
z-index: 2;
display: block;
content: '';
width: 50%;
height: 100%;
background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 10%, rgba(255, 255, 255, 0) 100%);
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 10%, rgba(255, 255, 255, 0) 100%);
-webkit-transform: skewX(45deg);
-ms-transform: skewX(45deg);
transform: skewX(45deg);
pointer-events: none; }
.tm_pb_builder #tm_builder_outer_content .entry-featured-image-url::after {
background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 80%, rgba(255, 255, 255, 0) 100%);
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 80%, rgba(255, 255, 255, 0) 100%); }
@media (min-width: 768px) {
.tm_pb_builder #tm_builder_outer_content .entry-featured-image-url:hover .tm_pb_link_box_content, .tm_pb_builder #tm_builder_outer_content .entry-featured-image-url:hover img {
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05); } }
.tm_pb_builder #tm_builder_outer_content .entry-featured-image-url:hover::before {
-webkit-animation: shine 1s;
animation: shine 1s; }
.tm_pb_builder #tm_builder_outer_content .entry-featured-image-url:hover::after {
-webkit-animation: shine 0.8s;
animation: shine 0.8s;
-webkit-animation-delay: 0.25s;
animation-delay: 0.25s; }
@-webkit-keyframes shine {
100% {
left: 160%; } }
@keyframes shine {
100% {
left: 160%;
-webkit-transform: skewX(45deg);
transform: skewX(45deg); } }
.section-overlay {
position: relative;
overflow: hidden; }
.section-overlay:before {
content: '';
display: inline-block;
left: 0;
right: 0;
top: 0;
bottom: 0;
position: absolute; }
.row-blocks-number {
counter-reset: tm_pb_text; }
@media (min-width: 768px) {
.row-blocks-number .tm_pb_column:nth-of-type(1), .row-blocks-number .tm_pb_column:nth-of-type(3) {
margin-top: 20px; }
.row-blocks-number .tm_pb_column:nth-of-type(2) .tm_pb_text {
position: relative;
z-index: 1;
padding-top: 248px;
box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2); } }
.row-blocks-number .tm_pb_text {
padding: 100px 25px;
background-size: cover; }
@media (min-width: 768px) {
.row-blocks-number .tm_pb_text {
padding: 228px 50px;
height: 100%; } }
.row-blocks-number .tm_pb_text p, .row-blocks-number .tm_pb_text h5 {
max-width: 400px;
margin-left: auto;
margin-right: auto; }
.row-blocks-number .tm_pb_text h5 {
margin-top: 124px;
position: relative; }
.row-blocks-number .tm_pb_text h5:before {
content: counter(tm_pb_text,decimal);
counter-increment: tm_pb_text;
position: absolute;
display: inline-block;
width: 110px;
height: 110px;
border-radius: 50%;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
border: 4px solid;
font-size: 50px;
font-size: 3.125rem;
top: -124px;
line-height: 2; }
.row-blocks-number .tm_pb_text p {
font-size: 20px;
font-size: 1.25rem;
line-height: 1.5; }
.row-blocks-number .tm_pb_text h5 + p {
margin-top: 18px; }
.veil-lg {
display: none; }
@media (min-width: 992px) {
.veil-lg {
display: inline; } }
.set-menu {
text-align: center; }
#tm_builder_outer_content .tm_pb_contact_form_container.custom-form .tm_pb_contact_main_title {
font-size: 30px;
font-weight: 400;
text-align: left;
margin-top: 6px;
margin-bottom: 33px; }
#tm_builder_outer_content .tm_pb_contact_form_container.custom-form .tm_pb_contact_right {
display: none; }
#tm_builder_outer_content .tm_pb_contact_form_container.custom-form .tm_pb_contact_form .tm_contact_bottom_container {
text-align: left;
margin-top: 5px; }
#tm_builder_outer_content .tm_pb_contact_form_container .tm_pb_contact_main_title {
font-size: 28px;
margin-bottom: 9px; }
#tm_builder_outer_content .tm_pb_contact_form_container .tm_pb_contact_field {
width: 100%;
font-size: 16px; }
@media (min-width: 768px) {
#tm_builder_outer_content .tm_pb_contact_form_container .tm_pb_contact_field {
width: auto; } }
#tm_builder_outer_content .tm_pb_contact_form_container .tm-pb-contact-message {
margin-bottom: 25px; }
#tm_builder_outer_content .tm_pb_contact_form_container .tm-pb-contact-message p {
color: red;
display: inline-block; }
#tm_builder_outer_content .tm_pb_contact_form_container .tm-pb-contact-message ul li {
display: inline-block;
color: red;
margin-left: 7px; }
#tm_builder_outer_content .tm_pb_contact_form_container .tm-pb-contact-message ul li::before {
display: none; }
#tm_builder_outer_content .tm_pb_contact_form_container .tm-pb-contact-message ul {
display: inline-block;
margin-top: -17px;
padding-left: 0; }
#tm_builder_outer_content .tm_pb_contact_form_container .tm-pb-contact-message li {
line-height: 24px; }
#tm_builder_outer_content .tm_pb_contact_form_container .tm_pb_contact_form .tm_pb_contact_form_input {
padding: 8px 21px 9px 0;
margin: 0 0 6px 0; }
#tm_builder_outer_content .tm_pb_contact_form_container .tm_pb_contact_form .tm_pb_contact_form_label {
margin-bottom: 12px;
display: block; }
#tm_builder_outer_content .tm_pb_contact_form_container .tm_pb_contact_form .tm_pb_contact_message {
min-height: 131px;
margin-top: 39px; }
#tm_builder_outer_content .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container {
float: none;
overflow: visible;
margin-top: 26px; }
#tm_builder_outer_content .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container .tm_pb_contact_submit {
padding: 10px 82px 10px 29px; }
#tm_builder_outer_content .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container .tm_pb_contact_submit::after {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: 18px;
content: '\f1d9';
vertical-align: baseline;
line-height: 1.5;
margin-left: 36px;
opacity: 1; }
@media (max-width: 767px) {
#tm_builder_outer_content .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container .tm_pb_contact_submit::after {
margin-left: 25px; } }
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb {
border-radius: 6px;
padding: 20px;
box-shadow: 0px 40px 80px -35px rgba(0, 0, 0, 0.4); }
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb:hover {
-webkit-transform: scale(1.02);
-ms-transform: scale(1.02);
transform: scale(1.02);
box-shadow: 0px 50px 80px -35px rgba(0, 0, 0, 0.5);
-webkit-transition: 0.3s ease all;
transition: 0.3s ease all; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb .tm_pb_blurb_content {
max-width: 100%; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb .tm_pb_blurb_content .tm_pb_blurb_container {
padding: 30px 10px 27px; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb h4 {
font-size: 24px;
letter-spacing: 0.025em;
margin-bottom: 0;
padding-bottom: 24px; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb .tm_pb_main_blurb_image {
margin-bottom: 0; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb hr.tm_pb_divider {
width: auto; }
.tm_pb_builder #tm_builder_outer_content .col-lg-12 .tm_pb_blurb h4 {
padding-bottom: 4px; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_slider .tm_pb_container {
max-width: 1170px; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_slider.custom-swiper .tm_pb_slide_content {
padding: 0 30px; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_slider p, .tm_pb_builder #tm_builder_outer_content .tm_pb_slider h1, .tm_pb_builder #tm_builder_outer_content .tm_pb_slider h2, .tm_pb_builder #tm_builder_outer_content .tm_pb_slider h3, .tm_pb_builder #tm_builder_outer_content .tm_pb_slider h4, .tm_pb_builder #tm_builder_outer_content .tm_pb_slider h5, .tm_pb_builder #tm_builder_outer_content .tm_pb_slider h6 {
color: #fff; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_slider .tm_pb_slide {
position: relative;
box-shadow: none; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_slider .tm_pb_slide:before {
display: inline-block;
left: 0;
right: 0;
bottom: 0;
top: 0;
position: absolute;
content: ''; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_slider h2 {
font-size: 34px;
letter-spacing: -0.01em;
line-height: 1.06em; }
@media (min-width: 992px) {
.tm_pb_builder #tm_builder_outer_content .tm_pb_slider h2 {
font-size: 74px; } }
.tm_pb_builder #tm_builder_outer_content .tm_pb_slider h3 {
font-weight: 100; }
@media (min-width: 992px) {
.tm_pb_builder #tm_builder_outer_content .tm_pb_slider h3 {
font-weight: 100;
font-size: 54px;
line-height: 60px; } }
@media (max-width: 767px) {
.tm_pb_builder #tm_builder_outer_content .tm_pb_slider h3 {
margin-top: 0;
font-size: 24px;
line-height: 32px; } }
.tm_pb_builder #tm_builder_outer_content .tm_pb_slider .tm_pb_slide_description {
text-align: left;
padding: 50px 0 120px;
margin: 0 auto;
max-width: 980px; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_slider .tm_pb_slide_description .tm_pb_slide_title {
font-weight: 400;
margin-bottom: 0; }
@media (min-width: 992px) {
.tm_pb_builder #tm_builder_outer_content .tm_pb_slider .tm_pb_slide_description .tm_pb_slide_title {
margin-bottom: 27px; } }
.tm_pb_builder #tm_builder_outer_content .tm_pb_slider .tm_pb_slide_description .tm_pb_slide_content {
font-weight: lighter;
line-height: 1.15em;
letter-spacing: 0.007em; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_slider .tm_pb_slide_description .tm_pb_slide_content a {
font-weight: normal;
text-decoration: underline; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_slider .tm_pb_slide_description .tm_pb_more_button {
padding: 9px 22px 9px 36px;
margin-top: 16px; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_slider .tm_pb_slide_description .tm_pb_more_button:after {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: relative;
opacity: 1;
font-size: 20px;
content: '\f178';
margin-left: 56px; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_fullwidth_slider_0.tm_pb_slider .tm_pb_slide_description h2.tm_pb_slide_title {
font-size: 30px;
font-weight: 700;
line-height: 34px;
color: #fff;
max-width: 500px;
padding-bottom: 21px; }
.tm_pb_builder #tm_builder_outer_content .tm-pb-slider-arrows {
position: absolute;
z-index: 3;
left: auto;
width: 100%;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%); }
@media (min-width: 992px) {
.tm_pb_builder #tm_builder_outer_content .tm-pb-slider-arrows {
top: 50%; } }
.tm_pb_builder #tm_builder_outer_content .tm-pb-slider-arrows .tm-pb-arrow-prev,
.tm_pb_builder #tm_builder_outer_content .tm-pb-slider-arrows .tm-pb-arrow-next {
height: 46px;
width: 46px;
border-radius: 50%;
opacity: 1;
box-shadow: none;
top: auto !important;
bottom: 34px;
border: 2px solid;
-webkit-transition: 0.3s ease all;
transition: 0.3s ease all; }
@media (min-width: 544px) {
.tm_pb_builder #tm_builder_outer_content .tm-pb-slider-arrows .tm-pb-arrow-prev,
.tm_pb_builder #tm_builder_outer_content .tm-pb-slider-arrows .tm-pb-arrow-next {
display: inline-block; } }
.tm_pb_builder #tm_builder_outer_content .tm-pb-slider-arrows .tm-pb-arrow-prev:hover,
.tm_pb_builder #tm_builder_outer_content .tm-pb-slider-arrows .tm-pb-arrow-next:hover {
box-shadow: none; }
.tm_pb_builder #tm_builder_outer_content .tm-pb-slider-arrows .tm-pb-arrow-prev:before,
.tm_pb_builder #tm_builder_outer_content .tm-pb-slider-arrows .tm-pb-arrow-next:before {
font-size: 18px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.tm_pb_builder #tm_builder_outer_content .tm-pb-slider-arrows .tm-pb-arrow-prev {
left: 15px !important; }
.tm_pb_builder #tm_builder_outer_content .tm-pb-slider-arrows .tm-pb-arrow-prev:before {
content: '\f177'; }
.tm_pb_builder #tm_builder_outer_content .tm-pb-slider-arrows .tm-pb-arrow-next {
right: 15px !important; }
.tm_pb_builder #tm_builder_outer_content .tm-pb-slider-arrows .tm-pb-arrow-next:before {
content: '\f178'; }
.tm_pb_builder #tm_builder_outer_content .tm-pb-controllers {
bottom: 30px;
right: 0; }
.tm_pb_builder #tm_builder_outer_content .tm-pb-controllers > a {
height: 12px;
width: 12px;
margin-right: 4px;
position: relative;
background: none;
border: 1px solid #fff; }
.tm_pb_builder #tm_builder_outer_content .tm-pb-controllers > a::before {
content: '';
height: 18px;
width: 18px;
position: absolute;
top: 50%;
left: 50%;
border-radius: 50%;
-webkit-transform: translate(-50%, -50%) scale(0);
-ms-transform: translate(-50%, -50%) scale(0);
transform: translate(-50%, -50%) scale(0);
-webkit-transition: 0.5s ease all;
transition: 0.5s ease all;
z-index: -1; }
.tm_pb_builder #tm_builder_outer_content .tm-pb-controllers > a:hover {
background: #fff; }
.tm_pb_builder #tm_builder_outer_content .tm-pb-controllers > a:hover::before {
-webkit-transform: translate(-50%, -50%) scale(1);
-ms-transform: translate(-50%, -50%) scale(1);
transform: translate(-50%, -50%) scale(1); }
.tm_pb_builder #tm_builder_outer_content .tm-pb-controllers > a.tm-pb-active-control::before {
-webkit-transform: translate(-50%, -50%) scale(1);
-ms-transform: translate(-50%, -50%) scale(1);
transform: translate(-50%, -50%) scale(1); }
.tm_pb_builder #tm_builder_outer_content .tm_pb_slider_fullwidth_on a.tm_pb_button {
padding: 0;
box-shadow: none;
margin-top: 0; }
@media (min-width: 992px) {
.tm_pb_builder #tm_builder_outer_content .tm_pb_slider_fullwidth_on a.tm_pb_button {
margin-top: 42px; } }
.tm_pb_builder #tm_builder_outer_content .tm_pb_slider_fullwidth_on .tm_pb_slide_description {
padding: 50px 30px 100px; }
@media (min-width: 992px) {
.tm_pb_builder #tm_builder_outer_content .tm_pb_slider_fullwidth_on .tm_pb_slide_description {
padding: 146px 0 188px; } }
@media (min-width: 1200px) {
.tm_pb_builder #tm_builder_outer_content .tm_pb_slider_fullwidth_on .tm_pb_slide_description {
padding: 166px 0 218px; } }
@media (min-width: 1440px) {
.tm_pb_builder #tm_builder_outer_content .tm_pb_slider_fullwidth_on .tm_pb_slide_description {
padding: 226px 0 268px; } }
.tm_pb_builder #tm_builder_outer_content .tm_pb_slider_fullwidth_on .tm-pb-slider-arrows {
left: 25px; }
@media (min-width: 992px) {
.tm_pb_builder #tm_builder_outer_content .tm_pb_slider_fullwidth_on .tm-pb-slider-arrows {
left: 50%;
margin-left: -500px; } }
@media (min-width: 1200px) {
.tm_pb_builder #tm_builder_outer_content .tm_pb_slider_fullwidth_on .tm-pb-slider-arrows {
left: 50%;
margin-left: -613px; } }
.tm_pb_builder #tm_builder_outer_content .tm_pb_slider_fullwidth_on .tm-pb-slider-arrows .tm-pb-arrow-prev,
.tm_pb_builder #tm_builder_outer_content .tm_pb_slider_fullwidth_on .tm-pb-slider-arrows .tm-pb-arrow-next {
bottom: 50px; }
@media (min-width: 992px) {
.tm_pb_builder #tm_builder_outer_content .tm_pb_slider_fullwidth_on .tm-pb-slider-arrows .tm-pb-arrow-prev,
.tm_pb_builder #tm_builder_outer_content .tm_pb_slider_fullwidth_on .tm-pb-slider-arrows .tm-pb-arrow-next {
bottom: 182px; } }
.tm_pb_builder #tm_builder_outer_content .tm_pb_slider_fullwidth_off.tm_pb_post_slider.tm_pb_slider .tm_pb_slide_description {
text-align: left;
padding: 50px 10px 120px; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_slider_fullwidth_off.tm_pb_post_slider.tm_pb_slider .tm_pb_slide_description .tm_pb_slide_title {
margin-bottom: 0; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_slider .tm-pb-slider-arrows .tm-pb-arrow-prev:before,
.tm_pb_builder #tm_builder_outer_content .tm_pb_slider .tm-pb-slider-arrows .tm-pb-arrow-next:before {
font-size: 18px; }
@media (min-width: 1200px) {
.tm_pb_builder #tm_builder_outer_content .tm_pb_row_fullwidth .tm-pb-slider-arrows {
width: 1200px; } }
.tm_pb_builder #tm_builder_outer_content .tm-pb-slider-arrows .tm-pb-arrow-prev,
.tm_pb_builder #tm_builder_outer_content .tm-pb-slider-arrows .tm-pb-arrow-next {
background: transparent; }
.tm_pb_builder #tm_builder_outer_content .tm-pb-controllers > a {
background: rgba(4, 4, 4, 0.5); }
#tm_builder_outer_content .tm_pb_slide .tm_pb_button,
#tm_builder_outer_content .tm_pb_slide .tm_pb_button:hover {
background: none; }
#tm_builder_outer_content .tm_pb_column:not(.tm_pb_column_4_4) .tm_pb_testimonial {
height: 100%;
padding: 54px 15px 32px;
text-align: center; }
@media (min-width: 1600px) {
#tm_builder_outer_content .tm_pb_column:not(.tm_pb_column_4_4) .tm_pb_testimonial {
padding: 62px 89px 32px; } }
#tm_builder_outer_content .tm_pb_column:not(.tm_pb_column_4_4) .tm_pb_testimonial .tm_pb_testimonial_portrait {
float: none;
display: inline-block;
margin-right: 0;
max-width: 100%; }
#tm_builder_outer_content .tm_pb_column:not(.tm_pb_column_4_4) .tm_pb_testimonial .tm_pb_testimonial_author {
margin-top: 14px; }
#tm_builder_outer_content .tm_pb_testimonial {
text-align: center;
padding: 31px 26px 17px; }
@media (min-width: 544px) {
#tm_builder_outer_content .tm_pb_testimonial {
text-align: left; } }
#tm_builder_outer_content .tm_pb_testimonial blockquote {
text-align: left;
margin-bottom: 0.8em; }
#tm_builder_outer_content .tm_pb_testimonial .tm_pb_testimonial_meta {
font-size: 14px;
font-size: 0.875rem; }
#tm_builder_outer_content .tm_pb_testimonial .tm_pb_testimonial_portrait {
margin-right: 20px; }
#tm_builder_outer_content .tm_pb_testimonial.tm_pb_icon_off:before {
display: inline-block !important;
content: ''; }
#tm_builder_outer_content .tm_pb_testimonial .tm_pb_testimonial_author {
font-size: 24px;
font-size: 1.5rem;
margin-bottom: 4px; }
#tm_builder_outer_content .tm_pb_testimonial .tm_pb_testimonial_description .tm_pb_testimonial_description_inner {
width: 100% !important;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column; }
@media (max-width: 543px) {
#tm_builder_outer_content .tm_pb_testimonial {
padding: 54px 15px 32px;
text-align: center; } }
@media (max-width: 543px) and (min-width: 1600px) {
#tm_builder_outer_content .tm_pb_testimonial {
padding: 62px 89px 32px; } }
@media (max-width: 543px) {
#tm_builder_outer_content .tm_pb_testimonial .tm_pb_testimonial_portrait {
float: none;
display: inline-block;
margin-right: 0; } }
.tm_pb_builder #tm_builder_outer_content .tm_pb_promo {
text-align: center;
padding: 36px 30px 47px;
margin-top: 20px; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_promo .tm_pb_promo_description {
padding-bottom: 17px; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_promo .tm_pb_promo_description h2 {
text-transform: none; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_promo h2 {
margin-bottom: 26px; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_promo h2 + h4 {
margin-top: 39px;
margin-bottom: 30px; }
#tm_builder_outer_content .tm_pb_team_member {
text-align: center;
position: relative;
padding: 25px 10px;
margin-bottom: 30px; }
@media (min-width: 992px) {
#tm_builder_outer_content .tm_pb_team_member {
height: 100%; } }
#tm_builder_outer_content .tm_pb_team_member .tm_pb_team_member_image {
margin-bottom: 49px;
text-align: center; }
#tm_builder_outer_content .tm_pb_team_member .tm_pb_team_member_image img {
border-radius: 50%; }
#tm_builder_outer_content .tm_pb_team_member .tm_pb_team_member_description {
position: static;
margin-bottom: 22px;
line-height: 28px; }
#tm_builder_outer_content .tm_pb_team_member .tm_pb_team_member_description > *:last-child {
margin-bottom: 0; }
#tm_builder_outer_content .tm_pb_team_member .tm_pb_team_member_description h4 {
font-size: 24px;
margin-top: 20px; }
#tm_builder_outer_content .tm_pb_team_member .tm_pb_team_member_description h4 + p {
margin-top: -10px;
margin-bottom: 5px; }
#tm_builder_outer_content .tm_pb_team_member .tm_pb_team_member_description .tm_pb_member_position {
font-size: 14px;
padding-bottom: 3px; }
#tm_builder_outer_content .tm_pb_team_member .tm_pb_team_member_description .tm_pb_member_social_links {
margin-top: 20px; }
#tm_builder_outer_content .tm_pb_team_member .tm_pb_team_member_description .tm_pb_member_social_links li {
margin-right: 9px; }
#tm_builder_outer_content .tm_pb_team_member .tm_pb_team_member_description .tm_pb_member_social_links li::before {
display: none; }
#tm_builder_outer_content .tm_pb_team_member .tm_pb_team_member_description .tm_pb_member_social_links .tm-pb-icon::before {
font-size: 15px;
margin: 2px;
-webkit-transition: .3s ease all;
transition: .3s ease all; }
@media (min-width: 544px) {
#tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_team_member {
text-align: left;
height: auto;
margin-bottom: 0;
padding: 15px 10px; } }
@media (min-width: 544px) and (min-width: 992px) {
#tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_team_member {
padding: 32px 25px; } }
@media (min-width: 544px) {
#tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_team_member .tm_pb_team_member_image {
float: left;
margin-bottom: 0;
margin-top: 5px;
margin-right: 44px;
max-width: 160px; }
#tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_team_member h4 {
margin-top: 3px; }
#tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_team_member .tm_pb_member_social_links {
position: relative;
bottom: auto;
top: auto;
margin-bottom: 30px; }
#tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_team_member .tm_pb_team_member_description {
margin-bottom: 0;
overflow: hidden; }
#tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_team_member .tm_pb_team_member_description > *:last-child {
margin-bottom: 0; } }
#tm_builder_outer_content .tm_pb_text ul li + li {
margin-top: 4px; }
@media (min-width: 992px) {
#tm_builder_outer_content .faqs .tm_pb_text {
line-height: 30px; } }
#tm_builder_outer_content .faqs .tm_pb_text h5 {
margin-bottom: 9px; }
@media (min-width: 992px) {
#tm_builder_outer_content .faqs .tm_pb_text h5 {
font-size: 24px;
line-height: 38px; } }
#tm_builder_outer_content .faqs .tm_pb_text h5 + p {
margin-top: 10px; }
#tm_builder_outer_content .faqs .tm_pb_text p + h5 {
margin-top: 32px; }
#tm_builder_outer_content .breadcrumbs-overlay h2, #tm_builder_outer_content .breadcrumbs-overlay h3, #tm_builder_outer_content .breadcrumbs-overlay h4, #tm_builder_outer_content .breadcrumbs-overlay h5, #tm_builder_outer_content .breadcrumbs-overlay h6 {
color: #fff; }
@media (min-width: 992px) {
#tm_builder_outer_content .breadcrumbs-overlay .thin-header h3 {
font-weight: 100;
font-size: 54px;
line-height: 60px; } }
#tm_builder_outer_content .breadcrumbs-overlay h3 + p {
margin-top: 45px; }
#tm_builder_outer_content .breadcrumbs-overlay p + h5 {
margin-top: 26px; }
#tm_builder_outer_content .row {
background-size: cover; }
#tm_builder_outer_content .tm_pb_text.table-style {
padding-top: 32px;
padding-bottom: 32px; }
#tm_builder_outer_content .tm_pb_text.table-style h5 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between; }
@media (min-width: 992px) {
#tm_builder_outer_content .tm_pb_text.table-style h5 {
margin-bottom: 46px; } }
#tm_builder_outer_content .tm_pb_text.table-style ul li {
list-style: none;
overflow: hidden;
padding: 3px 0 10px;
border-bottom: 1px solid #d2e0eb;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between; }
@media (max-width: 1199px) {
#tm_builder_outer_content .tm_pb_text.table-style ul li {
line-height: 20px; } }
#tm_builder_outer_content .tm_pb_text.table-style ul li:last-child {
border-bottom: none; }
#tm_builder_outer_content .tm_pb_text.table-style ul li span {
min-width: 40px;
text-align: right;
margin-right: 17px;
margin-left: 10px; }
#tm_builder_outer_content .tm_pb_text.table-style ul li:before {
display: none; }
#tm_builder_outer_content .tm_pb_text.table-style p {
margin-bottom: 0; }
.tm_pb_builder #tm_builder_outer_content .tm_audio_content h2,
.tm_pb_builder #tm_builder_outer_content .tm_link_content h2 {
font-size: 30px; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_module .hentry.has-post-thumbnail:first-child {
margin-top: 1.2em; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_blog_grid_wrapper .col-lg-4:last-child {
max-width: 100%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%; }
@media (min-width: 992px) {
.tm_pb_builder #tm_builder_outer_content .tm_pb_blog_grid_wrapper .col-lg-4:last-child {
max-width: 33.33333%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.33333%;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%; } }
.tm_pb_builder #tm_builder_outer_content .entry-featured-image-url {
text-align: center; }
.tm_pb_builder #tm_builder_outer_content .entry-featured-image-url img {
width: 100%; }
@media (min-width: 768px) {
.tm_pb_builder #tm_builder_outer_content .entry-featured-image-url img {
max-width: 100%; } }
.tm_pb_builder #tm_builder_outer_content .tm_pb_post .tm_quote_content {
text-align: left; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_post .tm_quote_content blockquote h4 q {
color: #fff; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_blog_list_wrapper .tm_pb_post.post_format-post-format-link {
width: 100%; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_blog_list_wrapper article {
width: 100%; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_post .tm_pb_gallery_post_type .tm_pb_slide {
min-height: 350px !important; }
@media (min-width: 768px) {
.tm_pb_builder #tm_builder_outer_content .tm_pb_post .tm_pb_gallery_post_type .tm_pb_slide {
min-height: 270px !important; } }
.tm_pb_builder #tm_builder_outer_content .tm-pb-slider-arrows .tm-pb-arrow-prev:before,
.tm_pb_builder #tm_builder_outer_content .tm-pb-slider-arrows .tm-pb-arrow-next:before {
font-size: 24px; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_post .more-link {
margin-top: 30px;
color: #fff; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_post .entry-title {
margin-top: 27px; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_post .tm_pb_post_meta {
font-size: 14px;
margin-bottom: 15px; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_post .tm_pb_post_meta * + * {
margin-left: 10px; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_post .tm_pb_post_meta > *:last-child {
margin-right: 10px; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_post .tm_pb_post_meta .author {
margin-left: 0; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_post .tm_pb_post_meta .author > a {
margin-left: 0;
text-transform: capitalize; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_post .tm_pb_post_meta a + a {
margin-left: 0; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_post .tm_pb_post_meta a + a:before {
display: none; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_post .tm_pb_post_meta > a {
font-style: normal; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_posts .tm-posts_item .tm-posts_item_title {
font-size: 20px;
font-size: 1.25rem;
text-transform: none; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_posts .tm-posts_item .tm-posts_item_title, .tm_pb_builder #tm_builder_outer_content .tm_pb_posts .tm-posts_item .tm-posts_item_excerpt, .tm_pb_builder #tm_builder_outer_content .tm_pb_posts .tm-posts_item .tm-posts_item_footer {
padding: 0 20px; }
@media (min-width: 1600px) {
.tm_pb_builder #tm_builder_outer_content .tm_pb_posts .tm-posts_item .tm-posts_item_title, .tm_pb_builder #tm_builder_outer_content .tm_pb_posts .tm-posts_item .tm-posts_item_excerpt, .tm_pb_builder #tm_builder_outer_content .tm_pb_posts .tm-posts_item .tm-posts_item_footer {
padding: 0 46px; } }
.tm_pb_builder #tm_builder_outer_content .tm_pb_posts .tm-posts_item .post-comments-count, .tm_pb_builder #tm_builder_outer_content .tm_pb_posts .tm-posts_item .post-date {
display: none; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_posts .tm-posts_item .tm-posts_item_footer {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
border-top: 1px solid #e1e9f1;
position: relative; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_posts .tm-posts_item .tm-posts_item_footer .btn, .tm_pb_builder #tm_builder_outer_content .tm_pb_posts .tm-posts_item .tm-posts_item_footer a.tm_pb_button, .tm_pb_builder #tm_builder_outer_content .tm_pb_posts .tm-posts_item .tm-posts_item_footer .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container .tm_pb_contact_submit, .tm_pb_builder #tm_builder_outer_content .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container .tm_pb_posts .tm-posts_item .tm-posts_item_footer .tm_pb_contact_submit, .tm_pb_builder #tm_builder_outer_content .tm_pb_posts .tm-posts_item .tm-posts_item_footer .tm_pb_post .more-link, .tm_pb_builder #tm_builder_outer_content .tm_pb_post .tm_pb_posts .tm-posts_item .tm-posts_item_footer .more-link {
text-align: left;
overflow: hidden; }
@media (min-width: 1300px) {
.tm_pb_builder #tm_builder_outer_content .tm_pb_posts .tm-posts_item .tm-posts_item_footer .btn, .tm_pb_builder #tm_builder_outer_content .tm_pb_posts .tm-posts_item .tm-posts_item_footer a.tm_pb_button, .tm_pb_builder #tm_builder_outer_content .tm_pb_posts .tm-posts_item .tm-posts_item_footer .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container .tm_pb_contact_submit, .tm_pb_builder #tm_builder_outer_content .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container .tm_pb_posts .tm-posts_item .tm-posts_item_footer .tm_pb_contact_submit, .tm_pb_builder #tm_builder_outer_content .tm_pb_posts .tm-posts_item .tm-posts_item_footer .tm_pb_post .more-link, .tm_pb_builder #tm_builder_outer_content .tm_pb_post .tm_pb_posts .tm-posts_item .tm-posts_item_footer .more-link {
max-width: 50%; } }
.tm_pb_builder #tm_builder_outer_content .tm_pb_posts .tm-posts_item .tm-posts_item_meta {
max-width: 50%;
border-left: 1px solid #e1e9f1;
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
padding: 10px 0 10px 10px;
text-align: right; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_posts .tm-posts_item .tm-posts_item_title {
min-height: 52px;
margin-top: 39px; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_posts .tm-posts_item .btn, .tm_pb_builder #tm_builder_outer_content .tm_pb_posts .tm-posts_item a.tm_pb_button, .tm_pb_builder #tm_builder_outer_content .tm_pb_posts .tm-posts_item .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container .tm_pb_contact_submit, .tm_pb_builder #tm_builder_outer_content .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container .tm_pb_posts .tm-posts_item .tm_pb_contact_submit, .tm_pb_builder #tm_builder_outer_content .tm_pb_posts .tm-posts_item .tm_pb_post .more-link, .tm_pb_builder #tm_builder_outer_content .tm_pb_post .tm_pb_posts .tm-posts_item .more-link {
padding: 0;
background: transparent;
color: #8dabff;
border: none;
box-shadow: none; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_posts .tm-posts_item .btn i, .tm_pb_builder #tm_builder_outer_content .tm_pb_posts .tm-posts_item a.tm_pb_button i, .tm_pb_builder #tm_builder_outer_content .tm_pb_posts .tm-posts_item .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container .tm_pb_contact_submit i, .tm_pb_builder #tm_builder_outer_content .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container .tm_pb_posts .tm-posts_item .tm_pb_contact_submit i, .tm_pb_builder #tm_builder_outer_content .tm_pb_posts .tm-posts_item .tm_pb_post .more-link i, .tm_pb_builder #tm_builder_outer_content .tm_pb_post .tm_pb_posts .tm-posts_item .more-link i {
margin-left: 10px; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_posts .tm-posts_item .tm-posts_item_excerpt {
min-height: 130px;
margin-bottom: 50px;
margin-top: 30px; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_posts .tm-posts_item .post-author {
color: #6d7e8c; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_posts .tm_pb_button {
border-color: #cce3f4; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_posts a.tm_pb_button {
display: none; }
.tm_pb_builder #tm_builder_outer_content a.tm_pb_button.tm_pb_posts {
background-color: transparent;
border-color: #cce3f4; }
.tm_pb_builder #tm_builder_outer_content a.tm_pb_button.tm_pb_posts:hover {
background-color: #cce3f4;
border-color: #cce3f4;
box-shadow: none; }
#tm_builder_outer_content .tm_pb_module .tm_pb_map {
margin-top: 34px;
height: 250px; }
@media (min-width: 768px) {
#tm_builder_outer_content .tm_pb_module .tm_pb_map {
height: 362px; } }
#tm_builder_outer_content .tm_pb_module .tm_pb_map .gm-style-iw h3 {
font-size: 16px; }
@media (min-width: 768px) {
#tm_builder_outer_content .tm_pb_module.map-big .tm_pb_map {
height: 433px; } }
@media (min-width: 768px) {
#tm_builder_outer_content .tm_pb_module.map-big2 .tm_pb_map {
height: 648px; } }
@media (min-width: 768px) {
#tm_builder_outer_content .tm_pb_module.map-small .tm_pb_map {
height: 240px; } }
#tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_map_container .tm_pb_map {
height: 302px; }
#tm_builder_outer_content .tm_pb_column .tm_pb_module.tm_pb_pricing {
text-align: center;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
#tm_builder_outer_content .tm_pb_column .tm_pb_module.tm_pb_pricing .tm_pb_pricing_table {
margin-top: 0;
margin-bottom: 0;
width: 100%; }
@media (min-width: 992px) {
#tm_builder_outer_content .tm_pb_column .tm_pb_module.tm_pb_pricing .tm_pb_pricing_table {
width: 30%;
margin-bottom: 37px;
margin-top: 37px; } }
#tm_builder_outer_content .tm_pb_column .tm_pb_module.tm_pb_pricing .tm_pb_pricing_table.tm_pb_featured_table {
margin-top: 0;
margin-bottom: 0; }
@media (min-width: 992px) {
#tm_builder_outer_content .tm_pb_column .tm_pb_module.tm_pb_pricing .tm_pb_pricing_table.tm_pb_featured_table {
width: 40%; } }
#tm_builder_outer_content .tm_pb_column .tm_pb_module.tm_pb_pricing .tm_pb_pricing_table.tm_pb_featured_table .tm_pb_pricing_heading {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-top: 30px;
padding-bottom: 20px; }
#tm_builder_outer_content .tm_pb_column .tm_pb_module.tm_pb_pricing .tm_pb_pricing_table.tm_pb_featured_table .tm_pb_pricing_heading h2 {
line-height: 54px;
font-size: 40px;
line-height: 44px; }
#tm_builder_outer_content .tm_pb_column .tm_pb_module.tm_pb_pricing .tm_pb_pricing_table.tm_pb_featured_table .tm_pb_pricing_heading .tm_pb_pricing_title {
-webkit-box-flex: 1;
-webkit-flex: 1 1 100%;
-ms-flex: 1 1 100%;
flex: 1 1 100%;
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2; }
#tm_builder_outer_content .tm_pb_column .tm_pb_module.tm_pb_pricing .tm_pb_pricing_table.tm_pb_featured_table .tm_pb_pricing_heading .tm_pb_best_value {
-webkit-box-flex: 1;
-webkit-flex: 1 1 100%;
-ms-flex: 1 1 100%;
flex: 1 1 100%;
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1; }
#tm_builder_outer_content .tm_pb_column .tm_pb_module.tm_pb_pricing .tm_pb_pricing_table.tm_pb_featured_table .tm_pb_pricing_content_top {
padding-bottom: 23px; }
#tm_builder_outer_content .tm_pb_column .tm_pb_module.tm_pb_pricing .tm_pb_pricing_table.tm_pb_featured_table .tm_pb_pricing_content_top .tm_pb_frequency {
color: #fff; }
#tm_builder_outer_content .tm_pb_column .tm_pb_module.tm_pb_pricing .tm_pb_pricing_table.tm_pb_featured_table .tm_pb_pricing_content .tm_pb_pricing li::before {
background: #fff; }
#tm_builder_outer_content .tm_pb_column .tm_pb_module.tm_pb_pricing .tm_pb_pricing_table.tm_pb_featured_table .tm_pb_pricing_table_button {
color: #fff;
border: 2px solid #fff; }
#tm_builder_outer_content .tm_pb_column .tm_pb_module.tm_pb_pricing .tm_pb_pricing_table.tm_pb_featured_table .tm_pb_pricing_table_button:hover {
color: #fff; }
#tm_builder_outer_content .tm_pb_column .tm_pb_module.tm_pb_pricing .tm_pb_pricing_heading {
padding-top: 25px;
padding-bottom: 30px;
margin: 0; }
#tm_builder_outer_content .tm_pb_column .tm_pb_module.tm_pb_pricing .tm_pb_pricing_heading .tm_pb_pricing_title {
font-weight: 400;
margin: 0;
padding: 0 7px; }
#tm_builder_outer_content .tm_pb_column .tm_pb_module.tm_pb_pricing .tm_pb_pricing_content_top {
position: relative;
padding-bottom: 6px; }
#tm_builder_outer_content .tm_pb_column .tm_pb_module.tm_pb_pricing .tm_pb_pricing_content_top .tm_pb_dollar_sign {
position: relative;
margin: 0;
font-weight: bolder; }
#tm_builder_outer_content .tm_pb_column .tm_pb_module.tm_pb_pricing .tm_pb_pricing_content_top .tm_pb_sum {
font-weight: bolder; }
#tm_builder_outer_content .tm_pb_column .tm_pb_module.tm_pb_pricing .tm_pb_pricing_content_top .tm_pb_frequency {
font-size: 20px;
font-style: italic;
margin-left: 3px;
position: absolute;
bottom: 30px; }
#tm_builder_outer_content .tm_pb_column .tm_pb_module.tm_pb_pricing .tm_pb_pricing_content {
padding: 10px 15px; }
@media (min-width: 992px) {
#tm_builder_outer_content .tm_pb_column .tm_pb_module.tm_pb_pricing .tm_pb_pricing_content {
padding: 13px 35px 35px; } }
#tm_builder_outer_content .tm_pb_column .tm_pb_module.tm_pb_pricing .tm_pb_pricing_content .tm_pb_pricing {
text-align: center; }
#tm_builder_outer_content .tm_pb_column .tm_pb_module.tm_pb_pricing .tm_pb_pricing_content .tm_pb_pricing li {
padding: 0;
line-height: 24px !important; }
#tm_builder_outer_content .tm_pb_column .tm_pb_module.tm_pb_pricing .tm_pb_pricing_content .tm_pb_pricing li::before {
display: none; }
#tm_builder_outer_content .tm_pb_column .tm_pb_module.tm_pb_pricing .tm_pb_pricing_content .tm_pb_pricing li + li {
margin-top: 20px; }
#tm_builder_outer_content .tm_pb_column .tm_pb_module.tm_pb_pricing .tm_pb_pricing_table_button {
margin: 0 30px; }
@media (min-width: 992px) and (max-width: 1199px) {
#tm_builder_outer_content .tm_pb_column .tm_pb_module.tm_pb_pricing .tm_pb_pricing_table_button {
margin: 0 5px; } }
#tm_builder_outer_content .tm_pb_column .tm_pb_module.tm_pb_pricing.custom-table .tm_pb_featured_table {
padding-bottom: 100px; }
#tm_builder_outer_content .tm_pb_column .tm_pb_module.tm_pb_pricing.custom-table .tm_pb_featured_table .tm_pb_pricing_title {
line-height: 0.85;
margin-bottom: 7px; }
#tm_builder_outer_content .tm_pb_column .tm_pb_module.tm_pb_pricing.custom-table .tm_pb_featured_table .tm_pb_pricing_table_button {
margin-top: 0; }
#tm_builder_outer_content .tm_pb_column .tm_pb_module.tm_pb_pricing.custom-table .tm_pb_featured_table .tm_pb_pricing_content_top {
padding-bottom: 20px; }
#tm_builder_outer_content .tm_pb_column .tm_pb_module.tm_pb_pricing.custom-table .tm_pb_pricing_content_top .tm_pb_frequency {
position: relative;
bottom: auto; }
#tm_builder_outer_content .tm_pb_column .tm_pb_module.tm_pb_pricing.custom-table .tm_pb_pricing_content {
padding: 25px 35px 13px 10px; }
#tm_builder_outer_content .tm_pb_column .tm_pb_module.tm_pb_pricing.custom-table .tm_pb_pricing_table_button {
padding: 15px 75px; }
#tm_builder_outer_content .tm_pb_column .tm_pb_module.tm_pb_pricing.custom-table .tm_pb_pricing_table_button:hover {
padding: 15px 75px; }
#tm_builder_outer_content .tm_pb_column .tm_pb_module.tm_pb_pricing.custom-table .tm_pb_pricing_table_button {
margin-top: 10px; }
#tm_builder_outer_content .tm_pb_column .tm_pb_module.tm_pb_pricing.custom-table .tm_pb_best_value {
margin-bottom: 5px; }
@media (min-width: 992px) {
#tm_builder_outer_content .tm_pb_column .tm_pb_module.tm_pb_pricing_1 .tm_pb_pricing_table,
#tm_builder_outer_content .tm_pb_column .tm_pb_module.tm_pb_pricing_1 .tm_pb_pricing_table.tm_pb_featured_table {
width: 100%; } }
@media (min-width: 992px) {
#tm_builder_outer_content .tm_pb_column .tm_pb_module.tm_pb_pricing_2 .tm_pb_pricing_table,
#tm_builder_outer_content .tm_pb_column .tm_pb_module.tm_pb_pricing_2 .tm_pb_pricing_table.tm_pb_featured_table {
width: 50%; } }
@media (min-width: 992px) {
#tm_builder_outer_content .tm_pb_column .tm_pb_module.tm_pb_pricing_4 .tm_pb_pricing_table,
#tm_builder_outer_content .tm_pb_column .tm_pb_module.tm_pb_pricing_4 .tm_pb_pricing_table.tm_pb_featured_table {
width: 25%; } }
#tm_builder_outer_content .tm_pb_counters.tm_pb_module {
margin-top: 30px; }
#tm_builder_outer_content .tm_pb_counters.tm_pb_module .tm_pb_counter_title {
line-height: 1.3;
font-size: 19px;
margin-bottom: 16px; }
#tm_builder_outer_content .tm_pb_counters.tm_pb_module .tm_pb_counter_container {
border-radius: 0;
margin-bottom: 31px;
padding: 8px;
border: 2px solid #e6e6e6; }
#tm_builder_outer_content .tm_pb_counters.tm_pb_module .tm_pb_counter_container .tm_pb_counter_amount {
padding: 1px 1% 1px 1px;
line-height: 24px; }
#tm_builder_outer_content .tm_pb_counters.tm_pb_module .tm_pb_counter_container .tm_pb_counter_amount .tm_pb_counter_amount_number {
font-size: 17px; }
#tm_builder_outer_content .tm_pb_circle_counter.tm_pb_module {
margin: 22px auto 9px; }
#tm_builder_outer_content .tm_pb_circle_counter.tm_pb_module h3 {
margin: 0 -50px;
padding: 5px 0; }
#tm_builder_outer_content .tm_pb_number_counter.tm_pb_module .percent {
margin-top: -3px;
font-size: 74px;
font-weight: 700;
letter-spacing: 0.04em; }
#tm_builder_outer_content .tm_pb_number_counter.tm_pb_module h3 {
padding: 0;
margin-top: 52px;
margin-bottom: 0;
position: relative; }
#tm_builder_outer_content .tm_pb_number_counter.tm_pb_module h3:before {
content: '';
display: inline-block;
width: 24px;
height: 3px;
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
top: -30px; }
#tm_builder_outer_content {  }
#tm_builder_outer_content .tm_pb_toggle_title:before {
content: '\f078'; }
#tm_builder_outer_content .tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title:before {
content: '\f054'; }
#tm_builder_outer_content .tm_pb_toggle_title {
-webkit-transition: .4s all ease;
transition: .4s all ease;
font-size: 24px;
padding-left: 32px;
margin: 0; }
#tm_builder_outer_content .tm_pb_toggle_title:before {
font-size: 18px;
left: 0; }
#tm_builder_outer_content .tm_pb_toggle {
margin-top: 0;
background: none;
border: none;
border-bottom: 2px solid #d2e0eb;
padding: 27px 20px 27px 0; }
#tm_builder_outer_content .tm_pb_toggle .tm_pb_toggle_content {
padding-top: 26px; }
#tm_builder_outer_content .tm_pb_toggle p {
line-height: 28px; }
#tm_builder_outer_content .tm_pb_toggle p span {
line-height: 36px;
font-weight: 400; }
#tm_builder_outer_content .tm_pb_module.tm_pb_accordion {
margin-top: 30px; }
#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle {
margin: 0;
background: none;
border: none;
padding: 20px;
border: 1px solid #e2e2e2; }
#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle:not(.tm_pb_toggle_open) {
background: #f4f4f4; }
#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle_title {
padding-left: 0;
padding-right: 32px; }
#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle_title:before {
left: auto;
right: 20px; }
@media (min-width: 992px) {
#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle_title {
font-size: 28px; } }
#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle_content {
padding-top: 0;
padding-left: 30px; }
#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle_content h5 {
font-size: 24px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between; }
#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle_content ul li {
list-style: none;
overflow: hidden;
padding: 7px 0;
border-bottom: 1px solid #d2e0eb;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between; }
#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle_content ul li:before {
display: none; }
#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle_content ul li span {
margin-right: 17px;
margin-left: 10px; }
#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle_content p {
margin-bottom: 0; }
.bot-line {
padding-bottom: 2px;
border-bottom: 2px solid #d2e0eb; }
.bot-line h5 {
margin-bottom: 24px; }
#tm_builder_outer_content .tm_pb_module.tm_pb_tabs p {
line-height: 28px; }
#tm_builder_outer_content .tm_pb_module.tm_pb_tabs p span {
line-height: 34px;
font-weight: 400; }
#tm_builder_outer_content .tm_pb_module.tm_pb_tabs .tm_pb_tabs_controls {
text-align: left;
border-color: #d2e0eb;
font-weight: 400; }
@media (max-width: 1199px) {
#tm_builder_outer_content .tm_pb_module.tm_pb_tabs .tm_pb_tabs_controls {
border: none; } }
#tm_builder_outer_content .tm_pb_module.tm_pb_tabs .tm_pb_tabs_controls li {
padding: 9px 20px 9px 0;
position: relative;
font-size: 21px; }
@media (min-width: 1200px) {
#tm_builder_outer_content .tm_pb_module.tm_pb_tabs .tm_pb_tabs_controls li {
padding: 9px 55px 15px 0; } }
@media (min-width: 992px) {
#tm_builder_outer_content .tm_pb_module.tm_pb_tabs .tm_pb_tabs_controls li {
font-size: 24px; } }
#tm_builder_outer_content .tm_pb_module.tm_pb_tabs .tm_pb_tabs_controls li::before {
content: '';
height: 2px;
width: auto;
position: absolute;
bottom: -2px;
left: 0;
right: 0;
border-radius: 0;
top: auto;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
-webkit-transition: 0.5s ease all;
transition: 0.5s ease all;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
opacity: 0; }
#tm_builder_outer_content .tm_pb_module.tm_pb_tabs .tm_pb_tabs_controls li a {
font-weight: 400; }
#tm_builder_outer_content .tm_pb_module.tm_pb_tabs .tm_pb_tabs_controls li:hover::before {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1; }
#tm_builder_outer_content .tm_pb_module.tm_pb_tabs .tm_pb_tabs_controls li.tm_pb_tab_active {
bottom: 0; }
#tm_builder_outer_content .tm_pb_module.tm_pb_tabs .tm_pb_tabs_controls li.tm_pb_tab_active::before {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1; }
#tm_builder_outer_content .tm_pb_module.tm_pb_tabs .tm_pb_tabs_controls li:last-child {
padding-right: 5px; }
#tm_builder_outer_content .tm_pb_module.tm_pb_tabs .tm_pb_all_tabs {
padding: 20px 0 1px; }
#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module {
margin-top: 29px;
background: #e2e2e2;
text-align: center; }
@media (min-width: 992px) {
#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between; } }
#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module strong {
font-weight: 400; }
#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_audio_container {
-webkit-box-flex: 2;
-webkit-flex-grow: 2;
-ms-flex-positive: 2;
flex-grow: 2; }
#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_audio_container .mejs-controls .mejs-horizontal-volume-slider,
#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
width: 72px; }
#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_audio_container .mejs-controls .mejs-time-rail .mejs-time-total, #tm_builder_outer_content .tm_pb_audio_module.tm_pb_module #tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
background: #727278; }
#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_audio_container .mejs-time.mejs-currenttime-container.custom {
margin-right: 30px; }
#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_audio_container span.mejs-currenttime {
font-size: 15px;
line-height: 30px; }
#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .mejs-container.mejs-audio {
max-width: 100%;
margin-bottom: 34px; }
#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module.fullwidth-img {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column; }
#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module.fullwidth-img .tm_audio_container {
margin-left: 0; }
#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module.fullwidth-img .tm_pb_audio_cover_art {
width: 100%;
max-height: 100%;
height: 316px;
top: 0;
left: 0;
position: relative !important; }
#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module.tm_pb_audio_no_image .tm_audio_container {
margin-left: 0; }
#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_pb_audio_cover_art {
width: 270px;
height: 270px;
max-height: 180px;
position: static;
display: inline-block; }
@media (min-width: 544px) {
#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_pb_audio_cover_art {
width: 180px;
height: 180px; } }
#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_audio_container {
padding: 36px 15px 40px;
margin-left: 0; }
@media (max-width: 61.9em) {
#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_audio_container {
padding: 36px 20px 1px 20px; } }
#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_audio_container h2 {
font-size: 24px;
margin-bottom: -12px; }
#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_audio_container .tm_audio_module_meta {
margin-top: 10px;
margin-bottom: 24px; }
@media (min-width: 544px) {
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_module.tm_pb_countdown_timer {
padding: 1.9% 4% 8px; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_module.tm_pb_countdown_timer .tm_pb_countdown_timer_container .section.values {
margin: 5px 10px; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_module.tm_pb_countdown_timer .tm_pb_countdown_timer_container .section .value {
font-weight: 700;
font-size: 52px;
line-height: 1; } }
@media (min-width: 544px) and (min-width: 1200px) {
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_module.tm_pb_countdown_timer .tm_pb_countdown_timer_container .section .value {
font-size: 96px;
min-width: 110px; } }
@media (min-width: 544px) {
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_module.tm_pb_countdown_timer .tm_pb_countdown_timer_container .section .label {
font-size: 17px;
margin-top: 14px; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_module.tm_pb_countdown_timer .tm_pb_countdown_timer_container .section .countdown-sep {
top: -21px;
font-size: 52px;
font-weight: 700; } }
@media (min-width: 544px) and (min-width: 1200px) {
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_module.tm_pb_countdown_timer .tm_pb_countdown_timer_container .section .countdown-sep {
font-size: 96px; } }
.tm_pb_builder #tm_builder_outer_content .invert {
color: #fff; }
.tm_pb_builder #tm_builder_outer_content .invert .value, .tm_pb_builder #tm_builder_outer_content .invert label {
color: #fff; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_module.tm_pb_countdown_timer {
padding: 3.4% 2% 4%; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_module.tm_pb_countdown_timer .tm_pb_countdown_timer_container .section.values {
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
margin: 5px 1px;
width: auto; }
@media (min-width: 1200px) {
.tm_pb_builder #tm_builder_outer_content .tm_pb_module.tm_pb_countdown_timer .tm_pb_countdown_timer_container .section.values {
-webkit-box-flex: 1;
-webkit-flex: auto;
-ms-flex: auto;
flex: auto; } }
@media (min-width: 992px) {
.tm_pb_builder #tm_builder_outer_content .tm_pb_module.tm_pb_countdown_timer .tm_pb_countdown_timer_container .section.values {
margin: 0; } }
@media (min-width: 544px) {
.tm_pb_builder #tm_builder_outer_content .tm_pb_module.tm_pb_countdown_timer .tm_pb_countdown_timer_container .section.values {
margin: 5px 1px; } }
.tm_pb_builder #tm_builder_outer_content .tm_pb_module.tm_pb_countdown_timer .tm_pb_countdown_timer_container .section.sep {
display: none; }
@media (min-width: 1200px) {
.tm_pb_builder #tm_builder_outer_content .tm_pb_module.tm_pb_countdown_timer .tm_pb_countdown_timer_container .section.sep {
display: inline-block; } }
.tm_pb_builder #tm_builder_outer_content .tm_pb_module.tm_pb_countdown_timer .tm_pb_countdown_timer_container .section .value {
font-weight: 700;
font-size: 36px;
line-height: 1; }
@media (min-width: 1200px) {
.tm_pb_builder #tm_builder_outer_content .tm_pb_module.tm_pb_countdown_timer .tm_pb_countdown_timer_container .section .value {
font-size: 52px; } }
.tm_pb_builder #tm_builder_outer_content .tm_pb_module.tm_pb_countdown_timer .tm_pb_countdown_timer_container .section .label {
margin-top: 7px;
font-size: 14px; }
@media (min-width: 992px) {
.tm_pb_builder #tm_builder_outer_content .tm_pb_module.tm_pb_countdown_timer .tm_pb_countdown_timer_container .section .label {
margin-top: 18px; } }
.tm_pb_builder #tm_builder_outer_content .tm_pb_module.tm_pb_countdown_timer .tm_pb_countdown_timer_container .section .countdown-sep {
position: relative;
top: -23px;
font-size: 36px;
font-weight: 700; }
@media (min-width: 1200px) {
.tm_pb_builder #tm_builder_outer_content .tm_pb_module.tm_pb_countdown_timer .tm_pb_countdown_timer_container .section .countdown-sep {
font-size: 52px; } }
#tm_builder_outer_content .tm_pb_module.tm_pb_countdown_timer .tm_pb_countdown_timer_container .section .value,
#tm_builder_outer_content .countdown-sep::before {
color: inherit; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_circle_counter .percent p {
color: inherit; }
#tm_builder_outer_content .tm_pb_module.tm_pb_countdown_timer.invert .tm_pb_countdown_timer_container .sep.section,
#tm_builder_outer_content .tm_pb_module.tm_pb_countdown_timer.invert .tm_pb_countdown_timer_container .value {
color: inherit; }
#tm_builder_outer_content .tm_pb_social_media_follow.tm_pb_module li a.icon {
height: auto;
width: auto; }
#tm_builder_outer_content .tm_pb_social_media_follow.tm_pb_module li:before {
display: none; }
#tm_builder_outer_content .tm_pb_social_media_follow.tm_pb_module li + li {
margin-top: 0;
margin-left: 7px; }
@media (min-width: 992px) {
#tm_builder_outer_content .tm_pb_social_media_follow.tm_pb_module li + li {
margin-left: 19px; } }
#tm_builder_outer_content .tm_pb_widget_area table tfoot td {
border: none; }
#tm_builder_outer_content .tm_pb_widget_area .widget_calendar table,
#tm_builder_outer_content .tm_pb_widget_area #wp-calendar {
table-layout: auto; }
#tm_builder_outer_content .tm_pb_column .tm_pb_blurb {
overflow: hidden; }
#tm_builder_outer_content hr.tm_pb_divider {
width: auto;
box-sizing: initial; }
#tm_builder_outer_content hr.tm_pb_divider.divider-full-width {
margin-left: -15px;
margin-right: -15px; }
#tm_builder_outer_content .image-vlines .tm_pb_image {
margin: 15px 0; }
@media (min-width: 992px) {
#tm_builder_outer_content .image-vlines .tm_pb_image {
margin: 44px 0; } }
@media (min-width: 992px) {
#tm_builder_outer_content .image-vlines > div + div {
position: relative; }
#tm_builder_outer_content .image-vlines > div + div:after {
position: absolute;
display: inline-block;
content: '';
width: 1px;
left: 0;
top: 0;
bottom: 0;
background: #d2e0eb; } }
#tm_builder_outer_content .section-overflow-hidden {
overflow: hidden; }
@media (min-width: 544px) {
#tm_builder_outer_content .section-overflow-hidden .vertical-line:before {
top: -300px;
bottom: -300px; } }
#tm_builder_outer_content .tm_pb_circle_counter {
word-wrap: break-word;
margin-top: 30px; }
#tm_builder_outer_content .tm_pb_circle_counter {
max-width: 100%; }
#tm_builder_outer_content .tm_pb_circle_counter canvas {
max-width: 100%; }
#tm_builder_outer_content .tm_pb_circle_counter .percent p {
margin-bottom: 24px; }
#tm_builder_outer_content .tm_pb_link_box {
line-height: inherit;
position: relative;
height: 100%;
text-align: center; }
@media (min-width: 992px) {
#tm_builder_outer_content .tm_pb_link_box {
text-align: left; } }
#tm_builder_outer_content .tm_pb_link_box a.tm_pb_button {
display: none; }
#tm_builder_outer_content .tm_pb_link_box .tm_pb_link_box_image {
overflow: hidden;
line-height: 0;
margin-bottom: 26px; }
@media (min-width: 1200px) {
#tm_builder_outer_content .tm_pb_link_box .tm_pb_link_box_image {
margin-bottom: 56px; } }
#tm_builder_outer_content .tm_pb_link_box .tm_pb_link_box_image img {
-webkit-transition: .4s all ease;
transition: .4s all ease;
width: auto; }
#tm_builder_outer_content .tm_pb_link_box .tm_pb_link_box_content {
-webkit-transition: .4s all ease;
transition: .4s all ease;
text-align: left;
will-change: transform;
padding: 0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 35px;
text-align: center; }
@media (min-width: 992px) {
#tm_builder_outer_content .tm_pb_link_box .tm_pb_link_box_content {
text-align: left;
margin-bottom: 25px; } }
#tm_builder_outer_content .tm_pb_link_box .tm_pb_link_box_content h2 {
margin-bottom: 18px;
will-change: transform;
letter-spacing: 0.015em; }
#tm_builder_outer_content .tm_pb_link_box .tm_pb_link_box_content p {
margin: 0; }
#tm_builder_outer_content .tm_pb_link_box .tm_pb_link_box_content h2 + * {
margin-top: 20px; }
#tm_builder_outer_content .tm_pb_link_box .tm_pb_link_box_content .tm_pb_blurb_content {
margin: 0;
letter-spacing: 0.015em; }
#tm_builder_outer_content .tm_pb_link_box .tm_pb_link_box_title {
margin: 0 0 15px; }
#tm_builder_outer_content .tm_pb_link_box .tm_pb_link_box_title:before, #tm_builder_outer_content .tm_pb_link_box .tm_pb_link_box_title:after {
content: none; }
#tm_builder_outer_content .link_box__under-slider .tm_pb_link_box .tm_pb_link_box_content {
min-height: 100px; }
@media (min-width: 544px) {
#tm_builder_outer_content .link_box__under-slider .tm_pb_link_box .tm_pb_link_box_content {
min-height: 290px; } }
@media (min-width: 992px) {
#tm_builder_outer_content .link_box__under-slider .tm_pb_link_box .tm_pb_link_box_content {
min-height: 390px; } }
#tm_builder_outer_content .link_box__under-slider .tm_pb_link_box.link_box-big-height {
position: relative; }
@media (min-width: 768px) {
#tm_builder_outer_content .link_box__under-slider .tm_pb_link_box.link_box-big-height {
margin-top: -30px;
padding-bottom: 30px;
z-index: 11; } }
@media (min-width: 992px) {
#tm_builder_outer_content .link_box__under-slider .tm_pb_link_box.link_box-big-height h2 {
font-size: 44px;
line-height: 50px;
margin-top: 55px;
margin-bottom: 0; } }
@media (min-width: 1100px) {
.more-hover-show .tm_pb_link_box .tm_pb_link_box_content .tm_pb_link_box_button_holder {
-webkit-transition: .4s all ease;
transition: .4s all ease;
visibility: hidden;
opacity: 0;
margin-top: -15px; }
.more-hover-show .tm_pb_link_box .tm_pb_link_box_content:hover .tm_pb_link_box_button_holder {
visibility: visible;
opacity: 1;
margin-top: 0; } }
#tm_builder_outer_content .tm_pb_swiper .swiper-button-prev {
top: 47px;
right: 73px;
left: auto;
width: 43px;
height: 43px; }
#tm_builder_outer_content .tm_pb_swiper .swiper-button-prev:before {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
width: 100%;
font-size: 20px;
line-height: 42px;
content: '\f177';
position: relative;
left: 15px; }
#tm_builder_outer_content .tm_pb_swiper .swiper-button-next {
top: 47px;
right: 1px;
left: auto;
width: 43px;
height: 43px; }
#tm_builder_outer_content .tm_pb_swiper .swiper-button-next:before {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
width: 100%;
font-size: 20px;
line-height: 42px;
content: '\f178';
position: relative;
left: 8px; }
#tm_builder_outer_content .tm_pb_swiper .swiper-container .swiper-slide .entry-content {
padding: 0; }
#tm_builder_outer_content .tm_pb_swiper .swiper-container .swiper-slide .entry-content .post-date,
#tm_builder_outer_content .tm_pb_swiper .swiper-container .swiper-slide .entry-content .post-comments {
display: inline-block; }
#tm_builder_outer_content .tm_pb_swiper .swiper-container .swiper-slide .entry-content i {
margin-right: 5px;
font-size: 20px;
vertical-align: middle; }
#tm_builder_outer_content .tm_pb_swiper .swiper-container .swiper-slide .entry-content h6 {
font-size: 24px;
line-height: 28px;
margin: 15px 0 19px; }
#tm_builder_outer_content .tm_pb_swiper .swiper-container .swiper-slide .entry-content .posted-by {
display: inline-block;
margin-right: 10px; }
#tm_builder_outer_content .tm_pb_swiper .swiper-container .swiper-slide article p {
margin-bottom: 18px; }
#tm_builder_outer_content .tm_pb_swiper .swiper-container .swiper-slide .post-thumbnail {
margin-bottom: 25px; }
#tm_builder_outer_content .tm_pb_swiper .title-delimiter {
background-color: transparent;
margin-bottom: 51px; }
#tm_builder_outer_content .tm_pb_swiper .btn, #tm_builder_outer_content .tm_pb_swiper a.tm_pb_button, #tm_builder_outer_content .tm_pb_swiper .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container .tm_pb_contact_submit, #tm_builder_outer_content .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container .tm_pb_swiper .tm_pb_contact_submit, .tm_pb_builder #tm_builder_outer_content .tm_pb_swiper .tm_pb_slider_fullwidth_on a.tm_pb_button, .tm_pb_builder #tm_builder_outer_content .tm_pb_slider_fullwidth_on .tm_pb_swiper a.tm_pb_button, .tm_pb_builder #tm_builder_outer_content .tm_pb_swiper .tm_pb_post .more-link, .tm_pb_builder #tm_builder_outer_content .tm_pb_post .tm_pb_swiper .more-link {
margin-top: 18px;
padding: 10px 27px 10px 33px;
position: relative;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%); }
#tm_builder_outer_content .tm_pb_swiper .btn .btn__text:after, #tm_builder_outer_content .tm_pb_swiper a.tm_pb_button .btn__text:after, #tm_builder_outer_content .tm_pb_swiper .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container .tm_pb_contact_submit .btn__text:after, #tm_builder_outer_content .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container .tm_pb_swiper .tm_pb_contact_submit .btn__text:after, .tm_pb_builder #tm_builder_outer_content .tm_pb_swiper .tm_pb_post .more-link .btn__text:after, .tm_pb_builder #tm_builder_outer_content .tm_pb_post .tm_pb_swiper .more-link .btn__text:after {
font: normal normal normal 14px/1 FontAwesome;
font-size: 18px;
line-height: 1.5;
font-weight: lighter;
content: '\f178';
vertical-align: baseline;
margin-left: 68px;
display: inline-block; }
.swiper-slide:hover {
background-color: transparent; }
.tm_pb_swiper .swiper-button-next,
.tm_pb_swiper .swiper-button-prev {
background-image: none; }
#tm_builder_outer_content .tm_pb_swiper .btn, #tm_builder_outer_content .tm_pb_swiper a.tm_pb_button, #tm_builder_outer_content .tm_pb_swiper .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container .tm_pb_contact_submit, #tm_builder_outer_content .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container .tm_pb_swiper .tm_pb_contact_submit, .tm_pb_builder #tm_builder_outer_content .tm_pb_swiper .tm_pb_slider_fullwidth_on a.tm_pb_button, .tm_pb_builder #tm_builder_outer_content .tm_pb_slider_fullwidth_on .tm_pb_swiper a.tm_pb_button, .tm_pb_builder #tm_builder_outer_content .tm_pb_swiper .tm_pb_post .more-link, .tm_pb_builder #tm_builder_outer_content .tm_pb_post .tm_pb_swiper .more-link {
background-color: transparent; }