@charset "UTF-8";
.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;
word-break: 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(//julieneger.com/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//julieneger.com/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//julieneger.com/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//julieneger.com/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//julieneger.com/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//julieneger.com/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}.justified-gallery {
width: 100%;
position: relative;
overflow: hidden;
}
.justified-gallery > a,
.justified-gallery > div,
.justified-gallery > figure {
position: absolute;
display: inline-block;
overflow: hidden; filter: "alpha(opacity=10)";
opacity: 0.1;
margin: 0;
padding: 0;
}
.justified-gallery > a > img,
.justified-gallery > div > img,
.justified-gallery > figure > img,
.justified-gallery > a > a > img,
.justified-gallery > div > a > img,
.justified-gallery > figure > a > img,
.justified-gallery > a > svg,
.justified-gallery > div > svg,
.justified-gallery > figure > svg,
.justified-gallery > a > a > svg,
.justified-gallery > div > a > svg,
.justified-gallery > figure > a > svg {
position: absolute;
top: 50%;
left: 50%;
margin: 0;
padding: 0;
border: none;
filter: "alpha(opacity=0)";
opacity: 0;
}
.justified-gallery > a > .jg-caption,
.justified-gallery > div > .jg-caption,
.justified-gallery > figure > .jg-caption {
display: none;
position: absolute;
bottom: 0;
padding: 5px;
background-color: #000000;
left: 0;
right: 0;
margin: 0;
color: white;
font-size: 12px;
font-weight: 300;
font-family: sans-serif;
}
.justified-gallery > a > .jg-caption.jg-caption-visible,
.justified-gallery > div > .jg-caption.jg-caption-visible,
.justified-gallery > figure > .jg-caption.jg-caption-visible {
display: initial;
filter: "alpha(opacity=70)";
opacity: 0.7;
-webkit-transition: opacity 500ms ease-in;
-moz-transition: opacity 500ms ease-in;
-o-transition: opacity 500ms ease-in;
transition: opacity 500ms ease-in;
}
.justified-gallery > .jg-entry-visible {
filter: "alpha(opacity=100)";
opacity: 1;
background: none;
}
.justified-gallery > .jg-entry-visible > img,
.justified-gallery > .jg-entry-visible > a > img,
.justified-gallery > .jg-entry-visible > svg,
.justified-gallery > .jg-entry-visible > a > svg {
filter: "alpha(opacity=100)";
opacity: 1;
-webkit-transition: opacity 500ms ease-in;
-moz-transition: opacity 500ms ease-in;
-o-transition: opacity 500ms ease-in;
transition: opacity 500ms ease-in;
}
.justified-gallery > .jg-filtered {
display: none;
}
.justified-gallery > .jg-spinner {
position: absolute;
bottom: 0;
margin-left: -24px;
padding: 10px 0 10px 0;
left: 50%;
filter: "alpha(opacity=100)";
opacity: 1;
overflow: initial;
}
.justified-gallery > .jg-spinner > span {
display: inline-block;
filter: "alpha(opacity=0)";
opacity: 0;
width: 8px;
height: 8px;
margin: 0 4px 0 4px;
background-color: #000;
border-radius: 6px;
}.not-selectable{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:transparent;overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:thin dotted}body.is-using-mouse .fancybox__container :focus{outline:none}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;-webkit-overflow-scrolling:touch;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-36px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;touch-action:none;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:transparent;min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:transparent}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border:5px solid var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0px,0px)}.owl-carousel .owl-wrapper,.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-nav.disabled,.owl-carousel .owl-dots.disabled{display:none}.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-dot{cursor:pointer;cursor:hand;outline:0;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{animation-duration:1000ms;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height 500ms ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity 400ms ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//julieneger.com/wp-content/themes/plexx/assets/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform 100ms ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity 400ms ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.elementor .slick-slide{float:none!important;height:100%;min-height:1px;display:block!important}
.animated{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeInUpBig{from{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-20%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-40%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInRight{from{opacity:0;transform:translate3d(40%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,20%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes bounceIn{from,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scale3d(1,1,1)}}.bounceIn{animation-name:bounceIn}@keyframes flipInX{from{transform:perspective(400px) rotate3d(1,0,0,90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(1,0,0,-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{from{transform:perspective(400px) rotate3d(0,1,0,90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(0,1,0,-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes slideInUp{from{transform:translate3d(0,100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInUp{animation-name:slideInUp}@keyframes zoomInUp{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes lightSpeedIn{from{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes rotateIn{from{transform-origin:center;transform:rotate3d(0,0,1,-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInUpLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes jackInTheBox{from{opacity:0;transform:scale(0.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
code {
font-family: monospace, serif;
font-size: 14px;
-webkit-hyphens: none;
hyphens: none;
}
pre {
background: #fafafa;
border: 1px solid #DDDDDD;
display: block;
font: 11px/19.2px Consolas, Courier, "Courier New", monospace;
margin: 0 auto 18px;
width:90%;
overflow-x: auto;
overflow-y: hidden;
padding: 18px 20px;
color: #666;
white-space: pre-wrap;
word-wrap: break-word;
}
* { box-sizing:border-box; }
.columns img,
.column img {
height: auto;
max-width: 100%;
}
.columns.google-map img {
max-width: none;
}
img, object, video {
height: auto;
display:block;
}
img {
max-width: 100%;
border: 0;
vertical-align: middle;
}
.embed {
position: relative;
padding: 0px;
overflow: hidden;
}
.fluid-width-video-wrapper {
padding-top: 57%;
}
.fancybox-video {
height: 100%
}
.embed iframe,
.embed object,
.embed embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.image-left {
float: left;
margin: 0 15px 8px 0;
}
.image-right {
float:right;
margin: 0 0 8px 15px;
}
.image-right,
.image-left {
padding: 4px;
border: 1px solid #ddd;
max-width: 100%;
-webkit-box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 32px; line-height: 38px; }
h2 { font-size: 28px; line-height: 38px; }
h3 {
font-size: 26px;
line-height: 30px;
font-weight: 500;
}
h4 { font-size: 22px; line-height: 30px; }
h5 { font-size: 20px; line-height: 24px; }
h6 { font-size: 17px; line-height: 21px; }
p img { margin: 0; }
p.lead { font-size: 21px; line-height: 27px; color: #777;  }
b {font-weight:bold;}
em { font-style: italic; }
strong { font-weight: bold; }
small { font-size: 80%; }
hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }
.dropcap {
background: #000;
color: #fff;
display: inline-block;
float: left;
font-size: 30px;
font-weight: 700;
height: 56px;
line-height: 30px;
margin: 8px 15px 8px 0;
padding-top: 12px;
text-align: center;
width: 56px;
}
pre {
background: #fff;
border: 1px solid #e9e9e9;
font-family: Consolas, Courier, Monaco, monospace;
font-size: 14px;
float: none;
clear: both;
display: block;
line-height: 19px;
margin: 18px 0;
padding: 15px;
white-space: pre-wrap;
word-wrap: break-word;
}
table {
width: 100%;
border: 1px solid #e9e9e9;
text-align: left;
margin-bottom: 45px;
}
table thead h4 {
font-size: 10px;
line-height: 18px;
text-transform: uppercase;
margin-bottom: 0;
}
table tr {
border-top: 1px solid #e9e9e9;
}
table thead tr {
border-top: none;
}
table th, table td {
min-height: 41px;
padding: 10px 14px 8px;
border-right: 1px solid #e9e9e9;
}
sub, sup {
font-size: .7em;
line-height: .7em;
}
sub {
vertical-align: bottom;
}
sup {
vertical-align: top;
}
del {
color: #959595;
}
var {
font-family: Consolas, Courier, Monaco, monospace;
}
a, a:visited {
text-decoration: none;
outline: 0;
-webkit-transition: color 0.1s ease;
transition: color 0.1s ease;
}
p a, p a:visited { line-height: inherit; }
ul, ol { margin: 0; }
ul { list-style: none inside; }
ol { list-style: decimal; }
ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
ul.square { list-style: square inside; }
ul.circle { list-style: circle inside; }
ul.disc { list-style: disc inside; }
li { line-height: 18px; }
ul.large li { line-height: 21px; }
li p { line-height: 21px; }
fieldset {
margin-bottom: 20px;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
padding: 10px;
outline: none;
font-size: 14px ;
color: #888;
margin: 0;
max-width: 100%;
display: block;
background: #fff;
-webkit-transition: border-color 0.25s;
transition: border-color 0.25s;
}
select {
padding: 0;
}
textarea {
min-height: 60px;
}
legend {
display: block;
font-weight: bold;
font-size: 12px;
font-weight: normal;
margin-bottom: 8px;
}
input[type="checkbox"] {
display: inline;
}
label span,
legend span {
font-weight: normal;
color: #444;
}   html { }
body {
line-height: 1;
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
}
body.page-template-template-portfolio-fullscreen-slider2 {
overflow: hidden;
}
body.shadow:after {
visibility: visible;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,.75);
}
body:after {
content: '';
position: fixed;
top: 0;
left: 0;
width: 0;
height: 0;
background-color: transparent;
z-index: 999;
visibility: hidden;
transition: background-color .3s;
}
.img-responsive {
margin: 0 auto;
}   #wrapper {
padding: 0 0 0px 0;
overflow:hidden;
}
body:not(.single) #footer {
overflow: hidden;
clear: both; }
.page-template-template-portfolio-fullscreen-slider #footer,
.page-template-template-portfolio-fullscreen-slider2 #footer,
.page-template-template-portfolio-fullscreen-video #footer,
.page-template-template-portfolio-pointy-slider #footer,
.page-template-template-portfolio-video #footer,
.page-template-template-portfolio-video #page-title {
display: none;
}
iframe {
max-width: 100%;
}
#head {
padding-top:0px;
margin-bottom:0px;
overflow: hidden;
clear: both;
}   ::-moz-selection { background: #1fc8db;
color: #fff;
}
::selection { background: #1fc8db;
color: #fff;
}   ins {
background: #fff9c0;
text-decoration: none;
}
code, kbd, pre, tt, samp {
font-family: monospace, serif; -webkit-hyphens: none;
hyphens: none;
}
code {
padding: 2px 4px;
background-color: #f9f2f4;
}
address {
font-style: italic;
margin: 0 0 24px;
}
abbr[title],
acronym { cursor: help;
}
big {
font-size: 1.5em;
}
i, .status-publish cite, em, var, address, dfn {
font-style: italic;
}
sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
.container dl {
margin: 0 20px;
}
.container dt {
font-weight:bold;
}
.container dd {
margin: 0 0 20px;
}   .infinite-container:after,
#blog-wrapper:after,
.container-content:after,
.ajax-content:after,
.post-description:after,
.comments-inner:after {
content: "";
display: table;
clear: both;
}   .page_head {
padding:35px 0 3px 0;
}
.visibility-hidden {
visibility: hidden;
}
a {
color: #8d949e;
}
.filters-container span {
color: #273140;
}
a:hover, a:focus {  color: #1fc8db;
}
#navigation a, .widget_nav_menu a, .widget, .search-icon span,
.copyright .widget_nav_menu ul li a,
.filters-container.container {
font-family: "Rubik", Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6, h1.logo a,
.portfolio-gallery-item a::after,
.date, .post-meta, .container .subtitle p,
.author-name, .post-footer .cats, .post-footer .single-tags,
.comment-text, .blog-item .date-number, .item-filter,
.search-form input, .contact-btn, .portfolio-info .cd-btn, .subtitle .cd-btn,
.comment-form-comment textarea,
.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
.search-results, .comment-author cite,
input[type="submit"] {
font-family: "Rubik", 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
body,
.post-content p,
.container p,
.blog-item .post-content p {
font-family: "Rubik", Helvetica, Arial, sans-serif;
}
p {
margin: 0 0 40px 0;
}
.post-content p,
.container p,
.container dl,
.builder_p {
font-size:17px;
font-weight:300;
line-height:30px;
text-align:left;
column-gap: 45px;
}
.has-text-align-center {
text-align: center !important;
}
.post-description h1,
.post-description h2,
.post-description h3,
.post-description h4,
.post-description h5,
.post-description h6 {
padding:15px 0 5px 0;
}
.type-page h1,
.type-page h2,
.type-page h3,
.type-page h4,
.type-page h5,
.type-page h6,
.type-post h1,
.type-post h2,
.type-post h3,
.type-post h4,
.type-post h5,
.type-post h6 {
margin-top:5px;
margin-bottom: 15px; display: inline-block;
line-height: normal;
font-weight: 600;
padding: 25px 0 5px 0;
position: relative;
color: #273140; }
.blog-item.type-post h2 {
padding: 5px 0;
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
display: block;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 600;
color: #273140;
}
#logo {
padding: 10px 0;
}
.menu-minimize #logo {
padding: 0;
max-height: 30px;
}
h1.logo,
#logo a {
font-family: "Rubik", Helvetica, Arial, sans-serif;
font-weight: 600;
font-size: 26px;
line-height: 18px;
text-align: left;
color:#272B2F; }
#logo a:hover {
color: rgba(0, 0, 0, 0.6);
}
.logo-image {
position: relative;
display: block;
text-align: center;
font-size: 0;
min-width: 30px;
width: 150px; }
.status-publish li {
text-align: left;
padding: 10px 0;
font-weight: 300;
opacity:0.89;
}
.status-publish ul li,
ol.commentlist .comment-content li {
list-style: disc;
}
ol.commentlist .comment-content ol li {
list-style: decimal;
}
ol.commentlist .comment-content ul,
ol.commentlist .comment-content ol,
ol.commentlist .comment-content ul li,
ol.commentlist .comment-content ol li {
padding: 0 0 0 20px;
margin: 0;
}
ol.commentlist .comment-content ul li,
ol.commentlist .comment-content ol li {
padding: 5px 0 5px 0;
}
.type-post .comment-content h2 {
padding-top: 35px;
}
.status-publish ul, .status-publish ol:not(.commentlist) {
margin: auto;
padding: 0 0 0 30px;
font-size: 16px;
}
.dark-page {
color:#272B2F;
}   .builder-element.type-Gallery,
.builder-element.type-Video {
position: relative;
margin-bottom: 45px;
}
.force-fullwidth.type-Text {
padding: 0 50px;
}
.width-fix {
-webkit-animation: width 0.4s;
animation: width 0.4s;
}   #loader {
z-index: 9999;
position: fixed;
display: flex;
justify-content: center;
align-items: center;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #fff;
}
#loader .spinner {
margin: 0 auto;
text-align: center;
}
.loader-img {
border-radius: 50%;
width: 100px;
height: 100px;
z-index: 9998;
position: relative;
}
.loader-round {
position: fixed;
z-index: 9997;
top: 50%;
left: 50%;
width: 108px;
height: 108px;
margin: -54px 0 0 -54px;
border-top: 4px solid #1fc8db;
border-right: 4px solid #fff;
border-bottom: 4px solid #fff;
border-left: 4px solid #fff;
border-radius: 50%;
background: transparent;
-webkit-animation: spinner 1.3s infinite linear;
animation: spinner 1.3s infinite linear;
}
@-webkit-keyframes spinner {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes spinner {
0% {
transform: rotate(0deg)
}
100% {
transform: rotate(360deg)
}
}
.ajax-content {
position: relative;
}
#ajax-loader {
position: absolute;
margin: 0 auto;
display: none;
-webkit-transition: .5s;
transition: .5s;
z-index:222;
top: -35px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
text-align: center; }
.spinner > div {
width: 8px;
height: 8px;
background-color: #8d949e;
border-radius: 100%;
display: inline-block;
-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner > div:nth-of-type(0n+1) {
background-color: #17ead9;
}
.spinner > div:nth-of-type(0n+2) {
background-color: #41b3e2;
}
.spinner > div:nth-of-type(0n+3) {
background-color: #6078ea;
}
.spinner .bounce1 {
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
.spinner .bounce2 {
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
0%, 80%, 100% { -webkit-transform: scale(0) }
40% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bouncedelay {
0%, 80%, 100% {
-webkit-transform: scale(0);
transform: scale(0);
} 40% {
-webkit-transform: scale(1.0);
transform: scale(1.0);
}
}
#ajax-spinner {
position: absolute;
top: 100px;
left: 50%;
width: 86px;
height: 86px;
margin: -43px 0 0 -43px;
border-top: 2px solid #fff;
border-right: 2px solid transparent;
border-bottom: 2px solid transparent;
border-left: 2px solid transparent;
border-radius: 50%;
-webkit-animation: spinner 1.1s infinite linear;
animation: spinner 1.1s infinite linear;
}
@-webkit-keyframes ajax-spinner {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes ajax-spinner {
0% {
transform: rotate(0deg)
}
100% {
transform: rotate(360deg)
}
}   .block-out {
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(100px);
transform: translateY(100px);
-webkit-transition: all 1s ease;
transition: all 1s ease;
}
.block-in {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(10px);
transform: translateY(10px);
-webkit-transition: all 1s ease;
transition: all 1s ease;
}
.animation-from_bottom,
.animation-from_top {
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
visibility: hidden;
transition-delay: 0;
opacity: 0;
-webkit-transition: -webkit-transform 0.3s ease-in-out, opacity 0.3s;
transition: transform 0.3s ease-in-out, opacity 0.3s;
}
.animation-from_opacity {
opacity: 0;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.animation-from_top {
-webkit-transform: translate3d(0, -25px, 0);
transform: translate3d(0, -25px, 0);
}
.animation-from_bottom.loaded,
.loading-finish .animation-from_top {
opacity: 1;
visibility: visible;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.loading-finish .animation-from_opacity {
opacity: 1;
}   .contact-form,
.comment-form {
padding:25px 0 35px 0;
}
.search-form {
padding:25px 0 0 0;
}
.search-bar .search-form {
padding:0;
}
.comment-form label {
font-size: 16px;
font-weight: 500;
}
.input {
position: relative;
float:left;
margin: 0 0 30px 0;
vertical-align: top;
padding: 10px 20px 0 0;
width: 33.33%;
}
.widget_search .input {
margin-right: 0;
padding-right: 0;
}
.search-form input {
width: 100%;
color: rgba(255, 255, 255, 0.7);
background: rgba(255, 255, 255, 0);
font-size: 16px;
padding: 20px 15px;
font-weight: 500;
border: 2px solid rgba(255, 255, 255, 0.1);
}
.no-content .search-form input,
.search-form input {
border: 2px solid rgba(0, 0, 0, 0.1);
color:#272B2F;
}
.no-content .search-form input:focus,
.search-form input:focus {
border: 2px solid #3acfd5;
-webkit-border-image: -webkit-linear-gradient(top left, #3acfd5 0%, #e05db8 100%);
border-image: linear-gradient(141deg, #11ecb0 0%, #1fc8db 51%, #2cb5e8 75%);
border-image-slice: 1;
}
.search-form input.search-submit {
display:none;
}
.input__field,
.comment-form-comment textarea,
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
position: relative;
display: block;
border-radius: 0;
-webkit-appearance: none;
width:100%;
padding: 15px 10px;
background: transparent;
font-size: 16px;
font-weight: 500;
border: 2px solid rgba(0, 0, 0, 0.1);
-webkit-transition: border-color 0.3s;
transition: border-color 0.3s;
}
.comment-form-comment textarea,
.wpcf7-textarea {
height: 95px;
-webkit-transition: height .3s, border-color 0.3s;
transition: height .3s, border-color 0.3s;
}
.comment-form-comment textarea:focus,
.wpcf7-textarea:focus {
height: 200px;
}
p.comment-form-author,
p.comment-form-email,
p.comment-form-url,
p.comment-form-comment,
p.form-submit {
padding-left:0;
padding-right:0;
display:block;
}
p.comment-form-author,
p.comment-form-email,
p.comment-form-url {
width:33.333%;
float:left;
padding:0 25px 0 0;
}
p.comment-form-url  {
padding:0;
}
.container .comment-notes {
font-size:12px;
}
.content-texatrea {
width: 100%;
clear:both;
}
.comment-form-comment textarea:focus,
.comment-form-author input:focus,
.comment-form-email input:focus,
.comment-form-url input:focus {
border: 2px solid #3acfd5;
-webkit-border-image: -webkit-linear-gradient(top left, #3acfd5 0%, #e05db8 100%);
border-image: linear-gradient(141deg, #11ecb0 0%, #1fc8db 51%, #2cb5e8 75%);
border-image-slice: 1;
}
label.error,
.contact-form-error {
color:#da6484;
padding:5px 0;
}
.contact-form-success {
color:green;
}
.contact-form-error {
color:red;
}   .wpcf7-text,
.wpcf7-textarea {
width:100%;
}
.wpcf7-form {
margin-top: 30px;
}
.container .wpcf7-form p {
font-size:16px;
font-weight: 500;
}
.wpcf7-form p {
margin: 0 0 24px 0;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="password"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
font-size:16px;
padding: 15px 10px;
font-size: 16px;
font-weight: 500;
border: 2px solid rgba(0, 0, 0, 0.1);
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="password"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 textarea:focus {
border: 2px solid #3acfd5;
-webkit-border-image: -webkit-linear-gradient(top left, #3acfd5 0%, #e05db8 100%);
border-image: linear-gradient(141deg, #11ecb0 0%, #1fc8db 51%, #2cb5e8 75%);
border-image-slice: 1;
}
.type-page .wpcf7-form {
padding:35px 0;
}
.wpcf7-not-valid-tip,
.wpcf7-validation-errors {
position:absolute;
display: none !important;
}
.wpcf7-not-valid-tip {
top:0;
width:400px;
}
.wpcf7 input[type="email"].wpcf7-not-valid,
.wpcf7 input[type="text"].wpcf7-not-valid {
border: 2px solid #f00;
}   .page-template-template-portfolio-fullscreen-slider .container.nav_container,
.page-template-template-portfolio-fullscreen-slider2 .container.nav_container,
.page-template-template-portfolio-fullscreen-slider-lightbox .container.nav_container,
.page-template-template-portfolio-pointy-slider .container.nav_container {
position: fixed;
top: 0;
padding: 0 20px;
width: 100%;
z-index: 999;
}
.fixed-nav .nav_container,
.page-template-template-portfolio-fullscreen-carousel .nav_container,
.page-template-template-portfolio-fullscreen-autoplay .nav_container,
.page-template-template-portfolio-fullscreen-lightbox .nav_container,
.page-template-template-portfolio-fullscreen-lightbox2 .nav_container,
.page-template-template-portfolio-fullscreen-vegas .nav_container,
.page-template-template-portfolio-fullscreen-video .nav_container {
background: #fff;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 999;
}
.page-template-template-portfolio-fullscreen-lightbox2 .nav_container {
position: absolute;
}
.page-template-template-portfolio-fullscreen-video .nav_container {
position: absolute;
}
.admin-bar.fixed-nav .nav_container,
.admin-bar.page-template-template-portfolio-fullscreen-carousel .nav_container,
.admin-bar.page-template-template-portfolio-fullscreen-autoplay .nav_container,
.admin-bar.page-template-template-portfolio-fullscreen-lightbox .nav_container,
.admin-bar.page-template-template-portfolio-fullscreen-lightbox2 .nav_container,
.admin-bar.page-template-template-portfolio-fullscreen-vegas .nav_container {
top: 32px;
}
.page-template-template-portfolio-fullscreen-carousel .nav_container,
.page-template-template-portfolio-fullscreen-autoplay .nav_container,
.page-template-template-portfolio-fullscreen-lightbox .nav_container,
.page-template-template-portfolio-fullscreen-lightbox2 .nav_container,
.page-template-template-portfolio-fullscreen-slider .nav_container,
.page-template-template-portfolio-fullscreen-vegas .nav_container,
.page-template-template-portfolio-fullscreen-video .nav_container {
background: transparent;
}
.container.nav_container {
width: 100%;
}
.layout-fullwidth.fixed-nav .nav_container,
.page-template-template-portfolio-fullscreen-carousel .nav_container,
.page-template-template-portfolio-fullscreen-autoplay .nav_container,
.page-template-template-portfolio-fullscreen-lightbox .nav_container,
.page-template-template-portfolio-fullscreen-lightbox2 .nav_container,
.page-template-template-portfolio-fullscreen-vegas .nav_container,
.page-template-template-portfolio-fullscreen-video .nav_container {
width: 100%; padding: 0 80px; }
#site-navigation {
display: block;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
min-height: 98px;
}
.container #site-navigation .thirteen.columns {
width: auto;
}
.menu-minimize #site-navigation {
min-height: 30px;
}
#navigation { text-align:right;
display: inline-block;
}
.nav-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;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.top-navigation ul {
margin: 0;
}
.top-navigation li {
list-style: none;
display:inline-block;
margin: 0;
}
.top-navigation ul li {
position: relative;
}
.top-navigation li.menu-item {
display: flex;
align-items: center;
}
.top-navigation li a {
font-size:17px;
letter-spacing: 1px;
padding: 40px 30px;
color:#273140;
font-weight:400;
position: relative;
display: flex;
align-items: center;
}
.top-navigation ul ul {
z-index: 999;
position: absolute;
top: 85%;
left: 50%; opacity: 0;
visibility: hidden;
width: 220px;
padding: 20px 0;
text-align:center;
background:rgba(240, 240, 240, 1); transform-origin: 0 top;
transform: scale(.9) translateX(-50%);
transition: .2s ease;
}
.top-navigation ul li:hover > ul {
opacity: 1;
visibility: visible;
left: 50%;
transform: scale(1) translateX(-50%);
}
.top-navigation ul.sub-menu::before {
content: '';
position: absolute; top:-12px;
left: calc(50% - 10px);
width:0;
height:0;
z-index: 11;
border-style:solid;
border-width:0 10px 12px;
border-color:transparent transparent rgba(240, 240, 240, 1);
pointer-events: none;
}
.top-navigation ul ul ul::before {
left:-16px;
top: 27px;
display: block;
border-color:transparent transparent #34383b;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.top-navigation ul ul li a { color: #797f88;
text-transform: none;
padding:8px 30px;
margin:0;
display: inline-block;
width: 100%;
border: none;
font-size: 15px;
letter-spacing: normal;
text-align: left;
}
.top-navigation ul ul ul {
top: -20px;
left: 0;
background: #34383b;
transform: translateX(-50%);
}
.top-navigation ul ul li:hover > ul {
opacity: 1;
visibility: visible;
left: 100%;
transform: translateX(0);
}
.top-navigation ul ul li a:hover,
.top-navigation ul ul li.current-menu-item a {
color: #273140 !important;
}
.top-navigation li a.menu-overflowed {}   .menu-right {
text-align: right;
}
.social-no .header-social,
.menu-alt .nav-menu,
.search-no .search-icon {
display: none;
}
.header-social {
float: right;
}
.social-left .header-social {
float: left;
margin-left:0;
}
.menu-alt.menu-right .menu-dropdown { right: 5px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.menu-alt.menu-left .menu-dropdown {
left: 5px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.center-header.menu-alt .menu-dropdown {
-webkit-transform: translateX(50%) translateY(0);
transform: translateX(50%) translateY(0);
}
.menu-alt.menu-right #navigation .nav-menu {
left: auto;
right: 10px;
-webkit-transform: translateX(0);
transform: translateX(0);
}
.menu-alt.menu-left #navigation .nav-menu {
left: 10px;
right: auto;
-webkit-transform: translateX(0);
transform: translateX(0);
}
.center-header.menu-alt #navigation .nav-menu {
-webkit-transform: translateX(-50%) translateY(46px);
transform: translateX(-50%) translateY(46px);
}
.logo-center #logo {
display: inline-block;
text-align: center;
margin: 0 auto;
}
.logo-center strong {
display: block;
}
.logo-right #logo,
.logo-right h1.logo,
.logo-right #logo a {
text-align: right;
float: right;
justify-content: flex-end;
}
.logo-center #site-navigation {
text-align: center;
}
.logo-center #site-navigation .sixteen.columns {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
padding-top: 16px;
padding-bottom: 16px;
}
.logo-right.menu-alt #site-navigation {
padding-top: 16px;
padding-bottom: 16px;
flex-direction: row-reverse;
}
.center-header.logo-center #site-navigation .sixteen.columns {
-webkit-justify-content: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: relative;
padding: 0;
}
.center-header.logo-center #navigation {
margin-left: 60px;
margin-right: 60px;
}
.center-header.logo-center #site-navigation {
flex-direction: column;
padding-top: 40px;
padding-bottom: 16px;
}
.center-header.logo-center.menu-alt #site-navigation {
padding-bottom: 46px;
margin-bottom: 16px;
}
.center-header.menu-alt .header-social,
.center-header.menu-alt .search-icon {
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
.center-header.logo-center h1.logo,
.center-header.logo-center #logo a {
font-size: 28px;
line-height: 30px;
text-align: center;
}
.alt-right.social-no #site-navigation {
padding-top: 16px;
padding-bottom: 16px;
}
.logo-center.social-left .header-social,
.logo-center.social-right .header-social {
position: absolute;
}
.center-header.search-left .search-icon {
position: absolute;
left: -5px;
padding: 10px 10px 10px 5px;
cursor: pointer;
}
.logo-center.social-left .header-social,
.logo-center.social-right .header-social,
.center-header.search-left .search-icon {
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.logo-center.social-right .header-social {
right: 0;
}   .menu-dropdown {
display: none;
cursor: pointer;
position: absolute;
top: 50%;
padding: 20px;
right: 15px;
width: 30px;
height: 20px;
z-index: auto;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.menu-dropdown span {
position: absolute;
top: 20px;
left: 10px;
width: 25px;
height: 2px;
margin-top: -1px;
background-color: #272B2F;
border-radius:2px;
}
.menu-dropdown span:before,
.menu-dropdown span:after {
position: absolute;
border-radius:2px;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, .9);
content: "";
-webkit-transition-duration: .1s;
transition-duration: .1s;
}
.menu-dropdown span,
.menu-dropdown span:before,
.menu-dropdown span:after {
background-color: #272B2F;
}
.menu-dropdown span:before {
-webkit-transform: translateY(-350%);
transform: translateY(-350%);
}
.menu-dropdown span:after {
-webkit-transform: translateY(350%);
transform: translateY(350%);
}
.menu-dropdown.toggled-on span {
background-color: transparent;
}
.menu-dropdown.toggled-on span:before {
-webkit-transform: translateY(0) rotate(45deg);
transform: translateY(0) rotate(45deg);
}
.menu-dropdown.toggled-on span:after {
-webkit-transform: translateY(0) rotate(-45deg);
transform: translateY(0) rotate(-45deg);
}
.navigation_fixed {
position:fixed;
z-index:5999;
width:100%;
margin:0 auto;
top:0;
}
@media only screen and (min-width: 960px) {
.menu-alt .menu-dropdown {
display: block;
width: 40px;
height: 40px;
padding: 0;
top: 50%;
right: 50%;
-webkit-transform: translateX(50%) translateY(-50%);
transform: translateX(50%) translateY(-50%);
}
.menu-alt .menu-dropdown span {
left: 7px;
}
.menu-alt #site-navigation {
position: relative;
z-index: auto; }
.menu-alt #navigation .nav-menu,
.floated-sidebar {
opacity: 0;
visibility: hidden;
display: inline;
z-index: 9999;
position: absolute;
top: 100%;
width: 100%;
left: 50%;
padding: 60px 20px 60px 10px; background: rgba(240, 240, 240, 1);
text-align: left;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.menu-alt #navigation .nav-menu {
width: 40%;
padding: 60px 40px;
}
.fullwidth-navigation.menu-alt #navigation .nav-menu {
width: 100%;
padding: 60px 20px 60px 10px;
}
.fullwidth-navigation.menu-alt #navigation .nav-menu:before,
.fullwidth-navigation.menu-alt #navigation .nav-menu:after {
content: '';
position: absolute;
left: -31px;
top: 0;
width: 40px;
height: 100%;
background: #191919;
}
.fullwidth-navigation.menu-alt #navigation .nav-menu:after {
left: auto;
right: -30px;
}
.menu-sidebar.menu-alt #navigation .nav-menu,
.floated-sidebar {
width: 380px;
height: 100%;
position: fixed;
display: block;
padding: 60px 80px 60px 60px;
top: 0;
right: 0;
-webkit-transform: translateX(0);
transform: translateX(0);
z-index: 9000;
overflow-y: scroll;
}
.floated-sidebar {
padding: 60px 40px;
}
.menu-sidebar.menu-alt.menu-left #navigation .nav-menu {
right: auto;
left: 0;
}
.sidebar-hider {
position: fixed;
z-index: 1000;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
visibility: hidden;
background: rgba(39, 43, 47, 0.7);
-webkit-transition: opacity 0.6s ease;
transition: opacity 0.6 ease;
}
.sidebar-hider.toggled-on {
opacity: 1;
visibility: visible;
}
body.has-left-sidebar .title-container,
body.has-left-sidebar .content-wrapper,
body.has-right-sidebar .title-container,
body.has-right-sidebar .content-wrapper,
body.has-left-sidebar #logo,
body.has-right-sidebar #logo {
-webkit-transition: transform 0.3s ease;
transition: transform 0.3 ease;
}
body.has-left-sidebar.toggled-on .title-container,
body.has-left-sidebar.toggled-on .content-wrapper,
body.has-left-sidebar.toggled-on #logo {
-webkit-transition: transform 0.3s ease;
transition: transform 0.3 ease;
-webkit-transform: translateX(-100px);
transform: translateX(-100px);
}
body.has-right-sidebar.toggled-on .title-container,
body.has-right-sidebar.toggled-on .content-wrapper,
body.has-right-sidebar.toggled-on #logo {
-webkit-transition: transform 0.3s ease;
transition: transform 0.3 ease;
-webkit-transform: translateX(100px);
transform: translateX(100px);
}
.menu-alt #navigation .nav-menu.toggled-on {
opacity: 1;
visibility: visible;
display: block;
}
.menu-alt #navigation ul li a, .menu-alt #navigation ul li ul li a, .menu-alt #navigation ul li ul li ul li a {
display: block;
padding: 15px 0;
margin:0;
text-align: left;
color:rgba(255, 255, 255, 0.9);
font-weight: 500;
font-size:22px;
border: none;
line-height: normal;
}
.menu-alt #navigation ul li:not(.menu-item-split-wrapper) ul li a, .menu-alt #navigation ul li ul li ul li a {
padding: 6px 0;
color: #273140;
font-size:15px;
line-height: normal;
}
.menu-alt #navigation ul li a, .menu-alt #navigation ul li ul li a, .menu-alt #navigation ul li ul li ul li a {
color: #273140;
}
.menu-alt #navigation ul li:not(.menu-item-split-wrapper) ul li a, .menu-alt #navigation ul li ul li ul li a {
opacity: .6;
}
.menu-alt #navigation ul li a:hover,
.menu-alt .top-navigation li a:hover,
.menu-alt #navigation ul li ul li ul li a:hover {
border: none;
color: #1fc8db;
}
.menu-alt #navigation ul li,
.menu-alt .top-navigation li {
float: none;
margin: 0;
display: block;
position: relative;
}
.menu-alt #navigation ul li ul {
position: relative;
display:none;
left: 0;
top: 0;
text-align:center;
padding: 0;
line-height: normal;
background:transparent;
width:100%;
transform: translateX(0);
opacity: 1;
visibility: hidden;;
} .menu-alt #navigation ul li:before,
.menu-alt #navigation ul li a:before,
.menu-alt #navigation ul li ul:before,
.menu-alt #navigation ul li ul li ul:before,
.menu-alt #navigation ul li ul a:before,
.menu-alt #navigation ul li ul li:before,
.menu-alt #navigation ul li ul li ul:before,
.menu-alt #navigation ul li ul li a::before {
display: none;
}
.menu-alt #navigation ul li ul li {
margin: 0;
padding: 0;
float:none;
}
.menu-alt #navigation ul li ul li ul {
top:0;
background:none;
position:relative;
}
.menu-alt #navigation ul li ul li:hover > ul {
left: 0;
}
.menu-alt #navigation .menu-item-has-children > a:after {
content: '\f067';
font-family: 'FontAwesome';
position: absolute;
font-size: 11px;
left: -23px;
top: calc(50% - 5px);
}
.menu-alt #navigation .nav-menu ul.sub-menu {
display: none;
-webkit-transition: all 0.4s;
transition: all 0.4s;
}
.menu-alt #navigation .nav-menu ul.sub-menu.opened {
display: block;
visibility: visible;
}
}   .nav-menu .menu-item.current-menu-item a::before,
.nav-menu .menu-item.current-menu-parent a::before {
-webkit-transform: scale3d(1, 1, 1) translateX(-50%);
transform: scale3d(1, 1, 1) translateX(-50%);
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.nav-menu .menu-item:hover a::before,
.nav-menu .menu-item:focus a::before {
-webkit-transform: scale3d(1, 1, 1) translateX(-50%);
transform: scale3d(1, 1, 1) translateX(-50%);
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.nav-menu a::before {
content: '';
position: absolute;
bottom: 33px;
left: 50%;
width: 70%;
height: 2px;
-webkit-transform: scale3d(0, 1, 1) translateX(-50%);
transform: scale3d(0, 1, 1) translateX(-50%);
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.nav-menu ul a::before,
.nav-menu ul a::after {
display: none;
}
.nav-menu a::before {
background: #e05db8;
background: -webkit-linear-gradient(90deg, #3acfd5, #e05db8);    background: linear-gradient(90deg, #17ead9 0%, #6078ea 100%);
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.nav-menu .menu-item.current-menu-item a:hover::before { }   .to-top {
display: inline-block;
height: 35px;
width: 55px;
position: fixed;
z-index:998;
top: 81px;
left: 18px;
overflow: hidden; visibility: hidden;
opacity: 0;
-webkit-transition: opacity .3s 0s, visibility 0s .3s;
transition: opacity .3s 0s, visibility 0s .3s;
}
.fixed-nav .to-top {
top: 155px;
}
.admin-bar .to-top {
top: 113px;
}
.admin-bar.fixed-nav .to-top {
top: 187px;
}
.to-top.right-sidebar {
left: 10px;
}
.to-top:after,
.to-top:before {
content: '';
position: absolute;
top: 12px;
right: 26px;
width: 12px;
height: 2px;
background-color: #8d949e;
-webkit-transform-style: flat;
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
}
.to-top:before {
transform: translate3d(1px, 4px, 0px) rotate(-45deg);
}
.to-top:after {
transform: translate3d(8px, 4px, 0px) rotate(45deg);
}
.to-top:hover::before {
transform: translate3d(1px, 1px, 0px) rotate(-45deg);
background-color: #1fc8db;
}
.to-top:hover::after {
transform: translate3d(8px, 1px, 0px) rotate(45deg);
background-color: #1fc8db;
}
.to-top.cd-is-visible, .to-top.cd-fade-out, .no-touch .to-top:hover {
-webkit-transition: opacity .3s 0s, visibility 0s 0s;
transition: opacity .3s 0s, visibility 0s 0s;
}
.to-top.cd-is-visible,
.search-icon .search-btn.cd-is-visible {
visibility: visible;
opacity: 1;
}
.to-top.cd-fade-out,
.search-icon .search-btn.cd-fade-out  {
opacity: .8;
}
.no-touch .to-top:hover {
background-color: #e05db8;
opacity: 1;
}   .search-icon {
position: fixed;
z-index:99;
top: 36px;
left: 27px;
}
.fixed-nav .search-icon {
top: 110px;
}
.admin-bar .search-icon {
top: 68px;
}
.admin-bar.fixed-nav .search-icon {
top: 142px;
}
.search-icon .search-btn {
top: 0;
left: 0;
opacity: 0;
visibility: hidden;
}
.search-icon .search-btn:before,
.search-icon .search-btn:after {
content: '';
position: absolute;
transform: translate3d(0, 0, 0) rotate(0deg);
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
}
.search-icon .search-btn:before {
width: 10px;
height: 10px;
left: 10px;
top: 5px;
border-radius: 50px;
border: 2px solid #8d949e;
background: transparent;
-webkit-transition: border-color 0.3s;
transition: border-color 0.3s;
}
.search-icon .search-btn:after {
left: 20px;
top: 19px;
width: 10px;
height: 2px;
background:#8d949e;
transform: rotate(45deg);
-webkit-transition: background 0.3s, -webkit-transform 0.3s;
transition: background 0.3s, transform 0.3s;
}
.search-icon .search-btn:hover::before {
background: transparent;
border-color: #2cb5e8;
transform: translate3d(0, 0, 0) rotate(0deg);
}
.search-icon .search-btn:hover::after {
background: #2cb5e8;
transform: translate3d(3px, -4px, 0) rotate(23deg);
}   .floating-social {
position: fixed;
right: 46px; top: 22px;
z-index: auto;
transform-origin: 100%;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
text-align: right;
}
.fixed-nav .floating-social {
top: 100px;
}
.admin-bar .floating-social {
top: 54px;
}
.admin-bar.fixed-nav .floating-social {
top: 132px;
}
.floating-social a {
display: inline-block;
padding: 5px 10px;
position: relative;
margin: 0 0 0 20px;
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
}
.floating-social a:hover {
color: #e05db8;
transform: translate3d(2px, 0, 0);
}
.floating-social a::before {
content: '';
position: absolute;
left: -22px;
top: 11px;
width: 20px;
height: 1px;
background: #8d949e;
}
.floating-social a:first-of-type::before {
content: none;
}   .floated-sidebar {
z-index: 199999;
left: auto;
}
.woo-toggled-on .floated-sidebar {
opacity: 1;
visibility: visible;
}
.cart-btn {
position: absolute;
right: 0;
top: 20px;
bottom: auto;
font-size: 22px;
text-align: center;
line-height: 40px;
}   .project-navigation {
position:absolute;
bottom:-140px;
left:0; width:100%;
font-size:14px;
color: rgba(0,0,0,0.2);
z-index: 15;
pointer-events: none;
}
.project-navigation.woocommerce-navigation {
top: 0;
right: 0;
left: auto;
bottom: auto;
height: 60px;
width: 60px;
}
.project-navigation a {
position:absolute;
width: 40px;
height: 40px;
display: block;
z-index: 16;
-webkit-transition: opacity .3s 0s;
transition: opacity .3s 0s;
pointer-events: auto;
}
.project-navigation a.next:before, .project-navigation a.next:after,
.project-navigation a.prev:before, .project-navigation a.prev:after,
.cd-timeline-navigation a.next:before, .cd-timeline-navigation a.next:after,
.cd-timeline-navigation a.prev:before, .cd-timeline-navigation a.prev:after {
content: '';
position: absolute;
top: 14px;
right: 19px;
width: 18px;
height: 2px;
background-color: #272B2F;
-webkit-transform-style: flat;
-webkit-transition: -webkit-transform 0.3s, background-color .3s;
transition: transform 0.3s, background-color .3s;
}
.project-navigation a.next {
transform: rotate(90deg);
right: 20px; }
.project-navigation a.next {
transform: rotate(-90deg);
}
.project-navigation a.prev {
transform: rotate(-90deg);
left: 20px;
}
.project-navigation a.next span,
.project-navigation a.prev span {
position: absolute;
white-space: nowrap;
text-align: left;
right: 45px;
top:12px;
padding: 0 10px;
color: #222;
opacity: 0;
visibility: hidden;
font-size: 18px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 1px;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.project-navigation a.next:hover span,
.project-navigation a.prev:hover span {
opacity: 1;
visibility: visible;
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
.project-navigation a.next span {
transform: rotate(180deg);
}
.project-navigation a.next:hover span {
transform: translateX(-10px) rotate(180deg);
}
.project-navigation a:before,
.cd-timeline-navigation a.prev:before, .cd-timeline-navigation a.next:before {
transform: translate3d(0px, 4px, 0px) rotate(-45deg);
}
.project-navigation a:after,
.cd-timeline-navigation a.prev:after, .cd-timeline-navigation a.next:after {
transform: translate3d(12px, 4px, 0px) rotate(45deg);
}
.project-navigation a.next:before {
transform: translate3d(0px, 4px, 0px) rotate(45deg);
}
.project-navigation a.next:after {
transform: translate3d(12px, 4px, 0px) rotate(-45deg);
}
.project-navigation a:hover::before,
.cd-timeline-navigation a.prev:hover::before, .cd-timeline-navigation a.next:hover::before {
transform: translate3d(-1px, 4px, 0px) rotate(-25deg);
background-color: #272B2F;
}
.project-navigation a:hover::after,
.cd-timeline-navigation a.prev:hover::after, .cd-timeline-navigation a.next:hover::after {
transform: translate3d(13px, 4px, 0px) rotate(25deg);
background-color: #272B2F;
}
.project-navigation a.next:hover::before {
transform: translate3d(-1px, 4px, 0px) rotate(25deg);
}
.project-navigation a.next:hover::after {
transform: translate3d(13px, 4px, 0px) rotate(-25deg);
}
.project-navigation.is-visible {
-webkit-transition: opacity .3s 0s, visibility 0s 0s;
transition: opacity .3s 0s, visibility 0s 0s;
}
.project-navigation.is-visible {
visibility: visible;
opacity: 1;
}
.project-navigation.fade-out {
opacity: 1;
}
.no-touch .project-navigation a:hover { opacity: 1;
}
.project-navigation a.back-to-blog {
position:relative;
height: 40px;
width: 40px;
z-index:100;
text-align:center;
}
.project-navigation a.back-to-blog:before,
.project-navigation a.back-to-blog:after {
content: '';
position: absolute;
width: 12px;
height: 2px;
left:14px;
top:17px;
background-color: #272B2F;
-webkit-transform-style: flat;
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
transform: translate3d(0px, 0px, 0px) rotate(0deg);
}
.project-navigation a.back-to-blog:after {
left:10px;
top:22px;
width: 20px;
}
.project-navigation a.back-to-blog:hover::before {
transform: translate3d(0px, 5px, 0px);
background-color: #fff049;
}
.project-navigation a.back-to-blog:hover::after {
transform: translate3d(0px, -5px, 0px);
background-color: #fff049;
}   .google-map {
width:calc(100% - 20px);
height:500px;
margin: 50px 10px;
}
.map_height-30 {
height: 30vh;
}
.map_height-50 {
height: 50vh;
}
.map_height-100 {
height: 100vh;
}   input[type="submit"], .contact-btn, .readmore {
padding: 15px 35px;
margin: 20px 0 0 0;
cursor: pointer;
border: 2px solid rgba(0, 0, 0, 0.1);
font-size: 18px;
font-weight: 700;
width: auto;
text-align: center;
color: #8d949e;
background: transparent; -webkit-transition: all 0.3s;
transition: all 0.3s;
}
.contact-btn, .readmore {
display: inline-block;
float: none;
padding: 10px 25px;
margin: 0;
pointer-events: auto;
}
.readmore {
padding: 15px 30px;
margin: 20px 0 0 0;
}
input[type="submit"] {
float: right;
outline: none;
}
input[type="submit"]:focus {
outline: none;
}
input[type="submit"]:hover, .contact-btn:hover, .readmore:hover {
color: #1fc8db;
border-color: #2cb5e8;
-webkit-border-image: -webkit-linear-gradient(top left, #3acfd5 0%, #e05db8 100%);
border-image: linear-gradient(to bottom right, #2cb5e8 0%, #e05db8 85%, #ff4d4d 100%);
border-image-slice: 1;
}
.post-password-form {
display: block;
overflow: hidden;
}
.post-password-form input {
display: inline-block;
float: none;
}
.post-password-form input[type="submit"] {
background: #272B2F;
font-size: 14px;
padding: 11px 25px 10px 25px;
}
.post-password-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:focus {
color: #fff;
}   .social-icons {
margin: 0;
float: right;
}
.social-icons.about {
float: left;
margin: 0 0 0 -5px;
}
.social-icons li {
display: inline;
list-style: none;
text-indent: -9999px;
margin-left: 5px;
float: left;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.social-icons li a {
display: block;
height: 32px;
width: 32px;
}
.social-header a {
display: inline-block;
font-size:20px;
padding:15px;
color: rgba(255, 255, 255, 0.3);
}
.social-header a:hover {
color:#fff;
}   .blog-content,
#portfolio-wrapper,
.content-wrapper {
-webkit-transition: height .6s ease-in-out;
transition: height .6s ease-in-out;
}
.blog-item {
overflow:hidden;
position:relative;
visibility: hidden;
padding: 20px;
z-index:10;
height: 240px;
margin-bottom: 20px;
color:#000;
-webkit-transition: background-color .3s ease-in-out;
transition: background-color .3s ease-in-out;
}
.container.blog-content .blog-three,
.container .blog-three.column {
width: calc(33.33334% - 40px);
margin: 0 20px 40px 20px;
}
.container.blog-content .blog-three.size-2x1,
.container.blog-content .blog-three.size-2x2,
.blog-content .blog-three.size-2x1,
.blog-content .blog-three.size-2x2 {
width: calc(66.6667% - 40px);
}
.container.blog-content .blog-three.size-3x3,
.container.blog-content .blog-three.size-3x2,
.blog-content .blog-three.size-3x3,
.blog-content .blog-three.size-3x2 {
width: calc(100% - 40px);
}
.blog-item:hover { background: #273140;
}
.blog_sizer {
width: 33.3334%;
}
.container.blog-content::after {
content: "";
display: table;
clear: both;
}
.blog-content .type-post h2,
.blog-content .type-portfolio h2,
.search-results .portfolio-item-slug .post-title h2 {
font-size: 30px;
line-height: 28px;
font-weight: 700;
margin: 0 auto;
color: rgba(255, 255, 255, 0.9);
}
.blog-content .type-post h2 a,
.blog-content .type-portfolio h2 a {
color: #272B2F;
}
.blog-content .type-post.blog-packery h2 a{
color: #fff;
}
.blog-item .post-title,
.search-results .portfolio-item-slug .post-title {
position: absolute;
left: 20px;
right: 20px; top: 50%;
z-index: 12;
overflow: hidden;
text-align: center;
pointer-events: none;
opacity: 1;
color: #fff;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: opacity .3s ease-in-out;
transition: opacity .3s ease-in-out;
word-wrap: break-word;
}
.blog-item:hover .post-title {
opacity: 0;
}
.blog-item .blog-link,
.title_container .blog-link {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
z-index: 2;
}
.blog-item .blog-link:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0.2; background: #273140;
-webkit-transition: opacity .3s ease-in-out;
transition: opacity .3s ease-in-out;
}
.blog-item.format-link .blog-link:before,
.blog-item.format-quote .blog-link:before {
background: rgba(0, 0, 0, 0.15);
}
.blog-item:hover .blog-link::before {
opacity: 0.65;
}
.blog-item .date-number {
padding: 10px 0 0;
font-size: 14px;
font-weight: 300;
left: 0;
color: #fff;
}
.content-preview .gradient {
position: relative;
right: 0;
margin-left: auto;
height: 2px;
width: 30%;
}
.blog-item .gradient::before {
content: '';
position: absolute;
z-index: 15;
width: 100%;
height: 2px;
background: linear-gradient(90deg, #17ead9 0%, #6078ea 100%);
left: 0;
top: -1px;
margin: 0 auto;
-webkit-transform: scale3d(0, 1, 1);
transform: scale3d(0, 1, 1);
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
}
.blog-item:hover .gradient::before {
-webkit-transition: -webkit-transform 0.5s;
transition: transform 0.5s;
-webkit-transition-timing-function: cubic-bezier(0.165,0.84,0.44,1);
transition-timing-function: cubic-bezier(0.165,0.84,0.44,1);
-webkit-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
}
.content-preview .preview-text {
padding: 25px 0 0 0;
}
.blog-item .content-preview {
position: absolute;
text-align: right;
top: 50%;
right:40px;
left: 60px;
font-size: 17px;
line-height: 26px;
color: #fff;
opacity: 0;
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
-webkit-transform: translateY(-60%);
transform: translateY(-60%);
z-index: 14;
pointer-events: none; }
.blog-item:hover .content-preview {
opacity: 1;
-webkit-transform: translateY(-55%);
transform: translateY(-55%);
}
.blog-item .post-category,
.blog-item .author-name {
text-align: center;
font-size: 13px;
font-weight: 400;
}
.blog-item .post-category {
padding: 10px 0 35px;
text-transform: uppercase; }
.blog-item .post-category a {
display: inline-block;
margin: 0 5px;
position: relative;
-webkit-transition: .3s ease;
transition: .3s ease;
}
.animated-link a:after {
content: "";
position: absolute;
bottom: -2px;
left: 50%;
width: 0;
height: 2px;
background: #33b996;
-webkit-transition: width .3s ease;
transition: width .3s ease;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.animated-link a:hover::after {
width: 70%;
}
.blog-item .post-content p {
font-size: 16px;
color: #191919;
-webkit-transition: .3s ease;
transition: .3s ease;
}
.blog-item .blog-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
opacity: 1;
background-position: center;
background-size: cover;
background-repeat: no-repeat; -webkit-transition: opacity .3s ease-in;
transition: opacity .3s ease-in; }
.blog-item:hover .blog-image {  }
.post-category a {
color: rgba(0, 0, 0, 0.6);
font-weight: 400;
}
.full-item, .item-sizer {
width:33.33%;
}
#blog-wrapper {
z-index:1;
position:relative;  margin-left:-2px;
margin-right:-2px;
width: 100%;
margin-top:-2px; }
.container-content {
z-index:2;
}   .blog-simple h2 {
margin-bottom: 0;
text-transform: none;
font-size: 44px;
}
.blog-simple h2 a,
.post-loop .post-title h2 a {
color: #273140;
}
.blog-simple h2 a:hover,
.post-loop .post-title h2 a:hover,
.portfolio-row .item-description h2 a:hover {
color: #1fc8db;
}
.simple-post .post-data {
width: 50%;
min-height: 450px;
display: table;
padding: 0 40px;
}
.simple-post {
padding: 40px 0 60px 0;
text-align: center;
visibility: hidden;
}
.no-sidebar .simple-content {
padding: 0 130px;
}   .half-blog { width: calc(50% - 20px);
margin: 0 10px;
}
.minimal-post {
position: relative;
display: flex;
clear: both;
overflow: hidden;
padding-top: 20px;
padding-bottom: 50px;
visibility: hidden;
}
.minimal-post.hidden, .hidden {
visibility: hidden;
}
.container.margin-top {
margin-top: 80px;
}
.minimal-post:nth-child(2n+2) {
display: flex;
flex-direction: row-reverse;
}
.minimal-content {
text-align: left;
}
.minimal-post:nth-child(2n+2) .minimal-content {
text-align: right;
}
.minimal-date {
text-align: right;
}
.minimal-post:nth-child(2n+2) .minimal-date {
text-align: left;
}
.portfolio-text .minimal-post h2,
.minimal-post h2 {
margin: 0;
padding: 0 10px;
font-size: 28px;
line-height: 36px;
cursor: pointer;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.minimal-post h2:hover {
color: #1fc8db;
}
.minimal-hide {
display: none; padding: 40px 10px;
}
.minimal-date span.simple-date {
display: block;
position: relative;
font-size: 14px;
line-height: 36px;
padding: 0 10px;
color: #8d949e;
}
.minimal-date span::after,
.minimal-post::after {
content: '';
position: absolute;
height: 100%;
width: 1px;
right: -10px;
top: 0;
background: rgba(230, 230, 230, 1);
}
.minimal-post::after {
right: 50%;
}
.minimal-date span::before {
content: '';
position: absolute;
height: 5px;
width: 5px;
right: -12px;
top: calc(50% - 3px);
background: rgba(230, 230, 230, 1);
}
.minimal-post:nth-child(1) .minimal-date span::after {
content: none;
top: auto;
bottom: calc(50% + 3px);
background: #fff;
z-index: 111;
}
.minimal-post:nth-child(2n+2) .minimal-date span::after {
right: auto;
left: -11px;
}
.minimal-post:nth-child(2n+2) .minimal-date span::before {
right: auto;
left: -13px;
}
.minimal-text {
padding: 40px 0 0 0;
font-size: 17px;
font-weight: 300;
line-height: 30px;
text-align: left;
column-gap: 45px;
margin: 0 0 40px 0;
}
.minimal-hide .readmore {
float: right;
margin-top: 0;
}
.minimal-post:nth-child(2n+2) .minimal-hide .readmore {
float: left;
}   .post-loop {
padding: 30px 0 130px;
position: relative;
}
.post-loop .slider-post {
margin: 0 50px;
text-align: center;
}
.post-loop .post-title h2 {
padding: 60px 0 30px;
font-size: 44px;
}
.post-loop .simple-content {
padding: 0 130px;
font-size: 17px;
font-weight: 300;
line-height: 30px;
}
.post-loop .owl-item {
opacity: 0.3;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.post-loop .owl-item:not(.center):hover {
opacity: 0.7;
}
.post-loop .owl-item .date-number,
.post-loop .owl-item .post-title,
.post-loop .owl-item .simple-content {
opacity: 0;
visibility: hidden;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.post-loop .owl-item.center,
.post-loop .owl-item.center .date-number,
.post-loop .owl-item.center .post-title,
.post-loop .owl-item.center .simple-content {
opacity: 1;
visibility: visible;
}   .owl-carousel .owl-wrapper:after {
content: "";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.owl-carousel {
display: none;
position: relative;
width: 100%;
-ms-touch-action: pan-y;
z-index:8;
}
.single-portfolio-item .owl-carousel,
.page-template-template-portfolio-slider-carousel .owl-carousel {
margin-left: 10px;
margin-right: 10px;
width: calc(100% - 20px);
}
.fullscreen-slider {
height: 100vh;
position: relative;
overflow: hidden;
margin: 0 auto;
min-height: 50vh;
width: 100%;
}
.fullscreen-slider .owl-carousel {
height: 100%;
overflow: hidden;
}
.single-format-gallery .owl-carousel { overflow:hidden;
}
.portfolio-text .owl-carousel {
margin-bottom:35px;
}
.elementor-widget-container .owl-carousel {
margin-bottom:0;
}
.owl-carousel .owl-wrapper{
display: none;
position: relative;
-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
overflow: hidden;
position: relative;
width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight,
.owl-stage-outer.owl-height {
-webkit-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
float: left;
overflow: hidden;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
cursor: pointer;
}
.owl-controls {
-webkit-user-select: none;
-khtml-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-dots {
text-align: center;
position: absolute;
bottom: 20px;
width: 100%;
z-index: 111;
}
.owl-carousel.owl-autoplay .owl-nav {
display: none;
}
.owl-dot {
display: inline-block;
width: 14px;
height: 14px;
margin: 5px 5px;
opacity: 0.5;
border: 2px solid #fff; background: rgba(255,255,255,1);
}
.owl-dot.active {
opacity: 1;
background: rgba(255,255,255,0.2);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
-webkit-backface-visibility: hidden;
-webkit-transform: translate3d(0,0,0);
}
.owl-theme .owl-controls {
text-align: center;
width:100%;
}
.owl-theme .owl-pagination {
position:absolute;
text-align: center;
bottom:10px;
left:30%;
right:30%;
z-index:98;
}
.owl-theme .owl-nav div {
color: #FFF;
position:absolute;
display: inline-block;
background: rgba(0, 0, 0, 0);
top:50%;
margin-top:-25px;
zoom: 1;
content:"";
opacity: 1;
width:80px;
height:50px;
line-height:60px;
text-align:center;
z-index:99;
-webkit-transition: opacity .3s, background 0.3s;
transition: opacity .3s, background 0.3s;
}
.fullscreen-slider .owl-theme .owl-nav div,
.boxed-slider .owl-theme .owl-nav div {
background: transparent;
}
.owl-nav .owl-prev:before, .owl-nav .owl-prev:after,
.owl-nav .owl-next:before, .owl-nav .owl-next:after {
content: '';
position: absolute;
top: 16px;
right: 35px;
width: 26px;
height: 3px;
background-color: rgba(255, 255, 255, 1);
box-shadow: 0 0 3px rgba(0,0,0,0.15);
-webkit-transform-style: flat;
-webkit-transition: -webkit-transform 0.3s, background-color .3s;
transition: transform 0.3s, background-color .3s;
}
.post-loop .owl-nav .owl-prev:before, .post-loop .owl-nav .owl-prev:after,
.post-loop .owl-nav .owl-next:before, .post-loop .owl-nav .owl-next:after {
content: none;
}
.post-loop .owl-nav .owl-prev,
.post-loop .owl-nav .owl-next {
position: absolute;
display: block;
top: 0;
left: 0;
opacity: 1;
background: none;
width: 100px;
height: 100px;
transform: rotate(0);
}
.post-loop .owl-nav .owl-next {
left: auto;
right: 0;
}
.owl-nav .owl-prev:before, .owl-nav .owl-next:before {
transform: translate3d(0px, 4px, 0px) rotate(-45deg);
}
.owl-nav .owl-prev:after, .owl-nav .owl-next:after {
transform: translate3d(17px, 4px, 0px) rotate(45deg);
}
.owl-nav .owl-prev:hover::before, .owl-nav .owl-next:hover::before {
transform: translate3d(0px, 0px, 0px) rotate(-45deg);
background-color: #fff;
}
.owl-nav .owl-prev:hover::after, .owl-nav .owl-next:hover::after {
transform: translate3d(17px, 0px, 0px) rotate(45deg);
background-color: #fff;
}
.boxed-slider .owl-nav .owl-prev:before, .boxed-slider .owl-nav .owl-prev:after,
.boxed-slider .owl-nav .owl-next:before, .boxed-slider .owl-nav .owl-next:after {
background-color: rgba(255, 255, 255, 0.8);
}
.owl-nav .owl-prev {
transform: rotate(-90deg);
left:-15px;
}
.owl-nav .owl-next {
transform: rotate(90deg);
right:-15px;
}
.owl-theme .owl-nav div:hover{
opacity: 1;
background: rgba(0, 0, 0, 0.1);
text-decoration: none;
}
.owl-theme .owl-controls .owl-page{
display: inline-block;
zoom: 1;
}
.owl-theme .owl-controls .owl-page span {
display: block;
width: 14px;
height: 14px;
margin: 5px 7px;
opacity: 0.5;
border-radius:50%;
background: #fff;
}
.page-template-template-portfolio-fullscreen-slider2 .owl-theme .owl-controls .owl-page span,
.page-template-template-portfolio-fullscreen-slider-lightbox .owl-theme .owl-controls .owl-page span {
background: rgba(0, 0, 0, 0.5);
}
.boxed-slider .owl-theme .owl-controls .owl-page span {
background: #fff;
}
.owl-theme .owl-nav .owl-page.active span,
.owl-theme .owl-page:hover span{
opacity: 1;
}
.owl-theme .owl-controls .owl-page span.owl-numbers{
height: auto;
width: auto;
color: #FFF;
padding: 2px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
border-radius: 30px;
}
.owl-item.loading{
min-height: 150px;
}
.owl-item img {
width: 100%;
}
.fullscreen-slider .owl-item img {
min-width: 100%;
min-height: 100%; max-width: inherit;
}
.fullscreen-slider .owl-item {
min-height: 100%;
height: 100%;
background: rgba(255, 255, 255, 1);
}
.boxed-slider .owl-item img {
opacity: .55;
}
.fullscreen-slider .owl-item {
min-height: 100vh;
height: 100vh;
background: rgba(255, 255, 255, 1);
}
.boxed-slider .owl-item {
background: rgba(0, 0, 0, 1);
}
.post-loop .owl-dots {
display: none;
}
.images-container {
position: relative;
overflow: hidden;
z-index: 9;
}
.images-container.margin-adjust { }
.boxed-style.margin-adjust {
margin: 0;
}
.portfolio-text .images-container {
margin-bottom:45px;
}
.header-container .justified-gallery-container {
margin-bottom: 65px;  }
.justified-gallery {
width: 100%;
position: relative;
overflow: hidden;
}   .half-container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
flex-direction: row;
}
.half-container.container {
padding: 0 10px 40px 10px;
}
.half-container.half-gallery-right {
flex-direction: row-reverse;
}
.half-gallery-container {
width: 60%;
position: relative;
}
.half-text-container {
width: 40%;
position: relative;
}
.half-container .sticky-text {
padding: 40px;
position: relative;
}
.half-container.container .sticky-text {
padding: 40px 10px 40px 40px;
position: relative;
}
.half-container.container.half-gallery-right .sticky-text {
padding: 40px 40px 40px 10px;
}
.half-slide {
display: inline-block;
margin-bottom: 20px;
}
a.half-slide {
position: relative;
overflow: hidden;
}
.sticky-text h1 {
color: #272B2F;
font-size: 3.2em;
line-height: 1.2;
font-weight: 300;
margin-bottom: 35px;
}   .about-me {
position: relative;
overflow: hidden;
clear: both;
margin-top: 60px;
font-size: 17px;
font-weight: 300;
line-height: 30px;
}
.about-me.container {
margin-top: 60px;
}
.about-me h2 {
margin-bottom: 55px;
}
.about-info {
vertical-align: middle;
padding: 65px 10px;
width: 1200px;
margin: 0 auto;
position: relative;
}
.about-inner {
display: flex;
justify-content: flex-start;
}
.about-subtitle {
font-size: 32px;
line-height: 38px;
font-weight: 400;
margin-right: 60px;
min-width: 340px;
color: #8d949e;
}
.about-subtitle span {
display: block;
margin-bottom: 30px;
}
.about-text {
column-count: 2;
column-gap: 40px;
}
.about-info p,
.contact-btn,
.about-me h2 {
z-index: 2;
position: inherit;
}   .loadmore-img {
display: none;
position: absolute;
width: 55px;
height: 55px;
z-index: 995;
background: rgba(39, 43, 47, 1);
}
.load-more {
text-align: center;
position: relative;
z-index: 990;
width: 100%;
height: 55px;
margin-top: 45px;
-webkit-transition: height .6s ease-in-out;
transition: height .6s ease-in-out;
}
.single-portfolio-item .load-more {
margin-bottom: 60px;
}
.load-more a {
display: block;
position: relative;
z-index: 990;
margin: 0 auto;
width: 55px;
height: 55px;
overflow: hidden; background: rgba(39, 43, 47, 0.5);
-webkit-transition: background-color 0.3s, height 0.2s;
transition: background-color 0.3s, height 0.2s;
}
.load-more a:hover {
background: #1fc8db;
}
.load-more a:after,
.load-more a:before {
content: '';
position: absolute;
z-index: 990;
top: 27px;
right: 17px;
width: 22px;
height: 3px;
background-color: #fff;
-webkit-transform-style: flat;
-webkit-transition: -webkit-transform 0.3s, height .2s;
transition: transform 0.3s, height .2s;
}
.load-more a:before {
transform: translate3d(0, 0, 0) rotate(90deg);
}
.load-more a:hover::before {
transform: translate3d(0, 0, 0) rotate(180deg);
}
.load-more a:hover::after {
transform: translate3d(0, 0, 0) rotate(90deg);
}
.load-more.hide {
visibility: hidden; margin: 0;
}   .portfolio-text h1,
.portfolio-text h2,
.portfolio-text h3,
.portfolio-text h4,
.portfolio-text h5,
.portfolio-text h6 {
padding: 5px 0 5px 0;
margin: 0 0 25px 0;
position: relative;
font-weight: 600;
}   .portfolio_container {
-webkit-transition: height .6s ease-in-out;
transition: height .6s ease-in-out;
min-height: 70px; position: relative;
}
.layout-fullwidth {
padding: 0 80px;
}
.page-template-template-portfolio-fullscreen-carousel.layout-fullwidth,
.page-template-template-portfolio-fullscreen-autoplay.layout-fullwidth,
.page-template-template-portfolio-fullscreen-lightbox.layout-fullwidth,
.page-template-template-portfolio-fullscreen-vegas.layout-fullwidth,
.page-template-template-portfolio-fullscreen-video.layout-fullwidth,
.page-template-template-portfolio-fullscreen-lightbox2.layout-fullwidth {
padding: 0;
}
.layout-fullwidth.fixed-nav {
padding-top: 98px;
}
.portfolio_container.boxed-style { }
.portfolio_container.no-space {
padding: 0 10px;
}
#portfolio-gallery-wrapper.boxed-style {
margin: 0 10px;
}
#portfolio-gallery-wrapper.boxed-style.container {
margin: 0 auto;
}
.portfolio_container.container_fullwidth.boxed-style {
padding: 0 10px;
}
.container_fullwidth,
.container.container_fullwidth,
.container.fullwidth-navigation,
.layout-fullwidth .container.portfolio_container,
.layout-fullwidth .container.blog-content,
.layout-fullwidth .container.portfolio-share {
width: 100%;
}
.page-template-template-portfolio-fullscreen-lightbox2.layout-fullwidth .container.portfolio_container {
}
.page-template-template-portfolio-fullscreen-lightbox2.layout-fullwidth .portfolio_container.no-space,
.page-template-template-portfolio-fullscreen-lightbox2.layout-fullwidth .portfolio_container {
padding: 0 90px;
}
.container.fullwidth-navigation {
padding: 0 30px;
}
.container.classic-gallery-normal, .classic-gallery-normal {
width: 1200px;
margin: 0 auto;
padding: 0 11.5%;
}
.container.classic-gallery-small, .classic-gallery-small {
width: 1200px;
margin: 0 auto;
padding: 0 18%;
}
.portfolio-four,
.portfolio-two,
.portfolio-six,
.portfolio-one,
.portfolio-three,
.portfolio-four-double,
.portfolio-row {
width: 25%;
position: relative;
overflow: hidden;
z-index: 2;
}
.portfolio-row {
margin: 0 10px;
padding-bottom: 120px;
width: calc(100% - 20px);
}
.picture-row {
width: 100%;
height: 100%;
position: relative;
}
.row-link {
width: 33.33333%;
float: left;
height: 100%;
display: inline-block;
position: relative;
} .row-image {
position: relative;
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: 50%;
transition: opacity .3s ease;
}
.row-image::after {
position: absolute;
content: '';
left: 0;
right: 0;
top: 0;
bottom: 0;
transition: .3s;
z-index: 111;
opacity: 0;
}
.row-link:hover .row-image::after {
opacity: 1;
}
.portfolio-four-double {
width: 50%;
}
.portfolio-six {
width: 16.66667%;
}
.portfolio-one {
width: 100%;
text-align: center; }
.post-gallery .portfolio-one {
margin-bottom: 20px;
}
.portfolio-two {
width: 50%;
}
.portfolio-three {
width: 33.33334%;
}
.portfolio-five {
width: 20%;
}
.portfolio-eight {
width: 12.5%;
}
.boxed-style .portfolio-one {
width: calc(100% - 20px);
margin: 0 10px 20px 10px;
}
.no-space .portfolio-one {
width: 100%;
margin: 0;
}
.boxed-style .portfolio-two {
width: calc(50% - 20px);
margin: 0 10px 20px 10px;
}
.no-space .portfolio-two {
width: 50%;
margin: 0;
}
.boxed-style .portfolio-three {
width: calc(33.33334% - 20px);
margin: 0 10px 20px 10px;
}
.no-space .portfolio-three {
width: 33.33334%;
margin: 0;
}
.boxed-style .picture .portfolio-three {
width: calc(33.33334% - 2px);
margin: 1px;
float: left;
display: inline-block;
overflow: hidden;
}
.boxed-style .portfolio-four {
width: calc(25% - 20px);
margin: 0 10px 20px 10px;
}
.no-space .portfolio-four {
width: 25%;
margin: 0;
}
.boxed-style .portfolio-five {
width: calc(20% - 10px);
margin: 0 5px 10px 5px;
}
.no-space .portfolio-five {
width: 20%;
margin: 0;
}
.boxed-style .portfolio-five.size-2x1,
.boxed-style .portfolio-five.size-2x2,
.boxed-style .portfolio-five.size-2x3 {
width: calc(40% - 10px);
}
.boxed-style .portfolio-five.size-3x3,
.boxed-style .portfolio-five.size-3x2,
.boxed-style .portfolio-five.size-3x1 {
width: calc(60% - 10px);
}
.boxed-style.no-space .portfolio-five.size-2x1,
.boxed-style.no-space .portfolio-five.size-2x2,
.boxed-style.no-space .portfolio-five.size-2x3 {
width: 40%;
}
.boxed-style.no-space .portfolio-five.size-3x3,
.boxed-style.no-space .portfolio-five.size-3x2,
.boxed-style.no-space .portfolio-five.size-3x1 {
width: 60%;
}
.boxed-style.no-space .portfolio-item-slug:not(.portfolio-row),
.masonry-style.no-space .portfolio-item-slug:not(.portfolio-row) {
margin-left: 0;
margin-right: 0;
margin-bottom: 0;
}
.portfolio-item-slug {
visibility: hidden;
}
.portfolio_sizer {
width: 20%;
}
.page-template-template-portfolio6-packery .portfolio_sizer {
width: 16.6667%;
}
.boxed-style .portfolio-six {
width: calc(16.66667% - 10px);
margin: 0 5px 10px 5px;
}
.no-space .portfolio-six {
width: 16.66667%;
}
.boxed-style .portfolio-six.size-2x1,
.boxed-style .portfolio-six.size-2x2,
.boxed-style .portfolio-six.size-2x3 {
width: calc(33.3334% - 10px);
}
.boxed-style .portfolio-six.size-3x3,
.boxed-style .portfolio-six.size-3x2,
.boxed-style .portfolio-six.size-3x1 {
width: calc(50% - 10px);
}
.boxed-style.no-space .portfolio-six.size-2x1,
.boxed-style.no-space .portfolio-six.size-2x2,
.boxed-style.no-space .portfolio-six.size-2x3 {
width: 33.3334%;
}
.boxed-style.no-space .portfolio-six.size-3x3,
.boxed-style.no-space .portfolio-six.size-3x2,
.boxed-style.no-space .portfolio-six.size-3x1 {
width: 50%;
}
.boxed-style .portfolio-eight {
width: 12.5%;
margin: 0;
}
.content-wrapper .portfolio-one a {
display: inline-block;
text-align: center;
margin: 0 auto ;
}
.content-wrapper .portfolio-one {
margin-bottom: 20px;
}
.no-space .portfolio-one {
width: 100%;
margin: 0;
}
.portfolio-link:after {
opacity: 0;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: #273140;  content: "";
-webkit-transition: .3s;
transition: .3s;
z-index:111;
}
@media screen and (min-width: 959px) {
.portfolio-item-slug:not(.has-hover-thumb):hover .portfolio-link:after {
opacity: 1;
}
}
.item-description {
position: absolute;
text-align:right;
font-size: 17px; bottom: 25px;
right: 20px;
left: 20px;  margin:0;
z-index:145; pointer-events: none;
}
.item-description.clickable-title {
pointer-events: auto;
}
.item-description h2 {
padding:0 15px;
margin:0;
opacity: 0;
font-size:26px;
line-height:24px; font-weight:700;
color: #fff; -webkit-transition: opacity .6s ease;
transition: opacity .6s ease;
}
.item-description h2 a {
color: inherit;
}
.item-description h2 a:hover {
color: #1fc8db;
}
.portfolio-five.masonry-item .item-description h2, .portfolio-five:not(.size-2x2) .item-description h2,
.portfolio-six.masonry-item .item-description h2,
.portfolio-six .item-description h2 {
font-size:20px;
line-height:22px;
}
.portfolio-five.masonry-item .item-description,
.portfolio-five .item-description,
.portfolio-six.masonry-item .item-description,
.portfolio-six .item-description {
font-size: 14px;
padding:25px 0 15px;
}
.portfolio-five.masonry-item .item-filter,
.portfolio-five .item-filter,
.portfolio-six.masonry-item .item-filter,
.portfolio-six .item-filter {
padding-top: 5px;
}
.portfolio-row .item-description {
text-align: center;
bottom: 22px;
pointer-events: auto;
}
.portfolio-row .item-description h2,
.portfolio-row .item-description h2 a {
color: #273140;
opacity: 1;
}
.portfolio-row .item-filter {
display: none;
}
@media screen and (min-width: 959px) {
.portfolio-item-slug:hover h2 {
opacity: 1;
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s;
}
}
.item-description a {
padding:0px;
cursor:pointer;
}
.item-description p {
margin: 0;
font-size:12px;
line-height:14px;
}
.item-filter {
position: relative;
text-align: right;
font-weight: 400;
padding: 8px 15px 2px 15px;
opacity: 0;
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
-webkit-transform: translateY(-20%);
transform: translateY(-20%);
color: #17ead9;
pointer-events: none;
}
.item-filter span {
display: inline-block;
padding-left: 10px;
position: relative;
}
.item-filter span::after {
position: absolute;
content: ',';
right: -5px;
bottom: -1px;
}
.item-filter span:last-of-type::after {
content: '';
}
.portfolio-gallery-item img {
margin: 0 auto;
min-width: 100%;
}
.portfolio-gallery-item a:after,
.justified-gallery .slick-slide::after {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #273140;
opacity: 0;
-webkit-transition: opacity 0.2s ease-in;
transition: opacity 0.2s ease-in;
}
@media screen and (min-width: 959px) {
.portfolio-item-slug:hover .item-filter,
.masonry-link:hover .item-filter,
.slick-slide:hover .item-filter,
.classic-link:hover .item-filter {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.portfolio-gallery-item:hover a:after,
.justified-gallery .slick-slide:hover::after {
opacity: 0.6;
}
}
.thumb {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-size: cover;
background-repeat: no-repeat;
background-position: 50%; background-color: transparent; }
.portfolio-link  {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.portfolio-item-slug .hover-thumb,
.portfolio-item-slug .hover-webm {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
visibility: hidden;
background-size: cover;
background-repeat: no-repeat;
background-position: 50%;
z-index: 112;
}
.portfolio-item-slug .hover-webm { width: auto;
height:100%;
}
.portfolio-item-slug .thumb,
.portfolio-item-slug .hover-thumb,
.portfolio-item-slug .hover-webm {
opacity: 0;
-webkit-transition: opacity 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out;
}
.portfolio-item-slug.loaded .thumb {
opacity: 1;
}
.justified-cross,
.masonry-cross {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 112;
}
.portfolio-item-slug .thumb::before,
.portfolio-item-slug .thumb::after,
.portfolio-gallery-item .thumb::before,
.portfolio-gallery-item .thumb::after,
.slick-slide .justified-cross::before,
.slick-slide .justified-cross::after,
.masonry-cross::before,
.masonry-cross::after,
.row-link::after,
.row-link::before {
position: absolute;
content: '';
z-index: 115;
width: 40px;
height: 5px;   background: linear-gradient(90deg, #17ead9 10%, #6078ea 100%); top: 50%;
left: 50%;
opacity: 0;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
-webkit-transition: opacity .6s ease;
transition: opacity .3s ease;
}
.page-template-template-portfolio3col-video .portfolio-item-slug .thumb::before,
.page-template-template-portfolio2col-video .portfolio-item-slug .thumb::before,
.page-template-template-portfolio1col-video .portfolio-item-slug .thumb::before,
.portfolio-item-slug.hide-info .thumb::before,
.portfolio-item-slug.hide-info .thumb::after {
content: none;
}
.page-template-template-portfolio3col-video .portfolio-item-slug .thumb::after,
.page-template-template-portfolio2col-video .portfolio-item-slug .thumb::after,
.page-template-template-portfolio1col-video .portfolio-item-slug .thumb::after {
background: none;
background: -webkit-linear-gradient(90deg, #17ead9 10%, #6078ea 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-family: 'FontAwesome';
content: '\f04b';
width: 80px;
height: 80px;
font-size: 50px;
line-height: 80px;
text-align: center;
color: #17ead9;
-webkit-transform: translateX(-40px) translateY(-40px) rotateZ(0) scale(1,1);
transform: translateX(-40px) translateY(-40px) rotateZ(0) scale(1,1);
-webkit-transition: opacity .6s ease, -webkit-transform 0.5s;
transition: opacity .6s ease, transform 0.5s;
}
@media screen and (min-width: 959px) {
.page-template-template-portfolio3col-video .portfolio-item-slug:hover .thumb::after,
.page-template-template-portfolio2col-video .portfolio-item-slug:hover .thumb::after,
.page-template-template-portfolio1col-video .portfolio-item-slug:hover .thumb::after {
-webkit-transform: translateX(-40px) translateY(-40px) rotateZ(0) scale(1.2,1.2);
transform: translateX(-40px) translateY(-40px) rotateZ(0) scale(1.2,1.2);
}
}
.portfolio-item-slug .thumb::after,
.portfolio-gallery-item .thumb::after,
.slick-slide .justified-cross::after,
.masonry-cross::after,
.row-link::after {
-webkit-transform: translateX(-20px) translateY(-3px) rotateZ(90deg);
transform: translateX(-20px) translateY(-3px) rotateZ(90deg);
}
@media screen and (min-width: 959px) {
.portfolio-item-slug:hover .thumb::before,
.portfolio-item-slug:hover .thumb::after,
.portfolio-gallery-item:hover .thumb::before,
.portfolio-gallery-item:hover .thumb::after,
.slick-slide:hover .justified-cross::before,
.slick-slide:hover .justified-cross::after,
.masonry-cross:hover::before,
.masonry-cross:hover::after,
.row-link:hover::after,
.row-link:hover::before {
opacity: 1;
}
}
.row-link:hover .row-image {
opacity: 0.3;
}
@media screen and (min-width: 959px) {
.portfolio-item-slug:hover .hover-thumb,
.portfolio-item-slug:hover .hover-webm {
opacity: 1;
visibility: visible;
}
}
.portfolio-item-slug .video-popup .thumb::before,
.portfolio-item-slug .video-popup .thumb::after {
content: none;
}
.portfolio-item-slug .video-popup:before {
content: '\f04b';
position: absolute;
width: 80px;
height: 80px;
font-size: 50px;
line-height: 80px;
text-align: center;
color: #fff;
background: transparent;
text-shadow: 0 0px 1px rgba(0, 0, 0, 0.4);
z-index: 141;
top: 50%;
left: 50%;
opacity: .85;
font-family: 'FontAwesome';
-webkit-transform: translateX(-50%) translateY(-50%) scale(1, 1);
transform: translateX(-50%) translateY(-50%) scale(1, 1);
-webkit-transition: all 0.4s;
transition: all 0.4s;
}
@media screen and (min-width: 959px) {
.portfolio-item-slug:hover .video-popup::before {
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s;
-webkit-transform: translateX(-50%) translateY(-50%) scale(1.4, 1.4);
transform: translateX(-50%) translateY(-50%) scale(1.4, 1.4);
opacity: .9;
}
}
.add-offset .portfolio-three:nth-of-type(2),
.add-offset .portfolio-three:nth-of-type(6) {
margin-top: 200px;
}
.add-offset .portfolio-five:nth-of-type(4),
.add-offset .portfolio-five:nth-of-type(8) {
margin-top: 115px;
}
.add-offset .portfolio-five:nth-of-type(2),
.add-offset .portfolio-five:nth-of-type(10) {
margin-top: 230px;
}
.portfolio-info {
position: relative;
text-align: center;
padding: 30px 50px;
font-size: 14px;
font-weight: 300;
color: #8d949e;
}
.portfolio-info strong {
font-weight: 500;
color: #273140;
}
.portfolio-info span {
display: inline-block;
padding: 0 10px;
position: relative;
}
.portfolio-info span.commas {
padding: 0;
padding-right: 10px;
}
.portfolio-info span.commas::after {
position: absolute;
content: ',';
right: 5px;
bottom: -1px;
}
.portfolio-info span.commas:last-of-type::after {
content: '';
}   .post-title h2 {
color: #fff;
margin-bottom: 0;
}
.container .blog-three.column {
min-height: 100px;
}   .filters-container {
position: relative;
padding: 50px 10px; text-align: center;
font-size: 16px;
font-weight: 400;
}
.filters-fullwidth .filters-container {
width: 100%;
}
.filters-left .filters-container {
text-align: left;
}
.filters-right .filters-container {
text-align: right;
}
.filters-container li {
display: inline-block;
padding: 0 15px;
}
.filters-container span {
cursor: pointer;
}
.filters-container span:hover {
color: #1fc8db;
}
.filters-container span.active {
opacity: .6;
}   .is-portfolio {
position: relative; }
.image-featured {
text-align: center;
position: relative;
margin-left: 10px;
margin-right: 10px;
}
.is-portfolio:after {
width: 100%;
height: 70px;
top: 0;
left: 0;
content: '';
position: absolute;
background-color: #f7f7f7;
z-index: -1;
}
.image-featured img {
margin: 0 auto;
}
.image-featured.page-size img {
width: 1200px;
}
.image-featured.text-size img {
width: 838px;
}
.portfolio-text {
padding: 35px;
}
.container .columns.portfolio-text {
float: none;
display: block;
margin: 0 auto;
}
.page-template-template-portfolio-slider-carousel .portfolio-text,
.page-template-template-portfolio-slider-lightbox .portfolio-text {
padding-top: 110px;
}
.portfolio-text.no-text {
padding: 45px 8% 35px 8%;
}
.text-container {
overflow: hidden;
clear: both;
}
.text-container .portfolio-text {
padding: 35px 8% 85px 8%;
}
.portfolio-text.hide-featured {
padding-top: 0;
}
.portfolio-info .cd-btn,
.subtitle .cd-btn {
display: block;
padding: .8em 1.4em;
margin: 25px 0 0 0;
border: 2px solid #272B2F;
font-size: 1rem;
font-weight: 700;
text-align: center;
color: #272B2F;
pointer-events: auto;
text-transform: uppercase;
-webkit-transition: border-color 0.2s, color 0.2s;
transition: border-color 0.2s, color 0.2s;
}
.subtitle .cd-btn {
display: inline-block;;
}
.cd-btn:hover {
border: 2px solid rgba(39, 43, 47, 0.6);
}   .portfolio-info .post-share {
font-size: 13px;
padding-top: 25px;
margin-top: 25px;
text-transform: uppercase;
font-weight: 600;
border-top: 2px solid rgba(0, 0, 0, 0.2);
float: none;
}
.portfolio-info .post-share a,
.portfolio-share .post-share a {
margin-left: 0;
}
.portfolio-share {
position: relative;
color: rgba(0, 0, 0, 0.8); clear: both; padding: 15px 45px;
margin: 0 auto; text-align: center;
}
.portfolio-share.container {
padding: 60px 0;
position: relative;
}
.portfolio-share .next,
.portfolio-share .prev {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.portfolio-share .next {
right: 20px;
padding-right: 30px;
text-align: right;
}
.portfolio-share .prev {
left: 20px;
padding-left: 30px;
text-align: left;
}
.portfolio-share .next::after,
.portfolio-share .next::before,
.portfolio-share .prev::after,
.portfolio-share .prev::before {
content: '';
position: absolute;
width: 18px;
height: 2px;
top: 17px;
background-color: #8d949e;
-webkit-transition: background-color 0.2s, transform 0.3s;
transition: background-color 0.2s, transform 0.3s;
}
.portfolio-share .prev::after,
.portfolio-share .prev::before {
left: 0;
}
.portfolio-share .next::after,
.portfolio-share .next::before {
right: 0;
}
.portfolio-share .prev::before,
.portfolio-share .next::before {
transform: translate3d(0px, 0px, 0px) rotate(-45deg);
}
.portfolio-share .prev::after,
.portfolio-share .next::after {
transform: translate3d(0px, 12px, 0px) rotate(45deg);
}
.portfolio-share .next::before {
transform: translate3d(0px, 0px, 0px) rotate(45deg);
}
.portfolio-share .next::after {
transform: translate3d(0px, 12px, 0px) rotate(-45deg);
}
.portfolio-share .next em,
.portfolio-share .prev em {
display: block;
font-style: normal;
-webkit-transition: color 0.2s;
transition: color 0.2s;
}
.portfolio-share .next:hover::after,
.portfolio-share .next:hover::before,
.portfolio-share .prev:hover::after,
.portfolio-share .prev:hover::before {
background-color: #1fc8db;
}
.portfolio-share .prev:hover::after {
transform: translate3d(-5px, 12px, 0px) rotate(45deg);
}
.portfolio-share .prev:hover::before {
transform: translate3d(-5px, 0px, 0px) rotate(-45deg);
}
.portfolio-share .next:hover::before {
transform: translate3d(5px, 0px, 0px) rotate(45deg);
}
.portfolio-share .next:hover::after {
transform: translate3d(5px, 12px, 0px) rotate(-45deg);
}
.portfolio-share .next span,
.portfolio-share .prev span {
display: block;
color: #273140;
font-size: 30px; font-weight: 500;
padding: 5px 0;
}
.post-content .portfolio-share {
color: rgba(0, 0, 0, 0.8);
}
.post-footer .portfolio-share {
background: none;
margin: 0;
padding-right: 0;
padding-top: 37px;
padding-bottom: 0;
width: auto;
display: inline-block;
float: right;
}
.portfolio-share .post-share {
float: none;
}   .sticky, .screen-reader-text, .bypostauthor {
width: auto;
}
.simple-post.sticky,
.sticky.blog-item .blog-link:before,
.tag-sticky-2.simple-post,
.tag-sticky-1.simple-post,
.tag-sticky.blog-item .blog-link:before,
.post-1241.blog-item .blog-link:before {
background: rgba(0, 0, 0, 0.1);
}
.blog-content .sticky.type-post h2,
.blog-content .tag-sticky-2.type-post h2,
.blog-content .tag-sticky-1.type-post h2,
.blog-content .tag-sticky.type-post h2,
.blog-content .post-1241.type-post h2 {
border-bottom: 3px solid rgba(255, 255, 255, 0.5);
border-top: 3px solid rgba(255, 255, 255, 0.5);
}
.header-container {
padding-top: 65px;
}
.wp-caption {
max-width: 100%;
position: relative;
}
.post-page .post-content { padding: 65px 85px 85px; }
.left-sidebar .post-page .post-content,
.right-sidebar .post-page .post-content {
padding-right: 15px;
padding-left: 15px;
}
.container .columns.blog-nosidebar { display: block;
float: none;
}
.page-template-template-fullwidth .content-wrapper > .container {
width: auto;
}
.page-template-template-fullwidth .portfolio-text {
padding: 35px 10px;
}
.woocommerce .container .columns.blog-nosidebar {
overflow: visible;
}
.single-post .container .columns.blog-nosidebar {
margin: 0 auto;
}
.type-page .post-content {
padding: 65px 85px;
}
.error404 .post-content,
.no-padding,
.no-padding.post-page .post-content,
.no-padding.type-page .post-content {
padding-top: 0;
}
.post-page .post-content.right-sidebar:before {
background: #f2f2f2;
content: "";
display: block;
height: 100%;
position: absolute;
right: 0;
bottom: 0;
width: 25%;
z-index: 1;
}
.double-column {
-webkit-column-count:2;
column-count:2;
column-gap: 50px;
}
.third-masonry {
width:33.3%;
margin:0;
display: inline-block;
padding:0 2px;
margin-bottom: 4px;
overflow: hidden;
}
.two-masonry {
width:50%;
margin:0;
display: inline-block;
padding:0 2px;
margin-bottom: 4px;
overflow: hidden;
}
.one-masonry {
width:100%;
margin:0;
display: inline-block;
padding:0;
margin-bottom: 20px;
overflow: hidden;
}
.post-gallery {
padding-bottom: 65px;
}   .post-meta {
position:absolute;
left: 50%;
text-align:center;
bottom: 0;
padding:10px;
font-size:13px;
z-index: 11;
text-transform: uppercase;
font-weight:400;
}
.title-position-under .post-meta {
position: relative;
max-width: 70%;
left: 0;
padding: 0;
text-align: left;
}
.post-meta a {
text-decoration: none;
color:inherit;
position: relative;
}
.post-meta a:hover {
color: #272B2F;
}
.slider-title .single-author {
padding:0;
}
.slider-title .single-author:before {
display:none;
}
.post-footer {
width:100%;
padding: 20px 0 20px 0;
position:relative;
text-align: left;
clear: both; }
.page-template-default .post-footer {
width:80%;
margin-left: auto;
margin-right: auto;
}
.post-footer a {
font-weight:400;
}
.post-footer-meta,
.simple-post-meta {
position: relative;
text-align: center;
padding: 30px 60px;
border: 1px solid rgba(0, 0, 0, 0.1);
font-size: 15px;
font-weight: 400;
border-left: 0;
border-right: 0;
}
.simple-post-meta {
border: 0;
padding: 10px 40px 40px;
font-size: 14px;
line-height: 18px;
font-weight: 300;
color: #8d949e;
}
.simple-post-meta strong {
font-weight: 400;
color: #273140;
}
.simple-post-meta span,
.post-footer-meta span {
display: inline-block;
padding: 0 10px;
}
span.single-tags {
padding-top: 5px;
padding-bottom: 5px;
}
.nav-prev,
.nav-next {
position: absolute;
height: 40px;
line-height: 40px;
top: calc(50% - 20px);
}
span.nav-prev {
left: 0;
padding-left: 30px;
}
span.nav-next {
right: 0;
padding-right: 30px;
}
.nav-prev::after, .nav-prev::before,
.nav-next::after, .nav-next::before {
content: '';
position: absolute;
width: 18px;
height: 2px;
top: 13px;
background-color: #8d949e;
-webkit-transition: background-color 0.2s, transform 0.3s;
transition: background-color 0.2s, transform 0.3s;
}
.nav-prev:hover::after, .nav-prev:hover::before,
.nav-next:hover::after, .nav-next:hover::before {
background-color: #1fc8db;
}
.nav-prev::after, .nav-prev::before {
left: 0;
}
.nav-next::after, .nav-next::before {
right: 0;
}
.nav-prev::after {
transform: translate3d(0px, 12px, 0px) rotate(45deg);
}
.nav-prev:hover::after {
transform: translate3d(-5px, 12px, 0px) rotate(45deg);
}
.nav-prev::before {
transform: translate3d(0px, 0px, 0px) rotate(-45deg);
}
.nav-prev:hover::before {
transform: translate3d(-5px, 0px, 0px) rotate(-45deg);
}
.nav-next::after {
transform: translate3d(0px, 12px, 0px) rotate(-45deg);
}
.nav-next:hover::after {
transform: translate3d(5px, 12px, 0px) rotate(-45deg);
}
.nav-next::before {
transform: translate3d(0px, 0px, 0px) rotate(45deg);
}
.nav-next:hover::before {
transform: translate3d(5px, 0px, 0px) rotate(45deg);
}
.post-footer-share {
position: relative;
text-align: center;
padding: 30px;
}
.post-footer-share a {
margin: 0 10px;
font-size: 20px;
}
.post-footer-share a.fa-twitter:hover {
color: #55acee;
}
.post-footer-share a.fa-facebook:hover {
color: #3b5998;
}
.post-footer-share a.fa-google-plus:hover {
color: #e22424;
}
.post-footer-share a.fa-pinterest-p:hover {
color: #b71f1f;
}
.post-share {  position: absolute;
display: block; height: 50px;
top: calc(50% - 25px);
left: calc(50% - 25px); }
.portfolio-logo {
position: absolute;
opacity: 0.35;
top: 50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%) scale(0.9,0.9);
transform: translateX(-50%) translateY(-50%) scale(0.9,0.9);
}
.portfolio-logo:hover {
opacity: 0.6;
}
.post-share span {
position: absolute;
width: 28px;
height: 2px;
top: 12px;
left: 11px;
background-color: #8d949e;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.post-share span::before,
.post-share span::after {
content: '';
position: absolute;
width: 28px;
height: 2px;
top: 12px;
left: -7px;
background-color: #8d949e;
transform: rotate(60deg);
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.post-share span::after {
transform: rotate(-60deg);
left: 7px;
}
.post-share:hover span::before,
.post-share:hover span::after,
.post-share:hover span {
background-color: #1fc8db;
}
.author-social {
padding:0 0 15px 0;
}
.post-share a,
.author-social a {
border-radius:50%;
width:50px;
height:50px;
font-size:20px;
text-align:center;
line-height:50px;
margin-left:5px;
-webkit-transition: background-color 0.35s, color 0.35s;
transition: background-color 0.35s, color 0.35s;
}
.author-social a {
width:30px;
height:30px;
line-height:30px;
font-size:14px;
margin-left:0px;
background-color:#fff;
}
.sidebar-content .author-social a {
background-color: transparent;
}
.post-share a:hover,
.widget .author-social a:hover {
background-color:#333;
color:#fff;
}
.sidebar-content .author-social a:hover {
background-color:#fff;
color:#222;
}
.post-footer .cats,
.single-tags {
color: #8d949e;
line-height: 20px;
}
.post-footer .cats strong,
.single-tags strong {
font-weight: 400;
color: #273140;
}
.post-footer .cats a,
.single-tags a {
position:relative;
}
.single-author,
.single-comments,
.post-footer .portfolio-share {
padding-left: 42px;
}   .author-info {
margin:0 12% 0 12%;
padding:0 35px 95px 35px;  position:relative;
}
.author-avatar {
float:left;
position: relative;
width:96px;
height:96px;
overflow:hidden;
-webkit-transition: border-color 0.35s;
transition: border-color 0.35s;
}
.widget .author-avatar {
margin-right:25px;
}
.author-avatar img {
height: auto;
width: 100%;
}
.author-description {
margin-left:120px;
}
.author-description h3,
.description h3 {
margin-bottom: 15px;
font-size: 22px;
line-height: 26px;
font-weight:700;
color: rgba(0, 0, 0, 0.8);
}
.description h3 {
font-size: 18px;
}
.container p.author-bio {
font-size: 15px;
font-weight: 400;
line-height:24px;
margin-bottom: 15px;
}
.container .widget p.author-bio {
margin:0;
}
a.author-link {
display:inline-block;
position: relative;
font-size: 13px;
line-height: normal;
text-transform: uppercase;
font-weight: 600;
}
a.author-link:hover {
color:#222;
}   .post_thumb a img {
margin: 0 auto;
width:100%;
}
img.size-full {
height: auto;
max-width: 100%;
}
.wp-caption.alignright, img.alignright {
margin: 0 0 20px 20px;
}
.wp-caption.alignleft, img.alignleft {
margin: 0 20px 20px 0;
}
.alignright {
display: inline;
float: right;
position: relative;
}
.alignleft {
display: inline;
float: left;
position: relative;
}
.alignnone {
margin-top:40px;
margin-bottom:40px;
max-width: 100%;
position: relative;
}
.wp-block-image {
max-width: none;
} .aligncenter {
display:block;
margin:0 auto;
padding:10px 0;
}
.alignnone img,
.alignfull img {
width:100%;
}
.alignnone .wp-caption-text,
.alignright .wp-caption-text,
.alignleft .wp-caption-text,
.aligncenter .wp-caption-text,
.gallery-caption {
position: absolute;
background: #fff;
background: rgba(255, 255, 255, 0.85);
font-size: .75em;
text-transform: uppercase;
top: 10px;
left: 10px;
color: #333;
font-weight: 500;
padding: 10px 15px;
-webkit-transition: opacity 0.35s;
-ms-transition: opacity 0.35s;
transition: opacity 0.35s;
}
.gallery-caption,
.alignright .wp-caption-text,
.alignleft .wp-caption-text {
opacity: 0;
}
.alignright:hover .wp-caption-text,
.alignleft:hover .wp-caption-text,
.gallery-item:hover > .gallery-caption {
opacity: 1;
}   @media only screen and (min-width: 959px) {
.alignfull {
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
width: auto;
max-width: 1000%;
}
.alignwide {
margin-left: calc(25% - 25vw);
margin-right: calc(25% - 25vw);
width: auto;
max-width: 1000%;
}
.alignwide img,
.alignfull img {
display: block;
margin: 0 auto;
}
}
p.has-large-font-size {
font-size: 36px;
}
p.has-small-font-size {
font-size: 13px;
}
.has-main-green-color {
color: #17ead9;
}
.has-main-green-background-color {
background-color: #17ead9;
}
.has-light-gray-color {
color: #8d949e;
}
.has-light-gray-background-color {
background-color: #8d949e;
}
.has-dark-gray-color {
color: #273140;
}
.has-dark-gray-background-color {
background-color: #273140;
}
.has-pink-color {
color: #f54ea2;
}
.has-pink-background-color {
background-color: #f54ea2;
}   .container.title-position-under {
padding: 25px 10px 0 10px;
visibility: hidden;
}
.container.portfolio_title {
padding: 75px 10px 105px 10px;
}
.container.title-container {
position: relative;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
display: flex;
justify-content: center;
align-items: center;
visibility: hidden;
}
.layout-fullwidth .container.title-container {
width: calc(100% - 20px);
margin-bottom: 20px;
margin-left: 10px;
margin-right: 10px;
}
.single-portfolio-item .container.title-container {
margin-bottom: 70px;
}
#page-title {
padding: 55px 40px;
min-height: 100px; width: calc(100% - 20px);
text-align: center;
margin: 0 auto; }
.header-image {
min-height: 100px;
}
.subtitle {
position: relative; margin: 0 auto;
text-align: center;  color: #8d949e;
}
.portfolio_video {
margin: 0 10px;
}
.page-template-template-portfolio-fullscreen-video .portfolio_video {
margin: 0;
overflow: hidden;
}
.page-template-template-portfolio-fullscreen-video #page-title {
display: none;
visibility: hidden;
}
.selfhosted-video {
width: 100%;
}
.portfolio_title:not(.titlestyle-center) .subtitle {
margin: 0;
}
.subtitle p {
text-align: center;
margin: 0 20px;
font-size: 20px;
line-height: 26px;
font-weight: 400;
}
.fullscreen-title .subtitle {
color: #272B2F;
}
.boxed-slider .fullscreen-title .subtitle {
color: #fff;
}
.fullscreen-title.vegas-title {
position: absolute;
z-index: 111;
width: 100%;
top: 0;
height: 100%;
}
.recent-title {
position: relative;
padding: 85px 10px 30px 0;
}
.recent-title h3 {
position: relative;
font-size: 2.3em;
font-weight: 300;
letter-spacing: 1px;
}
.title_container #page-title,
.fullscreen-title #page-title {
padding: 0 10px; z-index: 2; }
.fullscreen-title #page-title {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
#page-title h1,
.container.portfolio_title h1,
.title-position-under h1 { padding: 20px 0; font-size: 60px;
line-height: 58px;
font-weight: 700;
}
.single-post #page-title.has-subtitle h1,
.page #page-title.has-subtitle h1 {
padding-bottom: 10px;
}
.container.portfolio_title h1 {
margin: 5px 0;
}
.title-position-under h1 {
margin-bottom: 0;
}
.fullscreen-title #page-title h1,
.boxed-slider #page-title h1,
.boxed-slider h1 {
color: #fff;
}
.fullscreen-title #page-title h1 {
color: #272B2F;
}
.page-template-template-portfolio-boxed-slider .fullscreen-title #page-title h1 {
color: #fff;
}
#page-title span {
color: #999;
}
.slides-hover .fullscreen-title #page-title h1,
.slides-hover .fullscreen-title .subtitle {
opacity: 0;
-webkit-transition: opacity .3s ease;
transition: opacity .3s ease;
}
.slides-hover .slick-slide:hover .fullscreen-title #page-title h1,
.slides-hover .slick-slide:hover .fullscreen-title .subtitle {
opacity: 1;
}
.slides-hover .slick-slide:hover img {
opacity: 0.5;
-webkit-transition: opacity .3s ease;
transition: opacity .3s ease;
}
.title-left #page-title:not(.title-center),
.title-left .subtitle p {
text-align: left;
margin-left: 0;
}
.title-right #page-title:not(.title-center),
.title-right .subtitle p {
text-align: right;
margin-right: 0;
}
.title-left #page-title {
padding-left: 10px;
}
.title-right #page-title {
padding-right: 10px;
}
.title-left .header-default #page-title:not(.custom-title) {
padding-left: 0;
}
.title-right .header-default #page-title:not(.custom-title) {
padding-right: 0;
}
.title-left .header-image #page-title {
padding-left: 40px;
}
.title-right .header-image #page-title {
padding-right: 40px;
}
.titlestyle-left .subtitle,
.titlestyle-right .subtitle {
margin: 0;
}
.titlestyle-right .subtitle {
width: auto;
max-width: none;
margin-left: 55%;
}
#page-title.titlestyle-left,
#page-title.titlestyle-right {
padding-left: 10px;
padding-right: 10px;
}
.container.title_container.archive-container {
background: transparent;
height: auto;
min-height: 1px;
padding-bottom: 25px;
}
.container.title_container.archive-container #page-title {
padding: 0 10px;
position: relative;
left: 0;
top: 0;
text-align: left;
-webkit-transform: translateX(0) translateY(0);
transform: translateX(0) translateY(0);
}
.container.title_container.archive-container #page-title h1 {
font-size: 1em;
line-height: 1.2;
font-weight: 700;
}
.container.title_container.archive-container #page-title span {
display: block;
font-size: 2.2em;
font-weight: 300;
}   blockquote,
.link-text,
.link-simple-text,
.audio-simple-text {
font-size: 18px;
line-height: 28px;
margin:0 0 40px 0;
padding:40px 40px 10px 95px;
position: relative;
text-align: left;
background: rgba(0, 0, 0, 0.03);
color: #79818e;
}
.audio-simple-text {
padding:40px 40px 10px;
}
.blog-packery blockquote,
.blog-packery .link-text {
background: transparent;
}
.blog-item blockquote,
.blog-item .link-text {
margin: 0 35px;
text-align: right;
padding:0;
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
opacity: 1;
-webkit-transition: opacity .3s ease-in-out;
transition: opacity .3s ease-in-out;
}
.blog-packery.blog-item:hover blockquote,
.blog-packery.blog-item:hover .link-text,
.blog-packery.format-quote .blog-link:before,
.blog-packery.format-quote .post-title,
.blog-packery.format-link .blog-link:before,
.blog-packery.format-link .post-title {
opacity: 0;
}
.blog-packery.format-quote:hover .post-title,
.blog-packery.format-link:hover .post-title {
opacity: 1;
}
blockquote:before,
.link-simple-text::before { font-family: "FontAwesome";
font-size: 28px;
position: absolute;
left: 40px;
top: 45px;
}
.format-link blockquote:before,
.link-simple-text::before {
content: '\f0c1';
}
.blog-item blockquote:before {
content: none;
}
.container blockquote p,
.container .link-simple-text p {
font-weight:300;
font-size: 30px;
line-height: 38px;
}
.loop-page blockquote {
font-size:18px;
line-height: 24px;
margin:0;
padding: 45px 30px 30px 30px;
}
.post-link .fa.fa-link::before,
.post-quote .fa.fa-quote-right {
font-size: 34px;
color: #a1a1a1;
background: linear-gradient(90deg, #17ead9 0%, #6078ea 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.post-link, .post-quote {
position: absolute;
z-index: 14;
top: 20px;
right: 20px;
pointer-events: none;
}
.format-link:hover .post-title {
opacity: 1;
}   a#group {
cursor: zoom-in;
}
.gallery {
width: calc(100% - -20px);
}
.gallery .gallery-item {
position: relative;
display: inline-block;
width: 100%;
margin: 0;
padding: 0 20px 28px 0;
text-align: center;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
}
.gallery-columns-0 .gallery-item {
width: 100%;
margin: 0 auto;
}
.gallery-columns-1 .gallery-item {
width: 100%;
}
.gallery-columns-2 .gallery-item {
width: 50%;
}
.gallery-columns-3 .gallery-item {
width: 33.33%;
}
.gallery-columns-4 .gallery-item {
width: 25%;
}
.gallery-columns-5 .gallery-item {
width: 20%;
}
.gallery-columns-6 .gallery-item {
width: 16.66%;
}
.gallery-columns-7 .gallery-item {
width: 14.28%;
}
.gallery-columns-8 .gallery-item {
width: 12.5%;
}
.gallery-columns-9 .gallery-item {
width: 11.11%;
}   .related-columns {
position: relative;
overflow: hidden;
clear: both;
}
.related-item.blog-item {
width: 33.3334%;
height: 260px;
display: inline-block;
float: left;
margin-bottom: 0;
}
.related-posts-count-6 .related-item.blog-item {
width: 16.6667%;
height: 190px;
}
.related-posts {
position: relative;
}
.related-posts ul,
.related-posts ul li {
padding:0;
margin:0;
list-style:none;
}
.related-posts ul {
overflow:hidden;
background-color:#f0f0f0;
}
#related-posts {
position: relative;
padding: 0 10px 30px 10px;
font-size: 2.3em;
font-weight: 300;
letter-spacing: 1px;
text-transform: uppercase;
color:#272B2F;
}
.container.related-posts-title {
text-align: left; padding: 15px 20px;
}
.related-posts .one-post {
display:inline-block;
overflow:hidden;
width:50%;
height:550px;
float:left;
position:relative;
border:2px solid #f7f7f7;
}
.related-posts .one-post::before {
position: absolute;
left:0;
right:0;
top:0;
bottom:0;
background:rgba(240,240,240,0.45);
content: '';
opacity: 0;
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
}
.related-posts .one-post:hover::before {
opacity: 1;
}
.right-sidebar .related-posts .one-post {
height:350px;
}
.related_inner {
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: 10% center;
-webkit-background-size: cover;
background-size: cover;
background-color:#f0f0f0;
}
.related_inner .page-title {
top: calc(50% - 50px);
}
.related_inner .page-title h3 {
line-height: 24px;
display: inline-block;
position: relative;
clear: both;
float: none;
padding: 20px 35px;
margin: 0;
font-size: 1.6em;
letter-spacing: 1px;
text-transform: uppercase;
font-weight: 700;
color:#333;
background: rgba(255,240,73,0.85);
-webkit-transition: background-color 0.35s;
transition: background-color 0.35s;
}
.related_inner .page-title h3 a {
color:inherit;
}
.related_inner .single-date {
padding: 10px 15px;
}
.related_inner .cover-link {
position: absolute;
width: 100%;
height: 100%;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 7;
-ms-backface-visibility: hidden;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.related_inner .single-cats:before,
.related_inner .single-tags:before,
.related_inner .single-author:before,
.related_inner .single-comments:before {
left: 6px;
top: 0px;
}   #comments-title {
font-size: 40px;
display: block;
text-align: left;
position: relative; padding: 7px 0;
margin-left: 80px; text-transform: none;
font-weight: 700;
color: #273140;
}
.comments-title {
text-align: center;
margin-bottom: 45px;
}
.comments-inner {
padding:0 0 55px 0;
margin-top: 60px;
position: relative;
-webkit-transition: .6s ease;
transition: .6s ease; }
.comments-number {
color: #fff;
text-align: center; font-size: 36px;
width: 60px;
height: 60px;
line-height: 60px;
font-style: normal;
font-weight:700;
position: absolute;
z-index: 22;
top: 0;
left: 0;
background: #ccc;
cursor: pointer;
-webkit-transition: background .3s ease;
transition: background .3s ease;
}
.comments-number:hover {
background: #1fc8db;
}
.comments-container,
.comment { }
.comment-respond {
clear:both;
background: #f3f3f3;
padding-top: 20px;
padding-bottom: 40px;
}
.comment-respond a { }
.container .logged-in-as { font-size:14px;
font-weight: 500;
}
.logged-in-as a { }
ol.commentlist {
float:left;
width:100%;
margin: 0;
}
ol.commentlist li {
float:left;
padding: 35px 0 0 0;
width:100%;
}
.status-publish ol.commentlist li {
opacity: 1;
}
ol.commentlist li:first-child {
border:none;
padding: 15px 0 0px 0;
}
ol.commentlist li {
list-style: none;
}
ol li ul.children{
margin:0px;
margin-left:5px;
position:relative;
}
ol.commentlist li ul.children li:first-child {
padding: 0;
font-size: 12px;
}
ol.commentlist li ul.children li {
padding: 0;
margin:40px 0 0 0;
font-size: 12px;
}
.comments {
float:left;
width:100%;
}
.comments-amount {
color: #888;
}
ol li ol.childlist .comment-text {
}
.avatar {
float:left;
width:44px;
overflow: hidden;
}
.comment-text {
margin-left:0;
}
.comment-text p {
padding-right:15px;
}
.container .comment-text p {
font-size: 15px;
font-weight: 300;
line-height: 22px;
}
.comment-text strong {
float:left;
padding-right:5px;
font-size:12px;
}
.comment-text span {
float:left;
color:#888;
}
.comment-author {
width:100%;
padding:0;
color: #222;
font-size:18px;
font-weight: 700;
}
.comment-author a {
color: #222;
font-size:18px;
font-weight: 700;
}
.comment-author img {
width:60px;
height:60px;
overflow:hidden;
position:relative;
}
.children .comment-author img {
border:0;
}
.comment-author cite {
display:inline-block;
padding:0 0 0 20px;
font-style: normal;
margin-top:10px;
}
.comment-author .says {
display:none;
}
.comment-meta {
padding:5px 0 10px 80px;
font-size:13px;
}
.comment-content p {
line-height:26px;
margin: 15px 0;
}
.comment-content {
padding:0 80px 0 80px;
position:relative;
margin-bottom: 40px;
overflow: hidden;
}
.depth-5 .comment-content {
margin-bottom: 15px;
}
.pingback .comment-content,
.pingback .comment-meta,
.pingback .comment-author cite {
padding-left:0;
}
.comment-content:after {
content: '';
position: absolute;
top: -10px;
left: 20px;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid #fff;
}
.comment-body {
position:relative;
}
.comment-body .reply {
position:relative;
top:-25px;
text-align: left;
margin-left: 80px;
}
.pingback .comment-body .reply {
margin-left: 0;
}
span.reply {
display:inline-block;
}
.comment-content-text {
clear:both;
padding:15px 0 0 0;
}
.comments-container a.comment-reply-link {
position:relative;
font-size:18px;
font-weight: 700; }
#cancel-comment-reply-link:hover,
a.comment-reply-link:hover { }
.type-post h3.comment-reply-title,
.type-page h3.comment-reply-title {
margin-bottom:0;
padding-bottom: 0;
text-transform: none;
font-weight: 700;
margin-left: 80px;
}
.comment-form {
padding: 0 80px 15px;
overflow:hidden;
}
#cancel-comment-reply-link {
text-transform:none;
margin-left:15px;
padding-left:20px;
position:relative;
color:#8c8c8c;
}
.logged-in-as {
padding:0;
line-height:normal;
}   .sidebar-btn,
.search-btn {
position: relative;
display: block;
left: 20px;
top:-120px;
width: 40px;
height: 30px;
z-index: 900;
opacity: 1;
}
.project-navigation.woocommerce-navigation .sidebar-btn {
top:22px;
left: auto;
right: 0;
}
.search-btn {
top: -60px;
}
.sidebar-btn span {
position: absolute;
top: 21px;
left: 10px;
width: 25px;
height: 2px;
margin-top: -1px;
background-color: #272B2F;
}
.sidebar-btn.cd-is-visible {
opacity: 1;
}
.project-navigation .sidebar-btn:before,
.project-navigation .sidebar-btn:after {
content: '';
position: absolute;
width: 25px;
height: 2px;
left: 10px;
top: 50%;
background-color: #272B2F;
transform: translate3d(0, 0, 0) rotate(0deg);
-webkit-transform-style: flat;
-webkit-transition: -webkit-transform 0.3s, background-color .3s;
transition: transform 0.3s, background-color .3s;
}
.menu-dropdown.sidebar-opener span::after,
.menu-dropdown.sidebar-opener span::before {
-webkit-transform-style: flat;
-webkit-transition: -webkit-transform 0.3s, background-color .3s;
transition: transform 0.3s, background-color .3s;
}
.project-navigation .sidebar-btn::before {
transform: translate3d(0, -7px, 0px) rotate(0deg);
}
.project-navigation .sidebar-btn::after {
transform: translate3d(0, 7px, 0px) rotate(0deg);
}
.project-navigation .sidebar-btn:hover::before,
.menu-dropdown.sidebar-opener:hover span::before {
transform: translate3d(0, -9px, 0px) rotate(0deg);
}
.project-navigation .sidebar-btn:hover::after,
.menu-dropdown.sidebar-opener:hover span::after {
transform: translate3d(0, 9px, 0px) rotate(0deg);
}
.project-navigation .search-btn:before,
.project-navigation .search-btn:after {
content: '';
position: absolute;
transform: translate3d(0, 0, 0) rotate(0deg);
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
}
.project-navigation .search-btn:before {
width: 15px;
height: 15px;
left: 10px;
top: 5px;
border-radius: 50px;
border: 2px solid #272B2F;
background: transparent;
}
.project-navigation .search-btn:after {
left: 24px;
top: 23px;
width: 10px;
height: 2px;
background:#272B2F;
transform: rotate(45deg);
}
.project-navigation .search-btn:hover::before {
background: transparent;
transform: translate3d(0, 0, 0) rotate(0deg);
}
.project-navigation .search-btn:hover::after {
transform: translate3d(3px, -4px, 0) rotate(23deg);
}
.sidebar-content {
color: rgba(255, 255, 255, 0.86);
}
.sidebar-content .widget-title {
padding: 0 0 20px 0;
}
.sidebar-content,
.sidebar-content .widget-title {
color: #273140;
}
.left-sidebar .sidebar-content {
padding: 18px 20px 60px 0;
}
.right-sidebar .sidebar-content { }
.single-post .sidebar-content,
.single-post .left-sidebar .sidebar-content,
.single-post .right-sidebar .sidebar-content {
padding-top: 45px;
}   .search-bar {
position: fixed;
opacity: 0;
visibility: hidden;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(39, 43, 47, 0.95);
width: 100%;
height: 100%;
transition: all 200ms linear;
z-index: 99998;
}
.search-bar.show {
opacity: 1;
visibility: visible;
}
.search-bar-form {
width: 50%;
position: absolute;
z-index: 99999;
left: 50%;
top: 50%;
padding: 20px;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
.search-bar-form .search-form input {
color: #fff;
border: 2px solid rgba(255, 255, 255, 0.3);
}
.search-bar-form .search-form input:focus {
border: 2px solid rgba(255, 255, 255, 0.9);;
}   .widget-title {
padding:20px 0 30px 0;
font-size:28px;
font-weight: 600;
opacity: 0.6;
}
.floated-sidebar .widget-title {
padding:20px 0 30px 0;
font-size:20px;
opacity: 0.6;
}
.widget {
padding-top:5px;
padding-bottom:65px;
}
.floated-sidebar .cat-item {
padding: 5px 0;
}
.floated-sidebar .children {
margin: 5px 0 0 15px;
}
.widget.widget_recent_entries li,
.widget.widget_categories li,
.widget.widget_archive li,
.widget.widget_pages li,
.widget.widget_meta li,
.widget.widget_recent_comments li,
.nosearch-results.nosearch-cats li {
font-size:16px;
font-weight: 400;
margin:0;
list-style: none;
padding:8px 0;
position: relative;
}
.widget a,
.nosearch-results.nosearch-cats a {
position: relative;
color: #999; }
.widget.widget_recent_comments {
color: #999;
}
.widget a:hover,
.nosearch-results-cats a:hover,
.nosearch-results.nosearch-cats a:hover { color: #1fc8db;
}
.widget.widget_archive select,
.widget.widget_categories select {
display: block;
margin: 0 auto 10px auto;
padding: 15px 10px;
border-radius: 0;
}
.sidebar-holder .widget.widget_archive select,
.sidebar-holder .widget.widget_categories select {
margin: 0 0 10px 0;
}
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}   #ajax-alp-load-posts {
display: block !important;
text-align: center;
width: 100%;
font-size: 15px;
text-transform: uppercase;
font-weight: 700;
border-top: 1px solid #fff;
}
#ajax-alp-load-posts a {
display: inline-block;
width: 100%;
margin: 0 auto;
padding: 25px;
color: #333;
background: #fff;
-webkit-transition: background-color 0.35s, color 0.1s;
transition: background-color 0.35s, color 0.1s;
}
#ajax-alp-load-posts a:hover, #ajax-alp-load-posts a:active {
background: #222;
color: rgba(255, 255, 255, 0.8);
}
.pagination {
overflow:hidden;
width:100%;
position:relative;
margin:0;
padding:10px 60px;
text-align:center;
}
.pagination a { }
.nav-previous,
.nav-next {
display: inline-block;
}
.nav-previous a,
.nav-next a {
display: inline-block; position: relative;
font-size:15px;
font-weight:400;
line-height:22px;
z-index: 2;
padding: 0px;
margin: 40px 30px 40px 30px;
-webkit-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}
.nav-next a {
padding: 19px 45px 19px 20px;
}
.nav-previous a:hover,
.nav-next a:hover { }   .container.no-content {
padding: 25px 0 75px;
overflow: hidden;
}
.no-content h6 {
font-size: 22px;
font-weight: 600;
padding: 35px 0;
text-align: center; }
.search404_post {
width:33.333%;
float:left;
padding-top:115px;
}
.nosearch-results {
padding:0 20px;
}
.nosearch-results a:hover {
color: #33b996;
}
.search-month {
padding:5px 0;
font-weight:bold;
}   .tagcloud {
overflow: hidden;
}
.tagcloud a, .tags-cloud a {
padding: 8px 16px;
display: inline-block;
float: left;
border: 0;
color: #8d949e;
background: rgba(0, 0, 0, 0.05);
font-size:14px;
line-height: normal;
font-weight: 400;
margin: 0 8px 8px 0;
-webkit-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}
.tags-cloud a:hover {
background: #1fc8db;
color: #fff;
}
.tagcloud a:last-child {
margin-right:0;
}   .latest-post-blog {
display:table;
}
.widget li.latest-post-blog {
border:none;
margin: 8px 0;
}
.latest-post-blog a.widget-thumb img,
.no-thumb {
width:60px;
height:60px;
display:table-cell;
overflow:hidden; background:rgba(0,0,0,0.05);
}
.latest-post-blog a.widget-thumb,
.latest-post-blog a.latest-title {
display:table-cell;
vertical-align:middle;
text-align: left;
}
.latest-post-blog a.latest-title {
position: relative;
left: 15px;
}
.latest-post-blog a.latest-title span {
display: block;
font-size: 14px;
padding: 3px 0;
}   .widget-themeworm_social {
font-size:20px;
display: inline-block;
}
.nav_container .widget-themeworm_social {
margin-left: 35px;
}
.nav_container.social-left .widget-themeworm_social {
margin-left: 0;
}
.no-social .widget-themeworm_social {
display: none;
}
.social-widget-inner {
text-align:left;
}
.copyright .social-widget-inner {
text-align:center;
}
.widget-themeworm_social a {
display: inline-block;
width: 48px;
height: 48px;
margin: 0 8px 8px 0; background-color: rgba(0,0,0,0.05);
line-height: 48px; text-align: center;
-webkit-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}
.widget-themeworm_social a:hover,
.tagcloud a:hover, .tags-cloud a:hover {
background-color: #1fc8db;
color: #fff;
}
.header-sidebar .social-widget-inner {
text-align: right;
}
.header-sidebar.widget-themeworm_social a {
background-color: transparent;
color:rgba(255, 255, 255, 0.5);
margin: 0;
width: 30px;
height: 40px;
height: inherit;
line-height: normal;
padding: 26px 0;
}
.menu-minimize .header-sidebar.widget-themeworm_social a {
height: auto;
padding: 0;
}
.header-sidebar.widget-themeworm_social a {
color:#272B2F;
}
.header-sidebar.widget-themeworm_social a:hover {
background-color: transparent;
color: #fff;
}
.header-sidebar.widget-themeworm_social a:hover {
color: rgba(0, 0, 0, 0.6);
}   .widget_calendar {}
#wp-calendar {
width: 100%;
border: 0;
font-size: 16px;
}
#wp-calendar caption {
text-align: center;
margin-top: 10px;
margin-bottom: 15px;
border: 0;
}
#wp-calendar thead {
font-size: 10px;
}
#wp-calendar thead th {
padding-bottom: 10px;
}
#wp-calendar tbody {}
#wp-calendar td,
#wp-calendar th {
text-align: center;
padding:6px;
font-weight: 500;
border: 0;
}
#wp-calendar tr {
border: 0;
}
#wp-calendar tbody td:hover { }
#wp-calendar td {
background: rgba(255, 255, 255, 0.05);
}
#wp-calendar td a {
opacity: .5;
}
#wp-calendar td a:hover {
opacity: 1;
}
#wp-calendar .pad {
background: none;
}
#wp-calendar tfoot #next {
font-size: 14px;
text-transform: uppercase;
text-align: right;
}
#wp-calendar tfoot #prev {
font-size: 14px;
text-transform: uppercase;
padding-top: 10px;
}   .mc4wp-form {
overflow: hidden;
}
.mc4wp-form label {
display: none;
}
.mc4wp-form p {
display: inline-block;
margin: 0;
margin-top: 15px;
float: left;
}
.mc4wp-form input[type="submit"] {
padding: 10px;
border: 1px solid transparent;
text-transform: capitalize;
}
.mc4wp-alert {
color: #fff049;
}   #footer {
overflow: hidden;
clear: both;
background: #f3f3f3;
padding: 90px 0 80px;
margin: 90px 10px 0 10px; }
.page-template-template-portfolio-fullscreen-carousel #footer,
.page-template-template-portfolio-fullscreen-autoplay #footer,
.page-template-template-portfolio-fullscreen-lightbox #footer,
.page-template-template-portfolio-fullscreen-vegas #footer {
display: none;
}
.copyright {
overflow: hidden;
clear: both;
padding: 0 60px;
padding-top: 20px;
text-align: center;
font-size: 16px;
font-weight: 400;
line-height: normal;
color: #8d949e;
}
.copyright .widget_rss {
text-align: left;
}
.widget_rss li {
padding: 15px 0;
}
.copyright p {
padding: 0;
margin: 0;
}
.copyright a:hover { }
.copyright .textwidget {
padding: 5px 0;
}
.copyright .widget.widget_text {
padding-bottom:0;
}   @media only screen and (min-width: 1025px) and (max-width: 1440px) {
.blog-item blockquote, .blog-item .link-text {
font-size: 16px;
line-height: 22px;
margin: 0 20px;
}
.post-link .fa.fa-link::before, .post-quote .fa.fa-quote-right {
font-size: 30px;
}
.blog-content .type-post h2 {
font-size: 26px;
line-height: 26px;
}
.blog-item .content-preview {
font-size: 16px;
line-height: 22px;
}
#footer .container .one-third.column {
width: calc(33.333% - 20px);
}
#footer {
padding-left: 40px;
padding-right: 40px;
}
}
@media only screen and (min-width: 960px) and (max-width: 1024px) {
.post-link, .post-quote {
top: 10px;
left: 10px;
right: auto;
}
.post-link .fa.fa-link::before, .post-quote .fa.fa-quote-right {
font-size: 24px;
}
.blog-item blockquote, .blog-item .link-text {
font-size: 14px;
line-height: 18px;
margin: 0 20px;
}
.blog-content .type-post h2 {
font-size: 20px;
line-height: 22px;
}
.blog-item .content-preview {
right: 20px;
left: 20px;
font-size: 14px;
line-height: 18px;
}
.content-preview .preview-text {
padding: 10px 0 0 0;
}
.blog-item .date-number {
padding-bottom: 5px;
}
.container.blog-simple,
.container.no-sidebar {
width: auto;
}
#footer .container .one-third.column {
width: 100%;
}
#footer {
padding-left: 20px;
padding-right: 20px;
width: 100%;
}
.about-info,
.content-wrapper .container {
width: 100%;
}
.item-description {
font-size: 16px;
padding: 10px 10px;
}
.item-description h2 {
font-size: 24px;
line-height: 18px;
}
.page-template-template-portfolio3col-video .portfolio-item-slug .thumb::after, .page-template-template-portfolio2col-video .portfolio-item-slug .thumb::after, .page-template-template-portfolio1col-video .portfolio-item-slug .thumb::after {
font-size: 30px;
}
}   @media only screen and (min-width: 1199px) and (max-width: 1440px) {
.container.title-position-under {
padding-left: 80px;
padding-right: 80px;
}
.post-page .post-content,
.container.related-posts-title {
padding-left: 70px;
}
.post-gallery {
padding-right: 70px;
}
.about-info {
width: 100%;
}
.page-template .container .sixteen.columns,
.page .container .sixteen.columns {
width: 1040px;
}
.page-template .container .eleven.columns {
width: calc(70% - 20px);
}
.page-template .container .five.columns {
width: calc(30% - 20px);
}
.container .minimal-post .eight.columns {
width: calc(50% - 20px);
}
}
@media only screen and (min-width: 959px) and (max-width: 1198px) {
.container.title-position-under {
padding-left: 80px;
padding-right: 80px;
}
.post-page .post-content {
padding-left: 70px;
}
.post-gallery {
padding-right: 70px;
}
.about-info {
width: 100%;
}
.page-template .container .sixteen.columns,
.page .container .sixteen.columns {
width: 800px;
}
.page-template .container .eleven.columns {
width: calc(70% - 20px);
}
.page-template .container .five.columns {
width: calc(30% - 20px);
}
.container .minimal-post .eight.columns {
width: calc(50% - 20px);
}
}   @media only screen and (min-width: 960px) and (max-width: 1199px) {
#page-title,
.top-navigation ul.sub-menu .sub-menu-holder {
width: 960px;
}
.container.classic-gallery-small, .classic-gallery-small {
width: 100%;
}
}   @media only screen and (max-width: 959px) {
.shop-item {
width: 100%;
}
.woocommerce img, .woocommerce-page img {
width: 100%;
}
iframe {
height: auto;
}
.portfolio_video {
margin: 0;
}
.item-description h2,
.item-filter {
opacity: 1;
}
.item-description {
padding: 5px;
}
.video16 .item-description {
bottom: 0;
right: 0;
}
.item-description h2 {
font-size: 18px;
line-height: 20px;
}
.image-featured {
margin-left: 0;
margin-right: 0;
}
.post-footer-meta, .simple-post-meta {
padding: 30px 80px;
}
.single-portfolio-item .owl-carousel,
.page-template-template-portfolio-slider-carousel .owl-carousel {
margin-left: 0;
margin-right: 0;
width: 100%;
}
#page-title h1,
.blog-simple h2 {
font-size: 28px;
line-height: 1;
padding-left: 20px;
padding-right: 20px;
}
.floating-social,
.search-icon,
.portfolio-logo {
display: none;
}
.layout-fullwidth {
padding: 0;
}
#page-title {
padding: 25px 20px;
}
.subtitle p {
margin: 0;
}
.portfolio-text {
padding: 35px 20px;
}
.about-me {
margin-top: 10px;
}
.about-inner {
flex-direction: column;
}
.about-subtitle {
margin: 0;
min-width: auto;
}
.about-text {
column-count: 1;
padding: 45px 0;
}
.about-info {
padding: 55px 20px 20px;
}
.about-me h2 {
margin-bottom: 25px;
}
.about-me.text-right .about-picture, .about-me.text-left .about-picture {
flex-direction: column;
}
#footer {
padding: 40px 20px 40px;
margin: 0;
margin-top: 40px;
}
.titlestyle-right .subtitle {
margin-left: 0;
}
blockquote, .link-text, .link-simple-text, .audio-simple-text {
margin: 35px 0 35px 0;
padding: 40px 20px 1px 40px;
}
.container blockquote p, .container .link-simple-text p {
font-size: 22px;
line-height: 28px;
}
blockquote:before, .link-simple-text::before {
left: 10px;
top: 15px;
}
.title-position-under h1 {
margin-top: 25px;
}
.project-navigation {
width: auto;
}
.project-navigation a {
top:-130px;
left: 15px;
}
.project-navigation a.prev {
left: 145px;
}
.project-navigation a.next {
left: 210px;
}
.project-navigation a.search-btn {
top: -125px;
left: 80px;
}
.widget-themeworm_social,
.project-navigation a.next span, .project-navigation a.prev span,
.single-author:before, .single-comments:before, .single-tags:before,
.to-top.cd-is-visible {
display: none;
}
#footer .widget-themeworm_social {
display:block;
}
.container.title-position-under {
padding-left: 20px;
padding-top: 45px;
}
#page-title.titlestyle-left, #page-title.titlestyle-right,
.container.portfolio_title {
padding-left: 20px;
padding-right: 20px;
}
#page-title,
.related-item.blog-item,
.related-posts-count-6 .related-item.blog-item,
.about-info {
width: 100%
}
.container .column.blog-item,
.related-item.blog-item {
margin-bottom: 20px;
}
.related-item.blog-item:last-child {
margin-bottom: 0;
}
.single-cats, .single-tags, .single-author, .single-comments, .single-number {
display: block;
padding-left: 0;
}
.container.classic-gallery-small, .classic-gallery-small,
.third-masonry,
.blog-item.simple-post .post-content {
padding: 0;
}
.post-page .post-content, .type-page .post-content {
padding: 45px 20px 35px 20px;
}
.right-sidebar .post-page .post-content, .right-sidebar .type-page .post-content,
.right-sidebar .author-info,
.right-sidebar .copyright {
padding-right: 45px;
}
.comments-inner.show-comments {
padding: 45px 20px 20px 20px;
}
.comment-content {
padding: 10px 0 10px;
margin-bottom: 30px;
}
.comment-body .reply {
margin-left: 0;
}
.status-publish ul.children {
padding: 0;
}
.left-sidebar #page-title {
padding-left: 55px;
}
.right-sidebar #page-title {
padding-right: 55px;
}
.floated-sidebar {
width: 90%;
opacity: 0;
visibility: hidden;
height: 100%;
position: fixed;
display: block;
padding: 60px 40px 60px 20px;
background: rgba(240, 240, 240, 1);
overflow-y: scroll;
top: 0;
right: 0;
}
.project-navigation.woocommerce-navigation {
top: 25px;
}
.single-product .project-navigation.woocommerce-navigation {
top: -47px;
right: calc(50% - 25px);
}
.project-navigation.woocommerce-navigation a {
top: auto;
left: auto;
right: 20px;
}
.single-product .project-navigation.woocommerce-navigation a {
right: 0;
}
.cart-btn {
position: absolute;
right: 0;
top: 20px;
bottom: auto;
font-size: 22px;
text-align: center;
line-height: 40px;
}
.sidebar-close {
right: 0;
}
.floated-sidebar.left-sidebar .sidebar-holder {
padding: 0;
}
.floated-sidebar.right-sidebar .sidebar-holder {
padding: 0;
}
.post-meta {
min-width: 300px;
line-height: 1.5;
}
#related-posts {
padding: 0 20px 30px 20px;
}
.copyright .widget_nav_menu ul li, .copyright .widget_nav_menu ul, .copyright .footer-menu .widget {
text-align: center;
}
.author-description {
margin-left: 0;
}
.author-avatar {
margin-right: 20px;
}
.author-info {
margin: 0; }
.portfolio-filters {
padding: 0 10px;
}
.boxed-style .portfolio-two,
.boxed-style .portfolio-six,
.boxed-style .portfolio-four,
.boxed-style .portfolio-five,
.boxed-style .portfolio-five.size-2x1,
.boxed-style .portfolio-five.size-2x2,
.container.blog-content .blog-three,
.container .blog-three.column,
.boxed-style.no-space .portfolio-five.size-2x1, .boxed-style.no-space .portfolio-five.size-2x2, .boxed-style.no-space .portfolio-five.size-2x3,
.boxed-style.no-space .portfolio-item-slug, .masonry-style.no-space .portfolio-item-slug,
.boxed-style .portfolio-six.size-2x1, .boxed-style .portfolio-six.size-2x2, .boxed-style .portfolio-six.size-2x3,
.boxed-style .portfolio-five.size-3x3, .boxed-style .portfolio-five.size-3x2, .boxed-style .portfolio-five.size-3x1,
.container.blog-content .blog-three.size-2x1, .container.blog-content .blog-three.size-2x2 {
width: calc(100% - 40px);
margin-top: 0;
margin-left: 20px;
margin-right: 20px;
}
.boxed-style.no-space .portfolio-five.size-2x1, .boxed-style.no-space .portfolio-five.size-2x2, .boxed-style.no-space .portfolio-five.size-2x3,
.boxed-style.no-space .portfolio-item-slug, .masonry-style.no-space .portfolio-item-slug,
.boxed-style.no-space .portfolio-six.size-2x1, .boxed-style.no-space .portfolio-six.size-2x2, .boxed-style.no-space .portfolio-six.size-2x3,
.boxed-style.no-space .portfolio-six.size-3x3, .boxed-style.no-space .portfolio-six.size-3x2, .boxed-style.no-space .portfolio-six.size-3x1,
.boxed-style.no-space .portfolio-five.size-3x3, .boxed-style.no-space .portfolio-five.size-3x2, .boxed-style.no-space .portfolio-five.size-3x1 {
width: 100%;
margin-top: 0;
margin-left: 0;
margin-right: 0
}
.portfolio_container.no-space {
padding: 0;
}
.boxed-style .portfolio-five {
margin-bottom: 20px;
}
.third-masonry,
.container.classic-gallery-small, .classic-gallery-small,
.container .related-posts .one-third.column {
width: 100%;
}
.portfolio-text {
padding-top: 35px;
}
.portfolio-info.info-horizontal {
margin: 0 0 40px 0;
}
.horisontal-divider-left,
.horisontal-divider-right,
.portfolio-info.info-horizontal .horisontal-divider-left, .portfolio-info.info-horizontal .horisontal-divider-right {
float: none;
display: block;
width: 100%;
padding: 10px 0;
}
.portfolio-info {
line-height: 28px;
}
.portfolio-share.container {
padding: 20px;
}
.post-footer .cats, .post-footer .single-tags {
padding-left:10px;
padding-right: 10px;
}
.search-bar-form {
width: 99%;
}
.header-container,
.container.blog-content {
padding-top: 0;
}
.cd-slider-nav li {
height: 85px;
}
.cd-slider-nav {
height: auto;
}
.cd-hero-slider h2 {
font-size: 2.5em;
line-height: 1;
}
.cd-hero-slider {
height: 530px;
}
.container.no-content {
padding: 25px 20px 95px 25px;
}
.search404_post {
width: 100%;
float: left;
padding-top: 45px;
}
.blog-item.simple-post .date-number {
display: none; }
ol li ul.children {
margin-left: 30px;
}
.comment {
margin-bottom: 25px;
}
.portfolio_container.container_fullwidth.boxed-style {
padding: 0;
}
.container.fullwidth-navigation {
padding: 0;
}
.comment-form-comment textarea, .wpcf7-textarea {
height: 125px;
}
.google-map {
width: 100%;
margin: 50px 0;
} #navigation .menu-item-has-children > a:after {
content: '\f067';
font-family: 'FontAwesome';
position: absolute;
font-size: 11px;
left: 0;
top: calc(50% - 5px);
}
#site-navigation {
position: relative;
padding: 20px;
z-index: 999; }
.menu-right #site-navigation .columns:nth-of-type(2) {
width: 1%;
}
.layout-fullwidth.fixed-nav .nav_container,
.page-template-template-portfolio-fullscreen-carousel .nav_container,
.page-template-template-portfolio-fullscreen-autoplay .nav_container,
.page-template-template-portfolio-fullscreen-lightbox .nav_container,
.page-template-template-portfolio-fullscreen-lightbox2 .nav_container,
.page-template-template-portfolio-fullscreen-vegas .nav_container,
.page-template-template-portfolio-fullscreen-video .nav_container {
width: 100%;
margin: 0;
padding: 0;
}
.page-template-template-portfolio-fullscreen-video .nav_container {
padding: 0;
}
.fullscreen-title #page-title {
display: flex;
align-items: center;
justify-content: center;
}
.menu-alt.menu-left .menu-dropdown {
left: 10px;
}
.page-template-template-portfolio-fullscreen-slider2 #site-navigation,
.page-template-template-portfolio-slider-autoplay #site-navigation,
.page-template-template-portfolio-fullscreen-slider-lightbox #site-navigation {
background: transparent;
}
.submenu-container li {
margin: 0 10px;
}
.menu-dropdown {
display: block;
}
.menu-alt.menu-right .menu-dropdown {
right: 15px;
}
.center-header.menu-alt .menu-dropdown,
.center-header.menu-center .menu-dropdown {
right: 50%;
-webkit-transform: translateX(50%) translateY(0);
transform: translateX(50%) translateY(0);
}
.center-header.logo-center.menu-center #site-navigation {
padding-bottom: 46px;
margin-bottom: 16px;
}
.center-header.menu-center #navigation .nav-menu {
-webkit-transform: translateX(-50%) translateY(46px);
transform: translateX(-50%) translateY(46px);
}
.right-sidebar .menu-dropdown {
right: 35px;
}
.top-navigation ul.sub-menu .sub-menu-holder {
width: 100%;
padding: 0;
background:transparent;
}
.menu-alt.menu-left #navigation .nav-menu {
left: 0;
}
.menu-alt.menu-right #navigation .nav-menu {
right: 0;
} .menu-sidebar.menu-alt #navigation .nav-menu {
width: 300px;
height: 100%;
position: fixed;
display: block;
padding: 60px 20px;
top: 0;
right: 0;
-webkit-transform: translateX(0);
transform: translateX(0);
z-index: 9000;
overflow-y: scroll;
}
.menu-sidebar.menu-alt.menu-left #navigation .nav-menu {
right: auto;
left: 0;
}
.sidebar-hider {
position: fixed;
z-index: 1000;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
visibility: hidden;
background: rgba(39, 43, 47, 0.7);
-webkit-transition: opacity 0.6s ease;
transition: opacity 0.6 ease;
}
.sidebar-hider.toggled-on {
opacity: 1;
visibility: visible;
} .type-post h3.comment-reply-title {
margin-left: 20px;
padding: 0;
}
.comment-form {
padding: 0 20px 15px;
} .post-loop .slider-post {
margin: 0 5px;
}
.post-loop {
padding: 30px 0 80px;
}
.post-loop .post-title h2 {
padding: 30px 0 20px;
font-size: 28px;
line-height: 30px;
}
.post-loop .simple-content {
padding: 0;
} .simple-post-meta {
line-height: 22px;
}
.no-sidebar .simple-content {
padding: 0 20px;
}
.simple-post {
padding: 30px 0 40px 0;
}
.readmore {
margin: 0;
} .minimal-post:nth-child(2n+2) {
display: block;
}
.minimal-post {
padding-top: 20px;
padding-bottom: 20px;
flex-direction: column;
}
.minimal-post:nth-child(2n+2) .minimal-content,
.minimal-post .minimal-content, .minimal-date,
.minimal-post:nth-child(2n+2) .minimal-date {
text-align: center;
width: 100%;
margin: 0;
}
.minimal-hide {
padding: 20px 20px;
}
.minimal-text {
padding: 20px 0 0 0;
}
.minimal-post:nth-child(2n+2) .minimal-hide .readmore,
.minimal-hide .readmore {
float: none;
margin: 0 auto;
}
.minimal-date span::before {
content: none;
}
.minimal-date span::after,
.minimal-post:nth-child(2n+2) .minimal-date span::after,
.minimal-post::after {
height: 30px;
width: 1px;
right: 50%;
top: -30px;
left: auto;
}
.minimal-post::after {
top: auto;
bottom: -10px;
}
.minimal-post:last-child::after {
content: none;
} .blog-content .type-post.blog-packery h2 {
font-size: 20px;
line-height: 22px;
}
.blog-packery .post-link, .blog-packery .post-quote {
right: auto;
left: 10px;
top: 15px;
}
.blog-item .content-preview {
right: 20px;
left: 20px;
}
.content-preview .preview-text {
padding: 15px 0 0 0;
}
.blog-packery blockquote, .blog-packery .link-text, .blog-packery .link-simple-text, .blog-packery .audio-simple-text {
font-size: 16px;
line-height: 22px;
margin: 0;
padding: 20px;
} #site-navigation .sixteen.columns {
padding: 0 20px;
}
#site-navigation.full-navigation .sixteen.columns {
padding: 0 10px;
}
#navigation .nav-menu {
opacity: 0;
visibility: hidden;
display: inline;
z-index: 9999;
position: absolute;
top: 100%;
width: 100%;
left: 50%;
padding: 20px 20px 60px 20px;
background: #fff;
text-align:right;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.right-sidebar #navigation .nav-menu {
padding-right: 40px;
}
#navigation .sub-menu-holder {
padding-bottom: 10px;
}
#navigation .nav-menu.toggled-on,
.accordeon_dropdown #navigation .nav-menu ul.sub-menu.toggled-on {
opacity: 1;
visibility: visible;
display: block;
}
#navigation ul li a, #navigation ul li ul li a, #navigation ul li ul li ul li a {
display: block;
padding: 10px 0;
margin:0;
text-align: right;
color:#273140;
font-weight: 500;
font-size:22px;
border: none;
line-height: normal;
}
#navigation ul li:not(.menu-item-split-wrapper) ul li a, #navigation ul li ul li ul li a {
padding: 6px 0; font-size:15px;
line-height: normal;
}
#navigation ul li a, #navigation ul li ul li a, #navigation ul li ul li ul li a {
color: #273140;
}
#navigation ul li:not(.menu-item-split-wrapper) ul li a, #navigation ul li ul li ul li a {
opacity: .6;
}
#navigation ul li a:hover,
.top-navigation li a:hover,
#site-navigation.scaled .top-navigation li a:hover {
border: none;
color: #33b996;
}
#navigation ul li,
.top-navigation li {
float: none;
margin: 0;
display: block;
position: relative;
}
#navigation ul li ul {
position: relative;
display:none;
top: 0;
left: 0;
text-align:center;
padding: 0;
line-height: normal;
background:transparent;
width:100%;
transform: translateX(0);
opacity: 1;
visibility: hidden;;
}
#navigation ul.nav-menu.toggled-on li ul {
display: block;
visibility: visible;
}
#navigation ul li a.menu-overflowed,
#navigation ul li:before,
#navigation ul li a:before,
#navigation ul li ul:before,
#navigation ul li ul li ul:before,
#navigation ul li ul a:before,
#navigation ul li ul li:before,
#navigation ul li ul li ul:before,
#navigation ul li ul li a::before,
#navigation ul li ul li.menu-item-has-children > a:after {
display: none;
} .nav-menu a.menu-overflowed::before {
display: none;
}
#navigation .nav-menu.toggled-on ul.sub-menu {
display: none;
-webkit-transition: all 0.4s;
transition: all 0.4s;
}
#navigation .nav-menu.toggled-on ul.sub-menu.opened {
display: block;
visibility: visible;
}
#navigation ul li ul li {
margin: 0;
padding: 0;
float:none;
}
#navigation ul li ul li ul {
top:0;
background:none;
position:relative;
}
#navigation ul li ul li:hover > ul {
left: 0;
}
#navigation ul li a:hover, .top-navigation li a:hover, #navigation ul li ul li ul li a:hover {
color: rgba(0, 0, 0, 0.6);
}
.half-container,
.half-container.half-gallery-right {
flex-direction: column;
padding: 0 0 40px 0;
}
.half-container.container {
padding: 0 20px 40px 20px
}
.half-container .sticky-text,
.half-container.container .sticky-text {
padding: 40px 0 0 0;
}
.half-gallery-container,
.half-text-container {
width: 100%;
padding: 0;
}
.portfolio-share .prev {
left: 20px;
max-width: 45%;
}
.portfolio-share .next {
right: 20px;
max-width: 45%;
}
.portfolio-share .next, .portfolio-share .prev {
font-size: 14px;
}
.portfolio-share .next span, .portfolio-share .prev span {
font-size: 20px;
}
.post-share {
display: none;
}
.single-portfolio-item .container.title-container {
margin-bottom: 45px;
}
.owl-theme .owl-nav div {
background: transparent;
}
.page-template-template-portfolio-fullscreen-slider .container.nav_container, .page-template-template-portfolio-fullscreen-slider2 .container.nav_container, .page-template-template-portfolio-pointy-slider .container.nav_container, .page-template-template-portfolio-slider-autoplay .container.nav_container {
padding: 0;
}
.pointy-slider-wrapper {
padding: 75px 20px 20px;
}
.pointy-slider .content {
padding: 30px 20px;
}
.pointy-slider h2 {
font-size: 2.4em;
line-height: 1;
margin-bottom: .4em;
}
.pointy-slider p {
font-size: 14px;
line-height: 1;
font-weight: 300;
}
.simple-post .post-data,
.simple-post .blog-image,
.about-picture-inner,
.about-me.text-right .about-info, .about-me.text-left .about-info {
width: 100%;
}
.simple-post .post-data {
min-height: 200px;
}
.simple-post,
.container .simple-post:nth-child(2n+2) {
flex-direction: column-reverse;
}
}   @media only screen and (min-width: 768px) and (max-width: 959px) {
.container .related-posts .one-third.column,
.container.blog-content .one-third.column {
width: 100%;
padding-left: 20%;
padding-right: 20%;
}
.floated-sidebar {
width: 440px;
}
.blog-item.simple-post .date-number {
width: 45%;
}
.blog-item.simple-post .post-content {
padding: 0 10%;
}
}   @media only screen and (min-width: 480px) and (max-width: 767px) {
.floated-sidebar {
width: 440px;
}
.container .related-posts .one-third.column,
.container.blog-content .one-third.column {
width: 100%;
padding-left: 20%;
padding-right: 20%;
}
.full-item,
.full-item-recent	 {
width:100%;
margin:0;
}
.full-item.masonry-style {
width:100%;
}
.blog-item.simple-post .date-number {
width: 45%;
}
.blog-item.simple-post .post-content {
padding: 0 8%;
}
}   @media only screen and (max-width: 479px) {
p.comment-form-author, p.comment-form-email, p.comment-form-url {
width: 100%;
padding: 0;
}
.full-item,
.full-item-recent	{
width:100%;
margin:0;
}
.portfolio-four, .portfolio-two, .portfolio-six, .portfolio-one, .portfolio-three, .portfolio-four-double,
.portfolio-info,
.boxed-style .portfolio-three,
.boxed-style .portfolio-four,
.boxed-style .portfolio-two,
.boxed-style .portfolio-six {
width: 100%;
}
.boxed-style .portfolio-three,
.boxed-style .portfolio-four,
.boxed-style .portfolio-two,
.boxed-style .portfolio-six {
margin-left: 0;
margin-right: 0;
}
.post-footer .cats, .post-footer .single-tags {
padding: 9px 0;
display: block;
}
.post-footer .portfolio-share {
float: none;
padding-left: 0;
padding-top: 10px;
}
.post-footer-meta, .simple-post-meta {
padding: 20px 80px;
}
.comment-text {
margin-left:0;
}
.comment-text p {
padding-right: 0;
}
.input {
width: 100%;
padding-right: 0;
}
.gallery-columns-0 .gallery-item,
.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
width: 100%;
}
.alignright,
.alignleft {
float: none;
margin: 0 auto 15px auto;
display: block;
}
} @media (hover: none) and (pointer: coarse) {
.item-description h2, .item-filter {
opacity: 1;
}
}