/*
Theme Name:     Bigger Child
Theme URI:      http://wp.oceanthemes.net/bigger/
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         Oceanthemes
Author URI:     http://oceanthemes.net/
Version:        1.0
Template:       bigger
*/

@import url("../bigger/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
.tm-folding-cube .tm-cube {
  display:none!important;
}
.tm-folding-cube {
  width: 400px;
  height: 100px;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -200px;
  position: relative;
  background:url('https://i.imgur.com/jhSEu1D.png') no-repeat center center;
  background-size:contain;
  -webkit-transform: rotateZ(0deg) !important;
  -ms-transform: rotate(0deg) !important;
  transform: rotateZ(0deg) !important;
}

.cm-client-image-gallery .elementor-widget:not(:last-child) {
    margin-bottom: 5px;
}

.cm-client-image-gallery .gallery {
    width: 100%;
    margin: 0 auto;
}

.cm-client-image-gallery .video_bottom_section {
    margin-top: 0px;
}