/*
Theme Name: Radiance
Theme URI: https://www.rtl-theme.com/radiance-wordpress-theme/
Author: Webrubik
Author URI: https://www.rtl-theme.com/user-profile/mostafa-kf/
Description:پوسته وردپرسی اختصاصی پورتفلیو ور رزومه رادیانس یک پوسته کاملا تخصصی می باشد که توسط گروه وب روبیک طراحی و پیاده سازی شده است.
Version: 2.4.0
Requires at least: 4.7
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: پوسته اختصاصی, پورتفلیو و رزومه, قالب وردپرس

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.
*/

@font-face {
  font-family: "Vazir";
  src: url("assets/fonts/Vazir.eot");
  src: local("assets/fonts/Vazir"), url("assets/fonts/Vazir.woff") format("woff"), url("assets/fonts/Vazir.ttf") format("truetype");
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Vazir";
}
body h1[id=site-title] {
  display: none;
}

img {
  max-width: 100%;
}

a {
  color: white;
}
a:hover {
  text-decoration: none;
}

.section-title {
  font-size: 65px;
  font-weight: bold;
  position: absolute;
  margin-top: -111px;
  margin-right: 3px;
  line-height: 130px;
}
@media (max-width: 575px) {
  .section-title {
    font-size: 48px;
    line-height: 95px;
  }
}

#post-tags a {
  color: white;
  background-color: gray;
  padding: 0 5px;
  border-radius: 5px;
  font-size: 11px;
  opacity: 1;
  transition: .2s;
}

#post-tags a:hover {
  opacity: .8;
  transition: .2s;
}

/* Header Section */
#header {
  background-image: url("assets/images/header-bg.webp");
  background-position: top center;
  background-size: contain;
  min-height: 920px;
  padding-bottom: 520px;
}
#header p {
  font-size: 30px;
  font-weight: bold;
}
#header #radiance_heading_subline_text {
  font-size: 16px;
  color: #fff;
  font-weight: normal;
}
#header h1 {
  font-size: 60px;
  font-weight: bold;
  line-height: 90px;
}
#header #menu h1 {
  position: absolute;
  margin-top: -296px;
  margin-right: 3px;
}
#header #menu .nav {
  width: 100%;
  position: fixed;
  z-index: 2;
  padding-top: 20px;
  padding-bottom: 40px;
  margin-right: -10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#header #menu .nav div.logo {
  float: left;
  width: auto;
  height: auto;
  padding-left: 3rem;
}
@media screen and (max-width: 768px) {
  #header #menu .nav div.logo {
    margin-left: -15px;
    margin-top: 0px;
    left: 0;
    position: absolute;
  }
}
#header #menu .nav div.logo a {
  text-decoration: none;
  font-size: 1rem;
}
#header #menu .nav div.logo h2 {
  font-size: 16px;
  padding-top: 20px;
  float: left;
}
@media screen and (max-width: 768px) {
  #header #menu .nav div.logo .container {
    max-width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  #header #menu .nav div.main_list ul li a {
    font-size: 14px;
  }
}
#header #menu .nav div.main_list {
  height: 65px;
  float: right;
}
@media screen and (max-width: 768px) {
  #header #menu .nav div.main_list {
    width: 100%;
    height: 0;
    overflow: hidden;
  }
}
#header #menu .nav div.main_list ul {
  width: 100%;
  height: 65px;
  display: flex;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #header #menu .nav div.main_list ul {
    flex-direction: column;
    width: 100%;
    height: 100vh;
    right: 0;
    left: 0;
    bottom: 0;
    background-position: center top;
  }
  #header #menu .nav div.main_list ul.sub-menu {
    display: none; /* Hide sub-menu in mobile */
  }
}
#header #menu .nav div.main_list ul li {
  width: auto;
  height: 65px;
}
@media screen and (max-width: 768px) {
  #header #menu .nav div.main_list ul li {
    width: 100%;
    text-align: center;
  }
}
#header #menu .nav div.main_list ul li a {
  text-decoration: none;
  line-height: 65px;
}
@media screen and (max-width: 768px) {
  #header #menu .nav div.main_list ul li a {
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #header #menu .nav div.show_list {
    height: auto;
    display: none;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  #header #menu .nav div.media_button {
    display: block;
  }
}
#header #menu .navTrigger {
  display: none;
  cursor: pointer;
  width: 30px;
  margin: auto;
  margin-top: 20px;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  #header #menu .navTrigger {
    display: block;
  }
}
#header #menu .navTrigger i {
  border-radius: 2px;
  content: "";
  display: block;
  width: 100%;
  height: 4px;
}
#header #menu .navTrigger i:nth-child(1) {
  -webkit-animation: outT 0.8s backwards;
  animation: outT 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
#header #menu .navTrigger i:nth-child(2) {
  margin: 5px 0;
  -webkit-animation: outM 0.8s backwards;
  animation: outM 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
#header #menu .navTrigger i:nth-child(3) {
  -webkit-animation: outBtm 0.8s backwards;
  animation: outBtm 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
#header #menu .navTrigger.active i:nth-child(1) {
  -webkit-animation: inT 0.8s forwards;
  animation: inT 0.8s forwards;
}
#header #menu .navTrigger.active i:nth-child(2) {
  -webkit-animation: inM 0.8s forwards;
  animation: inM 0.8s forwards;
}
#header #menu .navTrigger.active i:nth-child(3) {
  -webkit-animation: inBtm 0.8s forwards;
  animation: inBtm 0.8s forwards;
}
#header #menu .affix {
  margin-right: -15px;
  margin-top: -16px;
}
#header #menu .affix div.logo {
  margin-left: -17px;
  margin-top: 0px;
}
#header #menu .affix h2 {
  font-size: 16px;
  float: left;
}
#header #menu .affix.nav {
  padding-bottom: 0 !important;
}
@media (max-width: 767px) {
  #header #menu .affix.nav {
    padding-bottom: 40px !important;
  }
}
#header .name-shadow {
  font-size: 100px;
  font-weight: bold;
}
@media (max-width: 1199px) {
  #header .name-shadow {
    font-size: 70px;
  }
}
@media (max-width: 575px) {
  #header .name-shadow {
    font-size: 55px;
    margin-top: -207px;
    line-height: 106px;
  }
}
#header .social {
  border-radius: 50%;
  font-size: 25px;
  padding: 5px 12px;
  margin: 5px 5px;
  width: 50px;
  text-align: center;
}
#header #about-me {
  position: absolute;
  margin-top: -50px !important;
}
@media (max-width: 1199px) {
  #header #about-me {
    display: none;
  }
}
#header #about-me img {
  margin-right: 22px;
  animation: slide1 1s ease-in-out infinite;
}
@keyframes slide1 {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 8px);
  }
}

.inner-page#header {
  min-height: 400px;
}

/* /Header Section */

/* Main Menu */
.site-navigation {
  grid-area: nav-menu;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.site-navigation ul.menu, .site-navigation ul.menu ul {
  list-style-type: none;
  padding: 0;
}

.site-navigation ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.site-navigation ul.menu li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site-navigation ul.menu li a {
  display: block;
  padding: 8px 15px;
}

.site-navigation ul.menu li.menu-item-has-children:after {
  display: block;
  content: '\25BE';
  font-size: 1.5em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: antiquewhite;
  margin-right: -15px;
}

.site-navigation ul.menu li ul {
  display: none;
  min-width: 200px;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 100%;
  border-radius: 5px;
}

.site-navigation ul.menu li ul li.menu-item-has-children a {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.site-navigation ul.menu li ul li.menu-item-has-children:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.site-navigation ul.menu li ul ul {
  right: 100%;
  top: 0;
}

.site-navigation ul.menu li:hover > ul {
  display: block;
}
/* /Main Menu */

/* About Section */
#about {
  padding-top: 130px;
}
#about #about-top {
  height: 276px;
  margin-top: -405px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
#about #about-anchor {
  position: absolute;
  margin-top: -550px;
}
#about .section-title {
  margin-top: -118px;
}
#about #about-box {
  text-align: justify;
  margin-top: -360px;
  color: #172e6a;
}
@media (min-width: 992px) {
  #about #about-box {
    background-image: url("assets/images/about-bg.webp");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    min-height: 533px;
  }
}
@media (max-width: 991px) {
  #about #about-box {
    border-radius: 20px;
  }
}
#about #about-box #about-images {
  position: absolute;
  right: -100px;
  width: 125%;
  height: 125%;
  background-image: url("assets/images/about-images.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
#about #about-box #btn-specialists {
  border-radius: 25px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  height: 46px;
  padding: 7px 15px;
  float: left;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* /About Section */
/* Specialists Section */
#specialists {
  padding: 110px 0 110px 0;
}
#specialists #specialists-anchor {
  position: absolute;
  margin-top: -160px;
}
#specialists .section-title {
  font-size: 38px;
  margin-top: -91px;
}
#specialists #chart #chart-bg {
  width: 100%;
  height: 280px;
  margin-top: 22px;
  background-repeat: repeat-y;
  background-position: right top;
  position: absolute;
  z-index: 0;
}
@media (max-width: 1199px) {
  #specialists #chart #chart-bg {
    background-size: 84%;
  }
}
@media (max-width: 991px) {
  #specialists #chart #chart-bg {
    background-size: 80%;
  }
}
@media (max-width: 767px) {
  #specialists #chart #chart-bg {
    background-size: 86%;
  }
}
@media (max-width: 576px) {
  #specialists #chart #chart-bg {
    background-size: 85%;
    margin-top: 0;
  }
}
#specialists #chart #chart-cover {
  width: 100%;
  height: 280px;
  margin-top: 22px;
  background-repeat: repeat-y;
  background-position: right top;
  position: absolute;
  z-index: 1;
}
@media (max-width: 1199px) {
  #specialists #chart #chart-cover {
    background-size: 84%;
  }
}
@media (max-width: 991px) {
  #specialists #chart #chart-cover {
    background-size: 79%;
  }
}
@media (max-width: 767px) {
  #specialists #chart #chart-cover {
    background-size: 95%;
  }
}
@media (max-width: 576px) {
  #specialists #chart #chart-cover {
    background-size: 94%;
    margin-top: 0;
  }
}
#specialists #chart #counters {
  font-weight: bold;
  font-size: 12px;
}
#specialists #chart #counters span {
  padding-left: 34.8px;
  margin-right: -22px;
}
@media (max-width: 1199px) {
  #specialists #chart #counters span {
    padding-left: 28px;
  }
}
@media (max-width: 991px) {
  #specialists #chart #counters span {
    padding-left: 25px;
    font-size: 9px;
  }
}
@media (max-width: 767px) {
  #specialists #chart #counters span {
    padding-left: 32px;
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  #specialists #chart #counters span {
    font-size: 12px;
  }
}
#specialists #chart-titles {
  position: absolute;
  margin-right: 30px;
  z-index: 1;
}
#specialists #chart-titles .chart-line-title {
  text-align: left;
  font-size: 16px;
  text-indent: 5px;
  font-weight: bold;
  padding-top: 10px;
  position: relative;
  z-index: 999;
}
@media (max-width: 991px) {
  #specialists #chart-titles .chart-line-title {
    font-size: 13px;
  }
}
#specialists #chart .chart-line-row .chart-line-before {
  height: 25px;
  border-radius: 0 12px 12px 0;
  width: 70%;
  float: left;
}
#specialists #chart .chart-line-row .chart-line {
  border-radius: 12px 0 0 12px;
  height: 25px;
  width: 95%;
}
@media (max-width: 767px) {
  #specialists #chart .chart-line-row .chart-line {
    width: 85%;
  }
}
#specialists #chart .chart-line-row .chart-line.value-10 {
  max-width: 95%;
}
#specialists #chart .chart-line-row .chart-line.value-9 {
  max-width: 85%;
}
#specialists #chart .chart-line-row .chart-line.value-8 {
  max-width: 75%;
}
#specialists #chart .chart-line-row .chart-line.value-7 {
  max-width: 66%;
}
#specialists #chart .chart-line-row .chart-line.value-6 {
  max-width: 56%;
}
#specialists #chart .chart-line-row .chart-line.value-5 {
  max-width: 47%;
}
#specialists #chart .chart-line-row .chart-line.value-4 {
  max-width: 38%;
}
#specialists #chart .chart-line-row .chart-line.value-3 {
  max-width: 29%;
}
#specialists #chart .chart-line-row .chart-line.value-2 {
  max-width: 19%;
}
#specialists #chart .chart-line-row .chart-line.value-1 {
  max-width: 10%;
}

/* /Specialists Section */
/* Services Section */
#services {
  padding-bottom: 120px;
}
#services #services-anchor {
  position: absolute;
  margin-top: -180px;
}
#services .section-title {
  font-size: 40px;
  margin-top: -93px;
}
#services .service-box {
  border-radius: 7px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#services .service-box:hover .service-title {
  font-weight: bold;
}
#services .service-box .service-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 35px;
}
#services .service-box .service-description {
  font-size: 16px;
  line-height: 30px;
}

/* /Services Section */
/* Resume Section */
#resume {
  padding-top: 745px;
  background-repeat: no-repeat;
  background-position: right top 138px;
  background-size: 60%;
  min-height: 1160px;
}
@media (max-width: 767px) {
  #resume {
    background-position: right -80px top 540px;
    background-size: 2200px;
    padding-bottom: 0;
    min-height: 100px;
  }
}
#resume #resume-top {
  height: 278px;
  margin-top: -910px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
#resume #resume-anchor {
  /*position: absolute;*/
  /*margin-top: -200px;*/
}
#resume .resume-detail {
  margin-top: 100px;
}
@media (max-width: 767px) {
  #resume .resume-detail {
    margin-top: 0;
  }
}
#resume .resume-detail img {
  border-radius: 10px;
  border: none !important;
}
#resume .resume-detail h1, #resume .resume-detail h2 {
  font-size: 30px;
  font-weight: bold;
}
#resume .resume-detail h3 {
  font-size: 18px;
  font-weight: 700;
}
#resume .resume-detail .date {
  font-size: 14px;
  padding: 2px;
  border-radius: 5px;
  width: 120px;
  margin-bottom: 5px;
}
#resume .resume-detail .resume-description p {
  line-height: 26px;
}
#resume .resume-detail .navigation .prev-resume {
  width: 44px;
  height: 29px;
  background-position: left center;
  background-repeat: no-repeat;
}
#resume .resume-detail .navigation .next-resume {
  width: 44px;
  height: 29px;
  background-position: right center;
  background-repeat: no-repeat;
}
#resume #resumes-list {
  margin-top: -110px;
}
#resume #resumes-list .navigation {
  margin-top: 115%;
}
@media (max-width: 1199px) {
  #resume #resumes-list .navigation {
    margin-top: 185%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #resume #resumes-list .navigation {
    margin-top: 165%;
  }
}
#resume #resumes-list .navigation .prev-resume {
  width: 30px;
  height: 45px;
  background-position: center top;
  background-repeat: no-repeat;
  cursor: pointer;
}
#resume #resumes-list .navigation .next-resume {
  width: 30px;
  height: 45px;
  background-position: center bottom;
  background-repeat: no-repeat;
  margin-top: 5px;
  cursor: pointer;
}
#resume #resumes-list .top-shadow {
  width: 100%;
  height: 300px;
  position: absolute;
  margin-right: -15px;
  margin-top: 0px;
}
@media (min-width: 767px) and (max-width: 991px) {
  #resume #resumes-list .top-shadow {
    width: 85%;
    margin-right: 0px;
  }
}
#resume #resumes-list .bottom-shadow {
  width: 100%;
  height: 384px;
  position: absolute;
  margin-right: -15px;
  margin-top: -382px;
  background: #ffc045;
}
@media (min-width: 767px) and (max-width: 991px) {
  #resume #resumes-list .bottom-shadow {
    width: 85%;
    margin-right: 0px;
  }
}
#resume #resumes-list #resume-list-box {
  height: 1112px;
  max-height: 1112px;
  overflow: hidden;
}
#resume #resumes-list #resume-list-box #resume-list {
  margin-top: 350px;
}
#resume #resumes-list #resume-list-box #resume-list .resume-box {
  width: 100%;
  height: 260px;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: top 10px center;
  background-size: 97%;
  background-color: #fff;
}
@media (max-width: 991px) {
  #resume #resumes-list #resume-list-box #resume-list .resume-box {
    height: 180px;
  }
}
#resume #resumes-list #resume-list-box #resume-list .resume-box.selected .resume-title {
  font-size: 20px;
  margin-top: -17%;
  font-weight: 500;
  float: right;
  display: block;
}
@media (max-width: 991px) {
  #resume #resumes-list #resume-list-box #resume-list .resume-box.selected .resume-title {
    margin-top: -25%;
    font-size: 14px;
  }
}
#resume #resumes-list #resume-list-box #resume-list .resume-box .inner-shadow {
  width: 100%;
  min-height: 254px;
  float: right;
  border-radius: 0 0 5px 5px;
}
@media (max-width: 991px) {
  #resume #resumes-list #resume-list-box #resume-list .resume-box .inner-shadow {
    min-height: 176px;
  }
}
#resume #resumes-list #resume-list-box #resume-list .resume-box .resume-title {
  font-size: 17px;
  margin-top: -17%;
  font-weight: 500;
  float: right;
  display: block;
}
@media (max-width: 991px) {
  #resume #resumes-list #resume-list-box #resume-list .resume-box .resume-title {
    margin-top: -25%;
    font-size: 14px;
  }
}

/* /Resume Section */
/* Blog Section */
#blog {
  padding: 0 0 100px 0;
}
@media (max-width: 991px) {
  #blog {
    padding: 0 0 90px 0;
  }
}
#blog #blog-top {
  height: 44px;
  margin-top: -50px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media (max-width: 767px) {
  #blog #blog-top {
    display: none;
  }
}
#blog .section-title {
  position: inherit;
  margin-top: 50px;
}
#blog #blog-anchor {
  position: absolute;
  margin-top: -90px;
}
#blog .blog-post-top {
  width: 100%;
  min-height: 236px;
  border-radius: 5px 5px 0 0;
  background-position: top center;
  background-size: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#blog .blog-post-top:hover .post-title {
  font-weight: bold;
}
#blog .blog-post-top .inner-shadow {
  width: 100%;
  min-height: 234px;
  float: right;
  border-radius: 5px 5px 0 0;
}
#blog .blog-post-top sub {
  font-size: 12px;
  float: right;
  margin-top: -14px;
  margin-right: 14px;
}
#blog .blog-post-bottom {
  background-color: white;
  width: 100%;
  min-height: 120px;
  border-radius: 0 0 5px 5px;
}
#blog .blog-post-bottom .post-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#blog .blog-post-bottom p {
  padding: 0px 12px;
  font-size: 13px;
}
#blog #archive-link {
  font-size: 24px;
  font-weight: 700;
  margin-top: 40px;
  float: right;
}
@media (max-width: 991px) {
  #blog #archive-link {
    margin-top: 30px;
  }
}

/* /Blog Section */
/* Footer Section */
#footer label {
  font-size: 14px;
}
#footer ul {
  list-style: none;
  padding: 0;
  line-height: 30px;
}
#footer ul li a {
  color: white;
  padding-right: 5px !important;
}
#footer #footer-anchor {
  position: absolute;
  margin-top: -140px;
}
#footer #footer-bg {
  height: 47px;
  margin-top: -95px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
#footer #contact-info i {
  font-family: 'FontAwesome';
  font-size: 28px;
  font-weight: normal;
  padding-left: 12px;
}
#footer #contact-info i.fa-envelope {
  font-size: 20px;
}
#footer #contact-info i.fa-map-marker {
  font-size: 24px;
}
@media (max-width: 991px) {
  #footer #message-form {
    border-left: none;
  }
}
#footer #footer-social-links i {
  font-family: 'FontAwesome';
  font-size: 22px;
  font-weight: normal;
  color: white !important;
  padding: 5px;
  margin-top: 3px;
  text-align: center;
}
#footer .widget-title {
  font-size: 22px;
  font-weight: 700;
}
/* /Footer Section */
/* Copyright Section */
#copyright {
  font-size: 11px;
  color: ghostwhite;
  text-align: center;
}
/* /Copyright Section */

/* Static Page */
#static-page-container {
  padding: 0;
}
.static-page#header {
  min-height: 105px;
  padding-bottom: 0px;
}
/* Static Page */

/* Inner Page */
#inner-page-container {
  padding: 130px 0;
}
#inner-page-container #page-top {
  height: 276px;
  margin-top: -405px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
#inner-page-container .section-title-line {
  width: 3px;
  height: 100px;
  margin-top: -140px;
  position: absolute;
}
#inner-page-container .section-title {
  font-size: 45px;
  font-weight: bold;
  position: absolute;
  margin-right: 13px;
  line-height: 130px;
  margin-top: -178px;
}
#inner-page-container .section-subtitle {
  font-size: 29px;
  font-weight: bold;
  position: absolute;
  margin-right: 13px;
  line-height: 38px;
  margin-top: -80px;
}
#inner-page-container #content-box {
  text-align: justify;
  margin-top: -263px;
  border-radius: 20px;
  font-size: 15px;
  line-height: 30px;
}
#inner-page-container .side-panel {
  border: 1px solid #0c2233;
  border-radius: 15px;
  margin-bottom: 20px;
}
#inner-page-container .side-panel ul {
  padding: 0;
  width: 100%;
}
#inner-page-container .side-panel ul li {
  font-size: 16px;
  line-height: 40px;
  font-weight: 500;
  list-style: none;
}
#inner-page-container .side-panel ul li.active {
  font-weight: bold;
}
#inner-page-container .side-panel ul li a {
  color: #0c2233;
}
#inner-page-container .side-panel ul li a:hover {
  color: #255d91;
}
#inner-page-container .side-panel ul li a i {
  padding-left: 8px;
}
#inner-page-container .side-panel ul li ul[class=pt-2] {
  border-top: 1px solid #0a1a28;
}
#inner-page-container .side-panel ul li ul[class=pt-2] li {
  font-size: 15px;
  line-height: 30px;
}
#inner-page-container .side-panel ul li ul[class=pt-2] li #frm-search input[type=text] {
  font-size: 13px;
}
#inner-page-container .side-panel ul li ul[class=pt-2] li #frm-search input[type=submit] {
  font-family: FontAwesome;
  position: absolute;
  margin-top: -31px;
  padding: 1px 5px;
  left: 19px;
}
#inner-page-container .side-panel ul li .post-item {
  line-height: 12px;
  font-size: 11px;
}
@media (max-width: 991px) {
  #inner-page-container .side-panel ul li .post-item {
    line-height: 24px;
    font-size: 16px;
  }
}
#inner-page-container .side-panel ul li .post-item img {
  box-shadow: -1px 1px 2px #0c2233;
}
#inner-page-container .side-panel ul li .post-item h3 {
  text-align: right;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}
@media (max-width: 991px) {
  #inner-page-container .side-panel ul li .post-item h3 {
    font-size: 17px;
    line-height: 22px;
  }
}
@media (max-width: 575px) {
  #inner-page-container .side-panel ul li .post-item h3 {
    font-size: 15px;
    line-height: 22px;
  }
}
#inner-page-container #posts-list .post-box {
  padding: 15px 0;
}
#inner-page-container #posts-list .post-box:first-child {
  padding-top: 0;
}
#inner-page-container #posts-list .post-box:last-child {
  border-bottom: none;
}
#inner-page-container #posts-list .post-box img {
  border-radius: 5px;
  box-shadow: 0px 0px 2px #0c2233;
}
#inner-page-container #posts-list .post-box h3 {
  color: #0c2233;
  font-size: 22px;
  font-weight: bold;
  text-align: right;
  line-height: 32px;
}
#inner-page-container #posts-list .post-box h3:hover {
  color: #255d91;
}
#inner-page-container #posts-list .post-box p {
  font-size: 15px;
  line-height: 30px;
}
#inner-page-container #posts-list .post-box .post-details {
  font-size: 12px;
}
#inner-page-container #posts-list .post-box .post-details a {
  color: #0c2233;
  display: inline-block;
}
#inner-page-container #posts-list .post-box .post-details div {
  padding: 0 5px;
}
#inner-page-container #posts-list .post-box .post-details div:first-child {
  padding: 0;
}
#inner-page-container #posts-list .post-box .more-link {
  color: #0c2233;
  font-size: 14px;
  font-weight: bold;
}
#inner-page-container #posts-list .post-box #keywords a {
  padding: 5px;
  font-weight: normal;
  font-size: 10px;
}

/* Comments*/

#inner-page-container #posts-list #comments a {
  color: #0a3b56;
}
#inner-page-container #posts-list #comments li {
  list-style: none;
}
#inner-page-container #posts-list #comments h4 {
  color: #0c2233;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  line-height: 32px;
}
#inner-page-container #posts-list #comments time {
  color: #0c2233;
  font-size: 13px;
}
#inner-page-container #posts-list #comments .comment-meta {
  border: 1px solid #b7b7b7;
  background-color: ghostwhite;
}
#inner-page-container #posts-list #comments .comment-meta img {
  border: 1px solid #0a3b56;
}
#inner-page-container #posts-list #comments .comment-meta .comment-author .comment-metadata {
  float: left;
}
#inner-page-container #posts-list #comments .comment-meta .comment-author .comment-metadata time {
  font-size: 11px;
}
#inner-page-container #posts-list #comments .comment-content {
  font-size: 14px;
  text-align: justify;
}
#inner-page-container #posts-list #comments .comment-content p {
  margin: 0;
  font-size: 13px;
  line-height: 22px;
}
#inner-page-container #posts-list #comments .reply a {
  font-size: 10px;
  font-weight: bold;
}
#inner-page-container #posts-list #comments .depth-2,
#inner-page-container #posts-list #comments .depth-3 {
  width: 98%;
  margin-right: 14px;
}

/* /inner Pages */
/* Navbar Animations */
@-webkit-keyframes inM {
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@keyframes inM {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@-webkit-keyframes outM {
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@keyframes outM {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@-webkit-keyframes inT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(9px) rotate(135deg);
  }
}
@keyframes inT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(9px) rotate(0deg);
  }
  100% {
    transform: translateY(9px) rotate(135deg);
  }
}
@-webkit-keyframes outT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(9px) rotate(135deg);
  }
}
@keyframes outT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(9px) rotate(0deg);
  }
  100% {
    transform: translateY(9px) rotate(135deg);
  }
}
@-webkit-keyframes inBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg);
  }
}
@keyframes inBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-9px) rotate(0deg);
  }
  100% {
    transform: translateY(-9px) rotate(135deg);
  }
}
@-webkit-keyframes outBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg);
  }
}
@keyframes outBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-9px) rotate(0deg);
  }
  100% {
    transform: translateY(-9px) rotate(135deg);
  }
}
/* /Navbar Animations */
