/* --- Fonts --- */
@font-face {
font-family: 'Trajan';
font-style: normal;
font-weight: normal;
src: url('./../fonts/Trajan-Regular.woff') format('woff');
}
@font-face {
font-family: 'Trajan Bold';
font-style: normal;
font-weight: normal;
src: url('./../fonts/Trajan-Bold.woff') format('woff');
}
@font-face {
font-family: 'Cormorant';
font-style: normal;
font-weight: normal;
src: url('./../fonts/Cormorant-Regular.woff') format('woff');
}
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: normal;
src: url('./../fonts/Montserrat-Regular.woff') format('woff');
}
/* --- Fonts end --- */
/* --- Initial --- */
body {
    -webkit-tap-highlight-color: transparent;
    text-rendering: optimizeSpeed;
    background: #fff;
    color: #252724;
    font-family: Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol!important;
    font-size: 18px;
    line-height: 1.5;
	box-sizing: border-box;
    margin: 0;
    min-height: 100vh;
	max-width: 100%;
    padding: 0;
    scroll-behavior: smooth;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}
input[type="text"], input[type="url"], input[type="email"], input[type="tel"], textarea {
    box-sizing: border-box;
    padding: 6px 8px;
    border: 1px solid #aaa;
    border-radius: 3px;
    color: #444;
    background-color: #fff;
    max-width: 100%;
}
h1, h2, h3, h4, h5, h6, 
.comment-form .logged-in-as a {
    font-family: 'Trajan';
    font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
}
.btn, button, 
input[type=button], input[type=submit] {
    font-family: 'Trajan';
    font-weight: normal;
    border-width: 0px;
    padding: 8px 16px;
    border-radius: 3px;
	background-color: rgb(127, 0, 0);
    color: #fff;
	transition: 0.25s;
}
iframe, img {
    max-width: 100%;
	height: auto;
}
.hdrlgo, .mnubar, 
.gallery .gallery-item,  
.pslimg, .pslimg figure, .pslimg figure img {
	line-height: 0;
}
a {
    transition: 0.25s;
	text-decoration: none;
	color: inherit !important;
}
.bcm a, .mta a, .ftrone a, .cmt a, .pos .ctt p a, .pos .ctt .product_meta a {
    color: rgb(34, 93, 178);
}
a:hover, a:focus {
	color: #2f78cf;
}
.btn:hover, .btn:focus, 
button:hover, button:focus, 
input[type=button]:hover, input[type=button]:focus, 
input[type=submit]:hover, input[type=submit]:focus {
	cursor: pointer; 
	background-color: rgb(224, 61, 66);
}
/* --- Initial end --- */
/* --- Whatsapp Fixed Button --- */
.wapfix{
	position: fixed;
	bottom: 18px;
	left: 18px;
	-webkit-animation: goyang 6s infinite;  /* Safari 4.0 - 8.0 */
    animation: goyang 6s infinite;
	z-index: 3;
}
@-webkit-keyframes goyang {
      0% {transform:scale(1.0, 1.0);}
     46% {transform:scale(1.0, 1.0);}
     50% {transform:scale(1.3, 1.3);}
     54% {transform:scale(1.0, 1.0);}
    100% {transform:scale(1.0, 1.0);}
}
@keyframes goyang {
      0% {transform:scale(1.0, 1.0);}
     46% {transform:scale(1.0, 1.0);}
     50% {transform:scale(1.3, 1.3);}
     54% {transform:scale(1.0, 1.0);}
    100% {transform:scale(1.0, 1.0);}
}
/* --- end of Whatsapp Fixed Button --- */
/* --- Layout --- */
.show{display:initial !important;}
.hide{display:none !important;}
.wrp {
    max-width: 1200px;
	box-sizing: border-box;
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.wrp, .ctrele, 
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
}
.absmid {
	position: relative;
}
.absmid > * {
    position: absolute;
    left: 50%;
    top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: auto;
    max-width: 100%;
}
.ilvmid > *{
	display:inline-block;
	vertical-align:middle;
	line-height: 1;
}
.ilvtop > *{
	display:inline-block;
	vertical-align: top;
}
.flex, .gallery {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.nowrap {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.flxcolrev{
	-webkit-flex-direction:column-reverse;
	-moz-flex-direction:column-reverse;
	-ms-flex-direction:column-reverse;
	flex-direction:column-reverse;
}
.flxcol{
	-webkit-flex-direction:column;
	-moz-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
}
.flex .ordone{
	-webkit-order:1;
	-moz-order:1;
	-ms-order:1;
	order:1;
}
.spcbtwn {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.spcarnd{
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
.flxctr, .gallery {
	-webkit-justify-content: center;
    justify-content: center;
}
.flxend {
	-webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.bseitm {
	-webkit-align-items:baseline;
    align-items: baseline;
}
.ctritm, .gallery {
	-webkit-align-items:center;
	align-items:center;
}
.enditm{
	-webkit-align-items:flex-end;
	align-items:flex-end;
}
.topitm{
	-webkit-align-items:flex-start;
	align-items:flex-start;
}
.stcitm{
	-webkit-align-items:stretch;
	align-items:stretch;
}
.vmid{
	top:50%;
	transform:translateY(50%);
	position:absolute;
}
/* --- WP Gallery --- */
.gallery .gallery-item {
    text-align: center;
    padding: 0px 10px 0px 10px;
    margin: 0px 0px 20px 0px;
    box-sizing: border-box;
}
.gallery .gallery-item img {
    max-height: 200px;
    width: auto;
	box-sizing: border-box;
}
.triperfor{width:calc(75% - 1.5vw);}
.oneperfor{width:calc(25% - 1.5vw);}
.twopertri{
	/* width:calc(66% - 1.5vw); */
	-webkit-flex: 0 0 66.6666666667%;
	-moz-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}
.gallery-columns-2 .gallery-item, .half-max{width:50%;}
.half{width:calc(50% - 1.5vw);}
.gallery-columns-3 .gallery-item {width: 33%;}
.onepertri{    
	/* width:calc(33% - 1.5vw); */
	-webkit-flex: 0 0 33.3333333333%;
    -moz-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.gallery-columns-4 .gallery-item {width: 25%;}
.gallery-columns-5 .gallery-item {width: 20%;}
.gallery-columns-6 .gallery-item {width: 16.5%;}
.gallery-columns-7 .gallery-item {width: 14.2%;}
.gallery-columns-8 .gallery-item {width: 12.5%;}
.gallery-columns-9 .gallery-item {width: 11%;}
.gallery-columns-10 .gallery-item {width: 10%;}
/* --- end WP Gallery --- */
/* --- Meta --- */
.comment-metadata, .commentlist .reply, .breadcrumbs, .mta, .ftrbtm, 
.comment-form .logged-in-as, .comment-notes, 
.comment-form .comment-form-cookies-consent, .comment-form label, .dte, .wpcf7-form label, .product_meta {
	font-size: 12px;
}
.comment-metadata, .commentlist .reply, .breadcrumbs, .mta, .ftrbtm, 
.comment-form .logged-in-as, .comment-notes, 
.comment-form .comment-form-cookies-consent, .dte, .product_meta {
    color: #484c52;
}
/* --- Meta end --- */
.cs-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}
.mnubtm > .menu-item, .ddwtgl {
	transition: 0.5s;
}
/* --- Layout end --- */
/* --- Forms --- */
.panel, .wpcf7 > form {
    background-color: white;
    background: - webkit-linear-gradient(top, #fff 1%, #f0f0f0 98%) repeat scroll 0 0 #f5f5f5;
    background: linear-gradient(to bottom, #fff 1%, #f0f0f0 98%) repeat scroll 0 0 #f5f5f5;
    border: 1px solid #ddd;
    border-top-color: #ed1c24;
    border-top-width: 3px;
    border-radius: 9px;
    padding: 1.618em 1.618em .618em 1.618em;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.04);
}
/* --- Forms end --- */
/* --- Header --- */
.hdrmid {
    background-color: #7f0000;
    background: #7f0000 url(../img/hdrbg.webp) center right no-repeat;
}
.hdrlgo {
    padding: 10px 0px;
}
.mnubtmwrp {
    overflow-x: scroll;
}
.mnubtmwrp, .mnubtm > .menu-item {
    background-color: #252724;
    color: #ccc;
	text-wrap: nowrap;
}
.mnubtm > li > .sub-menu, 
.mnubtm > .menu-item:hover, 
.mnubtm > .menu-item:active {
    background-color: #333;
	color: #ccc;
}
.mnubtm > .menu-item:hover > a, 
.mnubtm > .menu-item > .sub-menu > .menu-item:hover > a  {
    color: #fff;
}
.mnubtm {
    font-size: 16px;
}
.mnubtm li {
    list-style: none;
}
.mnubtm > li > a {
    font-family: 'Trajan';
}
.mnubtm > .menu-item {
    padding: 10px 20px;
	border-right: 1px solid #333;
}
.mnubtm > li > .sub-menu {
    position: absolute;
    margin: 10px 50% 0px 0px;
	margin-right: -webkit-calc(50% + 10px);
	margin-right: calc(50% + 10px);
    padding: 0px 0px 0px 5px;
    right: -50%;
    width: 100%;
	width: -webkit-calc(100% - 20px);
	width: calc(100% - 20px);
	max-height: 300px;
    overflow-y: scroll;
	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
	box-shadow: 0px 7px 10px -5px rgba(1,1,1,0.7);
}
.mnubtm > .menu-item > .sub-menu > .menu-item > a {
    border-left: 5px solid #d7b400;
    padding-left: 8px;
}
.mnubtm > .menu-item > .ddwtgl {
    margin: 0px 5px 0px 10px;
}
.mnubtm .menu-item:not(.menu-item-has-children) .ddwtgl, 
.mnubtm .menu-item:not(:hover) .sub-menu {
    display: none;
}
.mnubtm > .menu-item:hover > .ddwtgl, 
.mnubtm > .menu-item:active > .ddwtgl {
    rotate: 180deg;
}
.mnubtm .sub-menu .menu-item {
    padding: 10px 10px;
}
/* --- Header end --- */
/* --- Footer --- */
.ftrbtm {
    background-color: #252724;
    color: #999;
    padding: 10px 0px;
    font-size: 12px;	
}
.ftrpvc {
    font-family: 'Trajan';
}
.ftrpvc > * {
    margin: 0px 5px;
}
.rdrlgoftr {
    width: 18px;
}
/* --- Footer end --- */
/* --- Front Page --- */
.fpg .pgettlwrp {
    display: none;
}
/* --- Front Page end --- */
/* --- Content page --- */
.pgettlwrp {
    margin-top: 50px;
}
.pos .txt .ctt.wrp {
    padding-left: 20px !important;
    padding-right: 20px !important;
	padding-bottom: 20px;
    padding-top: 20px;
}
.patftonem > * {
    margin: 0px 0px;
}
.patftowrp {
    text-align: center;
	z-index: -10;
    position: relative;
}
.patfto {
    border-radius: 50%;
}
.patnemttl {
    background-color: #D7BB00;
    color: #fff;
    padding: 28px 0px 0px 0px;
	margin-top: -21px;
	margin-bottom: 25px !important;
	margin-left: auto;
    margin-right: auto;
    position: relative;
	left: -7px;
	text-align: right;
	max-width: 100%;
    width: 370px;
	width: -webkit-fit-content;
	width: fit-content;
}
.patnem {
    background-color: #7f0000;
    color: #d7b400;
    margin-top: -50px;
    margin-left: 15px;
	margin-right: -15px;
	margin-bottom: 0px;
	padding: 7px 16px;
	min-width: 160px;
    text-align: center;
}
.patttl {
	font-family: 'Montserrat';
	margin: 0px;
	padding: 3px 15px 3px 10px;
	font-size: 16px;
}
.patttl .rdremblem {
    margin-right: 7px;
	margin-bottom: -2px;
    width: 21px;
    height: auto;
}
.patdsk {
    max-width: 600px;
    text-align: center;
    margin: 0px auto;
}
.patftonem, .patdsk {
    margin-bottom: 30px;
}
.patitm {
    margin-bottom: 100px;
}
/* --- Content page end --- */
/* --- Widget --- */
.fpghdrbnrwrp {
    overflow: hidden;
}
.wgtfpghdrbnr.widget_media_image {
    line-height: 0;
}
/* --- Widget --- */