.product_meta {
    display: none;
}

.single-product #av_section_1, .single-product .sidebar {
    display: none!important;
}

@media only screen and (max-width: 767px) {
.responsive .shop_table .product-quantity {
    display: block !important;
}}

div .product-sorting {display: none;}

.push-right{
position:absolute;
right:20px;
top:50%;
transform:translateY(-50%);
}
@media only screen and (max-width:767px) {
.push-right{
position:relative;
right:auto;
transform:none;
}}

.woocommerce-checkout .woocommerce-additional-fields h3 {
    display: none;
}

#av-burger-menu-ul li.burger-social {
    float: left;
}

#av-burger-menu-ul li.burger-social a {
    padding: 10px !important;
    border-bottom: none !important;
}

#av-burger-menu-ul li.social_icon_1 {
    padding-left: 40px
}

div.usp-pro-display-posts > ul { 
    display: grid; 
    grid-template-columns: repeat(3, 406.25px); 
    grid-gap: 15px;
}

/* Stripe donation button. */

div.asp_all_buttons_container {
    text-align: center
}

div.asp_product_buy_btn_container button.blue {
    color: white !important;
    background: #003eaa;
    text-shadow: none;
    text-align: center;
    display: inline-block;
    font-size: larger;
}

div.asp_product_buy_btn_container button.blue:hover {
    color: white !important;
    background: #0076aab5;
    text-shadow: none;
    cursor: pointer;
}

div.asp_product_buy_btn_container button.blue:hover {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}



/***** Rotaract project directory. 
 ***** 
 ***** 
 ***** 
 ***** 
 *****/
 
 
/*
 * Rotaract project media slideshow styling.
 */
 
 
 .rac-project-slideshow-and-dots-container {
  float: left;
  padding-right: 20px;
}

@media (max-width: 850px) {
	.rac-project-slideshow-and-dots-container {
		float: none;
		padding-right: 0px;
	}

/*
	.image {
		max-width: 100%;
	} */
}

 
 /*
 * Making text flow around an image container (div).
 * https://www.uvm.edu/~bnelson/computer/html/wrappingtextaroundimages.html
 */
/* .rac-project-slideshow-container {
  display: flex;
  justify-content: flex-end;
  float: left;
  margin-right: 20px;
  position: relative;
  width: 100%;
  
  
} */

.rac-project-slideshow-container {
	position: relative;
}


/*
 * Scaling an image according to its container dimensions.
 * https://www.tutorialrepublic.com/codelab.php?topic=faq&file=css-auto-resize-an-image-proportionally
 */
.rac-project-slides {
  margin: auto;
}

.rac-project-image {
  max-width: 100%;
  /*max-height: 100%;*/
  /*display: block; */
  
  width: 100%;
  
  max-height: 400px;
  /*height: 300px;*/
  object-fit: contain;
}

#rac-project-title-container {
  padding-top: 15px;
  /*text-transform: capitalize;*/
}




/* racProjectNext & racProjectPrevious buttons */
.rac-project-prev, .rac-project-next {
  cursor: pointer;
  position: absolute;
  /*top: 0;*/
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white  !important;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0 !important;
}

/* Position the "racProjectNext button" to the right */
.rac-project-next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.rac-project-prev {
	left: 0;
	/*margin-left: 34px;*/
	/*margin-left: 7% !important;*/
}

/* On hover, add a black background color with a little bit see-through */
.rac-project-prev:hover, .rac-project-next:hover {
  background-color: rgba(0,0,0,0.8);
}
 
/* Caption text */
.rac-project-text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.rac-project-number-text {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
 
/* The dots/bullets/indicators */
.rac-project-dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.rac-project-active, .rac-project-dot:hover {
  background-color: #717171;
}

/* Fading animation */
.rac-project-fade {
  a-webkit-animation-name: racProjectFade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes racProjectFade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes racProjectFade {
  from {opacity: .4}
  to {opacity: 1}
}
 
 
 /*
  * Rotaract project general element styling. 
  */
 
.rac-project-form-button-link {
  font: 30px Arial;
  background-color: #0b5295;
  color: white !important;
  text-decoration: none;
  padding: 2px 6px 2px 6px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
}

.rac-project-paragraph {
  text-align: justify;
  font-size: 25px;
}

#rac-project-pdf {
  display: inline-block;
}

#rac-project-social {
  float: right;
}

#rac-project-post-template-title {
  text-align: center;
  color: #0b5295;
  font: 30px Arial;
}

#rac-project-title-paragraph {
  text-align: center;
  color: black;
  font: 32px Arial;
}

.avia-post-nav {
  display: none;
}




