/*
Theme Name: nora wordpress theme
Author: Rolfa
Author URI: http://Rolfa.ir
Version: 1
*/

									.rolfamehdi{
										
    font-family: var(--title-font);
    font-weight: 400;
    font-size: 14px;
    margin: 0 auto;
    float: none;
										
									}
									.rolfamehdi li{
										
										
    margin: 0px 0px;
    padding: 0px 0px;
    display: inline;
    list-style: none;
    position: relative;
									}
									.rolfamehdi li a{
										
    padding-right: 6px;
    font-weight: 600;
									}
									.rolfamehdi a{
										
    position: relative;
    display: inline-block;
    padding: 30px 18px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    outline: none;
					
}
header.transparent {
    background: none;
    z-index: 100000;
}
a {
    text-decoration: none !important;
}

* {
  box-sizing: border-box;
}

form.example input[type=text] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid grey;
  float: left;
  width: 80%;
  background: #f1f1f1;
}

form.example button {
  float: left;
  width: 20%;
  padding: 10px;
  background: #6c757d;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none;
  cursor: pointer;
}

form.example button:hover {
  background: #0b7dda;
}

form.example::after {
  content: "";
  clear: both;
  display: table;
}
					.pagination span, .pagination a {
    display: block;
    float: right;
    margin-left: 5px;
    padding: 8px 9px;
    padding-bottom: 6px;
    text-decoration: none;
    width: auto;
    color: #666;
    border-radius: 3px;
    background: #ffffff;
}

						.pagination .current {
    background: #198754;
    color: #fff;
}
.pagination {
display: table !important;

    padding-right: 0;
    list-style: none;
}