.ecwd_popup_container, .ecwd-modal-container{
max-width: 60%;    
background: white;
margin: 30px auto;
min-width: 40%;    
}
.ecwd_popup_back, ecwd-modal{
position: fixed !important;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(0, 0, 0, 0.8);
z-index: 100100 !important;
opacity: 0;
display:none;
}
.ecwd_open_popup{
opacity: 1;
display: block;
pointer-events: auto;  
cursor:pointer;
}
.ecwd_popup_back .ecwd_close_popup,.event_cal_add_close{
color: #4a4a4a;
cursor: pointer;
display: inline-block;
font-size: 22px;
position: absolute;
padding-top: 10px;
right: 0;
width: 42px;
height: 42px;
line-height:1;
top: 0;
border-left: 1px solid #CFD7DE;    
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.ecwd_close_popup i,.event_cal_add_close i{
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);
text-indent: 0px;   
top: 12px;
font-size: 18px;
right: 13px;   
color: #676767;
}
.ecwd_popup_head{
width: 100%;
text-align: center;
margin: 0 0 1px 0 !important;
padding: 0 0 1px 0;
border-bottom: 1px solid #CFD7DE;
position: relative;
}
.ecwd_popup_title h4{
margin: 0 !important;
text-align: center;
color: #737373;
font-size: 20px !important;
height: 40px;
line-height: 38px !important;
padding: 0;
}
#ecwd_preview_add_event_popup .event_cal_add .ecwd_popup_body{
height:auto;        
width:100%;
overflow-y: auto;
}
.ecwd_popup_body{
height:500px;
overflow-y: auto;
width: 99%;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
padding: 15px;
}
.ecwd_popup_container.ecwd_preview_calendar{
max-width:80%;
}
.ecwd_popup_container.ecwd_more_event{
min-width:35%;
width:35%;
min-height:auto;
}
.ecwd_popup_container.ecwd_prview_mail,
.ecwd_popup_container.ecwd_add_event_calendar,
#ecwd-add-event .ecwd_popup_container,
.single_event_popup .ecwd_popup_container{
width:45%;
}
#ecwd-add-event .ecwd_popup_body,.event_list_cont .ecwd_popup_body{
overflow-y: visible;
height:auto;
width:100%;
}
.ecwd_popup_body .entry-header h1{
color:#686758;
}
@media only screen and (max-width: 500px){
.ecwd_popup_container{
max-width: 100% !important;
width:100% !important;
margin:0px;
}
}@font-face {
font-family: 'FontAwesome';
src: url(//fosci.org/wp-content/plugins/event-calendar-wd/css/font-awesome/fonts/fontawesome-webfont.eot?v=4.2.0);
src: url(//fosci.org/wp-content/plugins/event-calendar-wd/css/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0) format('embedded-opentype'), url(//fosci.org/wp-content/plugins/event-calendar-wd/css/font-awesome/fonts/fontawesome-webfont.woff?v=4.2.0) format('woff'), url(//fosci.org/wp-content/plugins/event-calendar-wd/css/font-awesome/fonts/fontawesome-webfont.ttf?v=4.2.0) format('truetype'), url(//fosci.org/wp-content/plugins/event-calendar-wd/css/font-awesome/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular) format('svg');
font-weight: normal;
font-style: normal;
}
#spider_popup_wrap .fa,
div[id^="bwg_container"] .fa {
display: inline-block;
font-family: FontAwesome !important;
font-style: normal;
font-weight: normal;
line-height: 1 !important;
text-rendering: auto;
-webkit-font-smoothing: antialiased !important;
-moz-osx-font-smoothing: grayscale !important;
} .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: spin 2s infinite linear;
-moz-animation: spin 2s infinite linear;
-o-animation: spin 2s infinite linear;
animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
0% {
-moz-transform: rotate(0deg);
}
100% {
-moz-transform: rotate(359deg);
}
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
}
}
@-o-keyframes spin {
0% {
-o-transform: rotate(0deg);
}
100% {
-o-transform: rotate(359deg);
}
}
@-ms-keyframes spin {
0% {
-ms-transform: rotate(0deg);
}
100% {
-ms-transform: rotate(359deg);
}
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(359deg);
}
}
.fa-rotate-90 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-ms-transform: rotate(270deg);
-o-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
-webkit-transform: scale(-1, 1);
-moz-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
-o-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);
-moz-transform: scale(1, -1);
-ms-transform: scale(1, -1);
-o-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-resize-full:before,
.fa-expand:before {
content: "\f065";
}
.fa-resize-small:before,
.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-resize-vertical:before,
.fa-arrows-v:before {
content: "\f07d";
}
.fa-resize-horizontal:before,
.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: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-fullscreen:before,
.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 {
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-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";
}.calendar_widget_content table .events li .event-details-container {
display: none;
}
.calendar_main:after, #ecwd-events-content .event-detalis:after,
.ecwd_list .event-organizers:after,
.ecwd_list .event-venue:after {
content: '';
clear: both;
display:table;
}
.calendar_main a:not(.cpage){
text-decoration:none;
border-bottom:0  !important;
}
.calendar{
margin:0;
margin-left:0;
width:auto;
}
.calendar-head{
display:table;
width: 100%;
height: 85px;
color:#fff;
}
.ecwd-url{
margin-bottom: 5px;
}
.calendar_main .ecwd_calendar  .metainfo,
.ecwd_countdown_info  .metainfo{
padding-left: 26px;
}
.cal_blue .event-details img {
margin: 7px 20px 7px 0 !important;
max-width: 200px;
}
.ecwd-page-full div[class^="ecwd-page-"] .event-details img {
margin: 7px 20px 7px 0 !important;
max-width: 110px;
float: left;
}
.ecwd_calendar_view_tabs  ul li:first-child{
border-left: 0px;
}
.ecwd_calendar_view_tabs  ul li:last-child{
border-right: 0px;
}
.event-details-title h5,
.ecwd_list h3{
margin: 0 0 6px 0 !important;
font-size: 18px !important;
font-weight: normal !important;
line-height: 1 !important;
clear: none !important;
text-transform: none;
font-style: italic;
}
.event-details-title .event-metalabel{
width:15px;
height:15px;
display:inline-block;
float:left;
margin-right: 7px;
margin-top: 2px;
}
.ecwd-widget-mini .event-details-title .event-metalabel{
width:6px;
height:6px;
margin-top: 7px;
}
.ecwd-widget-mini .ecwd-detalis img{
max-width: 95%;
}
.cal_blue.ecwd_calendar_container {
width:100% !important;
color:#262e3a !important;
border:none !important;
background:#FFFFFF !important;
font-family: "Lucida Grande","Lucida Sans Unicode",sans-serif;
font-size:10px !important;
table-layout: fixed !important;
margin: 0 0 10px 0 !important;
overflow: visible;
}
table.cal_blue.ecwd_calendar_container #month_selector {
width:auto;
float:left;
padding:0 1em;
margin:0;
}
table.cal_blue.ecwd_calendar_container select option {
font-weight:normal;
background:#f3f5f9;
text-shadow:none;
filter:none;
color:#262e3a;
}
table.cal_blue.ecwd_calendar_container th {
margin: 0;
border: 1px solid #ededed;
border-left:0;
display: table-cell;
}
table.cal_blue.ecwd_calendar_container td {
margin: 0;
border-width: 0 1px 1px 0;
display: table-cell;
}
table.cal_blue.ecwd_calendar_container .normal-day-heading, table.cal_blue.ecwd_calendar_container .weekend-heading {
color:#585858 !important;
font-size:1.6em;
height:1.2em;
line-height:1.2em;
text-align:center;
font-weight: normal;
padding: 4px 0;
vertical-align: middle;
text-transform: none;
}
table.cal_blue.ecwd_calendar_container .day-with-date, table.cal_blue.ecwd_calendar_container .open-details , table.cal_blue.ecwd_calendar_container .day-without-date {
vertical-align: text-top;
text-align: left; height: 8em;
width: 14.3%;
font-size: 1.4em;
}
.calendar_main .ecwd_calendar img{
margin-left:inherit !important;
}
.calendar_main .ecwd_calendar {
font-family: Sans-serif;
max-width: 100%;
width: 100%;
float: left;
position: relative;
border: 0px solid transparent;
}
.calendar_main .ecwd_calendar .ecwd_calendar_container> ul,
.calendar_main .ecwd_calendar .ecwd_calendar_container>ul >li,
.calendar_main .ecwd_calendar .ecwd_calendar_container> ul.ecwd_list >li,
.calendar_main .ecwd_calendar .ecwd_calendar_container> ul.week-event-list >li,
.calendar_main .ecwd_calendar .ecwd_calendar_container> ul.day-event-list >li,
.calendar_main .ecwd_calendar .ecwd_calendar_container>ul.day4-event-list> li{
list-style: none !important;
list-style-image: none !important;
margin: 0 !important;
padding: 0 !important;
}
.calendar_main .ecwd_calendar .filter-container{ overflow:hidden;
position: relative;
}
.ecwd_calendar_view_tabs .filter-container  ul{
list-style: outside none none  !important;
padding: 0px  !important;
margin: 0px !important;
overflow: hidden;
position: relative;
float: left;
width: 700%;
}
table.cal_blue.ecwd_calendar_container .open-details li {
padding-top:5px;
padding-bottom:0px;
font-size:0.7em;
}
table.cal_blue.ecwd_calendar_container .no-events {
cursor:default;
}
table.cal_blue.ecwd_calendar_container .has-events {
cursor:pointer;
}
table.cal_blue.ecwd_calendar_container .has-events:hover {
-webkit-box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px;
box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px;
}
table.cal_blue.ecwd_calendar_container .week-start {
border-left:1px solid #D6DDE2;
}
table.cal_blue.ecwd_calendar_container .week-number {
border-bottom:none;
border-right:none;
vertical-align:middle;
padding:2px;
font-size:1.8em;
font-weight:bold;
text-shadow: 0 1px 1px rgba(1,2,2,.3);
filter: Shadow(Color=#010202, Direction=135, Strength=1);
}
table.cal_blue.ecwd_calendar_container td ul li {
cursor: pointer;
list-style: none outside none !important;
position: relative;
padding: 5px;
font-size:0.8em;
text-shadow:none;
line-height:1.2em;
}
table.cal_blue.ecwd_calendar_container td ul li span.event-time {
font-weight:bold;
font-size:0.8em;
}
table.cal_blue.ecwd_calendar_container .week-number span {
color:#fdfefe;
}
table.cal_blue.ecwd_calendar_container .event-details div {
word-break: break-word;
word-wrap: break-word;
white-space: normal;
}
table.cal_blue.ecwd_calendar_container .day-without-date div {
text-align:center;
}
table.cal_blue.ecwd_calendar_container .current-day {
text-align:left;
vertical-align:text-top; }
table.cal_blue.ecwd_calendar_container td ul {
margin:0;
padding:1px 0 !important;
text-align:left;
}
table.cal_blue.ecwd_calendar_container td > div, table.cal_blue.ecwd_calendar_container th > div {
position:relative;
}
table.cal_blue.ecwd_calendar_container .previous {
position:relative;
width:auto;
margin-top:0.6em;
font-size:1.4em;
float:left;
}
table.cal_blue.ecwd_calendar_container .next {
position:relative;
width:auto;
margin-top:0.6em;
font-size:1.4em;
float:right;
}
table.cal_blue.ecwd_calendar_container .previous span, table.cal_blue.ecwd_calendar_container .next span {
font-size:1.5em;
line-height:0.5em;
}
table.cal_blue.ecwd_calendar_container .previous a, table.cal_blue.ecwd_calendar_container .next a {
color:#fdfefe;
text-decoration:none;
}
div.ecwd-page-month table.cal_blue div.event-details-container, div.ecwd-page-full table.cal_blue div.event-details-container {
display: none;
position: absolute;
z-index: 10;
padding: 0 0 0 10px;
left: 100%;
top: 0;
}
div.ecwd-page-month table.cal_blue tr td:nth-child(5) div.event-details-container, div.ecwd-page-full table.cal_blue tr td:nth-child(5) div.event-details-container,
div.ecwd-page-month table.cal_blue tr td:nth-child(6) div.event-details-container, div.ecwd-page-full table.cal_blue tr td:nth-child(6) div.event-details-container,
div.ecwd-page-month table.cal_blue tr td:nth-child(7) div.event-details-container, div.ecwd-page-full table.cal_blue tr td:nth-child(7) div.event-details-container {
left: auto;
right: 100%;
margin-right: 11px;
}
div.ecwd-page-month table.cal_blue tr td:nth-child(5) div.event-details-container, div.ecwd-page-full table.cal_blue tr td:nth-child(5) div.event-details-container .ecwd-event-arrow-right,
div.ecwd-page-month table.cal_blue tr td:nth-child(6) div.event-details-container, div.ecwd-page-full table.cal_blue tr td:nth-child(6) div.event-details-container .ecwd-event-arrow-right,
div.ecwd-page-month table.cal_blue tr td:nth-child(7) div.event-details-container, div.ecwd-page-full table.cal_blue tr td:nth-child(7) div.event-details-container .ecwd-event-arrow-right{
display:block;
}
div.ecwd-page-month table.cal_blue tr td:nth-child(5) div.event-details-container, div.ecwd-page-full table.cal_blue tr td:nth-child(5) div.event-details-container .ecwd-event-arrow,
div.ecwd-page-month table.cal_blue tr td:nth-child(6) div.event-details-container, div.ecwd-page-full table.cal_blue tr td:nth-child(6) div.event-details-container .ecwd-event-arrow,
div.ecwd-page-month table.cal_blue tr td:nth-child(7) div.event-details-container, div.ecwd-page-full table.cal_blue tr td:nth-child(7) div.event-details-container .ecwd-event-arrow{
display:none;
}
div.ecwd-page-full .has-events ul.more_events > li div.event-details-container {
display: none;
position: relative;
z-index: 10;
left: 0;
top: 0;
padding: 0;
}
div.ecwd-page-full .has-events ul.more_events > li div.ecwd-event-arrow,
div.ecwd-page-full .has-events ul.more_events > li div.ecwd-event-arrow-right {
display: none;
}
div.ecwd-page-full .has-events ul.more_events > li div.event-details {
max-width:100%;
width: auto;
box-shadow:none;
-webkit-box-shadow:none;
border: none;
border-top: 1px solid rgba(0,0,0,0.25);
}
.calendar_main .ecwd_calendar td{
padding:1px !important;
border: solid #D6DDE2;
border-width: 0 1px 1px 0;
}
.ecwd-events-day-details ul.events{
list-style-type: none;
list-style-image: none;
padding:0;
margin:0;
}        div.ecwd-page-month table.cal_blue div.event-details, div.ecwd-page-full table.cal_blue div.event-details {
color: #585858;
background: none repeat scroll 0% 0% #fff;
padding: 10px;
max-height:350px;
overflow-y: auto;
border:1px solid rgba(0,0,0,0.25);
-moz-box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
-webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
}
div.ecwd-page-full table.cal_blue div.ecwd-event-arrow,
div.ecwd-page-full table.cal_blue div.ecwd-event-arrow-right  {
content: ' ';
position: absolute;
z-index: 1;
top: 8px;
font-size: 25px;
font-style: normal;
display: inline-block;
width: 0;
height: 0;
border-width: 11px !important;
}
div.ecwd-page-full table.cal_blue div.ecwd-event-arrow {
left: 0px;
border-top: solid transparent;
border-bottom: solid transparent;
border-width: 11px !important;
border-right: solid rgba(0,0,0,0.25);
}
div.ecwd-page-full table.cal_blue div.ecwd-event-arrow-right {
right: -10px;
border-top: solid transparent;
border-bottom: solid transparent;
border-width: 11px !important;
border-left: solid rgba(0,0,0,0.25);
border-right-width: 0;
display:none;
}
div.ecwd-page-full table.cal_blue div.ecwd-event-arrow:before,
div.ecwd-page-full table.cal_blue div.ecwd-event-arrow-right:before {
content: ' ';
position: absolute;
z-index: 11;
top: -10px;
border-width: 10px !important;
}
div.ecwd-page-full table.cal_blue div.ecwd-event-arrow:before {
left: 1px;
border-top: solid transparent;
border-bottom: solid transparent;
border-right: solid #ffffff;
border-left-width: 0;
}
div.ecwd-page-full table.cal_blue div.ecwd-event-arrow-right:before {
right: 1px;
border-top: solid transparent;
border-bottom: solid transparent;
border-left: solid #ffffff;
border-right-width: 0;
} div.ecwd-page-full table.cal_blue ul.events > li {
margin-left: 0px !important;
border-bottom:1px solid #CFD7DE;
position: relative;
padding: 7px  !important;
}
div.ecwd-page-full table.cal_blue ul.more_events > li {
padding: 0px  !important;
}
div.ecwd-page-full table.cal_blue ul.more_events > li > span,
div.ecwd-page-full table.cal_blue ul.more_events > li > a {
padding: 7px  !important;
display:inline-block;
pointer-events: none;
}
div.ecwd-page-full table.cal_blue ul.events > li img{
display:inline-block;
}
div.ecwd-page-full table.cal_blue ul.events > li:last-child {
border-bottom:0px;
}
.calendar_main .ecwd_calendar  div.event-details {
font-size: 14px;
font-style: italic;
width: 340px;
line-height: 1.3;
}
.calendar_main .ecwd_calendar.ecwd-widget-mini  div.event-details {
max-width: 100% !important;
}
@media only screen and (max-width: 768px){
.ecwd-events-day-details{
margin-top: 30px;
padding: 0 5px 5px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
div.ecwd-page-full table  ul.events{
display:none;
}
.ecwd-page-full table.cal_blue.ecwd_calendar_container td {
height:50px;
}
.ecwd-page-full table.cal_blue.ecwd_calendar_container .has-events:after {
content: '';
display: block;
height: 8px;
width: 8px;
padding: 0;
background-color: #10738B;
margin: 13px auto 0;
}
table.cal_blue.ecwd_calendar_container .normal-day-heading, table.cal_blue.ecwd_calendar_container .weekend-heading {
font-size: 1.4em;
}
.calendar_main .ecwd_calendar.ecwd-page-full div.event-details {
font-size: 1.15em !important;
width: 100%;
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom: 1px solid #CCC;
}
}
table.cal_blue.mini {
width: 100%;
}
.calendar_main .ecwd_calendar.ecwd-widget-mini {
float: none;
margin: 0 auto;
width: 100%;
max-width: 280px;
}
.ecwd-widget-mini .ecwd-week-date,
.ecwd-widget-mini .ecwd-list-date {
width:10%;
float: left;
height: 42px;
padding: 10px 0 0 0 !important ;
text-align: center !important;
line-height: 21px !important;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.ecwd-widget-mini  .day4-event-list h3,
.ecwd-widget-mini  .ecwd_list h3,
.ecwd-widget-mini  .day-event-list h3,
.ecwd-widget-mini  .week-event-list h3{
margin: 0px 0px 0px 0px !important;
font-size: 16px !important;
line-height: 20px !important;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
padding-left: 2px;
box-sizing: border-box;
}
.ecwd-widget-mini .event-main-content{
float: right;
width: 89.8%;
min-height: 42px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.event-main-content.no-events{
padding: 8px 10px;
}
.ecwd_calendar.ecwd-widget-mini .ecwd_list li,
.ecwd-widget-mini.ecwd_calendar .day4-event-list li,
.ecwd-widget-mini.ecwd_calendar .day-event-list li,
.ecwd-widget-mini.ecwd_calendar .week-event-list li {
border: 0;
margin-bottom:0 !important;
}
.ecwd_calendar.ecwd-widget-mini .ecwd_list li:before,
.ecwd-widget-mini.ecwd_calendar .day4-event-list li:before,
.ecwd-widget-mini.ecwd_calendar .day-event-list li:before,
.ecwd-widget-mini.ecwd_calendar .week-event-list li:before {
content:none;
}
.ecwd-widget-mini .event-container,
.ecwd-widget-mini .ecwd_list .event-main-content,
.ecwd-widget-mini .ecwd-no-image.event-container,
.ecwd-widget-mini  .ecwd_calendar li.ecwd-no-image {
padding: 0 4px 0px !important;
overflow: hidden;
}
.ecwd-widget-mini .arrow-down {
display: block;
background: url(//i1.wp.com/fosci.org/wp-content/plugins/event-calendar-wd/css/images/arrow_down.png) no-repeat right center;
position: absolute;
bottom: 1px;
width: 20px;
cursor: pointer;
height: 9px;
right: 0px;
transition: all 0.3s;
}
.ecwd-widget-mini .arrow-down.open {
background: url(//i1.wp.com/fosci.org/wp-content/plugins/event-calendar-wd/css/images/arrow_up.png) no-repeat right center;
}
.ecwd-widget-mini  .ecwd-time, .ecwd-widget-mini  .ecwd-date {
margin-right: 0px;
margin-bottom: 1px;
width: 95%;
}
.ecwd-widget-mini.ecwd_calendar .week-event-list .event-conten{
padding: 0 !important;
}
.ecwd-widget-mini.ecwd_calendar li.ecwd-no-image .ecwd-list-date,
.ecwd-widget-mini.ecwd_calendar .week-event-list .ecwd-no-image .ecwd-list-date{
margin-left: 0px !important;
}
.ecwd_calendar.ecwd-widget-mini .ecwd-events-day-details li:before,
.ecwd_calendar.ecwd-widget-mini .ecwd-events-day-details li:after{
content:'';
border:0 !important;
}
.ecwd_calendar.ecwd-widget-mini  .ecwd-events-day-details li .ecwd-detalis,
.ecwd_calendar.ecwd-widget-mini  .ecwd-events-day-details li .ecwd-date,
.ecwd_calendar.ecwd-widget-mini  .ecwd-events-day-details li .ecwd-time{
padding-left:10px;
}
.ecwd_calendar.ecwd-widget-mini  .ecwd-events-day-details li:last-child{
border-bottom: 0px;
}
table.cal_blue.mini .calendar-heading {
padding:0 0 2px 0;
font-size:1.2em;
height:1.2em;
}
table.cal_blue.mini .week-number {
font-size:1.2em;
}
table.cal_blue.mini td {
list-style: none outside none;
font-size:1.4em !important;
text-shadow:none;
font-family: Segoe UI;
height: 40px;
text-align: center;
white-space: nowrap;
padding: 2px !important;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
position:relative;
vertical-align: middle !important;
}
table.cal_blue.mini td ul li {
list-style: none outside none;
overflow: hidden;
display: inline-block;
font-size:0.8em;
text-shadow:none;
}
table.cal_blue.mini td ul li:last-child {
margin-right: 0 !important;
}
table.cal_blue.mini .previous,
table.cal_blue.mini .next,
.calendar_main .ecwd_calendar .previous,
.calendar_main .ecwd_calendar .next  {
float:none;
}
table.cal_blue.mini .previous span,
table.cal_blue.mini .next span,
.calendar_main .ecwd_calendar .previous span,
.calendar_main .ecwd_calendar .next span {
font-size:1em;
line-height:22px;
}
.calendar_main .ecwd_calendar .month-name{
display:none;
}
.calendar_main .ecwd_calendar .ecwd_calendar_prev_next{
text-align: center; z-index: 3;
position: relative;
}
table.cal_blue.mini .previous,
.calendar_main .ecwd_calendar .previous{
left:0px;
}
table.cal_blue.mini .next,
.calendar_main .ecwd_calendar .next {
right:0px;
}
table.cal_blue.mini .normal-day-heading, table.cal_blue.mini .weekend-heading {
font-size:1.3em;
height:1em;
line-height:1em;
padding: 3px 0;
}
table.cal_blue.mini td ul {
text-align: right;
overflow: hidden;
max-width: 20px;
max-height: 9px;
float: right;
min-width: 16px;
padding: 0 !important;
}
table.cal_blue.mini .day-without-date, table.cal_blue.mini .day-with-date {
height: 40px;
text-align: center;
white-space: nowrap;
padding: 2px !important;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
position:relative;
vertical-align: middle;
}
table.cal_blue.mini td ul.events li {
width:6px;
height:6px !important;
padding: 0 !important;
text-indent: 100%;
position: absolute;
bottom: 2px;
right: 2px;
background-color: #10738B;
}
table.cal_blue.mini td.current-day ul.events li {
width:6px;
height:6px !important;
padding: 0 !important;
text-indent: 100%;
position: absolute;
bottom: 2px;
right: 2px;
background-color: #F9F9F9;
}
td.has-events ul.events li.inmore{
display: none;
}
table.cal_blue.mini td ul.events li:nth-child(2) {
bottom: 2px;
right: 10px;
}
table.cal_blue.mini td ul.events li:nth-child(3) {
bottom: 2px;
right: 18px;
}
table.cal_blue.mini td ul.events li:nth-child(4) {
bottom: 2px;
right: 26px;
}
div.ecwd-widget-mini  table td.has-events {
position: relative;
}
div.ecwd-page-full td.has-events {
position: static;
} .ecwd-poster-board{
}
.ecwd-poster-board .ecwd-poster-item{
width: 30%;
overflow: hidden;
margin: 15px 0 0 12px;
}
.ecwd-poster-board .ecwd-poster-item .ecwd-event-details{
margin-bottom:12px;
font-style:italic;
}
.ecwd-poster-board .ecwd-poster-item .ecwd-event-details .date{
float: left; margin: 0 5px 10px 0;
line-height: 1;
}
.ecwd-poster-board .ecwd-poster-item .ecwd-event-details .date span.weekday,
.ecwd-poster-board .ecwd-poster-item .ecwd-event-details .date span.month{
width: 29px;
font-size: 11px;
padding: 2px 1px !important;
text-align: center;
line-height: 16px;
}
.ecwd-poster-board .ecwd-poster-item .ecwd-event-details .date span.datenumber1,
.ecwd-poster-board .ecwd-poster-item .ecwd-event-details .date span.datenumber2{
font-size: 28px;
padding: 0px 4px !important;
text-align: center;
line-height: 41px;
}
.ecwd-poster-board .ecwd-poster-item .ecwd-event-details .date span.datenumber1{
margin-left:1px !important;
}
.ecwd-poster-board .ecwd-poster-item .ecwd-event-details .date span.datenumber2{
margin-left: -4px !important;
}
.ecwd-poster-board .ecwd-poster-item .ecwd-event-details .date span.weekday-block{
float:left;
width: 29px;
font-size: 11px;
}
.ecwd-poster-board .ecwd-poster-item .ecwd-poster-img{
width: 100%;
max-height:150px;
overflow: hidden;
margin-bottom:2px;
}
.ecwd-poster-board .ecwd-poster-item .ecwd-poster-img img{
max-width: 100%;
height:auto;
}
.ecwd-poster-board .ecwd-poster-item  .ecwd-event-header h2{
font-size: 17px !important;
line-height: 1;
font-weight: normal;
margin: 0;
clear:none;
text-transform: none;
}
.cal_blue.ecwd_calendar_container .view-buttons a {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
display:block;
float:left;
margin-left:4px;
font-size: 1.3em;
padding: 6px;
text-decoration: none;
-webkit-box-shadow: 0 1px 2px rgba(1,2,2,.2);
-moz-box-shadow: 0 1px 2px rgba(1,2,2,.2);
box-shadow: 0 1px 2px rgba(1,2,2,.2);
}
table.cal_blue.ecwd_calendar_container select {
word-break: break-word;
padding:6px;
width:auto;
font-size:1.4em;
font-weight:bold;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
outline:none;
text-shadow: 0 1px 1px rgba(1,2,2,.3);
-webkit-box-shadow: 0 1px 2px rgba(1,2,2,.2);
-moz-box-shadow: 0 1px 2px rgba(1,2,2,.2);
box-shadow: 0 1px 2px rgba(1,2,2,.2);
}
.ecwd_calendar_view_tabs{
position: relative;
}
.ecwd_calendar_view_tabs:after,
.ecwd-list-date-cont:after,
.calendar_main .ecwd_calendar .ecwd_list li:after,
.calendar_main .ecwd_calendar .day-event-list li:after,
.calendar_main .ecwd_calendar .day4-event-list li:after,
.calendar_main .ecwd_calendar .week-event-list li:after,
.calendar_main .ecwd_calendar .event-container:after,
.ecwd-time:after,.ecwd-date:after,.ecwd-detalis:before,.ecwd-location:before,.ecwd-location:after,.ecwd-event-header:after,.ecwd_calendar.ecwd-page-full div.event-details:after,.event-details:after,.ecwd-social ul:after,.ecwd-organizer-events ul:after,.ecwd-venue-events ul:after,.event-content:after,.ecwd_countdown:after,.ecwd-poster-board .ecwd-poster-item .ecwd-event-content:after{
content:'';
display:table;
clear:both;
}
.ecwd_countdown{
margin-bottom: 10px;
}
.ecwd-detalis,.ecwd-location{
clear:both;
}
.ecwd_calendar_view_tabs  ul li{
display: inline-block;
width: 150px;
text-align: center;
}
.ecwd_calendar_view_tabs  ul li a{
display: block;
padding: 13.5px 0px;
text-decoration: none;
font-size: 16px;
line-height: 22px;
}
.ecwd_calendar_view_tabs  ul li.ecwd-selected-mode a{
text-shadow: none;
}
.ecwd_calendar_view_tabs  ul li:first-child.ecwd-selected-mode a{
border-left: 1px solid rgba(0,0,0,0.2);
}
.ecwd_calendar_view_tabs  ul li:last-child.ecwd-selected-mode a{
border-right: 1px solid rgba(0,0,0,0.2);
}
.cal_blue.mini.ecwd_calendar_container {
border:none;
background:#F2F2F2;
}
.ecwd-widget-mini .ecwd-events-day-details .event-details-title h5{
margin: 0 0 6px 0 !important;
font-size: 16px !important;
font-weight:normal !important;
color:inherit !important;
line-height: 1 !important;
clear: none !important;
}
.ecwd-widget-mini .ecwd_calendar_view_dropdown a {
color:#585858;
}
.ecwd-widget-mini .ecwd_calendar_view_dropdown span {
font-size: 13px;
}
.cal_blue.ecwd_calendar_container .events li > span,
.cal_blue.ecwd_calendar_container .events li > a {
color: #585858;
font-size: 14px;
font-style: italic;
line-height: 17px;
word-wrap: break-word;
word-break: break-word;
}
.event-details-container .event-details-title h5  a {
color: #585858;
font-size: 17px;
line-height: 19px;
font-style: italic;
}
.event-main-content h3 a {
color: #585858;
font-size: 17px;
line-height: 19px;
font-style: italic;
}
.site-footer .widget h3.event-title a, h3.event-title a, .site-footer .widget h3.event-title a, h3.event-title span {
color: #585858;
cursor: pointer;
}
.event-main-content  a:hover,  .event-details-container  a:hover{
text-decoration: underline !important;
color: #585858  ;
}
.cal_blue.calendar .events>li>a> span {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 50%;
display: inline-block;
}
.cal_blue.ecwd_calendar_container .view-buttons {
float:right;
margin:0;
position:relative;
}
.event-metalabel{
width: 20px;
height: 20px;
float:left;
margin-right: 6px;
}
.ecwd-time,.ecwd-date{
float:left;
margin-right: 17px;
margin-bottom: 8px;
}
.ecwd-time .metainfo{
background: url(//i1.wp.com/fosci.org/wp-content/plugins/event-calendar-wd/css/images/time.png) no-repeat;
}
.ecwd-date .metainfo{
background: url(//i1.wp.com/fosci.org/wp-content/plugins/event-calendar-wd/css/images/date.png) no-repeat;
}
.ecwd-date .ecwd_timezone,
.calendar_main .ecwd_calendar  .metainfo,
.ecwd_countdown_info  .metainfo,
.event-detalis span, .event-detalis a{
display: inline-block;
font-size: 14px;
font-style: italic;
line-height: 1.3;
}
.ecwd-date .ecwd_timezone{
margin-left: 11px;
}
.event-detalis .event-detalis-org a{
display: inline;
}
.ecwd_countdown_info  .ecwd-date{
float:none;
}
.calendar_main .ecwd_calendar .filter-arrow-right,
.calendar_main .ecwd_calendar .filter-arrow-left{
position: absolute;
top:0;
height:100%;
width:30px;
display:none;
z-index: 2;
text-decoration: underline;
text-align: center;
padding-top: 4px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
cursor:pointer;
line-height: 32px;
}
.calendar_main .ecwd_calendar .ecwd_calendar_filters .filter-arrow-right,
.calendar_main .ecwd_calendar .ecwd_calendar_filters .filter-arrow-left{
line-height: 20px;
height: 40px;
margin-top: 1px;
}
.calendar_main .ecwd_calendar .filter-arrow-right{
right:0;
}
.calendar_main .ecwd_calendar .filter-arrow-left{
top:0;
}
.calendar_main .ecwd_calendar .filter-container li{
position: relative;
left:0;
margin: 0 !important;
}
.ecwd_calendar_filters > select{
color:#585858;
}
.ecwd_calendar_filters .ecwd-category-container,
.ecwd_calendar_filters .ecwd-tag-container, .ecwd-venue-container, .ecwd-organizer-container,
.ecwd_calendar_view_dropdown {
color:#585858;
}
.ecwd_calendar_filters .ecwd-category-container a,
.ecwd_calendar_filters .ecwd-tag-container a{
color:#585858;
font-size: 15px;
}
.ecwd_calendar_filters .ecwd-category-container a:hover,
.ecwd_calendar_filters .ecwd-tag-container a:hover{
color:#585858;
}
.ecwd_calendar_filters .ecwd-dropdown-menu>div,
.ecwd_calendar_view_dropdown .ecwd-dropdown-menu>div{
font-size: 14px;
font-style: italic;
padding: 6px 0;
border-bottom: 1px solid #E4E4E4;
color:#676767;
cursor: pointer;
position: relative;
padding-left: 15px;
}
.ecwd_calendar_view_dropdown .ecwd-dropdown-menu>div{
font-size: 13px;
padding: 5px 0;
padding-left: 7px;
}
.ecwd-tag-container  .ecwd-dropdown-menu>div{
display: inline-block;
border: 1px solid transparent !important;
padding: 0px 9px !important;
background-size: 100% 100%;
background-repeat: no-repeat;
}
.calendar_main .ecwd_calendar .filter-container:after{
content:'';
display:table;
clear:both;
}
.calendar_main .ecwd_calendar div:focus,
.calendar_main .ecwd_calendar a:focus,
.calendar_main .ecwd_calendar a:active{
outline:0;
}
.calendar_main .ecwd_calendar a{
text-decoration:none !important;
}
.ecwd-widget-mini .calendar-head{
height: 45px;
}
.calendar-head a{
display:inline-block;
}
.calendar-head .previous,
.calendar-head .next{
width:20%;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
display:table-cell;
vertical-align: middle; }
.calendar-head .current-month{
line-height: 1.5;
text-align: center;
width: 60%;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
display:table-cell;
vertical-align: middle; }
.ecwd-widget-mini  .calendar-head .current-month{
font-size:16px;
border-left:0px;
border-right:0px;
}
.calendar-head .previous{
text-align: left;
padding-left: 2%;
}
.calendar-head .next{
text-align: right;
padding-right: 2%;
}
.ecwd-widget-mini .calendar-head .previous,
.ecwd-widget-mini .calendar-head .next{
border-right:0px;
border-left:0px;
}
.calendar_main .ecwd_calendar td .day-number{
line-height: 1;
} .ecwd_calendar_filters > select{
border: 1px solid #E5E4E4;
height: 40px;
padding: 0 50px 0 25px;
margin: 1px 1px 1px 0;
-webkit-appearance: none;
background:url(//i1.wp.com/fosci.org/wp-content/plugins/event-calendar-wd/css/images/select.png) no-repeat right center;
}
.ecwd_calendar_filters select:focus{
outline:0;
}
.ecwd_calendar_filters .ecwd-dropdown-toggle{
display:inline-block;
}
.ecwd_calendar_filters .ecwd-category-container,
.ecwd_calendar_filters .ecwd-tag-container, .ecwd-venue-container, .ecwd-organizer-container,
.ecwd_calendar_view_dropdown {
width: 164px;
float: left;
position: relative;
left: 0;
display:inline-block;
min-height: 40px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
padding: 2px 0 2px 10px;
cursor: pointer;
border: 1px solid #E5E4E4;
margin: 1px 1px 1px 0;
background:url(//i1.wp.com/fosci.org/wp-content/plugins/event-calendar-wd/css/images/select.png) no-repeat right center;
}
.ecwd_calendar_view_dropdown {
max-width: 100%;
width: 100%;
background:#ffffff url(//i1.wp.com/fosci.org/wp-content/plugins/event-calendar-wd/css/images/select.png) no-repeat right center;
height: 30px;
padding: 5px 0 0 10px;
line-height: 1;
}
.ecwd_calendar_filters  .ecwd-dropdown-menu{
max-height: 250px;
min-width: 195px !important;
overflow: auto;
}
.ecwd-tag-container  .ecwd-dropdown-menu{
padding: 6px !important;
}
.ecwd-widget-mini  .ecwd_calendar_view_dropdown{
min-height:30px !important;
z-index: 3;
}
.ecwd-widget-mini  .ecwd_calendar_view_dropdown>a{
line-height: 18px;
}
.ecwd_calendar_filters .ecwd-dropdown-menu,
.ecwd_calendar_view_dropdown .ecwd-dropdown-menu{
min-width: 178px;
background:#fff;
z-index: 1;
position: absolute;
top:100%;
left:0;
display: none;
padding: 0 10px;
border:1px solid #C5C5C5;
}
.ecwd_calendar_view_dropdown .ecwd-dropdown-menu{
min-width: 152px;
padding: 0 4px;
width: 100%;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.ecwd_calendar_filters .ecwd-dropdown-menu .ecwd-tooltip-trigger{
position: absolute;
left: 0;
top: 13px;
width: 6px;
height: 6px;
border-radius: 6px;
}
.ecwd_calendar_filters:after{
background: #fff;
}
.ecwd_calendar_filters:after{
content:'';
display: table;
clear: both;
}
.ecwd-category-container:hover  .ecwd-dropdown-menu,
.ecwd-venue-container:hover  .ecwd-dropdown-menu,
.ecwd-organizer-container:hover  .ecwd-dropdown-menu,
.ecwd_calendar_view_dropdown:hover  .ecwd-dropdown-menu,
.ecwd-tag-container:hover  .ecwd-dropdown-menu{
display: block;
}
.ecwd_calendar_filters_res{
position:relative;
width:220px;
height: 40px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
padding: 7px 0 0 10px;
cursor: pointer;
border: 1px solid #E5E4E4;
margin:10px 0 10px 0;
color: #585858;
background: url(//i1.wp.com/fosci.org/wp-content/plugins/event-calendar-wd/css/images/select.png) no-repeat right center;
display:none;
}
.ecwd_calendar_filters_res a,.ecwd_calendar_filters .ecwd-dropdown-toggle{
color: #585858;
font-size: 15px;
line-height: 19px;
display: table-cell;
vertical-align: middle;
}
.ecwd_calendar_filters_res a:hover,.ecwd_calendar_filters .ecwd-dropdown-toggle:hover{
color: #585858;
}
.filters_res_container{
position:absolute;
z-index:1111;
display:none;
top:100%;
left:0;
background: #fff;
border: 1px solid #E5E4E4;
min-width: 100%;
}
.ecwd_calendar_filters_res:hover .filters_res_container{
display:block;
}
.ecwd_calendar_filters_res .ecwd-filter{
width:100%;
margin:0;
border:0;
border-bottom: 1px solid #E5E4E4;
background: url(//i1.wp.com/fosci.org/wp-content/plugins/event-calendar-wd/css/images/select.png) no-repeat right center;
transition:background 0.1s;
display: table;
}
.ecwd_calendar_filters_res .ecwd-filter:hover{
background: url(//i1.wp.com/fosci.org/wp-content/plugins/event-calendar-wd/css/images/select_left.png) no-repeat right center;
}
.ecwd_calendar_filters_res .ecwd-dropdown-menu{
top: 0;
left: 100%;
}
div[class^="ecwd-page-"].ecwd_calendar  .ecwd-list-date.resp,
div[class^="ecwd-page-"].ecwd_calendar  .ecwd-week-date.resp{
display: none;
} .four-day-event-list > li {
margin: 0 0 20px 0 !important;
padding: 0 0 20px 0 !important;
border-bottom: 1px solid #ccc;
} .calendar_main .ecwd_calendar .ecwd_list > li,
.calendar_main .ecwd_calendar .day4-event-list > li,
.calendar_main .ecwd_calendar .day-event-list > li,
.calendar_main .ecwd_calendar .week-event-list > li{
border:1px solid #D5DCE2;
margin-bottom:1px !important;
clear: both;
}
.calendar_main .ecwd_calendar .week-event-list .ecwd-list-img,
.calendar_main .ecwd_calendar .day4-event-list .ecwd-list-img,
.calendar_main .ecwd_calendar .day-event-list .ecwd-list-img,
.calendar_main .ecwd_calendar .ecwd_list .ecwd-list-img{
width:200px;
float: left;
margin: 0px 10px 5px 0px !important;
border-right: 1px solid #D5DCE2;
border-bottom: 1px solid #D5DCE2;
}
.calendar_main .ecwd_calendar .day4-event-list .ecwd-list-img-container,
.calendar_main .ecwd_calendar .ecwd_list .ecwd-list-img-container,
.calendar_main .ecwd_calendar .day-event-list .ecwd-list-img-container,
.calendar_main .ecwd_calendar .week-event-list .ecwd-list-img-container{
padding: 0 1px 1px 0 !important;
}
.calendar_main .ecwd_calendar .day4-event-list .ecwd-list-img-container img,
.calendar_main .ecwd_calendar .week-event-list .ecwd-list-img-container img,
.calendar_main .ecwd_calendar .day-event-list .ecwd-list-img-container img,
.calendar_main .ecwd_calendar .ecwd_list .ecwd-list-img-container img{
margin-top: 1px;
max-width: 100%;
width: 100%;
height: auto;
}
.calendar_main .ecwd_calendar .ecwd_list .event-content,
.calendar_main .ecwd_calendar .day4-event-list .event-content,
.calendar_main .ecwd_calendar .day-event-list .event-content,
.calendar_main .ecwd_calendar .week-event-list .event-content{
padding:0px 10px 10px !important;
font-size: 15px;
}
.day4-event-list h3,
.ecwd_list h3,
.day-event-list h3,
.week-event-list h3{
margin: 1px 0 10px 0 !important;
font-size: 17px !important;
font-weight: normal !important;
line-height: 18px !important;
text-transform: none;
letter-spacing: 0;
clear: none;
display: block !important;
}
.ecwd-day-date,
.day-event-list .ecwd-week-date,
.day4-event-list .ecwd-week-date,
.week-event-list .ecwd-week-date{
text-align: left;
color:#fff;
padding-left: 5%;
font-size: 15px;
font-style: italic;
}
.ecwd_list .ecwd-list-date{
text-align: center;
color:#fff;
font-size: 15px;
font-style: italic;
}
.ecwd_list .ecwd-list-date-cont,
.day4-event-list .ecwd-list-date-cont,
.day-event-list .ecwd-list-date-cont,
.week-event-list .ecwd-list-date-cont{
display:inline-block;
box-sizing: content-box;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
}
.ecwd-widget-mini .ecwd_list .ecwd-list-date-cont,
.ecwd-widget-mini .day4-event-list .ecwd-list-date-cont,
.ecwd-widget-mini .day-event-list .ecwd-list-date-cont,
.ecwd-widget-mini .week-event-list .ecwd-list-date-cont{
width: 100%;
padding-bottom: 5px;
}
.event-container{
clear:both;
border-bottom: 1px solid #D5DCE2;
}
.event-container:last-child{
border-bottom: 0;
}
.ecwd-img{
width: 100%;
max-height: 150px;
overflow: hidden;
}
.ecwd-no-image .ecwd-img{
height: 0px;
width: 0;
}
.ecwd-no-image .ecwd-list-img{
width: 0 !important;
border: 0 !important;
}
.ecwd-no-image.event-container,
.ecwd-no-image .event-main-content,
.calendar_main .ecwd_calendar li.ecwd-no-image {
padding: 0 10px 10px !important;
}
.calendar_main .ecwd_calendar .ecwd-no-image .event-content,
.ecwd_calendar.ecwd-widget-mini .event-content,
.ecwd_calendar.ecwd-widget-mini .ecwd_list li{
padding:  0 !important;
color: #676767;
} .ecwd_list .ecwd-list-img{
width: 30% !important;
min-height: 21px;
} .ecwd-pagination .cpage-span{
position:relative !important;
display: inline-block !important;
width: 27px !important;
height: 25px !important;
margin: 0 0 5px 0 !important;
float:none !important;
}
.ecwd-pagination .cpage,
.ecwd-pagination .page{
font-size: 15px;
width: 100%;
border: 1px solid #D5DCE2 !important;
display: inline-block;
color:#A5A5A5;
line-height: 24px !important;
}
.ecwd-pagination .cpage{
position:absolute;
top:0;
left:0;
box-shadow: 0 0 7px -3px #CBCBCB inset;
}
.ecwd-pagination .page{
border: 0;
position: absolute;
left: 0;
top: 0;
height: 26px;
width: 27px;
}
.ecwd-pagination .cpage{
background:#fff;;
}
.ecwd-pagination {
margin-top: 20px;
text-align: center;
}
.ecwd-pagination .cpage-span:hover .cpage{
-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1); transform: scale(1.1,1.1); font-size: 16px;
font-weight:bold;
z-index:1;
}
.event-organizers,
.event-detalis-org,
.event-venue{
padding-left: 26px;
font-size: 14px;
font-style: italic;
line-height: 1.4;
margin: 5px 0;
clear: both;
}
.event-detalis .event-detalis-org,.event-detalis .event-venue{
padding-left: 0px;
}
.calendar_main .ecwd_calendar .event-organizers a,
.calendar_main .ecwd_calendar .event-venue a {
color: #010101 !important;
}
.event-main-content .event-organizers,.event-main-content .event-venue{
margin: 0px 0 5px 10px;
min-height: 20px;
}
.ecwd-no-image .event-organizers,.ecwd-no-image .event-venue{
margin-left: 0px;
}
.ecwd_calendar.ecwd-widget-mini  .ecwd-events-day-details li .event-organizers,
.ecwd_calendar.ecwd-widget-mini  .ecwd-events-day-details li .event-venue{
margin-left:10px;
}
.event-organizers{
background:url(//i1.wp.com/fosci.org/wp-content/plugins/event-calendar-wd/css/images/org.png) no-repeat left;
}
.event-venue{
background:url(//i1.wp.com/fosci.org/wp-content/plugins/event-calendar-wd/css/images/loc.png) no-repeat left;
}
.event-detalis .event-venue{
background:none;
}
.day-event-list .event-organizers,
.day-event-list .event-venue,
.ecwd_list .event-organizers,
.ecwd_list .event-venue,
.day4-event-list .event-organizers,
.day4-event-list .event-venue,
.week-event-list .event-organizers,
.week-event-list .event-venue{
clear:none;
display:flex;
margin-bottom:5px;
}
.day4-event-list .event-content,
.ecwd_list .event-content,
.day-event-list .event-content,
.week-event-list .event-content{
margin-top: 10px;
}
.ecwd_list .event-organizers img{
float:left;
margin: 1px 7px 0 0 !important;
}
.ecwd_list .event-venue img{
float:left;
margin: 6px 7px 0 0 !important;
}
.ecwd_list .event-organizers .ecwd-org-cont,
.ecwd_list .event-venue .ecwd-org-cont{
float:left;
} #ecwd-events-content{
max-width: 1000px;
margin: 0 auto 50px;
}
#ecwd-events-pg-template, .ecwd-theme-parent-twentyfourteen #ecwd-events-pg-template {
padding-left: 220px;
}
.event-featured-image{
float: left;
margin: 0 15px 15px 0;
}
#ecwd-events-content .event-featured-image img{
max-width: 100%;
width: auto;
height: auto;
}
#ecwd-events-content .ecwd-event-details{
clear: left;
}
#ecwd-events-content h1{
font-size: 30px;
margin: 10px 0;
} .ecwd-theme-twentyfourteen #ecwd-events-content {
padding-left:0;
padding-right:0;
}
.ecwd-theme-twentyfourteen.events-archive .entry-content {
width:90%;
}
.ecwd-event  .event-venue,
.ecwd-event  .event-detalis-date,
.ecwd-event  .event-detalis-org{
margin-bottom: 8px;
}
.event-detalis{
margin: 5px 0 20px 0;
}
.ecwd-social{
padding:35px 0 20px;
border-top: 1px solid #ddd;
}
.ecwd-event-video{
margin: 35px 0;
}
.ecwd-social ul{
list-style: none !important;
list-style-type: none !important;
padding-left:0;
}
.ecwd-social ul li{
float: left;
margin-right:10px;
max-width: 95%;
}
.ecwd-social ul li>div{
max-width: 95%;
}
.ecwd-social ul li:first-child{
line-height: 19px;
}
.event-detalis .ecwd-event-date-info,
.event-detalis .ecwd-event-url-info,
.event-detalis .ecwd-venue-info,
.event-detalis .ecwd-event-org-info{
display: inline-block;
height: 19px;
width: 21px;
line-height: 1.3;
margin: 0;
}
.event-detalis .ecwd-event-date-info{
background: url(//i1.wp.com/fosci.org/wp-content/plugins/event-calendar-wd/css/images/date.png) no-repeat left bottom;
}
.event-detalis .ecwd-event-org-info{
background: url(//i1.wp.com/fosci.org/wp-content/plugins/event-calendar-wd/css/images/org.png) no-repeat left bottom;
}
.event-detalis .ecwd-event-url-info{
background: url(//i1.wp.com/fosci.org/wp-content/plugins/event-calendar-wd/css/images/url-icon.png) no-repeat left bottom;
}
.event-detalis .ecwd-venue-info{
background: url(//i1.wp.com/fosci.org/wp-content/plugins/event-calendar-wd/css/images/loc.png) no-repeat left bottom;
}
.ecwd-organizer-events ul,
.ecwd-venue-events ul{
list-style: none !important;
list-style-type: none  !important;
padding-left:0 !important; margin: 0 !important;
}
@media only screen and (max-width: 768px){
.event-detalis,.ecwd-social{
float:none;
width:100%;
}
.event-detalis{
margin-right:0px;
}
} .ecwd-organizer-events,
.ecwd-venue-events, .ecwd-upcoming-events{
clear:both;
padding: 0 20px 20px;
margin: 10px 0 20px;
}
.ecwd-organizer-events h3,
.ecwd-venue-events h3,  .ecwd-upcoming-events h3{
text-align:center;
margin: 20px 0 25px;
display: block !important;
}
.upcoming_events_item-img{
float: left;
padding: 0 5px 0 0;
margin: 0 5px 0 0;
clear: both;
}
.upcoming_events_item{
float:left;
left: 0;
position: relative;
margin: 0 !important;
padding: 0 !important;
max-height:300px;
overflow-y: auto;
}
.upcoming_events_item-img  img{
}
.upcoming_events_item .event-date{
font-size: 19px;
font-weight: bold;
margin-bottom: 15px;
line-height: 17px;
}
.upcoming_events_item .event-title a{
font-size: 22px;
font-weight: bold;
}
.upcoming_events_item .event-title{
margin: 0px 0 3px;
line-height: 21px;
}
.upcoming_events_slider{
overflow: hidden;
position: relative;
border: 1px solid #D8DEE4;
}
.upcoming_events_slider .upcoming_event_container{
margin: 10px auto;
}
.upcoming_events_slider-arrow-left,.upcoming_events_slider-arrow-right{
position:absolute;
width:40px;
height:60px;
top:50%;
margin-top:-30px;
cursor:pointer;
z-index: 1;
display: none;
}
.upcoming_events_slider-arrow-left{
left:0;
background: rgba(0,0,0,0.6) url(//i1.wp.com/fosci.org/wp-content/plugins/event-calendar-wd/css/images/arrow_left.png) no-repeat center;
}
.upcoming_events_slider-arrow-right{
right:0;
background: rgba(0,0,0,0.6) url(//i1.wp.com/fosci.org/wp-content/plugins/event-calendar-wd/css/images/arrow_right.png) no-repeat center;
}
.ecwd_map_div{
width: 100%;
height: 300px;
min-height: 300px;
max-width:100%;
}
.ecwd_calendar_container.map .ecwd_map_div img, #ecwd_map_div img, .ecwd_google_map img, .ecwd-show-map img { max-width:none !important; }
.event_dropdown_cont{
border-top: 1px solid #D5DCE2;
display:none;
padding-top: 6px;
}
.ecwd-list-date-cont{
position:relative;
} .ecwd_loader{
display: none;
position: absolute;
background: url(//i1.wp.com/fosci.org/wp-content/plugins/event-calendar-wd/css/images/loading.gif) center center no-repeat; top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 3;
background-color: rgba(255,255,255,0.4);
}
.widget .ecwd_loader{ } a.ecwd-twitter, a.ecwd-facebook, a.ecwd-google-plus{
display: inline-block;
width: 27px;
height: 27px;
text-indent: -9999px;
}
a.ecwd-twitter{
background: url(//i1.wp.com/fosci.org/wp-content/plugins/event-calendar-wd/css/images/twitter_icon.png) no-repeat center center;
}
a.ecwd-facebook{
background: url(//i1.wp.com/fosci.org/wp-content/plugins/event-calendar-wd/css/images/fb_icon.png) no-repeat center center;
}
a.ecwd-google-plus{
background: url(//i1.wp.com/fosci.org/wp-content/plugins/event-calendar-wd/css/images/gplus_icon.png) no-repeat center center;
}
@media only screen and (max-width: 768px){
.ecwd-poster-board .ecwd-poster-item{
width: 45%;
}
}
@media only screen and (max-width: 460px){
.ecwd-poster-board .ecwd-poster-item{
width: 95%;
margin: 15px 5px 0;
}
}
.ecwd-poster-board .ecwd-poster-item .ecwd-event-details .date span:not(.weekday-block):not(.datenumber){
padding:5px;
text-transform:uppercase;
display:inline-block;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
margin:0 1px 1px 0;
border-radius:1px;
}
.ecwd-poster-board .ecwd-poster-item .ecwd-event-content{
background-color: #FFFFFF;
border: 1px solid #C4C4C4;
padding: 10px;
table-layout: fixed;
}
.ecwd-search ::-webkit-input-placeholder {color:#333 !important;}
.ecwd-search ::-moz-placeholder          {color:#333 !important;} .ecwd-search :-moz-placeholder           {color:#333 !important;} .ecwd-search :-ms-input-placeholder      {color:#333 !important;}
.ecwd-page-grid,
.ecwd-page-list,
.ecwd-widget-grid,
.ecwd-widget-list,
.ecwd-event-info {
line-height: 1.5;
} .ecwd-month-title,
.ecwd-list-title {
font-weight: bold;
padding-bottom: 5px;
} .ecwd-list-event,
.ecwd-tooltip-event {
background-color: #ddd;
padding: 0 5px;
}
.ecwd_list li:after{
clear: both;
display: none;
} .ecwd-page-grid .ecwd-calendar .ecwd-caption{ color:#333333;
text-align:center;
}
.ecwd-page-grid .ecwd-calendar{ width:100%;
border-collapse:collapse;
border:1px solid #CCCCCC;
color:#CCCCCC;
}
.ecwd-page-grid .ecwd-calendar th{ border:1px solid #CCCCCC;
text-align:center;
width:14.29%;
padding:0;
}
.ecwd-page-grid .ecwd-calendar td{ border:1px solid #CCCCCC;
text-align:center;
height:80px;
vertical-align:middle;
padding:0;
}
.ecwd-page-grid .ecwd-calendar .ecwd-has-events{ color:#333333;
cursor:pointer;
}
.ecwd-page-grid .ecwd-calendar .ecwd-event-info{ display:none; }
.ecwd-page-grid .ecwd-calendar .ecwd-day-number{ font-size:2em;
}
.ecwd-page-grid .ecwd-calendar .ecwd-today{ background-color:#DDDDDD;
}
.ecwd-page-grid .ecwd-calendar th abbr{ border-bottom:none;
} .ecwd-page-list .ecwd-event {
padding-bottom: 10px;
}
.ecwd-page-list .ecwd-list p{ margin:0;
}
.ecwd-page-list .ecwd-list p span,
.ecwd-page-list .ecwd-list div span{ color:#999999;
} .ecwd-widget-grid .ecwd-calendar .ecwd-caption{
text-align:center;
}
.ecwd-widget-grid .ecwd-calendar{ width:100%;
border:1px solid #CCCCCC;
border-collapse:collapse;
}
.ecwd-widget-grid .ecwd-calendar th{ width:14.29%;
border:1px solid #CCCCCC;
text-align:center;
}
.ecwd-widget-grid .ecwd-calendar td{ color:#CCCCCC;
width:14.29%;
border:1px solid #CCCCCC;
text-align:center;
}
.ecwd-widget-grid .ecwd-calendar .ecwd-has-events{ cursor:pointer;
color:#666666;
}
.ecwd-widget-grid .ecwd-calendar .ecwd-today{ background-color:#DDDDDD;
}
.ecwd-widget-grid  .ecwd-calendar .ecwd-event-info{ display:none; }
.ecwd-widget-grid .ecwd-calendar th abbr{ border-bottom:none;
} .ecwd-widget-list .ecwd-list p{ margin:0;
}
.ecwd-widget-list .ecwd-list p span,
.ecwd-widget-list .ecwd-list div span{ color:#999999;
} .ecwd-event-info{ background-color:#FFFFFF;
}
.ecwd-event-info .ecwd-tooltip-title{ margin:5px;
font-weight:bold;
font-size:1.2em;
}
.ecwd-event-info ul{ padding:0;
margin:5px;
list-style-type:none;
}
.ecwd-event-info ul li{ margin:10px 0 0 0;
}
.ecwd-event-info ul li p{ margin:0;
}
.ecwd-event-info ul li p span,
.ecwd-event-info ul li div span{ color:#999999;
} .ecwd-navbar {
width: 100%;
text-align: center;
clear: both;
overflow: hidden;
}
.ecwd-next,
.ecwd-prev {
white-space: nowrap;
}
.ecwd-prev {
float: left;
}
.ecwd-next {
float: right;
}
.ecwd-month-title {
display: inline-block;
margin: 0 auto;
white-space: nowrap;
} .ecwd-list-grouped .ecwd-event {
margin-left: 5%;
} .ecwd_countdown_info{
}
.ecwd_countdown_info .date{
}
.ecwd_countdown_info .info{
display: inline-block;
font-size: 14px;
font-style: italic;
line-height: 1.3;
}
.ecwd_countdown_info span{
display: block;
}
.ecwd_countdown_info span{
display: block;
}
.ecwd_map_event span{
display: block;
}
.ecwd-event span{
}
.ecwd-event{
padding: 10px;
margin-bottom: 10px;
}
.ecwd-show-map{ }
.ecwd_calendar_view_tabs li.ecwd-search{ padding: 0px 9px;
}
.ecwd-search{
float:right;
}
.ecwd-search input[type="text"] {
display: inline-block;
text-indent: -2000px;
font-weight: 100;
outline: none;
width: 50px !important;
height: 49px !important;
position: absolute;
top: 0;
right: 0;
background: rgba(0,0,0,0) !important;
z-index: 4;
transition: width .6s cubic-bezier(0.000, 0.795, 0.000, 1.000);
cursor: pointer;
border: 0px;
padding: 0;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
border-radius: 0;
font-size: 14px;
}
.ecwd-search input[type="text"]::-webkit-input-placeholder {color: transparent}
.ecwd-search input[type="text"]::-moz-placeholder          {color: transparent}
.ecwd-search input[type="text"]:-moz-placeholder           {color: transparent}
.ecwd-search input[type="text"]:-ms-input-placeholder      {color: transparent}
.ecwd-search input[type="text"]:focus {
width: 250px !important;
z-index: 2;
background-color: #FFFFFF !important;
cursor: text;
text-indent: 5px;
margin: 0 !important;
}
.ecwd-search input[type="text"]:focus::-webkit-input-placeholder {color: #1FA67A}
.ecwd-search input[type="text"]:focus::-moz-placeholder          {color: #1FA67A}
.ecwd-search input[type="text"]:focus:-moz-placeholder           {color: #1FA67A}
.ecwd-search input[type="text"]:focus:-ms-input-placeholder      {color: #1FA67A}
.calendar_main .fa,
.calendar_main + .ecwd_add_event .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);
text-indent: 0px;
position: absolute;
top: 12px;
font-size: 18px;
right: 13px;
line-height: 19px;
color: #676767;
}
.calendar_main .ecwd-search-submit .fa{
top: 17px;
left: 17px;
color: #ffffff;
}
.ecwd-search button,.ecwd-search button:hover {
height: 49px;
width: 50px;
padding:0;
display: inline-block;
float: right;
text-indent: -10000px;
border: none;
position: absolute;
top: 0;
right: 0;
z-index: 2;
cursor: pointer;
-webkit-appearance: inherit;
border-radius: 0;
}
.ecwd-event-cat-icon{
max-width: 20px  !important;
max-height: 20px !important;
margin: 0 7px 2px 0;
}
.ecwd-modal { }
.ecwd-calendar-more-event .modal-footer{
padding: 0 !important;
margin-top: 0 !important;
border-top: 0 !important;
}
.ecwd-modal > div.ecwd-excluded-events,
.ecwd_popup_body > div.ecwd-excluded-events {
width: 400px;
position: relative;
margin: 10% auto;
padding: 2px;
background: #fff;
border: 1px solid #CFD7DE;
}
.ecwd-modal .modal-header,
.ecwd_popup_body .modal-header {
margin: 0 0 1px 0 !important;
padding: 0 0 1px 0;
border-bottom: 1px solid #CFD7DE;
}
.ecwd-modal h4,
.ecwd_popup_body h4 {
margin: 0 !important;
text-align: center;
color: #737373;
font-size: 20px !important;
height: 40px;
line-height: 38px !important;
padding: 0;
}
.ecwd-calendar-more-event .ecwd-modal ul.events li,
.ecwd-calendar-more-event .ecwd_popup_body ul.events li {
opacity: 0.8;
}
.ecwd-modal .ecwd-excluded-events  ul.events > li:hover,
.ecwd_popup_body .ecwd-excluded-events  ul.events > li:hover { opacity: 1;
}
.ecwd-modal .ecwd-excluded-events ul.events li:hover > a,
.ecwd_popup_body .ecwd-excluded-events ul.events li:hover > a{ }
.ecwd-modal .events li .event-metalabel,
.ecwd_popup_body .events li .event-metalabel{
width:15px;
height:15px;
}
.modal-body ul.events li.inmore{
display: inherit !important;
}
.modalDialog {
position: fixed;
overflow-y: scroll;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(0,0,0,0.8);
z-index: 9998;
opacity:0;
-webkit-transition: opacity 400ms ease-in;
-moz-transition: opacity 400ms ease-in;
transition: opacity 400ms ease-in;
pointer-events: none;
}
.modalDialog:target {
opacity:1;
pointer-events: auto;
}
.modalDialog > div {
max-width: 960px;
position: relative;
margin: 10% auto;
padding: 5px 20px 13px 20px;
border-radius: 10px;
background: #fff;
}
.event-content table, .ecwd-detalis table{
table-layout: fixed;
}
.ecwd-events-day-details .event-details-title{
padding: 0 3px;
}
.hidden{
display: none;
}
.ecwd_additional_fields_cont{
padding: 15px 0 4px;
border-top: 1px solid #ddd;
margin-top: 14px;
}
.ecwd_additional_fields_cont ul{
list-style: none !important;
margin: 0 !important;
}
.ecwd_additional_fields_cont ul li{
font-size: 15px;
font-style: italic;
line-height: 1.3;
}
@media only screen and (max-width: 500px){
.calendar-head .previous, .calendar-head .next {
font-size: 14px;
}
.ecwd-events-day-details {
margin-top: 20px;
}
.ecwd_calendar_view_tabs ul li a{
padding: 8px 0px;
font-size: 14px;
}
.ecwd-search input[type="text"]{
height: 38px !important;
}
.calendar_main .ecwd-search-submit .fa {
top: 11px;
}
.month-name{
display:none;
}
.calendar-head {
height: 50px;
}
.calendar-head .current-month{
font-size: 20px;
}
.calendar-head  .previous,.calendar-head .current-month{
border-right:0;
}
.calendar-head  .next,.calendar-head .current-month{
border-left:0;
}
.calendar_main .ecwd_calendar .filter-arrow-right,
.calendar_main .ecwd_calendar .filter-arrow-left{
line-height: 22px;
}
.ecwd-search button,.ecwd-search input[type="text"]{
height: 38px !important;
}
.ecwd_calendar_filters_res{
width: 180px;
height: 36px;
padding: 5px 0 0 10px;
} div[class^="ecwd-page-"] .ecwd_list .event-main-content {
border: 1px solid #D5DCE2;
margin-bottom: 1px;
float: right;
width: 89.8%;
min-height: 42px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
padding: 4px 4px 0 4px !important;
overflow: hidden;
}
div[class^="ecwd-page-"] .event-container{
border: 1px solid #D5DCE2;
margin-bottom: 1px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
padding: 4px !important;
overflow: hidden;
}
div[class^="ecwd-page-"].ecwd_calendar .event-content {
padding: 0 !important;
}
div[class^="ecwd-page-"] .event-content:after {
content:'';
display:table;
clear:both;
}
div[class^="ecwd-page-"] .ecwd-week-date, div[class^="ecwd-page-"] .ecwd-list-date {
width: 10%;
float: left;
height: 42px;
padding: 10px 0 0 0 !important;
text-align: center !important;
line-height: 21px !important;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
div[class^="ecwd-page-"]  .ecwd_list li, div[class^="ecwd-page-"]  .day4-event-list li, div[class^="ecwd-page-"]  .day-event-list li, div[class^="ecwd-page-"]  .week-event-list li{
border:0;
padding: 0 !important;
margin-bottom:0px !important;
}
div[class^="ecwd-page-"]  .event-main-content.no-events{
border: 1px solid #D5DCE2;
margin-bottom:1px;
}
div[class^="ecwd-page-"] .week-event-list .ecwd-list-img, div[class^="ecwd-page-"] .day4-event-list .ecwd-list-img, div[class^="ecwd-page-"] .day-event-list .ecwd-list-img, div[class^="ecwd-page-"] .ecwd_list .ecwd-list-img{
border-right: 0px;
border-bottom: 0px;
top: 0;
left: 0;
}
div[class^="ecwd-page-"] .ecwd-img {
height: auto;
}
div[class^="ecwd-page-"] .arrow-down {
display: block;
background: url(//i1.wp.com/fosci.org/wp-content/plugins/event-calendar-wd/css/images/arrow_down.png) no-repeat right center;
position: absolute;
bottom: 3px;
width: 20px;
cursor: pointer;
height: 9px;
transition: all 0.3s;
right: 0px;
}
div[class^="ecwd-page-"] .arrow-down.open {
background: url(//i1.wp.com/fosci.org/wp-content/plugins/event-calendar-wd/css/images/arrow_up.png) no-repeat right center;
}
div[class^="ecwd-page-"] .ecwd-list-img-container {
width: 30%;
float: left;
margin-right: 10px !important;
background: #fff;
position: relative;
}
div[class^="ecwd-page-"] li.ecwd-no-image .ecwd-list-img-container,
div[class^="ecwd-page-"] .event-container.ecwd-no-image .ecwd-list-img-container	{
width: 0;
margin-right: 0px !important;
}
div[class^="ecwd-page-"].ecwd_calendar li.ecwd-no-image .ecwd-list-date, div[class^="ecwd-page-"] .week-event-list .ecwd-no-image .ecwd-list-date {
margin-left: 0px !important;
}
div[class^="ecwd-page-"].ecwd_calendar .event-main-content {
float: right;
width: 89.8%;
min-height: 42px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
div[class^="ecwd-page-"].ecwd_calendar .ecwd_list .ecwd-list-date-cont,div[class^="ecwd-page-"].ecwd_calendar .day4-event-list .ecwd-list-date-cont,div[class^="ecwd-page-"].ecwd_calendar .day-event-list .ecwd-list-date-cont,div[class^="ecwd-page-"].ecwd_calendar .week-event-list .ecwd-list-date-cont {
display: block;
padding-bottom: 5px;
position:relative;
}
.event_dropdown_cont{
border-top: 1px solid #D5DCE2;
display:none;
padding-top: 6px;
}
div[class^="ecwd-page-"].ecwd_calendar  .ecwd-list-date.web,
div[class^="ecwd-page-"].ecwd_calendar  .ecwd-week-date.web{
display: none;
}
div[class^="ecwd-page-"].ecwd_calendar  .ecwd-list-date.resp,
div[class^="ecwd-page-"].ecwd_calendar  .ecwd-week-date.resp{
display: block;
}
div[class^="ecwd-page-"].ecwd_calendar .day4-event-list h3, div[class^="ecwd-page-"].ecwd_calendar .ecwd_list h3, div[class^="ecwd-page-"].ecwd_calendar .day-event-list h3, div[class^="ecwd-page-"].ecwd_calendar .week-event-list h3 {
margin: 0px 0px 2px 0px !important;
font-size: 16px !important;
line-height: 20px !important;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
}
@media only screen and (min-width: 764px){
.month-name{
display:block;
}
}
table.ecwd_calendar_container  > tbody > tr >td{
vertical-align: top !important;
}  .ecwd-theme-twentyfourteen #ecwd-events-content .ecwd-event {
padding: 20px;
}
@media screen and (min-width: 1000px) {
.ecwd-theme-twentyfourteen #ecwd-events-content {
padding-left: 220px;
float: left;
width: 100%;
max-width: 100% !important;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
} #ecwd-theme-twentyfourteen .updated {
display: inherit;
} .ecwd-theme-twentyfifteen.single-ecwd_event #ecwd-events-content {
padding: 8.3333% 10%;
margin: 0 8.3333%;
}
.ecwd-events-single .event_cageory_and_tags ul li{
display: inline-block;
margin: 5px;
}
.ecwd_popup_container  .ecwd_events_single_event_content{
color:black;
} .ecwd-theme-bridge .ecwd-event {
margin-top: 105px;
}  .ecwd-theme-twentyfifteen #ecwd_category_archive_img{
margin:4% 0;
}
.ecwd-theme-twentyfifteen #ecwd_category_archive_description{
margin-top: 2%;
}
.ecwd-theme-twentyfifteen .content-area .page-header{
margin-top: 8%;
}
.ecwd-theme-twentyfifteen .content-area .site-content{
margin:auto;
width:100%;
padding:8% 0;
} .ecwd-theme-twentyfourteen .post-thumbnail, .ecwd-theme-twentyfourteen .post-thumbnail:hover{
background: none;
}
.ecwd-theme-twentyfourteen nav.pagination a:hover{
border-top: 5px solid #41a62a;
color: #2b2b2b;
}
.ecwd-theme-twentyfourteen nav.pagination a{
color:#2b2b2b;
}
.ecwd-theme-twentyfourteen nav.pagination{
border-top: 5px solid #000;
margin: 48px 0;        
}
.ecwd-theme-twentyfourteen div.nav-links{
margin-top: -5px;
text-align: center;
}
.ecwd-theme-twentyfourteen .nav-links .page-numbers{
border-top: 5px solid transparent;
display: inline-block;
font-size: 14px;
font-weight: 900;
margin-right: 1px;
padding: 7px 16px;
text-transform: uppercase;
}
.ecwd-theme-twentyfourteen .nav-links .current{
border-top: 5px solid #24890d;
} .ecwd-theme-twentythirteen .pagination a.next{
margin-left:10px;
}
.ecwd-theme-twentythirteen .pagination a.prev{
margin-right:10px;
}
.ecwd-theme-twentythirteen .pagination .current{
font-size: 22px;    
font-weight: 300;    
}
.ecwd-theme-twentythirteen .pagination a{
font-size: 22px;    
font-weight: 300;
color: #bc360a;
}
.ecwd-theme-twentythirteen .entry-header{
margin-top:1%;
}
.ecwd-theme-twentythirteen nav.pagination{
background-color: #e8e5ce;
padding: 40px 0;
text-align: center;
}
.ecwd_hidden{
display:none !important;
}
.ecwd_events_date{
font-size:15px
}
.calendar_main .ecwd_calendar .filter-container{
direction: ltr; 
float:left; 
}
.ecwd_popup_container #ecwd-modal-preview .more_events li .event-details-container{
right: auto;
}
.ecwd_open_event_popup{
cursor: pointer;    
}
#ecwd-events-content .event-venue > div,
#ecwd-events-content .event-detalis-org > div,
.ecwd-single-event .event-venue > div,
.ecwd-single-event .event-detalis-org > div,
.entry-content .ecwd-venue > div,
.entry-content .ecwd-organizer .ecwd_organizer_phone,
.entry-content .ecwd-organizer .ecwd_organizer_website{
padding: 5px 0;
}
.entry-content .ecwd-organizer .ecwd_organizer_description{
margin-top: 10px;
}
#ecwd-events-content .event-venue > div span:first-child,
#ecwd-events-content .event-detalis-org > div span:first-child,
.ecwd-single-event .event-venue > div span:first-child,
.ecwd-single-event .event-detalis-org > div span:first-child,
.entry-content .ecwd-venue > div span:first-child,
.entry-content .ecwd-organizer .ecwd_organizer_phone span:first-child,
.entry-content .ecwd-organizer .ecwd_organizer_website span:first-child{
width: 110px;
display: inline-block;
}
#ecwd-events-content a{
cursor: pointer;
}
.ecwd_map_div, .ecwd_map_div span{
color:black;
}
.ecwd_calendar a{
box-shadow: none !important;
}
.ecwd_calendar td .day-number{
padding: 2px 0 4px 2px;
}
.ecwd-single-event a:not(.export_link):focus, .ecwd-single-event a:not(.export_link):hover, .ecwd-single-event a:not(.export_link){
box-shadow:none !important;
border-bottom:0 !important;
}
.ecwd-single-event .entry-content-event{
margin:20px 0;
}
.ecwd-single-event.ecwd-event {
padding: 10px 0;
}
.ecwd-single-event .event_cageory_and_tags ul {
list-style:none;
}
.ecwd-single-event .event_cageory_and_tags ul li{
display:inline-block;
margin: 5px;
}html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,
pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,
s,samp,small,strike,strong,sub,sup,tt,var,b,i,center,dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,audio,canvas,details,figcaption,figure,footer,header,hgroup,
mark,menu,meter,nav,output,progress,section,summary,time,video{ border:0; outline:0; 
font-size:100%; vertical-align:baseline; background:transparent; margin:0;padding:0; }
article,aside,dialog,figure,footer,header,hgroup,nav,section,blockquote{ display:block; }
nav ul{ list-style:none; }
ol{ list-style:decimal; }
ul{ list-style:disc; }
ul ul{ list-style:circle; }
blockquote,q{ quotes:none; }
blockquote:before,blockquote:after,q:before,q:after{ content:none; }
ins{ text-decoration:underline; }
del{ text-decoration:line-through; }
mark{ background:none; }
abbr[title],dfn[title]{ border-bottom:1px dotted #000; cursor:help; }
table{ border-collapse:collapse;border-spacing:0; }
hr{ display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0;}
input[type=submit],input[type=button],button{ margin:0; padding:0;}
input,select,a img{ vertical-align:middle; }
b, strong{ font-weight: bold; }
i, em{ font-style: italic; } .clear{ display: block; clear: both; visibility: hidden; line-height: 0; height: 0; zoom: 1; }
.clear-fix{ zoom: 1; }
.clear-fix:after{ content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } .alignnone { margin: 5px 20px 20px 0; }
.aligncenter, div.aligncenter { display: block; margin: 5px auto 5px auto; }
.alignright { float:right; margin: 5px 0 20px 20px; }
.alignleft { float: left; margin: 5px 20px 20px 0; }
.aligncenter { display: block; margin: 5px auto 5px auto; }
a img.alignright { float: right; margin: 5px 0 20px 20px; }
a img.alignnone { margin: 5px 20px 20px 0;}
a img.alignleft { float: left; margin: 5px 20px 20px 0; }
a img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { background: #fff; border-width: 1px; border-style: solid; max-width: 96%;
padding: 5px 3px 10px; text-align: center; }
.wp-caption.alignnone { margin: 5px 20px 20px 0; }
.wp-caption.alignleft { margin: 5px 20px 20px 0; }
.wp-caption.alignright { margin: 5px 0 20px 20px; }
.wp-caption img { border: 0 none; height: auto; margin: 0; max-width: 98.5%; padding: 0; width: auto; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; margin: 0; padding: 0 4px 5px; }
.sticky{}
.bypostauthor{}
.gallery-item .gallery-icon { margin-right: 10px; }
i{ margin-right: 5px; }
a{ text-decoration: none; }
p{ margin-bottom: 20px; }
ul, ol{ margin-bottom: 20px; margin-left: 30px; }
body { line-height: 1.7; font-family: Arial, Helvetica, sans-serif; overflow-y: scroll;
-webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4, h5, h6 { line-height: 1.3; margin-bottom: 18px; font-weight: 400; }    .container{ padding: 0px; margin: 0px auto; position: relative; }
.column, .columns{ float: left; position: relative; min-height: 1px; }
.one-ninth{ width: 11.111%; }
.one-eighth{ width: 12.5%; }
.one-seventh{ width: 14.285%; }
.one-fifth{ width: 20%; }
.two-fifth{ width: 40%; }
.three-fifth{ width: 60%; }
.four-fifth{ width: 80%; }
.one{ width: 8.333% }
.two{ width: 16.666%; }
.three{ width: 25%; }
.four{ width: 33.333%; }
.five{ width: 41.666%; }
.six{ width: 50%; }
.seven{ width: 58.334%; }
.eight{ width: 66.667%; }
.nine { width: 75%; }
.ten { width: 83.334%; }
.eleven { width: 91.667%; }
.twelve{ width: 100%; }
.ie7 .sf-mega-section.three{ width: 24%; }
.gdlr-item{ margin: 0px 15px 20px; min-height: 1px; }
.gdlr-full-size-wrapper .gdlr-item-no-space{ margin-bottom: 0px; }
.gdlr-item-no-space{ margin: 0px 15px 40px; }
.gdlr-item-no-space .gdlr-item{ margin: 0px; }
.gdlr-item.gdlr-main-content { margin-bottom: 55px; }
.gdlr-item.gdlr-divider-item{ margin-bottom: 50px }
.section-container, .gdlr-item-start-content, .gdlr-parallax-wrapper, .gdlr-color-wrapper{ padding-top: 60px;  }
.gdlr-color-wrapper, .gdlr-parallax-wrapper, .gdlr-full-size-wrapper{ padding-bottom: 40px; }
.gdlr-full-size-wrapper .gdlr-item,
.gdlr-full-size-wrapper .gdlr-item-no-space{ margin-left: 0px; margin-right: 0px; }
.ie7 .gdlr-item-start-content{ overflow: hidden; }
audio{ width: 100%; }
.mejs-container .mejs-controls .mejs-horizontal-volume-slider{ position: relative; clear: both; float: right; top: -31px; }
img, video{ max-width: 100%; height: auto; width: auto; }
input[type="text"], input[type="email"], input[type="password"], textarea{ 
border: 0px; outline: none; padding: 6px; max-width: 100%; } a{
transition: color 300ms, background-color 300ms, opacity 300ms;
-moz-transition: color 300ms, background-color 300ms, opacity 300ms; -o-transition: color 300ms, background-color 300ms, opacity 300ms; -webkit-transition: color 300ms, background-color 300ms, opacity 300ms; } .body-wrapper.gdlr-boxed-style { margin: 0px auto;
-moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0px 5px 2px rgba(0, 0, 0, 0.15);
box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15); }	
img.gdlr-full-boxed-background{ min-height: 100%; min-width: 1024px;
width: 100%; height: auto; position: fixed; top: 0; left: 0; z-index: -1; }
@media screen and (max-width: 1024px) {
img.gdlr-full-boxed-background { left: 50%; margin-left: -512px; }
} .top-navigation-wrapper{ position: relative; z-index: 98; font-size: 13px; font-weight: bold; 
padding-top: 10px;}
.top-navigation-left{ float: left; margin: 0px 15px;  }
.top-navigation-right{ float: right; margin: 0px 15px; }
.top-navigation-wrapper a, .gdlr-logo-right-text a { margin-right: 8px; margin-left: 8px; }
.top-navigation-wrapper a:last-child, .gdlr-logo-right-text a:last-child { margin-right: 0px; }
.top-social-wrapper{ padding-top: 28px; margin: 0px 20px; } 
.top-social-wrapper .social-icon{ float: left; margin-left: 14px; max-width: 16px; }
.top-social-wrapper .social-icon:first-child{ margin-left: 0px; }
.top-social-wrapper .social-icon a:hover{ opacity: 0.6; filter: alpha(opacity=60); } .gdlr-nav-search-form-button-wrapper { float: left; border-left-width: 1px; border-right-width: 1px; border-style: solid; }
.gdlr-nav-search-form form{ position: relative; display: block; }
.gdlr-nav-search-form input[type="text"]{ margin: 0px; padding: 16px; height: 16px; 
font-size: 11px; background-color: transparent; font-weight: normal; text-transform: uppercase; }
.gdlr-nav-search-form .search-text{ float: left; overflow: hidden; width: 0px; }
.gdlr-nav-search-form-button { overflow: hidden; font-size: 14px; width: 14px; height: 14px; 
padding: 16px; cursor: pointer; line-height: 1; }
.gdlr-nav-search-form-button i{ margin: 0px; } .gdlr-login-form input[type="text"], .gdlr-login-form input[type="email"], 
.gdlr-login-form input[type="password"]{ width: 200px; padding: 12px; margin-bottom: 5px; }
.gdlr-login-form label { display: block; margin-bottom: 4px; }
.gdlr-login-form p { margin-bottom: 0px; margin-top: 9px; overflow: hidden; }
.gdlr-login-form p:first-child{ margin-top: 0px; }
.gdlr-login-form input[type="submit"] { margin-bottom: 0px; }
.gdlr-login-form input[type="checkbox"] { margin: 2px 10px 0px 0px; float: left; }
.gdlr-login-form .login-remember{ padding-top: 3px; } .gdlr-fixed-menu.gdlr-navigation-wrapper{ position: fixed; top: 0px; left: 0px; right: 0px; z-index: 9999; }
.gdlr-fixed-menu .gdlr-logo img { width: auto; }
.gdlr-fixed-menu .gdlr-main-menu > li > a { padding-bottom: 18px; }
.gdlr-fixed-menu .gdlr-navigation-slide-bar{ display: none; }
.gdlr-fixed-menu.gdlr-header-inner{
-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15); }
.admin-bar .gdlr-fixed-menu{ top: 32px }
.gdlr-header-wrapper{ position: relative; z-index: 99; }
.gdlr-header-container{ position: relative; z-index: 97; }
.gdlr-logo{ float: left; }
.gdlr-logo h1{ margin-bottom: 0px; line-height: 0; }
.gdlr-navigation-wrapper .gdlr-navigation{ margin: 0px 15px; line-height: 1.7; }
.gdlr-navigation-wrapper .gdlr-navigation-container{ position: relative; line-height: 0; }
.gdlr-navigation-wrapper .gdlr-main-menu > li{ padding: 0px; }
.gdlr-navigation-wrapper .gdlr-main-menu > li > a{ padding: 23px 20px; margin: 0px; font-weight: bold; }
.gdlr-navigation-wrapper .gdlr-main-menu > li > a.sf-with-ul{ padding-right: 42px; }
.gdlr-navigation-wrapper .gdlr-main-menu > li > a.sf-with-ul:after{ top: 50%; right: 20px; }
.gdlr-navigation-wrapper .gdlr-main-menu > .gdlr-mega-menu .sf-mega{ top: 100%; }
.gdlr-navigation-wrapper.gdlr-align-left .gdlr-main-menu{ float: left; }
.gdlr-navigation-wrapper.gdlr-align-left .top-social-wrapper{ float: right; }
.gdlr-navigation-wrapper.gdlr-align-right .gdlr-main-menu{ float: right; }
.gdlr-navigation-wrapper.gdlr-align-right .top-social-wrapper{ float: left; }
.gdlr-navigation-wrapper.gdlr-align-center .gdlr-navigation{ text-align: center; }
.gdlr-navigation-wrapper.gdlr-align-center .top-social-wrapper{ display: none; }
.gdlr-navigation-wrapper{ position: absolute; top: 0px; left: 0px; right: 0px; }
.gdlr-navigation-wrapper.gdlr-fixed-menu{ height: auto; }
.gdlr-navigation-substitute{ position: relative; z-index: 91; height: 38px; }
.gdlr-header-style-2.gdlr-centered .gdlr-navigation-wrapper.gdlr-fixed-menu{ border-bottom-width: 4px; border-bottom-style: solid; }
.gdlr-header-style-2.gdlr-centered .gdlr-navigation-wrapper.gdlr-fixed-menu .gdlr-navigation{ border-bottom: 0px; }
.gdlr-header-style-2.gdlr-centered .gdlr-header-container{ text-align: center; }
.gdlr-header-style-2.gdlr-centered .gdlr-logo { float: none; display: inline-block; }
.gdlr-header-style-2.gdlr-centered .gdlr-navigation { line-height: 0; 
border-bottom-width: 4px; border-bottom-style: solid; }
.gdlr-header-style-2.gdlr-centered .gdlr-navigation .sf-menu { text-align: left; line-height: 1.7;
display: inline-block; zoom: 1; *display: inline; text-transform: uppercase; }
.gdlr-header-style-2.gdlr-centered .gdlr-navigation .sf-menu > .gdlr-mega-menu > .sub-menu { margin-top: -4px; }
.gdlr-navigation .sf-menu{ text-transform: uppercase; font-size: 14px; }
.gdlr-header-style-2.gdlr-centered .gdlr-logo.gdlr-align-left{ float: left; display: block; }
.gdlr-header-style-2.gdlr-centered .gdlr-logo.gdlr-align-right{ float: right; display: block; }
.gdlr-header-style-2.gdlr-centered .gdlr-header-inner{ margin: 0px 15px; }
.gdlr-logo-right-text { font-size: 13px; }
.gdlr-logo-right-text.gdlr-align-left{ float: right; }
.gdlr-logo-right-text.gdlr-align-right{ float: left; }
.gdlr-logo-right-text i.gdlr-icon{ margin-right: 7px; }
.gdlr-page-title-wrapper { padding: 75px 0px 38px; position: relative; z-index: 89;
background: url(//i1.wp.com/fosci.org/wp-content/themes/charityhub/images/page-title-background.jpg); background-position: center; }
.gdlr-page-title-wrapper .gdlr-page-title-overlay{ position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; 
background: #000; opacity: 0.2; filter: alpha(opacity=20); }
.gdlr-page-title-wrapper .gdlr-page-title-container{ position: relative; }
.gdlr-page-title-wrapper .gdlr-page-title{ font-size: 35px; margin: 0px 25px 0px 0px; font-weight: bold; 
text-align: center; display: inline; }
.gdlr-page-title-wrapper .gdlr-page-caption{ font-size: 17px; display: inline; font-weight: normal; 
text-align: center; font-style: italic; }
.gdlr-page-title-wrapper .gdlr-page-title-inner{ margin: 0px 20px; display: inline-block;
padding: 26px 0px; }
.content-wrapper{ position:relative; z-index: 89; clear: both; } .gdlr-heading-shortcode.with-background { padding: 8px 19px; display: inline-block; }
.gdlr-heading-shortcode i { margin-right: 10px; } .gdlr-color-wrapper, 
.gdlr-parallax-wrapper{ overflow: hidden; background-position: center 0px; 
background-repeat: repeat; position: relative; } .with-sidebar-container .with-sidebar-content{ float: right; }
.gdlr-widget-title { font-size: 18px; font-weight: 700; margin-bottom: 30px; }
.gdlr-sidebar .gdlr-widget-title{ padding-right: 4px; padding-bottom: 10px; border-bottom-width: 3px; border-bottom-style: solid; }
.widget.gdlr-widget { margin-bottom: 60px; } .gdlr-stunning-text-item{ position: relative; }
.gdlr-stunning-text-item.type-center{ text-align:center;  margin-bottom: 35px; }
.gdlr-stunning-text-item.type-center .stunning-text-title{ font-size: 40px; font-weight: 700; margin-bottom: 30px; }
.gdlr-stunning-text-item.type-center .stunning-text-caption{ font-size: 16px; }
.gdlr-stunning-text-item.type-center .stunning-text-button{ margin: 20px 0px 0px; }
.gdlr-stunning-text-item.type-normal.gdlr-button-on{ padding-right: 150px; }
.gdlr-stunning-text-item.type-normal .stunning-text-title{ font-size: 26px; margin-bottom: 18px; }
.gdlr-stunning-text-item.type-normal .stunning-text-caption{ font-size: 15px; }
.gdlr-stunning-text-item.type-normal .stunning-text-button{ position: absolute; right: 0px; top: 50%; 
margin-top: -22px; margin-right: 0px; }
.gdlr-stunning-text-item.with-padding{ padding: 35px 35px 15px; }
.gdlr-stunning-text-item.with-padding.with-border{ border-width: 3px; border-style: solid; }
.gdlr-stunning-text-item.with-padding.gdlr-button-on{ padding-right: 180px; }
.gdlr-stunning-text-item.with-padding .stunning-text-button{ right: 40px; }
.gdlr-stunning-text-item.with-padding .stunning-text-caption{ margin-bottom: 20px; } .footer-wrapper{ position: relative; }
.footer-wrapper a { cursor: pointer; }
.footer-wrapper .widget.gdlr-widget { margin-bottom: 60px; }
.footer-wrapper .gdlr-widget-title { margin-bottom: 35px; }
.footer-container{ padding-top: 65px; padding-bottom: 10px; }
.ie7 .footer-wrapper{ overflow: hidden; }
.copyright-left { margin: 0px 15px; float: left; }
.copyright-right { margin: 0px 15px; float: right; }
.copyright-wrapper{ border-top-width: 1px; border-top-style: solid; }
.copyright-container{ padding: 15px 0px; } .gdlr-shortcode-wrapper { margin-left: -15px; margin-right: -15px; } .page-not-found-block { text-align: center; padding: 50px 50px 60px; margin: 50px 0px 50px; }
.page-not-found-block .page-not-found-title { font-size: 45px; line-height: 1; margin-bottom: 17px; }
.page-not-found-block .page-not-found-caption { font-size: 20px; margin-bottom: 35px; }
.page-not-found-block .page-not-found-icon { font-size: 89px; line-height: 1;  margin-bottom: 20px; }
.page-not-found-search { max-width: 300px; margin: 0px auto; }
.page-not-found-search  .gdl-search-form{ padding-right: 30px; }
.page-not-found-search  .gdl-search-form input[type="text"]{ padding: 12px 32px 12px 15px; font-size: 15px;
border: none; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;}
.page-not-found-search  .gdl-search-form input[type="submit"]{
background-image: url(//i1.wp.com/fosci.org/wp-content/themes/charityhub/images/light/icon-search.png); }
body.search .page-not-found-block{ margin-top: 0px; }    .gdlr-item-title-wrapper{ margin: 0px 15px; }
.gdlr-title-item .gdlr-item-title-wrapper { margin-left: 0px; margin-right: 0px; }
.gdlr-item-title-wrapper.pos-center{ text-align: center; position: relative; margin-bottom: 40px; }
.gdlr-item-title-wrapper.pos-center .gdlr-item-title{ font-size: 32px; font-weight: normal; display: inline; }
.gdlr-item-title-wrapper.pos-center .gdlr-item-caption{ font-size: 16px; margin-top: 14px; }
.gdlr-item-title-wrapper.pos-center .gdlr-right-text-link{ position: absolute; right: 0px; top: 50%; margin-top: -8px; }
.gdlr-item-title-wrapper.pos-center .gdlr-flex-prev { font-size: 32px; margin-right: 40px; cursor: pointer; }
.gdlr-item-title-wrapper.pos-center .gdlr-flex-next { font-size: 32px; margin-left: 40px; cursor: pointer; margin-right: 0px; }
.gdlr-item-title-wrapper.pos-left{ padding-bottom: 15px; position: relative;
border-bottom-width: 3px; border-bottom-style: solid; margin-bottom: 30px; }
.gdlr-item-title-wrapper.pos-left .gdlr-item-title-icon{ margin-right: 14px; font-size: 24px; }
.gdlr-item-title-wrapper.pos-left .gdlr-item-title { display: inline; font-size: 22px; 
font-weight: bold; margin-bottom: 0px; }
.gdlr-item-title-wrapper.pos-left .gdlr-right-text-link{ font-size: 14px; margin-right: 12px; }
.gdlr-item-title-wrapper.pos-left .gdlr-right-text-link:before { content: '/'; margin: 0px 8px 0px 12px; }
.gdlr-item-title-wrapper.pos-left .gdlr-flex-prev { font-size: 24px; margin-right: 9px; cursor: pointer; }
.gdlr-item-title-wrapper.pos-left .gdlr-flex-next { font-size: 24px; margin-left: 9px; cursor: pointer; margin-right: 0px; }
.gdlr-item-title-wrapper.pos-left .gdlr-nav-carousel { position: absolute;
top: 50%; right: 0px; margin-top: -16px; }
.gdlr-item-title-wrapper.pos-icon{ padding-bottom: 10px; text-align: center; position: relative;
border-bottom-width: 4px; border-bottom-style: solid; margin-bottom: 40px; }
.gdlr-item-title-wrapper.pos-icon .gdlr-item-title-icon{ margin-right: 14px; font-size: 24px; }
.gdlr-item-title-wrapper.pos-icon .gdlr-item-title { display: inline; font-size: 24px; 
font-weight: bold; margin-bottom: 0px; }
.gdlr-item-title-wrapper.pos-icon .gdlr-right-text-link{ font-size: 14px; margin-right: 12px; }
.gdlr-item-title-wrapper.pos-icon .gdlr-right-text-link:before { content: '\\'; margin: 0px 8px 0px 12px; }
.gdlr-item-title-wrapper.pos-icon .gdlr-flex-prev { font-size: 24px; margin-right: 30px; cursor: pointer; }
.gdlr-item-title-wrapper.pos-icon .gdlr-flex-next { font-size: 24px; margin-left: 30px; cursor: pointer; margin-right: 0px; } .accordion-tab > .accordion-content{ display: none; }
.accordion-tab.active > .accordion-content{ display: block; }
.gdlr-accordion-item.style-1 .accordion-tab{ overflow: hidden; padding-bottom: 4px; }
.gdlr-accordion-item.style-1 .accordion-title{ padding: 9px; font-weight: 600; 
font-size: 15px; line-height: 26px; margin-bottom: 0px; cursor: pointer; }
.gdlr-accordion-item.style-1 .accordion-title i{ margin-right: 15px; font-size: 10px; 
width: 8px; height: 11px; padding: 8px 9px 7px; display: inline-block; }
.gdlr-accordion-item.style-1 .accordion-content{ padding-top: 18px; margin-left: 50px; }
.gdlr-accordion-item.style-2 .accordion-tab{ overflow: hidden; padding-bottom: 4px; }
.gdlr-accordion-item.style-2 .accordion-title{ padding-bottom: 17px; font-weight: 400; 
font-size: 15px; line-height: 18px; margin-bottom: 0px; cursor: pointer; }
.gdlr-accordion-item.style-2 .accordion-title i{ margin-right: 13px; font-size: 18px;  }
.gdlr-accordion-item.style-2 .accordion-content{ margin-left: 29px;  } .gdlr-button, input[type="button"], input[type="submit"]{ display: inline-block; font-size: 12px; 
padding: 14px 24px; margin-bottom: 15px; margin-right: 5px; background: transparent;
outline: none; cursor: pointer; font-weight: 700; border: none; text-transform: uppercase; letter-spacing: 1px; }
.gdlr-button.small{ font-size: 11px; padding: 8px 16px; }
.gdlr-button.large{ font-size: 14px; padding: 15px 27px; }
.gdlr-button.with-border{ border-bottom-width: 3px; border-bottom-style: solid; }
.gdlr-button .gdlr-icon { margin-right: 5px; letter-spacing: 1px; } .gdlr-column-service-item .column-service-icon{ margin-right: 15px; font-size: 30px; line-height: 18px; }
.gdlr-column-service-item .column-service-icon i{ margin: 0px; }
.gdlr-column-service-item .column-service-title{ font-weight: 400; margin-bottom: 20px; font-size: 20px; line-height: 25px; }
.gdlr-column-service-item.gdlr-type-1 .column-service-icon{ float: left; margin-right: 25px; }
.gdlr-column-service-item.gdlr-type-1 .column-service-content-wrapper{ overflow: hidden; }
.gdlr-column-service-item.gdlr-type-2{ text-align: center; }
.gdlr-column-service-item.gdlr-type-2 .column-service-icon{ width: 25px; height: 25px; font-size: 25px; 
line-height: 1; padding: 20px; margin: 0px auto 30px; 
-moz-border-radius: 33px; -webkit-border-radius: 33; border-radius: 33px; }
.gdlr-column-service-item.gdlr-type-image .column-service-image { float: left; 
margin-right: 25px; max-width: 40%; }
.gdlr-column-service-item.gdlr-type-image .column-service-content-wrapper { overflow: hidden; } .gdlr-service-with-image-item .service-with-image-thumbnail{ max-width: 250px; float: left; margin-right: 40px; }	
.gdlr-service-with-image-item .service-with-image-title{ font-size: 35px; margin-top: 40px; }	
.gdlr-service-with-image-item .service-with-image-content-wrapper{ overflow: hidden; }	
.gdlr-service-with-image-item.gdlr-right{ text-align: right; }
.gdlr-service-with-image-item.gdlr-right .service-with-image-thumbnail{ float: right; margin-left: 40px; margin-right: 0px; } .gdlr-feature-media-item .feature-media-title{ font-size: 34px; font-weight: bold; 
text-transform: uppercase; margin-bottom: 7px; letter-spacing: 3px; }	
.gdlr-feature-media-item .feature-media-caption{ font-size: 18px;
text-transform: uppercase; margin-bottom: 6px; letter-spacing: 1px; }	
.gdlr-feature-media-item .feature-media-button{ margin-top: 18px; letter-spacing: 1px; }	
.gdlr-feature-media-item .feature-media-thumbnail{ float: left; margin-right: 50px; width: 44%; }
.gdlr-feature-media-item .feature-media-content{ margin-top: 28px; overflow: hidden; } .gdlr-divider{ border-bottom-width: 1px; border-style: solid; margin: 0px auto; max-width: 100%; }
.gdlr-divider.double{ height: 3px; border-top-width: 1px; }
.gdlr-divider.dotted{ border-style: dashed; }
.gdlr-divider.double-dotted{ height: 3px; border-top-width: 1px; border-style: dashed; }
.gdlr-divider.thick{ border-bottom-width: 3px; } .gdlr-box-with-icon-item{ text-align: center; padding: 40px 30px 20px; position: relative; }
.gdlr-box-with-icon-item > i{ font-size: 45px; display: inline-block; margin-bottom: 22px; margin-right: 0; }	
.gdlr-box-with-icon-item .box-with-icon-title{ font-size: 20px; margin-bottom: 20px; display: block; }	
.gdlr-box-with-icon-item.pos-left{ text-align: left; padding: 30px 40px 20px; }
.gdlr-box-with-icon-item.pos-left > i{ float: left; margin: 5px 25px 0px 0px; }
.gdlr-box-with-icon-item.type-circle .box-with-circle-icon{ padding: 18px; display: inline-block; 
position: absolute; -moz-border-radius: 30px; -webkit-border-radius: 30px; border-radius: 30px; }
.gdlr-box-with-icon-item.type-circle .box-with-circle-icon > i{ font-size: 22px; margin-right: 0; }	
.gdlr-box-with-icon-item.type-circle.pos-top{ padding-top: 50px; }
.gdlr-box-with-icon-item.type-circle.pos-top .box-with-circle-icon{ top: -30px; left: 50%; margin-left: -30px; }
.gdlr-box-with-icon-item.type-circle.pos-left{ margin-left: 40px; padding-left: 50px; }
.gdlr-box-with-icon-item.type-circle.pos-left .box-with-circle-icon{ left: -30px; top: 50%; margin-top: -30px; } i.gdlr-icon { margin-right: 10px; } .gdlr-frame-shortcode{ line-height: 1; }
.gdlr-frame-shortcode.gdlr-align-left{ float: left; margin-right: 20px; margin-bottom: 20px; }
.gdlr-frame-shortcode.gdlr-align-right{ float: right; margin-left: 20px; margin-bottom: 20px; }
.gdlr-frame-shortcode.gdlr-align-center{ text-align: center; margin-bottom: 20px; }
.gdlr-frame-shortcode .gdlr-frame-caption{ display: block; text-align: center; margin-top: 15px; }
.gdlr-frame{ display: inline-block; max-width: 100%; position: relative; }
.gdlr-frame img{ display: block; }
.gdlr-frame.frame-type-border{ padding: 6px; border-style: solid; border-width: 1px; }
.gdlr-frame.frame-type-solid{ padding: 5px; }
.gdlr-frame.frame-type-rounded{ overflow: hidden; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; }
.gdlr-frame.frame-type-circle{ overflow: hidden; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; }
.gdlr-frame.frame-type-solid.frame-type-circle .gdlr-image-link-shortcode,
.gdlr-frame.frame-type-border.frame-type-circle .gdlr-image-link-shortcode{ overflow: hidden;
-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; }
.gdlr-frame.frame-type-solid.frame-type-rounded .gdlr-image-link-shortcode,
.gdlr-frame.frame-type-border.frame-type-rounded .gdlr-image-link-shortcode{ overflow: hidden;
-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; }
.gdlr-image-frame-item{ text-align: center; line-height: 1; }
.gdlr-image-frame-item .image-frame-item{ display: inline-block; } .gdlr-image-link-shortcode{ position: relative; }
.gdlr-image-link-shortcode .gdlr-image-link-overlay{ 
position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; 
opacity: 0; filter: alpha(opacity=0); cursor: pointer; }	
.gdlr-image-link-shortcode .gdlr-image-link-icon{
padding: 25px; line-height: 1; display: inline-block; 
position: absolute; top: 50%; left: 50%; margin-top: -37px; margin-left: -37px;
background: url(//i1.wp.com/fosci.org/wp-content/themes/charityhub/images/portfolio-icon-overlay.png); opacity: 0; filter: alpha(opacity=0);
-moz-border-radius: 37px; -webkit-border-radius: 37px; border-radius: 37px; filter: inherit; }
.gdlr-image-link-shortcode .gdlr-image-link-icon i{ margin-right: 0px; }
.gdlr-image-link-shortcode .gdlr-image-link-icon i.icon-link{ font-size: 22px; padding: 1px;}
.gdlr-image-link-shortcode .gdlr-image-link-icon i.icon-search{ font-size: 22px; padding: 2px; }
.gdlr-image-link-shortcode .gdlr-image-link-icon i.icon-play{ font-size: 21px; margin-left: 4px; } .gdlr-personnel-item.carousel.round-style{ padding-top: 45px; }
.gdlr-personnel-item.carousel .personnel-item{ margin: 0px 15px; }
.gdlr-personnel-item.carousel.box-style .personnel-item{ padding-top: 35px; }
.gdlr-personnel-item.carousel .personnel-item:first-child{ margin-left: 0px; }
.gdlr-personnel-item-wrapper .gdlr-item-title-wrapper.pos-center .gdlr-item-title { font-size: 34px; }
.personnel-content .gdlr-icon { margin-right: 5px; }
.gdlr-personnel-item.box-style .personnel-item-inner{ padding: 25px 30px; position: relative; }	
.gdlr-personnel-item.box-style .personnel-item-inner:after{ content: ''; height: 0px; width: 0px; 
border: 12px solid transparent; position: absolute; right: 0px; bottom: -24px; }
.gdlr-personnel-item.box-style .personnel-info{ margin-top: 30px; text-align: center; }
.gdlr-personnel-item.box-style .personnel-author{ font-size: 21px; font-weight: bold; }	
.gdlr-personnel-item.box-style .personnel-author-image{ width: 65px; height: 65px; 
position: absolute; left: 50%; top: -35px; margin-left: -35px;
border-width: 3px; border-style: solid; overflow: hidden;
-moz-border-radius: 35px; -webkit-border-radius: 35px; border-radius: 35px; }
.gdlr-personnel-item.box-style .personnel-position{ font-size: 15px; }	
.gdlr-personnel-item.box-style .personnel-content{ text-align: center; margin-top: 15px; }	
.gdlr-personnel-item.box-style .personnel-social{ text-align: center; font-size: 20px; margin-top: 14px; }	
.gdlr-personnel-item.box-style .personnel-social i{ margin: 0px 1px; }	
.gdlr-personnel-item.plain-style .personnel-item-inner{ padding: 25px 30px; position: relative; }	
.gdlr-personnel-item.plain-style .personnel-item-inner:after{ content: ''; height: 0px; width: 0px; 
border: 12px solid transparent; position: absolute; right: 0px; bottom: -24px; }
.gdlr-personnel-item.plain-style .personnel-info{ margin-top: 20px; text-align: center; }
.gdlr-personnel-item.plain-style .personnel-author{ font-size: 21px; font-weight: bold; }	
.gdlr-personnel-item.plain-style .personnel-position{ font-size: 15px; }	
.gdlr-personnel-item.plain-style .personnel-content{ text-align: center; margin-top: 20px; }	
.gdlr-personnel-item.plain-style .personnel-social{ text-align: center; font-size: 22px; margin-top: 14px; }
.gdlr-personnel-item.box-style{ margin-top: 35px; }
.gdlr-personnel-item.plain-style .personnel-social i{ margin: 0px 5px 0px 0px; }	
.gdlr-personnel-item.round-style .personnel-item,
.gdlr-personnel-item.round-style .personnel-author-image{ position: relative; overflow: hidden;
-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; }
.gdlr-personnel-item.round-style .personnel-item img{ display: block; }
.gdlr-personnel-item.round-style .personnel-item-inner{ position: absolute; opacity: 0; filter: alpha(opacity=0);
top: 50%; left: 40px; right: 40px; text-align: center; background: transparent; }
.gdlr-personnel-item.round-style .personnel-author{ font-size: 20px; font-weight: bold; margin-bottom: 2px; }
.gdlr-personnel-item.round-style .personnel-position{ font-size: 16px; font-style: italic; }
.gdlr-personnel-item.round-style .personnel-content{ margin-top: 20px;  } .gdlr-pie-chart-item { text-align: center; }
.gdlr-pie-chart-item .gdlr-chart{ margin: 0px auto 30px;  }
.gdlr-pie-chart-item .pie-chart-title{ font-size: 17px; font-weight: 400; } .gdlr-skill-bar-wrapper{ margin-bottom: 15px; }
.gdlr-skill-bar-wrapper .gdlr-skill-bar-progress{ width: 0; position: relative; }
.gdlr-skill-bar-wrapper.gdlr-size-small .gdlr-skill-bar-progress{ height: 8px; }
.gdlr-skill-bar-wrapper.gdlr-size-medium .gdlr-skill-bar-progress{ padding: 8px 0px; font-size: 15px; }
.gdlr-skill-bar-wrapper.gdlr-size-large .gdlr-skill-bar-progress{ padding: 14px 0px; font-size: 17px; }
.gdlr-skill-bar-wrapper .skill-bar-content{ font-weight: bold; }
.gdlr-skill-bar-wrapper.gdlr-size-small .skill-bar-content{ margin-bottom: 10px; display: block; font-size: 14px; }
.gdlr-skill-bar-wrapper.gdlr-size-small { margin-bottom: 20px; }
.gdlr-skill-bar-wrapper.gdlr-size-medium .skill-bar-content{ padding: 0px 16px; }
.gdlr-skill-bar-wrapper.gdlr-size-medium .skill-bar-content i{ position: absolute; font-size: 15px; 
right: 8px; top: 50%; margin-top: -8px; }
.gdlr-skill-bar-wrapper.gdlr-size-large .skill-bar-content{ padding: 0px 22px; }
.gdlr-skill-bar-wrapper.gdlr-size-large .skill-bar-content i{ position: absolute; font-size: 18px; 
right: 16px; top: 50%; margin-top: -9px;} .gdlr-round-skill-bar-wrapper .gdlr-round-skill-overlay{ background: #fff; opacity: 0.15; }
.gdlr-round-skill-bar-wrapper{ position: relative; overflow: hidden; }
.gdlr-round-skill-bar-wrapper .gdlr-round-skill-content{ text-align: center; }
.gdlr-round-skill-bar-wrapper .gdlr-round-skill-title{ font-size: 52px; line-height: 1; margin-bottom: 18px; }	
.gdlr-round-skill-bar-wrapper .gdlr-round-skill-caption{ font-size: 15px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px; } .gdlr-notification{ padding: 13px; }
.gdlr-notification > i{ float: left; margin-right: 15px; margin-top: 3px; }
.gdlr-notification > .notification-content{ display: block; overflow: hidden; }
.gdlr-notification.color-background{ padding: 16px;}
.gdlr-notification.color-border{ border-width: 3px; border-style: solid; } .gdlr-tab-item.horizontal > .tab-title-wrapper{ overflow: hidden; }
.gdlr-tab-item.horizontal > .tab-title-wrapper .tab-title{ float: left; border-style: solid; border-width: 1px 1px 1px 0px;
font-size: 13px; line-height: 19px; font-weight: bold; padding: 11px 20px; margin-bottom: 0px; cursor: pointer; }
.gdlr-tab-item.horizontal > .tab-title-wrapper .tab-title:first-child{ border-left-width: 1px; }
.gdlr-tab-item.horizontal > .tab-title-wrapper .tab-title i{ margin-right: 10px; }
.gdlr-tab-item.horizontal > .tab-title-wrapper .tab-title.active{ border-bottom-width: 0px; padding-bottom: 12px; }
.gdlr-tab-item.horizontal > .tab-content-wrapper{ margin-top: -1px; padding: 20px 20px 0px;
border-width: 1px; border-style: solid; }
.gdlr-tab-item.horizontal > .tab-content-wrapper .tab-content{ display: none; }
.gdlr-tab-item.horizontal > .tab-content-wrapper .tab-content.active{ display: block; }
.gdlr-tab-item.vertical > .tab-title-wrapper{ float: left; margin-right: -1px; max-width: 40%; text-align: center; }
.gdlr-tab-item.vertical > .tab-title-wrapper .tab-title{ border-style: solid; border-width: 0px 1px 1px;
font-size: 13px; line-height: 19px; font-weight: bold; padding: 11px 30px; margin-bottom: 0px; cursor: pointer; }
.gdlr-tab-item.vertical > .tab-title-wrapper .tab-title:first-child{ border-top-width: 1px; }
.gdlr-tab-item.vertical > .tab-title-wrapper .tab-title.active{ padding-bottom: 12px; border-right-width: 0px; }
.gdlr-tab-item.vertical > .tab-title-wrapper .tab-title i{ margin-right: 10px; }
.gdlr-tab-item.vertical > .tab-content-wrapper{ overflow: hidden; padding: 20px 20px 0px; 
border-width: 1px; border-style: solid; }
.gdlr-tab-item.vertical > .tab-content-wrapper .tab-content{ display: none; }
.gdlr-tab-item.vertical > .tab-content-wrapper .tab-content.active{ display: block; }
.gdlr-tab-item.vertical.right > .tab-title-wrapper{ float: right; margin-left: -1px; margin-right: 0px; }
.gdlr-tab-item.vertical.right > .tab-title-wrapper .tab-title.active{ border-right-width: 1px; border-left-width: 0px; } table{ width: 100%; text-align: center; }
table tr td{ padding: 15px 0px; border-bottom-width: 1px; border-bottom-style: solid; }
table tr th{ padding: 13px 0px; font-size: 16px; font-weight: normal; }
table.style-2{ border-spacing:2px; border-collapse:separate; }
table.style-2 tr td{ border-bottom-width: 0px; } .gdlr-testimonial-item.carousel .testimonial-item{ margin: 0px 15px; }
.gdlr-testimonial-item.carousel .testimonial-item:first-child{ margin-left: 0px; }
.gdlr-testimonial-item.round-style .testimonial-item{ padding-bottom: 35px; }	
.gdlr-testimonial-item.round-style .testimonial-item-inner{ padding: 30px 30px 60px; position: relative;
-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }	
.gdlr-testimonial-item.round-style .testimonial-info{ margin-top: 15px; }
.gdlr-testimonial-item.round-style .testimonial-author{ font-weight: bold; }
.gdlr-testimonial-item.round-style .testimonial-author-image{ width: 65px; height: 65px; 
position: absolute; left: 50%; bottom: -35px; margin-left: -35px;
border-width: 3px; border-style: solid; overflow: hidden;
-moz-border-radius: 35px; -webkit-border-radius: 35px; border-radius: 35px; }
.gdlr-testimonial-item.box-style .testimonial-item{ padding-bottom: 75px; }	
.gdlr-testimonial-item.box-style .testimonial-item-inner{ padding: 25px 30px; position: relative; }	
.gdlr-testimonial-item.box-style .testimonial-item-inner:after{ content: ''; height: 0px; width: 0px; 
border: 12px solid transparent; position: absolute; right: 0px; bottom: -24px; }
.gdlr-testimonial-item.box-style .testimonial-info{ margin-top: 15px; text-align: right; }
.gdlr-testimonial-item.box-style .testimonial-author{ font-weight: bold; }
.gdlr-testimonial-item.box-style .testimonial-author-image{ width: 65px; height: 65px; 
position: absolute; right: 34px; bottom: -75px; }	
.gdlr-testimonial-item.plain-style .testimonial-item { text-align: center; font-size: 16px; }	
.gdlr-testimonial-item.plain-style .testimonial-item-inner{ padding: 25px 30px; position: relative; }	
.gdlr-testimonial-item.plain-style .testimonial-item-inner:after{ content: ''; height: 0px; width: 0px; 
border: 12px solid transparent; position: absolute; right: 0px; bottom: -24px; }
.gdlr-testimonial-item.plain-style .testimonial-info{ margin-top: 15px; font-size: 16px; }
.gdlr-testimonial-item.plain-style .testimonial-author-image{ width: 94px; margin: 30px auto; 
-moz-border-radius: 47px; -webkit-border-radius: 47px; border-radius: 47px; overflow: hidden; }	
.gdlr-testimonial-item.plain-style .testimonial-author:before { content: "- "; display: inline; }
.gdlr-testimonial-item.plain-style.large{ font-size: 20px; } blockquote{ background-repeat: no-repeat; background-position: 20px 24px; font-size: 18px; font-style: italic;
background-image: url(//i1.wp.com/fosci.org/wp-content/themes/charityhub/images/dark/quote-small.png); background-size: 24px 20px; padding: 20px 20px 0px 60px;
border-bottom-width: 1px; border-top-width: 1px; border-style: solid; margin-bottom: 20px; }
blockquote.gdlr-align-left{ width: 33%; float: left; margin-right: 20px; margin-bottom: 20px; }
blockquote.gdlr-align-right{ width: 33%; float: right; margin-right: 20px; margin-bottom: 20px; } div.gdlr-dropcap{ margin-top: 2px; margin-bottom: 0px; margin-right: 7px; margin-left: 2px; float: left; font-size: 25px; font-size: 29px; 
width: 32px; height: 32px; line-height: 30px; text-align: center; float: left; }
div.gdlr-dropcap.gdlr-type-circle{ -moz-border-radius: 16px; -webkit-border-radius: 16px; border-radius: 16px; font-size: 18px; margin-right: 10px; } .urgent-cause-wrapper{ padding: 34px 30px 31px; position: relative;}
.urgent-cause-wrapper .urgent-cause-info .gdlr-donate-button{ margin: 0px 0px 0px 20px; float: right; border: 0; }
.urgent-cause-wrapper .gdlr-donation-bar-outer{ overflow: hidden; }
.urgent-cause-info .gdlr-donation-bar-wrapper { background: rgba(255, 255, 255, 0.3); }
.urgent-cause-wrapper .excerpt-read-more{ font-weight: bold; display: block; margin-top: 22px; }
.urgent-cause-wrapper .urgent-cause-info{ margin-top: 25px; }
.urgent-cause-wrapper .urgent-cause-caption{ font-size: 21px; margin-bottom: 4px; }
.urgent-cause-wrapper .urgent-cause-title{ font-size: 29px; font-weight: bold; }	
.urgent-cause-wrapper .urgent-cause-inner{ position: relative; }
.urgent-cause-wrapper .urgent-cause-overlay{ position: absolute;
top: 0px; right: 0px; bottom: 0px; left: 0px; opacity: 0.65; filter: alpha(opacity=65); } .gdlr-styled-box-head-wrapper{ overflow: hidden; }
.gdlr-styled-box-head{ overflow: hidden; height: 40px; }
.gdlr-styled-box-corner{ float: right; height: 0px; width: 0px; border-style: solid;
border-width: 0px 40px 40px 0px; border-right-color: transparent; }
.gdlr-styled-box-body{ padding: 34px 30px 14px; }
.gdlr-styled-box-body.with-head{ padding-top: 5px; }
.gdlr-styled-box-body .gdlr-styled-box-head-wrapper{ overflow: hidden; }
.gdlr-styled-box-title{ font-size: 29px; font-weight: bold; }
.gdlr-styled-box-caption{ font-size: 21px; margin-bottom: 4px; }
.gdlr-styled-box-icon{ font-size: 170px; text-align: center; line-height: 1; margin-bottom: 30px; }
.gdlr-styled-box-icon i{ margin-right: 0px; } .gdlr-code-item{ padding: 7px 15px; border-width: 1px; border-style: solid; overflow: hidden; }
.gdlr-code-item .gdlr-code-title{ font-weight: bold; cursor: pointer; }
.gdlr-code-item .gdlr-code-title i{ font-size: 9px; margin-right: 7px; }
.gdlr-code-item .gdlr-code-content{ padding: 8px 14px; display: none; line-height: 2; }
.gdlr-code-item.active .gdlr-code-content{ display: block; line-height: 2; } .gdlr-process-wrapper .gdlr-process-tab{ padding-bottom: 10px; margin-bottom: 20px; position: relative; }
.gdlr-process-wrapper .gdlr-process-tab .gdlr-process-icon{ width: 24px; height: 24px; line-height: 24px;
font-size: 22px; padding: 30px; overflow: hidden; border-width: 3px; border-style: solid;
-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; }
.gdlr-process-wrapper .gdlr-process-tab .gdlr-process-icon i{ margin-right: 0px; }
.gdlr-process-wrapper .gdlr-process-tab .gdlr-process-tab-content{ overflow: hidden; }
.gdlr-process-wrapper .gdlr-process-tab .gdlr-process-title{ font-size: 21px; margin-bottom: 17px; font-weight: normal; }
.gdlr-process-wrapper .gdlr-process-tab .process-line{ position: absolute; }
.gdlr-process-wrapper .gdlr-process-tab .process-line .process-line-divider{ position: absolute;  }
.gdlr-process-wrapper.gdlr-vertical-process .gdlr-process-tab .gdlr-process-icon{ float: left; margin-right: 30px; text-align: center; }
.gdlr-process-wrapper.gdlr-vertical-process .gdlr-process-tab .process-line{ top: 110px; bottom: 0px; left: 35px; width: 20px; }
.gdlr-process-wrapper.gdlr-vertical-process .gdlr-process-tab .process-line .process-line-divider{ left: 50%; 
margin-left: -1px; bottom: 5px; top: 0px; border-left-width: 1px; border-left-style: dashed; }
.gdlr-process-wrapper.gdlr-vertical-process .gdlr-process-tab .process-line .icon-chevron-down{ position: absolute; 
bottom: 0px; margin: 0px; font-size: 20px; }
.gdlr-process-wrapper.gdlr-horizontal-process{ text-align: center; }
.gdlr-process-wrapper.gdlr-horizontal-process .gdlr-process-tab .gdlr-process-icon{ margin: 0px auto 30px;  }
.gdlr-process-wrapper.gdlr-horizontal-process .gdlr-process-tab .process-line{ top: 35px; left: 50%; right: -50%; height: 20px; }
.gdlr-process-wrapper.gdlr-horizontal-process .gdlr-process-tab .process-line .process-line-divider{ 
left: 75px; right: 55px; top: 50%; margin-top: -1px; border-top-width: 1px; border-top-style: dashed; }
.gdlr-process-wrapper.gdlr-horizontal-process .gdlr-process-tab .process-line .icon-chevron-right{ position: absolute; 
right: 50px; margin: 0px; font-size: 20px; }    .gdlr-banner-images ul.slides li{ margin: 0px 20px; }	
.gdlr-banner-images ul.slides li:first-child{ margin-left: 0px; }	
.gdlr-banner-description-item .gdlr-banner-title{ font-size: 23px; margin-bottom: 15px; font-weight: normal; }
.gdlr-banner-description-item .gdlr-banner-description{ margin-bottom: 25px;  }
.gdlr-banner-description-item .nav-container{ overflow: hidden;  }
.gdlr-banner-description-item .nav-container.style-1 .flex-direction-nav{ margin-left: 0px; }
.gdlr-banner-description-item .nav-container.style-1 .flex-control-nav{ display: none;  }	
.gdlr-banner-images ul.slides li img { width: auto; display: inline-block; }
.gdlr-banner-images ul.slides li { text-align: center; }
.gdlr-banner-description .nav-container.style-1 .flex-direction-nav { margin-left: 0px; }
.gdlr-banner-images.gdlr-item{ padding-top: 30px; }
.gdlr-banner-item-wrapper .gdlr-item-title-wrapper.pos-center{ margin-bottom: 65px; } .gdlr-gallery-item.gdlr-item{ margin: 0px 15px; }	
.gdlr-gallery-item.gdlr-item .gallery-item{ margin: 0px 5px 10px; }	
.gdlr-gallery-item.gdlr-item .gallery-item img{ display: block; margin: 0px auto; }	
.gdlr-gallery-item.gdlr-item .gallery-caption{ display: block; text-align: center; padding: 7px 0px 6px; }	
.gdlr-gallery-item.gdlr-item.gdlr-gallery-thumbnail .gallery-item{ padding: 5px; cursor: pointer; }
.gdlr-gallery-item.gdlr-item .gdlr-gallery-thumbnail-container{ margin: 0px 5px 10px; position: relative; overflow: hidden; }
.gdlr-gallery-item.gdlr-item .gdlr-gallery-thumbnail-container .gdlr-gallery-thumbnail{ display: none; }
.gdlr-gallery-item.gdlr-item .gdlr-gallery-thumbnail-container .gdlr-gallery-thumbnail:first-child{ display: block; }
.gdlr-gallery-item.gdlr-item .gdlr-gallery-thumbnail-container img{ margin: 0px auto; display: block; }
.gdlr-gallery-item.gdlr-item .gdlr-gallery-thumbnail-container .gallery-caption-wrapper{
position: absolute; bottom: 0px; left: 0px; right: 0px; text-align: center; }
.gdlr-gallery-item.gdlr-item .gdlr-gallery-thumbnail-container .gallery-caption{ padding: 10px 15px; opacity: 0.8; filter: alpha(opacity=80); display: inline-block; max-width: 60%; } .gdlr-caption-wrapper{ position: absolute; bottom: 0px; left: 0px; right: 0px; z-index: 90; }
.gdlr-caption-wrapper .gdlr-caption-inner{ max-width: 940px; margin: 0px auto; }
.gdlr-caption-wrapper.position-center{ text-align: center; }
.gdlr-caption-wrapper.position-left .gdlr-caption{ float: left; text-align: left; }
.gdlr-caption-wrapper.position-right .gdlr-caption{ float: right; text-align: left; }
.gdlr-caption-wrapper.position-center .gdlr-caption{ display: inline-block; }
.gdlr-caption-wrapper .gdlr-caption{ max-width: 40%; padding: 20px 28px; }
.gdlr-caption-wrapper .gdlr-caption .gdlr-caption-title{ font-size: 27px; font-weight: bold; 
line-height: 1.3; margin-bottom: 20px; }
.gdlr-full-size-wrapper .gdlr-caption-wrapper.position-post-right { max-width: 350px; }
.gdlr-caption-wrapper .gdlr-caption { opacity: 0.77; filter: alpha(opacity=77); }
.gdlr-caption-wrapper.post-slider .gdlr-caption{ max-width: none; background: transparent; }
.gdlr-caption-wrapper.post-slider .gdlr-caption .blog-info{ float: left; margin-right: 10px; margin-bottom: 13px; }
.gdlr-post-slider-item .excerpt-read-more { display: block; margin-top: 20px; font-weight: bold; }
.gdlr-post-slider-item.style-post-bottom .excerpt-read-more { display: none; }
.gdlr-post-slider-item.style-post-bottom .gdlr-caption .blog-info{ display: none; }
.gdlr-caption-wrapper.position-post-left{ right: auto; top: 0px; max-width: 32%; }
.gdlr-caption-wrapper.position-post-right{ left: auto; top: 0px; max-width: 32%; }
.gdlr-post-slider-item.style-post-left .gdlr-caption,
.gdlr-post-slider-item.style-post-right .gdlr-caption{ padding: 25px 30px; }
.gdlr-post-slider-item.style-post-left .flexslider .slides img { width: 68%; float: right; }
.gdlr-post-slider-item.style-post-left .flex-direction-nav .flex-prev { left: 32%; }
.gdlr-post-slider-item.style-post-left .flex-control-nav-wrapper { position: absolute; bottom: 20px; right: 20px; }
.gdlr-post-slider-item.style-post-right .flexslider .slides img { width: 68%; }
.gdlr-post-slider-item.style-post-right .flex-direction-nav .flex-next { right: 32%; }
.gdlr-post-slider-item.style-post-right .flex-control-nav-wrapper { position: absolute; bottom: 20px; left: 20px; }
.gdlr-post-slider-item .gdlr-caption-feature{ color: #fff; }
.gdlr-post-slider-item .gdlr-caption-feature { font-size: 16px; padding-bottom: 5px;
border-bottom-width: 3px; border-bottom-style: solid; margin-bottom: 30px; }
.gdlr-post-slider-item .gdlr-donate-button { margin-top: 30px; margin-bottom: 0px; border-bottom: 0px; }
.gdlr-caption-feature .gdlr-right { float: right; font-size: 20px; line-height: 1; }
.gdlr-caption-feature .gdlr-right .icon-angle-left { margin-right: 15px; cursor: pointer; }
.gdlr-caption-feature .gdlr-right .icon-angle-right { cursor: pointer; }
.gdlr-caption-wrapper.post-slider .gdlr-caption { opacity: 1; filter: alpha(opacity=100); }
.gdlr-caption-wrapper.post-slider .post-slider-caption-overlay{ position: absolute; z-index: -1;
top: 0px; right: 0px; bottom: 0px; left: 0px; background-position: -35px 70px;
background-image: url(//i1.wp.com/fosci.org/wp-content/themes/charityhub/images/post-slider-caption.png); background-repeat: no-repeat; }
.gdlr-stack-image { position: relative; margin-bottom: 40px; }
.gdlr-stack-image img{ display: block; } body .ls-v5 .ls-bottom-slidebuttons a { width: 18px; }
body .ls-v5 .ls-bottom-slidebuttons, body .ls-v5 .ls-nav-start, body .ls-v5 .ls-nav-stop, body .ls-v5 .ls-nav-sides { top: -45px; }
body .ls-v5 .ls-nav-prev { left: 20px; }
body .ls-v5 .ls-nav-next { right: 20px; } .gdlr-price-inner-item{ margin: 0px 3px; border-style: solid; border-width: 1px;
-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.08); 
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08); 
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08); }	
.gdlr-price-item .price-title-wrapper{ padding-bottom: 5px; text-align: center; }
.gdlr-price-item .price-title{ font-size: 19px; padding: 6px 0px; margin: 0px; }	
.gdlr-price-item .price-tag{ font-size: 22px; line-height: 1; padding: 25px 0px; font-weight: bold;
background-image: url(//i1.wp.com/fosci.org/wp-content/themes/charityhub/images/light/price-tag-shadow.png); background-position: 0px 0px; background-repeat: repeat-x; }	
.gdlr-price-item .price-content{ text-align: center; font-size: 13px; line-height: 1.5; overflow: hidden; padding-bottom: 5px; }
.gdlr-price-item .price-content ul{ list-style: none; margin-left: 0px; }
.gdlr-price-item .price-content ul li{ padding: 12px 20px; border-bottom-width: 1px; border-bottom-style: solid; }
.gdlr-price-item .price-button{ text-align: center; }
.gdlr-price-item .price-button .gdlr-button{ margin: 0px 0px 25px; }
.gdlr-price-item .best-price{ margin-top: -25px; }
.gdlr-price-item .best-price .price-title{ font-size: 22px; }
.gdlr-price-item .best-price .price-tag { padding: 34px 20px; font-size: 30px; }
.gdlr-price-item .best-price .price-button { padding-bottom: 15px; }    .gdlr-pagination{ margin: 0px 20px; text-align: right; margin-bottom: 60px; }
.gdlr-pagination a{ cursor: pointer; }
.gdlr-pagination .page-numbers.current{ cursor: default; }
.gdlr-pagination .page-numbers{ display: inline-block; padding: 7px 12px; margin-right: 4px;
-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; } .gdlr-social-share{ margin-bottom: 40px; line-height: 1; padding: 21px 26px 17px; }
.gdlr-social-share .social-share-title{ font-size: 15px; line-height: 23px; font-weight: bold; float: left; 
margin-right: 20px; margin-bottom: 0px;  }
.gdlr-social-share a{ display: inline-block; width: 26px; margin-right: 6px; opacity: 0.5; filter: alpha(opacity=50); }
.gdlr-social-share a:hover{ opacity: 1; filter: alpha(opacity=100); }
.gdlr-social-share a img{ display: block; } .gdlr-post-author{ margin-bottom: 45px; }
.gdlr-post-author .post-author{ font-size: 17px; margin-bottom: 10px; }
.gdlr-post-author .post-author-title{ font-size: 17px; font-weight: 700; text-transform: uppercase; 
margin-bottom: 15px; padding-top: 10px; padding-bottom: 8px; border-bottom-width: 0px; border-bottom-style: solid; } 
.gdlr-post-author .post-author-avartar{ float: left; margin-right: 20px; }
.gdlr-post-author .post-author-content{ overflow: hidden; } .gdlr-comments-area{ margin-bottom: 60px; }
.gdlr-comments-area .comments-title { font-size: 12px; font-weight: 700; text-transform: uppercase;
margin-bottom: 20px; padding-top: 30px; padding-bottom: 8px; border-bottom-width: 0px; border-bottom-style: solid; letter-spacing: 2px; }
.gdlr-comments-area ol.commentlist { list-style: none; margin-left: 0px; }
.gdlr-comments-area ol.commentlist .comment-article{ margin-bottom: 30px; padding-bottom: 5px;
border-bottom-width: 1px; border-bottom-style: solid; }
.gdlr-comments-area ol.commentlist ol.children{ list-style: none; margin-left: 40px; }
.gdlr-comments-area .comment-avatar{ float: left; overflow: hidden; margin-right: 20px;
-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;  }
.gdlr-comments-area .comment-avatar img{ display: block; }
.gdlr-comments-area .comment-body{ overflow: hidden; position: relative; }
.gdlr-comments-area .comment-author{ font-size: 15px; font-weight: bold; margin-bottom: 4px; }
.gdlr-comments-area .comment-reply{ position: absolute; top: 0px; right: 0px; font-size: 15px; }
.gdlr-comments-area .comment-reply i{ margin-right: 12px; }
.gdlr-comments-area .comment-time { line-height: 20px; margin-bottom: 5px; }
.gdlr-comments-area .comment-time i { font-size: 16px; line-height: 20px; float: left; margin-right: 6px; }
.gdlr-comments-area .comment-time time{ font-style: italic; }
.gdlr-comments-area .comment-content{ margin-top: 15px; }
.comment-respond .comment-form{ width: 101%; }
.comment-respond .comment-reply-title{ font-size: 12px; font-weight: 700; text-transform: uppercase; 
margin-bottom: 15px; padding-top: 10px; padding-bottom: 8px; border-bottom-width: 0px; border-bottom-style: solid; letter-spacing: 2px; } 
.comment-respond .comment-form-head > input{ float: left; width: 28.5%; margin: 0 0 0 1.5%; padding: 11px 1.5%; border: 0px; 
-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.comment-respond .comment-form-head > input:first-child{ width: 30%; margin-left: 0%; }
.comment-respond .comment-form-comment > textarea{ margin: 9px 0 0; padding: 11px 2%; width: 95%; border: 0px; 
-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; display: block; }
.comment-respond .comment-form-comment > textarea:focus{ outline: none; }
.comment-respond .form-submit > input[type="submit"]{ margin-bottom: 0px; margin-top: 20px; }
p.comment-form-cookies-consent { margin-top: 12px; }
.comment-form-comment { margin-bottom: 13px; } .gdlr-blog-thumbnail { position: relative; }
.gdlr-blog-thumbnail .icon-bullhorn{ margin-right: 9px; }
.gdlr-blog-thumbnail .gdlr-sticky-banner { position: absolute; bottom: 0px;  
font-size: 12px; font-weight: bold; padding: 7px 15px; text-transform: uppercase; }
.gdlr-blog-thumbnail{ background: #000000; }
.gdlr-blog-thumbnail.gdlr-audio{ background: transparent; }
.format-gallery .gdlr-blog-thumbnail{ background: transparent; }
.gdlr-blog-thumbnail > a > img{ 	
transition: opacity 300ms; -moz-transition: opacity 300ms;
-o-transition: opacity 300ms; -webkit-transition: opacity 300ms; }
.gdlr-blog-thumbnail > a > img:hover{ opacity: 0.8; filter: alpha(opacity=80); }
.blog-item-wrapper .isotope-item { padding-top: 15px; }
.gdlr-blog-carousel-item.gdlr-item .gdlr-blog-grid:first-child{ margin-left: 0px; }
.gdlr-item.gdlr-blog-grid { margin-bottom: 50px; }	
.gdlr-blog-grid .gdlr-blog-title{ font-size: 17px; font-weight: bold; margin-bottom: 10px; }
.gdlr-blog-grid .gdlr-blog-content{ margin-bottom: 0px;  }
.gdlr-blog-grid .gdlr-blog-thumbnail{ margin-bottom: 24px;  }
.gdlr-blog-grid .gdlr-blog-thumbnail img{ display: block; margin: 0px auto;  }
.gdlr-blog-grid .gdlr-blog-info{ margin-bottom: 15px; line-height: 18px; font-size: 11px; text-transform: uppercase; font-weight: 700; }
.gdlr-blog-grid .gdlr-blog-info i{ font-size: 15px; margin-right: 8px; }
.gdlr-blog-grid .gdlr-blog-info .blog-category{ font-weight: bold; font-size: 11px; }
.gdlr-blog-grid .gdlr-blog-info .blog-info{ float: left; margin-right: 16px; }
.gdlr-blog-grid .excerpt-read-more{ display: block; margin-top: 20px; font-weight: bold; }
.gdlr-blog-grid-list{ margin-bottom: 30px; }
.gdlr-blog-grid-list .gdlr-blog-list { border-top-width: 1px; border-style: solid; padding: 13px 0px; margin-bottom: 0px; }
.gdlr-blog-grid-list .gdlr-blog-list i{ margin-right: 10px; }
.gdlr-blog-grid-list .gdlr-item.gdlr-blog-grid { margin-bottom: 30px; }
.gdlr-item.gdlr-blog-medium { margin-bottom: 50px; }	
.gdlr-blog-medium .gdlr-blog-thumbnail{ margin-right: 30px; float: left; width: 35%; }
.gdlr-blog-medium .gdlr-blog-thumbnail img{ display: block; margin: 0px auto;  }
.gdlr-blog-medium .gdlr-blog-content-wrapper{ overflow: hidden;  }
.gdlr-blog-medium .gdlr-blog-title{ font-size: 22px; font-weight: bold; margin-bottom: 13px;  }
.gdlr-blog-medium .gdlr-blog-info{ margin-bottom: 15px; line-height: 18px; font-size: 12px; text-transform: uppercase; font-weight: 700;  line-height: 1.8; }
.gdlr-blog-medium .gdlr-blog-info i{ font-size: 15px; margin-right: 8px; }
.gdlr-blog-medium .gdlr-blog-info .blog-category{ font-weight: bold; font-size: 12px; }
.gdlr-blog-medium .gdlr-blog-info .blog-info{ float: left; margin-right: 16px; }
.gdlr-blog-medium .gdlr-blog-content{ margin-bottom: 22px; }
.gdlr-blog-medium .excerpt-read-more{ display: block; margin-top: 20px; font-weight: bold;  }
.gdlr-item.gdlr-blog-full{ margin-bottom: 27px; }
.gdlr-blog-full{ border-bottom-width: 0px; border-bottom-style: solid; }
.gdlr-blog-full:last-child{ border-bottom-width: 0px; padding-bottom: 0px; }
.gdlr-blog-full .excerpt-read-more { margin-top: 25px; margin-bottom: 0px; display: block; font-weight: bold; }
.gdlr-blog-full .gdlr-blog-title{ font-size: 27px; font-weight: bold; margin-bottom: 22px; }
.gdlr-blog-full .gdlr-blog-thumbnail{ text-align: center; margin-bottom: 30px; }
.gdlr-blog-full .gdlr-blog-thumbnail img{ display: block; margin: 0px auto;  }
.gdlr-blog-full .gdlr-blog-info{ font-size: 12px; margin-bottom: 8px; font-weight: bold; text-transform: uppercase; }
.gdlr-blog-full .gdlr-blog-info i{ font-size: 15px; margin-right: 8px; }
.gdlr-blog-full .gdlr-blog-info .blog-info{ float: left; margin-right: 18px; }
.gdlr-blog-full .gdlr-single-blog-tag{ margin-bottom: 40px; }
.gdlr-blog-full .gdlr-single-blog-tag i{ font-size: 16px; line-height: 16px; 
padding-top: 6px; margin-right: 20px; float: left; }
.gdlr-blog-full .gdlr-single-blog-tag a{ line-height: 12px; padding: 8px 13px; display: inline-block; 
margin-right: 5px; -moz-border-radius: 3px; -webkit-border-radius:3px; border-radius: 3px;  }
.gdlr-blog-full .gdlr-single-blog-tag .sep{ display: none; }
.gdlr-blog-full .blog-content-wrapper{ overflow: hidden; }
.gdlr-blog-full .blog-date-wrapper { text-align: center; float: left; margin-right: 30px; line-height: 1; width: 72px; }
.gdlr-blog-full .blog-date-wrapper .blog-date-day{ font-size: 50px; display: block; margin-bottom: 17px; }
.gdlr-blog-full .blog-date-wrapper .blog-date-month{ font-size: 14px; display: block; margin-bottom: 10px; }
.gdlr-blog-full .blog-date-wrapper .blog-date-year{ font-size: 17px; display: inline-block; 
padding: 0px 3px 23px; border-bottom-width: 1px; border-bottom-style: solid; }
body.single .gdlr-blog-full{ border-bottom: 0px; }
.gdlr-blog-thumbnail .flex-control-nav{ display:none; }
.gdlr-blog-thumbnail .flexslider .flex-prev, 
.gdlr-blog-thumbnail .flexslider .flex-next { opacity: 0.7; }
.gdlr-single-nav > div i{ font-size: 20px; line-height: 20px; padding: 5px 12px; }
.single-post .gdlr-single-nav{ margin-bottom: 65px; width: 100%; }
.single-post .gdlr-single-nav > div.previous-nav{ padding-right: 10px; float: left; }
.single-post .gdlr-single-nav > div.previous-nav i{ margin-right: 15px; }
.single-post .gdlr-single-nav > div.next-nav{ padding-left: 10px; float: right; text-align: right; }
.single-post .gdlr-single-nav > div.next-nav i{ margin-left: 15px; } .gdlr-single-lightbox { position: fixed; top: 0px; right: 0px; bottom: 0px; left: 0px; z-index: 199; overflow-y: auto; }
.gdlr-single-lightbox-overlay { position: fixed; top: 0px; right: 0px; bottom: 0px; left: 0px;
background: #111; padding: 5px;  opacity: 0.8; filter: alpha(opacity=80);
background-image: url(//i1.wp.com/fosci.org/wp-content/themes/charityhub/images/port-loader.gif); background-position: center; background-repeat: no-repeat; }
.gdlr-single-lightbox-wrapper { margin-top: 80px; margin-bottom: 80px; }
.gdlr-single-lightbox-close .gdlr-exit{ width: 25px; height: 25px; padding: 25px; float: right; cursor: pointer; 
background: url(//i1.wp.com/fosci.org/wp-content/themes/charityhub/images/single-port-close.png) center no-repeat #000; }
.gdlr-single-lightbox-container { padding: 40px; }
.gdlr-single-lightbox-title{ margin: 20px 20px 0px; font-size: 29px; text-transform: uppercase; font-weight: bold; text-align: center; } .gdlr-portfolio-info .portfolio-info .info-head { font-weight: bold; margin-right: 7px; }
.gdlr-portfolio-info .gdlr-social-share { padding: 10px 0px 0px; background: transparent; }
.gdlr-portfolio-info .gdlr-social-share a { background: transparent; }
.gdlr-portfolio-info .social-share-title { display: none; }
.single-portfolio .gdlr-single-nav i{ margin-right: 2px; }
.single-portfolio .gdlr-single-nav > div.previous-nav{ float: left; }
.single-portfolio .gdlr-single-nav > div.next-nav{ float: left; }
.single-portfolio .gdlr-single-nav{ position: absolute; right: 0px; top: 5px; }
.single-portfolio .gdlr-portfolio-thumbnail .gdlr-gallery-item {  margin: 0px -5px; }
.gdlr-related-portfolio .head{ font-size: 21px; font-weight: bold; margin: 0px 20px 35px; border-bottom-width: 3px; border-bottom-style: solid; padding-bottom: 10px; }
.gdlr-related-portfolio.portfolio-item-holder { margin-bottom: 25px; }
.gdlr-portfolio-style1 .gdlr-portfolio-thumbnail{ text-align: center; margin-bottom: 55px; }
.gdlr-portfolio-style1 .gdlr-portfolio-thumbnail img{ display: block; margin: 0px auto;  }
.gdlr-portfolio-style1 .gdlr-portfolio-description{ width: 62%; float: left; margin-right: 3%; position: relative; }
.gdlr-portfolio-style1 .gdlr-portfolio-content .head{ font-size: 24px; font-weight: bold; margin-bottom: 30px; }
.gdlr-portfolio-style1 .gdlr-portfolio-info{ width: 35%; float: right; position: relative; }
.gdlr-portfolio-style1 .portfolio-info{ padding-bottom: 10px; margin-bottom: 10px; 
border-bottom-width: 1px; border-bottom-style: solid; }
.gdlr-class-both-sidebar .gdlr-portfolio-style1 .gdlr-portfolio-description,
.gdlr-class-left-sidebar .gdlr-portfolio-style1 .gdlr-portfolio-description,
.gdlr-class-right-sidebar .gdlr-portfolio-style1 .gdlr-portfolio-description{ float: none; margin-right: 0px; width: auto; }
.gdlr-class-both-sidebar .gdlr-portfolio-style1 .gdlr-portfolio-info, 
.gdlr-class-left-sidebar .gdlr-portfolio-style1 .gdlr-portfolio-info, 
.gdlr-class-right-sidebar .gdlr-portfolio-style1 .gdlr-portfolio-info{ width: auto; float: none; margin-bottom: 30px; }
.gdlr-portfolio-style2.gdlr-item-start-content { margin-bottom: 35px; }
.gdlr-portfolio-style2 .gdlr-portfolio-thumbnail{ text-align: center; margin: 0px 30px 30px 0px; max-width: 60%; float: left; }
.gdlr-portfolio-style2 .gdlr-portfolio-thumbnail.full-content { max-width: none; margin-right: 0px; }
.gdlr-portfolio-style2 .gdlr-portfolio-thumbnail.gdlr-video,
.gdlr-portfolio-style2 .gdlr-portfolio-thumbnail.gdlr-slider{ width: 60%; }
.gdlr-portfolio-style2 .gdlr-portfolio-thumbnail img{ display: block; margin: 0px auto;  }
.gdlr-portfolio-style2 .gdlr-portfolio-content{ overflow: hidden; position: relative; }
.gdlr-portfolio-style2 .gdlr-portfolio-content .head{ font-size: 24px; font-weight: bold; margin-bottom: 25px; }
.gdlr-portfolio-style2 .gdlr-portfolio-info{ margin-bottom: 45px;  }
.gdlr-portfolio-style2 .portfolio-info{ padding-bottom: 10px; margin-bottom: 10px; 
border-bottom-width: 1px; border-bottom-style: solid; }
.gdlr-class-both-sidebar .gdlr-portfolio-style2 .gdlr-portfolio-thumbnail,
.gdlr-class-left-sidebar .gdlr-portfolio-style2 .gdlr-portfolio-thumbnail,
.gdlr-class-right-sidebar .gdlr-portfolio-style2 .gdlr-portfolio-thumbnail {
max-width: 100%; float: none; margin-right: 0px; margin-left: 0px; width: auto !important;  } .portfolio-thumbnail .flex-control-nav{ display:none; }
.flex-direction-nav i { margin-right: 0px; }
.portfolio-thumbnail{ position: relative; }
.portfolio-thumbnail .portfolio-overlay{ position: absolute; top: 0px; right: 0px; 
bottom: 0px; left: 0px; opacity: 0; filter: alpha(opacity=0); }
.portfolio-thumbnail .portfolio-icon{ line-height: 1; display: inline-block; }	
.portfolio-thumbnail .portfolio-icon i{ margin: 0px; }
.portfolio-thumbnail .portfolio-icon i.icon-link{ font-size: 35px; padding: 0px 2px;}
.portfolio-thumbnail .portfolio-icon i.icon-search{ font-size: 35px; padding: 0px 2px; }
.portfolio-thumbnail .portfolio-icon i.icon-play{ font-size: 35px; padding: 0px 2px 0px 6px; }	
.portfolio-thumbnail .flexslider .flex-prev, 
.portfolio-thumbnail .flexslider .flex-next { opacity: 0.7; }
.gdlr-classic-portfolio.gdlr-item{ margin-bottom: 35px; }
.gdlr-classic-portfolio .portfolio-thumbnail{ margin-bottom: 25px; }
.gdlr-classic-portfolio .portfolio-thumbnail .portfolio-icon{ 
position: absolute; top: 50%; left: 50%; margin-top: -18px; margin-left: -18px; }
.gdlr-classic-portfolio .portfolio-thumbnail img{ display: block; margin: 0px auto; }
.gdlr-classic-portfolio .portfolio-thumbnail .portfolio-icon{ opacity: 0; filter: alpha(opacity=0); }
.gdlr-classic-portfolio .portfolio-title{ font-size: 17px; font-weight: bold; margin-bottom: 5px; }
.gdlr-classic-portfolio .portfolio-info{ font-size: 13px; font-style: italic; }
.gdlr-classic-portfolio .portfolio-info .info-head{ display: none; }
.type-classic-portfolio .gdlr-pagination { margin-top: -10px; position: relative; z-index: 10; }
.gdlr-item-no-space .gdlr-modern-portfolio.gdlr-item{ margin-bottom: 0px; }
.gdlr-modern-portfolio.gdlr-item{ margin-bottom: 40px; }
.gdlr-modern-portfolio .portfolio-thumbnail img{ display: block; margin: 0px auto; }
.gdlr-modern-portfolio .portfolio-thumbnail.gdlr-video .portfolio-content-wrapper{ display: none; }
.gdlr-modern-portfolio .portfolio-thumbnail .portfolio-overlay-content { position: absolute; margin-top: -30px;
top: 50%; left: 0px; right: 0px; text-align: center; opacity: 0; filter: alpha(opacity=0); }
.gdlr-modern-portfolio .portfolio-title{ font-size: 13px; font-weight: bold; position: relative; 
margin-top: 40px; text-transform: uppercase; margin-bottom: 0px; }
.gdlr-modern-portfolio .portfolio-title a{ width: 95%; display: block; margin: auto; }
.gdlr-modern-portfolio .portfolio-info{ margin-top: 18px; font-size: 14px; position: relative; font-style: italic; }
.gdlr-modern-portfolio .portfolio-info .info-head{ display: none; }
.type-modern-portfolio .gdlr-pagination { margin-top: 30px; }
.gdlr-portfolio-carousel-item .gdlr-portfolio-item:first-child{ margin-left: 0px; }
.portfolio-item-filter{ margin: 0px 20px; padding-bottom: 40px; font-size: 15px; font-weight: bold; text-transform: uppercase; }
.portfolio-item-filter .sep{ margin: 0px 12px; }
.portfolio-item-filter a:first-child .sep{ display: none; }
.gdlr-now-loading{ height: 32px; padding: 40px 0px 80px; display: none; background: url(//i1.wp.com/fosci.org/wp-content/themes/charityhub/images/dark/now-loading.gif) center no-repeat;  } body .fancybox-skin{background-color: #f3f3f3; }
.gdlr-paypal-form-wrapper input[type="text"], 
.gdlr-paypal-form-wrapper textarea { background: #fff; color: #757575; }
.gdlr-paypal-fields .gdlr-head{ color: #5e5e5e; }
.gdlr-paypal-form-head,
.gdlr-paypal-form-wrapper{ color: #444; } 
.gdlr-paypal-amount-wrapper input[type="text"]{ border-color: #e5e5e5; }
.gdlr-paypal-amount-wrapper .gdlr-amount-button{ background-color: #c0c0c0; }
.gdlr-paypal-form-wrapper .gdlr-notice { background: #FF6D3F; color: #fff; }
.gdlr-paypal-form-wrapper .gdlr-notice.gdlr-success { background: #5CB928; }
.gdlr-paypal-form-wrapper { padding: 20px; width: 650px; max-width: 100%; }
.gdlr-paypal-form-wrapper input[type="submit"] { width: 95%; 
border-bottom-width: 3px; border-bottom-style: solid; }
.gdlr-paypal-form-wrapper .gdlr-notice { display: none; margin-bottom: 15px; padding: 10px 2%; max-width: 91%; }
.gdlr-paypal-form-wrapper .gdlr-paypal-loader { height: 32px; width: 95%; margin-bottom: 15px;
display: none; background: url(//i1.wp.com/fosci.org/wp-content/themes/charityhub/images/donate-loader.gif) center no-repeat; }
.gdlr-paypal-form-head{ font-size: 22px; margin-bottom: 40px; }
.gdlr-paypal-form-head span{ font-weight: bold; }
.gdlr-paypal-amount-wrapper { margin-bottom: 15px; }
.gdlr-paypal-amount-wrapper .gdlr-head { font-size: 15px; font-weight: bold; display: block; margin-bottom: 22px; }
.gdlr-paypal-amount-wrapper input[type="text"] { margin: 0px; padding: 12px 2%; 
border-width: 1px; border-style: solid; height: 20px; line-height: 20px; font-size: 13px; } 
.gdlr-paypal-amount-wrapper .gdlr-amount-button{ display: inline-block; font-size: 14px; 
padding: 13px 25px; margin-right: 8px; margin-bottom: 20px; height: 20px; line-height: 20px;
cursor: pointer; font-weight: bold; border: none; }
.gdlr-paypal-fields .gdlr-head { display: block; margin-bottom: 10px; }
.gdlr-paypal-fields .columns { margin-bottom: 16px;}
.gdlr-paypal-fields input[type="text"] { margin: 0px; width: 85%; padding: 13px 4%; font-size: 13px; } 
.gdlr-paypal-fields textarea { margin: 0px; width: 85%; height: 80px; padding: 13px 4%; font-size: 13px; }
.gdlr-paypal-form-wrapper .gdlr-recurring-payment-wrapper{ margin-bottom: 20px; }
.gdlr-paypal-form-wrapper .gdlr-recurring-time-wrapper{ display: none; padding-top: 10px; }
.gdlr-paypal-form-wrapper .gdlr-recurring-option { margin: 0px 10px; padding: 2px 7px; }
.gdlr-payment-method{ margin-bottom: 15px; }
.gdlr-payment-method img{ padding: 2px; margin-right: 15px; cursor: pointer; }
.gdlr-payment-method img.gdlr-active{ border-width: 2px; border-style: solid; padding: 0px; }
.gdlr-single-payment-form{ padding: 30px 0px; }
.gdlr-single-payment-form label{ display: block; margin-bottom: 10px; }
.gdlr-single-payment-form .gdlr-form-half-left{ width: 50%; }
.gdlr-single-payment-form input[type="text"]{ width: 100%; padding: 15px 20px; }
.gdlr-form-expiration input[type="text"]{ width: 50px; }
.gdlr-form-expiration .gdlr-separator{ margin: 0px 10px; }
.gdlr-single-payment-form .gdlr-form-instant-payment-loading{ margin-bottom: 20px; display: none; }
.gdlr-single-payment-form .gdlr-form-notice,
.gdlr-single-payment-form .gdlr-form-error{ padding: 10px 15px;margin-bottom: 20px; display: none; }
.gdlr-single-payment-form .gdlr-form-notice,
.gdlr-payment-form .gdlr-message.gdlr-success{ background-color: #99d15e; color: #fff; }
.gdlr-single-payment-form .gdlr-form-error,
.gdlr-payment-form .gdlr-message.gdlr-failed{ background-color: #d15e5e; color: #fff; } .gdlr-cause-search-wrapper { padding: 40px; background-image: url(//i1.wp.com/fosci.org/wp-content/themes/charityhub/images/cause-search-bg.png);
background-repeat: no-repeat; background-position: 0px center; }
.gdlr-cause-search-wrapper .cause-search-title{ font-size: 24px; font-weight: normal; }
.gdlr-cause-search-wrapper .cause-search-caption{ margin-bottom: 15px; }
.gdlr-cause-search-wrapper form{ padding-top: 20px; }
.gdlr-cause-search-wrapper input[type="text"]{ margin: 0px 1.5% 0px 0px; width: 32%; 
padding: 13px 2.5% 12px; height: 18px; float: left; font-size: 14px; }
.gdlr-cause-search-wrapper .gdlr-combobox{ width: 37%; margin: 0px 1.5% 0px 0px; float: left;
overflow: hidden; background-image: url(//i1.wp.com/fosci.org/wp-content/themes/charityhub/images/combobox.png); background-repeat: no-repeat;
background-position: right center; }
.gdlr-cause-search-wrapper select{ margin: 0px; width: 120%; padding: 13px 16px 12px; border: 0px;
background: transparent; height: 43px; font-size: 14px; }
.gdlr-cause-search-wrapper input[type="submit"]{ margin-bottom: 0px; margin-right: 0px; height: 43px; } .single-cause .gdlr-cause-thumbnail img{ display: block; }
.single-cause .gdlr-cause-info-wrapper{ margin-bottom: 30px; position: relative; }
.single-cause .gdlr-donate-button{ position: absolute; top: 0px; right: 0px; }
.single-cause .gdlr-cause-info { margin-bottom: 6px; }
.single-cause .gdlr-cause-donation-goal{ font-size: 21px; margin-bottom: 13px; }
.single-cause .gdlr-cause-donation-goal .goal{ font-weight: bold; }
.single-cause .gdlr-donation-goal-text{ float: left; }
.single-cause .cause-info.cause-pdf{ font-size: 14px; font-weight: bold; float: right; margin-top: 2px; }
.single-cause .cause-info.cause-pdf i{ margin-right: 9px; }
.single-cause .gdlr-cause-thumbnail{ margin-bottom: 40px; }
.gdlr-cause-info{ font-size: 12px; font-weight: bold; text-transform: uppercase; }
.gdlr-cause-info .cause-info{ float: left; margin-right: 18px; }
.gdlr-cause-info .cause-info i{ font-size: 13px; margin-right: 8px;}
.gdlr-donation-bar-wrapper,
.gdlr-donation-bar-wrapper .gdlr-donation-bar { height: 5px; margin-bottom: 7px; }
.gdlr-donation-goal-text { font-size: 16px; }
.gdlr-donation-goal-text .sep { margin: 0px 10px; }
.gdlr-donation-goal-text .back { font-weight: bold; } .gdlr-item.gdlr-cause-grid { margin-bottom: 60px; }
.gdlr-cause-grid{ text-align: center; }
.gdlr-cause-grid .gdlr-cause-thumbnail{ margin-bottom: 35px; }
.gdlr-cause-grid .gdlr-cause-thumbnail img{ display: block; margin: 0px auto; }
.gdlr-cause-grid .cause-title{ font-size: 17px; font-weight: bold; margin-bottom: 18px; }
.gdlr-cause-grid .gdlr-donation-bar-wrapper,
.gdlr-cause-grid .gdlr-donation-bar-wrapper .gdlr-donation-bar { height: 3px; }
.gdlr-cause-grid .gdlr-donation-goal-text { font-size: 14px; }
.gdlr-cause-grid .gdlr-donation-bar-outer{ margin-bottom: 15px; }
.gdlr-cause-grid .gdlr-donate-button{ margin: 30px 0px 0px; }
.gdlr-cause-carousel-wrapper.gdlr-item{ margin-bottom: 0px; }
.gdlr-cause-carousel-wrapper li.gdlr-item:first-child{ margin-left: 0px; }
.gdlr-cause-medium.gdlr-item{ margin-bottom: 60px; }
.gdlr-cause-medium .gdlr-cause-thumbnail-wrapper { width: 34%; float: left; margin-right: 30px; }
.gdlr-cause-medium .gdlr-cause-thumbnail{ margin-bottom: 6px; }
.gdlr-cause-medium .gdlr-cause-thumbnail img{ display: block; }
.gdlr-cause-medium .gdlr-donate-button{ margin: 0px; display: block; text-align: center; }
.gdlr-cause-medium .cause-content-wrapper{ overflow: hidden; }
.gdlr-cause-medium .cause-title{ font-size: 23px; font-weight: bold; margin-bottom: 7px; }
.gdlr-cause-medium .gdlr-cause-info { margin-bottom: 19px; }
.gdlr-cause-medium .gdlr-donation-bar-outer { margin-bottom: 15px; }
.gdlr-cause-medium .excerpt-read-more { margin-top: 18px; display: block; font-weight: bold; }
.gdlr-cause-full.gdlr-item{ margin-bottom: 60px; }
.gdlr-cause-full .gdlr-cause-thumbnail-wrapper { margin-bottom: 25px; }
.gdlr-cause-full .gdlr-cause-thumbnail-wrapper img{ display: block; }
.gdlr-cause-full .cause-title{ font-size: 23px; font-weight: bold; margin-bottom: 18px; }
.gdlr-cause-full .gdlr-donation-bar-outer { margin-bottom: 15px; }
.gdlr-cause-full .excerpt-read-more { margin-top: 18px; display: block; font-weight: bold; }
.gdlr-cause-full .gdlr-cause-info-wrapper { float: left; width: 150px; margin-right: 30px; }
.gdlr-cause-full .gdlr-donate-button { margin-right: 0px; }
.gdlr-cause-full .gdlr-cause-info .cause-info { float: none; margin-bottom: 3px; }
.gdlr-cause-full .cause-content-wrapper{ overflow: hidden; } .list-with-icon{ margin-bottom: 55px; padding-bottom: 0px; margin-top: 3px; }
.list-with-icon .list-with-icon-title i{ font-size: 23px; line-height: 25px; }
.list-with-icon .list-with-icon-title{ overflow: hidden; font-size: 15px; font-weight: bold; 
margin-bottom: 8px; text-transform: uppercase; letter-spacing: 2px; }
.list-with-icon.gdlr-left{ text-align: left; }
.list-with-icon.gdlr-left .list-with-icon-title i{ margin-left: 18px; }
.list-with-icon.gdlr-right{ text-align: right; }
.list-with-icon.gdlr-right .list-with-icon-title i{ margin-right: 18px; } .format-aside .gdlr-blog-content{ font-size: 22px; font-style: none; padding: 30px 30px 30px; line-height: 1.7; }
.format-aside .gdlr-blog-content p:last-child{ margin-bottom: 0px; } .format-quote .gdlr-top-quote blockquote{ font-weight: bold; font-size: 25px; font-style: normal; 
line-height: 1.4; padding: 0px 0px 0px 55px; border-top-width: 0px; border-bottom-width: 0px;
background-size: 34px 29px; background-position: 0px 7px; background-image: url(//i1.wp.com/fosci.org/wp-content/themes/charityhub/images/dark/quote.png); }
.format-quote .gdlr-top-quote blockquote,
.format-quote .gdlr-top-quote blockquote p{ margin-bottom: 12px; }
.format-quote .gdlr-quote-author{ font-size: 14px; font-weight: bold; padding-left: 55px; }
.post.format-quote .gdlr-blog-content { border-top-style: dashed; border-bottom-style: dashed; border-top-width: 1px; border-bottom-width: 1px; padding-top: 40px; padding-bottom: 20px; } .gdlr-blog-full .post.format-link .gdlr-blog-content { margin-bottom: 0px }
.post.format-link { border-top-width: 1px; border-bottom-width: 1px; border-top-style: dashed; border-bottom-style: dashed; margin-bottom: 70px; padding: 40px 0px 40px; }
.gdlr-blog-full .post.format-link .gdlr-blog-title{ margin-bottom: 5px; } .gdlr-blog-content { margin-bottom: 50px; }    .widget_recent_entries ul, .widget_recent_comments ul, 
.widget_pages ul, .widget_rss ul, 
.widget_archive ul, .widget_categories ul, .widget_nav_menu ul,
.widget_meta ul { position: relative; list-style: none; margin-left: 0px; }
.widget_recent_entries ul ul, .widget_recent_comments ul ul, 
.widget_pages ul ul, .widget_rss ul ul, 
.widget_archive ul ul, .widget_categories ul ul, .widget_nav_menu ul ul,
.widget_meta ul ul{ margin-top: 15px; margin-bottom: 0px; }
.widget_recent_entries ul ul li:last-child, .widget_recent_comments ul ul li:last-child, 
.widget_pages ul ul li:last-child, .widget_rss ul ul li:last-child, 
.widget_archive ul ul li:last-child, .widget_categories ul ul li:last-child, .widget_nav_menu ul ul li:last-child,
.widget_meta ul ul li:last-child{ padding-bottom: 0px; margin-bottom: 0px; border-bottom-width: 0px; }
.widget_recent_entries ul li, .widget_recent_comments ul li, 
.widget_pages ul li, .widget_rss ul li, 
.widget_archive ul li, .widget_categories ul li, .widget_nav_menu ul li, 
.widget_meta ul li{ margin-bottom: 10px; padding-left: 25px; line-height: 20px; padding-bottom: 10px;
border-bottom-width: 1px; border-bottom-style: solid; }
.widget_recent_entries ul li:before, .widget_recent_comments ul li:before, 
.widget_pages ul li:before, .widget_rss ul li:before, 
.widget_archive ul li:before, .widget_categories ul li:before, .widget_nav_menu ul li:before,
.widget_meta ul li:before { content: "\f105"; font-family: FontAwesome; text-align: center;
position: absolute; left: 0px; display: block; height: 20px; width: 20px; margin-top: -1px; } .tagcloud a { font-size: 12px !important; display: block;
float: left; padding: 7px 14px; margin-right: 7px; margin-top: 7px;
border: 0px solid; border-color: inherit; font-weight: bold; }
.tagcloud a:hover { opacity: 0.8; filter: alpha(opacity=80); }
.tagcloud { display: inline-block; } .gdl-search-form{ padding-right: 22px; position: relative; }
.gdl-search-form input[type="text"]{ border-width: 0px; border-style: solid; width: 94%; padding: 16px 18px;
-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.gdl-search-form input[type="submit"] { position: absolute; right: 14px; top: 50%; margin: -9px 0px 0px; 
width: 16px; height: 16px; padding: 0px; background-color: transparent; background-size: 16px 16px;
background-image: url(//i1.wp.com/fosci.org/wp-content/themes/charityhub/images/dark/icon-search.png); border: none; }
.gdlr-header-search{ float: right; width: 32%; clear: right; }
.gdlr-header-search .gdl-search-form{ padding-right: 42px; }
.gdlr-header-search .search-text input{ font-size: 13px; }
.gdlr-header-search .gdl-search-form input[type="text"]{ width: 100%; border: 0px; margin: 0px; padding: 15px 21px;
-moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; }
.gdlr-header-search .gdl-search-form input[type="submit"] { background-image: url(//i1.wp.com/fosci.org/wp-content/themes/charityhub/images/light/icon-search.png); } .recent-post-widget{ margin-bottom: 20px; }
.recent-post-widget .recent-post-widget-thumbnail{ max-width: 70px; float: left; margin-right: 18px; }
.recent-post-widget .recent-post-widget-thumbnail img{ display: block; }
.recent-post-widget .recent-post-widget-content{ overflow: hidden; margin-top: 5px; }
.recent-post-widget .recent-post-widget-title{ font-size: 14px; margin-bottom: 6px; font-weight: 400; }
.recent-post-widget .recent-post-widget-info{ line-height: 22px; }
.recent-post-widget .recent-post-widget-info i{ font-size: 15px; margin-right: 10px; }
.recent-post-widget .gdlr-donation-bar-wrapper, 
.recent-post-widget .gdlr-donation-bar-wrapper .gdlr-donation-bar{ height: 4px; }
.recent-post-widget .gdlr-donation-goal-text{ font-size: 13px; }
.widget_gdlr-recent-cause-widget .recent-post-widget-title { margin-bottom: 12px; } .gdlr-recent-comment-widget .recent-comment-widget-thumbnail{ overflow: hidden; float: left; margin-right: 20px;
-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; }
.gdlr-recent-comment-widget .recent-comment-widget-content { overflow: hidden; }
.gdlr-recent-comment-widget .recent-commnet-widget { padding-bottom: 20px; margin-bottom: 20px;
border-bottom-width: 1px; border-bottom-style: solid; }
.gdlr-recent-comment-widget .recent-comment-widget-title{ font-size: 14px; font-weight: 400; 
margin-bottom: 5px; }
.gdlr-recent-comment-widget .recent-comment-widget-info{ font-size: 11px; font-weight: bold; 
text-transform: uppercase; margin-bottom: 10px; } ul.gdlr-twitter-widget{ list-style: none; margin-left: 0px; }
ul.gdlr-twitter-widget li{ margin-bottom: 25px; }
ul.gdlr-twitter-widget li:before{ font-size: 24px; line-height: 24px; float: left; margin-right: 23px;
margin-top: 2px; font-family: FontAwesome; 
content: '\f099'; *zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf099;'); }
ul.gdlr-twitter-widget li .gdlr-twitter{ margin-bottom: 20px; overflow: hidden; } .gdlr-recent-port2-widget .recent-port-widget-thumbnail { max-width: 59px; float: left; 
margin-right: 13px; margin-bottom: 13px; }
.footer-wrapper .gdlr-recent-port2-widget .recent-port-widget-thumbnail { max-width: 71px; } .gdlr-flickr-widget .flickr_badge_image { max-width: 59px; float: left; 
margin-right: 13px; margin-bottom: 13px; }
.footer-wrapper .gdlr-flickr-widget .flickr_badge_image { max-width: 57px; } .gdlr-post-slider-widget .flex-control-nav { display: none; }
.gdlr-post-slider-widget .gdlr-caption-title { padding: 7px 7px 9px; font-size: 13px; text-align: center; background: #242424; }
.gdlr-post-slider-widget .flex-direction-nav li a { padding-top: 15px;padding-bottom: 15px; 
margin-top: -30px; } .widget_calendar caption { font-size: 10px; margin-bottom: 14px; text-transform: uppercase; font-weight: bold; letter-spacing: 1px; }	
.widget_calendar th { font-size: 11px; font-weight: bold; }
.widget_calendar table, .widget_calendar tr, .widget_calendar td{ padding: 10px 0px; }
.widget_calendar table tfoot td { border-bottom: 0; }    .isotope-item { z-index: 2; }
.isotope-hidden.isotope-item { pointer-events: none; z-index: 1; }
.isotope, .isotope .isotope-item {
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
-ms-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
transition-duration: 0.8s; }
.isotope {
-webkit-transition-property: height, width;
-moz-transition-property: height, width;
-ms-transition-property: height, width;
-o-transition-property: height, width;
transition-property: height, width; }
.isotope .isotope-item {
-webkit-transition-property: -webkit-transform, opacity; 
-moz-transition-property: -moz-transform, opacity; 
-ms-transition-property: -ms-transform, opacity; 
-o-transition-property: -o-transform, opacity; 
transition-property: transform, opacity; }
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
-webkit-transition-duration: 0s; 
-moz-transition-duration: 0s; 
-ms-transition-duration: 0s;
-o-transition-duration: 0s; 
transition-duration: 0s; } .gdlr-chart { position: relative; text-align: center; display: inline-block; }
.gdlr-chart canvas { position: absolute; top: 0; left: 0; max-width: 100%; max-height: 100%; 
max-height: none\9; }
.gdlr-chart .chart-content-wrapper { position: absolute; left: 50%; top: 50%; line-height: 1; z-index: 1; }
.gdlr-chart .chart-content-wrapper .chart-content-inner { position: relative; left: -50%; margin-top: -25%; }
.gdlr-chart .chart-content-wrapper .chart-content{ font-size: 16px; margin-bottom: 8px; display: block; }
.gdlr-chart .chart-content-wrapper .chart-percent-number { font-size: 24px; display: block; }	
.gdlr-chart .chart-content-wrapper .chart-content i { font-size: 25px; margin-top: -28px; margin-bottom: 10px; margin-right: 0; display: block; } .gdlr-mailchimp-form .yks-require-description{ display: none; }
.gdlr-mailchimp-form .yks-mailchimpFormDivRowLabel, 
.gdlr-mailchimp-form .yks-mailchimpFormDivRowField { display: block; margin-bottom: 3px; width: auto; }
.gdlr-mailchimp-form .yks-mailchimpFormDivRow{ margin-top: 9px; }
.gdlr-mailchimp-form .yks-mailchimpFormDivRow:first-child{ margin-top: 0px; }
.gdlr-mailchimp-form input[type="text"], .gdlr-mailchimp-form input[type="email"], 
.gdlr-mailchimp-form input[type="password"]{ width: 200px; padding: 12px; margin-bottom: 5px; }
.gdlr-mailchimp-form p, .gdlr-mailchimp-form input[type="submit"]{ margin-bottom: 0px; }
.gdlr-mailchimp-form .yks-status .yks-success { white-space: normal; text-align: center;
margin: 0px auto; padding: 5px 12px; } .gdlr-wpml-language-selector img{ margin-right: 12px; vertical-align: middle; } .gdlr-woocommerce-cart .sub-menu-item{ padding-top: 12px; margin-top: 12px;
border-top-width: 1px; border-top-style: solid; }
.gdlr-woocommerce-cart .sub-menu-item:first-child{ padding-top: 0px; border-top-width: 0px; }
.gdlr-woocommerce-cart .sub-menu-item .head{ font-weight: bold; }
.gdlr-woocommerce-cart .gdlr-button{ margin-bottom: 0px; }
.gdlr-woocommerce-cart .gdlr-button:last-child{ margin-right: 0px; }
.gdlr-woocommerce-cart .sub-menu-item .gdlr-button { margin-top: 9px; } .gdlr-fluid-video-wrapper { width: 100%; position: relative; padding: 0; }                                                            
.gdlr-fluid-video-wrapper iframe{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .wpcf7 input[type="text"], .wpcf7 input[type="email"], 
.wpcf7 input[type="password"], .wpcf7 textarea { padding: 16px 20px; width: 100%; font-size: 14px; }
.wpcf7 input[type="submit"] { padding: 15px 25px; }
.wpcf7 span.wpcf7-form-control-wrap {display: block; padding-right: 46px; margin-top: 7px; }	
.footer-wrapper .wpcf7 p{ margin-bottom: 10px; }
.footer-wrapper .wpcf7 input[type="text"], .footer-wrapper .wpcf7 input[type="email"], 
.footer-wrapper .wpcf7 input[type="password"], .footer-wrapper .wpcf7 textarea { padding: 5px 10px; width: 100%;}
.footer-wrapper .wpcf7 span.wpcf7-form-control-wrap { padding-right: 20px; margin-top: 5px; }	
.wpcf7 input:focus::input-placeholder{ color:transparent; }
.wpcf7 input:focus::-webkit-input-placeholder{ color:transparent; }
.wpcf7 input:focus::-moz-placeholder{ color:transparent; }
.wpcf7 input:focus:-moz-placeholder{ color:transparent; }
.wpcf7 input:focus:-ms-input-placeholder{ color:transparent; }
.wpcf7 textarea:focus::input-placeholder{ color:transparent; }
.wpcf7 textarea:focus::-webkit-input-placeholder{ color:transparent; }
.wpcf7 textarea:focus::-moz-placeholder{ color:transparent; }
.wpcf7 textarea:focus:-moz-placeholder{ color:transparent; }
.wpcf7 textarea:focus:-ms-input-placeholder{ color:transparent; } .gdlr-bg-player{ position: absolute; top: 0px; left: 0px; bottom: 0px; right: 0px; }
.gdlr-player-overlay{ position: absolute; top: 0px; left: 0px; bottom: 0px; right: 0px; background: #000; } .widget_wysija input[type="text"], .widget_wysija input[type="email"], .widget_wysija input[type="password"], .widget_wysija textarea { padding: 15px; font-size: 13px; width: 91%; }   @media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
blockquote { background-image: url(//i1.wp.com/fosci.org/wp-content/themes/charityhub/images/dark/quote@2x.png); background-repeat: no-repeat; }
.gdl-search-form input[type="submit"] { background-image: url(//i1.wp.com/fosci.org/wp-content/themes/charityhub/images/dark/icon-search@2x.png); }
.page-not-found-search  .gdl-search-form input[type="submit"]{ background-image: url(//i1.wp.com/fosci.org/wp-content/themes/charityhub/images/light/icon-search@2x.png); }
}