/*
Theme Name: 	Jagdschule Desenberg
Theme URI: 		http://www.elegantthemes.com/gallery/divi/
Description: 	Divi Child Theme
Author: 			Gaby Rau Software Service
Author URI: 	https://internetagentur20.de
License: 		GNU General Public License v2
License 			URI: http://www.gnu.org/licenses/gpl-2.0.html
Template:		Divi
Text Domain:	jagdschule
*/

/* Divi Anpassungen */

a.pdf::before { font-family: "ETmodules" !important; content: "\68"; color: #228b22; padding-right: 10px; }

.waffen .et_pb_blurb_content { margin: 0 }
.waffen .et_pb_blurb_container { padding: 0 15px; }

.et_pb_menu__wrap {
	max-height: 75px
}
.nav li li { line-height: 150% }

.nav li ul { width: 250px } 
#top-menu li li a { width: 220px; padding-left: 10px; padding-right: 10px } /* 200 + 20 */

/* Links im Footer */
#footer-widgets .footer-widget a, #et-footer-nav .bottom-nav li.current-menu-item a { color: #228b22 !important }


/*3 column gallery*/
.col3gallery .et_pb_gallery_item { clear:none !important; }
.col3gallery .et_pb_gallery_item:nth-child(3n) { margin-right:0 !important; }
.col3gallery .et_pb_gallery_item:nth-child(3n+1) { clear:both !important; }
.col3gallery .et_pb_gallery_item { margin-right:4.5% !important; width: 30% !important; }


/*remove transparency of main-header for category pages in order to not show sidebar border*/
.single-post #main-header, .category #main-header, .rem_transparency #main-header 
	{ background-color: rgba(255,255,255,1); border-bottom: solid 1px #e2e2e2; }
	
	
/* normale Liste */
.entry-content ol { list-style-position: outside; padding-left: 20px; }

/*bullets*/
.entry-content ul {
  list-style: none; /* Remove default bullets */
  line-height: 1.4em;
  padding-left: 1.5em;
}
.entry-content ul li::before {
/*https://www.w3schools.com/charsets/ref_utf_geometric.asp
*//*  content: "\25a0";  */
/*  content: "\25a2"; font-size: 0.8em; */
  content: "\25fe";
  color: #fdaf3f;
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1.5em; /* Also needed for space (tweak if needed) */
  margin-left: -1.5em; /* Also needed for space (tweak if needed) */
}


/* Category images beside text */
/* in categoris.php:
<?php print_thumbnail( $thumb, $thumbnail["use_timthumb"], $titletext, $width, $height, 'newspict' ); ?>
*/
.newspict {
    border: 1px solid #ccc;
    float: left;
    margin-right: 20px;
}










