/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */

.cat1 img.avia_image {
   box-shadow: 0 2px 2px 0 rgba(0,0,0,.2);

	 border-radius: 50%;
}
.cat1:before ,.cat1:after{
   z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 95%;
  top: 0%;
  max-width:340px;
  background: #fff;
  -webkit-box-shadow: 0 15px 10px #333;
  -moz-box-shadow: 0 15px 10px #333;
  box-shadow: 0 15px 10px #333;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
   border-radius: 50%;
}


.cat1 img.avia_image:hover {
   
}
.cat2 img.avia_image {
    position: relative;
	 border-radius: 50%;
}
.cat2:before ,.cat2:after{
   z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 95%;
  top: 0%;
  max-width:340px;
  background: #fff;
  -webkit-box-shadow: 0 15px 10px #333;
  -moz-box-shadow: 0 15px 10px #333;
  box-shadow: 0 15px 10px #333;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
   border-radius: 50%;
}


.cat2 img.avia_image:hover {
   
}
.cat3 img.avia_image {
    position: relative;
	 border-radius: 50%;
}
.cat3:before ,.cat3:after{
   z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 95%;
  top: 0%;
  max-width:340px;
  background: #fff;
  -webkit-box-shadow: 0 15px 10px #333;
  -moz-box-shadow: 0 15px 10px #333;
  box-shadow: 0 15px 10px #333;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
   border-radius: 50%;
}


.cat3 img.avia_image:hover {
   
}

span.avia-menu-text {
    font-size: 16px;
}
h1.product_title.entry-title {
    background: #333;
    padding: 19px;
    font-size: 20px;
    color: #FFF;
    border-bottom: 7px solid #00B1BE;
}
#top .av-product-class-minimal{
	box-shadow: 8px 0px 10px 0px #ddd;
	min-height:390px;
}
h2.woocommerce-loop-product__title {
    padding: 9px 2px;
    font-size: 14px !important;
    height: 40px;
}
.avia-testimonial-image {
  
    margin: 0 20px 0 0;
    width: 120px !important;
    height: 120px !important;
}
strong.avia-testimonial-name {
    padding-bottom: 15px;
	    padding-top: 32px;
}
.custom2 {
    margin-top: -194px;
}
.avia-testimonial.av_one_fourth.flex_column.no_margin.avia-testimonial-row-1.avia_start_animation {
    border: 0px;
}
.rtl.rtl_columns div .av_one_fifth {
    margin-right: 2%;
}
div .av_one_fifth {
    margin-left: 3%;
    width: 19.2%;
}
h3.widgettitle {
    font-size: 17px;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}


.product h3.av-masonry-entry-title.entry-title {
    text-align: center;
	font-size: 18px;
}
.product span.av-masonry-date.meta-color.updated {
    display: none;
}
div#bg2 {
    margin-top: -54px;
}
.av-inner-masonry-content-pos-content {
    text-align: center;
}
.slide-meta,span.av-masonry-date.meta-color.updated {
    display: none;
}
h3.slide-entry-title.entry-title {
    padding: 10px;
    text-align: center;
}
article.slide-entry {
    background: #fff;
    padding: 5px;
    border: 1px solid #ddd;
}
.product .av-masonry-outerimage-container {
    border: 14px solid #636363 !important;
    border-radius: 50%;
	box-shadow:5px 5px #faa918 !important;
	margin:10px !important;
}
.product .av-masonry-outerimage-container:hover {
    border: 11px solid #faa918 !important;
    border-radius: 50%;
	box-shadow:5px 5px #636363 !important;
	margin:10px !important;
}
div .services:hover {
    background: #f1f1f1  !important;
}
.avia-image-overlay-wrap {
    border: 1px solid #ddd;
}
/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}