.ri-grid{
margin: 30px auto 30px;
position: relative;
height: auto;
}
.ri-grid ul {
list-style: none;
display: block;
width: 100%;
margin: 0;
padding: 0;
} .ri-grid ul:before,
.ri-grid ul:after{
content: '';
display: table;
}
.ri-grid ul:after {
clear: both;
}
.ri-grid ul {
zoom: 1; } 
.ri-grid ul li {
-webkit-perspective: 400px;
-moz-perspective: 400px;
-o-perspective: 400px;
-ms-perspective: 400px;
perspective: 400px;	
margin: 0;
padding: 0;
float: left;
position: relative;
display: block;
overflow: hidden;
background: #000;
}
.ri-grid ul li a{
display: block;
outline: none;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-o-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
background-size: 100% 100%;
background-position: center center;
background-repeat: no-repeat;
background-color: #333;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
} .ri-grid-size-1{
width: 55%;
}
.ri-grid-size-2{
width: 100%;
}
.ri-grid-size-3{
width: 100%;
margin-top: 0px;
} .ri-shadow:after,
.ri-shadow:before{
content: "";
position: absolute;
z-index: -2;
bottom: 15px;
left: 10px;
width: 50%;
height: 20%;
max-width: 300px;
max-height: 100px;
box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
-webkit-transform: rotate(-3deg);
-moz-transform: rotate(-3deg);
-ms-transform: rotate(-3deg);
-o-transform: rotate(-3deg);
transform: rotate(-3deg);
}
.ri-shadow:after{
right: 10px;
left: auto;
-webkit-transform: rotate(3deg);
-moz-transform: rotate(3deg);
-ms-transform: rotate(3deg);
-o-transform: rotate(3deg);
transform: rotate(3deg);
}
.ri-grid-loading:after,
.ri-grid-loading:before{
display: none;
}
.ri-loading-image{
display: none;
}
.ri-grid-loading .ri-loading-image{
position: relative;
width: 30px;
height: 30px;
left: 50%;
margin: 100px 0 0 -15px;
display: block;
} .la-square-loader,
.la-square-loader>div {
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.la-square-loader {
display: block;
font-size: 0;
color: #2D323C
}
.la-square-loader.la-dark {
color: #333
}
.la-square-loader>div {
display: inline-block;
float: none;
background-color: currentColor;
border: 0 solid currentColor
}
.la-square-loader {
width: 32px;
height: 32px
}
.la-square-loader>div {
width: 100%;
height: 100%;
background: transparent;
border-width: 2px;
border-radius: 0;
-webkit-animation: square-loader 2s infinite ease;
-moz-animation: square-loader 2s infinite ease;
-o-animation: square-loader 2s infinite ease;
animation: square-loader 2s infinite ease
}
.la-square-loader>div:after {
display: inline-block;
width: 100%;
vertical-align: top;
content: "";
background-color: currentColor;
-webkit-animation: square-loader-inner 2s infinite ease-in;
-moz-animation: square-loader-inner 2s infinite ease-in;
-o-animation: square-loader-inner 2s infinite ease-in;
animation: square-loader-inner 2s infinite ease-in
}
.la-square-loader.la-sm {
width: 16px;
height: 16px
}
.la-square-loader.la-sm>div {
border-width: 1px
}
.la-square-loader.la-2x {
width: 64px;
height: 64px
}
.la-square-loader.la-2x>div {
border-width: 4px
}
.la-square-loader.la-3x {
width: 96px;
height: 96px
}
.la-square-loader.la-3x>div {
border-width: 6px
}
@-webkit-keyframes square-loader {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
25% {
-webkit-transform: rotate(180deg);
transform: rotate(180deg)
}
50% {
-webkit-transform: rotate(180deg);
transform: rotate(180deg)
}
75% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@-moz-keyframes square-loader {
0% {
-moz-transform: rotate(0deg);
transform: rotate(0deg)
}
25% {
-moz-transform: rotate(180deg);
transform: rotate(180deg)
}
50% {
-moz-transform: rotate(180deg);
transform: rotate(180deg)
}
75% {
-moz-transform: rotate(360deg);
transform: rotate(360deg)
}
100% {
-moz-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@-o-keyframes square-loader {
0% {
-o-transform: rotate(0deg);
transform: rotate(0deg)
}
25% {
-o-transform: rotate(180deg);
transform: rotate(180deg)
}
50% {
-o-transform: rotate(180deg);
transform: rotate(180deg)
}
75% {
-o-transform: rotate(360deg);
transform: rotate(360deg)
}
100% {
-o-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@keyframes square-loader {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg)
}
25% {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg)
}
50% {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg)
}
75% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg)
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@-webkit-keyframes square-loader-inner {
0% {
height: 0
}
25% {
height: 0
}
50% {
height: 100%
}
75% {
height: 100%
}
100% {
height: 0
}
}
@-moz-keyframes square-loader-inner {
0% {
height: 0
}
25% {
height: 0
}
50% {
height: 100%
}
75% {
height: 100%
}
100% {
height: 0
}
}
@-o-keyframes square-loader-inner {
0% {
height: 0
}
25% {
height: 0
}
50% {
height: 100%
}
75% {
height: 100%
}
100% {
height: 0
}
}
@keyframes square-loader-inner {
0% {
height: 0
}
25% {
height: 0
}
50% {
height: 100%
}
75% {
height: 100%
}
100% {
height: 0
}
}
.la-square-loader {
position: absolute;
left: 50%;
bottom:0;
color: #565f73;
-webkit-transform: translate3d(-50%,-50%,0) scale3d(1.35,1.35,1);
transform: translate3d(-50%,-50%,0) scale3d(1.35,1.35,1);
}
.progress-button {
position: relative;
display: inline-block;
text-align: center;
}
.progress-button button {
display: block;
border-radius:4px;   
margin: 0 auto;
padding: 0;
width: 170px;
height: 40px;
background: transparent;
letter-spacing: 1px;
font-size: 18px;
cursor: pointer;
-webkit-transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color 0.3s;
transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color 0.3s;
}
.progress-button button:hover {
color: #fff;
}
.progress-button button:focus {
outline: none;
}
.pw-loader-wrapper {
height:100px;
padding-top:50px;
text-align:center;
position:relative;
} .folding {
margin: 20px auto;
width: 20px;
height: 20px;
position: relative;
transform: rotateZ(45deg);
}
.folding .sk-cube {
float: left;
width: 50%;
height: 50%;
position: relative;
transform: scale(1.1);
}
.folding .sk-cube:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #333;
animation: sk-foldCubeAngle 2.4s infinite linear both;
transform-origin: 100% 100%;
border-radius:2px;
}
.folding .sk-cube2 {
transform: scale(1.1) rotateZ(90deg);
}
.folding .sk-cube3 {
transform: scale(1.1) rotateZ(180deg);
}
.folding .sk-cube4 {
transform: scale(1.1) rotateZ(270deg);
}
.folding .sk-cube2:before {
animation-delay: 0.3s;
}
.folding .sk-cube3:before {
animation-delay: 0.6s;
}
.folding .sk-cube4:before {
animation-delay: 0.9s;
}
@keyframes sk-foldCubeAngle {
0%,
10% {
transform: perspective(140px) rotateX(-180deg);
opacity: 0;
}
25%,
75% {
transform: perspective(140px) rotateX(0deg);
opacity: 1;
}
90%,
100% {
transform: perspective(140px) rotateY(180deg);
opacity: 0;
}
}
figure {
margin:0
}	
.alw-icon {
position: absolute;
bottom: 0;
color: #fff;
padding: 3px;
font-size: 24px;
}.brick {
background-color: white;
float: left;
cursor: default;
overflow: hidden;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.brick .cover {
overflow: hidden;
margin: 20px;
}
.brick .read-more {
position: absolute;
display: none;
bottom: 0px;
left: 0px;
right: 0px;
padding: 12px;
background: rgb(0, 0, 0);
background: rgba(0, 0, 0, 0.45);
}
.brick:hover .read-more {
display: block;
cursor: pointer;
}
.brick .desc {
display: none;
}
.full-width .float-left {
display: none;
}
.full-width .desc {
display: block;
}
.full-width.brick {
box-shadow: none;
overflow: visible;
border: none !important;
background: none !important;
}
.full-width.brick .cover {
margin: 0px 20px;
color: #333;
}
.full-width.brick .cover * {
text-shadow: none;
}
.full-width.brick .cover code {
color: #666;
}
.open .float-left {
display: none;
}
.open .desc {
display: block;
}
.example {
width: 0px;
height: 0px;
overflow: visible !important; }
.example-draggable {
cursor: move;
}
.example-draggable * {
cursor: move;
}
.example-draggable a {
cursor: pointer;
}
.cell {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
position: absolute;
background-color: #222;
}
[class*="-share"] {
cursor: pointer;
margin: 20px 0;
line-height: 30px;
padding-left: 30px;
}
.facebook-share {
background: url(//weyddesign.com/wp-content/plugins/animated-live-wall-premium/assets/i/fb.png) no-repeat left center;
}
.twitter-share {
background: url(//weyddesign.com/wp-content/plugins/animated-live-wall-premium/assets/i/tw.png) no-repeat left center;
}
.google-share {
background: url(//weyddesign.com/wp-content/plugins/animated-live-wall-premium/assets/i/gp.png) no-repeat left center;
}
.download-icon {
background: url(//weyddesign.com/wp-content/plugins/animated-live-wall-premium/assets/i/download.png) no-repeat left center;
display: block;
margin: 0 0 10px 0;
line-height: 30px;
padding-left: 30px;
}
.js-icon {
background: url(//weyddesign.com/wp-content/plugins/animated-live-wall-premium/assets/i/js.png) no-repeat left center;
display: block;
line-height: 30px;
padding-left: 30px;
}
.fork {
float: right;
width: 100%;
height: 100%;
display: block;
background: url(//weyddesign.com/wp-content/plugins/animated-live-wall-premium/assets/i/forkme.png) no-repeat top right;
}
.back-button {
position: fixed;
z-index: 9999;
padding: 1%;
bottom: 2%;
right: 2%;
display: none;
background: black;
}
.back-button .back-icon {
background: url(//weyddesign.com/wp-content/plugins/animated-live-wall-premium/assets/i/back.png) no-repeat top center;
width: 45px;
height: 27px;
display: block;
}
.back-button .back-icon:hover {
background: url(//weyddesign.com/wp-content/plugins/animated-live-wall-premium/assets/i/back.png) no-repeat bottom center;
}.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:a 2s infinite linear}.fa-pulse{animation:a 1s infinite steps(8)}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blind:before{content:"\f29d"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-open:before{content:"\f518"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-certificate:before{content:"\f0a3"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-concierge-bell:before{content:"\f562"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-credit-card:before{content:"\f09d"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-deviantart:before{content:"\f1bd"}.fa-diagnoses:before{content:"\f470"}.fa-dice:before{content:"\f522"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-gift:before{content:"\f06b"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hashtag:before{content:"\f292"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-internet-explorer:before{content:"\f26b"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mercury:before{content:"\f223"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-motorcycle:before{content:"\f21c"}.fa-mouse-pointer:before{content:"\f245"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-old-republic:before{content:"\f510"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-carry:before{content:"\f4ce"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poo:before{content:"\f2fe"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-r-project:before{content:"\f4f7"}.fa-random:before{content:"\f074"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-rendact:before{content:"\f3e4"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-search:before{content:"\f002"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skull:before{content:"\f54c"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowflake:before{content:"\f2dc"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toolbox:before{content:"\f552"}.fa-tooth:before{content:"\f5c9"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-train:before{content:"\f238"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-moving:before{content:"\f4df"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;src:url(//weyddesign.com/wp-content/plugins/animated-live-wall-premium/assets/webfonts/fa-brands-400.eot);src:url(//weyddesign.com/wp-content/plugins/animated-live-wall-premium/assets/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(//weyddesign.com/wp-content/plugins/animated-live-wall-premium/assets/webfonts/fa-brands-400.woff2) format("woff2"),url(//weyddesign.com/wp-content/plugins/animated-live-wall-premium/assets/webfonts/fa-brands-400.woff) format("woff"),url(//weyddesign.com/wp-content/plugins/animated-live-wall-premium/assets/webfonts/fa-brands-400.ttf) format("truetype"),url(//weyddesign.com/wp-content/plugins/animated-live-wall-premium/assets/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;src:url(//weyddesign.com/wp-content/plugins/animated-live-wall-premium/assets/webfonts/fa-regular-400.eot);src:url(//weyddesign.com/wp-content/plugins/animated-live-wall-premium/assets/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(//weyddesign.com/wp-content/plugins/animated-live-wall-premium/assets/webfonts/fa-regular-400.woff2) format("woff2"),url(//weyddesign.com/wp-content/plugins/animated-live-wall-premium/assets/webfonts/fa-regular-400.woff) format("woff"),url(//weyddesign.com/wp-content/plugins/animated-live-wall-premium/assets/webfonts/fa-regular-400.ttf) format("truetype"),url(//weyddesign.com/wp-content/plugins/animated-live-wall-premium/assets/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;src:url(//weyddesign.com/wp-content/plugins/animated-live-wall-premium/assets/webfonts/fa-solid-900.eot);src:url(//weyddesign.com/wp-content/plugins/animated-live-wall-premium/assets/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(//weyddesign.com/wp-content/plugins/animated-live-wall-premium/assets/webfonts/fa-solid-900.woff2) format("woff2"),url(//weyddesign.com/wp-content/plugins/animated-live-wall-premium/assets/webfonts/fa-solid-900.woff) format("woff"),url(//weyddesign.com/wp-content/plugins/animated-live-wall-premium/assets/webfonts/fa-solid-900.ttf) format("truetype"),url(//weyddesign.com/wp-content/plugins/animated-live-wall-premium/assets/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}.effect-lily {
position: relative; 
float: left;
overflow: hidden;
background-color: #000;
}
.effect-lily .pw-caption {
padding: 2em;
color: #000;
text-transform: uppercase;
font-size: 1.25em;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.effect-lily .pw-caption::before,
.effect-lily .pw-caption::after {
pointer-events: none;
}
.effect-lily .pw-caption {
position: absolute; left: 0;
width: 100%; }  .effect-lily .pw-caption > a {
z-index: 1000;
text-indent: 200%;
white-space: nowrap;
font-size: 0;
opacity: 0;
}
.effect-lily p {
margin: 0;
}
.effect-lily p {
letter-spacing: 1px;
font-size: 90%;
}   .effect-lily img {
max-width: none;
width: -webkit-calc(100% + 50px);
width: calc(100% + 50px);
opacity: 0.7;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(-40px,0, 0);
transform: translate3d(-40px,0,0);
} .pw-caption {
text-align: left;
}
.pw-caption {
position: absolute;
bottom: 0;
left: 0;
padding: 2em;
width: 100%;
height: auto;
}
.effect-lily h2,
.effect-lily p {
-webkit-transform: translate3d(0,40px,0);
transform: translate3d(0,40px,0);
}
.effect-lily h2 {
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
}
.effect-lily p {
color: rgba(255,255,255,0.8);
opacity: 0;
-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
transition: opacity 0.2s, transform 0.35s;
}
.effect-lily:hover img,
.effect-lily:hover p {
opacity: 1;
}
.effect-lily:hover img,
.effect-lily:hover h2,
.effect-lily:hover p {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.effect-lily:hover p {
-webkit-transition-delay: 0.05s;
transition-delay: 0.05s;
-webkit-transition-duration: 0.35s;
transition-duration: 0.35s;
} .snip1467 {
position: relative;
overflow: hidden;
width: 100%;
background-color: #000000;
}
.snip1467 *,
.snip1467 *:before,
.snip1467 *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.25s linear;
transition: all 0.25s linear;
}
.snip1467 img {
max-width: 100%;
vertical-align: top;
-webkit-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.snip1467 figcaption {
position: absolute;
bottom:0;
width: 100%;
-webkit-transform: translateY(-25%);
transform: translateY(-25%);
padding: 5px 40px;
opacity: 0;
}
.snip1467 p {
font-weight: 400;
margin: 0;
font-size: 0.9em;
color:#FFFFFF;
text-align:center
}
.pw-heart {
left: 20%;
}
.pw-comment {
right: 20%;
}
.snip1467 i {
color:#FFFFFF;
position: absolute;
top: 45%;
font-size: 24px;
line-height: 1em;
opacity: 0;
-webkit-transition: all 0.4s cubic-bezier(0.6, -0.8, 0.735, 0.045);
transition: all 0.4s cubic-bezier(0.6, -0.8, 0.735, 0.045);
}
.pw-instagram, .pw-flickr {
right: 45%;
}
.snip1467:hover img,
.snip1467.hover img {
-webkit-transform: scale(1.12);
transform: scale(1.12);
opacity: 0.4;
}
.snip1467:hover figcaption,
.snip1467.hover figcaption {
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
opacity: 1;
}
.snip1467:hover i,
.snip1467.hover i {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
opacity: 1;
}
.instagram-video {
position:absolute;
right: 7px;
top: 7px;
}#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:400px; -ms-interpolation-mode:bicubic;} @media only screen and (max-width: 600px) {
.cboxPhoto{ max-width:350px; }
} @media only screen and (min-width: 600px) {
.cboxPhoto{ max-width:600px; }
} @media only screen and (min-width: 768px) {
.cboxPhoto{ max-width:900px; }
} @media only screen and (min-width: 992px) {
.cboxPhoto{ max-width:1200px; }
} @media only screen and (min-width: 1200px) {
.cboxPhoto{ max-width:1200px; }
}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;} #cboxOverlay{background:#000; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
#cboxContent{margin-top:20px;background:#000;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{border:5px solid #000; background:#fff;}
#cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
#cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
#cboxLoadingGraphic{background:url(//weyddesign.com/wp-content/plugins/animated-live-wall-premium/assets/lightbox/style1/images/loading.gif) no-repeat center center;} #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; } #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
#cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
#cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(//weyddesign.com/wp-content/plugins/animated-live-wall-premium/assets/lightbox/style1/images/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
#cboxPrevious:hover{background-position:bottom left;}
#cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(//weyddesign.com/wp-content/plugins/animated-live-wall-premium/assets/lightbox/style1/images/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
#cboxNext:hover{background-position:bottom right;}
#cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(//weyddesign.com/wp-content/plugins/animated-live-wall-premium/assets/lightbox/style1/images/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
#cboxClose:hover{background-position:bottom center;}.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
width: 1px;
margin: 0;
padding: 0;
border: 0;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .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 {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #f00;
font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: absolute;
top: 20%;
left: 20%;
z-index: 100;
border: 1px solid #ff0000;
background: #fff;
padding: .2em .8em;
}
span.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
content: " ";
}
div.wpcf7 .ajax-loader {
visibility: hidden;
display: inline-block;
background-image: url(//weyddesign.com/wp-content/plugins/contact-form-7/images/ajax-loader.gif);
width: 16px;
height: 16px;
border: none;
padding: 0;
margin: 0 0 0 4px;
vertical-align: middle;
}
div.wpcf7 .ajax-loader.is-active {
visibility: visible;
}
div.wpcf7 div.ajax-error {
display: none;
}
div.wpcf7 .placeheld {
color: #888;
}
div.wpcf7 input[type="file"] {
cursor: pointer;
}
div.wpcf7 input[type="file"]:disabled {
cursor: default;
}
div.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}.wpcf7c-elm-step2 {}
.wpcf7c-elm-step3 {}
.wpcf7 .ajax-loader{}
.wpcf7c-hide {display: none;}
.wpcf7c-force-hide {display: none !important;}
.wpcf7c-conf {background-color: #999999; color: black; border: 1px solid #333333;}.panel-grid.panel-has-style>.panel-row-style,.panel-grid.panel-no-style{display:flex;-ms-flex-wrap:wrap;flex-wrap:nowrap;-ms-justify-content:space-between;justify-content:space-between}.panel-grid .so-parallax{position:relative}.panel-grid .so-parallax>:not(.simpleParallax){position:relative;z-index:1}.panel-grid .so-parallax .simpleParallax{overflow:hidden}.panel-grid .so-parallax .simpleParallax,.panel-grid .so-parallax img[data-siteorigin-parallax]{bottom:0;left:0;position:absolute;right:0;top:0;width:100%;z-index:0}.panel-background-overlay{position:absolute;top:0;right:0;bottom:0;left:0}.panel-cell-style>.panel-background-overlay,.panel-grid-cell>.panel-background-overlay,.panel-widget-style>.panel-background-overlay,.so-panel>.panel-background-overlay{z-index:-1}.panel-has-overlay,.panel-has-overlay .panel-grid-cell{position:relative}.panel-has-overlay.so-panel{z-index:1}.panel-layout.panel-is-rtl .panel-grid.panel-has-style>.panel-row-style,.panel-layout.panel-is-rtl .panel-grid.panel-no-style{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.panel-grid-cell{-ms-box-sizing:border-box;box-sizing:border-box}.panel-grid-cell .panel-cell-style{height:100%}.panel-grid-cell .so-panel{zoom:1}.panel-grid-cell .so-panel:before{content:"";display:block}.panel-grid-cell .so-panel:after{content:"";display:table;clear:both}.panel-grid-cell .panel-last-child{margin-bottom:0}.panel-grid-cell .widget-title{margin-top:0}body.siteorigin-panels-before-js:not(.siteorigin-panels-css-container){overflow-x:hidden}body.siteorigin-panels-before-js:not(.siteorigin-panels-css-container) .siteorigin-panels-stretch{margin-right:-1000px!important;margin-left:-1000px!important;padding-right:1000px!important;padding-left:1000px!important}@font-face{font-family:'so-slider-pointers';src:url(//weyddesign.com/wp-content/plugins/so-widgets-bundle/css/slider/fonts/slider.eot);src:url(//weyddesign.com/wp-content/plugins/so-widgets-bundle/css/slider/fonts/slider.eot) format('embedded-opentype'),url(//weyddesign.com/wp-content/plugins/so-widgets-bundle/css/slider/fonts/slider.woff) format('woff'),url(//weyddesign.com/wp-content/plugins/so-widgets-bundle/css/slider/fonts/slider.ttf) format('truetype'),url(//weyddesign.com/wp-content/plugins/so-widgets-bundle/css/slider/fonts/slider.svg) format('svg');font-weight:normal;font-style:normal;font-display:block}.sow-slider-base{position:relative;overflow:hidden}.sow-slider-base ul.sow-slider-images{list-style:none;margin:0;overflow:hidden}.sow-slider-base ul.sow-slider-images li.sow-slider-image{width:100%;margin:0;list-style:none;position:relative;overflow:hidden}.sow-slider-base ul.sow-slider-images li.sow-slider-image.sow-slider-image-cover{background-position:center center;background-size:cover}.sow-slider-base ul.sow-slider-images li.sow-slider-image.sow-slider-image-cover{background-repeat:repeat}.sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-container{position:absolute;top:0;left:0;width:100%;z-index:2}.sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper{margin:0 auto;z-index:2;-ms-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper>*:first-child{margin-top:0}.sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper>*:last-child{margin-bottom:0}.sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-overlay{position:absolute;top:0;left:0;bottom:0;right:0}.sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-overlay.sow-slider-image-cover{background-position:center center;background-size:cover}.sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-overlay.sow-slider-image-cover{background-repeat:repeat}.sow-slider-base ul.sow-slider-images li.sow-slider-image>img,.sow-slider-base ul.sow-slider-images li.sow-slider-image>a>img,.sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-wrapper>img,.sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-wrapper>a>img{display:block;width:100%;height:auto;border:none}.sow-slider-base ul.sow-slider-images li.sow-slider-image video.sow-background-element{position:absolute;top:50%;left:50%;width:auto;height:auto;z-index:1;overflow:hidden}.sow-slider-base ul.sow-slider-images li.sow-slider-image video.sow-full-element{display:block;width:100%;height:auto}.sow-slider-base .sow-slider-pagination{bottom:20px;-ms-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:0;list-style:none;left:0;line-height:11px;margin:0;padding-right:30px;position:absolute;text-align:right;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%;z-index:1001}.sow-slider-base .sow-slider-pagination li{display:inline-block;font-size:1em;text-align:left;margin:0 4px 0 0}.sow-slider-base .sow-slider-pagination li:last-of-type{margin-right:0}.sow-slider-base .sow-slider-pagination li a{background:#fff;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;display:block;height:11px;opacity:.45;text-indent:-9999px;width:11px}.sow-slider-base .sow-slider-pagination li.sow-active a{opacity:.85}.sow-slider-base .sow-slide-nav{list-style:none;z-index:1001;position:absolute;top:50%;transform:translateY(-50%);opacity:.75;font-size:25px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.sow-slider-base .sow-slide-nav a{display:block;padding:15px;text-align:center;text-decoration:none;color:#FFFFFF}.sow-slider-base .sow-slide-nav a em{display:block}.sow-slider-base .sow-slide-nav.sow-slide-nav-next{right:5px}.sow-slider-base .sow-slide-nav.sow-slide-nav-next a{background-position:top right}.sow-slider-base .sow-slide-nav.sow-slide-nav-prev{left:5px}.sow-slider-base .sow-slide-nav.sow-slide-nav-prev a{background-position:top left}.sow-slider-base .cycle-sentinal{overflow:hidden}.sow-slider-base.sow-slider-is-mobile video.sow-background-element:not(.sow-mobile-video_enabled){visibility:hidden}.sow-slider-base [class^="sow-sld-icon-"],.sow-slider-base [class*=" sow-sld-icon-"]{font-family:'so-slider-pointers';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.sow-slider-base .sow-sld-icon-ultra-thin-rounded-left:before{content:"\e600"}.sow-slider-base .sow-sld-icon-ultra-thin-rounded-right:before{content:"\e601"}.sow-slider-base .sow-sld-icon-thin-rounded-left:before{content:"\e602"}.sow-slider-base .sow-sld-icon-thin-rounded-right:before{content:"\e603"}.sow-slider-base .sow-sld-icon-medium-rounded-left:before{content:"\e604"}.sow-slider-base .sow-sld-icon-medium-rounded-right:before{content:"\e605"}.sow-slider-base .sow-sld-icon-thick-rounded-left:before{content:"\e606"}.sow-slider-base .sow-sld-icon-thick-rounded-right:before{content:"\e607"}.sow-slider-base .sow-sld-icon-ultra-thin-left:before{content:"\e608"}.sow-slider-base .sow-sld-icon-ultra-thin-right:before{content:"\e609"}.sow-slider-base .sow-sld-icon-thin-left:before{content:"\e60a"}.sow-slider-base .sow-sld-icon-thin-right:before{content:"\e60b"}.sow-slider-base .sow-sld-icon-medium-left:before{content:"\e60c"}.sow-slider-base .sow-sld-icon-medium-right:before{content:"\e60d"}.sow-slider-base .sow-sld-icon-thick-left:before{content:"\e60e"}.sow-slider-base .sow-sld-icon-thick-right:before{content:"\e60f"}.so-widget-sow-slider-default-6d39609536fd-3932 .sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper {
display: flex;
align-items: center;
}
.so-widget-sow-slider-default-6d39609536fd-3932 .sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper > a {
display: block;
width: 100%;
}
.so-widget-sow-slider-default-6d39609536fd-3932 .sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper .sow-slider-image-foreground-wrapper,
.so-widget-sow-slider-default-6d39609536fd-3932 .sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper > a .sow-slider-foreground-image {
display: block;
line-height: 0;
margin-right: auto;
margin-left: auto;
}
.so-widget-sow-slider-default-6d39609536fd-3932 .sow-slider-base .sow-slider-pagination {
text-align: right;
}
.so-widget-sow-slider-default-6d39609536fd-3932 .sow-slider-base .sow-slider-pagination li a {
background: #ffffff;
}
.so-widget-sow-slider-default-6d39609536fd-3932 .sow-slider-base .sow-slide-nav {
font-size: 25px;
}
.so-widget-sow-slider-default-6d39609536fd-3932 .sow-slider-base .sow-slide-nav a {
color: #ffffff;
}.wp-next-post-navi {
clear: both;
margin: 0 0 20px;
}
.wp-next-post-navi div{
display: block;
position: relative;
font-size: 20px;
color: #999;
min-height: 26px;
}
.wp-next-post-navi-pre{
float: left;
line-height: 16px;
width: 50%;
}
.wp-next-post-navi-next{
float: right;
text-align: right;
line-height: 16px;
width: 50%;
}
.wp-next-post-navi > div > a > span{
font-size: 26px;
}
.wp-next-post-navi div a:after {
position: absolute;
color: #ccc;
font-size: 56px;
margin-top: -11px;
height: 22px;
line-height: 22px;
top: 34%;
}
.button {
background-color: #4CAF50; border: none;
color: white;
padding: 16px 3px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
-webkit-transition-duration: 0.4s; transition-duration: 0.4s;
cursor: pointer;
}
.button1 {
background-color: white; 
color: black; 
border: 2px solid #4CAF50;
font-weight:700;
font-size: unset;
width: 99.5%;
}
.button1:hover {
background-color: #4CAF50;
color: white;
font-weight:700;
font-size: unset;
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}
.button2 {
background-color: white; 
color: black; 
border: 2px solid #008CBA;
font-weight:700;
font-size: unset;
width: 99.5%;
}
.button2:hover {
background-color: #008CBA;
color: white;
font-weight:700;
font-size: unset;
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}
.button1x {
background-color: white; 
color: black; 
border: 2px solid #4CAF50;
font-weight:700;
font-size: unset;
width: 99.5%;
}
.button1x:hover {
background-color: #4CAF50;
color: white;
font-weight:700;
font-size: unset;
}
.button2x {
background-color: white; 
color: black; 
border: 2px solid #008CBA;
font-weight:700;
font-size: unset;
width: 99.5%;
}
.button2x:hover {
background-color: #008CBA;
color: white;
font-weight:700;
font-size: unset;
}
.relatedposts {
font-size: 25px;
font-weight:700;
width: 100%;
border-top: 6px solid orange;
}
.related-content {
width: 100%;
height: auto;
float: left;
}
.related-decor {
border-left: 6px solid orange;
padding:5px;
background-color: #F2F2F2;
width: 100%;
float: left;
margin-top:1px;
text-align: left;
}
.related-decor:hover {
border-left: 6px solid black;
padding:5px;
background-color: orange;
width: 100%;
float: left;
margin-top:1px;
text-align: left;
color: black;
font-weight: bold;
}.row:before, .row:after, .clearfix:before, .clearfix:after { content:""; display:table; }
.row:after, .clearfix:after { clear: both; }
.row, .clearfix { zoom: 1; }
body {
background-color: #ffffff;
color: #666666;
color: rgba(0, 0, 0, 0.6);
font-size: 1em;
font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
font-weight: 400;
line-height: 1.65;
margin: 0px;
padding: 0px;
}
body.wp-autoresize {
box-sizing: border-box;
padding: 12px 24px !important;
}
body.wp-autoresize.content,
body.wp-autoresize .content {
display: block;
} p {
margin: 32px 0px;
padding: 0px;
}
p:empty {
display: none;
}
dfn, cite, em, i {
font-style: italic;
}
strong, b {
font-weight: bold;
}
big {
font-size: 140%;
}
small {
font-size: 60%;
font-weight: 300;
}
s {
text-decoration: line-through;
}
mark {
background: #ff0;
color: #000;
}
sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
div {
display: block;
}
span {
display: inline;
}
hr {
border: 0;
height: 2px;
color: #cccccc;
background-color: #cccccc;
margin: 36px auto;
padding: 0px;
}
ol, ul {
list-style: none;
margin: 6px 0px;
padding: 0px 0px 0px 18px;
}
ol li {
list-style-type: decimal;
list-style-position: outside;
margin: 6px 0px;
padding-left: 6px;
}
ul li {
list-style-type: square;
list-style-position: outside;
margin: 6px 0px;
padding-left: 6px;
}
ul ol li, ul ol ul ol li {
list-style-type: decimal;
}
ol ul li, ol ul ol ul li {
list-style-type: square;
}
blockquote,
.wp-block-quote,
.wp-block-quote.is-style-large {
margin: 24px 0px 24px -24px;
padding: 12px 24px;
border-left: 3px solid #000000;
}
blockquote p,
.wp-block-quote p,
.wp-block-pullquote p {
color: #000000;
font-size: 1.6em;
font-weight: 600;
line-height: 1.4;
margin: 0px;
padding: 0px;
}
code, pre, .wp-block-code {
color: #666666;
background: #f9f9f9;
font-family: Courier, sans-serif;
font-size: 16px;
line-height: 1.4;
margin: 24px 0px;
padding: 6px 8px;
border: 1px solid #dddddd;
border-radius: 3px;
}
code {
display: inline;
white-space: normal;
}
pre {
display: block;
white-space: pre-line;
}
pre code {
padding: 0px;
border: none;
box-shadow: none;
}
img {
-ms-interpolation-mode: bicubic;
height: auto;
}
img, object, embed {
max-width: 100%;
margin: 0px auto 0px;
}
.clear {
clear: both;
}
.hidden {
display: none;
}
.hide-text {
position: absolute;
text-indent: -9999px;
margin: 0px;
padding: 0px;
}
.hide-img img {
margin-left: -9999px;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.text-white, .text-white p, .text-white h1,
.text-white h2, .text-white h3, .text-white h4,
.text-white h5, .text-white h6, .text-white blockquote {
color: #ffffff;
}
.align-center {
float: none;
text-align: center;
margin-left: auto;
margin-right: auto;
}
.align-left {
float: left;
}
.align-right {
float: right;
}
.padded {
padding: 24px;
}
.vertical-center {
top: 50%;
position: absolute;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.horizontal-center {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 7;
}
.absolute-center {
top: 50%;
left: 50%;
position: absolute;
-webkit-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
z-index: 7;
} a img {
border: none;
}
a, a:link, a:visited {
color: #3399cc;
text-decoration: none;
word-wrap: break-word;
}
a:focus, a:hover, a:active {
color: #006699;
text-decoration: underline;
} h1, h2, h3, h4, h5, h6 {
color: #333333;
color: rgba(0, 0, 0, 0.8);
font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
font-weight: 400;
line-height: 1.4;
word-wrap: break-word;
margin: 6px 0px;
padding: 6px 0px;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.8em;
}
h3 {
font-size: 1.6em;
}
h4 {
font-size: 1.4em;
}
h5 {
font-size: 1.2em;
}
h6 {
font-size: 1.1em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
color: #333333;
color: rgba(0, 0, 0, 0.8);
text-decoration: none;
border: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus,
h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active {
color: #006699;
text-decoration: none;
border: none;
}
.headline {
color: #000000;
font-size: 1.6em;
font-weight: 400;
letter-spacing: 0px;
margin: 0px 0px 24px 0px;
padding: 0px;
}
.blog .headline,
.archive .headline,
.category .headline {
margin: 0px 0px 24px -12px;
padding: 0px 0px 0px 12px;
border-left: 3px solid #000000;
}
.title {
color: rgba(0, 0, 0, 0.4);
font-size: 0.9em;
font-weight: 400;
letter-spacing: 0px;
line-height: 1.4;
padding: 0px;
} #header {
box-sizing: border-box;
}
#header.top-header {
display: block;
overflow: hidden;
}
#header.side-header {
align-self: center;
text-align: right;
padding: 36px;
box-sizing: border-box;
}
.single #header.side-header {
display: none;
}
#header.top-header .site-logo {
padding: 24px;
}
#custom-header {
display: block;
position: relative;
min-height: 280px;
max-height: 520px;
line-height: 0;
margin: 0px;
padding: 0px;
overflow: hidden;
}
.site-logo {
display: block;
margin: 0px;
padding-bottom: 12px;
}
.site-logo a {
max-width: 320px;
text-align: right;
margin: 0px;
}
.custom-logo-link {
display: block;
align-self: center;
line-height: 0;
}
#masthead {
display: flex;
justify-content: space-between;
width: 100%;
margin: 0px;
padding: 0px;
}
.site-title {
float: left;
font-size: 1.1em;
font-weight: 600;
line-height: 1.1;
letter-spacing: 1px;
text-transform: uppercase;
margin: 0px;
padding: 12px 0px 12px 12px;
word-wrap: break-word;
}
.site-title a,
.site-title a:link,
.site-title a:visited {
display: inline-block;
color: #000000;
}
.site-title a:hover,
.site-title a:focus,
.site-title a:active {
text-decoration: underline;
}
.site-title-slideshow {
display: flex;
align-content: center;
}
.site-title-slideshow .title {
align-self: center;
margin: 6px 0px 6px 12px;
padding: 0px 12px;
border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.site-description {
float: right;
color: rgba(0, 0, 0, 0.4);
font-size: 0.9em;
line-height: 1.4;
margin: 0px;
padding: 12px;
} #navigation {
width: 100%;
min-width: 120px;
color: #999999;
color: rgba(0, 0, 0, 0.4);
font-size: 0.9em;
font-weight: 400;
margin: 0px;
padding: 0px;
box-sizing:border-box;
z-index: 9;
}
.top-navigation {
float: right;
align-self: center;
margin: 24px 0px;
border-left: 1px solid rgba(0, 0, 0, 0.12);
border-top: 1px solid rgba(0, 0, 0, 0.12);
border-bottom: 1px solid rgba(0, 0, 0, 0.12);
border-radius: 2px;
}
.icon-menu-close {
display: none;
} #side-menu {
display: block;
}
#menu-toggle {
float: right;
display: block;
background: none;
position: relative;
line-height: 0;
margin: 0px;
padding: 24px;
border: none;
z-index: 9;
cursor: pointer;
}
#menu-toggle svg {
fill: rgba(0, 0, 0, 0.4);
}
#menu-toggle:hover svg {
fill: rgba(0, 0, 0, 1);
}
.sidr {
display: block;
background: #000000;
color: rgba(255, 255, 255, 0.4);
position: fixed;
top: 0;
height: 100%;
z-index: 9;
width: 260px;
overflow-x: hidden;
overflow-y: auto;
box-sizing: border-box;
}
.sidr-inner {
padding: 24px;
box-sizing: border-box;
}
.admin-bar .sidr-inner {
margin-top: 32px;
}
.sidr.right {
left: auto;
right: -260px;
border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.sidr.left {
left: -260px;
right: auto;
border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.sidr p {
margin: 6px 0px;
padding: 0px;
}
.sidr ul {
margin: 0px;
padding: 0px;
}
.sidr ul.sidr-class-menu {
margin: 0px;
}
.sidr li.sidr-class-menu-item-has-children > a::after {
background: none;
position: relative;
content: '\f107';
font-family: 'FontAwesome';
font-weight: 400;
margin-left: 6px;
}
.sidr li {
position: relative;
list-style: none;
margin: 0px;
padding: 0px;
border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.sidr li a {
display: block;
font-size: 1rem;
font-weight: 400;
line-height: 1.1;
text-decoration: none;
padding: 12px 0px;
border-left: 3px solid rgba(255, 255, 255, 0);
border-right: none;
}
.sidr li li a {
font-size: 0.85rem;
line-height: 1;
margin-left: 18px;
padding: 8px;
border-left: 1px solid rgba(255, 255, 255, 0.24);
border-right: none;
}
.sidr li li a::before {
content: '- ';
margin-right: 4px;
}
.sidr li a,
.sidr li a:link,
.sidr li a:visited {
color: rgba(255, 255, 255, 0.4);
}
.sidr li a:hover,
.sidr li a:active,
.sidr li a:focus {
color: rgba(255, 255, 255, 1);
} ul.menu,
ul.menu ul {
margin: 0px;
padding: 0px;
}
ul.menu li {
list-style: none;
line-height: 1;
margin: 0px;
padding: 0px;
}
ul.menu li li {
font-size: 0.8em;
}
ul.menu li a,
ul.menu li a:link,
ul.menu li a:visited {
display: block;
color: rgba(0, 0, 0, 0.4);
border-right: 3px solid rgba(0, 0, 0, 0);
text-decoration: none;
margin: 6px 0px;
padding: 6px 8px;
}
ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus,
ul.menu li.current-menu-item a,
ul.menu li.current-menu-item a:link,
ul.menu li.current-menu-item a:visited {
color: rgba(0, 0, 0, 1);
border-right: 3px solid rgba(0, 0, 0, 1);
}
ul.menu li li a,
ul.menu li li a:link,
ul.menu li li a:visited,
ul.menu li li.current-menu-item a,
ul.menu li li.current-menu-item a:link,
ul.menu li li.current-menu-item a:visited {
margin: 0px 18px 0px 0px;
border-right: 1px solid rgba(0, 0, 0, 0.12);
}
ul.menu li li a::after {
content: ' -';
margin-left: 4px;
} .footer-menu ul.menu li {
display: inline-block;
margin: 12px 0px;
border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.footer-menu ul.menu li a {
margin: 0px;
padding: 0px 8px;
border: none !important;
}
.footer-menu ul.menu li:last-child {
border-right: none;
} #wrapper {
position: relative;
margin: 0px;
padding: 0px;
}
.portfolio-slideshow #wrapper {
display: flex;
align-content: center;
min-height: 100vh;
}
.portfolio-slideshow #header.side-header {
width: auto;
max-width: 25%;
}
.portfolio-slideshow .container,
.portfolio-not-single.portfolio-slideshow .container {
display: flex;
align-self: center;
align-content: stretch;
width: 100%;
max-width: 1260px;
margin: 0px auto 0px;
padding-top: 0px;
}
.portfolio-not-single .container {
padding-top: 48px;
}
.container {
margin: 0px;
padding: 0px;
}
.content {
display: flex;
align-content: stretch;
margin: 0px auto 0px;
padding: 0px 36px;
position: relative;
}
.single .content {
max-width: 880px;
}
.content .five.columns {
box-sizing: border-box;
border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.blog .content,
.search .content,
.archive .content {
padding: 0px;
}
.category .content,
.showcase .content {
display: block;
margin: 0px;
padding: 0px;
}
.content:before, .content:after,
.post-holder:before, .post-holder:after,
.page-holder:before, .page-holder:after,
.blog-holder:before, .blog-holder:after,
.archive-holder:before, .archive-holder:after {
content: "";
display: table;
}
.content:after,
.post-holder:after,
.page-holder:after,
.blog-holder:after,
.archive-holder:after {
clear: both;
}
.post-intro {
padding: 24px 36px;
}
.post-intro .headline {
margin-bottom: 0px;
}
.post-intro .excerpt {
margin-top: 12px;
}
.cat-intro,
.cat-intro .headline {
margin-bottom: 12px;
}
.article {
display: block;
position: relative;
}
.archive-title {
color: rgba(0, 0, 0, 0.3);
font-size: 1.1em;
font-weight: 300;
letter-spacing: 0px;
margin: 0px;
padding: 0px;
}
.post-holder,
.page-holder,
.blog-holder,
.archive-holder {
position: relative;
}
.blog-holder,
.archive-holder {
margin: 36px 0px;
}
.blog-holder:first-child,
.archive-holder:first-child {
margin-top: 0px;
}
.blog-holder .feature-img {
max-height: 640px;
margin-bottom: 18px;
}
.post-header {
display: flex;
align-content: stretch;
}
.post-area {
position: relative;
padding: 48px 48px 48px 0px;
}
.post-area.right,
.post-area.full-width {
padding: 48px 0px;
}
.post-area.no-sidebar {
padding: 48px;
}
.article h1:first-child + p,
.article h2:first-child + p,
.article h2:first-child + .feature-img + p,
.article > p:first-child {
color: rgba(0, 0, 0, 0.5);
font-size: 1.2em;
font-weight: 300;
line-height: 1.45;
}
.article h1:first-child + p,
.article h2:first-child + p,
.article > p:first-child,
.article span + p {
margin-top: 0px;
}
.excerpt p {
margin: 12px 0px;
}
.excerpt p:first-child {
color: rgba(0, 0, 0, 0.5);
font-size: 1.1em;
font-weight: 300;
line-height: 1.6;
}
.post-tags {
color: rgba(0, 0, 0, 0.4);
font-size: 0.8em;
margin-top: 12px;
}
.post-tags p {
margin-bottom: -12px;
padding: 6px 0px;
}
.post-tags a:first-child::before {
margin-left: 2px;
}
.post-tags a::before {
position: relative;
color: rgba(0, 0, 0, 0.3);
font-family: 'FontAwesome';
font-weight: normal;
text-decoration: none;
content: '\f02b';
margin-right: 4px;
margin-left: 6px;
bottom: -1px;
}
.post-tags a {
margin-right: 6px;
}
.post-meta {
display: block;
position: relative;
color: #999999;
color: rgba(0, 0, 0, 0.4);
font-size: 0.8em;
margin: 12px 0px;
padding: 6px 0px;
overflow: hidden;
}
.post-meta::before {
display: block;
position: absolute;
bottom: 24px;
content: '';
width: 100%;
border-top: 1px solid rgba(0, 0, 0, 0.12);
z-index: 1;
}
.post-meta .author-avatar {
float: none;
display: inline-block;
width: auto;
margin: 0px 0px -6px 4px;
padding: 0px;
overflow: hidden;
border-radius: 14px;
}
.post-intro .post-meta {
margin: 0px;
padding: 0px;
}
.post-edit-link {
margin: 24px 0px;
padding: 0px;
}
.post-date {
display: block;
position: relative;
margin: 0px;
padding: 8px 0px;
overflow: hidden;
z-index: 8;
}
.post-date p {
background: #ffffff;
margin: 0px;
padding: 0px;
}
.post-date p.align-left {
padding-right: 12px;
}
.post-date p.align-right {
padding-left: 12px;
}
.post-taxonomy {
float: left;
width: 100%;
font-size: 0.9em;
margin: 0px;
padding: 8px 0px;
}
.post-taxonomy a {
display: inline-block;
color: rgba(0, 0, 0, 0.3) !important;
font-size: 0.75em;
text-transform: uppercase;
text-decoration: none;
margin: 4px 0px;
padding: 4px 8px 2px 8px;
border: 1px solid rgba(0, 0, 0, 0.12);
border-radius: 2px;
}
.post-taxonomy a:hover {
background: #000000;
color: #ffffff !important;
border-color: #000000;
}
.post-taxonomy p {
margin: 0px;
padding: 0px;
}
.post-navigation {
float: left;
width: 100%;
margin: 0px;
padding: 12px 0px;
}
.post-navigation a {
display: block;
font-size: 24px;
line-height: 32px;
min-width: 20px;
padding: 0px;
}
.post-navigation a,
.post-navigation a:link,
.post-navigation a:visited {
color: rgba(0, 0, 0, 0.4);
}
.post-navigation a:hover,
.post-navigation a:active,
.post-navigation a:focus {
color: #000000;
}
.previous-post {
float: left;
text-align: right;
border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.next-post {
float: left;
text-align: left;
}
.page-links {
display: block;
overflow: hidden;
margin: 12px 0px;
}
.page-links .link-label {
color: #000000;
font-weight: bold;
margin-left: 0px;
}
.page-links span {
margin: 0px 3px;
}
.author-column {
float: right;
width: 72%;
padding-left: 4%;
}
.author-posts {
margin: 0px 0px 36px 0px;
padding: 0px;
}
.author-posts li {
margin: 0px;
padding: 6px 0px;
border-bottom: 1px solid rgba(0, 0, 0, 0.12);
} .archive-column {
float: left;
width: 30%;
margin: 0px;
padding-top: 24px;
padding-right: 5%;
}
.archive-column.last {
padding-right: 0;
}
body.portfolio-landing-page {
position: inherit;
}
.portfolio-landing-page #header,
.portfolio-landing-page .footer {
display: none;
}
.landing-page {
display: block;
position: relative;
width: 100%;
height: 100vh;
margin: 0px;
padding: 0px;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.admin-bar .landing-page {
height: calc( 100vh - 32px );
}
.landing-page .custom-logo-link {
float: none !important;
display: block;
max-width: none;
text-align: center;
}
.landing-page .site-description {
float: none;
font-size: 1.6em;
line-height: 1.2;
text-align: center;
letter-spacing: 0px;
padding: 12px 0px 0px 0px;
margin: 0px;
}
.landing-page .content {
max-width: 720px;
min-width: 280px;
padding: 24px;
}
.landing-page .post-area.full-width {
background: #ffffff;
padding: 36px;
border-radius: 2px;
}
.landing-page .article {
text-align: center;
margin: 18px auto 0px;
padding-top: 12px;
border-top: 1px solid rgba(0, 0, 0, 0.12);
} .social-menu {
float: left;
}
.social-icons {
list-style: none;
margin: 0px;
padding: 0px;
}
.social-icons li {
display: inline-block;
list-style: none;
margin: 0px;
padding: 0px;
}
.social-icons li a {
display: block;
color: #666666;
color: rgba(0, 0, 0, 0.3);
font-weight: lighter;
text-align: center;
text-decoration: none;
line-height: 1;
min-width: 18px;
margin: 0px;
padding: 24px;
border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.social-icons li a:hover {
color: #000000;
}
.social-icons li a::before {
font-family: 'FontAwesome';
font-size: 24px;
font-weight: normal;
content: '\f0c1';
}
.social-icons li a span {
display: none;
}
.social-icons li a[href*="deviantart.com"]::before		{ content: '\f1bd'; }
.social-icons li a[href*="behance.com"]::before		{ content: '\f1b4'; }
.social-icons li a[href*="medium.com"]::before		{ content: '\f23a'; }
.social-icons li a[href*="snapchat.com"]::before		{ content: '\f2ac'; }
.social-icons li a[href*="facebook.com"]::before		{ content: '\f09a'; }
.social-icons li a[href*="twitter.com"]::before 		{ content: '\f099'; }
.social-icons li a[href*="plus.google.com"]::before 	{ content: '\f0d5'; }
.social-icons li a[href*="linkedin.com"]::before	 	{ content: '\f0e1'; }
.social-icons li a[href*="github.com"]::before		 	{ content: '\f113'; }
.social-icons li a[href*="dribbble.com"]::before		{ content: '\f17d'; }
.social-icons li a[href*="foursquare.com"]::before		{ content: '\f180'; }
.social-icons li a[href*="pinterest.com"]::before		{ content: '\f0d2'; }
.social-icons li a[href*="wordpress.com"]::before		{ content: '\f19a'; }
.social-icons li a[href*="youtube.com"]::before			{ content: '\f16a'; }
.social-icons li a[href*="vine.co"]::before				{ content: '\f1ca'; }
.social-icons li a[href*="instagram.com"]::before		{ content: '\f16d'; }
.social-icons li a[href*="stackexchange.com"]::before	{ content: '\f18d'; }
.social-icons li a[href*="spotify.com"]::before			{ content: '\f1bc'; }
.social-icons li a[href*="amazon.com"]::before			{ content: '\f270'; }
.social-icons li a[href*="flickr.com"]::before			{ content: '\f16e'; }
.social-icons li a[href*="vimeo.com"]::before			{ content: '\f27d'; }
.social-icons li a[href*="yelp.com"]::before			{ content: '\f1e9'; }
.social-icons li a[href*="mailto:"]::before				{ content: '\f0e0'; }
.social-icons li a[href$="/feed/"]::before				{ content: '\f09e'; } .pagination {
display: block;
width: 100%;
font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
font-weight: bold;
text-align: center;
line-height: 36px;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
margin: 0px auto;
padding: 0px;
position: relative;
border: 1px solid rgba(0, 0, 0, 0.12);
overflow: hidden;
z-index: 7;
}
.pagination .page-numbers {
float: left;
background: #ffffff;
color: #666666;
min-height: 36px;
min-width: 36px;
text-decoration: none;
margin: 0px;
padding: 0px;
border-left: 1px solid #dddddd;
border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.pagination .page-numbers:first-child {
border-left: none;
}
.pagination .page-numbers:hover,
.pagination .page-numbers:active {
background: #eeeeee;
min-height: 36px;
min-width: 36px;
line-height: 36px;
padding: 0px;
}
.pagination .page-numbers.current {
background: #eeeeee;
min-height: 36px;
min-width: 36px;
line-height: 36px;
padding: 0px;
} .feature-img {
display: block;
position: relative;
max-width: 100%;
text-align: center;
line-height: 0;
margin: 0px auto 0px;
overflow: hidden;
-webkit-backface-visibility: hidden;
}
.feature-img .bg-img {
max-height: none;
box-shadow: none;
}
.feature-img:hover .bg-img {
transform: scale(1.1);
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
-webkit-backface-visibility: hidden;
}
.bg-img {
display: block;
width: 100%;
height: 100%;
max-height: 580px;
align-self: stretch;
position: relative;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
transition: transform 1s;
-moz-transition: transform 1s;
-webkit-transition: transform 1s;
-o-transition: transform 1s;
}
.bg-img .img-title {
width: 88%;
padding: 0px 6%;
}
.bg-img .title {
color: #ffffff;
text-align: center;
margin: 0px;
}
.bg-img img {
margin-left: -9999px;
}
a.img-text {
display: flex;
position: absolute;
background-color: rgba(0, 0, 0, 0.4);
align-content: stretch;
justify-content: center;
text-decoration: none;
width: 100%;
height: 100%;
opacity: 0;
margin: 0px;
padding: 24px;
transition: all .25s;
-moz-transition: all .25s;
-webkit-transition: all .25s;
-o-transition: all .25s;
box-sizing: border-box;
outline: none;
z-index: 8;
}
a.img-text:hover {
opacity: 1;
}
a.img-text .title {
background-color: rgba(0, 0, 0, 0.8);
color: #ffffff;
font-size: 1.1em;
align-self: center;
margin: 0px;
padding: 12px 18px;
border-radius: 2px;
}
.avatar {
background: #ffffff;
margin: 10px 20px 10px 0px;
padding: 6px;
}
.author-avatar {
float: left;
display: block;
width: 20%;
margin-top: 20px;
padding-right: 3.6%;
}
.author-avatar .avatar {
display: block;
margin: 0px;
padding: 0px;
border: none;
}
img.hide-img {
line-height: 0;
margin-left: 999em;
padding: 0px;
}
img.alignnone {
padding: 0px;
margin: 6px 0px;
display: inline;
}
img.aligncenter,
.wp-block-image .aligncenter {
text-align: center;
margin: 16px auto;
padding: 0px;
}
img.alignnone,
.wp-block-image .alignnone {
margin: 16px 0px;
padding: 0px;
}
img.alignright,
.wp-block-image .alignright {
margin: 16px 0px 16px 24px;
padding: 0px;
}
img.alignleft,
.wp-block-image .alignleft {
margin: 16px 24px 16px 0px;
padding: 0px;
}
.single .alignwide,
.single .alignfull {
position: relative;
width: calc(100% + 72px);
left: -36px;
margin-left: 0px;
margin-right: 0px;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.alignright {
float: right;
margin-left: 24px;
margin-right: 0px;
}
.alignleft {
float: left;
margin-right: 24px;
margin-left: 0px;
}
.wp-caption {
max-width: 100%;
line-height: 0;
margin-top: 12px;
margin-bottom: 12px;
padding: 0px;
overflow: hidden;
}
.wp-caption a {
display: block;
}
.wp-caption img {
width: 100%;
margin: 0px auto 0px;
padding: 0px;
}
.wp-caption-text,
.wp-caption figcaption,
.wp-block-image figcaption,
[class*="wp-block"] figcaption,
.blocks-gallery-caption {
display: inline-block;
font-size: 85%;
font-style: italic;
line-height: 1.5;
padding: 4px 12px;
box-sizing: border-box;
border-left: 2px solid #cccccc;
opacity: 0.7;
}
.wp-block-image figcaption {
margin-top: 12px;
} .flexslider {
position: relative;
width: 100%;
margin: 0;
padding: 0;
}
.flexslider .title {
display: inline-block;
min-height: 12px;
margin: 0px;
padding: 12px;
}
.flexslider .title a,
.flexslider .title a:link,
.flexslider .title a:visited {
color: rgba(0, 0, 0, 0.4);
}
.flexslider .title a:hover,
.flexslider .title a:active,
.flexslider .title a:focus {
color: rgba(0, 0, 0, 1);
}
.flexslider .preloader {
position: absolute;
top: 50%;
left: 50%;
margin-left: -32px;
margin-top: -16px;
border-bottom: 3px solid rgba(0, 0, 0, 0.08);
border-left: 3px solid rgba(0, 0, 0, 0.08);
border-right: 3px solid rgba(0, 0, 0, 0.24);
border-top: 3px solid rgba(0, 0, 0, 0.24);
border-radius: 100%;
height: 32px;
width: 32px;
-webkit-animation: spin .6s infinite linear;
-moz-animation: spin .6s infinite linear;
-ms-animation: spin .6s infinite linear;
-o-animation: spin .6s infinite linear;
animation: spin .6s infinite linear;
z-index: 999;
}
.flexslider.loading {
background: rgba(0, 0, 0, 0.04);
min-height: 360px;
min-width: 100%;
}
.flexslider ul,
.flexslider li {
list-style-type: none;
margin: 0px;
padding: 0px;
}
.flexslider .slides {
position: relative;
zoom: 1;
}
.flexslider .slides > li {
display: none;
-webkit-backface-visibility: hidden;
}
.flexslider .slides li {
position: relative;
}
.flexslider .slides .feature-img.bg-img {
min-height: 160px;
max-height: 720px;
background-size: contain;
background-repeat: no-repeat;
box-shadow: none;
}
.flexslider .slides img {
width: 100%;
display: block;
}
.flex-pauseplay span {
text-transform: capitalize;
} .slides:after {
content: "\0020";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
html[xmlns] .slides {
display: block;
}
* html .slides {
height: 1%;
} .no-js .slides > li:first-child {
display: none;
} .flex-caption {
background: none;
-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
zoom: 1;
}
.flex-caption {
background: rgba(0, 0, 0, 0.3);
color: #FFFFFF;
width: 96%;
padding: 2%;
margin: 0;
position: absolute;
left: 0;
bottom: 0;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
} .flexslider .custom-controls {
position: absolute;
bottom: 4px;
right: 0;
z-index: 8;
}
.flex-direction-nav,
.flex-slide-count {
float: left;
line-height: 32px;
}
.flex-slide-count {
color: rgba(0, 0, 0, 0.3);
font-size: 0.9em;
margin-right: 6px;
}
.flexslider.loading .custom-controls {
display: none;
}
.flex-direction-nav li {
float: left;
}
.flex-direction-nav li a {
display: block;
font-size: 24px;
line-height: 1;
width: 32px;
text-decoration: none;
padding: 2px 0px;
opacity: 1;
cursor: pointer;
overflow: visible;
z-index: 9;
}
.flex-direction-nav .flex-next {
right: 24px;
text-align: center;
border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.flex-direction-nav .flex-prev {
left: 24px;
text-align: center;
}
.flex-direction-nav .flex-next i,
.flex-direction-nav .flex-prev i {
color: #999999;
color: rgba(0, 0, 0, 0.4);
}
.flex-direction-nav .flex-prev:hover,
.flex-direction-nav .flex-next:hover {
text-decoration: none;
}
.flex-direction-nav .flex-prev:hover i,
.flex-direction-nav .flex-next:hover i {
color: #000000;
}
.flex-direction-nav a.flex-disabled {
display: none;
opacity: 0;
} .showcase-posts {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
column-width: 360px;
-moz-column-width: 360px;
-webkit-column-width: 360px;
column-gap: 24px;
-moz-column-gap: 24px;
-webkit-column-gap: 24px;
}
.showcase-posts .archive-holder {
display: block;
margin: 0px;
padding: 0px 0px 24px 0px;
box-sizing: border-box;
-webkit-column-break-inside: avoid;
page-break-inside: avoid;
break-inside: avoid;
}
.showcase-posts .archive-holder .title.no-img {
background-color: rgba(0, 0, 0, 0.04);
font-size: 1.1em;
margin: 0px;
padding: 24px;
}
.showcase-posts .archive-holder .article {
background-color: rgba(0, 0, 0, 0.04);
margin: 0px;
padding: 24px;
box-sizing: border-box;
}
.showcase-posts .archive-holder .article p {
margin: 12px 0px;
}
.showcase-projects {
width: calc(100% + 24px);
margin-left: -12px;
}
.showcase-projects .half:nth-child(2n+1),
.showcase-projects .third:nth-child(3n+1),
.showcase-projects .fourth:nth-child(4n+1) {
clear: both;
}
.project {
margin: 0px 12px 24px 12px;
overflow: hidden;
}
.showcase-nav {
top: 50%;
width: 100%;
position: absolute;
margin: 0px;
border: none;
z-index: 8;
}
.showcase-nav a {
display: block;
background-color: #ffffff;
font-size: 16px;
line-height: 30px;
height: 32px;
width: 32px;
text-decoration: none;
margin-top: -16px;
opacity: 1;
position: absolute;
top: 50%;
cursor: pointer;
overflow: visible;
border-radius: 2px;
}
.showcase-nav a i {
color: #999999;
color: rgba(0, 0, 0, 0.4);
}
.showcase-nav a:hover i {
color: #000000;
}
.showcase-nav a span {
display: none;
}
.showcase-nav .previous-post,
.showcase-nav .next-post {
text-align: center;
}
.showcase-nav .previous-post a {
left: 24px;
}
.showcase-nav .next-post a {
right: 24px;
}
.showcase .post-edit-link {
display: none;
} .gallery {
display: flex;
flex-wrap: wrap;
margin: 32px auto 32px;
overflow: hidden;
}
.gallery .gallery-item {
text-align: center;
line-height: 0;
margin: 0px;
padding: 6px;
box-sizing: border-box;
}
.gallery-item a {
display: block;
}
.gallery-item img {
margin: 0px;
padding: 0px;
border: 6px solid rgba(0, 0, 0, 0.12);
border-radius: 2px;
box-sizing: border-box;
transition: all .25s;
-moz-transition: all .25s;
-webkit-transition: all .25s;
-o-transition: all .25s;
}
.gallery-item img:hover {
border-color: rgba(0, 0, 0, 0.4);
}
.gallery-item .gallery-caption {
font-size: 12px;
line-height: 1.65;
margin: 6px 0px;
}
.gallery.gallery-columns-1 .gallery-item {
flex-basis: 100%;
}
.gallery.gallery-columns-2 .gallery-item {
flex-basis: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
flex-basis: 33.33%;
}
.gallery.gallery-columns-4 .gallery-item {
flex-basis: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
flex-basis: 20%;
}
.gallery.gallery-columns-6 .gallery-item {
flex-basis: 16.66%;
}
.gallery.gallery-columns-7 .gallery-item {
flex-basis: 14.285%;
}
.gallery.gallery-columns-8 .gallery-item {
flex-basis: 12.5%;
}
.gallery.gallery-columns-9 .gallery-item {
flex-basis: 11.11%;
} .sidebar {
font-size: 0.9em;
margin: 0px;
padding: 48px 0px 48px 48px;
box-sizing: border-box;
}
.sidebar.left {
padding-left: 0px;
padding-right: 48px;
}
.blog .sidebar,
.search .sidebar,
.archive .sidebar,
.category.category-blog .sidebar {
padding: 48px;
} .widget {
margin-bottom: 48px;
padding: 0px;
}
.widget:last-child {
margin-bottom: 0px;
}
.widget-title {
font-size: 1.1em;
letter-spacing: 0px;
margin-bottom: 0px;
padding-bottom: 12px;
border-bottom: none;
}
.widget ul, .widget li {
list-style-type: none;
margin: 0px;
padding: 0px;
}
.widget li {
display: block;
margin: 4px 0px 0px 0px;
padding: 4px 0px 0px 0px;
}
.widget li:last-child {
padding-bottom: 4px;
}
.widget li li {
padding-left: 12px;
}
.widget li li:last-child {
padding-bottom: 0px;
border-bottom: none;
}
.widget li a {
margin: 0px;
padding: 0px;
}
.widget table {
margin-top: 0px;
}
.textwidget {
margin: 0px;
padding: 0px;
}
.textwidget p {
margin: 12px 0px;
}
.tagcloud {
line-height: 1.2;
}
.widget_search {
overflow: hidden;
} .widget a.rsswidget {
display: block;
}
.widget .widget-title a.rsswidget {
display: inline;
}
.widget .rss-date {
display: block;
font-size: 0.8em;
margin-bottom: 12px;
} #calendar_wrap {
margin: 0px auto 0px;
padding: 0px;
}
#wp-calendar {
width: 100%;
font-size: 0.8em;
text-align: center;
}
#wp-calendar #today {
background: #999999;
background: rgba(0, 0, 0, 0.6);
color: #ffffff;
font-weight: bold;
}
#wp-calendar a {
margin: 0px;
}
#wp-calendar caption {
font-size: 16px;
margin: 5px 0px 5px 0px;
}
#wp-calendar #prev a {
float: left;
margin: 0px;
text-align: left;
padding-left: 12px;
}
#wp-calendar #next a {
float: right;
margin: 0px;
text-align: right;
padding-right: 12px;
} .widget ul.menu li {
line-height: 1.7;
margin: 4px 0px 0px 0px;
padding: 4px 0px 0px 0px;
}
.widget ul.menu li a {
border: none !important;
margin: 0px;
padding: 0px;
}
.widget ul.menu li li {
font-size: 1em;
padding-left: 12px;
}
.widget ul.menu li li a::after {
content: none;
margin-left: 0px;
} #searchform {
display: flex;
margin: 0px;
padding: 0px;
}
#searchform label {
display: none;
}
#searchform .search-field,
#searchform #s {
float: left;
width: 72%;
font-size: 1em;
line-height: 1.4;
margin: 0px;
padding: 8px;
}
#searchform #searchsubmit {
float: right;
width: 22%;
line-height: 1.2;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 4%;
padding: 12px;
}
.no-result-search {
display: block;
margin-top: 12px;
}
.no-result-search #searchform {
max-width: 480px;
} .portfolio-slideshow .footer {
display: none;
}
.footer {
font-size: 0.8em;
margin: 0px;
padding: 0px;
overflow: hidden;
border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.footer-information {
margin: 0px;
padding: 12px 18px;
overflow: hidden;
}
.footer-information p {
color: rgba(0, 0, 0, 0.4);
margin: 0px;
padding: 6px 0px;
}
.footer-information a {
color: rgba(0, 0, 0, 0.6);
}
.footer-information a:hover {
color: #000000;
} #comments {
padding: 36px 0px;
}
#comments-title {
font-size: 2em;
margin: 4px 0px 8px 0px;
padding: 4px 0px 8px 0px;
}
.comment-subscription-form {
padding: 6px 0px;
}
.commentlist li .avatar {
float: left;
background: rgba(0, 0, 0, 0.04);
margin: 0px 12px 0px 0px;
padding: 4px;
border: none;
border-radius: 50%;
}
.commentlist {
margin: 0px;
padding: 0px;
}
.commentlist ol {
margin: 0px;
padding: 10px;
}
.commentlist li {
margin: 0px;
padding: 0px;
list-style: none;
}
.commentlist li li {
padding-left: 24px;
}
.commentlist p {
margin: 12px 0px;
padding: 0px;
}
.comment {
overflow: hidden;
}
.comment #respond,
.commentlist + #respond {
padding-top: 12px;
}
article.comment {
background: rgba(0, 0, 0, 0.04);
margin-top: 18px;
padding: 24px;
}
.commentlist li li article.comment {
margin-top: 0px;
border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.comment-meta {
display: block;
line-height: 1.6;
margin-bottom: 8px;
padding-bottom: 8px;
}
.comment-name,
.comment-time {
display: block;
}
.comment-name {
font-weight: 500;
}
.comment-time {
font-size: 0.8em;
}
#commentform {
margin: 5px 0px 0px 0px;
}
#commentform #submit {
font-size: 1em;
}
#respond:after {
content: ".";
display: block;
height: 0px;
clear: both;
visibility: hidden;
}
#cancel-comment-reply-link {
float: right;
font-size: 1.1rem;
font-weight: normal;
text-transform: none;
margin: 12px 0px;
}
.form-submit #submit {
margin-top: 0px !important;
}
p.logged-in-as {
margin-top: -6px;
padding: 0px;
}
.nocomments {
display: none;
}
.edit-link {
float: right;
font-size: 0.8em;
margin-top: 12px;
margin-right: 12px;
}
.reply {
float: right;
margin: 6px 0px;
}
.reply a,
.reply a:link,
.reply a:visited {
padding: 6px 18px;
}
.commentmetadata {
font-size: 10px;
line-height: 14px;
margin: 0px;
display: block;
}
.navigation {
display: block;
text-align: center;
margin-top: 24px;
margin-bottom: 24px;
}
.form-allowed-tags {
display: none;
}
.thread-alt, .thread-even {
margin: 0px;
padding: 0px;
}
.children {
margin: 0px;
padding: 0px;
}
.even, .alt {
margin: 0px;
padding: 0px;
} button, .button, a.button, .reply a, #searchsubmit, #prevLink a, #nextLink a, a.more-link, #submit,
input[type=submit], input#submit, input.button, #wrapper #infinite-handle span, .wp-block-button a {
display: inline-block;
position: relative;
color: rgba(0, 0, 0, 0.6);
background-color: #ffffff;
font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
font-size: 0.8em;
font-weight: 400;
font-style: normal;
text-transform: uppercase;
letter-spacing: 1px;
padding: 8px 18px;
-webkit-appearance: none;
outline: none;
border: 3px solid #cccccc;
border-radius: 2px;
}
button:hover, .button:hover, a.button:hover, .reply a:hover, #searchsubmit:hover, #prevLink a:hover, #nextLink a:hover, a.more-link:hover,
input[type=submit]:hover, #submit:hover, input#submit:hover, input.button:hover, #wrapper #infinite-handle span:hover, .wp-block-button a:hover {
text-decoration: none;
color: #000000;
cursor: pointer;
outline: none;
border-color: #000000;
} .content-columns {
display: block;
width: 100%;
overflow: hidden;
clear: both;
}
.content-column {
float: left;
position: relative;
margin-right: 4%;
padding-top: 24px;
padding-bottom: 24px;
}
.content-column:last-child {
float: right;
margin-right: 0;
clear: right;
}
.content-column:after {
content: '';
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.content-column.one-half {
width:48%;
}
.content-column.one-third {
width:30.66%;
}
.content-column.two-third {
width:65.33%;
}
.content-column.one-fourth {
width:22%;
}
.content-column.three-fourth {
width:74%;
}
.content-column.one-fifth {
width:16.8%;
}
.content-column.two-fifth {
width:37.6%;
}
.content-column.three-fifth {
width:58.4%;
}
.content-column.four-fifth {
width:67.2%;
}
.content-column.one-sixth {
width:13.33%;
}
.content-column.five-sixth {
width:82.67%;
} table,
.wp-block-table table {
width: 100%;
text-align: left;
margin: 32px 0px;
padding: 0px;
border: 3px solid rgba(0, 0, 0, 0.12);
box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
border-spacing: 0;
border-radius: 4px;
}
table p,
table form,
table ul,
table li {
margin: 6px 0px;
padding: 0px;
}
table thead,
table tfoot {
border: 1px solid #dddddd;
}
table tbody tr:nth-child(odd) {
background: rgba(0, 0, 0, 0.04);
}
table th,
.wp-block-table th {
font-size: 1.1rem;
text-transform: uppercase;
margin: 0px;
padding: 12px;
border-top: 1px solid #dddddd;
box-sizing: border-box;
}
table td,
.wp-block-table td {
padding: 12px;
margin: 0px;
border-top: 1px solid #dddddd;
border-left: none;
border-right: none;
border-bottom: none;
box-sizing: border-box;
} form {
display: block;
}
form div {
display: block;
margin-bottom: 8px;
overflow: hidden;
}
form span {
margin-bottom: 8px;
overflow: hidden;
}
form span.required {
display: inline;
}
form li,
form ul,
form ol {
list-style: none;
margin: 0px;
padding: 0px;
}
form legend {
font-weight: bold;
padding-top: 10px;
}
form label {
margin-top: 6px;
}
form li > label {
font-weight: bold;
}
form li li > label {
font-weight: normal;
}
form span label {
font-size: 0.8em;
}
form input[type='url'],
form input[type='tel'],
form input[type='email'],
form input[type='text'],
form input[type='password'],
form input[type='number'],
form textarea {
display: block;
box-sizing: border-box;
font-family: inherit;
font-size: 1em;
line-height: 1.4;
padding: 8px;
border: 3px solid #dddddd;
}
form input[type='url'],
form input[type='tel'],
form input[type='email'],
form input[type='text'],
form input[type='password'],
form input[type='number'] {
width: 50%;
}
form textarea {
width: 100%;
}
form input[type='checkbox'],
form input[type='radio'] {
display: inline-block;
margin-left: 0px;
margin-right: 6px;
}
form input[type='submit'] {
margin-top: 0px;
}
form .form-submit {
padding: 8px 0px;
}
textarea {
overflow: auto;
}
address {
margin: 12px 0px;
}
select {
display: block;
color: rgba(0, 0, 0, 0);
text-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
width: auto;
max-width: 100%;
font-size: 1.2em;
line-height: 1.6;
margin-bottom: 6px;
padding: 6px 46px 6px 8px !important;
box-shadow: none;
border: 3px solid rgba(0, 0, 0, 0.12);
-webkit-transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-o-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
background-image:
linear-gradient(45deg, transparent 50%, gray 50%),
linear-gradient(135deg, gray 50%, transparent 50%),
linear-gradient(to right, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12));
background-position:
calc(100% - 16px) 50%,
calc(100% - 11px) 50%,
calc(100% - 32px) 6px;
background-size:
5px 5px,
5px 5px,
1px 1.5em;
background-repeat: no-repeat; -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-appearance: none;
-moz-appearance: none;
} a, button, .button, #submit, #searchsubmit {
transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-webkit-transition: all .25s ease-in-out;
-o-transition: all .25s ease-in-out;
}
.shadow {
box-sizing: border-box;
border: 1px solid rgba(0, 0, 0, 0.04);
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
-moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
}
.radius-full {
border-radius: 3px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
}
.radius-top {
border-radius: 3px 3px 0px 0px;
-moz-border-radius: 3px 3px 0px 0px;
-khtml-border-radius: 3px 3px 0px 0px;
-webkit-border-radius: 3px 3px 0px 0px;
}
.radius-bottom {
border-radius: 0px 0px 3px 3px;
-moz-border-radius: 0px 0px 3px 3px;
-khtml-border-radius: 0px 0px 3px 3px;
-webkit-border-radius: 0px 0px 3px 3px;
}
.radius-half {
border-radius: 50%;
-moz-border-radius: 50%;
-khtml-border-radius: 50%;
-webkit-border-radius: 50%;
}  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; }
.wp-audio-shortcode {
margin: 12px 0px;
}
.sticky,
.bypostauthor {
position: relative;
}  .wp-block-image {
text-align: center;
max-width: none;
margin-left: auto;
margin-right: auto;
padding: 0px;
}
.wp-block-image img {
display: block;
}
.wp-block-image figcaption {
margin-top: 8px;
}
.wp-block-embed {
margin-left: auto;
margin-right: auto;
}
.wp-block-gallery .blocks-gallery-item {
padding: 0px;
}
.wp-block-gallery .blocks-gallery-image {
margin-left: 0px;
margin-right: 0px;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
box-sizing: border-box;
border: none;
}
.wp-block-cover.alignfull,
.wp-block-cover-image.alignfull,
.wp-block-cover .wp-block-button,
.wp-block-cover-image .wp-block-button {
margin-top: 0px;
margin-bottom: 0px;
}
.wp-block-cover .wp-block-cover__inner-container {
padding: 36px;
box-sizing: border-box;
}
.wp-block-column .wp-block-cover .wp-block-cover__inner-container {
padding: 0px;
}
.wp-block-cover .wp-block-cover__inner-container p {
margin-top: 24px;
margin-bottom: 24px;
}
.wp-block-cover .wp-block-cover__inner-container > :first-child {
margin-top: 0px;
}
.wp-block-cover .wp-block-cover__inner-container > :last-child {
margin-bottom: 0px;
}
.wp-block-cover.alignfull .wp-block-cover__inner-container,
.wp-block-cover.alignwide .wp-block-cover__inner-container {
position: relative;
top: 0;
width: 100%;
margin: 0px auto;
transition: all 1s ease-in-out;
transition-delay: 0.5s;
z-index: 7;
}
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2, .wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text, .wp-block-cover h2 {
max-width: none;
margin-left: auto;
margin-right: auto;
} .wp-block-button {
position: relative;
box-sizing: border-box;
}
.wp-block-button.alignleft {
float: none;
text-align: left;
}
.wp-block-button.alignright {
float: none;
text-align: right;
}
.wp-block-button.alignwide a {
display: block;
}
.wp-block-button.is-style-outline a {
background: inherit;
box-shadow: none;
text-shadow: none;
border-color: inherit;
border-width: inherit;
}
.wp-block-button.is-style-outline a:not(.has-text-color) {
color: inherit;
}
.wp-block-button.is-style-outline a:hover {
color: inherit;
background: inherit;
border-width: inherit;
border-color: inherit;
}
.has-background-dim .wp-block-button.is-style-outline a:hover {
color: #ffffff;
border-color: #ffffff;
} .wp-block-quote.is-style-large p {
font-size: 160%;
line-height: 1.5;
}
.wp-block-quote.is-style-large.has-text-align-center cite {
text-align: center;
}
.wp-block-quote__citation,
.wp-block-quote cite,
.wp-block-quote footer {
display: block;
font-size: 0.85rem;
font-style: normal;
margin-top: 12px;
opacity: 0.6;
}
.wp-block-pullquote {
position: relative;
margin: 36px 0px 24px;
padding: 36px;
border-top: 2px solid #dddddd;
border-bottom: 2px solid #dddddd;
}
.wp-block-pullquote p {
font-style: italic;
}
.wp-block-pullquote::before {
position: absolute;
top: -28px; left: 50%;
background: #ffffff;
color: rgba(0, 0, 0, 0.4);
content: '\f10d';
font-family: 'FontAwesome';
font-size: 24px;
width: 48px;
height: 48px;
line-height: 48px;
margin-left: -24px;
border-radius: 50%;
border: 2px solid #dddddd;
}
.wp-block-pullquote.is-style-solid-color {
padding-left: 48px;
}
.wp-block-pullquote.is-style-solid-color::before {
left: 0px;
top: 36px;
}
.wp-block-pullquote.is-style-solid-color blockquote {
max-width: none;
}
.wp-block-pullquote blockquote {
margin: 0px;
padding: 0px;
border: none;
}
.wp-block-pullquote blockquote p {
margin-bottom: 12px;
}
.wp-block-pullquote blockquote cite,
.wp-block-pullquote .wp-block-pullquote__citation {
font-size: 90%;
font-style: normal;
text-transform: uppercase;
opacity: 0.6;
} .wp-block-columns {
margin-bottom: 0px;
box-sizing: border-box;
}
.wp-block-columns.alignwide,
.wp-block-columns.alignfull {
padding-left: 36px;
padding-right: 36px;
}
.wp-block-column > :first-child {
margin-top: 0px;
} div[class*="wp-block"] form.contact-form input[type="text"],
div[class*="wp-block"] form.contact-form input[type="email"],
div[class*="wp-block"] form.contact-form input[type="tel"],
div[class*="wp-block"] form.contact-form input[type="url"] {
width: 100%;
}
div[class*="wp-block"] form.contact-form label span {
float: right;
}
div[class*="wp-block"] form.contact-form .contact-submit {
margin: 0px;
}
.wp-block-jetpack-email,
.wp-block-jetpack-phone,
.wp-block-jetpack-address {
margin-top: 6px;
margin-bottom: 6px;
}
.wp-block-jetpack-email::before {
color: #999999;
font-family: 'FontAwesome';
font-size: 90%;
content: '\f0e0';
margin-right: 8px;
}
.wp-block-jetpack-phone::before {
color: #999999;
font-family: 'FontAwesome';
content: '\f095';
margin-right: 8px;
}
.wp-block-jetpack-layout-grid {
box-sizing: border-box;
}
.wp-block-jetpack-layout-grid div[class*="wp-block"].alignfull,
.wp-block-jetpack-layout-grid figure[class*="wp-block"].alignfull,
.wp-block-jetpack-layout-grid div[class*="wp-block"].alignwide,
.wp-block-jetpack-layout-grid figure[class*="wp-block"].alignwide {
left: auto;
width: auto;
max-width: 100%;
padding: 0px;
} .wp-block-table {
max-width: none;
margin-left: auto;
margin-right: auto;
padding: 0px;
}
.wp-block-table.is-style-stripes {
border-bottom: none;
}
.wp-block-audio {
margin-left: 0px;
margin-right: 0px;
}
.wp-block-audio audio {
width: 100%;
}
.wp-block-separator {
margin: 36px auto;
border: none;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
max-width: 100px;
}
.wp-block-social-links .wp-social-link {
padding: 0px;
}
.wp-block-social-links .wp-social-link a {
color: inherit;
}body.dark {
color: #cccccc;
color: rgba(255, 255, 255, 0.7);
border-color: rgba(255, 255, 255, 0.24);
}
.dark h1, .dark h2, .dark h3,
.dark h4, .dark h5, .dark h6 {
color: #ffffff;
border-color: rgba(255, 255, 255, 0.24);
}
.dark h1 a, .dark h2 a, .dark h3 a, .dark h4 a, .dark h5 a, .dark h6 a,
.dark h1 a:link, .dark h2 a:link, .dark h3 a:link, .dark h4 a:link, .dark h5 a:link, .dark h6 a:link,
.dark h1 a:visited, .dark h2 a:visited, .dark h3 a:visited, .dark h4 a:visited, .dark h5 a:visited, .dark h6 a:visited {
color: #ffffff;
}
.dark h1 a:hover, .dark h2 a:hover, .dark h3 a:hover, .dark h4 a:hover, .dark h5 a:hover, .dark h6 a:hover,
.dark h1 a:focus, .dark h2 a:focus, .dark h3 a:focus, .dark h4 a:focus, .dark h5 a:focus, .dark h6 a:focus,
.dark h1 a:active, .dark h2 a:active, .dark h3 a:active, .dark h4 a:active, .dark h5 a:active, .dark h6 a:active {
color: #3399cc;
}
.dark blockquote,
.dark .headline {
color: #ffffff;
border-color: #ffffff;
}
.dark .excerpt p:first-child,
.dark .article h1:first-child + p,
.dark .article h2:first-child + p,
.dark .article h2:first-child + .feature-img + p,
.dark .article > p:first-child {
color: #ffffff;
} .dark .site-title a,
.dark .site-title a:link,
.dark .site-title a:visited {
color: #ffffff;
}
.dark .site-description {
color: rgba(255, 255, 255, 0.7);
}
.dark .top-navigation,
.dark #masthead.full-width,
.dark.portfolio-not-single.portfolio-no-img.portfolio-has-desc #masthead,
.dark.portfolio-not-single.portfolio-no-img.portfolio-has-title #masthead,
.dark .site-title-slideshow .title  {
border-color: rgba(255, 255, 255, 0.24);
}
.dark .social-icons li a {
color: rgba(255, 255, 255, 0.3);
border-color: rgba(255, 255, 255, 0.24);
}
.dark .social-icons li a:hover {
color: #ffffff;
} .dark .content .five.columns {
border-color: rgba(255, 255, 255, 0.24);
}
.dark .flexslider .title,
.dark .flexslider .title a,
.dark .flexslider .title a:link,
.dark .flexslider .title a:visited {
color: rgba(255, 255, 255, 0.6);
}
.dark .flexslider .title a:hover,
.dark .flexslider .title a:active,
.dark .flexslider .title a:focus {
color: #ffffff;
}
.dark .wp-caption-dd,
.dark .wp-caption p.wp-caption-text,
.dark .post-navigation a,
.dark .post-navigation a:link,
.dark .post-navigation a:visited,
.dark .flex-direction-nav .flex-next i,
.dark .flex-direction-nav .flex-prev i,
.dark .flex-slide-count {
color: rgba(255, 255, 255, 0.4);
}
.dark .post-navigation a:hover,
.dark .post-navigation a:active,
.dark .post-navigation a:focus,
.dark .flex-direction-nav .flex-next:hover i,
.dark .flex-direction-nav .flex-prev:hover i {
color: #ffffff;
}
.dark .next-post,
.dark .flex-direction-nav .flex-next,
.dark #comments {
border-color: rgba(255, 255, 255, 0.24);
}
.dark .flexslider .preloader {
border-bottom-color: rgba(255, 255, 255, 0.12);
border-left-color: rgba(255, 255, 255, 0.12);
border-right-color: rgba(255, 255, 255, 0.4);
border-top-color: rgba(255, 255, 255, 0.4);
}
.dark article.comment,
.dark .showcase-category .archive-holder .title.no-img {
background-color: rgba(255, 255, 255, 0.04);
}
.dark .post-meta {
color: #999999;
color: rgba(255, 255, 255, 0.4);
}
.dark .post-meta::before,
.dark .blog-holder .article,
.dark .archive-holder .article {
border-color: rgba(255, 255, 255, 0.24);
}
.dark .post-taxonomy a {
color: rgba(255, 255, 255, 0.4) !important;
border-color: rgba(255, 255, 255, 0.24);
}
.dark .post-taxonomy a:hover {
color: #ffffff !important;
} .dark button, .dark .button, .dark a.button, .dark .reply a, .dark #searchsubmit,
.dark #prevLink a, .dark #nextLink a, .dark a.more-link, .dark #submit,
.dark input[type=submit], .dark input#submit, .dark input.button, .dark #wrapper #infinite-handle span {
color: rgba(255, 255, 255, 0.5) !important;
}
.dark button:hover, .dark .button:hover, .dark a.button:hover, .dark .reply a:hover,
.dark #searchsubmit:hover, .dark #prevLink a:hover, .dark #nextLink a:hover, .dark a.more-link:hover,
.dark input[type=submit]:hover, .dark #submit:hover, .dark input#submit:hover, .dark input.button:hover,
.dark #wrapper #infinite-handle span:hover {
color: #ffffff !important;
border-color: #ffffff !important;
} .dark .footer {
border-color: rgba(255, 255, 255, 0.24);
}
.dark .footer-information p {
color: rgba(255, 255, 255, 0.4);
}
.dark .footer-information a {
color: rgba(255, 255, 255, 0.7);
} .dark ul.menu a,
.dark ul.menu a:link,
.dark ul.menu a:visited {
color: #cccccc;
color: rgba(255, 255, 255, 0.6);
border-color: rgba(255, 255, 255, 0);
}
.dark ul.menu a:focus,
.dark ul.menu a:hover,
.dark ul.menu a:active {
color: #ffffff;
border-color: #ffffff;
}
.dark ul.menu li li a,
.dark ul.menu li li a:link,
.dark ul.menu li li a:visited,
.dark .footer-menu ul.menu li {
border-color: rgba(255, 255, 255, 0.24);
}
.dark button.menu-toggle svg {
fill: rgba(255, 255, 255, 0.6);
}
.dark button.menu-toggle:hover svg {
fill: rgba(255, 255, 255, 1);
} .portfolio-has-logo #header.top-header {
display: flex;
align-content: center;
justify-content: space-between;
}
.portfolio-not-single #header.top-header,
.portfolio-has-logo.portfolio-not-single #header.top-header {
display: none;
}
.portfolio-no-logo #header.side-header {
padding-top: 48px;
}
.portfolio-header-inactive #masthead.full-width,
.error404.portfolio-header-inactive.portfolio-has-desc #masthead,
.error404.portfolio-header-inactive.portfolio-has-title #masthead,
.blog.portfolio-header-inactive.portfolio-has-desc #masthead,
.blog.portfolio-header-inactive.portfolio-has-title #masthead,
.archive.portfolio-header-inactive.portfolio-has-desc #masthead,
.archive.portfolio-header-inactive.portfolio-has-title #masthead,
.search.portfolio-header-inactive.portfolio-has-desc #masthead,
.search.portfolio-header-inactive.portfolio-has-title #masthead,
.portfolio-not-single.portfolio-no-img.portfolio-has-desc #masthead,
.portfolio-not-single.portfolio-no-img.portfolio-has-title #masthead {
border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.portfolio-slideshow #masthead {
border: none !important;
}.row {
width: 100%;
margin: 0 auto;
}
.row .row {
min-width: 0;
}
.column, .columns {
float: left;
min-height: 1px;
position: relative;
}
[class*="column"] + [class*="column"]:last-child {
float: right;
}
.half, .third, .one-third, .fourth,
.one-fourth, .fifth, .one-fifth,
.two-thirds, .three-fourths {
float: left;
}
.half.last, .third.last, .one-third.last, .fourth.last,
.one-fourth.last, .fifth.last, .one-fifth.last,
.two-thirds.last, .three-fourths.last {
float: right;
}
.single					{ width: 100%; }
.half						{ width: 49.9%; }
.third,
.one-third			{ width: 33.3%; }
.fourth,
.one-fourth			{ width: 25%; }
.fifth,
.one-fifth			{ width: 20%; }
.two-thirds			{ width: 66.6%; }
.three-fourths	{ width: 75%; }
.one 		{ width: 6.25%; }
.two 		{ width: 12.5%; }
.three 	{ width: 18.75%; }
.four 		{ width: 25%; }
.five 		{ width: 31.25%; }
.six 		{ width: 37.5%; }
.seven 	{ width: 43.75%; }
.eight 	{ width: 50%; }
.nine 		{ width: 56.25%; }
.ten 		{ width: 62.5%; }
.eleven 	{ width: 68.75%; }
.twelve 	{ width: 75%; }
.thirteen 	{ width: 81.25%; }
.fourteen 	{ width: 87.5%; }
.fifteen 	{ width: 93.75%; }
.sixteen 	{ width: 100%; } @media handheld, only screen and (max-width: 1023px) { body, p {
font-size: 1rem;
}
h1 {
font-size: 2rem;
}
h2 {
font-size: 1.8rem;
}
h3 {
font-size: 1.6rem;
}
h4 {
font-size: 1.4rem;
}
h5 {
font-size: 1.2rem;
}
h6 {
font-size: 1.0rem;
}
blockquote {
margin-left: 0px;
padding: 12px 0px;
border-left: none;
}
blockquote p {
font-size: 1.1rem;
line-height: 1.6;
} .portfolio-not-single .container {
padding-top: 0px;
}
#header.side-header {
display: none;
}
.portfolio-not-single #header.top-header {
display: block;
}
.portfolio-has-logo.portfolio-not-single #header.top-header {
display: flex;
align-content: center;
justify-content: space-between;
}
#masthead {
display: block;
padding: 12px;
overflow: hidden;
box-sizing: border-box;
}
.site-title,
.site-description {
float: none;
padding: 2px 0px;
}
#navigation {
display: inline;
position: relative;
margin: 0px;
padding: 0px;
}
.portfolio-slideshow #wrapper,
.portfolio-slideshow .container {
display: block;
}
.portfolio-slideshow #wrapper {
height: auto;
}
.portfolio-slideshow .container {
margin-top: 0px;
}
.portfolio-slideshow .footer {
position: relative;
}
.content {
display: block;
}
.content .five.columns {
border: none;
}
.blog .content,
.search .content,
.archive .content,
.category .content,
.portfolio .content {
padding: 0px 36px;
}
.blog .headline,
.archive .headline,
.category .headline {
margin-top: 24px;
}
.post-area,
.post-area.middle,
.post-area.right,
.post-area.full-width,
.post-area.no-sidebar {
padding: 36px 0px;
}
#comments {
border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.flex-direction-nav .flex-prev {
left: 12px;
}
.flex-direction-nav .flex-next {
right: 12px;
}
.post-header {
display: block;
}
.post-intro {
padding: 36px;
border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.post-intro .post-taxonomy,
.post-intro .post-navigation {
display: none;
}
.archive-title {
margin-top: 36px;
}
.blog-holder,
.archive-holder {
margin: 24px 0px;
}
.blog-holder .article,
.archive-holder .article {
padding: 0px;
border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.post-tags p {
font-size: 0.9em;
}
.post-meta::before {
display: none;
}
.post-date p.align-left,
.post-date p.align-right {
float: none;
display: block;
font-size: 0.9em;
padding: 2px 0px;
}
.archive-column {
width: 100%;
padding-right: 0;
}
.sidebar {
padding: 24px 0px;
}
.widget {
margin-bottom: 24px;
}
.sidebar .widget:last-child {
margin-bottom: 12px;
}
.footer-information p {
font-size: 0.8rem;
text-align: center;
}
.footer-information .content {
text-align: center;
}
.footer-information .align-left,
.footer-information .align-right {
float: none;
display: block;
text-align: center;
} .feature-img,
.feature-img:hover .bg-img {
overflow: visible;
-webkit-backface-visibility: visible;
}
.feature-img:hover .bg-img {
transform: none;
-webkit-transform: none;
-ms-transform: none;
}
.blog-holder .feature-img {
width: calc(100% + 72px);
max-width: calc(100% + 72px);
margin-left: -36px;
}
img.alignnone,
.wp-caption.alignnone {
width: calc(100% + 72px);
max-width: calc(100% + 72px);
margin-left: -36px;
}
.portfolio-singular .alignfull,
.portfolio-singular .alignwide {
width: calc(100% + 72px);
max-width: calc(100% + 72px);
margin-left: -36px;
left: auto;
} body {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: none;
width: 100%;
min-width: 0;
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
}
.row {
width: 100%;
min-width: 0;
margin-left: 0;
margin-right: 0;
overflow: visible !important;
}
.half, .third, .one-third, .fourth,
.one-fourth, .fifth, .one-fifth,
.two-thirds, .three-fourths {
float: none;
width: 100%;
}
.row .row .column, .row .row .columns {
padding: 0;
}
.column, .columns {
width: 100%;
float: none;
margin-left: 0;
margin-right: 0;
}
.column:last-child, .columns:last-child {
margin-right: 0;
float: none;
}
[class*="column"] + [class*="column"]:last-child {
float: none;
}
[class*="column"]:before, [class*="column"]:after {
content:'';
display:table;
}
[class*="column"]:after {
clear: both;
}
} @media handheld, only screen and (max-width: 767px) {
.top-navigation .social-menu {
display: none;
}
}@font-face {
font-family: 'FontAwesome';
src: url(//weyddesign.com/wp-content/themes/portfolio-lite/fonts/fontawesome-webfont.eot?v=4.4.0);
src: url(//weyddesign.com/wp-content/themes/portfolio-lite/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0) format('embedded-opentype'), url(//weyddesign.com/wp-content/themes/portfolio-lite/fonts/fontawesome-webfont.woff2?v=4.4.0) format('woff2'), url(//weyddesign.com/wp-content/themes/portfolio-lite/fonts/fontawesome-webfont.woff?v=4.4.0) format('woff'), url(//weyddesign.com/wp-content/themes/portfolio-lite/fonts/fontawesome-webfont.ttf?v=4.4.0) format('truetype'), url(//weyddesign.com/wp-content/themes/portfolio-lite/fonts/fontawesome-webfont.svg?v=4.4.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: 0.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: 0.14285714em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.85714286em;
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
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 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
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 {
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: #ffffff;
} .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-dportfoliot: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: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-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-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";
}