/*
Theme Name: Customify Child
Theme URI: https://pressmaximum.com/customify
Template: customify
Author: WPCustomify
Author URI: https://pressmaximum.com
Description: Customify is fast, lightweight, responsive and super flexible multipurpose theme built with SEO, speed, and usability in mind. Unleash the power of your imagination with a true WYSIWYG Header &amp; Footer builder (inside the WordPress Customizer) built exclusively for this theme. The theme works great with any of your favorite page builder likes Elementor, Beaver Builder, SiteOrigin, Thrive Architect, Divi, Visual Composer, etc. Combined with the Header &amp; Footer builder, you can build any type of websites like shop, business agencies, corporate, portfolio, education, university portal, consulting, church, restaurant, medical and so on. Customify is compatible with all well-coded plugins, including major ones like WooCommerce, OrbitFox, Yoast, BuddyPress, bbPress, etc. Learn more about the theme and ready to import demo sites at https://pressmaximum.com/customify
Tags: custom-background,custom-logo,custom-menu,featured-images,flexible-header,footer-widgets,full-width-template,sticky-post,theme-options,threaded-comments,translation-ready,one-column,two-columns,three-columns,left-sidebar,right-sidebar,e-commerce,blog
Version: 0.3.4.1582504482
Updated: 2020-02-24 00:34:42
*/
.flip-container {
  -webkit-perspective: 800;
  -ms-perspective: 800;
  -moz-perspective: 800;
  -o-perspective: 800;
   width: 300px;
   height: 300px;
   position: relative;
}
.flip-container .flipper.is-flipped {
  transform:rotatey(-180deg);
  -ms-transform:rotatey(-180deg); /* IE 9 */
  -moz-transform:rotatey(-180deg); /* Firefox */
  -webkit-transform:rotatey(-180deg); /* Safari and Chrome */
  -o-transform:rotatey(-180deg); /* Opera */
}
.flip-container .flipper {
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: 0.5s;
  -moz-transform-style: preserve-3d;
  -moz-transition: 0.5s;
  -ms-transform-style: preserve-3d;
  -ms-transition: 0.5s;
  -o-transform-style: preserve-3d;
  -o-transition: 0.5s;
  transform-style: preserve-3d;
}
.flip-container .flipper .front, .flip-container .flipper .back {
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: absolute;
  box-sizing: border-box;
  z-index: 2;
  backface-visibility: hidden;  /* W3C */
  -webkit-backface-visibility: hidden; /* Safari & Chrome */
  -moz-backface-visibility: hidden; /* Firefox */
  -ms-backface-visibility: hidden; /* Internet Explorer */
  -o-backface-visibility: hidden; /* Opera */
}
.flip-container .flipper .back {
  transform:rotatey(-180deg);
  -ms-transform:rotatey(-180deg); /* IE 9 */
  -moz-transform:rotatey(-180deg); /* Firefox */
  -webkit-transform:rotatey(-180deg); /* Safari and Chrome */
  -o-transform:rotatey(-180deg); /* Opera */
}



.wpcf7-submit{
	background-color: #0098e5 !important;
	border-radius: 45px !important;
}
.pum-theme-403 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close {
	min-height: 1em;
}
.fl-builder-content-primary{
	background-color: #b6b1ad;
}
.opaque-text{
	background-color: rgb(0,0,0,.4);
}
.sek-nav-toggler{
	padding: unset !important;
}
.center{
	text-align: center;
}
.flipflip-container {
    display: inline-block;
    margin: 0 auto;
    padding: 0 12px;
    perspective: 900px;
    text-align: center;
}
.flip {
  position: relative;
  width: 300px;
  height: 300px;
  transition: all 0.6s ease;
  transform-style: preserve-3d;
}

.flip .front, .flip .back {
  position: absolute;
  background: #686868;
  top: 0;
  left: 0;
  width: 300px;
  height: 300px;
  color: white;
  backface-visibility: hidden;
}
.flip .front {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}
.flip .back {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
 
.flipflip-container:hover .flip {
  transform: rotateY(180deg);
}
.flip .back {
  transform: rotateY(180deg);
}

.categorysection {
background: #bbbbbb;
margin: 0;
padding: 100px;
list-style: none;
font-size: 0;
text-align: center;
	width:89%;
}
.categorysection li {
margin: 15px;
display: inline-block;
vertical-align: top;
}
.categorysection li a{display: flex;
align-items: center;
justify-content: center;
font-size: 24px;
height: 100px;
width: 250px;
background: #fff;
box-shadow: 0 0 10px rgb(0 0 0 / 10%);
font-family: "Roboto Slab", serif;
}
.categorysection li a:hover{
	background: #0098e5;
	color:#fff;
}
.woocommerce-listing{
	width:89%;
	margin: 0 auto;
}
.nav-in-title.product-has-gallery.product.type-product {
	width:89%;
	margin: 0 auto;
}
.woocommerce-page{

	margin: 0 auto;
}
.flex-viewport{
	    border: 1px solid #ccc;
}
.wc-product-inner .wc-product-media{
	border: 1px solid #ccc;
	height: 200px;
}
.woocommerce ul.products li.product a img{
	object-fit: contain;
	object-position: center top;
	height: 100%;
}
div.product div.images .flex-control-thumbs {
    display: flex;
    gap: 10px;
}
div.product div.images .flex-control-thumbs li{
	width:120px;
	border: 1px solid #ccc;
}
#menu-item-2861 a{
	 background-color: #0098e5;
border-radius: 30px;
padding: 0.6em 1em;
color: #ffffff;
}
#menu-item-2861 a:hover {
	background-color: #33baff;
	text-decoration:none;
}
#menu-item-2862 a{
	  background-color: #0098e5;
border-radius: 30px;
padding: 0.6em 1em;
color: #ffffff;
}
#menu-item-2862 a:hover {
	background-color: #33baff;
	text-decoration:none;
}
[data-sek-id="__nimble__683f554404e7"]{
	padding:3.5%!important;
}
#menu-menu-1{
	align-items:center!important;
}
.um-right.um-half{
	display:none!important;
}
.um .um-button.um-alt, .um input[type="submit"].um-button.um-alt{
	display:none!important;
}
.sek-column-inner .sek-module:nth-child(3) a.sek-btn {
    display: none !important;
}
h3.wapo-addon-title {
    font-weight: bold;
}

