/*
Theme Name: Extendable Child
Theme URI: https://github.com/extendify/extendable
Template: extendable
Author: Extendify
Author URI: https://extendify.com
Description: Extendable is a distinct, dynamic block theme designed as a canvas for your next online venture. Sporting multiple style variations, Extendable is the most expressive block theme yet. Go fresh, bold, bohemian or minimal — with a single click.
Tags: one-column,custom-colors,custom-menu,custom-logo,e-commerce,editor-style,featured-images,full-site-editing,block-patterns,rtl-language-support,sticky-post,threaded-comments
Version: 2.0.17.1739598617
Updated: 2025-02-15 05:50:17

*/
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}
/* video page css */

.tax-product_cat {
    background-color: #000;
    margin: 0 auto;
    color: #fff;
    width: 100%;
	max-width:390px;
	text-align:center;
}
.tax-product_cat h1 {
    margin-bottom: 0px;
    line-height: 33px;
    margin-top: 100px;
    text-transform: uppercase;
	text-align:center;
    display: none;
}
.tax-product_cat .taxonomy-description p {
    font-size: 20px;
    margin-bottom: 30px;
}
.second-desc p {
    font-size: 24px;
    line-height: 26px;
    font-weight: bolder;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'poppins', sans-serif;
    padding: 0px;
    margin: 13px 0px;
    text-shadow: 1px 1px 20px #fff, 1px 1px 100px #ccc;
}
.slick-slider .element{
  height:470px;
  width:390px;
  margin-right: 10px;
  display:inline-block;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
}
.elementor-444 .elementor-element.elementor-element-cc87527 {
    overflow: hidden;
}

@media (max-width: 767px) {
	.elementor-311 .elementor-element.elementor-element-2bb1997 {
		z-index: -1 !important;
	}
    .elementor-444 .elementor-element.elementor-element-92f7582 > .elementor-widget-container {
        margin-right: -14px !important;
    }
	.elementor-444 .elementor-element.elementor-element-cc87527 {
        overflow: hidden;
    }
	.sgpb-popup-dialog-main-div-theme-wrapper-3 {
		top: 0px !important;
left:58px!important;
	}
	td.owner_name {
		text-transform: capitalize;
	}
	::-webkit-calendar-picker-indicator {
	  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24"><path fill="%23bbbbbb" d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"/></svg>');
	}
	
	input[type="date"] {
	  text-align: left;
	}
	input[type='date'], input[type='time'] {
		-webkit-appearance: none;
	}
}
   
	
.box-video{
  position: relative;
  width: 100%;
  height:100%;
  cursor: pointer;
  overflow: hidden;
}
 .bg-video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 2;
}
.box-video .bt-play {
 width: 85%;
    position: absolute;
    bottom: 6%;
    left: 4%;
    margin: 0px 0px 0px 4px;
    padding: 0 12px;
}

/* When Class added the Cover gets hidden... */
.box-video.open .bg-video{
  visibility: hidden;
  opacity: 0;

  -webkit-transition: all .6s .8s;
  transition: all .6s .8s;  
}

/* and iframe shows up */
.box-video.open .video-container{
  opacity: 1;
  -webkit-transition: all .6s .8s;
  transition: all .6s .8s;
}

/* Giving the div ratio of 16:9 with padding */
.video-container {
	position: relative;
	width: 100%;
	height: 0;
    margin: 0;
    z-index: 1;
	padding-bottom: 100%;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 610px;
}
.video-title p {
    font-size: 24px;
    text-transform: uppercase;
    line-height: 10px;
	text-align: left;
    font-weight:900;
    letter-spacing:1px;

}
.video-desc p {
     font-size: 12px;
line-height:16px;
font-weight:400;
font-family: 'Roboto';
    text-align: left;
}
.slick-list {
    padding-left: 0px!important; 
}
.ownership td {
    color: #A7A8A8;
    width: 50%;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
padding:5px 0 6px!important;
}
.ownership td:first-child{
text-transform:uppercase;
}
.ownership table {
    width: 100%;
}

.ownership td .head{
    font-weight: bold;
    font-size: 12px !important;
}

.cate-img-one img {
    width: 70%;
    margin-top: 20px;
}

.sub-head-img img {
    width: 200px;
}
.ownership {
    font-family: "Verdana", Sans-serif;
}

label.white-color {
    color: #fff !important;
    font-family: "Poppins", Sans-serif;
}


.owner_form input#owner {
    height: 50px;
    width: 100%;
    border-radius: 8px;
    padding: 0px 15px;
    font-family: 'Poppins';
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    text-transform: capitalize;
}

.owner_form input#ownershipDate {
    height: 50px;
    width: 100%;
    border-radius: 8px;
    padding: 0px 15px;
    font-family: 'Poppins';
    margin-bottom: 138px;
	background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    text-transform: capitalize;
	text-align:left !important;
}

.sgpb-popup-builder-content-html .ownership {
    width: 90%;
    margin: 0px auto !important;
    padding-top: 23px;
}

.owner_form button#form-submit-owner {
    height: 50px;
    width: 100%;
    font-size: 16px;
    font-family: 'Poppins';
    text-transform: uppercase;
    font-weight: 700;
    background-color: #fff;
    border: none;
    border-radius: 5px;
   
	color:#000 !important;
}

form#custom-owner-form {
    width: 90%;
    margin: 0px auto;
}

/*flip box*/
.panel{position:relative;}
.panel .front{
	max-width:100%;
    -webkit-transform: rotateX(0) rotateY(0);
    transform: rotateX(0) rotateY(0);
  -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
   -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.panel .back{
	max-width:360px;
    position:absolute;
    -webkit-transform: rotateY(-179deg);
    transform: rotateY(-179deg);
  -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
   -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	
}
.towner.flip{
margin-top:0!important;
}
.panel.flip .front{ transform: rotateY(180deg) }
.panel.flip .back{ -webkit-transform: rotateX(0) rotateY(0); }

.list-popup-23 {
	cursor:pointer;
}
.flip .margin-top-btn {
	margin-top:0px !important;
}
  .panel {
    -webkit-perspective: 800px;
            perspective: 800px;
  }
.flip-desc {
    color: #fff !important;
    font-size: 10px;
    text-align: left;
    line-height: 1.2rem;
    font-weight: normal;
	font-family: "Verdana", Sans-serif;
	margin: 11px 0px;
}

.message-div {
	font-family: "Verdana", Sans-serif;
    font-size: 14px;
    color: #fff;
    text-align: center
}
.main-div-page .e-con-inner {
    padding: 0px !important;
	margin: 0px auto !important;
}
.card-tbl-desc .head {
	font-family: "Verdana", Sans-serif;
	font-weight:600;
    color: #c3c3c3;
	font-size:8px;
}
.flip-inner-card {
    margin-top: -70px;
}
.elementor-311 .elementor-element.elementor-element-3ca55ab .elementor-button {
	padding: 15px 55px 15px 55px !important;
}
.card-tbl-desc .owner_name {
	font-family: "Verdana", Sans-serif;
	font-size:10px;
}
.card-tbl-desc {
    color: #fff;
	font-size: 12px;
}
.card-tbl-desc table {
    width: 100%;
}

#sgpb-popup-dialog-main-div div {
	overflow:hidden;
}
 @media screen and (max-width:500px) {
.owner_form input#ownershipDate{
margin-bottom:151px !important;
}
div#back-card {
    margin-bottom: 30%!important;
}

.page-id-311 .ownership {
    padding: 0 0!important;
}		
		.sgpb-popup-dialog-main-div-theme-wrapper-3 .sgpb-popup-close-button-3{
			    left: 40px !important;
		}
.towner .list_css:after {
    left: 280px!important;
  
}

.front.e-flex.e-con.e-child {
    flex-wrap: nowrap!important;
}
.sgpb-popup-dialog-main-div-theme-wrapper-3 {
    top: 0px !important;
    
}
div#sgpb-popup-dialog-main-div {
    width: 100%!important;
    min-width: 267px!important;
    height: 48vh !important;
    max-width: 270px!important;
}
.towner .list_css:after, .towner.e-con:before{
display:none!important;
}

}

.towner.e-con:before {
    content: '';
    background: url(https://moderncollectibles.co.uk/wp-content/uploads/2025/01/Group-39495.png);
    position: absolute;
    left: -59px;
    background-repeat: no-repeat;
    top: -19px;
    background-position: left;
  width:87px;
    height: 143px;
}
.towner .list_css:after {
    content: '';
    background: url(https://moderncollectibles.co.uk/wp-content/uploads/2025/01/Group-39496.png);
    position: absolute;
    left: 338px;
    background-repeat: no-repeat;
    bottom: -33px;
    background-position: right;
    height: 143px;
    width: 87px;
}

.ownership td:nth-child(2) {
    text-align: right;
}

/*
body:before {
    content: '';
    background: url(https://moderncollectibles.co.uk/wp-content/uploads/2025/01/Group-39495.png);
    position: absolute;
    left: 0px;
    background-repeat: no-repeat;
    bottom: 0px;
    background-position: left;
    width:87px;
    height: 143px;
}
body:after {
    content: '';
    background: url(https://moderncollectibles.co.uk/wp-content/uploads/2025/01/Group-39496.png);
    position: absolute;
    right: 0px;
    background-repeat: no-repeat;
    bottom: 0px;
    background-position: right;
    height: 143px;
    width: 87px;
}
*/
body{
margin:0!important;
}
