/*
	Theme Name:   Jannah Child
	Theme URI:    http://jannah.tielabs.com/
	Description:  Jannh Child Theme
	Author:       TieLabs
	Author URI:   https://tielabs.com
	Template:     jannah
	Version:      1.0.1
	License:      license purchased
	License URI:  http://themeforest.net/licenses/regular_extended
	Tags:         Tags: two-columns, buddypress, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, microformats, rtl-language-support, sticky-post, threaded-comments, translation-ready
	Text Domain:  jannah-child
*/

/* write custom css after this line */

#notice {background: url(https://www.nationalturk.com/en/wp-content/themes/jannah-child/images/notice-ico.png) no-repeat left;padding:10px 10px 10px 35px;margin:15px 0px;font-size:18px;font-weight:400;}
#notice a{color:#7EAF22;}
#notice a:hover{border-bottom:0px solid;}

a[href^="http://"]{
	background: url(https://www.nationalturk.com/en/wp-content/themes/jannah-child/images/external-link-ico-red.png) center right no-repeat;
	padding:0px 16px 0px 0px;
	font-weight:400;
}

a[href^="http://"]:hover{
	background: url(https://www.nationalturk.com/en/wp-content/themes/jannah-child/images/external-link-ico-black.png) center right no-repeat;
	color:#000;
	padding:0px 16px 0px 0px;
	text-decoration:underline;
}

a[href^="https://www.nationalturk.com/"]{
	background-image: none;
}

.a-single{
	margin:0px auto 20px auto;
	text-align:center;
}

/* Breaking News */
#breakingnews{
	position:fixed;
	top:calc(50% - 200px);
	right:0;
	overflow:visible;
	z-index:10000;
}
#breakingnews-text{
	position:absolute;
	top:0;
	right:0;
	width:200px;
	height:50px;
	line-height:50px;
	font-size:17px;
	color:#fff;
	padding-right:10px;
	padding-left:60px;
	background:#d12f2f; /* #30ba45 */
	box-shadow:5px 5px 0px 0 rgba(0,0,0,.2);
	-webkit-transition-duration:.5s;
	-ms-transition-duration:.5s;
	transition-duration:.5s;
	-webkit-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	cursor:pointer;
	direction:ltr;
	z-index:33;
}
#breakingnews-text:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:60px;
	height:60px;
	background:url('images/breakingnews-ico.png') no-repeat 7px center;
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
}
#breakingnews.active #breakingnews-text{
	right:-270px;
}

@media screen and (max-width: 769px){
#breakingnews-text{
	width:150px;
	height:40px;
	line-height:40px;
	font-size:14px;
	padding-right:5px;
	padding-left:45px;
}
#breakingnews-text:before{
	width:40px;
	height:40px;
	background:url('images/breakingnews-ico.png') no-repeat 1px center;
}
#breakingnews.active #breakingnews-text{
	right:-200px;
}
}