/* ================================================================ *\
  #Reset
\* ================================================================ */

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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {padding:0;border:0;margin:0;outline:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,main{display:block;}body,html{height: 100%;}body{font-smoothing:antialiased;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;text-size-adjust:none;}img,iframe,video,audio,object{max-width:100%;}img{height:auto;}[hidden]{display:none;}b,strong{font-weight:bold;}address{font-style:normal;}svg:not(:root){overflow:hidden;}a,button,input[type="submit"],input[type="button"],input[type="reset"],input[type="file"],label[for]{cursor:pointer;}a[href^="tel"],button[disabled],input[disabled]textarea[disabled]select[disabled]{cursor:default;}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0;}input[type="text"],input[type="password"],input[type="date"],input[type="datetime"],input[type="datetime-local"],input[type="month"],input[type="week"],input[type="email"],input[type="number"],input[type="search"],input[type="tel"],input[type="time"],input[type="url"],input[type="color"],input[type="submit"],input[type="button"],input[type="reset"],textarea,button,a[href^="tel"]{-webkit-appearance:none;}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{display:none;-webkit-appearance:none;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}input[type="checkbox"],input[type="radio"]{padding:0;}textarea{overflow:auto;resize:none;-webkit-overflow-scrolling:touch;}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;color:inherit;font-smoothing:antialiased;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}button,select{text-transform:none;}table{width:100%;border-collapse:collapse;border-spacing:0;}nav ul,nav ol,.slides,.widgets,.socials ul,[class^="list-"]{list-style:none outside none;}a{text-decoration:none;}a:hover{text-decoration:underline;}a[href^="tel"]{color:inherit;}a[href^="tel"]:hover{text-decoration:none;}.alignleft{float:left;}.alignright{float:right;}.hidden{display:none;}.disabled{opacity:.5;cursor:default;}img,[class^="btn"],[class^="ico-"]{display:inline-block;vertical-align:middle;}

/* ================================================================ *\
  #Base
\* ================================================================ */

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section { display: block; }

html,
body { height: 100%; }

html { overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { min-width: 100%; background: #fff; font-family: 'Source Sans Pro', Arial, sans-serif; font-size: 15px; line-height: 1.4; color: #939598; -webkit-font-smoothing:antialiased; }

a { text-decoration: none; }
a:hover { text-decoration: underline; }

img { border: 0; vertical-align: middle; }
strong { font-weight: bold; }
small { font-size: 80%; }

button,
input,
select,
textarea { font-family: inherit; font-size: inherit; color: inherit; -webkit-font-smoothing:antialiased; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] { cursor: pointer; }

button::-moz-focus-inner,
input::-moz-focus-inner { padding: 0; border: 0; }

button { overflow: visible; }
textarea { overflow: auto; resize: none; }

table { border-collapse: collapse; border-spacing: 0; }
th,
td { padding: 0; }

/* ================================================================ *\
  #Helpers
\* ================================================================ */

.alignleft { float: left; }
.alignright { float: right; }
.hidden { display: none; visibility: hidden; }

.clearfix:before,
.clearfix:after { display: table; content: ' '; }
.clearfix:after { clear: both; }

/*  Form Elements Placeholders  */
::-webkit-input-placeholder { opacity: .5; }
:-moz-placeholder { opacity: .5; }
::-moz-placeholder { opacity: .5; }
:-ms-input-placeholder { opacity: .5; }

/* ------------------------------------------------------------ *\
  Clear
\* ------------------------------------------------------------ */

.shell:after,
.article:after,
.page-actions ul:after,
.page-actions:after,
.form-memorial ul:after { clear: both; display: block; content: ''; font-size: 0; line-height: 0; text-indent: -4000px; }

/* ------------------------------------------------------------ *\
  Style
\* ------------------------------------------------------------ */

.wrapper { position: relative; min-height: 100%; background-position: center; background-repeat: no-repeat; -webkit-background-size: cover; background-size: cover; }
.wrapper-home { background: #fff; }

.shell { margin: 0 auto; max-width: 1000px; padding: 60px 20px; }

h2 { font-size: 40px; font-weight: 700; line-height: 1.2; }
h3 { font-size: 30px; font-weight: 600; }
h4 { font-size: 20px; font-weight: 600; }
h5 { font-size: 15px; font-weight: 600; }
h6 { font-size: 11px; font-weight: 600; }

.wrapper-memorial-bridge {
    min-height: 1050px;
}
.wrapper-memorial-bridge .article-content h3 {
	margin-bottom: 15px;
}
.wrapper-memorial-bridge .article-content p {
	margin-bottom: 0;
}
.wrapper-memorial-bridge .btn { display: inline-block; background: #939598; font-size: 23px; text-transform: uppercase; color: #fff; border-radius: 5px; padding: 2px 15px; letter-spacing: 2px; text-align: center; 
	-webkit-transition: background .2s; 
	     -o-transition: background .2s; 
	        transition: background .2s; 
}
.search-form .search-submit {
	-webkit-transition: background .2s; 
	     -o-transition: background .2s; 
	        transition: background .2s; 
}
.btn-wide { display: block; width: 100%; }
.btn:hover { text-decoration: none; background: #6d6e71; }

/* ------------------------------------------------------------ *\
  Article
\* ------------------------------------------------------------ */

.article { padding-bottom: 30px; }
.slider-pet-photos .slide { width: 400px; }
.slider-pet-photos, .article-image {
	float: left;
	margin-right: 40px;
	width: calc(50% - 40px);
}
.article-content { overflow: hidden; padding: 20px 0; }

.contact .article p { color: #999999; font-size: 18px; line-height: 1.7; }

.page-actions { padding-bottom: 35px; }
.page-actions .btn:first-child { float: left; }
.page-actions .btn:last-child { float: right; }
.page-actions ul { list-style-type: none; position: relative; margin: 0 -15px; }
.page-actions li { width: 50%; float: left; padding: 0 15px; }


.search-form { display: block; width: 100%; position: relative; background: #e6e7e8; border-radius: 6px; overflow: hidden; height: 38px; padding-right: 52px; }
.search-form input { outline: none; border: 0; }
.search-form label { width: 100%; }
.search-form .search-field { color: #939598; font-size: 16px; font-weight: normal; padding: 7px 15px; width: 100%; display: block; background: none; }
.search-form span.screen-reader-text { display: none; }
.search-form .search-submit { display: block; position: absolute; width: 52px; height: 38px; background: url(images/ico_search.png) no-repeat center #939598; border-radius: 5px; font-size: 0; line-height: 0; text-indent: -4004px; top: 0; right: 0; }
.search-form .search-submit:hover { background-color: #6d6e71; }

/* ------------------------------------------------------------ *\
	Profile
\* ------------------------------------------------------------ */

.profile { background: #fff; padding: 30px 50px; }
.profile .article { padding: 0; }
.profile .article-image { padding-top: 10px; }
.profile .article-content { padding: 0; }
.profile-foot { padding-top: 20px; }
.profile h2 { padding-bottom: 5px; }
.profile h5 { padding-bottom: 20px; }

.page-actions { }
.profile-share { font-size: 0; line-height: 0; }

/* ------------------------------------------------------------ *\
	Thumbs
\* ------------------------------------------------------------ */

.thumb { padding: 15px; display: inline-block; }
.list-thumbs { list-style-type: none; position: relative; margin: 0 -15px; font-size: 0; line-height: 0; }
.list-thumbs .thumb { width: 25%; padding: 15px; display: inline-block; margin-bottom: 10px; vertical-align:top; }
.list-thumbs .thumb img { max-width: 216px; max-height: 134px; width: auto; height: auto; }

.thumb a { display: inline-block; color: #939598;
	-webkit-transition: background .2s; 
	     -o-transition: background .2s; 
	        transition: background .2s; 
}
.thumb a .thumb-container { min-height: 134px; vertical-align: middle; text-align: center; min-width: 216px; width: 100%; }
.thumb a:hover { text-decoration: none; background: #c1dff7; }
.thumb em { font-style: normal; }
.thumb span { display: block; padding: 11px 10px; font-size: 15px; line-height: 1.1; }
.thumb strong { display: block; font-size: 17px; }

/* ------------------------------------------------------------ *\
	Form Memorial
\* ------------------------------------------------------------ */

::-webkit-input-placeholder { opacity: 1; color: #939598; }
:-moz-placeholder { opacity: 1; color: #939598; }
::-moz-placeholder { opacity: 1; color: #939598; }
:-ms-input-placeholder { opacity: 1; color: #939598; }

.form-memorial { max-width: 630px; margin: 0 auto; padding: 45px 0 15px; position: relative; }
.form-memorial .gform_title { color: #65441f; font-size: 25px; font-weight: 600; padding-bottom: 25px; text-align: center; }
.form-memorial .gform_description { text-align: right; position: absolute; width: 100%; bottom: 0; left: 0; font-size: 10px; line-height: 1; }

.form-memorial .gfield-large { width: 100%; }
.form-memorial .gfield-medium { width: 50%; }
.form-memorial .gfield-medium.gfield-fileupload { width: 35%; }
.form-memorial .gfield-small { width: 25%; }
.form-memorial .datepicker { width: 100%; }
.form-memorial .gfield-medium.gfield-fileupload .file-counter { font-size: 15px; line-height: 2;  }

.form-memorial input,
.form-memorial textarea,
.form-memorial .gform_button_select_files { display: block; width: 100%; font-size: 17px; color: #65441f; border: solid 1px #dbdbdb; background: #fff; border-radius: 6px; padding: 20px 15px; outline: none; }
.form-memorial textarea { height: 130px; }
.form-memorial label { display: none; }

.form-memorial .gfield_description { text-align: right; font-size: 10px; color: #939598; line-height: 1; display: block; padding: 5px 0; white-space: nowrap; }
.form-memorial .gfield-textarea { padding-bottom: 30px; }
.form-memorial .gfield-fileupload { float: right; }
.form-memorial .ginput_container_fileupload { position: relative; min-height: 40px; cursor: pointer; }
.form-memorial #extensions_message { display: none; }

.form-memorial .gfield_description.gfield_uploaded_filename { color: black; font-size: 16px; font-weight: bold; }

.form-memorial ul { list-style-type: none; font-size: 0; line-height: 0; position: relative; margin: 0 -15px; }
.form-memorial li { display: inline-block; vertical-align: top; padding: 0 15px 10px; }
.form-memorial input.gform_button { display: block; width: 32%; margin: 0 0 0 auto; background: #939598; border-color: #939598;  color: #fff; text-align: center; text-transform: uppercase; }
.form-memorial textarea { line-height: 30px; }
.form-memorial .gform_footer { text-align: right; }

.form-memorial .validation_error { color: #af0000; text-transform: uppercase; padding-bottom: 20px; }
.form-memorial .validation_message { color: #af0000; text-transform: uppercase; }

.single-gwm-memorial .single-item {
    text-align: center;
}

.single-gwm-memorial .slide { opacity: 0; -webkit-transition: opacity 0.3s;
     -o-transition: opacity 0.3s;
        transition: opacity 0.3s; }
.single-gwm-memorial .slick-active { opacity: 1; }
.single-gwm-memorial .single-item .slick-prev { margin-right: 210px; }
.single-gwm-memorial .single-item .slick-next { margin-left: 210px; }
.single-gwm-memorial .single-item .slick-prev,
.single-gwm-memorial .single-item .slick-next { width: 22px; height: 22px; margin-top: 0; }
.single-gwm-memorial .single-item::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.single-gwm-memorial .article-content { padding-left: 20px; }

.single-gwm-memorial .single-item img {
    display: inline-block!important;
    vertical-align: middle;
}

.gform_wrapper .gfield.pet-photos .ginput_preview { font-size: 13px;line-height: 1; margin: 4px 0; }
.gform_wrapper .gfield.pet-photos .ginput_preview img { position: absolute; }
.gform_wrapper .gfield.pet-photos .ginput_preview strong { margin-left: 20px; }

@media only screen and (max-width: 1023px) {
	.slider-pet-photos, .article-image {
		width: 100%;
		float: none;
		margin: 0 0 0px!important;
	}
}

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

	h2 { font-size: 30px; }
	h3 { font-size: 20px; }
	h4 { font-size: 10px; }
	h5 { font-size: 15px; }
	h6 { font-size: 11px; }

	.page-actions li { width: 100%; float: none; display: block; }
	.page-actions li + li { padding-top: 20px; }

	.page-actions .btn:first-child,
	.page-actions .btn:last-child { float: none; display: block; width: 100%; }
	.page-actions .btn:last-child { margin-top: 20px; }
	.profile { padding: 30px; }
	.profile .article-image { padding: 0; }

	.list-thumbs .thumb { width: 50%; }
	.list-thumbs .thumb a { display: block; }
	.list-thumbs .thumb img { max-width: none; max-height: none; width: 100%; height: auto; }

	.form-memorial .gfield-medium,
	.form-memorial .gfield-small { width: 100%; }
	.form-memorial li { min-height: 70px; }
	.form-memorial .gfield-medium.gfield-fileupload { width: 50%; }
}

@media only screen and (max-width: 480px) {
	.profile { padding: 20px; }
	.profile .article-content { padding-top: 20px; }

	.list-thumbs .thumb { width: 100%; }

	.search-form .search-submit { width: 40px; }
	.search-form { padding-right: 40px; }

	.form-memorial input.gform_button,
	.form-memorial .gfield-medium.gfield-fileupload { width: 100%; }
}
