/*!
Theme Name: amm
Theme URI: http://underscores.me/
Author: RKD
Author URI: http://www.doyenhub.com/
Description: Description
Version: 1.0.2.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: amm
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

amm is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*Style start*/
@font-face {
  font-family: "barcode39";
  src: url("/wp-content/uploads/fonts/Code39r.ttf") format("truetype");
}
.order-bar-code {
  font-family: "barcode39" !important;
}
* {
  margin: 0;
  padding: 0;
}

html {

  font-size: 1em;
}

body {
  font-size: 14px;
  line-height: 1.5;
  color: #231f20;
  background-color: #ffffff;
  position: relative;
  overflow-x: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: "Lato", sans-serif;
}

html,
body {
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin: 0;
}

p {
  font-size: 18px;
  line-height: 1.5;
}

h1,
h2 {
  font-family: "Playfair Display", serif;
}

h3 {
  margin-bottom: 16px;
}

ul {
  list-style: none;
}

a,
a:hover,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
select,
select:hover,
select:focus,
select:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
button,
button:hover,
button:focus,
button:active {
  outline: none !important;
}

.bg-violet {
  background-color: #530029;
  color: #fff;
}

.bg-violet:hover,
.bg-violet:focus {
  background-color: #79033d;
  color: #fff;
}

.bg-dark-red {
  background-color: #a11c00;
  color: #fff;
}

.bg-dark-red:hover,
.bg-dark-red:focus {
  background-color: #be2101;
  color: #fff;
}

.bg-red {
  background-color: #a11c00;
  color: #ffffff;
}

.bg-red:hover,
.bg-red:focus {
  background-color: #c6361e;
  color: #ffffff;
}

/*-- top section --*/

.top-bar {
  background: #000;
  padding: 14px 50px;
}

.main-logo-section {
  background: url(images/header-top-bg.jpg) repeat center;
  padding: 3px 0;
}

.amm-name {
  font-size: 45px;
  color: #fff;
  padding-left: 155px;
  font-family: "Cinzel", serif;
}

.amm-name i {
  color: #7fc8f0;
  font-size: 35px;
  font-family: "Crimson Text", serif;
}

.fl-logo {
  position: absolute;
  top: -7px;
  left: -4px;
  z-index: 999;
}

.top-social li {
  float: left;
  line-height: 1;
}

.top-social a {
  font-size: 24px;
  color: #7fc8f0;
  margin: 0 8px;
}
.top-social a svg {
  max-height: 23px;
  max-width: 30px;
  width: auto;
}

.top-social a i {
  line-height: 26px;
}

.btn-blue {
  background: #003b5b;
  color: #fff;
}

.btn-blue:hover,
.btn-blue:focus {
  background: #02324c;
  color: #fff;
}

.top-btn {
  font-weight: bold;
  padding: 6px 10px;
  margin: 0;
}

.menu-toggle {
  font-size: 0;
  text-align: left;
}

.other-btn {
  float: left;
}

/*---------------- nav bar ----------*/

.header-top-bar {
  padding: .25rem 0;
  position: relative;
}

.header-top-bar .container {
  position: relative;
}

#main-nav .donate-btn {
  background-color: #a11c00;
  color: #fff;
  padding: 3px 18px;
  margin: 8px 0;
  font-weight: 900;
  font-size: 18px;
}

#main-nav .donate-btn:hover {
  background-color: #c00d16 !important;
}

.top-btn img {
  margin: -4px 6px 0 0;
}

/*-------------- footer css --------------*/

#mn-footer {
  background-color: #f9f9f9;
  color: #231f20;
  padding: 60px 0;
}

#mn-footer .container {
  width: auto;
  max-width: 1170px;
}

.footer-left-side {
  text-align: center;
}

.footer-left-side p {
  font-size: 13px;
  margin-top: 10px;
  line-height: 20px;
}

.footer-right-side h2 {
  color: #003b5b;
  font-size: 25px;
  font-weight: 400;
  font-family: "Cinzel", serif;
}

.footer-right-side h2 i {
  font-family: "Crimson Text", serif;
  font-size: 19px;
}

.footer-right-side li {
  line-height: 18px;
  margin-bottom: 10px;
}

.footer-social {
  display: inline-block;
  text-align: right;
  width: 100%;
}

.custom-col {
  float: left;
  padding-right: 20px;
}

.custom-col:last-child {
  padding-right: 0;
}

.footer-social li {
  float: none !important;
  display: inline-block;
}

.footer-social li a {
  font-size: 20px;
  color: #003b5b;
  margin: 0 5px;
}
.bottom-line {
  border-bottom: 1px solid #cecece;
  margin: 15px 0;
}

.footer-main-info h3 {
  font-family: "Playfair Display", serif;
  font-size: 21px;
  color: #003b5b;
  font-style: italic;
  font-weight: 600;
  margin-bottom: 16px;
}

.footer-main-info ul li a {
  font-size: 15px;
  color: #231f20;
  text-decoration: none;
  display: block;
}

.footer-main-info ul li a:hover {
  color: #7fc8f0;
}

.footer-contact-info h4 {
  color: #003b5b;
  font-size: 14px;
  font-weight: 900;
  margin: 6px 0;
}

.footer-contact-info p {
  font-size: 14px;
}

/*------------ Home page man section css -----------*/

.larg-btn {
  font-size: 24px;
  border-radius: 5px;
  -webkit-box-shadow: 0 6px 13px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 6px 13px rgba(0, 0, 0, 0.5);
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.5);
  font-weight: 900;
  padding: 9px 42px;
  text-decoration: none;
  display: inline-block;
}

.smal-btn {
  font-size: 16px;
  border-radius: 5px;
  padding: 6px 16px;
  font-weight: 900;
  line-height: 2;
  -webkit-box-shadow: 0 6px 13px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 6px 13px rgba(0, 0, 0, 0.5);
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  display: inline-block;
  min-height: 44px;
  flex-shrink: 0;
}

.custom-bline {
  position: relative;
}

/*--- home prayer banner  css---*/
.prayer-banner {
  background-size: cover;
  /* padding: 90px 0;   original value */
  padding: 0px 0px 90px 0px;
  width: 100%;
  text-align: center;
}

.page-title {
  font-size: 78px;
  font-family: "Playfair Display", serif;
  margin-bottom: 20px;
}
.page-title__note {
  margin-bottom: 2rem;
  text-align: center;
}

.prayer-banner .page-title {
  font-size: 90px;
}

.prayer-banner .page-title {
  color: #a11c00;
}

.prayer-banner {
  color: #000;
}

.prayer-in-Your-Life-section,
.product-prayer-in-Your-Life-section {
  position: relative;
  padding-bottom: 60px;
}

.prayer-in-Your-Life-section .p-prayer-category-list {
  margin-bottom: 0 !important;
}

.prayer-in-Your-Life-section .p-prayer-category-list h3 {
  text-align: left;
}

.prayer-in-Your-Life-section .p-prayer-category-list p {
  text-align: left;
}

.prayer-in-Your-Life-section .p-prayer-category-list .p-price-wrap {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.prayer-in-Your-Life-section .p-prayer-category-list .p-price-wrap .p-price {
  margin-right: 2rem;
  margin-bottom: 0 !important;
  text-align: left;
}
.prayer-in-Your-Life-section--bottom .p-prayer-category-list .c-img-block {
  justify-content: center;
  display: flex;
  width: 100%;
}
.p-prayer-category-list {
  text-align: center;
  padding: 0 15px;
}

.p-prayer-category-list h3 {
  color: #003b5b;
  font-size: 32px;
  font-weight: 900;
  font-family: "Playfair Display", serif;
  margin: 15px 0 30px;
}

.p-prayer-category-list p {
  margin-bottom: 20px;
}

.p-prayer-category-list .c-img-block {
  margin-top: 25px;
  text-align: center;
  height: 200px;
}
.home-3-col-image .vc_single_image-img {
  aspect-ratio: 444 / 295;
}

@media screen and (max-width: 770px) {
  .prayer-in-Your-Life-section .p-prayer-category-list {
    display: flex;
    flex-direction: column;
    width: auto;
    align-items: center;
    margin-bottom: 10rem !important;
  }
  .prayer-in-Your-Life-section .p-prayer-category-list .p-price-wrap {
    display: flex;
    flex-direction: column;
  }
  .prayer-in-Your-Life-section .p-prayer-category-list .p-price-wrap .p-price {
    margin-bottom: 1rem !important;
    text-align: center;
  }
}

.gold-block {
  width: 100%;
  height: 150px;
  position: absolute;
  top: 0;
  left: 0;

  background: rgb(142, 100, 40);
  /*background: rgb(176, 135, 66, 1); */
  /* background: rgb(235, 205, 126, 1); */
  /* background: rgb(239, 205, 125, 1);  */
  /*  background:  rgb(239, 205, 126, 1) ; */
  /* background:  rgb(136, 96, 37, 1)  (/



  /* old browsers */
  background: -moz-linear-gradient(
    left,
    rgba(142, 100, 40, 1) 0%,
    rgba(176, 135, 66, 1) 20%,
    rgba(235, 205, 126, 1) 56%,
    rgba(239, 205, 125, 1) 58%,
    rgba(239, 205, 126, 1) 77%,
    rgba(136, 96, 37, 1) 100%
  );

  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(142, 100, 40, 1) 0%,
    rgba(176, 135, 66, 1) 20%,
    rgba(235, 205, 126, 1) 56%,
    rgba(239, 205, 125, 1) 58%,
    rgba(239, 205, 126, 1) 77%,
    rgba(136, 96, 37, 1) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(142, 100, 40, 1) 0%,
    rgba(176, 135, 66, 1) 20%,
    rgba(235, 205, 126, 1) 56%,
    rgba(239, 205, 125, 1) 58%,
    rgba(239, 205, 126, 1) 77%,
    rgba(136, 96, 37, 1) 100%
  );
*/

}

.prayer-category-list {
  text-align: center;
  margin-top: -55px;
}

.prayer-category-list-img {
  width: 255px;
  height: 255px;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
  padding: 6px;
  border-radius: 25px;
  margin-bottom: 30px;
  background: rgb(234, 205, 126);
  /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(234, 205, 126, 1) 0%,
    rgba(239, 204, 118, 1) 20%,
    rgba(144, 102, 41, 1) 58%,
    rgba(136, 96, 37, 1) 77%,
    rgba(206, 176, 106, 1) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(234, 205, 126, 1) 0%,
    rgba(239, 204, 118, 1) 20%,
    rgba(144, 102, 41, 1) 58%,
    rgba(136, 96, 37, 1) 77%,
    rgba(206, 176, 106, 1) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(234, 205, 126, 1) 0%,
    rgba(239, 204, 118, 1) 20%,
    rgba(144, 102, 41, 1) 58%,
    rgba(136, 96, 37, 1) 77%,
    rgba(206, 176, 106, 1) 100%
  );
}

.prayer-main-img {
  border-radius: 20px;
  overflow: hidden;
  background-color: #ffffff;
  height: 100%;
}

.prayer-main-img .img-responsive {
  height: 100%;
  max-width: none;
  object-fit: cover;
  width: 100%;
}


.prayer-category-list h4 {
  /* font-size: 14px;   original value */
  font-size:  25px;
  color: #003b5b;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: 900;
}

.prayer-category-list h3 {
  color: #003b5b;
  font-size: 32px;
  font-weight: 900;
  font-family: "Playfair Display", serif;
  margin: 15px 0 30px;
}

.prayer-category-list p {
  margin-bottom: 30px;
}

/*-- Support Mary’s Mission css --*/

.support-mission {
  background: url(images/give-now-banner.jpg) no-repeat center;
  background-size: cover;
  padding: 40px 0;
  width: 100%;
  color: #fff;
}

.support-mission p {
  margin: 5px 0 20px;
}

.support-mission h2 {
  font-family: "Playfair Display", serif;
  color: #fffcd5;
  font-size: 38px;
  font-style: italic;
}

/*-- AMM Story css --*/

.amm-story-section {
  background: url(images/amm-story-bg.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  color: #fff;
  text-align: center;
}

.story-main-section {
  background: rgba(61, 36, 19, 0.5);
  padding: 90px 20px;
}

.story-main-section h3 {
  font-family: "Playfair Display", serif;
  font-size: 38px;
  font-style: italic;
}

.amm-story-main-listing {
  padding: 0 50px;
}

.story-main-section > p {
  margin: 30px 0;
}

.story-list {
  padding: 6px;
  border-radius: 4px;
  background: rgb(234, 205, 126);
  /* Old browsers */
  background: -moz-linear-gradient(
    left,
    rgba(234, 205, 126, 1) 0%,
    rgba(239, 204, 118, 1) 20%,
    rgba(144, 102, 41, 1) 58%,
    rgba(136, 96, 37, 1) 77%,
    rgba(206, 176, 106, 1) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(234, 205, 126, 1) 0%,
    rgba(239, 204, 118, 1) 20%,
    rgba(144, 102, 41, 1) 58%,
    rgba(136, 96, 37, 1) 77%,
    rgba(206, 176, 106, 1) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(234, 205, 126, 1) 0%,
    rgba(239, 204, 118, 1) 20%,
    rgba(144, 102, 41, 1) 58%,
    rgba(136, 96, 37, 1) 77%,
    rgba(206, 176, 106, 1) 100%
  );
}

.story-main-img {
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}

.story-detail {
  background: #fff;
  padding: 25px 20px;
  color: #231f20;
}

.story-detail h5 {
  font-family: "Playfair Display", serif;
  color: #0c5881;
  font-size: 32px;
  font-weight: 900;
}

.story-detail p {
  margin: 15px 0 20px;
}

/*-- Receive our latest news and updates --*/

.receive-our-news-bg {
  background: url(images/receive-our-latest-news-and-updates-bg.jpg) repeat center;
  width: 100%;
  padding: 40px 0;
  color: #fff;
  text-align: center;
}

.form-control {
  background: #fff;
  border: none;
  min-height: 54px;
}

.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #003b5b;
  font-size: 18px;
  font-weight: 900;
}

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #003b5b;
  font-size: 18px;
  font-weight: 900;
}

.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #003b5b;
  font-size: 18px;
  font-weight: 900;
}

.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #003b5b;
  font-size: 18px;
  font-weight: 900;
}

.form-control:placeholder {
  /* Firefox 18- */
  color: #003b5b;
  font-size: 18px;
  font-weight: 900;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  line-height: 1;
}
::-moz-placeholder {
  /* Firefox 19+ */
  line-height: 1;
}
:-ms-input-placeholder {
  /* IE 10+ */
  line-height: 1;
}
:-moz-placeholder {
  /* Firefox 18- */
  line-height: 1;
}

.form-email {
  min-width: 330px;
}

.form-zipcode {
  min-width: 210px;
}

.receive-our-news-bg .vc_custom_heading {
  color: #fff;
  font-size: 28px;
  line-height: 30px;
  font-family: "Lato", sans-serif;
}

.receive-our-news-bg .larg-btn {
  min-width: 215px;
}

.form-group .form-control {
  margin: 0 5px;
}

.receive-our-news-mian {
  padding: 0 40px;
}

/*----------  about us ---------------*/

.inner-top-banner {
  width: 100%;
  /*  padding: 50px 0;   20230929  tim removed */
  padding: 8px 8px;  /* 20230929tim added */
  color: #231f20;
  box-shadow: 0 2px 21px rgba(0, 0, 0, 0.33);
  z-index: 999;
  position: relative;
  z-index: 98;
  text-align: left;
}

.about-us-banner {
  background: url(images/about-us/about-us-top-banner.jpg) no-repeat center;
  background-size: cover;
}

.inner-top-title {
  font-size: 78px;
  font-family: "Playfair Display", serif;
  color: #a11c00;
 /* margin-left: 80px;  /* 20230929 tim added -- then removed ..it affected other pages and we only wanted the 'cart' to be affected -- moved to another CSS entry */
}

.inner-top-banner p {
  margin: 40px 0;
}

.inner-prayer-banner {
  background: url(images/about-us/about-us-prayer-banner-bg.jpg) no-repeat center;
  background-size: cover;
}

/*.about-inner-prayer-img {
    background: url(images/about-us/about-us-prayer-banner-img.png) no-repeat center bottom;
    background-size: cover;
    height: 315px;
}*/

.about-inner-prayer-img .smal-btn {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
  width: 190px;
}

.about-inner-prayer-content {
  padding: 25px 0;
}

.about-inner-prayer-content h2 {
  color: #003b5b;
  font-size: 27px;
  font-weight: 600;
  font-style: italic;
  font-family: "Playfair Display", serif;
  margin-bottom: 5px;
  display: inline-block;
}

.single-prayer_poems .about-inner-prayer-content h2 {
  display: block;
}

.about-inner-prayer-content p {
  font-style: italic;
  font-size: 16px;
  font-weight: 600;
  margin-top: 8px;
  display: inline-block;
}

.single-prayer_poems .about-inner-prayer-content p {
  display: block;
  margin-bottom: 1.5rem;
}
.single-prayer_poems .about-inner-prayer-content p:last-child {
  margin-bottom: 0;
}

.inner-prayer-banner .container {
  position: relative;
}

/*.about-inner-prayer-img {
    position: absolute;
    bottom: 0;
    width: 28%;
}*/

.inner-prayer-banner {
  box-shadow: 0 2px 21px rgba(0, 0, 0, 0.33);
  position: relative;
  z-index: 97;
}

.growing-in-faith-section {
  padding: 50px 0;
}

.growing-in-faith-section.no-padding-bottom {
  padding: 50px 0 0;
}

.growing-in-faith-section.no-padding-top {
  padding: 0 0 50px;
}

.growing-in-faith-section h2 {
  font-size: 38px;
  margin-bottom: 35px;
  font-family: "Playfair Display", serif;
  color: #a11c00;
  font-style: italic;
}

.growing-in-faith-section p {
  margin: 0 0 30px;
}

.btn-group {
  margin-top: 20px;
}

.btn-group .btn {
  margin-right: 18px;
  border-radius: 5px !important;
}

.story-of-the-mm {
  background: url(images/about-us/story-of-the-mm-bg.jpg) no-repeat center;
  background-size: cover;
}

.story-of-the-mm p {
  margin: 20px 0 20px;
  font-size: 17px;
}

/*---- product section css -----*/

.products-section {
  padding: 110px 0;
}

.price-btn-group .btn {
  float: left;
}

.price-btn-group span {
  font-size: 28px;
  line-height: 1.3;
  margin-left: 15px;
  font-weight: 900;
  color: #003b5b;
}

.product-detail h3 {
  font-size: 32px;
  font-weight: 900;
  color: #003b5b;
  font-family: "Playfair Display", serif;
}

.product-detail p {
  margin: 20px 0;
}

/*--- Support Mary’s Mission ---*/

.support-mission-instruction {
  background: url(images/support-mission-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 30px 0;
  position: relative;
}

.support-mission-instruction .btn {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 54px;
  margin: auto;
}

.support-mission-cantent {
  padding-left: 270px;
}

.support-mission-cantent h3 {
  font-size: 32px;
  font-family: "Playfair Display", serif;
  color: #003b5b;
  font-weight: 900;
}

/* cp added css*/

.religious-banner {
  background: url(images/religious-top-banner.jpg) no-repeat center;
  background-size: cover;
}

.b-price-btn-group .btn {
  float: left;
}

.b-price-btn-group span {
  font-size: 28px;
  line-height: 52px;
  margin-left: 15px;
  font-weight: 900;
  color: #003b5b;
}

.c-img-block {
  margin-top: 70px;
  text-align: center;
}

.c-img-block img {
  display: inline-block;
}

.p-price {
  color: #0c5881;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 12px !important;
}

.c-secound-banner {
  padding: 70px 0 105px;
  text-align: center;
  width: 100%;
  color: #a11c00;
}

.btn {
  white-space: normal;
}

.father-latters-banner {
  background: url(images/father-letters-banner.jpg) no-repeat center;
  background-size: cover;
  background-position: 72% 100%;
}

.father-latters-banner .inner-top-title {
  color: #fff;
}

.left-menu-page {
  padding: 50px 0 10px 0;
  /* z-index: 110; */
  /* background: #fff; */
  position: relative;
}

.left-menu-page ul li {
  margin-bottom: 8px;
}

.left-menu-page ul li a {
  font-size: 18px;
  text-decoration: none;
  font-weight: 400;
  color: #231f20;
}

.left-menu-page ul li a:hover {
  color: #a11c00;
}

.left-menu-page ul li.active a {
  color: #a11c00;
  font-weight: bold;
}

.sub-page-link-list {
  border-right: 1px solid #e6e7e8;
  padding-right: 8px;
  margin-right: 15px;
  max-height: 500px;
  overflow: auto;
}

.sub-page-link-list::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

.sub-page-link-list::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #530029;
}

.story-box {
  margin-bottom: 30px;
}

.story-date {
  font-size: 16px;
  margin-bottom: 5px;
  color: #464646;
  text-transform: capitalize;
}

.story-box img {
  margin-top: 10px;
}

.woocommerce-order-details__title,
.c-story-title {
  color: #a11c00;
  font-size: 38px;
  font-style: italic;
  margin-bottom: 15px;
  /* text-align: center; 20231017 ty removed */
}


.widget_search .c-story-title {
  font-size: 24px;
  text-align: left;
}



/* ty added 20231017 */
@media (min-width: 768px)
{
  .xtimx_prayer_division .col-sm-7
  {
    /* width: 58.33333333%;   ty removed 20231017 */
      width: 65%;           /* ty added 20231017 */
      background-color: cornsilk;

  }
}


.prayer_division {
  /* width: 58.33333333%;   ty removed 20231017 */
  width: calc(100% - 30px);           /* ty added 20231017 */
  margin: 0 1rem;
  background-color: cornsilk;
  height: 100%;
  padding: 15px;
}
.prayer_division .other-btn {
  align-items: stretch;
  display: flex;
  padding-bottom: 15px;
  gap: .5rem;
  float: none;
}
.prayer_division .other-btn .btn {
  align-items: center;
  display: flex;
  height: 100%;
}

.prayer_list
{
 /* height: 125px; */
  border-color: #a11c00;
  border-style: solid;
  margin-bottom: 50px;
  padding: 6px;
  font-size: 1.5rem;
  font-weight: 600;
  background-color: beige;
}

.c-story-disclaimer {
  /* font-size: 13px;  ty removed 20231017 */
  font-size: 25px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 2rem;
}

.c-story-detail {
  margin-bottom: 15px;
}
.c-story-detail ul,
.c-story-detail ol {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
}
.c-story-detail ul li,
.c-story-detail ol li {
  margin-bottom: 10px;
}

.c-story-detail p {
  margin-bottom: 10px;
  line-height: 30px;
  color: #231f20;
}

.hover ul {
  display: block !important;
}

.special-prayers-banner {
  background: url(images/special-prayers-banner.jpg) no-repeat center;
  background-size: cover;
  box-shadow: none;
  padding-bottom: 1.5rem;
  height: auto;
}

.special-prayers-banner h1 {
  color: #a11c00;
}

@media (min-width: 800px) {
  .special-prayers-banner {
    padding-bottom: 0;
  }
}

h1.c-banner-title::before {
  background: #000;
}

/*h2.custom-bline {
    font-weight: bold;
}*/

/* tab view css */

.tab-btn-block {
  /*height: 48px;*/
  list-style: outside none none;
  margin: 42px 0 0;
  /*position: absolute;*/
  width: 100%;
  z-index: 100;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .tab-btn-block {
    flex-direction: column-reverse;
  }
  .tab-btn-block .tabs {
    display: flex;
    text-align: center;
  }
}

ul.tabs li {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  display: block;
  margin: 0 5px;
}
.tabs__link {
  cursor: pointer;
  display: block;
  float: left;
  font-size: 18px;
  font-weight: bold;
  height: 48px;
  line-height: 48px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 15px;
  position: relative;
}
.tabs__link,
.tabs__link:hover,
.tabs__link:active,
.tabs__link:focus,
ul.tabs li:hover .tabs__link {
  color: inherit;
  text-decoration: none;
}

.tab_last {
  /* border-right: 1px solid #333;  */
}

/* ul.tabs li:hover {
    background-color: #ccc;
    color: #333;
} */

._4rem-left {
  padding-left: 4rem;
}

._2rem-left {
  padding-left: 2rem;
}


ul.tabs li.active {
  background-color: #fff;
  color: #53002a;
  border-bottom: 1px solid #fff;
  display: block;
}

.tab_container {
  /* border: 1px solid #333;
    border-top: none; */
  /* clear: both; */
  /* float: left; */
  width: 100%;
  /* background: #fff; */
  /* overflow: auto; */
}

.tab_content {
  /* padding: 20px; */
  display: none;
}

.tab_drawer_heading {
  display: none;
}

/* end tab css */

/* search box css */

#imaginary_container {
  display: block;
  /*margin-top: -50px;*/
  margin: 5px 0;
  width: 100%;
}

@media (min-width: 768px) {
  #imaginary_container {
    max-width: 400px;
    margin-left: 5px;
  }
}

.stylish-input-group .input-group-addon {
  background: white none repeat scroll 0 0 !important;
  border: medium none;
  height: 35px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.stylish-input-group .form-control {
  border-right: 0 none #ccc;
  box-shadow: 0 0 0;
  height: 35px !important;
  min-height: 35px;
}

.stylish-input-group button {
  border: 0;
  background: transparent;
}

.stylish-input-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ddd;
  font-size: 18px;
  font-weight: 400;
}

.stylish-input-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #ddd;
  font-size: 18px;
  font-weight: 400;
}

.stylish-input-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #ddd;
  font-size: 18px;
  font-weight: 400;
}

.stylish-input-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #ddd;
  font-size: 18px;
  font-weight: 400;
}

.stylish-input-group .form-control:placeholder {
  /* Firefox 18- */
  color: #ddd;
  font-size: 18px;
  font-weight: 400;
}

.single-story-box {
  padding-bottom: 60px;
  border-bottom: 1px solid #eee;
  margin-bottom: 45px;
}

.r-c-story-title {
  font-size: 78px;
  color: #231f20;
  line-height: 68px;
  margin-bottom: 40px;
}
.product .r-c-story-title {
  font-size: 40px;
  color: #231f20;
  line-height: 1.25;
}
.single-story-box img {
  margin-bottom: 20px;
}

.highlight-text {
  color: #0c5881;
  font-weight: 700;
}

.related-story-box .r-c-story-title {
  font-weight: 700;
  font-style: normal;
  color: #0c5881;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 10px;
}

.related-story-box .c-story-title {
  margin-bottom: 30px;
}

/* Thank you page css   */

.thankyou-bg {
  background: url(images/thankyoupage-bg.jpg) no-repeat center;
  background-size: cover;
  box-shadow: none;
  padding-top: 28px;
}

.thankyou-box {
  background: url(images/thankyoupage-banner.jpg) no-repeat center;
  background-size: cover;
  box-shadow: none;
  padding: 35px 45px 75px 45px;
  border-radius: 5px;
  overflow: hidden;
}

.thankyou-block h1 {
  color: #fff;
}

.thankyou-block.inner-top-banner h1 + p {
  color: #fff;
  margin: 25px 0 20px 0;
}

.t-detail {
  padding: 25px 170px 10px 0;
}

.t-detail p {
  margin-bottom: 30px;
  margin-top: 0;
}

/* product category all / default set in css. */

.category-listing-banner {
  background: url(/wp-content/uploads/2018/07/180227-AMM-Website-Redesign-Category-Listing-Banner-Web.jpg)
    no-repeat center;
  background-size: cover;
  padding-top: 28px;
}

.category-listing-section .prayer-category-list {
  margin-bottom: 50px;
  margin-top: 0;
  display: inline-block;
}

.other-categories-block {
  padding: 28px 30px;
  background: #eee;
  border-radius: 5px;
}
.widget_is_search.other-categories-block {
  margin-top: 1rem;
  padding: 1rem;
}
@media screen and (min-width: 50em) {
  .widget_is_search.other-categories-block {
    margin-right: 15px;
  }
}

.other-categories-block .prayer-category-list h3 {
  margin: 10px 0 10px;
}

.other-categories-block .prayer-category-list p {
  font-size: 16px;
}

.category-listing-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: var( --amm_main_site_background );
}

.other-categories-block .prayer-category-list {
  margin: 20px 0;
}

.other-categories-block .prayer-category-list-img {
  width: 185px;
  height: 185px;
  margin-bottom: 10px;
}

.category-listing-box .c-img-block {
  margin-top: 0;
}

.breadcrumbs-banner {
  background: url(images/bdc-banner.jpg) no-repeat center;
  background-size: cover;
  padding-top: 31px;
  padding-bottom: 31px;
}

.breadcrumbs-banner span {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  margin-right: 10px;
}

.f-category-detail {
  margin-bottom: 30px;
}

.f-category-detail .r-c-story-title {
  color: #a11c00;
  position: relative;
  margin-top: -5px;
  margin-bottom: 50px;
}

.f-category-detail .r-c-story-title::after {
  content: " ";
  position: absolute;
  height: 1px;
  width: 100%;
  background: #000;
  left: 0;
  bottom: -30px;
}

.f-category-detail p,
.f-category-detail p.p-price {
  margin-bottom: 25px !important;
}

.sc-sub-detail p {
  line-height: 27px;
  margin-bottom: 6px;
}

.testimony-box {
  padding: 20px;
  min-height: 320px;
  background: #f2f2f2;
}

.testimony-img-box {
  position: absolute;
  height: 280px;
  width: 280px;
  display: inline-block;
}

.testimony-detail-box {
  padding-left: 300px;
}

.related-item-section {
  padding: 50px 0 0 0;
}

.related-item-section .c-story-title {
  margin-bottom: 35px;
}

.sc-sub-detail {
  margin-bottom: 40px;
}

.modal-dialog .modal-title.c-story-title {
  margin: 0;
  line-height: 40px;
}

.modal-header .close {
  margin-top: -2px;
  padding: 0;
  background: #f2f2f2;
  opacity: 1;
  position: absolute;
  right: 0px;
  top: 2px;
  border-top-right-radius: 8px;
  height: 70px;
  width: 70px;
  font-weight: 300;
  font-size: 50px;
}

.modal-header {
  height: 70px;
}

.modal-footer {
  padding: 0;
}

.modal-dialog .btn.btn-block {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  height: 70px;
  font-size: 24px;
}

.modal-sm {
  width: 450px;
}

.woocommerce nav.woocommerce-pagination ul {
  border: 0px !important;
}

.woocommerce nav.woocommerce-pagination ul li {
  display: inline-block;
  margin-left: 5px;
  border: 0;
}

.woocommerce-pagination ul li span,
.woocommerce-pagination ul li a {
  display: inline-block;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  background: #f2f2f2;
  color: #2c2d33;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #2c2d33;
  color: #fff;
}

.woocommerce-pagination ul li a:hover {
  text-decoration: none;
  background: #2c2d33;
  color: #fff;
}

select.orderby {
  border-radius: .25rem;
  height: 2rem;
  line-height: 2rem;
  padding-left: .5rem;
  padding-right: .5rem;
}

.byline  ,
.author  ,
.vcard   ,
fillerdata {
    display: none;
}

.screen-reader-text {
  display: none;
}
 /* menu bar icon*/

.bar1,
.bar2,
.bar3 {
  width: 40px;
  height: 4px;
  background-color: #003b5b;
  margin: 6px 0;
  transition: 0.4s;
  border-radius: 5px;
}

.active .bar1 {
  -webkit-transform: rotate(-45deg) translate(-7px, 7px);
  transform: rotate(-45deg) translate(-7px, 7px);
}

.active .bar2 {
  opacity: 0;
}

.active .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -8px);
  transform: rotate(45deg) translate(-6px, -8px);
}

.stellarnav li.open > a.dd-toggle i {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* ul li t select control css */

/*.ul-selector-search {
    display:none !important;
    }*/

.sub-page-link-list {
  margin-bottom: 25px;
  position: relative;
}

.ul-selector {
  position: relative;
}

.ul-selector a {
  background: #003b5b;
  padding: 4px 15px;
  color: #fff;
  display: block;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.ul-selector a:hover,
.ul-selector a:focus,
.ul-selector a:active {
  text-decoration: none;
}

div.ul-selector:after {
  content: "\f0d7";
  font: normal normal normal 16px/1 FontAwesome;
  position: absolute;
  right: 15px;
  top: 10px;
  color: #fff;
}

ul.ul-select {
  padding-top: 15px;
  padding-bottom: 10px;
  margin-top: -3px;
  background: #e6e6e7;
  position: absolute;
  z-index: 2;
  width: 100%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.inner-top-banner h2.custom-bline {
  font-weight: 700;
  display:none;
}

/* ***************** */

/* Piyush NEW COde*/

/* ***************** */

.footer-social,
.footer_social_icon {
  display: inline-block;
  text-align: right;
  width: 100%;
}
.footer_social_icon .addthis_toolbox a {
  font-size: 0;
}
.footer_social_icon .addthis_toolbox a i {
  font-size: 24px;
}

/* .story-main-section {
    background: rgba(61, 36, 19, 0.7);
    padding: 90px 20px !important;
} */

.story-main-section p {
  margin: 30px 0;
}

.story-list {
  padding: 6px !important;
}

.footer_social_icon .zoom-social-icons-list {
  text-align: right;
}

.footer_social_icon .zoom-social-icons-list--no-labels .zoom-social_icons-list__item,
.header_social_icon .zoom-social-icons-list--no-labels .zoom-social_icons-list__item {
  margin: 0 !important;
}

.header_social_icon .zoom-social-icons-list--no-labels .zoom-social_icons-list__item {
  float: left;
  line-height: 1;
}

.footer_social_icon span.zoom-social_icons-list-span {
  padding: 0 !important;
  margin: 0 5px;
  display: inline;
}

.header_social_icon span.zoom-social_icons-list-span {
  padding: 0 !important;
  display: inline;
}

.social__menu {
  align-items: center;
  display: flex;
}
.footer_social_icon .social__menu {
  justify-content: center;
}
.social__menu-item {
  padding-right: 1rem;
}
.footer_social_icon .social__menu-item {
  padding-left: 1rem;
  padding-right: 0;
}
/* .zoom-social_icons-list__link {
        line-height: 28px;
}
*/

.footer_social_icon span.zoom-social_icons-list-span.socicon.socicon-tripadvisor {
  font-size: 25px !important;
}

.header_social_icon span.zoom-social_icons-list-span.socicon.socicon-tripadvisor {
  font-size: 28px !important;
}

.header_social_icon {
  display: inline-block;
  float: left;
}
.header_social_icon .addthis_toolbox a {
  font-size: 0;
}
.header_social_icon .addthis_toolbox i {
  font-size: 24px;
}
.top-social .addthis_32x32_style a {
  font-size: 0;
}
.top-social .addthis_32x32_style i {
  font-size: 24px;
}

.vc_row-has-fill > .vc_column_container.home_top_banner > .vc_column-inner {
  padding-top: 0 !important;
}

.prayer-in-Your-Life-section .container {
  margin-left: auto !important;
  margin-right: auto !important;
}

.story-main-section {
  display: inline-block !important;
  float: none !important;
}

.story-list-class.vc_column_container {
  padding-left: 15px;
  padding-right: 15px;
}

.receive-our-news-bg #mc_embed_signup div.mce_inline_error {
  background-color: transparent;
  color: #6b0505;
  position: absolute;
}

.receive-our-news-bg .form-inline .form-group {
  position: relative;
}

.center_about_content.vc_row {
  margin-left: auto;
  margin-right: auto;
}

.inner-prayer-banner .vc_column-inner {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

/*  about-inner-prayer-img {
    position: absolute !important;
    width: 28% !important;
} */

.center_about_content .pull-right .wpb_text_column,
.about-inner-prayer-img .wpb_single_image {
  margin-bottom: 0;
}

.custom_about_btn {
  box-shadow: none;
  padding: 0;
}

.custom_about_btn .vc_general.vc_btn3.vc_btn3-size-md,
.amm-story-main-listing .vc_general.vc_btn3.vc_btn3-size-md {
  font-size: 16px;
  padding: 6px 44px;
  font-weight: 900;
  -webkit-box-shadow: 0 6px 13px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 6px 13px rgba(0, 0, 0, 0.5);
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  display: inline-block;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
}

.larg-btn .vc_btn3.vc_btn3-size-md {
  font-size: 24px;
  border-radius: 5px;
  font-weight: 900;
  padding: 9px 42px;
  text-decoration: none;
  display: inline-block;
  line-height: 1.42857143;
}

.vc_btn3-container.vc_btn3-inline.larg-btn {
  margin: 0;
  padding: 0;
  border: none;
}

/*
* Religious Items & Gifts Page
*/

.vc_button_red {
  float: left;
}

.vc_button_red a {
  font-size: 24px !important;
  border-radius: 5px !important;
  -webkit-box-shadow: 0 6px 13px rgba(0, 0, 0, 0.5) !important;
  -moz-box-shadow: 0 6px 13px rgba(0, 0, 0, 0.5) !important;
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.5) !important;
  font-weight: 900 !important;
  padding: 9px 42px !important;
  text-decoration: none !important;
  display: inline-block !important;
  background-color: #a11c00 !important;
  color: #fff !important;
}

.vc_button_red a:hover,
.vc_button_red a:focus {
  background-color: #be2101 !important;
  color: #fff !important;
}

.vc_button_price {
  float: left;
  margin-left: 15px;
}

.ajax-loader {
  background-image: url(images/ajax-loader.gif);
  min-height: 60px;
  width: auto;
  background-repeat: no-repeat;
  display: none;
 /*  display: block */
}

body img.gform_ajax_spinner {
/*  display: none !important;  */
}


/* Post css by kash singh===================================================== */

.blacktext14 {
  position: relative;
  margin-left: 15px;
}

.amm-rosary-prayer-wrapper,
.amm-speical-prayer-wrapper,
.amm-ourlady-prayer-wrapper {
  position: relative;
  padding: 0 !important;
}

.amm-rosary-prayer-wrapper p,
.amm-speical-prayer-wrapper p,
.amm-ourlady-prayer-wrapper p {
  font-size: 18px !important;
  line-height: 24px !important;
}
/* .amm-rosary-prayer-wrapper .vc_column_container>.vc_column-inner .wpb_text_column .wpb_wrapper p{
    font-size: 14px;
    line-height: 20px;
} */

.amm-rosary-prayer-wrapper h2,
.amm-speical-prayer-wrapper h2,
.amm-ourlady-prayer-wrapper h2 {
  margin-bottom: 10px;
  font-style: italic;
}

.wpb_text_column.wpb_content_element ul {
  list-style-type: circle;
  margin-left: 21px;
  font-size: 18px;
}

/* Blogs Styles */
.amm-blogs-wrapper {
  position: relative;
}
.single-story-box img {
  width: auto;
  max-width: 100%;
  display: block;
  height: auto;
}
.single-story-box .r-c-story-title {
  color: #a11c00;
  /*     color: #231f20; */
  font-size: 38px;
  line-height: 42px;
  font-style: italic;
  /*     font-style: normal; */
  margin-bottom: 15px;
}
.related-story-box .r-c-story-title {
  font-weight: normal;
  font-style: italic;
  /* color: #0c5881; */
  color: #003b5b;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 15px;
}

/* Search prayers page */
.post-type-archive-prayer_poems article,
.search-results article {
  width: 70%;
  max-width: 900px;
  margin: 21px auto;
  border-bottom: 1px solid #f0f0f0;
}
.post-type-archive-prayer_poems .page-title,
.search-results .page-title,
.no-results .page-title {
  text-align: center;
}

.dd-subcat {
  margin: 0 0 60px 0;
  padding: 14px 12px 14px 20px;
  border-radius: 6px;
  background-color: #7fc8f0;
}

.dd-subcat > span {
  display: inline-block;
  width: auto;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: 34px;
  color: #003b5b;
}

.dd-subcat > select {
  float: right;
  font-size: 16px;
  line-height: 22px;
  padding: 5px 32px 5px 10px;
  background-color: #fff;
  background-image: url(https://ammorg.wpengine.com/wp-content/uploads/2018/08/dd-arrows.png);
  background-position: 98% center;
  background-repeat: no-repeat;
  background-size: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#menu-religious-menu > li.has-sub:before,
#menu-religious-menu > li.has-sub:after,
#menu-religious-menu > li.has-sub > a:before,
#menu-religious-menu > li.has-sub > a:after,
#menu-religious-menu > li.has-sub > ul.sub-menu {
  display: none !important;
}

.tags-comma {
  display: none;
}

@media screen and (max-width: 991px) {
  .dd-subcat > span {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .dd-subcat > select {
    float: none;
    display: inline-block;
    width: 100%;
  }
}

/* Mobile Font Sizes */
@media screen and (max-width: 767px) {
  h1.vc_custom_heading {
    font-size: 48px !important;
  }

  .dd-subcat {
    margin: 0 0 10px 0;
  }
  .side-bar-menu-title {
    text-align: left;
  }
  .tags-sub {
    display: flex;
    flex-wrap: wrap;
  }
  .tags-sub li {
    margin-right: 1rem;
  }
  .tags-comma {
    display: inline;
  }
}
/* ketan css 29-5-2018 */

.search-results .page-title,
.search-no-results .page-title {
  font-size: 42px;
}
.search-results .page-title span,
.search-results .prayer_poems .entry-title a {
  color: #a11c00;
}
.search-results header.entry-header {
  margin-bottom: 20px;
}
.search-results footer.entry-footer {
  margin: 20px 0;
}
.search-results footer.entry-footer a {
  margin: 0px 20px 0 0;
}
.search-results article {
  clear: both;
  overflow: hidden;
  padding-bottom: 10px;
}
.search-results article img {
  float: left;
  margin-right: 10px;
}
.nav-previous {
  float: left;
  margin-bottom: 10px;
}
.nav-next {
  float: right;
  margin-bottom: 10px;
}
.no_content {
  margin-bottom: 20px;
  text-align: center;
}
.no-results .search-form {
  text-align: center;
  margin-bottom: 20px;
}
.no-results .search-form .search-field,
.no-results .search-form .search-submit {
  padding: 5px;
  border: 1px solid #999;
  border-radius: 5px;
}
@media screen and (min-width: 383px) and (max-width: 767px) {
  .prayer-category-list .c-img-block {
    margin: 0 auto;
    display: block;
  }
}
/* intentions form special-intention field add margin */
.add_bottom_margin {
  margin-bottom: 20px;
}

@media screen and (min-width: 600px) {
  .select-cert-image {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .dd-subcat > select {
    font-size: 12px;
    line-height: 20px;
  }
}

@media screen and (max-width: 359px) {
  .dd-subcat > select {
    font-size: 10px;
  }
}

/* .membership_form_wrapper .gform_fields li[id*=field] {
    margin-left: 50px !important;
} */

/* Newsletter sign up form - Homepage */
.newsletter-signup {
  margin-top: 3px;
}

.newsletter-signup .gform_wrapper,
.newsletter-signup .gform_wrapper > form,
.newsletter-signup .gform_wrapper ul.gform_fields > li.gfield,
.newsletter-signup .gform_wrapper ul.gform_fields > li.gfield .ginput_container {
  margin: 0;
  vertical-align: top;
}

.newsletter-signup .gform_wrapper > form {
  display: flex;
  gap: 1rem;
  position: relative;
  width: 100%;
  font-size: 0;
}

.newsletter-signup .gform_wrapper > form .gform_body,
.newsletter-signup .gform_wrapper > form .gform_footer {
  display: inline-block;
  position: relative;
  margin: 0;
}

.newsletter-signup .gform_wrapper > form .gform_body {
  width: 71%;
  padding: 0;
}

.newsletter-signup .gform_wrapper > form .gform_footer {
  width: 40%;
}

.newsletter-signup .gform_wrapper ul.gform_fields > li.gfield {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 10px;
}

.newsletter-signup .gform_wrapper ul.gform_fields > li:first-child {
  width: 100%; /*width: 60%;*/ /*changes made on 11/22/2019 RS CBS*/
}

.newsletter-signup .gform_wrapper ul.gform_fields > li:last-child {
  width: 40%;
}

.newsletter-signup #input_21_1,
.newsletter-signup #input_21_2,
.newsletter-signup #input_44_1,
.newsletter-signup #input_44_2 {
  font-size: 14px !important;
  line-height: 34px !important;
  color: #555;
  padding: 10px 12px !important;
}

.newsletter-signup #input_21_1::placeholder,
.newsletter-signup #input_21_2::placeholder,
.newsletter-signup #input_44_1::placeholder,
.newsletter-signup #input_44_2::placeholder {
  font-size: 18px !important;
  font-weight: 900 !important;
  color: #003b5b !important;
}

.newsletter-signup .gform_wrapper ul.gform_fields > li.gfield .ginput_container,
.newsletter-signup
  .gform_wrapper
  ul.gform_fields
  > li.gfield
  .ginput_container
  > input[type="text"] {
  display: inline-block;
  position: relative;
  width: 100% !important;
  padding: 0;
}

.newsletter-signup .gform_wrapper ul.gform_fields > li.gfield .gfield_label {
  display: none;
}

.newsletter-signup .gform_wrapper > form .gform_footer input[type="submit"] {
  background-color: #a11c00;
  border: none;
  font-size: 24px !important;
  font-weight: 900;
  line-height: 34px !important;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.newsletter-signup .gform_wrapper > form .gform_footer input[type="submit"]:hover {
  background-color: #a11c00;
}

.ui-datepicker .ui-datepicker-calendar td a {
  border: none;
  border-radius: 0;
  color: #4d4d4d;
  font-family: Montserrat, "Segoe UI", Roboto, sans-serif;
  text-align: center;
  text-shadow: none;
}

@media screen and (min-width: 992px) {
  .woocommerce-form-coupon-toggle {
    position: relative;
    top: 30px;
  }
  .header-top-bar .container,
  .main-logo-section .container,
  .main-navbar.container {
    width: 100%;
    max-width: 1330px;
  }
}

@media screen and (max-width: 991px) {
  /* Newsletter sign up form - Homepage */
  .newsletter-signup {
    margin-top: 0px;
  }

  .newsletter-signup .gform_wrapper > form .gform_body,
  .newsletter-signup .gform_wrapper > form .gform_footer {
    width: 100%;
  }
}

form.checkout_coupon.woocommerce-form-coupon {
  width: 80%;
  margin: 50px auto;
}

@media screen and (max-width: 600px) {
  .woocommerce .col2-set,
  .woocommerce-page .col2-set {
    width: 98%;
    margin: 1%;
  }

  form.checkout_coupon.woocommerce-form-coupon {
    width: 99%;
    margin: 10px;
  }

  /* Newsletter sign up form - Homepage */
  .newsletter-signup .gform_wrapper > form {
    flex-direction: column;
  }
  .newsletter-signup .gform_wrapper ul.gform_fields > li:first-child,
  .newsletter-signup .gform_wrapper ul.gform_fields > li:last-child {
    width: 100%;
  }

  .newsletter-signup .gform_wrapper ul.gform_fields > li:first-child {
    margin: 0 0 20px 0;
  }
}

.variation-VotiveSKU {
  display: none !important;
}

ul.wc-item-meta p,
ul.wc-item-meta li {
  font-size: 16px;
}
.rkd-lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  width: 100%;
  height: 100%;
  /*background: rgba(0,0,0,.9) url('https://s3.amazonaws.com/images.rkd.io/common/overlay-trans.png') scroll repeat 0 0;*/
  background-color: rgba(0, 0, 0, 0.6);
}
.rkd-popup {
  margin: 0 auto;
  position: fixed;
  top: 38%;
  left: 0.1%;
  right: 0.1%;
  z-index: 999999999;
  width: 100%;
  max-width: 600px;
}
.desk-content {
  width: 100%;
  box-shadow: 0px 0px 30px #000000;
}
.rkd-popup .close-button {
  margin: 0;
  opacity: 1;
  position: absolute;
  right: 0px;
  top: -30px;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  line-height: 27px;
  font-weight: bold;
  text-decoration: none;
  font-family: Tahoma, Verdana, sans-serif;
  display: block;
  width: 28px;
  height: 28px;
  /*background-color: #084c66;*/
  color: #fff;
}
a.donate-now {
  border-bottom: none !important;
}
.mob-content {
  display: none;
}

@media (max-width: 600px) {
  .rkd-popup {
    width: 90%;
  }
  /*.rkd-popup, .rkd-lightbox-overlay, .desk-content, .close-button {
        display: none !important;
    }*/
}
.rdk-content {
  background: white;
  height: 200px;
  padding: 10px;
}
.rdk-content h2 {
  color: #7fc8f0;
}

.rdk-content p {
  margin-bottom: 15px;
}

.lb-link-container {
  display: -ms-flex;
  -ms-flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rdk-content .lb-link-container a {
  padding: 15px 30px;
  font-size: 20px;
  background: #7fc8f0;
  color: white;
}
#lightboxAppend > div.rkd-popup > div.rdk-content > div > div > a:nth-child(1) {
  margin-right: 10px;
}
@media screen and (max-width: 600px) {
  .lb-link-container {
    display: flex;
    display: -ms-flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    -ms-flex-direction: column;
    -ms-flex: 1;
  }
  .rdk-content .lb-link-container a {
    width: 100%;
  }
  .rdk-content {
    height: 300px;
  }
  #lightboxAppend > div.rkd-popup > div.rdk-content > div > div > a:nth-child(1) {
    margin-right: 0px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 430px) {
  .rdk-content {
    height: 370px;
  }
}

/*Print Styles*/
@media print {
  .main-logo-section,
  .stellarnav,
  .main-top-bar,
  #mn-footer {
    display: none;
  }
  .woocommerce-order {
    width: 80%;
    margin: 230px auto;
  }
  div#page {
    background: white;
  }
}

