@font-face {
    font-family: 'MoreSugar';
    src: url('/wp-content/themes/sapna/fonts/MoreSugar-Regular.otf') format('opentype'),
         url('/wp-content/themes/sapna/fonts/MoreSugar-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'MoreSugar';
    src: url('/wp-content/themes/sapna/fonts/MoreSugar-Thin.otf') format('opentype'),
         url('/wp-content/themes/sapna/fonts/MoreSugar-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'MoreSugarExtras';
    src: url('/wp-content/themes/sapna/fonts/MoreSugar-Extras.otf') format('opentype'),
         url('/wp-content/themes/sapna/fonts/MoreSugar-Extras.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/************************ GENERAL ************************/

html {
	scroll-behavior: smooth;
}

html.js.js_active.vc_desktop.vc_transform.vc_transform {
	padding: 0 !important;
}

body {
	min-height: 100vh;
	overflow-x: hidden;
    display: flex;
    flex-direction: column;
}

.vc_row.full-width-row {
	margin-top: -25px;
}

.main-content {
	padding-top: 160px;
	flex: 1;
}

.padded-row {
	width: 65%;
	margin-left: auto !important;
	margin-right: auto !important;
}

header .container, footer .container {
	width: 90%;
}

input[type=text], input[type=email], textarea, select {
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius:0;
    -webkit-appearance: button;
}

:focus-visible {
	outline: none;
}

.anchor {
    scroll-margin-top: 150px;
}

.mobile-only, .hero-img-mobile-only {
	display: none !important;
}


/************************ TYPOGRAPHY ************************/


body, p, ul, li, input, textarea, select, .wpcf7-list-item-label, .wpcf7-response-output, header nav ul li a, #programs h3, #story-streams h2, footer h3, #mega-menu-wrap-primary, #mega-menu-wrap-primary #mega-menu-primary, #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-row, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary span.mega-menu-badge, #mega-menu-wrap-primary button.mega-close, #mega-menu-wrap-primary button.mega-toggle-standard {
	font-family: Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6, blockquote p, .more-sugar p strong, #home-hero p, #latest-story .spotlight-subtitle, #support-points .left-col::before, #support-points .right-col::before, #support-points p, #library-support p strong, .addtoany_header {
    font-family: 'MoreSugar', Helvetica, Arial, sans-serif;
    font-weight: 300;
}

p, ul, li, input, textarea, select, .wpcf7-list-item-label, .wpcf7-response-output {
	font-size: 20px;
	font-weight: 100;
	line-height: 30px;
	margin-bottom: 20px;
}

p:last-of-type {
	margin-bottom: 0;
}

p:empty {
	display: none;
}

a, a:hover, a:active {
    text-decoration: none;
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: none !important;
}

.the-content a {
	text-decoration: underline;
}

p a {
	hyphens: auto;
}

h1 {
    font-size: 45px;
	line-height: 65px;
	margin-bottom: 20px !important;
}

#hero h1, .category-hero h1 {
    font-size: 45px;
    font-weight: 300;
	padding: 0 15px 30px;
	margin: 0;
}

h2 {
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 30px !important;
}

h3 {
    font-size: 20px;
    line-height: 30px;
}

h4 {
    font-size: 18px;
}

.more-sugar p strong {
	font-size: 23px;
}

input, textarea, select {
	font-size: 18px;
	font-weight: normal;
}

ul, ol {
	margin: 0 0 1.5em 30px;
}

li {
	margin-bottom: 10px;
}

.fa-facebook-f:before {
    content: "\f39e" !important;
}

blockquote {
    margin: 0;
}

blockquote p {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 30px !important;
}

button {
	font-size: 17px;
}

span.wpcf7-not-valid-tip {
	font-size: 12px;
    margin-top: -20px;
}

body.error404 h1 {
    font-size: 70px;
	text-align: center;
    padding-top: 140px;
}


/************************ TEMPLATE ************************/

article {
	margin-bottom: 0;
}

.vc_row[data-vc-full-width] {
	background: #fff;
	overflow: inherit !important;
}

.wpb_content_element {
	margin-bottom: 0 !important;
}

.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner {
	padding-top: 0 !important;
}

.full-row-padding {
	padding: 100px 5%;
}

.padding-top-bottom {
	padding: 100px 0;
}

.padding-top {
	padding: 100px 0 0;
}

.padding-bottom {
	padding: 0 0 100px;
}

.padding-top-bottom-small {
	padding: 50px 0;
}

.padding-top-small {
	padding: 50px 0 0;
}

.padding-bottom-small {
	padding: 0 0 50px;
}

#hero, .vc_images_carousel, .category-hero, body.single .hero-image {
	height: calc(100vh - 160px);
	min-height: calc(100vh - 160px);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#hero {
	position: relative;
	display: flex;
	align-items: flex-end;
}

.background-row, .background-row .vc_column-inner {
	background-size: cover;
	background-repeat: no-repeat;
}

.background-row.right .vc_column-inner, .background-right, .vc_custom_1758776926757 {
	background-position: right;
}

.fixed-background, .fixed-background .vc_column-inner {
	background-attachment: fixed;
}

.overlay, .overlay .vc_column-inner {
	box-shadow: inset 10000px 0 0 0 rgb(12 12 12 / 30%);
}

.overlay .vc_column-inner .vc_column-inner {
	box-shadow: none;
}

.left-col {
    padding-right: 50px !important;
}

.right-col {
    padding-left: 50px !important;
}


/************************ ELEMENTS ************************/

.vc_btn3-container {
	margin-top: 20px !important;
}

.vc_btn3 {
    background: transparent !important;
    font-size: 20px !important;
    padding-left: 0 !important;
}

.vc_btn3.vc_btn3-color-danger {
    border-radius: 12px !important;
    padding: 14px 20px !important;
}

.vc_btn3 .vc_btn3-icon {
	transition: all 0.5s ease-in-out !important;
}

.vc_btn3:hover .vc_btn3-icon {
	right: 0 !important;
}

.wpcf7 form .wpcf7-response-output {
    font-size: 14px !important;
    text-transform: uppercase !important;
	line-height: 24px !important;
    border: 0 !important;
    padding: 0 !important;
	margin: 0 !important;
}

.wpb_single_image, .wp-video, .wpb_video_widget, .eb-video-popup {
    margin: 50px 0 !important;
}

.no-img-padding .wpb_single_image {
	margin: 50px 0 0 !important;
}

.no-img-padding .vc_column-inner  {
	padding: 0 !important;
}

.vc_row-no-padding .wpb_single_image {
	margin: 0 !important;
}

.vc_col-sm-8 .wpb_single_image, .vc_col-sm-6 .wpb_single_image, .vc_col-sm-4 .wpb_single_image, .vc_col-sm-3 .wpb_single_image, .vc_col-sm-2 .wpb_single_image {
	margin: 0 !important;
}

.vc_images_carousel {
	overflow: hidden;
}

.vc_images_carousel .vc_carousel-control {
    width: 100px !important;
	height: 100px !important;
	text-shadow: none !important;
	opacity: 1 !important;
}

.vc_images_carousel .vc_carousel-control .icon-next, .vc_images_carousel .vc_carousel-control .icon-prev {
	font-size: 100px !important;
}

.vc_images_carousel .vc_carousel-control .icon-prev:before, .vc_images_carousel .vc_carousel-control .icon-next:before {
	top: -14px !important;
}

.vc_gitem_row .vc_gitem-col {
	padding: 40px 0 0 !important;
}

.owl-ca-carousel {
	padding: 0;
}

.eb-video-popup .eb-video-preview {
	opacity: 1 !important;
}

.eb-play-button svg {
    width: 100px;
    height: 100px;
}

#bp_container>*, #bp_loader, .bp-x {
    top: 30px;
}

.addtoany_header {
    text-transform: uppercase;
    font-weight: 400;
    margin: 50px 0 10px;
}

#thank-you .donate-btn {
	margin-top: 30px !important;
}

#thank-you .donate-btn a {
    border-radius: 50px !important;
    padding: 10px 25px !important;
}

.grecaptcha-badge {
	display: none !important;
}


/************************ HEADER ************************/

header {
    width: 100%;
	height: 120px;
    margin: 0 auto;
    padding: 40px 0 0 ;
    position: fixed;
    z-index: 9999;
	transition: all 0.5s ease-in-out; 
}

body.scrolled header {
	height: 75px;
}

header .container {
	display: flex;
    justify-content: center;
    align-items: center;
}

.mega-logo {
	margin-top: -20px !important;
}

.logo img {
	height: 120px;
	transition: all 0.5s ease-in-out; 
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-logo.mega-menu-item.mega-current-menu-item > a.mega-menu-link, .mega-logo a:hover {
	background: transparent !important;
}

body.scrolled .logo img {
	height: 75px;
}

header nav.site-navigation {
	width: 100%;
	float: left;
	display: block;
}

header nav.site-navigation .main-nav {
	float: left;
}

header nav ul li {
	padding: 5px 0;
	margin: 20px 0 0 45px;
}

header nav ul li a {
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
}

.donate-btn a {
    border-radius: 50px;
    padding: 10px 25px;
}

.donate-btn:hover a {
	text-decoration: none !important;
}

.site-navigation ul ul {
	width: 280px;
    position: absolute;
    text-align: left;
	border-top: 5px solid transparent;
    padding: 10px 20px 15px;
	margin: 0 0 0 -20px;
    display: none;
	z-index: 999999;
}

.site-navigation ul li:hover > ul {
    display: block;
}

header nav ul ul li {
	width: 100%;
	padding: 0;
    margin: 0 0 10px 0;
}

header nav ul ul li:last-of-type {
    margin: 0;
}

header nav ul ul.sub-menu li a {
	font-weight: 400;
	text-decoration: none !important;
	text-transform: none;
}

header .current-menu-item a, header nav ul li:hover a, header nav ul ul li:hover a {
	text-decoration: underline;
}

#mega-menu-wrap-primary #mega-menu-primary {
    text-align: left;
	display: flex;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu {
    position: relative !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    width: 730px !important;
	border-radius: 0 0 5px 5px;
    padding: 30px 10px 20px !important;
    box-sizing: border-box !important;
    position: absolute !important;
    left: 0 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
	margin: 20px 40px 0 0;
}

body.scrolled #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
	margin-top: 0;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	padding: 0 10px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
	background: transparent !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
	border-radius: 5px 5px 0 0;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-donate-btn {
	margin-left: 10px;
}

.mega-donate-btn a {
	border-radius: 50px !important;
    padding: 0 25px !important;
}

.mega-intro.mega-menu-column.mega-menu-columns-5-of-12 .textwidget {
	background: #ececec;
	border-radius: 10px;
    padding: 25px;
}

.mega-intro.mega-menu-column.mega-menu-columns-5-of-12 .textwidget p {
	font-size: 15px !important;
	line-height: 25px !important;
	margin-bottom: 20px !important;
}

.mega-menu-column.mega-menu-columns-7-of-12 .mega-menu-item-type-post_type, .mega-menu-column.mega-menu-columns-7-of-12 .mega-menu-item-type-taxonomy, .mega-menu-column.mega-menu-columns-7-of-12, .mega-menu-column.mega-menu-columns-6-of-12 .mega-menu-item-type-post_type, .mega-menu-item-type-custom, .mega-menu-column.mega-menu-columns-6-of-12 .mega-menu-item-type-taxonomy, .mega-menu-column.mega-menu-columns-6-of-12 .mega-menu-item-type-custom, .mega-menu-column.mega-menu-columns-12-of-12 .mega-menu-item-type-post_type {
	padding-bottom: 0 !important;
}

.mega-menu-column.mega-menu-columns-7-of-12 .mega-menu-item-type-widget, .mega-menu-column.mega-menu-columns-6-of-12 .mega-menu-item-type-widget, .mega-menu-column.mega-menu-columns-12-of-12 .mega-menu-item-type-widget {
	padding-top: 0 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
	font-size: 16px !important;
	text-transform: none;
}

.mega-menu-column.mega-menu-columns-7-of-12 .textwidget p, .mega-menu-column.mega-menu-columns-6-of-12 .textwidget p, .mega-menu-column.mega-menu-columns-12-of-12 .textwidget p {
	font-size: 15px !important;
	line-height: 25px !important;
	margin-bottom: 0 !important;
}

.astm-search-menu.is-menu {
	padding: 0 !important;
	margin: 20px 0 0 60px !important;
	position: absolute;
    float: right;
    right: 0;
}

body.scrolled .astm-search-menu.is-menu {
	margin-top: 0 !important;
}

.is-form-style.is-form-style-3 input.is-search-input {
    background: transparent !important;
    border-top: 1px solid #000 !important;
	border-left: 1px solid #000 !important;
    border-right: 0 !important;
    border-bottom: 1px solid #000 !important;
    border-radius: 50px 0 0 50px !important;
}

.is-search-icon {
    background: transparent !important;
    border-top: 1px solid #000 !important;
	border-left: 0 !important;
    border-right: 1px solid #000 !important;
    border-bottom: 1px solid #000 !important;
    border-radius: 0 50px 50px 0 !important;
}

.mobile-menu-button, #mobile-menu {
	display: none;
}

.mysticky-welcomebar-fixed .mysticky-welcomebar-close {
	top: 20px !important;
}


/************************ HOME ************************/

body.home h2 {
    font-size: 50px;
    line-height: 60px;
}

#home-hero {
	height: 550px !important;
    overflow: hidden;
}

#home-hero .owl-item {
    height: 550px;
}

#home-hero .vc_col-sm-4 {
    padding: 80px 50px 80px 80px;
}

#home-hero p {
	font-size: 25px;
	line-height: 35px;
}

#home-hero .vc_btn3-container {
	margin-top: 30px !important;
}

#home-hero .vc_btn3 {
    font-size: 15px !important;
    text-transform: uppercase;
    border-radius: 50px !important;
    padding: 12px 30px !important;
}

#home-hero .owl-item .vc_col-sm-8 .vc_column-inner {
	padding: 0 !important;
}

#home-hero .owl-item .vc_row {
	background-position: right;
}

#home-hero .owl-prev {
	left: 10px;
}

#home-hero .owl-next {
	right: 10px;
}

#home-hero .owl-dots {
    margin-top: 15px;
    position: absolute;
    left: 65px;
    bottom: 0;
	z-index: 999999;
}

#home-hero .owl-dots span {
	border: 1px solid #000;
}

#programs .program-row {
	margin-top: 50px;
}

#programs .vc_col-sm-3 {
	width: calc(25% - 20px);
	margin: 0 20px 0 0;
}

#programs .vc_col-sm-3:hover img {
	opacity: 0.8;
}

#programs .program-row {
	padding: 0 15px;
}

#programs .program-row .vc_column-inner {
	padding: 0 !important;
}

#programs .program-row .wpb_text_column {
    padding: 10px 20px 25px;
}

#programs h3 {
	font-size: 19px;
	font-weight: 600;
	line-height: 29px;
	margin-top: 10px;
}

#latest-story .spotlight-subtitle, body.home #featured h3 {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 20px !important;
}

#latest-story a {
	text-decoration: none;
}

#latest-story .vc_gitem-animated-block {
    padding-left: 65px;
}

#latest-story .vc_gitem-zone.vc_gitem-zone-c {
    padding-right: 65px;
}

#latest-story .vc_grid-item-zone-c-left .vc_gitem-zone-c, #latest-story .vc_grid-item-zone-c-right .vc_gitem-animated-block, #latest-story  .vc_grid-item-zone-c-left .vc_gitem-animated-block {
	width: calc(50% - 65px) !important;
}


/************************ ABOUT ************************/

.page-id-23 #hero, .page-id-193 #hero {
	background-color: #92051e;
    background-size: contain !important;
}

#how-we-began .wp-video, #how-we-began .wpb_video_widget {
	margin-bottom: 0 !important;
}

#team .vc_grid-container-wrapper {
	margin-top: 50px;
}

#team .vc_grid-item {
    padding: 0 50px;
}

#team .wpb_single_image img {
	width: 300px;
	height: auto;
	margin-bottom: 40px !important;
	aspect-ratio: 1/1;
}

#team .vc_gitem-post-data-source-post_title {
	margin-bottom: 0 !important;
}

#team h2 {
    font-size: 33px;
    line-height: 43px;
    margin-bottom: 5px !important;
}

.vc_gitem-acf.team-title {
	font-size: 17px;
	font-weight: 600;
	line-height: 27px;
	margin-bottom: 20px;
}

#team .vc_gitem-post-data-source-post_excerpt p {
	font-size: 17px;
	line-height: 27px;
}

#volunteers {
	padding: 100px 0 25px;
}

#volunteers .wpb_single_image {
	margin-top: 20px !important;
}


/************************ SOUTH ASIAN CLIMATE STORIES ************************/

#story-streams blockquote p {
    font-size: 33px;
    line-height: 43px;
    margin-bottom: 70px !important;
}

#story-streams .vc_col-sm-8 {
	width: 60%;
}

#story-streams .vc_col-sm-4 {
	width: 40%;
}

#story-streams h2 {
    font-size: 35px;
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 30px !important;
}

#story-streams h2 a {
	text-decoration: none;
}

#story-streams .owl-item .vc_column-inner {
	padding: 0;
}

#story-streams .owl-ca-carousel .owl-item .wpb_single_image {
    width: calc(25% - 20px);
    margin: 0 10px !important;
    float: left;
}

#story-streams .wpb_text_column {
    width: calc(50% - 90px);
	padding-right: 70px;
    margin: 0 10px !important;
    float: left;
}

#story-streams .owl-dots {
	margin-top: 50px !important;
}

.story-row .narrow-row {
	width: 80%;
    margin: auto !important;
    float: inherit;
}

#story-streams .owl-prev {
	left: -120px !important;
}

#story-streams .owl-next {
	right: -120px !important;
}

#carousel-anything-1 .owl-prev, #carousel-anything-1 .owl-next {
    color: transparent;
}

#library-support p strong {
	font-size: 30px;
	line-height: 45px;
}

#library-support-boxes {
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat;
}

#library-support-boxes ul {
    padding-left: 0;
	margin: 0;
    list-style: none;
}

#library-support-boxes ul li {
    background: url('/wp-content/uploads/2025/09/checkbox-tick.png') no-repeat;
    background-size: 18px 18px;
	background-position: 0 5px;
    padding-left: 33px;
    margin-bottom: 30px;
}

#south-asian-climate-stories-illo .wpb_single_image {
	margin-bottom: 0 !important;
}


/************************ AUSTRALIA'S RESPONSIBILITIES ************************/

#quote img {
    width: auto;
    height: 250px;
}

#support-points .left-col::before {
    content: '1';
    font-size: 100px;
    padding: 30px 20px 0 0;
}

#support-points .right-col::before {
    content: '2';
    font-size: 100px;
    padding: 30px 20px 0 0;
}

#support-points p {
    font-size: 30px !important;
    line-height: 40px;
}

#loss-damage-funding .vc_btn3-container {
	margin-top: 30px !important;
}


/************************ EVENTS ************************/

.events .vc_gitem-zone.vc_gitem-zone-a.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-16-9.vc_gitem-is-link {
	aspect-ratio: 16/9;
}

.events .vc_gitem_row .vc_gitem-col {
    padding: 20px 0 0 !important;
}

#join-events .vc_grid-item, #past-events .vc_grid-item {
    padding: 0 30px 30px 0;
}

#featured-petition .vc_gitem_row .vc_gitem-col {
    padding: 10px 70px 50px 0 !important;
}

.single-event.event-content {
	padding-right: 50px;
}

.single-event .the-content {
	margin-bottom: 40px;
}

.single-event h2 {
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 35px;
	margin-bottom: 5px !important;
}

.single-event.event-content h2 {
	margin-top: 30px;
}

.single-event.event-content ul {
    list-style: none;
    margin: 0;
}

.event-sidebar {
	padding: 20px 50px 50px;
}

.single-event.event-sidebar h2 {
	margin-top: 30px;
}

.rsvp-embed p {
	font-size: 14px;
	line-height; 24px;
	margin-top: 20px;
} 


/************************ MEDIA AND RESOURCES ************************/

.category-hero {
	background-size: cover;
	background-position: center;
	position: relative;
	display: flex;
	align-items: flex-end;
}

.category-posts {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	padding: 60px 20px;
	margin: 0 auto;
}

.category-post .image-wrapper {
	width: 100%;
	margin-bottom: 15px;
	position: relative;
	aspect-ratio: 4 / 5;
	overflow: hidden;
}

body.term-training-workshops .category-post .image-wrapper {
	aspect-ratio: 16 / 9;
}

.category-post .image-wrapper img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}

.category-post h2, .parent-pageid-29 .vc_gitem-post-data h2 {
	font-size: 25px;
	line-height: 35px;
	margin: 25px 0 5px !important;
}

.parent-pageid-29 .vc_gitem-post-data-source-post_title {
	margin-bottom: 0 !important;
}

.vc_gitem-post-data h2 a {
	text-decoration: none;
}

.category-post p, .parent-pageid-29 .vc_gitem-post-data-source-post_excerpt p, #join-events .vc_grid-item p {
	font-size: 17px;
}

.parent-pageid-29 .vc_gitem_row .vc_gitem-col {
	padding: 0 !important;
}

body.term-reports .category-post .image-col img, body.term-podcasts .category-post .image-col img {
	aspect-ratio: 4 / 5;
}

body.term-reports .category-post h2, body.term-podcasts .category-post h2, body.term-workshops .category-post h2 {
	font-size: 30px;
	line-height: 40px;
	margin: 10px 0 !important;
}

body.term-reports .category-post .subtitle, body.term-podcasts .category-post .subtitle, body.term-workshops .category-post .subtitle {
	font-size: 22px;
	font-weight: 600;
	line-height: 32px;
	margin-bottom: 30px !important;
}

body.term-reports .category-post p, body.term-podcasts .category-post p, body.term-workshops .category-post p {
	font-size: 20px;
	line-height: 30px;
}

#event-kit .vc_gitem-post-data-source-post_excerpt {
	margin-top: 25px;
}

body.term-stories .category-post h2, body.term-stories .category-post p, body.term-explainers .category-post h2, body.term-explainers .category-post p, body.term-news .category-post h2, body.term-news .category-post p {
	display: none;
}


/************************ STORIES ************************/

.category-intro .left-col {
	width: 50%;
	float: left;
}

.category-intro .right-col {
	width: 25%;
    float: right;
}

.category-intro .right-col img {
	width: 100%;
	margin-bottom: 60px;
}

body.term-stories h2 {
	margin-bottom: 15px !important;
}

body.term-stories .tag-post-grid {
	margin-top: 30px;
}

body.term-stories .category-posts {
	display: inherit !important;
    grid-template-columns: auto !important;
    gap: inherit !important;
    padding: 0 0 60px !important;
    margin: 0 auto !important;
}

.tag-section {
	padding: 60px 0 20px;
}

.tag-post-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding: 0;
    margin: 0 auto;
}

#comments h2 {
	margin: 30px 0 5px !important;
}

#comments .comment-notes {
	margin-bottom: 35px !important;
}

#comments label {
	font-weight: 600;
}

#comments .required-field-message {
	display: none;
}

#comments input[type=text], #comments input[type=email], #comments textarea {
    width: 100%;
    border: 2px solid;
    border-radius: 0;
    padding: 10px;
	margin-top: 10px;
}

#comments input[type="submit"] {
	font-size: 20px;
	border-radius: 47px;
	padding: 13px 27px;
}

#comments ol {
	list-style: none;
	border-top: 1px solid;
	padding-top: 30px;
    margin: 0;
}

#comments li {
	border-bottom: 1px solid;
    padding-bottom: 40px;
	margin-bottom: 30px;
}

#comments .comment-author {
	font-weight: 600;
	margin-bottom: 7px;
}

#comments .comment-author cite {
	font-style: normal !important;
}

.comment-content {
	margin-bottom: 30px;
}

.comment-actions {
	font-size: 15px;
	margin-right: 30px;
	float: left;
}

a.comment-like, a.comment-dislike {
    border: 1px solid #ececec;
    border-radius: 10px;
    padding: 10px 15px;
}

#comments .reply {
	font-size: 15px;
    font-weight: 600;
    margin-top: 0;
}

#comments ul.children {
	list-style: none;
    margin: 30px 0 0 30px;
}

#comments ul.children li {
	border-bottom: 0;
	padding-bottom: 0;
    margin: 0;
}

#comments ul.children ul.children {
	margin-bottom: 30px;
}

.bottom-banner {
	height: 800px;
	max-height: 100vh;
}


/************************ NEWS ************************/

body.term-news .category-posts {
	padding: 0px 20px 60px 30px;
}

body.term-news .category-post {
	border: 1px solid;
}

body.term-news .category-post .image-wrapper {
	margin-bottom: 0;
}


/************************ EVENT KIT ************************/

body.term-event-kit .category-posts {
	grid-template-columns: repeat(3, 1fr);
}

body.term-event-kit .category-posts .image-wrapper {
    aspect-ratio: 1.414 / 1;
}

body.term-event-kit .category-post p {
	margin-bottom: 10px;
}


/************************ SINGLE POSTS ************************/

.wp-caption {
    width: 85% !important;
	margin: 50px auto 35px !important;
}

.wp-caption img, .wp-caption-text {
    width: 100% !important;
}

p.wp-caption-text {
	font-size: 13px;
    font-style: italic;
    line-height: 23px;
}

/************************ BOOK ************************/

.term-books .category-posts {
    padding: 20px 0 60px;
}

.term-books .category-post h2 {
	font-size: 35px;
    line-height: 45px;
    margin: 25px 0 15px !important;
}


/************************ SURVEY ************************/

.share-survey {
	padding: 50px 30px !important
}

.share-survey h2 {
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 35px;
	margin-bottom: 15px !important;
}

.share-survey .a2a_kit {
	margin-bottom: 35px !important;
}


/************************ FOOTER ************************/

footer {
	text-align: center;
    padding: 50px 0 10px;
}

.footer-top .footer-col {
	width: 25%;
	text-align: left;
	margin-bottom: 30px;
	float: left;
}

footer p {
	font-size: 15px;
	line-height: 25px;
}

footer h3 {
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 5px !important;
}

footer ul {
	text-align: left;
    list-style: none;
    margin: 0;
}

footer li {
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 5px !important;
}

.footer-middle .footer-col {
	width: 33%;
	margin-bottom: 30px;
	float: left;
}

.footer-middle .footer-col {
	text-align: left;
}

footer .menu-social-menu-container {
	width: 100%;
	display: flex;
}

footer .menu-social-menu-container ul {
	width: 100%;
	padding: 0;
	margin: 0;
    display: flex;
}

footer .menu-social-menu-container li {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0 20px 0 0;
    display: flex;
    align-items: center;
	justify-content: center;
}

footer .menu-social-menu-container li a {
    font-size: 16px;
    text-decoration: none;
    line-height: 1;
    display: inline-block;
}

.footer-middle .footer-col.footer-7 {
	text-align: right;
}

.footer-6 div {
	font-size: 15px;
}

.footer-bottom {
	border-top: 1px solid #ececec42;
    padding-top: 40px;
    margin-top: 20px;
}

.footer-bottom .footer-8 {
	width: 75%;
	text-align: left;
	float: left;
}

.footer-bottom .footer-9 {
	width: 25%;
	text-align: right;
	float: left;
}

.footer-bottom p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
}

.footer-div {
	margin: 0 10px;
}



/************************ MOBILE ************************/

@media only screen and (max-width: 1550px) {
	
	.padded-row {
		width: 80%;
        margin-left: auto !important;
        margin-right: auto !important;
	}
	
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    	margin: 20px 0 0 20px;
	}
	
	.mega-donate-btn {
    	margin: 20px 0 0 20px !important;
	}
	
	body.scrolled .mega-donate-btn {
    	margin: 0 0 0 20px !important;
	}
	
	.astm-search-menu.is-menu {
    	margin: 20px 0 0 40px !important;
	}
	
	.page-id-198 #hero h1 { /*event kit*/
		font-size: 50px;
	}
	
	.category-posts {
		grid-template-columns: repeat(3, 1fr);
	}

}


@media only screen and (max-width: 1430px) {
	
	header, body.scrolled header {
		height: auto;
		box-shadow: 1px 1px 8px #0000004a;
		padding: 0;
	}
	
	header .container {
		width: 100%;
	}
	
	.mobile-only.logo {
		display: block !important;
	}
	
	.logo {
    	width: auto;
		padding: 0;
	}
	
	.logo img, body.scrolled .logo img {
		height: 65px;
        padding: 10px 0 0;
	}
	
	.site-navigation.desktop-only {
		display: none;
	}
	
    .mobile-menu-button {
        background: none;
        font-size: 24px;
        border: none;
        cursor: pointer;
        position: absolute;
        right: 20px;
        top: 31px;
        display: block;
        z-index: 1001;
    }

	.mobile-menu-button.open i:before {
        content: "\f00d" !important; /* Change icon to 'X' when opened */
    }

    #mobile-menu {
        width: 100%;
		height: 100vh;
        text-align: left;
		border-top: 1px solid;
        padding: 0;
        position: absolute;
        top: 82px;
        left: 0;
        display: none;
    }

    #mobile-menu.active {
        display: block;
    }
	
	#mobile-menu ul#menu-mobile-menu {
		margin-top: 30px !important;
	}
	
	#mobile-menu ul li {
		width: 100%;
		text-align: left;
        padding: 0;
    	margin: 10px 0;
	}
	
	#mobile-menu ul li.current_page_item a {
    	border-top: 0;
    	padding-top: 0;
	}
	
	#mobile-menu ul li a {
		font-size: 18px;
		padding-left: 20px;
	}
	
	#mobile-menu li.donate-btn {
		padding: 20px 0 0 20px !important;
	}
	
	#mobile-menu .sub-menu {
		margin-top: 15px;
    	display: none;
	}
	
	#mobile-menu .submenu-toggle {
		background: none;
		border: none;
		font-size: 18px;
		cursor: pointer;
		margin-left: 10px;
		padding: 0;
		line-height: 1;
	}
	
	#mobile-menu .menu-item.open > .sub-menu {
    	display: block;
	}
	
	#mobile-menu .sub-menu li {
    	margin: 0 0 10px
	}
	
	#mobile-menu button.submenu-toggle {
        width: 93%;
        height: 28px;
    	background: transparent;
        text-align: right;
        padding-right: 0;
        float: left;
        position: absolute;
        left: 0;
        z-index: 9999;
	}

	.main-content {
    	padding-top: 82px;
	}

}


@media only screen and (max-width: 1200px) {
	
	.padded-row {
		width: calc(100% - 60px);
        margin-left: auto !important;
        margin-right: auto !important;
	}
	
	body.single .padded-row {
		width: calc(100% - 30px);
	}
	
	.vc_row {
		margin-left: 0 !important;
    	margin-right: 0 !important;
	}
	
	.vc_row.vc_column-gap-35 {
		margin-left: 0 !important;
    	margin-right: 0 !important;
	}
	
	.vc_row.vc_column-gap-35>.vc_column_container {
		padding: 0 !important;
	}

	.vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
		padding-right: 15px !important;
		padding-bottom: 15px !important;
	}
	
	#home-hero .vc_column_container>.vc_column-inner {
		padding: 0 !important;
	}
	
	#story-streams .padded-row.carousel-anything-container {
		width: 100%;
	}
	
	.category-posts {
        width: calc(100% - 60px);
		grid-template-columns: repeat(2, 1fr);
	}
	
	.footer-col.footer-1, .footer-col.footer-2, .footer-col.footer-3 {
		width: 33% !important;
	}
	
	.footer-col.footer-4 {
		width: 100% !important;
	}

}


@media only screen and (max-width: 1100px) {
	
	.vc_images_carousel {
		height: auto;
		min-height: auto;
	}
	
	#home-hero, #home-hero .owl-item {
		height: auto !important;
		overflow: inherit;
	}
	
	#home-hero .vc_col-sm-8 {
    	width: 100%;
    	float: left;
    	order: 1;
	}
	
	#home-hero .vc_col-sm-8 .vc_column-inner, #home-hero .owl-item .vc_row {
		background-image: none !important;
	}
	
	.hero-img-desktop-only {
		display: none !important;
	}
	
	.hero-img-mobile-only {
		display: block !important;
	}
	
	#home-hero .hero-txt, #home-hero .vc_col-sm-4 {
    	width: 100%;
		padding: 30px 15px;
    	float: left;
    	order: 2;
	}
	
	#home-hero .owl-prev, #home-hero .owl-next {
    	top: -530px !important;
	}
	
	#home-hero .owl-dots {
    	left: 15px;
    }
	
	.vc_carousel-control {
		display: none;
	}

}


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

	.desktop-only {
		display: none !important;
	}

	.mobile-only {
		display: block !important;
	}
	
	header {
        height: 165px;
	}
	
	body.scrolled header {
        height: 82px;
	}
	
	.logo img {
		height: 150px;
	}
	
	body.scrolled .logo img {
		height: 65px;
	}
	
	#mobile-menu {
        top: 165px;
	}
	
	body.scrolled #mobile-menu {
        top: 82px;
	}
	
	.main-content {
        padding-top: 157px;
	}
	
	body.scrolled .main-content {
        padding-top: 82px;
	}
	
	.padded-row {
        width: calc(100% - 30px);
		margin-left: 15px !important;
		margin-right: 15px !important;
	}
	
	p, ul, li, input, textarea, select, .wpcf7-list-item-label, .wpcf7-response-output, .vc_btn3, #programs h3 {
		font-size: 16px;
		font-weight: 400;
		line-height: 26px;
	}
	
	.vc_btn3 {
		font-size: 16px !important;
	}
	
	h1 {
    	font-size: 35px;
    	line-height: 50px;
    	margin-bottom: 15px !important;
	}
	
	h2 {
    	font-size: 32px;
    	line-height: 47px;
    	margin-bottom: 25px !important;
	}
	
	blockquote p {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 15px !important;
	}
	
	body.page-template-no-hero .padded-row h1 {
		padding: 0 15px;
	}
	
	.vc_column-inner .vc_column-inner {
		padding: 0 !important;
	}
	
	.padding-top-bottom {
    	padding: 50px 0;
	}
	
	.padding-top {
		padding: 50px 0 0;
	}
	
	.padding-bottom {
		padding: 0 0 50px;
	}
	
	.left-col, .vc_gitem-zone.vc_gitem-zone-c {
		padding: 0 !important;
	}
	
	.right-col, .vc_grid-item-zone-c-left .vc_gitem-animated-block {
		padding: 30px 0 0 !important;
	}
	
	.right-col.txt-col {
		padding: 0 0 30px !important;
		order: 1;
	}
	
	.left-col.img-col {
		order: 2;
	}
	
	.vc_grid-item-zone-c-left .vc_gitem-zone-c, .vc_grid-item-zone-c-right .vc_gitem-animated-block, .vc_grid-item-zone-c-left .vc_gitem-animated-block, #latest-story .vc_grid-item-zone-c-left .vc_gitem-zone-c, #latest-story .vc_grid-item-zone-c-right .vc_gitem-animated-block, #latest-story .vc_grid-item-zone-c-left .vc_gitem-animated-block {
		width: 100% !important;
	}
	
	.wpb_single_image, .wp-video {
		margin: 30px 0 !important;
	}
	
	.post-grid .vc_gitem_row .vc_gitem-col {
    	padding: 20px 0 40px !important;
	}
	
	#home-hero .vc_col-sm-8 {
		height: 180px;
		overflow: hidden;
	}
	
	#home-hero .hero-txt {
		height: 400px;
		display: block !important;
	}
	
	#home-hero p {
    	font-size: 22px;
    	line-height: 32px;
	}
	
	#home-hero .owl-prev, #home-hero .owl-next {
        top: -493px !important;
	}
	
	#hero, .category-hero, body.single .hero-image, body.single .bottom-banner {
		height: auto;
		min-height: auto;
		aspect-ratio: 16/9;
	}
	
	#hero h1, .category-hero h1 {
    	font-size: 35px;
    	line-height: 40px;
    	padding: 0 15px;
    }
	
	.page-id-23 #hero, .page-id-193 #hero {
		padding: 30px 0;
	}
	
	body.home #about .padding-top-bottom {
		padding-top: 0;
	}
	
	body.home h2 {
		font-size: 40px;
	    line-height: 50px;
	}
	
	#programs .program-row {
    	padding: 0;
	}
	
	#programs .vc_col-sm-3 {
    	width: 100%;
    	margin: 0 0 20px 0;
	}
	
	#latest-story .wpb_single_image {
		margin: 30px 0 !important;
	}
	
	#latest-story h3 {
    	font-size: 23px;
    	line-height: 33px;
	}
	
	#latest-story .vc_btn3-container {
		margin-bottom: 0 !important;
	}
	
	#latest-story .vc_grid-item-zone-c-left .vc_gitem-animated-block {
		display: none !important;
	}
	
	#how-we-began {
		padding-top: 0;
	}
	
	#team .vc_grid-item {
		padding: 0;
	}
	
	#team h2 {
    	font-size: 25px;
    	line-height: 40px;
    	margin-bottom: 0 !important;
	}
	
	.page-id-110 .vc_col-sm-8, .page-id-110 .vc_col-sm-4 {
		width: 100%;
	}
	
	#story-streams .wpb_text_column {
    	width: calc(100% - 30px);
    	padding: 0 15px 30px 0;
		margin: 0 !important;
	}
	
	#story-streams .owl-ca-carousel .owl-item .wpb_single_image {
    	width: calc(50% - 20px);
    	margin: 0 20px 0 0 !important;
	}
	
	#story-streams .owl-nav {
		display: none;
	}
	
	.story-row .padded-row {
		display: flex;
		flex-direction: column;
	}
	
	#south-asian-climate-stories-illo .vc_column-inner {
		padding: 0 !important;
	}
	
	#australias-climate-responsibility {
	    padding-top: 50px;
	}
	
	#australias-climate-responsibility .wpb_video_widget {
		margin-bottom: 0 !important;
	}
	
	#quote img {
        height: 150px;
        margin: 0 auto 30px !important;
        display: block;
        float: inherit;
	}
	
	#support-points .left-col::before, #support-points .right-col::before {
        width: 75px;
        font-size: 80px;
        text-align: center;
	}
	
	#support-points p {
        font-size: 22px !important;
        line-height: 32px;
	}
	
	#join-events .vc_grid-item, #past-events .vc_grid-item {
		padding: 0 15px 0 0;
	}
	
	#past-events {
		padding-top: 0 !important;
	}
	
	#featured-petition .vc_gitem_row .vc_gitem-col {
    	padding: 0 !important;
	}
	
    body.page-id-128 .padded-row {
        width: 100%;
	}
	
	#join-events, #past-events {
		margin-top: 30px;
	}
	
	#join-events.post-grid .vc_gitem_row .vc_gitem-col, #past-events.post-grid .vc_gitem_row .vc_gitem-col {
		padding: 15px 0 !important;
	}
	
	#join-events .vc_grid-item, #past-events .vc_grid-item {
        padding: 0;
	}
	
	.single .title {
        font-size: 35px;
        line-height: 50px;
	}
	
	.single-event-main {
		flex-direction: column;
	}
	
	.single-event.event-content {
    	padding: 0 0 50px 0;
	}
	
	.single-event h2 {
    	font-size: 23px;
    	line-height: 33px;
	}
	
	.event-sidebar {
    	padding: 0 20px 30px;
	}
	
	.category-intro.padded-row {
		width: calc(100% - 30px);
		margin: auto;
	}
	
	.category-posts {
        width: calc(100% - 30px);
    	grid-template-columns: repeat(1, 1fr);
    	padding: 30px 0;
	}
		
	.category-post h2 {
    	margin: 25px 0 10px !important
	}
	
	body.term-reports .category-post, body.term-podcasts .category-post, body.term-workshops .category-post, body.term-books .category-post {
    	display: block;
	}
	
	body.term-stories .category-posts {
		padding-top: 0 !important;
	}
	
	body.term-stories .tag-post-grid, body.term-explainers .category-posts {
    	grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}
	
	body.term-stories .tag-post-grid .image-wrapper, body.term-explainers .category-posts .image-wrapper {
		margin-bottom: 0;
	}
	
	body.term-news .category-posts {
		padding: 0 15px 60px;
		grid-template-columns: repeat(2, 1fr);
        gap: 15px;
	}
	
	body.term-reports .category-post h2, body.term-podcasts .category-post h2, body.term-workshops .category-post h2, .term-books .category-post h2 {
    	font-size: 25px;
    	line-height: 35px;
    	margin: 25px 0 10px !important;
	}
	
	body.term-reports .category-post .subtitle, body.term-podcasts .category-post .subtitle, body.term-workshops .category-post .subtitle {
    	font-size: 19px;
    	line-height: 29px;
    	margin-bottom: 25px !important;
	}
	
	body.term-reports .category-post p, body.term-podcasts .category-post p, body.term-workshops .category-post p {
    	font-size: 16px;
    	line-height: 26px;
	}
	
	body.term-event-kit .category-posts {
    	grid-template-columns: repeat(1, 1fr);
		gap: 15px;
	}
	
	body.term-books .category-post .image-col img {
		width: 50%;
		margin: auto;
	}
	
	#content .padding-top-bottom-small {
		padding: 50px 0;
	}
	
	.a2a_kit {
		margin-left: 38px;
	}
	
	.native-share-button {
		background: transparent;
		color: #000 !important;
		font-size: 22px;
		margin-top: -49px
	}
	
	.share-survey {
		margin-top: 50px;
	}
	
	.share-survey .a2a_kit {
		margin-left: 0 !important;
	}
	
	.footer-top .footer-col, .footer-middle .footer-col, .footer-bottom .footer-8, .footer-bottom .footer-9 {
		width: 100% !important;
	}
	
	.footer-middle .footer-col.footer-7, .footer-bottom .footer-9 {
    	text-align: left;
	}
	
	footer li {
    	margin-bottom: 5px;
	}
	
}