/**
 * @file
 * Subtheme specific CSS.
 */

#header img{
  border-top-right-radius: 150px;
  border-bottom-left-radius: 170px;
}

 a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
}


 /* ------------------ node ----------------- */
 
body {
  font-family: var(--bs-font-sans-serif);
  font-size: 1.0em;
  font-weight: 600;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.field--name-title{
	font-family: tahoma, verdana, arial, sans-serif;
	font-size:1.05em;
	color:darkblue;
	font-weight:bold;
	text-align: center;
}
.kholase{
	font-size:0.80em;
	font-weight:bold;
	text-align: justify;
	background-color:#dee2e6;
	padding: 10px 10px 20px 10px;
	border-radius:16px;
	margin-left: 500px;
}
.body_asl{
	font-size:1.10em;
	text-align: justify;
	padding-top: 50px;
}
.field--name-field-topimage {
 text-align:center;
 padding:10px 15px 0 0;
}


.block-views {
	border: 1px solid #d5d5d5;
	border-width: 1px;
	border-radius:6px;
	padding: 10px;
	margin: 0 0 10px;
}
.block-views h2 a {
	color: white;
}
.block-views h2{
	font-size: 1.0em;
    color: white;
 	background-color: #0256b1;
    border-radius: 6px;
    direction: rtl;
	margin: 0 0 0.5em;
    padding: 10px;
    text-align: center;
 }
 
 /* ------------------ superfish ----------------- */
 
 
 .supper-block{
	font-size: 0.95em;
	margin:-60px 0 0 0;
	padding: 0 30px 0 0;
	
}
ul.sf-menu.sf-style-blue {
	float: right;
	margin-bottom: 0em;
	padding: 0;
}
.main-sub {
	font-size: 0.75em;
 }
.main-link {
	text-decoration: none;
}
ul.sf-menu.sf-style-blue a,
ul.sf-menu.sf-style-blue a:visited,
ul.sf-menu.sf-style-blue span.nolink {
	background-color:transparent;
	font-size:0.90em;
	color: #ffffff;
	padding: 0.75em 0.35em;
}
ul.sf-menu.sf-style-blue li li,
ul.sf-menu.sf-style-blue.sf-navbar {
	font-size:inherit;
}

ul.sf-menu.sf-style-white a,
ul.sf-menu.sf-style-white a:visited,
ul.sf-menu.sf-style-white span.nolink {
	background-color:#c0392b;
	font-size:1.20em;
	border-bottom:1px solid #fb8109;
	color: #ffffff;
	padding: 0.75em 0.5em;
}

.views-field-title {
	font-weight:bold;
	padding-bottom:10px;
}
.views-row {
	border-bottom: 2px solid #d5cfcf96;
	padding: 10px;
}
.views-field-field-kholase {
	font-family: tahoma, verdana, arial, sans-serif;
	font-size:.75em;
	font-weight:bold;
	text-align:justify;
}
.more-link{
  font-size: 0.70em;
   font-weight: bold;
 	padding: 4px 10px 4px 0px;
    margin: 0px 0px 10px 10px;
    text-align: left;
}

 /* ------------------ sevices ----------------- */

.block-addtoany-block{
   background-color: #f0f0f0;
   border-radius: 6px;
   box-shadow: 1px 1px 4px 1px;
   text-align:center;
   width: 90%;
   padding: 10px;
   margin: 25px auto;
 }

 
/* ------------------ date ----------------- */
 
.field--name-created {
   font-size:0.60em;
 } 
  .views-field-field-nevisande{
	 font-size: 0.75em;
	color:#c0392b;
}