/*!
Theme Name: umbed
Theme URI: https://them.es/starter
Author: them.es
Author URI: https://them.es/
Description: 
Version: 3.5.3
Requires at least: 5.0
Tested up to: 6.5
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: umbed
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/build/main.css" */

/* From http://codex.wordpress.org/CSS */

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

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

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

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

.gallery-columns-3 .gallery-item {
	max-width: 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-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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;
	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. */
}
/**  My CSS  **/
.col-banner {
    position: relative;
	color: white;
}
.banner-img {
	
    height: 500px;
    overflow: hidden;
    display: flex;
}
.banner-img img {	
    height: auto;
   	width: 100%;
}
.banner-content {
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
}
.banner-content h2 {
    background-color: #000000bd;
    padding: 1em;
    border-radius: 5px;
    font-size: 2.5em;
}


.banner-content .btn:hover, .banner-content .btn:focus, .banner-content .btn:active {
    color: white;
}

.banner-content .btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #000 !important;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
	color: white;
}
.banner-content .btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e1e1e1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.banner-content .btn:hover:before, .banner-content .btn:focus:before, .banner-content .btn:active:before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}
		/**------------------**/
/* .menu-item-has-children:hover ul.dropdown-menu {
    display: block;
}
 */
/* .navbar-brand img {
    height: 80px !important;
} */
ul#menu-topheader a {
    font-size: 14px;
    color: #050065;
    margin-bottom: 0 !important;
}
.second-header-btn .common-btn {
    border: 1px solid #03fbf8;
    padding: 10px;
    border-radius: 5px;
    font-weight: 700;
}

header.page-header, header.entry-header {
    height: 300px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .hentry {
    margin-top: 1.5em;
} */
#sidebar {
    margin: 1.5rem 0;
}
.sidebar-nav li:hover:before {
    width: 100%;
}
.sidebar-nav li {
    background-color: #050065;
    margin: 0 0 1px 0;
    padding: 0;
    font: normal 400 14px 'Open Sans';
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    height: 35px;
    cursor: pointer;
}
.sidebar-nav li:before {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #f4c30e;
    transition: all 0.3s ease 0s;
}

.sidebar-nav li a {
    margin: 0;
    padding: 0 0 0 35px;
    display: block;
    line-height: 25px;
    position: relative;
    color: #fff;
    background: url(https://new.umbedcollege.org/wp-content/uploads/2024/06/file.png) 7px no-repeat;
}
.sidebar-nav li {
    background-color: #050065;
    margin-bottom: 5px;
    padding: 5px;
}
ul.dropdown-menu li a {
    padding: 10px !important;
}
.dropdown-item.active, .dropdown-item:active {
	background-color: #0ff8f4; !important
}
ul#menu-topheader li {
    padding: 0 10px;
}
ul.dropdown-menu li ul.dropdown-menu {
    position: absolute;
    left: 11em;
    top: 0em;
}
.header-cta ul {
    margin-bottom: 5px;
}
.top-header ul {
    margin-bottom: 0;
}
form.wpcf7-form {
    padding: 2em;
    background-color: #ccedfd;
    border-radius: 5px;
}
.wpcf7-form input, .wpcf7-form select {
    width: 100%;
    padding: 5px;
}
label {
    display: inline-block;
    text-transform: capitalize;
}
input.wpcf7-form-control.wpcf7-submit {
    width: 30%;
    margin: auto;
    display: flex;
    /* text-align: center; */
    justify-content: center;
    align-items: center;
    background-color: #060143;
    color: white;
    border: 1px solid;
    padding: 10px;
}
input[type="radio"] {
    width: 20px;
}
.page-id-1902 #post-1902 p a {
    background-image: url(https://new.umbedcollege.org/wp-content/uploads/2024/06/pdf-icon-16x16-1.png);
    background-repeat: no-repeat;
    padding: 0 0 0 22px;
}


/***====supu css====***/
.course-sec {
    border: 1px dashed #ccc;
    border-radius: 20px;
    padding: 2em;
	  box-shadow: 0 0 2px #ff00a347;
}
.course-sec i {
    border: 1px solid #00a1ff47;
    border-radius: 100%;
    padding: 12px;
}
.course-sec i::before {
    color: #ff00a347;
}
.course-sec h2 {
    color: #090259;
}
.course-sec:hover {
    box-shadow: 0 0 15px skyblue;
}
.steps-area h3 {
    margin: 0;
}
.steps-area .text p {
    font-size: 25px;
    font-weight: 500;
}
.single-testimonial p {
    height: 180px;
}
.recent-blog-footer li {
    display: flex;
    margin-bottom: 5px !important;
}
.journal h3 {
    font-size: 20px;
    text-align: center;
    color: black;
    margin-top: 10px;
}

.journal img {
    width: 100%;
    height: auto;
}
.journal {
    border: 1px solid #ececec;
    padding: 1em;
    border-radius: 5px;
}
.journal:hover h3 {
    color: orange;
}

.mobile-navbar-collapse{
	    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;

}

.single-post .entry-content li:before {
    content: "✔";
    padding-right: 5px;
    color: #050065;
}
/* .main-menu span.caret:before {
    content: "🞃";
} */
nav#header {
    background: transparent !important;
}
@media (max-width: 600px){
	.main-menu ul li a {
		padding: 10px 0 !important;
	}
	.main-menu ul li.page_item.current_page_item {
		margin-left: 0px;
	}
	.navbar-brand img {
		height: 60px !important;
	}
	ul#menu-mobile-menu {
		height: 500px;
		overflow: scroll;
	}
	ul.dropdown-menu {
		padding: 0 1em;
	}
	ul.dropdown-menu li ul.dropdown-menu {
		position: absolute;
		left: 26em;
		top: 0em;
	}
}
.modal-backdrop {
	z-index: unset !important;
}
.cat-teaching-staff a:hover {
    color: #ffffff;
}
.cat-teaching-staff h4 {
    font-size: 1em;
    text-align: center;
}



#sidebar .wp-block-search__inside-wrapper input {
    border: 1px solid #ccc !important;
    border-radius: 5px;
    margin-bottom: 10px;
	padding: 6px 30px !important;
}
.search-form .search-submit, .wp-block-search .wp-block-search__button {
    min-height: 80%;
	padding: 0;
	border-radius: 0 5px 5px 0;
}
.ncte-side #sidebar {
    width: 100%;
}
.ncte-side input#wp-block-search__input-1 {
    display: none;
}
.ncte-side h3 {
    color: #050065;
    font-weight: 500;
    text-decoration: underline;
}
.ncte-side img {
    width: 40px;
	margin-right: 5px;
}
.textwidget h4:nth-child(1) {
    border-bottom: 1px solid #ccc;
}