/*
 Theme Name:   Confit Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Confit Child Theme
 Author:       ViCr
 Author URI:   vcranz.de
 Template:     confit
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         
 Text Domain:  confit-child
*/

/* =Reset
-------------------------------------------------------------- */

.red {
	color: #e94f1d !important;
}

.hidden {
	display:none !important;
	visibility: hidden!important;
}

#primary {
	/*float: right;*/
	/*margin: 20px 0 0 10px;*/
	/*margin: 2rem 0 0 1rem;*/
}

.entry-title{
  color: #4d4d4d;
  border-left:5px solid #4d4d4d;
}

a,.entry-title a {
  color: #4d4d4d;
}

.doodleMenu a {
  /*background-color:#e60000;*/
  text-decoration:underline;
  color:#e60000;
  /*font-weight:bold;*/
}

a:active,a:focus,a:hover,.entry-title a:hover,
.main-navigation a:hover, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a, .main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a{
  color:#e60000;
}

.lcp_catlist{

    list-style:none !important;
    text-transform: capitalize;
}

/*Override Article width*/

@media (min-device-width: 1000px) {
	.site-content article {
		/*width:800px;*/
		width: 100%;

	}
	
  #wrapper {
	  max-width: 1154px;
	  margin-left:0px;
	  padding-left:0px;
  }

}

@media only screen and (max-width: 768px) {


	.ref{
	  display:none;
	}
}



body {
	/*background-repeat:no-repeat;*/
	/*background-attachment:fixed !important;*/
}


/*No image borders */

.wp-caption {
	border: 0px;
}

/* Widget */
.widget-title {
	text-transform: none !important;
}

.blocks-gallery-grid{
	margin: 0 0 0 !important;
}