/*
Theme Name: Church V2
Theme URI: https://www.loduc.org/newSite
Author: LoDuc Church
Author URI: https://www.loduc.org/newSite
Description: Church WordPress theme is a Responsive HTML5 Omega child theme for WordPress. Church theme inherits all Omega parent theme capabilities, reveal big fat footer widget areas, built-in WordPress Customizer, Custom Logo upload, custom header, custom background, custom colors, custom footer, custom menu, custom CSS live, custom widgets, woocommerce compatiblity for ecommerce site, inner page custom header via featured image. Church theme can be used for any type of website : corporate, blog, personal, non-profit, online shop, and of course: churches.
Version: 1.0.0
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, brown, gray, white, two-columns, one-column, right-sidebar, left-sidebar, full-width-template, theme-options, custom-background, custom-colors, custom-menu, custom-header, featured-images, threaded-comments, sticky-post, featured-image-header, flexible-header, translation-ready, responsive-layout, fluid-layout

Domain Path: /languages

Template: omega

(C) 2026 LoDuc Church.

*/

@import url(//fonts.googleapis.com/css?family=Open+Sans:300,700);
@import url(//fonts.googleapis.com/css?family=Oswald:300,400);

/* Baseline Reset (normalize.css 2.1.2)
	Link: http://necolas.github.com/normalize.css/
--------------------------------------------- */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: "Open Sans", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  overflow-x: hidden;
  width: 100%;
  font-size: 1.25em;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.post-navigation:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
  content: " ";
  display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.post-navigation:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
  clear: both;
  content: " ";
  display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.625;
  background: url(images/bg.png) no-repeat top left #e8e4dc;
}

body.custom-background {
  background-image: none !important;
  background-color: #ffffff !important;
}

#header {
  display: none;
}

.footer-widgets div.wrap {
  background-color: #000000;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.footer-widgets .widget-area {
  float: left;
  padding: 15px;
  width: 25%;
  gap: 0px;
  display: flex;
  flex-direction: column;
}

#footer div.wrap {
  background-color: #000000;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  margin-bottom: 20px;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

::-moz-selection {
  background: #333;
  color: #fff;
}

::selection {
  background: #333;
  color: #fff;
}

a {
  color: #b75343;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:focus {
  color: #000;
  text-decoration: none;
}

p {
  margin: 0 0 24px;
  padding: 0;
}

strong {
  font-weight: 700;
}

ol,
ul {
  list-style: none;
}

ul {
  list-style: disc outside;
  margin: 0 0 25px 48px;
  padding: 0;
}

ol {
  list-style-type: decimal;
  margin: 0px 0px 25px 16px;
}

ol ol {
  list-style: upper-roman;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: upper-alpha;
}

ol ol ol ol ol {
  list-style: lower-alpha;
}

ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
}

dl {
  margin: 0 0 25px 5px;
}

dl dt {
  font-weight: bold;
  margin: 10px 0 0 0;
}

dl dd {
  margin: 5px 0 0 24px;
}

blockquote,
blockquote::before {
}

blockquote {
  margin: 0;
  padding: 24px 40px;
}

blockquote::before {
  content: "\201C";
  display: block;
  font-size: 30px;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px;
}

pre {
  background-color: #f9f9f9;
  overflow: scroll;
  padding: 0 20px;
  white-space: pre;
}

cite {
  font-style: normal;
}

/* Table
--------------------------------------------- */

table {
  border: 1px solid #e5e5e5;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 25px;
}

table caption {
  margin: 0 0 5px;
  font-size: 15px;
  font-variant: small-caps;
}

th,
td {
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.widget th,
.widget td {
  padding: 5px 2px;
}

th {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  font-size: 15px;
  font-weight: normal;
  text-align: left;
}

td {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #333;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
  margin-bottom: 14px;
  padding: 0;
}

h1,
.h1 {
  font-size: 26px;
}

h2,
.h2 {
  font-size: 24px;
}

h3,
.h3 {
  font-size: 22px;
}

h4,
.h4 {
  font-size: 20px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video {
  max-width: 100%;
}

img {
  height: auto;
  width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
  border: 1px solid #ddd;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding: 16px;
  max-width: 100%;
}

select {
  line-height: 40px;
}

input:focus,
textarea:focus {
  border: 1px solid #bbb;
  outline: none;
}

::-moz-placeholder {
  color: #999;
}

::-webkit-input-placeholder {
  color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: black;
  border: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  letter-spacing: 1px;
  padding: 16px 24px;
  text-transform: uppercase;
  width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
  opacity: 0.9;
  filter: alpha(opacity=90); /* For IE8 and earlier */
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
  margin: 0 auto;
  max-width: 1500px;
}

.site-inner {
  clear: both;
}

.site-inner .wrap {
  background: #fff;
  padding-top: 20px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
  float: left;
  width: 67%;
  padding-right: 40px;
}

.page-template-left-sidebar .content,
.layout-2c-r .content {
  float: right;
  padding-left: 40px;
  padding-right: 0;
}

.layout-2c-l .content {
  float: left;
  padding-right: 40px;
}

.page-template-full-width .content,
.layout-1c .content {
  width: 100%;
  padding-right: 0;
}

/* Primary Sidebar */

.sidebar-primary {
  float: right;
  width: 33%;
}

.layout-1c .sidebar-primary {
  display: none;
}

.layout-2c-r .sidebar-primary {
  float: left;
}

/* WordPress
--------------------------------------------- */

.avatar {
  float: left;
}

.alignleft .avatar {
  margin-right: 24px;
}

.alignright .avatar {
  margin-left: 24px;
}

.search-form input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sticky {
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px;
}

img.alignnone {
  margin-bottom: 12px;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
  margin: 0 24px 24px 0;
}

.wp-caption {
  max-width: 100%;
}

img.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 24px;
}

.wp-caption-text {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  text-align: center;
}

.gallery {
  display: block;
  clear: both;
  overflow: hidden;
  margin: 0 auto 20px;
}

.gallery .gallery-row {
  display: block;
  clear: both;
  overflow: hidden;
  margin: 0;
}

.gallery .gallery-item {
  overflow: hidden;
  float: left;
  margin: 0 0 16px;
  text-align: center;
  list-style: none;
  padding: 0;
}

.gallery .gallery-item .gallery-icon {
  position: relative;
}

.gallery .gallery-item .gallery-icon img {
  width: auto;
  max-width: 89%;
  height: auto;
  padding: 5%;
  margin: 0 auto;
}

.gallery-caption {
  margin: 0 10px;
}

.widget_calendar table {
  width: 100%;
}

.widget_calendar th {
  text-align: center;
  font-weight: bold;
}
.widget_calendar td {
  text-align: center;
}

.widget_search input.search-field {
  width: 100%;
}

/* Headings
--------------------------------------------- */

.entry-title {
  font-size: 26px;
  word-wrap: break-word;
}

.entry-title a,
.sidebar .widget-title a {
  color: #333;
}

.entry-title a:hover {
  color: #444;
}

.archive-title {
  font-size: 20px;
  margin-bottom: 24px;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  padding: 40px 0;
}

.site-header > .wrap {
}

.header-right {
  text-align: right;
  margin: 8px 0 0;
}

.header-right h2,
.header-right h3,
.header-right h4 {
  margin: 0 0 2px;
}

.header-right .widget_search input.search-field {
  max-width: 300px;
}

.header-right.sidebar .widget {
  margin-bottom: 10px;
  display: block;
}

.banner {
  line-height: 1;
}

.banner .textwidget {
  background: #fff;
  line-height: 1.625;
  padding: 40px;
}

.banner p {
  line-height: 1.625;
}

.banner img {
  max-width: 100%;
}

/* Title Area
--------------------------------------------- */

.title-area {
  font-weight: 700;
  width: 400px;
  float: left;
}

.header-image .title-area {
  padding: 0;
}

.site-title {
  font-size: 45px;
  margin: 0;
  line-height: 1;
}

.site-title a,
.site-title a:hover {
  color: black;
}

.site-description {
  color: black;
  font-size: 17px;
  margin: 0;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */
.tinynav {
  display: none;
}

.nav-primary {
  margin: 0;
  background: black;
  position: -webkit-sticky; /* Support for Safari */
  position: sticky;
  top: 0;
  z-index: 1000;
}

.nav-primary .wrap {
  background: black !important;
  display: flex;
  align-items: center;
}

.menu-icon {
  width: 65px;
  height: 60px;
  background-image: url(https://www.loduc.org/newSite/wp-content/uploads/2026/03/logo_2026.jpg) !important;
  border-radius: 50%;
  background-size: 100% 100% !important;
  border: 5px #ecf5f2 solid;
}

.omega-nav-menu,
.omega-nav-menu > ul {
  clear: both;
  letter-spacing: 1px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  width: 100%;
}

.omega-nav-menu li:hover,
.omega-nav-menu li:hover ul {
  background-color: #181313;
}

.omega-nav-menu .menu-item,
.omega-nav-menu .page_item {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: left;
}

.omega-nav-menu a {
  border: none;
  color: #fff;
  display: block;
  padding: 28px 24px;
  position: relative;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}

.omega-nav-menu li ul li:hover {
  background: black;
}

.omega-nav-menu .sub-menu,
.omega-nav-menu .children {
  left: -9999px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 200px;
  z-index: 99;
}

.omega-nav-menu .sub-menu a,
.omega-nav-menu .children a {
  border-top: none;
  font-size: 14px;
  letter-spacing: 0;
  padding: 16px 20px;
  position: relative;
  width: 200px;
}

.omega-nav-menu .sub-menu .sub-menu,
.omega-nav-menu .children .children {
  margin: -53px 0 0 199px;
}

.omega-nav-menu .menu-item:hover,
.omega-nav-menu .page_item:hover {
  position: static;
}

.omega-nav-menu .menu-item:hover > .sub-menu,
.omega-nav-menu .page_item:hover > .children {
  left: auto;
  opacity: 1;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry,
.hentry {
  margin-bottom: 40px;
  background: #fff;
}

.entry.sticky,
.hentry.sticky {
  padding: 40px;
  background: #fafafa;
}

.entry-content {
  word-wrap: break-word;
}

.entry-content img.wp-post-image {
  margin-bottom: 15px;
}

.entry-content img.medium,
.entry-content img.thumbnail {
  float: left;
  margin: 7px 24px 24px 0;
}

.entry-content .attachment a,
.entry-content .gallery a {
  border: none;
}

.entry-content .wp-caption p {
  margin-bottom: 0;
}

.entry-meta {
  clear: both;
  color: black;
  font-size: 14px;
}

.entry-header .entry-meta {
  margin-bottom: 24px;
}

.entry-footer .entry-meta {
  margin: 0;
  padding: 0px 0px 8px;
}

.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px;
}

.entry-categories,
.entry-tags {
  display: block;
}

/* Entry Navigation
--------------------------------------------- */

.navigation {
  clear: both;
  font-size: 14px;
  margin: 40px 0;
  overflow: hidden;
}

.entry .navigation a {
  border-bottom: 1px solid #ddd;
}

.navigation li {
  display: inline;
}

.navigation li a {
  background: #333;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 8px 12px;
}

/* Pagination
--------------------------------------------- */

.pagination .page-numbers {
  padding: 8px 12px;
  border: 1px solid #f5f5f5;
}

.pagination .current {
  background-color: #f5f5f5;
}

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

.entry-comments,
#respond {
  background: #fff;
  border-radius: 3px;
}

.entry-comments,
.ping-list,
#respond {
  margin-bottom: 40px;
}

.entry-comments a,
#respond a {
  border-bottom: 1px solid #ddd;
}

.entry-comments .comment-author {
  margin: 10px 0 10px;
}

.entry-comments .comment-content {
  clear: both;
}

#respond input[type="email"],
#respond input[type="text"],
#respond input[type="url"] {
  width: 50%;
}

#respond label {
  display: block;
  margin-right: 12px;
}

ol.comment-list {
  margin: 0;
  padding: 0;
}

.comment-list > li,
.ping-list > li {
  list-style-type: none;
}

li.comment,
li.pingback {
  border: 2px solid #fff;
  border-right: none;
}

li.comment .comment-item,
li.pingback .comment-item {
  background: #f9f9f9;
  margin: 12px 0;
  padding: 30px;
}

li.comment ol {
  margin: 0;
}

li.comment ol.children {
  list-style: none;
}

ol.comment-list .comment-content ol,
ol.comment-list .comment-content ul {
  margin-bottom: 32px;
}

ol.comment-list .comment-content ol ol,
ol.comment-list .comment-content ul ul {
  margin-bottom: 0;
}

.comment .avatar {
  margin: 0 16px 24px 0;
}

.bypostauthor {
}

.form-allowed-tags {
  background: #f5f5f5;
  font-size: 14px;
  padding: 24px;
}

textarea#comment {
  width: 100%;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
  color: #999;
}

.widget-title {
  word-wrap: break-word;
  font-weight: normal;
}

.sidebar p:last-child,
.sidebar ul,
.footer-widgets ul {
  margin: 0;
}

.sidebar li,
.footer-widgets li {
  list-style-type: none;
  margin-bottom: 6px;
  padding: 0;
  word-wrap: break-word;
}

.sidebar ul > li:last-child {
  margin-bottom: 0;
}

.sidebar .widget {
  margin-bottom: 40px;
}

.sidebar .search-form {
  width: 100%;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
}

.footer-widgets a {
  color: #fff;
}

.footer-widgets .wrap {
  background: black;
  padding: 40px 0px 40px 40px;
  color: #fff;
}

.footer-widgets .widget-title {
  color: #fff;
}

.footer-widgets .widget {
  margin-bottom: 24px;
}

.footer-widgets .col-3 .widget-area {
  float: left;
  padding: 0 40px 0 0;
  width: 33.33%;
}

.footer-widgets .col-4 .widget-area {
  float: left;
  padding: 0 40px 0 0;
  width: 25%;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
  color: #eaeaea;
  font-size: 13px;
  text-align: center;
}

.site-footer a {
  color: #fff;
}

.site-footer .wrap {
  padding: 40px 0;
  background: #181313;
}

.site-footer p {
  margin: 0;
}

p.copyright {
  font-size: inherit;
}

/*
Woocommerce 
---------------------------------------------------------------------------------------------------- */
.woocommerce .cart_totals th {
  width: 50% !important;
}

.woocommerce .cart_totals th,
.cart_totals td {
  padding: 6px !important;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1024px) {
  .wrap {
    width: 100%;
    margin: 0 auto;
  }

  #header .wrap {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 768px) {
  /* max-width: 768px || 1023px */
  .wrap,
  .footer-widgets,
  .site-footer {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 5px 0 5px !important;
    /* This kills the 'auto' centering and forces it to touch the edges */
  }

  .footer-widgets .wrap {
    padding-top: 10px !important;
  }

  .title-area,
  .content,
  .sidebar-primary,
  .wrap,
  .footer-widgets .col-3 .widget-area,
  .footer-widgets .col-4 .widget-area {
    width: 100%;
  }

  .layout-2c-r .content {
    padding-left: 0;
  }

  .page-template-full-width .content,
  .page-template-left-sidebar .content,
  .layout-2c-l .content,
  .content {
    padding-right: 0;
    padding-left: 0;
  }

  .header-right {
    text-align: center;
    color: black;
    padding-top: 15px;
    clear: both;
  }

  .header-image .site-header .wrap {
    background-position: center top;
  }

  .archive-description,
  .entry,
  .entry-comments,
  .entry-footer .entry-meta,
  .sidebar .widget,
  #respond {
    padding: 0;
  }

  .site-inner {
    background: none;
  }

  .omega-nav-menu li {
    float: none;
  }

  .omega-nav-menu,
  .site-description,
  .site-header .title-area,
  .site-title {
    text-align: center;
  }

  .omega-nav-menu a,
  .omega-nav-menu > .first > a,
  .omega-nav-menu > .last > a {
    padding: 20px 16px;
  }

  .omega-nav-menu li.right {
    display: none;
  }

  .entry-footer .entry-meta {
    margin: 0;
    padding-top: 12px;
  }

  .tinynav {
    border: none;
    display: block;
    color: #fff;
    background: url(images/button.png) no-repeat center right black !important;
    -webkit-appearance: none;
    width: 100%;
    padding-right: 45px;
  }
  .nav-primary ul.menu {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  #respond input[type="email"],
  #respond input[type="text"],
  #respond input[type="url"] {
    width: 100%;
  }
  /*
	table th {
	    display: table-row;
	}
	table tr td {
		display: table-row;
	}
	
	tr td {
		display: table-cell !important;
	}*/

  .woocommerce .cart .actions input {
    display: block !important;
    width: 100% !important;
    margin: 5px 0 !important;
  }
}

/*
Plugins Style
---------------------------------------------------------------------------------------------------- */

/* Jetpack
--------------------------------------------- */
input#subscribe-field {
  padding: 16px !important;
}

.wrap {
  width: 90%;
}

/* Custom CSS
--------------------------------------------- */
.home-block-1,
.home-block-2,
.home-block-3,
.home-block-4,
.home-block-5 {
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow:
    0 10px 20px rgba(0, 0, 0, 0.19),
    0 6px 6px rgba(0, 0, 0, 0.23);
}

.home-block-1 h2,
.home-block-1 h3,
.home-block-1 h4,
.home-block-1 a,
.home-block-1 p,
.home-block-1 li,
.home-block-1 mark {
  color: #ffffff !important;
}

.home-block-1 {
  background: linear-gradient(to top, rgb(54, 2, 106), #290404) !important;
}

.home-block-2 {
  background-color: #fdf5e6;
  background: linear-gradient(0deg, #d8e7d3 20%, #dcff10 100%) !important;
}

.home-block-3 h2,
.home-block-3 h3,
.home-block-3 a,
.home-block-3 p,
.home-block-3 mark {
  color: #ffffff !important;
}

.home-block-3 {
  color: #ffffff !important;
  background-color: #013e93;
}

.home-block-4 {
  background-color: #fdf5e6;
  background: linear-gradient(0deg, #e3caaa 20%, #b0f69c 100%) !important;
}

.home-block-5 {
  background-color: #fdf5e6;
  background: linear-gradient(0deg, #9ddff3 20%, #fbe99f 100%) !important;
}

.n2-ss-slider-2 {
  border-radius: 15px !important;
  box-shadow:
    0 5px 5px rgba(0, 0, 0, 0.19),
    0 5px 5px rgba(0, 0, 0, 0.23);
}

/* 1. SHARED SCROLLBAR STYLING (Works for all classes) */
.vertical-scrollable-500,
.vertical-scrollable-600,
.vertical-scrollable-700,
.vertical-scrollable-800 {
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
  scrollbar-width: thin;
  scrollbar-color: #888 transparent;
}

/* Webkit (Chrome/Edge) Scrollbar Styling */
.vertical-scrollable-500::-webkit-scrollbar,
.vertical-scrollable-600::-webkit-scrollbar,
.vertical-scrollable-700::-webkit-scrollbar,
.vertical-scrollable-800::-webkit-scrollbar {
  width: 8px;
}

.vertical-scrollable-500::-webkit-scrollbar-track,
.vertical-scrollable-600::-webkit-scrollbar-track,
.vertical-scrollable-700::-webkit-scrollbar-track,
.vertical-scrollable-800::-webkit-scrollbar-track {
  background: transparent;
}

.vertical-scrollable-500::-webkit-scrollbar-thumb,
.vertical-scrollable-600::-webkit-scrollbar-thumb,
.vertical-scrollable-700::-webkit-scrollbar-thumb,
.vertical-scrollable-800::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
}

/* 2. INDIVIDUAL HEIGHT DEFINITIONS */
.vertical-scrollable-500 {
  max-height: 500px;
}
.vertical-scrollable-600 {
  max-height: 600px;
}
.vertical-scrollable-700 {
  max-height: 700px;
}
.vertical-scrollable-800 {
  max-height: 800px;
}
