/*
 Theme Name:   Interface Child for NewSudanFoundation
 Theme URI:    http://newsudanfoundation.com/
 Description:  A Child Theme for the New Sudan Foundation to adjust the used "Interface-Theme"
 Author:       John Doe
 Author URI:   http://engelter.net
 Template:     interface
 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:  interface-child-nsf
*/

/* [Thememark 4 2] */
.nsf-category-description *{
	color: azure;
}
.nsf-category-description a{
	text-decoration: underline;
}
.nsf-category-description a:hover{
	  font-weight: bold;
}
/* [/Thememark 4]*/

/* [Thememark 6 1] */
#access > ul > li.menu-item:hover{
	background: rgba(115, 229, 202, 0.48);
	-webkit-box-shadow: inset 0px 2px 6px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px 2px 6px 0px rgba(0,0,0,0.1);
	box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
	
}
@media only screen and (min-width: 768px) {
	#access > ul > li > a{
		padding: 38px 0 1px;
	}

	#access > ul > li:hover > a{
		padding: 39px 0 0;
	}
}

@media only screen and (max-width: 767px) {
	nav > ul > li{
		border-left: 1px solid rgba(0, 0, 0, 0.1);
		border-right: 1px solid rgba(0, 0, 0, 0.1);
	}
}

#access > ul > li:hover > a {
  color: #0E4639;
}

#access ul li ul{
	border-top: none!important; 
	width: 250px;
}

#access ul li ul li ul {
	left: 250px;
}

.page-title-wrap, .slogan-wrap{
	-webkit-box-shadow: 0px -10px 38px -12px rgba(0,0,0,0.30);
	-moz-box-shadow: 0px -10px 38px -12px rgba(0,0,0,0.30);
	box-shadow: 0px -10px 38px -12px rgba(0,0,0,0.30);
	/*margin-left: -50px;
	margin-right: -50px;*/
}

#access > ul > li.menu-item{
	margin: 0 0 0 0!important;
	padding: 0 8px;
}
/* [/Thememark 6] */

/* [Thememark 7 1] */
@media only screen and (min-width: 768px) {
	nav > ul > li.menu-item-has-children::after{
		content: "▼";
		position: absolute;
		color: lightgrey;
		margin-left: -5px;
		bottom: 25px;
		left: 50%;
	}
	nav > ul > li.menu-item-has-children:hover::after{
		color: #0E4639;
	}

	nav > ul > li ul > li.menu-item-has-children::after{
		content: "►";
		position: absolute;
		color: lightgrey;
		right: 10px;
		top: 7px;
	}
	nav > ul > li ul > li.menu-item-has-children:hover::after{
		color: #63C6AE;
	}
}
/* [/Thememark 7] */

/* [Thememark 9 1] */
#main {
	padding: 30px 0 10px;
}
/* [/Thememark 9] */

/* [Thememark 10 1] */
.pdf-button-download{
	background-image: url('img/arrow.png');
	margin: 0px 10px 10px 10px;
}

.pdf-button-view{
	background-image: url('img/eye.png');
	margin: 10px 10px 0px 10px;
}

.pdf-button{
	background-repeat: no-repeat;
	background-size: 32px;
	background-position: center left 10px;
	min-height: 32px;
	min-width: 60px;
	padding: 10px 10px 10px 52px !important;
	position: relative;
	
	/* Internet Explorer 10 */
	display:-ms-flexbox!important;
	-ms-flex-pack:center!important;
	-ms-flex-align:center!important;

	/* Firefox */
	display:-moz-box!important;
	-moz-box-pack:center!important;
	-moz-box-align:center!important;

	/* Safari, Opera, and Chrome */
	display:-webkit-box!important;
	-webkit-box-pack:center!important;
	-webkit-box-align:center!important;

	/* W3C */
	display:box!important;
	box-pack:center!important;
	box-align:center!important;
	
	float: left!important;
}

.pdf-button:last-child{
	margin-right: 10px;
}

.pdf-button-hidden-fix{
	display: block;
	height: 0px;
	overflow: hidden;
}

.pdf-button-view-fix{
	position: absolute;
	left: 52px;
	top: 50%;
	margin-top: -10px;
}
/* [/Thememark 9] */


.widget_polylang ul{
   padding-left: 20px;
   list-style: inherit;
}

#site-title {
   font-size: 22px;
}

.slogan-wrap .slogan {
	font-size: 25px;
	text-transform: initial;
}

#access  a{
	text-transform: initial!important;
}

footer.entry-meta {
	border-top: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}