/*
Theme name: Cele Child
Version: 1.0
Template: cele
*/


@import url('../cele/style.css');

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
    color: #800000;
}

li {
	margin-bottom:5px;
}

.widget-title {
	
	margin-bottom: .5em;
}

.widget {
	
	margin-bottom: 1em;
}

/*search bar*/
.widget_search {
	margin-top: 5em;
}

input#search-field {
	width:63%;
}

.site-title::before {
	content: url(https://when2work.com/help/wp-content/uploads/2018/02/w2w_logo_circle40.png);
	float:left;
}

.menu-primary-container {
	display: none;
}

/*fixes how menus show in hamburger menu (small screens)*/
.sidebar-primary-container.open {
	clear: both;
}

.post-content img {
	outline: 2px solid #dbdde2;
  	outline-offset: -2px;
}

img.noborder {
	outline:none;
}

.alignnone {
	/*when image is aligned none this reduces the top and bottom margin which was too much*/
	margin: .1em 0;
}

/*editor classes - text*/
.highlight {
	background-color:rgb(255,242,204);
}

.red {
	color:#bf0000;
}

.extrawords {
	visibility: hidden;
}

div.inforight {
	float: right; 
	background-color: #e3e6f0; 
	width: 30%; 
	margin-left: 10px; 
	padding: 10px;
}
div.inforight hr {
	margin:9px;
}

/*Accordian Menu Icons - Parent Level 1*/
dl.level1 dt.parent .inner {
	background-image: url(https://when2work.com/help/wp-content/uploads/2018/02/downarrow.png) !important; }

dl.level1 dt.parent.opened .inner, div#nextend-accordion-menu-nextendaccordionmenuwidget-5 dl.level1 dt.parent.opening .inner {
	background-image: url(https://when2work.com/help/wp-content/uploads/2018/02/uparrow.png) !important; }
/*End Accordian Menu Icons*/

@media (min-width: 62.5em){
.site-title {
    font-size: 1.4em;
}
}

@media (min-width: 68.75em){
.main-sidebar {
	padding: 0 2%; /*added to help with title not breaking at a certain browser size*/
	}}

@media (max-width:680px) {
div.inforight {
width: 100%;
margin-bottom:10px;
float:none;
}
}

/*Accordian Menu Fix, original css made menus stack strange at this size */
@media (max-width: 56.1875em) and (min-width: 43.75em){
	.sidebar-primary .widget:nth-child(even) {
		float:left;
		clear:left;
		}
}


/*Search Results page*/
@media (min-width: 68.75em){
	.search div.post-header {
    	margin-bottom: 0em;
	}
	.search div.post-content {
    	margin-top: 1em;
	}	
	.search div.post-content {
		padding-bottom:0.5em;
	}
	.search div.entry {
		margin-top:1.5em;
	}
	.search div.entry {
    	margin-top: 1em;
	}
}
@media (min-width: 50em){
.search .post-title {
	font-size: 1em;}}

@media (min-width: 37.5em){
.search .post-title {
	font-size: 1em;}}

.search .blog .entry:after, .archive .entry:after, .search .entry:after {
	height: 10px; }

.search p {
	margin: 1em 0;
}

.more-link-wrapper {
	margin: 0.9em 0 1.2em 0;
}

.more-link {
    font-size: 0;
}

.more-link:before {
    content: "→ More";
    font-size: 14px;
}

/*search results page end*/