/*

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:*/

.image-overlay {
 visibility: hidden;
 }

* { font-weight: normal !important; font-family: 'helvetica', arial; }
strong { font-weight: bold !important; }

h1, h2, h3, h4, h5, h6 { font-family: 'adelle-condensed', helvetica, arial; margin-top: inherit; }

a { text-decoration: underline; font-style: italic; color: #69a949; }

.widgettitle { text-transform: inherit; font-size: 22px; }

a span.avia-menu-text { font-family: 'adelle-condensed', helvetica, arial; font-size: 22px; }

#top .av_seperator_big_border#header .av-main-nav > li > a { padding: 0 20px; }

span.avia_iconbox_title { margin-left: 10px; }

div.av-button-description-below p { font-size: 16px; }

nav.sub_menu_socket li a span { font-size: 14px; }

div.av-parallax-inner { background-position: inherit !important; background-position: center -50px !important; }

a.ansoegnu {
  background: #69a949;
  background-image: -webkit-linear-gradient(top, #69a949, #469c41);
  background-image: -moz-linear-gradient(top, #69a949, #469c41);
  background-image: -ms-linear-gradient(top, #69a949, #469c41);
  background-image: -o-linear-gradient(top, #69a949, #469c41);
  background-image: linear-gradient(to bottom, #69a949, #469c41);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

a.ansoegnu:hover {
  background: #69a949;
  text-decoration: none;
  color: #ffffff;
}

li h4 { text-transform: inherit !important; font-size: 22px !important; }

div#thumb { float: left; position: relative; width: 14%; clear: left; }
div#thumb p { margin: 0px; }
div#thumb img {  }
div#content_container { background: #F4F4F4; margin-bottom: 20px; padding: 10px; width: 100%; position: relative; float: left; }
div#data { float: left; position: relative; width: 84%; margin-left: 2%; margin-bottom: 10px; padding-top: 10px; }

div#title { float: left; padding-bottom: 0px; }
h1.product_title { text-align: left; }
div#description { padding: 0px; margin: 0px; clear: left; min-height: 50px; }
div#description p { padding: 0px; margin: 0px; padding-left: 5px; text-align: left; line-height: 20px; }
div#stjerner { float: right; padding: 0px; margin: 0px; }
div#table_content { padding: 0px; margin-top: 10px; margin-bottom: 10px; }
div#one-four { float: left; width: 25%; padding: 0px; line-height: 20px; }
div#one-four-ansoeg { float: left; width: 25%; padding: 0px; line-height: 20px; text-align: right; }

.content, .sidebar { padding-top: 20px; }
.container .av-content-small.units { width: 80%; }

/*
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: 999px) {
  /* Add your Mobile Styles here */
  
	a.ansoegnu {
	  background: #69a949;
	  background-image: -webkit-linear-gradient(top, #69a949, #469c41);
	  background-image: -moz-linear-gradient(top, #69a949, #469c41);
	  background-image: -ms-linear-gradient(top, #69a949, #469c41);
	  background-image: -o-linear-gradient(top, #69a949, #469c41);
	  background-image: linear-gradient(to bottom, #69a949, #469c41);
	  -webkit-border-radius: 5;
	  -moz-border-radius: 5;
	  border-radius: 5px;
	  font-family: Arial;
	  color: #ffffff;
	  font-size: 20px;
	  padding: 10px 20px 10px 20px;
	  text-decoration: none;
	}
	
	div#thumb { float: left; position: relative; width: 100%; clear: left; }
	
	div.container { height: inherit !important; }
	div.container main.av-content-small { margin-bottom: 0px !important; padding-top: 10px; padding-bottom: 10px !important; }
	div.av-special-heading-h1 h1, div.av-special-heading-h1 { margin-top: 0px !important; font-size: 20px; }
	div.av-subheading_below p { font-size: 12px; line-height: 16px; }
	.responsive #top .container .av-content-small { margin-bottom: 0px; }
	
	div.entry-content div.av-special-heading-h1 { padding-bottom: 0px !important; }
	.av-special-heading-h1 .special-heading-border { height: inherit !important; }
	
	h1.av-special-heading-tag { margin-bottom: 10px !important; }
	
	div#data { margin-left: 0px; width: 100%; }
	div#stjerner { float: left; }
	div#description p { padding-left: 0px; }
	
	div#one-four { float: left; width: 33%; padding: 0px; line-height: 20px; margin-bottom: 20px; }
	div#one-four-ansoeg { clear: left; float:inherit; position: inherit; width: 100%; text-align: center; }

}