 body {margin: 0;padding: 0;font-size: 14px;font-weight: 400;    font-family: 'Poppins', sans-serif;background: #F9F9F9;}
h1,
h2,
h3,
h4,
h5,
h6 {margin: 0;}
ul {list-style: none;padding: 0;margin: 0;}
p {margin: 0;}
button:hover {text-decoration: none;transition: .5s;}
a:hover {text-decoration: none;transition: .5s;}
button {transition: .8s;}
.form-control:focus {box-shadow: none;}
.container {max-width: 1170px;width: 100%;}
button:focus {outline: none;}
button {cursor: pointer;}
.container{max-width: 1240px}


input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
 
-webkit-box-shadow: 0 0 0px 1000px #fff inset;
 transition: background-color 5000s ease-in-out 0s;
}
a:focus, a:focus-within, a:visible{overflow-anchor: auto;}
@-moz-document url-prefix() {
  a:focus, a:focus-visited, a:active {
    outline: none;overflow-anchor: auto;
  }
   *:focus, *:focus-visited, *:active {
    outline: none;overflow-anchor: auto;
  }
  
}

@font-face {
  font-family: 'Eurostile Extended';
  src: url('/content/themes/genesis-sample/fonts/EurostileExtended-Roman.eot');
  src: url('/content/themes/genesis-sample/fonts/EurostileExtended-Roman.eot?#iefix') format('embedded-opentype'),
      url('/content/themes/genesis-sample/fonts/EurostileExtended-Roman.woff2') format('woff2'),
      url('/content/themes/genesis-sample/fonts/EurostileExtended-Roman.woff') format('woff'),
      url('/content/themes/genesis-sample/fonts//EurostileExtended-Roman.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'Eurostile Extended';
    src: url('/content/themes/genesis-sample/fonts/EurostileExtended-Black.eot');
    src: url('/content/themes/genesis-sample/fonts/EurostileExtended-Black.eot?#iefix') format('embedded-opentype'),
        url('/content/themes/genesis-sample/fonts/EurostileExtended-Black.woff2') format('woff2'),
        url('/content/themes/genesis-sample/fonts/EurostileExtended-Black.woff') format('woff'),
        url('/content/themes/genesis-sample/fonts/EurostileExtended-Black.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Effra Trial';
    src: url('/content/themes/genesis-sample/fonts/EffraTrial-Thin.eot');
    src: url('/content/themes/genesis-sample/fonts/EffraTrial-Thin.eot?#iefix') format('embedded-opentype'),
        url('/content/themes/genesis-sample/fonts/EffraTrial-Thin.woff2') format('woff2'),
        url('/content/themes/genesis-sample/fonts/EffraTrial-Thin.woff') format('woff'),
        url('/content/themes/genesis-sample/fonts/EffraTrial-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Effra Trial';
    src: url('/content/themes/genesis-sample/fonts/EffraTrial-Light.eot');
    src: url('/content/themes/genesis-sample/fonts/EffraTrial-Light.eot?#iefix') format('embedded-opentype'),
        url('/content/themes/genesis-sample/fonts/EffraTrial-Light.woff2') format('woff2'),
        url('/content/themes/genesis-sample/fonts/EffraTrial-Light.woff') format('woff'),
        url('/content/themes/genesis-sample/fonts/EffraTrial-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BankGothic';
    src: url('/content/themes/genesis-sample/fonts/BankGothic.eot');
    src: url('/content/themes/genesis-sample/fonts/BankGothic.eot?#iefix') format('embedded-opentype'),
        url('/content/themes/genesis-sample/fonts/BankGothic.woff2') format('woff2'),
        url('/content/themes/genesis-sample/fonts/BankGothic.woff') format('woff'),
        url('/content/themes/genesis-sample/fonts/BankGothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.hscroll-line {
    opacity: 1;
    transition: opacity 1s ease;
}
.hscroll-line {
    /* bottom: 0; */
    right: 50%;
    display: inline-block;
    height: 2px;
    position: absolute;
    overflow: hidden;
    width: 80px;
    transform: rotate(90deg);
    tranform-origin: 50% 50%;
    top: 100vh;
    transition: 2s;
	margin-top:-42px;
	margin-right: -40px;
}
.hscroll-line:before {
    background: #ffffff3b;
}

.hscroll-line::before, .hscroll-line::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
}
.hscroll-line::after {
    background: #fff;
    animation: move 2s infinite;
}
@keyframes move {0% {transform: translate3d(-200%, 0, 0)}
60% {transform: translate3d(100%, 0, 0)}100% {transform: translate3d(100%, 0, 0)}}

/*.banner-part.banner-part-home {
    height: 100vh !important;
}*/
.hscroll-line.hide-scroll {
    opacity: 0 !important;
}

/*====== Login page css start ==========*/

.main-bg img {
  width: 100%;
  height:100vh;
  object-fit: cover; 
} 
 
.home-section {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 22%;
}

.banner-part.banner-part-home{
	position: relative;
}

.header-img {
  position: absolute;
bottom: 0;
  right: 0;
  display:none;
}

/* .home-inner {
 
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
} */

.logo img{
	    animation-duration: 3s !important;
    animation-name: zoomIn !important;
}

.logo {
  text-align: center;
  margin: 0 0 250px;
}
.logo img {
  max-width: 400px;
}
.home-link a{
  background: none;
  border: 0;
  padding: 0;
  font-size: 45px;
  color: #fff;
  text-decoration: none;
  font-family: 'BankGothic';
}
.home-link a:hover{
	font-size: 48px;
}
.home-link a.right{
  float: right;
}

 

/*====== Login page css close ==========*/


/*====== Home page css start ==========*/

.menu-custom-menu-container {
  margin: auto;
}

.navbar-nav li{display:inline-block;position: relative;}

.banner-part{background-repeat: no-repeat;height: 770px;}
.banner-part .logo{margin: 0;padding: 10px 0 0;} 
.banner-part .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link{color: #fff;}
.navbar-light .navbar-nav .nav-link{color: #fff;font-size: 17px;padding: 0 13px;font-weight: 300;text-decoration: none;}
.navbar-nav {width: 100%;text-align: center;display: block ruby;}
.navbar.navbar-expand-lg.navbar-light {padding:10px 0 10px; z-index: 9; float: left;
width: 100%;}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{color: #fff;}
.banner-text{text-align: center;padding: 90px 0;}
.banner-text h2, .about h1.become-heading{font-family: 'Eurostile Extended';font-size: 65px;color: #fff;margin: 0;}
.banner-text h3{font-family: 'Eurostile Extended';font-size: 28px;color: #fff;margin: 60px 0 0;}

.offerings{background: #0f2f52;padding: 100px 0;margin-top: 0px;}
.offerings .container{max-width: 1500px;}
.offerings-left {padding: 150px 0;}
.offerings-left h3{font-family: 'Eurostile Extended';font-size: 65px;color: #fff;margin: 0;}
.offerings-left li{font-size: 18px;color: #fff;font-weight: 300;margin-bottom: 20px;}
.offerings-left li:last-child{margin-bottom: 0;}
.offerings-left ul {padding: 80px 0;}
.offerings-left button{font-size: 18px;color: #fff;background: none;border: 1px solid #fff;padding: 25px 55px;font-family: 'Eurostile Extended';font-weight: bold;}
.offerings-left button:hover{background: #fff;color: #0f2f52;}
.offering-img {width: 100%;overflow: hidden;height: 800px;}
.offering-img img{width: 100%;height: 100%;object-fit: cover;}

.banner-part .logo img{max-width: 400px;}
.we-appreciate a{font-size: 18px;color: #182a4c;background: none;border: 1px solid #182a4c;padding: 25px 45px;
font-family: 'Eurostile Extended';font-weight: bold;display:inline-block;font-style: normal;margin: 20px 0 0;}
.we-appreciate a:hover{background: #182a4c;color: #fff;}
.we-appreciate{text-align: center; /*padding: 50px 0 60px;*/ padding: 50px 0 30px; padding-top:0px !important;}

/*.we-appreciate h2{margin: 0;font-size: 50px;color: #182a4c;text-decoration: underline;
font-family: 'Eurostile Extended';font-weight: bold;font-style: normal;}*/

.we-appreciate h2{  font-size: 30px;
  text-align: center;
  color: #182a4c;
  text-transform: capitalize;
  font-family: 'Eurostile Extended';
  font-weight: 700;
  font-style: normal;
  margin: 0;}


.we-appreciate h3{margin: 35px 0;font-size: 20px;color: #000000;font-family: 'Poppins', sans-serif;font-weight: 600;}
.we-appreciate p {font-size: 17px;font-weight: 300;margin: 0;line-height: 28px;}
.we-appreciate button{font-size: 18px;color: #182a4c;background: none;border: 1px solid #182a4c;padding: 25px 45px;
font-family: 'Eurostile Extended';
    font-weight: bold;
    font-style: normal;

margin: 50px 0 0;}
.we-appreciate button:hover{background: #182a4c;color: #fff;}

.tools{padding: 50px 0 0;background:#182a4c;position: relative;}
.tool-bottom-bg {
  z-index: 9;
  position: relative;
  margin-top: 0;
}


/*.tools::after {
background-image: url('http://18.216.107.243/content/themes/genesis-sample/images/tool-vector.png');
  position: absolute;
  bottom: 0;
  content: "";
  left: auto;
  width: 100%;
  height: 235px;
}*/

.tool-bottom-bg img {
    width: 100%;
    filter: contrast(95%);
}

.tools h2{
	
	  font-size: 30px;
  text-align: center;
  color: #fff;
  text-transform: capitalize;
  font-family: 'Eurostile Extended';
  font-weight: 700;
  font-style: normal;
  margin: 0;

}

/*.tools h2{text-align: center;font-size: 60px;color: #fff;text-transform: capitalize;
font-family: 'Eurostile Extended';
    font-weight: bold;
    font-style: normal;
margin: 0;}*/








.tools .accordion-button::after {background-image: url("../images/plus.svg");
content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  right: 0;
}
.tools .accordion-button:not(.collapsed)::after {background-image: url("../images/minus.svg");
content: "";
  position: absolute;
  width: 15px;
  height: 3px;
  right: 0;
  top:43px;
}
.tools .accordion-button {background: none;color: #fff;width: 100%;
  text-align: left;}
.tools .accordion-item{background: none;border: 0;border-top: 1px solid #fff;border-radius: 0;}
.tools .accordion-button{font-size: 20px;padding: 30px 0;}
.tools .card-body li {font-size: 15px;color: #fff;font-weight: 400;margin-bottom: 10px;text-decoration: underline;}
.tools .card-body li a {font-size: 15px;color: #fff;font-weight: 400;margin-bottom: 10px;text-decoration: underline;}
.tools .card-body li a:hover{color:#fff;}
.tools .card-body li:last-child{margin-bottom: 0;}
.tools .card-body {padding: 0 0 20px;}
.tools #myAccordion {padding-top: 40px;width: 900px;margin: 0 auto 50px;}
.accordion-button:focus{box-shadow: none;}

.accordion-item h2 {
  text-align: left;
  position: relative;
}
.accordion-item h2 button{border:0;padding:0;}


.product-catalogue{border-top: 0px solid #000000;padding: 80px 0;}
.product-left h2{font-size: 45px;color: #182a4c;text-transform: capitalize;
font-family: 'Eurostile Extended';
    font-weight: bold;
    font-style: normal;
margin: 0;}
.product-left p{font-size: 16px;font-weight: 300;margin: 0;line-height: 28px;padding: 40px 0 30px;max-width: 90%;}
.product-left a {font-size: 18px;color: #182a4c;background: none;border: 1px solid #182a4c;padding: 25px 40px;
font-family: 'Eurostile Extended';
    font-weight: bold;
    font-style: normal;float:left;
}
.product-left a:hover{background: #182a4c;color: #fff;}
.product-right{width: 100%;height: 450px;background: #ddd;overflow: hidden;}
.product-right img{width: 100%;height: 100%;object-fit: cover;}

footer{background: #182a4c;padding: 60px 0;text-align: center;float: left;  width: 100%;}
footer .logo{margin: 0 0 10px;}
footer .logo img {max-width: 300px;}
footer p{font-size: 18px !important; font-weight: 300;margin: 0;line-height: 28px;color: #fff;}
body.woocommerce-page footer p, body.woocommerce-cart .cart_item footer p{font-size:18px !important;}
.cross {background: none; border: 0;padding: 0;display:none;}
.about {
  float: left;
  width: 100%;
}
/*====== Home page css close ==========*/



/*====== Home2 page css start ==========*/
/*.we-appreciate.two h2{font-size: 28px;text-decoration: none;}*/
.we-appreciate.two h3{ /*font-family: 'Eurostile Extended'; margin: 30px auto 0;*/ font-weight:normal; /*max-width: 80%; */ font-size:16px; max-width:90%; margin: 20px auto 0; line-height: inherit!important;}
.tools {padding: 90px 0 0;}
.tools.memorial h2{/*font-size:45px; */ margin:0 0 80px;}
.memorial{margin-bottom:50px;}
.memorial img {
    width: 100%;
    filter: contrast(95%);
}
.gform_legacy_markup_wrapper div.validation_error {
  border: 0;
}
.memorial p{font-size: 16px;font-weight: 300;margin: 0;color:#fff;line-height: 28px;max-width: 100%; text-align:center}
.product-catalogue.plaques {border-top: 0; padding: 50px 0 20px; padding-top:0px;}
.plaques img {max-width: 90%;}
.product-catalogue.plaques .container {max-width: 1440px;}
/*.product-catalogue.plaques .product-left h2{font-size: 30px;text-align:center;}*/

.product-catalogue.plaques .product-left h2{  font-size: 30px;
  text-align: center;
  color: #182a4c;
  text-transform: capitalize;
  font-family: 'Eurostile Extended';
  font-weight: 700;
  font-style: normal;
  margin: 0;}
.product-catalogue.plaques .product-left p{text-align:center;max-width:100%;padding: 60px 0 0;}

/*.memorial.enduring h2 {font-size: 32px;}*/
.memorial.enduring p{text-align:center;}
.memorial.enduring {margin: 30px 0 0;}

.become-member {text-align: center;padding:0 0 50px;}
.become-member h2{font-size: 40px;color: #182a4c;text-transform: capitalize;font-family: 'Eurostile Extended';
font-weight: bold;font-style: normal;}
.become-member h3{font-size: 25px;font-weight: 300;margin: 0;color: #242424;font-family: 'Poppins', sans-serif;}
.become-member p{font-size:17px;font-weight: 300;max-width: 75%;margin: 15px auto;color: #242424;font-family: 'Poppins', sans-serif;}

.become-member a{font-size: 18px;color: #182a4c;background: none;border: 1px solid #182a4c;padding: 22px 40px;
font-family: 'Eurostile Extended';font-weight: bold;font-style: normal;display: inline-block;}
.become-member a:hover{background: #182a4c;color: #fff!important;}
.become-member ul {border-top: 1px solid #182a4c;padding: 20px 0 0;width: 75%;margin: 20px auto;}
.become-member li{font-size:17px;font-weight: 300;color: #242424;font-family: 'Poppins', sans-serif;margin-bottom: 10px;}

.saints {padding: 60px 0;}
.saints-box img{width:100%;}
.saints-box h4{font-family: 'Eurostile Extended';font-weight: normal;font-size: 30px;text-align: center;margin:20px 0 10px;}
.saints-box h5{font-size:15px;font-weight: 300;color: #242424;font-family: 'Poppins', sans-serif;text-align: center;line-height:23px;}
.saints .container {max-width: 1500px;}

.tools.memorial.place .memorial.enduring h2{text-align: left;}
.tools.memorial.place .memorial.enduring p{text-align: left;}
.memorial.place-img {width: 95%;height: 550px;overflow: hidden;background: #ddd;}
.memorial.place-img img {width: 100%;height: 100%;object-fit: cover;}
.tools.memorial.place .container {max-width: 1500px;}
.tools.memorial.place .memorial.enduring{padding-left:20px;}
.memorial.place-img{margin-bottom:100px;margin-top:50px;}
.tools.memorial.place .memorial.enduring p a{text-decoration: underline;color:#fff;}

.become-member.contact .contact-form {
    text-align: left;
    width: 60%;
    margin: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
}
.become-member.contact .form-control {height: 45px;border-radius: 0;border:1px solid #182a4c;}
.become-member.contact .option {height: 45px;border-radius: 0;border:1px solid #182a4c;width:100%;background: #fff;}
.become-member.contact .form-group label {font-size: 16px;font-weight: 300;}
.become-member.contact .form-group label strong{font-size:12px;font-weight:300;color: #6a6868;}

.become-member.contact .form-control.mess{height: 100px;}
.become-member.contact button{font-size: 18px;color: #182a4c;background: none;border: 1px solid #182a4c;padding: 22px 40px;
font-family: 'Eurostile Extended';font-weight: bold;font-style: normal;display: inline-block;margin:5px 0 0;}
.become-member.contact button:hover{background: #182a4c;color: #fff!important;}
.become-member.contact {padding: 0 0 80px;}
.contact-form h5 {font-size: 16px;font-weight:300;margin: 0 0 15px;}
.contact-form h5 strong{font-size:12px;font-weight:300;color: #6a6868;}  
.contact-form .form-check {margin-top: 5px;}
.contact-form #flexCheckDefault {border-radius: 0;width: 15px;border: 1px solid #182a4c; height: 15px;}
.become-member.contact .form-group label.form-check-label {font-size: 12px;}
.become-member.contact h2 {margin: 0 0 70px;}


/*====== Home2 page css close ==========*/


/*====== about us page css start ==========*/

.about{background: #182a4c;} 
.about-main {
  background: #fff;
  padding: 35px;
  width: 77%;
  /*margin: 120px auto 0;*/
  margin:0px auto 0;
  text-align: center;
  clear: both;
}
.about-inner h2{font-size: 33px;color: #000000;text-transform: capitalize;font-family: 'Eurostile Extended';margin:0;
font-weight: bold;font-style: normal;}
.about-inner p {font-size: 17px;font-weight: 300;margin: 15px 0;line-height: 30px;}
.about-inner {margin-bottom: 30px;}
.about .banner-part {background-image: none !important;height: auto;}
.about .banner-text {display: none;}


.about h1.become-heading{/*text-align: center;font-size: 50px; color: #fff;font-family: 'Eurostile Extended'; font-style: normal;*/margin: 0px 0 0;} 
.about-main.become-dealer{margin: 40px auto 0;text-align:center;}

.about-main.become-dealer .about-inner h2{font-size: 17px; /*text-transform: uppercase; */ font-family: 'Eurostile Extended';}
.about-main.become-dealer .about-inner p{margin:10px 0;}
.about-main.become-dealer .about-inner p strong {text-align: center; font-family: 'Eurostile Extended';font-weight: bold;font-size: 15px;}

/*====== about us page css close ==========*/


/*====== css issues css start ==========*/

.contact-form .gform_button.button{font-size: 18px;color: #182a4c;background: none;border: 1px solid #182a4c;padding: 22px 40px;
font-family: 'Eurostile Extended';font-weight: bold;font-style: normal;display: inline-block;margin:5px 0 0;}
.contact-form .gform_button.button:hover{background: #182a4c;color: #fff;}

.contact-form .large.gfield_select{height: 45px;border-radius: 0;border:1px solid #182a4c;background: #fff;}
.contact-form .spacer.gfield{display:none;}
.contact-form input{height: 45px;border-radius: 0;border:1px solid #182a4c;background: #fff;}
.contact-form .textarea.small{border-radius: 0;border:1px solid #182a4c;background: #fff;}
.contact-form .gform_button.button{height: auto;}


body.woocommerce-page #genesis-content{padding-top: 0;padding-right: 0;}  
body.woocommerce-page .entry-header{padding:0;} 
body.woocommerce-page .entry-header h1{display:none;}
body.woocommerce-page #genesis-sidebar-primary {display: none;}
body.woocommerce-page .content-sidebar-wrap{display:block;}
body.woocommerce-page .entry-content {width: 500px;margin: auto;}
body.woocommerce-page .woocommerce {width: 100%;max-width: 100%;}
body.woocommerce-page .woocommerce form .form-row label{width:100%;}
body.woocommerce-page .woocommerce h2 {
    text-align: center;
    margin: 10px 0;
    font-size: 40px;
    color: #182a4c;
    font-family: 'Eurostile Extended';
    font-style: normal;
}
body.woocommerce-page .password-input {width: 100%;}
body.woocommerce-page .woocommerce-button.button.woocommerce-form-login__submit.wp-element-button {
margin: auto;font-size: 18px !important;color: #182a4c !important; background: none!important;background-color: rgba(0, 0, 0, 0)!important;
border: 1px solid #182a4c !important;padding: 20px 35px !important;font-family: 'Eurostile Extended' !important;font-weight: bold !important;font-style: normal !important;border-radius:0!important;}

body.woocommerce-page .woocommerce-button.button.woocommerce-form-login__submit.wp-element-button:hover{background: #182a4c!important;color: #fff!important;}

body.woocommerce-page .woocommerce-button.button.woocommerce-form-login__submit.wp-element-button::after{display:none;}
body.woocommerce-page .woocommerce-LostPassword.lost_password {text-align: center;}
body.woocommerce-page .woocommerce-Input {height: 45px;border-radius: 0!important;border: 1px solid #182a4c;background: #fff;}

.site-header{position: inherit;box-shadow:none;} 
body.woocommerce-page .site-inner{border-top:0;} 

.post-10 .woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first {
  width: 100%;
} 
.post-10 .woocommerce-Button.button.wp-element-button{
margin: 15px auto 0;font-size: 18px !importantlor: #182a4c !important; background: none!important;background-color: rgba(0, 0, 0, 0)!important;
border: 1px solid #182a4c !important;padding: 20px 35px !important;font-family: 'Eurostile Extended' !important;font-weight: bold !important;font-style: normal !important;border-radius:0!important;}
.post-10 .woocommerce-Button.button.wp-element-button:hover{background: #182a4c!important;color: #fff!important;}
.post-10 .woocommerce-Button.button.wp-element-button::after{display:none;}

#gform_2 {
  width: 800px;
  margin: auto;
} 
#gform_2 input{
	height: 45px;border-radius: 0;border:1px solid #182a4c;background: #fff;
}
#gform_2 .gfield_label{
	font-size: 14px;
	font-weight:400;
	color:#000000;
} 

#gform_2 input[type="submit"], .size-wrapper{color: #182a4c !important;}

#gform_2 .gform_legacy_markup_wrapper .gform_footer{text-align:center;}
#gform_2 #gform_submit_button_2{
margin: 15px auto 0;font-size: 18px !important;color: #182a4c !important; background: none!important;background-color: rgba(0, 0, 0, 0)!important;
border: 1px solid #182a4c !important;padding: 20px 35px !important;font-family: 'Eurostile Extended' !important;font-weight: bold !important;font-style: normal !important;border-radius:0!important;height: auto;} 
#gform_2 #gform_submit_button_2:hover{background: #182a4c!important;color: #fff!important;}
#gform_2 .gform_footer.top_label {text-align: center;}
.reg-heading{text-align: center;
  margin:0;
  font-size: 50px;
  color: #182a4c;
  font-family: 'Eurostile Extended';
  font-style: normal;
}
.woocommerce-ResetPassword.lost_reset_password {
  border: 1px solid #eee;
  padding: 20px;
  margin-bottom:40px;
}
#gform_2{
  border: 1px solid #eee;
  padding: 20px;	
}
.page-id-4923 #text-content, .page-id-4929 #text-content, .page-id-4931 #text-content, .page-id-4925 #text-content, .page-id-4927 #text-content{
	padding-top:20px;
}



article.entry{background: none;}
article.entry .entry-title {text-align: center;text-shadow: none;margin: 0;font-size: 40px;color: #182a4c; font-family: 'Eurostile Extended';font-style: normal;} 
.post-4946.page.type-page.status-publish.entry #page-content {text-align: center;}
.post-4946.page.type-page.status-publish.entry #page-content li {list-style: none;}
.post-4946.page.type-page.status-publish.entry #page-content li {display: inline-block;margin: 0 45px;font-size:16px;font-weight:300;margin-bottom: 20px;} 
#genesis-content #instructions {display: none;}

.gallery-link p {
    color: #242424;
    /*margin: 20px 0 0; min-height:90px; padding-top:20px;*/
	margin:0px;
    font-size:18px;
   /* font-family: 'Eurostile Extended';
    font-style: normal;
    font-weight: 400;*/
	    font-family: 'Effra Trial';
    font-weight: 300;
    font-style: normal;
	
    display: block;
    float: left;
    width: 100%;
	padding-top:0px;
	min-height:65px;
}
#genesis-content .entry-content{width:90%; margin:0 auto;}
 
#genesis-content .woocommerce-MyAccount-navigation ul li a{color: #6a6969;font-size: 16px;font-family: 'Eurostile Extended';font-style: normal;font-weight: normal;}
#genesis-content .woocommerce-MyAccount-navigation {
    width: 22% !important;
    border: 1px solid #ddd !important;
    padding: 15px !important;
    max-height: 270px;
}

#genesis-content .woocommerce-MyAccount-navigation ul li{list-style-type: none !important;}

.woocommerce-MyAccount-content .woocommerce-button.wp-element-button.button{
font-size: 12px !important;
  color: #182a4c !important;
  background: none;
    background-color: rgba(0, 0, 0, 0);
  border: 1px solid #182a4c !important;
  padding: 10px 12px !important;
  font-family: 'Eurostile Extended' !important;
  font-weight: bold !important;
  display: inline-block;
  font-style: normal !important;
  border-radius:0!important;	
}
.woocommerce-MyAccount-content .woocommerce-button.wp-element-button.button::after{display:none;}
.woocommerce-MyAccount-content .woocommerce-button.wp-element-button.button:hover{background: #182a4c!important;color: #fff!important;}

.woocommerce-MyAccount-content .woocommerce table.my_account_orders{font-size:14px;}

#genesis-content .woocommerce-MyAccount-navigation ul li a:hover {
  font-family: 'Eurostile Extended';
  color: #182a4c;
}
.woocommerce-MyAccount-content .woocommerce-Button.button{
font-size: 15px !important;
  color: #182a4c !important;
  background: none;
    background-color: rgba(0, 0, 0, 0);
  border: 1px solid #182a4c !important;
  padding: 10px 12px !important;
  font-family: 'Eurostile Extended' !important;
  font-weight: bold !important;
  display: inline-block;
  font-style: normal !important;
  border-radius:0!important;	
text-transform: capitalize;  
}
.woocommerce-MyAccount-content .woocommerce-Button.button::after{display:none;}
.woocommerce-MyAccount-content .woocommerce-Button.button:hover{background: #182a4c!important;color: #fff!important;}
 
 .woocommerce-MyAccount-content .getfamily{
	font-size: 15px !important;
  color: #182a4c !important;
  background: #fff;
    background-color: rgba(0, 0, 0, 0);
  border: 1px solid #182a4c !important;
  padding: 18px 30px !important;
  font-family: 'Eurostile Extended' !important;
  font-weight: bold !important;
  display: inline-block;
  font-style: normal !important;
  border-radius:0!important; 
 }
 .woocommerce-MyAccount-content .getfamily:hover{
	background: #182a4c!important;color: #fff!important; 
 } 
 .woocommerce-account .woocommerce-MyAccount-content, .woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 10px;
}
 
.woocommerce-MyAccount-content .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1{max-width:40%;padding: 0;} 
.woocommerce-MyAccount-content .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 h3{margin: 0;font-size: 25px;color: #182a4c;
font-family: 'Eurostile Extended';font-weight: bold;font-style: normal;padding: 10px 0;}
.woocommerce-MyAccount-content .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{max-width:48%;} 
.woocommerce-MyAccount-content .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 h3{margin: 0;font-size: 25px;color: #182a4c;
font-family: 'Eurostile Extended';font-weight: bold;font-style: normal;padding: 10px 0;}

.woocommerce-account .addresses .title .edit{padding-top: 15px;font-family: 'Eurostile Extended';font-weight: bold;color: #182a4c;}

 
/*.navbar-light .navbar-nav .nav-link span {background: #fff;width: 15px;height: 15px;position: absolute;top: -8px;color: #182a4c; border-radius: 20px;font-size: 12px;font-weight: 500;padding: 0;} */

.navbar-light .navbar-nav .nav-link span {background: #fff;width: auto;height: auto;position: absolute;top: -12px;color: #182a4c; border-radius: 20px;font-size: 12px;font-weight: 500;padding: 3px; width:25px; height:25px;}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details .entry-title{font-size: 30px;} 
.entry-content h3 {margin: 0 0 10px;font-size: 25px;color: #182a4c;font-family: 'Eurostile Extended';font-weight: bold;font-style: normal;}
.woocommerce-MyAccount-content .woocommerce-input-wrapper {width: 100%;}

.woocommerce-MyAccount-content .woocommerce-input-wrapper input {
  height: 45px;
  border-radius: 0;
  border: 1px solid #182a4c;
  background: #fff;
}

.woocommerce-MyAccount-content .woocommerce-address-fields button{font-size: 15px !important;
color: #182a4c !important;background: none;background-color: rgba(0, 0, 0, 0);border: 1px solid #182a4c !important;padding: 15px 25px !important;font-family: 'Eurostile Extended' !important;font-weight: bold !important;display: inline-block;font-style: normal !important;border-radius:0!important;margin-top:20px;text-transform: capitalize;}   
.woocommerce-MyAccount-content .woocommerce-address-fields button::after{display:none!important;}
.woocommerce-MyAccount-content .woocommerce-address-fields button:hover{background: #182a4c!important;color: #fff!important;}
 
.select2-container--default .select2-selection--single{height: 45px;border-radius: 0;border: 1px solid #182a4c;background: #fff;}
.select2-container--default .select2-selection--single .select2-selection__rendered{line-height: 45px;} 
.select2-container--default .select2-selection--single .select2-selection__arrow{height: 45px;} 

.site-width.sidebar-active.cart_new_class .reg-heading{display:none;} 
#subpage-2019.sidebar-active #text-content{padding-top: 0;}

.site-width.sidebar-active.cart_new_class #text-content h1{text-align: center;
  margin: 10px 0;
  font-size: 50px;
  color: #182a4c;
  font-family: 'Eurostile Extended';
  font-style: normal;
 } 
 
#subpage-2019.site-width.sidebar-active.cart_new_class{display:block;} 

#subpage-2019.site-width.sidebar-active.cart_new_class .button{
  font-size: 15px !important;
  color: #182a4c !important;
  background: #fff;
   background-color: rgba(0, 0, 0, 0);
  border: 1px solid #182a4c !important;
  padding: 18px 30px !important;
  font-family: 'Eurostile Extended' !important;
  font-weight: bold !important;
  display: inline-block;
  font-style: normal !important;
  border-radius:0!important;
  text-transform: capitalize;
	
} 

#subpage-2019.site-width.sidebar-active.cart_new_class .button::after{display:none;}
#subpage-2019.site-width.sidebar-active.cart_new_class .button:hover{background: #182a4c!important;color: #fff!important;}

#subpage-2019.site-width.sidebar-active.cart_new_class .cart_totals h2 {
  text-align: left;
} 

.woocommerce-MyAccount-content .button.print, .woocommerce-MyAccount-content .button.view{
  font-size: 15px !important;
  color: #182a4c !important;
  background: #fff;
   background-color: rgba(0, 0, 0, 0);
  border: 1px solid #182a4c !important;
  padding: 18px 15px !important;
  font-family: 'Eurostile Extended' !important;
  font-weight: bold !important;
  display: inline-block;
  font-style: normal !important;
  border-radius:0!important;	
}
.woocommerce table.shop_table td.woocommerce-orders-table__cell-order-actions{white-space:nowrap;}
.woocommerce-MyAccount-content .button.print::after{display:none;}
.woocommerce-MyAccount-content .button.print:hover, .woocommerce-MyAccount-content .button.view:hover{background: #182a4c!important;color: #fff!important; border-width:1px !important;}
.woocommerce-MyAccount-content .button.view:after{display:none !important;}
#place_order{margin-bottom:30px;}

.woocommerce-form.woocommerce-form-login.login {
  width: 500px;
  margin: 0px auto 4rem auto;
  
}

#page-content {width: 75%;margin: auto;}
#page-content {text-align: center;}
#page-content li {list-style: none;display: inline-block;margin: 0;padding: 0 13px;padding-bottom: 0;font-size:18px;border-right: 1px solid #ddd;
}
body.woocommerce-page .gform_wrapper ul li.gfield .ginput_container.ginput_container_checkbox {
    margin-bottom: 20px;
}

#page-content li a{color:#000;font-family: 'Effra Trial';font-weight: 300;
    font-style: normal;}
#page-content li:last-child{border-right:0;}
#page-content .entry-content ol, .entry-content ul{padding-left:0;}

.gallery{display:block;}
.gallery-link {
    width: 33%;
    display: inline;
    position: relative;
    /*margin: 0 0 30px;*/
    padding: 0 20px;
    float: left;
}
.image_upper_div {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    /*height: 450px; margin-bottom: 10px;*/
	height:297px;
    margin-bottom:0px;
    justify-content: center;
}
.image_upper_div img {
height: 100%;
  width: auto;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  object-fit: contain;
}


.site-width.sidebar-active.login_class .reg-heading{display:none;}
.site-width.sidebar-active.login_class #genesis-sidebar-primary {display: none;}
.site-width.sidebar-active.login_class #text-content {max-width: 500px;border: 1px solid #d3ced2;padding: 20px!important;width: 500px;margin: auto;}
#subpage-2019.site-width.sidebar-active.login_class{display:block;margin: 0 auto 50px;}

.site-width.sidebar-active.login_class .tml .tml-label{font-size: 14px;opacity: 1;}
.site-width.sidebar-active.login_class .tml-field-wrap.tml-submit-wrap {text-align: center;} 
.site-width.sidebar-active.login_class .tml-button{margin: auto;font-size: 18px !important;color: #182a4c !important;background: none !important;
background-color: rgba(0, 0, 0, 0);background-color: rgba(0, 0, 0, 0) !important;border: 1px solid #182a4c !important;
padding: 20px 35px !important;font-family: 'Eurostile Extended' !important;font-weight: bold !important;font-style: normal !important;
border-radius: 0 !important;}
.site-width.sidebar-active.login_class .tml-button:hover{background: #182a4c!important;color: #fff!important;}
.site-width.sidebar-active.login_class .tml-links {text-align: center;}

.site-width.sidebar-active.login_class .login-heading{text-align: center;
  margin: 10px 0;
  font-size: 50px;
  color: #182a4c;
  font-family: 'Eurostile Extended';
  font-style: normal;} 
 
.site-width.sidebar-active.login_class .tml-field {height: 45px;border-radius: 0 !important;border: 1px solid #182a4c;background: #fff;}


 
#product-shapes .img_with_hover{opacity: 0;transition: opacity 1s ease-in-out;}
#product-shapes .gallery-link:hover .img_with_hover{opacity: 1;transition: opacity 1s ease-in-out;}  
#product-shapes .gallery-link:hover .attachment-large.size-large{opacity: 0;} 
#product-shapes .img_with_hover {position: absolute;top: 0;left: 0;}
 


.site-width.color-size-style{display:block;} 
.site-width.color-size-style #product-image {width: 40%;display: inline-block;}
.site-width.color-size-style .colour-size-div {width: 55%;display: inline-block;vertical-align: top;padding-top:20px;}

/*.site-width.color-size-style #product-image img {max-width: 55%;}*/
.site-width.color-size-style .colour-size-div .select-anchor-color{height: 60px;border-radius: 0;padding:0 10px;border: 1px solid #182a4c;background: #fff;font-size: 18px;-webkit-appearance: none; background: url(../images/select-arrow.png) no-repeat right;background-size:20px;background-position: calc(100% - 15px) center;} 
.select-anchor-size.select-anchor-black-size{height: 60px;border-radius: 0;padding:0 10px;border: 1px solid #182a4c;background: #fff;font-size: 18px;-webkit-appearance: none; background: url(../images/select-arrow.png) no-repeat right;background-size:20px;background-position: calc(100% - 15px) center;margin: 0 0 30px;}
.select-anchor-size.select-anchor-color-size{height: 70px;border-radius: 0;padding:0 10px;border: 1px solid #182a4c;background: #fff;font-size: 18px;-webkit-appearance: none; background: url(../images/select-arrow.png) no-repeat right;background-size:20px;background-position: calc(100% - 15px) center;margin: 0 0 30px;}

.site-width.color-size-style .colour-size-div .submit-button{font-size: 18px ;color: #182a4c ;background: #fff;background-color: rgba(0, 0, 0, 0);
border: 1px solid #182a4c ;padding: 35px 0;font-family: 'Eurostile Extended' ;font-weight: bold ;font-style: normal ;border-radius:0;width:100%;  }
.site-width.color-size-style .colour-size-div .submit-button:hover{background: #182a4c;color: #fff;}

.site-width.color-size-style .colour-size-div h4 {margin: 0 0 10px;font-family: 'Eurostile Extended';font-weight: bold;font-size: 18px;} 




body.woocommerce div.product div.images{width:100%;}
.product_title.entry-title{text-shadow: none;margin: 0;font-size: 30px;color: #182a4c;font-family: 'Eurostile Extended';font-style: normal;}
.gform-body.gform_body input{height: 35px;border-radius: 0 !important;border: 1px solid #182a4c;background: #fff;width:100%!important;padding:0 10px;}
.gform-body.gform_body select{height: 45px;border-radius: 0 !important;border: 1px solid #182a4c;background: #fff;width:100%!important;padding:0 10px;}
 
.ginput_container.ginput_container_checkbox #input_3_41 li {margin: 0 !important;}
.gform-body.gform_body input[type=checkbox] {
    width: auto !important;
    height: 20px;
    margin-top: 1px !important;
}

 
.gsection_title {font-family: 'Eurostile Extended';font-style: normal;font-size:16px;} 
body.woocommerce-page .gfield_checkbox li{margin-left:0!important;}
.woocommerce .quantity .qty{height:48px;border: 1px solid #182a4c;}
.gform-legacy-datepicker.ui-datepicker {
    min-width: 216px;
    width: 216px;
}
label.gfield_label.gform-field-label.gfield_label_before_complex {  margin-bottom: 0px;}
#gform_submit_button_3{  font-size: 15px !important;color: #182a4c !important; background: #fff;background-color: rgba(0, 0, 0, 0);border: 1px solid #182a4c !important;padding: 15px 40px !important;font-family: 'Eurostile Extended' !important;text-transform: capitalize;
font-weight: bold !important;display: inline-block;font-style: normal !important;border-radius:0!important;}
 body.woocommerce-page .gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label {
    font-size: 13px;
    margin-top: 9px;
}  

#gform_submit_button_3::after{display:none;}
#gform_submit_button_3:hover{background: #182a4c!important;color: #fff!important;}  
   

/*.banner-part.banner-part-home{height:950px;background-size: 125%!important;background-position: right;background-image: none !important; background:#0f2f52;*/}
.banner-part.banner-part-home .banner-text{padding: 190px 0 152px 0;}

.banner-part.banner-part-home .header-img{display:block;} 
 
 
a.become_a_dealer{font-size: 18px;color: #182a4c;background: 0 0;border: 1px solid #182a4c;padding: 22px 40px;font-family: 'Eurostile Extended';font-weight: 700;
font-style: normal;display: inline-block;}
a.become_a_dealer:hover {background: #182a4c;color: #fff;}  
 
.woocommerce-cart-form__cart-item.cart_item dt {
    font-weight: 500;
}
.woocommerce-cart-form__cart-item.cart_item dt p{margin: 3px 0;}

#subpage-2019.site-width.sidebar-active.cart_new_class .variation {padding-top: 10px;} 
#subpage-2019.site-width.sidebar-active.cart_new_class .variation-ShipTo p br{display:none;}
#subpage-2019.site-width.sidebar-active.cart_new_class .sqsrte-large, p, .sqsrte-small{line-height: inherit!important;}
#subpage-2019.sidebar-active #text-content p {
    margin: 0 0 5px 5px;
}

.banner-part.banner-part-square {
    background: #0f2f52;
    background-image: none !important;
    height: auto;
    padding-bottom: 10px;
	width: 100%;
	float:left;
}

.ginput_container.ginput_container_checkbox #input_3_41 li label {margin-top: 0 !important;color: #000;}
.ginput_container.ginput_container.ginput_container_checkbox li label {margin-top: 0 !important;color: #000;}

.woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper {width: 100%;}
.woocommerce-additional-fields .woocommerce-input-wrapper {width: 100%;} 
.woocommerce-additional-fields #order_comments {height: 120px;}
#order_review .shop_table.woocommerce-checkout-review-order-table dt {font-weight: 500;width: 250px;}
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details li p{display:inline-block;}
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details ul > li {
    list-style: none;
    margin-bottom: 7px;
    display: inline-block;
    width: 100%;
}
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details ul > li strong {
  font-weight: 500;
  color: #000;
  font-size: 14px;
}
mark {
    color: #182a4c;
    /* color: #fff; */
}
.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
    border: 0;
    padding: 0;
    background: none;
    font-size: 12px !important;
}

.product_totals .ginput_container{display: inline-block;}
.product_totals .gfield_label {width: 100px;}
#input_3_8_5_container {width: 100%;padding-right: 0px !important;}
.woocommerce-EditAccountForm.edit-account .woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first{width:50%;} 
.gfield_label.gform-field-label {font-weight: 500 !important;}
.shop_table.woocommerce-checkout-review-order-table dd ul.bulleted{display: inline-block;}
.shop_table.woocommerce-checkout-review-order-table ul li{list-style: none;}

button#place_order{font-size: 15px!important;color: #182a4c!important;background: 0 0!important;border: 1px solid #182a4c!important;padding: 25px 45px!important;
font-family: 'Eurostile Extended'!important;font-weight: 700!important;display: inline-block!important;font-style: normal!important;text-transform: capitalize;}
button#place_order::after{display:none;} 
button#place_order:hover {background: #182a4c!important;color: #fff!important;}
.woocommerce-checkout-payment {background: none !important;padding: 0 !important;}
.woocommerce-checkout-payment .form-row.place-order {padding: 0 !important;}
.order-print .button.print{font-size: 15px!important;color: #182a4c!important;background: 0 0!important;border: 1px solid #182a4c!important;
padding: 25px 45px!important;font-family: 'Eurostile Extended'!important;font-weight: 700!important;display: inline-block!important;font-style: normal!important;}
.order-print .button.print::after{display:none;} 
.order-print .button.print:hover {background: #182a4c!important;color: #fff!important;}

.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  font-size: 25px !important;
  text-align: center;
  margin: 0 0 20px;
  color: #182a4c;
  font-family: 'Eurostile Extended';
  font-style: normal;
} 
.woocommerce ul.order_details li{font-size:13px;}
.woocommerce ul.order_details li strong {
  font-size: 15px;
  font-weight: 500;
  color: #0f2f52;
} 

.become_a_dealer.offline {
width: 250px;
  margin: 0 auto 45px;
  text-align: center;
} 
.entry-header{
	position: relative;
}
.prepended-div {
  text-align: center;
}
.prepended-div a {
  color: #182a4c;
  font-size: 18px;
  /*position: absolute;
  top: 0;*/
}

#gform_4 {
  width: 600px;
  margin: auto;
}
.gform_wrapper.gravity-theme .gform_fields{
	display:block!important;
}
.contactus_class #gform_submit_button_4{
	font-size: 18px;
  color: #182a4c;
  background: 0 0;
  border: 1px solid #182a4c;
  padding: 22px 40px;
  font-family: 'Eurostile Extended';
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  border-radius: 0;
  margin: 5px 0 0;
} 
.contactus_class #gform_submit_button_4:hover {
  background: #182a4c;
  color: #fff;
}
.contactus_class .textarea.small{
	border: 1px solid #182a4c;
}
.contactus_class .entry-content{
	width:100%;
}
#field_4_11 label {
  display: none;
}

.badges{
	padding:40px 0;background: #f5f5f5;text-align: center;
}
.badges img{
	/*width:100%;*/
	width:60%;
}
  
.site-width.product #product-image {
  width: 40%;
  display: inline-block;
}
.site-width.product #product-image img{
	max-width: 55%;
}
.site-width.product #product-sizes{
	width: 55%;
  display: inline-block;
  vertical-align: top;
  padding-top: 30px;
}
.site-width.product {
  display: block;
}
.site-width.product .select-anchor-size{
	height: 70px;
  border-radius: 0;
  padding: 0 10px;
  border: 1px solid #182a4c;
  background: #fff;
  font-size: 18px;
  -webkit-appearance: none;
  background: url(//dev.tileartisans.com/content/themes/genesis-sample/css_landing/../images/select-arrow.png) no-repeat right;
    background-position-x: right;
    background-position-y: center;
    background-size: auto;
  background-size: 20px;
  background-position: calc(100% - 15px) center;
  margin-bottom: 1.815rem;
}
.site-width.product .submit-button{
font-size: 18px;
  color: #182a4c;
  background: #fff;
    background-color: rgb(255, 255, 255);
  background-color: rgba(0,0,0,0);
  border: 1px solid #182a4c;
  padding: 35px 0;
  font-family: 'Eurostile Extended';
  font-weight: 700;
  font-style: normal;
  border-radius: 0;
  width: 100%;	
} 
.site-width.product .submit-button:hover {
  background: #182a4c;
  color: #fff;
}

table.cart .product-price, table.cart .product-quantity, table.cart .edit{width:200px;}

table.cart td.edit a {
font-size: 12px ;
  color: #182a4c ;
  background: none;
    background-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #182a4c ;
  padding: 10px 12px ;
  font-family: 'Eurostile Extended' ;
  font-weight: bold ;
  display: inline-block;
  font-style: normal ;
  border-radius: 0 ;
  text-decoration: none;
}
.woocommerce-cart table.cart td:last-child {
  vertical-align: top;
}
table.cart td.edit a:hover{
	background: #182a4c ;
  color: #fff;
}

.theorders table td a {
font-size: 12px ;
  color: #182a4c ;
  background: none;
    background-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #182a4c ;
  padding: 8px 10px;
  font-family: 'Eurostile Extended' ;
  font-weight: bold ;
  display: inline-block;
  font-style: normal ;
  border-radius: 0;
  text-decoration: none;
}
#genesis-content .entry-content .gform_wrapper.gravity-theme .gform_validation_errors {
    margin-bottom: 28px !important;
    margin-top: 8px;
    padding: 15px 20px;
    position: relative;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.gform_wrapper.gravity-theme .gform_validation_errors>h2.hide_summary{
	text-transform: capitalize;
    font-family: 'Eurostile Extended';
}
table.cart td.edit a.remove {
    border: 0;
    font-size: 25px;
    padding: 0 0;
    width: 30px;
    height: 31px;
    vertical-align: bottom;
}
table.cart td.edit a.remove:hover{background:none; color:red!important;}
body.woocommerce-cart table.cart td.edit {
    vertical-align: top;
}
.wc-proceed-to-checkout {
    text-align: center;
}
.woocommerce table.shop_table th.woocommerce-table__product-name.product-name {
    width: 80%;
    border-right: 1px solid #eee;
}

.woocommerce table.shop_table td.woocommerce-table__product-name.product-name {
    border-right: 1px solid #eee;
}
.woocommerce table.shop_table th{
    border-right: 1px solid #eee;
}
.woocommerce table.shop_table td.woocommerce-table__product-table.product-total {
    text-align: center;
}
.woocommerce table.shop_table td.woocommerce-table__product-name.product-name a, .woocommerce-table.woocommerce-table--order-details.shop_table.order_details .entry-title {
    font-size: 18px;
    display: contents;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    background: #f5f5f5;
    border: 1px dashed #d3ced2;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
    padding: 15px 15px;
    margin: 0;
    width: 20%;
}
 ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li.woocommerce-order-overview__email.email {
    width: 40%;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li strong {
    font-size: 14px;
}
body.woocommerce-cart table.cart .edit.mobile {
    display: none;
}
 body.woocommerce-cart table.cart td {
    border-right: 1px solid #eee;
}
body.woocommerce-cart table.cart td:last-child, body.woocommerce-cart table.cart th:last-child {
    border-right: 0;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .product-name {
    width: 80%;
    border-right: 1px solid #eee;
}
#subpage-2019.sidebar-active {
    display: flex;
}
main.about section.about {
  padding-top: 20px;
  float: left;
  width: 100%;
}
a:-webkit-any-link:focus-visible, a:focus-visible, a:focus {outline:0px; border:0px ;}
a:focus-visible {
  border: 0 !important;
  outline: 0 !important;
}
.woocommerce-cart table.cart th.product-name {
    width: 380px;
}
.tools.memorial .row .col-sm-6 {
  display: flex;
  text-align: center;
  align-items: center;
}
.theorders {
    font-size: .85em;
}
#genesis-content section#text-content {
    text-align: center;
    padding: 70px 0;
}

/*====== css issues css close ==========*





/*====== Media css start ==========*/

@media screen and (max-width: 1440px) {

.home-section{top:15%;}
.logo img {max-width: 480px;}
.home-section .container {max-width: 1095px;}
.logo{margin: 0 0 210px;}
.home-link a{font-size:45px;}




/*section.banner-part{background-size: 140%!important;height: 730px;}*/
.banner-text{padding: 60px 0;}
.banner-text h2, .about h1.become-heading{ /*width: 600px;*/ margin: auto;font-size:45px;}
.tools #myAccordion{width:800px;}
.banner-part .logo{padding: 10px 0 0;}
/*.navbar.navbar-expand-lg.navbar-light {padding: 60px 0 20px;}*/
.navbar.navbar-expand-lg.navbar-light {padding: 10px 0 10px;}
.banner-part{height: 570px;}

/*section.tools{background-size: 120%!important;height: 666px;}*/
/*footer .logo img {max-width: 230px;}*/
/*footer p{font-size:18px;}*/


.we-appreciate.two h2{max-width: 100%;margin: auto;}
.we-appreciate.two h2 br{display:none;}
/*.we-appreciate.two h3{max-width:60%;}*/

#genesis-content .entry-content{width: 100%; margin: 0 auto;}
.become-member.contact .contact-form .row {
    flex-direction: column;
}
#genesis-content .woocommerce-MyAccount-navigation ul li a{font-size:13px;}
.woocommerce-MyAccount-content .woocommerce-button.wp-element-button.button{padding: 8px 10px !important;}

/*.banner-part.banner-part-home{height:830px;background-size: 145% !important;background-position: right;}*/
.banner-part.banner-part-home .banner-text h2, .about h1.become-heading{font-size:50px;}
.banner-part.banner-part-home .banner-text {padding: 120px 0 82px 0;}

.site-width.product .select-anchor-size{padding-right:45px;}

    table.cart .product-price, table.cart .product-quantity, table.cart .edit {
        width: 100%;
    }

}
@media only screen and (max-width:1366px){
	.image_upper_div {
    height: 297px;
}
}

@media only screen and (max-width:1200px){
	body.woocommerce-cart table.cart td.edit:before {
    display: none;
}

.woocommerce-cart-form__cart-item.cart_item dt {
    font-weight: 500;
    width: 200px;
    border-top: 1px solid #eee;
    margin-right: 0 !important;
    padding-top: 4px;
  }
.woocommerce-page table.shop_table_responsive tr .edit.mobile {
	display: block !important;
	border-bottom: 1px solid #eee;
}
.woocommerce-page table.shop_table_responsive tr td.edit {
    display: none !important;
}
 .woocommerce-cart td.product-name dl.variation dd {
    margin-left: 20px;
    float: right;
    width: calc(100% - 200px);
    border-top: 1px solid #eee;
    padding-top: 3px;
  }

.variation dd.variation-OrderDate {
    border-top: 0;
}
    #subpage-2019.site-width.sidebar-active.cart_new_class .variation {
        padding-top: 0;
        border-top: 1px solid #eee;
        margin-bottom: 8px;
        float: left;
        width: 100%;
        margin-top: 4px;
    }
	.woocommerce table.shop_table td {
  border-right: 0px solid #eee;
}
#order_review .shop_table.woocommerce-checkout-review-order-table .product-name {
  border-right: 1px solid #eee;
}
.woocommerce-cart-form__cart-item.cart_item dt:first-child {
    border-top: 0;
}
#order_review .shop_table.woocommerce-checkout-review-order-table td {
  display: block;
  text-align: right;
}
.woocommerce table.shop_table td {
  display: block !important;
  width: 100%;
  border-right: 0 !important;
  padding:7px 12px !important;
}
.woocommerce table.shop_table th {
  display: none !important;
}
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details ul > li strong {
	font-weight: 500;
	width: 40%;
	color: #000;
	font-size: 14px;
	margin-right: 0;
}
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details li p {
    display: inline-block;
    width: 59%;
    float: right;
    font-size: 14px;
    text-align: right;
    color: #666;
  }
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details li {
  float: right;font-size:14px;
}
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details ul > li {
  list-style: none;
  margin-bottom: 7px;
  display: inline-block;
  width: 100%;
  border-top: 1px solid #eee;
  margin: 0;
  padding: 3px 0;
}
 ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
    border-right: 0;
    border-bottom: 1px dashed #d3ced2;
    width: 100%;
  }
   .woocommerce table.shop_table td {
    display: inline-block !important;
    width: 100%;
    border-right: 0 !important;
    border: ;
    border-top: 0;
  }
  .woocommerce table.shop_table td.woocommerce-table__product-name.product-name li p a{
  font-size: 14px;
}
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details .woocommerce-table__product-name.product-name::before {
  font-weight: 700;
  float: left;
  content: "Product name :";
  float: left;
  width: 200px;
  margin-right: 8px;
  text-align: left;
}
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details .woocommerce-table__product-total.product-total::before {
  font-weight: 700;
  float: left;
  content: "Subtotal :";
  float: left;
  width: 200px;
  margin-right: 8px;
  text-align: left;
}
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details  tfoot tr:first-child td::before {
  font-weight: 700;
  float: left;
  content: "Subtotal :";
  float: left;
  width: 200px;
  margin-right: 8px;
  text-align: left;
}
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details  tfoot tr:last-child td::before {
  font-weight: 700;
  float: left;
  content: "Total :";
  float: left;
  width: 200px;
  margin-right: 8px;
  text-align: left;
}
.woocommerce-cart table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td {
    border-bottom: 1px solid #eee;
}
.woocommerce-cart table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td.product-thumbnail:before {
    display: none;
}
.woocommerce-cart table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td.product-thumbnail{padding:0px; border-bottom:0px;}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .product-name {
    width: 100%;
}
#order_review .shop_table.woocommerce-checkout-review-order-table .product-name:before {
    content: "Product :";
    font-weight: 700;
    float: left;
}
#order_review .shop_table.woocommerce-checkout-review-order-table dt{
    font-weight: 500;
    width: 40%;
    border-top: 1px solid #eee;
    margin: 0;
	padding: 5px 0;
}
    #order_review .shop_table.woocommerce-checkout-review-order-table dd {
        width: 60%;
        border-top: 1px solid #eee;
        margin: 0;
        float: left;
        padding: 5px 0 5px 4px;
    }
#order_review .shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal td:before {
    content: "Subtotal :";
    float: left;
}
#order_review .shop_table.woocommerce-checkout-review-order-table tr.order-total td:before {
    content: "Total :";
    float: left;
}
#order_review .shop_table.woocommerce-checkout-review-order-table td.product-total:before {
    content: "Subtotal";
    float: left;
}
#order_review .shop_table.woocommerce-checkout-review-order-table td.product-total {
    border-top: 1px solid #eee;
}

body.woocommerce-cart table.cart td.product-name dd p a {
  font-size: 14px;
}
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td {
  text-align: right;
}
.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
        padding-right: 20px;
    }
.woocommerce .theorders table tr td::before, .woocommerce-page .theorders tr td::before {
	content: attr(data-title) ": ";
	font-weight: 700;
	float: left;
}
.woocommerce .theorders table td {
	display: inline-block !important;
	width: 100%;
	border-right: 0 !important;
	border: ;
	border-top: 0;
	text-align:right;
	padding: 7px 12px !important;
border: 0;
    }
.woocommerce .theorders table th {
	display: none !important;
}
.woocommerce .theorders table td:first-child:before {
	content: "Order Id :";
	margin-top: 10px;
}
.woocommerce .theorders table td:first-child:before {
    content: "Order Id :";
}
.woocommerce-page .theorders tr td:nth-child(2)::before {
    content: "Date :";
}
.woocommerce-page .theorders tr td:nth-child(3)::before {
    content: "Family Name :";
}
.woocommerce-page .theorders tr td:nth-child(4)::before {
    content: "Total :";
}
.woocommerce-page .theorders tr td:nth-child(5)::before {
    content: "Actions :";
}
.woocommerce-page .theorders table {
    border: 1px solid #eee;
}
.woocommerce-page .theorders tr:nth-child(2n) td {
	background-color: rgba(0, 0, 0, .025);
}
.image_upper_div {
    /*float: left;
    width: 100%;
    display: flex;
	
    align-items: center;
    height: 340px;
    margin-bottom: 10px;*/
}
}

@media screen and (max-width: 1080px) {
	
.home-section .container {max-width: 1000px;}

.banner-part .logo {
	padding: 10px 0 10px;
	float: left;
	width: 100%;
	text-align: center;
}
.banner-text {padding: 50px 0;}
section.banner-part{height:580px;}
/*section.tools {background-size: 150% !important;height: 630px;}*/
#genesis-content .entry-content .gform_wrapper.gravity-theme .gform_validation_errors {
    width: 80%;
}


.banner-part .logo {
	padding: 10px 0 0;
	float: left;
}
.image_upper_div {
        height: 296px;
    }
	.gallery-link p {
    font-size: 20px;
}

}
@media screen and (max-width:1024px){
	#genesis-content .woocommerce-MyAccount-navigation {
    width: 26% !important;
}
.image_upper_div {
        height: 278px;
    }
}

@media screen and (max-width:1023px){



.banner-part.banner-part-home .banner-text {
	padding: 160px 0 82px 0px;
}

}
body.woocommerce div.product div.images{width:80%;}

@media screen and (max-width: 991px) {

    .navbar-light .navbar-toggler {
        margin-top: 0;
    }
.navbar-nav{display:block;} 
 #navbarSupportedContent {position: fixed;right: 0;padding: 10px 0;left: 0;top: 0;background: #fff;bottom: 0;z-index: 9;}
.navbar-light .navbar-nav .nav-link{padding: 5px 0;color:#000;font-size:20px;}
.navbar-light .navbar-nav .nav-link:hover{color:#000;}
.navbar-toggler:focus{box-shadow:none;}
.tools #myAccordion {width: 95%;} 

.cross{display: block;top: 30px;position: absolute;right: 30px;z-index:999;} 
/*.about h1.become-heading{font-size:45px;} */
.about-main.become-dealer .about-inner h2{font-size:18px;} 
.navbar-nav li {display: block;} 
 
#genesis-content .entry-content .gform_wrapper.gravity-theme .gform_validation_errors {
	width: 90%;
}

  .banner-part .logo img {
    width: 200px;
    margin-bottom: 20px;
    float: left;
}
.banner-part .logo {
	padding: 10px 0 0;
	float: left;
	width: auto;
}
.navbar.navbar-expand-lg.navbar-light {
        padding: 50px 0 20px;
        float: right;
        width: auto;
        position: relative;
    }
	.gallery-link {
    padding: 0 10px;
}
.image_upper_div {
        height: 225px;
    }
	body.woocommerce div.product div.images{width:100%;}
}


@media screen and (max-width: 834px) {
.home-link {text-align: center !important;}
.home-link.aos-init.aos-animate a {width: 100% !important;display: block;margin: 30px 0;} 
.logo img {max-width: 300px;} 
.home-link a {font-size: 32px;}
.home-section .container {max-width: 90%;}

section.banner-part {background-size: 190% !important;}
/*section.tools {background-size: 200% !important;height: 600px;}*/
.product-right{height:auto;}
.product-catalogue{padding:50px 0;}

.we-appreciate.two h2 {max-width: 85%;}
.we-appreciate.two h3 {max-width: 90%;}
.saints-box h4{font-size:25px;}
.saints-box h4 br{display:none;}

.about-main {
    width: 80%;
    margin: 50px auto 0;
    float: none;
    clear: both;
    display: ;
  }
    #genesis-content .woocommerce-MyAccount-navigation {
        width: 33% !important;
    }

.woocommerce-MyAccount-content .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1{max-width: 100%;}
.woocommerce-MyAccount-content .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{max-width:100%;} 

.gallery-link{width:32%;}
.gallery-link p{font-size:20px;}
.site-width.color-size-style{width: 95%;}


.site-width.color-size-style #product-image img {max-width: 80%;}
.site-width.color-size-style .colour-size-div{padding-top:50px;}

body.woocommerce .entry.product{display:block;}
.woocommerce div.product div.summary{padding-right: 0;}
table.cart .product-price, table.cart .product-quantity, table.cart .product-subtotal{width:100% !important;}
form#gform_4 {
    width: 100%;
}
#genesis-content .entry-content {
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
        box-sizing: border-box;
    }
.woocommerce-page .col2-set .col-2 {
    padding: 0;
}
.woocommerce-cart-form__cart-item.cart_item dt {
	width: 40%;
}
 .woocommerce-cart td.product-name dl.variation dd {
    width: 60%;
  }
  #genesis-content .woocommerce-MyAccount-navigation {
    padding: 10px !important;
}
}


@media screen and (max-width: 480px) { 
.home-link {text-align: center;}
.home-section .container {max-width: 95%;} 
.logo {margin: 0 0 180px;}
.logo img {max-width: 100%;}
.home-link {text-align: center;}
.home-link a {font-size: 30px;}
.home-link a.right{margin: 20px 0 0;float: left;text-align: center;width:100%;}

.banner-text h2, .about h1.become-heading{width:100%;}
section.banner-part{height: 340px;background-size: 210% !important;}
.banner-part .logo img {max-width: 200px;}
.banner-text{padding:30px 0;}
.banner-text h2, .about h1.become-heading{font-size:40px;}
/*.we-appreciate h2{font-size:35px;}*/
.we-appreciate h3{font-size:18px;}
.we-appreciate p{font-size:15px;}
.tools{padding:30px 0 0;}
/*.tools h2{font-size:50px;}*/
.tools #myAccordion {width: 95%;}
/*section.tools {background-size: 300% !important;height: 500px;}*/
.product-catalogue{padding:20px 0 40px;}
.product-left {margin-bottom: 25px;}
.product-left h2{font-size:40px;}
.product-right{height:auto;}
.banner-part .logo{padding:10px 0 0;}
  .navbar.navbar-expand-lg.navbar-light {
    padding: 30px 0 20px;
  }
.cross img {max-width: 20px;}

.we-appreciate.two h3 {max-width: 100%;}
/*.tools.memorial h2 {font-size: 35px;margin: 0 0 30px;}*/
.memorial.enduring {margin: 0 0 30px;}
.memorial.enduring h2 {font-size: 30px;}
.become-member h2 {font-size: 35px;}
.become-member p{max-width:100%;}
.become-member ul{width: 100%;}
.saints-box {margin-bottom: 30px;}
.memorial.place-img{height:350px;width: 100%;margin-bottom: 40px;}
.tools.memorial.place .memorial.enduring{padding-left:0;}
.become-member.contact h2 {margin: 0 0 50px;}
.become-member.contact .contact-form{width:90%;}
.become-member.contact {padding: 0 0 50px;}

.about-main {width: 96%;padding: 20px;margin: 10px auto 0;}
.about-inner h2{font-size:25px;}
/*.about h1.become-heading {font-size: 30px;margin: 0;}*/
.about-main.become-dealer{margin:20px auto 0;}
.about-main.become-dealer .about-inner h2{font-size:14px;}


body.woocommerce-page .entry-content{width:100%;}
.woocommerce-account .woocommerce{display:block;}

#gform_2 {width: 100%;}

#genesis-content .woocommerce-MyAccount-navigation {width: 100% !important;}

body.woocommerce-page .site-inner{width:90%;}
.woocommerce-MyAccount-content{padding:0;}
body.woocommerce-page .woocommerce h2{font-size: 40px;} 

.woocommerce-form.woocommerce-form-login.login {width: 100%;}
.site-width.sidebar-active.login_class #text-content{width: 100%;}

#page-content ul {padding: 0!important;}
.gallery-link {width: 48%;}
.gallery-link p {font-size: 18px;}

.site-width.color-size-style #product-image{width:100%;text-align:center;}
.site-width.color-size-style .colour-size-div {padding-top: 10px;}
.site-width.color-size-style .colour-size-div{width:100%;}

.portfolio-image {margin: 0 10px 50px !important;}
.u-column2.col-2.woocommerce-Address {padding-left: 0;}
.woocommerce-EditAccountForm.edit-account .woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first{width:100%;}

.site-width.product #product-image{width:100%;text-align: center;}
.site-width.product #product-sizes{width:100%;}
.site-width.product .select-anchor-size{padding-right:50px;}

#gform_4 {width: 90%;}

.banner-part.banner-part-home .banner-text h2, .about h1.become-heading{font-size:40px;}

.woocommerce-cart-form__cart-item.cart_item dt{text-align:left;}
article.entry .entry-title {font-size: 40px;}
.site-width.color-size-style .colour-size-div h4 {font-size: 25px;    margin: 0 0 20px;}
.site-width.color-size-style .colour-size-div .select-anchor-color { font-size: 20px;}
.product_title.entry-title {
    font-size: 25px;
}
.gform_legacy_markup_wrapper h2.gsection_title {
    margin: 30px 0 0 !important;
}
.gform_legacy_markup_wrapper .gsection {
    margin: 28px 0 20px;
}
.gform_legacy_markup_wrapper .gfield_checkbox li, .gform_legacy_markup_wrapper .gfield_radio li {
    margin: 0 0 2px;
}
body.woocommerce-page .gform_wrapper ul li.gfield--type-option.gfield--type-choice {
    margin-top: 20px;
}
.gform_legacy_markup_wrapper .top_label .gfield_label, .gform_legacy_markup_wrapper legend.gfield_label {
    margin-bottom: 4px;
    margin-top: 5px;
}
body.woocommerce-cart table.cart td.edit {
    vertical-align: top;
    padding-top: 0 !important;
}
    .woocommerce-cart-form__cart-item.cart_item dt {
        font-weight: 500;
        width: 40%;
        font-size: 13px;
    }
#subpage-2019.site-width.sidebar-active.cart_new_class .variation {
	padding-top: 10px;
	text-align: left;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
    padding: 8px 15px 4px;
    margin: 0;
    width: 100%;
    border-right: 0;
    border-bottom: 1px dashed #d3ced2;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li.woocommerce-order-overview__email.email {
    width: 100%;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li:last-child{border-bottom:0px;}
#page-content li {
  padding: 6px 0px 6px !important;
  font-size: 17px;
  border-right: 0px solid #ddd;
  border-bottom: 1px solid #ddd;
  width: 100%;
}
#page-content li:last-child{border-bottom:0px;}
    .image_upper_div {
        height: 167px;
    }
	    .gallery-link p {
        min-height: 110px;
    }
	
	
.we-appreciate.two h2, .tools h2, .product-catalogue.plaques .product-left h2, .memorial.enduring h2{max-width: 100%;font-size: 27px; margin-bottom:20px !important;}
.slick-slide img {height:300px !important; background-size:contain !important; margin-bottom:10px;}
.memorial, .become-member.contact h2, .become-member.contact {margin-bottom:20px;}
.product-catalogue.plaques .product-left p {padding-top:0px;}
.saints, .become-member.contact {padding-bottom:0px;}
.product-catalogue.plaques .product-left h2, .become-member.contact h2 {padding-top:20px;}
.badges img{width:95%;}
.become-member_button {margin-bottom:20px;}
.gallery-link p{min-height:auto; }
#product-shapes12 .flex-item-productList {padding-bottom:15px;}
.about .banner-part{margin:0px;}
	
}
@media only screen and (max-width:360px){
	 .banner-part.banner-part-home .banner-text {
		padding: 130px 0 82px 0px;
	  }
	    .banner-part.banner-part-home .banner-text h2, .about h1.become-heading {
    font-size: 40px;
  }
  .banner-part.banner-part-home .header-img img {
  width: 540px;
}
}



/*====== Media css close ==========*/
/* new css */
.article.entry{margin-bottom: 1.815rem;}

.entry-header{padding-top:0px !important; padding-bottom:0px !important;}
article.entry.post-11476{margin-bottom:0px !important;} 
#product-shapes{float:left; width:100%;}
section.banner-part-square{margin-bottom:1.815rem; padding-bottom: 1.441rem;}
.page-template-size-color-template .status-publish.entry{margin-bottom:10px;}
section#product-colors{margin-bottom: 1.815rem;}
.user_text img{max-width:100%;}
.page-template-product-pages-2019 .entry-header{flex-wrap: wrap; display:flex; flex-direction: column;}
.page-template-product-pages-2019 .entry-header h1{order:2;}
.page-template-product-pages-2019 .entry-header div.prepended-div{order:1;}
.product_page_left_image{/*width:40%;*/ float:left;}
.product_page_left_image img{max-width:100%;}
.content_product_right{float:right; width:52%; padding-top:40px;}
.content_product_right p{font-size:16px; padding-bottom:10px; text-align:left;}
.content_product_right p.product_page_dueNote{    padding: 10px ;
    border: 1px dashed #dfdada; float:left; width:100%; background: #f1f1f1; font-family: 'Eurostile Extended';
    color: #242424;}


.without_porcelain .content_product_right .gallery-link{padding-left:0px; padding-right:0px;}
	
.banner-part.banner-part-home{background: url(/content/themes/genesis-sample/images/new_homeBanner2.webp) bottom right no-repeat !important; position:relative;   background-size: cover !important; height: auto !important; padding-bottom:13%;}	
	
	
.we-appreciate.two
{
	position:relative;
	
}
.page-template-home_page_before_login_2024 .bg_main{ position:relative; background-size:cover;}

.home_banner_cIamge {position:absolute; top:5%; left:5%; position:absolute; width:190px; display:none; /* width:230px;*/}
.page-template-home_page_before_login_2024 .home_banner_cIamge, .page-template-home_page_2024 .home_banner_cIamge{display:block;}
.home_banner_cIamge img{max-width:100%;}
/*.without_porcelain .gallery-link .product_page_left_image{width:40%;}*/
.without_porcelain .gallery-link{width:44%;}
.without_porcelain .content_product_right .gallery-link{ width:100%;}
.banner-part.banner-part-home .banner-text, .logo{position:relative; z-index:1;}

.product_page_dueNote a.gallery-link{font-weight:normal; font-size: 16px;
   font-family:'Eurostile Extended'; color:#242424; text-align:left; margin-bottom:10px; padding-left:10px;}
   
  .with_porcelain a{ width:25%;}
  .site-width.color-size-style #product-image img{max-width:75% !important;}
  
   #product-shapes{display:grid;      grid-template-columns: repeat(4,1fr);   grid-gap: 1.25rem;}
   
 #product-shapes12{display:flex; flex-wrap:wrap;  grid-gap: initial;}
 /* #product-shapes12 .flex-item-productList {flex-basis: 25%; padding: 0px 0px;  box-sizing: border-box; padding-bottom: 30px;} */
   
 #product-shapes12 .flex-item-productList {flex-basis: 33%; padding: 0px 0px; padding-left:4%; padding-right:4%;  box-sizing: border-box; padding-bottom: 30px;}   
#product-shapes.with_porcelain a{box-sizing: border-box; width:100%;}
  
 
article.entry{margin-bottom:0px !important;}
.gallery-link.gallery-link-custom{width:100%; height:auto !important;}
#product-shapes.without_porcelain{display:block;}
body.woocommerce-cart #text-content{padding:0px !important;}
.page-template-home_page_before_login_2024 .tools.memorial.place, .page-template-home_page_before_login_2024 .tools.memorial{margin-bottom:0px;}
.page-template-home_page_before_login_2024 .tools{ padding-top:0px;}

.image_upper_div1 { height:80%; align-items: center; display: flex; align-items: center; padding:20px; justify-content:center;}
.image_upper_div1 img{max-height:100%; width:auto !important;}
 .page-template-home_page_before_login_2024 .tools.memorial.place{margin-bottom:0px;}
.page-template-home_page_before_login_2024 .tools.home_padding-top{padding-top:40px;}  
 
@media only screen and (min-width: 1440px) and (max-width: 2600px) {
.home_banner_cIamge{width:240px;}
} 

@media only screen and (max-width:1480px){
	/*.banner-part.banner-part-home{height:73vh !important;}*/
	.home_banner_cIamge{left:3%;}
}

@media only screen and (max-width:1360px){
	/*.banner-part.banner-part-home{height:60vh !important;}*/
	.home_banner_cIamge{left:5%;}
}

@media only screen and (max-width:1280px){
	/*.banner-part.banner-part-home{height:77vh !important;}*/
	.home_banner_cIamge{left:3%;}
}


@media only screen and (max-width:1152px){
	.home_banner_cIamge{left:1%;}
	#product-shapes {grid-template-columns: repeat(3,1fr);}
	.home_banner_cIamge{width:155px;}
	
}

@media only screen and (max-width:1024px){
	.home_banner_cIamge{    left: 1%; width: 156px !important;}
	.navbar-light .navbar-nav .nav-link{font-size: 15px; padding: 0 10px;}
	/*.banner-part.banner-part-home{    height: 50vh !important;}*/
	
}

@media only screen and (max-width:990px){
	.banner-part.banner-part-home{ height:auto !important; /*	padding-bottom:171px;*/}
.home_banner_cIamge { position:relative; top:auto; left:auto; margin:0px auto;}	
.banner-part.banner-part-home .banner-text{padding-bottom:20px; padding-top:20px;}
/*.we-appreciate.two{padding-top:115px;}*/
.site-width.color-size-style #product-image img{max-width:100% !important;}
.banner-part .logo{padding-top:50px;} 

.navbar-light .navbar-nav .nav-link span{background:#182a4c; color:#fff; top: 0px; margin-left: 6px;}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img{width:100%;}

	}
@media only screen and (max-width:767px){
.product_page_left_image{width:100%; float:left;}
.content_product_right{float:right; width:100%; padding-top:20px;}
.without_porcelain .gallery-link{width:100%;}
.without_porcelain .gallery-link img{height:auto !important;}
.product_page_left_image{height:auto;}
article.entry{margin-bottom:40px;}
.site-width.color-size-style #product-image img{max-width:100% !important;}
	#product-shapes, #product-shapes12 {grid-template-columns: repeat(2,1fr);} 
	
.banner-part.banner-part-home{background: url(/content/themes/genesis-sample/images/mobile_homeHeader.png) bottom right no-repeat !important; position:relative;   background-size: cover !important; height: auto !important; padding-bottom:3%; margin-bottom:30px;}	
	
}

.product_detail_left {padding:0px;}
.product_detail_left .product_page_left_image {padding-top:40px; height:auto !important;}
.page-template-product-pages-2019 .entry-title {padding-bottom:30px;}

.woocommerce-Tabs-panel h2{    font-size: 1.6rem;}
.woocommerce-Tabs-panel p strong{font-weight:normal;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{padding:10px;}



body.woocommerce div.product div.images{}
.page-id-10 .woocommerce-Button.button.wp-element-button{margin-bottom:20px;}

.cart-contents-count{white-space:nowrap;}
.page-id-5468 .site-width{width:80% !important;}
.image_upper_div1{}
.page-id-5468 .image_upper_div1, .page-id-5468 #product-shapes12 .flex-item-productList{padding-bottom:0px; padding-top:0px;}
.page-template-product-pages-2019.page-id-5468 .entry-title{padding-bottom:0px;}
.page-id-5468 .image_upper_div1 img{max-height:72%;}

.page-id-5501 #product-shapes12 .flex-item-productList,
.page-id-5643 #product-shapes12 .flex-item-productList,
.page-id-11883 #product-shapes12 .flex-item-productList,
.page-id-5507 #product-shapes12 .flex-item-productList,
.page-id-11862 #product-shapes12 .flex-item-productList,
.page-id-11890 #product-shapes12 .flex-item-productList

 {flex-basis: 48%;}
.tools.memorial.place .memorial.enduring.ways_to_place h2{margin-bottom:30px;}

@media only screen and (max-width: 1080px) and (min-width: 980px)  {
.home_banner_cIamge{    width: 175px;}
.site-width.color-size-style .colour-size-div .submit-button{padding:25px 0px;}
.woocommerce-MyAccount-content{padding-right:0px;}
.u-column1.col-1.woocommerce-Address, .u-column2.col-2.woocommerce-Address{float:left;}
.u-column1.col-1.woocommerce-Address h3, .u-column2.col-2.woocommerce-Address h3{font-size:20px;}
}

@media screen and (max-width: 810px) {
	.site-width.color-size-style, body.woocommerce-page .site-inner{max-width:95%; width:95%;}
	.woocommerce-Tabs-panel h2{padding-top:10px; padding-bottom:5px; font-size:1.3rem;}
	.woocommerce-Tabs-panel p {padding-bottom:10px; font-size:1rem;}
	article.entry .entry-title{font-size:30px;}
}

@media only screen and (max-width: 810px) and (min-width: 768px)  {
	
	body.woocommerce div.product div.images, body.woocommerce div.product div.summary{float:left; width:47%;}
	
.page-id-5501 #product-shapes12,
.page-id-5643 #product-shapes12,
.page-id-11883 #product-shapes12,
.page-id-5507 #product-shapes12,
.page-id-11862 #product-shapes12,
.page-id-11890 #product-shapes12
{display:block; }
	
.page-id-5501 #product-shapes12 .flex-item-productList,
.page-id-5643 #product-shapes12 .flex-item-productList,
.page-id-11883 #product-shapes12 .flex-item-productList,
.page-id-5507 #product-shapes12 .flex-item-productList,
.page-id-11862 #product-shapes12 .flex-item-productList,
.page-id-11890 #product-shapes12 .flex-item-productList

 {flex-basis: 100%;}
	
.page-id-5501 #product-shapes12 .content_product_right,
.page-id-5643 #product-shapes12 .content_product_right,
.page-id-11883 #product-shapes12 .content_product_right,
.page-id-5507 #product-shapes12 .content_product_right,
.page-id-11862 #product-shapes12 .content_product_right,
.page-id-11890 #product-shapes12 .content_product_right
	{
		padding-top:0px; width:100%;
		
	}
	
}

@media only screen and (max-width: 767px){
	#product-shapes, #product-shapes12 {
    display: grid;
}
.site-width{width:95%;}
.navbar-light .navbar-nav .nav-link span.cart-contents-count{width:auto !important;}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img{width:100%;}

.page-id-5501 #product-shapes12,
.page-id-5643 #product-shapes12,
.page-id-11883 #product-shapes12,
.page-id-5507 #product-shapes12,
.page-id-11862 #product-shapes12,
.page-id-11890 #product-shapes12
{display:block; }
	
.page-id-5501 #product-shapes12 .flex-item-productList,
.page-id-5643 #product-shapes12 .flex-item-productList,
.page-id-11883 #product-shapes12 .flex-item-productList,
.page-id-5507 #product-shapes12 .flex-item-productList,
.page-id-11862 #product-shapes12 .flex-item-productList,
.page-id-11890 #product-shapes12 .flex-item-productList

 {flex-basis: 100%;}
	
.page-id-5501 #product-shapes12 .content_product_right,
.page-id-5643 #product-shapes12 .content_product_right,
.page-id-11883 #product-shapes12 .content_product_right,
.page-id-5507 #product-shapes12 .content_product_right,
.page-id-11862 #product-shapes12 .content_product_right,
.page-id-11890 #product-shapes12 .content_product_right
	{
		padding-top:0px; width:100%;
		
	}


}
@media screen and (max-width: 480px) { 
.banner-part .logo{padding-top:25px;}
.banner-part.banner-part-square{padding-bottom:0px;}
	
}

.home-heading-margin {margin-top:-30px; z-index:9; position:relative;}
.become-member_button{float:left; width:100%; text-align:left; padding: 20px 0px 0px 20px;}
.become-member_button a {font-size: 18px;color: #fff;  background: none; border: 1px solid #fff; padding: 22px 40px;
font-family: 'Eurostile Extended';font-weight: bold;font-style: normal;display: inline-block; width:auto;}
.become-member_button a:hover {background: #fff; border: 1px solid #fff;  color: #182a4c!important;}
.about h1.become-heading{ text-transform:uppercase; text-align:center;}
.about-inner{margin-bottom:15px;}
.about-main.become-dealer .about-inner p{margin:0px;}
a.become_a_dealer{margin-top:25px;}
.banner-part.banner-part-square{margin-bottom:3.0rem;}
.product_page_dueNote a.gallery-link{    font-family: 'Effra Trial';}
.product_page_dueNote a.offline{font-family: 'Effra Trial';}
.product_page_dueNote{text-align:center !important;}
.product_page_dueNote a.offline{text-align:center;
font-size: 16px;
    color: #182a4c;
    background: 0 0;
    border: 1px solid #182a4c;
    padding: 11px 20px;
  
    font-weight: 700;
    font-style: normal;
    display: inline-block;
    border-radius: 0;
    margin: 5px 0 0;

}


.product_page_dueNote a.offline:hover{background: #182a4c !important; color: #fff !important;}

p.product_page_dueNote a.gallery-link-custom {padding-bottom:0px !important;}

section#product-shapes12{margin-bottom:0px !important;} 
.page-id-11476 .sidebar{display:none !important;}
#faq_box h2{padding-bottom:8px;}
#faq_box h2, #faq_box p{ text-align:left;}
#faq_box p{padding-left:27px;}
#faq_box ul{padding-left:60px;}
#faq_box ul li{text-align:left; padding-bottom:8px; list-style-position:inside; list-style: circle;}
#faq_box ul li strong{font-size:15px !important; padding-right:4px;}
.banner-part .logo img{padding-top:38px;} 

@media screen and (max-width: 991px) { 
.site-width.color-size-style #product-image{padding-right:5%;}
.navbar-nav{padding-top:11px;}
.navbar-light .navbar-nav .nav-link {
    font-size: 22px;
    padding: 10px 0px 5px 25px;
	text-align:left;}
	#navbarSupportedContent{
}
.site-width.color-size-style .colour-size-div .submit-button {padding:20px 0px;} 
.site-width.sidebar-active.login_class .tml-button, #gform_2 #gform_submit_button_2{padding:10px 35px !important;}

/*
#navbarSupportedContent{ display:none !important;}

#navbarSupportedContent.show
{
	display:block !important;

    -webkit-animation: fadeInFromNone 0.5s ease-out;
    -moz-animation: fadeInFromNone 0.5s ease-out;
    -o-animation: fadeInFromNone 0.5s ease-out;
    animation: fadeInFromNone 0.5s ease-out;
}

@-webkit-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@-moz-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@-o-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}*/
}

@media screen and (max-width: 991px) { 

.banner-part .logo img{padding-top:0px;}
.about .banner-part {float:left; width:100%; margin-bottom:0px;}
.about h1.become-heading{padding-top:30px;}

}

@media screen and (max-width: 767px) { 
.home-heading-margin {margin-top:0px;}
.home-heading-margin{z-index:0;}
.banner-part .logo img{padding-top:0px;}
}
.slick-list{padding:0px !important;}
.memorial_img {border:0px solid red;}
.memorial_img img {border:0px solid green; background-size:100%; background-repeat:no-repeat; background-position:center center;}

@media screen and (max-width: 420px) { 
.banner-part.banner-part-square {
    margin-bottom: 10px;
}
.woocommerce-form.woocommerce-form-login.login { margin-bottom:2rem;}
.banner-part .logo img{padding-top:0px;}
}

#gform_confirmation_message_4 {
  /* Your custom styles here */
  /*color: green; */
  font-size: 24px;
  text-align: center;
  margin-top: 20px;
}
body.error404 .widget-wrap, body.error404 .search-form { display: none; }

.woocommerce-account.logged-in.woocommerce-lost-password .woocommerce{    flex-direction: column;}
.woocommerce table.my_account_orders .button.print{margin-right:0px !important;}
.woocommerce table.my_account_orders .button{padding:7px 5px !important; font-size:14px !important; border-radius:0px !important; margin-right:0px; }

.post-10 .woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first{
	width:50%;
	
}
.lost-password-para {width:100% !important;} 
.woocommerce-error li {padding-left: 4.0em !important;}
.page-id-10 #user_login{ width:100% !important;}

/* new css */
.home-link button { font-family: "Michroma", sans-serif; }
.social-links { display: flex;justify-content: center; align-items: center;gap: 50px;margin-top: 20px; }

/* Each social box styling */
.social-box {
    display: flex;
    flex-direction: column; /* for icon + text if needed */
    justify-content: center;
    align-items: center;
    width: 53px;
    height: 53px;
    border: 2px solid #fff; /* light gray border */
    border-radius: 15px; /* rounded corners */
    transition: transform 0.3s, box-shadow 0.3s;
    background-color: transparent; /* transparent fill */
}

/* Hover effect on box */
.social-box:hover {
    transform: scale(1.05);
    box-shadow: 0px 4px 12px rgba(0,0,0,0.1);
}

/* Image styling inside box */
.social-box img {
    width: 40px;
    height: 40px;
    transition: transform 0.3s;
}

.social-box img:hover {
    transform: scale(1.2);
}

/* Responsive: vertical layout after iPad (768px) */
@media (max-width: 768px) {
    .social-links {
        flex-direction: column;
        gap: 60px;
    }
    .social-box {
    display: flex;
    flex-direction: column; /* for icon + text if needed */
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    border: 2px solid #fff; /* light gray border */
    border-radius: 15px; /* rounded corners */
    transition: transform 0.3s, box-shadow 0.3s;
    background-color: transparent; /* transparent fill */
    }
    .social-box img {
    width: 45px;
    height: 45px;
    transition: transform 0.3s;
    }
}

 
 