/*
Custom CSS for Rowling Theme (version 2.0) - Metro Matters blog
*/

/* right to left languages */
.rtl-language {
	direction: rtl;
	text-align: right;
}

.rtl-language ul {
	margin-inline-start: 24px;
}

.rtl-language p,
.rtl-language ul,
.rtl-language ol,
.rtl-language li {
	text-align: right!important;
}

.header-wrapper {
	/*background-image: url('https://testkingcountymetro.files.wordpress.com/2017/10/hero-buses-on-street1-xlg.jpg')!important;*/
	background-image: url('/wp-content/uploads/2017/12/masthead2_1_lg.jpg')!important;
    background-repeat: no-repeat!important;
    background-size: 100% auto!important;
    background-position: 100% 0px!important;
    background-attachment: fixed!important;
	background-color: #fff!important;
 }

.site-title {
		font-size: 2.0em;
		letter-spacing: 1px;
	}

.site-logo-link {
	float: right;
	width: 160px;
}
.header-wrapper .site-description {
	color: #fff !important;
}

/* TOP HEADER NAV */
.top-nav {
	background: #000 !important;
}

/* MAIN NAV (HEADER BOTTOM MENU) */
header-bottom-menu > li > a {
	background: #333 !important;
}

.menu-item-9610 a:after {
	content: "\f08e";  
	font-family: FontAwesome;
  right: 8px;
  color: #06d296;
	color: #1bdaa2;
	margin-left: 5px;
}


/* SOCIAL MENU/SEARCH */

.social-menu .menu-item-11,
.social-menu .menu-item-13,
.social-menu .menu-item-14,
.social-menu .menu-item-7904 {
	display: none !important;
}


/*.current-menu-parent {
	background-color: #fff;
	color: #333!important;
	border-bottom-color: #fff;
}*/

.header-bottom-menu li.current-menu-item,
.header-bottom-menu li.current-post-parent {
	background-color: #109e63!important;
	
}

.header-top-menu li.current-menu-item > a {
 background-color:#555;
}

/* body select.select_box */ 
body select { 
	display: block; 
	padding: 10px 70px 10px 13px !important; 
	max-width: 100%; 
	height: auto !important; 
	border: 1px solid #e3e3e3; 
	border-radius: 3px; 
	/*background: url("https://image.ibb.co/iMeAJv/selectbox_arrow.png") right center no-repeat; */
	background-color: #fff; 
	color: #444444; 
	font-size: 16px!important; 
	line-height: 16px !important; 
	appearance: none; /* this is must */ 
	-webkit-appearance: none; 
	-moz-appearance: none; 
} 

/* body select.select_box option */ 
body select option { 
	padding: 0 4px; 
} /* for IE and Edge */ 
select::-ms-expand { 
	display: none; 
} 
select:disabled::-ms-expand { 
	background: #f60; 
}

body input {
    display: block;
    padding: 10px 13px !important;
    max-width: 100%;
    height: auto !important;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    color: #444444;
    font-size: 16px;
    line-height: 16px !important;
    appearance: none;
    /* this is must */
    
    -webkit-appearance: none;
    -moz-appearance: none;
}
body input[type=submit] {
	background-color: #ccc;
	border: 1px solid #ccc;
	cursor:pointer;
	font-size: 14px;
}
body input[type=submit]:hover {
	background-color: #0e6640;
	border: 1px solid #0e6640;
	color: #fff;
}

/* shaded box */
.shaded-box {
	padding:10px; 
	margin-bottom: 20px;
	color: #555; 
	background-color: #eee; 
	border: 2px solid #ddd
}

/* MOBILE STYLES */
@media screen and (max-width: 767px) {
	.header-wrapper {
		/*background-image: url('https://testkingcountymetro.blog/wp-content/uploads/2017/10/cropped-hero-buses-on-street1-xlg2.jpg')!important;*/
		background-image: url('/wp-content/uploads/2017/12/masthead2_1_sm.jpg')!important;
		background-position: 100% 0px!important;
	}

}
@media screen and (max-width: 850px) {
.site-logo-link {
	display: none!important;
}

	.header-top-menu {
		width: auto!important;
	}
	.header-top-menu .menu-item {
		line-height: 36px;
	}
	.social-menu {
		float: right!important;
		clear: right!important;
		width: 36px;
		margin-right: 10px;
	}
	/* Header --------------------------------------- */

	.header {
		border-top: 0px solid #26272B;
	}
}


/* MOBILE STYLES */
@media (max-width: 600px) {
.site-title {
		font-size: 2.0em;
		letter-spacing: 1px;
	}
}

@media (max-width: 400px) {
.site-title {
		font-size: 1.7em;
		letter-spacing: 1px;
	}
}
	
@media screen and (max-width: 360px) {
	.site-title {
		font-size: 1.3em;
		letter-spacing: 1px;
	}
}
@media screen and (max-width: 320px) {
	.header-wrapper {
		background-position: 100% 20px!important;
	}
	
		.header-top-menu {
		width: auto!important;
	}
	.header-top-menu .menu-item {
		line-height: 36px;
	}
	.social-menu {
		float: right!important;
		clear: right!important;
		width: 36px;
		margin-right: 10px;
	}
}

.wp-block-social-links {
	  position: relative;
}


.wp-block-social-links li.wp-social-link-facebook {
	 background: none!important;
   padding: 0!important;
	 margin: 0!important;
	  
}
.wp-social-link-x,
.wp-social-link-instagram,
.wp-social-link-youtube {
	height: 36px;
	width: 36px;
}
.wp-social-link-facebook a,
.wp-social-link-x a,
.wp-social-link-instagram a,
.wp-social-link-youtube a {
	border-radius: 50%;
	width: 36px;
  height: 36px;
	display: flex!important;
	justify-content: center!important;
	align-content: center!important;


}
.wp-block-social-links.has-icon-color.has-icon-background-color.is-style-default.is-layout-flex.wp-block-social-links-is-layout-flex li.wp-social-link-facebook svg {
    width: 43px!important;
    height: 43px!important;
    fill: #666666;
	  position: absolute;
}