.simple-banner,
.simple-banner_2,
.simple-banner_3,
.simple-banner_4,
.simple-banner_5 {
width: 100%;
text-align: center;
position: relative;
display: block;
}
.simple-banner .simple-banner-text,
.simple-banner_2 .simple-banner-text_2,
.simple-banner_3 .simple-banner-text_3,
.simple-banner_4 .simple-banner-text_4,
.simple-banner_5 .simple-banner-text_5 {
font-weight: 700;
padding: 10px 20px;
position: relative;
}
.simple-banner .simple-banner-button,
.simple-banner_2 .simple-banner-button_2,
.simple-banner_3 .simple-banner-button_3,
.simple-banner_4 .simple-banner-button_4,
.simple-banner_5 .simple-banner-button_5 {
border: none;
background-color: transparent;
padding: 0 5px;
margin: 0 10px;
text-align: center;
text-decoration: none;
position: absolute;
transform: translate(0%, -50%);
right: 0;
top: 50%;
font-size: 16px;
cursor: pointer;
}@font-face {
font-family: 'FontAwesome';
src: url(//gracebaptistcarlisle.org/wp-content/plugins/swm-church-shortcodes/fonts/fontawesome-webfont.eot?v=4.3.0);
src: url(//gracebaptistcarlisle.org/wp-content/plugins/swm-church-shortcodes/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0) format('embedded-opentype'), url(//gracebaptistcarlisle.org/wp-content/plugins/swm-church-shortcodes/fonts/fontawesome-webfont.woff2?v=4.3.0) format('woff2'), url(//gracebaptistcarlisle.org/wp-content/plugins/swm-church-shortcodes/fonts/fontawesome-webfont.woff?v=4.3.0) format('woff'), url(//gracebaptistcarlisle.org/wp-content/plugins/swm-church-shortcodes/fonts/fontawesome-webfont.ttf?v=4.3.0) format('truetype'), url(//gracebaptistcarlisle.org/wp-content/plugins/swm-church-shortcodes/fonts/fontawesome-webfont.svg?v=4.3.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;
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";
}.scale_img { overflow: hidden; }
.scale_img img { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); -webkit-transition: all 0.3s linear;	-moz-transition: all 0.3s linear; -ms-transition: all 0.3s linear; -o-transition: all 0.3s linear;transition: all 0.3s linear; }
.scale_img:hover img, .pf_box:hover .scale_img img{ -webkit-transform: scale(1.03);-moz-transform: scale(1.03);-ms-transform: scale(1.03);-o-transform: scale(1.03);transform: scale(1.03); } .round3,.swm_button.round { border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;   -khtml-border-radius: 3px;  -o-border-radius: 3px; }
.round5,.dropcap.square{ border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;  -khtml-border-radius: 5px;  -o-border-radius: 5px; }
.round25, .swm_button.capsule{ border-radius:25px; -moz-border-radius:25px; -webkit-border-radius:25px; border-radius:25px;   -khtml-border-radius: 25px;  -o-border-radius: 25px; }
.round50, .swm_button.capsule, .dropcap.round{ border-radius:50px; -moz-border-radius:50px; -webkit-border-radius:50px; border-radius:50px;   -khtml-border-radius: 50px;  -o-border-radius: 50px; } .post_bottom span a i,.my_toggle2_title,.my_toggle_title { -webkit-transition:color 0.2s linear; -moz-transition:color 0.2s linear; -o-transition:color 0.2s linear; transition:color 0.2s linear; }
.swm_button,input.button,button.button, button.swm_button,
.pricing_table,
.flexslider .rp_slides > li,
.flexslider .slides > li .rp_details,
.swm_list_slider ul.flex-direction-nav li a,
.bx-controls-direction a,
.recent_posts_list1 ul li,
.swm-input-text,.swm-input-textarea,
.my_toggle_title,
.recent_blog_posts,
.tm_style1:hover .tm_box_content,
.small-footer .tm_social_media ul li a,
.swm_testimonials_block .client_img_link span.icon_url,
#contact-form-widget p.formButton input,
.pagination_menu li a,
.toggle_box .toggle_box_title,.toggle_box_accordion .toggle_box_title_accordion,
.widgetFormInput,.widgetFormTextarea,
ul.next_event_counter li,
.recent_posts_slider .owl-prev, .recent_posts_slider .owl-next,
.swm_logo_slider .owl-nav,
.swm_logo_slider .owl-prev, .swm_logo_slider .owl-next,
.swm_logo_slider .owl-dots,
.swm_large_footer ul.ci_list li:before
{
-moz-transition-duration: 0.3s; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s;	
-moz-transition-property:all;
-webkit-transition-property:all;
-o-transition-property:all;
transition-property:all; }
.testimonial_box { -webkit-transform: translateX(0); -webkit-backface-visibility: hidden; -moz-backface-visibility:hidden; -ms-backface-visibility: hidden; }  .owl-carousel .animated {
-webkit-animation-duration: 1000ms;
animation-duration: 1000ms;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
z-index: 0;
}
.owl-carousel .owl-animated-out {
z-index: 1;
}
.owl-carousel .fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
} .owl-height {
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
} .owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent; position: relative;
z-index: 1;
}
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel.owl-loaded {
display: block;
}
.owl-carousel.owl-loading {
opacity: 0;
display: block;
}
.owl-carousel.owl-hidden {
opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
display: none;
}
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel .owl-item img {
display: block;
width: 100%;
-webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
-webkit-user-select: auto;
-moz-user-select: auto;
-ms-user-select: auto;
user-select: auto;
}
.owl-carousel .owl-grab {
cursor: move;
cursor: -webkit-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab;
}
.owl-carousel.owl-rtl {
direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
float: right;
} .no-js .owl-carousel {
display: block;
} .owl-carousel .owl-item .owl-lazy {
opacity: 0;
-webkit-transition: opacity 400ms ease;
-moz-transition: opacity 400ms ease;
-ms-transition: opacity 400ms ease;
-o-transition: opacity 400ms ease;
transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
transform-style: preserve-3d;
} .owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000;
}
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(//gracebaptistcarlisle.org/wp-content/plugins/swm-church-shortcodes/css/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
-webkit-transition: scale 100ms ease;
-moz-transition: scale 100ms ease;
-ms-transition: scale 100ms ease;
-o-transition: scale 100ms ease;
transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
-webkit-transition: scale(1.3, 1.3);
-moz-transition: scale(1.3, 1.3);
-ms-transition: scale(1.3, 1.3);
-o-transition: scale(1.3, 1.3);
transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none;
}
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
-webkit-transition: opacity 400ms ease;
-moz-transition: opacity 400ms ease;
-ms-transition: opacity 400ms ease;
-o-transition: opacity 400ms ease;
transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
}ul.the_icons { line-height: 25px; margin-left: 0; }
ul.the_icons li {  list-style: none;  margin-left:0; padding-left: 25px; line-height: 20px; }
ul.the_icons li i.fa { width:10px; text-align: center; width:25px; margin-left: -25px; font-size: 14px; text-align: left; }
.steps_with_circle ol { padding:5px 0 0 0; text-shadow: 0 1px 0 #fff; margin:0; }
.steps_with_circle ol li {  list-style: none;  margin-bottom:15px;clear:both; }
.steps_with_circle ol li:last-child { margin-bottom: 0; }
.steps_with_circle ol li span {  font-size:18px; 
background: url(//gracebaptistcarlisle.org/wp-content/plugins/swm-church-shortcodes/images/ordered_list_bg.png) no-repeat;
display:block;
color:#a4a4a4;
text-align: center;
width:42px; 
height:42px;
line-height: 41px;
float:left;   
margin-left:-55px; }
.steps_with_circle ol li { padding-left:55px; text-align: left; overflow:hidden; float:left; position:relative; width:auto;}
.steps_with_circle ol li p {overflow:hidden;}
.steps_with_box ol{  padding: 0 0 0 35px;}
.steps_with_box ol{
clear:both;
margin: 0 0 20px 0;
background: #fff;  
border: 1px solid #dedede;  
background: url(//gracebaptistcarlisle.org/wp-content/plugins/swm-church-shortcodes/images/orderedlist_bg.jpg) repeat-y;}
.steps_with_box ol li{
margin: 0;
padding: 15px 15px 15px 15px;    
font-size: 16px;
font-weight: normal;
border-top: 1px solid #fff; 
border-bottom: 1px solid #dedede; 
border-left: 1px solid #fff;  
background: #f4f4f4;
text-shadow:0 1px 0 #fff;}
.steps_with_box ol li:hover { background: #eee; } 
.steps_with_box ol li.last { border-bottom: none; } .swm_pagination {  
display:block;
line-height: 25px;
height:25px;
font-size: 11px; }
.swm_pagination.center { text-align: center; margin:0 auto; }
.swm_pagination ul{  padding:0; margin:0; }
.swm_pagination a { text-decoration: none; }
.swm_pagination li { padding: 0; margin:0; display: inline-block; list-style: none; }
.swm_pagination li a {
display: inline-block;
height:20px;
background: #fff;
border:1px solid #e1e1e1;
line-height: 20px;
border-radius: 3px;
list-style: none;
padding: 0 8px;    
margin: 0 3px 0 0;
text-shadow:0 1px 0 #fff;
background: #f5f5f5;
background: linear-gradient(top, #fff 0%, #eee 100%);
background: -moz-linear-gradient(top, #fff 0%, #eee 100%);
background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#eee));
background: -webkit-linear-gradient(top, #fff 0%, #eee 100%);
border-radius:3px;
border:1px solid #e5e5e5; }
.swm_pagination li a:hover {  
background: #eee;   
border-color:#d6d6d6;
background: linear-gradient(top, #eee 0%, #fff 100%);
background: -moz-linear-gradient(top, #eee 0%, #fff 100%);
background: -webkit-gradient(linear, 0 0, 0 100%, from(#eee), to(#fff));
background: -webkit-linear-gradient(top, #eee 0%, #fff 100%); } 
.swm_pagination li a.current,.swm_pagination li a:hover.current{  text-shadow: 0 1px 0 rgba(0,0,0,0.1); font-weight: bold; cursor:auto; }
.swm_pagination li a.icon_next_prev { padding:0 4px 0 7px; }
.swm_pagination li a .icon-angle-right { margin-right: -5px; }
.swm_pagination li a .icon-angle-left { margin-left: -3px; margin-right: -2px;}  .recent_posts_full { }
.recent_posts_full .one_fourth,.recent_posts_full .one_third { margin-bottom: 30px; }
.recent_posts_full .swm_recent_posts ul li { list-style: none;}
.recent_posts_full .swm_recent_posts ul { padding:0; margin:0; }
.recent_posts_full img { display:block; line-height: 0; font-size: 0; border-radius: 3px; overflow: hidden; }
.recent_posts_full a { text-decoration: none; }
.recent_posts_full .swm_post_heading a { font-size:16px; color:#222; }
.recent_posts_full .swm_post_heading, .recent_posts_full .swm_post_heading a { font-size: 16px; text-decoration: none; clear:both; font-weight: bold;  }
.recent_posts_full p { margin:10px 0; }
.recent_posts_full p.rp_full_content { border-top: 1px solid #ececec; padding: 15px 20px 0 20px; margin:10px -20px 0 -20px; }
.recent_posts_full .post_meta { clear:both; margin:5px 0 0 20px;  }
.recent_posts_full .post_meta span,.recent_posts_full .post_meta span a { font-size: 11px; color:#888; margin-right: 20px; }
.recent_posts_full .post_meta span i:before { margin-right: 5px; font-size: 13px;  }
.sc_post_full_content { border:1px solid #ececec; background: #fff;  padding:10px 20px 0 20px; border-radius: 3px; overflow: hidden; margin-top: 4px; text-align: center;  }
.recent_posts_full p.recent_post_read_more_link a { margin-bottom: 15px; margin-top: -5px; text-decoration: none; display: block; } .recent_posts_tiny ul { margin:0; padding:0; border:none; }
.recent_posts_tiny li { list-style: none; border:none;float:none;clear:both;display:block; line-height:22px;  }
.recent_posts_tiny ul li a img { max-width: 52px;float:left;width:52px;height:52px;margin:0;border-radius: 3px;margin-right: 15px; image-rendering: optimizeQuality; }
.recent_posts_tiny ul li {  padding:15px 0 15px 0; height:auto; clear:both; background:none; border-bottom:1px solid #ececec;  }
.recent_posts_tiny ul li:last-child { border-bottom: 0 none; padding-bottom: 0; }
.recent_posts_tiny ul li a { text-decoration: none; }
.recent_posts_tiny li h4 { margin:-3px 0 0 0; }
.recent_posts_tiny .recent_posts_tiny_title a,.recent_posts_tiny .recent_posts_tiny_title {  line-height:20px; margin:0; padding:0;  text-decoration: none; font-weight: bold; }
.recent_posts_tiny p { padding:0; margin:0; font-size:12px; color:#888; }
.recent_posts_tiny_content { overflow: hidden; margin-top: 5px; }
a.recent_posts_tiny_icon { width:45px; height:45px; border-radius: 3px; float:left; display: inline-block; margin-right: 15px; text-align: center; font-size: 25px; color:#ddd; background: #ededed; }
a.recent_posts_tiny_icon i { line-height: 45px; }
.recent_posts_tiny ul li a.recent_posts_tiny_icon { color:#bbb; }
.sidebar .recent_posts_tiny ul { margin:0 -20px; }
.sidebar .recent_posts_tiny ul li { padding:20px; }
.sidebar .recent_posts_tiny ul li:first-child { padding-top: 5px; }
.sidebar .recent_posts_tiny ul li:last-child { padding-bottom: 5px; }
.footer .recent_posts_tiny ul li { border-bottom:1px solid #373737; padding:20px 0; }
.footer .recent_posts_tiny ul li h4 { line-height: 18px; padding-top: 5px;  }
.swm_container .recent_posts_tiny li,.swm_container .recent_posts_small li,.pricing_content ul li { margin-left: 0; }
.footer ul li.cat-item a small { padding:2px 6px; }
a.recent_posts_tiny_icon i { font-size: 15px; }
.sidebar .recent_posts_tiny ul li h4 a,.footer .recent_posts_tiny ul li h4 a { font-size: 14px; line-height:20px; }
.sidebar .recent_posts_tiny ul li .recent_posts_tiny_content p { padding:0; }
.sidebar .recent_posts_tiny_content, .footer .recent_posts_tiny_content { margin-top:0; }
.sidebar .recent_posts_tiny ul li a img, .footer .recent_posts_tiny ul li a img { width:45px; height:45px; } .recent_posts_square_date a,.recent_posts_square_date a:hover { height:86px; width:52px; float:left; text-align: center; display: block; font-size:20px; font-weight: bold;  
padding-top: 12px; border-radius: 3px; overflow: hidden; background: #ededed; color:#666; line-height: 22px; text-decoration: none; margin:0; }
.recent_posts_square_date span.d_month { display: block; font-size: 11px; text-transform: uppercase; margin-top: 0px; margin-bottom: 4px; }
.recent_posts_square_date span.d_year { width:100%; height:26px; display: block; background: #444; font-size: 11px; font-weight: normal; margin:0; line-height: 26px; border-radius: 0 0 3px 3px; }
.recent_posts_square_posts ul,.recent_posts_square_posts ul li { background: none; padding:0; margin:0;  list-style: none; clear:both; }
.recent_posts_square_posts ul li:first-child { padding-top: 0; }
.recent_posts_square_posts ul li:last-child { border:0; }
.recent_posts_square_posts ul li { clear:both; min-height: 70px; border-bottom: 1px solid #ececec; padding:23px 0 0 0; }
.recent_posts_square_posts ul li .grid_date { margin: 8px 0 11px 0;}
.recent_posts_square_posts ul li .grid_date span { margin-right: 20px; }
.recent_posts_square_posts ul li .grid_date a { color:#888; }
.recent_posts_square_posts ul li .grid_date i { color:#ccc; margin-right: 8px; }
.recent_posts_square_content { margin-left: 70px; }
.recent_posts_square_content a { text-decoration: none; }
.recent_posts_square_content a.read-more { margin-top: 5px; }
.recent_posts_square_content p { margin-bottom: 0; color:#888;  }
.recent_posts_square_posts .recent_posts_square_title { margin:0 0 2px 0; padding:0; font-weight: bold; }
.recent_posts_square_posts .recent_posts_square_title a { font-size: 14px; text-decoration: none; } .uc_events_widget .recent_posts_square_date a { height: 65px; border-bottom: 1px solid rgba(0,0,0,0.1);  font-size:20px; }
.uc_events_widget.recent_posts_square_posts ul li .grid_date.uc_events { margin-top: 3px; }
.uc_events_widget.recent_posts_square_posts ul li .grid_date.uc_events span { display: block; float:none;  }
.uc_events_widget.recent_posts_square_posts ul li .grid_date.uc_events span i { margin-top: -2px; }
.recent_posts_square_posts ul li .grid_date span a { font-size: 11px; }
.footer .recent_posts_square_posts ul li,.sidebar .uc_events_widget ul li { padding: 20px 0 15px 0; }
.footer .uc_events_widget ul li:first-child { border-top:1px solid #ececec; }
.footer .uc_events_widget ul li:last-child { border-bottom:1px solid #ececec; }
.uc_events_widget span.d_month { margin-top: -2px; margin-bottom: 3px; }
.footer .recent_posts_square_posts ul li .grid_date span  { opacity: 0.6; }
.footer .uc_events_widget.recent_posts_square_posts ul li .grid_date.uc_events { margin-top: 8px; }
.footer .uc_events_widget.recent_posts_square_posts ul li .grid_date.uc_events span { margin-bottom: 0; }
.sidebar .uc_events_widget ul { margin:-15px -20px; }
.sidebar .uc_events_widget ul li { padding-left:20px; } .testimonials_wrapper { overflow: visible; position: relative; }
.testimonials_wrapper .swm_column_gap { margin: 0 0 15px; display: block; float:left;   }
.testimonial_box {  background: #fff; border:1px solid #ececec; border-radius: 3px;  text-shadow: 0px 1px 0px #fff; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; display: block; float:left; padding: 20px 0 5px 0; }
.testimonial_box p { padding:0 20px 15px 20px; margin:0; }
.testimonial_box .client_name { margin:0; font-size: 14px; padding: 0; line-height: 18px; display: block;}
.testimonial_box .client_name span { color:#767676; font-size: 11px; display: block;  line-height: 18px;}
.client_details { padding:20px 0 20px 20px; border-radius:0 0 3px 3px; min-height: 47px; margin-bottom: 10px; }
.client_img_link { width:48px; height:48px; display: block; float:left; margin-right: 15px; position: relative;  }
.client_image { position: relative; float:left;opacity:1; width:48px; height:48px; }
.client_image img {  border-radius: 100px; margin-left: 1px; margin-top: 1px;  }
.client_img_link .fa-link { position: absolute; left:0; font-size: 22px; text-align: center; padding:0; background:#ffffff; width:50px; height:50px; line-height: 50px;  border:2px solid #ececec;  border-radius: 100px; display: block;  }
.icon_url a i.fa-link { text-decoration: none;  }
.client_img_link span.icon_url { opacity:0; }
.swm_testimonials_block:hover .client_img_link span.icon_url { opacity:1; }
.client_name_position { float: left; margin-right: 25px;  display: inline-block; margin-top: 5px; }
.client_name_position h5 { margin: 0; padding: 0; line-height: normal; }
.client_name_position span { color:#999;  }
.footer .client_name_position span { opacity: 0.6; }
.testimonial_box:before,.testimonial_box:after { content: ' '; position: absolute; width: 0; height: 0;}
.testimonial_box:before {  
left: 35px;
bottom: -15px;
border: 7px solid;
border-color: #ececec transparent transparent #ececec;
border-color: #ececec rgba(255,255,255,0) rgba(255,255,255,0) #ececec; }
.testimonial_box:after { 
left: 36px;
bottom: -12px;
border: 6px solid;
border-color: #ffffff transparent transparent #ffffff;
border-color: #ffffff rgba(255,255,255,0) rgba(255,255,255,0) #ffffff; } .bx-wrapper .bx-viewport { left: 0px; -webkit-transform: translatez(0); -moz-transform: translatez(0); -ms-transform: translatez(0); -o-transform: translatez(0); transform: translatez(0); }
.testimonials-bx-slider-wrap { margin: 0 0 0px 0; position: relative; }
.testimonials-bx-slider { display: block; clear:both;  margin: 0 0 30px 0; }
.testimonials-bx-slider .client_details { padding:20px 0 0 10px;}
.testimonial_box_spacer .testimonial_box { margin:0 0 15px 0; }
.bx-default-pager { display:none; }
.bx-controls-direction { display:block; position: absolute; top:0; right:0; margin-top: -52px;  }
.bx-wrapper .bx-prev { float:left;  margin-right:0px; }
.bx-wrapper .bx-next { float:right; margin-right:-5px; }
.bx-wrapper .bx-controls-direction a {  width:15px; height:21px; display:block; text-indent: 0; z-index: 99; }
.bx-wrapper .bx-controls-direction a { color:#888; }
.footer .bx-wrapper .bx-controls-direction a { color:#555; }
.footer .testimonial_box { text-shadow:none; }    
.footer .bx-controls-direction { margin-top: -55px; }
.footer .icon-quote-left { color:#444; }
.sidebar .testimonials-bx-slider-wrap { margin:0; }
.sidebar .testimonial_box { border:0; padding:0; border-bottom: 1px solid #ececec; }
.sidebar .testimonial_box p { padding:0 0 15px 0; }
.sidebar .testimonial_box:after,.sidebar .testimonial_box:before { border:0; display: none; }
.sidebar .testimonials-bx-slider .client_details { padding-left: 0; }
.sidebar .bx-controls-direction { margin-top:-50px; padding-right: 0px; }
.footer .bx-controls-direction { margin-top:-40px; } .support_team { border:1px solid #ececec; padding:15px 15px 0 15px;  background: #ffffff; border-radius: 3px; overflow: hidden; }
.support_team img { float:left; margin:0 15px 15px 0; width:105px; height:105px; border-radius: 2px; }
.support_team p { padding:0; margin:0 0 4px 0; line-height: 18px; }
.support_team p a { text-decoration: none; }
.support_team p a:hover { color:#000; }
.support_team p.st_position { border-bottom:1px solid #ececec; margin-bottom: 10px; padding-bottom: 10px; color:#888;  }
p.st_email a,.st_phone,.st_position { color:#606060; }
.support_team i { color:#999; width:22px; } .swm_google_map { display:block;font-size: 0; line-height: 0; width:100%; } .sm_icons ul,.sm_icons ul  { padding:0; margin:0; }
.sm_icons ul li,.large-footer .sm_icons ul li, .sm_icons ul li{ padding:0; margin:0 3px 5px 0; float:left; display:block; list-style: none; background:none; clear:none; border:none; }
.sm_icons ul li a, .sm_icons ul li a,.footer .sm_icons ul li a { display:block; font-size: 20px; width:20px; text-align: center;  }
.sm_icons ul li, .sm_icons ul li,.large-footer .sm_icons ul li {  }
.large-footer .sm_icons ul { padding:0; margin:0; border:none; }
.tipsy  .tipsy-south { text-transform: capitalize; } .footer.sm_icons, .small-footer .sm_icons { float:right; width:auto; padding:0; margin:23px 0 0 0;  display:inline-block; font-size: 0; line-height: 0; }
.footer.sm_icons ul li, .small-footer .sm_icons ul li { margin-left:5px; opacity:1; }
.footer.sm_icons ul li a, .small-footer .sm_icons ul li a { opacity: 1} .tm_img { display: block; position: relative; clear: both; }
.swm_team_members img { display:block; float:left; margin-top: 5px; border-radius: 3px 3px 0 0; border-bottom:2px solid #333; }
.tm_box_content { clear:both; display:block; text-align: center; background:#fff; border:1px solid #ececec; padding:15px 15px 0 15px; border-top: 0 none; margin:0; 
position: relative; border-radius: 0 0 3px 3px; text-align: }
.tm_box_content .member_name { margin-bottom: 12px; font-size: 16px; font-weight: bold; text-align: center;  color:#313131;  }
.tm_box_content .member_name span { padding-top: 1px; color:#888; font-size: 13px; font-weight: normal; display:block;  }
.client_namePosition { position: absolute; z-index: 99; left:0; bottom:15px;  }
.client_position { padding:3px 12px; display: inline-block; width:auto; font-size: 13px; opacity: 0.9; }
.tm_box_sub_content {  border-top: 1px solid #ececec; margin:0 -15px; padding:15px; position: relative;   }
.tm_box_content .sm_icons ul { margin:0 auto; }
.tm_box_content .sm_icons ul li { float:none; display: inline-block; margin:3px 0 0 0; }
.team-arrow-up { width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 8px solid #fff; left:50%; position: absolute; top:-7px; margin-left: -8px; } .swm_promotion_box  { padding:30px; display:block; margin:0; text-align: left; position: relative; border:1px solid #ececec; border-radius: 3px; margin:10px 0;  }
.swm_promotion_box .title_text { margin:0; padding:0; display:inline; font-size: 20px; display:block; line-height: normal;  font-weight: bold; }
.swm_promotion_box .sub_title { font-size: 13px; display: block; clear:both; line-height: 20px; color:#888; padding-top: 3px; font-weight: normal; }
.swm_promotion_box .swm_button { font-weight: normal; border-radius: 3px; margin:0; font-weight: bold; }
.swm_promotion_box a.swm_button { font-size: 14px; letter-spacing: 0.5px; margin-top: 4px;  }
.swm_promotion_box .left.p_text { float:none; text-align: center; }
.swm_promotion_box.p_border { border:0; padding:30px 0; margin:0; } .swm_pricing_table { float: left; width: 25%; margin-bottom: 22px; position: relative; margin-left: -1px; margin-top: 40px; background: #fff;   }
.swm_pricing_table.pt_2 { width:50%; }
.swm_pricing_table.pt_3 { width:33.3333333333333%; }
.swm_pricing_table.pt_4 { width:25%; }
.pricing_box { border: 1px solid #e1e1e1; }
.pricing_title { border-bottom: 1px solid #e1e1e1; height:50px; text-align: center;	background: #fff;  }
.pricing_title .title_text { font-size: 16px; text-shadow: none !important; margin:0; line-height:48px; font-weight: 600; }
.swm_pricing_table ul { padding: 0 !important; list-style: none !important; margin: 0 !important; list-style-image: none !important; line-height: 26px; }
.swm_pricing_table ul li { border-top: 1px solid #fff; border-bottom: 1px solid #e9e9e9;  list-style: none; padding: 14px 10px; position: relative; text-align: center;  }									
.plan_price { border-top: 1px solid #fff; border-bottom: 1px solid #e1e1e1; text-align: center; -webkit-box-shadow: inset 1px 0 0 0 #fff; -moz-box-shadow: inset 1px 0 0 0 #fff; box-shadow: inset 1px 0 0 0 #fff; 
background: #f1f1f1;}
.plan_price span { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; font-size: 48px; text-shadow: 0 1px 0 #fff; line-height:40px; height:40px; display: block; clear:both; padding: 30px 0px; height:60px;}
.plan_price span sub { margin:0; padding-top:7px; line-height:14px; display: block; clear:both; font-size: 14px; font-style: italic; color: #000; opacity: 0.4; filter:alpha(opacity=40); text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3); }
.pricing_button { border-top: 1px solid #fff; text-align: center; height:85px; }
.pricing_button a.swm_button { margin-top: 26px; clear:both; } .special_plan .pricing_title { height:69px;   border-radius:5px 5px 0 0; border: 1px solid rgba(0, 0, 0, .1); box-shadow: 0 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 0 1px 1px rgba(0, 0, 0, 0.05); }	
.special_plan { top: -20px; -webkit-box-shadow: 0 0 18px rgba(0,0,0,0.2); -moz-box-shadow: 0 0 18px rgba(0,0,0,0.2); box-shadow: 0 0 18px rgba(0,0,0,0.2); z-index: 2;  }
.special_plan .pricing_box { border: 1px solid #e1e1e1; }
.special_plan .pricing_box { border-color: #d6d5d5; border-radius: 5px;}
.special_plan .pricing_title .title_text { font-size:20px; line-height: 70px; }
.special_plan .pricing_button a { margin-top: 33px; }
.special_plan .pricing_button { height:105px; border-radius:5px; overflow: hidden; border-bottom:none; } .border_left .pricing_box,.border_left .pricing_button { border-radius: 5px 0 0 5px; }
.border_left .pricing_title { border-radius: 5px 0 0 0; }
.border_right .pricing_box, .border_right .pricing_button { border-radius: 0 5px 5px 0 }
.border_right .pricing_title { border-radius: 0 5px 0 0 }
.swm_pricing_table ul li i.fa-check { color:#5a9916; font-size: 14px; margin-right: 5px; }
.swm_pricing_table ul li i.fa-times { color:#ff0101; font-size: 14px; margin-right:5px; } .swm_button, a.swm_button, input.swm_button,button.swm_button,input.swm_button[type="submit"],
input[type="submit"],input[type="button"],input[type="reset"],a.button,button.button {	
vertical-align: middle;	
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer;
outline: none;	
display: inline-block;	
margin:0 3px 0 0;		
text-decoration: none;		
text-shadow: 0 1px 0 rgba(0,0,0,0.2);		
color: #fff;  
background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
border: 1px solid rgba(0, 0, 0, .1); 
background: #575757; 
box-shadow:0 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 0 1px 1px rgba(0, 0, 0, 0.05);
font-size: 12px;  
padding: 4px 15px;  
line-height:20px;
}
.swm_button:hover,input.button:hover,button.button:hover, button.swm_button:hover,a.button:hover { opacity:0.85; text-decoration: none; }
a.button { border-radius: 3px; }
button::-moz-focus-inner { border:0;padding:0;margin:0; }
.swm_button i.fa { margin-right: 5px; }
a.swm_button { margin-bottom: 5px; }
.swm_header_slider a.swm_button { max-width:1100px; } .swm_button.tiny    { font-size: 11px; padding: 4px 13px; line-height:14px; }
a.button,.swm_button.small,button.button,input.swm_button.small[type="submit"],button.swm_button.small[type="submit"]  { font-size: 12px; padding: 6px 15px; line-height:16px; }
.swm_button.medium,input.swm_button.medium[type="submit"]  { font-size: 13px; padding: 7px 18px; line-height:18px; }
.swm_button.large   { font-size: 16px; padding: 11px 22px; line-height:18px; }
.swm_button.xlarge  { font-size: 20px; padding: 15px 25px; line-height:18px; }
a.button i,a.swm_button i,button.swm_button i,button.button i { margin-right: -5px;  }
.button_3d.tiny,.button_3d.small,.button_3d.medium,input.button_3d.tiny,input.button_3d.small,input.button_3d.medium,
input.button.button_3d,a.button.button_3d,button.button.button_3d,#respond input[type="submit"].button_3d,
#contact_form input[type="submit"].button_3d { border-bottom:3px solid rgba(0, 0, 0, 0.2); }
.button_3d.large,.button_3d.xlarge,input.button_3d.large,input.button_3d.xlarge { border-bottom:4px solid rgba(0, 0, 0, 0.2); }
.swm_button.button_outline { background: transparent; border:2px solid; }
.large.button_outline,.xlarge.button_outline { background: transparent; border:3px solid; font-weight: bold; }
.swm_button.shadow_dark { text-shadow: 0 1px 0 rgba(0,0,0,0.2); }
.swm_button.shadow_light { text-shadow: 0 1px 0 rgba(255,255,255,0.2); }
.swm_button.shadow_none { text-shadow: none; } .swm_tabs.ui-tabs .ui-tabs-hide { position: absolute; left: -9999px; display: none; }
.swm_tabs { margin: 0 0 20px 0; }
.swm_tabs ul.tab-nav { border: 0; list-style: none; margin: 0 4px 4px 0!important; padding: 0; float: none; }
.swm_tabs ul.tab-nav li { float: left; position: relative; list-style: none; background: #ededed;  padding:0; border-radius: 3px; overflow: hidden; margin:0 4px 0 0; }
.swm_tabs ul.tab-nav li a { border-bottom:1px solid rgba(0,0,0,0.1); display: block; overflow: hidden; color: #313131; font-size: 15px; font-weight: bold; padding: 12px 20px; text-decoration: none; }
.swm_tabs ul.tab-nav li a:hover,.swm_tabs ul.tab-nav li.ui-tabs-selected a {  background: #999;  }
.swm_tabs .swm_tab { margin:0; width:auto; background: #fff; padding: 20px 20px 15px 20px; border:1px solid #ececec; border-radius: 3px;  }
.tab-clearfix:after { clear: both; }
.tab-clearfix:before,.tab-clearfix:after { content:""; display:table; }
.tab-clearfix { zoom:1; } .swm_tabs.tabs_vertical ul.tab-nav { float:left; width:35%; }
.swm_tabs.tabs_vertical ul.tab-nav li { float:none; width:100%; display: block; clear:both; margin-bottom: 4px; }
.swm_tabs.tabs_vertical .swm_tab { float:left; width:64%; } .toggle_box,.toggle_box_accordion { margin:0 0 8px 0; }
.toggle_box .toggle_box_title,.toggle_box_accordion .toggle_box_title_accordion { display: block;	background: #ededed; border-bottom:1px solid rgba(0,0,0,0.1); border-radius: 3px; cursor: pointer; outline: none; position: relative; font-size: 15px; font-weight: bold; padding: 12px 10px 12px 0; box-shadow: none;}
span.title_text {  margin:-12px 10px -12px 50px; padding:13px 25px 11px 15px; border-left:1px solid rgba(0,0,0,0.05);  display: block;  }
.toggle_box_title span.title_text.no_icon,.toggle_box_title_accordion span.title_text.no_icon { border-left:0; margin:-12px -10px -14px 0; padding:13px 10px 13px 17px;   height:100%; display: block; }
.toggle_box .ui-state-active .ui-icon,.toggle_box span.ui-icon,.toggle_box_accordion .ui-state-active .ui-icon,.toggle_box_accordion span.ui-icon { position: absolute; height:10px; width:10px; display: block; font-size: 17px; right:0; float:right; }
.ui-state-active { color:#363636; }
.toggle_box .ui-state-active i.fa-plus-square-o,.toggle_box .ui-corner-all i.fa-minus-square-o,.toggle_box_accordion .ui-state-active i.fa-plus-square-o,.toggle_box_accordion .ui-corner-all i.fa-minus-square-o { display: none;  }
.toggle_box i.openclose,.toggle_box_accordion i.openclose { width:21px; float:right; font-size: 14px;  margin-top: 8px; color:#aaa; position: absolute; right:7px; top:9px;}
span.title_icon { position:absolute;  width:50px; display: inline-block; padding-top: 2px; text-align: center; font-size: 19px; color:#aaa; border-radius: 3px 0 0 3px; height:100%; }
.toggle_box_inner { padding: 20px 20px 15px 20px; border:1px solid #ececec; border-radius:3px; }
.toggle_box_title.ui-state-active,.toggle_box_title_accordion.ui-state-active { margin-bottom: 4px; }
.toggle_box .ui-state-active i,.toggle_box .ui-state-active span.title_text,.toggle_box_accordion .ui-state-active i,.toggle_box_accordion .ui-state-active span.title_text,
.toggle_box:hover i,.toggle_box:hover span.title_text,.toggle_box_accordion:hover i,.toggle_box_accordion:hover span.title_text { text-shadow:none; border-color:rgba(255,255,255,0.08);}
.toggle_box .ui-state-active span i.openclose,.toggle_box_accordion .ui-state-active span i.openclose,.toggle_box:hover span i.openclose,.toggle_box_accordion:hover span i.openclose { opacity: 0.6; } .swm_pullquote_left, .swm_pullquote_right { 	
border-left: 3px solid #d5d5d5;  	
width:35%; 
line-height:22px; 
padding-left:15px; 
color:#181818; 	
font-style:normal;
font-size:14px; 
font-weight:normal;}
.swm_pullquote_left { 	
float:left; 	
margin:20px 15px 10px 0;}
.swm_pullquote_right {	
float:right; 	
margin:20px 0 10px 15px;} .list_lower_roman ol li { list-style: lower-roman; }
.list_upper_roman ol li { list-style: upper-roman; }
.list_lower_alpha ol li { list-style: lower-alpha; }
.list_upper_alpha ol li { list-style: upper-alpha; } p.swm_info_box,p.swm_warning_box,p.swm_success_box,p.swm_error_box,p.swm_download_box,p.swm_note_box { clear:both; padding:15px 30px 15px 40px ; margin-bottom:20px; border-bottom:1px solid rgba(0,0,0,0.1); overflow: hidden; }
p.swm_info_box i,p.swm_warning_box i,p.swm_success_box i,p.swm_error_box i,p.swm_download_box i,p.swm_note_box i { font-size: 14px; margin-right: 5px; margin-left: -20px; }
p.swm_info_box      { background-color:#d8e9ff; color:#00357b; }
p.swm_warning_box   { background-color:#fff3c7; color:#6c5500; }
p.swm_success_box   { background-color:#e5f4cb; color:#00632e; }
p.swm_download_box  { background-color:#e1f5d2; color:#2f6903; }
p.swm_note_box      { background-color:#efefef; }
p.swm_error_box     { background-color:#ffd9d9; color:#820101; }
.swm_hide_boxes     { float:right; margin-top:0; margin-left:40px; top:0; font-size:17px; right:0; margin-right: -20px; cursor:pointer; font-weight:bold; opacity: 0.5; } .tipsy { padding: 5px; font-size: 12px; background-repeat: no-repeat; background-image: url(//gracebaptistcarlisle.org/wp-content/plugins/swm-church-shortcodes/images/tipsy.gif); }
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius: 5px;}
.tipsy-north { background-position: top center; }
.tipsy-south { background-position: bottom center; }
.tipsy-east { background-position: right center; }
.tipsy-west { background-position: left center; } #topcontrol { background-color:rgba(0, 0, 0, 0.7); border-radius: 100px;  display:block; width:25px; height:25px; margin-right:5px; margin-bottom:12px; text-align: center; }	
#topcontrol i:before { color:#fff; opacity: 0.5; font-size: 14px; margin:0; padding-top: 4px;  }
#topcontrol:hover { background-color:rgba(0, 0, 0, 0.9);  }	
#topcontrol:hover i:before { opacity:0.8; } .divider { clear:both; border-top: 3px double #e1e1e1; margin:40px 0; height:1px; }
.divider_two { clear:both; border-top: 1px dashed #e1e1e1; margin:0; height:1px; }
hr { display: block; margin:1.313em 0; border: 0; border-top: 1px solid rgba(0,0,0,0.15); border-bottom: 1px solid transparent; }
.swm_gap { border:transparent; } .swm_progress_bar { margin-bottom:15px; }
.swm_progress_bar_title { display:block; margin-bottom:5px; font-weight:bold; line-height:normal; }
.swm_progress_bar_in { position:absolute; top:0; left:0; z-index:1; overflow:hidden; width:100%; height:100% }
.swm_progress_bar_out, .swm_progress_bar_in, .swm_progress_bar_block { border-radius:20px; display: block; }
.swm_progress_bar_block { position: relative;  height: 14px; background-color: #ddd; background-color: rgba(0,0,0,0.08);}
.swm_progress_bar_out { position: absolute; top:0; left:0; height: 100%; } .swm_counters_circle { text-align: center; display: block; width:100%; }
.swm_counters_circle_holder { display: table; margin:0 auto; }
.swm_counter_circle_wrap { display: inline-block; margin:0 16px 20px 0; width:220px; height:auto;  vertical-align: text-top;  }
.swm_counter_circle { display:inline-block;width:220px;height:220px;position:relative;text-align:center; }
.swm_counter_circle_wrap:last-child { margin-right:0; }
.swm_counter_circle_text { font-size:30px;width:220px;height:220px;text-align:center;line-height:220px;position:relative;}
.swm_counter_circle_text .fontawesome-icon{margin:0 !important;float:none !important;font-size:50px !important;}
.swm_counter_circle_text canvas {left: 0;position: absolute;top: 0; }
.swm_counter_circle_desc {  margin:20px 0 0 0; display: block; clear:both; line-height: normal; font-weight: bold; } .swm_row.swm_counter_boxes { margin:0 -6px; }
.swm_counter_box { float:left; display: inline-block; position: relative;  }
.swm_counter_box_gap { margin:0 0 12px; padding:0 6px; }
.swm_counter_box_wrap { border:1px solid #ddd; border:1px solid rgba(0,0,0,0.1); padding:1.6em; border-radius: 5px; }
.swm_counter_box .counter_icon { float:left; margin-right: 1.1em; }
.stat-counter { font-size: 2em; }
.counter_icon { width:3.75em; height:3.75em; line-height: 3.75em; text-align: center; border-radius: 3px; }
.counter_icon i { font-size: 1.8em; line-height: 2.2em;}
.stat-text { font-size: 13px;  padding-top: .5em; line-height: normal; overflow: hidden; } .swm_element_visible { opacity: 0; } .swm_animation_start.move_top_to_bottom {
-webkit-animation: swm_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
-moz-animation: swm_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
-o-animation: swm_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
animation: swm_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
opacity: 1; }
@-webkit-keyframes swm_ttb {
0%    { -webkit-transform: translate(0, -10%); opacity: 0; }
100%  { -webkit-transform: translate(0, 0); opacity: 1;  }
}
@-moz-keyframes swm_ttb {
0%    { -moz-transform: translate(0, -10%); opacity: 0; }
100%  { -moz-transform: translate(0, 0); opacity: 1; }
}
@-o-keyframes swm_ttb {
0%    { -o-transform: translate(0, -10%); opacity: 0; }
100%  { -o-transform: translate(0, 0); opacity: 1; }
}
@keyframes swm_ttb {
0%    { transform: translate(0, -10%); opacity: 0; }
100%  { transform: translate(0, 0); opacity: 1; }
} .swm_animation_start.move_bottom_to_top {
-webkit-animation: swm_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
-moz-animation: swm_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
-o-animation: swm_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
animation: swm_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
opacity: 1; }
@-webkit-keyframes swm_btt {
0%    { -webkit-transform: translate(0, 10%); opacity: 0; }
100%  { -webkit-transform: translate(0, 0); opacity: 1; }
}
@-moz-keyframes swm_btt {
0%    { -moz-transform: translate(0, 10%); opacity: 0; }
100%  { -moz-transform: translate(0, 0); opacity: 1; }
}
@-o-keyframes swm_btt {
0%    { -o-transform: translate(0, 10%); opacity: 0; }
100%  { -o-transform: translate(0, 0); opacity: 1; }
}
@keyframes swm_btt {
0%    { transform: translate(0, 10%); opacity: 0; }
100%  { transform: translate(0, 0); opacity: 1; }
} .swm_animation_start.move_left_to_right {
-webkit-animation: swm_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
-moz-animation: swm_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
-o-animation: swm_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
animation: swm_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
opacity: 1; }
@-webkit-keyframes swm_ltr {
0%    { -webkit-transform: translate(-10%, 0); opacity: 0; }
100%  { -webkit-transform: translate(0, 0); opacity: 1; }
}
@-moz-keyframes swm_ltr {
0%    { -moz-transform: translate(-10%, 0); opacity: 0; }
100%  { -moz-transform: translate(0, 0); opacity: 1; }
}
@-o-keyframes swm_ltr {
0%    { -o-transform: translate(-10%, 0); opacity: 0; }
100%  { -o-transform: translate(0, 0); opacity: 1; }
}
@keyframes swm_ltr {
0%    { transform: translate(-10%, 0); opacity: 0; }
100%  { transform: translate(0, 0); opacity: 1; }
} .swm_animation_start.move_right_to_left {
-webkit-animation: swm_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
-moz-animation: swm_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
-o-animation: swm_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
animation: swm_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
opacity: 1; }
@-webkit-keyframes swm_rtl {
0%    { -webkit-transform: translate(10%, 0); opacity: 0; }
100%  { -webkit-transform: translate(0, 0); opacity: 1; }
}
@-moz-keyframes swm_rtl {
0%    { -moz-transform: translate(10%, 0); opacity: 0; }
100%  { -moz-transform: translate(0, 0); opacity: 1; }
}
@-o-keyframes swm_rtl {
0%    { -o-transform: translate(10%, 0); opacity: 0; }
100%  { -o-transform: translate(0, 0); opacity: 1; }
}
@keyframes swm_rtl {
0%    { transform: translate(10%, 0); opacity: 0; }
100%  { transform: translate(0, 0); opacity: 1; }
} .swm_animation_start.swm_center_expand {
-webkit-animation: swm_center_expand 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
-moz-animation: swm_center_expand 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
-o-animation: swm_center_expand 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
animation: swm_center_expand 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1; }
@-webkit-keyframes swm_center_expand {
0%    { -webkit-transform: scale(0.5); opacity: 0.1; }
100%  { -webkit-transform: scale(1); opacity: 1; }
} 
@-moz-keyframes swm_center_expand {
0%    { -moz-transform: scale(0.5); opacity: 0.1; }
100%  { -moz-transform: scale(1); opacity: 1; }
}
@-o-keyframes swm_center_expand {
0%    { -o-transform: scale(0.5); opacity: 0.1; }
100%  { -o-transform: scale(1); opacity: 1; }
}
@keyframes swm_center_expand {
0%    { transform: scale(0.5); opacity: 0.1; }
100%  { transform: scale(1); opacity: 1; }
} i.fa.size_tiny { font-size: 14px; }
i.fa.size_small { font-size: 20px; }
i.fa.size_medium { font-size: 30px; }
i.fa.size_large { font-size: 40px; }
i.fa.size_xlarge { font-size: 50px; }
i.fa.i_box { text-align: center; display: inline-block;  }
i.fa.i_box.size_tiny { height:24px; width:24px; line-height: 24px; }
i.fa.i_box.size_small { height:40px; width:40px; line-height: 40px; }
i.fa.i_box.size_medium { height:60px; width:60px; line-height: 60px; }
i.fa.i_box.size_large { height:75px; width:75px; line-height: 75px; }
i.fa.i_box.size_xlarge { height:90px; width:90px; line-height: 90px; } .horizontal_line { text-align: center; width:100%; display: block; clear:both; padding:50px 0; position: relative;}
.horizontal_line span.h_line { border-bottom:1px solid #ececec; position: relative; display: block;  }
.horizontal_line span.h_icon { padding:0 10px 0 10px; margin-top:-12px; position: absolute; left:50%;  margin-left: -20px;    }
.horizontal_line span.h_icon i { font-size: 13px; height:25px; width:25px; line-height: 25px; text-align: center; border-radius: 100px;   background: #fff; color:#bbb;  }
.swm_line { padding:30px 0; width:100%; }
.swm_line span { height:1px; display:block; width:100%; background: #ececec; } .swm_dropcap { float:left; width:50px; height:50px; display: block; text-align: center; background: #fff; border: 1px solid #ececec; border-radius: 3px; margin:5px 15px 10px 0; line-height: 45px; font-size: 30px; }
.swm_dropcap.dark { background: #b93a41; border-color:#b93a41; } .swm_section_arrow_divider { position: relative; }
.swm_arrow_divider { position: absolute; left: 50%; margin-left: -20px; height: 40px; width: 40px; z-index: 100;  border-bottom: 1px solid #E6E5E6; border-left: 1px solid #E6E5E6; background:#ffffff; content: ""; }
.swm_arrow_divider.bottom { bottom: -21px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg);      transform: rotate(-45deg); }
.swm_arrow_divider.top { top: -21px; -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -o-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); } .swm_section_title { width:auto; margin:0 auto; text-align: center; padding-top: 40px; }
.swm_section_title_text { width:auto; display: inline-block; padding:0 30px; border-radius: 3px; font-size: 16px; font-weight: bold; height:46px; line-height: 46px; position: relative; }
.swm_section_title_text span { position: absolute; bottom:-21px; font-size: 34px; left:50%; color:#444; z-index: 99; margin-left: -9px; line-height: 30px; }
.swm_container.swm_section_title_block { margin-top: -62px; } .swm_top_donors { min-width: 210px; text-align: center; position: relative; display: inline-block; margin:20px 0; }
.swm_donor_img { border:1px solid rgba(0,0,0,0.1); border-radius: 125px; background:#fff; display: inline-block; margin:0 auto; overflow: hidden;  }
.swm_donor_img img { width:125px; height:125px; border-radius: 125px; display: block; overflow: hidden; border:6px solid #fff;  }
.swm_donor_name { margin:10px 10px 15px 10px; }
.swm_donor_name span.swm_d_name { font-size: 14px; font-weight: bold; color:#222; padding-top: 0;}
.swm_donor_name span { display: block; line-height: 18px; padding-top: 4px; }
.swm_donor_amount { position: relative; height: 36px; width: 100px; margin:0 auto; line-height:36px; text-align:center; font-weight: bold; font-size: 15px; }
.swm_donor_amount:before,.swm_donor_amount:after { content: ''; position: absolute; height:0; border: 18px solid transparent; top: 0; width: 0; z-index:1; }
.swm_donor_amount:before { left: -18px; }
.swm_donor_amount:after { right: -18px; }
.swm_donor_amount span { margin-top:2px; border-top:1px dotted #fff; border-bottom: 1px dotted #fff; width:100%; display: block; height:32px; width:156px; position: absolute; opacity: 0.5; z-index: 2; margin-left: -18px; } .swm_next_event { text-align: center; padding-bottom: 20px;  }
.swm_next_event_title { font-size: 16px; font-weight: 600; color:#222; }
.swm_next_event_meta { margin:5px 0 20px 20px; }
.swm_next_event_meta span { margin-right:20px; }
.swm_next_event_meta span i { margin-right: 5px; color:#888; }
.swm_event_counter { display: block; clear:both; text-align: center; margin-top: 90px; }
.swm_ec_bars { display: block; margin-bottom: -96px; }
.swm_ec_bar1,.swm_ec_bar2 { display: block; height: 10px; width:770px; border:1px solid #ececec; border-radius: 5px; text-align: center; margin:0 auto -1px auto; }
.swm_ec_bar2 { width:735px; }
ul.next_event_counter { margin:0 auto; }
ul.next_event_counter li { list-style: none; margin:18px; padding:0; display: inline-block; text-align: center; text-transform: uppercase; border:1px solid rgba(0,0,0,0.15); border-radius: 120px; color:#555; }
ul.next_event_counter li .e_circle { border:6px solid #fff; width:128px; height:128px; border-radius: 120px; overflow: hidden; background: #ececec; text-shadow: 1px 1px 0px #FFFFFF; box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.2); }
ul.next_event_counter:hover li { margin:18px 0; }
ul.next_event_counter li span { display: block; }
ul.next_event_counter li span.c_num { font-size: 38px; font-weight: normal; margin-top: 35px; }
ul.next_event_counter li span.c_text { margin-top:13px;  }  .sidebar-advertise { clear:both; padding:9px 0 0 0; }
.sidebar-advertise ul  { border:none; margin:0 -15px 0 0; padding:0 } 
.sidebar-advertise ul li  { float:left; border:none; font-size: 0; line-height: 0; position:relative; background:none; clear:none; margin:1px 1px 0 0; padding:0; width:125px; height:125px; }
.sidebar-advertise ul li  a { width:auto; padding:0; background:none; margin:0; width:125px; height:125px; } 
.sidebar-advertise ul li a img { width:125px; height:125px; }
.sidebar .sidebar-advertise { padding-bottom: 1px; }
.sidebar .sidebar-advertise ul { margin:-8px -20px 0 -4px; }
.sidebar .sidebar-advertise ul li { border:0; margin:1px; padding:0; } .contact_info { background: #ededed; border-bottom: 1px solid rgba(0,0,0,0.1); margin: 0; display:block; padding:0; border-radius: 3px; overflow: hidden;  }  
.contact_info p { padding:0; margin:0; display:inline; }
.contact_info ul { width:100%; border:none; margin:0; padding:5px 0 10px 0;  }
.contact_info ul li { padding:0; border:none; background:none; margin:0; }
.contact_info div.my_map p, div.my_map2 p { padding:0; margin:0; display:inline-block; line-height: 0; font-size: 0; width:100%; }
.my_map iframe { width:100%; }
.contact_info ul li p { padding:0; margin:0; width:auto; display:inline; }
.contact_info ul.c_list li { padding-left: 20px; display: block;  }
.contact_info ul.c_list li.c_address:before,.contact_info ul.c_list li.c_phone:before,.contact_info ul.c_list li.c_email:before { font-family: FontAwesome !important;  margin-left: -20px; width:20px; display: inline-block; }
.contact_info ul.c_list li.c_address:before { content:'\f041'; }
.contact_info ul.c_list li.c_phone:before { content:'\f095'; }
.contact_info ul.c_list li.c_email:before { content:'\f0e0'; }
.contact_info .my_map { margin-bottom: -5px; }
.swm_large_footer ul.c_list li:before { font-size:13px; padding-top: 3px;  }
.footer .contact_info ul.c_list li.c_address:before,.footer .contact_info ul.c_list li.c_phone:before,.footer .contact_info ul.c_list li.c_email:before { margin-left: -20px; padding:0; }
.sidebar .contact_info { background: none; border:0; }
.sidebar .contact_info ul.c_list li { padding-left: 0; border:0; }
.sidebar .contact_info ul { padding-bottom:0; }
.footer .contact_info ul.c_list li { border:0; } .contact_info_list ul li p { padding:0; margin:0; width:auto; display:inline; }
.contact_info_list ul.ci_list li { padding:15px 0 15px 50px; display: block; border-bottom: 1px solid; line-height: 22px; clear:both; }
.contact_info_list ul.ci_list li:before { opacity: 0.7; }
.contact_info_list ul.ci_list li:hover:before { opacity: 1; }
.contact_info_list ul.ci_list li:before { width:38px; height:38px; line-height:38px; background:#ddd; border-radius: 100px; font-family: FontAwesome !important;  margin-left: -50px; margin-right: 12px;text-align:center; display: inline-block;  margin-top: 4px;float:left; }
.contact_info_list ul.ci_list li.ci_address:before { content:'\f041'; font-size: 18px;  }
.contact_info_list ul.ci_list li.ci_phone:before { content:'\f095'; font-size: 18px;  }
.contact_info_list ul.ci_list li.ci_email:before { content:'\f0e0'; font-size: 14px; }
.contact_info_list ul.ci_list li.ci_hours:before { content:'\f017'; font-size: 22px; }
.contact_info_list .my_map { margin-bottom: -5px; }
.swm_large_footer ul.ci_list li:before { font-size:13px; padding-top:0;   }
.sidebar .contact_info_list ul.ci_list li {  border-color:#ececec; padding:15px 20px 15px 70px; margin:0 -20px 0 -20px; }
.sidebar .contact_info_list ul.ci_list li:first-child { padding-top: 0; }
.sidebar .contact_info_list ul.ci_list li:last-child { padding-bottom: 0; }
.sidebar .contact_info_list ul { padding-bottom:0;  }
.sidebar .contact_info_list ul.ci_list li a {  } ul.my_cat_items a { text-decoration: none; }
ul li.cat-item a small { padding:0 7px; display:block; float:right; background:#f2f2f2; border-radius: 3px;  }
ul li.current-menu-item a,ul li.current-cat a small,ul li.current-cat:hover a small { font-weight: normal; } .recent_work_widget ul { margin:0; padding:0; border:none; }
.recent_work_widget ul li { float:left; list-style: none; border:none; line-height:0; padding:0; width:auto; }
.recent_work_widget img,.recent_work_widget a img { max-width: auto; float:left; width:57px; height:57px; margin:0 6px 6px 0; display: inline-block; padding:0px; border-radius: 3px; }
.sidebar .recent_work_widget ul { margin:5px -10px -1px 0; }
.sidebar .recent_work_widget ul li { border:0; }
.footer .recent_work_widget ul li,.footer .recent_work_widget ul li:first-child { border:0; }
.footer .recent_work_widget img,.footer .recent_work_widget a img { max-width: auto; float:left; width:57px; height:57px; margin:0 15px 15px 0; display: inline-block; padding:0px; border-radius: 3px; }
.footer .swm_one_third .recent_work_widget img,.footer .swm_one_third .recent_work_widget a img { margin:0 12px 12px 0; } .swm_special_offer { margin-bottom: 20px; display: table; background: #333; width:100%; border-radius: 3px 5px 5px 3px;  }
.swm_container .swm_special_offer a,.swm_container .swm_special_offer a:hover { text-decoration: none;} 
.offer_content { display: table-cell; width:70%; }
.offer_content a { padding:20px; display: block; }
.offer_title { font-size: 20px; display: block; font-weight: bold; }
.offer_desc { font-size: 13px; display: block; line-height: normal; margin-top: 5px; }
.offer_icon { display: table-cell; text-align:center; vertical-align: middle; width:30%; background: #ececec; border-bottom: 1px solid rgba(0,0,0,0.1); border-radius: 0 3px 3px 0;}
.offer_icon a { padding:20px;  display: block;}
.offer_icon i { font-size: 45px; color:#bbb;  }
.footer .swm_special_offer { margin-bottom: 40px; } .aboutme_widget_wrap { padding-top:1px; display: block; clear:both; }
.aboutme_widget { background: #fff; background: #f1f1f1; border-bottom:1px solid rgba(0,0,0,0.1); border-radius: 3px;  padding:20px 20px 0 20px; display: block; margin-bottom: 50px; margin-top: 45px; text-align: center; }
.sidebar .aboutme_widget { margin-bottom: 37px; }
.aboutme_widget .person_img { border:1px solid rgba(0,0,0,0.03); height:90px; width:90px; display: block; border-radius: 100px; overflow: hidden; text-align: center; left:50%; margin:-66px auto 10px auto; }
.aboutme_widget .person_img img { border-radius: 100px; border:5px solid #fff; }
.aboutme_widget .person_name h3 { margin:15px 0 10px;}
.aboutme_social {  border-bottom:1px solid rgba(0,0,0,0.1); margin:0 auto -25px auto; display: inline-block; background: #fff; padding:2px 10px; border-radius: 3px;}
.footer .aboutme_widget .person_img img { border:0;padding:5px; }
.aboutme_widget .person_img {  border:0; }
.aboutme_social .sm_icons ul li a { font-size: 17px; }
.aboutme_social .sm_icons ul li,.aboutme_social .sm_icons ul li:first-child { border:0; padding:0; margin:0; }
.aboutme_social .sm_icons { padding:4px 0; } .upcoming_events_square_date { height:50px; width:50px; float:left; text-align: center; display: block; font-size:14px; padding-top: 3px; border-radius: 3px; margin:0; border:1px solid #e9e9e9; background: #fff; }
.upcoming_events_square_date.round { border-radius: 100px; font-size: 14px; line-height: 20px; padding-top: 6px; border-width: 2px; }
.upcoming_events_square_date span { display: block; font-size: 11px; text-transform: uppercase; line-height:10px; }
.swm_upcoming_events ul { padding:0; margin:0; }
.swm_upcoming_events ul li { background: none; padding:0 0 20px 0; list-style: none; clear:both; margin:0;}
.swm_upcoming_events ul li:last-child { border:0; }
.swm_upcoming_events a:hover { text-decoration: none; }
.sidebar .swm_upcoming_events ul { margin:-15px -20px; }
.upcoming_events_content { margin-left: 68px; }
.upcoming_events_content h4 { font-size: 14px; margin:0; padding:3px 0; line-height: normal; }
.upcoming_events_content a { text-decoration: none; }
.upcoming_events_content span { margin-right: 15px; color:#888; }
.upcoming_events_content span i { margin-right: 9px; }
.upcoming_events_content span.event_time i  { margin-right: 6px; }
.upcoming_events_content p { margin-bottom: 0;  }
.swm_upcoming_events .recent_posts_square_title { margin:0 0 2px 0; padding:0; font-weight: bold; }
.swm_upcoming_events .recent_posts_square_title a { font-size: 14px; text-decoration: none; }
.sidebar .recent_posts_square_posts .recent_posts_square_title a,.footer .recent_posts_square_posts .recent_posts_square_title a { font-size: 13px; } .recent_posts_slider { display: block; position: relative; }
.sidebar .recent_posts_slider { margin-top: 5px; }
.swm_container .recent_posts_sliderf .recent_posts_slider_content { padding:0; margin:0; list-style:none; border:0; display: inline-block;}
.swm_container .recent_posts_slider .recent_posts_slider_content img { border-radius: 3px; overflow: hidden;  }
.recent_posts_slider_title { margin:15px 0;}
.recent_posts_slider_title p,.sidebar .recent_posts_slider_title p a { margin:0; font-size: 14px; font-weight: bold; }
.recent_posts_slider_title span { font-size: 11px; opacity: 0.8; }
.recent_posts_slider_title span a { font-size: 11px; }
.recent_posts_slider_title span:hover { opacity: 1; }
.recent_posts_slider_excerpt { border-top:1px solid #ececec; padding-top: 10px; line-height: 22px; position: relative; }
.recent_posts_slider_excerpt span { height:1px; width:35px; display: block; position: absolute; top:-1px; left:0;  }
.recent_posts_slider .owl-controls { position: absolute; top:-47px; right:-7px; z-index: 99; }
.sidebar .recent_posts_slider .owl-controls { top:-57px; }
.recent_posts_slider .owl-prev, .recent_posts_slider .owl-next { display: inline-block;  width:22px; height:22px; opacity: 0.7; font-size: 10px;  background: rgba(0,0,0,0.1); border-radius: 3px; text-align: center; line-height: 22px; margin-right: 3px; }
.recent_posts_slider .owl-prev:hover, .recent_posts_slider .owl-next:hover { opacity:1; } .swm_logo_slider .logo_slide { margin:0; padding:0; list-style:none; }
.swm_logo_slider .logo_slide a:hover { opacity: 1.0;}
.swm_logo_slider .logo_slide a img { width:152px; }
.swm_logo_slider .logo_slide { display: inline-block; list-style: none; padding:0; border-radius: 3px; float:left;  }
.swm_logo_slider:hover .owl-nav { opacity:1; }
.swm_logo_slider .owl-nav { margin-top:-66px; z-index: 99; width:100%; opacity:0; }
.swm_logo_slider .owl-prev, .swm_logo_slider .owl-next { position:absolute; display: inline-block;  width:30px; height:30px; opacity: 0.7; font-size: 12px; background: #fff;  border:3px solid rgba(0,0,0,0.15); border-radius: 30px; text-align: center; margin-right: 3px; }
.swm_logo_slider .owl-prev i.fa,.swm_logo_slider .owl-next i.fa { line-height: 26px; }
.swm_logo_slider .owl-prev i.fa { margin-right:2px; }
.swm_logo_slider .owl-next i.fa { margin-left:2px; }
.swm_logo_slider .owl-prev {}
.swm_logo_slider .owl-next { right:0; float:right;}
.swm_logo_slider .owl-prev:hover, .swm_logo_slider .owl-next:hover { opacity:1; border-color:rgba(0,0,0,0.2); }
.swm_logo_slider:hover .owl-dots { opacity:0; }
.swm_logo_slider .owl-dots { display: block; padding-top: 80px; text-align: center; width:300px; margin:0 auto; opacity: 0; clear:both;  }
.swm_logo_slider .owl-dot { width:9px; height:9px; background: rgba(0,0,0,0.2); border-radius: 30px; display: inline-block; margin:0 3px; }
.swm_logo_slider .owl-dot.active { background: rgba(0,0,0,0.4);  }  .swm_fancy_heading { border-top:1px solid #ececec; border-bottom:1px solid #ececec; margin:0 auto; padding:15px 0; text-align: center;vertical-align: middle;  }
.swm_fancy_heading .swm_fh_text { display: inline-block; vertical-align: middle; line-height: normal; color:#222; padding:0;   } .swm_dot_heading { height: auto; margin: 0 0 20px; font-weight: 400; color: #222; -webkit-font-smoothing: antialiased; background: url(//gracebaptistcarlisle.org/wp-content/plugins/swm-church-shortcodes/images/heading_style2_bg.png) center repeat-x; }
.dot_h_center { text-align: center; }
.dot_h_left { text-align: left; }
.dot_h_right { text-align: right; }
.swm_dot_heading div.heading_text { display: inline-block; background: #fff; }
.dot_h_center div.heading_text { padding: 3px 15px;  }
.dot_h_right div.heading_text { padding: 0 0 0 15px; }
.dot_h_left div.heading_text { padding: 0 15px 0 0; }#tribe-events-pg-template { width: 940px; max-width: 940px; }
p.tribe-events-promo { display: none; }
#tribe-events-content { margin-bottom: 0; display: block; clear:both; }
.tribe-events-after-html { margin-top: 0px; }
.tribe-events-before-html { margin-bottom: 0px; }
h2.tribe-events-page-title { font-weight: normal; }
#tribe-events-content .tribe-events-calendar td { border-color:#ddd; }
.tribe-events-calendar thead th { border-color: rgba(255,255,255,0.1);}
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"]>a { background: none; }
h3.tribe-events-month-event-title a { color:#555; }     .swm_event_box { width:340px; margin:0 40px 40px 0; float:left; }
.swm_evt_date { background: #ececec; width:106px; height:120px; display: block; float:left; border-radius: 3px; text-align: center; margin-right: 4px; color:#555; overflow: hidden; }
.swm_evt_date_day { display: block; font-size: 40px; font-weight: 300; line-height: 40px; padding-top: 27px; color:#555; font-family: 'Open Sans', sans-serif;}
.swm_evt_date_month { display: block; font-size: 20px; line-height: 22px; font-weight: 600; text-transform: uppercase; }
.swm_evt_date_year { opacity:0; font-size: 18px; font-weight: 600; line-height: 28px; }
.swm_evt_img { float:left; width:230px; height:120px; display: inline-block; border-radius: 3px; overflow: hidden; }
.swm_evt_img img,.swm_evt_img a img,.tribe-events-list .tribe-events-event-image img { width:230px; height:120px; }
.swm_evt_contet { width:100%; border:1px solid #ececec; margin-top: 4px; border-radius: 3px; }
.swm_evt_title { border-bottom: 1px solid #ececec; padding:12px 15px 10px 15px; font-size: 16px; font-weight: 600;  }
.swm_evt_title a { text-decoration: none; color:#222; }
.swm_evt_title a:hover { text-decoration: none; }
.swm_evt_desc { padding:10px 15px;  }
.swm_evt_meta_venue { border-top: 1px solid #ececec;  padding:5px 15px; font-size: 11px; }
.swm_evt_meta_venue i { padding-right: 10px; font-size:13px; color:#999;}
.swm_evt_meta_venue .tribe-events-abbr span.seperator { display: none;  }
.swm_evt_meta_venue .tribe-events-abbr:after { content:"."; }
.swm_event_box:hover .swm_evt_date_year { opacity:1; }
.swm_event_box:hover .swm_evt_date_day { padding-top: 16px; }
.swm_event_box span.country-name, .swm_event_box span.postal-code, .swm_event_box a.tribe-events-gmap,.tribe-events-list-separator-month { display: none; }
.swm_event_box .tribe-events-address { display: inline; }
.tribe-events-list-separator-month+.vevent.hentry.tribe-events-first,.tribe-events-list .vevent.hentry,
.tribe-events-list .vevent.hentry.tribe-event-end-month { padding:0; margin:0; }
.events-list .tribe-events-loop { max-width: 100%; }
.swm-tribe-event-list-img img,.tribe-events-list .tribe-events-event-image { width:100%; border-radius: 3px; overflow: hidden;  }
.vcalendar .clearfix:before, .vcalendar .tribe-clearfix:before, .vcalendar .clearfix:after, .vcalendar .tribe-clearfix:after { display: none; }
.tribe-events-loop.vcalendar { margin-right: -40px; }
.events-list .tribe-events-loop { max-width:200%;  }
h2.tribe-events-page-title { font-size: 20px; text-transform: uppercase; font-weight: bold; text-align: left; }
.events-list #tribe-events-footer { border:0; padding:0; margin:0;  }
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous { padding:0; margin:0; }
ul.tribe-events-sub-nav li a { display: inline-block; padding:0; margin:0; background: none; color:#666; font-weight: normal; font-size: 13px; padding:8px 15px; border:1px solid rgba(0,0,0,0.1); border-radius: 3px;}
.swm_container ul.tribe-events-sub-nav li { padding:0; }
#tribe-events a.tribe-events-ical.tribe-events-button,#tribe-events a.tribe-events-gcal.tribe-events-button { background:none; padding:0; margin-top:0; font-size: 13px; text-transform: none;  }
.events-list #tribe-events a.tribe-events-ical.tribe-events-button { margin:30px 0px 0 0; }
.events-gridview #tribe-events a.tribe-events-ical.tribe-events-button  { margin:20px 0; }
.tribe-events-user-recurrence-toggle { text-align: left; } .swm_te_single_title h2 { line-height: normal; width:100%; font-weight: bold; margin-bottom: 15px; }
.single-tribe_events .tribe-events-event-image img { border-radius: 3px; overflow: hidden; margin:0 0 30px 0;  display: block;  }
.swm_te_single_meta { margin-bottom: 4px; width: 100%; }
.swm_te_single_meta ul { padding:0; margin:0 -4px 0 0; border:1px solid #ececec; border-radius: 3px; float:left; width:100%; padding:15px 15px 18px 15px;  }
.swm_te_single_meta ul li { margin:0; padding:0; width:auto; float:left; list-style: none;  margin-right: -1px; }
.swm_te_single_meta ul li .swm_column_gap { border:0; padding:0; margin:0; }
.swm_te_single_meta ul li p { margin: 0 0 0 60px; float:left; display: block; font-size: 14px; font-weight: bold; width:auto;  }
.swm_te_single_meta ul li p span { display: block; font-size: 12px; font-weight: 500; color:#777; }
.swm_te_single_meta ul li span.event_bar_icon { float:left; display: block; width:47px; height:47px; position: absolute; line-height: 47px; text-align: center; font-size:24px; border-radius: 3px;  }
.swm_te_single_meta ul li span.event_bar_icon i.fa-calendar { font-size: 20px; display: block; line-height: 46px; }
.swm_te_single_title_meta_section span.swm_te_single_title_cost { float:right; margin:-5px -8px 0 0; padding:5px 15px; background: #ccc; display: inline-block; width:auto; border-radius: 3px; }
.swm_event_single_meta_row.swm_row { margin: 0 -3px; }
.swm_event_single_meta_row.swm_row .swm_column3 { float:left; }
.swm_event_single_meta_row .swm_column3 .swm_column_gap { padding: 0 2px 4px 2px; margin-bottom:0; }
.tribe-events-meta-group { margin-top: 30px; }
.tribe-events-meta-group h3.tribe-events-single-section-title { width:170px; display: block;  font-size: 15px; font-weight: bold; height:41px; line-height: 42px; border-radius: 3px; text-transform: uppercase; text-align: center; position: relative; margin: 0 auto -20px auto;   }
.swm_event_single_meta_row dl,.tribe-events-meta-group.tribe-events-meta-group-other dl { border:1px solid #ececec; border-radius: 3px; padding:30px 20px 10px 20px; min-height: 235px; margin-bottom:0; }
.swm_event_single_meta_row dt,.tribe-events-meta-group.tribe-events-meta-group-other dt { width:80px; padding-top: 10px; }
.swm_event_single_meta_row dd,.tribe-events-meta-group.tribe-events-meta-group-other dd { margin-left: 0; border-top: 1px solid #ececec; padding:10px 0;  }
.swm_event_single_meta_row dd.tribe-events-date,.swm_event_single_meta_row dd.fn.org,.tribe-events-meta-group.tribe-events-meta-group-other { border:0; }
.swm_event_single_meta_row dd.fn.org { font-size:14px; font-weight: bold; }
.single-tribe_events .tribe-events-venue-map { width:100%; padding:0; margin:0; border:0;  }
.single-tribe_events #tribe-events-footer { border:0; }
.tribe-events-meta-group.tribe-events-meta-group-other dl dd:nth-child(2) { border:0; }
.tribe-events-grid .tribe-grid-header .tribe-grid-content-wrap .column { border-color: rgba(255,255,255,0.1); }
.te_venue_map_title { height:41px; line-height: 42px; text-align:center; border:1px solid #ececec; border-radius: 3px 3px 0 0; font-size: 15px; font-weight:600; display: block; }
.te_venue_map_box { border:1px solid #ececec; padding:4px; display: block; margin-top: -1px; }
.single-tribe_events .tribe-events-venue-map { float:none; display: block; } .tribe-events-day #tribe-events-footer { padding:0; margin:0; border:0; }
.tribe-events-day  #tribe-events a.tribe-events-ical.tribe-events-button { margin:30px 0; }
.tribe-events-day  #tribe-events-header,.tribe-events-day .tribe-events-day-time-slot h5 { display: none; }
.tribe-events-day #tribe-events-content.tribe-events-list { margin-right: 0; }
.tribe-events-day .tribe-events-list h2.tribe-events-page-title { margin-bottom: 25px; } ol.hfeed.vcalendar { margin:0 0 20px 0; padding:0; }
ol.hfeed.vcalendar li { margin: 0; border-bottom: 1px solid #ececec; padding:10px 0; font-size: 11px; }
ol.hfeed.vcalendar li:first-child { padding-top: 0; }
ol.hfeed.vcalendar li span { font-weight: normal; color:#888; }
ol.hfeed.vcalendar h4 { margin:0; padding:0; font-weight: bold; font-size: 14px;  }
p.tribe-events-widget-link { margin:0; }
.tribe-events-list-widget .tribe-events-widget-link a { font-size: 13px; }
.tribe-events-list-widget .tribe-events-widget-link a:after { content:'\f105'; font-family: fontAwesome; font-size: 14px; margin-left:7px;} #tribe-bar-form .tribe-bar-filters-inner { margin: 0 auto; }
.tribe-bar-disabled #tribe-bar-form #tribe-bar-views+.tribe-bar-filters { clear:both;  margin:0 auto; right:auto; width:100%; margin-top: 20px; }
.tribe-bar-disabled #tribe-bar-form #tribe-bar-views { clear:both; margin:0 auto; left:0;  }
.tribe-bar-disabled { margin:0 auto; float:none;  }
.events-list.tribe-bar-is-disabled #tribe-events-content-wrapper { max-width: 100%; }
.tribe-bar-disabled #tribe-bar-form #tribe-bar-views { width:100%; }
.tribe-bar-disabled #tribe-bar-form .tribe-bar-views-inner label { padding-top: 5px; }
.tribe-bar-geoloc-filter { padding:0; width:27%;  }
.tribe-events-list .tribe-events-photo-event .tribe-events-event-details { border:1px solid #ececec; border-radius: 3px; margin:5px 0 0 0; text-align: center; padding:10px 20px 20px 20px;  }
.tribe-events-list #tribe-events-photo-events .tribe-events-event-details h2 { font-size: 18px; }
.tribe-events-list #tribe-events-photo-events .updated.published.time-details { color:#999; font-size: 11px; padding:5px 20px 15px 20px; margin:0 -20px 20px -20px;  }
body.tribe-events-photo #tribe-events-photo-events {  margin:0 -7px;  }
#tribe-events-photo-events .vevent.tribe-events-photo-event {  width:33.33333333333333%; margin:0; }
#tribe-events-photo-events .vevent.tribe-events-photo-event .tribe-events-photo-event-wrap { padding:0 7px; margin: 0 0 17px 0; }
.tribe-events-photo #tribe-events-footer { border:0; } .swm_latest_events { margin-right: -40px;  }
.swm_evt_meta_venue abbr { border:0; }
.recent_events_read_more_link { } #tribe-events-header .tribe-events-sub-nav { display:none; }
.post-type-archive-tribe_events .swm_main_container.swm_site_content { margin-top:-35px;  }
.swm_site_content .tribe-events-list h1.tribe-events-page-title,.swm_site_content h1.tribe-events-page-title { margin:0  0 40px 0; font-size: 27px; text-transform: none;  text-align: center;  }
#tribe-events-bar { margin-bottom: 50px; }
.tribe-bar-submit { padding:19px 20px 8px 20px; }
h2.tribe-events-day-time-slot-heading { display: none; }
#tribe-bar-views-toggle:after { margin-top:5px;  }
#tribe-bar-collapse-toggle { border-radius:0; }
#tribe-bar-views-toggle { border-radius: 0; }
.tribe-bar-date-filter,.tribe-bar-search-filter { padding-top: 19px; } @media only screen and (min-width: 1200px) {
#tribe-events-pg-template,.tribe-events-day .tribe-events-loop { width: 1100px;max-width: 1100px; }
.tribe-events-day .tribe-events-loop.vcalendar { margin-right: 0; margin-left: 0; }
.tribe-events-day-time-slot { margin-right: -40px; margin-left:0px; }
}
@media only screen and (min-width: 980px) and (max-width: 1199px) {
.tribe-events-day .tribe-events-loop { max-width: 940px; }
.tribe-events-day-time-slot { margin-left: 0;  margin-right: -40px;  }
.tribe-events-day .tribe-events-loop.vcalendar { margin-right: 0; }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
#tribe-events-pg-template { width: 689px;max-width: 689px; } .tribe-bar-geoloc-filter { padding-top: 20px; }
#tribe-events-photo-events .vevent.tribe-events-photo-event {  width:49.5%; margin:0; }
.tribe-events-day-time-slot { margin-left: 0; margin-right: -40px; }
.tribe-events-day .tribe-events-loop.vcalendar { margin-right: 0; }
}
@media only screen and (max-width: 767px) {
#tribe-events-pg-template { width: 301px;max-width: 301px; padding:0; }
#tribe-bar-form .tribe-bar-filters .tribe-bar-submit { width: 100%; }
ul.tribe-events-sub-nav li a { margin: 20px 0; }
.tribe-events-day-time-slot { margin-right:0; margin-left:0; }
.tribe-events-day .tribe-events-loop.vcalendar { margin-right: 0; }
.swm_te_single_meta_table table.swm_te_single_do_table tr td { width:100%; display: block; border:1px solid #e1e1e1; }
.swm_te_single_title_meta_section span { display: block; clear:both; }
.swm_te_single_title_meta_section span.swm_te_single_title_cost { float:none; margin:10px 0 0 0; display: inline-block; width:auto; }
.swm_te_single_venue_table .swm_te_vt_left,.swm_te_single_venue_table .swm_te_vt_right { float:none; width:100%; }
.tribe-bar-collapse #tribe-bar-views-toggle::after { margin-top:0;  }
.tribe-bar-views-open #tribe-bar-views-toggle::after { top:3px; margin-top:0; } .tribe-bar-geoloc-filter { padding-top: 20px; }
#tribe-bar-form.tribe-bar-collapse .tribe-bar-views-inner label { margin-bottom: 10px; }
#tribe-events-photo-events .vevent.tribe-events-photo-event {  width:100%; margin:0; padding:0; }
#tribe-events-photo-events .vevent.tribe-events-photo-event, #tribe-events-photo-events.photo-two-col .vevent.tribe-events-photo-event { max-width: 100%; }
#tribe-events-photo-events .vevent.tribe-events-photo-event .tribe-events-photo-event-wrap { padding:0; margin:0; }
body.tribe-events-photo #tribe-events-photo-events {  margin:0;  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
#tribe-events-pg-template { width: 461px; max-width: 461px;  }
} .tribe-events-list h2.tribe-events-page-titlexxxx { margin-bottom:0; }
.tribe-events-list-separator-month + .type-tribe_events.tribe-events-first,.tribe-events-list .type-tribe_events { padding:0; float:left; display: inline-block; }
.events-list .tribe-events-loop { margin-right: -40px; }
.tribe-events-day .tribe-events-day-time-slot .type-tribe_events { margin-left: 0; }
.swm_event_single_meta_row dd.swm_event_details_date_top { border:0; }
.single-tribe_events .type-tribe_events {border-bottom:0; margin: 0; padding:0; }
.tribe-events-event-image { margin:0; }
.tribe-events-event-cost { float:none; }
.tribe-events-list .type-tribe_events,.tribe-events-list .type-tribe_events:first-of-type { margin:0; }.team_member_wrapper { margin-right:0; } #content blockquote .title_text p {	font-size: 24px; margin:0; line-height: 30px; }
#content blockquote,#content blockquote p { font-size: 24px; line-height: 30px; margin: 0;  font-style: normal; font-weight: normal; }
blockquote cite, blockquote small { font-size: 14px; } .swm_custom_gallery { margin-bottom: 30px; margin-top: -5px; display: block;  } .steps_with_circle ol li span {  background: url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/css/images/backgrounds/ordered_list_bg.png) no-repeat; min-height: 42px; } .sidebar .sm_icons ul { margin-bottom: 0; }
.sidebar .sm_icons ul li { width:auto; clear:none; }
.sidebar .sm_icons ul li:first-child { padding-top: 4px; } .swm_large_footer .recent_posts_tiny ul li:before,.swm_large_footer .recent_work_widget ul li:before,.swm_large_footer .sidebar-advertise ul li:before,.swm_large_footer .contact_info ul li:before,.swm_large_footer .aboutme_social .sm_icons ul li:before,.swm_large_footer .uc_events_widget ul li:before { content:''; }
.footer .recent_work_widget ul li,.sidebar .recent_work_widget ul li { padding:0; }
.footer .recent_work_widget img,.footer .recent_work_widget a img { width:58px; height:58px; }
.contact_info ul { padding:10px 0 0 0; margin:0; }
.contact_info ul.c_list { padding:20px; }
.footer .contact_info ul li a { display: inline-block;}
.footer .contact_info ul li { padding-bottom: 5px; }
.swm_video_widget p { margin:0; }
.footer .testimonials-bx-slider-wrap { margin:0; }
.footer .sidebar-advertise ul li { float:left; padding:0; margin:0 5px 5px 0;}
.sidebar .aboutme_social .sm_icons ul li:first-child { border:0; padding:0; margin:0; } .pricing_content ul li { padding:10px 0; }
.product_column h2 { font-size: 20px; } .vc_row .recent_posts_full .swm_row { margin:0 -10px; }
abbr[title], acronym[title] { text-decoration:none;}
input[type=checkbox] { -webkit-appearance: checkbox; -moz-appearance: checkbox; -ms-appearance: checkbox; -o-appearance: checkbox; appearance: checkbox;  }
label.checkbox span { font-size:95%; } .top-menu ul.sf-menu li.menu-item-language ul li a:before { content:'';margin-right:0; } #lang_sel_click li { width:100%; }
.sidebar #lang_sel_click ul li a { padding:3px 10px; }
#lang_sel_click a, #lang_sel_click a:visited { border-color: #ddd; border-radius: 3px; padding:3px 10px; }
#lang_sel_click ul ul { width:100%; top:37px; background:#fff; border:1px solid #ddd; padding:10px 0 0 0; height:auto; z-index: 99; border-radius: 3px;}
.sidebar #lang_sel_click ul li ul li, .sidebar #lang_sel_click ul li ul li a { border:0; background: none;  }
.sidebar #lang_sel_click ul li:before,.sidebar #lang_sel_click ul li ul li:before { padding-right: 0; }
.sidebar #lang_sel_click ul li ul li { padding:0 0 10px 0;}
.sidebar #lang_sel_click ul li ul li:first-child { padding-top: 10px; }
.footer .widget #lang_sel_click ul li a { padding:3px 10px; }
.footer .widget #lang_sel_click a, .footer .widget #lang_sel_click a:visited { border-radius: 3px; padding:3px 10px;  }
.footer .widget #lang_sel_click ul li ul { top:31px; padding:10px 0 0 0; height:auto; z-index: 99; width:100%; border-radius: 3px;   }
.footer .widget #lang_sel_click ul li ul li, .footer .widget #lang_sel_click ul li ul li a { border:0; background: none; }
.footer .widget #lang_sel_click ul li:before,.footer .widget #lang_sel_click ul li ul li:before { padding-right: 0; }
.footer .widget #lang_sel_click ul li ul li { padding:0 0 10px 0;}
.footer .widget #lang_sel_click ul li ul li:first-child { padding-top: 10px; } #lang_sel li { width:100%; }
.sidebar #lang_sel { margin:0 0 40px 0;  width:100%;}
.sidebar #lang_sel ul ul { top:31px; background:#fff; border-radius: 3px; border:1px solid #ddd; padding:10px 0 0 0; height:auto; z-index: 99; width:100%; }
.sidebar #lang_sel ul li ul li, .sidebar #lang_sel ul li ul li a { border:0; background: none; padding-top:10px; }
.sidebar #lang_sel ul li:before,.sidebar #lang_sel ul li ul li:before { padding-right: 0; }
.sidebar #lang_sel ul li ul li { padding:0 0 10px 0; height:30px; margin:5px 0; }
.sidebar #lang_sel ul li ul li:first-child { margin-top: 10px; }
.sidebar #lang_sel a, #lang_sel a:visited { border-color: #ddd; border-radius: 3px; padding:3px 10px; } #content .sidebar #lang_sel_list ul { background:#fff; height:auto; }
.sidebar #lang_sel_list ul li ul li, .sidebar #lang_sel_list ul li ul li a { border:0; background: none;  }
.sidebar #lang_sel_list ul li:before,.sidebar #lang_sel_list ul li ul li:before { padding-right: 0; }
.sidebar #lang_sel_list ul li ul li { padding:0 0 10px 0; height:30px; margin:5px 0; display: block; clear:both;  }
.sidebar #lang_sel_list a, #lang_sel_list a:visited {  }
#lang_sel_list.lang_sel_list_vertical a, #lang_sel_list.lang_sel_list_vertical a:visited { border:0; }
#lang_sel_list.lang_sel_list_vertical ul { top:0; }
#lang_sel_list.lang_sel_list_vertical,#lang_sel_list.lang_sel_list_vertical li { width:100%;}
#lang_sel_list.lang_sel_list_vertical a,#lang_sel_list.lang_sel_list_vertical ul a { padding-left:0; padding-right: 0; }
#lang_sel_list.lang_sel_list_vertical ul li:first-child a, #lang_sel_list_list ul li:first-child a:visited { padding-top:0; }
#lang_sel_list.lang_sel_list_vertical ul, .sidebar .lang_sel_list_vertical ul li a { border:0;  }
.sidebar #lang_sel_list.lang_sel_list_horizontal ul li,.sidebar #lang_sel_list.lang_sel_list_horizontal ul li a { display: inline-block; width: auto; float: left;  clear: none; padding-right: 12px; line-height: 24px; padding-left:0; }
.footer .widget #lang_sel_list ul { height:auto; }
.footer .widget #lang_sel_list ul li, .footer .widget #lang_sel_list ul li a { border:0; background:none transparent; }
.footer .widget #lang_sel_list ul li:before,.footer .widget #lang_sel_list ul li ul li:before { padding-right: 0; }
.footer .widget #lang_sel_list ul li ul li { padding:0 0 10px 0; height:30px; margin:5px 0; display: block; clear:both;  }
.footer .widget #lang_sel_list a, #lang_sel_list a:visited { border-radius: 3px; padding:3px 0px; }
.footer .widget #lang_sel_list ul li:last-child a { margin-bottom: 40px; }
#lang_sel_list.lang_sel_list_vertical ul, .footer .widget .lang_sel_list_vertical ul li a { border:0;  }
.footer .widget #lang_sel_list.lang_sel_list_horizontal ul li,.footer .widget #lang_sel_list.lang_sel_list_horizontal ul li a { display: inline-block; width: auto; float: left;  clear: none; padding-right: 10px; } .sidebar .tp_recent_tweets ul li,.footer .tp_recent_tweets ul li { margin-left:0; padding-bottom:15px; margin-bottom: 15px; background: none; line-height: 22px; }
.sidebar .tp_recent_tweets ul li:last-child { margin-bottom: 5px; padding-bottom: 0; }
.footer .tp_recent_tweets ul li:before,.sidebar .tp_recent_tweets ul li:before { content:"\f099"; font-size: 14px; font-family: fontAwesome; width:26px; height:26px; line-height: 26px; background: #e5e5e5; border-radius: 100px; float:left; margin:5px 0 0 -38px; display: inline-block; text-align: center;  }
.sidebar .tp_recent_tweets ul li:before { margin-left: -40px; }
.sidebar .tp_recent_tweets ul li { padding-left: 60px; margin:0 -20px 15px -20px; padding-right:20px; }
.footer .tp_recent_tweets ul li { padding-left:40px; padding-top:0; }
.footer .tp_recent_tweets ul li:first-child { padding-top: 15px; }
.tp_recent_tweets ul li a.twitter_time { font-style: normal; } .wpcf7 input[type="submit"] { border-radius: 3px; font-size: 13px; padding: 7px 18px; line-height:20px; width:auto; font-weight:bold;  }
.wpcf7 .swm_column input { width:100%; } .swm_container ul.fa-ul { list-style: none; margin-left: 0; } .vc_row .swm_row { margin:0 -20px; }
.page-template-100-width .swm_main_container > .vc_row { margin-left: 0; margin-right: 0; }
.wpb_content_element { margin-bottom: 0; }
.page-template-100-width  .swm_main_container > .vc_row > .vc_column_container > .vc_column_container > .vc_column-inner { padding-left:0; padding-right:0; }
.vc_row .swm_row.swm_counter_boxes { margin:0; padding:0; }
.vc_row .swm_team_members .swm_column { float:none; display: block; margin:0; }
@media only screen and (max-width: 979px) {
.vc_col-sm-12, .vc_col-sm-11, .vc_col-sm-10, .vc_col-sm-9, .vc_col-sm-8, .vc_col-sm-7, .vc_col-sm-6, .vc_col-sm-5, .vc_col-sm-4, .vc_col-sm-3, .vc_col-sm-2, .vc_col-sm-1 { width:100%; }
} h2.give-form-title,.give-goal-progress { display: none; }
input[type="checkbox"].give_agree_to_terms, #give_terms_agreement label { display:inline-block; margin-left:5px; }
#give_show_terms .give_terms_links { font-size: 90%; }
ul#give-donation-level-radio-list li { display: inline-block; margin-right:20px; font-weight: normal; }
ul#give-donation-level-radio-list li label,#give-payment-mode-select #give-gateway-radio-list label { font-weight:normal; display: inline-block; padding-left:5px; }
#give-payment-mode-select,#give_purchase_form_wrap { border:1px solid rgba(0,0,0,0.1); border-bottom:0; padding:25px 30px; margin-bottom:-1px; border-left:0; border-right:0;  }
#give-payment-mode-select .give-payment-mode-label { border:0; padding:0; margin:0; width:auto; }
#give-payment-mode-select #give-gateway-radio-list { margin:0; }
#give-payment-mode-select { border-top:0; }
.give-modal #give-payment-mode-select { border-top:1px solid rgba(0,0,0,0.1); padding-top: 30px;  }
.give-modal #give-payment-mode-select .give-payment-mode-label { float:left; display: block; width:100%; padding-bottom: 10px;}
#give-recurring-form, form.give-form, form[id*=give-form] { border:1px solid rgba(0,0,0,0.1); padding:30px 0 0 0; display: block;  }
#give_purchase_form_wrap legend { display: none; }
.give-total-wrap,#give-donation-level-radio-list,ul#give-donation-level-button-wrap,.give-custom-amount-text { padding:0 30px; }
form[id*=give-form] .give-donation-amount #give-amount, form[id*=give-form] .give-donation-amount #give-amount-text,
form[id*=give-form] .give-donation-amount .give-currency-symbol,
form[id*=give-form] #give-final-total-wrap .give-donation-total-label,
form[id*=give-form] #give-final-total-wrap .give-final-total-amount { height:40px; line-height:40px; }
#give-purchase-button,[id*=give-form].give-display-modal button.give-btn.give-btn-modal { margin-bottom:10px; border-radius:3px; font-weight: bold; padding:7px 20px;   }
ul#give-donation-level-button-wrap { margin-bottom:25px; }
ul#give-donation-level-button-wrap li { margin:0 -1px -1px 0; }
ul#give-donation-level-button-wrap li button { border-radius:0; border-color:rgba(0,0,0,0.1); border-right:1px solid rgba(0,0,0,0.05); }
ul#give-donation-level-button-wrap li:last-child button { border-color:rgba(0,0,0,0.1); }
ul#give-donation-level-button-wrap li button.give-btn { padding:10px 20px; font-size:90%; background:transparent;  }
form[id*=give-form] #give-final-total-wrap .give-donation-total-label,form[id*=give-form] #give-final-total-wrap .give-final-total-amount { font-size:95%; padding-left:15px; padding-right:15px; }
.give-select.give-select-level.give-donation-levels-wrap { margin:0 30px 30px; padding:10px 12px; background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/select.png) no-repeat right center; }
table#give_donation_receipt .give-receipt-thead-text { text-transform: uppercase; font-size: 120%; }
table.give-table { font-size:100%; }
.give-form .give_error { margin:0 30px 30px; }
.set-price.give-donation-amount.form-row-wide { padding:0 30px; }
.sidebar ul#give-donation-level-button-wrap li,.sidebar ul#give-donation-level-button-wrap li { border:0; padding:0; margin:0 -1px -1px 0; display: inline-block; float:left; }
.sidebar [id*=give-form].give-display-modal ul li .give-btn,.sidebar ul#give-donation-level-button-wrap .give-donation-level-btn { margin:0; }
.sidebar ul#give-donation-level-button-wrap li button { border-color:#e6e6e6; padding:10px 15px; }
.sidebar ul#give-gateway-radio-list li { padding:0; margin:0 15px 0 0; border:0; }
.sidebar #give_purchase_form_wrap { margin-top:0; }
.sidebar #give_purchase_form_wrap input[type="text"],.sidebar #give_purchase_form_wrap input[type="email"] { padding:6px 12px; }
.sidebar form.give-form .form-row { margin:0; }
[id*=give-form].give-display-modal button.give-btn.give-btn-modal,[id*=give-form].give-display-reveal button.give-btn-reveal {  margin:0 30px 30px;  padding:7px 20px; font-size:12px; line-height:20px; text-transform: uppercase; border:0; border-radius: 3px; font-weight:bold; text-shadow: 0 1px 0 rgba(0,0,0,0.2); box-shadow: 0 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 0 1px 1px rgba(0, 0, 0, 0.05); border: 1px solid rgba(0, 0, 0, .1); }
.give-modal .mfp-inline-holder .mfp-content form[id*=give-form] { border-top:0; padding:0; }
.give-modal .mfp-inline-holder .mfp-content button.mfp-close { background:#f2f2f2; border:1px solid rgba(0,0,0,0.05); border-radius:0; }
.give-modal .mfp-inline-holder .mfp-content a { text-decoration: none; }
.wpb_text_column p.form-row input:last-child,.wpb_text_column #give_terms p:last-child, .wpb_text_column #give_purchase_form_wrap :last-child { margin-bottom:20px; }
ul#give-donation-level-button-wrap li button.give-default-level { font-weight: bold; }
#give_terms_agreement #give_terms { background:rgba(0,0,0,0.05); padding:20px; margin-bottom: 20px; }
.swm_large_footer .give-form ul li:before { display: none; }
.swm_large_footer ul#give-gateway-radio-list li,.swm_large_footer ul#give-donation-level-button-wrap li { list-style: none; border:0; display: inline-block; padding:0; } .rev_slider {overflow-x: hidden} body{ overflow-wrap: break-word;
word-wrap: break-word;
-ms-word-break: normal;
word-break: normal;
word-break: break-word;
-ms-hyphens:break-word;
-moz-hyphens: break-word;
-webkit-hyphens: break-word;
hyphens: break-word;
}@font-face {
font-family: 'FontAwesome';
src: url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/fonts/fontawesome-webfont.eot?v=4.7.0);
src: url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/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, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, em, font, img,blockquote, dl, dt, dd, ol, ul, li, fieldset,form, label, legend, caption, tbody, tfoot, thead {
margin: 0; padding: 0; 	border: 0; outline: 0; font-size: 100%;	vertical-align: baseline; background: transparent; font-family: inherit; font-weight: inherit; font-style: inherit; letter-spacing: 0;}
* { noFocusLine: expression(this.hideFocus=true); vertical-align: baseline;	font-weight: inherit; font-family: inherit;	font-style: inherit; font-size: 100%; border: 0 none; outline: 0; padding: 0; margin: 0; }
*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section,summary { display: block; }
audio,canvas,progress,video { display: inline-block; vertical-align: baseline; *zoom: 1; }
audio:not([controls]) { display: none; height: 0; }
figure { margin: 0; padding: 0; }
figure figcaption { text-align: center; }
svg:not(:root) { overflow: hidden; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q {	quotes: "" ""; }
address { font-style:normal; }
font { color: inherit !important; font: inherit !important; color: inherit !important; }
marquee { overflow: inherit !important; -moz-binding: none; }
blink { text-decoration: none; }
nobr { white-space: normal; }
abbr,acronym { border-bottom: 1px dotted #ccc;  }
sub,sup { font-size: smaller; line-height: 0; position: relative; }
sup { vertical-align: super; }
sub { vertical-align: sub; }
small { font-size: smaller; }
del {text-decoration: line-through;}
iframe, object, embed, video{ max-width:100%; }
nav ul { margin: 0; padding: 0; }
nav ul li { display: inline; list-style: none; }
aside nav ul li { display: block; }
h1,h2,h3,h4,h5,h6 { text-rendering: optimizeLegibility; }
p { -moz-osx-font-smoothing: grayscale; word-break: normal;  }
@media print {
* { background: transparent !important; color: #000 !important; box-shadow: none !important;  text-shadow: none !important; }
a, a:visited { text-decoration: underline; }
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
thead { display: table-header-group; }
tr, img { page-break-inside: avoid; }
img { max-width: 100% !important; }
@page { margin: 0.5cm; }
p, h2, h3 { orphans: 3; widows: 3; }
h2, h3 { page-break-after: avoid; }
}  html { height:100%; font-size:100%; -webkit-font-smoothing: antialiased; -ms-text-size-adjust: 100%;  -webkit-text-size-adjust: 100%; }
body { height: 100%; font: 13px/1.76em Arial, Verdana, Helvetica, sans-serif; font-weight:normal; margin:0; padding:0; webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; -moz-osx-font-smoothing: grayscale; -ms-word-break: break-all; word-break: break-all; } .left,.float_left,.float-left {float:left;}
.right,.float_right, .float-right {float:right; }
.center, .text-center,.align_center,.alignCenter { text-align: center !important;}
.justify,.text-justify { text-align: justify !important; }
.text-left,.align_left,.alignLeft    { text-align: left !important; }
.text-right,.align_right,.alignRight   { text-align: right !important; } .clear,.clearfix,.clearall { clear:both;}
.clear:before,.clear:after,.clearfix:before,.clearfix:after { content: " "; display: table; }
.clear:after,.clearfix:after { clear: both; }
.clearfix { *zoom: 1; } .bold,b,strong { font-weight:bold}
.italic,dfn,em,var { font-style:italic}
.underline { text-decoration:underline;}
.break { -ms-word-break: break-all; word-break: break-all; word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto;  hyphens: auto; } .arial-websafe { font-family: Arial, Helvetica, Verdana, sans-serif; }
.georgia-websafe { font-family:"Georgia", "Times New Roman", Times, serif; }
.verdana-websafe { font-family: Verdana, Arial, Helvetica, sans-serif; }
.helvetica-websafe { font-family: Helvetica, "HelveticaNeue", "Helvetica Neue", Arial, Verdana, sans-serif; }
.lucida-sans-websafe { font-family:"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;	}
.helvetica-neue-websafe { font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; } .border { border:1px solid rgba(0,0,0,.1); }
.noborder { border:none}
.light-rounded { border-radius: 3px; }
.heavy-rounded { border-radius: 8px; }
.full-rounded { border-radius: 50%; }
.antialiased { -webkit-font-smoothing: antialiased; } .width100 { width: 100%; }
.width75 { width: 75%; }
.width50 { width: 50%; }
.width25 { width: 25%; }
.widthAuto { width:auto; }
.height100 { height:100%; }
.noheight,.height0 { height:0; } .top50 { top:50%; }
.left50 { left:50%; }
.right50 { right:50%; }
.bottom50 { bottom:50%; }
.nomargin,.margin0 { margin:0;} .opacity100 { opacity: 1; }
.opacity75 { opacity: 0.75; zoom: 1; filter: alpha(opacity=75); -moz-opacity:0.75; -khtml-opacity: 0.75; }
.opacity50 { opacity: 0.5; zoom: 1; filter: alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; }
.opacity25 { opacity: 0.25; zoom: 1; filter: alpha(opacity=25); -moz-opacity:0.25; -khtml-opacity: 0.25; }
.opacity0 { opacity: 0; zoom: 1; filter: alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; } a { text-decoration: none; transition: all 0.3s ease-out;  max-width:100%; }
a:hover { text-decoration: underline; }
.inline-link,.inline_link, .inlineLink { display: inline-block; margin: 0 0.2em; padding: 3px; background: #97CAF2; border-radius: 2px; transition: all 0.3s ease-out; text-decoration: none; font-weight: bold; color: white; }
.skin_color a,.skin_color1 a,.skin_color2 a { text-decoration: none; } ul, ol { margin-bottom: 20px; }
ul { list-style: none outside; margin-left: 7px; }
ol { list-style: decimal ; margin-left: 20px; }
ol, ul.square, ul.circle, ul.disc { }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside none; }
ul ul, ul ol,ol ol, ol ul { margin: 4px 0 5px 30px;   }
ul ul li, ul ol li,ol ol li, ol ul li { margin-bottom: 6px; }
dl { margin-bottom: 20px; }
dt { float: left; clear: left; width: 100px; text-align: left; font-weight: bold; }
dt:after { content: ""; }
dd { margin: 0 0 0 110px; padding: 0 0 0.1em 0; } img,img a,a img, :link img, :visited img { max-width:100%; width:auto; height:auto;  display: inline-block; vertical-align: middle; image-rendering: optimizeQuality;   }
.image_left,.alignleft { float:left; margin:5px 20px 10px 0; }
.image_right,.alignright { float:right; margin:5px 0 20px 20px; }
.image_border { border:1px solid #ececec; padding:4px; border-radius: 3px; }
.image-overlay { position: absolute; background: #fff; z-index: 500; height:100%; width:100%; opacity: 0; filter:alpha(opacity=0); }
.image_lightbox { position: relative; display: inline-block; border-radius: 3px; overflow: hidden; }
.img_overlay { background:rgba(0,0,0,0.5); position: absolute; width:100%; height:100%; top:0; left:0; z-index: 9999; display: block; opacity: 0; border-radius: 3px; overflow: hidden; }
.image_lightbox:hover .img_overlay { opacity:1;}
.image_lightbox img { display: inline-block; line-height: 0; font-size: 0; border-radius: 3px; }
.image_lightbox a { width:50px; height:50px; color:#fff; border:2px solid rgba(255,255,255,0.7);  border-radius: 3px; left:50%; top:50%; position: absolute; margin-top:-25px; margin-left: -25px; display: block; text-align: center; line-height: 45px; font-size: 20px;}
.image_lightbox a:hover {  background: rgba(0,0,0,0.3); color:#fff; } table { border-collapse: collapse; border-spacing: 0; width: 100%; padding: 0;	margin: 0 0 20px 0; }
table tr:nth-child(even) { background: rgba(0,0,0,0.05); }
td, td img { vertical-align:top; }
table caption { padding: 0 0 20px 0; width: auto; font-size: 18px; font-weight: bold;  }
th { font-weight:bold;  text-align: left; padding: 5px 10px; border-style: solid; border-width: 1px; border-left:none;
border-top:none; border-color:#e1e1e1;}
tr th:first-child, tr td:first-child{ border-left-style: solid; border-left-width: 1px; }
tr:first-child th, tr:first-child td{ border-top-style: solid; border-top-width: 1px; }
td { font-size: 13px; padding: 5px 10px; border-style: solid; border-width: 1px; border-left:none; border-top:none; border-color:#e1e1e1; } .nobackground { background:none;}
.hidden,.hide,.none,.swm_hide { display: none !important; }
.visible,.show,.block { display:block; }
.in-block,.inblock { display: inline-block; *display: inline; zoom: 1; }
.hide-text { text-indent:100%; white-space: nowrap; overflow: hidden; }
.overlay { position: fixed; top: 0; left: 0; z-index: 99999; display: none; height: 100%; width: 100%; } .first { margin-left: 0; }
.last { margin-right: 0; } q:before { content: "\201c"; }
q:after { content: "\201d"; }
q q:before { content: "\2018"; }
q q:after {	content: "\2019"; } blockquote { display: block; border-left:5px solid #b93a41; color:#777; font-size: 14px; text-align: left; margin:20px 0; position: relative; padding:0 0 0 15px; line-height: 1.8em;}
blockquote i { color:#e1e1e1; font-size: 30px; position: absolute; margin:0 0 0 -42px; } .error,.invalid { color: #ff0000; }
.success,.valid { color: #00ff00; } .smooth { -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear; transition: all .3s linear; }
.swm_breadcrumbs span,
.swm_blog_post .swm_post_format,
.swm_blog_post,
.swm_blog_post .swm_post_meta ul,
.swm_portfolio_box .swm_portfolio_img_overlay,.swm_portfolio_box .swm_portfolio_img_hovericon,
.swm_portfolio_box .swm_portfolio_text,
.swm_portfolio_box .swm_portfolio_text span.subtexts,
.icon_url a i.fa-link,
.swm_woo_cart_hover_menu ul.product_list_widget li,
.swm-woo-sort-order ul.order a i,
.crossfade-images .rating_container,
.standard-featured-image .rating_container,
.product-images .crossfade-images img,
.swm-product-price-cart a,
.swm_woo_next_prev span a:before,
.woocommerce-breadcrumb span a,
.swm-featured-product-block.p_category a h3,
.swm-featured-product-block.p_category a h3 mark,
input[type="text"],input[type=submit],input[type="password"],input[type="email"],input[type="tel"],input[type="url"],textarea,
td.actions .coupon .input-text,
.swm-tribe-event-list-meta ul li:before,.swm-tribe-event-list-meta ul li a.tribe-events-gmap:before,
.pagination_menu a span,
.img_overlay,
.swm_slider_box .flex-direction-nav a,
ul.top_nav > li,
.sidebar ul li:before,
.swm_event_box .swm_evt_date,
.swm_event_box .swm_evt_date_year,
.swm_event_box .swm_evt_date_day,
.swm_blog_post h2,.swm_blog_grid h2,
.swm_blog_post .swm_post_title h1 a,.swm_blog_post .swm_post_title h1,
.swm_blog_post .swm_post_title,.swm_blog_grid .swm_post_title,
.swm_blog_post .swm_pf_ic,.swm_blog_grid .swm_pf_ic,
.swm_sermons_item .swm_sermons_date,
[id*=give-form].give-display-modal button.give-btn.give-btn-modal,
[id*=give-form].give-display-reveal button.give-btn-reveal
{
-moz-transition-duration: 0.3s; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s;
-moz-transition-property: 	all;
-webkit-transition-property:all;
-o-transition-property: 	all;
transition-property: 		all;
} .gradient-light-linear { background-image: linear-gradient(rgba(255,255,255,.25), rgba(255,255,255,0)); }
.gradient-dark-linear { background-image: linear-gradient(rgba(0,0,0,.25), rgba(0,0,0,0)); }
.swm_dark_gradient {
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.05)), to(rgba(0,0,0,0.1)));
background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.05), rgba(0,0,0,0.1));
background-image: -moz-linear-gradient(top, rgba(0,0,0,0.05), rgba(0,0,0,0.1));
background-image: -ms-linear-gradient(top, rgba(0,0,0,0.05), rgba(0,0,0,0.1));
background-image: -o-linear-gradient(top, rgba(0,0,0,0.05), rgba(0,0,0,0.1)); }
.swm_box_shadow,#lang_sel_footer {
-webkit-box-shadow: 0px 0px 1px rgba(50, 50, 50, 0.15);
-moz-box-shadow:    0px 0px 1px rgba(50, 50, 50, 0.15);
box-shadow:         0px 0px 1px rgba(50, 50, 50, 0.15);
}
pre {
clear:both; width:100%; border:1px solid #e1e1e1; overflow:auto; padding:2em; line-height: 2em; font-size: 12px;
background-image: -webkit-linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
background-image: -moz-linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
background-image: -ms-linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
background-image: -o-linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
background-image: linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
-webkit-background-size: 100% 4em ; -moz-background-size: 100% 4em ; background-size: 100% 4em;
font-family: Monaco, "Andale Mono", "Courier New", Courier, monospace;
-webkit-transition: all ease-in-out 0.5s; -moz-transition: all ease-in-out 0.5s; -o-transition: all ease-in-out 0.5s; transition: all ease-in-out 0.5s;
margin-bottom: 20px; position: relative; left:0; text-transform: none;
}
code,kbd,samp {
font-family: Monaco, "Andale Mono", "Courier New", Courier, monospace;
}
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; } .swm-arrow-up { position: relative; display: block;  }
.swm-arrow-up span { border-style: dashed; border-color: transparent; border-width: 9px; display: -moz-inline-box; display: inline-block; height: 0; position: absolute; width: 0; border-bottom: 9px solid #fff; bottom: 0; left:50%; margin-left: -9px; } .isotope,.isotope .isotope-item {  -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s; -o-transition-duration: 0.8s; transition-duration: 0.8s; }
.isotope { -webkit-transition-property: height, width; -moz-transition-property: height, width; -o-transition-property: height, width; transition-property: height, width; }
.isotope .isotope-item { -webkit-transition-property: -webkit-transform, opacity,border-color, box-shadow; -moz-transition-property: -moz-transform, opacity,border-color, box-shadow; -o-transition-property: top, left, opacity,border-color, box-shadow;	transition-property: transform, opacity,border-color, box-shadow; }
.isotope.no-transition,.isotope.no-transition .isotope-item,.isotope .isotope-item.no-transition { -webkit-transition-duration: 0s; -moz-transition-duration: 0s; -o-transition-duration: 0s; transition-duration: 0s; }
.isotope.infinite-scrolling { -webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none; }
.isotope-item { z-index: 2; }
.isotope-hidden.isotope-item { pointer-events: none; z-index: 1; }
.swm_blog_grid.isotope-item,.swm_blog_grid .isotope { -moz-transition-duration: 0.3s; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s;	}
p { margin: 0 0 0.85em 0; }
p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 { margin-top:1.5em; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; margin-bottom: 20px; line-height: 1.5em; }
h1 { font-size: 34px; }
h2 { font-size: 28px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; margin-bottom: 20px; }
h5 { font-size: 16px; margin-bottom: 15px; }
h6 { font-size: 14px; margin-bottom: 15px; } .gm-style .place-card-large { display:none; left:-2000px; } .clickable,label, input[type=button], input[type=submit], input[type=file], button {cursor: pointer;}
button,input,optgroup,select,textarea { margin: 0; webkit-font-smoothing: antialiased;  }
button { overflow: visible; width: auto; overflow: visible; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"],input[type="submit"] {  -webkit-appearance: button; cursor: pointer; }
button[disabled],html input[disabled] { cursor: default; }
button::-moz-focus-inner,input::-moz-focus-inner { border: 0; padding: 0; }
input,textarea { font: 12px/20px; font:inherit; resize:none; }
input { line-height: normal; }
input[type="checkbox"],input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button { height: auto; }
legend { border: 0; padding: 0; }
textarea { height: auto; min-height: 100px; width: 100%; max-width: 100%; -webkit-appearance: none; }
input:-webkit-autofill { -webkit-box-shadow: 0 0 0 1000px white inset; }
:focus { outline: 0; }
form { margin-bottom: 20px; }
fieldset { margin-bottom: 20px; }
.input-text, input[type="text"], input[type="input"], input[type="password"], input[type="email"], input[type="number"],    input[type="url"], input[type="tel"],
input[type="search"], textarea, select { -webkit-appearance: none; box-sizing: border-box;border: 1px solid #e1e1e1;outline: none;	border-radius: 0;color: #777;padding: 7px;		margin: 0 0 20px 0; width: 200px;max-width: 100%;display: block;background: #fff; border-radius: 3px; }
input[type="text"]:focus, input[type="password"]:focus,	input[type="email"]:focus, input[type="number"]:focus, input[type="url"]:focus, input[type="tel"]:focus, input[type="search"]:focus, textarea:focus { box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2); color: #555;	}
textarea { min-height: 80px; line-height:1.5em; width:100%; }
label{ display: block; font-weight: bold; font-size: 12px;  }
legend { display: block; font-weight: normal; font-size: 15px;  }
input[type="checkbox"] { display: inline; }
label span, legend span { font-weight: normal; font-size: 13px; color: #444; }
select { background:#fff url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/select.png) no-repeat center right;  }
.select option { padding: 0; margin: 0; }.mejs-container { position : relative;background:#000;font-family:Helvetica,Arial;text-align:left;vertical-align:top;text-indent:0;} .me-plugin{position:absolute;height:auto;width:auto;} .mejs-embed,.mejs-embed body{width:100%;height:100%;margin:0;padding:0;background:#000;overflow:hidden;} .mejs-fullscreen{overflow:hidden!important;}.mejs-container-fullscreen{position:fixed;left:0;top:0;right:0;bottom:0;overflow:hidden;z-index:1000;}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{width:100%;height:100%;}.mejs-clear{clear:both;}.mejs-background{position:absolute;top:0;left:0;}.mejs-mediaelement{position:absolute;top:0;left:0;width:100%;height:100%;}.mejs-poster{position:absolute;top:0;left:0;background-size:contain;background-position:50% 50%;background-repeat:no-repeat;}:root .mejs-poster img{display:none;}.mejs-poster img{border:0;padding:0;border:0;}.mejs-overlay{position:absolute;top:0;left:0;}.mejs-overlay-play{cursor:pointer;}.mejs-overlay-button{position:absolute;top:50%;left:50%;width:100px;height:100px;margin:-50px 0 0 -50px;background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/css/player/bigplay.svg) no-repeat;}.no-svg .mejs-overlay-button{background-image:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/css/player/bigplay.png);}.mejs-overlay:hover .mejs-overlay-button{background-position:0 -100px;}.mejs-overlay-loading{position:absolute;top:50%;left:50%;width:80px;height:80px;margin:-40px 0 0 -40px;background:#333;background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/css/player/background.png);background:rgba(0,0,0,0.9);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(50,50,50,0.9)),to(rgba(0,0,0,0.9)));background:-webkit-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));background:-moz-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));background:-o-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));background:-ms-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));background:linear-gradient(rgba(50,50,50,0.9),rgba(0,0,0,0.9));}.mejs-overlay-loading span{display:block;width:80px;height:80px;background:transparent url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/css/player/loading.gif) 50% 50% no-repeat;}.mejs-container .mejs-controls{position:absolute;list-style-type:none;margin:0;padding:0;bottom:0;left:0;background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/css/player/background.png);background:rgba(0,0,0,0.7);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(50,50,50,0.7)),to(rgba(0,0,0,0.7)));background:-webkit-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-moz-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-o-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-ms-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:linear-gradient(rgba(50,50,50,0.7),rgba(0,0,0,0.7));height:30px;width:100%;}.mejs-container .mejs-controls div{list-style-type:none;background-image:none;display:block;float:left;margin:0;padding:0;width:26px;height:26px;font-size:11px;line-height:11px;font-family:Helvetica,Arial;border:0;}.mejs-controls .mejs-button button{cursor:pointer;display:block;font-size:0;line-height:0;text-decoration:none;margin:7px 5px;padding:0;position:absolute;height:16px;width:16px;border:0;background:transparent url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/css/player/controls.svg) no-repeat;}.no-svg .mejs-controls .mejs-button button{background-image:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/css/player/controls.png);}.mejs-controls .mejs-button button:focus{outline:dotted 1px #999;}.mejs-container .mejs-controls .mejs-time{color:#fff;display:block;height:17px;width:auto;padding:8px 3px 0 3px;overflow:hidden;text-align:center;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}.mejs-container .mejs-controls .mejs-time span{color:#fff;font-size:11px;line-height:12px;display:block;float:left;margin:1px 2px 0 0;width:auto;}.mejs-controls .mejs-play button{background-position:0 0;}.mejs-controls .mejs-pause button{background-position:0 -16px;}.mejs-controls .mejs-stop button{background-position:-112px 0;}.mejs-controls div.mejs-time-rail{direction:ltr;width:200px;padding-top:5px;}.mejs-controls .mejs-time-rail span{display:block;position:absolute;width:180px;height:10px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;cursor:pointer;}.mejs-controls .mejs-time-rail .mejs-time-total{margin:5px;background:#333;background:rgba(50,50,50,0.8);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(30,30,30,0.8)),to(rgba(60,60,60,0.8)));background:-webkit-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-moz-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-o-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-ms-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:linear-gradient(rgba(30,30,30,0.8),rgba(60,60,60,0.8));}.mejs-controls .mejs-time-rail .mejs-time-buffering{width:100%;background-image:-o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);-webkit-background-size:15px 15px;-moz-background-size:15px 15px;-o-background-size:15px 15px;background-size:15px 15px;-webkit-animation:buffering-stripes 2s linear infinite;-moz-animation:buffering-stripes 2s linear infinite;-ms-animation:buffering-stripes 2s linear infinite;-o-animation:buffering-stripes 2s linear infinite;animation:buffering-stripes 2s linear infinite;}@-webkit-keyframes buffering-stripes{from{background-position:0 0;}to{background-position:30px 0;}}@-moz-keyframes buffering-stripes{from{background-position:0 0;}to{background-position:30px 0;}}@-ms-keyframes buffering-stripes{from{background-position:0 0;}to{background-position:30px 0;}}@-o-keyframes buffering-stripes{from{background-position:0 0;}to{background-position:30px 0;}}@keyframes buffering-stripes{from{background-position:0 0;}to{background-position:30px 0;}}.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#3caac8;background:rgba(60,170,200,0.8);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(44,124,145,0.8)),to(rgba(78,183,212,0.8)));background:-webkit-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));background:-moz-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));background:-o-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));background:-ms-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));background:linear-gradient(rgba(44,124,145,0.8),rgba(78,183,212,0.8));width:0;}.mejs-controls .mejs-time-rail .mejs-time-current{background:#fff;background:rgba(255,255,255,0.8);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(255,255,255,0.9)),to(rgba(200,200,200,0.8)));background:-webkit-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-moz-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-o-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-ms-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:linear-gradient(rgba(255,255,255,0.9),rgba(200,200,200,0.8));width:0;}.mejs-controls .mejs-time-rail .mejs-time-handle{display:none;position:absolute;margin:0;width:10px;background:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;cursor:pointer;border:solid 2px #333;top:-2px;text-align:center;}.mejs-controls .mejs-time-rail .mejs-time-float{position:absolute;display:none;background:#eee;width:36px;height:17px;border:solid 1px #333;top:-26px;margin-left:-18px;text-align:center;color:#111;}.mejs-controls .mejs-time-rail .mejs-time-float-current{margin:2px;width:30px;display:block;text-align:center;left:0;}.mejs-controls .mejs-time-rail .mejs-time-float-corner{position:absolute;display:block;width:0;height:0;line-height:0;border:solid 5px #eee;border-color:#eee transparent transparent transparent;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;top:15px;left:13px;}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float{width:48px;}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current{width:44px;}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner{left:18px;}.mejs-controls .mejs-fullscreen-button button{background-position:-32px 0;}.mejs-controls .mejs-unfullscreen button{background-position:-32px -16px;}.mejs-controls .mejs-mute button{background-position:-16px -16px;}.mejs-controls .mejs-unmute button{background-position:-16px 0;}.mejs-controls .mejs-volume-button{position:relative;}.mejs-controls .mejs-volume-button .mejs-volume-slider{display:none;height:115px;width:25px;background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/css/player/background.png);background:rgba(50,50,50,0.7);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;top:-115px;left:0;z-index:1;position:absolute;margin:0;}.mejs-controls .mejs-volume-button:hover{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#ddd;background:rgba(255,255,255,0.5);margin:0;}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#ddd;background:rgba(255,255,255,0.9);margin:0;}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle{position:absolute;left:4px;top:-3px;width:16px;height:6px;background:#ddd;background:rgba(255,255,255,0.9);cursor:N-resize;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;margin:0;}.mejs-controls div.mejs-horizontal-volume-slider{height:26px;width:60px;position:relative;}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{position:absolute;left:0;top:11px;width:50px;height:8px;margin:0;padding:0;font-size:1px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:#333;background:rgba(50,50,50,0.8);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(30,30,30,0.8)),to(rgba(60,60,60,0.8)));background:-webkit-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-moz-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-o-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-ms-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:linear-gradient(rgba(30,30,30,0.8),rgba(60,60,60,0.8));}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{position:absolute;left:0;top:11px;width:50px;height:8px;margin:0;padding:0;font-size:1px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:#fff;background:rgba(255,255,255,0.8);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(255,255,255,0.9)),to(rgba(200,200,200,0.8)));background:-webkit-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-moz-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-o-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-ms-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:linear-gradient(rgba(255,255,255,0.9),rgba(200,200,200,0.8));}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle{display:none;}.mejs-controls .mejs-captions-button{position:relative;}.mejs-controls .mejs-captions-button button{background-position:-48px 0;}.mejs-controls .mejs-captions-button .mejs-captions-selector{visibility:hidden;position:absolute;bottom:26px;right:-51px;width:85px;height:100px;background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/css/player/background.png);background:rgba(50,50,50,0.7);border:solid 1px transparent;padding:10px 10px 0 10px;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.mejs-controls .mejs-captions-button .mejs-captions-selector ul{margin:0;padding:0;display:block;list-style-type:none!important;overflow:hidden;}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li{margin:0 0 6px 0;padding:0;list-style-type:none!important;display:block;color:#fff;overflow:hidden;}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px;}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label{width:55px;float:left;padding:4px 0 0 0;line-height:15px;font-family:helvetica,arial;font-size:10px;}.mejs-controls .mejs-captions-button .mejs-captions-translations{font-size:10px;margin:0 0 5px 0;}.mejs-chapters{position:absolute;top:0;left:0;-xborder-right:solid 1px #fff;width:10000px;z-index:1;}.mejs-chapters .mejs-chapter{position:absolute;float:left;background:#222;background:rgba(0,0,0,0.7);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(50,50,50,0.7)),to(rgba(0,0,0,0.7)));background:-webkit-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-moz-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-o-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-ms-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:linear-gradient(rgba(50,50,50,0.7),rgba(0,0,0,0.7));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#323232,endColorstr=#000000);overflow:hidden;border:0;}.mejs-chapters .mejs-chapter .mejs-chapter-block{font-size:11px;color:#fff;padding:5px;display:block;border-right:solid 1px #333;border-bottom:solid 1px #333;cursor:pointer;}.mejs-chapters .mejs-chapter .mejs-chapter-block-last{border-right:none;}.mejs-chapters .mejs-chapter .mejs-chapter-block:hover{background:#666;background:rgba(102,102,102,0.7);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(102,102,102,0.7)),to(rgba(50,50,50,0.6)));background:-webkit-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));background:-moz-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));background:-o-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));background:-ms-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));background:linear-gradient(rgba(102,102,102,0.7),rgba(50,50,50,0.6));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#666666,endColorstr=#323232);}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title{font-size:12px;font-weight:bold;display:block;white-space:nowrap;text-overflow:ellipsis;margin:0 0 3px 0;line-height:12px;}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan{font-size:12px;line-height:12px;margin:3px 0 4px 0;display:block;white-space:nowrap;text-overflow:ellipsis;}.mejs-captions-layer{position:absolute;bottom:0;left:0;text-align:center;line-height:20px;font-size:16px;color:#fff;}.mejs-captions-layer a{color:#fff;text-decoration:underline;}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:normal;}.mejs-captions-position{position:absolute;width:100%;bottom:15px;left:0;}.mejs-captions-position-hover{bottom:35px;}.mejs-captions-text{padding:3px 5px;background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/css/player/background.png);background:rgba(20,20,20,0.5);white-space:pre-wrap;}.me-cannotplay a{color:#fff;font-weight:bold;}.me-cannotplay span{padding:15px;display:block;}.mejs-controls .mejs-loop-off button{background-position:-64px -16px;}.mejs-controls .mejs-loop-on button{background-position:-64px 0;}.mejs-controls .mejs-backlight-off button{background-position:-80px -16px;}.mejs-controls .mejs-backlight-on button{background-position:-80px 0;}.mejs-controls .mejs-picturecontrols-button{background-position:-96px 0;}.mejs-contextmenu{position:absolute;width:150px;padding:10px;border-radius:4px;top:0;left:0;background:#fff;border:solid 1px #999;z-index:1001;}.mejs-contextmenu .mejs-contextmenu-separator{height:1px;font-size:0;margin:5px 6px;background:#333;}.mejs-contextmenu .mejs-contextmenu-item{font-family:Helvetica,Arial;font-size:12px;padding:4px 6px;cursor:pointer;color:#333;}.mejs-contextmenu .mejs-contextmenu-item:hover{background:#2C7C91;color:#fff;}.mejs-controls .mejs-sourcechooser-button{position:relative;}.mejs-controls .mejs-sourcechooser-button button{background-position:-128px 0;}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector{visibility:hidden;position:absolute;bottom:26px;right:-10px;width:130px;height:100px;background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/css/player/background.png);background:rgba(50,50,50,0.7);border:solid 1px transparent;padding:10px;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul{margin:0;padding:0;display:block;list-style-type:none!important;overflow:hidden;}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li{margin:0 0 6px 0;padding:0;list-style-type:none!important;display:block;color:#fff;overflow:hidden;}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px;}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label{width:100px;float:left;padding:4px 0 0 0;line-height:15px;font-family:helvetica,arial;font-size:10px;}.mejs-postroll-layer{position:absolute;bottom:0;left:0;width:100%;height:100%;background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/css/player/background.png);background:rgba(50,50,50,0.7);z-index:1000;overflow:hidden;}.mejs-postroll-layer-content{width:100%;height:100%;}.mejs-postroll-close{position:absolute;right:0;top:0;background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/css/player/background.png);background:rgba(50,50,50,0.7);color:#fff;padding:4px;z-index:100;cursor:pointer;}div.mejs-speed-button{width:46px!important;position:relative;}.mejs-controls .mejs-button.mejs-speed-button button{background:transparent;width:36px;font-size:11px;line-height:normal;color:#fff;}.mejs-controls .mejs-speed-button .mejs-speed-selector{visibility:hidden;position:absolute;top:-100px;left:-10px;width:60px;height:100px;background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/css/player/background.png);background:rgba(50,50,50,0.7);border:solid 1px transparent;padding:0;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.mejs-controls .mejs-speed-button:hover>.mejs-speed-selector{visibility:visible;}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected{color:rgba(33,248,248,1);}.mejs-controls .mejs-speed-button .mejs-speed-selector ul{margin:0;padding:0;display:block;list-style-type:none!important;overflow:hidden;}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li{margin:0 0 6px 0;padding:0 10px;list-style-type:none!important;display:block;color:#fff;overflow:hidden;}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px;display:none;}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label{width:60px;float:left;padding:4px 0 0 0;line-height:15px;font-family:helvetica,arial;font-size:11.5px;color:white;margin-left:5px;cursor:pointer;}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover{background-color:#c8c8c8!important;background-color:rgba(255,255,255,.4)!important;}div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;height:28px;width:28px}
div.pp_default .pp_expand:hover{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;height:28px;width:28px}
div.pp_default .pp_contract:hover{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer;height:30px;width:30px}
div.pp_default .pp_gallery ul li a{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{left:auto;position:static}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;margin:4px 0 0;width:20px}
div.pp_default a.pp_arrow_next{background-position:-82px -3px;left:52px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;position:relative;width:110px}
div.pp_default .pp_nav .currentTextHolder{color:#999;font-family:Georgia;font-size:11px;font-style:italic;left:75px;line-height:25px;margin:0;padding:0 0 0 10px;position:absolute;top:2px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.light_rounded .pp_nav .pp_play{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.dark_rounded .pp_description{color:#fff;margin-right:85px}
div.dark_rounded .pp_nav .pp_play{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.light_square .pp_nav .pp_play{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:22px}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;overflow:hidden;width:55px}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;margin:2px 4px;white-space:nowrap}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;margin:0 0 0 5px;padding:0;position:relative;white-space:nowrap}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{display:block;line-height:22px;position:absolute;right:0;text-indent:-10000px;top:0}
.pp_loaderIcon{display:block;height:24px;left:50%;margin:-12px 0 0 -12px;position:absolute;top:50%;width:24px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;margin:0 0 5px 15px;z-index:9999}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/js/prettyPhoto/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none} @media only screen and (max-width: 767px) {
.pp_pic_holder.pp_default { width: 100%!important; left: 0!important; overflow: hidden; }
div.pp_default .pp_content_container .pp_left { padding-left: 0!important; }
div.pp_default .pp_content_container .pp_right { padding-right: 0!important; }
.pp_content { width: 100%!important; height: auto!important; }
.pp_fade { width: 100%!important; height: 100%!important; }
a.pp_expand, a.pp_contract, .pp_hoverContainer, .pp_gallery, .pp_top, .pp_bottom { display: none!important; }
#pp_full_res img { width: 100%!important; height: auto!important; }
.pp_details { width: 94%!important; padding-left: 3%; padding-right: 4%; padding-top: 10px; padding-bottom: 10px; background-color: #f8f8f8; margin-top: -2px!important; }
a.pp_close { right: 10px!important; top: 10px!important; }
div.pp_default div .pp_content {min-height: 50px;}
}.boxed { margin:0 auto; overflow: visible; }
#swm_main_container { width:100%; position: relative; z-index: 2; }
.swm_container { position: relative; }
.swm_main_container_wrap { margin:0 auto; background:#fff; }
#swm_page_container { z-index:1; position:relative; }
#header_wrap { margin:0 auto; }
#header { z-index: 999; position: absolute; width:auto;}
.top_section { position:relative; z-index:5; margin:0 auto;  }
.transparent_bg { position:absolute; top:0px; left:0px; width:100%; height:100%; margin:0 auto;	display: block;	float:left; z-index: 1; border-radius: 0 0 3px 3px;	 }
.swm_site_loader { width:100%; height:100%; position: relative; }
.swm_loader_holder { position: absolute; top:50%; left:50%; display: block; width:60px; height:60px; margin-top:-30px; margin-left: -30px; }
.swm_loader { position:relative; }
.swm_loader span { width: 60px; height: 60px; border: 4px solid #e6e6e6; border-top:4px solid #f25a41; border-radius: 100%; position: absolute; top:0; bottom:0; left:0; right: 0; margin: auto; animation: spin 1s infinite linear; }
@keyframes spin {from{transform: rotate(0deg); }to{transform: rotate(360deg); } } .swm_logo_section_bg { background: #222; width:100%; margin:0 auto; position: relative; }
.logo_section_top_border { width:100%; position: absolute; height:5px; 	background: rgba(0,0,0,0.2); }
.swm_logo_section {  margin:0 auto; }
.logo_section { width:auto; min-height:126px; display: block; position: relative; }
.logo_image { float:left; display: block; padding:20px 0; }
.logo_section_menu { float:right; margin-top: 52px; }
.logo_section_menu ul { margin:0; float:left; display: inline-block; }
.logo_section_menu ul li a { text-decoration: none; }
.swm_container .logo_section_menu ul li { float:left; display: inline-block; padding:0 0 10px 20px; margin:0; }
.logo_section_menu ul li i,span.donate_btn a i { padding-right: 8px; }
.logomenu-setting-msg { color:#fff; }
span.donate_btn a { background: rgba(0,0,0,0.2); padding:5px 15px; float:left; margin-left: 15px; display: inline-block; color:#fff; border-radius: 3px; margin-top: -5px; text-decoration: none; }
.swm_cart_donate_section { float:left; }
.logo_section_toggle { position: absolute; right:0; top:50px; background: rgba(0,0,0,0.2); width:30px; height:30px; display: block; border-radius:3px; line-height: 30px; text-align: center; color:#ececec; font-size: 12px; cursor: pointer; display: none; }
span.cart_responsive_link a { text-decoration: none; display: none; float:none; clear:both; padding:0 0 10px 0;}
span.cart_responsive_link a i { padding-right: 8px; } .swm_top_menu_section { min-height:60px; position: relative; margin: 0 auto; }
.swm_top_menu_section .swm_container  { position: relative; }
.topmenu_border { width:100%; height:1px; display: block; position: absolute; background: rgba(0,0,0,0.08); bottom:0; left:0;}
nav.swm-top-menu { float:right; }
ul.top_nav { padding:0; margin:0; float:left; }
ul.top_nav > li { display: inline-block; padding:20px; margin:0 0 0 1px; line-height: 20px; float:left; }
ul.top_nav > li > a { color:#FFF; text-decoration: none; padding:18px 0 20px 0; }
ul.top_nav > li:hover,ul.top_nav > li.current_page_item,ul.top_nav > li.current-menu-item,ul.top_nav > li.current-menu-parent,ul.top_nav > li.current-category-ancestor,ul.top_nav > li.current-post-ancestor,ul.top_nav > li.current-page-ancestor,ul.top_nav > li.current-menu-ancestor
{ background: rgba(0,0,0,0.1); box-shadow: inset 0 0 10px rgba(0,0,0,0.1); }
ul.top_nav li { position: relative; }
ul.top_nav li ul { position: absolute; top: 60px; left:0; padding:0; margin:0; display:none; }
ul.top_nav li ul { z-index: 9998; width: 200px; background: #ececec; visibility: hidden; opacity: 0; border-top: 3px solid #ccc; }
ul.top_nav li ul { -webkit-transform: translate3d(0,0,0); }
ul.top_nav li.swm_menu_hover > ul { visibility: visible; }
ul.top_nav li:hover > ul { opacity: 1; visibility: visible; display: block; }
ul.top_nav li:hover > ul, ul.top_nav li.swm_menu_hover > ul { -moz-transition: opacity .2s ease-in-out; -webkit-transition: opacity .2s ease-in-out; transition: opacity .2s ease-in-out; }
ul.top_nav li:hover { visibility: inherit; }
ul.top_nav li li a { font-size: 14px; }
ul.top_nav ul li a:hover { color: #111; background-color: #F8F8F8; }
#top_menu li ul li a { padding:10px 20px; margin:0; display: block; border-top: 1px solid #fbfbfb; border-bottom:1px solid #d0d0d0; color:#222; text-decoration: none; font-size: 13px;  }
ul.top_nav ul { border-radius:0 0 3px 3px; border:1px solid rgba(0,0,0,0.1);}
#top_menu li ul li:last-child a { border-radius:0 0 3px 3px; border-bottom:0; }
ul.top_nav li li { padding: 0; margin:0; position: relative; }
ul.top_nav li li ul { z-index: 1000; top:auto; margin-top: -43px; left: 195px; border-radius:3px; border:1px solid rgba(0,0,0,0.1); position: absolute; }
ul.top_nav li ul li:first-child a { border-top: 0; border-radius: 3px 3px 0 0; }
#top_menu li ul li.menu-item-has-children > a:after { content:'\f105'; font-family: fontAwesome; font-size: 14px; float:right; }
.swm_container li.menu-setting-msg,.swm_container li.menu-setting-msg2 { color:#fff; line-height: 60px;  } #top_menu li.mega-menu li > a,#top_menu li.mega-menu li > ul { width: 233px !important; }
#top_menu li.mega-menu > ul { width: 940px !important; top: 60px; padding: 0; position: absolute !important; left:0 !important; margin:0; }
#top_menu li.mega-menu ul li ul { margin:0;}
#top_menu li.mega-menu { position: inherit; }
#top_menu li.mega-menu ul li:first-child,#top_menu li.mega-menu ul li li { border-left:0; }
#top_menu li.mega-menu ul li { margin: 0; float: left!important; display: block !important; }
#top_menu li.mega-menu ul li ul li { border-bottom:1px solid #d0d0d0;  }
#top_menu li.mega-menu ul li a { padding:10px 15px; border:0; }
#top_menu li.mega-menu li > ul { padding: 0px; border:none; left: auto; top: auto; position: relative; }
#top_menu li.mega-menu li ul { visibility: visible; opacity: 1; display: block; z-index:-1; }
#top_menu li.mega-menu.swm_menu_hover li ul { display: block; }
#top_menu li.mega-menu:hover > ul { opacity: 1 !important; visibility: visible !important; }
#top_menu li.mega-menu:hover li ul { z-index:2; }
#top_menu li.mega-menu > ul > li:first-child { margin-left: 30px; }
#top_menu li.mega-menu > ul > li > a:first-child { padding: 10px 0 10px 15px !important; font-weight: bold; font-size: 14px; background:#ddd; margin-top: 30px; border-radius: 3px; }
#top_menu li.mega-menu .menu-item-has-children > a:first-child:after { display: none; }
#top_menu li.mega-menu > ul > li > a:first-child:hover { background-color: #ddd; }
#top_menu li.mega-menu > ul > li { padding-bottom: 30px; margin:0 25px 0 0; }
.et-fixed-header ul.top_nav li ul { top: 38px; }
.et-fixed-header ul.top_nav li li ul { top: -3px; }
.et-fixed-header #top_menu li.mega-menu > ul { top: 42px; }
#top_menu li.mega-menu.column3 > ul,#top_menu li.mega-menu.column2 > ul { left:auto !important; right:0 !important; } .tinynav { display: none; }
ul.mobi-menu { margin:0 auto; width:280px; font-size: 12px; padding:0; outline:none; cursor: pointer; z-index: 99999; position: absolute; right:0; background: #ececec; color:#222; top:45px; display: none; border-radius: 3px; overflow: hidden; }
ul.mobi-menu li { list-style: none; text-align: left; float:none; clear:both; display: block; margin: 7px 0; padding-left: 20px; line-height: 30px; }
ul.mobi-menu li { background: #ddd; }
ul.mobi-menu li:first-child { margin-top: 0; }
ul.mobi-menu li:last-child { margin-bottom: 0; }
ul.mobi-menu li a { color:#222; width:100%;  display: block; }
ul.mobi-menu li a:hover { text-decoration: none; }
ul.mobi-menu li.tinysublinks { padding-left: 10px; background: none; line-height: 25px; color:#222; margin:0;  }
#mobile_nav_button { display: none; color: white; cursor: pointer; height:41px; width:41px; text-align: center;  right:0; left:auto;  margin:0; top:0; float:right; border-radius: 3px;  }
#mobile_nav_button i { height:40px; width:40px; line-height: 40px; padding:0; margin:0; font-size: 18px; font-weight:normal; }
.BtnBlack:hover,.BtnBlack {  background: rgba(0,0,0,.1); }
.mobile_nav_subarrow { display: none; }
ul.mobi-menu.mobile_nav_active { display: none; }
@media only screen and (max-width: 979px) {
nav { position: relative; float:none; display: block;  }
nav.mobile_menu { right:0; position: absolute; height:auto; display: block; clear:both; top:10px; }
#top_menu { display: none }
#mobile_nav_button { display: block; }
ul.mobi-menu.mobile_nav_active { display: block !important; }
}
@media only screen and (min-width: 786px) {
.sticky-navigation.stuck {
position: fixed;
z-index:9999999999;
top: 0;
width:100%;
}
.boxed .sticky-navigation.stuck { width:1000px; }
}
ul.top_nav li ul { z-index:0; }
ul.top_nav li:hover ul { z-index: 9998; }
ul.top_nav li ul,
#top_menu li.mega-menu > ul { top:100% !important; }
ul.top_nav > li:not(.mega-menu) li ul { top:100% !important; margin-top:-1px !important; }
ul.top_nav > li:not(.mega-menu) li ul {
float: left;
display: block;
left: 100%;
top: 0 !important;
}
ul.top_nav > li:not(.mega-menu) li { display:block; width:100%; }
ul.top_nav > li:last-child ul { left:auto; right:0; }
ul.top_nav > li:not(.mega-menu):last-child li ul {
float: right;
left: -100%;
}
.swm_team_members img { margin:0 auto; float:none; } ul.top_nav > li,
.swm_top_menu_section .swm_container {
z-index: 6;
} .swm_header_content { position: relative; }
.swm_headerImage { margin: 0 auto; background-attachment: scroll; max-width: 100%; display: block; overflow: hidden; position: absolute;  width:100%; float:left; z-index: 1; }
.swm_headerImage:before { content: ""; display: block; width: 100%; padding-bottom: 56.25%; }
.swm_heading_h1 { position: absolute; right:0; bottom:30px;  }
.swm_heading_h1 h1 { padding:30px 0; line-height: normal; margin:0; clear:none; z-index: 5; position: relative;  }
.swm_heading_h1 h1 a { text-decoration: none; }
.swm_heading_h1.nobreadcrumbs { bottom:0; } body.home .swm_breadcrumb_search_section { display: none; }
.swm_breadcrumb_search_section { width:100%; height:30px; background: rgba(0,0,0,0.1); position: absolute; bottom:0; display: block; z-index: 2; }
.swm_breadcrumbs { display: block; background:#fff; padding:8px 16px 4px 16px; margin:-4px 0 0 0; clear:none; z-index: 5; position: relative;  border-radius: 3px 3px 0 0; overflow: hidden; width:auto; float:right;  font-size: 11px; }
.swm_breadcrumbs a { display: inline-block; font-size: 11px; line-height: normal; text-decoration: none;  }
.swm_breadcrumbs span.sep {  width:20px; text-align: center; padding:0 5px; }
.swm_breadcrumbs a.trail-begin i {  } .search_section { float:right; border-left:1px dashed rgba(255,255,255,0.1); width:35px; height:30px; display: block; text-align: center;  cursor: pointer; border-radius: 0 3px 0 0; }
.search_section i { line-height: 30px; margin-left: -3px; }
.swm_search_box { display: none; position: absolute; right:0; border:1px solid #ececec;  padding:15px; z-index: 999; height:76px; top:30px;  border-radius: 0 0 3px 3px; width:350px; background: #fff; }
.search_section.sbox_dark { background: rgba(0,0,0,0.9); }
.show_s_box { display: block; }
.swm_search_box form input { display: inline-block; float: right;  height:44px; border:0; border :1px solid #d7d7d7; background: #eee; margin: 0px; color:#aaa; border-radius: 0 3px 3px 0; padding-left: 10px; width:273px; }
.swm_search_box form input#s { border-radius: 3px 0 0 3px; }
.swm_search_box form input[type="submit"].button { width: 45px; line-height: 45px;	font-family: FontAwesome !important; font-size:17px; border:0; padding:0;   }
.isotope-item.isotope-zindex { z-index:0 } .swm_header_slider { margin:0 auto; display: block; position: relative; clear:both; }
.swm_google_header_map_wrap { position: relative; }
.swm_header_border { position: absolute; height:4px; background: rgba(0,0,0,0.1); width:100%; display: block; } .swm_container ul { list-style: disc outside none; }
.swm_container li { margin-left: 1em; padding: 3px 0px; }
.swm_container ul.fa-ul { list-style: none; margin-left: 0; }
.sidebar ul,.footer ul { list-style: none; margin: 0; }
.sidebar ul li,.footer ul li { margin:0; padding: 3px 0px; display: block; line-height: normal; } .swm_fancy_title { display: table; margin-bottom: 20px; float: left; width: 100%; }
.swm_fancy_title h1, .swm_fancy_title h2, .swm_fancy_title h3, .swm_fancy_title h4, .swm_fancy_title h5, .swm_fancy_title h6 { display: table-cell; white-space: pre; padding-right: 20px; float: left; margin-bottom: 0px; }
.title_border { display: table-cell; vertical-align: middle; width: 100%; position: relative; }
.title_border span { width: 100%; border-bottom: 1px dashed rgba(0,0,0,.15); display: block;  position: relative; } .sidebar { display: block; }
.sidebar a { text-decoration: none; }
.swm_widget_box {  display: block; background: #fff; clear:both; float:left; width:100%; margin-bottom:20px; }
.sidebar .swm_widget_content > ul,.sidebar .swm_widget_content ul.menu { list-style: none; margin:-15px -20px; }
.sidebar ul li { margin:0; padding: 3px 0px; display: block; line-height: 20px; }
.sidebar ul li ul { padding:0 0 0 15px; }
.swm_widget_block { border:1px solid #e9e9e9; padding:20px; }
.sidebar .swm_widget_box h3 { margin:-13px -18px 20px -18px; background: #f1f1f1; display: block; border-radius: 3px; min-height: 40px; line-height: 30px; padding:5px 20px; }
.sidebar form { margin-bottom: 0; }
.swm_widget_content { width:100%; border:1px solid #ececec; display: block; border-radius: 3px; padding:15px 20px; }
.widget_swm_woocommerce_product_search .swm_widget_content,.widget_swm_search_widget .swm_widget_content,.widget_revslider .swm_widget_content,.footer .swm_widget_content { border:0; padding:0; } .swm_full_width_bg { height:100%; width:100%; position: relative; overflow: hidden; }
.swm_full_stretch { background-size: cover; } .footer { margin:0 auto; position: relative; }
.swm_footer_border { position: absolute;  background:rgba(0,0,0,0.13); height:5px; width:100%; top:0; }
.swm_footer_bg {  float:left; width:100%; text-align: center;  }
.swm_large_footer { padding:40px 0 20px 0; width:100%; display: block; clear:both; position: relative; margin:0 auto; height:auto; }
.footer_widget { margin-bottom: 40px; text-align: left; }
.footer_widget h3 { line-height: normal; margin-bottom: 20px; }
.small_footer.swm_hide_large_footer { margin-bottom: 30px; }
.small_footer { display: block; clear:both; padding:17px 0px; min-height: 56px; position: relative; border-radius: 3px; overflow: hidden; margin:-28px 0 0 0; }
.footer ul { padding:0; margin:0; }
.footer ul li a { text-decoration: none; }
.footer ul ul { padding-left: 5px; }
.swm_large_footer ul li { border-bottom:1px solid #373737; padding-left: 0; }
.swm_large_footer ul li:first-child { border-top:1px solid #373737;}
.small_footer ul { margin:0; }
.small_footer ul li { display: inline-block; padding:0 0 0 20px; margin:0;  }
.small_footer ul li,.small_footer ul li a,.small_footer p { line-height: 20px; }
.small_footer ul li a i.fa { margin-right: 7px; }
.footer p { padding-top: 2px;}
.small_footer p { margin:0; }
.footer_left { float:left; padding-left: 20px;  }
.footer_right { float:right; padding-right: 20px; }
.small_footer_content { z-index: 5; position: relative; float:left; width:100%; }
.footer p.sample_widget { font-size: 12px;}
.footer input,.footer textarea { background: none; }
.footer select { margin:0; }
#go_top_scroll { width:35px; height:35px; line-height: 33px; text-align: center; font-size: 14px; border-radius:3px; position:fixed; right:8px; bottom:40px; display:none; text-align: center;  background:rgba(0,0,0,.3); cursor: pointer; color:#fff; z-index: 9999;
}
#go_top_scroll:hover { background:rgba(0,0,0,.6); }
ul li.footer_menu-setting-msg { font-size: 12px; display: block; text-align: center; line-height: 22px; } .swm_blog_post_wrap { padding-top: 40px; }
.swm_standard_posts { position: relative; }
.swm_blog_post { margin-bottom: 50px; display: block; }
.single.single-post .swm_blog_post { }
.single.single-post .swm_post_summary { margin-bottom: 0; }
.swm_blog_post .swm_post_title h1,.swm_blog_post .swm_post_title h2,.swm_blog_post .swm_post_title h2 a { margin-bottom:0; -ms-word-wrap: break-word; word-wrap: break-word; line-height: normal;  }
.swm_blog_post .swm_post_title h2 a:hover { text-decoration: none; }
.swm_blog_post .swm_post_title h2 small { display: none; }
.swm_post_format { position: relative; margin-bottom: 4px; }
.swm_post_format img { border-radius: 3px; overflow: hidden; }
.swm_blog_post:hover .swm_post_format,.swm_blog_post:hover .swm_post_meta ul,.sticky.swm_blog_post:hover { border-color:#e5e5e5; } .swm_post_date { float:left; text-align: center; width:51px; margin-right: 4px; display: block; }
.swm_pf_ic { background: #ececec; width:51px; height:46px; border-radius: 3px; display: block; text-align: center; line-height: 46px; font-size: 18px; color:#777; margin-bottom: 4px; }
.swm_date_box { width:51px; display: block; border-radius: 3px 3px 25px 25px; overflow: hidden; }
.datebox_border {  background: #454545; width:100%; height:11px; display: block; text-align: center; border-radius:3px 3px 0 0; padding-top: 5px;  }
.datebox_border span { display: block; height:1px; width:13px; background:#a2a2a2; margin:0 auto; }
.p_date { padding:8px 0; font-weight: 400; }
.p_date a:hover { text-decoration: none; }
.p_day { display: block; font-size: 22px;  }
.p_month { display: block;  font-size: 12px; text-transform: uppercase; font-weight: 600; }
.p_author { display: block; width:43px; height:43px; border-radius: 100px; overflow: hidden;  margin:-2px 4px 4px 4px; }
.swm_date_box_on .swm_post_content { margin-left: 55px; }
.swm_post_title { display: block; background: #ececec; border-radius: 3px; min-height: 46px; line-height: 22px; width:100%; padding:12px 15px 9px 15px; margin-bottom: 4px;  }
.swm_post_title h1,.swm_post_title h2 a { line-height: 20px; }
.swm_post_summary { overflow: hidden; border:1px solid #ececec; background: #fff; border-radius: 3px; padding:15px 20px 15px 20px;    }
.swm_post_text { }
a.p_continue_reading { text-decoration: none; margin-top: 5px; display: block; }
a.p_continue_reading i { padding-left: 3px; font-size: 10px; } .swm_post_meta { border-top:1px solid #ececec; padding: 5px 20px 0 20px; margin:15px -20px -4px -20px; }
.swm_post_meta ul { list-style: none; padding: 0; margin: 5px 0 0 0; }
.swm_post_meta ul li { display: inline-block; padding:0; margin: 0 20px 0 0; font-size:11px; }
.swm_post_meta ul li a { font-size:11px; }
.swm_post_meta ul li.f_clock:before,.swm_post_meta ul li.f_comment:before,.swm_post_meta ul li.f_comment_o:before,.swm_post_meta ul li.f_user:before,.swm_post_meta ul li.f_folder:before,.swm_post_meta ul li.f_tags:before  { font-family: FontAwesome !important;  display: inline-block; text-align: left; margin-right: 8px; color:#bbb;  }
.swm_post_meta ul li.f_user:before { content:'\f007'; }
.swm_post_meta ul li.f_folder:before { content:'\f07c'; }
.swm_post_meta ul li.f_tags:before { content:'\f02c'; }
.swm_post_meta ul li.f_clock:before { content:'\f017'; margin-right: 7px; }
.swm_post_meta ul li.f_comment:before { content:'\f0e5'; }
.swm_post_meta ul li.f_comment_o:before { content:'\f075'; } .swm_blog_grid_sort.swm_row { margin:0 -20px;  }
.swm_blog_grid .swm_column_gap { margin:0 10px 40px 10px; }
.swm_blog_grid .post_format a img,.swm_blog_grid .post_format img { width:100%;  }
.swm_blog_grid h2 { margin-bottom: 0; -ms-word-wrap: break-word; word-wrap: break-word; }
.swm_blog_grid h2 a:hover { text-decoration: none; }
.swm_blog_grid .pf_image_caption { display: none; }
.swm_blog_grid .swm_post_format .swm_slider_box { padding:0; } .post_format { display: block; position: relative; }
.post_format a img,.post_format img { display:block; width:auto; height:auto; font-size: 0; line-height: 0; position: relative;  }
.nopf_imgvid { margin-bottom: -20px; display: block; height:0; } .pf_quote { margin:0; font-weight: normal; display:block;  position: relative;  }
.pf_quote p.pf_quote_text,.pf_quote p.pf_quote_text a { font-size: 17px; line-height: 30px; margin:0 0 5px 0; text-decoration: none; position: relative;  display: block;  z-index:1; }
.pf_quote span { font-size: 13px; }
.pf_quote span a { text-decoration: none; } .swm_blog_post .swm_slider_box { padding-top:0; }
.swm_blog_post .swm_slider_box .flex-direction-nav a { opacity: 0.85; } .pf_image_caption { right:0; position:absolute; bottom:0; margin:0; z-index: 999; background: rgba(0, 0, 0, 0.6); width:auto; height:auto; overflow: hidden; color:#fff; padding:10px 15px 10px 15px; text-align: center; border-radius: 3px 0 0 0; }
.pf_image_caption p { color:#fff; margin:0; line-height: normal; font-size: 15px; }
.pf_image_caption .img_title { font-size: 16px; color:#fff; }
.pf_image_caption .img_desc { font-size: 12px; color:#fff; } .sticky.swm_blog_post .blog_post_readmore_link { }
.sticky.blog_post_grid .blog_post_readmore_link {  } .swm_date_box_on .about_author { margin-left: 55px; }
.about_author { clear:both; display: block; padding:20px; border: 1px solid #ececec; border-radius: 3px; overflow: hidden;  }
.about_author .author_title { border-bottom: 1px solid rgba(0,0,0,0.05); margin: -20px -20px 20px -20px; padding: 15px 20px 0 20px; background: #f1f1f1; }
.about_author .author_title h4 {  padding:0 0 15px 0; margin:0; font-size: 15px; }
.about_author img { float:left; margin: 0 20px 0 0; width:75px; height:75px; border-radius: 3px; }
.about_author p { padding-left: 0; margin:0; overflow: hidden;}
iframe.twitter-tweet.twitter-tweet-rendered { width:100%; }
.swm_author_page_box { margin-bottom: 50px; }
.swm_author_bio_section { overflow: hidden; }
ul.swm_post_author_icon { padding:10px 0; margin:0; }
ul.swm_post_author_icon li { float:left; list-style: none; padding:0; margin:0 10px 0 0; font-size: 15px; }
ul.swm_post_author_icon li a { color:#888; }
ul.swm_post_author_icon li a:hover { color:#444; } .swm_date_box_on #blog_responses,.swm_date_box_on #respond  { margin-left: 55px; }
#blog_responses { padding-top: 20px; clear:both; }
#comment-wrap { position: relative; margin-top: -5px; }
.page-template-single-php #comment-wrap { margin-top: -25px; }
#comment-wrap > ol { margin-left: 0; }
#comment-wrap p { margin:0 0 15px 0;  }
p.nocomments { margin-top: 20px; }
.blog-single-heading { margin-top: 20px; text-transform: uppercase;  }
.commentlist { padding-top: 11px; }
.comment_body { position: relative; padding: 0 0 0 0px; margin:0; }
.comment_avatar {float:left; margin-right: 15px; }
.comment_avatar img { display: block; border-radius: 3px; width:45px; height:45px; }
.comment_postinfo { margin-bottom: 5px; }
.comment_author, .comment_author a { color: #2e2e2e; text-decoration: none; font-size: 13px; font-weight: bold;line-height: 18px; }
.comment_date { color: #777; font-size: 11px; display:block;line-height: 18px; margin-bottom: 10px; }
.comment_content { background: #f1f1f1; border-bottom: 1px solid rgba(0,0,0,0.1); padding:15px 20px 10px 20px; border-radius: 3px; position: relative; margin-top: 5px; margin-bottom: 20px;}
.comment_content:before,.comment_content:after { content: ' '; position: absolute; width: 0; height: 0;}
.comment_content:before {
left: 35px;
bottom: -15px;
border: 7px solid;
border-color: rgba(0,0,0,0.1) transparent transparent rgba(0,0,0,0.1);
border-color: rgba(0,0,0,0.1) rgba(255,255,255,0) rgba(255,255,255,0) rgba(0,0,0,0.1); }
.comment_content:after {
left: 36px;
bottom: -12px;
border: 6px solid;
border-color: #f1f1f1 transparent transparent #f1f1f1;
border-color: #f1f1f1 rgba(255,255,255,0) rgba(255,255,255,0) #f1f1f1; }
#comment-wrap ol.commentlist li ul.children { padding-left: 30px; }
#comment-wrap ol { padding:0; }
#comment-wrap ol li ul { padding-bottom: 0  }
#comment-wrap ol li.comment,#content #comment-wrap ol li.post.pingback { padding-top: 20px; background:none; list-style: none; margin-left: 0;}
a.comment-reply-link {  text-decoration: none; }
a:hover.comment-reply-link { color:#313131;  } #respond h3 { font-size: 18px; text-transform: uppercase;  }
#respond h3 small a#cancel-comment-reply-link { display:block; text-decoration: none; font-size: 11px;  }
#respond h3 small {  }
#respond h3 { line-height: normal; margin-bottom:10px; }
#respond { padding-top: 30px; clear:both;}
#respond .form-allowed-tags,#respond p.comment-notes { display:none;  }
#commentform { padding-top: 10px; margin-right: -5px; }
#commentform label { clear:both; font-weight: normal; }
#commentform textarea#comment { width: 99%; clear:both; margin: 0 0 10px 0; height:150px; }
#commentform input[type=text] { width: 50%; float:left; display:inline-block; margin-right: 1%; clear:both; text-indent: 10px; }
#commentform input[type=text],input[type=password], #commentform textarea { border: 1px solid #ececec; border-radius:3px; color: #313131; font-size: 13px; padding: 10px 0; margin-bottom: 10px;}
#commentform textarea { padding: 10px 2%; }
#commentform input[type=text]:hover, #commentform textarea:hover { border-color: #ccc; }
#commentform p { width:auto; margin:0;  }
input[type=password] { height:33px; line-height: 33px; margin-bottom: 0; display:inline-block; padding:0 10px; }
#commentform .hidden { display: none; }
li.comment #respond textarea { width: 91% !important; }
li.comment #respond input[type=text] { width: 48% !important; }
input[type="submit"] { display: inline;} dd.wp-caption-text.gallery-caption { display: inline-block; font-size: 11px; line-height: 18px; padding:10px 0; margin:0 auto; width:95px; text-align: center; clear:both; }
.gallery-item dt:after { content:""; }
#page_body .gallery { margin:30px 0; }
#page_body .gallery .gallery-item dt { width:auto; float:none; }
#page_body .gallery .gallery-item { margin: 1px 1px 0 0; padding: 0; width: auto;  }
#page_body .gallery a, #page_body .gallery a img { max-width: 100%; width: auto; height: auto; display: block; position: relative; border: none; padding:0; margin:0; }
form.post-password-form label { display: inline; }
form.post-password-form input[type="submit"],form#commentform p.form-submit input[type="submit"] { line-height: 34px; height:34px; padding:0 20px; border-radius: 3px; display: inline-block; text-transform: uppercase; font-weight: bold; }
form.post-password-form input[type="submit"] { margin-top:-3px; } .swm_portfolio { overflow: visible; position: relative; }
.swm_portfolio_box {  background: #fff; float:left; display: block; clear:none; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.swm_portfolio_box a img { width:100%; height:auto; display:block; line-height: 0; font-size: 0; border-radius: 3px; overflow: hidden; }
.swm_portfolio_box .thumb_img { position: relative; z-index:1; border-radius: 3px; overflow: hidden; }
.swm_portfolio_text { clear:both; text-align: center; overflow: hidden; padding:15px 20px; border:1px solid #ececec; border-radius: 3px; overflow: hidden; margin-top: 4px; position: relative; }
.swm_portfolio_text span.portfolio_title,.swm_portfolio_text span.portfolio_title a { line-height: 20px; margin:0 0 5px 0; text-decoration: none; display: block; }
.swm_portfolio_box .project_title, .swm_portfolio_box .project_title a  { color:#222;  }
.swm_portfolio_text span.subtexts { margin:0; display: block; clear: both; color:#606060; }
.swm_portfolio_text a.p_continue_reading { margin-top: 5px; }
.swm_portfolio_title_section { float: left; text-align: center; width:100%; }
.swm_portfolio_title_section span { display: block; clear: both; }
.swm_portfolio_box:hover .project_title a,.swm_portfolio_box:hover .project_title,.swm_portfolio_box:hover .swm_portfolio_text span.subtexts { color:#000;  }
.swm_portfolio_box:hover .swm_portfolio_text { background: #ececec; }
p a.pf_readmore_btn { text-decoration: none; font-weight: bold;  }
.swm_portfolio > ul > li { display:inline-block; padding:0; margin:0; background: none; float: left; }
.swm_portfolio_img_overlay {   width:100%; background: #000; opacity:0; height:100%; top:0; left:0; display: block; position: absolute;  z-index:98;  }
.swm_portfolio_img_overlay,.swm_portfolio_img_hovericon  { }
.swm_portfolio_img_hovericon { width:100%; height:100%; position: absolute; z-index: 100; opacity: 0; }
.swm_portfolio_img_hovericon.icon_zoom { background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/zoom-icon.png) no-repeat 50% 50%; }
.swm_portfolio_img_hovericon.icon_play { background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/play-icon.png) no-repeat 50% 50%; }
.swm_portfolio_img_hovericon.icon_link { background:url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/link-icon.png) no-repeat 50% 50%; }
.swm_portfolio_box:hover .swm_portfolio_img_overlay,.swm_portfolio_box:hover .swm_portfolio_img_hovericon { opacity:0.6; }
.swm_portfolio_box:hover .swm_portfolio_box a img {  } .swm_portfolio_menu { display:block; font-size: 11px; margin-bottom: 16px; }
.swm_portfolio_menu ul{  padding:0; margin:0; text-align: center;     }
.swm_portfolio_menu a { text-decoration: none; }
.swm_portfolio_menu li {  padding:0; margin:0 4px 4px 0; display: inline-block; list-style: none;  float:left;}
.swm_portfolio_menu li a { display: inline-block; line-height: normal; padding: 8px 15px; margin:0; background: #fff; border:1px solid #e1e1e1; border:1px solid rgba(0,0,0,0.1); border-radius:3px }
.swm_portfolio_menu li a:hover { background: #f1f1f1; color:#000; }
.swm_horizontal_menu { display:block; font-size: 11px; margin-bottom: 20px; }
.swm_horizontal_menu ul{  padding:0; margin:0; text-align: center;     }
.swm_horizontal_menu a { text-decoration: none; }
.swm_horizontal_menu li {  padding:0; margin:0 -1px 0 0; display: inline-block; list-style: none;  float:left;}
.swm_horizontal_menu li:first-child a { border-radius:3px 0 0 3px; }
.swm_horizontal_menu li:last-child a { border-radius:0 3px 3px 0; }
.swm_horizontal_menu li a { display: inline-block; line-height: normal; padding: 10px 15px; margin:0; background: #fff; border:1px solid #e1e1e1; }
.swm_horizontal_menu li a:hover { background: #f1f1f1; color:#000; }
.recent_work_sc span.portfolio_title { line-height: normal; } .search_page_form form { width:50%; }
.swm_search_featured_img { float:left; margin-right: 25px; margin-top: 5px; }
.swm_search_featured_img img { width:150px; padding:5px; }
.swm_search_page_text { overflow: hidden; }
.swm_search_pg_subtitle { margin-bottom: 30px; }
ul.swm_search_list { padding:5px 0; margin:0 0 50px 0; }
ul.swm_search_list > li { list-style: none; margin:0 0 -1px 0; padding: 30px 30px 10px 30px; border:1px solid #e6e6e6; }
ul.swm_search_list > li h4 { margin:0; display: block; font-weight: bold;  }
ul.swm_search_list > li h4 span { display: block; opacity: 0.7; }
ul.swm_search_list > li h4 span i { margin-right: 5px; }
.swm_page_box_content.search_pg_form form { width:70%; }
.swm_page_box_content.search_pg_form { padding:30px; }
.swm_search_page_readmore a { font-weight: bold; font-size: 90%; }
.swm_search_page_readmore a i { margin-left: 5px; } .swm_search_meta { font-weight: normal; padding-bottom: 15px;  }
.swm_search_meta {  position:relative; margin:0; display: block; }
.swm_search_meta ul { padding:0; margin:0; }
.swm_search_meta ul li { list-style: none; display: inline-block; margin:0 9px 0 14px; padding:5px 0 0 0; font-size: 90%; }
.swm_search_meta ul li:before { content:"\f111"; font-family: fontAwesome; font-size: 5px; margin-left: -14px; float:left; padding: 2px 0 0 0; text-decoration: none; }
.swm_search_meta ul li:first-child:before { content: ""; margin-left:0; }
.swm_search_meta ul li:first-child { margin-left:0; }
.swm_search_meta ul li:last-child { margin-right:0; } .swm_search_page_no_result_text { text-align: center;  }
h3.swm_no_search_result_title,.search-no-results h3.swm_search_pg_subtitle { text-align: center; display: block; clear:both; }
.swm_search_page_no_result_text form { display: inline-block; float:none; margin-top: 20px; position: relative; }
.swm_search_page_no_result_text form input[type="text"].swm_search_form_input { width:500px; position: relative; padding-left: 15px; }
.swm_search_page_no_result_text form button.swm_search_button { position: absolute; top:0; right:0; background:none; padding:12px 15px 12px 12px; line-height: 24px; height:24px; } .archives-table { width:100%; border:1px solid #e5e5e5; margin-bottom:30px; -moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px; }
.archives-table ul { padding-left: 0; margin:0; }
.archives-table ul li { float:left; display:block; border-bottom:1px solid #ececec; border-top:1px solid #fff; height:auto; width:100%; padding:10px 0; margin:0; background:#f9f9f9; line-height:20px; clear:both;}
.archives-table ul li.tbl-heading,.archives-table ul li:hover.tbl-heading  {
-moz-border-radius:5px 5px 0 0;
-webkit-border-radius:5px 5px 0 0;
border-radius:5px 5px 0 0;
line-height:20px;
display:block;
font-size:15px;
font-weight: normal;
border-bottom:1px solid #e1e1e1;
background: #ececec;
}
.archives-table ul li.tbl-heading span.date, .archives-table ul li.tbl-heading span.post { line-height:33px; }
.archives-table ul li:last-child { border-bottom:none;-moz-border-radius:0 0 5px 5px;-webkit-border-radius:0 0 5px 5px;border-radius:0 0 5px 5px;  }.archives-table ul li .date { float:left; margin-left:22px;}
.archives-table ul li .post  { padding-left:57px; }
.archives-table ul li a  { float:left; padding-left:22px;}
.archives-table ul li:hover { background:#eee; }
.swm_container .archives-link ul,.swm_container .archives-link ul li { margin:0; }
.swm_container .archives-link ul li:before { padding-top: 1px; } .swm_causes { display: block; clear:both; margin-right: -40px; }
.swm_cause_item { width:338px; margin:0 42px 42px 0; float:left; display: inline-block; }
.swm_cause_top {  margin-bottom: 4px; display: block; float:left; }
.swm_cause_img { width:169px; height:169px; float:left; display: inline-block;}
.swm_cause_img img { border-radius: 3px; width:169px; height:169px; }
.swm_cause_meta { width:165px; height:169px; float:left; display: inline-block; }
.swm_cause_meta ul { margin-left: 4px; border-radius: 3px; border:1px solid #ececec; width:100%; height:100%;  }
.swm_cause_meta ul li { border-bottom:1px solid #ececec; list-style: none; margin:0; height:42px; line-height: 42px; padding:0 15px; font-weight: 600; font-size: 14px;   }
.swm_cause_meta ul li:last-child { border:0; }
.swm_cause_meta ul li span.cause_meta_label { width:70px; display: inline-block; }
.no-cause-img .swm_cause_meta { width:100%; }
.no-cause-img .swm_cause_meta ul { margin-left: 0; }
.swm_cause_content { clear:both; border:1px solid #ececec; border-radius: 3px; width:100%;  }
.swm_cause_title h2 { border-bottom: 1px solid #ececec; padding:12px 20px 10px 20px; margin:0; font-size: 16px; font-weight: 600; line-height: 22px; }
.swm_cause_title h2 a { text-decoration: none; color:#222; }
.swm_cause_text { padding:15px 20px 5px 20px; }
.swm_cause_bar { padding-top: 17px; }
.swm_cause_bar_in { position:absolute; top:0; left:0; z-index:1; overflow:hidden; width:100%; height:100% }
.swm_cause_bar_out, .swm_cause_bar_in, .swm_cause_bar_block { border-radius:20px; display: block; }
.swm_cause_bar_block { position: relative;  height: 7px; background-color: #ddd; background-color: rgba(0,0,0,0.08);}
.swm_cause_bar_out { position: absolute; top:0; left:0; height: 100%; width:30%; }
.swm_causes.cause_horizontal { margin-right: 0; }
.cause_horizontal .swm_cause_item { width:100%; margin:0 0 40px 0; }
.cause_horizontal .swm_cause_top { margin:0 8px 0 0;  }
.cause_horizontal .swm_cause_content { width:758px; display: inline-block; float:left; clear:none; }
.swm_cause_item a.p_continue_reading { margin:-5px 0 10px 0; clear:both; } .swm_causes.cause_single { margin-right: 0; }
.cause_single .swm_cause_item { width:100%; }
.cause_single .swm_cause_img { margin-bottom: 4px; }
.cause_single .swm_cause_top,.cause_single .swm_cause_meta { width:169px; display: inline-block;  }
.cause_single .swm_cause_meta ul { margin:0; }
.cause_single .swm_cause_content { clear:none; width:927px; display: inline-block; float:left; margin:0 0 0 4px; }
.swm_cause_text .swm_post_meta ul { margin:0 0 3px 0; } .swm_sermons { display: block; clear:both; }
.swm_sermons_item { width:100%; margin:0 42px 42px 0; float:left; display: inline-block; position: relative; }
.swm_sermons_top {  margin-right: 4px; display: block; float:left;}
.swm_sermons_img { width:215px; height:214px; float:left; display: inline-block;}
.swm_sermons_img img { border-radius: 3px; width:215px; height:214px; }
.swm_sermons_date_meta { float:left; display: inline-block; width:105px; margin-right: 4px; }
.swm_sermons_date { height:105px; width:105px; background: #ececec; border-radius: 3px; text-align: center; color:#555; margin-bottom: 4px; display: inline-block; float:left; }
.swm_sermons_date span.sermon_date { font-size: 36px; display: block; padding-top: 31px; font-weight: 300;  }
.swm_sermons_date span.sermon_day { font-size: 18px; display: block; padding-top: 7px; font-weight: 600; text-transform: uppercase;  }
.swm_sermons_meta { width:105px; height:105px; float:left; display: inline-block; }
.swm_sermons_meta ul { width:100%; height:100%; margin:0; }
.swm_sermons_meta ul li { border:1px solid #ececec; list-style: none; margin:0 -1px -1px 0; width:53px; height:53px; line-height: 53px; padding:0; font-weight: 600; font-size: 20px; float:left; text-align: center; border-radius:3px;  }
.swm_sermons_meta ul li a { color:#a7a7a7; width:53px; height:53px; display: block; }
.swm_sermons_meta ul li a:hover { color:#555; }
.swm_sermons_meta ul li span.sermons_meta_label { width:70px; display: inline-block; }
.swm_sermons_content { float:left; display:inline-block; border:1px solid #ececec; border-radius: 3px; width:772px; min-height: 214px;  }
.no-sermons-img .swm_sermons_date_meta { margin-right: 0; }
.no-sermons-img .swm_sermons_content { width:991px; }
.swm_sermons_title h2 { border-bottom: 1px solid #ececec; padding:12px 20px 10px 20px; margin:0; font-size: 16px; line-height: 22px; font-weight: bold; }
.swm_sermons_title h2 a { text-decoration: none; color:#222; }
.swm_sermons_text { padding:15px 20px 5px 20px; }
.swm_sermons_bar { padding-top: 17px; }
.swm_sermons_bar_in { position:absolute; top:0; left:0; z-index:1; overflow:hidden; width:100%; height:100% }
.swm_sermons_bar_out, .swm_sermons_bar_in, .swm_sermons_bar_block { border-radius:20px; display: block; }
.swm_sermons_bar_block { position: relative;  height: 7px; background-color: #ddd; background-color: rgba(0,0,0,0.08);}
.swm_sermons_bar_out { position: absolute; top:0; left:0; height: 100%; width:30%; }
.swm_sermons_item a.p_continue_reading { margin:-5px 0 10px 0; clear:both; } .sermons_single .swm_sermons_img { margin: 5px 20px 20px 0; }
.sermons_single .swm_sermons_content { margin:0; width:991px; }
.sermons_single .swm_sermons_top { margin-right: 0; }
.swm_sermons_audioVideo { margin:5px 0 25px 0; }
.sermonVideoAudio { display: block; clear:both; } .recent_sermons_sc .swm_sermons_top { position: absolute; top:0; left:0; }
.recent_sermons_sc .swm_sermons_content { width:100%; }
.recent_sermons_sc .swm_sermons_item { padding-left:328px; }
.recent_sermons_sc .swm_sermons_item.no-sermons-img-sc  { padding-left:109px; } .swm_row {  margin:0 -10px;  }
.swm_column_gap { margin:0 0 20px; padding:0 10px; }
.swm_row .swm_column1 { width:100%; }
.swm_row .swm_column2 { width:50%; }
.swm_row .swm_column3 { width:33.33333333333333%; }
.swm_row .swm_column4 { width:25%; }
.swm_row .swm_column5 { width:20%; }
.swm_row .swm_column6 { width:16.66666666666666%; }
.layout-sidebar-left .swm_row .swm_column2,.layout-sidebar-left .swm_row .swm_column3,.layout-sidebar-left .swm_row .swm_column4,
.layout-sidebar-right .swm_row .swm_column2,.layout-sidebar-right .swm_row .swm_column3,.layout-sidebar-right .swm_row .swm_column4 {
width:50%; }
.swm_column { display: block; float: left; width: 100%; min-height: 20px; margin-left: 2.564102564102564%; -webkit-box-sizing: border-box;  -moz-box-sizing: border-box; box-sizing: border-box; height:auto; }
.swm_column.first { margin-left: 0; }
.swm_one_full,.one_full		{ width: 100%; margin-left: 0; }
.swm_one_half,.one_half   	{ width: 48.71794871794872%; }
.swm_one_third,.one_third	{ width: 31.62393162393162%; }
.swm_one_fourth,.one_fourth { width: 23.07692307692308%; }
.swm_one_fifth,.one_fifth  	{ width: 17.94871794871795%; }
.swm_one_sixth,.one_sixth  	{ width: 14.52991452991453%; }
.swm_two_third,.two_third 		{ width: 65.81196581196582%; }
.swm_three_fourth,.three_fourth { width: 74.35897435897436%; }
.swm_four_fifth,.four_fifth   	{ width: 79.48717948717949%; }
.swm_five_sixth,.five_sixth   	{ width: 82.90598290598291%; }
.swm_two_third_right { width: 64.81196581196582%; margin-right: 1%; }
.swm_two_third_left { width: 64.81196581196582%; margin-left: 1%; }
.swm_custom_two_third { width: 70%; margin-left: 0; float:left; }
.swm_column.swm_custom_two_third,.swm_column.sidebar { margin-left: 0; }
.layout-sidebar-right .swm_custom_two_third { float:left; }
.layout-sidebar-left .swm_custom_two_third { float:right; }
.layout-full-width .swm_custom_two_third { margin:0; float:none; width:100%; }
#sidebar { width: 30%; display:block; }
.layout-sidebar-right #sidebar { float:right; padding-left: 4%; }
.layout-sidebar-left #sidebar { float:left; margin-left: 0; padding-right:4%;  } .theme_social_icons { float:left; z-index: 5; min-height:24px;  }
.theme_social_icons ul { float:left; margin:15px 0 0 0; padding:0; }
.theme_social_icons ul li { float:left; list-style: none; width:24px; height:24px;	display: inline-block;	margin-left: 6px; }
.theme_social_icons ul li a { width:24px; height:24px;display: inline-block;background-size: 24px 24px !important; opacity: 0.5;	 }
.theme_social_icons ul li a:hover { opacity: 1; }
.theme_social_icons ul li:first-child { margin-left:0; }
.theme_social_icons ul li:last-child { margin-right: 15px; }
.theme_social_icons ul li a.swm_twitter 	{ background:transparent url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/icons/twitter.png) no-repeat 0 0; }
.theme_social_icons ul li a.swm_facebook 	{ background:transparent url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/icons/facebook.png) no-repeat 0 0; }
.theme_social_icons ul li a.swm_youtube 	{ background:transparent url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/icons/youtube.png) no-repeat 0 0; }
.theme_social_icons ul li a.swm_delicious 	{ background:transparent url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/icons/delicious.png) no-repeat 0 0; }
.theme_social_icons ul li a.swm_vimeo 		{ background:transparent url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/icons/vimeo.png) no-repeat 0 0; }
.theme_social_icons ul li a.swm_flickr 		{ background:transparent url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/icons/flickr.png) no-repeat 0 0; }
.theme_social_icons ul li a.swm_digg 		{ background:transparent url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/icons/digg.png) no-repeat 0 0; 	}
.theme_social_icons ul li a.swm_stumbleupon { background:transparent url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/icons/stumbleupon.png) no-repeat 0 0; }
.theme_social_icons ul li a.swm_linkedin 	{ background:transparent url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/icons/linkedin.png) no-repeat 0 0; }
.theme_social_icons ul li a.swm_blogger 	{ background:transparent url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/icons/blogger.png) no-repeat 0 0; }
.theme_social_icons ul li a.swm_technorati 	{ background:transparent url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/icons/technorati.png) no-repeat 0 0; }
.theme_social_icons ul li a.swm_rss 		{ background:transparent url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/icons/rss.png) no-repeat 0 0; }
.theme_social_icons ul li a.swm_pinterest 	{ background:transparent url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/icons/pinterest.png) no-repeat 0 0; }
.theme_social_icons ul li a.swm_apple 		{ background:transparent url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/icons/apple.png) no-repeat 0 0; }
.theme_social_icons ul li a.swm_dropbox 	{ background:transparent url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/icons/dropbox.png) no-repeat 0 0; }
.theme_social_icons ul li a.swm_amazon 		{ background:transparent url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/icons/amazon.png) no-repeat 0 0; }
.theme_social_icons ul li a.swm_picasa 		{ background:transparent url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/icons/picasa.png) no-repeat 0 0; }
.theme_social_icons ul li a.swm_skype 		{ background:transparent url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/icons/skype.png) no-repeat 0 0; }
.theme_social_icons ul li a.swm_deviantart 	{ background:transparent url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/icons/deviantart.png) no-repeat 0 0; }
.theme_social_icons ul li a.swm_windows 	{ background:transparent url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/icons/windows.png) no-repeat 0 0; }
.theme_social_icons ul li a.swm_tumblr 		{ background:transparent url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/icons/tumblr.png) no-repeat 0 0; }
.theme_social_icons ul li a.swm_lastfm 		{ background:transparent url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/icons/lastfm.png) no-repeat 0 0; }
.theme_social_icons ul li a.swm_yahoo 		{ background:transparent url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/icons/yahoo.png) no-repeat 0 0; }
.theme_social_icons ul li a.swm_wordpress 	{ background:transparent url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/icons/wordpress.png) no-repeat 0 0; }
.theme_social_icons ul li a.swm_dribble 	{ background:transparent url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/icons/dribble.png) no-repeat 0 0; }
.theme_social_icons ul li a.swm_forest 		{ background:transparent url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/icons/forest.png) no-repeat 0 0; }
.theme_social_icons ul li a.swm_google 		{ background:transparent url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/icons/google.png) no-repeat 0 0; }
.theme_social_icons ul li a.swm_googleplus 	{ background:transparent url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/icons/googleplus.png) no-repeat 0 0; }
.theme_social_icons ul li a.swm_applestore 	{ background:transparent url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/icons/applestore.png) no-repeat 0 0; }
.theme_social_icons ul li a.swm_instagram 	{ background:transparent url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/icons/instagram.png) no-repeat 0 0; }
.theme_social_icons ul li a.swm_myspace 	{ background:transparent url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/icons/myspace.png) no-repeat 0 0; }
.theme_social_icons ul li a.swm_soundcloud 	{ background:transparent url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/icons/soundcloud.png) no-repeat 0 0; }  .flex-container a:active, .flexslider a:active,.flex-container a:focus,.flexslider a:focus  { outline: none;}
.slides, .flex-control-nav,.flex-direction-nav { margin: 0; padding: 0; list-style: none;}
.flexslider .slides { zoom: 1;}
.flexslider { cursor: pointer; margin: 0; padding: 0; position: relative; font-size:0; 	width:100%; }
.flexslider .slides > li { display: none; padding:0; margin:0; background:none; list-style:none; -webkit-backface-visibility: hidden; font-size:0; line-height: 0;width:100%; border-radius: 3px; overflow: hidden; }
.carousel li { margin-right: 0px}
.flexslider .slides > li > a { padding:0; margin:0; font-size:0;}
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span { text-transform: capitalize; } .slides:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; 	height: 0; }
html[xmlns] .slides { display: block; }
* html .slides { height: 1%; }
.no-js .slides > li:first-child { display: block; }
.flex-direction-nav { *height: 0; }
#content ul.slides { padding-left: 0; } .flex-direction-nav a { display: block; position: absolute; z-index: 10; cursor: pointer;  transition: opacity .25s ease-in-out;   -moz-transition: opacity .25s ease-in-out;   -webkit-transition: opacity .25s ease-in-out;  font-size: 14px; text-decoration: none; }
ul.flex-direction-nav {  padding:0; margin:0;}
ul.flex-direction-nav li { background:none; padding:0; margin:0; list-style: none; } .flex-control-nav {width: 100%; position: absolute; bottom:0px; text-align: center;}
.flex-control-nav li {margin: 0 5px; display: inline-block; zoom: 1; *display: inline; background:none; }
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 100px; -moz-border-radius: 100px; -o-border-radius: 100px; border-radius: 100px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; } .swm_slider_box .flexslider .flex-control-nav li img { opacity:1;  } #content .swm_slider_box .flexslider ul{  }
.swm_slider_box { display:block;   }
.swm_slider_box .flexslider { cursor: auto; height:100%;}
.swm_slider_box .flex-control-nav { text-align: right; font-size: 0; right:0; margin:0 12px 12px 0; z-index: 100; }
.swm_slider_box .flexslider .flex-control-nav li { margin:0 5px;   }
.swm_slider_box .flexslider .flex-control-nav li a { width:10px; height:10px; } .swm_slider_box .flex-direction-nav {  }
.swm_slider_box .flex-direction-nav a { display:inline-block; margin:-20px 0 0 0; width:40px; height:40px; line-height: 40px; opacity:0; top:50%; bottom:auto; z-index:100; text-align:center; text-indent: 0; color:#fff  }
.swm_slider_box:hover .flex-direction-nav a { opacity: 1; }
.swm_slider_box .flex-direction-nav a i[class^="icon-"]:before { margin: 0; text-shadow: 0 1px 0 rgba(0,0,0,0.2);  font-size: 24px; opacity: 0.7; line-height: 40px; }
.swm_slider_box .flex-direction-nav a.flex-next i { margin-left:2px; }
.swm_slider_box .flex-direction-nav a.flex-prev i { margin-left:-2px; }
.swm_slider_box .flex-direction-nav .flex-next{ right:0; background-color:rgba(0, 0, 0, 0.5); border-radius: 3px 0 0 3px; }
.swm_slider_box .flex-direction-nav .flex-prev { left:0; background-color:rgba(0, 0, 0, 0.5); border-radius: 0 3px 3px 0; }
.swm_slider_box .flex-direction-nav .flex-next:hover,.swm_slider_box .flex-direction-nav .flex-prev:hover { background-color:rgba(0, 0, 0, 0.8); }
.swm_slider_box .flex-direction-nav:hover a i[class^="icon-"]:before { opacity: 1; } .swm_slider_box .swm_recent_posts.flexslider .flex-direction-nav { bottom:auto; top:50%; margin-top: -11px; width:100%; display:none; position: absolute; }
.swm_slider_box .swm_recent_posts.flexslider:hover .flex-direction-nav { display:block; }
.swm_slider_box .swm_recent_posts.flexslider .flex-direction-nav a { bottom:auto; top:50%;  width:25px; height:25px; line-height: 24px;  margin:-2px 0 0 0; }
.swm_slider_box .swm_recent_posts.flexslider:hover .flex-direction-nav a { opacity: 1; }
.swm_slider_box .swm_recent_posts .flex-direction-nav .flex-next{ left:auto; right:0; float:right; }
.swm_slider_box .swm_recent_posts .flex-direction-nav a i[class^="icon-"]:before { font-size: 11px; line-height: 25px;  }
.swm_slider_box .swm_recent_posts .flex-direction-nav .flex-prev { left:0; }
.recent_posts_full .swm_slider_box .swm_recent_posts.flexslider:hover .flex-direction-nav { display: none; }  .swm_list_slider .flex-direction-nav { left: auto; bottom:auto;top:-9px;right:0;float:right;width:auto;height:25px;display:block;position: absolute; }
.swm_list_slider .flex-direction-nav a {width:15px; height:21px; display:block; bottom:auto;position: absolute;	opacity:1;font-size: 12px;z-index:100;	color:#ccc; text-align:center;border-radius: 0; }
.swm_list_slider .flex-direction-nav a.flex-next i[class^="icon-"]:before { margin-right:-5px; }
.swm_list_slider ul { margin:0; padding:0; float:left; }
.swm_list_slider ul.flex-direction-nav li { float:left; height:21px; width:15px; display:block; background: none; padding:0;}
.swm_list_slider .flex-direction-nav .flex-next{ float:left; left:14px; }
.swm_list_slider .flex-direction-nav .flex-prev { float:left; left:5px; }
.swm_list_slider .flex-control-nav { display: none; } .rp_slides { clear:both; }
.rp_slider,.testimonials_slider { cursor: auto; }
.flexslider .rp_slides > li { margin-right:20px; } .flexslider ul.rp_slides { margin-top: 5px; }
.flexslider .rp_slides > li img { width:220px; }
.flexslider .rp_slides > li { width:220px; text-align: center;  background: #fff; }
.flexslider .slides > li .rp_details { background:#f5f5f5; display:block; clear:both; border-bottom: 1px solid #e8e8e8; }
.flexslider .slides > li:hover .rp_details { background:#f1f1f1;}
.flexslider .slides > li .rp_details h3 a { text-shadow:none;margin:0;font-size: 13px;display: block; }
.rp_details h3 a {	text-decoration: none;}
.rp_details p { margin:-5px 0 0 0; font-size: 11px;}
.flexslider .rp_slides > li:hover  { border-color: #ddd; }
.list_slider_title { display:block; margin-bottom:25px; font-size: 15px; height:15px;  } .caption_top_left { top:8%; left:4%; }
.caption_top_right { top:8%; left:auto; right:4%; }
.caption_bottom_left {  top:auto; bottom:8%; left:4%; }
.caption_bottom_right {  top:auto; bottom:8%; left:auto; right:4%; }
div.flex-caption a.button { margin-top: 10px;  } .standard_post_loop { padding:40px 0; } ul.page-numbers { list-style: none; margin:0px 0; clear:both; }
.page-numbers:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
ul.page-numbers li,.pagination_menu a span,.pagination_menu span,.paginate-com a,.paginate-com span.current,
.woocommerce-pagination a,.woocommerce-pagination span {
display: block; float: left; margin: 0 2px 2px 0; text-align: center; }
.page-numbers a, .page-numbers span,.pagination_menu a span,.pagination_menu span,.paginate-com a,.paginate-com span.current,
.woocommerce-pagination a,.woocommerce-pagination span {
min-width: 28px; display: block; padding: 4px 9px 4px 9px; line-height: 17px; font-size: 11px; text-decoration: none; font-weight: 400; cursor: pointer; border: 1px solid #e1e1e1; border-radius: 3px; overflow: hidden; }
.page-numbers a span { padding: 0 }
.page-numbers.current, .paginate-com span.current { text-decoration: none; }
.page-numbers a:hover,.paginate-com a:hover,.woocommerce-pagination.swm_text_color a:hover,.pagination_menu a:hover span { text-decoration: none; background: #ececec; color:#000;  border-radius: 3px; overflow: hidden;  }
.pagination_menu { float:right; margin-bottom: 30px; }
.swm_blog_post .pagination_menu { margin:30px 0 0 0;}
.paginate-com { margin:0; padding:20px 0 0 0; position:relative; font-size:11px; clear:both; } .next_prev_pagination { font-size: 12px; font-weight: 400; clear:both; display: block; }
.swm_container .next_prev_pagination a,.next_prev_pagination a { padding:7px 12px; border-radius: 3px;  }
.next_prev_pagination a:hover { text-decoration: none; }
.next_prev_pagination .post-prev { float: left; }
.next_prev_pagination .post-prev span { margin-right: 5px; }
.next_prev_pagination .post-next { float: right; text-align: right; }
.next_prev_pagination .post-next span { margin-left: 5px; } .infiniteScroll_loader { position: absolute; bottom: 30px; left: 50%; margin-left: -15px; height: 24px; line-height: 24px; width: 30px; background: url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/loader-infinite.gif) center center no-repeat; text-indent: -9999px; }
.swm_infinite_scroll_style .infiniteScroll_loader { bottom:-30px; }
#infscr-loading img { display: none !important }
.infiniteScroll_pagination { display: none }
.infiniteScroll_wrapper { position: relative; padding-bottom: 40px; } .swm_portfolio .infiniteScroll_loader { bottom:-30px; }
.swm_portfolio_page_main ul.page-numbers { margin-bottom: -8px; }
.swm_portfolio_page_main .next_prev_pagination { margin-bottom: -21px; } .swm_testimonials_page_main .infiniteScroll_loader { bottom:-10px; }
.swm_standard_posts .infiniteScroll_loader { bottom:-10px; }
.swm_testimonials_page_main ul.page-numbers { margin-bottom: -15px; margin-top: -1px; }
.swm_testimonials_page_main .next_prev_pagination { margin-bottom: -25px; margin-top: 2px; }
.swm_sermons .infiniteScroll_loader,.swm_causes .infiniteScroll_loader { bottom:-15px; } .footer .widget { clear:both; padding:0; display: block;  }
.sidebar select { width:100%; margin:0; border-color: #ececec; } a.rsswidget {font-weight: bold;}
span.rss-date {font-size: 11px;} .sidebar .textwidget p { padding-left:0; padding-right:0; }
.sidebar .adwrap{ padding:15px 24px 15px 24px;} .sidebar .tagcloud { margin:5px 0 0 0;}
.tagcloud a { padding:6px 12px;font-size:11px;line-height: 17px;float:left;	text-decoration: none;margin:0  4px  4px 0;display:inline-block;width:auto;background:none; border-radius: 3px; }
.tagcloud a { border:1px solid #ededed; }
.footer .tagcloud a { background:none;} #calendar_wrap { width:100%;}
#wp-calendar { margin:0;}
.widget_calendar {float: left; width:100%;  }
#wp-calendar { width: 100% }
table#wp-calendar { border:none; }
#wp-calendar caption { text-align: center; color: #363636; font-size: 12px; margin: 0; font-weight: bold; border: 1px solid #ececec; border-bottom:0; padding:5px 0; border-radius: 3px 3px 0 0; }
#wp-calendar thead { font-size: 11px; }
table#wp-calendar thead th,#wp-calendar thead th { padding:3px 6px; border: 1px solid #ececec;   text-align: center; }
#wp-calendar tbody { color: #808080; }
table#wp-calendar tbody td,#wp-calendar tbody td { background: #fff; border: 1px solid #ececec; text-align: center; padding:3px 6px; }
#wp-calendar tbody td a { font-weight:bold; }
#wp-calendar tbody td:hover { background: rgba(0,0,0,0.05); }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }
#wp-calendar tfoot tr td { border-left:0; border-right:0; border-bottom:0; }
.footer #wp-calendar caption { text-align: center; margin-bottom:-1px; }
.footer #wp-calendar tbody td { text-align: center; padding:6px 8px 6px 8px;} #widget_search_form form { margin:0; }
#widget_search_form #searchform { margin:0; clear:both; display: block; position: relative; }
#widget_search_form #searchform  .screen-reader-text { display:block;  }
#widget_search_form #searchform input { margin:0; }
#widget_search_form #searchform  #s { width:100%; outline:0; height:40px; border:1px solid; border-color: #ececec; background: transparent; border-radius: 3px; padding-left: 15px; }
#widget_search_form #searchform input[type="submit"].button {  background:none; width: 40px; line-height: 40px;	font-family: FontAwesome !important; font-size:14px; border:0;  height:38px; position: absolute; right:0; border-left:1px solid #ececec; text-align: center;margin-top: 1px; box-shadow: none; text-shadow:none; color:#aaa; padding:0; } .footer ul#recentcomments li { }
.footer ul#recentcomments li a { }
#content .sidebar .wp-caption p  {margin:0;} .wp-caption { background: #f9f9f9; border:0; display:block; text-align:center;	margin-bottom: 15px;  max-width: 100%; }
.wp-caption img { padding:0; margin:0; }
.wp-caption p { padding:0 10px; margin:0; font-style: italic; }
p.wp-caption-text { margin:0; padding:10px; }
.sidebar .textwidget img { display:block; }
.sidebar .textwidget p.wp-caption-text img { display:inline-block; }
.sidebar .wp-caption,.footer .wp-caption  { background:#f1f1f1; border:0; display:block; margin-bottom: 15px; }
.footer .wp-caption { background:#232323; }
.footer .wp-caption p  { margin:0; }
.footer p.wp-caption-text,.footer p.wp-caption-text  {  height:auto; width:auto; line-height:20px;  margin:0; padding:5px 10px;}
.widget ul li span.post-date,.sidebar ul li span.post-date { font-size: 11px;  color:#707070;}
.widget ul li span.post-date:before,.sidebar ul li span.post-date:before { content:"- "; }
.sidebar ul li span.post-date { color:#909090;  } .sidebar ul li { border-bottom:1px solid #ececec; padding-left: 15px; }
.sidebar ul li:last-child { border-bottom:0; }
.sidebar ul li ul li,.footer ul li ul li { border:0; padding:5px 0 5px 10px; }
.sidebar ul li ul li:first-child,.footer ul li ul li:first-child,.archives-link ul li ul li:first-child { border:0;  }
.swm_large_footer ul li,.widget_meta ul li,.widget_categories ul li,.widget_pages ul li,.widget_archive ul li,.widget_recent_comments ul li,.widget_recent_entries ul li,.widget_nav_menu ul li,.widget_product_categories ul li,.widget_layered_nav_filters ul li,.archives-link ul li,.widget_rss  ul li  { padding: 11px 20px 11px 30px;  list-style: disc; display: block; }
.footer ul li { padding-left:15px; }
.footer .widget_categories ul li { padding-right: 0; }
.swm_large_footer ul li:before,.widget_meta ul li:before,.widget_categories ul li:before,.widget_pages ul li:before,.widget_archive ul li:before,.widget_recent_comments ul li:before,.widget_recent_entries ul li:before,.widget_nav_menu ul li:before,.widget_product_categories ul li:before,.archives-link ul li:before,.widget_rss ul li:before { content:"\f111"; font-family: fontAwesome; font-size: 5px; margin-left: -15px; float:left; padding: 0; color:#bbb; text-decoration: none; }
.swm_large_footer ul li:before { line-height: 20px; }
.sidebar ul li:hover:before { color:#666; }
.widget_nav_menu  ul li.current-menu-item a,.sidebar .widget_categories ul li.current-cat > a,.widget_product_categories ul li.current-cat > a { font-weight: bold; }
.widget_layered_nav_filters ul li { padding-left: 0; }
.sticky {}
.gallery-caption {}
.bypostauthor {}
.alignright { float:right; }
.alignleft { float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto } body { background:#666666; color:#606060; }
h1 { font-size: 27px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 15px; }
h6 { font-size: 13px; }
.sidebar h2,.sidebar h3 { font-size: 15px; color:#222; }
.footer h2, .footer h3 { font-size: 18px; color:#fff; }
.swm_blog_post .swm_post_title h1,.swm_blog_post .swm_post_title h2 { font-size:22px; }
.top_nav > li > a { font-size: 14px; }
#swm_page_container { padding: 50px 0 80px 0; }
.swm_container,#header_wrap,.top_section_wrap,.title_header_wrap  { width:940px; margin:0 auto; display: block; height:100%;  }
.html_boxed { width:auto; margin:0 auto; }
.boxed { width:1000px; margin:0 auto;  }
.swm_blog_post .swm_post_title h2 a,.swm_blog_post .swm_post_title h2,.swm_blog_post .swm_post_title h1 a,.swm_blog_post .swm_post_title h1,.swm_blog_grid .swm_post_title h2 a,.swm_blog_grid .swm_post_title h2 { color:#222; font-size: 18px; }
.sidebar a { color:#606060; }
body { word-break:break-word; }@media (min-width: 1200px) {    
.swm_container,#header_wrap,.top_section_wrap,.title_header_wrap { width:1100px; }
.boxed,.boxed.slider_wrap,.boxed .sticky-navigation.stuck { width:1200px;  }
#top_menu li.mega-menu > ul { width: 1100px !important; }
#top_menu li.mega-menu li > a,#top_menu li.mega-menu li > ul { width: 241px !important; }
#top_menu li.mega-menu.column3 > ul { width: 833px !important; }
#top_menu li.mega-menu.column2 > ul { width: 568px !important; } .swm_horizontal_menu.h_responsive li a.active { background:none;  } .swm_te_single_meta ul { padding:0; margin:0 -4px 0 0; border:0; }
.swm_te_single_meta ul li:first-child .swm_column_gap { border-radius: 3px 0 0 3px; }
.swm_te_single_meta ul li:last-child .swm_column_gap { border-radius: 0 3px 3px 0; }
.swm_te_single_meta ul li .swm_column_gap  { padding:20px 20px 23px 20px; margin: 0; position: relative; border:1px solid #ececec;}
.swm_te_single_meta ul li p { font-size: 16px; }
.swm_container.layout-sidebar-right .cause_horizontal .swm_cause_content ,.swm_container.layout-sidebar-left .cause_horizontal .swm_cause_content { width:428px; min-height: 169px; }
.swm_container.layout-sidebar-right .cause_single .swm_cause_content ,.swm_container.layout-sidebar-left .cause_single .swm_cause_content { width:597px; }
.swm_container.layout-sidebar-right .swm_sermons_content ,.swm_container.layout-sidebar-left .swm_sermons_content { width:442px; }
.swm_container.layout-sidebar-right .sermons_single .swm_sermons_content ,.swm_container.layout-sidebar-left .sermons_single .swm_sermons_content { width:661px; }
.swm_container.layout-sidebar-right .no-sermons-img .swm_sermons_content ,.swm_container.layout-sidebar-left .no-sermons-img .swm_sermons_content { width:661px; }
}
@media only screen and (min-width: 980px) and (max-width: 1199px) {
.swm_blog_grid_sort.swm_row { margin:0 -10px;  }
.swm_blog_grid .swm_column_gap { margin:0 5px 30px 5px; }
#top_menu li.mega-menu > ul { width: 940px !important; }
#top_menu li.mega-menu li > a,#top_menu li.mega-menu li > ul { width: 200px !important; }
#top_menu li.mega-menu.column3 > ul { width: 710px !important; }
#top_menu li.mega-menu.column2 > ul { width: 488px !important; }
.swm_event_box { width:300px; margin:0 20px 20px 0; }
.swm_evt_date { width:93px; height:106px; }
.swm_evt_date_day { font-size: 33px; line-height: 33px; padding-top: 25px; }
.swm_evt_date_month { font-size: 18px; line-height: 20px; }
.swm_evt_date_year { font-size: 16px; line-height: 22px; }
.swm_evt_img,.tribe-events-list .tribe-events-event-image img { width:203px; height:106px; }
.swm_event_box:hover .swm_evt_date_day { padding-top: 15px; } .swm_causes { margin-right: -15px; }
.swm_cause_item { width:303px; margin:0 15px 15px 0; }
.swm_cause_img,.swm_cause_img img { width:151px; height:151px; }
.swm_cause_meta { width:148px; height:151px; }
.swm_cause_meta ul li { padding:0 10px; font-size: 14px; height:37px; line-height: 37px;  }
.swm_cause_bar { padding-top: 15px; }
.cause_horizontal .swm_cause_content { width:633px; }
.swm_container.layout-sidebar-right .cause_horizontal .swm_cause_content ,.swm_container.layout-sidebar-left .cause_horizontal .swm_cause_content { width:350px; }
.cause_single .swm_cause_content { width:767px; }
.cause_single .swm_cause_img,.cause_single .swm_cause_img img { width:169px; }
.swm_container.layout-sidebar-right .cause_single .swm_cause_content ,.swm_container.layout-sidebar-left .cause_single .swm_cause_content { width:485px; } .swm_sermons_content { width:612px; }
.single-sermons .swm_sermons_content { width:830px; }
.swm_container.layout-sidebar-right .swm_sermons_content ,.swm_container.layout-sidebar-left .swm_sermons_content { width:330px; }
.swm_container.layout-sidebar-right .sermons_single .swm_sermons_content ,.swm_container.layout-sidebar-left .sermons_single .swm_sermons_content { width:549px; }
.no-sermons-img .swm_sermons_content { width:831px; }
.swm_container.layout-sidebar-right .no-sermons-img .swm_sermons_content ,.swm_container.layout-sidebar-left .no-sermons-img .swm_sermons_content { width:549px; }
.swm_top_donors { min-width: 185px; }
} @media only screen and (min-width: 768px) and (max-width: 979px) {
.swm_container,.title_header_wrap,.top_section  { width:689px; }
.boxed,.boxed.slider_wrap,.boxed .sticky-navigation.stuck { width:749px;  }    
.menu_section { width:389px; }
.swm_row .swm_column3,.swm_row .swm_column4,.swm_row .swm_column5,.swm_row .swm_column6 { width:50%; } .swm_te_single_meta ul { padding:0; margin:0 -2px; border:0; }    
.swm_te_single_meta ul li .swm_column_gap  { padding:20px 20px 23px 20px; margin: 2px; position: relative; border:1px solid #ececec; border-radius: 3px; }
.swm_te_single_meta ul li p { font-size: 16px; }
.swm_te_single_meta { margin-bottom: 2px; }    
.swm_te_single_meta ul li { padding:0; margin:0; }
.swm_event_list { margin-right: -20px; }
.swm_event_box { width:334px; margin:0 20px 20px 0; }
.swm_evt_date { width:100px; height:120px; }
ul.next_event_counter li { margin:18px 10px; }
.swm_ec_bar1 { width:685px; }
.swm_ec_bar2 { width:650px; }
.swm_cause_item { margin:0 13px 13px 0; }
.cause_horizontal .swm_cause_content { width:347px; }
.cause_single .swm_cause_content { width:516px; } .swm_sermons_content { width:361px; }   
.sermons_single .swm_sermons_content,.no-sermons-img .swm_sermons_content { width:580px; }
} @media only screen and (max-width: 979px) { .logo_section_menu { position:absolute; right:0; width:280px; background: #ececec; display: none; border-radius: 3px; overflow: hidden; padding:15px 20px; z-index: 9999; top:32px; }
.logo_section_toggle,.logo_section_menu.logo_nav_active { display: block; }
span.cart_responsive_link a,.swm_container .logo_section_menu ul li a { color:#222; width:100%; display: block; float:none; clear:both; }
.swm_container .logo_section_menu ul li,.swm_woo_cart_menu { padding:0 0 10px 0; }
span.donate_btn a { margin:0; background:none; padding:0;  }
.main_hover_cart_menu { display: none; }
.layout-sidebar-right #sidebar { padding-left:0; }
.layout-sidebar-left #sidebar { padding-right:0;  }
.small_footer .footer_left,.small_footer .footer_right { display: block; text-align: left; width:100%; margin:0 auto; float:none; padding-left: 20px; }
.small_footer ul { margin-top: 5px; }
.small_footer ul li:first-child { padding-left:0; }
.swm_column { float:none; clear:both; margin-left:0; margin-bottom: 30px;  }
.swm_one_full,.swm_one_half,.swm_one_third,.swm_one_fourth,.swm_one_fifth,.swm_one_sixth,.swm_two_third,.swm_three_fourth,.swm_four_fifth,.swm_five_sixth,.swm_custom_two_third,.one_full,.one_half,.one_third,.one_fourth,.one_fifth,.one_sixth,.two_third,.three_fourth,.four_fifth,.five_sixth,#sidebar { width: 100%; } .swm_promotion_box .right { display: block; float:none; clear: both; }
.swm_promotion_box .sub_title { margin:15px 0; }
} @media only screen and (max-width: 767px) {  
.boxed.slider_wrap,.swm_container,.title_header_wrap,.top_section { width:301px; }
.boxed { width:auto; }    
.swm_breadcrumb_search_section { display: none; }
.swm_heading_h1 { bottom:0; }
.small_footer .footer_left,.small_footer .footer_right { text-align: center; padding:0 20px; }
.small_footer ul { margin-top: 10px; }
.small_footer ul li { padding: 4px 10px; }
.swm_blog_grid_sort.swm_row { margin:0;  }
.swm_blog_grid .swm_column_gap { margin:0 0 40px 0; }
.swm_pf_ic { float:left; margin-right:4px; height:51px; }
.swm_post_date { float:none; width:auto; height:51px; padding:0; }
.swm_date_box { display: inline-block; width:auto; float:left; height:51px; border-radius: 3px 25px 25px 3px; }
.datebox_border { display: inline-block; width:auto; height:51px; width:11px; padding-top: 20px; float:left; border-radius: 3px 0 0 3px; }
.datebox_border span { height:13px; width:1px; }
.p_date { display: inline-block; float:left; padding:6px 0 0 0; text-align: center; width:60px; }
.p_day, .p_month { padding:0; line-height: 30px; line-height: 22px; }
.p_author { display: inline-block; margin:4px 4px 4px 0; }
.swm_date_box_on .swm_post_content,.swm_date_box_on .about_author,.swm_date_box_on #blog_responses,.swm_date_box_on #respond { margin-left: 0; clear:both;  }   
.swm_row {  margin:0;  }
.swm_column_gap { margin:0 0 20px; padding:0; }
.swm_row .swm_column1,.swm_row .swm_column2,.swm_row .swm_column3,.swm_row .swm_column4,.swm_row .swm_column5,.swm_row .swm_column6,
.layout-sidebar-left .swm_row .swm_column2,.layout-sidebar-left .swm_row .swm_column3,.layout-sidebar-left .swm_row .swm_column4,
.layout-sidebar-right .swm_row .swm_column2,.layout-sidebar-right .swm_row .swm_column3,.layout-sidebar-right .swm_row .swm_column4 { width:100%; }
.layout-full-width.swm_infinite_scroll_style .infiniteScroll_loader { bottom:-12px; }
.swm_search_featured_img { display: none; } .pricing_box,.border_left .pricing_box,.border_right .pricing_box { border-radius:5px; }
.pricing_title,.border_left .pricing_title,.border_right .pricing_title { border-radius: 5px 5px 0 0; }
.swm_pricing_table.pt_2, .swm_pricing_table.pt_3,.swm_pricing_table.pt_4 { width:100%; }
.swm_pricing_table.special_plan { margin: 20px 0 10px 0; }
.swm_pricing_table { margin: 0 0 30px 0; }
.swm_tabs ul.tab-nav li,.swm_tabs ul.tab-nav,.swm_tabs .swm_tab,.swm_tabs.tabs_vertical ul,.swm_tabs.tabs_vertical .swm_tab,.swm_tabs.tabs_vertical ul.tab-nav { width:100%; float:none; display: block; margin:0 0 5px 0; clear:both; }    
.swm_tabs ul.tab-nav,.swm_tabs ul.tab-nav li:last-child,.swm_tabs.tabs_vertical ul li:last-child { margin-bottom:0; }
ul.next_event_counter { padding-top: 20px; }
ul.next_event_counter:hover li,ul.next_event_counter li { margin:10px 5px; }
.swm_ec_bar1,.swm_ec_bar2 { display: none; } .swm_te_single_meta ul { padding:0; margin:0 -2px; border:0; }    
.swm_te_single_meta ul li .swm_column_gap  { padding:20px 20px 23px 20px; margin: 2px; position: relative; border:1px solid #ececec; border-radius: 3px; }
.swm_te_single_meta ul li p { font-size: 16px; }
.swm_te_single_meta { margin-bottom: 2px; }    
.swm_te_single_meta ul li { padding:0; margin:0;}
.swm_event_box { width:340px; margin:0 40px 40px 0; }
.swm_evt_date { width:106px; height:120px; }
.swm_evt_date_day { font-size: 40px; line-height: 40px; padding-top: 27px; }
.swm_evt_date_month { font-size: 21px; line-height: 22px; }
.swm_evt_date_year { font-size: 18px; line-height: 28px; }
.swm_evt_img,.tribe-events-list .tribe-events-event-image img { width:230px; height:120px; }
.swm_event_box:hover .swm_evt_date_day { padding-top: 16px; }  
.cause_horizontal .swm_cause_content { width:338px; margin-top: 4px; } 
.cause_single .swm_cause_content { width:100%; margin-left: 0;  }
.cause_single .swm_cause_top { width:100%;  }
.cause_single .swm_cause_meta ul { margin:0 0 0 4px; }
.cause_single .swm_cause_img { margin-bottom:0; } .swm_sermons_content { margin-top: 4px; clear:both; width:324px; }  
.sermons_single .swm_sermons_content { width:100%; }
.sermons_single .swm_sermons_date_meta { width:100%; margin:0; height:auto; }
.sermons_single .swm_sermons_date { margin-right:4px; width:auto; height:50px; line-height: 50px; padding:0 12px;}
.sermons_single .swm_sermons_date span.sermon_date,
.sermons_single .swm_sermons_date span.sermon_day { font-size: 16px; display: inline-block; padding:0 3px;  font-weight: 600;  }
.sermons_single .swm_sermons_meta { width:auto; display: inline-block; height:auto; }
.sermons_single .swm_sermons_meta ul li { width:50px; height:50px; line-height: 50px; font-size: 18px; } .swm_section_title { padding-top: 36px; }
.swm_section_title_text { padding:10px 20px; font-size: 14px; height:auto; line-height: normal; }
.swm_section_title_text span { position: absolute; bottom:-20px; font-size: 34px; left:50%; color:#444; z-index: 99; margin-left: -9px; line-height: 30px; }
.swm_container.swm_section_title_block { margin-top: -55px; }
} @media only screen and (min-width: 480px) and (max-width: 767px) {
.boxed.slider_wrap, .swm_container,.title_header_wrap,.logo_section,.menu_section,.top_section { width:461px; }     
.top_bar_nav { width:360px; }
ul.next_event_counter:hover li,ul.next_event_counter li { margin:15px; }
ul.next_event_counter { padding-top:20px; }
.no-sermons-img .swm_sermons_content { width:352px; clear:none; margin-top: 0; }
.recent_sermons_sc .swm_sermons_top { position: relative; }
.recent_sermons_sc .swm_sermons_item.no-sermons-img-sc .swm_sermons_top { position: absolute;}
.recent_sermons_sc .swm_sermons_content { width:324px; clear:both;  }
.recent_sermons_sc .swm_sermons_item { padding-left:0; }
.recent_sermons_sc .swm_sermons_item.no-sermons-img-sc { padding-left:109px; }
.recent_sermons_sc .swm_sermons_item.no-sermons-img-sc .swm_sermons_content  { width:100%;  margin:0; }
}
@media only screen and (max-width: 480px) { 
.swm_event_box { width:300px; margin:0 0 40px 0; }
.swm_evt_date { width:93px; height:106px; }
.swm_evt_date_day { font-size: 33px; line-height: 33px; padding-top: 25px; }
.swm_evt_date_month { font-size: 18px; line-height: 20px; }
.swm_evt_date_year { font-size: 16px; line-height: 22px; }
.swm_evt_img,.tribe-events-list .tribe-events-event-image img { width:203px; height:106px; }
.swm_event_box:hover .swm_evt_date_day { padding-top: 15px; }
.swm_logo_slider .owl-nav { margin:0 auto; text-align: center;  }
.swm_logo_slider .owl-prev, .swm_logo_slider .owl-next { position:relative; margin:5px; }    
.swm_logo_slider .owl-next { right:auto; float:none;}
.swm_logo_slider .owl-dots,.swm_logo_slider:hover .owl-dots { padding:0; margin-left:-9999px; } .swm_causes { margin-right:0; }
.swm_cause_item { width:303px; margin:0 0 30px 0; }
.swm_cause_img,.swm_cause_img img { width:151px; height:151px; }
.swm_cause_meta { width:148px; height:151px; }
.swm_cause_meta ul li { padding:0 10px; font-size: 14px; height:37px; line-height: 37px;  }
.swm_cause_bar { padding-top: 15px; }
.cause_horizontal .swm_cause_top { margin:0;  }
.cause_horizontal .swm_cause_content { width:303px; }    
.cause_single .swm_cause_top,.cause_single .swm_cause_content { width:303px; }
.cause_single .swm_cause_meta { width:148px; } .swm_sermons_content { width:298px; } 
.swm_sermons_img,.swm_sermons_img img { width:100%; height:auto; }
.swm_sermons_date_meta { width:100%; margin:0; height:auto; }
.swm_sermons_date { margin-right:4px; width:auto; height:50px; line-height: 50px; padding:0 12px;}
.swm_sermons_date span.sermon_date,
.swm_sermons_date span.sermon_day { font-size: 16px; display: inline-block; padding:0 3px;  font-weight: 600;  }
.swm_sermons_meta { width:auto; display: inline-block; height:auto; }
.swm_sermons_meta ul li { width:50px; height:50px; line-height: 50px; font-size: 18px; }
.no-sermons-img .swm_sermons_content { width:100%; clear:both; margin:0; }
.recent_sermons_sc .swm_sermons_top { position: relative; top:auto; left:auto;}
.recent_sermons_sc .swm_sermons_content {  width:298px;  }
.recent_sermons_sc .swm_sermons_item { padding-left:0; }
.recent_sermons_sc .swm_sermons_item.no-sermons-img-sc { padding-left:0; }
.recent_sermons_sc  .swm_sermons_item.no-sermons-img-sc .swm_sermons_content  { margin:0; }
}@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), 
only screen and (-moz-min-device-pixel-ratio: 1.5), 
only screen and (-o-min-device-pixel-ratio: 3/2), 
only screen and (min-device-pixel-ratio: 1.5) {
.theme_social_icons ul li a 				{ background-size: 24px 24px !important; }
.theme_social_icons ul li a.swm_amazon 		{ background: transparent url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/icons/retina/amazon.png) no-repeat 0 0; }
.theme_social_icons ul li a.swm_apple 		{ background: transparent url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/icons/retina/apple.png) no-repeat 0 0; }
.theme_social_icons ul li a.swm_applestore 	{ background: transparent url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/icons/retina/applestore.png) no-repeat 0 0; 	}
.theme_social_icons ul li a.swm_blogger 	{ background: transparent url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/icons/retina/blogger.png) no-repeat 0 0; }
.theme_social_icons ul li a.swm_delicious 	{ background: transparent url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/icons/retina/delicious.png) no-repeat 0 0; }
.theme_social_icons ul li a.swm_deviantart 	{ background: transparent url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/icons/retina/deviantart.png) no-repeat 0 0; }
.theme_social_icons ul li a.swm_digg 		{ background: transparent url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/icons/retina/digg.png) no-repeat 0 0; }
.theme_social_icons ul li a.swm_dribble 	{ background: transparent url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/icons/retina/dribble.png) no-repeat 0 0; }
.theme_social_icons ul li a.swm_dropbox 	{ background: transparent url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/icons/retina/dropbox.png) no-repeat 0 0; }
.theme_social_icons ul li a.swm_facebook 	{ background: transparent url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/icons/retina/facebook.png) no-repeat 0 0; }
.theme_social_icons ul li a.swm_flickr 		{ background: transparent url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/icons/retina/flickr.png) no-repeat 0 0; }
.theme_social_icons ul li a.swm_forrst 		{ background: transparent url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/icons/retina/forrst.png) no-repeat 0 0; }
.theme_social_icons ul li a.swm_google 		{ background: transparent url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/icons/retina/google.png) no-repeat 0 0; }
.theme_social_icons ul li a.swm_googleplus 	{ background: transparent url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/icons/retina/googleplus.png) no-repeat 0 0; 	}
.theme_social_icons ul li a.swm_instagram 	{ background: transparent url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/icons/retina/instagram.png) no-repeat 0 0; }
.theme_social_icons ul li a.swm_lastfm 		{ background: transparent url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/icons/retina/lastfm.png) no-repeat 0 0; }
.theme_social_icons ul li a.swm_linkedin 	{ background: transparent url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/icons/retina/linkedin.png) no-repeat 0 0; }
.theme_social_icons ul li a.swm_myspace 	{ background: transparent url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/icons/retina/myspace.png) no-repeat 0 0; }
.theme_social_icons ul li a.swm_picasa 		{ background: transparent url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/icons/retina/picasa.png) no-repeat 0 0; }
.theme_social_icons ul li a.swm_pinterest 	{ background: transparent url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/icons/retina/pinterest.png) no-repeat 0 0; }
.theme_social_icons ul li a.swm_rss 		{ background: transparent url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/icons/retina/rss.png) no-repeat 0 0; }
.theme_social_icons ul li a.swm_skype 		{ background: transparent url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/icons/retina/skype.png) no-repeat 0 0; }
.theme_social_icons ul li a.swm_soundcloud 	{ background: transparent url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/icons/retina/soundcloud.png) no-repeat 0 0; 	}
.theme_social_icons ul li a.swm_stumbleupon { background: transparent url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/icons/retina/stumbleupon.png) no-repeat 0 0;	}
.theme_social_icons ul li a.swm_technorati 	{ background: transparent url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/icons/retina/technorati.png) no-repeat 0 0; 	}
.theme_social_icons ul li a.swm_tumblr 		{ background: transparent url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/icons/retina/tumblr.png) no-repeat 0 0; }
.theme_social_icons ul li a.swm_twitter 	{ background: transparent url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/icons/retina/twitter.png) no-repeat 0 0; }
.theme_social_icons ul li a.swm_vimeo 		{ background: transparent url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/icons/retina/vimeo.png) no-repeat 0 0; }
.theme_social_icons ul li a.swm_windows 	{ background: transparent url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/icons/retina/windows.png) no-repeat 0 0; }
.theme_social_icons ul li a.swm_wordpress 	{ background: transparent url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/icons/retina/wordpress.png) no-repeat 0 0; }
.theme_social_icons ul li a.swm_yahoo 		{ background: transparent url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/icons/retina/yahoo.png) no-repeat 0 0; }
.theme_social_icons ul li a.swm_youtube 	{ background: transparent url(//gracebaptistcarlisle.org/wp-content/themes/spiritual/images/icons/retina/youtube.png) no-repeat 0 0; }
}
.swm_heading_h1.swm_mobile_h1  {
display: none;
}
.logo_section_menu  {
display: none;
}
.logo_section_toggle  {
display: none;
}
.swm_breadcrumbs, .search_section {
display: none;
}
h1,h3,h4,h5,h6  {
margin-bottom: 0;
padding-bottom: 0;
}
h4 a  {
color: #ff0000;
font-size: 18px;
}
p  {
line-height: 22px;
}
.top-text  {
float: right;
margin: 3.5% 2% 2% 2% ;
font-size: 12px;
font-style:oblique;
line-height: 16px;
color: #28679f;
width: 28%;
} 
.sidebar .swm_widget_box h3 { 
background: #9ebad4; 
color: #ffffff;
}
.contact_info_list ul.ci_list li:before {
background: #d4e5af;
}
.about_author.primary_color  {
display: none;
}
li.f_user {
display: none!important;
}
li.f_comment_o  {
display: none!important;
}
ul.faqwd_categories_ul  {
display: none!important;
}
.faqwd_question_title_container 
.faqwd_question_title  {
color: #28679f;
}
.faqwd_quest_numbering  {
color: #28679f;
}
.faqwd_question_title_container.opened  {
background: #28679f;
}
::selection  {
background: #28679f!important;
}
.btn {
-webkit-border-radius: 6;
-moz-border-radius: 6;
border-radius: 6px;
font-family: Arial;
color: #ffffff;
font-size: 15px!important;
background: #28679f;
padding: 10px 20px 10px 20px;
text-decoration: none;
text-height: 20px;
margin-top: 3px!important;
margin-bottom: 3px!important;
width:145px;
}
.btn:hover {
background: #3cb0fd;
color: #ffffff;
text-decoration: none;
}
.faqwd_expand_collapse  {
font-family: "PT Sans", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif!important;
}
th { font-weight:bold;  text-align: left; padding: 5px 10px; border-style: none; border-width: 0px; border-left:none;
border-top:none; border-color:#e1e1e1;}
tr th:first-child, tr td:first-child{ border-left-style: none; border-left-width: 0px; }
tr:first-child th, tr:first-child td{ border-top-style: none; border-top-width: 0px; }
td { font-size: 13px; padding: 5px 10px; border-style: none; border-width: 0px; border-left:none; border-top:none; border-color:#e1e1e1; }
#sa_widget_browser, #sa_widget_browser a, #sa_widget_browser code, #sa_widget_browser span  {
font-family: "PT Sans", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif!important;
}
ul.top_nav li ul  {
background: #d4e5af;
}
ul.top_nav ul li a:hover  {
background: #9ebad4;
}
#blog_responses  {
display:none!important;
}
#two-column{
width: 90%;
margin-bottom: 35px;
}
#two-column #left{
width: 49%;
float: left;
margin-right: 10px;
margin-bottom: 40px;
}
#two-column #right{
width: 49%;
float: right;
margin-bottom: 40px;
}
#two-column p{
margin-bottom: 12px;
}
#two-column input[type="text"]{
border:none;
border:1px solid #000;
font-size :14px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
width: 85%;
padding: 5px;
}
#two-column #right input[type="text"], #two-column #left input[type="text"]{
width:540px;
}
#two-column textarea {
position: relative;
padding: 5px;
border:1px solid #000;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
width: 85%;
}
#two-column input[type="submit"]{
padding:8px 18px;
background:#28679f;
color:#fff;
border: 1px solid #fff;
float:left;
font-size: 14px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#two-column input[type="text"]:focus, #two-column textarea:focus{
background: #eee;
}
#two-column input[type="submit"]:hover{
background:#fff;
color:#123f66;
border: 1px solid #123f66;
}
select {
border: 1px solid #000;
width: 50%;
}
input[type="tel"], input[type="email"], input[type="number"] {
width: 50%;
border: 1px solid #000;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
.top-text  {
margin: 0 auto!important;
width: 95%!important;
} 
.logo_image {
margin-left: 5% !important;
}
.btn {
font-size: 9px!important;
text-height: 12px;
padding: 4px 7px 4px 7px;
-webkit-border-radius: 4;
-moz-border-radius: 4;
border-radius: 4px;
font-family: Arial;
color: #ffffff;
margin-top: 1px!important;
margin-bottom: 1px!important;
}
}
@media only screen and (min-width: 300px) and (max-width: 760px) {
#two-column #right{
float: left;
width: 95%;
}
#two-column #left{
width: 95%;
}
#two-column{
width: 100%;
}
}.sa_plugin_newest_sermon1{
border: 0;
margin: 0;
padding: 0;
line-height: 1;
width: 450px;
}
.sa_plugin_newest_sermon1 table {
border: inherit;
margin: inherit;
padding: 0;
width: 100%;
}
.sa_plugin_newest_sermon1 table td{
font-style: normal;
font-weight: normal;
font-variant: normal;
padding: 1px;
}
.sa_plugin_newest_sermon1 table td a {
font-size: 12px;
font-family: arial;
color: #123154;
font-weight: normal;
text-decoration: underline;
}
.sa_plugin_newest_sermon2{
border: 0;
margin: 0;
padding: 0;
line-height: 1;
width: 100%;
}
.sa_plugin_newest_sermon2 table {
border: inherit;
margin: inherit;
padding: inherit;
width: inherit;
}
.sa_plugin_newest_sermon2 table td{
border: inherit;
margin: inherit;
padding: inherit;
}
.sa_plugin_flash_video{
border: 0;
margin: 0;
padding: 0;
max-width: 323px;
max-height: 425px;
}
.sa_plugin_flash_video table {
margin: 0;
padding: 1px;
border-spacing: 0px;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
white-space: normal;
line-height: normal;
font-weight: normal;
font-size: normal;
font-variant: normal;
font-style: normal;
color: -webkit-text;
text-align: -webkit-auto;
}
.sa_plugin_flash_video table td {
border: 0;
margin: 0;
margin-bottom: 0;
padding: 0;
display: table-cell;
vertical-align: inherit;
}
.sa_plugin_flash_video_tiny{
border: 0;
margin: 0;
padding: 0;
width: 237px;
}
.sa_plugin_flash_video_tiny table {
border: 0;
margin: inherit;
padding: 1px;
margin-top: inherit;
margin-bottom: inherit;
margin-left: inherit;
margin-right: inherit;
border-spacing: 0px;
border-color: gray;
border-collapse: separate;
display: table;
}
.sa_plugin_flash_video_tiny table td {
border: inherit;
margin: inherit;
padding: inherit;
display: table-cell;
vertical-align: inherit;
}
.sa_plugin_sermon_browser table{
border: 0;
}
.sa_plugin_live_webcast table{
border: 0;
width: 100% !important; height: 0;
padding: 1px;
margin: 0;
}
.sa_plugin_live_webcast table td{
padding: 0;
line-height: normal;
}
.sa_plugin_live_webcast img{
border: 0 !important;
padding: 0 !important;
}