/*
*  --------------------------------------
*         Table of Content
*  --------------------------------------
*  01. Button
*  02. Box Width
*  04. Contact Form
*  06. Coming Soon
*  07. 404 Page
*  08. Homepage & Blog Post
*  09. Blog Sidebar & Widget
*  10. Blog Pagination
*  11. Menu Overide
*  12. Main Menu
*  13. Mobile Menu
*  14. Footer
*  --------------------------------------
*  -------------------------------------- */

:root {
  --grey: #f3f5f7;
  --black: #151515;
}

body,
/* Override for Crowdfunding-plugin included CSS */
#wpneofrontenddata {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #333;
  font-size: 14px;
  font-weight: normal;
  line-height: 26px;
  font-family: "Eina", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  line-height: 1.2;
  font-weight: bold;
}

h1 {
  font-size: 72px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

.no-gutter {
  padding-right: 0;
  padding-left: 0;
}

/*
*  --------------------------------------
*  Theme Specific CSS
*  --------------------------------------
*/
.main-body-inner,
body.single-product .wpneocf-container {
  padding-top: 145px;
  padding-bottom: 0;
  background: #fff;
}

body.page-template-homepage-pre .main-body-inner {
  padding-top: 2.5em;
}

a {
  color: #666;
  display: inline-block;
}

.font-light {
  color: #949494;
}

button,
input[type="button"],
.caritas-button,
.header-button {
  font-size: 14px;
  line-height: 43px;
  display: inline-block;
  padding: 0 32px;
  border-radius: 5px;
  font-weight: 700;
  background-color: #d4d4d4;
  color: #000;
  transition: 300ms;
}

button.dark,
input[type="button"].dark,
input[type="submit"].dark,
#comments input#submit,
.nf-form-content input[type="button"] {
  line-height: 35px;
  display: inline-block;
  padding: 6px 32px 2px;
  border-radius: 5px;
  color: #fff;
  background-color: #0f0f0f;
  border-color: #0f0f0f;
  border-width: 4px;
  transition: 300ms;
}

#comments input#submit {
  padding: 6px 40px 2px;
}
#comments input#submit:hover {
  color: #fff !important;
}

button.inverse,
input.inverse,
input[type="submit"].inverse {
  line-height: 35px;
  display: inline-block;
  padding: 4px 28px 0;
  color: #fff;
  background-color: transparent;
  border: #fff solid 3px;
  transition: 300ms;
}

.subtitle-cover input {
  margin-right: 20px;
}
.subtitle-cover form {
  display: inline;
}

.button-rounded {
  border-radius: 30px;
}

/* Social icons */
li.icon {
  list-style: none;
  display: inline-flex;
}

/* Helpers */
.centering-div {
  margin: 0 auto;
  float: none;
}

.grayscaleOnHover {
  transition: 300ms;
}
.grayscaleOnHover:hover {
  filter: grayscale(100%);
}

.wpmm_brand_logo_wrap img {
  max-height: 42px;
}

.wpmm-sticky.wpmm-sticky-wrap {
  background: rgba(0, 0, 0, 0.85);
}

/* -------------------------------------- *
*          01. Button
* --------------------------------------- */
.btn,
input[type="submit"],
input[type="button"],
input[type="button"].wpneo-image-upload,
input[type="button"].wpneo-image-upload-btn,
input[type="button"]#addreward,
input[type="button"].removeCampaignRewards,
input[type="submit"].wpneo-submit-campaign,
a.wpneo-cancel-campaign,
.wpneo-edit-btn,
.wpneo-image-upload.float-right,
.wpneo-save-btn,
.wpneo-cancel-btn,
.dashboard-btn-link,
.removecampaignupdate,
#addcampaignupdate {
  padding: 15px 40px 11px;
  color: #000;
  font-weight: 700;
  line-height: 17px;
  font-size: 16px;
  border: none;
  box-shadow: none;
  transition: 400ms;
  -webkit-transition: 400ms;
  letter-spacing: -0.5px;
  border-radius: 5px;
}
.error-page-inner a.btn.btn-primary.btn-lg:hover,
.btn.btn-primary:hover,
input[type="button"]:hover,
.widget.widget_search #searchform .btn-search:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.order-view .label-info:hover {
  background-color: #222222;
}
button {
  border: 0;
  border-width: 2px;
  border-color: white;
  border-style: solid;
}

.btn.btn-caritas,
input[type="submit"],
input[type="button"].wpneo-image-upload,
input[type="button"].wpneo-image-upload-btn,
input[type="button"]#addreward,
.wpneo-edit-btn,
.wpneo-image-upload.float-right,
.wpneo-save-btn,
.wpneo-cancel-btn,
.dashboard-btn-link,
#wpneo_active_edit_form,
#addcampaignupdate,
.wpneo_donate_button,
.wpneo-profile-button,
.select_rewards_button,
.woocommerce-page #payment #place_order,
.woocommerce input.button,
input[type="submit"].wpneo-submit-campaign {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

.btn.btn-white {
  background: #fff;
  color: rgba(0, 0, 0, 0.8);
}
.btn.btn-white:hover {
  color: #fff;
}
.btn.btn-dark {
  background: #fff;
  color: #393939;
}

.btn.btn-border-caritas {
  background: transparent;
}
.btn.btn-border-caritas:hover {
  color: #fff;
}
.btn.btn-border-white {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.btn.btn-border-dark {
  background: transparent;
  border: 2px solid #393939;
  color: #393939;
}

.caritas-login-register a.caritas-dashboard {
  padding: 5px 15px;
  border-radius: 4px;
  color: #fff;
  transition: 400ms;
  -webkit-transition: 400ms;
}
.btn.focus,
.btn:focus,
input:focus,
textarea:focus,
select:focus,
button:focus {
  outline-offset: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.entry-content .elementor-widget:not(:last-child) {
  margin-bottom: 20px;
}

body.page-template-terms-privacy h3.entry-title {
  padding-top: 2em;
}
body.page-template-terms-privacy .table-of-contents h4 {
  margin-top: 2em;
}
body.page-template-terms-privacy .table-of-contents ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.page-template-terms-privacy .table-of-contents a:hover {
  color: #000;
}

.caritas-error-wrapper {
  overflow: hidden;
  /*padding: 200px 0 100px 0;*/
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}

/*Font Awesome icons*/
i.fa.icon {
  color: #fff;
  display: block;
  font-size: 24px;
  margin: 20px auto;
  text-align: center;
  width: 32px;
}

/*
 * Mobile Menu
 */
.wp-megamenu-wrap.wpmm-mobile-menu ul.wp-megamenu {
  top: 75px;
}

body.logged-in .lrm-hide-if-logged-in {
  display: none !important;
}
body.logged-in [class*="lrm-hide-if-logged-in"] {
  display: none !important;
}
body:not(.logged-in) .lrm-show-if-logged-in {
  display: none !important;
}
body:not(.logged-in) [class*="lrm-show-if-logged-in"] {
  display: none !important;
}

/* -------------------------------------- *
*           02. Box Width
* --------------------------------------- */
.boxwidth {
  position: relative;
  max-width: 1240px;
  background: #fff;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}
.boxwidth #masthead.sticky {
  max-width: 1240px;
  top: 0;
}
.admin-bar #masthead.sticky {
  top: 32px;
}

/* -------------------------------------- *
*          03A. Contact Form      	  	  */
.map-info-content {
  text-align: center;
}

/* -------------------------------------- *
*          03B. Login Form      	  	  */
.lrm-user-modal-container .lrm-switcher a {
  background: #ededed;
  color: #151515;
}

.lrm-user-modal-container .input-text,
.lrm-user-modal-container input[type="email"],
.lrm-user-modal-container input[type="password"],
.lrm-user-modal-container input[type="search"],
.lrm-user-modal-container input[type="tel"],
.lrm-user-modal-container input[type="text"],
.lrm-user-modal-container input[type="url"],
.lrm-user-modal-container textarea,
.lrm-user-modal-container .input-text:focus,
.lrm-user-modal-container input[type="email"]:focus,
.lrm-user-modal-container input[type="password"]:focus,
.lrm-user-modal-container input[type="search"]:focus,
.lrm-user-modal-container input[type="tel"]:focus,
.lrm-user-modal-container input[type="text"]:focus,
.lrm-user-modal-container input[type="url"]:focus,
.lrm-user-modal-container textarea:focus {
  background-color: #fff;
  color: #000;
  font-weight: 300;
  box-shadow: none;
  border-radius: 4px;
}

.lrm-form .fieldset--submit {
  text-align: center;
}

.lrm-form a.button,
.lrm-form button,
.lrm-form button[type="submit"],
.lrm-form #buddypress input[type="submit"],
.lrm-form input[type="submit"] {
  background: #151515;
  color: #fff;
  font-size: 14px;
  line-height: 35px;
  padding: 4px 32px 2px 32px;
  min-width: 236px;
}
/* Facebook embedded login button */
._5h0d ._5h0o {
  font-size: 14px;
}

.lrm-form input.has-padding,
.lrm-form button.has-padding {
  font-size: 14px;
  padding-top: 4px;
  padding-bottom: 2px;
}

.lrm-form button[type="submit"] {
  margin: 0 auto;
}

.lrm-form .hide-password {
  padding: 3px 15px;
}

/* -------------------------------------- *
*          03C. Password-Reset Form      	*
* --------------------------------------- */
#resetpassform {
  padding: 40px;
  margin-bottom: 40px;
}
#resetpassform label {
  display: block;
  font-weight: bold;
}
#resetpassform input[type="password"] {
  width: 100%;
}

/* -------------------------------------- *
*    04. Coming Soon    				  *
* --------------------------------------- */
.coming-soon-page {
  background-color: #fff;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.coming-soon-page .enter-logo {
  height: 125px;
  width: auto;
}

#tixon-comingsoon {
  text-align: center;
}

#comingsoon-countdown {
  margin-top: 80px;
  margin-bottom: 80px;
}

#comingsoon-countdown .countdown-section {
  display: inline-block;
  margin-right: 65px;
}

#comingsoon-countdown .countdown-section:last-child {
  margin-right: 0;
}

#comingsoon-countdown .countdown-section span.countdown-amount {
  display: inline-block;
  font-size: 80px;
  color: #989898;
  font-weight: 600;
  line-height: 0.8;
}

#comingsoon-countdown .countdown-section span.countdown-period {
  display: block;
  font-size: 20px;
  color: #333;
  font-weight: 600;
  line-height: 0.8;
  margin-top: 22px;
}

#mc_embed_signup {
  background: none;
  clear: left;
  width: 100%;
}

.newsletter-wrapper #mc_embed_signup,
.newsletter-wrapper #mc_embed_signup .centering-div,
.newsletter-wrapper #mc_embed_signup #mc_embed_signup_scroll {
  text-align: center;
  width: 540px;
  max-width: 540px;
}

#mc_embed_signup .centering-div,
#mc_embed_signup #mc_embed_signup_scroll {
  width: 225px;
  max-width: 225px;
}

#mc_embed_signup .button {
  line-height: 28px !important;
}

#mc_embed_signup input.email {
  font-family: "Eina", sans-serif !important;
}

#mc_embed_signup #mc_embed_signup_scroll input {
  font-size: 14px;
  width: 100%;
}

#mc_embed_signup #mc_embed_signup_scroll input.button {
  background-color: #cbcbcb;
  color: #fff;
  font-size: 14px;
  margin: 1.25em auto 0;
}

.newsletter-wrapper #mc_embed_signup #mc_embed_signup_scroll input,
.newsletter-wrapper #mc_embed_signup #mc_embed_signup_scroll input.button {
  margin: 0;
  width: 212px;
  display: inline;
  height: 42px;
}

#mc_embed_signup #mc_embed_signup_scroll input.button:hover {
  background-color: #c4c4c4;
}

.newsletter-wrapper #mc_embed_signup #mc_embed_signup_scroll input {
  border: 2px solid #fff;
  background-color: #000;
  color: #ebebeb;
  font-weight: bold;
  padding: 6px 18px;
}
.newsletter-wrapper #mc_embed_signup #mc_embed_signup_scroll input.button {
  background-color: #fff;
  color: #000;
  margin-left: 20px;
  width: 150px;
}

.comingsoon-form-title {
  color: #333;
  display: inline-block;
  font-size: 13px;
  margin: 0 0 1.2em;
  padding: 0 0.4em;
  text-align: left;
  width: 438px;
}

.coming-soon-page .mc4wp-form-fields input[type="submit"] {
  margin-top: 20px;
}
.coming-soon-page .mc4wp-form-fields input[type="submit"]:hover {
  background-color: #fff;
}

#comingsoon_social,
#footer-wrap .social {
  width: 100%;
}

#comingsoon_social .centering-div,
#footer-wrap .social .centering-div {
  width: 200px;
}

#comingsoon_social i.fa.icon,
#comingsoon_social .social-logo {
  margin: 40px auto;
}

#footer-wrap .social i.fa.icon,
#footer-wrap .social .social-logo {
  margin: 4px auto;
}

#comingsoon_social .social-logo,
#footer-wrap .social-logo {
  width: 32px;
}

#footer-wrap .social-logo.i-instagram {
  width: 34px;
  margin-top: 6px;
}

.social-share ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-top: 35px;
}

.social-share ul li {
  display: inline-block;
  margin: 0 19px;
}

.social-share ul li a {
  color: #989898 !important;
  font-size: 18px;
}

.social-share ul li a:hover {
}

@media (max-width: 1199px) {
  #comingsoon-countdown .countdown-section .countdown-amount {
    font-size: 45px;
  }

  #comingsoon-countdown .countdown-section .countdown-period {
    font-size: 36px;
  }

  #comingsoon-countdown {
    margin: 80px 0;
  }
}

@media (max-width: 991px) {
  #comingsoon-countdown .countdown-section .countdown-amount {
    font-size: 50px;
    letter-spacing: -0.5px;
  }

  #comingsoon-countdown .countdown-section .countdown-period {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  body {
    overflow-x: hidden !important;
    margin: 0 auto;
  }

  .menu-right-button a {
    border-radius: 30px !important;
    line-height: 40px !important;
    background-color: #ffd900;
    display: inline-block;
    padding: 0 30px !important;
    border-radius: 3px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000 !important;
    display: inline-block;
    transition: 300ms;
    font-weight: 700 !important;
  }
  .menu-right-button a:hover {
    background: #ffffff !important;
    color: #000 !important;
  }

  #mc_embed_signup .centering-div {
    width: 70%;
  }

  #mc_embed_signup #mc_embed_signup_scroll input.button {
    margin-top: 2em;
  }

  #comingsoon-countdown .countdown-section,
  #comingsoon-countdown .countdown-section:last-child {
    margin: 0 25px 50px;
    min-width: 130px;
  }
  .coming-soon-page {
    padding: 60px 0;
  }
  #tixon-comingsoon {
    padding: 0;
  }
  .mc4wp-form-fields input[type="submit"] {
    width: auto;
  }
  #comingsoon-countdown {
    margin: 50px 0 20px;
  }
}

/* -------------------------------------- *
*    		05. 404 Page      			  *
* --------------------------------------- */
.caritas-error-wrapper {
  background: rgba(0, 0, 0, 0) url("https://un-funded.com/wp-content/themes/unfunded/images/404-bg.png") no-repeat scroll
    center top/cover;
}
.error404 .fullwidth,
.page-template-404 .fullwidth {
  width: 100%;
  height: 100%;
}
.caritas-error-wrapper::before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
h1.error-title {
  color: #ffffff;
  font-size: 190px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -9.5px;
  margin-bottom: 0;
}
.error-message-title {
  color: #ffffff;
  font-size: 48px;
  padding: 0px;
  font-weight: 600;
  margin-bottom: 10px;
}
.error-msg {
  text-align: right;
}
.error-page-inner .error-msg .logo-top img {
  background-size: cover !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.error-message {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
  padding: 0px 0 30px;
}
.error-page-inner .btn-primary {
  font-size: 18px;
  background: #00aeef none repeat scroll 0 0;
  border-radius: 5px;
  font-size: 10px;
  padding: 10px 20px;
}
.error-page-inner a.btn.btn-primary.btn-lg {
  font-size: 18px;
  line-height: 50px;
  padding: 0 30px;
  box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.15);
}
.error-page-inner a.btn.btn-primary.btn-lg:hover {
  box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.2);
}
.error-page-inner .error-msg a {
  letter-spacing: 2px;
  padding: 14px 18px;
  transition: color 400ms ease 0s, background-color 400ms ease 0s,
    border-color 400ms ease 0s;
  font-weight: normal;
  font-size: 16px;
}
.info-wrapper {
  text-align: center;
  padding: 30px 0 0;
  border-radius: 6px;
  margin: 0 auto;
  float: inherit !important;
}
.info-wrapper a.white {
  color: #222;
  border-radius: 4px;
  padding: 12px 30px;
  border-color: #ffd900;
  transition: 400ms;
  -webkit-transition: 400ms;
  text-transform: uppercase;
  font-weight: 700;
}
.info-wrapper a.white:hover {
  background: #fff;
}

/* -------------------------------------- *
*    		08. Homepage & Blog Post      			  *
* --------------------------------------- */

.main-row .description {
  color: #949494;
  font-size: 13px;
}

#stories {
  margin: 2em 0 8em;
}
#stories .row {
  margin-bottom: 6em;
}
#stories .story-body,
#stories div.col-6 {
  padding: 0 3em;
}
#stories .story-body h2 {
  font-size: 38px;
  margin-bottom: 0.5em;
}

#advocates {
  margin-bottom: 2em;
}
#advocates h2 {
  margin-bottom: 1em;
}
#advocates .advocate {
  text-align: center;
}
#advocates .advocate-image {
  margin-bottom: 2em;
}
#advocates .advocate-name {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0.5em;
}
#advocates .advocate-title {
  margin-bottom: 0.5em;
}
#advocates .advocate-social img {
  display: block;
  font-size: 24px;
  margin: 4px;
  text-align: center;
  width: 32px;
  margin-bottom: 0.5em;
}

#stats {
  background-color: #000;
  padding: 3.5em 0 3em 9em;
}
#stats .stat-primary {
  color: #656565;
}
#stats .stat-detail {
  color: #fff;
  margin-left: 2px;
}

#works {
  background: #f3f5f7;
  padding: 6em 6em 2em 6em;
}
#works .works-grid {
  margin: 0;
  padding: 0;
  list-style: none;
}
#works .works-grid li {
  width: 38%;
  position: relative;
  margin: 0 0 6% 12%;
  text-align: left;
  float: left;
  min-height: 205px;
  text-align: center;
}
#works .works-grid h5 {
  margin: 1em 0;
}
#works .works-icon {
  width: 62px;
}
#works p.works-main {
  padding-bottom: 3em;
}

#faq {
  padding: 6em 6em 2em 6em;
}
#faq .mini-title {
  font-weight: bold;
  text-align: center;
}
#faq ul {
  margin: 4em 0;
  padding: 0;
  list-style: none;
}
#faq li {
  width: 38%;
  position: relative;
  margin-left: 10%;
  margin-bottom: 2em;
  text-align: left;
  float: left;
  min-height: 230px;
}

#started {
  padding: 6em;
  background: #000;
  text-align: center;
}
#started h2,
#started h5 {
  color: #fff;
}
#started h5 {
  margin-bottom: 1.5em;
}

.caritas-post-listing {
  background: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
  border: 1px solid transparent;
  transition: 300ms;
}
.caritas-post-listing.grid-cause-addon {
  border-color: #dfe6ee;
}
.caritas-post-listing:hover {
  box-shadow: 1px 12px 33px 0 rgba(0, 0, 0, 0.18);
}
.caritas-index-post .post-featured-image a {
  overflow: hidden;
  display: block;
}
.caritas-index-post .post-featured-image a img {
  transition: 300ms;
  display: block;
}
.caritas-index-post:hover .post-featured-image a img {
  transform: scale(1.2) rotate(-5deg);
}

.post-listing-content {
  padding: 30px;
}
.post-title {
  margin: 8px 0 18px;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500;
}
.post-title a {
  transition: 300ms;
}
.post-title a {
  color: #000;
}

.blog-continue-btn {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  letter-spacing: -0.5px;
  transition: 300ms;
  color: #1c36a8 !important;
}
.blog-continue-btn:hover {
  color: #111;
}

.blog-continue-btn,
aside.widget-area .widget ul li a {
  color: #1c36a8 !important;
  font-weight: bold !important;
}

/*
single post
*/

.caritas-single-post {
  background: #fff;
}

h1.post-title {
  font-size: 32px;
}

.post-single-content {
  padding: 30px;
}
.post-single-content .post-featured-image {
  padding: 30px;
}

@media (max-width: 768px) {
  .post-single-content p {
    overflow-x: scroll;
  }
}

/*
post meta
*/

.caritas-post-meta {
  color: #949494;
  margin: 0 -8px 15px;
}

.caritas-post-meta .single-meta-item {
  margin: 0 8px;
  display: inline-block;
}

.caritas-post-meta .single-meta-item a {
  color: #949494;
  transition: 300ms;
}

.caritas-post-meta:not(.meta-bottom) .single-meta-item i {
  display: inline-block;
  margin-right: 2px;
}

.caritas-post-meta.meta-bottom .single-meta-item i {
  color: #949494;
}

.entry_tags {
  margin-top: 20px;
  margin-bottom: 15px;
}
.entry_tags a {
  font-size: 12px;
  color: #838d8f;
  letter-spacing: -0.38px;
  background: #f3f5f7;
  border-radius: 3px;
  transition: 400ms;
  font-weight: 400;
  padding: 6px 13px;
  display: inline-block;
  margin: 0 2px;
  line-height: 1;
}
.entry_tags a:hover {
  color: #000;
}

/*************
social share
*************/

.social-share-wrap ul {
  list-style: none;
  margin: 0 -4px;
  padding: 0px;
}

.social-share-wrap ul li {
  margin: 0 2px;
}

.social-share-wrap ul li {
  display: inline-block;
}

.social-share-wrap ul li a {
  font-size: 12px;
  line-height: 1;
  padding: 10px 20px;
  border-radius: 5px;
  transition: 300ms;
}
.social-share-wrap ul li a:hover {
  filter: brightness(120%);
}
.social-share-wrap ul li a i {
  margin-right: 5px;
}

.social-share-wrap li .facebook {
  background: #3b5998;
  color: #fff;
}
.social-share-wrap li .instagram {
  background: #8a3ab9;
  color: #fff;
}
.social-share-wrap li .twitter {
  background: #0084b4;
  color: #fff;
}
.social-share-wrap li .google-plus {
  background: #dd4b39;
  color: #fff;
}
.social-share-wrap li .linkedin {
  background: #0077b5;
  color: #fff;
}
.social-share-wrap li .rss {
  background: #ee802f;
  color: #fff;
}
.social-share-wrap li .pinterest {
  background: #c92228;
  color: #fff;
}
.social-share-wrap li .youtube {
  background: #cf0000;
  color: #fff;
}
.social-share-wrap li .vimeo {
  background: #162221;
  color: #fff;
}
.social-share-wrap li .dribble {
  background: #ea4c89;
  color: #fff;
}

@media (max-width: 768px) {
  .social-share-wrap ul li a {
    font-size: 11px;
    padding: 10px 8px;
  }
}

/******************************/
/*comments css*/
/******************************/

.comments-area {
  text-align: left;
}
.comments-area .comments-title {
  font-weight: 600;
  font-size: 20px;
}
.comments-area .comment-list > li {
  list-style: none;
  margin-bottom: 32px;
  font-size: 14px;
  /*color: #293340;*/
  border-bottom: 1px solid #404146;
}
.comments-area .comment-list > li:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}
.comments-area .comment-list .comment-body {
  padding-bottom: 0;
}
.comments-area .comment-list > li img {
  height: 45px;
  width: 45px;
  border-radius: 50%;
}
.comments-area .comments-title {
  margin: 0;
  padding: 10px 15px 20px 0;
}
.comments-area ul > li ul > li {
  list-style: none;
  margin-top: 40px;
}
.comment-context {
  font-size: 15px;
}
.comment-context .comment-head .comment-author {
  font-weight: 600;
  line-height: 22px;
  width: 100%;
  float: none;
  padding-right: 12px;
  font-size: 16px;
  top: 5px;
  position: relative;
}
.comment-context .comment-head span.comment-author a {
  /*color: #2e2e2e;*/
}
.comment-context .comment-content {
  padding-top: 15px;
}

.comment-list {
  margin: 0;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  border-radius: 5px;
}
.comments-area .comments-title,
.comment-reply-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
  margin-top: 30px;
  padding-top: 0;
}
.comments-area .comments-title {
  font-weight: 300;
}

.comment-list .comment-reply-title {
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  border: none;
}

.comment-list form {
  margin-bottom: 30px;
}

#cancel-comment-reply-link {
  font-size: 13px;
  color: #ff562f !important;
  margin-left: 5px;
}

.comment-body .comment-head .comment-date {
  display: block;
  font-size: 12px;
  margin-top: 5px;
  color: #8e9eb0;
  font-weight: 400;
}
.comment-body .comment-context {
  margin-left: 62px;
  margin-bottom: 20px;
  position: relative;
}
.comment-body .comment-context .comment-reply {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  font-weight: 600;
}
.comment-body .comment-context .comment-reply a {
  color: #6d7784;
}
.comment-content p {
  margin: 0;
}

@media (max-width: 992px) {
  #works .works-grid li {
    width: 34%;
    margin: 0 0 3% 5%;
  }
}
@media (max-width: 768px) {
  #works .works-grid li {
    width: 100%;
    margin: 3% 0;
  }
}

/* -------------------------------------- *
*    	06. Blog Sidebar & Widget      	  *
* --------------------------------------- */

/*aside.widget-area{}*/
aside.widget-area .widget {
  padding: 30px;
  background: #fff;
}
aside.widget-area .widget:not(:first-child) {
  margin-top: 30px;
}

aside.widget-area .widget:first-child {
  padding-top: 0;
}

aside.widget-area .widget.widget_search input {
  width: 100%;
  font-size: 14px;
  color: #949494;
  height: 50px;
  box-shadow: none;
  padding: 0 0 0 20px;
}

aside.widget-area .widget .widget_title {
  font-size: 18px;
  color: #333;
  letter-spacing: -0.75px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

aside.widget-area .widget.widget_search .widget_title {
  padding: 30px 30px 0;
}

aside.widget-area .widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

aside.widget-area .widget ul li {
  padding: 10px 30px;
  border-bottom: 1px solid #e8e8e8;
  margin: 0 -30px;
}
aside.widget-area .widget ul li:first-child {
  padding-top: 0;
}
aside.widget-area .widget ul li:last-child {
  padding-bottom: 0;
}

aside.widget-area .widget ul li a {
  font-size: 15px;
  font-weight: normal;
  color: #4a4a4a;
  letter-spacing: -0.5px;
  display: inline-block;
  padding: 5px 0;
  line-height: 26px;
  padding: 7px 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}

aside.widget-area .widget ul li:last-child {
  border: none;
}

/* -------------------------------------- *
*    	Blog  Comments 	  *
* --------------------------------------- */

.form-submit {
  margin: 20px 0 0;
}
.comment-list .comment-content {
  padding-bottom: 20px;
}
.comments-area .comment-form input[type="text"]:nth-child(1) {
  border: 1px solid #f3f5f7;
  padding: 10px;
  width: 47.75%;
  margin-right: 25px;
  margin-top: 20px;
  border-radius: 3px;
  height: 45px;
  font-weight: 300;
  font-size: 16px;
  background: #fafafa;
  transition: 300ms;
}
.comments-area .comment-form input[type="text"]:nth-child(2) {
  border: 1px solid #f3f5f7;
  padding: 10px;
  width: 47.75%;
  margin-top: 20px;
  border-radius: 3px;
  height: 45px;
  font-weight: 300;
  font-size: 16px;
  background: #fafafa;
  transition: 300ms;
}
.comments-area .comment-form input[type="text"]:last-child {
  border: 1px solid #f3f5f7;
  padding: 10px;
  width: 31.28%;
  margin-top: 20px;
  border-radius: 3px;
  height: 45px;
  float: right;
  font-weight: 300;
  font-size: 16px;
  background: #fafafa;
  transition: 300ms;
}
.comments-area textarea {
  border: 1px solid #d4d4d4;
  padding: 10px 15px;
  width: 100%;
  border-radius: 3px;
  min-height: 130px;
  font-weight: 300;
  font-size: 14px;
  background: #fff;
}
.comments-area input:not([type="submit"]) {
  text-indent: 15px;
  color: #ffffff;
}
.comments-area input:not([type="submit"])::placeholder,
.comments-area textarea::placeholder {
  /*color: #fff;*/
}
.comments-area .comment-form input[type="text"],
.comments-area textarea {
  outline: none !important;
}
.featured-wrap .entry-content-gallery a.left.carousel-left {
  transform: translateY(-50%);
  top: 48%;
  position: absolute;
  padding: 20px;
  font-size: 60px;
  color: #777;
}
.featured-wrap .entry-content-gallery a.right i {
  position: absolute;
  transform: translateY(-50%);
  top: 48%;
  font-size: 60px;
  font-weight: 500;
  text-align: right;
  width: 100%;
  padding: 20px;
  color: #777;
}
.featured-wrap img {
  width: 100%;
  height: 100%;
}
.single-post-content {
  font-size: 16px;
  line-height: 26px;
  color: #222538;
}
.single-post-content p {
  margin-bottom: 26px;
}
.single-post-title {
  font-size: 35px;
  font-weight: 600;
  line-height: 49px;
  margin-bottom: 8px;
}
.caritas-single-post-item .blog-details-img {
  margin-bottom: 30px;
}
.caritas-single-post-item .blog-details-img img {
  border-radius: 4px;
}
.caritas-single-post-item .entry-video {
  margin-bottom: 30px;
}
.comment-respond {
  margin-bottom: 0;
  color: #000;
  border-radius: 6px;
}

/* -------------------------------------- *
*    	07. Blog Pagination      	  	  *
* --------------------------------------- */
.themeum-pagination:not(:empty) {
  margin-top: 20px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin-bottom: 0;
  background: #ffffff;
  padding: 20px;
}
ul.page-numbers {
  text-align: center;
  padding: 1px;
  margin: 0;
}
.themeum-pagination .page-numbers > li {
  list-style: none;
  line-height: 1;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}
.themeum-pagination .page-numbers li span {
  display: block;
}
.themeum-pagination .page-numbers > li:last-child a.next {
  padding: 0;
  font-size: 14px;
  width: 100%;
  border-radius: 4px;
}
.themeum-pagination ul.page-numbers {
  border: none;
  display: block;
  overflow: hidden;
}
.themeum-pagination .page-numbers li.next-arrow {
  float: right;
}
.themeum-pagination .page-numbers li.prev-arrow {
  float: left;
}

.themeum-pagination .page-numbers li {
  border: none;
}
.themeum-pagination .page-numbers li a {
  color: #8a9199;
}
.themeum-pagination .page-numbers li a,
.themeum-pagination .page-numbers li span.current {
  display: inline-block;
  padding: 13px;
  float: left;
  font-weight: 400;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  line-height: 32px;
  width: 32px;
  font-size: 14px;
  border-radius: 50%;
  line-height: 7px;
}
.themeum-pagination .page-numbers li a,
.themeum-pagination .page-numbers li span {
  color: #505050;
  transition: 300ms;
}

.themeum-pagination .page-numbers li a.next.page-numbers {
  font-size: 14px;
}
.themeum-pagination .page-numbers li a.prev {
  padding: 0px;
  font-size: 14px;
  width: 100%;
  border-radius: 4px;
}
.themeum-pagination .page-numbers li a.prev i {
  font-size: 24px;
  padding-right: 5px;
  line-height: 33px;
  color: rgba(51, 51, 51, 0.23);
  transition: 300ms;
}
.themeum-pagination .page-numbers li a.next i {
  font-size: 24px;
  padding-left: 5px;
  line-height: 33px;
  color: rgba(51, 51, 51, 0.23);
  transition: 300ms;
}

.themeum-pagination .page-numbers li.prev-arrow a:hover,
.themeum-pagination .page-numbers li.next-arrow a:hover {
  background: transparent;
}

.themeum-pagination .page-numbers li.prev-arrow a:hover i,
.themeum-pagination .page-numbers li.next-arrow a:hover i {
  background: transparent;
}

/* -------------------------------------- *
*           08. Menu Overide              *
* --------------------------------------- */
/* msb### -- TBD #### */
#helpMenu {
  display: none;
  background-color: #fff;
  border: 2px solid #000;
  position: absolute;
}

.wp-megamenu-wrap .wpmm-nav-wrap > ul > li.wpmm-social-link a {
  padding-left: 15px;
  padding-right: 0px;
}
.wp-megamenu-wrap
  .wpmm-nav-wrap
  > ul
  > li.wpmm-social-link.wpmm-social-link-search
  a {
  padding: 0px 15px 0 15px !important;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li.wpmm-social-link {
  float: none !important;
}
.wpmm-search-form input {
  padding: 9px 20px;
  color: #b3b3b3;
  font-weight: 400;
  border-radius: 4px;
}
.wpmm-search-form {
  position: absolute;
  right: 80px;
  top: 6px;
}
.wpmm-search-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b3b3b3;
}
.wpmm-search-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #b3b3b3;
}
.wpmm-search-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #b3b3b3;
}
.wpmm-search-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #b3b3b3;
}
.wp-megamenu-wrap
  .wpmm-nav-wrap
  > ul.wp-megamenu
  > li.wpmm_mega_menu
  > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap
  .wpmm-nav-wrap
  > ul.wp-megamenu
  > li.wpmm_mega_menu
  > .wpmm-strees-row-container
  > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap
  .wpmm-nav-wrap
  > ul.wp-megamenu
  > li.wpmm_mega_menu
  > .wpmm-strees-row-and-content-container
  > ul.wp-megamenu-sub-menu {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}
.wpmm-search-form {
  top: 10px;
  right: 40px;
}
#wp-megamenu-primary
  > .wpmm-nav-wrap
  ul.wp-megamenu
  > li
  ul.wp-megamenu-sub-menu
  li
  a {
  color: #4e4e4e;
}
ul.wp-megamenu li ul.wp-megamenu-sub-menu .wpmm-vertical-tabs-nav ul li a {
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  font-weight: 400 !important;
}
#wp-megamenu-primary
  > .wpmm-nav-wrap
  ul.wp-megamenu
  > li.current-menu-item:hover
  > a {
  color: #fff;
}

/* -------------------------------------- *
*    		12. Main Menu      	  	      *
* --------------------------------------- */

/* Navbar container */
#main-menu {
  overflow: hidden;
  background-color: transparent;
  position: static;
}

#main-menu .transition,
#main-menu .dropdown-content {
  transition: all 0.35s ease-in-out;
}

#main-menu .no-select,
#main-menu .dropdown-content a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Links inside the navbar */
#main-menu a {
  float: left;
  font-size: 14px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* The dropdown container */
#main-menu .dropdown {
  float: left;
  overflow: hidden;
  position: static;
}

/* Dropdown button */
#main-menu .dropdown .dropbtn {
  font-size: 14px;
  font-weight: bold !important;
  border: none;
  outline: none;
  color: white;
  text-transform: uppercase;
  padding: 14px 16px;
  background-color: inherit;
  font: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Dropdown content (hidden by default) */
#main-menu .dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  width: 50%;
  right: 0;
  border: 1px solid #ebebeb;
  z-index: 1;
  padding-bottom: 0.5em;
  margin-right: 3%;
}

/* Mega Menu header, if needed */
#main-menu .dropdown-content .header {
  background: #fff;
  border-bottom: 1px solid #ebebeb;
  padding: 16px;
  color: white;
  text-align: center;
}

#main-menu .dropdown-content .header h4 {
  font-size: 13px;
  font-weight: normal;
  color: #484848;
  line-height: 1;
  margin: 0;
}

#main-menu .dropdown-content .menu-search-form {
  text-align: center;
  padding: 12px 0 0 0;
}
#main-menu .dropdown-content .menu-search-form label {
  width: 100%;
}
#main-menu .dropdown-content .menu-search-form input {
  width: 90%;
}

#main-menu .dropdown-content .faq-title {
  padding: 10px;
}
#main-menu .dropdown-content .faq-title h5 {
  font-size: 13px;
  font-weight: normal;
  color: #949494;
  line-height: 1;
  margin: 0;
  text-align: left;
}

/* Show the dropdown menu on hover */
#main-menu .dropdown:hover .dropdown-content {
  display: block;
}

/* Style links inside the columns */
#main-menu .dropdown-content a {
  float: none;
  color: #484848;
  padding: 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  text-transform: none;
}

#main-menu .dropdown-content .accordion-content a {
  display: inline;
  padding: 0;
  color: #333;
  text-decoration: underline !important;
}

#main-menu .dropdown-content a svg {
  margin-left: 8px;
}

#main-menu .dropdown-content p {
  font-size: 13px;
  text-align: left;
  padding: 0 2.5em;
}

#main-menu .faq-inner {
  border-bottom: 1px solid #ebebeb;
}
#main-menu .faq-inner:last-child {
  border-bottom: none;
}

#main-menu .accordion-content {
  display: none;
}

#main-menu .accordion-content.active {
  display: block;
}

.common-menu-wrap .nav > li > ul li.mega-child > a {
  font-weight: 600;
  color: #000;
  padding-top: 8px;
  padding-left: 20px;
  padding-right: 15px;
  transition: 400ms;
  -webkit-transition: 400ms;
  font-size: 16px;
  padding-bottom: 4px;
}

@media (min-width: 768px) {
  .common-menu-wrap .nav > li.has-megasub > ul.megamenu {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .common-menu-wrap .nav > li.has-megasub > ul.megamenu {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .common-menu-wrap .nav > li.has-megasub > ul.megamenu {
    width: 1170px;
  }
}

/* HEADER */
body.page-template-default #main,
body.blog #main,
body.archive #main,
body.single #main {
  padding-top: 72px;
}

.site-header {
  background-color: #151515;
  padding: 32px 0 22px;
  position: absolute;
  width: 100%;
  z-index: 9999;
}

body.page-template-homepage-pre .site-header {
  background-color: transparent;
}

.site-header.sticky {
  min-height: 50px;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a {
  line-height: 54px;
  transition: all 0.5s;
}
.site-header.sticky .common-menu-wrap .nav > li > a,
.site-header.sticky .wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a {
  line-height: 32px !important;
}
.mtop {
  margin-top: 51px;
}
.wpmm-mobile-menu a.wpmm_mobile_menu_btn {
  position: absolute;
  width: auto;
  right: 0px;
}
.wpmm-mobile-menu a.wpmm_mobile_menu_btn:focus,
.wpmm-mobile-menu a.wpmm_mobile_menu_btn:hover {
  background: #000;
}

.navbar-header {
  margin-bottom: 0;
}
#navigation .navbar-brand {
  height: 0;
  padding: 0;
  margin: 12px 0 0;
}
#navigation .navbar-nav {
  float: right;
}
#navigation a.navbar-brand h1 {
  margin: 0;
  font-size: 42px;
}
.header-transparent {
  position: absolute;
  width: 100%;
  z-index: 9999;
}
.admin-bar #masthead.sticky {
  top: 32px;
}
.site-header.sticky {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}

.logo-wrapper {
  margin-top: -14px;
  top: 0;
}
.logo-wrapper a {
  display: inline-block;
}
.logo-wrapper a img {
  padding: 0;
  max-width: 185px;
}

#navigation .navbar-header .navbar-toggle {
  margin: 12px 0 0;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  background: none;
}
.navbar-toggle .icon-bar {
  background-color: #fff;
  transition: 300ms;
  -webkit-transition: 300ms;
}
#navigation .navbar-header .navbar-toggle:hover,
#navigation .navbar-header .navbar-toggle:focus {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.common-menu-wrap {
  position: inherit;
  text-align: right;
}
.common-menu-wrap #menu-right-menu.nav {
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 9;
  display: block;
}
.common-menu-wrap #menu-left-menu.nav {
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 9;
  display: block;
  text-align: right;
}
.common-menu {
  text-align: right;
}

.common-menu-wrap .nav {
  display: inline-block;
}

.common-menu-wrap .nav > li {
  display: inline-block;
  position: relative;
  padding: 0;
}
.common-menu-wrap .nav > li > a {
  display: inline-block;
  line-height: 54px;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  position: relative;
  padding: 10px 0;
  transition: 400ms;
  -webkit-transition: 400ms;
  color: #fff;
  padding: 0 15px;
  text-transform: uppercase;
}
.common-menu-wrap .nav > li > a {
  position: relative;
}

.common-menu-wrap .nav > li.ticket-menu a {
  background-color: #ff8a00;
  border-radius: 3px;
  line-height: 36px;
  margin-left: 25px;
  transition: 300ms;
  -webkit-transition: 300ms;
}
.common-menu-wrap .nav > li.ticket-menu a:hover,
.common-menu-wrap .nav > li.ticket-menu a:focus {
  background-color: #d67400;
}
.common-menu-wrap .nav > li.fixed-menu {
  margin-left: 20px;
}
.common-menu-wrap .nav > li > a:hover,
.common-menu-wrap .nav > li > a:focus {
  background-color: transparent;
}
.common-menu-wrap .nav > li.menu-item-has-children {
  position: relative;
  z-index: 100;
}
.common-menu-wrap .nav > li.menu-item-has-children > a {
  position: relative;
}
.common-menu-wrap .nav > li.menu-item-has-children > a:after {
  content: " \f107";
  font-family: "FontAwesome";
  margin-left: 0;
  color: #191919;
}
.header-solid .common-menu-wrap .nav > li.menu-item-has-children:after {
  color: #000;
}
.page-template-homepage-transparent-php
  #masthead.sticky
  .common-menu-wrap
  .nav
  > li.fixed-menu
  > a {
  color: #fff;
}
.common-menu-wrap .nav > li > ul {
  padding: 0px 0 0;
}
.common-menu-wrap .nav > li ul {
  text-align: left;
  position: absolute;
  display: none;
  left: 0;
  list-style: none;
  margin: 0;
  width: 220px;
  z-index: 999999;
  color: #fff;
  top: 100%;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.08);
  border-radius: 0;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  transition: 400ms;
}
.common-menu-wrap .nav > li:hover > ul {
  padding: 16px 0;
  display: block;
  -webkit-animation: menuslide 300ms;
  animation: menuslide 300ms;
}
@keyframes menuslide {
  from {
    transform: translate3d(0, -10px, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.common-menu-wrap .nav > li ul.megamenu {
  left: auto;
  right: -15px;
}
.common-menu-wrap .nav > li.fixed-menu a {
  color: #fff;
  line-height: 36px;
  border-radius: 4px;
  transition: 300ms;
  -webkit-transition: 300ms;
}
.common-menu-wrap .nav > li.fixed-menu a:hover {
  color: #fff;
}
.common-menu-wrap .nav > li ul {
  background-color: #fff;
}
.common-menu-wrap .nav > li > ul li a {
  display: block;
  line-height: normal;
  padding: 8px 20px;
  font-size: 14px;
  color: #333;
  transition: 300ms;
  -webkit-transition: 300ms;
}
.common-menu-wrap .nav > li > ul li.mega-child a {
  border-width: 0;
}
.common-menu-wrap .nav > li > ul li:last-child a {
  border-bottom-width: 0;
  border-radius: 0 0 3px 3px;
}
.common-menu-wrap .nav > li > ul li > div {
  padding: 0 20px 10px;
  font-size: 13px;
}
.common-menu-wrap .sub-menu li.mega-child > a {
  color: #000;
}
.common-menu-wrap .nav > li > ul li a:hover,
.common-menu-wrap .sub-menu li.active.mega-child a:hover {
  text-decoration: none;
}
.common-menu-wrap .nav > li > ul {
  transition: 300ms;
  -webkit-transition: 300ms;
}
.common-menu-wrap .nav > li > ul li {
  transition: 300ms;
  -webkit-transition: 300ms;
}
.common-menu-wrap .nav > li > ul li {
  position: relative;
  transiton: 300ms;
  -webkit-transiton: 300ms;
  -moz-transiton: 300ms;
}
.common-menu-wrap .nav > li > ul > li.menu-item-has-children {
  position: relative;
  display: block;
}
.common-menu-wrap .nav > li > ul > li.menu-item-has-children:after {
  position: absolute;
  content: "\f105";
  right: 18px;
  top: 50%;
  color: #fff;
  font-size: 17px;
  font-family: FontAwesome;
  margin-top: -14px;
}
.common-menu-wrap .nav > li > ul > li.mega-child.menu-item-has-children:after {
  display: none;
}
.common-menu-wrap .nav > li > ul li > ul {
  display: none;
  position: absolute;
  top: 0;
  left: 220px;
  padding: 0;
}
.common-menu-wrap .nav > li > ul li.mega-child > ul {
  display: block;
  position: static;
  animation: none !important;
  width: 100%;
  padding: 10px 0;
}
.common-menu-wrap .nav > li > ul li.mega-child:last-child {
  border-right-width: 0;
}
.common-menu-wrap .nav > li > ul li:hover > ul {
  display: block;
  -webkit-animation: fadeIn 300ms;
  animation: fadeIn 300ms;
}
#main-menu .nav > li.has-megasub > ul.megamenu {
  padding: 20px 0px 20px;
  width: 100%;
}
.common-menu-wrap .nav > li.has-megasub {
  position: inherit;
}
.common-menu-wrap .nav > li.has-megasub > ul.megamenu {
  padding: 0;
}
.common-menu-wrap .nav > li.has-megasub > ul.megambody.error404,
body.page-template-404enu.megacol-4 > li {
  width: 25%;
}
.common-menu-wrap .nav > li.has-megasub > ul.megamenu.megacol-3 > li {
  width: 33%;
  float: left;
}
.common-menu-wrap .nav > li.has-megasub > ul.megamenu.megacol-2 > li {
  width: 50%;
}
.common-menu-wrap .nav > li.has-megasub > ul.megamenu.megacol-1 > li {
  width: 100%;
}
#main-menu .nav > li.has-megasub > ul.megamenu > li {
  float: left;
  padding: 0;
}

#main-menu .nav > li.has-megasub > ul.megamenu > li > ul {
  box-shadow: none;
}

@media (max-width: 992px) {
  .logo-wrapper a img {
    padding: 13px 0 0;
    max-width: 150px;
  }
}
@media (max-width: 768px) {
  .logo-wrapper a img {
    padding: 0;
    max-width: 135px;
  }
}

/* -------------------------------------- *
*    		Subheader      	  	  *
* --------------------------------------- */

.subtitle-cover {
  background-color: #000;
}
.subtitle-cover h2 {
  color: #fff;
  font-size: 80px;
  font-weight: 800;
  letter-spacing: -0.9px;
}

@media (max-width: 992px) {
  .subtitle-cover h2 {
    font-size: 60px !important;
  }
  h2 {
    font-size: 32px;
  }

  #works .works-grid li {
    width: 100%;
  }
}

@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }

  body.page-template-homepage-pre .main-body-inner {
    padding-top: 0;
  }

  h2 {
    font-size: 24px;
    text-align: center;
  }

  h3.page-leading {
    padding-left: 30px;
  }

  .subtitle-cover .col-7 {
    -ms-flex: 0 0 100%%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .subtitle-cover h2 {
    font-size: 40px !important;
    text-align: center;
  }
  .subtitle-cover input {
    margin: 0;
  }

  .page-subleading {
    text-align: center;
  }
  .subtitle-cover .clear {
    margin: 0 auto;
    width: 100%;
  }
  .subtitle-cover form {
    display: block;
    margin: 0 auto 1em;
    text-align: center;
  }

  .col-5,
  .col-6,
  .col-7 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  #stories {
    padding: 3em 0;
    margin: 0;
  }

  #stories .row {
    margin-bottom: 2em;
  }

  #stories .story-body,
  #stories div.col-6 {
    padding-top: 2em;
  }

  #works {
    padding: 3em 2em;
    margin-right: -15px;
  }

  #works .works-main {
    text-align: center;
  }

  #works > div {
    padding: 1em 0;
  }

  #started {
    padding: 2em;
  }

  #started h2 {
    padding-bottom: 1em;
  }

  .newsletter-wrapper #mc_embed_signup,
  .newsletter-wrapper #mc_embed_signup .centering-div,
  .newsletter-wrapper #mc_embed_signup #mc_embed_signup_scroll {
    width: 100%;
  }

  mc_embed_signup form {
    padding: 0;
  }

  .newsletter-wrapper #mc_embed_signup #mc_embed_signup_scroll input {
    margin-bottom: 1em;
  }

  .newsletter-wrapper #mc_embed_signup #mc_embed_signup_scroll input.button {
    margin: 0;
  }

  .caritas-post-listing {
    margin: 0 15px;
  }

  .campaign-wrapper {
    margin: 0 15px;
    margin-top: 90px;
  }

  .page-content #searchform {
    display: none;
  }

  .search-error-title,
  .search-error-text {
    padding-right: 15px;
    padding-left: 15px;
  }

  #footer-wrap {
    margin-bottom: 110px;
    padding-top: 3em;
  }

  #footer-wrap .col-auto {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}

.breadcrumb-wrap .breadcrumb {
  background: transparent;
  margin: 0;
  padding: 0;
  color: #ffffff;
  text-align: center;
  display: block;
}

.breadcrumb-wrap .breadcrumb li {
  display: inline-block;
}

.breadcrumb-wrap .breadcrumb li:not(:last-child)::after {
  content: "\f101";
  font-family: "fontawesome";
  margin-left: 10px;
  margin-right: 7px;
}

.breadcrumb-wrap .breadcrumb a {
  color: #ffffff;
  transition: 300ms;
}

.subtitle-cover .breadcrumb a:hover {
  color: #ffd012 !important;
}

/* -------------------------------------- *
*    		09. Mobile Menu      	  	  *
* --------------------------------------- */
#mobile-menu {
  position: absolute;
  top: 70px;
  width: 100%;
  right: 0;
  z-index: 1;
  background: #eeeeee;
}
.admin-bar #mobile-menu {
  top: 100%;
}
.header-borderimage #mobile-menu,
.header-solid #mobile-menu {
  top: 100%;
}
.admin-bar .header-borderimage #mobile-menu,
.admin-bar .header-solid #mobile-menu {
  top: 100%;
}
.col-xs-4.visible-xs {
  position: absolute;
  right: 0;
}
.navbar-toggle .icon-bar {
  background: #fff;
  width: 25px;
  height: 3px;
}
.navbar-toggle {
  border: none;
  margin: 0;
  z-index: 3;
  font-size: 30px;
  text-align: right;
  color: #fff;
  background: transparent;
  padding-right: 0;
}
.header-borderimage .navbar-toggle .icon-bar,
.header-solid .navbar-toggle .icon-bar {
  background: #000;
}
#navigation #mobile-menu .navbar-nav {
  float: none;
}
#navigation #mobile-menu .navbar-nav {
  margin: 0;
  background-color: #29333f;
}
#mobile-menu .navbar-collapse {
  border: 0;
}
#mobile-menu .navbar-nav {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-top: 0 !important;
}
#mobile-menu ul {
  list-style: none;
}
#mobile-menu ul li {
  margin-bottom: 1px;
}
#mobile-menu ul li a {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-right: 20px;
  color: #000;
  display: block;
}
#mobile-menu ul li.active > a,
#mobile-menu ul li a:hover {
  background: none;
}
#mobile-menu ul ul {
  padding-left: 35px;
  padding-top: 0;
  padding-bottom: 0;
}
#mobile-menu ul li span.menu-toggler {
  display: inline-block;
  width: 34px;
  cursor: pointer;
  color: #000;
  height: 34px;
  line-height: 34px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
}
#mobile-menu ul li:hover .menu-toggler {
  color: #222;
}
#mobile-menu ul li {
  line-height: 20px;
  display: block;
  position: relative;
}
#mobile-menu ul li span.menu-toggler i {
  display: block;
  line-height: 44px;
}
#mobile-menu ul li span.menu-toggler .fa-angle-right,
#mobile-menu ul li span.menu-toggler.collapsed .fa-angle-down {
  display: none;
}
#mobile-menu ul li span.menu-toggler .fa-angle-down,
#mobile-menu ul li span.menu-toggler.collapsed .fa-angle-right {
  display: block;
}
#navigation #mobile-menu .navbar-nav > li > a:focus,
#navigation #mobile-menu .navbar-nav > li > a:hover {
  background-color: transparent;
}
@media only screen and (max-width: 768px) {
  #masthead.sticky {
    position: inherit !important;
    animation: none;
    box-shadow: none;
  }
  .admin-bar #masthead.sticky {
    top: 0;
  }
}
#navigation .navbar-header .navbar-toggle:hover,
#navigation .navbar-header .navbar-toggle:focus {
  background-color: transparent;
}

#wp-megamenu-primary {
  padding-right: 0;
}
#wp-megamenu-primary li.wpmm-social-link-search a {
  padding-right: 3px !important;
}
#wp-megamenu-primary .wpmm-search-form input {
  color: #333;
}

/***********HEADER TOP CSS***************/
.header-top {
  padding: 2px 0;
  background: #191919;
  border-bottom: 1px solid #222;
}
.header-top .social-share ul {
  padding: 0;
}
.header-top .social-share ul li {
  margin-right: 0;
}
.header-top .social-share ul li a {
  height: 25px;
  width: 25px;
  font-size: 14px;
  color: #fff;
  border-radius: 2px;
  line-height: 25px;
  background: #404040;
}
.header-top .social-share ul li:hover,
.header-top .social-share ul li {
  background: none;
}
.header-top-contact {
  color: #fff;
  font-size: 14px;
}

/* -------------------------------------- *
*    		10. Footer      	  		  *
* --------------------------------------- */
.footer-menu-center ul {
  text-align: center;
}
.bottom-widget .widget {
  padding: 0;
  font-weight: 400;
}
.bottom-widget:not(:last-child) .widget {
  margin-bottom: 20px;
}
.bottom-widget .widget h3.widget-title,
h3.social-share-title {
  font-size: 16px;
  color: #000000;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  margin-bottom: 22px;
  font-weight: 500;
}
ul.themeum-social-share {
  list-style: none;
}
ul.themeum-social-share li {
  display: inline-block;
}
.widget_caritas_social_share_widget .themeum-social-share li a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  font-size: 18px;
  background: #d8d8d8;
  color: #6d7784;
  border-radius: 4px;
  margin-right: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
}
.send-arrow {
  margin-bottom: 35px;
}

/* --- FORMS --- */
.nf-form-fields-required {
  display: none;
}
input,
textarea {
  background-color: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  padding: 0.25em 0.5em;
  box-sizing: border-box;
}
button {
  border-radius: 3px;
  radius: 3px;
}

/* --- Feedback form --- */

.feedback {
  padding-bottom: 40px;
}

.feedback nf-field:nth-child(1) {
  width: 48%;
  float: left;
  margin-right: 4%;
}
.feedback nf-field:nth-child(2) {
  width: 48%;
  float: left;
}

@media (max-width: 991px) {
  .feedback nf-field:nth-child(1) {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .feedback nf-field:nth-child(2) {
    width: 100%;
    float: none;
  }
}

#wpneofrontenddata {
  padding-bottom: 4em;
}
#wpneofrontenddata,
#wpneofrontenddata button,
#wpneofrontenddata input,
#wpneofrontenddata select,
#wpneofrontenddata textarea {
  font-family: "Eina", sans-serif;
  color: #333;
}
#wpneofrontenddata .wpneo-fields input[type="number"],
#wpneofrontenddata .wpneo-fields input[type="text"],
#wpneofrontenddata .wpneo-fields input[type="email"],
#wpneofrontenddata .wpneo-fields textarea,
#wpneofrontenddata .wpneo-fields select {
  border: 1px solid #d4d4d4;
}
#wpneofrontenddata .wpneo-fields select {
  height: 36px;
}
#wpneofrontenddata .wpneo-name {
  color: #000;
  font-size: 16px;
  font-weight: bold;
}
#wpneofrontenddata input.wpneo-image-upload,
#wpneofrontenddata input.wpneo-submit-campaign,
#wpneofrontenddata a.wpneo-cancel-campaign {
  font-size: 14px;
  line-height: 40px;
  display: inline-block;
  padding: 0 32px;
  border-radius: 3px;
  font-weight: 700;
  background-color: #d4d4d4;
  color: #000 !important;
  transition: 300ms;
}
#wpneofrontenddata input.wpneo-image-upload {
  line-height: 24px;
}
#wpneofrontenddata input.wpneo-image-upload:hover,
#wpneofrontenddata input.wpneo-submit-campaign:hover,
#wpneofrontenddata a.wpneo-cancel-campaign:hover {
  background-color: #000;
  color: #fff !important;
}

#wpneofrontenddata .wpneo-requirement-title {
  padding-top: 1.5em;
}

.mc4wp-form-fields button {
  border: none;
}
.mc4wp-form-fields input::placeholder {
  color: #fff;
}
.mc4wp-form-fields button:hover {
  cursor: pointer;
}
.mc4wp-form-fields .send-arrow {
  position: relative;
}
.mc4wp-form-fields .send-arrow input[type="email"] {
  width: 100%;
  background: #222538;
  color: #8e9eb0;
  padding: 9px 15px;
  border: 0;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
}
.mc4wp-form-fields {
  position: relative;
}
.bottom-widget input[type="email"]::-webkit-input-placeholder {
  color: #8e9eb0;
}
.bottom-widget input[type="email"]::-moz-placeholder {
  color: #8e9eb0;
}
.bottom-widget input[type="email"]:-ms-input-placeholder {
  color: #8e9eb0;
}
.bottom-widget input[type="email"]:-moz-placeholder {
  color: #8e9eb0;
}

/* --- WIDGETS --- */

.menu-footer-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
}
.menu-footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.bottom-widget .widget-blog-posts-section {
  margin-top: 40px;
}
.bottom-widget .caritas-widgets.media {
  border-bottom: none;
  margin-bottom: 10px;
  padding-bottom: 0;
}
.caritas-widgets.media a {
  font-weight: 400;
}
.bottom-widget .caritas-widgets img {
  border-radius: 0;
}
.bottom-widget .caritas-widgets h4 {
  font-weight: 400;
}
.bottom-widget .textwidget strong {
  font-size: 16px;
}
.bottom-widget .textwidget > p:first-child {
  margin-bottom: 0;
  line-height: 30px;
}
.bottom-widget span.latest-widget-date {
  color: rgba(255, 255, 255, 0.4);
}
span.latest-widget-date {
  color: #989898;
}
.bottom-widget .widget_nav_menu ul li:first-child {
  padding-top: 0;
}
.bottom-widget .mc4wp-form input[type="email"] {
  border: none;
  height: 42px;
  padding-left: 15px;
  border-radius: 5px;
  width: 100%;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 10px;
  border: 1px solid #404146;
  color: #fff;
  background: #22232b;
}
.bottom-widget .mc4wp-form input[type="submit"] {
  position: absolute;
  right: 0;
  border-radius: 0 3px 3px 0;
  width: 45px;
  top: 0;
  height: 40px;
}

.bottom-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bottom-widget ul li a {
  padding: 0;
  font-size: 14px;
  letter-spacing: -0.5px;
  line-height: 30px;
  color: #949494;
  transition: 300ms;
}

/*********CUSTOM CSS********/
.page-subleading {
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  margin: 15px 0 25px;
}
.caritas-wrapper {
  overflow: hidden;
  margin-bottom: 20px;
}
.caritas-align {
  margin-top: 40px;
}
.single-gallery {
  margin-top: 4px;
}
.single-gallery .plus-icon img {
  padding-top: 16px;
}
.caritas-content-flex li.flex-active-slide:before {
  background: rgba(0, 101, 224, 0.71);
  height: 65px;
  width: 84px;
  z-index: 99999;
  content: "";
  position: absolute;
  display: inline-block;
  overflow: hidden;
  margin-left: -42px;
  right: auto;
  border-radius: 3px;
}
.featured-wrap .flexslider {
  padding: 0;
  margin: 0;
  border: none;
}
.featured-wrap img {
  margin: 0;
}
.featured-wrap img:hover {
  cursor: pointer;
}
.featured-wrap .caritas-flesislider {
  background: transparent;
  position: relative;
  margin-top: -5%;
  text-align: center;
}
.featured-wrap .caritas-content-flex {
  width: 100% !important;
}
.featured-wrap .caritas-content-flex li {
  float: inherit !important;
  display: inline-block !important;
}

.featured-wrap .flex-prev,
.featured-wrap .flex-next {
  display: none;
}

/* Magnifitpopup */
.product-img-zoomin .mfp-container,
.product-img-zoomin.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.product-img-zoomin.mfp-ready .mfp-container {
  opacity: 1;
}
.product-img-zoomin.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.product-img-zoomin.mfp-removing .mfp-container,
.product-img-zoomin.mfp-removing.mfp-bg {
  opacity: 0;
}
img.mfp-img {
  margin: inherit !important;
}

/* Search */

body.search .site-content .row:first-child {
  padding-bottom: 2em;
}

body.search .caritas-postbox {
  width: 100%;
  border-bottom: 1px solid #ced4da;
  margin-bottom: 1.5em;
}
body.search .site-content .caritas-postbox:last-child {
  border-bottom: none;
}

.wpcf7-form .caritas-hire-me-form input[type="text"],
.wpcf7-form .caritas-hire-me-form input[type="email"],
.wpcf7-form .caritas-hire-me-form textarea {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  margin-bottom: 0px;
}
#estimated-budget {
  font-weight: 400;
}
.hire-datetime {
  width: 100%;
  padding: 6px;
  border: 1px solid #e5e5e5;
  font-weight: 400 !important;
  color: rgba(51, 51, 51, 0.73);
  border-radius: 3px;
}
.caritas-hire-me-form p {
  margin: 0;
  padding: 15px 0 0 0;
}
.hire-btn {
  padding: 12px 32px;
  font-size: 16px;
  border-radius: 3px;
  color: #fff;
}
.contactform_hire_button .modal-dialog {
  max-width: 820px;
}

.contactform_hire_button .modal .modal-title {
  color: #191919;
  font-size: 20px;
  margin-bottom: 0;
  text-align: left;
  font-weight: 400;
}
.contactform_hire_button .modal label {
  padding-left: 0;
  font-size: 16px;
}
.caritas-hire-me-form .wpcf7-not-valid-tip {
  position: relative;
  top: 5px;
}
.contactform_hire_button .hire-btn {
  background-image: inherit !important;
}

.related-post-img {
  position: relative;
}
.single_related .overlay-content {
  transition: all 300ms;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}
.overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.overlay-content .overlay-btn {
  position: absolute;
  top: 46%;
  text-align: center;
  transform: translate(-50%, -50%);
  left: 50%;
  opacity: 0;
  transition: all 300ms;
}

.single_related:hover .overlay-content {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.single_related:hover .overlay-content .overlay-btn {
  opacity: 1;
}

/* IO css code */
.entry-summary input[type="password"] {
  height: 42px;
  border-radius: 4px;
  border: 2px solid #ddd;
  width: 245px;
}
table#wp-calendar {
  width: 100%;
}

/* ********************************************************* */
/* *******************   Fotter & Bottom Wrap  *************** */
/* ********************************************************* */

/*bottom wrap*/

#bottom-wrap {
  padding: 100px 0;
}

@media (max-width: 991px) {
  #bottom-wrap {
    padding-bottom: 40px;
  }
}

/*footer-wrap*/

#footer-wrap {
  position: relative;
  padding: 1em 0;
}

#footer-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 100%;
  background: #e4ebf0;
}

#footer-wrap a {
  color: #333;
}
#footer-wrap a:hover {
  color: #949494;
}

/*social*/

.footer-social-link a {
  color: #000;
  font-weight: 300;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  transition: 300ms;
  font-size: 17px;
}

.footer-social-link li {
  display: inline-block;
}

.footer-social-link a:hover {
  background: #000;
}

.footer-social-link ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#wp-megamenu-primary
  > .wpmm-nav-wrap
  .wp-megamenu
  > li
  > ul.wp-megamenu-sub-menu
  li.wpmm-type-widget
  > a {
  font-weight: 600;
}

/*caritas-addon-donation*/

.caritas-addon-donation {
  margin: 0;
}
.caritas-addon-donation .donation-ammount-wrap input {
  border: 1px solid #dfe6ee;
  border-radius: 2px;
  display: inline-block;
  width: 100px;
  height: 60px;
  min-width: initial;
  background: #fff;
  text-align: center;
  margin-right: 20px;
  box-shadow: none;
  font-size: 18px;
  color: #000000;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 4px;
  margin: 7.5px;
}

.caritas-addon-donation .donation-ammount-wrap input[type="text"] {
  cursor: pointer;
}

.caritas-addon-donation .donation-ammount-wrap input[type="text"].active {
  color: #000;
  border-color: #ffd900;
}

.caritas-addon-donation .donation-ammount-wrap input[type="number"].active {
  border-color: #ffd900;
}

.caritas-addon-donation .donation-ammount-wrap {
  margin-bottom: 25px;
  margin-left: -7.5px;
}

.caritas-addon-donation .donation-button a {
  background: #000;
  box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  border: 0;
  padding: 19px 35px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.5px;
  transition: 300ms;
}

.caritas-addon-donation .donation-button a:hover {
  color: #000;
}

/*extra*/

.caritas_social_widget li {
  display: inline-block;
}
.bottom-widget ul.caritas_social_widget li a {
  font-size: 18px;
  color: #d0d7dd;
  margin-right: 25px;
}

.error_page {
  height: 100vh;
  background-size: cover;
}

@media (max-width: 991px) {
  .bottom-widget {
    margin-bottom: 30px;
  }
}

.bg-grey {
  background: var(--grey);
}

/* Campaign/alert */
.campaign-alert {
  border: 1px solid rgba(0, 0, 0, 0.35);
  border-radius: 0.25rem;
}

/* Bootstrap overrides */
.card {
  border: 1px solid rgba(0, 0, 0, 0.25);
}

/* Become a donor page */
#become-donor .price-input {
  max-width: 100px;
  font-weight: bold;
  font-size: 1.1rem;
}

#become-donor .fa-credit-card {
  font-size: 1.2rem;
}