/*
Theme Name:     3clicks Child Theme
Theme URI:      http://3clicks.bringthepixel.com
Description:    Got questions? Visit our <a href="http://bringthepixel.com/support/">support forum</a>.
Author:         bring the pixel
Author URI:     http://www.bringthepixel.com/
Template:       3clicks
Version:        1.0
Tags:           flexible-width, custom-colors, custom-menu, featured-images, post-formats, theme-options, threaded-comments, translation-ready
*/

/* Place all your CSS modifications below */
.mrg-10{
	margin-top:39px!important;
}
.btnp{
	margin-right:10px;
	margin-left:10px;
}
.lang_sel_list_horizontal {
	display: none;
}
#g1-header-waypoint #g1-id {
	max-width: 220px;
    padding: 20px 0;
}

#g1-primary-nav {
	margin-top: 22px;
}
/* #g1-preheader__switch {
	display: none;
} */
#g1-prefooter-widget-area {
	font-size: 14px;
}
.prefoote__text {
	font-size: 14px;
}
.myico {
	padding-right: 5px;
}

.wpcf7-textarea {
	 resize: none;
}
.partners__img p {
	min-height: 140px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;	 
}
.type-g1_work {
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.type-g1_work .entry-featured-media {
	align-self: center;
	min-height: 200px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	justify-content: center;
	border: 1px solid #e6e6e6;
	width: 100%;
}

.type-g1_work .g1-nonmedia {
	margin-top: auto;
}

.g1-preheader-open-overlay.g1-preheader-expanded #g1-preheader {
	position: relative!important;
}

.type-g1_work .entry-featured-media:hover {
	-webkit-animation: shadow-drop-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: shadow-drop-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


.imglist .gallery ol {
	display: flex;
	flex-wrap: wrap;
}

.imglist .gallery .gallery-icon, .imglist .gallery .gallery-icon a, .imglist .gallery .gallery-icon img {
	height: 100%;
}

.mySlogan {
	font-size: 15px;
    padding-bottom: 15px;
    text-align: right;
    text-transform: uppercase;
    padding-right: 54px;
	color: #06522B;
}
.product-block{			
	border-radius:25px;
	background: #eee;
	margin-bottom: 20px;
}
.product-block .product-desc{
	padding: 20px;
}



/* ----------------------------------------------
 * Generated by Animista on 2018-3-27 15:46:15
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation shadow-drop-center
 * ----------------------------------------
 */
@-webkit-keyframes shadow-drop-center {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
  }
}
@keyframes shadow-drop-center {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
  }
}
