/*!
Theme Name:  motel
Theme URI: http://hsu.ac.ir/
Author: h.ghalehnoey
Author URI: http://hsu.ac.ir/
Description: It
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hakim
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

hakim is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
http://hsu.ac.ir/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;

}
table {
	border-collapse: collapse;
	width: 100%;
}

td {
	text-align: center;

	border: 0px solid #666;
	border-collapse: collapse;
}



th {

	color: white;
	text-align: right;
	padding: 8px;
	border: 0px solid #666;
	background:#7689ae;


}
tr{
	display: grid;
	grid-template-columns: 0.25fr 0.25fr 0.25fr 0.25fr;


}
.re{
	background:#7689ae !important;
}

.teacher tbody tr td img {
	margin-right: 0%;

	border-color:#CFCFCF;
	border-width:1px;
	border-style:solid;
	width:100px;
	margin-top:10px;
	margin-bottom:10px;
	border-radius:50%;
	height: 125px;
}

 /* Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

@font-face {
	font-family: 'irsan';
	src: url('fonts/IRANSans-Bold.eot?#') format('eot'),  /* IE6–8 */ url('fonts/IRANSans-Bold.woff2') format('woff2'),  /* Chrome36+, Opera24+*/ url('fonts/IRANSans-Bold.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
	font-weight: bold;
}
@font-face {
	font-family: 'irsan';
	src: url('fonts/IRANSANSExpanded.eot?#') format('eot'),  /* IE6–8 */ url('fonts/IRANSANSExpanded.woff2') format('woff2'),  /* Chrome36+, Opera24+*/ url('fonts/IRANSANSExpanded.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
	font-weight: normal;
}
@font-face {
	font-family:'Vazir';
	font-style:normal;
	font-weight:normal;
	src:url("fonts/Vazir-FD.eot");
	src:url("fonts/Vazir-FD.eot?#iefix") format('embedded-opentype'), url("fonts/Vazir-FD.woff") format('woff'), url("fonts/Vazir-FD.ttf") format('truetype')
}
@font-face {
	font-family:'Vazir';
	font-style:normal;
	font-weight:300;
	src:url("fonts/Vazir-Light-FD.eot");
	src:url("fonts/Vazir-Light-FD.eot?#iefix") format('embedded-opentype'), url("fonts/Vazir-Light-FD.woff") format('woff'), url("fonts/Vazir-Light-FD.ttf") format('truetype')
}
@font-face {
	font-family:'Vazir';
	font-style:normal;
	font-weight:bold;
	src:url("fonts/Vazir-Bold-FD.eot");
	src:url("fonts/Vazir-Bold-FD.eot?#iefix") format('embedded-opentype'), url("fonts/Vazir-Bold-FD.woff") format('woff'), url("fonts/Vazir-Bold-FD.ttf") format('truetype')
}
h1 {
	font-size: 2em;
	margin: 0em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: Vazir;
	font-size: 16px;
	font-size: 0.8rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: vazir;
        font-weight: normal;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #F1F1F1;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 0 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: royalblue;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: right;
	width: 100%;
	background: #335B87;
	border-bottom: solid 1px #567daa;
	border-top: solid 1px #567daa;


}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: right;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: none;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: left;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* 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: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}
.site-header{
	background-color: #003E78;
/*	-moz-box-shadow: 1px 2px 3px rgba(0,0,0,.5);
	-webkit-box-shadow: 1px 2px 3px rgba(0,0,0,.5);
	box-shadow: 1px 2px 3px rgba(0,0,0,.5);
	border-radius: 2px 0 2px 0;*/
        z-index: 558 !important;
}
.clear{
    clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/


.widget {
	margin: 0 0rem 0rem 3rem;
	font-family: 'Lato', sans-serif;
	font-size: 10px;
	font-size: 1rem;
	float: right;
	text-align:right;
        padding-right: 10px;
}

.widget-title{
	font: normal 15px/1.5rem irsan, Tahoma, sans-serif;
	color: #01010280;
	font-weight:bold ;
	border-bottom: 1px solid #E4E0E0;
	padding-bottom:4px ;
	text-decoration: none;
	margin-top: -20px;
margin-top:5px;
}

.widget-footertitle{
	font: normal 15px/1.5rem irsan, Tahoma, sans-serif;
	color: #E4E4E4;
	font-weight:bold ;
	border-bottom: 1px solid #E4E0E0;
	padding-bottom:4px ;
	text-decoration: none;
	margin-top: -20px;
        margin-top:5px;
}

.widget a {
	color: #1c4966;
        text-decoration: none;
        font-family: vazir;
        font-size: 12px;
}
.widget a:hover{
color:darkgreen;
}

.widget ul,
.widget ol {
	padding: 0;
	margin: -1em 0 0;
	list-style-type: none;
}
.widget li { padding: 1em 0 0; }
.widget li ul,
.widget li ol { margin-top: 0; }
.widget li li { margin-left: 1.5em; }

.footer-widgets { margin: 0 auto; }

.footer-widgets .widget-title,
.footer-widgets .widget a:hover,
.footer-widgets .widget a:focus {
	color: #fff;
	color: hsl(0, 0%, 100%);
	border-color: #fff;
	border-color: hsl(0, 0%, 100%);
}
.widget a ::before {
    background-image: url("images/arrow-left-solid.png");
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 10px;
}
.footer-widgets .widget {
	float: right;
	width: 320px;
	margin: 0 4rem 8rem 4rem;
}


.widget_recent_entries li:before,
.widget_recent_comments li:before,
.widget_archive li:before {
	display: block;
	float: right;
	padding-top: 2px;
	margin-left: 0.5em;
	font-family: 'fontawesome';
	font-size: 12px;
	font-size: 1.2rem;
}

.widget_recent_entries li,
.widget_recent_comments li { margin: 0 0 .5em 2.5em; }

.widget_recent_entries li:before  { content: "\f038"; }
.widget_recent_comments li:before { content: "\f075"; }

.widget_listcategorypostswidget{
	text-align: right;
}
Categories


.widget_archive li { margin: 0 0 0 2.5em; }

.widget_archive li:before { content: "\f187"; }

.widget_nav_menu a,
.widget_pages a {
	display: block;
	padding: 1em 0;
	border-bottom: solid 1px hsl(0, 0%, 90%);

}

.widget_nav_menu li,
.widget_pages li { padding-top: 0; }

.widget_rss li { margin-bottom: .5em; }

.widget_rss .rss-date,
.widget_rss cite {
	display: block;
	font-size: 70%;

}

.rss-date
{
	text-decoration: underline;
}
/* Make sure select elements fit in widgets */
.widget select { max-width: 100%; }

/* Search widget */
.widget_search .search-submit {	display: none; }

.footer-widgets { margin: 0 auto; }

.footer-widgets .widget-title,
.footer-widgets .widget a:hover,
.footer-widgets .widget a:focus {
	color: #fff;
	color: hsl(0, 0%, 100%);
	border-color: #fff;
	border-color: hsl(0, 0%, 100%);
}

.footer-widgets .widget {
	float: left;
	width: 320px;
	margin: 0 4rem 8rem 4rem;
}

/* Footer widgets responsive */
@media screen and (max-width: 879px) {
	#footer-widgets { width: 100%!important; }

	.footer-widgets .widget {
		float: none;
		width: 100%;
		margin: 0 0 8rem;
	}
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
line-height:2.5;
box-shadow: 0 0 4px 2px #ccc;
padding-right: 4%;
padding-left: 4%;
min-height: 400px;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.entry-title{
   padding-top: 10px;
  font-size: 18px;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;

}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
/*  start content 80%*/

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1400px) {
.site-content{

	margin: auto;
	background: white;
	margin: 0 auto;


}}
/*  end content 80%*/
/*logo change*/

.site-branding img{
    padding-right: 3%;
	margin-top: 1%;
	float: right;
	width: 100%;
	height: auto !important;
	display: inline-block;


}
/*End logo change*/
/* make 2 item in one row*/
.wrapper {
	display: grid;
	grid-template-columns: 0.15fr 0.70fr  0.02fr 0.10fr 0.03fr;
	grid-gap: 10px;
	height: 75px;
	padding-top:10px ;
	margin: 0 auto;
	max-width: 1200px;
}

@media only screen and (max-width: 450px) {
	.wrapper {
		display: grid;
		grid-template-columns: 0.5fr 0.4fr  0.0fr 0.0fr 0.10fr !important;
		grid-gap: 10px;
		height: 75px;
		padding-top:10px ;
		margin: 0 auto;

		max-width: 1200px;


	}
	.flag
	{
		display: none;
	}
	.time{
		display: none;
	}
}
@media only screen and (max-width: 600px) {
	.wrapper {
		display: grid;
		grid-template-columns: 150px 0.50fr  0.30fr 0.0fr 0.10fr;
		grid-gap: 10px;
		height: 75px;
		padding-top:10px ;
		margin: 0 auto;
		max-width: 1200px;
	}
	.flag
	{
		display: none;
	}

	.time{
        font-size: 8px;
	
	}

.cat-contain h4{
display:none;
}
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px){
	.wrapper {
		display: grid;
		grid-template-columns: 0.25fr 0.55fr  0.05fr 0.20fr 0.05fr;
		grid-gap: 10px;
		height: 75px;
		padding-top:10px ;
		margin: 0 auto;

		max-width: 1200px;


	}

.time{
        font-size: 8px;
	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.wrapper {
		display: grid;
		grid-template-columns:225px 0.90fr  0.03fr 0.20fr 0.03fr;
		grid-gap: 10px;
		height: 75px;
		padding-top:0px ;
		margin: 0 auto;

		max-width: 1200px;


	}


}
/* End make 2 item in one row*/
.time{
	padding-top: 20px;
	font-family:  irsan, Tahoma, sans-serif;
        font-size: 11px;
	color: #e6e6e6;
}

.flag{
	padding-top: 10px;


}
.en{
	padding-top: 15px;


}
.en a{
	font: normal 12px/1.2rem  sans-serif;
	color: #95a5a6;
	text-decoration: none;
}

/*sidebar*/


.lastpost-content {
	background: #fff;
	height: 255px;
	padding: 10px 0px;
	box-sizing: border-box;


}


.lastpost-content li {

	padding: 5px 0;
	text-decoration: none;
	display: block;
	float: none;
	list-style-type: none;

	line-height: normal;
}

.lastpost-content li a {
	text-decoration: none;
	display: block;
	font-size: 13px;
	color: #555555;
	font-weight: bold;
	white-space: normal;
	line-height: 22px;
	padding: 8px 18px 0px 0px;
	text-shadow: none;
	text-transform: none;
	margin: 0;

}

/*******/
.vertical-menu{
	margin-top: 20px;
}
.vertical-menu  li{
    margin-top: 1px;
	list-style-type: none;
	border: 1px solid #DDDDDD;
	background-color: #F5F5F5;
}

.vertical-menu a {
	display: block;
	position: relative;
	padding: 1rem;
	background-image: linear-gradient(to right, black 0%, blue 50%, black 50.9999%);
	background-size: 200% 100%;
	background-position: 100% 0%;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	transition: all .4s ease-in-out;

}

.vertical-menu a:hover {
	background-position: 0% 0%;
}

.vertical-menu a::before {
	content: '';
	display: block;
	position: absolute;
	top: .875rem;
	left: .125rem;
	width: 0;
	height: 1.5rem;
	background-color: #6c757d;
	transition: all .2s ease-in-out;
}

.vertical-menu a:hover::before {
	/*width: .25rem;*/
	background-color: #212529;
}

.indicator {
	display: block;
	position: absolute;
	top: .875rem;
	left: .125rem;
	width: .375rem;
	height: 1.5rem;
	z-index: 1;
}
/*end sidebar*/
.back
{
	background-color: #f1f1f1;


}

article {
    position: relative;
  /*  top: 50%;
    transform: translate(0, -50%);*/
    /*padding: 1rem;*/
}

h1 {
    font-size: 1.75rem;
    margin: 0 0 0.75rem 0;
}

/* Pattern styles */
.container {
    display: grid;
    grid-template-columns: 0.70fr 0.30fr ;
    
    padding-bottom: 10px;


}
.left-half {
    grid-column: 1;
}
.right-half {
    grid-column:2;
}
.textwidgettitle{
    font: normal 18px/1.8rem irsan, Tahoma, sans-serif;
    color: #4364ae;
    font-weight:bold ;
	border-bottom: 1px solid rgba(10,10,150,.2);
	padding-bottom:2px ;


}
.textwidgettitle:hover{
	color: #52A3D7;
}
.textwidget h1{
	border-bottom: solid 1px #c5c9eb;
	padding-bottom: 4px;
	font-weight: bold;
	font-size: 16px;
	font-size: 1rem;
	padding-top: 2%;
	color: #0D2B67;
}
.textwidget{
	font: normal 12px/1.2rem irsan, Tahoma, sans-serif;
	color: #4B4545;
	text-align: justify;
	
	line-height: 2.2;
}
.textwidget li a{
color:#D4CECE;
}

/*                       */
.left-side {
    width: 682px;
    float: right;
    /*   margin-top: 16px;*/
}
.left-half-archive img{
    /*border-radius: 5%;*/

}
.cat-contain{
	max-height:  200px;
}
.cat-contain a h2 span {

	color: #0D2B67;
	border-bottom: 1px solid rgba(10,10,150,.2);
	padding-bottom: 2px;
	font-size: 12px;
    font-family: irsan;
   }
@media only screen and (max-width: 600px) {

	.cat-contain a h2 span {
		font-size: 13px;
	}
	.cat-contain h4{
		font-size: 11px;
	}
    .button a{

        font-size: 13px;

    }
}
.cat-contain a :hover{
	color:#77B7DF;
}

.cat-contain h4{
	font-weight: normal;
	font-size: 11px;
	line-height: 1.5;
	padding-right: 1%
}
.cat-contain a {
	text-decoration: none;
	padding-bottom: 0rem;
	margin-bottom: 0;
}
.button a{
	float: left;
	font-weight: normal;
	font-size: 11px;

}
.cat-title{
    border-bottom: 1px solid rgba(10,10,150,.2);
    padding-bottom:1px ;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 2%;
	border-radius: 2px;
    margin-top: 5px;
    margin-bottom: 2px;
color: #0F5C8D;
font-size: 18px;
font-weight: bold;
font-family: vazir;
}

.post-category{
    margin-top: 10px;
   
margin-right: -030px !important;
font-size: 14px;

}
.post-category li {
    list-style-type:none ;
}
.post-category li a{
    text-decoration: none;
    color: #8a1414;
font-size: 18px;
font-family: vazir;
}
.post-category li a:hover{
    color: #0a3d62;
}
.post-title{
	font-size: 20px;
        text-align: justify;
	font-weight: normal;
	color: #00000;
	padding-top: 1%;
	padding-bottom: 1%;
	padding-right: 1%;
    line-height: 1.8;

}
.post-content{
	font-weight: normal;
	font-size: 12px;
	padding-right: 2%;
	padding-left: 2%;
	text-align: justify;
	line-height:2.2;
	min-height:  400px;
        box-shadow: 0 0 4px 2px #ccc;
        background-color: #fefefe;
        font-family: irsan;
        padding-top: 4px;
padding-bottom: 10px;
}
.post-thumbnail img {
    float: left;
    padding: 4px; 
   opacity: 0.7;
}

@media only screen and (max-width: 500px) {
.post-thumbnail img {
float:none;
}
}
.site{
	


}

.widget-area img{


	height: auto;
border-radius: 5px;
	max-width: 400px;
	/*image align center*/
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

/* --- Portfolio ---*/

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background:rgb(10, 10, 45);
    background: rgba(45, 45, 48, 0.4);
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
}

#myBtn:hover {
    background-color: #555;
    background: rgba(0, 0, 255, 0.7);
}

/***************/
.language{
    float: left;
    display: inline-block;

    text-decoration: none;
    color: #ffffff;
    opacity: 0.5;
    padding-right: 20px;


    margin-top: 15px;
}

/********Footer ***/

.site-footer {
	padding: 2em;
	font-family: 'lato';
	font-size: 10px;
	font-size: 1rem;
	color: #ffffff;
	background: #003E78;
	background-color: #003E78;
	background-image: url(/wp-content/themes/hakim-research/images/footer1.png);
	/* background-color: red; */
	opacity: 1.7;
	border-top: 2px solid rgba(48,49,62,.98);
	padding-top: 30px;
	/* background-color: white; */
	/* background-image: url(/wp-content/themes/mw/images/footer.png); */
	background-size: cover;
	box-shadow: inset 0 1px 20px 0 rgba(46,61,73,.2);

}
.widget-title:hover{
    color: #77B7DF;
}



/****END FOOTER  ****/



 /*******End Footer*/

.w1{
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
}
@media only screen and (max-width: 700px) {

	.right-half{
		display: inline-block;

	}
    .left-half{
        padding-right: 2%;
        padding-left: 2%;
    }
	.container{
		display: block;
	}


	.widget-area img{
		width: 80%;
	}
}
/*vertical*/

@media (min-width: 900px) {
	.menu {
		font-size: 1.2em;
	}
}
.menu {
	padding: 0.5em;

	min-height: 2em;
	line-height: 1em;
}
.menu > ul {
	transition: max-height 0.25s linear;
}
.menu ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.menu li {
	transition: visibility .25s linear;
	display: inline-block;
	border-top: 1px solid #e6e6e6;
	border-left:  1px solid #e6e6e6;
	border-right:  1px solid #e6e6e6;
	padding: .45em 1.1em;
	margin: 0 .3em;
	position: relative;
}

.menu li a{
	text-decoration: none;
	font-size: 12px;
	color: #0a3d62;
}
@media (min-width: 651px) {
	.menu li ul {
		display: none;
		position: absolute;
		top: 100%;
		margin-top: 1px;
		left: -1px;
		right: -1px;
	}
	.menu li:hover ul {
		display: block;
	}
	.menu li li {
		margin: -1px 0 0 0;
		box-sizing: border-box;
		width: 100%;
	}
}
@media (max-width: 650px) {
	.menu > ul {
		max-height: 0;
		overflow: hidden;
		margin: 0 3.5em 0 1em;
	}
	.menu li {
		visibility: hidden;
		display: block;
		padding: 0.5em 0.6em;
		border: none;
	}
	.menu li ul {
		margin-top: 0.5em;
		border-left: 1px solid #000;
	}
	.menu .navbar-handle {
		display: block;
	}
	#navbar-checkbox:checked + .menu ul {
		max-height: 300px;
	}
	#navbar-checkbox:checked + .menu li {
		visibility: visible;
	}
	#navbar-checkbox:checked + .menu .navbar-handle,
	#navbar-checkbox:checked + .menu .navbar-handle:after,
	#navbar-checkbox:checked + .menu .navbar-handle:before {
		border-color: #aaa;
	}
}
.navbar-checkbox {
	display: none;
}
.navbar-handle {
	display: none;
	cursor: pointer;
	position: relative;
	font-size: 45px;
	padding: .5em 0;
	height: 0;
	width: 1.66666667em;
	border-top: 0.13333333em solid;
}
.navbar-handle:before,
.navbar-handle:after {
	position: absolute;
	left: 0;
	right: 0;
	content: ' ';
	border-top: 0.13333333em solid;
}
.navbar-handle:before {
	top: 0.37777778em;
}
.navbar-handle:after {
	top: 0.88888889em;
}
.menu {
    position: relative;
    top: 10px;
    left: 0;
    right: 0;

}
.menu .navbar-handle {
	position: absolute;
	font-size: 1.2em;
	top: 0.7em;
	right: 12px;
	z-index: 10;
}
/*news widget*/
.news-title a{
    font: normal 13px/1.3rem  irsan, Tahoma, sans-serif;
    color: #222222;    
    padding-bottom:1px ;
    text-decoration: none;
    /*border-bottom: solid 1px #2089cb;*/
}
.news-title a:hover{
 color:#2089cb;
}
.news-title{
    margin-top: 10px;
    margin-right: 5%;
    border-bottom: solid 1px #cdd2d2; 
}
.rss-widget-icon{
    display: none;
}
.newswidget ul li a{
    font: normal 12px/1.05rem vazir,irsan, Tahoma, sans-serif;
    color: #1c4966;
    text-align: justify;

    text-decoration: none !important;
    line-height: 2;

}
.newswidget ul li a:hover{
 color:#2089cb !important;
}

/* Pattern styles */
.container-archive {
    display: grid;
    grid-template-columns: 0.30fr 0.70fr ;
    margin-right: 5%;
    border: 1px solid #e0e6eb;
    border-bottom-left-radius: 5px;
    margin-top: 5px;
}
.left-half-archive {
    grid-column: 1;
}
.right-half-archive {
    grid-column:2;
padding-right: 10px;
}
.right-half-archive a {
    text-decoration: none;
    color: #3f3a9b;
    font: normal 12.5px/1.25rem irsan, Tahoma, sans-serif;
}
.right-half-archive a:hover{
    text-decoration: underline;
}
.teacher tbody tr td img{
	   // margin-right: 31%;
		background-color:blue;
}
@media only screen and (max-width: 700px) {

		.teacher tbody tr td img {
			margin-right: 0%;

		}
		.teacher tbody tr td h6{
			display: none;
		}
		.teacher tbody tr td a{
			font-size: 12px;
		}
	}

.postmetas , .postmetas a  { color: #ecf0f1;

text-decoration: none;

font-size: 10px;

padding-top: 5px;

background-color: #7f8c8d;

float: left;

padding-left: 5px;

border-radius: 2px;

padding-bottom: 2px;}
.postmetas i { margin: 0 5px 0 0}
.contact-info li a{
 color:#929293;
}
.widget_listcategorypostswidget ul li a{
color:#929293;
}
.scroll h3{
	width: 160px;
	position: absolute;
	margin: 0;
	padding-right: 15px;
	height: 38px;
	line-height: 38px;
	background: url(images/scroll.png) no-repeat top left;
	background-color: rgba(0, 0, 0, 0);
	color: #fff;
	z-index: 555;
	
	font-size: 15px;

}
.scroll h3 {
	background-color: #2f68a4;
}

.content-title{
	display: grid;
	grid-template-columns: 1fr 0.15fr;
        border-bottom: solid 1px #cdd2d2; 
        margin-top: 12px;
        padding-bottom: 1px;

}
.content-title a {
	margin-bottom: 5px;
        color: #222222;
        font: normal 13px/1.3rem  irsan;
           
}
.content-title a:hover{
 color:#2089cb;
}

@media only screen and (max-width: 900px) {
	/* For mobile phones: */
	.content-title h3{
		font-size:15px;
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 600px) {
	.content-title h3{
		font-size:10px;
		font-size: 1rem;
	}
}
.grid {
	
	display: flex;
	flex-flow: row wrap;

	justify-content: center;
border-bottom: 1px solid #d5d0d0;

padding-bottom: 9px;
}
.grid > div {
    display: flex;
    flex-basis: calc(33.2% - 14px);
    flex-direction: column;
    box-shadow: 0 0 3px 1px #ccc;
    height:650px;
    text-align:center;
    margin: 20px 14px 0px 0px;
}


.grid > div > div {
    display: flex;
    flex-direction: row;
    padding-top: 10px;

}
.box a {
    text-decoration: none;
    color:#0D2B67;
}
.box h4{
    font-family: irsan,tahoma;
    color: rgb(19, 60, 141);
    font-size: 12px;
    font-weight: bold;
    line-height: 1.6;
    text-align: justify;
    padding: 0px 5px 0px 5px;

}

.box h4:hover{
    color: rgb(5, 28, 74);;
}
.box img{
	height: 150px;
	width: 300px;

}
.box h5{
	font:normal 12px Vazir;
	color: #1d1d1d;
	text-align: justify;
}
.box{
	max-height: 270px;
overflow:hidden;
}
@media all and (max-width: 600px) and (min-width: 300px){
	
.grid > div {
    display: flex;
    flex-basis: calc(50% - 14px);
    flex-direction: column;
    box-shadow: 0 0 3px 1px #ccc;
    height:650px;
    text-align:center;
    margin: 5px 10px 0px 0px;
}

}

@media only screen and (max-width: 400px) {
	.grid {
		min-height: 100%;
		display: block;

	}

}

.widget-list{
	padding-top:10px;
}
.list {
	font-size: 14px;
	height: 42px;
	line-height: 42px;
	display: block;
	text-align: center;
	background: #4abcde;
	color: #fff;
	transition: all 0.5s ease-in 0s;
	-webkit-transition: all 0.5s ease-in 0s;
	-moz-transition: all 0.5s ease-in 0s;
         margin-top:5px;

}
.list a{
	text-decoration: none;
color:#fff;
}
.list a:hover{
color:#423e3e;
}
.page-title{
	font-size: 16px;
	padding-top: 12px;
	color: #5a5555;
	border-bottom: 1px solid #95a5a6;
	padding-bottom: 4px;
}
.entry-title a{
	font-size: 14px;
	padding-top: 2px;
}
.fa-rss {
	color: #2b74c0;
	float: left;
	margin-top: 18px;
}
.button {
 font-size: 12px !important;
  color: #F1F1F1 !important;
  text-decoration: none;
  background-color: #EEEEEE;
  color: #333333;
  padding: 5px 13px 5px 13px !important;
  background: #0b486b !important;
  border-radius:4px;
  float: left;
  margin-bottom: 6px;
  width:100px;
margin-top: 3px;

}
 
}

@media only screen and (max-width: 600px) {

.button {
  font-size: 9px !important;
width: 70px;
 }
}
.newswidget-area{
background-color:#F2F4F8;
}
/*parallax*/

.parallax {
	background-image: url("http://www.hsu.ac.ir/wp-content/uploads/2019/03/2.jpg");
	height: 100%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

}

.parallax-content {
	width:100%;
	margin:0 auto;
	color:#FFF;
	padding-top:50px;
	padding-bottom: 50px;
}


.social .link {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #fff;
}

.social .link span {
	display: block;
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.social .link h4{
	display: none;

}
@media only screen and (max-width: 950px) {
	.social .link h4{
		display: inline-block;
		padding-top: 70px;
		font-size: 10px;
		z-index: auto;
		color: #fff;

	}
}
.social .link:hover>h4{
	display: inline-block;
	padding-top: 70px;
	font-size: 10px;
	z-index: auto;
	color: #fff;
}
.social-networks {
	margin: 0 0 35px;
	padding: 0;
	font-size: 0;
	text-align: center;
}
.social-networks li {
	display: inline-block;
}
.social-networks a {
	display: block;
	position: relative;
	margin: 0 7px;
	width: 68px;
	height: 68px;
	font-size: 0;
	line-height: 0;
	text-align: center;
	text-decoration: none;
}
.social-networks a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	margin-top: -50%;
	margin-left: -50%;
	border-radius: 100px;
	background-color: #3C6382;
	transition: all 400ms;
}
.social-networks a:after {
	position: relative;
	display: block;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	color: #fff;
	font-size: 26px;
	line-height: 66px;
}
.social-networks a:hover, .social-networks a:focus {
	text-decoration: none;
}

.social-networks.spin-icon a:hover:after, .social-networks.spin-icon a:focus:after {
	transition: -webkit-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
	transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
	-webkit-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}

.social-networks.square a:hover:before, .social-networks.square a:focus:before {
	border-radius: 10px;
}
.social-networks.bounce a:hover, .social-networks.bounce a:focus {
	-webkit-animation: bounce 1s;
	animation: bounce 1s;
}
/*END parallax*/
.tablepress tfoot th, .tablepress thead th{
	
	background-color: #289cce !important;
}
