/*!
Theme Name: Jain Vidyapeeth (JVP)
Theme URI: http://www.insigniawm.com
Author: Insignia Web and Marketing Pvt. ltd.
Author URI: http://insigniawm.com
Description: Theme develop for Jain Vidya Peeth
Version: 2025.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: iwm-theme
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.
*/

body {
	font-family: 'IBM Plex Sans';
	font-size: 14px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald';
}
p {
    margin-bottom: 10px;
}
b, strong {
    font-weight: 500;
}
a {
    color: #000000;
}
a:hover {
    color: #ffcc00;
    text-decoration: underline;
}
img {
    max-width: 100%;
    height: auto;
}
.screen-reader-text {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
}
.skip-content {
  position: absolute;
  top: -100%;
  width: 100%;
  left: 0;
  display: block;
  text-align: center;
  color: white !important;
  z-index: 99;
  padding: 1.5em;
  background: #000;
  -webkit-transition: top 0.15s;
  transition: top 0.15s;
}
.skip-content:focus {
  top: 0;
  outline: none;
}
.alignleft {
    float:  left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.alignright {
    float:  left;
    margin-left: 10px;
    margin-bottom: 10px;
}
@media (min-width: 1300px) {
.container {
    max-width: 1240px;
}
}
label {
    margin-bottom: 0;
}
.btn-primary {
    background: #f33;
    border-color: #f33;
}
.btn-primary:hover {
    background: #fc0;
    border-color: #fc0;
}
.table td, .table th {
    padding: 8px 10px;
}
.table th {
    background: #fc0;
}
.table h5 {
    margin-bottom: 0;
}
.table a {
    text-decoration: underline;
}
.table a:hover {
    color: #f33;
}
#page {
    background-color: #fff;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    padding: 0;
}

/*Header*/
#masthead {
    background: #ffffff;
    padding: 5px 15px;
    border-bottom: 1px solid #ff3333;
    box-shadow: 0 3px 8px -2px rgba(0, 0, 0, 0.2);
}
#masthead .custom-logo-link {
    height: 105px;
    display: flex;
    align-items: center;
}
#masthead .custom-logo {
    height: auto;
    width: 100%;
    padding: 5px 0;
}
.donate-button {
    background: #f33;
    font-size: 22px;
    line-height: 1.35;
    color: #ffffff;
    padding: 15px 10px 15px 75px;
    position: relative;
    width: 175px;
    text-align: left;
    font-weight: 500;
    top: 6px;
    text-transform: uppercase;
    right: 5px;
    display: inline-block;
    border-radius: 3px;
    box-shadow: 2px 3px 0px 0 rgb(196, 24, 24);
    transition: all 0.2s linear;
}
.donate-button:hover {
    background: #fc0;
    color: #ff2d2d;
    text-decoration: none;
    box-shadow: 2px 3px 0px 0 rgb(202, 163, 9);
}
.donate-button .fa {
    position: absolute;
    font-size: 60px;
    left: 13px;
    top: 16px;
}

/*Content*/
#content {
    padding: 15px;
}
.breadcrumb {
    background: transparent;
    padding: 0 0 5px;
    font-size: 13px;
    color: #888;
    border-bottom: 1px solid #eee;
    border-radius: 0;
}
.breadcrumb .fa {
    margin:  0 5px;
    position:  relative;
    top: 3px;
}
.heading {
    display: inline-block;
    position: relative;
    color: #fc0;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.heading:after {
    content:  "";
    display: block;
    width: 50%;
    margin-top: 3px;
    border-bottom: 3px dashed #f33;
}
.heading.center {
    display: block;
}
.heading.center:after {
    margin-left: calc(50% - 30px);
    width: 60px;
    margin-top: 5px;
}
.mobile-menu {
    background: #f33;
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
    border-radius: 3px;
    box-shadow: 2px 3px 0px 0 rgb(196, 24, 24);
    display: none;
}

#left-sidebar, #right-sidebar {
    margin-bottom: 20px;
}
#content .widget {
    margin-bottom: 20px;
    box-shadow: 0 2px 2px #ddd;
    background: #fafafa;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
#content .widget .textwidget, #content .widget .nav {
    padding: 15px;
}
#content .widget .widget-title {
    background: #fc0;
    padding: 10px 15px;
    text-transform:  uppercase;
    font-size: 20px;
    color: #000;
    margin: 0;
}
#content .widget .widget-title:before {
    content: "\f0a1";
    font-family:  "FontAwesome";
    margin-right: 10px;
    color: #f33;
    font-size: 20px;
    width: 20px;
    height:  20px;
    line-height:  20px;
}
#content .upcoming-events .widget-title:before {
    content: "\f073";
}
#content .latest-news .widget-title:before {
    content: "\f1ea";
}
#content .widget_nav_menu {
    box-shadow:  none;
    background: transparent;
}
#content .widget_nav_menu .nav {
    padding:  0;
}
.widget_nav_menu ul li {
    background-color: #004385;
    border-left: 10px solid #ffcc00;
    border-right: none;
    border-radius: 0;
    margin: 2px 0;
    position: relative;
    transition: cubic-bezier(0.2, 0.46, 0.64, 0.85) 0.5s;
    -webkit-transition: cubic-bezier(0.2, 0.46, 0.64, 0.85) 0.5s;
    -moz-transition: cubic-bezier(0.2, 0.46, 0.64, 0.85) 0.5s;
    -o-transition: cubic-bezier(0.2, 0.46, 0.64, 0.85) 0.5s;
}
.widget_nav_menu ul li:hover, .widget_nav_menu ul li.current-menu-item {
    border-left: 20px solid #fc0;
    background-image: none !important;
    color: #000 !important;
    transition: cubic-bezier(0.2, 0.46, 0.64, 0.85) 0.5s;
    -webkit-transition: cubic-bezier(0.2, 0.46, 0.64, 0.85) 0.5s;
    -moz-transition: cubic-bezier(0.2, 0.46, 0.64, 0.85) 0.5s;
    -o-transition: cubic-bezier(0.2, 0.46, 0.64, 0.85) 0.5s;
}
.widget_nav_menu li a {
    display: block;
    font-size: 15px;
    padding: 10px 10px;
    color: #fff;
    text-decoration: none;
}
.widget_nav_menu ul li:hover a, .widget_nav_menu ul li.current-menu-item a {
    color: #fc0;
    font-weight: 500;
}
.widget_nav_menu ul li a:after {
    content: "\f101";
    font-family: "FontAwesome";
    position: absolute;
    right: 15px;
    top: 10px;
}
#content .suggestion-box {
    background: #fc0;
}
#content .suggestion-box.right {
    display: none;
}
.wpcf7-form-control-wrap {
    margin-bottom: 15px;
    display: block;
}
.form-control {
    font-size: 14px;
}
textarea.form-control {
    height: 100px;
}
div.wpcf7-response-output {
    margin: 1rem 0;
}
.lSSlideOuter.vertical {
    padding: 15px 10px 0;
}
.blog-block .blog-info {
    border-bottom: 2px dashed #eee;
    padding-left: 25px;
    font-size: 11px;
    position: relative;
    line-height: 1.3;
    padding-bottom: 10px;
    color: #888;
}
.blog-block .blog-info:before {
    content: "\f192";
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 2px;
    color: #f33;
    font-family: "FontAwesome";
}
.blog-block .blog-info .news-title {
    font-size: 13px;
    margin-bottom: 3px;
    display: block;
    max-height: 38px;
    overflow: hidden;
}
.event-control, .news-control {
    text-align:  center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.event-control i {
    padding: 5px;
    display: inline-block;
    font-size: 25px;
    color: #ffcc00;
    cursor: pointer;
}
.news-control i {
    padding: 5px;
    display: inline-block;
    font-size: 25px;
    color: #ff3333;
    cursor: pointer;
}
article.post, article.events {
    border-bottom: 1px solid #ddd;
    margin-bottom: 1em;
    padding-bottom: 1em;
}
h2.entry-title {
    font-size: 1.4em;
}
article.post .entry-meta, article.events .entry-meta {
    color: #666;
    font-size: 0.9em;
    margin-bottom: 5px;
}
article.post .entry-content :last-child, article.events .entry-content :last-child {
    margin-bottom: 0;
}
.single h1.entry-title {
    font-size: 2em;
}
.nav-links {
    margin-bottom:  1em;
    display: flex;
    flex-wrap: wrap;
}
.nav-links .nav-previous, .nav-links .nav-next {
    width: 50%;
    text-align: center;
    align-items: center;
    padding: 0 10px;
    font-size: 0.9em;
}
.nav-links a {
    text-decoration: none;
}
.nav-links a:before, .nav-links a:before {
    content: "\f100";
    font-family: "FontAwesome";
    font-size: 2em;
    display: block;
    text-align: center;
    text-decoration: none;
}
.nav-links .nav-next a:before {
    content: "\f101";
}
#content .widget .widgettitle {
    background: #fc0;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 20px;
    color: #000;
    margin: 0;
}
.search-form {
    margin-bottom: 1em;
}

/*Footer*/
.site-footer {
    background: #fafafa;
    border-top: 3px solid #ffcc00;
    padding: 25px 0 20px;
    background-image:  url(http://www.jainvidyapeeth.us/wp-content/uploads/2018/03/footer-bg.png);
    background-size: 100% auto;
}
.site-footer a {
    color: #f33;
}
.site-footer img {
    max-height: 75px;
    margin-bottom: 10px;
}
.social-icons {
    margin:  0;
    padding:  0;
    list-style: none;
}
.social-icons li {
    padding-right: 15px;
    display: inline-block;
    font-size: 18px;
}
.social-icons li strong {
    display: none;
}
.site-footer .widget-title {
    font-size:  20px;
    margin-bottom: 15px;
}
.site-footer .contact-footer {
    margin:  0;
    padding:  0;
    list-style: none;
}
.site-footer .contact-footer li {
    margin-bottom: 10px;
}
.site-footer .contact-footer strong {
    color: #ff3333;
    font-size: 15px;
}
.site-footer .contact-footer .fa {
    width: 28px;
    height: 20px;
    text-align:  center;
    font-size: 18px;
    vertical-align: middle;
}
.site-footer .contact-footer .fa-envelope {
    font-size: 16px;
}
.site-footer .contact-footer li a {
    color: #000;
}

.copyright {
    background-color: #ffcc00;
    color: #fff;
    font-size: 13px;
    padding: 10px 0;
}
.copyright a {
    color: #000;
}
.footer-policy ul {
    list-style: none;
    margin:  0;
    padding:  0;
    text-align: right;
}
.footer-policy ul li {
    display: inline-block;
    padding-left: 5px;
}
.footer-policy ul li:before {
    content:  '/';
    color: #000;
    padding-right: 6px;
}
.footer-policy ul li:first-child:before {
    padding: 0;
    content:  "";
}
#back-to-top {
    background: rgba(0, 0, 0, 0.4);
    bottom: 15px;
    opacity: 0;
    visibility: hidden;
    color: #aaa;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    position: fixed;
    right: 15px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    z-index: 99999;
    cursor:  pointer;
    transition:  0.3s linear;
}
#back-to-top.show {
    visibility: visible;
    opacity:  1;
}
#back-to-top .fa {width: 20px;height:  20px;line-height:  20px;text-align:  center;}
#back-to-top:hover {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
}
@media only screen and (Max-width: 1199px) {
#masthead .custom-logo-link {
    height: 90px;
}
.donate-button {
    padding-top: 10px;
    padding-bottom: 10px;
    top: 3px;
    right: 0;
}
.donate-button .fa {
    top: 10px;
}
.site-footer .contact-footer li {
    font-size: 13px;
}
.copyright .site-info {
    font-size: 11px;
}
}
@media only screen and (Max-width: 991px) {
#masthead .custom-logo-link {
    height: 68px;
}
.donate-button {
    font-size: 18px;
    padding: 5px 5px 5px 60px;
    width: 150px;
}
.donate-button .fa {
    font-size: 40px;
}
.widget_nav_menu li a {
    font-size: 13px;
    padding: 10px 7px;
}
.widget_nav_menu ul li a:after {
    content:  "";
}
.social-icons li {
    padding-right: 10px;
}
.copyright, .footer-policy ul {
    text-align:  center;
}
.copyright .col-md-7, .copyright .col-md-5 {
    max-width: 100%;
    width: 100%;
    flex: 100%;
}
.copyright .site-info a {
    display: block;
    margin-bottom:  5px;
}
#content .widget .widget-title { font-size: 16px;}
#content .widget .widget-title:before {
    width: 16px;
    height: 20px;
    font-size: 16px;
    line-height: 20px;
}
.form-control {
    font-size: 13px;
}
textarea.form-control {
    height:  80px;
}
}
@media only screen and (Max-width: 767px) {
#masthead {
    padding: 15px;
}
#masthead .custom-logo-link {
    height: auto;
}
.donate-button {
    width: 100%;
    font-size: 16px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    padding: 0;
    top: 0;
}
.donate-button .fa {
    position:  relative;
    font-size: 18px;
    top: 0;
    left: 0;
}
.mobile-menu {
    display: block;
}
#content .widget_nav_menu {
    display: none;
    margin: 0;
}
.widget_nav_menu ul li a:after {
    content: "\f101";
}
#main-content, #right-sidebar {
    margin-top: 20px;
}
#content .suggestion-box.left {
    display: none;
}
#content .suggestion-box.right {
    display: block;
}
.donate {
    display: flex;
    margin-top: 10px;
    flex-wrap: wrap;
}
.mobile-container {
    width: 50%;
    padding-right: 10px;
}
.header-donate {
    width: 50%;
    display: block;
    padding-left: 10px;
}
.main-home.heading {
    font-size: 25px !important;
}
#back-to-top.show {
    display: none;
}
}
.row_list_gallery h2::after {
    content: ":";
}

.row_list_gallery h2 {
    color: #f33;
    text-decoration: underline;
    margin-bottom: 18px;
}

ul.ul_gallery {
    padding-left: 4px;
    list-style: none;
}
ul.ul_gallery li a::before {
    content: "\f030";
    font-family: fontawesome;
    color: #f33;
    margin-right: 7px;
}
ul.ul_gallery li {
    padding: 9px 0px;
    color: #f33;
}

ul.ul_gallery li a {
    color: #000;
}

ul.ul_gallery li a:hover {
    color: #f33;
}
.notice_cont p {
    text-align: justify;
    border: 3px dashed #ffcc00;
    padding: 5px 5px;
}