@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}
html.no-scroll{scrollbar-gutter:stable}body.no-scroll{overflow-y:hidden}.modal-window{--mw-zindex:999999;--mw-position:fixed;--mw-inset-top:auto;--mw-inset-right:auto;--mw-inset-bottom:auto;--mw-inset-left:auto;--mw-inset:var(--mw-inset-top) var(--mw-inset-right) var(--mw-inset-bottom) var(--mw-inset-left);--mw-width:662px;--mw-height:auto;--mw-bg-color:#fff;--mw-bg-img:none;--mw-padding:10px;--mw-font-size:16px;--mw-font-family:inherit;--mw-shadow:none;--mw-radius:5px;--mw-border:none;--mw-overlay:rgba(0,0,0,.7);--mw-scrollbar-width:thin;--mw-scrollbar-thin:6px;--mw-scrollbar-color:#4f4f4f;--mw-scrollbar-track:hsla(0,0%,100%,0);--mw-close-inset:0 0 auto auto;--mw-close-padding:6px 12px;--mw-close-size:12px;--mw-close-font:inherit;--mw-close-weight:400;--mw-close-style:normal;--mw-close-radius:0;--mw-close-color:#fff;--mw-close-h-color:#000;--mw-close-bg:#000;--mw-close-h-bg:#fff;--mw-close-box:24px;--mw-title-size:32px;--mw-title-line-height:36px;--mw-title-font:inherit;--mw-title-weight:400;--mw-title-style:normal;--mw-title-align:left;--mw-title-color:#383838;--mw-title-bg:hsla(0,0%,100%,0);--mw-flbtn-inset:50% -4px auto auto;--mw-flbtn-padding:14px 14px;--mw-flbtn-radius:4px;--mw-flbtn-size:1.2em;--mw-flbtn-color:#fff;--mw-flbtn-h-color:#fff;--mw-flbtn-bg:#383838;--mw-flbtn-h-bg:#797979;--mw-anime-duration:5s;--mw-anime-iteration:5;--mw-form-width:100%;--mw-form-padding:10px;--mw-form-margin:0 auto;--mw-form-border:1px solid #fff;--mw-form-radius:0px;--mw-form-bg:#fff;--mw-field-border-width:1px;--mw-field-border-color:#383838;--mw-field-radius:0px;--mw-field-size:16px;--mw-field-bg:#fff;--mw-field-color:#383838;--mw-field-input-height:36px;--mw-field-textarea-height:72px;--mw-form-btn-color:#fff;--mw-form-btn-bg:#e95645;--mw-form-btn-h-bg:#d45041;--mw-form-btn-size:16px;--mw-form-text-size:16px;--mw-form-text-color:#48c774}.modal-window div,.modal-window form{box-sizing:border-box}.modal-window__wrapper{display:none;inset:0 0 0 0;overflow:auto;pointer-events:none;position:fixed;-webkit-user-select:text;-moz-user-select:text;user-select:text;visibility:visible;z-index:var(--mw-zindex)}.modal-window__wrapper.is-block,.modal-window__wrapper.is-clickable{pointer-events:auto}.modal-window__wrapper.has-overlay{background-color:var(--mw-overlay)}.modal-window__title{background-color:var(--mw-title-bg);border-radius:var(--mw-radius) var(--mw-radius) 0 0;color:var(--mw-title-color);font-family:var(--mw-title-font);font-size:var(--mw-title-size);font-style:var(--mw-title-style);font-weight:var(--mw-title-weight);line-height:var(--mw-title-line-height);margin-block-start:calc(var(--mw-padding)*-1);margin-inline:calc(var(--mw-padding)*-1);padding-inline:var(--mw-padding);position:relative;text-align:var(--mw-title-align)}.modal-window__content{background-color:var(--mw-bg-color);background-image:var(--mw-bg-img);background-repeat:no-repeat;background-size:cover;border:var(--mw-border);border-radius:var(--mw-radius);box-shadow:var(--mw-shadow);display:none;font-family:var(--mw-font-family);font-size:var(--mw-font-size);height:var(--mw-height);inset:var(--mw-inset);margin:auto;max-height:calc(100vh - var(--mw-inset-top));padding:var(--mw-padding);pointer-events:auto;position:var(--mw-position);width:var(--mw-width);z-index:calc(var(--mw-zindex) + 1)}.modal-window__content-wrapper{display:flex;flex-direction:column;height:calc(var(--mw-height) - var(--mw-padding)*2);max-height:calc(100vh - var(--mw-inset-top) - var(--mw-padding)*2);-webkit-user-select:text;-moz-user-select:text;user-select:text}.modal-window__content-main{flex:1;margin-inline:calc(var(--mw-padding)*-1);overflow-y:auto;padding-inline:var(--mw-padding);scrollbar-color:var(--mw-scrollbar-color) var(--mw-scrollbar-track);scrollbar-width:var(--mw-scrollbar-width)}.modal-window__content-main::-webkit-scrollbar{-webkit-appearance:none;background-color:var(--mw-scrollbar-track);width:var(--mw-scrollbar-thin)}.modal-window__content-main::-webkit-scrollbar-thumb{background-color:var(--mw-scrollbar-color);border-radius:4px}.modal-window__close{background-color:var(--mw-close-bg);border-radius:var(--mw-close-radius);color:var(--mw-close-color);cursor:pointer;display:none;font-family:var(--mw-close-font);font-size:var(--mw-close-size);font-style:var(--mw-close-style);font-weight:var(--mw-close-weight);inset:var(--mw-close-inset);padding:var(--mw-close-padding);position:absolute;transition:all .2s ease;z-index:calc(var(--mw-zindex) + 2)}.modal-window__close:focus,.modal-window__close:hover{background-color:var(--mw-close-h-bg);color:var(--mw-close-h-color)}.modal-window__close.-image{padding:0}.modal-window__close.-image:after{align-items:center;content:"×";display:flex;height:var(--mw-close-box);justify-content:center;width:var(--mw-close-box)}.modal-window__form{background:var(--mw-form-bg);border:var(--mw-form-border);border-radius:var(--mw-form-radius);margin:var(--mw-form-margin);padding:var(--mw-form-padding);width:var(--mw-form-width)}.modal-window__form input[type=email],.modal-window__form input[type=text],.modal-window__form textarea{background:var(--mw-field-bg);border-color:var(--mw-field-border-color);border-radius:var(--mw-field-radius);border-style:solid;border-width:var(--mw-field-border-width);box-sizing:border-box;color:var(--mw-field-color);display:block;font-size:var(--mw-field-size);margin-bottom:13px;max-width:none;padding:10px;width:calc(100% - var(--mw-field-border-width))}.modal-window__form input[type=email]::-moz-placeholder,.modal-window__form input[type=text]::-moz-placeholder,.modal-window__form textarea::-moz-placeholder{opacity:.75}.modal-window__form input[type=email]::-moz-placeholder, .modal-window__form input[type=text]::-moz-placeholder, .modal-window__form textarea::-moz-placeholder{opacity:.75}.modal-window__form input[type=email]::placeholder,.modal-window__form input[type=text]::placeholder,.modal-window__form textarea::placeholder{opacity:.75}.modal-window__form input[type=email],.modal-window__form input[type=text]{height:var(--mw-field-input-height);line-height:var(--mw-field-input-height)}.modal-window__form textarea{height:var(--mw-field-textarea-height);overflow:auto}.modal-window__form input[type=submit]{background:var(--mw-form-btn-bg);border-color:var(--mw-field-border-color);border-radius:var(--mw-field-radius);border-style:solid;border-width:var(--mw-field-border-width);color:var(--mw-form-btn-color);cursor:pointer;display:inline-block;font-size:var(--mw-form-btn-size);padding:10px;text-decoration:none;width:calc(100% - var(--mw-field-border-width))}.modal-window__form input[type=submit]:hover{background:var(--mw-form-btn-h-bg)}.modal-window__form-result{color:var(--mw-form-text-color);font-size:var(--mw-form-text-size);margin-bottom:13px}.modal-window .modal-float-button{align-items:center;background:var(--mw-flbtn-bg);border-radius:var(--mw-flbtn-radius);color:var(--mw-flbtn-color);cursor:pointer;display:flex;font-size:var(--mw-flbtn-size);gap:8px;inset:var(--mw-flbtn-inset);justify-content:center;line-height:1;padding:var(--mw-flbtn-padding);position:fixed;transition:all .2s ease;z-index:calc(var(--mw-zindex) - 1)}.modal-window .modal-float-button.is-inactive{display:none}.modal-window .modal-float-button:hover{background:var(--mw-flbtn-h-bg);color:var(--mw-flbtn-h-color)}.modal-window .modal-float-button.is-left{rotate:-90deg;transform-origin:left top 0}.modal-window .modal-float-button.is-right{rotate:90deg;transform-origin:right top 0}.modal-window .modal-float-button.has-animation{animation-duration:var(--mw-anime-duration);animation-fill-mode:both;animation-iteration-count:var(--mw-anime-iteration)}.modal-window .modal-float-button.has-animation.is-paused,.modal-window .modal-float-button.has-animation:hover{animation-play-state:paused}.modal-window .modal-float-button.has-animation._bounce{animation-name:mw-bounce}.modal-window .modal-float-button.has-animation._flash{animation-name:mw-flash}.modal-window .modal-float-button.has-animation._pulse{animation-name:mw-pulse;animation-timing-function:ease-in-out}.modal-window .modal-float-button.has-animation._rubberBand{animation-name:mw-rubberBand}.modal-window .modal-float-button.has-animation._shake{animation-name:mw-shake}.modal-window .modal-float-button.has-animation._swing{animation-name:mw-swing}.modal-window .modal-float-button.has-animation._tada{animation-name:mw-tada}.modal-window .modal-float-button.has-animation._wobble{animation-name:mw-wobble}.modal-window .modal-float-button.has-animation._jello{animation-name:mw-jello}.modal-window .modal-float-button.has-animation._headShake{animation-name:mw-headShake;animation-timing-function:ease-in-out}.modal-window .modal-float-button.has-animation._heartBeat{animation-name:mw-heartBeat;animation-timing-function:ease-in-out}.modal-window .modal-float-button:has(.fa-stack){background:transparent}.modal-window .modal-float-button:has(.fa-stack) .fa-stack-2x{color:var(--mw-flbtn-bg)}.modal-window .modal-float-button:has(.fa-stack) .fa-stack-1x{color:var(--mw-flbtn-color)}.modal-window .modal-float-button:has(.fa-stack):hover .fa-stack-2x{color:var(--mw-flbtn-h-bg)}.modal-window .modal-float-button:has(.fa-stack):hover .fa-stack-1x{color:var(--mw-flbtn-h-color)}.modal-window a.modal-button{text-decoration:none}.modal-window .modal-button{border:none;border-radius:0;cursor:pointer;font-weight:400;justify-content:center;line-height:1;padding:calc(.5em - 1px) 1em;text-align:center;vertical-align:middle;white-space:nowrap}.modal-window .modal-button.is-small{border-radius:2px;font-size:.75em}.modal-window .modal-button.is-normal{font-size:1em}.modal-window .modal-button.is-medium{font-size:1.25em}.modal-window .modal-button.is-large{font-size:1.5em}.modal-window .modal-button.is-fullwidth{display:flex;width:100%}.wow-col{display:flex;flex-wrap:wrap}.wow-col-1,.wow-col-10,.wow-col-11,.wow-col-12,.wow-col-2,.wow-col-3,.wow-col-4,.wow-col-5,.wow-col-6,.wow-col-7,.wow-col-8,.wow-col-9{box-sizing:border-box}.wow-col-1{width:8.33333%}.wow-col-2{width:16.66667%}.wow-col-3{width:25%}.wow-col-4{width:33.33333%}.wow-col-5{width:41.66667%}.wow-col-6{width:50%}.wow-col-7{width:58.33333%}.wow-col-8{width:66.66667%}.wow-col-9{width:75%}.wow-col-10{width:83.33333%}.wow-col-11{width:91.66667%}.wow-col-12{width:100%}@keyframes mw-bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transform:translateZ(0) scaleY(.95);transition-timing-function:cubic-bezier(.215,.61,.355,1)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes mw-flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes mw-pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}@keyframes mw-rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}@keyframes mw-shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}@keyframes mw-swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}@keyframes mw-tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}@keyframes mw-wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}@keyframes mw-jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes mw-headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}@keyframes mw-heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}@font-face{font-family:'FontAwesome';src:url(//charity.exchange/wp-content/plugins/responsive-accordion-and-collapse/css/font-awesome/fonts/fontawesome-webfont.eot?v=4.1.0);src:url(//charity.exchange/wp-content/plugins/responsive-accordion-and-collapse/css/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0) format('embedded-opentype'),url(//charity.exchange/wp-content/plugins/responsive-accordion-and-collapse/css/font-awesome/fonts/fontawesome-webfont.woff?v=4.1.0) format('woff'),url(//charity.exchange/wp-content/plugins/responsive-accordion-and-collapse/css/font-awesome/fonts/fontawesome-webfont.ttf?v=4.1.0) format('truetype'),url(//charity.exchange/wp-content/plugins/responsive-accordion-and-collapse/css/font-awesome/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.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:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;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)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-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)}.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:#fff}.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-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before{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-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-square:before,.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-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"}.wpsm_panel {
margin-bottom: 20px;
background-color: #fff;
border: 1px solid transparent;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.wpsm_panel-body {
padding: 15px;
}
.wpsm_panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.wpsm_panel-heading > .dropdown .dropdown-toggle {
color: inherit;
}
.wpsm_panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 16px;
color: inherit;
}
.wpsm_panel-title > a,
.wpsm_panel-title > small,
.wpsm_panel-title > .small,
.wpsm_panel-title > small > a,
.wpsm_panel-title > .small > a {
color: inherit;
}
.wpsm_panel-footer {
padding: 10px 15px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.wpsm_panel > .list-group,
.wpsm_panel > .wpsm_panel-collapse > .list-group {
margin-bottom: 0;
}
.wpsm_panel > .list-group .list-group-item,
.wpsm_panel > .wpsm_panel-collapse > .list-group .list-group-item {
border-width: 1px 0;
border-radius: 0;
}
.wpsm_panel > .list-group:first-child .list-group-item:first-child,
.wpsm_panel > .wpsm_panel-collapse > .list-group:first-child .list-group-item:first-child {
border-top: 0;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.wpsm_panel > .list-group:last-child .list-group-item:last-child,
.wpsm_panel > .wpsm_panel-collapse > .list-group:last-child .list-group-item:last-child {
border-bottom: 0;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.wpsm_panel > .wpsm_panel-heading + .wpsm_panel-collapse > .list-group .list-group-item:first-child {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.wpsm_panel-heading + .list-group .list-group-item:first-child {
border-top-width: 0;
}
.list-group + .wpsm_panel-footer {
border-top-width: 0;
}
.wpsm_panel > .table,
.wpsm_panel > .table-responsive > .table,
.wpsm_panel > .wpsm_panel-collapse > .table {
margin-bottom: 0;
}
.wpsm_panel > .table caption,
.wpsm_panel > .table-responsive > .table caption,
.wpsm_panel > .wpsm_panel-collapse > .table caption {
padding-right: 15px;
padding-left: 15px;
}
.wpsm_panel > .table:first-child,
.wpsm_panel > .table-responsive:first-child > .table:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.wpsm_panel > .table:first-child > thead:first-child > tr:first-child,
.wpsm_panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.wpsm_panel > .table:first-child > tbody:first-child > tr:first-child,
.wpsm_panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.wpsm_panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.wpsm_panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.wpsm_panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.wpsm_panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.wpsm_panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.wpsm_panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.wpsm_panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.wpsm_panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
border-top-left-radius: 3px;
}
.wpsm_panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.wpsm_panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.wpsm_panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.wpsm_panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.wpsm_panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.wpsm_panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.wpsm_panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.wpsm_panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
border-top-right-radius: 3px;
}
.wpsm_panel > .table:last-child,
.wpsm_panel > .table-responsive:last-child > .table:last-child {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.wpsm_panel > .table:last-child > tbody:last-child > tr:last-child,
.wpsm_panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.wpsm_panel > .table:last-child > tfoot:last-child > tr:last-child,
.wpsm_panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.wpsm_panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.wpsm_panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.wpsm_panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.wpsm_panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.wpsm_panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.wpsm_panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.wpsm_panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.wpsm_panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
border-bottom-left-radius: 3px;
}
.wpsm_panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.wpsm_panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.wpsm_panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.wpsm_panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.wpsm_panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.wpsm_panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.wpsm_panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.wpsm_panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
border-bottom-right-radius: 3px;
}
.wpsm_panel > .wpsm_panel-body + .table,
.wpsm_panel > .wpsm_panel-body + .table-responsive,
.wpsm_panel > .table + .wpsm_panel-body,
.wpsm_panel > .table-responsive + .wpsm_panel-body {
border-top: 1px solid #ddd;
}
.wpsm_panel > .table > tbody:first-child > tr:first-child th,
.wpsm_panel > .table > tbody:first-child > tr:first-child td {
border-top: 0;
}
.wpsm_panel > .table-bordered,
.wpsm_panel > .table-responsive > .table-bordered {
border: 0;
}
.wpsm_panel > .table-bordered > thead > tr > th:first-child,
.wpsm_panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.wpsm_panel > .table-bordered > tbody > tr > th:first-child,
.wpsm_panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.wpsm_panel > .table-bordered > tfoot > tr > th:first-child,
.wpsm_panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.wpsm_panel > .table-bordered > thead > tr > td:first-child,
.wpsm_panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.wpsm_panel > .table-bordered > tbody > tr > td:first-child,
.wpsm_panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.wpsm_panel > .table-bordered > tfoot > tr > td:first-child,
.wpsm_panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.wpsm_panel > .table-bordered > thead > tr > th:last-child,
.wpsm_panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.wpsm_panel > .table-bordered > tbody > tr > th:last-child,
.wpsm_panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.wpsm_panel > .table-bordered > tfoot > tr > th:last-child,
.wpsm_panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.wpsm_panel > .table-bordered > thead > tr > td:last-child,
.wpsm_panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.wpsm_panel > .table-bordered > tbody > tr > td:last-child,
.wpsm_panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.wpsm_panel > .table-bordered > tfoot > tr > td:last-child,
.wpsm_panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.wpsm_panel > .table-bordered > thead > tr:first-child > td,
.wpsm_panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.wpsm_panel > .table-bordered > tbody > tr:first-child > td,
.wpsm_panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.wpsm_panel > .table-bordered > thead > tr:first-child > th,
.wpsm_panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.wpsm_panel > .table-bordered > tbody > tr:first-child > th,
.wpsm_panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
border-bottom: 0;
}
.wpsm_panel > .table-bordered > tbody > tr:last-child > td,
.wpsm_panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.wpsm_panel > .table-bordered > tfoot > tr:last-child > td,
.wpsm_panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.wpsm_panel > .table-bordered > tbody > tr:last-child > th,
.wpsm_panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.wpsm_panel > .table-bordered > tfoot > tr:last-child > th,
.wpsm_panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
border-bottom: 0;
}
.wpsm_panel > .table-responsive {
margin-bottom: 0;
border: 0;
}
.wpsm_panel-group {
margin-bottom: 20px;
}
.wpsm_panel-group .wpsm_panel {
margin-bottom: 0;
border-radius: 4px;
}
.wpsm_panel-group .wpsm_panel + .wpsm_panel {
margin-top: 5px;
}
.wpsm_panel-group .wpsm_panel-heading {
border-bottom: 0;
}
.wpsm_panel-group .wpsm_panel-heading + .wpsm_panel-collapse > .wpsm_panel-body,
.wpsm_panel-group .wpsm_panel-heading + .wpsm_panel-collapse > .list-group {
border-top: 1px solid #ddd;
}
.wpsm_panel-group .wpsm_panel-footer {
border-top: 0;
}
.wpsm_panel-group .wpsm_panel-footer + .wpsm_panel-collapse .wpsm_panel-body {
border-bottom: 1px solid #ddd;
}
.wpsm_panel-default {
border-color: #ddd;
}
.wpsm_panel-default > .wpsm_panel-heading {
color: #333;
background-color: #f5f5f5;
border-color: #ddd;
}
.wpsm_panel-default > .wpsm_panel-heading + .wpsm_panel-collapse > .wpsm_panel-body {
border-top-color: #ddd;
}
.wpsm_panel-default > .wpsm_panel-heading .badge {
color: #f5f5f5;
background-color: #333;
}
.wpsm_panel-default > .wpsm_panel-footer + .wpsm_panel-collapse > .wpsm_panel-body {
border-bottom-color: #ddd;
}
.wpsm_panel-primary {
border-color: #337ab7;
}
.wpsm_panel-primary > .wpsm_panel-heading {
color: #fff;
background-color: #337ab7;
border-color: #337ab7;
}
.wpsm_panel-primary > .wpsm_panel-heading + .wpsm_panel-collapse > .wpsm_panel-body {
border-top-color: #337ab7;
}
.wpsm_panel-primary > .wpsm_panel-heading .badge {
color: #337ab7;
background-color: #fff;
}
.wpsm_panel-primary > .wpsm_panel-footer + .wpsm_panel-collapse > .wpsm_panel-body {
border-bottom-color: #337ab7;
}
.wpsm_panel-success {
border-color: #d6e9c6;
}
.wpsm_panel-success > .wpsm_panel-heading {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.wpsm_panel-success > .wpsm_panel-heading + .wpsm_panel-collapse > .wpsm_panel-body {
border-top-color: #d6e9c6;
}
.wpsm_panel-success > .wpsm_panel-heading .badge {
color: #dff0d8;
background-color: #3c763d;
}
.wpsm_panel-success > .wpsm_panel-footer + .wpsm_panel-collapse > .wpsm_panel-body {
border-bottom-color: #d6e9c6;
}
.wpsm_panel-info {
border-color: #bce8f1;
}
.wpsm_panel-info > .wpsm_panel-heading {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}
.wpsm_panel-info > .wpsm_panel-heading + .wpsm_panel-collapse > .wpsm_panel-body {
border-top-color: #bce8f1;
}
.wpsm_panel-info > .wpsm_panel-heading .badge {
color: #d9edf7;
background-color: #31708f;
}
.wpsm_panel-info > .wpsm_panel-footer + .wpsm_panel-collapse > .wpsm_panel-body {
border-bottom-color: #bce8f1;
}
.wpsm_panel-warning {
border-color: #faebcc;
}
.wpsm_panel-warning > .wpsm_panel-heading {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc;
}
.wpsm_panel-warning > .wpsm_panel-heading + .wpsm_panel-collapse > .wpsm_panel-body {
border-top-color: #faebcc;
}
.wpsm_panel-warning > .wpsm_panel-heading .badge {
color: #fcf8e3;
background-color: #8a6d3b;
}
.wpsm_panel-warning > .wpsm_panel-footer + .wpsm_panel-collapse > .wpsm_panel-body {
border-bottom-color: #faebcc;
}
.wpsm_panel-danger {
border-color: #ebccd1;
}
.wpsm_panel-danger > .wpsm_panel-heading {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.wpsm_panel-danger > .wpsm_panel-heading + .wpsm_panel-collapse > .wpsm_panel-body {
border-top-color: #ebccd1;
}
.wpsm_panel-danger > .wpsm_panel-heading .badge {
color: #f2dede;
background-color: #a94442;
}
.wpsm_panel-danger > .wpsm_panel-footer + .wpsm_panel-collapse > .wpsm_panel-body {
border-bottom-color: #ebccd1;
}
.fade {
-webkit-transition: opacity .15s linear;
-o-transition: opacity .15s linear;
transition: opacity .15s linear;
}
.fade.in {
opacity: 1;
}
.wpsm_panel-group .collapse {
display: none;
}
.collapse.in {
display: block !important;
}
tr.collapse.in {
display: table-row;
}
tbody.collapse.in {
display: table-row-group;
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition-timing-function: ease;
-o-transition-timing-function: ease;
transition-timing-function: ease;
-webkit-transition-duration: .35s;
-o-transition-duration: .35s;
transition-duration: .35s;
-webkit-transition-property: height, visibility;
-o-transition-property: height, visibility;
transition-property: height, visibility;
}body .extendedwopts-show {
display: none;
}
body .widgetopts-hide_title .widget-title {
display: none;
}
body .extendedwopts-md-right {
text-align: right;
}
body .extendedwopts-md-left {
text-align: left;
}
body .extendedwopts-md-center {
text-align: center;
}
body .extendedwopts-md-justify {
text-align: justify;
}
@media screen and (min-width: 1181px) {
body .extendedwopts-hide.extendedwopts-desktop {
display: none !important;
}
body .extendedwopts-show.extendedwopts-desktop {
display: block;
}
body .widget.clearfix-desktop {
clear: both;
}
}
@media screen and (max-width: 1024px) and (orientation: Portrait) {
body .extendedwopts-hide.extendedwopts-tablet {
display: none !important;
}
body .extendedwopts-show.extendedwopts-tablet {
display: block;
}
body .widget.clearfix-desktop {
clear: none;
}
body .widget.clearfix-tablet {
clear: both;
}
}
@media screen and (max-width: 1180px) and (orientation: landscape) {
body .extendedwopts-hide.extendedwopts-tablet {
display: none !important;
}
body .extendedwopts-show.extendedwopts-tablet {
display: block;
}
body .widget.clearfix-desktop {
clear: none;
}
body .widget.clearfix-tablet {
clear: both;
}
}
@media screen and (max-width: 767px) and (orientation: Portrait) {
body .extendedwopts-hide.extendedwopts-tablet:not(.extendedwopts-mobile) {
display: block !important;
}
body .extendedwopts-show.extendedwopts-tablet:not(.extendedwopts-mobile) {
display: none !important;
}
body .extendedwopts-hide.extendedwopts-mobile {
display: none !important;
}
body .extendedwopts-show.extendedwopts-mobile {
display: block;
}
body .widget.clearfix-desktop,
body .widget.clearfix-tablet {
clear: none;
}
body .widget.clearfix-mobile {
clear: both;
}
}
@media screen and (max-width: 991px) and (orientation: landscape) {
body .extendedwopts-hide.extendedwopts-tablet:not(.extendedwopts-mobile) {
display: block !important;
}
body .extendedwopts-show.extendedwopts-tablet:not(.extendedwopts-mobile) {
display: none !important;
}
body .extendedwopts-hide.extendedwopts-mobile {
display: none !important;
}
body .extendedwopts-show.extendedwopts-mobile {
display: block;
}
body .widget.clearfix-desktop,
body .widget.clearfix-tablet {
clear: none;
}
body .widget.clearfix-mobile {
clear: both;
}
}
.panel-cell-style:after {
content: "";
display: block;
clear: both;
position: relative;
}.slick-loading .slick-list{background:#fff url(//charity.exchange/wp-content/plugins/wp-logo-showcase-responsive-slider-slider/assets/images/ajax-loader.gif) center center no-repeat}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.wpls-wrap, .wpls-wrap * {-webkit-box-sizing: border-box; box-sizing: border-box; outline: none;} .wpls-logo-clearfix:before, .wpls-logo-clearfix:after{content: "";display: table;}
.wpls-logo-clearfix::after{clear: both;}
.wpls-logo-clearfix{clear: both;}
.wpls-logo-showcase{visibility: hidden; opacity:0; -webkit-transition:opacity 0.5s linear; transition:opacity 0.5s linear;}
.wpls-logo-showcase.slick-initialized {visibility: visible; opacity:1;}
.wpls-logo-showcase{padding:0 30px 20px 30px; margin:0; text-align:center;}
.wpls-logo-showcase.wpls-dots-false{padding:0 30px 0px 30px !important;}
.wpls-logo-showcase .slick-next{right:0px !important;}
.wpls-logo-showcase .slick-prev{left:0px !important}
.wpls-logo-showcase .slick-dots{left:30px !important; right:30px !important; text-align:center;bottom:-10px !important; position: absolute;}
.wpls-logo-showcase .wpls-logo-cnt.slick-slide{margin:0 5px;}
.wpls-logo-showcase .wpls-fix-box{max-height: 250px; width: 100%; line-height: 0;}
.wpls-logo-showcase .wpls-logo-cnt.slick-slide img{display:inline-block !important; border-radius:0px !important; max-height:250px; max-width:100%; padding:10px; border:1px solid #f1f1f1; box-shadow:none !important }
.wpls-logo-showcase .slick-slide{  text-align:center !important; display: inline-block !important;   float:none !important;    vertical-align: middle !important;     }
.wpls-logo-showcase .slick-slide .logo-title{color:#444; padding:10px 0; font-size:16px;}
.wpls-logo-slider.wpls-center .slick-slide {opacity: 0.5; transform: scale(0.7); transition: all 300ms ease 0s;}
.wpls-logo-showcase.wpls-center .slick-center{opacity: 1;transform: scale(1);}
.wpls-logo-showcase .slick-arrow::before{display: none !important;}
.wpls-logo-showcase .wplss-logo-slide::before, .wpls-logo-showcase .wplss-logo-slide::after{display: none !important;}
.sliderimage_hide_border .wpls-logo-cnt.slick-slide img{padding:0px; border:0px solid #f1f1f1;}
@media screen and (max-width: 641px) {
.wpls-logo-showcase.wpls-center .slick-slide {opacity: 1;transform: scale(1); transition: all 300ms ease 0s;}
.wpls-logo-showcase.wpls-center .slick-center{opacity: 1;transform: scale(1);}
} .fusion-flex-container.wpls-fusion-flex{ flex-direction: column; }
.wpls-elementor-tab-wrap{min-width: 0; min-height: 0;} .wpls-logo-showcase .slick-arrow{position:absolute; z-index:9; padding:5px; display: inline-block; background-color: rgba(0, 0, 0, 0.5); text-align:center; width:30px; height:30px; cursor: pointer; border-radius: 50%; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
.wpls-logo-showcase .slick-arrow svg{fill: #fff; height: 100%; width: 100%;}
.wpls-logo-showcase .slick-arrow:hover{background-color: rgba(0, 0, 0, 0.7);}
.wpls-logo-showcase .slick-dots {padding:0 !important; margin:0 !important; text-align:center;}
.wpls-logo-showcase .slick-dots li {list-style:none !important; display:inline-block !important; line-height:0px !important; margin:0 3px !important; padding:0px !important; }
.wpls-logo-showcase .slick-dots li button {text-indent:-99999px;margin: 0px !important; padding: 0px !important; border: 2px solid #444 !important; border-radius: 50% !important; width: 12px !important; height: 12px !important; background-color:#fff; cursor:pointer;}
.wpls-logo-showcase .slick-dots li button:focus {outline:none !important}
.wpls-logo-showcase .slick-dots li.slick-active button {background:#8D8C8C !important;}@import url("https://fonts.googleapis.com/css?family=Poppins:400,700&display=swap");       html{
font-family: Lato, sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
color: #517722;
text-decoration: none;
}
a:hover,
a:active {
outline: 0;
}
a:active,
a:hover {
color: #8ac058;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: 700;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -7px;
}
sub {
bottom: -4px;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 0;
}
hr {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
background-color: #d1d1d1;
border: 0;
height: 1px;
margin: 0 0 15px;
}
code,
kbd,
pre,
samp {
font-size: 14px;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0; 
max-width: 100%;
}
select {
text-transform: none;
}
button {
overflow: visible;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
opacity: .5;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-right: 6px;
padding: 0;
}
input[type="checkbox"],
input[type="radio"]{
display:none;
}
input[type="checkbox"] + span.wpcf7-list-item-label::before,
input[type="radio"] + span.wpcf7-list-item-label::before,
input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
content: '';
display: inline-block;
width: 30px;
height: 30px;
background: url(//charity.exchange/wp-content/themes/base-theme/images/checks.png) no-repeat;
cursor: pointer;
transition: none;
top: 11px;
margin-right: 15px;
position: relative;
}
input[type="checkbox"]:checked + span.wpcf7-list-item-label::before,
input[type="checkbox"]:checked + label::before {
background-position: -30px 0 ;
transition: none;
}
input[type="radio"] + span.wpcf7-list-item-label::before,
input[type="radio"] + label::before {
background-position: -60px 0;
width: 30px;
}
input[type="radio"]:checked + span.wpcf7-list-item-label::before,
input[type="radio"]:checked + label::before {
background-position: -90px 0;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #d1d1d1;
margin: 0 0 24px;
min-width: inherit;
padding: 12px;
}
fieldset >:last-child {
margin-bottom: 0;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
vertical-align: top;
}
optgroup {
font-weight: bold;
} .menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-family: "Genericons";
font-size: 16px;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
speak: none;
text-align: center;
text-decoration: inherit;
text-transform: none;
vertical-align: top;
}
.wpcf7-form label {
display: block;
margin-bottom: 15px;
} body, button,
input, select, textarea {
color: #565656;
font-size: 16px;
line-height: 20px;
-webkit-hyphens: none;
-moz-hyphens: none;
hyphens: none;
}
h1, h2, h3, h4, h5, h6 {
clear: both;
font-weight: 600;
margin: 0 0 15px 0;
}
h1 {
font-size: 28px;
line-height: 28px;
}
h2 {
font-size: 24px;
line-height: 30px;
}
h3 {
font-size: 22px;
line-height: 22px;
}
h4 {
font-size: 20px;
line-height: 20px;
}
h5 {
font-size: 18px;
line-height: 18px;
}
h6 {
font-size: 16px;
line-height: 16px;
}
p {
margin: 0 0 20px;
}
dfn, cite,
em, i {
font-style: italic;
}
blockquote {
border: 1px solid #fff;
margin: auto;
padding: 20px;
width: 100%;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
}
blockquote p {
margin-bottom: 20px;
}
blockquote cite,
blockquote small {
color: #1a1a1a;
display: block;
font-size: 16px;
line-height: 1.75;
}
blockquote cite:before,
blockquote small:before {
content: "\00a0";
}
blockquote em,
blockquote i,
blockquote cite {
font-style: normal;
}
blockquote strong,
blockquote b {
font-weight: 400;
}
blockquote >:last-child {
margin-bottom: 0;
}
address {
font-style: italic;
margin: 0 0 24px;
}
code,kbd,tt,
var,samp,pre {
font-family: Inconsolata, monospace;
}
pre {
border: 1px solid #d1d1d1;
font-size: 16px;
line-height: 1.3125;
margin: 0 0 24px;
max-width: 100%;
overflow: auto;
padding: 24px;
white-space: pre;
word-wrap: break-word;
}
code {
background-color: #d1d1d1;
padding: 2px 4px;
}
abbr,
acronym {
border-bottom: 1px dotted #d1d1d1;
cursor: help;
}
mark,
ins {
background: #007acc;
color: #fff;
padding: 2px 4px;
text-decoration: none;
}
big {
font-size: 125%;
} .main-menu li.phone.mobile,.main-menu li.mobile {
display: none;
} html {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*,
*:before,
*:after { -webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit; -ms-word-break: none;
word-break: none;
word-break: none;
-webkit-hyphens: none;
-moz-hyphens: none;
hyphens: none;
}
body {
background: #fff; }
ul,
ol {
margin:0;
padding: 0;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
margin-left: 20px;
}
li > ul,
li > ol {
margin-bottom: 0;
}
dl {
margin: 0 0 25px;
}
dt {
font-weight: 700;
}
dd {
margin: 0 0 24px;
}
img {
height: auto;
max-width: 100%;
vertical-align: middle;
}
del {
opacity: 0.8;
}
table {
border-collapse: collapse;
border-spacing: 0;
border-width: 1px 0 0 1px;
margin: 0 0 24px;
table-layout: fixed;
width: 100%;
}
caption,
th,
td {
font-weight: normal;
text-align: left;
}
th {
border-width: 0 1px 1px 0;
font-weight: 700;
}
td {
border-width: 0 1px 1px 0;
}
th,
td {
padding: 5px;
vertical-align: top;
} ::-webkit-input-placeholder {
color: #6A6A6A;
font-size: 18px;
line-height: 24px;
}
:-moz-placeholder {
color: #6A6A6A;
font-size: 18px;
line-height: 24px;
}
::-moz-placeholder {
color: #6A6A6A;
opacity: 1;
font-size: 18px;
line-height: 24px;
}
:-ms-input-placeholder {
color: #6A6A6A;
font-size: 18px;
line-height: 24px;
}
::selection {
background-color: #9c9c9c;
color: #fff;
}
::-moz-selection {
background-color: #9c9c9c;
color: #6A6A6A;
font-size: 18px;
line-height: 24px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus { 
transition: background-color 5000s ease-in-out 0s;
-webkit-text-fill-color: #252525 !important;
}  input {
line-height: normal;
} button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
outline: 0;
}
input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
outline: 0;
}
.post-password-form {
margin-bottom: 24px;
}
.post-password-form label {
color: #565656;
display: block;
font-size: 18px;
line-height: 24px;
text-transform: uppercase;
}
.post-password-form input[type="password"] {
margin-top: 6px;
}
.post-password-form >:last-child {
margin-bottom: 0;
}
.search-form {
position: relative;
}
input[type="search"].search-field {
color: #565656;
background: #f2f2f2;
width: 100%;
}
.search-submit:before {
content: "\f400";
font-size: 24px;
left: 2px;
line-height: 34px;
position: relative;
}
.search-submit {
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
bottom: 0;
overflow: hidden;
padding: 0;
position: absolute;
right: 0;
top: 0;
width: 42px;
} .center-page {
margin: 0 auto;
max-width: 1200px;
width: 100%;
}
.clear,
.center-page:after,
.navigation:after{
clear: both;
}
.inline-block{
display: inline-block;
vertical-align: top;
}
.inline-block-middle{
display: inline-block;
vertical-align: middle;
}
.left {
float: left;
}
.right {
float: right;
}
.text-center,
.text-center p {
text-align: center;
}
.text-left,
.text-left p {
text-align: left;
}
.text-right,
.text-right p {
text-align: right;
}
.width100{
width: 100%;
}
.width50 {
width: 50%;
}
.no-transition,
.responsive-menu-container,
.rev_slider_wrapper, .rev_slider_wrapper *{
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
transition: none;
}
.rev_slider iframe {
border: 0;
}
.breadcrumbs {
background: rgba(0, 0, 0, 0.5);
position: absolute;
bottom: 0;
right: 0;
}
.breadcrumbs #breadcrumbs {
padding: 5px 10px 5px;
}
.breadcrumbs p {
color: #fff;
font-size: 16px;
margin-bottom: 0;
}
.breadcrumbs p a {
color: #d5d4d4;
margin-right: 5px;
}
.breadcrumbs p a:hover {
color: #fff;
}
.breadcrumbs p span {
margin-left: 5px;
}
.hide {
display: none;
}
.show {
display: initial;
}
.no-appearance,
select {
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
.button{
font-size: 20px;
font-weight: 400;
line-height: 20px;
background-color: #316B89;
border: 0;
color: #fff;
display: inline-block;
padding: 10px 25px 10px;
text-align: center;
text-indent: 0;    
}
button:hover, button:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active,
button:active {
background-color: #699442;
outline: none;
}
input[type="date"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],  
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea, select{
border: 1px solid #cfcfcf;
color: #565656;
padding: 10px 15px;
text-indent: 6px;
margin-bottom: 10px;
}
input[type="search"]{
margin-bottom: 0;
}
select:focus {
outline: 0;
}
textarea {
max-height: 115px;
}
a[class$="-btn"]{
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
vertical-align: middle;
}
a[class$="-btn"]:hover{
text-decoration: none;
}
.name-btn{
background: #cfcfcf;
} .main-menu {
position: relative;
}
.main-menu li{
display: inline-block;
margin-left:-4px;
}
.main-menu li .dropdown-toggle {
display: none;
}
.main-menu li a {
color: #030303;
display: inline-block;
font-size: 18px;
padding: 0 14px;
}
.main-menu li li a {
color: #030303;
}
.main-menu li.has-button > a {
padding-bottom: 8px;
}
.main-menu .main-navigation ul.primary-menu > li:not(.has-button):hover > a:after,
.main-menu .main-navigation ul.primary-menu > li:not(.has-button).current-menu-ancestor > a:after,
.main-menu .main-navigation ul.primary-menu > li:not(.has-button).current-page-ancestor > a:after,
.main-menu .main-navigation ul.primary-menu > li:not(.has-button).current_page_item > a:after,
.main-menu .main-navigation ul.primary-menu > li:not(.has-button).current-menu-item > a:after {
-moz-transform: scale(1, 1);
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
.main-menu .main-navigation ul.primary-menu > li:not(.has-button) > a:after {
-moz-transform: scale(0, 1);
-webkit-transform: scale(0, 1);
background-color: #c5c5c5;
content: "";
display: block;
height: 5px;
margin-top: 5px;
transform: scale(0, 1);
width: 100%;
}
.main-menu .main-navigation ul li.current-menu-ancestor a,
.main-menu .main-navigation ul li.current-page-ancestor a,
.main-menu .main-navigation ul li.current_page_item a,
.main-menu .main-navigation ul li.current-menu-item a,
.main-menu .main-navigation ul li a:hover{
color: #72c5b7;
}
.main-menu .main-navigation ul li.current-menu-ancestor a:hover,
.main-menu .main-navigation ul li.current-page-ancestor a:hover,
.main-menu .main-navigation ul li.current_page_item a:hover,
.main-menu .main-navigation ul li.current-menu-item a:hover{
color: #c5c5c5;
}
.main-menu .main-navigation ul li a:hover {
color: #c7c7c7;
}
.main-menu ul {
margin: 0px;
padding: 0px;
font-size: 0;
}
.main-menu .main-navigation .sub-menu {
-moz-transition: max-height 0.5s;
-webkit-transition: max-height 0.5s;
background-color: #fff;
max-height: 0;
min-width: 200px;
overflow: hidden;
position: absolute;
transition: max-height 0.5s;
z-index: 99999;
}
.main-menu .main-navigation .sub-menu:hover {
overflow: visible;
}
.main-menu .main-navigation .sub-menu li {
display: block;
padding-bottom: 2px;
padding-top: 2px;
position: relative;
text-align: left;
width: 100%;
}
.main-menu .main-navigation .sub-menu li a {
color: #000 !important;
}
.main-menu .main-navigation .sub-menu li.current-menu-ancestor a,
.main-menu .main-navigation .sub-menu li.current-page-ancestor a,
.main-menu .main-navigation .sub-menu li.current_page_item a,
.main-menu .main-navigation .sub-menu li.current-menu-item a { color: #006b8b !important;
}
.main-menu .main-navigation .sub-menu li a {
display: block;
padding: 6px 15px;
}
.main-menu .main-navigation .sub-menu li .sub-menu {
left: 100% !important;
margin: 0 !important;
top: 0px !important;
width: 100%;
}
.main-menu .main-navigation .sub-menu li .sub-menu li {
padding-left: 10px;
padding-right: 10px;
}
.main-menu .main-navigation li:hover > ul,
.main-menu .main-navigation li ul li:hover > ul {
-moz-box-shadow: 0 5px 10px -5px #c5c5c5;
-webkit-box-shadow: 0 5px 10px -5px #c5c5c5;
box-shadow: 0 5px 10px -5px #c5c5c5;
max-height: 500px;
} .header-bar{
background: #f2f2f2;
border-bottom: 1px solid #cfcfcf;
margin-bottom: 20px;
}
.header-bar-left,
.header-bar-right{
padding: 10px 0;
}
.icon-phone:before {
background-image: url(//charity.exchange/wp-content/themes/base-theme/images/miscellaneous.png);
background-repeat: no-repeat;
background-position: 0 0;
content: "";
display: inline-block;
height: 18px;
margin-right: 7px;
vertical-align: middle;
width: 20px;
}
.icon-email:before {
background-image: url(//charity.exchange/wp-content/themes/base-theme/images/miscellaneous.png);
background-repeat: no-repeat;
background-position: -21px 0;
content: "";
display: inline-block;
height: 18px;
margin-right: 7px;
vertical-align: middle;
width: 20px;
} .social-networks li{
list-style: none;
display: inline-block;
margin-left: -4px;
font-size: 24px;
padding: 10px 5px;
}
.social-networks .fa-facebook{
color: #3b5998;
}
.social-networks .fa-google-plus{
color: #ea4335;
}
.social-networks .fa-instagram{
color: #cd486b;
}
.social-networks .fa-youtube-square{
color: #cd201f;
}
.social-networks .fa-pinterest{
color: #bd081c;
}
.social-networks .fa-linkedin{
color: #0077b5;
}
.social-networks .fa-whatsapp{
color: #25D366;
}
.social-networks .fa-snapchat{
color: #fcff00;
}
.social-networks .fa-tripadvisor{
color: #00af87;
}
.social-networks i:hover{
opacity: 0.6;
} .slider {
position: relative;
}
.slider-container .tparrows {
background-repeat: no-repeat;
height: 59px;
width: 59px;
}
.slider-container .tparrows:hover {
opacity: 0.7;
}
.slider-container .tparrows.tp-leftarrow {
background-position: left center;
}
.slider-container .tparrows.tp-rightarrow {
background-position: right center;
right: 0;
}   .says,
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px; word-wrap: normal !important;
} .site .skip-link {
background-color: #f1f1f1;
box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
color: #21759b;
display: block;
font-size: 14px;
font-weight: 700;
left: -9999px;
outline: none;
padding: 15px 23px 14px;
text-decoration: none;
text-transform: none;
top: -9999px;
}
.logged-in .site .skip-link {
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
}
.site .skip-link:focus {
clip: auto;
height: auto;
left: 6px;
top: 7px;
width: auto;
z-index: 100000;
}  .alignleft {
float: left;
}
.alignright {
float: right;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignleft {
margin: 5px 20px 5px 0;
}
.wp-caption.alignleft {
margin: 5px 10px 5px 0;
}
img.alignright {
margin: 5px 0 5px 20px;
}
.wp-caption.alignright {
margin: 5px 0 5px 10px;
}
img.aligncenter {
margin: 5px auto;
}
img.alignnone {
margin: 5px 0;
}
.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
color: #220e10;
font-size: 18px;
font-style: italic;
font-weight: 300;
}
img.wp-smiley,
.rsswidget img {
border: 0;
border-radius: 0;
box-shadow: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
list-style-position: inside;
}
blockquote.alignleft {
margin: 5px 12px 12px 0;
}
blockquote.alignright {
margin: 5px 0 12px 12px;
}
blockquote.aligncenter {
margin-bottom: 18px;
} .clear:before,
.clear:after,
.center-page:after,
.navigation:after,
.site-footer .center-page:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
content: "";
display: table;
}
.clear:after,
.center-page:after,
.navigation:after,
.site-footer .center-page:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
clear: both;
} .widget-title {
font-size: 24px;
display: block;
margin-bottom: 15px;
}
.widget-sidebar {
margin-bottom: 20px;
} .responsive-menu {
display: none;
}
.responsive-menu-container {
position: relative;
}
#responsive-menu {
height: auto !important;
margin-top: 45px;
}
#responsive-menu.RMOpened {
min-width: 220px;
}
#responsive-menu ul li {
padding-bottom: 0;
padding-top: 0;
}
#responsive-menu .RMImage {
margin: auto !important;
display: block !important;
}
#responsive-menu .sub-menu {
max-height: 100%;
max-width: 100%;
}
#responsive-menu #responsive-menu-title {
display: none;
}
#click-menu {
border: 1px solid #fff;
border-radius: 5px;
-webkit-border-radius: 5px;
}
.appendLink {
text-align: center;
width: 50px;
}
.widget ul,
.widget ol {
margin: 0;
}
.widget li {
padding: 5px 0;
}
.widget .children li:last-child {
padding-bottom: 0;
}
.widget li > ul,
.widget li > ol {
margin-left: 20px;
}
.widget .widget-title:empty {
margin-bottom: 0;
} .widget.widget_calendar table {
margin: 0;
}
.widget_calendar td,
.widget_calendar th {
line-height: 2.5625;
padding: 0;
text-align: center;
}
.widget_calendar caption {
font-weight: 900;
margin-bottom: 24px;
}
.widget_calendar tbody a {
background-color: #007acc;
color: #fff;
display: block;
font-weight: 700;
}
.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
background-color: #686868;
color: #fff;
} .widget_recent_entries .post-date {
color: #686868;
display: block;
font-size: 13px;
line-height: 1.615384615;
margin-bottom: 7px;
}
.widget_recent_entries li:last-child .post-date {
margin-bottom: 0;
} .widget_rss .rsswidget img {
margin-top: -5px;
}
.widget_rss .rss-date,
.widget_rss cite {
color: #686868;
display: block;
font-size: 13px;
font-style: normal;
line-height: 1.615384615;
margin-bottom: 7px;
}
.widget_rss .rssSummary:last-child {
margin-bottom: 30px;
}
.widget_rss li:last-child:last-child {
margin-bottom: 0;
} .tagcloud a {
border: 1px solid #d1d1d1;
border-radius: 2px;
display: inline-block;
line-height: 1;
margin: 0 2px 6px 0;
padding: 7px 6px 7px;
}
.tagcloud a:hover,
.tagcloud a:focus {
border-color: #007acc;
color: #8ac058;
outline: 0;
} .search-form {
margin: auto;
max-width: 300px;
position: relative;
} .internal .square-round-blue-btn a {
display: inline-block;
vertical-align: top;
text-align: center;
line-height: 50px;
margin-right: 5px !important;
width: auto !important;
padding: 0 25px;
}
.internal .square-round-blue-btn a:hover {
background: #646464;
color: #fff;
}
body a,
.square-round-blue-btn a,
.square-round-white-btn a,
.main-menu .main-navigation ul.primary-menu > li:not(.has-button) > a:after,
.vc-box-images-links .box-img-child:hover::before,
.vc-box-images-with-search .search-form:hover .search-submit::before,
.vc-box-images-with-search .box-img-container:hover::before,
.wpcf7 input[type="submit"]:hover,
.error404 .search-submit:hover,
.header-top{
-webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease;
-o-transition: all 400ms ease;
transition: all 400ms ease;
}
.section-title,
.vc-box-images-description .box-child h3,
.vc-box-images-with-search .box-img-container h3{
font-family: 'Poppins', sans-serif;
}
.header-bar-left i{
color: #FF4511;
}
.header-bar-left a,
.header-bar-right span:not(:last-child) a,
.vc-box-images-description .box-child h3,
.vc-box-images-with-search .box-content-container p,
.home p{
color: #646464;
}
.vc-box-images-description .box-child p,
.vc-box-images-with-search .search-form button{
color: #A2A2A2;
}
.main-menu li a,
.main-menu .main-navigation ul li.current-menu-ancestor a,
.main-menu .main-navigation ul li.current-page-ancestor a,
.main-menu .main-navigation ul li.current_page_item a,
.main-menu .main-navigation ul li.current-menu-item a,
.header-bar-right span:last-child a,
.header-bar-right span:last-child a:hover,
.bar-box-container h3,
.bar-box-container h4,
.footer-bottom a,
.square-round-blue-btn a,
.square-round-white-btn a:hover,
.social-networks a,
.footer-top .widget-title,
.site-footer .widget a,
.vc-box-images-links .section-title,
.vc-box-images-links p,
.vc-box-images-with-search .box-img-container h3,
.pum-theme-coming-soon-theme .pum-content label,
.txt-hands p,
.footer-three p,
.copyright p{
color: #fff;
}
.slider .txt-highlight,
.header-bar-left a:hover,
.main-menu .main-navigation ul li.current-menu-ancestor a:hover,
.main-menu .main-navigation ul li.current-page-ancestor a:hover,
.main-menu .main-navigation ul li.current_page_item a:hover,
.main-menu .main-navigation ul li.current-menu-item a:hover,
.main-menu .main-navigation ul li a:hover,
.header-bar-right span a:hover,
.single-post h1 a:hover,
.archive h2.entry-title a:hover,
.vc-box-images-with-search .search-form:hover .search-submit::before,
.footer-bottom a:hover,
.site-footer .widget a:hover,
.post .entry-footer a:hover,
.post .entry-content a:hover,
.social-networks a:hover{
color: #19C4D8;
}
.square-round-white-btn a,
.square-round-blue-btn a:hover,
.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="submit"]:focus,
.wpcf7 input[type="submit"]:active,
.single-post h1 a,
.post .entry-footer a,
.post .entry-content a,
.category h1,
.archive h2.entry-title a{ 
color: #316B89;
}
.header-bar,
.main-menu .main-navigation ul.primary-menu > li:not(.has-button) > a:after,
.square-round-white-btn a,
.square-round-blue-btn a:hover,
.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="submit"]:focus,
.wpcf7 input[type="submit"]:active,
.vc-box-images-with-search .search-form .search-field,
.vc-box-images-with-search .box-content-container{
background-color: #fff;
}
.internal .site-header .header-top,
.site-header.fixed .header-top{
background-color: #006B8B;
}
.square-round-blue-btn a,
.square-round-white-btn a:hover{
background-color: #316B89;
}
.header-bar-right span:last-child a{ background-color: #19b9ca;
}
.header-bar-right span:last-child a:hover,
.vc-box-images-links .box-img-child:hover::before,
.vc-box-images-with-search .box-img-container:hover::before,
.error404 .search-submit:hover{
background-color: #19C4D8;
}
#section-hands::before,
.vc-box-images-links .box-img-child::before,
.vc-box-images-with-search .box-img-container::before{
background-color: #000;
}
.footer-bottom{
background-color: #161616;
}
.footer-top::before{
background-color:#1E1E1E;
}
.vc-box-images-with-search .search-form button{
background-color: transparent;
}
.bar-box-content-left h4,
.vc-box-images-description .box-child p,
.vc-box-images-with-search .box-content-container p,
.home p{
font-size: 18px;
}
.txt-hands p,
.square-round-blue-btn a,
.vc-box-images-links p,
.wpcf7 input[type="submit"],
.square-round-white-btn a{
font-size: 20px;
}
.slider .square-round-white-btn a span{
font-size: 20px !important;
}
.widget-title{
font-size: 22px;
}
.vc-box-images-with-search .box-img-container h3{
font-size: 24px;
}
.bar-box-content-left h3{
font-size: 28px;
}
.vc-box-images-with-search .search-submit::before{
font-size: 32px;
}
.vc-box-images-links .section-title{
font-size: 45px;
}
.header-bar-left a,
.header-bar-right span:not(:last-child) a,
.footer-top a,
.footer-bottom a{
line-height: 22px;
}
#menu-main-menu a,
.header-bar-right span:last-child a,
.bar-box-content-left h4,
.vc-box-images-description .box-child p,
.home p{
line-height: 24px;
}
.txt-hands p,
.square-round-blue-btn a,
.vc-box-images-links p,
.wpcf7 input[type="submit"],
.square-round-white-btn a{
line-height: 27px;
}
.vc-box-images-with-search .box-content-container p{
line-height: 28px;
}
.widget-title{
line-height: 30px;
}
.vc-box-images-with-search .box-img-container h3{
line-height: 35px;
}
.bar-box-content-left h3{
line-height: 38px;
}
.vc-box-images-with-search .search-submit::before{
line-height: 41px;
}
.vc-box-images-links .section-title{
line-height: 68px;
}
.bar-box-content-left h4{
font-weight: 500;
}
#menu-main-menu a,
.square-round-blue-btn a,
.square-round-white-btn a,
.wpcf7 input[type="submit"],
.header-bar-right span:not(:last-child) a{
font-weight: 600;
}
.header-bar-right span:last-child a{
font-weight: 700;
}
.header-bar-right{
text-align: right;
}
.vc-box-images-description .box-child,
.vc-box-images-links .inner-box,
.vc-box-images-links .box-img-child p{
text-align: center;
}
.vc-box-images-description .box-child p,
.vc-box-images-with-search .box-content-container p{
text-align: justify;
}
.header-bar{
border: none;
}
#site-header-menu{
margin-top: 23px;
}
.site-header.fixed .header-top{
margin-top: 0;
z-index: 99;
}
.vc-box-images-links p{
margin-top: 41px;
}
.vc-box-images-with-search .box-link{
margin-top: 42px;
}
.vc-box-images-links .section-title{
margin-top: 53px;
}
.vc-box-images-links .square-round-blue-btn a{
margin-top: 58px;
}
.internal .header-bottom .slider{
margin-top: 70px;
}
.header-bar-left .company-phone{
margin-right: 23px;
}
.header-bar-left i{
margin-right: 10px;
}
.header-bar-left span.company-phone:first-child i,
#responsive-menu-pro .mobile.phone i{
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.header-bar-right .login{
margin-right: 34px;
}
.header-bar-right .sign-up{
margin-right: 29px;
}
.bar-box-content-right{
margin-left: auto;
}
.vc-box-images-with-search .box-img-container h3{
margin-left: 18px;
}
.section-title{
margin-bottom: 44px;
}
.section-logos .section-title{
margin-bottom: 50px;
}
.vc-box-images-with-search .box-img-container h3{
margin-bottom: 10px;
}
.vc-box-images-description .box-child h3{
margin-bottom: 14px;
}
.vc-box-images-description .box-child img{
margin-bottom: 21px;
}
.vc-box-images-with-search .box-search-container{
margin-bottom: 62px;
}
.wpb_text_column.square-round-blue-btn,
.vc-box-images-links .section-title,
.vc-box-images-links .box-img-child p,
.vc-box-images-with-search .box-content-container p,
.header-bar{
margin-bottom: 0;
}
.section-title::before{
margin-bottom: -26px;
}
.copyright p{
margin: 0;
}
.square-round-blue-btn a{
margin: 0 auto;
}
.vc-box-images-links .box-img-child p{
margin-left: auto;
margin-right: auto;
}
.home .vc_row-has-fill>.vc_column_container>.vc_column-inner,
.home .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner{
padding-top: 0;
}
#menu-main-menu li.remove-space a,
.site-footer-menu li:last-child,
.footer-two .menu li,
.footer-three .menu li{
padding-right: 0;
}
.footer-two .menu li,
.footer-three .menu li{
padding-left: 5px;
}
.copyright.col-12.col-sm-12.col-lg-2.col-md-2.terms {
margin-right: -58px; 
}
.footer-two .menu li:not(:last-child),
.footer-three .menu li:not(:last-child){
margin-bottom: 14px;
}
.vc-box-images-links .inner-box{
padding-bottom: 40px;
}
.header-bar-right span:last-child a{
padding: 12px 37px;
}
.header-bar-left,
.header-bar-right{
padding: 11px 0;
}
.bar-box-container{
padding: 28px 0px;
}
.vc-box-images-with-search .box-content-container{
padding: 31px 20px 30px;
min-height: 225px;
}
.vc-box-images-with-search .box-img-container::before{
opacity: 0.3;
}
#section-hands::before,
.vc-box-images-links .box-img-child::before{
opacity: 0.4;
}
.vc-box-images-links .box-img-child:hover::before,
.footer-top::before{
opacity: 0.8;
}
.header-bar-right span:not(:last-child) a,
.section-title,
.vc-box-images-links .box-img-child,
.vc-box-images-with-search .box-img-container,
.footer-top{
position: relative;
}
.header-bar-right span:not(:last-child) a::before,
.slider .arrow-down-container::before,
.section-title::before,
#section-hands::before,
.vc-box-images-links .inner-box,
.vc-box-images-links .box-img-child::before,
.vc-box-images-with-search .box-img-container::before,
.vc-box-images-with-search .box-img-container h3,
.footer-top::before{
position: absolute;
}
.header-bar-right span:not(:last-child) a::before,
.slider .arrow-down-container::before,
.section-title::before,
#section-hands::before,
.vc-box-images-links .box-img-child::before,
.vc-box-images-with-search .box-img-container::before,
.footer-top::before{
content: '';
}
.header-top,
.header-bar-right span:not(:last-child) a::before,
.vc-box-images-links .inner-box,
.footer-top::before{
top: 0;
}
.vc-box-images-with-search .box-img-container h3,
.section-title::before{
bottom: 0;
}
.header-bar-right span:not(:last-child) a::before{
margin-top: 2px;
left: 0;
margin-left: -18px;
}
.header-bar-right .login a::before{
background-image: url(https://charity.exchange/wp-content/themes/base-theme/images/002-user.png);
width: 13px;
height: 15px;
}
.header-bar-right .sign-up a::before{
background-image: url(https://charity.exchange/wp-content/themes/base-theme/images/001-locked.png);
width: 12px;
height: 15px;
}
.header-top{
position: fixed;
width: 100%;
margin-top: 44px;
z-index: 9;
}
.header-bar-right .login, .footer-top .footer-two,
.footer-top .footer-three .menu{
visibility: initial;
}
.site-footer .menu li{
display: block;
}
.bar-box-container,
.square-round-blue-btn a,
.square-round-white-btn a,
.vc-box-images-description,
.vc-box-images-links,
.vc-box-images-with-search .box-images-container,
.footer-two,
.footer-three{
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
.square-round-blue-btn a,
.square-round-white-btn a{
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
}
.footer-two{
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
-webkit-justify-content: space-evenly;
justify-content: space-evenly;
}
.bar-box-container,
.vc-box-images-description,
.vc-box-images-links,
.vc-box-images-with-search .box-images-container,
.footer-three{
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.bar-box-container,
.square-round-blue-btn a,
.square-round-white-btn a{
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.slider .arrow-down-container::before{
background-image: url(https://charity.exchange/wp-content/themes/base-theme/images/download-arrow.png);
width: 19px;
height: 27px;
margin-top: 8px;
}
.square-round-blue-btn a,
.square-round-white-btn a,
.wpcf7 input[type="submit"]{
width: 208px;
height: 50px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
.slider .arrow-down-container::before,
.section-title::before{
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.section-title::before{
background-image: url(https://charity.exchange/wp-content/themes/base-theme/images/wave-lines-red.png);
width: 46px;
height: 15px;
}
.vc-box-images-with-search .search-form .search-submit{
left: 0;
left: 31px;
}
.wpb_text_column.txt-hands{
width: 746px;
margin-top: 5px;
margin-bottom: 54px;
}
#section-hands{
height: 523px;
}
#section-hands > .wpb_column{
z-index: 9;
}
.vc-box-images-links .box-img-child:hover .section-title::before{
background-image: url(https://charity.exchange/wp-content/themes/base-theme/images/wave-lines-white.png);
}
.vc-box-images-description .box-child{
width: 272px;
}
.vc-box-images-links .box-img-child{
width: 580px;
}
.vc-box-images-links .box-img-child img{
visibility: hidden;
}
.vc-box-images-links .box-img-child p{
width: 89.6%;
}
.vc-box-images-with-search .search-form{
width: 662px;
height: 67px;
max-width: 100%;
}
.vc-box-images-with-search .search-form .search-field{
height: 100%;
border: 1px solid #707070;
border-radius: 50px;
padding: 0;
padding-left: 91px;
}
.vc-box-images-with-search .box-img-section{
width: 379px;
height: 100%;
background-color: #FFF;
min-height: 550px;
}
.terms {
font-size: 14px !important;
text-align: center !important;
}
.copyright,
.site-footer-menu{
padding: 6px 0;
}
.footer-top{
background-position: center center;
padding: 49px 0px 44px;
background-size: cover;
background-repeat: no-repeat;
}
#section-hands::before,
.footer-top::before,
.vc-box-images-links .box-img-child::before,
.vc-box-images-with-search .box-img-container::before{
width: 100%;
height: 100%;
}
.footer-two aside,
.footer-three aside{
display: inline-block;
}
.footer-two .widget-first,
.footer-three .widget-first{
vertical-align: top;
}
.footer-two .widget-first,
.footer-three .widget-first{
width: 100%;
}
.footer-two .widget-last{
width: 45%;
}
.footer-bottom p.footer-legal {
font-size: 11px;
line-height: 17px;
}
.pum-theme-coming-soon-theme .pum-content input[type="text"],
.pum-theme-coming-soon-theme .pum-content input[type="email"]{
margin-bottom: 0;
margin-top: 15px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
body .pum-theme-coming-soon-theme .pum-content + .pum-close{
padding: 0;
border-radius: 100%;
margin-top: -10px;
margin-right: -10px;
} .site {
overflow: hidden;
}
.site-content {
padding-bottom: 8px;
padding-top: 32px;
position: relative;
} .home .page-title-container .entry-header {
max-width: 50%;
}
.home .site-content {
padding-bottom: 0;
padding-top: 0;
}
.template-fullwidth .article-container {
min-width: 100%;
}
.template-internal #main,
.single .article-container,
.archive .article-container,
.blog .article-container,
.category .article-container,
.search .article-container{
width: 75%;
}
.template-internal .sidebar-container,
.single .sidebar-container,
.archive .sidebar-container,
.blog .sidebar-container,
.category .sidebar-container,
.search .sidebar-container {
width: 20%;
}
form.wpcf7-form {
padding-left: 35px;
padding-right: 35px;
}
.archive .article-container h2,
.blog .article-container h2,
.category .article-container h2,
.search .article-container h2 {
margin-bottom: 8px;
}
.archive .hentry,
.blog .hentry,
.category .hentry,
.search .hentry {
border-bottom: 1px solid #eee;
margin-bottom: 20px;
padding-bottom: 25px;
}
.archive .hentry a img,
.blog .hentry a img,
.category .hentry a img,
.search .hentry a img {
transition: all .5s ease-in-out;
}
.archive .hentry a img:hover,
.blog .hentry a img:hover,
.category .hentry a img:hover,
.search .hentry a img:hover {
transform: scale(0.97);
}
.archive .hentry a img {
max-width: 200px;
}
.archive h2.entry-title {
display: inline-block;
}
span.title-line {
width: 100%;
display: block;
border-top: 1px solid #e2e2e2;
margin: 20px 0;
} .wpcf7-form {
width: 100%;
}
.wpcf7-form .form-group {
margin: 0 auto 12px;
}
.wpcf7-form .form-group .wpcf7-text,
.wpcf7-form .form-group .wpcf7-textarea {
margin-bottom: 0;
}
.wpcf7-form .wpcf7-not-valid-tip {
font-size: 14px;
}
.wpcf7-form .wpcf7-response-output {
margin: 10px auto;
padding: 8px 20px;
text-align: center;
}
.wpcf7-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]){
width: 100%;
}
.wpcf7-form select,
.wpcf7-form textarea{    
width: 100%;
border-radius: 10px;
margin-top: 15px;
}
div.wpcf7-response-output {
margin: 15px 0;
padding: 10px;
}
div.wpcf7-validation-errors {
display: none !important;
}
span.wpcf7-list-item-label {
color: #b1b1b1;
font-size: 22px;
font-weight: 400;
cursor: pointer;
line-height: 34px;
}
span.wpcf7-list-item {
margin: 0;
}
#responsive-form{
margin:0 auto;
width:100%;
}
.form-row{
width: 100%;
}
.form-row:after {
content: '';
display: block;
clear: both;
}
.column-half, .column-full,
.column-70, .column-30{
float: left;
position: relative;
padding: 0.65rem;
width:100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.clearfix:after {
content: "";
display: table;
clear: both;
} #responsive-menu-container #responsive-menu-title {
text-align: center;
}
.responsive-menu-button .responsive-menu-box {
height: 40px;
} @-webkit-keyframes load7 {
0%,
80%,
100% {
box-shadow: 0 2.5em 0 -1.3em #000 !important;
}
40% {
box-shadow: 0 2.5em 0 0 #000 !important;
}
}
@keyframes load7 {
0%,
80%,
100% {
box-shadow: 0 2.5em 0 -1.3em #000 !important;
}
40% {
box-shadow: 0 2.5em 0 0 #000 !important;
}
}
.flex-control-paging {
display: none;
} .entry-content .vc_icon_element {
font-size: inherit;
}
.vc_icon_element.vc_icon_element-outer.icon_with_content {
margin-bottom: 0;
padding: 5px 0;
}
.vc_icon_element.vc_icon_element-outer.icon_with_content p {
margin: 0;
line-height: 24px;
}
.vc_icon_element.vc_icon_element-outer.icon_with_content .vc_icon_element-inner {
height: auto;
margin: 0 6px;
vertical-align: middle;
width: auto;
}
.vc_icon_element.vc_icon_element-outer.icon_with_content .vc_icon_element-inner .vc_icon_element-icon {
bottom: 0;
left: 0;
position: relative;
top: 0;
transform: translate(0);
-webkit-transform: translate(0);
-moz-transform: translate(0);
}
.wpb_posts_slider .wpb_flexslider .flex-caption {
padding: 30px 45px;
text-align: center;
}
.wpb_single_image .vc_single_image-wrapper.vc_box_border {
padding: 1px !important;
}
.vc-custom-buttons-wrap {
position: relative;
z-index: 5;
}
.vc_gitem-col.col-post-right-image {
bottom: 0;
position: absolute;
right: 0;
top: 0;
}
.vc-internal-border-wrap {
bottom: 0;
left: 0;
margin: auto;
position: absolute;
right: 0;
top: 0;
} .vc_row-o-equal-height .wpb_wrapper{
height:100%;
}
.vc-color-box{
padding: 20px;
height: 100%;
}
.vc-color-box *{
color: #fff;
}
.vc-color-box h3{
font-size: 24px;
font-weight: bold;
margin-bottom: 5px;
line-height: 30px !important;
}
.color-box-content.left {
width: 75%;
} .woocommerce .woocommerce-info {
border-color: #699442;
}
.woocommerce .woocommerce-info:before {
color: #699442;
}
.woocommerce form .form-row textarea,
.woocommerce .select2-container .select2-choice {
-moz-box-shadow: inset -1px 0px 1px #b9b9b9, inset 0px -1px 1px #8f8f8f;
-webkit-box-shadow: inset -1px 0px 1px #b9b9b9, inset 0px -1px 1px #8f8f8f;
box-shadow: inset -1px 0px 1px #b9b9b9, inset 0px -1px 1px #8f8f8f;
}
.woocommerce .select2-container .select2-choice {
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border: none;
margin-bottom: 13px;
padding: 4px 0 5px 14px;
text-indent: 6px;
}
.woocommerce .apb-room-selected_item > h6 {
font-size: 18px;
}
.woocommerce .apb-room-selected_item,
.woocommerce .apb-room-seleted_current {
padding: 10px 20px;
}
.woocommerce .woocommerce-checkout .apb-room-selected_content span {
font-size: 16px;
}
.woocommerce #order_review .place-order .button:hover {
background-color: #699442;
} .entry-thumbnail img {
display: block;
margin: 0 auto 10px;
} .entry-meta {
clear: both;
font-size: 14px;
}
.entry-meta a {
color: #f07724;
}
.entry-meta a:hover {
color: #8ac058;
}
.entry-meta > span {
margin-right: 20px;
}
.entry-meta > span:last-child {
margin-right: 0;
}
.featured-post:before {
content: "\f308";
font-family: "Genericons";
margin-right: 2px;
}
.entry-meta .date a:before {
content: "\f303";
font-family: "Genericons";
}
.comments-link a:before {
content: "\f300";
font-family: "Genericons";
margin-right: 2px;
position: relative;
top: -1px;
}
.entry-meta .author a:before {
content: "\f304";
font-family: "Genericons";
position: relative;
top: -1px;
}
.categories-links a:first-child:before {
content: "\f301";
font-family: "Genericons";
}
.tags-links a:first-child:before {
content: "\f302";
font-family: "Genericons";
position: relative;
top: -1px;
}
.edit-link a:before {
content: "\f411";
font-family: "Genericons";
position: relative;
top: 2px;
}
.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
display: none;
}  .page-id-916 h1 {
display: none;
}
.page-id-916 div#primary {
padding-top: 0;
}
.page-id-916 .box-search-container {
display: none;
}
.box-img-section a {
vertical-align: bottom;
text-align: center;
line-height: 50px;
padding: 0 25px;
border-radius: 10px;
margin: 0 auto;
background-color: #316b89;
color: #fefeff;
font-weight: 600;
font-size: 20px;
display: flex;
align-items: flex-end;
justify-content: center;
width: 55%;
}
.box-img-section a:hover {
background: #646464;
}
.section-text.center-page.txt-hands ol li {
color: #ffffff;
font-size: 16px;
line-height: 25px;
}
.section-text a {
color: #b2ff52;
}
.section-text a:hover {
color: #73b323;
} .entry-content {
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
word-wrap: break-word;
}
.entry-content blockquote {
font-size: 24px;
line-height: 1.2;
background: #e0e0e0;
margin: 20px 0;
}
.entry-content blockquote cite,
.entry-content blockquote small {
font-size: 16px;
}
.entry-content ul,
.entry-content ol{
margin: 0 0 2em 2em;
}
.entry-content li ul, 
.entry-content li ol {
margin-top: 15px;
margin-bottom: 0;
}
.entry-content li {
margin-bottom: 14px;
}
.entry-content p {
margin-bottom: 24px;
text-align: justify;
}
.entry-content body:not(.home) .section-book-now p,
body:not(.home) .entry-content .section-book-now p,
.entry-content .vc_grid-item .room-types p,
.vc_grid-item .entry-content .room-types p {
color: #fff;
}
.entry-footer {
margin-top: 25px;
}
.entry-footer * {
font-size: 15px;
}
.entry-footer > span {
margin-right: 8px;
}
.entry-footer .avatar {
margin-right: 5px;
}
.entry-footer .posted-on .updated {
display: none;
}
.entry-content >:last-child,
.entry-summary >:last-child,
body:not(.search-results) .entry-summary >:last-child,
.page-content >:last-child,
.comment-content >:last-child,
.textwidget >:last-child {
margin-bottom: 0;
}
.more-link {
white-space: nowrap;
}
.author-info {
border-color: inherit;
border-style: solid;
border-width: 1px 0 1px 0;
clear: both;
padding-top: 15px;
padding-bottom: 15px;
}
.author-avatar .avatar {
float: left;
height: 42px;
margin: 0 15px 15px 0;
width: 42px;
}
.author-description >:last-child {
margin-bottom: 0;
}
.entry-content .author-title {
clear: none;
font-size: 16px;
font-weight: 900;
line-height: 1.75;
margin: 0;
}
.author-bio {
color: #686868;
font-size: 13px;
line-height: 1;
margin-bottom: 15px;
overflow: hidden;
}
.author-link {
white-space: nowrap;
}
.entry-attachment {
margin-bottom: 15px;
}
.entry-caption {
color: #686868;
font-size: 13px;
font-style: italic;
line-height: 1.6153846154;
padding-top: 15px;
}
.entry-caption >:last-child {
margin-bottom: 0;
}
.content-bottom-widgets {
margin: 0 7.6923%;
}
.content-bottom-widgets .widget-area {
margin-bottom: 30px;
}
.center-box .inner-box {
text-align: center;
margin-left: auto;
margin-right: auto;
width: 100%;
}
.wpb_text_column.wpb_content_element.text-white {
color: #fff;
line-height: 24px;
}
.entry-content ol li {
margin-bottom: 5px;
} .page-links {
clear: both;
font-size: 16px;
font-style: italic;
font-weight: normal;
line-height: 2.2;
margin: 20px 0;
text-transform: uppercase;
}
.page-links a,
.page-links > span {
background: #fff;
border: 0;
padding: 5px 10px;
text-decoration: none;
} .format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
font-size: 19px;
line-height: 1.473684211;
margin-bottom: 12px;
}
.blog .format-status .entry-title,
.archive .format-status .entry-title {
display: none;
} .format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
font-size: 19px;
line-height: 1.473684211;
margin-bottom: 20px;
}
.blog .format-status .entry-title,
.archive .format-status .entry-title {
display: none;
} .post-navigation {
border-bottom: 2px solid #e2e2e2;
border-top: 2px solid #e2e2e2;
clear: both;
font-size: 20px;
font-style: italic;
font-weight: 300;
margin: 15px auto;
padding: 5px 0;
}
.post-navigation span {
display: block;
}
.post-navigation .meta-nav {
color: #686868;
font-size: 13px;
letter-spacing: 1px;
line-height: 1.6153846154;
margin-bottom: 7px;
text-transform: uppercase;
}
.post-navigation .post-title {
display: inline;
font-size: 23px;
font-weight: 700;
line-height: 1;
}
.post-navigation a {
color: #1a1a1a;
display: block;
font-size: 18px;
padding: 0 5px;
}
.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
color: #007acc;
}
.post-navigation div + div {
border-top: 4px solid #1a1a1a;
}
.paging-navigation .nav-links {
margin: 0 auto;
max-width: 604px;
width: 100%;
}
.nav-links .page-numbers {
margin-right: 15px;
}
.nav-links .page-numbers.current {
color: #8ac058;
}
.sidebar .paging-navigation .nav-links {
max-width: 1040px;
}
.paging-navigation a {
font-size: 18px;
font-style: italic;
font-weight: 300;
}
.paging-navigation .meta-nav {
border-radius: 50%;
color: #e63f2a;
display: inline-block;
font-size: 26px;
padding: 3px 0 8px;
text-align: center;
width: 50px;
}
.paging-navigation .nav-next .meta-nav {
margin-left: 10px;
}
.paging-navigation a:hover .meta-nav {
text-decoration: none;
}
.post-navigation .nav-links {
margin: 0 auto;
max-width: 1040px;
}
.sidebar .post-navigation .nav-links {
padding: 0 376px 0 60px;
}
.post-navigation a[rel="next"] {
float: right;
text-align: right;
} .comments-area {
margin: 5% 7.6923% 5%;
}
.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
padding-top: 24px;
}
.comments-title,
.comment-reply-title {
border-top: 4px solid #1a1a1a;
font-size: 23px;
font-weight: 700;
line-height: 1.3125;
padding-top: 17px;
}
.comments-title {
margin-bottom: 17px;
}
.comment-list {
list-style: none;
margin: 0;
}
.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
border-top: 1px solid #d1d1d1;
padding: 24px 0;
}
.comment-list .children {
list-style: none;
margin: 0;
}
.comment-list .children > li {
padding-left: 12px;
}
.comment-author {
color: #1a1a1a;
margin-bottom: 6px;
}
.comment-author .avatar {
float: left;
height: 28px;
margin-right: 12px;
position: relative;
width: 28px;
}
.bypostauthor > article .fn:after {
content: "\f304";
left: 3px;
position: relative;
top: 5px;
}
.comment-metadata,
.pingback .edit-link {
font-size: 13px;
line-height: 1.6153846154;
}
.comment-metadata {
margin-bottom: 30px;
}
.comment-metadata a,
.pingback .comment-edit-link {
color: #517722;
}
.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
color: #8ac058;
}
.comment-metadata .edit-link,
.pingback .edit-link {
display: inline-block;
}
.comment-metadata .edit-link:before,
.pingback .edit-link:before {
content: "\002f";
display: inline-block;
opacity: 0.7;
padding: 0 7px;
}
.comment-content ul,
.comment-content ol {
margin: 0 0 21px 17px;
}
.comment-content li > ul,
.comment-content li > ol {
margin-bottom: 0;
}
.comment-reply-link {
border: 1px solid #d1d1d1;
border-radius: 2px;
display: inline-block;
font-size: 13px;
line-height: 1;
margin-top: 30px;
padding: 7px 7px 6px;
}
.comment-reply-link:hover,
.comment-reply-link:focus {
border-color: currentColor;
color: #8ac058;
outline: 0;
}
.comment-form {
padding-top: 24px;
}
.comment-form label {
display: block;
font-size: 13px;
letter-spacing: 1px;
line-height: 1.6153846154;
margin-bottom: 7px;
text-transform: uppercase;
}
.comment-list .comment-form {
padding-bottom: 24px;
}
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
color: #686868;
font-size: 13px;
line-height: 1.6153846154;
margin-bottom: 30px;
}
.no-comments {
border-top: 1px solid #d1d1d1;
font-weight: 700;
margin: 0;
padding-top: 24px;
}
.comment-navigation + .no-comments {
border-top: 0;
padding-top: 0;
}
.form-allowed-tags code {
font-family: Inconsolata, monospace;
}
.form-submit {
margin-bottom: 0;
}
.required {
color: #007acc;
}
.comment-reply-title small {
font-size: 100%;
}
.comment-reply-title small a {
border: 0;
float: right;
height: 32px;
overflow: hidden;
width: 26px;
}
.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
color: #8ac058;
}
.comment-reply-title small a:before {
content: "\f405";
font-size: 32px;
position: relative;
top: -5px;
} .attachment .hentry {
background-color: #e8e5ce;
margin: 0;
padding: 0;
}
.attachment .entry-header {
margin-bottom: 0;
max-width: 1040px;
padding: 30px 0;
}
.attachment .entry-title {
display: inline-block;
float: left;
margin: 0;
}
.attachment .entry-title:before {
content: "\f416";
font-size: 32px;
margin-right: 10px;
}
.attachment .entry-meta {
clear: none;
color: inherit;
float: right;
max-width: 604px;
padding: 9px 0 0;
text-align: right;
}
.hentry.attachment:not(.image-attachment) .entry-meta {
max-width: 104px;
}
.attachment footer.entry-meta {
display: none;
}
.attachment-meta:before {
content: "\f307";
}
.full-size-link a:before {
content: "\f402";
}
.full-size-link:before {
content: none;
}
.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
color: #ca3c08;
}
.attachment .entry-content {
background-color: #fff;
max-width: 100%;
padding: 40px 0;
}
.image-navigation {
margin: 0 auto;
max-width: 1040px;
position: relative;
}
.image-navigation a:hover {
text-decoration: none;
}
.image-navigation .nav-previous,
.image-navigation .nav-next {
position: absolute;
top: 50px;
}
.image-navigation .nav-previous {
left: 0;
}
.image-navigation .nav-next {
right: 0;
}
.image-navigation .meta-nav {
font-size: 32px;
font-weight: 300;
vertical-align: -4px;
}
.attachment .entry-attachment,
.attachment .type-attachment p {
margin: 0 auto;
max-width: 724px;
text-align: center;
}
.attachment .entry-attachment .attachment {
display: inline-block;
}
.attachment .entry-caption {
text-align: left;
}
.attachment .entry-description {
margin: 20px auto 0;
max-width: 604px;
}
.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
margin: 0;
} .author-info {
margin: 0 auto;
max-width: 604px;
padding: 30px 0 10px;
text-align: left; width: 100%;
}
.author.sidebar .author-info {
max-width: 1040px;
padding: 30px 376px 10px 60px;
}
.single .author-info {
padding: 50px 0 0;
}
.author-avatar .avatar {
float: left;
margin: 0 30px 30px 0;
}
.single-format-status .author-description {
color: #f7f5e7;
}
.author-description .author-title {
clear: none;
margin: 0 0 8px;
}
.author-link {
color: #f07724;
margin-left: 2px;
}
.author.archive .author-link {
display: none;
} .archive-meta {
font-size: 16px;
font-style: normal;
font-weight: normal;
margin-top: -15px;
padding: 0 0 11px;
}
.sidebar .archive-meta {
padding-right: 316px;
} .page-title {
width: 100%;
}
.page-content {
margin: 0 auto;
max-width: 604px;
padding: 40px 0;
width: 100%;
}
.sidebar .page-content {
margin: 0 auto;
max-width: 1040px;
padding: 40px 376px 40px 60px;
}
.search-form input {
padding: 6px;
} .error404 .page-title {
margin: 0;
padding-bottom: 200px;
position: relative;
text-align: center;
width: auto;
}
.error404 .page-title:before {
color: #454545;
content: "\f423";
font-family: "Genericons";
font-size: 430px;
left: 0px;
line-height: 0.6;
overflow: hidden;
position: absolute;
right: 0;
top: 25px;
}
.error404 .page-header,
.error404 .page-content {
margin: 0 auto;
max-width: 1040px;
width: 100%;
}
.error404 .page-header p,
.error404 .page-content p {
text-align: center;
} .site-main .mu_register {
margin: 0 auto;
max-width: 604px;
width: 100%;
}
.mu_alert {
margin-top: 25px;
}
.site-main .mu_register input[type="submit"],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
font-size: inherit;
width: 270px;
}
.site-main .mu_register input[type="submit"] {
width: auto;
} .sidebar-container ul li {
list-style-position: inside;
} .site-footer {
position: relative;
}
.site-footer ul li {
padding: 0 10px;
display: inline-block;
margin-left: -4px;
}
.site-footer-menu .sub-menu{
display: none;
} .gform_wrapper .top_label .gfield_label{
display:none !important;
}
body .gform_wrapper .gform_body .gform_fields .gfield_error .validation_message {
display: none;
}
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
margin: 4px 0 0 0;
}
body .gform_wrapper li.gfield.gfield_error, body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
background:initial;
border: 0;
}
.gform_wrapper li.gfield.gfield_error input[type=email], .gform_wrapper li.gfield.gfield_error input[type=number], 
.gform_wrapper li.gfield.gfield_error input[type=password], .gform_wrapper li.gfield.gfield_error input[type=tel], 
.gform_wrapper li.gfield.gfield_error input[type=text], .gform_wrapper li.gfield.gfield_error input[type=url], 
.gform_wrapper li.gfield.gfield_error textarea{
background:#A71933;
}
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label{
margin:0 1em 0 0;
}
.gf_left_half {
float: left;
}
body .gform_wrapper label.gfield_label+div.ginput_container{
margin:0 0 8px 0 !important;
} #prfile_list .card {
background: #fff;
box-shadow: 0px 9px 10px -5px rgba(0,0,0,.1);
transition: 0.5s;
margin-bottom: 30px;
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(0,0,0,.125);
border-radius: 30px 30px 0 0;
}
#prfile_list .title h2 {
text-align: center;
font-size: 30px;
padding: 10px 0;
margin-bottom: 35px;
}
.box div.charity_name {
line-height: 20px !important;
}
#prfile_list .card .box {
text-align: center;
padding: 0px;
box-sizing: border-box;
width: 100%;
min-height: 385px;
}
#prfile_list .card .box .img {
//padding: 20px;
//background: #006B8B;
border-radius: 30px 30px 0 0;
height: 120px;
}
#prfile_list .card .box img {
min-width: 100px;
height: 105px;
width: auto;
box-shadow: 0px 9px 10px -5px rgba(0,0,0,.1);
margin-top: 35px;
background: #fff;
}
#prfile_list .card .box .charity_name {
margin: 60px 0 30px 0;
font-size: 18px;
font-weight: 600;
color: #006B8B;
padding: 0 20px;
}
#prfile_list .card .box .description{
padding: 0 22px;
margin: 20px 1px;
}
#prfile_list .card .box ul{
list-style: none;
margin: 25px 0 10px 0;
padding: 0px;
}
#prfile_list .card .box ul li{
display: inline-block;
width: 40px;
height: 40px;
border: 1px solid #006B8B;
text-align: center;
line-height: 40px;
border-radius: 25px;
}
#prfile_list .card .box ul li:hover{
background: #006B8B;
transition: .4s
}
#prfile_list .card .box ul li:hover a{
color: #fff;
transition: .4s
}
#prfile_list .card .box ul li a{
color:#006B8B;
display: block;
}
#prfile_list .card .box .view_btn{
color: #fff;
background: #006B8B;
padding: 5px 10px;
display: inline-block;
margin: 15px 0;
border-radius: 5px;
border: 1px solid #006B8B;
}
#prfile_list .card .box .view_btn:hover{
background: #fff;
color: #006B8B;
transition: .5s
border:1px solid #006B8B;
}
#prfile_list .card .box .view_btn i{
font-size: 13px;
}
#post_detail_page {
padding: 50px 0;
}
.center-content{
text-align: center;
}
.detail {
width: 100% !important;
margin-left: 45px;
color: #FFFFFF;
margin: 0 auto;
}
i.fas.fa-map-marker-alt {
color: #19C4D8;
font-size: 28px;
}
.social i.fab {
font-size: 24px;
}
.email {
margin-bottom: 25px;
}
.detail i.fas {
font-size: 22px;
}
a.btn.btn-donate { position: absolute !important;
margin-left: 380px;
margin-top: -250px;
font: normal normal bold 16px/22px Open Sans;
padding: 10px 50px;
background: #19B9CA 0% 0% no-repeat padding-box;
border-radius: 10px;
color: #FFFFFF;
}
.lines img {
width: 46px !important;
height: 15px !important;
margin-top: -30px;
}
#post_detail_page .profile_img img {
height: 108px;
border-radius: 20px;
box-shadow: 0px 0px 10px -3px #ccc;
border: 1px solid #eee;
margin-left: auto;
margin-right: auto;
}
.container-one-listings {
background-color: #E8E8E8;
}
.col-md-6.col-sm-12.container-two-listings {
background-color: #316B89;
}
#post_detail_page .detail {
padding: 46px 0;
}
.container {
max-width: 1366px !important;
}
span.address {
width: 300px !important;
height: auto !important;
text-align: left;
font-size: 18px;
margin-bottom: 30px !important
}
.ch-select-width { width:150px; }
#post_detail_page .detail .charity_name {
font-size: 35px;
display: inline-block;
font-weight: 600;
letter-spacing: -1.9px;
background: #fff;
margin-bottom: 15px;
padding: 15px 20px 15px 20px;
color: #006b8b;
border-radius: 50px;
margin-left: 0px;
box-shadow: inset 0px 0px 10px -3px #ccc;
line-height: 33px;
}
#post_detail_page .detail .contact_name {
font-size: 20px;
margin-top: 10px;
display: block;
color: #FFFFFF;
color: #5BD4E2;
font: normal normal bold 20px/30px Poppins;
}
.col-md-6.col-sm-12.container-two-listings.contact-listings {
padding-left: 45px !important;
}
.contact-listings{
min-height: 445px;
}
#post_detail_page .detail .description {
display: block;
font-size: 18px;
margin: 25px 0 15px 0;
}
#post_detail_page .detail .email a {
font-size: 18px;
color: #FFFFFF;
font-weight: 600;
margin: 20px 0 0 10px;
display: inline-block;
}
#post_detail_page .detail .email i,
#post_detail_page .detail .phone i,
#post_detail_page .detail .web_address i{
color: #006b8b;
}
#post_detail_page .detail .phone a{
display: inline-block;
font-size: 18px;
font-weight: 600;
color: #FFFFFF;
margin-left: 10px !important;
}
.contact {
margin-top: 30px;
}
#post_detail_page .detail .email i, #post_detail_page .detail .phone i, #post_detail_page .detail .web_address i {
color: #19c4d8 !important;
}
#post_detail_page .detail .address{
margin: 5px 0 15px 10px;
display: inline-block;
}
#post_detail_page .detail .address span{
margin-left: 10px;
}
#post_detail_page .detail .address i{
color:#19C4D8;
}
i.fa.fa-phone {
color: #19C4D8 !important;
}
.detail a {
color: #ffff !important;
font: normal normal normal 18px/30px Open Sans;
}
#post_detail_page .detail .city,
#post_detail_page .detail .state, #post_detail_page .detail .post_code, #post_detail_page .detail .country {
margin-top: 5px;
display: block;
}
#post_detail_page .detail .web_address a {
font-size: 18px;
color: #006b8b;
font-weight: 600;
margin: 00px 0 0 10px;
display: inline-block;
}
#post_detail_page .detail .social ul{
list-style: none;
margin: 15px 0 0 0;
padding: 0px;
}
#post_detail_page .detail .social ul li {
display: inline-block;
margin: 0;
width: 40px;
height: 40px;
line-height: 40px;
text-align: left;
border: 1px solid #316b89;
cursor: pointer;
border-radius: 25px;
}
.charity_name {
padding-top: 49.18px;
font-size: 38px;
color: #316B89;
font: normal normal bold 38px/50px Poppins;
}
input.wpcf7-form-control.wpcf7-submit {
background-color: #19B9CA !important;
font-size: 16px;
}
input.wpcf7-form-control.wpcf7-submit:hover {
color: #fff !important;
}
#wow-modal-close-1.mw-close-btn.text:before {
background: none !important;
background-color: #006b8b !important;
}
#wow-modal-close-1.mw-close-btn.text:hover:before {
color: #FFFFFF !important;
}
.description {
font: normal normal normal 18px/30px Open Sans;
letter-spacing: 0px;
color: #2D2D2D;
margin-bottom: 40px;
}
.email a:hover {
color: #19b9ca !important;
}
.col-md-6.col-sm-12.container-one-listings.contact-listings {
text-align: center;
padding-top: 50px;
}
#post_detail_page .detail .social ul li:hover{
background: #316b89;
transition: .4s
} 
#post_detail_page .detail .social ul li:hover a{
color: #fff;
}
#post_detail_page .detail .social ul li a{
color:#006B8B;display: block;
}
.profile_not_found {
padding: 50px 0;
}
.profile_not_found h2 {
font-size: 30px;
color: #006b8b;
}
.profile_not_found a {
padding: 16px 10px;
background: #316b89;
color: #fff;
display: inline-block;
border-radius: 10px;
font-size: 20px;
margin-top: 20px;
border:1px solid #316b89;
}
.profile_not_found a:hover{
background: #fff;
border:1px solid #316b89;
color: #316b89;
} .menu-faqs-container ul,
.menu-about-us-submenu-container ul,
.menu-donate-globally-container ul,
.menu-learn-container ul,
.menu-find-charity-container ul{
margin-left: 0;
}
.menu-faqs-container li,
.menu-about-us-submenu-container li,
.menu-donate-globally-container li,
.menu-learn-container li,
.menu-find-charity-container li{
list-style: none;
text-align: center;
display: inline-block;
vertical-align: top;
text-align: center;
line-height: 50px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px 10px 0 0;
padding: 0 25px;
background-color: #316B89;
font-weight: 600;
font-size: 20px;
}
.menu-faqs-container li a,
.menu-about-us-submenu-container li a,
.menu-donate-globally-container li a,
.menu-learn-container li a,
.menu-find-charity-container li a{
color: #ffffff;
}
.menu-faqs-container li:hover,
.menu-faqs-container li.current-menu-item {
background: #d1d1d1;
}
.menu-faqs-container li:hover, 
.menu-faqs-container li.current-menu-item a {
color: #316b89;
}
.menu-about-us-submenu-container li:hover,
.menu-about-us-submenu-container li.current-menu-item {
background: #d1d1d1;
}
.menu-about-us-submenu-container li:hover, 
.menu-about-us-submenu-container li.current-menu-item a {
color: #316b89;
}
.menu-donate-globally-container li:hover,
.menu-donate-globally-container li.current-menu-item {
background: #d1d1d1;
}
.menu-donate-globally-container li:hover, 
.menu-donate-globally-container li.current-menu-item a {
color: #316b89;
}
.menu-learn-container li:hover,
.menu-learn-container li.current-menu-item {
background: #d1d1d1;
}
.menu-donate-globally-container li:hover, 
.menu-donate-globally-container li.current-menu-item a {
color: #316b89;
}
.menu-find-charity-container li:hover,
.menu-find-charity-container li.current-menu-item {
background: #d1d1d1;
}
.menu-find-charity-container li:hover, 
.menu-find-charity-container li.current-menu-item a {
color: #316b89;
} a.popup-coming-soon.pum-trigger::before {
font-family: "Font Awesome 5";
font-weight: 900;
content: "\f007";
padding-right: 10px;
padding-left: 2px;
}
.square-round-blue-btn a, .square-round-white-btn a, .wpcf7 input[type="submit"] {
width: 260px!important;
height: 50px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
.blue-btn::before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f007";
padding-right: 10px;
padding-left: 2px;
}
.loginbutton{
color: #316B89;
background-color: #fff;
} #searchPage {padding:44px 0px 55px 0px;}
#searchPage #customRow{margin-left: 5px;margin-right: 0px;}
#searchPage #customRow .col-sm-12.col-md-6.col-lg-4{
padding-left: 10px;
padding-right: 0px;
display: grid;
grid-auto-flow: column;}
#searchPage .leftBar{padding-right: 50px;}
#searchPage .rightBar{box-shadow: -15px 1px 15px -19px #ccc;}
#searchPage h4{color: #006B8B;font-weight: bold;margin-bottom: 25px;}
#searchPage select, #searchPage #search_charity{margin-right: 15px;
width: 20%;
text-indent: 0px;
border-radius: 3px;
border-color: #ccc;
border-width: 1px;
padding: 7px 20px;
line-height: 20px;}
#searchPage button{margin-right: 15px;font-size: 16px;line-height: 20px;padding:8px 30px;}
#searchPage hr{margin-top: 5px;}
#searchPage p.title{margin-bottom: 10px;color: #006B8B;}
#searchPage .profileBox{
padding: 25px;
background-color: rgba(246,246,246,1);
border-top-left-radius: 15px;
border-top-right-radius: 15px;
border: 1px solid #ccc;
text-align: center;
margin-bottom: 15px;}
#searchPage .profileBox img{max-width: 70%;}
#searchPage .profileBox h6{
color: #006B8B;
font-weight: bold;
margin:18px 0px;
}
#searchPage .profileBox p:last-child{margin-bottom: 40px !important;}
#searchPage a.view{
background-color: #316B89;
color: white;
padding: 2px 10px;
font-size: 14px;
line-height: 18px;
border-radius: 5px;
margin-top: 15px;
}
#searchPage a.donate{
background-color: #19B9CA;
color: white;
padding: 2px 10px;
font-size: 14px;
line-height: 18px;
border-radius: 5px;
margin-top: 15px;
}
#searchPage a > i{margin-left: 3px;font-size: 13px;}
#searchPage .SearchPageSidebar{padding:0px 5px;}
#searchPage .SearchPageSidebar h6{ color: #006B8B;margin-bottom: 8px;}
#searchPage .SearchPageSidebar select{width: 100%;margin-bottom: 15px;}
#searchPage .SearchPageSidebar select:after {
font-family: "Font Awesome 5 Free";
content: "\f095";
display: inline-block;
padding-right: 3px;
vertical-align: middle;
font-weight: 900;
}
#searchPage .SearchPageSidebar button:last-child{margin-right: 0px;}
#searchPage .SearchPageSidebar .infobox{
margin-top: 35px;
border: 1px solid #00A65A;
}
#searchPage .SearchPageSidebar .infobox h6{
background-color: #00A65A;
padding:10px; 
color: white;
margin-bottom: 0px;
}
#searchPage .SearchPageSidebar .infobox .content{
padding:10px;
}
#searchPage .SearchPageSidebar .infobox .content p{
margin-bottom: 0px;
}
#searchPage .SearchPageSidebar .customButton{text-align: right}  @-ms-viewport {
width: device-width;
}
@viewport {
width: device-width;
}
@media screen and (max-width: 1180px) {
span.address {
width: 299px !important;
}
a.btn.btn-donate {
margin-left: 345px  !important;
}
.center-page {
padding-left: 20px;
padding-right: 20px;
}
.primary-menu > li > a {
padding-left: 0;
}
.widget-footer-top {
margin-left: 5%;
max-width: 35%;
}
.vc-box-images-links .box-img-child {
width: 49%;
}
.vc-box-images-with-search .box-img-section {
width: 32%;
}
}
@media screen and (max-width: 1080px) { .vc-box-images-links .square-round-blue-btn a {
margin-top: 20px;
} .vc-box-images-links .inner-box {
padding-bottom: 0;
}
}
@media screen and (max-width: 1024px) {
.main-menu li a {
font-size: 17px !important;
}
img {
max-width: 90% !important;
}
.contact_address .col-md-8 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
span.address {
width: auto !important;
}
.button-donate {
text-align: center;
}
.contact {
margin-bottom: 60px;
}
a.btn.btn-donate {
position: relative !important;
margin-left: 0px !important;
margin-top: 0px !important;
}
span.address {
font-size: 16px !important;
}
#post_detail_page .detail .phone a {
font-size: 16px !important;
}
#post_detail_page .detail .email a {
font-size: 16px !important;
}
.primary-menu > li > a {
padding-right: 12px;
}
.widget-header-right {
top: 20px;
}
.slider .arrow-down-container::before{
margin-top: 4px;
}
.tp-caption {
text-align: center !important;
}
.vc-box-images-links .section-title {
margin-top: 30px;
}
.footer-top .row {
display: block;
text-align: center;
}
.footer-top .footer-one{
flex: none !important;
max-width: none;
}
.footer-top .footer-two {
max-width: fit-content;
}
.footer-three .widget_text p {
text-align: center;
}
.footer-top .footer-one {
width: 100%;    
text-align: center;
margin-bottom: 20px;
}
.footer-top .footer-two {
margin-right: 2%;
}
.footer-top .footer-two,
.footer-top .footer-three,
.footer-top .footer-two aside,
.footer-top .footer-three aside{
width: auto;
}
.footer-top .footer-two,
.footer-top .footer-three {
display: inline-block;
vertical-align: top;
text-align: left;
}
.footer-top .footer-two aside,
.footer-top .footer-three aside {
margin-right: 50px;
}
.footer-top .footer-two aside:last-child,
.footer-top .footer-three aside:last-child{
margin-right: 0;
}
.footer-bottom .col-md-12 {
max-width: 75%;
left: 50%;
transform: translateX(-50%);
}
#searchPage .SearchPageSidebar .customButton{text-align: left;}
#searchPage .SearchPageSidebar .customButton button{margin-right: -1px;}
#searchPage select, #searchPage #search_charity, #searchPage #frm_submit{
width: 40%;
margin-bottom: 15px;
}
#searchPage hr{margin-top: 0px;}
}
@media screen and (max-width: 850px){
img {
max-width: 70% !important;
}
.main-menu li a {
font-size: 12px !important;
}
span.address {
width: 290px !important;
}
.col-md-6.col-sm-12.container-two-listings.contact-listings {
padding-left: 25px !important;
}
.vc-box-images-links {
display: block;
text-align: center;
}
.vc-box-images-links .box-img-child {
display: block;
background-size: cover;
background-repeat: no-repeat;
margin: 0 auto 30px;
width: 90%;
}
.vc-box-images-links .box-img-child::before{
left: 0;
right: 0;
}
.footer-top .footer-two {
margin-right: 0;
}
.footer-top .footer-two aside,
.footer-top .footer-three aside {
margin-right: 20px;
}
}
@media (max-width: 1024px) {
.footer-two.col-12.col-sm-12.col-md-4.col-lg-4{
display: block;
margin: 0 auto;
width: 100%;
}
aside#nav_menu-4 {
display: none;
}
}
@media screen and (max-width: 800px) {
.single .article-container,
.single .sidebar-container,
.template-internal #main,
.template-internal .sidebar-container {
float: none;
margin: 0 auto 35px;
width: 100% !important;
}
.header-bar-right{
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
-webkit-justify-content: flex-end;
justify-content: flex-end;
}
.header-bar-left span{
display: block;
}
.header-bar-left .company-phone{
margin-right: 0;
}
.header-top{
margin-top: 66px;
}
.vc-box-images-links{
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
}
.vc-box-images-with-search .box-images-container,
.vc-box-images-description,
.vc-box-images-links{
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.vc-box-images-with-search .box-images-container,
.vc-box-images-description{
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
-webkit-justify-content: space-evenly;
justify-content: space-evenly;
}
.vc-box-images-links .box-img-child:first-child,
.vc-box-images-with-search .box-img-section{
margin-bottom: 20px;
}
.widget-title {
font-size: 20px;
}
.footer-two a,
.footer-three a{
font-size: 14px;
}
.vc-box-images-with-search .box-images-container {
display: block !important;
}
.vc-box-images-with-search .box-img-section {
width: 85%;
display: block;
height: auto !important;
margin: 0 auto 30px;
}
.vc-box-images-with-search .box-img-section img {
width: 100%;
}
}
@media screen and (max-width: 768px) {
.menu-about-us-submenu-container {
margin-bottom: 55px;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
margin-bottom: 51px !important;
}
.menu-faqs-container li, .menu-about-us-submenu-container li, .menu-donate-globally-container li, .menu-learn-container li, .menu-find-charity-container li{
width: 100%;
border-radius: 0;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li{
margin-bottom: 53px;
}
a.btn.btn-donate {
position: absolute !important;
margin-left: 152px !important;
margin-top: -315px !important;
}
div.col-md-6.col-sm-12.contact-listings {
flex: 0 0 100% !important;
max-width: 100% !important;
}
.breadcrumbs {
position: relative;
text-align: center;
}
.home .page-title-container .center-page {
padding: 0;
}
.home .page-title-container .entry-header {
background: rgba(0, 0, 0, 0.3);
min-width: 100%;
text-align: center;
}
.internal-slider img {
min-height: 300px;
}
.template-internal .slider {
margin: auto;
position: unset;
width: auto;
}
.template-internal #main, .single .article-container, .archive .article-container, .blog .article-container, .category .article-container, .search .article-container,
.template-internal .sidebar-container, .single .sidebar-container, .archive .sidebar-container, .blog .sidebar-container, .category .sidebar-container, .search .sidebar-container{
width:100%;
}
#searchPage .SearchPageSidebar .customButton button{width: 100%;margin-bottom: 15px;}
#searchPage .SearchPageSidebar .infobox{margin-top: 20px;}
#searchPage select, #searchPage #search_charity, #searchPage #frm_submit{
width: 45%;
}
img {
max-width: 80% !important;
}
.primary-menu > li > a {
padding-right: 17px;
}
.site-logo.left {
width: 200px;
}
}
@media screen and (max-width: 767px) { .vc_gitem-col.col-post-right-image {
position: relative;
}
article.post {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
} body .pum-theme-coming-soon-theme .pum-content + .pum-close{
margin-top: -5px;
margin-right: -5px;
}
.pum-content .wpcf7 p{
text-align: center;
}
.bar-box-container,
article.post {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
-webkit-flex-direction: column;
flex-direction: column;
}
.bar-box-content-right{
margin-right: auto;
}
.header-bar-left{
display: none;
}
.archive .hentry a img{
max-width: 100%;
}
.main-menu .mobile{
display: initial;
}
.header-top {
margin-top: 46px;
}
.footer-two .widget-first, 
.footer-two .widget-last,
.footer-three .widget-first,
.footer-three .widget-last{
width: 50%;
}
.footer-top{
background-size: cover;
} .section-title{
font-size: 40px !important;
line-height: 50px !important;
}
.header-bar-right{
flex: none !important;
display: block;
text-align: center;
}
#searchPage .leftBar{padding-right: 30px;}
#searchPage .rightBar{box-shadow: unset;
padding: 0px;
margin-top: 35px;}
}
@media screen and (max-width: 736px){
.bar-box-content-left {
text-align: center;
}
} @media screen and (max-width: 667px){
.wpb_text_column.txt-hands,
.footer-top .footer-two,
.footer-top .footer-three,
.footer-top .footer-two aside,
.footer-top .footer-three aside{
width: 100%;
}
.footer-top .footer-two,
.footer-top .footer-three{
text-align: center;
}
a.btn.btn-donate {
margin-left: 122px !important;
}
}
@media screen and (max-width: 640px){
.vc-box-images-with-search .box-content-container {
padding-right: 20px;
}
a.btn.btn-donate {
margin-left: 100px !important;
}
}
@media screen and (max-width: 568px){
a.btn.btn-donate {
margin-left: 60px  !important;
}
.footer-bottom .left,
.footer-bottom .right {
float: none;
display: block;
text-align: center;
}
}
@media screen and (max-width: 480px) {
a.btn.btn-donate {
position: relative !important;
margin-left: 0px !important;
margin-top: 0px !important;
}
.header-top-right {
float: none;
text-align: center;
}
.header-top-right ul li {
display: block;
}
.header-top-right ul li:after {
display: none;
}
.bar-box-content-left h3,
.bar-box-content-left h4,
.footer-bottom{
text-align: center;
}
.vc-box-images-links .box-img-child p {
width: 90%;
}
.vc-box-images-links .box-img-child,
.wpb_text_column.txt-hands{
width: 95%;
}
.vc-box-images-links .section-title,
.vc-box-images-links .square-round-blue-btn a{
margin-top: 15px;
}
.vc-box-images-links p {
margin-top: 30px;
}
.wpb_text_column.txt-hands{
margin-bottom: 20px;
}
.vc-box-images-links p{
font-size: 18px;
}
.vc-box-images-with-search .search-form .search-field{
padding-left: 70px;
}
.vc-box-images-with-search .search-form .search-submit{
left: 20px;
}
.header-bar-right{
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
}
.footer-bottom .right,
.footer-bottom .left{
float: none;
}
#searchPage select{padding: 7px 18px;}
#searchPage .leftBar, #searchPage .col-sm-12.col-md-4.col-lg-3{padding-left: 0px;padding-right: 0px;}
#searchPage #customRow .col-sm-12.col-md-6.col-lg-4{padding-left: 15px;padding-right: 15px;}
#searchPage #customRow{margin-left: unset;}
#searchPage .SearchPageSidebar{padding: 0px}
#searchPage select, #searchPage #search_charity, #searchPage #frm_submit{width: 100%;margin-right: 0px;}
}
@media screen and (max-width: 440px){
.header-top .site-logo,
.header-top #site-header-menu{
float: none;
}
#site-header-menu,
.vc-box-images-links .section-title{
margin-top: 0;
}
.vc-box-images-links .square-round-blue-btn a {
margin-top: 10px;
}
.vc-box-images-links p {
font-size: 15px;
line-height: 21px;
}
button#responsive-menu-pro-button{
top: 0px !important;
}
.header-top .site-logo,
.header-top #site-header-menu{
display: inline-block;
}
.header-top .site-logo{
width: 85%;
}
#section-hands .vc_empty_space{
height: 70px !important;
}
.footer-three .widget-last a{
font-size: 20px;
}
.vc-box-images-with-search .search-form .search-field{
padding-left: 50px;
}
.vc-box-images-with-search .search-form .search-submit {
left: 10px;
}
::-webkit-input-placeholder {
font-size: 16px;
}
:-moz-placeholder {
font-size: 16px;
}
::-moz-placeholder {
font-size: 16px;
}
:-ms-input-placeholder {
font-size: 16px;
}
::-moz-selection {
font-size: 16px;
}
.header-bar-right .login,
.header-bar-right .sign-up{
margin-right: 0;
margin-left: 15px;
}
.header-bar-right{
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
-webkit-justify-content: space-evenly;
justify-content: space-evenly;
}
.internal .header-bottom .slider{
margin-top: 58px;
}
}
@media screen and (max-width: 414px){
.header-bar-right .login,
.header-bar-right .sign-up {
margin-right: 10px;
}
}
@media screen and (max-width: 375px){
span.address {
width: 255px !important;
}
.charity_name {
font: normal normal bold 30px/57px Poppins !important;
}
.vc-box-images-links .section-title{
margin-top: 15px;
}
.vc-box-images-links .section-title{
font-size: 35px;
line-height: 35px;
}
.vc-box-images-links .box-img-child img{
display: none;
}
.vc-box-images-links .box-img-child{
background-position: center center;
background-size: cover;
height: 265px;
}
.internal .header-bottom .slider {
margin-top: 53px;
}
.vc-box-images-links .box-img-child p{
width: 95%;
}
#section-hands{
height: 550px;
}
#section-hand-bg .vc_empty_space{
height: 550px !important;
}
.vc-box-images-with-search .search-form .search-field {
padding-left: 40px;
}
.vc-box-images-with-search .search-form .search-submit{
left: 0;
}
::-webkit-input-placeholder {
font-size: 14px;
}
:-moz-placeholder {
font-size: 14px;
}
::-moz-placeholder {
font-size: 14px;
}
:-ms-input-placeholder {
font-size: 14px;
}
::-moz-selection {
font-size: 14px;
}
.footer-two .widget-first, 
.footer-two .widget-last, 
.footer-three .widget-first, 
.footer-three .widget-last{
width: 100%;
}
.footer-two .widget-first,
.footer-three .widget-first{
margin-bottom: 20px;
}
.footer-two,
.footer-three{
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
-webkit-flex-direction: column;
flex-direction: column;
}
.footer-two,
.footer-three{
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
}
.footer-two a, 
.footer-three a,
.footer-three .widget-last a{
font-size: 20px;
}
#section-hands .section-title {
font-size: 25px !important;
line-height: 1.2 !important;
}
}
@media screen and (max-width: 360px){
.header-top .site-logo {
width: 80%;
}
span.address {
width: 245px !important;
}
.charity_name {
font: normal normal bold 30px/50px Poppins !important;
}
}
@media screen and (max-width: 320px){
span.address {
width: 230px !important;
}
.header-top .site-logo {
width: 80%;
}
.vc-box-images-links .box-img-child{
height: 285px;
}
.internal .header-bottom .slider {
margin-top: 57px;
}
#section-hands .vc_empty_space {
height: 35px !important;
}
.vc-box-images-with-search .search-form .search-field {
padding-left: 35px;
}
.header-bar-right{
-ms-flex-pack: distribute;
-webkit-justify-content: space-around;
justify-content: space-around;
}
::-webkit-input-placeholder {
font-size: 12px;
}
:-moz-placeholder {
font-size: 12px;
}
::-moz-placeholder {
font-size: 12px;
}
:-ms-input-placeholder {
font-size: 12px;
}
::-moz-selection {
font-size: 12px;
}
}