@charset "UTF-8";
@font-face {
font-family: 'FontAwesome';
src: url(../../../themes/rowling/fa/fonts/fontawesome-webfont_v-4.3.0.eot);
src: url(../../../themes/rowling/fa/fonts/fontawesome-webfont.eot) format('embedded-opentype'), url(../../../themes/rowling/fa/fonts/fontawesome-webfont.woff) format('woff2'), url(../../../themes/rowling/fa/fonts/fontawesome-webfont_v-4.3.0.woff) format('woff'), url(../../../themes/rowling/fa/fonts/fontawesome-webfont_v-4.3.0.ttf) format('truetype'), url(../../../themes/rowling/fa/fonts/fontawesome-webfont_v-4.3.0-fontawesomeregular.svg) 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;
transform: translate(0, 0);
} .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;
}
.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-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-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-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-genderless:before,
.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-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-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";
}
   html, body { margin:0; padding:0;}
h1, h2, h3, h4, h5, h6, p, blockquote, address, big, cite, code, em, font, img, small, strike, sub, sup, li, ol, ul, fieldset, form, label, legend, button, table, caption, tr, th, td {
margin:0;
padding:0;
border:0;
font-weight:normal;
font-style:normal;
font-size:100%;
line-height:1;
font-family:inherit;
text-align:left;
}
table {
border-collapse:collapse;
border-spacing:0;
}
ol, ul {
list-style:none;
}
blockquote:before, blockquote:after {
content:"";
}
a { outline:none; }
input[type=search] {
-moz-appearance:none;
-webkit-appearance:none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
display: none;
}  body {
margin: 0;
padding: 0;
border: none;
color: #111;
background: #f1f1f1;
font-family: 'Lato', sans-serif;
font-size: 17px;
}
body a {
color: #0093C2;
text-decoration: none;
}
body a:hover {
color: #0093C2;
text-decoration: none;
}
* { 
box-sizing: border-box; 
-moz-box-sizing: border-box; 
-webkit-box-sizing: border-box; 
-webkit-font-smoothing: antialiased;
}
img {
max-width: 100%;
height: auto;
}
.hidden { display: none; }
.clear { clear: both; }
.fleft { float: left; }
.fright { float: right; }
::selection {
background: #222;
color: #FFF;
}
::-webkit-input-placeholder { color: #A9A9A9; }
:-ms-input-placeholder { color: #A9A9A9; } body a,
.secondary-menu > li.menu-item-has-children a:after,
.primary-menu li a,
.post-tags a:before,
.tagcloud a:before,
.search-button {
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-ms-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}
.post-nav a,
.respond input,
.respond textarea,
.archive-nav a,
.blog-title a,
.primary-menu ul .menu-item-has-children::after,
.secondary-menu ul .menu-item-has-children::after,
.to-the-top,
.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
{
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}  .section-inner {
width: 1200px;
max-width: 88%;
margin: 0 auto;
}
.wrapper { position: relative; }
.wrapper:after {
content: "";
display: block;
width: 28.5%;
background: #f1f1f1;
border-left: 1px solid #ddd;
position: absolute;
z-index: -1;
top: 0;
right: 0;
bottom: 0;
}
.content,
.sidebar {
padding-top: 30px;
padding-bottom: 50px;
}
.content {
width: 68%;
float: left;
}
.content:before {
content: "";
background: #fff;
position: absolute;
z-index: -9999;
top: 0;
right: 28.5%;
bottom: 0;
left: -10000px;
}
.sidebar {
width: 28.5%;
float: right;
padding: 50px 0 50px 3.75%;
}  .top-nav { background: #26272B; } .secondary-menu {
float: left;
font-size: 0.9rem;
}
.secondary-menu li { position: relative; }
.secondary-menu > li { float: left; }
.secondary-menu > li > a {
display: block;
padding: 16px 15px;
color: #999;
}
.secondary-menu > li.menu-item-has-children > a { padding-right: 30px; }
.secondary-menu > li.menu-item-has-children > a:after {
content: "";
display: block;
border: 4px solid transparent;
border-top-color: #777;
position: absolute;
top: 50%;
margin-top: -1px;
right: 15px;
}
.secondary-menu > li:hover > a,
.secondary-menu li.current-menu-item > a { color: #fff; }
.secondary-menu > li:hover > a { background: #1D1D20; }
.secondary-menu > li.menu-item-has-children:hover > a:after { border-top-color: #fff; } .secondary-menu ul {
display: block;
opacity: 0;
position: absolute;
z-index: 999;
left: -9999px;
top: 50px;
-webkit-transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
-moz-transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
-ms-transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
-o-transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
}
.secondary-menu ul .menu-item-has-children::after {
content: "";
display: block;
border: 4px solid transparent;
border-left-color: #666;
position: absolute;
z-index: 1001;
right: 6px;
top: 50%;
margin-top: -4px;
}
.secondary-menu ul li { 	
width: 200px; 
background: #1D1D20;
}
.secondary-menu ul li + li { border-top: 1px solid #333; }
.secondary-menu ul a {
display: block;
padding: 15px;
line-height: 130%;
color: #999;
}
.secondary-menu ul li:hover > a { color: #fff; }
.secondary-menu ul .menu-item-has-children:hover::after { border-left-color: #fff; }
.secondary-menu > li:hover > ul {
opacity: 1;
left: 0px;
top: 55px;
} .secondary-menu ul ul { 
padding-top: 0;
top: 5px;
}
.secondary-menu li > ul > li:hover > ul {
opacity: 1;
left: 200px;
top: 0;
margin-left: 0;
} .social-menu { 
float: right; 
padding: 5px 0;
}
.social-menu li { 
float: left;
margin-left: 10px; 
position: relative;
}
.social-menu li:first-child { margin-left: 0; }
.screen-reader-text {
position: absolute;
top: -9999em;
left: -9999em;
}
.social-menu a {
display: block;
width: 36px;
height: 36px;
border: 2px solid #33363B;
color: #fff;
border-radius: 999px;
position: relative;
}
.social-menu a:hover,
.social-menu a.active { 
border-color: #fff;
color: #fff;
}
.social-menu li a::before {
content: '\f408';
display: inline-block;
font-family: 'FontAwesome';
font-size: 16px;
text-align: center;
position: absolute;
top: 50%;
margin-top: -8px;
left: 0;
right: 0;
}
.social-menu li a[href*="codepen.io"]::before { content: '\f1cb'; }
.social-menu li a[href*="dribbble.com"]::before { content: '\f17d'; }
.social-menu li a[href*="facebook.com"]::before { content: '\f09a'; }
.social-menu li a[href*="flickr.com"]::before { content: '\f16e'; }
.social-menu li a[href*="github.com"]::before { content: '\f09b'; }
.social-menu li a[href*="instagram.com"]::before { content: '\f16d'; }
.social-menu li a[href*="linkedin.com"]::before { content: '\f0e1'; }
.social-menu li a[href*="pinterest.com"]::before { content: '\f0d2'; }
.social-menu li a[href*="plus.google.com"]::before { content: '\f0d5'; }
.social-menu li a[href*="tumblr.com"]::before { content: '\f173'; }
.social-menu li a[href*="twitter.com"]::before { content: '\f099'; }
.social-menu li a[href*="vimeo.com"]::before { content: '\f194'; }
.social-menu li a[href*="wordpress.org"]::before,
.social-menu li a[href*="wordpress.com"]::before { content: '\f19a'; }
.social-menu li a[href*="youtube.com"]::before { content: '\f167'; }
.social-menu li a[href*="mailto"]::before { content: '\f0e0'; }
.social-menu li a.search-toggle::before { 
content: '\f002'; 
margin-top: -9px;
}
.no-js .social-menu li:last-child { display: none; } .social-menu .active:after {
content: "";
display: block;
border: 6px solid transparent;
border-bottom-color: #fff;
position: absolute;
bottom: -13px;
right: 10px;
}  .search-container { 
display: none;
background: #fff; 
}
.search-container .section-inner { position: relative; }
.search-container .search-field {
display: block;
border: none;
background: none;
width: 100%;
padding: 35px 92px 35px 0;
margin-right: 50px;
font-family: 'Lato', sans-serif;
font-size: 1.5em;
font-style: italic;
color: #222;
}
.search-container .search-field:focus { outline: none; }
.search-container .search-button {
display: block;
background: none;
position: absolute;
top: 50%;
margin-top: -21px;
right: 0;
}
.search-container .search-button .fa { font-size: 40px; }
.search-container .search-button:hover {
cursor: pointer;
color: #0093C2;
}   .header-wrapper { background: #33363B; }
.header { padding: 20px 0; }
.blog-title {
font-size: 1.5em;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 2px;
text-shadow: 0 1px 0 #111;
}
.blog-title a { color: #fff; }
.blog-title a:hover { color: #0093C2; }
.blog-description {
margin: 11px 0 0 0;
font-family: 'Merriweather', Georgia, serif;
font-size: 0.9em;
line-height: 115%;
font-style: italic;
color: #999;
}
.blog-logo,
.blog-logo img { }  .mobile-menu { display: none; }
.navigation .section-inner { background-color: #0093C2; }
.primary-menu { font-size: 0.8rem; }
.primary-menu li { position: relative; }
.primary-menu > li { 
float: left; 
border-right: 1px solid rgba(0,0,0,0.1);
border-left: 1px solid rgba(255,255,255,0.1);
}
.primary-menu > li:last-child:after {
content: "";
display: block;
border-right: 1px solid rgba(255,255,255,0.1);
position: absolute;
top: 0;
right: -2px;
bottom: 0;
}
.primary-menu > li > a {
display: block;
padding: 18px 20px 18px 20px;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 1px;
color: #fff;
text-shadow: 0 1px 0 rgba(0,0,0,0.25);
}
.primary-menu > li.menu-item-has-children > a { padding-right: 34px; }
.primary-menu > li.menu-item-has-children:before,
.primary-menu > li.menu-item-has-children:after {
content: "";
display: block;
border: 4px solid transparent;
border-top-color: #fff;
position: absolute;
top: 50%;
margin-top: -3px;
right: 20px;
}
.primary-menu > li.menu-item-has-children:before {
border-top-color: rgba(0,0,0,0.25);
margin-top: -2px;
}
.primary-menu > li:hover > a {
background: rgba(255,255,255,0.1);
color: #fff;
}
.primary-menu > li.current_menu_item > a { 
background: #fff; 
border: none; 
color: #333;
} .primary-menu ul {
position: absolute;
z-index: 10000;
display: block;
left: -9999px;
top: 58px;
opacity: 0;
z-index: 999;
-webkit-transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
-moz-transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
-ms-transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
-o-transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
}
.primary-menu > li > ul:before {
content: "";
display: block;
position: absolute;
z-index: 1000;
top: -14px;
left: 50%;
margin-left: -7px;
border: 7px solid transparent;
border-bottom-color: #222;
}
.primary-menu ul .menu-item-has-children::after {
content: "";
display: block;
border: 5px solid transparent;
border-left-color: rgba(255,255,255,0.4);
position: absolute;
z-index: 1001;
right: 10px;
top: 50%;
margin-top: -5px;
}
.primary-menu ul .menu-item-has-children:hover::after { 
border-left-color: #222; 
right: -10px;
}
.primary-menu ul li { 	
width: 220px; 
background: #222;
text-align: center;
}
.primary-menu ul a {
display: block;
padding: 20px;
line-height: 130%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-bottom: 1px solid rgba(255,255,255,0.075);
color: #fff;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 1px;
}
.primary-menu ul a:hover { color: #0093C2; }
.primary-menu ul > li:last-child > a { border-bottom-width: 0; }
.primary-menu > li:hover > ul {
opacity: 1;
left: 50%;
margin-left: -110px;
top: 53px;
} .primary-menu ul ul { 
padding-top: 0;
top: 10px;
}
.primary-menu ul ul li { background: #333; }
.primary-menu ul ul .menu-item-has-children:hover::after { border-left-color: #333; }
.primary-menu ul ul ul li { background: #444; }
.primary-menu ul ul ul .menu-item-has-children:hover::after { border-left-color: #444; }
.primary-menu ul ul ul ul li { background: #555; }
.primary-menu ul ul ul ul .menu-item-has-children:hover::after { border-left-color: #555; }
.primary-menu ul ul ul ul ul li { background: #666; }
.primary-menu ul ul ul ul ul .menu-item-has-children:hover::after { border-left-color: #666; }
.primary-menu li > ul > li:hover > ul {
opacity: 1;
top: 0;
left: 220px;
margin-left: 0;
}  .posts .post {
width: 47%;
display: inline-block;
vertical-align: top;
}
.posts .post + .post {
padding-top: 40px;
border-top: 2px solid #eee;
margin-top: 25px;
}
.posts .post:nth-child(2) {
padding-top: 0;
border-top: none;
margin-top: 0;
}
.posts .post:nth-child(2n) { margin-left: 5%; } .post-image { 
margin-bottom: 15px; 
position: relative;
}
.post-image > a,
.post-image img {
display: block;
}
.posts .post-image img {
width: 100%;
height: auto;
}
.post-image .sticky-tag { display: none; }
.sticky .sticky-tag {
display: block;
width: 22px;
height: 26px;
background: #0093C2;
color: #fff;
position: absolute;
right: 15px;
top: 0;
}
.sticky .sticky-tag:after {
content: "";
display: block;
position: absolute;
border: 11px solid #0093C2;
border-top-width: 0;
border-bottom: 5px solid transparent;
bottom: -5px;
left: 0;
-webkit-transform: rotate(0.01deg);
}
.sticky .sticky-tag .fa {
font-size: 12px;
text-align: center;
text-shadow: 0 1px 0 rgba(0,0,0,0.1);
position: absolute;
top: 8px;
left: 0;
right: 0;
} .post-categories {
margin-bottom: 9px;
font-size: 0.8rem;
line-height: 120%;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 1px;
color: #0093C2;
}
.post-categories a:hover { text-decoration: underline; }
.post-title {
font-family: 'Merriweather', Georgia, serif;
font-size: 1.5em;
line-height: 135%;
font-weight: 900;
letter-spacing: -1px;
-ms-word-break: break-word;
word-break: break-word;
}
.post-title a { 
display: block;
color: #111; 
}
.post-title a:hover { 
color: #111;
text-decoration: underline; 
}
.post-meta {
margin-top: 6px;
font-size: 0.9em;
line-height: 120%;
font-weight: 700;
color: #888;
}
.post-meta a { color: #888; }
.post-meta a:hover { 
color: #888;
text-decoration: underline; 
}   .flexslider { 
position: relative; 
overflow: hidden;
}
.single-post .flexslider { 	margin-bottom: 40px; }
.flexslider .slides li { 
display: none;
position: relative; 
}
.flexslider .slides li:first-child { display: block; }
.flexslider img { display: block; } .flex-direction-nav {
display: none;
position: absolute;
top: 50%;
right: 0;
left: 0;
margin-top: -13px;
}
.single .flex-direction-nav { display: block; }
.flex-direction-nav a {
display: block;
color: #fff;
position: absolute;
}
.flex-direction-nav a:before { 
font: 32px/1 'FontAwesome'; 
text-shadow: 0 1px 0 rgba(0,0,0,0.25);
}
.flex-direction-nav .flex-prev { left: 2.5%; }
.flex-direction-nav .flex-prev:before { content: "\f190"; }
.flex-direction-nav .flex-next { right: 2.5%; }
.flex-direction-nav .flex-next:before { content: "\f18e"; }
.flex-direction-nav a:hover { color: #fff; } .single-post .flex-direction-nav { margin-top: -17px; }
.single-post .flex-direction-nav a:before { font-size: 40px; }   .single-post .post-header { margin-bottom: 20px; margin-top: 0px; }
.single-post .post-categories { 
margin-bottom: 9px;
font-size: 0.8rem; 
}
.single-post .post-title { 
font-size: 1.5em; 
line-height: 135%;
font-weight: 900;
font-family: 'Merriweather',Georgia,serif;
letter-spacing:-1px;
}
.single-post .post-meta {
margin-top: 6px;
border-top: 0px solid #ddd;
padding-top: 16px;
font-size: 1rem;
color: #999;
}
.single-post .post-comments { float: right; }
.single-post .post-comments .fa { 
position: relative;
top: -1px; 
margin-right: 6px;
}
.single-post .post-meta a { color: #0093C2; }
.single-post .post-meta a:hover { text-decoration: underline; } .single-post .post-image { 
display: block;
clear: both;
margin-bottom: 40px; 
}
.single-post .post-image-caption {
padding: 17px 0 17px 24px;
border-bottom: 1px solid #ddd;
font-size: 0.9em;
line-height: 120%;
font-weight: 700;
color: #111;
position: relative;
}
.single-post .post-image-caption .fa { 
color: #0093C2; 
position: absolute;
top: 50%;
margin-top: -7px;
left: 0;
}
.single-post .post-image-caption a:hover { text-decoration: underline; } .single-post .post-inner { 
padding-left: 200px; 
position: relative;
z-index: 5;
} .post-content p.page-links { 
display: inline-block;
margin-bottom: 15px;
background: #eee;
font-family: 'Lato', Helvetica, sans-serif;
font-size: 0.85rem;
line-height: 1;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 1px;
color: #666;
}
.page-links a,
.page-links > span {
display: inline-block;
padding: 10px;
}
.page-links a:first-child,
.page-links span:first-child {
margin-left: 0;
}
.post-content .page-links a:hover { 
background: #0093C2;
color: #fff;
text-decoration: none;
}
.page-links > span:nth-of-type(2) { 
background: #ccc;
color: #111;
} .post-tags { margin-top: 35px; }
.post-tags,
.tagcloud {
line-height: 1;
}
.post-tags a,
.tagcloud a { 
display: inline-block; 
padding: 5px 6px 6px 3px;
margin: 0 3px 8px 11px;
background: #ddd;
font-size: 0.7rem !important;
line-height: 1;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 1px;
color: #444;
position: relative;
}
.tagcloud a { background: #ccc; }
.post-tags a { margin-right: 8px; }
.footer .tagcloud a { background: #eee; }
.footer .tagcloud a:before { border-right-color: #eee; }
.post-tags a:before,
.tagcloud a:before {
content: "";
display: block;
border: 11px solid transparent;
border-left-width: 0;
border-right-color: #ddd;
position: absolute;
top: 0;
left: -11px;
}
.tagcloud a:before { border-right-color: #ccc; }
.post-tags a:hover,
.tagcloud a:hover { 
background: #0093C2; 
color: #fff;
}
.post-tags a:hover:before,
.tagcloud a:hover:before { 
border-right-color: #0093C2; 
} .post-author { 
min-height: 130px;
padding: 30px 25px 30px 120px;
margin-top: 40px; 
background: #26272B;
border-radius: 6px;
position: relative;
}
.post-author:before {
content: "";
display: block;
border: 6px solid transparent;
border-bottom-color: #25262B;
position: absolute;
top: -12px;
left: 53px;
}
.post-author > .avatar {
display: block;
position: absolute;
top: 50%;
margin-top: -40px;
left: 20px;
}
.post-author img {
display: block;
width: 80px;
height: auto;
border-radius: 99px;
padding: 5px;
background: #444;
}
.post-author .title {
font-size: 1.15rem;
font-weight: 700;
color: #fff;
}
.post-author .title a { color: #fff; }
.post-author .title a:hover { text-decoration: underline; }
.post-author .description {
margin-top: 6px;
font-size: 0.95em;
line-height: 145%;
color: #aaa;
}
.post-author .social-menu { float: none; }
.post-author .social-menu li { list-style: none; }
.social-menu a.post-author-archive::before { content: '\f187'; }
.social-menu a.post-author-website::before { content: '\f015'; } .post-inner .related-posts { display: none; }
.related-posts {
width: 160px;
float: left;
position: relative;
z-index: 10;
}
.related-posts-title {
padding-top: 6px;
border-top: 2px solid #222;
margin-bottom: 10px;
font-size: 0.675em;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 1px;
color: #222;
}
.related-post { display: block; }
.related-post + .related-post { margin-top: 25px; }
.related-post img { display: block; }
.related-post .category {
margin: 10px 0 0;
font-size: 0.675em;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 1px;
color: #0093C2;
}
.related-post .title {
margin: 4px 0 0;
font-size: 0.85em;
line-height: 130%;
font-weight: 700;
color: #111;
}
.related-post:hover .title { text-decoration: underline; }  .post-content { 
font-family: 'Lato', sans-serif;
font-size: 1em;
}
.post-content a { border-bottom: 1px solid #ddd; }
.post-content a:hover { border-bottom-color: #0093C2; }
.post-content p,
.post-content blockquote,
.post-content ul,
.post-content ol,
.post-content address,
.post-content dl,
.post-content pre {
line-height: 170%;
margin-bottom: 1.5em;
}
.post-content *:last-child { margin-bottom: 0; }
.post-content p.intro {
padding-bottom: 20px;
border-bottom: 3px double #ddd;
margin-bottom: 20px;
font-size: 1.2em;
line-height: 155%;
font-weight: 700;
color: #0093C2;
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
margin: 50px 0 25px;
line-height: 120%;
font-weight: 700; 
}
.post-content h1,
.post-content h2,
.post-content h3 {
font-family: 'Merriweather', Georgia, serif;
font-weight: 900;
}
.post-content h1 { font-size: 2.5em; }
.post-content h2 { font-size: 2em; }
.post-content h3 { font-size: 1.6em; }
.post-content h4 { font-size: 1.4em; }
.post-content h5 { font-size: 1.2em; }
.post-content h6 {
font-size: 0.8rem;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 1px;
}
.post-content h1+h1, .post-content h1+h2, .post-content h1+h3, .post-content h1+h4, .post-content h1+h5, .post-content h1+h6,
.post-content h2+h1, .post-content h2+h2, .post-content h2+h3, .post-content h2+h4, .post-content h2+h5, .post-content h2+h6,
.post-content h3+h1, .post-content h3+h2, .post-content h3+h3, .post-content h3+h4, .post-content h3+h5, .post-content h3+h6,
.post-content h4+h1, .post-content h4+h2, .post-content h4+h3, .post-content h4+h4, .post-content h4+h5, .post-content h4+h6,
.post-content h5+h1, .post-content h5+h2, .post-content h5+h3, .post-content h5+h4, .post-content h5+h5, .post-content h5+h6,
.post-content h6+h1, .post-content h6+h2, .post-content h6+h3, .post-content h6+h4, .post-content h6+h5, .post-content h6+h6 {
margin-top: 25px;
}
.post-content blockquote {
padding: 30px 30px 30px 90px;
background: #fafafa;
border: 1px solid #eee;
position: relative;
font-style: italic;
}
.post-content blockquote p { font-style: italic; }
.post-content blockquote:after {
content: '”';
width: 90px;
font-family: 'Georgia', serif;
font-size: 72px;
line-height: 72px;
font-weight: 700;
font-style: normal;
text-align: center;
color: #0093C2;
position: absolute;
top: 31px;
left: 0px;
}
.post-content blockquote cite {
display: block;
margin-top: 1.1em;
font-family: 'Lato', Helvetica, sans-serif;
font-size: 0.75em;
line-height: 120%;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 1px;
}
.post-content blockquote cite:before { content: "— "; }
.post-content hr {
width: 128px;
max-width: 60%;
height: 2px;
background: #DDD;
margin: 50px auto;
border: 0;
}
em, q {  font-style: italic;  }
.post-content strong em,
.post-content em strong {
font-weight: bold;
font-style: italic;
}
.post-content big { font-size: 1.25em; }
abbr, acronym { cursor: help; }
code, kbd, pre {
font-size: 0.85em;
background: #EEE;
font-family: Menlo, Monaco, monospace;
}
.post-content .highlight {
background: #fcf8a5;
width: auto;
display: inline;
padding: 2px 3px;
}
.post-content kbd,
.post-content code {
padding: 5px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
.post-content dl { line-height: 160%; }
.post-content dl dt { font-weight: bold; }
.post-content ul,
.post-content ol {
margin-left: 1.5em;
}
.post-content ul { list-style: disc; }
.post-content ul ul { list-style: circle; }
.post-content ul ul ul { list-style: square; }
.post-content ol { list-style: decimal; }
.post-content ol ol { list-style: lower-alpha; }
.post-content ol ol ol { list-style: lower-roman; }
.post-content ul ul,
.post-content ul ol,
.post-content ol ul,
.post-content ol ol {
margin-bottom: 0;
}
.post-content li {
margin-bottom: 0.5em;
line-height: 170%;
}
.post-content ol > li:last-child,
.post-content ul > li:last-child {
margin-bottom: 0;
}
.post-content ol > li:first-child,
.post-content ul > li:first-child {
margin-top: 0.5em;
}
.post-content address {
padding: 3% 3.5%;
background: #F1F1F1;
}
.post-content pre {
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word;
line-height: 140%;
padding: 2% 2.5%;
background: #eee;
border: 1px solid #ddd;
} .post-content .wp-caption { max-width: 100%; }
.post-content .wp-caption,
.post-content .wp-caption > a,
.post-content .wp-caption img {
display: block;
}
.post-content div.aligncenter,
.post-content div.alignnone {
margin-bottom: 1.6em;
}
.post-content .alignleft,
.post-content .alignright {
margin-bottom: 1.2em;
max-width: 50%;
}
.post-content .wp-caption .alignleft,
.post-content .wp-caption .alignright {
margin-bottom: 0;
}
.post-content .alignleft {
float: left;
margin-right: 30px;
}
.post-content .alignright {
float: right;
margin-left: 30px;
}
.post-content .aligncenter,
.post-content .aligncenter img {
display: inline-block;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.post-content .wp-caption-text,
.post-content .gallery-caption {
margin: 12px auto 0;
font-family: 'Lato', Helvetica, sans-serif;
font-size: 0.9rem;
line-height: 130%; 
font-weight: 700;
text-align: center;
color: #444;
}
.post-content .gallery-caption {
font-size: 16px;
line-height: 24px;
} .post-content table {
border-collapse: collapse;
border-spacing: 0;
empty-cells: show;
font-size: 0.9em;
width: 100%;
margin-bottom: 1.1em;
}
.post-content th,
.post-content td {
padding: 2%;
margin: 0;
overflow: visible;
line-height: 120%;
border-bottom: 1px solid #DDD;
}
.post-content th { padding-top: 0; }
.post-content caption {
color: #111;
text-align: center;
padding: 2%;
}
.post-content thead {
vertical-align: bottom;
white-space: nowrap;
}
.post-content th {
font-weight: bold;
color: #111;
}
.post-content table tbody > tr:nth-child(odd) > td { background: #f9f9f9; } .post-content fieldset {
padding: 25px;
border: 2px solid #ddd;
margin-bottom: 1em;
}
.post-content fieldset legend {
font-family: 'Lato', Helvetica, sans-serif;
font-size: 0.8rem;
line-height: 1;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 1px;
padding: 10px 12px;
background: #0093C2;
color: #fff;
}
.post-content label {
font-size: 1rem;
font-family: 'Lato', Helvetica, sans-serif;
font-weight: 700;
}
.post-content input,
.post-content textarea { 
font-family: 'Lato', Helvetica, sans-serif; 
}
.post-content input[type="text"],
.post-content input[type="tel"],
.post-content input[type="url"],
.post-content input[type="email"],
.post-content input[type="password"],
.post-content textarea {
width: 100%;
padding: 20px;
border: 1px solid #ddd;
font-size: 0.9em;
color: #111;
background: #fafafa;
border-radius: 3px;
-webkit-appearance: none;
}
.post-content input[type="file"] {
padding: 10px;
background: #fafafa;
border: 1px solid #ddd;
border-radius: 3px;
}
.post-content textarea { 
height: 180px; 
line-height: 140%;
}
.post-content input[type="text"]:focus,
.post-content input[type="tel"]:focus,
.post-content input[type="url"]:focus,
.post-content input[type="email"]:focus,
.post-content input[type="password"]:focus,
.post-content textarea:focus {
outline: none;
}
.post-content input[type="submit"],
.post-content input[type="reset"],
.post-content input[type="button"] {
padding: 16px 20px;
margin: 0;
border: none;
border-radius: 2px;
background: #0093C2;
font-size: 0.85rem;
line-height: 1;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 1px;
color: #fff;
text-shadow: 0 1px 0 rgba(0,0,0,0.1);
-webkit-appearance: none;
}
.post-content input[type="submit"] + input[type="reset"],
.post-content input[type="submit"] + input[type="button"],
.post-content input[type="reset"] + input[type="submit"],
.post-content input[type="reset"] + input[type="button"],
.post-content input[type="button"] + input[type="reset"],
.post-content input[type="submit"] + input[type="submit"] {
margin-left: 5px;
}
.post-content input[type="submit"]:hover,
.post-content input[type="reset"]:hover,
.post-content input[type="button"]:hover {
cursor: pointer;
background: #0093C2;
color: #fff;
}
.post-content input[type="submit"]:focus,
.post-content input[type="submit"]:active {
outline: none;
}  .comments-container,
.respond-container {
margin-top: 60px;
position: relative;
}
.comments-title-container,
.comment-reply-title {
border-top: 4px solid #ddd;
padding: 22px 0;
border-bottom: 2px dotted #ddd;
margin-bottom: 40px;
}
.comments-title,
.comments-title-link {
vertical-align: bottom;
}
.comments-title { float: left; }
.comments-title,
.comment-reply-title {
font-size: 1.4em;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 1px;
}
.comments-title .fa,
.comment-reply-title .fa {
margin-right: 6px;
color: #0093C2;
font-size: 22px;
position: relative;
top: -2px;
}
.comments-title-link { 
float: right;
font-size: 0.9em;
font-weight: 700;
position: relative;
bottom: -5px;
}
.comments-title-link a {
color: #0093C2;
padding-bottom: 1px;
border-bottom: 1px solid #ddd;
}
.comments-title-link a:hover { border-bottom-color: #0093C2; } .no-comments {
margin: 50px 0 0 200px;
font-style: italic;
font-weight: 700;
text-align: center;
display: none;
}
.no-comments .fa { 
margin-right: 4px; 
color: #0093C2;
} .comments { margin-left: 120px; }
.comment { position: relative; }
div.comment { margin-top: 25px; }
.commentlist > .comment:first-child > .comment:first-child { margin-top: 0; }
.commentlist .children { margin-left: 25px; }
.comment .avatar {
display: block;
width: 60px;
height: auto;
border-radius: 999px;
position: absolute;
top: 3px;
left: 0;
}
.comment-inner {
margin-left: 80px;
padding: 25px;
background: #F1F1F1;
border: 1px solid #ddd;
border-radius: 6px;
position: relative;
}
.comment-inner:before,
.comment-inner:after {
content: "";
display: block;
border: 10px solid transparent;
border-right-color: #f1f1f1;
position: absolute;
top: 23px;
left: -20px;
}
.comment-inner:before {
border-right-color: #d7d7d7;
border-width: 11px;
top: 22px;
left: -22px;
}
.bypostauthor .comment-author-icon {
display: block;
width: 29px;
height: 29px;
padding-top: 5px;
border-radius: 99px;
background: #0093C2;
text-align: center;
color: #fff;
position: absolute;
z-index: 5;
top: -4px;
left: -4px;
}
.comment-header { margin-bottom: 15px; }
.comment-header h4 {
font-size: 1.15rem;
font-weight: 700;
}
.comment-header h4 a { color: #0093C2; }
.comment-header h4 a:hover { text-decoration: underline; } .comment-content p,
.comment-content blockquote,
.comment-content ul,
.comment-content ol,
.comment-content address,
.comment-content dl,
.comment-content pre {
line-height: 160%;
margin-bottom: 1em;
} .comment-meta { 
margin-top: 23px;
font-size: 0.7em;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 1px;
color: #777;
}
.comment-meta a { color: #777; }
.comment-meta .fa { 
margin: 0 4px 0 10px; 
position: relative;
}
.comment-meta .fa:first-child { margin-left: 0; }
.comment-meta .fa-wrench { 
margin-left: 12px; 
top: -1px;
} .pingbacks {
margin-top: 30px;
border-top: 2px solid #eee;
padding-top: 30px;
}
.pingbacks-title {
display: inline-block;
padding-bottom: 2px;
margin-bottom: 20px;
border-bottom: 2px solid #0093C2;
font-size: 0.75em;
font-weight: 900;
color: #111;
text-transform: uppercase;
letter-spacing: 1px;
}
.pingbacklist li { line-height: 125%; }
.pingbacklist li + li {
margin-top: 10px;
border-top: 1px solid #ddd;
padding-top: 10px;
}
.pingbacklist a { color: #111; }
.pingbacklist a:hover { color: #0093C2; } .comments-nav { margin-top: 30px; }
.comments-nav a {
display: block;
font-size: 0.85rem;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 1px;
color: #666;
}
.comments-nav a:hover { 
border-top-color: #0093C2;
color: #0093C2; 
}  .comment-respond .logged-in-as { margin-bottom: 40px; }
.comment-respond .logged-in-as a:first-of-type { font-weight: 700; }
.comment-respond p a:hover { text-decoration: underline; }
.comment-respond form { margin-left: 200px; }
.comment-respond form label { 
display: block;
margin-bottom: 8px;
font-size: 1rem;
font-weight: 700;
color: #111;
}
.comment-respond form label span {
margin-left: 2px;
color: red;
}
.comment-respond p { margin-bottom: 25px; }
.comment-respond p:last-child { margin-bottom: 0; }
.comment-respond p.comment-subscription-form { margin-bottom: 10px; }
.comment-respond p.comment-subscription-form:last-of-type { margin-bottom: 0; }
.comment-form-author,
.comment-form-email {
display: block;
width: 47.5%;
float: left;
}
.comment-form-email { float: right; }
.comment-respond input,
.comment-respond textarea {
border-radius: 0;
-webkit-appearance: none;
}
.comment-respond input[type="text"],
.comment-respond textarea {
display: block;
width: 100%;
padding: 20px;
margin: 0;
background: #fafafa;
border: 1px solid #ddd;
border-radius: 2px;
font-family: 'Lato', Helvetica, sans-serif;
font-size: 1rem;
color: #111;
}
.comment-respond input[type="text"]:focus,
.comment-respond textarea:focus {
outline: none;
}
.comment-respond textarea { 
height: 200px; 
line-height: 140%;
}
.comment-respond input[type="submit"] {
display: inline-block;
padding: 16px 20px;
margin: 0;
background: #0093C2;
border-radius: 2px;
border: none;
font-family: 'Lato', Helvetica, sans-serif;
font-size: 0.85rem;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 1px;
color: #fff;
-webkit-appearance: none;
text-shadow: 0 1px 0 rgba(0,0,0,0.1);
}
.comment-respond input[type="submit"]:hover {
cursor: pointer;
color: #fff;
} .commentlist .comment-respond {
padding: 40px 0 15px;
max-width: 100%;
}
.commentlist #cancel-comment-reply-link {
margin-left: 3px;
font-size: 0.85rem;
font-weight: 700;
font-style: italic;
text-transform: none;
letter-spacing: 0;
position: relative;
}
.commentlist #cancel-comment-reply-link:hover { text-decoration: underline; }
.commentlist .comment-respond form { margin-left: 0; }  .page-edit-link {
display: inline-block;
padding: 6px 10px 5px;
border: 2px solid #ddd;
border-radius: 4px;
font-size: 0.8rem;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 1px;
color: #0093C2;
}
.page-edit-link .fa { 
margin-right: 4px; 
position: relative;
top: -1px;
} .wrapper .search-form { position: relative; }
.wrapper .search-field {
display: block;
width: 100%;
padding: 20px 60px 20px 20px;
margin: 0;
background: #fff;
border: 1px solid #ddd;
border-radius: 0;
font-family: 'Lato', Helvetica, sans-serif;
font-size: 1rem;
color: #111;
}
.wrapper .search-field:focus { outline: none; }
.wrapper .search-button {
display: block;
height: 100%;
width: 60px;
background: none;
border-left: 1px solid #ddd;
color: #999;
text-align: center;
position: absolute;
top: 0;
right: 0;
}
.wrapper .search-button .fa { 
font-size: 24px; 
position: relative;
top: -1px;
}
.wrapper .search-button:hover { 
cursor: pointer; 
color: #0093C2;
} .error404 .post-title { 
padding-bottom: 10px;
border-bottom: 1px solid #ddd; 
}   .page-title {
border-bottom: 2px solid #ddd;
margin-bottom: 40px;
text-align: center;
}
.page-title h4,
.page-title p {
font-size: 0.85rem;
line-height: 110%;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 1px;
color: #666;
}
.page-title h4 {
float: left;
padding: 0 0 10px;
border-bottom: 2px solid #0093C2;
margin-bottom: -2px;
}
.page-title p { float: right; }
.page-title p .sep {
margin: 0 5px;
color: #AAA;
} .archive-nav {
margin-top: 60px;
border-top: 2px solid #ddd;
text-align: center;
position: relative;
color: #777;
}
.archive-nav li { 
display: inline-block;
margin-top: -2px; 
}
.archive-nav a {
display: inline-block;
border-top: 2px solid transparent;
padding: 15px 10px 10px;
font-size: 0.85rem;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 1px;
color: #777;
}
.archive-nav-older,
.archive-nav-newer {
position: absolute;
top: 0;
}
.archive-nav-newer { left: 0; }
.archive-nav-older { right: 0; }
.archive-nav .active a { 
color: #444;
border-top-color: #444; 
}
.archive-nav a:hover { 
border-top-color: #0093C2; 
color: #0093C2;
}
.archive-nav li + li { margin-left: 10px; }  .widgets { font-size: 1rem; }
.widget + .widget {
padding-top: 40px;
border-top: 1px solid #ddd;
margin-top: 40px;
}
.widget-title {
display: inline-block;
padding-bottom: 3px;
border-bottom: 2px solid #0093C2;
margin-bottom: 15px;
font-size: 0.8rem;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 1px;
} .widget-content { font-size: 1rem; }
.widget-content .textwidget a:hover { text-decoration: underline; }
.widget-content p {
line-height: 150%;
margin-top: 1em;
}
.widget-content p:first-child { margin-top: 0; }
.widget-content li {
line-height: 140%;
padding: 12px 0;
border-bottom: 1px solid #ddd;
}
.widget-content ul ul { margin-left: 1em; }
.widget-content ul ul li:first-child { 
margin-top: 0.5em; 
border-top: 1px solid #ddd;
}
.widget-content > ul > li:first-child { padding-top: 0; }
.widget-content li:last-child { 
padding-bottom: 0;
border-bottom: none; 
} .textwidget { line-height: 150%; } .widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages { color: #888; }
.widget_archive li a,
.widget_categories li a,
.widget_meta li a,
.widget_nav_menu li a,
.widget_pages li a { color: #111; }
.widget_archive li a:hover,
.widget_categories li a:hover,
.widget_meta li a:hover,
.widget_nav_menu li a:hover,
.widget_pages li a:hover { 
color: #0093C2; 
text-decoration: none;
}
.widget_archive li:before,
.widget_categories li:before,
.widget_meta li:before,
.widget_nav_menu li:before {
font: 16px/1 'FontAwesome';
width: 16px;
height: 16px;
display: inline-block;
vertical-align: middle;
color: #999;
margin-right: 8px;
position: relative;
top: -1px;
}
.widget_archive li:before { content: '\f187'; }
.widget_categories li:before { content: '\f07b'; }
.widget_meta li:before { content: '\f0ad'; }
.widget_nav_menu li:before { content: '\f15b'; } .widget_rss .widget-title img {
width: 13px;
height: 13px;
margin-right: 2px;
position: relative;
bottom: -2px;
}
.widget_rss li a {
display: block;
font-family: 'Merriweather', Georgia, serif;
font-size: 1.1em;
line-height: 120%;
font-weight: 700;
color: #111;
}
.widget_rss li .rss-date {
display: block;
margin-top: 2px;
font-size: 0.8em;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
color: #888;
}
.widget_rss li .rssSummary { margin-top: 5px; }
.widget_rss li cite {
display: block;
margin-top: 8px;
font-size: 0.9em;
}
.widget_rss li cite:before { content: "— "; } #wp-calendar {
width: 100%;
max-width: 100%;
color: #111;
text-align: center;
}
#wp-calendar thead { border-top: 1px solid #ddd; }
#wp-calendar,
#wp-calendar caption,
#wp-calendar tr,
#wp-calendar td,
#wp-calendar th {
text-align: center;
}
#wp-calendar caption {
text-transform: capitalize;
color: #111;
padding-bottom: 4%;
}
#wp-calendar th,
#wp-calendar td {
padding: 4% 2%;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
#wp-calendar thead th {
font-size: 0.75em;
font-weight: 900;
text-transform: uppercase;
color: #0093C2;
}
#wp-calendar th:first-child,
#wp-calendar tbody td:first-child { border-left: 1px solid #ddd; }
#wp-calendar tbody a:hover { text-decoration: underline; }
#wp-calendar tfoot td { 
padding: 0; 
border: none !important;
}
#wp-calendar tfoot #prev a { text-align: left; }
#wp-calendar tfoot #next a { text-align: right; }
#wp-calendar tfoot a {
display: block;
margin-top: 12px;
font-size: 0.75em;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 1px;
color: #111;
}
#wp-calendar tfoot a:hover {
text-decoration: none;
color: #0093C2;
} .rowling-widget-list a { 
display: block; 
min-height: 55px;
position: relative;
}
.rowling-widget-list .post-icon {
display: block;
width: 54px;
height: 54px;
padding: 3px;
background: #fff;
border: 1px solid #ddd;
border-radius: 99px;
position: absolute;
top: 0;
left: 0;
}
.rowling-widget-list .post-icon img {
display: block;
border-radius: 99px;
}
.rowling-widget-list .post-icon .fa {
font-size: 0.9em;
text-align: center;
position: absolute;
top: 50%;
margin-top: -7px;
left: 0;
right: 0;
}
.rowling-widget-list .inner { padding-left: 65px; }
.rowling-widget-list .title {
font-family: 'Merriweather', Georgia, serif;
line-height: 140%;
font-weight: 700;
color: #111;
}
.rowling-widget-list .meta { 
margin-top: 3px; 
font-size: 0.75em;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
color: #888;
}
.rowling-widget-list .excerpt {
margin-top: 3px;
color: #666;
line-height: 130%;
}
.rowling-widget-list a:hover .title { text-decoration: underline; } .flickr_badge_image {
display: inline-block;
margin: 0 10px 10px 0;
}
.flickr_badge_image a,
.flickr_badge_image img {
display: block;
}
.flickr_badge_image a {
padding: 4px;
background: #fff;
border: 1px solid #ddd;
}  .credits {
background: #26272B;
position: relative;
}
.credits .section-inner { 
padding: 30px 0;
position: relative; 
}
.to-the-top {
display: block;
width: 50px;
height: 50px;
padding-top: 21px;
border-radius: 99px;
background: #0093C2;
position: absolute;
top: -25px;
right: 0;
}
.to-the-top .fa {
display: block;
width: 100%;
font-size: 22px;
text-align: center;
color: #fff;
text-shadow: 0 1px 0 rgba(0,0,0,0.25);
position: absolute;
top: 50%;
margin-top: -11px;
left: 0;
right: 0;
}
.to-the-top:hover {
color: #fff;
top: -30px;
}
.credits p { color: #fff; }
.credits .copyright {
font-weight: 900;
text-transform: uppercase;
letter-spacing: 1px;
text-shadow: 0 1px 0 #111;
}
.credits .copyright a { color: #fff; }
.credits .copyright a:hover { color: #0093C2; }
.credits .attribution { 
margin-top: 12px; 
font-size: 0.75rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
color: #999;
}
.credits .attribution + .attribution { margin-top: 6px; }
.attribution a { color: rgba(255,255,255,0.5); }
.attribution a:hover { 
color: rgba(255,255,255,0.5); 
text-decoration: underline;
}  @media ( max-width: 1250px ) {
.header-ad-468 { display: none; }
}
@media ( max-width: 850px ) { body { background: #fff; }
.wrapper.section-inner { max-width: 100%; }
.wrapper:after { content: none; }
.content { 
float: none;
max-width: 88%;
width: auto; 
margin-left: auto;
margin-right: auto;
}
.sidebar { 
width: 100%;
padding-left: 6%;
padding-right: 6%;
background: #f1f1f1;
border-top: 1px solid #ddd;
float: none; 
} .top-nav { display: none; } .search-container .search-field {
padding: 30px 64px 30px 0;
font-size: 1.25em;
font-weight: 400;
}
.search-container .search-button { margin-top: -17px; }
.search-container .search-button .fa { font-size: 32px; } .header { 
padding: 25px 0; 
border-top: 8px solid #26272B;
}
.blog-title,
.blog-description {
margin-right: 60px;
} .primary-menu { display: none; } .header .section-inner { position: relative; }
.nav-toggle {
display: block;
width: 40px;
height: 40px;
background: #0093C2;
border-radius: 99px;
position: absolute;
top: 50%;
margin-top: -20px;
right: 0;
box-shadow: 0 2px 0 rgba(0,0,0,0.1);
}
.nav-toggle .bar {
width: 20px;
height: 2px;
background: #fff;
border-radius: 1px;
box-shadow: 0 1px 0 rgba(0,0,0,0.1);
position: absolute;
left: 50%;
margin-left: -10px;
top: 50%;
-webkit-transition: opacity 0.2s linear 0.2s, margin 0.2s linear 0.2s, -webkit-transform 0.2s linear 0s;
-moz-transition: opacity 0.2s linear 0.2s, margin 0.2s linear 0.2s, -moz-transform 0.2s linear 0s;
-o-transition: opacity 0.2s linear 0.2s, margin 0.2s linear 0.2s, -o-transform 0.2s linear 0s;
transition: opacity 0.2s linear 0.2s, margin 0.2s linear 0.2s, transform 0.2s linear 0s;
}
.nav-toggle .bar:nth-child(1) { margin-top: -7px; }
.nav-toggle .bar:nth-child(2) { margin-top: -1px; }
.nav-toggle .bar:nth-child(3) { margin-top: 5px; }
.nav-toggle:hover { cursor: pointer; }
.nav-toggle.active .bar { 
background: #fff; 
-webkit-transition: opacity 0.2s linear 0s, margin 0.2s linear 0s, -webkit-transform 0.2s linear 0.2s;
-moz-transition: opacity 0.2s linear 0s, margin 0.2s linear 0s, -moz-transform 0.2s linear 0.2s;
-o-transition: opacity 0.2s linear 0s, margin 0.2s linear 0s, -o-transform 0.2s linear 0.2s;
transition: opacity 0.2s linear 0s, margin 0.2s linear 0s, transform 0.2s linear 0.2s;
}
.nav-toggle.active .bar:nth-child(1),
.nav-toggle.active .bar:nth-child(3) { margin-top: -1px; }
.nav-toggle.active .bar:nth-child(1) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
}
.nav-toggle.active .bar:nth-child(2) { 
-webkit-opacity: 0;
-moz-opacity: 0;
opacity: 0; 
}
.nav-toggle.active .bar:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
} .mobile-menu { background: #0093C2; }
.mobile-menu li a { 
border-top: 1px solid rgba(255,255,255,0.1); 
border-bottom: 1px solid rgba(0,0,0,0.1); 
}
.mobile-menu a {
display: block;
padding: 20px 6%;
font-size: 0.8rem;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 1px;
color: #fff;
text-shadow: 0 1px 0 rgba(0,0,0,0.1);
}
.mobile-menu ul a { padding-left: 12%; }
.mobile-menu ul ul a { padding-left: 18%; }
.mobile-menu ul ul ul a { padding-left: 24%; }
.mobile-menu ul ul ul ul a { padding-left: 30%; }
.mobile-menu ul ul ul ul ul a { padding-left: 36%; }
.mobile-menu ul ul ul ul ul ul a { padding-left: 42%; }
.mobile-menu a:hover { color: #fff; } .sidebar .widget {
display: inline-block;
width: 47%;
vertical-align: top;
padding: 0;
margin: 0 0 60px 0;
border: none;
}
.sidebar .widget:nth-child(2n) { margin-left: 5%; } .to-the-top {
width: 40px;
height: 40px;
top: -20px;
}
.to-the-top:hover { top: -23px; }
}
@media ( max-width: 780px ) {
.single-ads-160 { display: none; } .single-post .post-inner { padding-left: 0; }
.related-posts { 
display: none;
width: 100%;
margin-top: 40px;
position: static;
top: auto;
left: auto;
}
.post-inner .related-posts { display: block; }
.related-post {
width: 30%;
float: left;
}
.related-post + .related-post { margin: 0 0 0 5%; } .post-inner > .post-content { font-size: 1.1em; } .comments, 
.comment-respond form,
.no-comments {
margin-left: 0;
}
.no-comments {
margin-top: 25px;
border-top: 2px solid #ddd;
padding-top: 25px;
}
}
@media ( max-width: 600px ) {
.single-ads-160 { display: none; } .section-inner,
.content {
max-width: 90%;
}
.content { padding: 30px 0; } .search-container .search-field {
padding: 25px 50px 25px 0;
font-size: 1.1em;
}
.search-container .search-button { margin-top: -15px; }
.search-container .search-button .fa { font-size: 28px; } .mobile-menu a { padding: 20px 5%; }
.mobile-menu ul a { padding-left: 10%; }
.mobile-menu ul ul a { padding-left: 15%; }
.mobile-menu ul ul ul a { padding-left: 20%; }
.mobile-menu ul ul ul ul a { padding-left: 25%; }
.mobile-menu ul ul ul ul ul a { padding-left: 30%; }
.mobile-menu ul ul ul ul ul ul a { padding-left: 35%; } .posts .post { width: 46.75%; }
.post-title { 
font-size: 1.25em; 
line-height: 130%;
} .single-post .post-header,
.single-post .post-image,
.single-post .flexslider { margin-bottom: 25px; }
.single-post .post-categories { font-size: 0.75em; }
.single-post .post-title { 
font-size: 1.75em; 
line-height: 130%;
}
.single-post .post-meta { 
padding-top: 12px;
font-size: 0.9em; 
}
.single-post .post-meta .resp { display: none; }
.single-post .post-meta:first-letter { text-transform: uppercase; }
.single-post .post-tags { margin-top: 20px; }
.post-author { 
margin-top: 30px;
padding: 20px 20px 20px 100px; 
min-height: 100px;
}
.post-author:before { left: 44px; }
.post-author .title { font-size: 1em; }
.post-author > .avatar { margin-top: -30px; }
.post-author img { 
width: 60px; 
padding: 3px;
} .post-content,
.post-inner > .post-content { font-size: 1em; }
.post-content p.intro {
font-size: 1.1em;
line-height: 140%;
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
margin: 30px 0 12px;
}
.post-content h1 { font-size: 1.9em; }
.post-content h2 { font-size: 1.7em; }
.post-content h3 { font-size: 1.5em; }
.post-content h4 { font-size: 1.25em; }
.post-content h5 { font-size: 1.1em; }
.post-content h1+h1, .post-content h1+h2, .post-content h1+h3, .post-content h1+h4, .post-content h1+h5, .post-content h1+h6,
.post-content h2+h1, .post-content h2+h2, .post-content h2+h3, .post-content h2+h4, .post-content h2+h5, .post-content h2+h6,
.post-content h3+h1, .post-content h3+h2, .post-content h3+h3, .post-content h3+h4, .post-content h3+h5, .post-content h3+h6,
.post-content h4+h1, .post-content h4+h2, .post-content h4+h3, .post-content h4+h4, .post-content h4+h5, .post-content h4+h6,
.post-content h5+h1, .post-content h5+h2, .post-content h5+h3, .post-content h5+h4, .post-content h5+h5, .post-content h5+h6,
.post-content h6+h1, .post-content h6+h2, .post-content h6+h3, .post-content h6+h4, .post-content h6+h5, .post-content h6+h6 {
margin-top: 12px;
}
.post-content hr { margin: 30px auto; }
.post-content blockquote { padding: 25px; }
.post-content blockquote:after { content: none; }
.post-content fieldset { padding: 20px; } .comments-container,
.respond-container { margin-top: 40px; }
.comments-title-container,
.comment-reply-title { 
padding: 18px 0;
margin-bottom: 30px; 
}
.comments-title,
.comment-reply-title { font-size: 1em; }
.comments-title .fa,
.comment-reply-title .fa {
font-size: 16px
}
.comments-title-link {
font-size: 0.8em;
bottom: -1px;
}
.comment .avatar { display: none; }
.comment-inner { margin-left: 0; }
.comment-inner:before,
.comment-inner:after { content: none; }
.bypostauthor .comment-author-icon {
top: -9px;
left: -9px;
} .archive-nav { margin-top: 40px; }
.archive-nav .number { display: none; }
.archive-nav .archive-nav-older,
.archive-nav .archive-nav-newer {
position: static;
}
.archive-nav .archive-nav-newer { float: left; }	
.archive-nav .archive-nav-older { float: right; } .sidebar { 
padding-right: 5%;
padding-left: 5%; 
}
.sidebar .widget {
display: block;
width: 100%;
margin: 0;
}
.sidebar .widget + .widget {
padding-top: 40px;
margin-top: 40px;
border-top: 1px solid #ddd;;
}
.sidebar .widget:nth-child(2n) { margin-left: 0; }
}
@media ( max-width: 500px ) { .comment-form-author,
.comment-form-email {
display: block;
width: 100%;
float: none;
} .post-content .alignleft,
.post-content .alignright {
max-width: 100%;
float: none;
margin-right: auto;
margin-left: auto;
}
.post-content .alignleft img,
.post-content .alignright img {
margin-right: auto;
margin-left: auto;
}
.single-ads-160 { display: none; }
}
@media ( max-width: 400px ) { .header { 
padding: 22px 0; 
border-top-width: 4px;
}
.blog-title { 
font-size: 1.3em; 
letter-spacing: 1px;
}
.blog-description { display: none; } .mobile-menu a { 
padding-top: 18px; 
padding-bottom: 18px;
} .posts .post {
width: 100%;
display: block;
}
.posts .post + .post,
.posts .post:nth-child(2) {
padding-top: 25px;
border-top: 1px solid #ddd;
margin-top: 25px;
}
.posts .post:nth-child(2n) { margin-left: 0; }
.posts .post .post-image { margin-bottom: 18px; }
.post-meta { font-size: 0.85em; } .single .flex-direction-nav { display: none; } .single-post .post-title { font-size: 1.5em; }
.single-post .post-meta { 
padding-top: 10px;
margin-top: 8px;
font-size: 0.9rem; 
}
.single-post .post-meta .resp:first-of-type { display: inline; }
.single-post .post-meta .post-meta-author { display: none; }
.single-post .post-image-caption { 
padding: 10px 0 10px 24px; 
font-size: 0.85em;
} .post-author { 
padding: 20px; 
margin-top: 25px;
min-height: intrinsic;
}
.post-author img { display: none; }
.post-author .description { font-size: 0.85em; } .related-posts { margin-top: 30px; }
.related-post { width: 47.5%; }
.related-post:nth-child(3) { display: none; } .post-content p.intro { font-size: 1em; }
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
margin: 30px 0 12px;
}
.post-content h1 { font-size: 1.5em; }
.post-content h2 { font-size: 1.4em; }
.post-content h3 { font-size: 1.3em; }
.post-content h4 { font-size: 1.2em; }
.post-content h5 { font-size: 1.1em; } .page-title { margin-bottom: 25px; } .archive-nav { margin-top: 30px; } .comments-title-container, 
.comment-reply-title {
border-top-width: 3px;
padding: 12px 0;
margin-bottom: 20px;
}
.comments-title-link { display: none; }
.comment-inner { 
padding: 20px; 
border-radius: 4px;
}
.comment-header h4 { font-size: 1em; }
.comment-content { font-size: 0.95em; } .comment-respond p { margin-bottom: 15px; }
.comment-respond input[type="text"], 
.comment-respond textarea {
padding: 15px;
}
.comment-respond textarea { height: 175px; } .credits .section-inner { padding: 20px 0; }
.credits .copyright { font-size: 0.8em; }
.credits .attribution {
margin-top: 8px;
font-size: 0.65em; 
}
.single-ads-160 { display: none; }
}
.single-ad-468 {
margin-bottom: 10px;
}
.single-ad-160-1 {
margin-top: 5px;
}
.single-ad-160-2 {
margin-top: 25px;
}
.single-ad-160-spacing {
margin-top: 30px;
}
.single-ad-postend {
margin-top: 25px;
}
.single-gallery {
margin-top: 30px;
border: 0px dashed #ff0000;
line-height: 100%;
}
.single.gallery .gallery-item {
margin-top: -20px;
}
.single-gallery img {
border: 0px solid #ff0000;
padding: 0 2px 2px 0;
margin: 0px;
margin-bottom: 0px;
margin-top: 0px;
}
.single-gallery #gallery-1 img {
border: 0px !important;
}
.single-gallery .gallery-caption {
display: none;
}
.attachment-archive-thumb {
margin-top: -30px;
}
.gallery {
overflow: hidden;
margin: 0 auto;
}
.gallery .gallery-item {
overflow: hidden;
float: left;
padding: 2px 2px -2px 0;
text-align: center;
list-style: none;
}
.gallery-caption {
font-size: 11px;
}
.gallery-item a {
border-bottom: 0px;
margin-top: 0px;
margin-bottom: 0px;
margin: 0px;
}
.gallery-columns-0 .gallery-item {
width: 100%;
}
.gallery-columns-1 .gallery-item {
width: 100%;
}
.gallery-columns-2 .gallery-item {
width: 50%;
margin-bottom: 0px;
}
.gallery-columns-3 .gallery-item {
width: 33.33%;
}
.gallery-columns-4 .gallery-item {
width: 25%;
}
.gallery-columns-5 .gallery-item {
width: 20%;
}
.single-bottom-sidebar { 
min-height: 130px;
padding: 30px 25px 30px 25px;
margin-top: 40px; 
background: #aaddff;
border-radius: 6px;
position: relative;
display: block;
height: auto;
-moz-box-sizing: content-box;
}
.single-bottom-sidebar p {
line-height: 1.2em;
margin: 0 0 10px 0;
}
.attachment-sidebar-left {
max-width: 50%;
min-width: 270px;
float: left;
border: 0px solid #000;
margin-right: 15px;
margin-top: 10px;
}
.attachment-sidebar-right {
max-width: 40%;
min-width: 260px;
float: left;
border: 0px solid #000;
margin-top: 10px;
}
.single-sidebar-left {
max-width: 50%;
min-width: 270px;
float: left;
border: 0px solid #000;
margin-right: 15px;
margin-top: 10px;
}
.single-sidebar-right {
max-width: 45%;
min-width: 260px;
float: left;
border: 0px solid #000;
margin-top: 10px;
}
.single-related-posts {
margin-top: 50px;
}
.single-related-posts h4 {
padding: 0 0 3px 0;
border-bottom: 2px solid #0093C2;
letter-spacing: 1px;
text-transform: uppercase;
font-weight: 900;
font-size: 0.8rem;
margin-bottom: 15px;
display: inline-block;
}
.attachment-description {
margin-top: 5px;
}
.attachment-resolution {
margin-top: 5px;
}
.attachment-resolution .fa {
color: #008CB9;
margin-right: 5px;
}
.attachment-resolution .fa-flag {
color: #FFC0CB;
margin-right: 5px;
}
.attachment-ad-728 {
margin: 20px 0 15px 0;
}
.attachment-hr hr {
color: #ffffff;
width: 200px;
}
.attachment-meta-main {
width: 100%;
border-bottom: 0px solid #ccc;
display: block;
padding-bottom: 15px;
height: auto;
}
.attachment-meta-description {
padding-bottom: 0px;
border-bottom: 0px solid #ccc;
float: left;
max-width: 510px;
display: inline;
}
.attachment-meta-share {
max-width: 250px;
float: right;
}
.attachment-parent-div {
margin: 15px 0 10px 0;
width: 100%;
}
.parent-excerpt {
color: #888;
}
.parent-title {
font-size: 1.3em !important;
margin-bottom: 5px;
}
.attachment-gallery {
margin-top: 30px;
}
.attachment-gallery h2 {
margin: 0 0 15px 0;
}
.srp-post-title {
font-size: 1.1em;
padding-bottom: 6px;
}
.img-description {
margin-top: 15px;
}
.attachment-copyrights {
font-size: 0.9em;
color: #888;
margin: 10px 0 0 10px;
font-style: italic;
}
.attachment-gallery img {
margin: 0px 2px -1px 0;
max-width: 33%;
}
.post-content img a {
border-bottom: 0px;
}
.social-buttons {
vertical-align: top;
margin-top: 15px;
}
.social-facebook-horizontal {
vertical-align: top;
margin-top: -1px;
}
.social-twitter-horizontal {
padding: 0px 20px 0 20px;
}
.social-pinterest-horizontal {
margin-right: 10px;
}
.social-buttons-attachment {
vertical-align: top;
padding: 10px 0 5px 15px;
}
.social-facebook-vertical {
vertical-align: top;
margin-top: -1px;
}
.social-twitter-vertical {
padding: 0px 0 0 1px;
}
.social-pinterest-vertical {
margin-right: 0px;
}
.stt-tags {
padding: 15px 25px 0 25px;
color: #bbb;
font-size: 0.8em;
}
.header-ad-468 {
float: right;
min-width: 480px;
margin-top: -11px;
}
.sidebar-top-ads {
margin: -10px 0 12px 0;
padding-bottom: 25px;
border-bottom: 1px solid #ddd;
}
.sidebar-bottom-ads {
margin: 30px 0 0 0;
padding-top: 30px;
border-top: 1px solid #ddd;
}
.single-readmore { 
min-height: 130px;
padding: 10px 0px 30px 0px;
margin-top: 40px; 
background: #fffff;
border-radius: 6px;
position: relative;
display: block;
height: auto;
-moz-box-sizing: content-box;
}
.single-readmore p {
line-height: 1.2em;
}
.single-readmore h3 {
padding: 0 0 3px 0;
border-bottom: 2px solid #0093C2;
letter-spacing: 1px;
text-transform: uppercase;
font-weight: 900;
font-size: 0.8rem;
margin-bottom: 10px;
display: inline-block;
}
.single-readmore ul {
list-style-type: circle;
padding-left: 20px;
}
.single-readmore li {
line-height: 1.2em;
}
.single-readmore .post-tags { margin-top: 5px; }
.single-readmore-left {
width: 65%;
min-width: 270px;
float: left;
border: 0px solid #000;
padding-right: 10px;
margin-top: 10px;
}
.single-readmore-right {
width: 25%;
min-width: 200px;
float: left;
border: 0px solid #000;
padding: 10px 0 15px 0;
}
.single-related {
margin: 35px 0 0 0;
}
.single-related h3 {
padding: 0 0 3px 0;
border-bottom: 2px solid #0093C2;
letter-spacing: 1px;
text-transform: uppercase;
font-weight: 900;
font-size: 0.8rem;
margin-bottom: 10px;
display: inline-block;
}
.single-related ul {
list-style-type: circle;
padding-left: 20px;
}
.single-related li {
line-height: 1.2em;
}
.image-related {
margin-top: 20px;
padding-top: 20px;
}
.attachment-featured-image img {
width: 100%;
}
.single-post-featured-img img {
width: 100%;
}
div.alignnone {
text-align: center;
margin-left: auto;
margin-right: auto;
}
.widgets-list-layout-links {
float: left !important;
padding-left: 10px;
}
.widget_top-posts li {
padding: 3px 0px;
}
.widget_recent_terms li {
padding: 3px 0;
text-transform: capitalize;
}
.widget_popular_terms li {
padding: 3px 0;
text-transform: capitalize;
}
.single-ad-728 { }
.single-ad-728-belowimg {
padding: 20px 0 10px 0;
}