/*!
Theme Name: New School of Architecture & Design
Theme URI: https://agencypartner.com
Author: Agency Partner Interactive
Author URI: https://agencypartner.com
Description: API WP Theme
Version: 3.5.0
Requires at least: 5.0
Tested up to: 6.3
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: new-school
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/assets/dist/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. */
}

/*AKG*/
#menu-main-menu .dropdown-item.active, 
#menu-main-menu .dropdown-item:active {
    background-color: #FEDB00;
    color: var(--bs-dropdown-link-color);
}
.menu-item-has-children > a:after {
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    border-right: 0.3em solid transparent;
    border-top: 0.3em solid;
    content: "";
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
}
#menu-academics-menu .dropdown:hover ul.dropdown-menu {
	display: block;
} 

.bx-highlights .featured-image img {
	width: 100%;
}
.newsCat {
	color: #FC2C6A;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    background-color: #FC2C6A33;
    padding: 2px 10px;
    margin-bottom: 10px;
}
.blogCat {
	color: #59CBE8;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    background-color: #59CBE833;
    padding: 2px 10px;
    margin-bottom: 10px;
}
.bx-highlights-bottom h4 {
	font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    color: #000000;
    font-family: 'Gotham', sans-serif;
    margin-bottom: 10px;
}
.bx-highlights .featured-image {
	margin-bottom: 20px;
}
.bx-highlights-bottom p {
	color: #4D4D54;
}
.twoColumnLayout {
	display: flex;
	gap: 30px;
}
.twoColumnLayout .featured-image {
	flex: 0 0 40%;
}
.twoColumnLayout .bx-highlights-bottom {
	flex: 0 0 60%;
}
.highlightSecText {
	padding-top: 100px;
	padding-bottom: 40px;
}
.oneColumnLayout .bx-highlights-bottom p {
	overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.twoColumnLayout .bx-highlights-bottom p {
	overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.bx-highlights a {
	display: block;
	text-decoration: none;
}
.blog-rand-main .bx-highlights .featured-image img {
    height: 280px;
    object-fit: cover;
}
.blog-rand-main {
	margin-bottom: 50px;
}
.blog-newsletter-col .vc_column-inner > .wpb_wrapper {
    background-color: #000000;
    padding: 40px 30px;
	border-top: 5px solid #59CBE8;
}
.blog-newsletter-col h4 {
	color: #fff;
	text-align: left;
    font-size: 26px;
    line-height: 34px;
    font-family: 'Gotham', sans-serif;
    font-weight: 500;
    margin: 20px 0px;
}
.blog-newsletter-col p {
	color: #A0A1A8;
}
.blog-newsletter-col .ginput_container_email {
    margin-bottom: 20px;
}
.blog-rand-main .bx-highlights-bottom h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.blog-post-search ul {
	display: flex;
	gap: 32px;
}
.blog-post-search .sf-field-search {
	flex: 0 0 80%;
}
.blog-post-search .sf-field-search label {
	display: block;
}
.blog-post-search .sf-field-search input {
	border: 0px;
    border-bottom: 2px solid #EF3340;
    width: 100%;
    height: 50px;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    outline: none;
    padding-left: 30px;
}
.blog-post-search .sf-field-search input::placeholder {
	color: #000 !important;
}
.blog-post-search .sf-field-category {
	flex: 0 0 20%;
}
.blog-post-search .sf-field-category select {
	border: 0px;
    border-bottom: 2px solid #EF3340;
    width: 100%;
    height: 50px;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    outline: none;
}
.blog-post-search {
	margin-bottom: 50px !important;
}
.blog-post-search .sf-field-search label:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 23px;
    width: 19px;
    height: 19px;
    /* margin: auto; */
    bottom: 0px;
    background-color: #000;
    -webkit-mask-image: url(/wp-content/uploads/2023/12/search.png);
    mask-image: url(/wp-content/uploads/2023/12/search.png);
}
.loadMoreRow .alm-reveal {
	--bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: calc(var(--bs-gutter-x)*-.5);
    margin-right: calc(var(--bs-gutter-x)*-.5);
    margin-top: calc(var(--bs-gutter-y)*-1);
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 30px;
}
.loadMoreRow .alm-reveal .col-md-4 {
    padding: 0px 15px;
}
.loadMoreBtn {
	border: 0px;
    background-color: #FEDB00;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    padding: 17px 32px;
}
.alm-btn-wrap {
	text-align: center;
}
#ajax-load-more {
	margin-bottom: 100px;
}
.loadMoreBtn:hover{
		background-color: #000;
		color:#fff; 
	}
.main_div_checked{
	width: 100vw;
	position: relative;
	margin-left: -50vw !important;
	left: 50%;
	padding-left: 15vw !important;
	padding-right: 15vw !important;
	background-color: #f6f6f6 !important;
	    padding-bottom: 70px;
}
	.gform_validation_errors{
		display: none;
	}

.loadMoreRow .alm-reveal {
	--bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: calc(var(--bs-gutter-x)*-.5);
	margin-right: calc(var(--bs-gutter-x)*-.5);
	margin-top: calc(var(--bs-gutter-y)*-1);
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 30px;
	list-style: none;
}
.loadMoreRow .alm-reveal .col-md-4 {
    padding: 0px 15px;
}

.loadMoreRow .alm-reveal li.alm-item {
    width: 33.33%;
    flex: 0 0 33.33%;
}

.loadMoreRow .alm-reveal li.alm-item img {
    height: 280px;
    object-fit: cover;
    width: 100%;
}

.loadMoreRow .alm-reveal li.alm-item h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    color: #000000;
    font-family: 'Gotham', sans-serif;
    margin-bottom: 10px;
    text-decoration: none;
}

.loadMoreRow .alm-reveal li.alm-item h3 a {
    text-decoration: none;
}
div#field_2_1 div#validation_message_2_1 {
    padding: 0px;
    margin-top: -18px;
    background: transparent;
    border: 0px;
    margin-bottom: 12px;
}