/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.part-content {
    background: green;
    color: #FFF;
    font-weight: 900;
    padding: 10px 20px;
    width: auto;
}

.red {
    color: red;
}

.video-wrapper{
	width:100%;
	max-width:885px;
}

/* Registration form front end. */
#gform_wrapper_3 {
    background-color: beige;
    padding: 10px;
    border-radius: 10px;

}

body #gform_wrapper_3 .gform_footer input.button,
body #gform_wrapper_3 .gform_footer input[type=submit] {
	color: #ffffff;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid rgba(114,114,114,0.4);
    border-radius: 1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 1px 0px rgba(114,114,114,0.3);
    -moz-box-shadow: 0 1px 0px rgba(114,114,114,0.3);
    -webkit-box-shadow: 0 1px 0px rgba(114,114,114,0.3);
    background-image: -webkit-linear-gradient(top, #F4D612, #D98105);
    font-size: 1em;
}

body #gform_wrapper_3 .gform_footer input[type=submit]:hover {
    background-image: -webkit-linear-gradient(top, #F4D612, #9e6541);

 }
 
 
 /* 3-oct-2023 */
 .row.row-view-gallery {
    flex-wrap: wrap;
    margin-left: 0;
}
.row-view-gallery .w-60 {
    flex: 0 0 60%;
    width: 60%;
    padding: 0;
}
.row-view-gallery .form-control {
    font-size: 16px;
    background: #fff;
    border: 1px solid #e3e3e3;
    padding: 12px 10px;
    color: #272727;
    width: 100%;
    border-radius: 8px;
}
.row-view-gallery .w-40 {
    flex: 0 0 40%;
    width: 40%; 
    padding: 0;
}
.test-box.gridView {
    display: flex;
    flex-wrap: wrap;
    margin: 35px -15px 0;
}
.gridView ul.tree {
    width: 30%;
    margin: 0 0 40px 0;
    padding: 0 15px;
    flex: 0 0 30%;
}
.gridView .video-thumbnail { display: block; }
.video-thumbnail img {
    width: 100%;
    height: 220px;
    border-radius: 2px;
}

.gridView ul.tree li a i.fa-play { display: none; }
#colmask .gridView ul.tree li b {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    margin: 10px 0;
}
#colmask .gridView ul.tree li {
    list-style: none;margin: 0;
}

.search{
  position: relative;
}
.search-field{
  padding: 4px 12px;
  line-height: 1.3;
  border-radius: 20px;
  border: 0px;
  width: 100px;
  background: white;
  &:focus{
    outline: none;
  }
}
.search-clear {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: bold;
    font-size: 12px;
    height: 8px;
    width: 8px;
    text-align: center;
    line-height: 4px;
    z-index: 1000;
    position: absolute;
    right: -8px;
    top: 12px;
    text-decoration: none;
    color: #000;
    padding: 8px;
    transition: linear 1s;
}
.empty .search-clear{
  display:none !important;
}

 /* 3-oct-2023 */

 
 