/*
 Theme Name:     AMOTION Theme
 Theme URI:      https://goldenstupa.media
 Description:    AMOTIONs beautiful Wordpress Theme
 Author:         Golden Stupa Media
 Author URI:     https://goldenstupa.media
 Template:       Divi
 Version:        2.0.0
*/

body {
  display: none;
} 
body.et_pb_recaptcha_enabled .grecaptcha-badge {
	visibility: hidden !important;
}
.video_container iframe {
	border-radius: 20px 20px 0 0;
}
/* Adjust the header and menu button when the admin bar is present */
body.admin-bar #dm-header,
body.admin-bar button.dm_menu_button, body.admin-bar.dm-fixed-header #open-button {
 
    margin-top: 32px !important; /* Adjust for desktop admin bar */
}

@media screen and (max-width: 782px) {
    body.admin-bar #dm-header,
    body.admin-bar button.dm_menu_button {
        margin-top: 46px; /* Adjust for mobile admin bar */
    }
}

 .video_container {
   display: grid;
	grid-template-columns: 1fr 1fr;
	 
  }
  .video_item {
    margin: 30px;
	box-shadow: 0px 8px 16px -11px rgb(0, 0, 0);
	border-radius: 50px 20px 20px 49px;
}
.video_info {
	padding: 26px;
}
.video_post_title {
	word-wrap: normal;
	font-size: 20px;
	text-transform: uppercase;
}
/* .video_post_title a {
} */
.video_tags {
	display: block;
	margin-top: 20px;
	margin-bottom: 10px;
}
.video_tags a {
	color: white !important; /* Force text color to white */
	text-transform: uppercase;
}
span.video_tag_item {
	display: inline-block;
	color: white !important; /* Force text color to white */
	background: #FF6B41 !important; /* Force background color */
	border-radius: 10px;
	font-size: 10px;
	padding-left: 10px;
	padding-right: 8px;
	font-weight: bold;
	transition: all .2s ease-in-out;
	margin: 2px;
}
span.video_tag_item:hover {
	transform: scale(1.1);
}
@media screen and (max-width: 1024px) {
	.video_container {
		grid-template-columns: 1fr;
}
}
.searchandfilter ul li {
  display: inline !important;
	padding: 0 !important;
}
.searchandfilter ul > li > ul:not(.children) {
  margin-left: 0;
	padding: 0 !important;	
}
input.sf-input-radio[type="radio"]{
  -webkit-appearance: none;
  display: none;
}
.searchandfilter label {
  display: inline-block;
	margin: 5px;
	padding: 12px;
  	padding-left: 12px;
	/* border: 2px solid #a2a2a2; */
	font-weight: 600;
	font-size: 18px;
	color: white;
	font-family: inherit;
	border-radius: 11px;
	font-style: uppercase;
	text-transform: uppercase;
}
.searchandfilter .sf-field-taxonomy-video_type label:hover {
	cursor: pointer;
	background-color:#008BA3;
	color: white;
	
}
input.sf-input-radio[type="radio"]:checked + label { 
	cursor: pointer;
	background-color:#FF6B41;
	color: white;
}
.searchandfilter li[data-sf-field-input-type="radio"] label {
  padding-left: 12px;
}
.searchandfilter > ul {
	padding: 0 !important;
}
.pagination {
	text-align: center;
	margin-top: 30px;
}
a.page-numbers {
	display: inline-block;
	border-radius: 12px;
	text-align: center;
	font-size: 24px;
	color: #ffffff;
	padding: 10px;
	text-transform: uppercase;
}
a.page-numbers:hover {
	background: #008BA3;
	color: white;
}
.page-numbers.current {
  display: inline-block;
	border-radius: 12px;
	text-align: center;
	background: #FF6B41;
	font-size: 24px;
	color: white;
	padding: 10px;
	text-transform: uppercase;
}
.taglistpod ul li a {
	font-size: 14px;
	text-transform: uppercase;
	font-style: inherit;
	font-weight: 500;
	color: black !important;
	transition: all .2s ease-in-out;
}
.taglistpod ul li a:hover {
	color: #2ea3f2 !important;
	transform: scale(1.1);
}
.taglistpod ul li a.current {
	color: #2ea3f2 !important;
	font-size: 18px;
	font-weight: bold;
}
.divi-mobile-menu .et_pb_image, .divi-mobile-menu .et_pb_image_wrap, .divi-mobile-menu .et_pb_column, body.show-menu .scroll_section  {
	overflow: visible !important;
	z-index: 99999 !important;
}
.grecaptcha-badge { visibility: hidde !important; }
@media only screen and (max-width: 768px) and (orientation: portrait) {

}

selector .et_pb_gallery_item a {
  pointer-events: none;
}

selector .et_overlay {
  display: none !important;
}

.nav-label h4 {
  color: #FF6B41 !important;
}