@font-face {
font-family: 'FontAwesome';
src: url(//zhangchenyang.cn/wp-content/themes/wordstar/assets/fonts/fontawesome-webfont.eot?v=4.7.0);
src: url(//zhangchenyang.cn/wp-content/themes/wordstar/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(//zhangchenyang.cn/wp-content/themes/wordstar/assets/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(//zhangchenyang.cn/wp-content/themes/wordstar/assets/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(//zhangchenyang.cn/wp-content/themes/wordstar/assets/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(//zhangchenyang.cn/wp-content/themes/wordstar/assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
font-weight: normal;
font-style: normal;
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .fa-lg {
font-size: 1.33333333em;
line-height: 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 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
filter: none;
}
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #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-dedent:before,
.fa-outdent:before {
content: "\f03b";
}
.fa-indent:before {
content: "\f03c";
}
.fa-video-camera:before {
content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
content: "\f03e";
}
.fa-pencil:before {
content: "\f040";
}
.fa-map-marker:before {
content: "\f041";
}
.fa-adjust:before {
content: "\f042";
}
.fa-tint:before {
content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
content: "\f044";
}
.fa-share-square-o:before {
content: "\f045";
}
.fa-check-square-o:before {
content: "\f046";
}
.fa-arrows:before {
content: "\f047";
}
.fa-step-backward:before {
content: "\f048";
}
.fa-fast-backward:before {
content: "\f049";
}
.fa-backward:before {
content: "\f04a";
}
.fa-play:before {
content: "\f04b";
}
.fa-pause:before {
content: "\f04c";
}
.fa-stop:before {
content: "\f04d";
}
.fa-forward:before {
content: "\f04e";
}
.fa-fast-forward:before {
content: "\f050";
}
.fa-step-forward:before {
content: "\f051";
}
.fa-eject:before {
content: "\f052";
}
.fa-chevron-left:before {
content: "\f053";
}
.fa-chevron-right:before {
content: "\f054";
}
.fa-plus-circle:before {
content: "\f055";
}
.fa-minus-circle:before {
content: "\f056";
}
.fa-times-circle:before {
content: "\f057";
}
.fa-check-circle:before {
content: "\f058";
}
.fa-question-circle:before {
content: "\f059";
}
.fa-info-circle:before {
content: "\f05a";
}
.fa-crosshairs:before {
content: "\f05b";
}
.fa-times-circle-o:before {
content: "\f05c";
}
.fa-check-circle-o:before {
content: "\f05d";
}
.fa-ban:before {
content: "\f05e";
}
.fa-arrow-left:before {
content: "\f060";
}
.fa-arrow-right:before {
content: "\f061";
}
.fa-arrow-up:before {
content: "\f062";
}
.fa-arrow-down:before {
content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
content: "\f064";
}
.fa-expand:before {
content: "\f065";
}
.fa-compress:before {
content: "\f066";
}
.fa-plus:before {
content: "\f067";
}
.fa-minus:before {
content: "\f068";
}
.fa-asterisk:before {
content: "\f069";
}
.fa-exclamation-circle:before {
content: "\f06a";
}
.fa-gift:before {
content: "\f06b";
}
.fa-leaf:before {
content: "\f06c";
}
.fa-fire:before {
content: "\f06d";
}
.fa-eye:before {
content: "\f06e";
}
.fa-eye-slash:before {
content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
content: "\f071";
}
.fa-plane:before {
content: "\f072";
}
.fa-calendar:before {
content: "\f073";
}
.fa-random:before {
content: "\f074";
}
.fa-comment:before {
content: "\f075";
}
.fa-magnet:before {
content: "\f076";
}
.fa-chevron-up:before {
content: "\f077";
}
.fa-chevron-down:before {
content: "\f078";
}
.fa-retweet:before {
content: "\f079";
}
.fa-shopping-cart:before {
content: "\f07a";
}
.fa-folder:before {
content: "\f07b";
}
.fa-folder-open:before {
content: "\f07c";
}
.fa-arrows-v:before {
content: "\f07d";
}
.fa-arrows-h:before {
content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
content: "\f080";
}
.fa-twitter-square:before {
content: "\f081";
}
.fa-facebook-square:before {
content: "\f082";
}
.fa-camera-retro:before {
content: "\f083";
}
.fa-key:before {
content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
content: "\f085";
}
.fa-comments:before {
content: "\f086";
}
.fa-thumbs-o-up:before {
content: "\f087";
}
.fa-thumbs-o-down:before {
content: "\f088";
}
.fa-star-half:before {
content: "\f089";
}
.fa-heart-o:before {
content: "\f08a";
}
.fa-sign-out:before {
content: "\f08b";
}
.fa-linkedin-square:before {
content: "\f08c";
}
.fa-thumb-tack:before {
content: "\f08d";
}
.fa-external-link:before {
content: "\f08e";
}
.fa-sign-in:before {
content: "\f090";
}
.fa-trophy:before {
content: "\f091";
}
.fa-github-square:before {
content: "\f092";
}
.fa-upload:before {
content: "\f093";
}
.fa-lemon-o:before {
content: "\f094";
}
.fa-phone:before {
content: "\f095";
}
.fa-square-o:before {
content: "\f096";
}
.fa-bookmark-o:before {
content: "\f097";
}
.fa-phone-square:before {
content: "\f098";
}
.fa-twitter:before {
content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
content: "\f09a";
}
.fa-github:before {
content: "\f09b";
}
.fa-unlock:before {
content: "\f09c";
}
.fa-credit-card:before {
content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
content: "\f09e";
}
.fa-hdd-o:before {
content: "\f0a0";
}
.fa-bullhorn:before {
content: "\f0a1";
}
.fa-bell:before {
content: "\f0f3";
}
.fa-certificate:before {
content: "\f0a3";
}
.fa-hand-o-right:before {
content: "\f0a4";
}
.fa-hand-o-left:before {
content: "\f0a5";
}
.fa-hand-o-up:before {
content: "\f0a6";
}
.fa-hand-o-down:before {
content: "\f0a7";
}
.fa-arrow-circle-left:before {
content: "\f0a8";
}
.fa-arrow-circle-right:before {
content: "\f0a9";
}
.fa-arrow-circle-up:before {
content: "\f0aa";
}
.fa-arrow-circle-down:before {
content: "\f0ab";
}
.fa-globe:before {
content: "\f0ac";
}
.fa-wrench:before {
content: "\f0ad";
}
.fa-tasks:before {
content: "\f0ae";
}
.fa-filter:before {
content: "\f0b0";
}
.fa-briefcase:before {
content: "\f0b1";
}
.fa-arrows-alt:before {
content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
content: "\f0c1";
}
.fa-cloud:before {
content: "\f0c2";
}
.fa-flask:before {
content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
content: "\f0c5";
}
.fa-paperclip:before {
content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
content: "\f0c7";
}
.fa-square:before {
content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
content: "\f0c9";
}
.fa-list-ul:before {
content: "\f0ca";
}
.fa-list-ol:before {
content: "\f0cb";
}
.fa-strikethrough:before {
content: "\f0cc";
}
.fa-underline:before {
content: "\f0cd";
}
.fa-table:before {
content: "\f0ce";
}
.fa-magic:before {
content: "\f0d0";
}
.fa-truck:before {
content: "\f0d1";
}
.fa-pinterest:before {
content: "\f0d2";
}
.fa-pinterest-square:before {
content: "\f0d3";
}
.fa-google-plus-square:before {
content: "\f0d4";
}
.fa-google-plus:before {
content: "\f0d5";
}
.fa-money:before {
content: "\f0d6";
}
.fa-caret-down:before {
content: "\f0d7";
}
.fa-caret-up:before {
content: "\f0d8";
}
.fa-caret-left:before {
content: "\f0d9";
}
.fa-caret-right:before {
content: "\f0da";
}
.fa-columns:before {
content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
content: "\f0de";
}
.fa-envelope:before {
content: "\f0e0";
}
.fa-linkedin:before {
content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
content: "\f0e4";
}
.fa-comment-o:before {
content: "\f0e5";
}
.fa-comments-o:before {
content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
content: "\f0e7";
}
.fa-sitemap:before {
content: "\f0e8";
}
.fa-umbrella:before {
content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
content: "\f0ea";
}
.fa-lightbulb-o:before {
content: "\f0eb";
}
.fa-exchange:before {
content: "\f0ec";
}
.fa-cloud-download:before {
content: "\f0ed";
}
.fa-cloud-upload:before {
content: "\f0ee";
}
.fa-user-md:before {
content: "\f0f0";
}
.fa-stethoscope:before {
content: "\f0f1";
}
.fa-suitcase:before {
content: "\f0f2";
}
.fa-bell-o:before {
content: "\f0a2";
}
.fa-coffee:before {
content: "\f0f4";
}
.fa-cutlery:before {
content: "\f0f5";
}
.fa-file-text-o:before {
content: "\f0f6";
}
.fa-building-o:before {
content: "\f0f7";
}
.fa-hospital-o:before {
content: "\f0f8";
}
.fa-ambulance:before {
content: "\f0f9";
}
.fa-medkit:before {
content: "\f0fa";
}
.fa-fighter-jet:before {
content: "\f0fb";
}
.fa-beer:before {
content: "\f0fc";
}
.fa-h-square:before {
content: "\f0fd";
}
.fa-plus-square:before {
content: "\f0fe";
}
.fa-angle-double-left:before {
content: "\f100";
}
.fa-angle-double-right:before {
content: "\f101";
}
.fa-angle-double-up:before {
content: "\f102";
}
.fa-angle-double-down:before {
content: "\f103";
}
.fa-angle-left:before {
content: "\f104";
}
.fa-angle-right:before {
content: "\f105";
}
.fa-angle-up:before {
content: "\f106";
}
.fa-angle-down:before {
content: "\f107";
}
.fa-desktop:before {
content: "\f108";
}
.fa-laptop:before {
content: "\f109";
}
.fa-tablet:before {
content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
content: "\f10b";
}
.fa-circle-o:before {
content: "\f10c";
}
.fa-quote-left:before {
content: "\f10d";
}
.fa-quote-right:before {
content: "\f10e";
}
.fa-spinner:before {
content: "\f110";
}
.fa-circle:before {
content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
content: "\f112";
}
.fa-github-alt:before {
content: "\f113";
}
.fa-folder-o:before {
content: "\f114";
}
.fa-folder-open-o:before {
content: "\f115";
}
.fa-smile-o:before {
content: "\f118";
}
.fa-frown-o:before {
content: "\f119";
}
.fa-meh-o:before {
content: "\f11a";
}
.fa-gamepad:before {
content: "\f11b";
}
.fa-keyboard-o:before {
content: "\f11c";
}
.fa-flag-o:before {
content: "\f11d";
}
.fa-flag-checkered:before {
content: "\f11e";
}
.fa-terminal:before {
content: "\f120";
}
.fa-code:before {
content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: "\f123";
}
.fa-location-arrow:before {
content: "\f124";
}
.fa-crop:before {
content: "\f125";
}
.fa-code-fork:before {
content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
content: "\f127";
}
.fa-question:before {
content: "\f128";
}
.fa-info:before {
content: "\f129";
}
.fa-exclamation:before {
content: "\f12a";
}
.fa-superscript:before {
content: "\f12b";
}
.fa-subscript:before {
content: "\f12c";
}
.fa-eraser:before {
content: "\f12d";
}
.fa-puzzle-piece:before {
content: "\f12e";
}
.fa-microphone:before {
content: "\f130";
}
.fa-microphone-slash:before {
content: "\f131";
}
.fa-shield:before {
content: "\f132";
}
.fa-calendar-o:before {
content: "\f133";
}
.fa-fire-extinguisher:before {
content: "\f134";
}
.fa-rocket:before {
content: "\f135";
}
.fa-maxcdn:before {
content: "\f136";
}
.fa-chevron-circle-left:before {
content: "\f137";
}
.fa-chevron-circle-right:before {
content: "\f138";
}
.fa-chevron-circle-up:before {
content: "\f139";
}
.fa-chevron-circle-down:before {
content: "\f13a";
}
.fa-html5:before {
content: "\f13b";
}
.fa-css3:before {
content: "\f13c";
}
.fa-anchor:before {
content: "\f13d";
}
.fa-unlock-alt:before {
content: "\f13e";
}
.fa-bullseye:before {
content: "\f140";
}
.fa-ellipsis-h:before {
content: "\f141";
}
.fa-ellipsis-v:before {
content: "\f142";
}
.fa-rss-square:before {
content: "\f143";
}
.fa-play-circle:before {
content: "\f144";
}
.fa-ticket:before {
content: "\f145";
}
.fa-minus-square:before {
content: "\f146";
}
.fa-minus-square-o:before {
content: "\f147";
}
.fa-level-up:before {
content: "\f148";
}
.fa-level-down:before {
content: "\f149";
}
.fa-check-square:before {
content: "\f14a";
}
.fa-pencil-square:before {
content: "\f14b";
}
.fa-external-link-square:before {
content: "\f14c";
}
.fa-share-square:before {
content: "\f14d";
}
.fa-compass:before {
content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
content: "\f153";
}
.fa-gbp:before {
content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "\f158";
}
.fa-won:before,
.fa-krw:before {
content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
content: "\f15a";
}
.fa-file:before {
content: "\f15b";
}
.fa-file-text:before {
content: "\f15c";
}
.fa-sort-alpha-asc:before {
content: "\f15d";
}
.fa-sort-alpha-desc:before {
content: "\f15e";
}
.fa-sort-amount-asc:before {
content: "\f160";
}
.fa-sort-amount-desc:before {
content: "\f161";
}
.fa-sort-numeric-asc:before {
content: "\f162";
}
.fa-sort-numeric-desc:before {
content: "\f163";
}
.fa-thumbs-up:before {
content: "\f164";
}
.fa-thumbs-down:before {
content: "\f165";
}
.fa-youtube-square:before {
content: "\f166";
}
.fa-youtube:before {
content: "\f167";
}
.fa-xing:before {
content: "\f168";
}
.fa-xing-square:before {
content: "\f169";
}
.fa-youtube-play:before {
content: "\f16a";
}
.fa-dropbox:before {
content: "\f16b";
}
.fa-stack-overflow:before {
content: "\f16c";
}
.fa-instagram:before {
content: "\f16d";
}
.fa-flickr:before {
content: "\f16e";
}
.fa-adn:before {
content: "\f170";
}
.fa-bitbucket:before {
content: "\f171";
}
.fa-bitbucket-square:before {
content: "\f172";
}
.fa-tumblr:before {
content: "\f173";
}
.fa-tumblr-square:before {
content: "\f174";
}
.fa-long-arrow-down:before {
content: "\f175";
}
.fa-long-arrow-up:before {
content: "\f176";
}
.fa-long-arrow-left:before {
content: "\f177";
}
.fa-long-arrow-right:before {
content: "\f178";
}
.fa-apple:before {
content: "\f179";
}
.fa-windows:before {
content: "\f17a";
}
.fa-android:before {
content: "\f17b";
}
.fa-linux:before {
content: "\f17c";
}
.fa-dribbble:before {
content: "\f17d";
}
.fa-skype:before {
content: "\f17e";
}
.fa-foursquare:before {
content: "\f180";
}
.fa-trello:before {
content: "\f181";
}
.fa-female:before {
content: "\f182";
}
.fa-male:before {
content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
content: "\f184";
}
.fa-sun-o:before {
content: "\f185";
}
.fa-moon-o:before {
content: "\f186";
}
.fa-archive:before {
content: "\f187";
}
.fa-bug:before {
content: "\f188";
}
.fa-vk:before {
content: "\f189";
}
.fa-weibo:before {
content: "\f18a";
}
.fa-renren:before {
content: "\f18b";
}
.fa-pagelines:before {
content: "\f18c";
}
.fa-stack-exchange:before {
content: "\f18d";
}
.fa-arrow-circle-o-right:before {
content: "\f18e";
}
.fa-arrow-circle-o-left:before {
content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: "\f191";
}
.fa-dot-circle-o:before {
content: "\f192";
}
.fa-wheelchair:before {
content: "\f193";
}
.fa-vimeo-square:before {
content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
content: "\f195";
}
.fa-plus-square-o:before {
content: "\f196";
}
.fa-space-shuttle:before {
content: "\f197";
}
.fa-slack:before {
content: "\f198";
}
.fa-envelope-square:before {
content: "\f199";
}
.fa-wordpress:before {
content: "\f19a";
}
.fa-openid:before {
content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
content: "\f19d";
}
.fa-yahoo:before {
content: "\f19e";
}
.fa-google:before {
content: "\f1a0";
}
.fa-reddit:before {
content: "\f1a1";
}
.fa-reddit-square:before {
content: "\f1a2";
}
.fa-stumbleupon-circle:before {
content: "\f1a3";
}
.fa-stumbleupon:before {
content: "\f1a4";
}
.fa-delicious:before {
content: "\f1a5";
}
.fa-digg:before {
content: "\f1a6";
}
.fa-pied-piper-pp:before {
content: "\f1a7";
}
.fa-pied-piper-alt:before {
content: "\f1a8";
}
.fa-drupal:before {
content: "\f1a9";
}
.fa-joomla:before {
content: "\f1aa";
}
.fa-language:before {
content: "\f1ab";
}
.fa-fax:before {
content: "\f1ac";
}
.fa-building:before {
content: "\f1ad";
}
.fa-child:before {
content: "\f1ae";
}
.fa-paw:before {
content: "\f1b0";
}
.fa-spoon:before {
content: "\f1b1";
}
.fa-cube:before {
content: "\f1b2";
}
.fa-cubes:before {
content: "\f1b3";
}
.fa-behance:before {
content: "\f1b4";
}
.fa-behance-square:before {
content: "\f1b5";
}
.fa-steam:before {
content: "\f1b6";
}
.fa-steam-square:before {
content: "\f1b7";
}
.fa-recycle:before {
content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
content: "\f1ba";
}
.fa-tree:before {
content: "\f1bb";
}
.fa-spotify:before {
content: "\f1bc";
}
.fa-deviantart:before {
content: "\f1bd";
}
.fa-soundcloud:before {
content: "\f1be";
}
.fa-database:before {
content: "\f1c0";
}
.fa-file-pdf-o:before {
content: "\f1c1";
}
.fa-file-word-o:before {
content: "\f1c2";
}
.fa-file-excel-o:before {
content: "\f1c3";
}
.fa-file-powerpoint-o:before {
content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
content: "\f1c8";
}
.fa-file-code-o:before {
content: "\f1c9";
}
.fa-vine:before {
content: "\f1ca";
}
.fa-codepen:before {
content: "\f1cb";
}
.fa-jsfiddle:before {
content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: "\f1cd";
}
.fa-circle-o-notch:before {
content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
content: "\f1d1";
}
.fa-git-square:before {
content: "\f1d2";
}
.fa-git:before {
content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
content: "\f1d4";
}
.fa-tencent-weibo:before {
content: "\f1d5";
}
.fa-qq:before {
content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
content: "\f1d9";
}
.fa-history:before {
content: "\f1da";
}
.fa-circle-thin:before {
content: "\f1db";
}
.fa-header:before {
content: "\f1dc";
}
.fa-paragraph:before {
content: "\f1dd";
}
.fa-sliders:before {
content: "\f1de";
}
.fa-share-alt:before {
content: "\f1e0";
}
.fa-share-alt-square:before {
content: "\f1e1";
}
.fa-bomb:before {
content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
content: "\f1e3";
}
.fa-tty:before {
content: "\f1e4";
}
.fa-binoculars:before {
content: "\f1e5";
}
.fa-plug:before {
content: "\f1e6";
}
.fa-slideshare:before {
content: "\f1e7";
}
.fa-twitch:before {
content: "\f1e8";
}
.fa-yelp:before {
content: "\f1e9";
}
.fa-newspaper-o:before {
content: "\f1ea";
}
.fa-wifi:before {
content: "\f1eb";
}
.fa-calculator:before {
content: "\f1ec";
}
.fa-paypal:before {
content: "\f1ed";
}
.fa-google-wallet:before {
content: "\f1ee";
}
.fa-cc-visa:before {
content: "\f1f0";
}
.fa-cc-mastercard:before {
content: "\f1f1";
}
.fa-cc-discover:before {
content: "\f1f2";
}
.fa-cc-amex:before {
content: "\f1f3";
}
.fa-cc-paypal:before {
content: "\f1f4";
}
.fa-cc-stripe:before {
content: "\f1f5";
}
.fa-bell-slash:before {
content: "\f1f6";
}
.fa-bell-slash-o:before {
content: "\f1f7";
}
.fa-trash:before {
content: "\f1f8";
}
.fa-copyright:before {
content: "\f1f9";
}
.fa-at:before {
content: "\f1fa";
}
.fa-eyedropper:before {
content: "\f1fb";
}
.fa-paint-brush:before {
content: "\f1fc";
}
.fa-birthday-cake:before {
content: "\f1fd";
}
.fa-area-chart:before {
content: "\f1fe";
}
.fa-pie-chart:before {
content: "\f200";
}
.fa-line-chart:before {
content: "\f201";
}
.fa-lastfm:before {
content: "\f202";
}
.fa-lastfm-square:before {
content: "\f203";
}
.fa-toggle-off:before {
content: "\f204";
}
.fa-toggle-on:before {
content: "\f205";
}
.fa-bicycle:before {
content: "\f206";
}
.fa-bus:before {
content: "\f207";
}
.fa-ioxhost:before {
content: "\f208";
}
.fa-angellist:before {
content: "\f209";
}
.fa-cc:before {
content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
content: "\f20b";
}
.fa-meanpath:before {
content: "\f20c";
}
.fa-buysellads:before {
content: "\f20d";
}
.fa-connectdevelop:before {
content: "\f20e";
}
.fa-dashcube:before {
content: "\f210";
}
.fa-forumbee:before {
content: "\f211";
}
.fa-leanpub:before {
content: "\f212";
}
.fa-sellsy:before {
content: "\f213";
}
.fa-shirtsinbulk:before {
content: "\f214";
}
.fa-simplybuilt:before {
content: "\f215";
}
.fa-skyatlas:before {
content: "\f216";
}
.fa-cart-plus:before {
content: "\f217";
}
.fa-cart-arrow-down:before {
content: "\f218";
}
.fa-diamond:before {
content: "\f219";
}
.fa-ship:before {
content: "\f21a";
}
.fa-user-secret:before {
content: "\f21b";
}
.fa-motorcycle:before {
content: "\f21c";
}
.fa-street-view:before {
content: "\f21d";
}
.fa-heartbeat:before {
content: "\f21e";
}
.fa-venus:before {
content: "\f221";
}
.fa-mars:before {
content: "\f222";
}
.fa-mercury:before {
content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
content: "\f224";
}
.fa-transgender-alt:before {
content: "\f225";
}
.fa-venus-double:before {
content: "\f226";
}
.fa-mars-double:before {
content: "\f227";
}
.fa-venus-mars:before {
content: "\f228";
}
.fa-mars-stroke:before {
content: "\f229";
}
.fa-mars-stroke-v:before {
content: "\f22a";
}
.fa-mars-stroke-h:before {
content: "\f22b";
}
.fa-neuter:before {
content: "\f22c";
}
.fa-genderless:before {
content: "\f22d";
}
.fa-facebook-official:before {
content: "\f230";
}
.fa-pinterest-p:before {
content: "\f231";
}
.fa-whatsapp:before {
content: "\f232";
}
.fa-server:before {
content: "\f233";
}
.fa-user-plus:before {
content: "\f234";
}
.fa-user-times:before {
content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
content: "\f236";
}
.fa-viacoin:before {
content: "\f237";
}
.fa-train:before {
content: "\f238";
}
.fa-subway:before {
content: "\f239";
}
.fa-medium:before {
content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
content: "\f23b";
}
.fa-optin-monster:before {
content: "\f23c";
}
.fa-opencart:before {
content: "\f23d";
}
.fa-expeditedssl:before {
content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
content: "\f244";
}
.fa-mouse-pointer:before {
content: "\f245";
}
.fa-i-cursor:before {
content: "\f246";
}
.fa-object-group:before {
content: "\f247";
}
.fa-object-ungroup:before {
content: "\f248";
}
.fa-sticky-note:before {
content: "\f249";
}
.fa-sticky-note-o:before {
content: "\f24a";
}
.fa-cc-jcb:before {
content: "\f24b";
}
.fa-cc-diners-club:before {
content: "\f24c";
}
.fa-clone:before {
content: "\f24d";
}
.fa-balance-scale:before {
content: "\f24e";
}
.fa-hourglass-o:before {
content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
content: "\f253";
}
.fa-hourglass:before {
content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
content: "\f256";
}
.fa-hand-scissors-o:before {
content: "\f257";
}
.fa-hand-lizard-o:before {
content: "\f258";
}
.fa-hand-spock-o:before {
content: "\f259";
}
.fa-hand-pointer-o:before {
content: "\f25a";
}
.fa-hand-peace-o:before {
content: "\f25b";
}
.fa-trademark:before {
content: "\f25c";
}
.fa-registered:before {
content: "\f25d";
}
.fa-creative-commons:before {
content: "\f25e";
}
.fa-gg:before {
content: "\f260";
}
.fa-gg-circle:before {
content: "\f261";
}
.fa-tripadvisor:before {
content: "\f262";
}
.fa-odnoklassniki:before {
content: "\f263";
}
.fa-odnoklassniki-square:before {
content: "\f264";
}
.fa-get-pocket:before {
content: "\f265";
}
.fa-wikipedia-w:before {
content: "\f266";
}
.fa-safari:before {
content: "\f267";
}
.fa-chrome:before {
content: "\f268";
}
.fa-firefox:before {
content: "\f269";
}
.fa-opera:before {
content: "\f26a";
}
.fa-internet-explorer:before {
content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
content: "\f26c";
}
.fa-contao:before {
content: "\f26d";
}
.fa-500px:before {
content: "\f26e";
}
.fa-amazon:before {
content: "\f270";
}
.fa-calendar-plus-o:before {
content: "\f271";
}
.fa-calendar-minus-o:before {
content: "\f272";
}
.fa-calendar-times-o:before {
content: "\f273";
}
.fa-calendar-check-o:before {
content: "\f274";
}
.fa-industry:before {
content: "\f275";
}
.fa-map-pin:before {
content: "\f276";
}
.fa-map-signs:before {
content: "\f277";
}
.fa-map-o:before {
content: "\f278";
}
.fa-map:before {
content: "\f279";
}
.fa-commenting:before {
content: "\f27a";
}
.fa-commenting-o:before {
content: "\f27b";
}
.fa-houzz:before {
content: "\f27c";
}
.fa-vimeo:before {
content: "\f27d";
}
.fa-black-tie:before {
content: "\f27e";
}
.fa-fonticons:before {
content: "\f280";
}
.fa-reddit-alien:before {
content: "\f281";
}
.fa-edge:before {
content: "\f282";
}
.fa-credit-card-alt:before {
content: "\f283";
}
.fa-codiepie:before {
content: "\f284";
}
.fa-modx:before {
content: "\f285";
}
.fa-fort-awesome:before {
content: "\f286";
}
.fa-usb:before {
content: "\f287";
}
.fa-product-hunt:before {
content: "\f288";
}
.fa-mixcloud:before {
content: "\f289";
}
.fa-scribd:before {
content: "\f28a";
}
.fa-pause-circle:before {
content: "\f28b";
}
.fa-pause-circle-o:before {
content: "\f28c";
}
.fa-stop-circle:before {
content: "\f28d";
}
.fa-stop-circle-o:before {
content: "\f28e";
}
.fa-shopping-bag:before {
content: "\f290";
}
.fa-shopping-basket:before {
content: "\f291";
}
.fa-hashtag:before {
content: "\f292";
}
.fa-bluetooth:before {
content: "\f293";
}
.fa-bluetooth-b:before {
content: "\f294";
}
.fa-percent:before {
content: "\f295";
}
.fa-gitlab:before {
content: "\f296";
}
.fa-wpbeginner:before {
content: "\f297";
}
.fa-wpforms:before {
content: "\f298";
}
.fa-envira:before {
content: "\f299";
}
.fa-universal-access:before {
content: "\f29a";
}
.fa-wheelchair-alt:before {
content: "\f29b";
}
.fa-question-circle-o:before {
content: "\f29c";
}
.fa-blind:before {
content: "\f29d";
}
.fa-audio-description:before {
content: "\f29e";
}
.fa-volume-control-phone:before {
content: "\f2a0";
}
.fa-braille:before {
content: "\f2a1";
}
.fa-assistive-listening-systems:before {
content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
content: "\f2a4";
}
.fa-glide:before {
content: "\f2a5";
}
.fa-glide-g:before {
content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
content: "\f2a7";
}
.fa-low-vision:before {
content: "\f2a8";
}
.fa-viadeo:before {
content: "\f2a9";
}
.fa-viadeo-square:before {
content: "\f2aa";
}
.fa-snapchat:before {
content: "\f2ab";
}
.fa-snapchat-ghost:before {
content: "\f2ac";
}
.fa-snapchat-square:before {
content: "\f2ad";
}
.fa-pied-piper:before {
content: "\f2ae";
}
.fa-first-order:before {
content: "\f2b0";
}
.fa-yoast:before {
content: "\f2b1";
}
.fa-themeisle:before {
content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
content: "\f2b4";
}
.fa-handshake-o:before {
content: "\f2b5";
}
.fa-envelope-open:before {
content: "\f2b6";
}
.fa-envelope-open-o:before {
content: "\f2b7";
}
.fa-linode:before {
content: "\f2b8";
}
.fa-address-book:before {
content: "\f2b9";
}
.fa-address-book-o:before {
content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
content: "\f2bc";
}
.fa-user-circle:before {
content: "\f2bd";
}
.fa-user-circle-o:before {
content: "\f2be";
}
.fa-user-o:before {
content: "\f2c0";
}
.fa-id-badge:before {
content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
content: "\f2c3";
}
.fa-quora:before {
content: "\f2c4";
}
.fa-free-code-camp:before {
content: "\f2c5";
}
.fa-telegram:before {
content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
content: "\f2cb";
}
.fa-shower:before {
content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
content: "\f2cd";
}
.fa-podcast:before {
content: "\f2ce";
}
.fa-window-maximize:before {
content: "\f2d0";
}
.fa-window-minimize:before {
content: "\f2d1";
}
.fa-window-restore:before {
content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
content: "\f2d4";
}
.fa-bandcamp:before {
content: "\f2d5";
}
.fa-grav:before {
content: "\f2d6";
}
.fa-etsy:before {
content: "\f2d7";
}
.fa-imdb:before {
content: "\f2d8";
}
.fa-ravelry:before {
content: "\f2d9";
}
.fa-eercast:before {
content: "\f2da";
}
.fa-microchip:before {
content: "\f2db";
}
.fa-snowflake-o:before {
content: "\f2dc";
}
.fa-superpowers:before {
content: "\f2dd";
}
.fa-wpexplorer:before {
content: "\f2de";
}
.fa-meetup:before {
content: "\f2e0";
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body { margin: 0; }
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { display: block; }
audio, canvas, progress, video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden], template {
display: none;
}
a { background-color: transparent; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: 700; }
small { font-size: 80%; }
sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0; }
svg:not(:root) {
overflow: hidden;
}
figure { margin: 0; }
hr {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
code, kbd, pre, samp { font-size: 1em; }
button, input, optgroup, select, textarea {
color: inherit;
font: inherit;
margin: 0;
}
select { text-transform: none; }
button { overflow: visible; }
button, input, select, textarea { max-width: 100%; }
button, html input[type="button"], input[type="reset"], input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled], html input[disabled] {
cursor: default;
opacity: .5;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
input[type="checkbox"], input[type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-right: 0.4375em;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] { -webkit-appearance: textfield; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #d1d1d1;
margin: 0 0 10px;
min-width: inherit;
padding: 0.875em;
}
fieldset > :last-child { margin-bottom: 0; }
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
vertical-align: top;
}
optgroup { font-weight: bold; } .menu-item-has-children a:after, .social-navigation a:before, .dropdown-toggle:after, .bypostauthor > article .fn:after, .comment-reply-title small a:before, .pagination .prev:before, .pagination .next:before, .pagination .nav-links:before, .pagination .nav-links:after, .search-submit:before {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-family: "FontAwesome";
font-size: 16px;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
speak: none;
text-align: center;
text-decoration: inherit;
text-transform: none;
vertical-align: top;
} html, body, button, input, select, textarea {
color: #1a1a1a;
font-family: Segoe UI, Segoe, sans-serif;
font-size: 15px;
line-height: 22px;
}
h1, h2, h3, h4, h5, h6 {
clear: both;
margin: 0;
text-rendering: optimizeLegibility;
}
p { margin: 0 0 10px; }
dfn, cite, em, i { font-style: italic; }
blockquote {
border: 0 solid #1a1a1a;
border-left-width: 4px;
color: #686868;
font-size: 22px;
line-height: 35px;
font-style: italic;
margin: 0 0 1.4736842105em;
padding: 0 0 0 1.263157895em;
}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote p { margin-bottom: 1.4736842105em; }
blockquote cite, blockquote small {
color: #1a1a1a;
display: block;
font-size: 16px;
font-size: 1rem;
line-height: 1.75;
}
blockquote cite:before, blockquote small:before { content: "\2014\00a0"; }
blockquote em, blockquote i, blockquote cite { font-style: normal; }
blockquote strong, blockquote b { font-weight: 400; }
blockquote > :last-child { margin-bottom: 0; }
address {
font-style: italic;
margin: 0 0 10px;
}
code, kbd, tt, var, samp, pre { font-family: Inconsolata, monospace; }
pre {
border: 1px solid #d1d1d1;
font-size: 16px;
font-size: 1rem;
line-height: 1.3125;
margin: 0 0 10px;
max-width: 100%;
overflow: auto;
padding: 1.75em;
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}
code {
background-color: #d1d1d1;
padding: 0.125em 0.25em;
}
abbr, acronym {
border-bottom: 1px dotted #d1d1d1;
cursor: help;
}
mark, ins {
background: #007acc;
color: #fff;
padding: 0.125em 0.25em;
text-decoration: none;
}
big { font-size: 125%; } html {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*, *:before, *:after { -webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
}
body {
background: #EFEFEF;
font-size: 15px;
}
hr {
background-color: #d1d1d1;
border: 0;
height: 1px;
margin: 0 0 10px;
}
ul, ol {
margin: 0 0 10px 10px;
padding: 0;
}
ul { list-style: disc; }
ol {
list-style: decimal;
margin-left: 1.5em;
}
li > ul, li > ol { margin-bottom: 0; }
dl { margin: 0 0 10px; }
dt { font-weight: 700; }
dd { margin: 0 0 10px; }
img {
height: auto; max-width: 100%; vertical-align: middle;
}
del { opacity: 0.8; }
table, th, td { border: 1px solid #d1d1d1; }
table {
border-collapse: separate;
border-spacing: 0;
border-width: 1px 0 0 1px;
margin: 0 0 10px;
table-layout: fixed; width: 100%;
}
caption, th, td {
font-weight: normal;
text-align: left;
}
th {
border-width: 0 1px 1px 0;
font-weight: 700;
}
td { border-width: 0 1px 1px 0; }
th, td { padding: 0.4375em; } ::-webkit-input-placeholder {
color: #686868;
}
:-moz-placeholder {
color: #686868;
}
::-moz-placeholder {
color: #686868;
opacity: 1; }
:-ms-input-placeholder {
color: #686868;
}
.post-password-form { margin-bottom: 1.75em; }
.post-password-form label {
color: #686868;
display: block;
font-size: 13px;
font-size: 0.8125rem;
letter-spacing: 0.076923077em;
line-height: 1.6153846154;
margin-bottom: 1.75em;
text-transform: uppercase;
}
.post-password-form input[type="password"] { margin-top: 0.4375em; }
.post-password-form > :last-child { margin-bottom: 0; }
.search-form {
position: relative;
height: 37px;
background-color: #f7f7f7;
border: 1px solid #ddd;
display: block;
padding: 0px;
} .search-submit {
bottom: 0;
overflow: hidden;
padding: 0px 10px;
position: absolute;
right: 2px;
top: 2px;
height: 31px;
font-size: 13px;
text-transform: uppercase;
} a {
color: #007acc;
text-decoration: none;
}
a:hover, a:focus, a:active { color: #D13210; }
a:focus { outline: none; }
a:hover, a:active { outline: 0; }
.entry-content a:hover, .entry-content a:focus, .entry-summary a:hover, .entry-summary a:focus, .taxonomy-description a:hover, .taxonomy-description a:focus, .logged-in-as a:hover, .logged-in-as a:focus, .comment-content a:hover, .comment-content a:focus, .pingback .comment-body > a:hover, .pingback .comment-body > a:focus, .textwidget a:hover, .textwidget a:focus { box-shadow: none; } .post-navigation { } .post-navigation span { display: block; }
.post-navigation .nav-links { overflow: hidden; }
.post-navigation .meta-nav {
color: #686868;
font-size: 12px;
margin-bottom: 5px;
text-transform: uppercase;
}
.post-navigation .post-title {
display: block;
font-size: 15px;
line-height: 20px;
}
.post-navigation a:hover .post-title, .post-navigation a:focus .post-title { color: #007acc; }
.pagination {
font-size: 15px;
margin: 0 0 2.947368421em;
min-height: 56px;
position: relative;
}
.pagination .nav-links {
position: relative;
text-align: center;
}
.pagination .page-numbers {
display: inline-block;
line-height: 20px;
padding: 10px 19px;
background-color: #fff;
border: solid 1px #dedede;
margin: 5px auto;
letter-spacing: 0px !important;
text-decoration: none !important;
}
.pagination .current { font-weight: bold; }
.image-navigation, .comment-navigation {
border-top: 1px solid #d1d1d1;
border-bottom: 1px solid #d1d1d1;
color: #686868;
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.6153846154;
margin: 0 7.6923% 2.1538461538em;
padding: 1.0769230769em 0;
}
.comment-navigation {
margin-right: 0;
margin-left: 0;
}
.comments-title + .comment-navigation {
border-bottom: 0;
margin-bottom: 0;
}
.image-navigation .nav-previous:not(:empty), .image-navigation .nav-next:not(:empty), .comment-navigation .nav-previous:not(:empty), .comment-navigation .nav-next:not(:empty) {
display: inline-block;
}
.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before, .comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
content: "\002f";
display: inline-block;
opacity: 0.7;
padding: 0 0.538461538em;
}  .says, .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px; word-wrap: normal !important;
} .site .skip-link {
background-color: #f1f1f1;
box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
color: #21759b;
display: block;
font-size: 14px;
font-weight: 700;
left: -9999em;
outline: none;
padding: 15px 23px 14px;
text-decoration: none;
text-transform: none;
top: -9999em;
}
.logged-in .site .skip-link { box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2); }
.site .skip-link:focus {
clip: auto;
height: auto;
left: 6px;
top: 7px;
width: auto;
z-index: 100000;
} .alignleft {
float: left;
margin: 0.375em 1.75em 1.75em 0;
}
.alignright {
float: right;
margin: 0.375em 0 1.75em 1.75em;
}
.alignnone {
float: none;
margin: 20px 0;
clear: both;
}
.aligncenter {
clear: both;
display: block;
margin: 0 auto 1.75em;
}
blockquote.alignleft { margin: 0.3157894737em 1.4736842105em 1.473684211em 0; }
blockquote.alignright { margin: 0.3157894737em 0 1.473684211em 1.4736842105em; }
blockquote.aligncenter { margin-bottom: 1.473684211em; } .clear:before, .clear:after, blockquote:before, blockquote:after, .entry-content:before, .entry-content:after, .entry-summary:before, .entry-summary:after, .comment-content:before, .comment-content:after, .site-content:before, .site-content:after, .site-main > article:before, .site-main > article:after, .primary-menu:before, .primary-menu:after, .social-links-menu:before, .social-links-menu:after, .textwidget:before, .textwidget:after, .content-bottom-widgets:before, .content-bottom-widgets:after {
content: "";
display: table;
}
.clear:after, blockquote:after, .entry-content:after, .entry-summary:after, .comment-content:after, .site-content:after, .site-main > article:after, .primary-menu:after, .social-links-menu:after, .textwidget:after, .content-bottom-widgets:after { clear: both; } .widget-area > :last-child, .widget > :last-child { margin-bottom: 0; }
.widget .widget-title:empty { margin-bottom: 0; }
.widget-title a { color: #1a1a1a; } .widget.widget_calendar table, .widget_calendar td, .widget_calendar th {
margin: 0;
border-collapse: collapse;
border-color: #ddd;
}
.widget_calendar td, .widget_calendar th {
line-height: 2.5625;
padding: 0;
font-size: 12px;
text-align: center;
}
.widget_calendar th { background: #eee; }
.widget_calendar caption {
font-weight: 900;
margin-bottom: 1.75em;
}
.widget_calendar tbody a {
background-color: #007acc;
color: #fff;
display: block;
font-weight: 700;
}
.widget_calendar tbody a:hover, .widget_calendar tbody a:focus {
background-color: #686868;
color: #fff;
} .widget_recent_entries .post-date {
color: #686868;
display: block;
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.615384615;
margin-bottom: 0.538461538em;
}
.widget_recent_entries li:last-child .post-date { margin-bottom: 0; } .widget_rss .rsswidget img { margin-top: -0.375em; }
.widget_rss .rss-date, .widget_rss cite {
color: #686868;
display: block;
font-size: 13px;
font-size: 0.8125rem;
font-style: normal;
line-height: 1.615384615;
margin-bottom: 0.538461538em;
}
.widget_rss .rssSummary:last-child { margin-bottom: 2.1538461538em; }
.widget_rss li:last-child :last-child { margin-bottom: 0; } .tagcloud a {
border: 1px solid #d1d1d1;
display: inline-block;
line-height: 1;
margin: 2px;
padding: 8px 10px;
background: #eee;
font-size: 12px !important;
}
.tagcloud a:hover, .tagcloud a:focus {
border-color: #007acc;
background: #007acc;
color: #fff;
outline: 0;
} .site-content { word-wrap: break-word; } #content[tabindex="-1"]:focus { outline: 0; } .site-main > article {
margin-bottom: 3.5em;
position: relative;
}
.entry-header, .entry-summary, .entry-content, .entry-footer, .page-content, .entry-meta { }
.entry-title {
font-size: 28px;
font-size: 1.75rem;
line-height: 1.25;
margin-bottom: 1em;
}
.entry-title a { color: #1a1a1a; }
.entry-title a:hover, .entry-title a:focus { color: #007acc; }
.post-thumbnail img { display: block; }
.no-sidebar .post-thumbnail img { margin: 0 auto; }
a.post-thumbnail:hover, a.post-thumbnail:focus { opacity: 0.85; }
.entry-content, .entry-summary { border-color: #d1d1d1; }
.entry-content h1, .entry-summary h1, .comment-content h1, .textwidget h1 {
font-size: 30px;
line-height: 40px;
margin-top: 2em;
margin-bottom: 15px;
}
.entry-content h2, .entry-summary h2, .comment-content h2, .textwidget h2 {
font-size: 25px;
line-height: 35px;
margin-top: 0;
margin-bottom: 15px;
}
.entry-content h3, .entry-summary h3, .comment-content h3, .textwidget h3 {
font-size: 20px;
line-height: 30px;
margin-top: 0;
margin-bottom: 15px;
}
.entry-content h4, .entry-content h5, .entry-content h6, .entry-summary h4, .entry-summary h5, .entry-summary h6, .comment-content h4, .comment-content h5, .comment-content h6, .textwidget h4, .textwidget h5, .textwidget h6 {
margin-top: 0;
margin-bottom: 15px;
}
.entry-content h4, .entry-summary h4, .comment-content h4, .textwidget h4 {
font-size: 18;
line-height: 25px;
}
.entry-content h5, .entry-summary h5, .comment-content h5, .textwidget h5 {
font-size: 16;
line-height: 23px;
}
.entry-content h6, .entry-summary h6, .comment-content h6, .textwidget h6 {
font-size: 15;
line-height: 23px;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-summary h1, .entry-summary h2, .entry-summary h3, .entry-summary h4, .entry-summary h5, .entry-summary h6, .comment-content h1, .comment-content h2, .comment-content h3, .comment-content h4, .comment-content h5, .comment-content h6, .textwidget h1, .textwidget h2, .textwidget h3, .textwidget h4, .textwidget h5, .textwidget h6 { }
.entry-content h1:first-child, .entry-content h2:first-child, .entry-content h3:first-child, .entry-content h4:first-child, .entry-content h5:first-child, .entry-content h6:first-child, .entry-summary h1:first-child, .entry-summary h2:first-child, .entry-summary h3:first-child, .entry-summary h4:first-child, .entry-summary h5:first-child, .entry-summary h6:first-child, .comment-content h1:first-child, .comment-content h2:first-child, .comment-content h3:first-child, .comment-content h4:first-child, .comment-content h5:first-child, .comment-content h6:first-child, .textwidget h1:first-child, .textwidget h2:first-child, .textwidget h3:first-child, .textwidget h4:first-child, .textwidget h5:first-child, .textwidget h6:first-child { margin-top: 0; }
.post-navigation .post-title, .entry-title, .comments-title {
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}
body:not(.search-results) .entry-summary p, body:not(.search-results) .entry-summary address, body:not(.search-results) .entry-summary hr, body:not(.search-results) .entry-summary ul, body:not(.search-results) .entry-summary ol, body:not(.search-results) .entry-summary dl, body:not(.search-results) .entry-summary dd, body:not(.search-results) .entry-summary table {
margin-bottom: 1.4736842105em;
}
body:not(.search-results) .entry-summary li > ul, body:not(.search-results) .entry-summary li > ol {
margin-bottom: 0;
}
body:not(.search-results) .entry-summary th, body:not(.search-results) .entry-summary td {
padding: 0.3684210526em;
}
body:not(.search-results) .entry-summary fieldset {
margin-bottom: 1.4736842105em;
padding: 0.3684210526em;
}
body:not(.search-results) .entry-summary blockquote {
border-color: currentColor;
}
body:not(.search-results) .entry-summary blockquote > :last-child {
margin-bottom: 0;
}
body:not(.search-results) .entry-summary .alignleft {
margin: 0.2631578947em 1.4736842105em 1.4736842105em 0;
}
body:not(.search-results) .entry-summary .alignright {
margin: 0.2631578947em 0 1.4736842105em 1.4736842105em;
}
body:not(.search-results) .entry-summary .aligncenter {
margin-bottom: 1.4736842105em;
}
.entry-content > :last-child, .entry-summary > :last-child, body:not(.search-results) .entry-summary > :last-child, .page-content > :last-child, .comment-content > :last-child, .textwidget > :last-child {
margin-bottom: 0;
}
.more-link { white-space: nowrap; }
.entry-footer, .entry-meta {
color: #686868;
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.6153846154;
}
.entry-footer:empty, .entry-meta:empty { margin: 0; }
.entry-footer a, .entry-meta a { color: #686868; }
.entry-footer a:hover, .entry-footer a:focus, .entry-meta a:focus, .entry-meta a:hover { color: #007acc; }
.entry-footer .avatar, .entry-meta .avatar {
height: 21px;
margin: -0.1538461538em 0.5384615385em 0 0;
width: 21px;
}
.sticky-post { } .updated:not(.published) {
display: none;
}
.sticky .posted-on, .byline { display: none; }
.single .byline, .group-blog .byline { display: inline; }
body.error404 .page-header, body.search-no-results .page-header {
border-top: 0;
padding-top: 0;
}
.page-title {
font-size: 23px;
font-size: 1.4375rem;
line-height: 1.2173913043;
}
.taxonomy-description {
color: #686868;
font-size: 13px;
}
.taxonomy-description p { margin: 0 0 10px; }
.taxonomy-description > :last-child { margin-bottom: 0; }
.page-links {
clear: both;
margin: 0 0 10px;
}
.page-links a, .page-links > span {
border: 1px solid #d1d1d1;
display: inline-block;
height: auto;
padding: 3px 10px;
line-height: 1.6923076923em;
margin-right: 0.3076923077em;
text-align: center;
width: auto;
}
.page-links a {
background-color: #333;
border-color: #333;
color: #fff;
}
.page-links a:hover, .page-links a:focus {
background-color: #007acc;
border-color: transparent;
color: #fff;
}
.page-links > .page-links-title {
border: 0;
color: #1a1a1a;
height: auto;
margin: 0;
padding-right: 0.6153846154em;
width: auto;
}
.entry-attachment { margin-bottom: 1.75em; }
.entry-caption {
color: #686868;
font-size: 13px;
font-size: 0.8125rem;
font-style: italic;
line-height: 1.6153846154;
padding-top: 1.0769230769em;
}
.entry-caption > :last-child { margin-bottom: 0; }
.content-bottom-widgets { margin: 0 7.6923%; }
.content-bottom-widgets .widget-area { margin-bottom: 3.5em; } .format-aside .entry-title, .format-image .entry-title, .format-video .entry-title, .format-quote .entry-title, .format-gallery .entry-title, .format-status .entry-title, .format-link .entry-title, .format-audio .entry-title, .format-chat .entry-title {
font-size: 19px;
font-size: 1.1875rem;
line-height: 1.473684211;
margin-bottom: 1.473684211em;
}
.blog .format-status .entry-title, .archive .format-status .entry-title { display: none; } .comments-area { margin: 0px; }
.comment-list + .comment-respond, .comment-navigation + .comment-respond { padding-top: 1.75em; }
.comments-title, .comment-reply-title {
font-size: 25px;
line-height: 35px;
padding-top: 0;
}
.comments-title { margin-bottom: 1.217391304em; }
.comment-list {
list-style: none;
margin: 0;
}
.comment-list article, .comment-list .pingback, .comment-list .trackback {
border-top: 1px solid #eee;
padding: 20px 0;
position: relative;
}
.comment-list .comment:last-child article { }
.comment-list .children {
list-style: none;
margin: 0;
}
.comment-list .children > li { padding-left: 0.875em; }
.comment-author {
color: #1a1a1a;
margin-bottom: 0.4375em;
}
.comment-author .avatar {
float: left;
height: 42px;
margin-right: 20px;
position: relative;
width: 42px;
margin-top: 5px;
}
.bypostauthor > article .fn:after {
content: "\f007";
left: 3px;
position: relative;
top: 5px;
color: #555;
}
.comment-metadata, .pingback .edit-link {
color: #686868;
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.6153846154;
}
.comment-metadata {
margin-bottom: 10px;
margin-left: 40px;
margin-top: -6px;
}
.comment-content {
margin-left: 61px;
font-size: 14px;
line-height: 19px;
clear: both;
display: block;
}
.comment-metadata a, .pingback .comment-edit-link { color: #686868; }
.comment-metadata a:hover, .comment-metadata a:focus, .pingback .comment-edit-link:hover, .pingback .comment-edit-link:focus { color: #007acc; }
.comment-metadata .edit-link, .pingback .edit-link { display: inline-block; }
.comment-metadata .edit-link:before, .pingback .edit-link:before {
content: "\002f";
display: inline-block;
opacity: 0.7;
padding: 0 0.538461538em;
}
.comment-content ul, .comment-content ol { margin: 0 0 1.5em 1.25em; }
.comment-content li > ul, .comment-content li > ol { margin-bottom: 0; }
.comment-reply-link {
border: 1px solid #d1d1d1;
color: #007acc;
display: inline-block;
font-size: 13px;
font-size: 0.8125rem;
line-height: 1;
margin-top: 2.1538461538em;
padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}
.comment-reply-link:hover, .comment-reply-link:focus {
border-color: currentColor;
color: #007acc;
outline: 0;
}
.comment-form { padding-top: 1.75em; }
.comment-form label {
color: #686868;
display: block;
font-size: 13px;
font-size: 0.8125rem;
letter-spacing: 0.076923077em;
line-height: 1.6153846154;
margin-bottom: 0.5384615385em;
text-transform: uppercase;
}
.comment-list .comment-form { padding-bottom: 1.75em; }
.comment-form input, .comment-form textarea { background: #fff; }
.comment-form p { margin: 0 0 15px; }
.comment-notes, .comment-awaiting-moderation, .logged-in-as, .form-allowed-tags {
color: #686868;
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.6153846154;
margin-bottom: 2.1538461538em;
}
.no-comments {
border-top: 1px solid #d1d1d1;
font-weight: 700;
margin: 0;
padding-top: 1.75em;
}
.comment-navigation + .no-comments {
border-top: 0;
padding-top: 0;
}
.form-allowed-tags code { font-family: Inconsolata, monospace; }
.form-submit { margin-bottom: 0; }
.required { color: #007acc; }
.comment-reply-title small { font-size: 100%; }
.comment-reply-title small a {
border: 0;
float: right;
height: 22px;
overflow: hidden;
width: 20px;
right: 0;
}
.comment-reply-title small a:hover, .comment-reply-title small a:focus { color: #1a1a1a; }
.comment-reply-title small a:before {
content: "\f057";
font-size: 23px;
position: relative;
top: 0;
color: #c00;
right: 0;
} .site-footer { padding: 0 7.6923% 1.75em; }
.site-info {
color: #686868;
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.6153846154;
}
.site-info a { color: #686868; }
.site-info a:hover, .site-info a:focus { color: #007acc; }
.site-footer .site-title {
font-size: inherit;
font-weight: 400;
}
.site-footer .site-title:after {
content: "\002f";
display: inline-block;
font-family: Montserrat, sans-serif;
opacity: 0.7;
padding: 0 0.307692308em 0 0.538461538em;
} .site .avatar { }
.entry-content .wp-smiley, .entry-summary .wp-smiley, .comment-content .wp-smiley, .textwidget .wp-smiley {
border: none;
margin-top: 0;
margin-bottom: 0;
padding: 0;
}
.entry-content a img, .entry-summary a img, .comment-content a img, .textwidget a img { display: block; } embed, iframe, object, video {
max-width: 100%;
vertical-align: middle;
}
p > embed, p > iframe, p > object, p > video { margin-bottom: 0; }
.entry-content .wp-audio-shortcode a, .entry-content .wp-playlist a { box-shadow: none; }
.wp-audio-shortcode, .wp-video, .wp-playlist.wp-audio-playlist {
margin-top: 0;
margin-bottom: 1.75em;
}
.wp-playlist.wp-audio-playlist { padding-bottom: 0; }
.wp-playlist .wp-playlist-tracks { margin-top: 0; }
.wp-playlist-item .wp-playlist-caption {
border-bottom: 0;
padding: 0.7142857143em 0;
}
.wp-playlist-item .wp-playlist-item-length { top: 0.7142857143em; } .wp-caption {
margin-bottom: 1.75em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0;
}
.wp-caption .wp-caption-text {
color: #686868;
font-size: 13px;
font-style: italic;
line-height: 15px;
background: #eee;
padding: 8px 15px;
} .gallery { margin: 0 -1.1666667% 1.75em; }
.gallery-item {
display: inline-block;
max-width: 33.33%;
padding: 0 1.1400652% 2.2801304%;
text-align: center;
vertical-align: top;
width: 100%;
position: relative;
overflow: hidden;
}
.gallery-columns-1 .gallery-item { max-width: 100%; }
.gallery-columns-2 .gallery-item { max-width: 50%; }
.gallery-columns-4 .gallery-item { max-width: 25%; }
.gallery-columns-5 .gallery-item { max-width: 20%; }
.gallery-columns-6 .gallery-item { max-width: 16.66%; }
.gallery-columns-7 .gallery-item { max-width: 14.28%; }
.gallery-columns-8 .gallery-item { max-width: 12.5%; }
.gallery-columns-9 .gallery-item { max-width: 11.11%; }
.gallery-icon img {
margin: 0 auto;
width: 100%;
}
.gallery-caption {
color: #000;
display: block;
font-size: 14px;
line-height: 1.6153846154;
padding: 10px;
background: #e2e2e2;
}  .widecolumn {
margin-bottom: 3.5em;
padding: 0 7.6923%;
}
.widecolumn .mu_register { width: auto; }
.widecolumn .mu_register .mu_alert {
background: transparent;
border-color: #d1d1d1;
color: inherit;
margin-bottom: 3.5em;
padding: 1.75em;
}
.widecolumn form, .widecolumn .mu_register form { margin-top: 0; }
.widecolumn h2 {
font-size: 23px;
font-size: 1.4375rem;
font-weight: 900;
line-height: 1.2173913043;
margin-bottom: 1.2173913043em;
}
.widecolumn p { margin: 1.75em 0; }
.widecolumn p + h2 { margin-top: 2.4347826087em; }
.widecolumn label, .widecolumn .mu_register label {
color: #686868;
font-size: 13px;
font-size: 0.8125rem;
font-weight: 400;
letter-spacing: 0.076923077em;
line-height: 1.6153846154;
text-transform: uppercase;
}
.widecolumn .mu_register label { margin: 2.1538461538em 0.7692307692em 0.5384615385em 0; }
.widecolumn .mu_register label strong { font-weight: 400; }
.widecolumn #key, .widecolumn .mu_register #blog_title, .widecolumn .mu_register #user_email, .widecolumn .mu_register #blogname, .widecolumn .mu_register #user_name {
font-size: 16px;
font-size: 1rem;
width: 100%;
}
.widecolumn .mu_register #blogname { margin: 0; }
.widecolumn .mu_register #blog_title, .widecolumn .mu_register #user_email, .widecolumn .mu_register #user_name { margin: 0 0 0.375em; }
.widecolumn #submit, .widecolumn .mu_register input[type="submit"] {
font-size: 16px;
font-size: 1rem;
margin: 0;
width: auto;
}
.widecolumn .mu_register .prefix_address, .widecolumn .mu_register .suffix_address { font-size: inherit; }
.widecolumn .mu_register > :last-child, .widecolumn form > :last-child { margin-bottom: 0; } .clear:before, .clear:after {
content: "";
display: table;
width: 100%;
}
.clear:after { clear: both; }
.button, button, input, select, textarea {
background-color: #f7f7f7;
font-size: 13px;
line-height: normal;
margin: 0;
max-width: 100%;
vertical-align: baseline;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
outline: none;
border: 1px solid #ddd;
padding: 8px;
}
.button, button, input[type="submit"], input[type="reset"], .comment-form input.submit, .comment-reply-link {
background: #0f8bda;
color: #fff !important;
border: none;
outline: none;
padding: 10px 15px;
}
.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, .comment-form input.submit:hover, .comment-reply-link:hover { background: #38a4e8; }
input, select, textarea { }
input[type="radio"], input[type="checkbox"] {
padding: none;
margin-right: 5px;
font-size: inherit;
line-height: normal;
}
input:active, select:active, textarea:active, input:focus, select:focus, textarea:focus { border: 1px solid #69BFFC; }
select {
-webkit-appearance: none;
width: auto !important;
}
textarea {
width: 100%;
height: 100px;
max-width: 100%;
resize: vertical;
}
.hentry.post-content .entry-summary p a, .hentry.post-content .entry-summary p a.read-more i, #home-slider button, #sidebar .widget.widget_widget_tptn_pop ul li, .tagcloud am#masthead .search-form-wrap.float form { -webkit-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
}
#page, #content { height: auto; }
.wrapper {
max-width: 1200px;
margin: 0 auto;
}
#masthead {
background-color: #fff;
background-position: center;
background-repeat: no-repeat;
margin-bottom: 30px;
}
#masthead .site-header-main, #masthead .site-header-sub {
padding: 10px;
border-bottom: 1px solid #E5E5E5;
}
#masthead .site-branding {
float: left;
margin-right: 20px;
margin-top: 4px;
height: 30px;
}
#masthead .site-branding.logo-active { max-width: 140px; }
#masthead .site-branding h1, #masthead .site-branding p.site-title {
font-size: 22px;
line-height: 25px;
text-transform: uppercase;
font-weight: bold;
margin-top: 2px;
}
#masthead .site-branding p { font-size: 14px; }
#masthead .site-branding a {
color: #1b52a7;
text-decoration: none !important;
}
#masthead .site-branding a:hover { }
#masthead .site-branding img.logo, #masthead .site-branding img {
max-height: 36px !important;
width: auto !important;
}
#masthead .search-form-wrap, #main .search-form-wrap {
float: left;
width: 20%;
margin-right: 30px;
position: relative;
}
#masthead .search-form-wrap .search-submit { display:none; }
#main .search-form-wrap {
float: none;
width: 100%;
}
#masthead .search-form-wrap.float { position: static; }
#masthead .search-form-wrap.float form i.fa {
left: 20px !important;
top: 18px !important;
font-size: 18px !important;
}
#masthead .search-form-wrap .search-toggle {
width: 44px;
position: relative;
}
#masthead .search-form-wrap form i.fa, #main .search-form-wrap form i.fa {
position: absolute;
width: 15px;
height: 15px;
top: 10px;
left: 10px;
color: #999;
}
#masthead .search-form-wrap input.search-field, #main .search-form-wrap form input.search-field, input.search-field {
padding-left: 35px;
border:none !important;
outline:none !important;
width:100%;
}
.widget .search-form input.search-field { padding-left: 5px; }
#masthead .site-header-menu {
float: right;
position: relative;
}
#masthead .site-header-menu .menu-toggle, #masthead .search-form-wrap .search-toggle {
display: none;
padding: 6px 10px;
height: 36px;
overflow: hidden;
background: #eee !important;
color: #333 !important;
}
#masthead .site-header-menu .menu-toggle i, #masthead .search-form-wrap .search-toggle i {
margin-right: 8px;
float: left;
font-size: 24px;
}
#masthead .site-header-menu .menu-toggle span, #masthead .search-form-wrap .search-toggle span {
float: right;
margin-top: 3px;
}
#masthead .search-form-wrap .search-toggle span { display: none; }
#masthead .site-header-menu .main-navigation { position: relative; }
#masthead .site-header-menu ul {
margin: 0px;
list-style: none;
padding: 0px;
}
#masthead .site-header-menu ul.primary-menu { margin-top: 0px; }
#masthead .site-header-menu li {
float: left;
position: relative;
padding: 0px;
}
#masthead .site-header-menu li.menu-item-has-children a { padding-right: 20px; }
#masthead .site-header-menu li.menu-item-has-children a:after {
content: '\f078';
font: normal normal normal 14px/1 FontAwesome;
line-height: 0px;
display: block;
position: absolute;
right: 7px;
top: 17px;
}
#masthead .site-header-menu li a {
font-weight: 600;
display: block;
line-height: 38px;
padding: 0 0px;
margin: 0 10px;
font-size: 12px;
color: #505050;
height: 33px;
text-transform: uppercase;
text-decoration: none !important;
}
#masthead .site-header-menu li.current_page_item a, #masthead .site-header-menu li.current-menu-item a, #masthead .site-header-menu li.current-post-ancestor a, #masthead .site-header-menu li.current-menu-parent a, #masthead .site-header-menu li.current-post-parent a { color: #003DBD!important }
#masthead .site-header-menu ul.primary-menu li ul.sub-menu {
position: absolute;
left: 0px;
background: #7D7D7D;
width: 180px;
padding: 10px;
border: 1px solid #E5E5E5;
top: auto;
border-top: none;
display: none;
margin: 8px 0 0;
z-index: 9999;
}
#masthead .site-header-menu ul.primary-menu li ul.sub-menu:before {
position: absolute;
content: "\f0d8";
font: normal normal normal 14px/1 FontAwesome;
width: 180px;
height: 11px;
font-size: 35px;
top: -10px;
left: 0px;
color: #7D7D7D;
padding-left: 10px;
line-height: 12px;
overflow: hidden;
}
#masthead .site-header-menu ul.primary-menu li:hover ul.sub-menu { display: block; }
#masthead .site-header-menu ul.primary-menu li ul.sub-menu li {
margin: 0px;
float: none;
clear: both;
}
#masthead .site-header-menu ul.primary-menu li ul.sub-menu li a {
line-height: 18px;
height: auto;
margin: 8px 0;
padding: 0px;
font-weight: normal;
text-transform: capitalize;
}
#masthead .site-header-menu ul.primary-menu li ul.sub-menu li a:after { content: '' }
#masthead .site-header-menu ul.primary-menu li ul.sub-menu li a, #masthead .site-header-menu li.current_page_item li a, #masthead .site-header-menu li.current-menu-item li a, #masthead .site-header-menu li.current-post-ancestor li a, #masthead .site-header-menu li.current-menu-parent li a, #masthead .site-header-menu li.current-post-parent li a { color: #fff !important; }
#masthead .site-header-sub {
height: 40px;
overflow: hidden;
padding-top: 6px;
}
#masthead .site-header-sub .secondary-navigation {
overflow: auto;
padding-bottom: 10px;
}
#masthead .site-header-sub ul {
display: block;
width: 1200px;
margin: 0px auto;
list-style: none;
}
#masthead .site-header-sub ul li {
float: left;
margin: 0 20px 0 0;
border-bottom: 3px solid #fff;
padding-bottom: 4px;
}
#masthead .site-header-sub ul li a {
color: #505050;
font-size: 14px;
text-transform: capitalize;
border-bottom: 3px solid #FFFFFF;
}
#masthead .site-header-sub li.current_page_item, #masthead .site-header-sub li.current-menu-item, #masthead .site-header-sub li.current-post-ancestor, #masthead .site-header-sub li.current-menu-parent, #masthead .site-header-sub li.current-post-parent { border-color: #003DBD; }
#masthead .site-header-sub li.current_page_item a, #masthead .site-header-sub li.current-menu-item a, #masthead .site-header-sub li.current-post-ancestor a, #masthead .site-header-sub li.current-menu-parent a, #masthead .site-header-sub li.current-post-parent a { color: #003DBD !important; }
#main {
width: 70%;
float: left;
}
body.no-sidebar #main {
margin:0 auto;
float: none;
}
#main.full-width {
width: 100%;
float: none;
}
#main .page-header {
margin-bottom: 30px;
margin-left: 2px;
background: #FFF;
border: solid 1px #dedede;
padding: 20px;
}
#main .page-header .page-title {
font-size: 30px;
margin-bottom: 10px;
margin-left: 2px;
text-transform: uppercase;
position: relative;
}
#main .page-header .page-title span {
display: block;
font-size: 13px;
line-height: 15px;
color: #777;
margin-top: 4px;
}
#main .page-header .page-title a.subscribe {
position: absolute;
top: 0;
right: 0px;
display: block;
font-size: 13px;
background: #dc7400;
color: #fff;
padding: 5px 10px;
height: 25px;
-webkit-user-select: none;
user-select: none;
}
#main .page-header .page-title a.subscribe i { margin-right: 5px; }
#main .hentry, #secondary.sidebar .widget, section.no-results {
position: relative;
background: #FFF;
border: solid 1px #dedede;
margin-bottom: 30px;
font-size: 15px;
}
section.no-results .page-header, section.no-results .page-content { padding:20px !important; }
section.no-results .page-header {
border: 0px !important;
border-bottom: 1px solid #dedede !important;
margin:0px !important
}
section.no-results .page-header .page-title { margin:0px !important }
#main .hentry.post-content .post-thumbnail {
width: 100%;
overflow: hidden;
max-height: 500px;
background: #EFEFEF;
background-image: linear-gradient(135deg, #8e8485, #70929c);
border: 0;
display: block;
}
#main.full-width .hentry.post-content .post-thumbnail { max-height: none; }
#main .hentry .post-thumbnail img {
display: block;
margin: 0 auto;
max-width: 100%;
width: auto;
height: auto;
}
#main .hentry.post-content .entry-title {
font-size: 28px;
line-height: 40px;
padding: 20px 25px 12px;
margin: 0;
text-transform: uppercase;
border-bottom: solid 1px #EAEAEA;
}
#main .hentry.post-content .entry-title a {
color: #222;
text-decoration: none !important;
}
#main .hentry.post-content .entry-content, #main .hentry.post-content .entry-summary {
padding: 25px;
font-size: 17px;
line-height: 30px;
color: #444;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
word-wrap: break-word;
}
#main .hentry.post-content .entry-summary{
font-size: 15px;
line-height: 25px;
}
#main .hentry.post-content .entry-summary p { margin: 0; }
#main .hentry.post-content .entry-summary p a.read-more {
display: block;
padding: 10px 20px;
border: 1px solid;
width: 195px;
text-align: center;
margin: 25px 0 0;
text-decoration: none !important;
font-weight: normal;
}
#main .hentry.post-content .entry-summary p a.read-more i {
margin-left: 5px;
font-weight: normal;
}
#main .hentry.post-content .entry-summary p a.read-more:hover i { margin-left: 10px; }
#main .hentry.post-content .entry-meta {
background-color: #f7f7f7;
color: #707070;
font-size: 12px;
padding: 10px 25px;
border-top: solid 1px #EAEAEA;
margin-top: -1px;
border-bottom: solid 1px #EAEAEA;
}
#main .hentry.post-content .entry-meta ul {
margin:0px;
list-style:none;
}
#main .hentry.post-content .entry-meta ul li {
position: relative;
float: left;
display: block;
margin-right: 20px;
margin-top: 5px;
margin-bottom: 5px;
}
#main .hentry.post-content .entry-meta ul li i.fa { margin-right:2px; }
#main .hentry.post-content .entry-meta a {
color: #707070;
text-transform: capitalize;
}
#main .hentry.post-content .entry-meta a:hover {
color: #3b5998;
text-decoration: underline;
} #main .page-header .taxonomy-description {
padding: 5px 0;
color: #666;
}
#main.archives .hentry.post-content .entry-footer, #main.archives .hentry.post-content .entry-meta { border-bottom: none; } #main.full-width {
width: 100%;
float: none;
}
#main.single-post {
background: #fff;
border: solid 1px #dedede;
}
#main.single-post .hentry {
border: none;
margin-bottom: 0px;
}
#main.single-post .hentry.post-content .entry-footer, #main.full-width .hentry.post-content .entry-footer { border-top: none; }
#main.single-post .hentry.post-content .post-thumbnail {
border-bottom: solid 1px #EAEAEA;
max-height: none;
}
#main.single-post .author-info {
padding: 20px 25px;
border-top: 1px solid #dedede;
background: #fbfbfc;
display:block !important;
}
#main.single-post .author-info .author-avatar {
float: left;
width: 70px;
overflow: hidden;
}
#main.single-post .author-info .author-description {
margin: 0;
padding: 0;
float: right;
width: 87%;
}
#main.single-post .author-info .author-description .author-title {
padding-bottom: 5px;
font-size: 25px;
text-transform: uppercase;
color: #444;
margin-top: 5px;
margin-bottom: 5px;
}
#main.single-post .author-info .author-description .author-title a { color: #444; }
#main.single-post .author-info .author-description .author-bio {
font-size: 15px;
color: #555;
margin-bottom:15px;
}
#main.single-post .author-info .author-description .author-bio a { }
#main .entry-content .page-links, #main .pagination { }
#main .entry-content .page-links { margin: 25px 0 0; }
#main.single-post .post-navigation { }
#main.single-post .post-navigation {
margin: 0;
border: 0px;
border-top: 1px solid #dedede;
padding: 25px 25px 35px !important;
overflow: hidden;
}
#main.single-post .post-navigation .nav-previous, #main.single-post .post-navigation .nav-next {
width: 50%;
float: left;
}
#main.single-post .post-navigation .nav-next {
float: right;
text-align: right;
}
#secondary.sidebar {
width: 26%;
float: right;
max-width: 360px;
margin-bottom: 0px;
}
#secondary.sidebar .widget { padding:18px; }
#secondary.sidebar .widget .widget-title {
background-color: #f7f7f7;
color: #333;
font-size: 16px;
padding: 12px 20px 10px;
border-bottom: solid 1px #EAEAEA;
text-transform: uppercase;
position: relative;
margin:-18px -18px 10px;
}
#secondary.sidebar .subscribe .widget-content { margin-bottom: 15px; }
.widget_categories select, .widget_archive select {
margin: 18px !important;
width: 87% !important;
}
#secondary.sidebar .subscribe p { margin-top: 5px; }
#secondary.sidebar ul {
margin: 0px;
list-style: none;
position: relative;
}
#secondary.sidebar ul:after {
content: '';
border-bottom: 1px solid #eee;
margin-bottom: 2px;
bottom: 0;
width: 100%;
position: absolute;
left: 0;
right: 0;
}
#secondary.sidebar ul li {
overflow: hidden;
padding: 8px 15px;
margin-bottom: 0px;
border-bottom: 1px solid #eee;
font-size: 13px;
line-height: 18px;
}
#secondary.sidebar ul li:last-child { border: none; }
.comment-respond {
margin-bottom: 50px;
border-top: 1px #dadada solid;
padding: 20px;
}
.comment-respond .comment-form-author, .comment-respond .comment-form-email, .comment-respond .comment-form-url {
float: left;
width: 49%;
}
.comment-respond .comment-form-author input, .comment-respond .comment-form-email input, .comment-respond .comment-form-url input { width: 100%; }
.comment-respond .comment-form-email { float: right; }
.comments-lists {
border-top: 1px #dadada solid;
padding: 40px 20px;
}
.comment-body div.reply {
position: absolute;
top: 17px;
right: 0px;
}
.comment-reply-link { margin: 0px; }
li.comment .comment-respond {
background: #eee;
border: none;
}
.form-submit { clear: both; }
.site-footer {
padding:0px;
background: #e0e0e0;
margin:35px auto 0px;
border-top: 1px solid #dadada;
padding: 15px;
}
.site-footer .site-info { }
.site-footer ul.footer-nav {
margin: 0px auto 10px!important;
list-style: none !important;
text-align: center;
}
.site-footer ul.footer-nav li {
display: inline-block;
position: relative;
}
.site-footer ul.footer-nav li:after {
content: "\f111";
margin: 0 5px;
color: #aaa;
font: normal normal normal 6px/1 FontAwesome;
}
.site-footer ul.footer-nav li:last-child:after { display: none; }
.site-footer ul.footer-nav li a { color: #007acc; }
.site-footer ul.footer-nav li a:hover { text-decoration: underline; }
.site-footer .footer-copy {
text-align: center;
margin: 0px;
border: none;
padding: 0;
}
#main.not-found-page {
width: 100%;
max-width: 600px;
float: none;
margin: 0 auto;
text-align: center;
}
#main.not-found-page h1.page-title {
font-size: 150px;
margin-bottom: 25px;
margin-top: 0px;
line-height: 140px;
}
#main.not-found-page .search-field { background: #fff; }
#main.archives .author-info {
background: #fff;
margin: 0px;
border: none;
padding: 0px !important;
}
#main.archives .author-info .author-avatar {
float: left;
width: 70px;
overflow: hidden;
}
#main.archives .author-info .author-avatar { width: 100px; }
#main.archives .author-info .author-avatar img {
border: none !important;
padding: 0px !important;
}
#main.archives .author-info .author-description {
margin: 0;
padding: 0px;
float: right;
width: 84%;
}
#main.archives .author-info .author-description .author-title {
padding-bottom: 5px;
font-size: 25px;
text-transform: uppercase;
color: #444;
margin-top: 5px;
margin-bottom: 5px;
font-weight: 700;
}
#main.archives .author-info .author-description .author-title a { color: #555 }
#main.archives .author-info .author-description .author-title { }
#main.archives .author-info .author-description .author-title a { color: #333; }
#main.archives .author-info .author-description .author-bio {
font-size: 15px;
color: #555;
line-height: 21px;
padding: 0px 0 12px;
margin-bottom: 12px;
border-bottom: 1px solid #e5e5e5;
}
.author-info .author-metas a {
display: block;
float: left;
margin: 2px 10px 2px 0px;
line-height: 0px;
font-weight: normal !important;
}
.author-info .author-metas a {
color: #fff;
font-size: 20px;
width: 35px;
text-align: center;
height: 30px;
padding: 5px 0 0;
border-radius: 3px;
}
.author-info .author-metas a.posts {
color: #efefef;
width: auto;
background: #24a5dc;
padding: 5px 15px 0;
}
.author-info .author-metas a.posts i { float: left; }
.author-info .author-metas a.posts span {
margin-left: 5px;
font-size: 15px;
color: #fff;
margin-top: 3px;
display: block;
float: right;
font-weight: bold;
padding: 0;
line-height: 15px;
}
.author-info .author-metas a.social { opacity: .9; }
.author-info .author-metas a.social:hover { opacity: 1; }
.author-info .author-metas a.social span { display: none; }
.author-info .author-metas a.web { background: #05a749 }
.widget .search-form .fa-search { display: none; }
.social-navigation { }
.social-navigation ul {
list-style: none;
margin: 0 0 0 0;
border:none !important;
}
.social-navigation ul:after { display:none !important; }
.social-navigation li {
float: left;
margin: 3px !important;
padding:0px !important;
border:none !important;
}
.social-navigation a {
font-family: FontAwesome;
background:#333;
color: #fff;
display: block;
position: relative;
font-size: 22px;
width: 48px;
height: 43px;
overflow:hidden;
text-align:center;
border:none !important;
text-indent:-500px;
}
.social-navigation a:before {
content: "\f415";
line-height: 25px;
text-indent:0;
font-size: 25px;
position: absolute;
top: 0;
left: 0;
right: 0;
text-align: center;
bottom: 0;
padding-top: 10px;
}
.social-navigation a:hover:before, .social-navigation a:focus:before { }
.social-navigation a[href*="facebook.com"], .author-info .author-metas a.facebook {
background-color:#3b5998;
}
.social-navigation a[href*="facebook.com"]:before {
content: "\f09a";
}
.social-navigation a[href*="medium.com"], .author-info .author-metas a.medium {
background-color:#00AB6C;
}
.social-navigation a[href*="medium.com"]:before {
content: "\f23a";
}
.social-navigation a[href*="flickr.com"], .author-info .author-metas a.flickr {
background-color:#ff0084;
}
.social-navigation a[href*="flickr.com"]:before {
content: "\f16e";
}
.social-navigation a[href*="foursquare.com"], .author-info .author-metas a.foursquare {
background-color:#0072b1;
}
.social-navigation a[href*="foursquare.com"]:before {
content: "\f180";
}
.social-navigation a[href*="plus.google.com"], .author-info .author-metas a.gplus {
background-color:#dd4b39;
}
.social-navigation a[href*="plus.google.com"]:before {
content: "\f0d5";
}
.social-navigation a[href*="github.com"], .author-info .author-metas a.github {
background-color:#000000;
}
.social-navigation a[href*="github.com"]:before {
content: "\f09b";
}
.social-navigation a[href*="instagram.com"], .author-info .author-metas a.instagram {
background-color:#8a3ab9;
}
.social-navigation a[href*="instagram.com"]:before {
content: "\f16d";
}
.social-navigation a[href*="linkedin.com"], .author-info .author-metas a.linked-in {
background-color:#007bb5;
}
.social-navigation a[href*="linkedin.com"]:before {
content: "\f0e1";
}
.social-navigation a[href*="pinterest.com"], .author-info .author-metas a.pinterest {
background-color:#cb2027;
}
.social-navigation a[href*="pinterest.com"]:before {
content: "\f0d2";
}
.social-navigation a[href*="dropbox.com"] {
background-color:#007ee5;
}
.social-navigation a[href*="dropbox.com"]:before {
content: "\f16b";
}
.social-navigation a[href*="tumblr.com"], .author-info .author-metas a.tumblr {
background-color:#32506d;
}
.social-navigation a[href*="tumblr.com"]:before {
content: "\f173";
}
.social-navigation a[href*="twitter.com"], .author-info .author-metas a.twitter {
background-color:#55acee;
}
.social-navigation a[href*="twitter.com"]:before {
content: "\f099";
}
.social-navigation a[href*="vimeo.com"], .author-info .author-metas a.vimeo {
background-color:#aad450;
}
.social-navigation a[href*="vimeo.com"]:before {
content: "\f194";
}
.social-navigation a[href*="wordpress.com"], .social-navigation a[href*="wordpress.org"], .author-info .author-metas a.wordpress {
background-color:#21759b;
}
.social-navigation a[href*="wordpress.com"]:before, .social-navigation a[href*="wordpress.org"]:before {
content: "\f19a";
}
.social-navigation a[href*="youtube.com"], .author-info .author-metas a.youtube {
background-color:#bb0000;
}
.social-navigation a[href*="youtube.com"]:before {
content: "\f166";
}
.social-navigation a[href*="spotify.com"], .author-info .author-metas a.spotify {
background-color:#00e461;
}
.social-navigation a[href*="spotify.com"]:before {
content: "\f1bc";
}
.social-navigation a[href$="/feed/"], .author-info .author-metas a.rss {
background-color:#ff6600;
}
.social-navigation a[href$="/feed/"]:before {
content: "\f09e";
}
.social-navigation a[href*="codepen.io"]:before {
content: "\f1cb";
}
.social-navigation a[href*="digg.com"]:before {
content: "\f1a6";
}
.social-navigation a[href*="dribbble.com"]:before {
content: "\f17d";
}
.social-navigation a[href*="getpocket.com"]:before {
content:  "\f265"
}
.social-navigation a[href*="reddit.com"]:before {
content: "\f1a1";
}
.social-navigation a[href*="skype.com"]:before {
content: "\f17e";
}
.social-navigation a[href*="stumbleupon.com"]:before {
content: "\f1a4";
}
.social-navigation a[href*="twitch.tv"]:before {
content: "\f1e8";
} #masthead .site-branding.logo-active{
margin-top: 0px;
height: 37px;
}
#main.single-post .hentry.product{
margin-bottom: 20px;
}
.woocommerce-MyAccount-navigation ul{
list-style: none;
padding: 10px;
margin: 0;
border-right: 3px solid #eee;
margin-right: 10px;
padding-right: 10px;
}
.woocommerce-MyAccount-navigation ul li{
margin-bottom: 5px;
}
.admin-bar p.demo_store{
top: auto;
bottom: 0px;
}@-ms-viewport {
width: device-width;
}
@viewport {
width: device-width;
}
@media print {}
@media screen and (max-width: 1225px) {
.wrapper {
margin-left: 10px !important;
margin-right: 10px !important;
}
#masthead .site-header-main,
#masthead .site-header-sub {
padding: 10px 0px !important;
}
}
@media screen and (max-width: 1025px) {
.author-info .author-description {
width: 80% !important;
;
}
#secondary.sidebar {
width: 28%;
}
#masthead .site-header-menu .menu-toggle {
display: block;
}
#masthead .site-header-menu .main-navigation {
position: absolute;
top: auto;
right: 0px;
width: 200px;
background: #eee;
z-index: 9999;
padding: 10px;
display: none;
box-shadow: 0 11px 17px 3px rgba(0, 0, 0, 0.1)
}
#masthead .site-header-menu ul.primary-menu {
position: relative;
width: 100%;
}
#masthead .site-header-menu li {
float: none;
width: 100%;
padding: 5px 0px;
background: #fff;
margin-bottom: 1px;
}
#masthead .site-header-menu li.menu-item-has-children {
padding-bottom: 0px !important;
}
#masthead .site-header-menu li.menu-item-has-children a:after {
display: none;
}
#masthead .site-header-menu ul.primary-menu li ul.sub-menu {
position: relative;
display: block;
left: 0px;
}
#masthead .site-header-menu ul.primary-menu li ul.sub-menu li {
background: none;
margin-bottom: 0px;
}
}
@media screen and (max-width: 850px) {
.author-info .author-description {
width: 76% !important;
;
}
#main.single-post .author-info .author-description {
width: 80% !important;
}
}
@media screen and (max-width: 768px) {
#main,
#secondary.sidebar {
width: 100%;
clear: both;
float: none;
max-width: 100%;
}
#secondary.sidebar {
margin-top: 30px;
}
.site-footer {
margin: 0px 0 20px;
}
}
@media screen and (max-width: 600px) {
html {
margin-top: 0px !important;
}
}
@media screen and (max-width: 575px) {
#main.single-post .post-navigation .nav-previous,
#main.single-post .post-navigation .nav-next {
width: 100%;
float: none;
text-align: left !important;
margin: 10px 0 !important;
}
#main.single-post .author-info .author-description {
margin: 0;
padding: 0;
float: right;
width: 70%;
}
.author-info .author-description {
width: 100% !important;
float: none !important;
text-align: center;
margin-top: 25px !important;
}
.author-info .author-avatar {
float: none !important;
margin-left: auto !important;
margin-right: auto !important;
}
}
@media screen and (max-width: 425px) {
#main .hentry.post-content .entry-title {
font-size: 20px;
line-height: 28px;
padding: 20px 20px 12px;
}
#main .hentry.post-content .entry-content,
#main .hentry.post-content .entry-summary {
padding: 20px;
font-size: 14px;
line-height: 24px;
}
blockquote {
font-size: 17px;
}
.gallery-item {
max-width: 33.33% !important;
}
#masthead .site-header-menu .menu-toggle {
width: 39px;
}
#masthead .site-branding {
margin-right: 0;
margin-bottom: 10px;
width: 100%;
text-align: center;
}
#masthead .site-header-menu .main-navigation {
left: auto;
right: 0px;
}
#masthead .search-form form {}
body.admin-bar #masthead {
top: 46px;
}
#masthead .search-form-wrap {
position: inherit;
float: right;
margin-right: 0;
width: auto;
margin-left: 10px;
}
#masthead .search-form-wrap .search-toggle {
display: block;
}
#masthead .search-form {
width: initial;
float: none;
position: absolute;
left: -1px;
right: -1px;
top: 46px;
display: none;
z-index: 9999;
}
body.admin-bar #masthead .search-form {
top: 96px;
}
#masthead .search-form.float {
display: block;
}
#masthead .search-form .search-toggle {
display: block;
}
}
@media screen and (max-width: 375px) {
.gallery-item {
max-width: 50% !important;
}
}