﻿/*
Theme Name: Oren1
Author: the WordPress team
Version: 1.0
*/

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}


ul li.current-menu-item a,
.header_left  .menu ul li.current_page_item a{
    color: #b54b7c;
    border-color: #eedbe3;	
}

.user_list ul li{
	width:20%;
	float:left;
	list-style:none;
	 padding-bottom: 20px; 
}

.user_list ul li>div{
	width:200px;
	height:200px;
}

.user_list ul li span {
    text-align: center;
    font-weight: 700;
    display: block;
    text-align: left;	
}

.user_list a {
    color: #b54b7c;	
}

.header_right a.change {
	color:#b54b7c;
}

.news_detail {
    width: 100%;
}

.news_detail .text_img{
    width: 100%;	
}

.tags ul {
    margin-left: 0;
    padding-left:0;
}

.tags li {
    display: inline-block;
    text-decoration: none;
}

.archive .news_imgs .small {
    margin-bottom: 20px;
}

.pagination {
    display: block;
    margin: 0 auto;
}

.page-numbers {
    color: #b54b7c;
    font-size: 18px;
    line-height: 24px;
}

span.current {
    color: #050505;
    font-weight: 700;
}

.news_line .items .block2 .item{
    width: 48%;
    float: left;
}

.news_line .items .block2 .item:first-child,
.news_line .items .block2 .item:nth-child(2){
    margin-bottom: 29px;
}

.footer .column ul li.pink a {
    color: #b54b7c;
}

.contrast .news_imgs .small .desc {
    border: 1px solid #191919;
}

.page-id-55092 ul li{
	list-style:none;
	padding-bottom:10px;
}

.page-id-55092 ul li a{
	color: #b54b7c;
}

.mm-panels .change{
	color:#b54b7c;
}

#menu .mm-listview {
    font-size: 18px;
    line-height: 16px;
}

#menu .mm-listview li>span {
    width: 80%;
    display: block;
    margin: 0 0 0 19px;
    background: #f1f1f1;
    height: 2px;
    padding: 0;
}

.grey {
    overflow: hidden;
}

.contrast .hamburger-inner, 
.contrast .hamburger-inner::before, 
.contrast .hamburger-inner::after {
    background-color: #b54b7c;
}

.mm-navbar{
    display: none;	
}

.news_imgs .small.prom1 .img {
    height: 100%;
}

.news_imgs .small.prom1 a {
    display: block;
    height: 100%;
	width: 100%;
}