/*   
Theme Name: Loved Twice Theme
Theme URI: https://lovedtwice.org
Description: Wordpress 6.4.1
Author: Oomfdesign
Author URI: https://oomfdesign.com
Version: 1.1.8
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
    border:0;
    font-family:inherit;
    font-size:100%;
    font-style:inherit;
    font-weight:inherit;
    margin:0;
    outline:0;
    padding:0;
    vertical-align:baseline
}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {
    display:block
}
audio,canvas,video {
    display:inline-block;
    max-width:100%
}
html {
    overflow-y:scroll;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
	scroll-behavior: smooth;
}
body,button,input,select,textarea {
    color:#333;
    font-family: 'Inter', sans-serif;
    line-height:1.5;  
}

body {
    background:#FFF;
    -webkit-font-smoothing: subpixel-antialiased;
}
a {
    color: #c1272d;
	font-weight: 600;
    text-decoration:none
}
a:focus {
    outline:thin dotted
}
a:hover,a:active {
    outline:0
}
a:active,a:hover {
    color: #000
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 400;
}
h1 {
    font-size: 36px;
    line-height:1.3846153846;
}
h2 {
    font-size: 28px;
    line-height:1.5;
}
h3 {
    font-size:22px;
    line-height:1.0909090909;
}
h4 {
    font-size:20px;
    line-height:1.2
}
h5 {
    font-size:18px;
    line-height:1.3333333333
}
h6 {
    font-size:16px;
    line-height:1.5
}

abbr[title] {
    border-bottom:1px dotted #2b2b2b;
    cursor:help
}
b,strong {
    font-weight:700
}
cite,dfn,em,i {
    font-style:italic
}
/*mark,ins {
    background:#fff9c0;
    text-decoration:none
}*/
p {
    margin-bottom: 10px;
}

pre {
    border:1px solid rgba(0,0,0,0.1);
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    margin-bottom:24px;
    max-width:100%;
    overflow:auto;
    padding:12px;
    white-space:pre;
    white-space:pre-wrap;
    word-wrap:break-word
}

small {
    font-size:smaller
}
big {
    font-size:125%
}
sup,sub {
    font-size:75%;
    height:0;
    line-height:0;
    position:relative;
    vertical-align:baseline
}
sup {
    bottom:1ex
}
sub {
    top:.5ex
}
dl {
    margin-bottom:24px
}
dt {
    font-weight:700
}
dd {
    margin-bottom:24px
}
ul,ol {
	margin:0 0 24px 8px
}
ul {
    list-style:disc
}
ol {
    list-style:decimal
}
li > ul,li > ol {
    margin:0 0 0 8px
}
img {
    -ms-interpolation-mode:bicubic;
    border:0;
}
figure {
    margin:0
}
fieldset {
    border:1px solid rgba(0,0,0,0.1);
    margin:0 0 24px;
    padding:11px 12px 0
}
legend {
    white-space:normal
}
button,input,select,textarea {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    font-size:100%;
    margin:0;
    max-width:100%;
    vertical-align:baseline
}
button,input {
    line-height:normal
}
/*input,textarea {
    background-image:-webkit-linear-gradient(hsla(0,0%,100%,0),hsla(0,0%,100%,0))
/* Removing the inner shadow, rounded corners on iOS inputs *!/
}*/
button,html input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance:button;
    cursor:pointer
}
button[disabled],input[disabled] {
    cursor:default
}
input[type="checkbox"],input[type="radio"] {
    padding:0;
    margin-right: 10px;
}
input[type="search"] {
    -webkit-appearance:textfield
}
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
}

caption,th,td {
    font-weight:400;
    text-align:left
}
th {
    border-width:0 1px 1px 0;
    font-weight:700
}
td {
    border-width:0 1px 1px 0
}
hr {
    /*background-color: rgba(0, 0, 0, 0.2);
    border: 0;
    height:1px;
    margin-bottom: 20px;*/
	margin-top: -10px;
	margin-bottom: 10px;
	border-bottom: 3px dotted #f7c7e1;
	border-top: 0;
	border-left: 0;
	border-right: 0;
}
/* Input fields */
input,textarea {
/*border:1px solid rgba(0,0,0,0.1);
    border-radius:2px;
    color:#2b2b2b;
    padding:8px 10px 7px*/
}
textarea {
    width:100%
}
input:focus,textarea:focus {
/*border:1px solid rgba(0,0,0,0.3);*/
    outline:0
}
img.noborder.aligncenter, img.noborder.alignleft, img.noborder.alignright   {
    border: none;
}

/* Alignment */

.alignleft {
	float: left;
	zoom: 1;
    height: auto;
    /*width: auto;*/
	margin: 10px 20px 20px 0;
}

.alignright {
	float: right;
	zoom: 1;
    height: auto;
    /*width: auto;*/
	margin: 10px 0 20px 20px;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.alignnone {
	/*height: auto;
    width: auto;*/
}
p.wp-caption-text {
	font-size: 13px;
	line-height: 150%;
	font-style: italic;
	width: 80%;
	left: 50%;
	margin-top: 10px;
	transform: translateX(-50%);
	position: relative;
}
/*#TB_window {box-shadow:none;}*/
#TB_caption {padding-bottom: 20px !important;
}
#TB_closeWindow {
padding: 0px 25px 30px 0 !important;

}
.otter-masonry .wp-element-caption {
	display: none;
}
.wp-block-gallery {
	margin: 30px 0;
}
h2.wp-block-heading {
	text-align: center;
	padding-top: 10px;
	/*border-top: 3px dotted #f7c7e1;*/
	color: #085b9b;
	line-height: 120%;
	margin-bottom: 20px;
}
.gallery h2.wp-block-heading {
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 3px dotted #f7c7e1;
	color: #085b9b;
	line-height: 120%;
	margin-bottom: 20px;
	width: auto;
}
.wp-block-image.size-gallery:hover a.vp-a:before, .wp-block-image.size-large:hover a.vp-a:before {
	/*color: rgba(57, 139, 196, 0.2);*/
}
.wp-block-image.size-gallery a.vp-a:before {
	/*content: "\f144";
	font-family: FontAwesome;
	color: rgba(255, 255, 255, .2);
	font-size: 90px;*/
	content: url(https://lovedtwice.org/uploads/play-button.svg);
	width: 100px;
	height: 100px;
	opacity: .6;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	position: absolute;
}
.wp-block-image.size-large a.vp-a:before {
	content: url(https://lovedtwice.org/uploads/play-button.svg);
	width: 150px;
	height: 150px;
	opacity: .6;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	position: absolute;
}

h3.wp-block-heading {
	margin: 0px 0 25px 0 !important;
	line-height: 130% !important;
	font-size: 28px !important;
}
h3.wp-block-heading br {
	display: block !important;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
	padding: 1px !important;
}
.wp-block-gallery.has-nested-images.columns-5.is-cropped.wp-block-gallery-3.is-layout-flex.wp-block-gallery-is-layout-flex {
	flex-wrap: nowrap;
	margin-bottom: 30px;
}
.wp-block-gallery.has-nested-images.columns-5.is-cropped.wp-block-gallery-3.is-layout-flex.wp-block-gallery-is-layout-flex img {
	width: 100px !important;
	height: auto !important;
	margin: 0 auto !important;
}
.wp-element-caption {
	padding: 10px 0 !important;
	box-sizing: border-box;
	color: #FFF !important;
	font-size: 14px !important;
	left: 2px !important;
	bottom: 2px !important;
	width: 99.6% !important;
	margin-bottom: 0;
	max-height: 60%;
	overflow: auto;
	padding: 0 8px 8px;
	position: absolute;
	text-align: center;
	z-index: 999;
}

.hide {
    display: none;
}
.clear {
    clear:both
}
.desktop {
	display: block;
}
.mobile {
	display: none;
}

#site-container {
	/*Do not ever put position:relative on this or it won't work*/
	background-color:#FFF;
	width: 100%;
    margin:0 auto;
    padding: 0;
	height: 140px;	
	z-index: 9999;	
}
/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  position: sticky;
  top: 0px;
  width: 100%;
  box-shadow: 0px 1px 4px rgba(0,0,0,.3);
}
/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 0px;	
}

#header-main {
    padding:0;
    display:block;
    width: 1180px;
	padding-bottom: 10px;
	
}
#site-header {
    max-width: 100%;
	position: relative;
	z-index: 99;
	margin: 0 auto;
	height: 140px;
}


#site-title a,#site-title a:hover {
    color:#fff;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#site-title {
    width: 180px;
    padding-top: 25px;
	text-align: left;
}
#site-title img {
	width: 180px;
	height: auto;
}
/* Primary Navigation */
.navigation-wrap {
    position: absolute;
    width: 675px;
	left: 260px;
	top: 28px;
}
.tagline {
	position: absolute;
	margin-top: 40px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	width: 100%;
	text-align: center;
	font-weight: 600;
}
.tagline br {
	display: none;
}
.tagline:before {
	font-family: 'FontAwesome';
	content: '\f004';
	color: #cc1f09;
	font-size: 14px;
	margin-right: 8px;
}
.tagline:after {
	font-family: 'FontAwesome';
	content: '\f004';
	color: #cc1f09;
	font-size: 14px;
	margin-left: 8px;
}
.paypal-donate-button {
	background-color: #FFF;
	cursor: pointer
}

#top-banner-wrap {
	background-color: #136fb9;
	width: 100%;
}
#top-banner-wrap.about {
	background-color: #ec89b8;
	width: 1180px;
	margin: 0 auto;
	border-radius: 3px;
}
.top-banner {
	width: 1180px;
	margin: 0 auto;
}
.top-banner .special_message {
	margin: 0 auto;
	width: 100%;
}
.top-banner .special_message a {
	color: #FFF;
	text-decoration: underline;
}
.top-banner .special_message a:hover {
	color: #000;
}
.top-banner .special_message p/*, .top-banner .special_message a p*/ {
	color: #FFF;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 1px;
	padding: 12px 0;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
	position: relative;
	margin-bottom: 0;
}
.top-banner .special_message p span/*, .top-banner .special_message a p span*/ {
	font-size: 13px;
	text-decoration: underline;
	text-transform: uppercase;
}


/*MEGA MENU*/

#mega-menu-wrap-main {
	width: 800px !important;
	float: left !important;
}

/*This CSS is for the Give Money nav menu loink, so it will open the Zeffy form in a modal window.*/
#mega-menu-wrap-main #mega-menu-item-2505 button {
	background: #fff;
	color: #c1272d !important;
	border: none !important;
	font-family: PT Sans;
	font-size: 16px;
	font-weight: normal;
	padding: 0px 10px 0px 10px;
	line-height: 35px;
	text-decoration: none;
	text-transform: none;
	vertical-align: baseline;
	width: 100%;
	text-align: left;
}
#mega-menu-wrap-main #mega-menu-item-2505 button:hover {
	background: #eee;
	font-weight: normal;
	text-decoration: none;
	color: #222 !important;
}
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-flyout ul.mega-sub-menu {
	box-shadow: 0 1px 3px rgba(0,0,0,.3) !important;
}


.auto {
    margin: 0 auto;
    width: 1180px;
}



/*******************************Hero Image*******************************/

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
/*.se-pre-con {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99;
}*/

#hero-wrap {
	position: relative;
	width: 1180px;
	margin: 0 auto;
	height: auto; /*change to auto, if we don't like dotted line*/
	/*border: 3px dotted #f6c1da;*/
	
}

.hero {
	z-index: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	top: 0px;
	left: 0px;
	position: relative;
	width: auto;
	height: 500px;
	background-color: rgb(229, 227, 223);
	border-radius: 8px;
}
.hero-cell {
  width: 100%;
  height: 500px;
  position: absolute;
  display: block;
  
}
.hero-cell-image {
  background-repeat: no-repeat;
  height: 500px;
  width: 750px;
  position: absolute;
  top: 0;
  background-position-x: center;
  border-radius: 8px 0 0 8px;
}
.hero-cell p {
  color: #cc1f09;
  font-size: 20px;
  line-height: 22px;
  text-align: left;
  font-weight: 600;
}
#hero-wrap .flickity-slider {
	position: absolute;
}

/* big buttons, no circle */
.hero .flickity-button.flickity-prev-next-button {
  top: 62%;
  width: 60px;
  height: 60px;
  background: transparent;
  z-index: 9;
}
/* arrow color */
.hero .flickity-button.flickity-prev-next-button .arrow {
  fill: #FFF;
}
.hero .flickity-button.flickity-prev-next-button.no-svg {
  color: white;
}
.hero .flickity-button.flickity-prev-next-button:hover {
  background: transparent;
}
/* hide disabled button */
.hero .flickity-button.flickity-prev-next-button:disabled {
  display: none;
}
.hero-cell-image.is-hidden {
  display: none;
}
.hero-cell-image.flickity-enabled {
  opacity: 1;
}
.flickity-page-dots {
	bottom: -30px !important;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
	/*line-height: 3px !important;*/
}

.text-overlay {
	width: 330px;
	text-align: left;
	position: absolute;
	left: 795px;
	top: 120px;
	z-index: 99;
	background-color: rgb(228, 228, 223);
}
.text-overlay h1 {
	font-size: 24px;
	line-height: 34px;
	color: #333;
	font-weight: 300;
	font-family: 'Inter', sans-serif;
}
.text-overlay h1:before {
	font-family: 'Oswald', sans-serif;
	content: '“';
	color: rgba(18, 110, 184, 0.12);
	font-size: 250px;
	position: absolute;
	z-index: 9;
	top: 45px;
	left: -20px;
}
.text-overlay h1:after {
	font-family: 'Oswald', sans-serif;
	content: '”';
	color: rgba(18, 110, 184, 0.12);
	font-size: 250px;
	position: absolute;
	z-index: 9;
	right: 3px;
	bottom: -30px;
}
.text-overlay p {
	margin-top: 10px;
	font-style: italic;
	color: #333;
	text-align: right;
	font-weight: 300;

}


/*End Home Page Hero*/


/*COUNTER*/
.progress-counter {
	margin-top: 30px;
}
.progress-counter h2 {
	text-align: center;
	padding-top: 10px;
	border-top: 3px dotted #f7c7e1;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.wpsm_col-md-5.wpsm_col-sm-6:nth-child(2), .wpsm_col-md-5.wpsm_col-sm-6:nth-child(4) {
	/*background-color: #fceaf3;*/
	background-color: #fceaf3;
}
.wpsm_counter_b_row {
	background-color: rgba(247, 194, 217, 0.8) !important;
}
.wpsm_col-md-5.wpsm_col-sm-6:nth-child(3) .wpsm_number .counter:before {
	content: "$"; display: inline; 
}
p.wpsm_description {
	line-height: 18px !important;;
}



.about-wrapper h1 {
	/*text-transform: uppercase;*/
}
.about-wrapper {
	position: relative;	
	text-align: center;
	padding: 30px 0;
	width: 100%;
	background-color: #fce9f3;
	float: left;
}
.about-wrapper h1 {
	padding: 20px 0 5px 0;
	border-bottom: 3px dotted #f6c1da;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.about-text {
	float: left;
	width: 760px;
	text-align: left;
}
.entry .content-text {
	float: right;
	width: 780px;
	text-align: left;
}
.entry .content-text-wide {
	margin: 0 auto;
	width: 100%;
	text-align: left;
}
.about-text blockquote.column, .content-text blockquote.column {
	font-size: 16px;
	line-height: 26px;
}
.about-image {
	float: right;
	width: 385px;
}
.entry .content-image {
	float: left;
	width: 365px;
	margin-right: 20px;
}
.about-image img {
	width: 345px;
	height: auto;
	border: 8px solid #FFF;
	border-radius: 6px;
}
.entry .content-image img {
	width: 345px;
	height: auto;
	border-radius: 6px;
}
.about-image .item p, .entry .content-image .item p {
	font-size: 14px;
	font-weight: 400;
	color: #000;
	text-align: center;
	padding-top: 5px;
	width: 365px;
}
.about-image .item p:hover, .entry .content-image .item p:hover {
	color: #000;
}
.entry .content-image .item {
	margin-bottom: 20px;
	padding-top: 5px;
}

#about-banner-wrap {
	/*background-color: #1370b8;*/
	width: 1180px;
	margin: 0 auto;
	border-radius: 3px;
}
.about-banner {
	width: 1180px;
	margin: 0 auto;
}
.about-banner .special_message {
	margin: 0 auto;
	width: 100%;
}
.about-banner .special_message p/*, .top-banner .special_message a p*/ {
	color: #FFF;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 1px;
	padding: 15px 0;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
	position: relative;
	margin-bottom: 0;
}
.column  {
	-moz-column-count: 2;
	-moz-column-gap: 30px;
	-webkit-column-count: 2;
	-webkit-column-gap: 30px;
	-o-column-count: 2;
	-o-column-gap: 30px;
	-ms-column-count: 2;
	-ms-column-gap: 30px;
	column-count: 2;
	column-gap: 30px;
}
.locations.column  {
	-moz-column-count: 4;
	-moz-column-gap: 30px;
	-webkit-column-count: 4;
	-webkit-column-gap: 30px;
	-o-column-count: 4;
	-o-column-gap: 30px;
	-ms-column-count: 4;
	-ms-column-gap: 30px;
	column-count: 4;
	column-gap: 30px;
}
.column-group {
	-webkit-column-break-inside:avoid;
	-moz-column-break-inside:avoid;
	-o-column-break-inside:avoid;
	-ms-column-break-inside:avoid;
	column-break-inside:avoid;
}
.locations.column p {
	font-size: 14px;
	line-height: 130%;
}
blockquote.col1, .col1 {
	float: left;
	width: 45%;
	margin-right: 5%;
	vertical-align: top;
}
blockquote.col2, .col2 {
	float: left;
	width: 45%;
	margin-left: 5%;
	vertical-align: top;
}
blockquote.col1, .col1 {
	float: left;
	width: 45%;
	margin-right: 5%;
	vertical-align: top;
}
blockquote.col2, .col2 {
	float: left;
	width: 45%;
	margin-left: 5%;
	vertical-align: top;
}
.post-2888 .col2 {
	float: left;
	width: 25%;
	margin: 0;
	vertical-align: top;
}
.post-2888 .col2 p:first-child {
	display: none;
}
.post-2888 .col1 {
	float: left;
	width: 30%;
	margin-right: 2%;
	vertical-align: top;
	background-color: rgb(243, 247, 251);
	padding: 3%;
	border-radius: 6px;
	border: 1px solid rgba(19, 112, 183, 0.15)
}
.post-2888 .col3 {
	float: right;
	width: 41%;
	vertical-align: top;
	background-color: rgb(243, 247, 251);
	padding: 3%;
	border-radius: 6px;
	border: 1px solid rgba(19, 112, 183, 0.15)
}
.post-2888 .col3 ul li {
	color: #000;
	font-size: 18px;
	line-height: 150%;
	list-style: none;
}
.post-2888 .col3 li:before {
	font-family: 'FontAwesome';
	content: '\f004';
	color: #f7c2da;
	font-size: 14px;
	margin-right: 8px;
}


.mbutton-wrapper {
	padding: 2px;
	width: auto;
	height: auto;
	border-radius: 4px;
	float: left;
	margin: 10px 0;
	/*background-color: #fceaf4;*/
}
.mbutton {
    padding: 4px 12px;
    border-radius: 3px;
    display: inline-block;
    zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
    *display: inline;
    vertical-align: baseline;
    font-weight: 400;
    color:#fff;
    border: 2px dotted #FFF;
    font-size: 18px;
    text-align: center;
    width: auto;
	text-transform: uppercase;
}
/*.mbutton.red, .mbutton-wrapper.red {
    background-color: #c1272d;
	color: #FFF;
}*/
/*.mbutton.red span {
	width: 20px;
}*/
/*.mbutton.red:hover, .mbutton-wrapper.red:hover {
    background-color: #1370b8;
	color: #FFF;
}*/
.mbutton-wrapper.header {
	right: 0px;
	top: 15px;
	position: absolute;
	width: 152px;
	height: 52px;
	cursor: pointer;
}
.mbutton-wrapper.footer {
	cursor: pointer;
}
.mbutton.blue, .mbutton-wrapper.blue {
    background-color: #136fb5;
	color: #FFF;
	transform: translateX(-50%);
	left: 50%;
	position: relative;
}
.mbutton.blue:hover, .mbutton-wrapper.blue:hover {
    background-color: #0e568e;
	color: #FFF;
}
/*.mbutton-wrapper.red.nav {
	position: absolute;
	top: 16px;
	right: 8px;
	font-weight: 400;
}*/
.mbutton-wrapper.red.nav .mbutton.large a {
	font-size: 20px;
	padding: 6px 10px;
	font-weight: 400;
}
.mbutton-wrapper.red.center {
	transform: translateX(-50%);
	left: 50%;
	position: relative;
}


.smallbutton-wrapper {
	padding: 2px;
	width: auto;
	height: auto;
	border-radius: 4px;
	float: left;
	margin: 10px 0;
	background-color: rgba(255, 255, 255, 0.3);
}
a.smallbutton {
    padding: 1px 10px;
    border-radius: 3px;
    display: inline-block;
    zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
    *display: inline;
    vertical-align: baseline;
    font-weight: 400;
    color:#000;
    border: 2px dotted #000;
    font-size: 14px;
    text-align: center;
    width: auto;
	font-weight:700;
}
.smallbutton-wrapper:hover {
	background-color: rgba(255, 255, 255, 1.0);
}

.popup_content {
	margin: 10px;
	padding: 10px 20px;
	max-width: 90%;
	border: 2px solid #136fb6;
	background: white;
	border-radius: 4px;
}
#popup1 {
	background: #FFFFFF url('images/logo-form.svg') no-repeat center 30px;
	background-size: 50%;
}
.mc_form_inside {
	width: 500px;
	height: auto;
	padding: 20px;
	margin-top: 90px;
}
.mc_input {
	width: 100%;
	height: 35px;
	margin-bottom: 10px;
	background-color: #f1f1f1;
	border: none;
	padding: 2px 5px;
}
.mc_form_inside li {
	list-style: none;
	margin-left: -8px;
}
#mc_signup_submit {
	background-color: #136fb5;
	color: #FFF;
	transform: translateX(-50%);
	left: 50%;
	position: relative;
	margin: 10px 0;
	border: none;
	padding:8px 25px
}

/*BEGIN ACCORDIONS*/


.active {
	display: block;
}
p.expand {
	cursor: pointer;
	margin: 0px 0 10px -15px;
	font-weight: 600;
	line-height: 22px;
	display: flex;
	padding-left: 0px;
	border: 1px solid #CCC;
	padding: 15px 40px 15px 20px;
	background-color: #fcebf4;
	border-radius: 4px;
	position: relative;
}

p.expand.currentOn {
	font-weight: 700;
}

p.expand:after {
	content: "\f078";
	font-family: FontAwesome;
	font-size: 16px;
	color: #ee8bba;
	position: absolute;
	right: 20px;
}

p.expand.over.currentOn:after {
	content: "\f077";
	font-family: FontAwesome;
	font-size: 16px;
	color: #ee8bba;
}
.collapse ul li {
	margin-left: -8px;
	list-style: none;
}
.collapse ul li:before {
	font-family: 'FontAwesome';
	content: '\f004';
	color: #ee8bba;
	font-size: 14px;
	margin-right: 8px;
}
.collapse ol li {
	margin-left: 17px;	
}
div.collapse {
	margin-left: 0px;
	padding-top: 5px;
}
#collapse-content {
	padding: 20px 0;
}
#collapse-content p:first-child, #collapse-content br:first-child {
	display: none;
}
.entry .collapse-container {
	margin:  10px 0 10px 15px;
	position: relative;
}



/*END RESPONSIVE TABS/ACCORDIONS*/


.site-footer {
    max-width:100% !important;
    
}
#footer-wrap {
    width: 100%;
    padding: 20px 0;
    background-color: rgba(18, 110, 182, 0.8);
}
.footer {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	align-items: flex-start;
}

.footer h2 {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.footer .footer-col1 {
	width: 200px;
	margin-left: 0;
	margin-top: 10px;
	border-right: 2px dotted #d1e5f3;
}
.footer .footer-col2 {
	width: 270px;
}
.footer .footer-col4 {
	width: 530px;
	margin-top: 13px;
	margin-right: 10px;
}
.footer .footer-col3 {
	width: 190px;
	margin-left: 50px;
}
.footer .footer-col4 ul li {
	color: #FFF;
	font-size: 14px;
	line-height: 150%;
}
.footer .footer-col4 li:before {
	font-family: 'FontAwesome';
	content: '\f004';
	color: #f7c2da;
	font-size: 14px;
	margin-right: 8px;
}

button.popup1_open {
	float: right;
}
.footer-col1 img {
	width: 150px;
	margin-right: 30px;
	margin-bottom: 30px;
}
.footer-col2 .mbutton-wrapper.blue {
	margin: 10px 0 0 -35px;
}
.mcbMailChimp {
	text-align: center !important;
}
.mcbMailChimp:after {
	content: url('images/logo_sm.png');
	
}
.mcbMailChimp .submitBtn button {
	background-color: #1370b8 !important;
}
.mcbMailChimp .form input {
	color: #333 !important;
	background: #FFF !important;
	border: 1px solid #ccc !important;
}
.mcbMailChimp .form input::placeholder{
	background: #FFF !important;

}


#footer-wrap p {
    margin:0;
    text-align:left;
    line-height: 22px;
    font-weight: 300;
    font-size: 14px;
}
#footer-wrap p b {
    font-weight: 700;
    font-size: 15px;
}
#footer-wrap li {
    list-style:none;
    width:100%;
    float:left;
}



.social-icons {
	right: 0;
	width: 150px;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
	margin-top: 10px;
	margin-left: 18px;
}
.social-icons h3 {
	color: #FFF;
	text-transform: uppercase;
	font-size: 18px !important;
	letter-spacing: 1px;
}
.social-icons .facebook, .social-icons .x-twitter, .social-icons .instagram {
	top: -5px;
}
.social-icons .facebook a {
	color: #d2e5f3;
	font-size: 25px;	
}
.social-icons .x-twitter a {
	color: #d2e5f3;
	font-size: 25px;	
}
.social-icons .instagram a {
	color: #d2e5f3;
	font-size: 25px;	
}
.social-icons .facebook a:hover {
	color: #FFF;
}
.social-icons .x-twitter a:hover {
	color: #FFF;
}
.social-icons .instagram a:hover {
	color: #FFF;
}

.collapse-social {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
}

.collapse .facebook-help a i, .collapse .x-twitter-help a i, .collapse .instagram-help a i  {
	font-size: 48px;	
	color: #136fb4;
}




.bottom-wrap {
    width:100%;
    display:inline-block;
    padding:0;
    background-color: #136fb8;
    font-size: 12px;
}
.site-info {
    float:left;
    text-align:left;
    padding: 20px 5px;
    color: #eee;
}
.privacy a {
    float:right;
    padding: 20px 5px;
    color: #999;
}


.default-hero-image {
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-position-x: 50%;
	border-radius: 6px;
	background-color: #e4e2de;
}

.default-hero-gallery {
	width: 100%;
	height: 300px;
	border-radius: 6px;
	/*background-color: #e4e2de;*/
	display: flex;
	background-position-x: 50%;
}
.default-hero-gallery .item {
	width: 33.3%;  
	/*height: 300px;	*/
	
}
.default-hero-gallery .item:first-child {
	clip-path: inset(0px 3px 0px 0px);
}
.default-hero-gallery .item:nth-child(2) {
	border-left: 3px solid #FFF;
	border-right: 3px solid #FFF;
	clip-path: inset(0px 3px 0px 3px);
}
.default-hero-gallery .item:last-child {
	clip-path: inset(0px 0px 0px 3px);
}
.default-hero-gallery .item:first-child img {
	border-radius: 6px 0 0 6px;
}
.default-hero-gallery .item:last-child img {
	border-radius: 0 6px 6px 0;
	float: right;
}
.default-hero-gallery .item img {
	width: auto;
	height: 300px;
	
}
.entry {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.entry h1 {
	text-align: center;
	margin: 20px 0;
	color: #085b9b;
	display: block;
	line-height: 115%;
}
.gallery h1 {
	padding-bottom: 10px;
	border-bottom: 3px dotted #f7c7e1;
	text-align: center;
	margin: 20px 0 0 0;
	color: #085b9b;
	display: block;
	line-height: 115%;
}
.gallery h3 {
	color: #085b9b;
	padding: 10px 0 5px 0;
	/*border-bottom: 3px dotted #f6c1da;*/
	width: auto;
	display: grid;
	font-size: 28px;
	text-align: center;
	margin: 0 auto;
}
.only {
	color: #c1272d;
}
.entry h2, .entry h3 {
	text-align: center;
	margin: 10px 0;
	color: #085b9b;
	padding: 20px 0 5px 0;
	border-bottom: 3px dotted #f6c1da;
	width: auto;
	display: inline-block;
}

.drop-off {
	background-color: rgba(228, 226, 222, 0.5);	
	width: 100%;
	/*float: left;*/
}
.drop-off h2 {
	border: 0;
	margin-top: 0px;
	padding-top: 20px;
	line-height: 120%;
	color: #085b9b;
}
.drop-off h2 br {
	display: none;
}
.drop-off .locations {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	gap: 20px;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.drop-off .locations .item {
	margin-top: 0;
	padding-top: 0;
	width: 250px;
}
.drop-off .locations p {
	font-size: 14px;
	line-height: 140%;
}
.drop-off .locations .dotted-line {
	border-top: 3px dotted #f6c1da;
	margin-top: 20px;
	margin-bottom: 20px;
}
.front-porch-info-box {
	background-color: rgba(252, 233, 243, 0.5);
	padding: 20px;
	text-align: center;
	border: 1px solid #CCC;
	border-radius: 4px;
	margin-top: 20px;
}
.content-text-wide ol li {
	margin-left: 13px;
}

.wp-block-themeisle-blocks-accordion-item__title {
	border-radius: 6px !important;
	border: none !important;
	background-color: rgba(246, 193, 218, 0.4) !important;
	margin: 5px 0 !important;
	font-weight: bold !important;
}
.wp-block-themeisle-blocks-accordion:not(.is-style-default) .wp-block-themeisle-blocks-accordion-item__content {
border: none !important;
}
h3.wp-block-heading {
	margin: 0px 0 25px 0 !important;
	line-height: 130% !important;
	font-size: 28px !important;
}
h3.wp-block-heading br {
	display: none;
}

.added-p {	
	background-color: #cc0000 !important;
	width: 100px !important;
	height: 100px !important;
}







@media only screen and (max-width : 979px) {
.auto {
    width: 100%;
}
.desktop {
	display: none;
}
.mobile {
	display: block;
}
#mega-menu-wrap-main {
	width: 100% !important;
}
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-item > a.mega-menu-link {
	font-size: 16px !important;
}
#mega-menu-wrap-main .mega-menu-toggle + #mega-menu-main {
	margin-top: 20px;
	z-index: 999 !important;
	width: 100% !important;
}

#mega-menu-wrap-main .mega-menu-toggle {
	margin-top: 10px !important;
	margin-right: 0 !important;
	margin-left: 10px !important;
	padding-right: 0 !important;
	/*width: 50px !important;*/
}
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a.mega-menu-link {
	line-height: 130% !important;
	padding: 10px;
}
.header-bar-top-hm, .header-bar-top {
}
#site-container {
	height: 180px;		
}
/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  position: sticky;
  top: 0px;
  width: 100%;
}
/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 0px;	
}
#site-header  {
	width: 100%;
	position: relative;
	padding: 0;
	height: auto;
}
#header-main {
	width: 100%;
	max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
	height: auto;
}
#site-title {
	margin-bottom: 18px;
	width: 50%;
	padding-top: 22px;
}

#site-title img {
    width: 35%;
	left: 30%;
	transform: translateX(-30%);
	position: absolute;
}
.site-info {
    float: none;
    text-align: center;
    padding: 20px 0;
}
.top-banner {
	width: 100%;
}
.navigation-wrap {
	width: 100%;
	left: auto;
	top: auto;
}
.mbutton-wrapper.header {
	top: 10px;
	right: -15px;
}
.mbutton-wrapper.header form input[type="image"] {
	width: 85% !important;
}
.mbutton-wrapper.red.nav .mbutton.large a {
	font-size: 16px;
	padding:  4px 4px;
}
.mbutton-wrapper.red.nav {
	top: 15px;	
}
.tagline {
	margin: 0 auto;
	margin-top: 100px;
	left: 50%;
	transform: translateX(-50%);
}
.tagline br {
	display: none;
}
.default-hero-image {
	border-radius: 0px;
}
.default-hero-gallery {
	width: 33%;
	height: 300px;
	border-radius: 0px;
	display: flex;
	background-position-x: 50%;
}
.default-hero-gallery .item {
	border-radius: 0px;
	width: 100%;
	height: 100%;
}

.mbutton-wrapper.header {
	right: 15px;
}
.mbutton-wrapper.footer {
	position: relative;
	transform: translateX(-50%);
	left: 50%;
}
#hero-wrap {
	height: 300px;
	width: 100%;
	margin-bottom: 100px
}
.hero {
	height: 375px;
}
.hero-cell {
  height: 375px;
  width: 100%;
}
.hero-cell-image {
  height: 375px;
  width: 100%;
  border-radius: 0;
}
.text-overlay {
	width: 80%;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 240px;
	transform: translate(-50%, -85%);
	z-index: 2;
	background-color: transparent;
}
.text-overlay h1 {
	color: #FFF;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, .5);
	font-size: 20px;
	line-height: 26px;
}
.text-overlay p {
	color: #FFF;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, .5);
}
.text-overlay h1:before, .text-overlay h1:after {
	color: rgba(255, 255, 255, 0.4);
	text-shadow: none;
}
.popup_content {
	max-width: 100%;
}
.footer {
	flex-direction: column;
}
.footer .footer-col1 {
	width: 100%;
	margin-left: 0;
	margin-top: 10px;
	border-right: none;
	border-bottom: 3px dotted rgba(255, 255, 255, 0.4);
}
.footer-col1 img {
	margin-right: 0px;
	margin-bottom: 20px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	
}
.footer .footer-col2 {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: 45%;
	margin: 10px 0;	
}
.social-icons {
	width: auto;
	margin-left: 0;
}

.mc_form_inside {
	width: 100%;
}



.footer-col2 .mbutton-wrapper.blue {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin: 10px 0;
}

.footer .footer-col3 {
	width: 100%;
	margin-left: 0px;	
	border-top: 3px dotted rgba(255, 255, 255, 0.4);
}
.footer .footer-col4 {
	width: 100%;
	margin-top: 6px;
	margin-right: 0px;
	display: none;
}


.entry, .gallery {
	width: 90%;
	margin: 0 5% 20px 5%;
}
.drop-off h2 {
	margin-top: 20px;
}
.drop-off h2 br {
	display: inline-block;
}
.column, .locations.column  {
	-moz-column-count: 1;
	-moz-column-gap: 0px;
	-webkit-column-count: 1;
	-webkit-column-gap: 0px;
	-o-column-count: 1;
	-o-column-gap: 0px;
	-ms-column-count: 1;
	-ms-column-gap: 0px;
	column-count: 1;
	column-gap: 0px;
}
blockquote.col1, .col1 {
	margin-top: 30px; 
}
.post-2888 .col1, .post-2888 .col2, .post-2888 .col3 {
	float: none;
	width: 100%;
	margin-right: 0;
}
.post-2888 .col2 form {
	margin: 0 auto;
	width: 90%;
}
.col1, .col2 {
	width: 100%;
	margin: 0;
	float: none;
}
.post-30 .col1 br, .post-30 .col2 br {
	display: none;
}
.drop-off h2 br {
	display: block;
}
.drop-off .locations {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	gap: 10px;
}
.drop-off .locations .item {
	width: 80%;
	margin: 0 auto;
}

.entry .content-image {
	float: none;
	width: 100%;
}
.entry .content-image img {
	width: 80%;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.entry .content-text {
	float: none;
	width: 100%;
}
.about-wrapper h1 {
	padding: 20px 0 5px 0;
	width: 80%;
	margin: 0 10%;
	line-height: 115%;
}
.about-text {
	float: none;
	width: 90%;
	margin: 0 5%;
}
.about-image {
	float: none;
	width: 100%;
}
.progress-counter h2 {
	width: 90%;
	margin:0 5%;
}
.wpsm_counterbox {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}
.wpsm_counterbox .wpsm_count-title {
	min-height: 1px !important;
}
.wpsm_counterbox .wpsm_count-title {
margin-top: 0px !important;
}
.wp-block-gallery.has-nested-images.columns-5.is-cropped.wp-block-gallery-3.is-layout-flex.wp-block-gallery-is-layout-flex {
flex-wrap: wrap;
}
h3.wp-block-heading {
	margin: 0px 0 25px 0 !important;
	line-height: 130% !important;
	font-size: 22px !important;
}
h3.wp-block-heading br {
	display: none !important;
}
}

@media only screen and (max-width :500px) {

.tagline {
	margin-top: 75px;
}
.tagline br {
	display: inline-block;
}
.default-hero-image {
	border-radius: 0px;
}
.default-hero-gallery {
	width: 100%;
	height: 300px;
	border-radius: 0px;
	display: block;
	background-position-x: 50%;
}
.default-hero-gallery .item:first-child img {
	width: 100%;
	height: auto;
	border-radius: 0px;
}
.default-hero-gallery .item:first-child {
	clip-path: inset(0px 0px 0px 0px);
}
.default-hero-gallery .item {
	border-radius: 0px;
	width: 100%;
	height: 100%;
}
.default-hero-gallery .item:nth-child(2) img {
	display: none;
}
.default-hero-gallery .item:last-child img {
	display: none;
}
}