/*
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 will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

/* START Remove tranparency from header */
div#header_main {
background-color: white;
}
/* END Remove tranparency from header */
/* START SOCKET MENU FLOAT RIGHT */
.sub_menu_socket {
	float:right;
	margin:0;
}
/* END SOCKET MENU FLOAT RIGHT */
/* image captions */
.wp-caption-text {
	font-size: 16px;
}
/* end image captions */
.main_color tr:nth-child(2n+1), .main_color .pricing-table > li:nth-child(2n+1), .main_color .pricing-extra {
  background: #fff;
}
h1 {font-size: 29px;}
#top div .ajax_search_response h4 {
    display: none !important;
}
/*td img {border-width: 1px; border-style: solid;}*/
/*tmb wp gallery in text block styling to override enfold*/
#top .gallery .gallery-item {
    width: auto;
    height: auto;
}

#top .gallery a, #top .gallery a img {
    border: inherit;

}
#top .gallery.gallery-columns-2 .gallery-item {
	max-width: 49.50%;
}

#top .gallery.gallery-columns-3 .gallery-item {
	max-width: 32.50%;
}

#top .gallery.gallery-columns-4 .gallery-item {
	max-width: 24.50%;
}

#top .gallery.gallery-columns-5 .gallery-item {
	max-width: 19.50%;
}
/*end tmb wp gallery in textblock styling*/
