/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/*Add your own styles here:*/

/* Fjern pile på individuelle produktsider
http://www.kriesi.at/support/topic/arrows-on-each-product-page-with-woocommerce/
*/
.inline-form input.wpcf7-form-control.wpcf7-submit {
    width: 19%;
    margin-left: 1%;
}
.inline-form label {
    width: 80%;
    float: left;
}
.avia-post-nav { display: none !important; 
}
/* Fjerner top billede under produkt siden 
http://www.kriesi.at/support/topic/need-to-remove-image-from-top-of-category-page/jh 20-09-2016*/
.tax-product_cat .page-thumb {
display: none;
}
/* Sætter font size på produkter*/
.woocommerce .woocommerce-loop-category__title {
    font-size: 14px !important;
}
/*Fikser hop i siden pga forskellige højder i citater*/
.avcQuote{
  overflow-x: hidden;
  height: 130px;
}
#top .main_color .wpcf7 input, #top .main_color .wpcf7 textarea {
    display: inline;
    min-width: 50px;
    padding: 13px;
    border-radius: 2px;
    font: 1em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: transparent;
    border: 2px solid #666;
    color: #666;
}
#top .all_colors .wpcf7 input, #top .all_colors .wpcf7 textarea {
    display: inline;
    min-width: 50px;
    padding: 13px;
    border-radius: 2px;
    font: 1em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: transparent;
    border: 2px solid #666;
    color: #666;
}
#top .dark label {
    color: #fff;
}
#top .main_color .wpcf7 .dark input, #top .main_color .wpcf7 .dark textarea {
    border-color: #fff;
    color: #fff;
}


@media only screen and (max-width: 768px) {
ul.cart_dropdown { display: none!important; }
}
@media only screen and (max-width: 990px) {
.avia-slider-testimonials .avia-testimonial-content {
min-height: 300px;}
}
@media only screen and (max-width: 480px) {
.avia-slider-testimonials .avia-testimonial-content
{
/*min-height: 400px;*/
}
#top .av-large-testimonial-slider .avia-testimonial-name{
font-size: 1.0em;
}
.avcQuote{
  overflow-x: hidden;
  height: 360px;}}
  
  /*Fjerner slider på telefoner*/
@media only screen and (max-width: 480px) { 
.avia-caption { display: none; }}
  

.form-half {
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 10px;
}
.form-half.last {
    margin-right: 0px;
}

/*Tilbage til top link på mobile*/



@media only screen and (max-width: 767px) {
	.inline-form input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    margin-left: 0%;
}
	
.form-half {
    width: 100%;
    float: left;
    margin-right: 0%;
    margin-bottom: 10px;
}
.inline-form label {
    width: 100%;
    float: left;
}
.responsive #scroll-top-link {
  display: block!important;
}}

/*Test af mobile menu og topbar*/
