/*
Theme Name: 	Partner & Partners Theme
Theme URI: 		https://gitlab.com/partnerandpartners/partner-and-partners
Description: 	Our custom Partner and Partners theme
Version: 		1.0
Author: 	Partner & Partners
Author URI: 	https://partnerandpartners.com
Tags: 	custom, clean, basic
*/

/* 400 and up */
@media screen and (max-width:768px) {
	html #wpadminbar {
	  display: none;
	}
}

*,
*::before,
*::after {
  box-sizing: border-box; }

body {
  font-family: serif !important;
  font-size: 1.125rem !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
  color: #212529 !important;
  text-align: left !important;
  background-color: #fff !important;

}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

ul.navbar-menu {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

ul.post-categories {
	list-style: none !important;
}

ul.post-categories li {
	display: inline-flex;
}

ul.post-categories > li:not(:first-child) {
	margin-top: 1rem;
}

li.current-menu-item a {
	text-decoration: underline !important;
}

body.cart a.cart-contents {
	text-decoration: underline !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

.border-bottom {
  border-bottom: 1px solid #000 !important; }

/* header section */
.header_content {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	margin-top: 2rem;
	margin-left: 2rem;
	margin-right: 2rem;
	margin-bottom: 5rem;
	grid-gap: 0rem;
	justify-items: left;
	justify-content: stretch;
}

.url-button {
	display: inline-block;
	margin-top: .5rem;
}

.mc-field-group input[type="email"] {
	border: 1px solid #000;
	border-radius: 0;
	padding: 6px 6px 5px;
	height: 42px;
}

.clear-button-mail input[type="submit"] {
	font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: .618em 1em;
  font-weight: 700;
  border-radius: 0;
  left: auto;
  color: #000;
  background-color: #fff;
	border: 1px solid #000;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}

li.cat-item:hover a:hover {
  background: #000;
	color: #fff;
	text-decoration: none;
}

body.information li.cat-item:hover a:hover {
  background: #fff !important;
	color: #000 !important;
	text-decoration: underline !important;
}

.project_title_tag:hover {
	background: #000;
	color: #fff !important;
	text-decoration: none !important;
}

.filter_website:hover {
	background: #000;
	color: #fff !important;
	text-decoration: none !important;
}

.filter_website:hover {
	background: #000;
	color: #fff !important;
	text-decoration: none !important;
}

/* filter section below header */

button:hover {
cursor: pointer;
}

#all {
	border-right:1px solid #000;
}

#all:hover, #text:hover, #image:hover {
	text-decoration: underline;
}

.filters {
	display: flex;
	margin-left: 2rem;
	margin-right: 2rem;
}

.filters #buttons {
	line-height: 3;
	display:flex;
}

.filter_year {
	padding-right: 1rem;
	padding-left: 1rem;
}

.clear-button {
	color: #fff;
	background-color: #000;
	width: 16px;
	height: 16px;
	font-size: 1rem;
	line-height: 0.95;
	border-radius: 50%;
	margin-right: .35rem;
	text-align: center;
	display: inline-block;
}

/* images */

/* images */
.featured_image img {
  width: 100%;
	height: auto;
}

/* images */
.featured_image {
  padding-top: 1rem;
}


.img-wrapper {
	display: none;
	margin: 0 auto;
  width: auto;
}
/* display: none in order to get toggle to work */


body.blog img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

body.single-post img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.tags {
	display: flex;
}

.isolated:nth-child(odd) {
	background-color: none;
}

.project-title {
	color:#000;
}

.grid_client {
	text-align: center;
}


/* project page */

.project_name {
padding-right:2rem;
}

.entry p{
	margin-top:0px;
	margin-bottom: 1rem;
}

.project_title_tag {
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
}

.projectpage {
	margin-left: 2rem;
}

.project_tags a {
	padding-right: 1rem;
	padding-left: 1rem;
	margin-left: 1rem;
	border: solid 1px #000;
	border-radius: 25px;
}

.button{
	margin-left: 2rem;
}

.container-fluid {
  border: solid 1px #000;
}

.text_center {
	display: grid;
	grid-row: row 1;
	grid-template-columns: 1fr 2fr 1fr;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.project_dates {
	text-align: right;
}


.wp-block-image img {
	width: 100%;
}

.container-fluid .text_center .project_description img {
	width: 100%;
	display: grid;
	grid-template-columns: 3fr;
}

.wp-block-embed__wrapper {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding: 1rem;

}

.other_posts {
	display: flex;
	justify-content: space-between;
	margin-left: 2rem;
	margin-right: 2rem;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;

}

.project_previous {
padding: 1rem;
}

.project_next {
	padding: 1rem;
	}

/* footer */
.woocommerce-checkout #payment {
    background: #f7f6f7;
    border-radius: 0px;
}

.woocommerce-checkout #payment div.payment_box {
	background: #dddddd;
}

.woocommerce-info::before {
	color: #000 !important;
}

.woocommerce-info::before {
	color: #000 !important;
}

.woocommerce-info {
	border-top-color: #000 !important;
}

.woocommerce-checkout {
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}

.woocommerce form .form-row {
	margin: 0 0 1rem;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	background-color: #000 !important;
	color: #fff !important;
}

.return-to-shop {
	padding-left: 1rem !important;
}

.woocommerce-message {
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	padding-left: var(--two-spacer);
	padding-right: var(--two-spacer);
	border: none !important;
	color: #000 !important;
	background: transparent !important;
}

.woocommerce-message::before {
	display: none;
}

@media screen and (max-width: 991px) {
	.woocommerce-message {
		padding-left: var(--one-spacer);
		padding-right: var(--one-spacer);
	}
}

.woocommerce-error {
  border-top-color: transparent !important;
	color: #000 !important;
	background-color: #ffefef;
}

.added_to_cart {
	margin-left: 1rem;
	margin-right: 1rem;
}

.woocommerce-error::before {
  color: #ff0001;
}

.woocommerce-message::before {
  content: "\e015";
  color: #36c525;
}

.wp-block-column:not(:first-child) {
	margin-left: 0 !important;
}

.wp-block-columns {
	margin-bottom: 0 !important;
}

.pnp_smile {
	width: 100px;
	-webkit-animation: rotation 4s infinite linear;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@-webkit-keyframes rotation {
	from {
			-webkit-transform: rotate(0deg);
	}
	to {
			-webkit-transform: rotate(359deg);
	}
}

.clear {
	margin-left: 20px;
	margin-top: 20px;
}

/* grids */
  .grid-split {
	grid-column: span 6;
  }

  .grid-col-12 {
	grid-column: span 12;
  }
  .flowgrid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
	grid-gap: 2rem;
  }
  .blocks-gallery-grid, .wp-block-gallery {
	margin: 0 auto !important;
  }

  .short-row {
	grid-auto-rows: 240px;
  }
  .grid-cell {
	padding: 1rem;
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: start;
	width: 100%;
	overflow: hidden;
  }



  /* Information Page */
  .informationpage {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 2rem;
  margin-left: 2rem;
  margin-right: 2rem;
  margin-bottom: 2rem;
  grid-gap: 0rem;
  border: solid 1px #000;
}

.informationpage .featured_image {
	grid-column: span 5;
	margin: 0px;
}

.agency_description {
	grid-column: span 4;
	padding-left: 16px;
	padding-right: 16px;
}

.informationpage .categorylist {
	grid-column: span 3;
}

.homepagecategories ul {
	list-style-type: none;
	padding-left: 16px;
	padding-right: 16px;
	margin-top: 1rem;
	margin-bottom: 0;
  }

.homepagecategories ul li {
		display: inline-flex;
	  	margin-right: 1rem;
	  	margin-bottom: 1rem;
  }

	.homepagecategories ul li.cat-item a {
	  outline: solid #000 1px;
	  padding: 0px 5px;
  }

	.homepagecategories ul li.cat-item a:hover {
	  text-decoration: none !important;
  }

	.categorylist {
		padding-top: 1rem !important;
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}

	.categorylist ul {
	  list-style: none !important;
		padding-inline-start: 0rem !important;
	}

	.categorylist li.cat-item {
	  outline: none !important;
	  padding: 0;
	}



  /* HOMEPAGE FILTERS */

  .homepagecategories {
	margin-left: 2rem;
	margin-right: 2rem;
	border-left: solid #000 1px;
	border-right: solid #000 1px;
	border-top: solid #000 1px;
	border-bottom: solid #000 1px;
	box-sizing: border-box;
	margin-bottom:-1px;

}

.section {
	margin-left: 1rem;
	margin-right: 1rem;
}


#one {
	padding-top: 1rem;
}

#two, #three {
	margin-top: 1rem;

}

.onoff {
display: none;
}

.underline {
	text-decoration: underline;
}

.woocommerce-result-count {
	display: none !important;
}

.woocommerce-ordering {
	display: none;
}

.text-center {
	text-align: center !important;
}

.mb-4 {
	margin-bottom: 1.5rem !important;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	width: 80px;
	margin-right: .5rem;
	margin-left: .5rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	margin-left: 0rem;
}

.woocommerce-cart table.cart img {
	width: 60px;
}

.woocommerce table.shop_table {
	border: none;
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
	padding: 0 1rem;
}

.woocommerce-page table.cart td.actions .input-text {
	width: 50%;
	font-size: inherit;
	font-family: inherit;
	height: 42px;
}

.woocommerce div.product div.images .flex-control-thumbs li:first-child {
	margin-left: 0;
}

.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
	margin: 0 !important;
	border: 1px solid #000;
	padding: 1rem;
}

.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product:nth-child(odd) {
	margin: 0 !important;
	border-left: 1px solid #000 !important;
}

.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product:nth-child(even) {
	margin: 0 !important;
	border-left: none !important;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
	padding: .5rem;
	border: 1px solid gray;
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
	border: 1px solid black;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image img {
	min-height: 500px;
  max-height: 500px;
  object-fit: contain;
}

body.cart td.product-remove a:hover {
	text-decoration: none !important;
}

.woocommerce .quantity .qty {
	height: 42px !important;
	width: 80px !important;
	font-size: inherit;
	font-weight: bold;
	font-family: inherit;
	border: 1px solid #000 !important;
	border-radius: 0px;
	margin-right: 1rem;
}

.woocommerce div.product {
	padding: 1rem;
	min-height: 700px;
}

.woocommerce div.product .product_title {
	font-size: inherit;
}

.woocommerce .quantity .qty:focus {
	outline: 1px dotted #ccc !important;
	outline-offset: 3px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: inherit;
	font-size: inherit;
}

.woocommerce div.product .stock {
	display: none;
}

.woocommerce div.product .woocommerce-tabs .panel {
	padding: 0 1rem;
}

.woocommerce ul.products li.product .price {
	color: inherit;
	font-size: inherit;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	background-color: #fff !important;
	color: #000 !important;
	border: 1px solid #000 !important;
	border-radius: 0px !important;
}

.woocommerce div.product .product_title,
.woocommerce div.product p.price,
.woocommerce .woocommerce-product-details__short-description {
	margin: 0 0 var(--one-spacer) 0;
}

.woocommerce .woocommerce-product-details__short-description > *:not(:first-child) {
	margin-top: var(--one-spacer);
}


.woocommerce #respond input#submit {
	font-family: inherit;
	background-color: #000;
	color: #fff;
	border-radius: 0;
}

.woocommerce #respond input#submit:hover {
	background-color: #000;
	color: #fff;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #fff !important;
	color: #000 !important;
	border: 1px solid #000;
	border-radius: 0px !important;
}






/* tablet / laptop */
  /* GRIDS */
  @media (max-width: 1026px) {



	/* so that condensed filter only appears on mobile/tablet! */
	.filters #tags, #client, #year, #clientdropdown .homepagecategories, #yeardropdown .homepagecategories{
		display: none;
	}

	#sortdropdown #tags {
		margin-top: 18px;
	}

	.project_type {
		display: flex;
		box-sizing: border-box;
		flex-wrap: wrap;
		margin-left: 1rem;
		padding: 5px;
	}


.project_type .filter_tag {
	margin-bottom: 1rem;
}




	/* not enough space in grid for text as screen size shrinks*/
	.bio, .email_phone, .address {
		display: none;
	}


	/* keeps the & from going on its own line */
	.partners {
		grid-column:1 / span 4;

	}

	.informationpage {
		grid-column: span 12;
	}
	.informationpage .featured_image {
		grid-column:span 12;
	}
	.agency_description {
		grid-column:span 12;

	}

	.informationpage .categorylist {
		grid-column: span 12;
	}

	.grid-col-1 {
	  grid-column: span 12;
	}
	.grid-col-2 {
	  grid-column: span 12;
	}
	.grid-col-3 {
	  grid-column: span 12;
	}
	.grid-col-4 {
	  grid-column: span 12;
	}
	.grid-col-5 {
	  grid-column: span 12;
	}

	.isolated:nth-child(even) {
	border-left:1px #000 solid;}

	.grid-col-7 {
	  grid-column: span 12;
	}
	.grid-col-8 {
	  grid-column: span 12;
	}
	.grid-col-9 {
	  grid-column: span 12;
	}
	.grid-col-10 {
	  grid-column: span 12;
	}
	.grid-col-11 {
	  grid-column: span 12;
	}
	.offset-4 {
	  grid-column-start: 1;
	  grid-column-end: 13;
	}
	.offset-3 {
	  grid-column-start: 1;
	  grid-column-end: 13;
	}
	.offset-2 {
	  grid-column-start: 1;
	  grid-column-end: 13;
	}
	.offset-1 {
	  grid-column-start: 1;
	  grid-column-end: 13;
	}

  }
  @media (min-width: 1026px) {

	/* so that the condensed filter only appears on mobile/tablet! */
	#sort, #sortdropdown .homepagecategories{
		display: none;
	}


	.grid-col-1 {
	  grid-column: span 1;
	}
	.grid-col-2 {
	  grid-column: span 2;
	}
	.grid-col-3 {
	  grid-column: span 3;
	}
	.grid-col-4 {
	  grid-column: span 4;
	}
	.grid-col-5 {
	  grid-column: span 5;
	}

	.isolated:nth-child(even) {
		border-left: 0px;
		}


	.grid-col-7 {
	  grid-column: span 7;
	}
	.grid-col-8 {
	  grid-column: span 8;
	}
	.grid-col-9 {
	  grid-column: span 9;
	}
	.grid-col-10 {
	  grid-column: span 10;
	}
	.grid-col-11 {
	  grid-column: span 11;
	}
	.grid-col-12 {
	  grid-column: span 12;
	}
	.offset-4 {
	  grid-column-start: 5;
	  grid-column-end: 9;
	}
	.offset-3 {
	  grid-column-start: 4;
	  grid-column-end: 10;
	}
	.offset-2 {
	  grid-column-start: 3;
	  grid-column-end: 11;
	}
	.offset-1 {
	  grid-column-start: 2;
	  grid-column-end: 12;
	}
  }


@media (max-width: 767px) {
	.other_posts {
		display: block;
		text-align: center;
	}

	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
		width: 100% !important;
	}

	.woocommerce-page ul.products.columns-3 li.product:nth-child(even) {
		border-left: 1px solid #000 !important;
	}

	.woocommerce-page ul.products.columns-3 li.product:last-child {
		border-top: none !important;
	}

	.project_next {
		border-bottom: 1px solid #000;
	}
	.header_content {
		margin-bottom: 2rem !important;
	}
}

/* mobile */
@media (max-width: 576px) {

	.woocommerce-message {
		margin: 0 1rem 1rem 1rem !important;
	}

	.woocommerce .products ul, .woocommerce ul.products {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}

	.project_text {
		grid-template-columns: 2fr 1fr;
	}
	.grid_client {
		display: none;
	}
	.instagram, .twitter {
		text-decoration: underline;
	}

	#mc_embed_signup {
		text-align: center;
	}

	#mc-embedded-subscribe {
		margin-left: 0;
	}

	@-webkit-keyframes rotation {
		from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(359deg);
		}
	}

	#mc_embed_signup {
		margin-top: 2rem;
	}
	.clear {
		margin-left: 20px;
		margin-top: 20px;
	}


	.text_center {
		display: inline;
		grid-row: row 1;
		grid-template-columns: 1fr 2fr 1fr;
		padding-left: 1rem;
		padding-right: 1rem;
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.project_name {
		margin-bottom: 1rem;
	}

	.project_dates {
		text-align: left !important;
		margin-top: 1rem;
	}

	.other_posts {
		margin-left: 1rem;
		margin-right: 1rem;
	}

}


.page-template-page-basic .entry-content {
	display: grid;
    grid-template-columns: repeat(12, 1fr);
    margin-top: 2rem;
    margin-left: 2rem;
    margin-right: 2rem;
    margin-bottom: 5rem;
    grid-gap: 0rem;
    justify-items: left;
    justify-content: stretch;
}

.page-template-page-basic .entry-content > * {
	grid-column: 3/11;
}

.entry-content .wp-block-separator {
	width: 100%;
	border-width: 1px 0 0 0;
}

@media screen and (max-width: 1026px) {
	.page-template-page-basic .entry-content > * {
		grid-column: 1/12;
	}
}

@media screen and (max-width: 576px) {
	.page-template-page-basic .entry-content {
		margin-left: 1rem;
		margin-right: 1rem;
	}
}

.wrapper-1x1,
.wrapper-3x2,
.wrapper-4x3,
.wrapper-16x9,
.wrapper-2x1 {
	position: relative;
	width: auto;
	height: 0;
}

.wrapper-1x1 {
	padding-bottom: 100%;
}

.wrapper-3x2 {
	padding-bottom: 66.667%;
}

.wrapper-4x3 {
	padding-bottom: 75%;
}

.wrapper-16x9 {
	padding-bottom: 56.25%;
}
  
.wrapper-2x1 {
	padding-bottom: 50%;
}

.wrapper-custom {
	padding-bottom: 65.625%;
}
  
.wrapper-1x1 > *,
.wrapper-3x2 > *,
.wrapper-4x3 > *,
.wrapper-16x9 > *,
.wrapper-2x1 > * {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.object-fit-contain {
	object-fit: contain;
}

figure.browser {
	background-color: #eceaea;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

figure.browser {
	padding-top: 0.75rem;
	border-radius: 3px 3px 2px 2px;
}

figure.browser.single {
	padding-top: 2rem;
	border-radius: 10px 10px 5px 5px;
}

@media screen and (max-width: 991px) {
	figure.browser.single {
		padding-top: 1rem;
	}
}

.border-top-1 {
	border-top: 1px solid;
}

article.post {
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
}

@media screen and (min-width: 992px) {
	article.post:nth-child(even) {
		border-left: 0;
	}
}

.tabs > * {
	border-width: 1px 0 0 1px;
	border-color: black;
}

.tabs > *:last-child {
	border-width: 1px 1px 0 1px;
	border-color: black;
}

.tabs.left > * {
	border-style: solid;
}

.tabs.left .active {
	background-color: black;
	color: white;
}

.tabs.right > * {
	border-style: dashed;
}

.term-list {
	border-width: 0px 1px 1px 1px;
	border-style: solid;
}

.gap-1 {
	gap: 1rem;
}

.border-1 {
	border: 1px solid;
}

.border-left-1 {
	border-left: 1px solid;
}

.border-top-1 {
	border-top: 1px solid;
}

.border-right-1 {
	border-right: 1px solid;
}

.border-bottom-1 {
	border-bottom: 1px solid;
}

.border-left-0 {
	border-left: 0 !important;
}

.border-top-0 {
	border-top: 0 !important;
}

.border-right-0 {
	border-right: 0 !important;
}

.border-bottom-0 {
	border-bottom: 0 !important;
}

.transition-all {
	transition: all 0.2s ease
}

header {
	background-color: var(--background-color);
}

.is-style-browser-alt,
.is-style-video-browser {
	position: relative;
	display: block;
	padding-top: 1rem;
}

.is-style-browser-alt::before,
.is-style-video-browser::before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 1rem;
	top: 0;
	background-color: #eceaea;
	border-radius: 5px 5px 0 0;
}

.is-style-browser-alt::after,
.is-style-video-browser::after {
	content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 5px;
    top: 1rem;
    background: linear-gradient(rgba(0, 0, 0, 0.075), rgba(0, 0, 0, 0));
}

.is-style-browser-alt img,
.is-style-video-browser video {
	border: 1px solid #eceaea;
	border-radius: 0 0 5px 5px !important;
}

.is-style-browser-alt figcaption {
	margin-top: var(--one-spacer);
}

#description,
#address,
#contact {
	transition: all 0.2s ease;
}

#site-header:hover #description,
#site-header:hover #address,
#site-header:hover #contact {
	opacity: 1 !important;
}

.column-count-4 {
	column-count: 4;
}

@media screen and (min-width: 992px) {
	.column-count-lg-4 {
		column-count: 4;
	}
}

.wp-block-video {
	margin-top: 0 !important;
}