/*
Theme Name: Bus WP Theme
Theme URI: http://otobusim.org.il/
Description: My Bus WordPress Theme
Version: 1.0
Author: OtobusimOrgIL
Author URI: http://otobusim.org.il/
*/
body {
width: 800px;
max-width: 100%;
font-family: Verdana, Geneva, sans-serif;
margin: 0 auto;
background: #fafafa;
}
.clearfix:after {
content: " "; /* Older browser do not support empty content */
visibility: hidden;
display: block;
height: 0;
clear: both;
}
#wrap {
border-right: 1px solid;
border-left: 1px solid;
border-bottom: 1px solid;
border-color: #444;
}
a {
text-decoration: none;
color: blue;
}
a:hover, a:active {
text-decoration: underline;
}
img {
max-width: 100%;
height: auto;
}
.alignnone {
margin-top: 15px;
}
.wp-caption {
max-width: 100%;
}
.alignleft {
float: left;
margin-right: 10px;
}
.alignright {
float: right;
margin-left: 10px;
}
iframe {
width: 100%;
}
.top-header ul {
margin:0;
padding:10px 10px 10px 0;
background: #555;
}
.top-header ul li {
display: inline-block;
margin-left: 30px;
}
.top-header ul li a {
color:#fff;
}
.site-logo {
border-right: 1px solid #444;
border-left: 1px solid #444;
max-width: 150px;
background-color: #fff;
}
.site-logo img {
min-height: 80px;
}
.site-header{
display: inline-flex;
width: 100%;
}	
primary-nav-menu {
background: transparent;
display: inline-table;
}
.menu-container {
margin-top: 4%;
}
.primary-nav-menu {
text-align: center;
line-height: 22px;
border-bottom: 1px solid #444;
width: 100%;
}
.primary-nav-menu ul li {
display: inline-block;
padding: 5px;
}
.primary-nav-menu ul li a {
padding: 15px;
font-size: 15px;
color: #fff;
text-shadow: 1px 1px 1px #000;
}
.primary-nav-menu ul {
padding: 0;
margin: 0;
}
#menu-toggle-primary {
clear: both;
display: none;
}
.primary-nav-menu .current-menu-item a {
color: #eee !important;
}
.current-menu-item {
font-weight:700;
}
.searchsubmit {
background: #f4f4f4;
padding: 5px 10px;
}
#cse-search-box {
text-align: center;
background-color: #fff;
padding: 10px 0;
width: 100%;
}
.main {
background: #fff;
padding: 0 15px 10px 15px;
}
.main h1 {
font-size: 31px;
letter-spacing: 0.02em;
margin: 0 0 10px 0;
}
.main h2 {
clear: right;
}
.main h3 {
font-size: 22px;
}
.main li {
	margin-bottom: 15px;
}
.entry p {
font-size: 17px;
line-height: 1.9;
}
.main img {
margin-bottom: 10px;
}
.wp-caption-text {
font-size: 15px !important;
text-align: center;
margin: 0 0 10px 0;
}
.archive h3 a {
color: blue;
text-decoration: none;
}
.bottom-sidebar {
clear: both;
padding: 0 0 10px 0;
max-width: 100%;
margin: 0 auto;
text-align: center;
background: #fff;
}
#schema_block {
margin: 15px 0 !important;
}
.submit {
background: #f2f2f2;
padding: 5px 15px;
}
.footer-nav-menu {
text-align: center;
font-size: 15px;
}
.footer-nav-menu ul {
padding: 0;
margin: 0;
}
.footer-nav-menu ul li {
display: inline-block;
padding: 5px;
}
.footer-nav-menu ul li a {
margin: 0 10px;
color: #222;
}
.credits {
text-align: center;
padding: 10px;
font-size: 13px;
}
.credits a {
color: #222;
}
.top-ad {
text-align:center;
}
@media screen and (max-width: 1300px) {
#container {
margin:0 auto;
}
.search-sidebar {
float: none;
text-align: center;
background: #fff;
padding: 5px;
margin: 0;
}}
/*MEDIA QUERY*/
@media only screen and (max-width : 640px) {
/* Hide Menu */
#menu-primary .menu {
display: none;
}
#menu-toggle-primary {
display: block;
}
#menu-toggle-primary a.close-menu-primary {
display: none;
}
/* Display Menu Items */
#menu-primary:target .menu{
display: block;
list-style-type: none;
margin-top: 0;
}
#menu-primary .menu li {
display: list-item;
padding: 10px 0;
border-bottom: 1px solid #eee;
}
/* Hide Open Toggle Link */
#menu-primary:target #menu-toggle-primary a.open-menu-primary{
display: none;
}
/* Show Close Toggle Link */
#menu-primary:target #menu-toggle-primary a.close-menu-primary{
display: block;
}
.openme, .closeme {
padding: 10px;
color: #444;
border-bottom: 1px solid #eee;
}
.primary-nav-menu {
text-align: right;
border: none;
background: #fff;
}
#wrap {
border: none;
}
.site-logo {
border: none;
}
.row-text {
font-size: 12px;
}
footer {
background: #b2b2b2;
}}
@media only screen and (max-width : 420px) {
.alignleft, .alignright {
margin: 0 0 10px 0;
width: 100%;
}}