html {
  scroll-behavior: smooth;
}


.unclickable > a {
pointer-events: none;
}
p {
	line-height: 160%;
}

.edit-post-visual-editor .editor-block-list__block[data-type="uagb/column"] .editor-block-list__block-edit {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.nvnr-big-block {
width: 90%;
max-width: 1200px;
background-color: #ffffff;
	color: #f53f45;
	margin: auto;
	padding: 30px;
	margin-top: 0px;
	text-align: center;
	font-size: 38px;
	font-weight: 700;
	font-family: 'Fira Sans', sans-serif;; box-shadow: 2px 2px 3px #000000;
	line-height: 130%;
}

@media only screen and (max-width: 600px) {
	.nvnr-big-block {
		font-size: 24px;
		padding: 20px;
		
	}	
	
}

.rtbs_menu {
font-family: 'Fira Sans Condensed', sans-serif;important;
font-weight: 500!important;
}

/*Mobile Text*/
.shrinky{
	font-size: inherit;
}

@media (max-width: 900px){
.shrinky {

font-size: 18px!important;
}
}

/*Mobile Text*/
.shrinky-sm{
	font-size: inherit;
}

@media (max-width: 900px){
.shrinky-sm {

font-size: 12px!important;
}
}
	
.shrinky-lg{
	font-size: inherit;
}

@media (max-width: 900px){
.shrinky-lg {

font-size: 26px!important;
}
	}

.shrinky-xl{
	font-size: inherit;
	font-family: inherit;
}

@media (max-width: 900px){
.shrinky-xl {

font-size: 40px!important;
}
	}
	
	.go-away{
	display: inherit;
}

@media (max-width: 900px){
.go-away {

display: none!important;
}
	}

.make-center {
	text-align: inherit;
}

/*Text Shadow*/

.nvnr-text-shadow{
	text-shadow: 1px 1px 2px #000;
}

.nvnr-mobile {
visibility: hidden!important;
text-align: center;
font-weight: 700;
font-size: 18px;
}

@media only screen and (max-width: 1000px) {
  .nvnr-mobile {
    visibility: visible!important;
  }
}

.add-padd {
	padding: inherit;
}

@media only screen and (max-width: 800px) {
.add-padd {
	padding: 10px;
}
}

.hub-btn {
	background-color: purple;
}
.hub-btn:hover {
	background-color: red;
}

.temp-hide {
	display: none!important
}

.button-stack{
	width: inherit;
	display: inherit;
}

@media only screen and (max-width: 700px) {
.button-stack {
	width: 100%!important;
	display: block;
}
}

/*Box Shadow*/
.nvnr-box-shadow{
	box-shadow: 2px 2px 6px #9e9e9e;
}

/*Back to top button*/
#nvnrBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #733cd1!important;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#nvnrBtn:hover {
  background-color: #733cd1;
}

	.swiper-pagination-simple {
		display: none!important;
	}
	.swiper-button-next {
		display: none!important;
	}
	.swiper-button-prev {
		display: none!important;
}
.wp-block-jetpack-slideshow_button-pause {
	display: none!important;
}

