/*!
Theme Name: sdg
Theme URI: http://underscores.me/
Author: josandi
Author URI: josandi.com/
Description: this is a blank theme build from scratch.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sdg
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.

sdg is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	clip-path: none;
	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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-video {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

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

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

.gallery-columns-3 .gallery-item {
	max-width: 33.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-caption {
	display: block;
}

/* developer's style starts here */


@font-face {
    font-family: 'open_sanssemibold';
    src: url('fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('fonts/opensans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'bebas_neuebold';
    src: url('fonts/bebasneue_bold-webfont.woff2') format('woff2'),
         url('fonts/bebasneue_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'vidaloka_regular';
    src: url('fonts/vidaloka-regular-webfont.woff2') format('woff2'),
         url('fonts/vidaloka-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html, * {
	font-family: open_sansregular;
	outline: none !important;
}
p {
    margin-top: 0;
    font-size: 16px;
    font-family: open_sansregular;
    margin-bottom: 25px;
}
.u-color1 { color: #e5243b!important; }
.u-color2 { color: #dda63a!important; }
.u-color3 { color: #4c9f38!important; }
.u-color4 { color: #c5192d!important; }
.u-color5 { color: #ff3a21!important; }
.u-color6 { color: #26bde2!important; }
.u-color7 { color: #fcc30b!important; }
.u-color8 { color: #a21942!important; }
.u-color9 { color: #fd6925!important; }
.u-color10 { color: #dd1367!important; }
.u-color11 { color: #fd9d24!important; }
.u-color12 { color: #bf8b2e!important; }
.u-color13 { color: #3f7e44!important; }
.u-color14 { color: #0a97d9!important; }
.u-color15 { color: #56c02b!important; }
.u-color16 { color: #00689d!important; }
.u-color17 { color: #19486a!important; }

.container {
    max-width: 1300px;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    margin: auto;
}

header.site-header {
    box-shadow: 0px 0px 15px 0px rgba(0,0,0, 0.1);
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 9;
    background-color: #fff;
}

/* loading start */
.loading-screen {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,1);
}
.loading-screen-inner {
    width: 100%;
    height: 100%;
    position: relative;
}
.loading-screen-inner .site-branding {
    width: 150px;
    margin: 0 auto;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}
.loading-screen-inner .site-branding {
    width: 240px;
    margin: 0 auto;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}
.loading-screen-inner .site-branding svg.Logo-symbol {
    width: 70%;
    height: auto;
    margin: 0 auto;
    display: block;
    -webkit-animation: rotation 6s infinite linear;
    animation: rotation 2s infinite linear;
}
.loading-screen-inner .site-branding svg.Logo-text {
    width: 100%;
    height: auto;
    color: #fff;
    margin-top: 20px;
}
@-webkit-keyframes rotation {
	from {
			-webkit-transform: rotate(0deg);
	}
	to {
			-webkit-transform: rotate(359deg);
	}
}
/* loading end */

.site-content {
    padding-top: 110px;
}

.site-header .site-branding {
    width: 265px;
}
.site-header .site-branding a {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 100%;
}
.site-header .site-branding img {
    max-width: 56px;
    display: block;
    margin-left: 10px;
    top: -1px;
    position: relative;
}
.site-header-inner {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 27px 0;
}
.site-header .site-branding svg.Logo-symbol {
    width: 55px;
    height: auto;
}
.site-header .site-branding svg.Logo-text {
    width: 170px;
    height: auto;
    color: #000;
    margin-left: 10px;
}
.site-header .main-navigation {
    width: auto;
}
.main-navigation a {
    display: block;
    text-decoration: none;
    font-family: open_sanssemibold;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    color: #4d4d4d;
}
.main-navigation li {
    margin: 0 15px;
}
.main-navigation .menu-item-has-children > a {
    padding-right: 25px;
}
.main-navigation .menu-item-has-children > a:after {
    content: "";
    background-image: url(https://josandi.com/projects/sdg/wp-content/uploads/2018/11/arrow-down.svg);
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top 2px;
}
.main-navigation .menu-item-has-children > a.toggle-btn {
    display: none;
}
.main-navigation  ul.sub-menu {
    padding: 10px 0;
    background-color: #fff;
}
.main-navigation  ul.sub-menu li {
    margin: 2px 15px;
}
.main-navigation .current-menu-item a {
    color: #1455A6;
}
.main-navigation .current-menu-parent > a {
    color: #1455A6;
}
.main-navigation a:hover {
    color: #1455A6;
}
.main-navigation ul.sub-menu li a {
    font-size: 12px;
    padding: 2px 0;
}
footer.site-footer {
    padding: 100px 0 0;
}
.site-info-inner {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-around;
    /*justify-content: space-evenly;*/
    position: relative;
}
.footer-logo-container {
    width: 110px;
}
.footer-logo-container .Logo-symbol {
    max-width: 75px;
    height: auto;
    width: 100%;
    margin: 0 auto 7px;
    display: block;
}

.footer-logo-container .Logo-text {
    max-width: 110px;
    width: 100%;
    height: auto;
    color: #000;
}

.site-info-inner .column h3 {
    font-family: bebas_neuebold;
    font-size: 25px;
    line-height: normal;
    margin-top: 0;
}
.site-info-inner .column .footer-link-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.site-info-inner .column .footer-link-list li {
    margin-bottom: 25px;
}
.site-info-inner .column .footer-link-list li a {
    text-decoration: none;
    font-size: 15px;
    color: #4d4d4d;
}
.site-info-inner .column select {
    width: 160px;
    border: 1px solid #4d4d4d;
    padding: 10px;
    font-size: 13px;
    font-family: open_sansregular;
    cursor: pointer;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    background-image: url(https://josandi.com/projects/sdg/wp-content/uploads/2018/11/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 8px;
}
.site-info-inner .column ul.social-list {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 200px;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
}
.site-info-inner .column ul.social-list li a {
    color: #4d4d4d;
}
.site-info-inner .column ul.social-list li a svg {
    height: 19px;
    width: auto;
}
.bottom-site-footer-inner {
    padding-top: 25px;
    border-top: 1px solid #d3d3d3;
    margin-top: 50px;
    margin-bottom: 35px;
}
.bottom-site-footer-inner .list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.bottom-site-footer-inner .list li {
    padding: 0 40px;
}
.bottom-site-footer-inner .list li:first-child {
    padding-left: 0;
}
.bottom-site-footer-inner .list li a {
    text-decoration: none;
    color: #4d4d4d;
}
.back-to-top {
    position: fixed;
    bottom: 0px;
    right: 30px;
    display: none;
}
.back-to-top a {
    width: 40px;
    height: 40px;
    background-color: rgba(0,0,0,0.5);
    display: block;
    position: relative;
}
.back-to-top a:hover {
    background-color: rgba(0,0,0,1);
}
.back-to-top a svg {
    width: 12px;
    transform: rotate(-90deg);
    right: 14px;
    position: absolute;
}
/* homepage area start */
.slick-slider .slick-slide img {
    width: 100%;
}
.sliding-banner .slick-arrow {
    color: transparent;
    width: 50px;
    height: 50px;
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    background-color: transparent;
    border: none;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
}
.sliding-banner .slick-arrow:hover {
    opacity: 0.75;
}
.sliding-banner .slick-arrow.slick-next {
    background-image: url(https://josandi.com/projects/sdg/wp-content/uploads/2018/11/arrow-right.svg);
    right: 0;
}
.sliding-banner .slick-arrow.slick-prev {
    background-image: url(https://josandi.com/projects/sdg/wp-content/uploads/2018/11/arrow-left.svg);
}
.goal-list {
    display: -webkit-box;
    display: grid;
    -ms-grid-columns: (1fr) [9];
    grid-template-columns: repeat(9,1fr);
    grid-gap: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}
.goal-list .box {
    width: 100%;
    padding-top: 100%;
    height: 140px;
    position: relative;
}
.goal-list .box .box-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    padding: 15px 0;
}
.goal-list .box .box-inner a {
    color: #ffffff;
    height: 100%;
    width: 100%;
    display: block;
	text-decoration: none;
}
.goal-list .box .box-inner a svg {
    width: 95%;
}
.goal-list .box .box-inner a svg:nth-child(2) {
    max-width: 70%;
    display: block;
    margin: 5px auto 0;
    transition: all 500ms ease;
}
.goal-list .box .box-inner a:hover svg:nth-child(2) {
    transform: scale(1.1);
}
text.Icon-number tspan {
    font-family: bebas_neuebold;
}
text.Icon-text.GoalGrid-iconText tspan {
    font-family: bebas_neuebold;
}
svg.Icon-label.GoalGrid-iconLabel {
    width: 100%;
    height: auto;
    min-height: 0;
    color: currentColor;
    font-family: "Giorgio Sans Bold",AvenirNextCondensed-DemiBold,HelveticaNeue-CondensedBold,"Helvetica Inserat","Franklin Gothic Condensed",Haettenschweiler,Impact,sans-serif-condensed,sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: visible!important;
}
.goal-list .box .box-inner a svg.Logo-symbol {
    width: 50px;
    height: auto;
    margin: 0 auto;
    display: block;
}
.goal-list .box .box-inner a svg.Logo-text {
    max-width: 100%;
    width: 80%;
    margin: 15px auto 0;
    height: auto;
    color: #000;
}
.blog-section {
    display: inline-block;
    width: 100%;
    padding: 70px 0 0;
}
h2.section-title {
    color: #4d4d4d;
    font-size: 75px;
    font-family: bebas_neuebold;
    line-height: normal;
    margin-top: 0;
    text-align: center;
    margin-bottom: 15px;
}
.blog-section p {
    text-align: center;
    max-width: 1090px;
    margin-left: auto;
    margin-right: auto;
}
.blog-list {
    margin-top: 55px;
    position: relative;
    display: -webkit-box;
    display: grid;
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3,1fr);
    grid-gap: 30px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}
.blog-box {
    height: 100%;
}
.blog-box .head {
    display: inline-block;
    font-size: 0;
    width: 100%;
}
.blog-box .head img {
    width: 100%;
}
.blog-box .body {
    display: block;
    width: 100%;
    position: relative;
    padding-top: 25px;
}
.blog-box .body h4 {
    display: inline-block;
    width: 100%;
    margin-top: 0;
    text-align: left;
    padding: 0 30px;
    font-family: bebas_neuebold;
    font-size: 33px;
    line-height: normal;
    margin-bottom: 10px;
}
.blog-box .body p {
    padding: 0 30px;
    margin-bottom: 30px;
    text-align: left;
}
.blog-box .body .read-more-container {
    padding: 20px 25px;
    border-top: 2px solid rgba(255,255,255,0.2);
    display: block;
    width: calc(100% - 30px);
    margin: 0 auto;
}
.blog-box .body .read-more-container a {
    font-size: 25px;
    text-decoration: none;
    font-family: bebas_neuebold;
    color: #fff;
    line-height: 25px;
    position: relative;
}
.blog-box .body .read-more-container a svg {
    width: 10px;
    position: relative;
    top: 5px;
    margin-left: 5px;
}
/* homepage area end */

/* SDGs area start */
.page-title {
    text-align: center;
    margin-bottom: 50px;
    padding: 25px;
    width: 100%;
}
.sdgs-content .goal-list {
    grid-template-columns: repeat(6,1fr);
    grid-gap: 2vw;
}
.sdgs-content .blog-box .body {
    padding-top: 15px;
}
.blog-box .date {
    display: inline-block;
    width: 100%;
    padding: 0 30px;
}
.blog-box .date label {
    font-size: 14px;
    color: #fff;
}
.show-more-button-container {
    text-align: center;
    margin-top: 70px;
    display: inline-block;
    width: 100%;
}
.show-more-button-container a.btn {
    background-color: rgb(131, 140, 145);
    padding: 20px 30px;
    display: block;
    width: fit-content;
    margin: 0 auto;
    line-height: 24px;
    color: #fff;
    text-decoration: none;
    font-family: bebas_neuebold;
    font-size: 24px;
    border: 2px solid rgb(131, 140, 145);
    transition: all 500ms ease;
}
.goal-list .box .box-inner a img:first-child {
    max-width: 70%;
    margin: 0 auto;
    display: block;
    width: 70px;
    margin-bottom: 15px;
}
.goal-list .box .box-inner a img:nth-child(2) {
    max-width: 70%;
    margin: 0 auto;
    display: block;
    width: 135px;
    margin-bottom: 15px;
    transition: all 500ms ease;
}
.goal-list .box .box-inner a:hover img:nth-child(2) {
    transform: scale(1.1);
}
.show-more-button-container a.btn:hover {
    color: rgb(131, 140, 145);
    background-color: transparent;
}
/* SDGs area end */

header.site-header {
    box-shadow: 0px 0px 15px 0px rgba(0,0,0, 0.1);
}
.social-list {
    margin-top: 100px;
    position: relative;
    display: -webkit-box;
    display: grid;
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4,1fr);
    grid-gap: 30px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}
.get-involved-section {
    padding-top: 70px;
}
.get-involved-section .container {
    max-width: 1350px;
}
.get-involved-section p {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
}
.social-list .social-list-box .head {
    width: 100%;
    padding: 80px;
    display: block;
}
.social-list .social-list-box {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.social-list .social-list-box .head svg {
    height: 90px;
    font-size: 90px;
    color: #fff;
    margin: auto;
    display: block;
}
.social-list .social-list-box .body {
    display: inline-block;
    width: 100%;
    padding: 35px 25px 15px;
}
.social-list .social-list-box .body h3 {
    margin-top: 0;
    text-align: center;
    color: #fff;
    font-family: bebas_neuebold;
    font-size: 33px;
    line-height: normal;
    margin-bottom: 10px;
}
.social-list .social-list-box .body p {
    color: #fff;
    text-align: center;
    max-width: 90%;
}
.social-list .social-list-box .body .read-more-container {
    border-top: 1px solid #fff;
    padding-top: 10px;
    margin-top: 100px;
}
.social-list .social-list-box .body .read-more-container a {
    font-family: bebas_neuebold;
    color: #fff;
    text-decoration: none;
    font-size: 33px;
    font-weight: normal;
}
.social-list .social-list-box .body .read-more-container a svg {
    height: 40px;
    position: relative;
    top: 9px;
    margin-left: 10px;
}
.about-goal-section {
    padding: 50px 0 0;
    position: relative;
}
.about-goal-section-inner {
    max-width: 1069px;
    width: 100%;
    margin: auto;
    text-align: center;
}
.about-goal-section-inner img {
    margin-bottom: 30px;
}
.goal-in-number-section {
    padding-top: 50px;
}
.with-tab-content {
    margin: 30px auto 0;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1360px;
}
.with-tab-content .image-container {
    width: 50%;
}
.with-tab-content .tab-container {
    width: 70%;
}
.with-tab-content .image-container img {
    width: 100%;
}
.with-tab-content .tab-container .tabs-body {
    padding: 50px 50px 0;
}
.with-tab-content .tab-container .tabs-body .tab-content {
    display: none;
}
.with-tab-content .tab-container .tabs-body .tab-content.open {
    display: block;
}
.with-tab-content .tab-container .tabs-body .tab-content ul {
    margin: 0 0 25px;
    list-style: none;
    padding: 0;
}
.with-tab-content .tab-container .tabs-body .tab-content ul li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #1455a6;
    border-radius: 100%;
    top: 8px;
}
.with-tab-content .tab-container .tabs-body .tab-content li {
    margin-bottom: 10px;
    padding-left: 35px;
    position: relative;
}
.with-tab-content .tab-container .tabs-body .tab-content a.button {
    background-color: #1455A4;
    padding: 18px 25px;
    color: #fff;
    text-decoration: none;
    font-family: open_sanssemibold;
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    text-align: center;
    border: 2px solid #1455a6;
    transition: all 500ms ease;
}
.with-tab-content .tab-container .tabs-body .tab-content a.button:hover {
    color: #1455a6;
    background-color: transparent;
}
.with-tab-content .tab-container .tabs-head {
    padding-left: 50px;
    border-bottom: 1px solid #eee;
    text-align: right;
    font-size: 0;
}
.with-tab-content .tab-container .tabs-head a {
    text-decoration: none;
    color: #4d4d4d;
    font-family: open_sanssemibold;
    padding: 15px 40px;
    display: inline-block;
    border-right: 1px solid #eee;
    border-top: 3px solid transparent;
    font-size: 16px;
    position: relative
}
.with-tab-content .tab-container .tabs-head a.active {
    border-top: 3px solid #1455a6;
}
.with-tab-content .tab-container .tabs-head a.active {
    border-top: 3px solid #1455a6;
    border-bottom: 1px solid #fff;
    top: 1px;
}
.with-tab-content .tab-container .tabs-head a.active:first-child {
    border-left: 1px solid #eee;
}
.goal-content .banner-section .container {
    position: relative;
}
.hero-banner-badge {
    width: 180px;
    height: 180px;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    position: absolute;
    z-index: 2;
    right: 25px;
}
.single .site-main h1.entry-title {
    padding: 0 25px;
    margin: 0 0 35px;
    font-family: bebas_neuebold;
    font-size: 65px;
    line-height: 50px;
    text-align: center;
}
.single .site-main .author-details {
    font-size: 16px;
    text-align: center;
    padding: 0 25px;
    text-transform: uppercase;
    color: #6f7585;
    font-family: open_sanssemibold;
}

.single .site-main .author-details span {
    color: #053b5a;
    font-family: open_sanssemibold;
    font-weight: bold;
}

.single .site-main .author-details {
    font-size: 16px;
    text-align: center;
    padding: 0 25px;
    text-transform: uppercase;
    color: #6f7585;
    font-family: open_sansregular;
}

.single .site-main ul.share-buttons li {
    display: inline-block;
    margin: 0 5px;
}

.single .site-main ul.share-buttons {
    text-align: center;
    margin: 30px 0 20px;
    padding: 0 25px;
}


.single .site-main ul.share-buttons li a svg {
    width: 22px;
    color: #6f7585;
}
.blog-content {
    padding-top: 80px;
}

.blog-text-content {
    margin-top: 50px;
}

.blog-text-content p {
    color: #4d4d4d;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
}
blockquote {
    position: relative;
    padding: 0 25px 0 70px;
    margin: 0;
}
blockquote:before {
    content: "“";
    font-family: vidaloka_regular;
    font-size: 166px;
    color: #6f7585;
    position: absolute;
    top: 0;
    line-height: 130px;
    left: -5px;
}
blockquote p {
    font-style: italic;
}
.single .blog-section {
    padding-top: 50px;
    margin-top: 0;
}

/* archive page start */
.archive .site-main {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    text-align: center;
}
.archive .hentry {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eaeaea;
}
.archive .hentry:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.archive h1.page-title {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 24px;
    margin-bottom: 0;
}
.archive h2.entry-title a {
    text-decoration: none;
    font-size: 18px;
}
.archive h2.entry-title {
    margin: 0 0 5px;
    line-height: 26px;
}
.archive .entry-meta {
    font-size: 13px;
}
.archive .entry-content {
    display: none;
}
.archive footer.entry-footer {
    font-size: 13px;
}
.archive footer.entry-footer span.comments-link {
    margin-left: 10px;
}
.archive a.post-thumbnail {
    display: none;
}
/* archive page end */

/* IE block start */
.ie-browser {
    padding: 50px 0;
}
.ie-browser-inner {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
}
.ie-browser-inner h2 {
    text-align: center;
}
.ie-browser-inner p {
    text-align: center;
}
.ie-browser-inner p strong {
    display: block;
}
.browser-list {
    font-size: 0;
    margin-top: 45px;
    padding: 0 50px;
}
.browser-list .browser {
    width: 50%;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    padding: 0 25px;
    box-sizing: border-box;
}
.browser-list .browser img {
    display: block;
    margin: 0 auto 25px;
    max-width: 100px;
    width: 100%;
}
.browser-list .browser a {
    text-decoration: none;
}
.browser-list .browser a span {
    color: #000;
    font-size: 14px;
}
.browser-list .browser a span:hover {
    color: #00689d;
}
/* IE block end */

/* for responsive */
/* List of media queries
** Please do not rearrange
** If insert new media, sort it base on max 
** and list the new media here

@media screen and (max-width: 1300px) {}
@media screen and (max-width: 1260px) {}
@media screen and (max-width: 1199px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 991px) {}
@media screen and (max-width: 959px) {}
@media screen and (max-width: 800px) {} //Mobile view starts here
@media screen and (max-width: 767px) {}
@media screen and (max-width: 480px) {}
*/

@media screen and (max-width: 1300px) {}

@media screen and (max-width: 1260px) {
	/* home start */
		.main-navigation li {
		    margin: 0 10px;
		}
	/* home end */
}

@media screen and (max-width: 1199px) {
	/* home start */
		.site-content {
		    padding-top: 145px;
		}
		.site-header-inner {
		    display: block;
		}
		.site-header .site-branding {
		    width: 265px;
		    margin: 0 auto 15px;
		}
		.site-header .main-navigation {
		    display: table;
		    margin: 0 auto;
		    width: fit-content;
		}
		.goal-list .box {
			height: 130px;
		}
	/* home end */

	/* sdg start */
		.goal-list .box:last-child .box-inner a img:first-child {
		    max-width: 40%;
		}
		.goal-list .box:last-child .box-inner a img:nth-child(2) {
		    max-width: 55%;
		}
	/* sdg end */

	/* get involved start */
		.social-list .social-list-box .head {
		    padding: 50px 0;
		}
		.social-list .social-list-box .body .read-more-container a {
		    font-size: 24px;
		}
		.social-list .social-list-box .body .read-more-container a svg {
		    height: 28px;
		    top: 6px;
		}
		.social-list .social-list-box .head svg {
		    max-width: 50%;
		}
	/* get involved end */

	/* goal page start */
	.with-tab-content .tab-container .tabs-head a {
	    width: 100%;
	    text-align: center;
	    border-top: 1px solid #eee;
	}
	/* goal page end */
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 991px) {
	/* home start */
		.site-info-inner {
		    position: relative;
		    display: block;
		}
		.site-info-inner {
		    margin-top: 0;
		    position: relative;
		    display: -webkit-box;
		    display: grid;
		    -ms-grid-columns: (1fr) [3];
		    grid-template-columns: repeat(4,1fr);
		    grid-gap: 30px;
		    -webkit-box-align: start;
		    -ms-flex-align: start;
		    align-items: start;
		}
		.bottom-site-footer-inner .list li {
		    padding: 0 25px;
		}
		.blog-section {
		    padding: 50px 0 70px;
		}
		.main-navigation a {
		    font-size: 12px;
		}
		.main-navigation li {
		    margin: 0 8px;
		}
		.main-navigation .menu-item-has-children > a:after {
		    width: 12px;
		    right: 7px;
		    top: -3px;
		}
	/* home end */

	/* get involved start */
		.social-list {
		    -ms-grid-columns: (1fr) [2];
		    grid-template-columns: repeat(2,1fr);
		}
		.get-involved-section {
		    padding-top: 50px;
		}
	/* get involved end */
}

@media screen and (max-width: 959px) {
	/* home start */
		.goal-list {
		    -ms-grid-columns: (1fr) [6];
		    grid-template-columns: repeat(6,1fr);
		    grid-gap: 15px;
	    	padding-top: 15px;
		}
		.bottom-site-footer-inner .list li {
		    padding: 0 25px 0 0;
		}
		.bottom-site-footer-inner .list li a {
		    font-size: 14px;
		}
	/* home end */

	/* sdg start */
		.page-title {
		    margin-bottom: 0;
		}
	/* sdg end */
}

@media screen and (max-width: 800px) {
	/* home start */
		a.header-menu-button {
		    display: block;
		    position: absolute;
		    right: 25px;
		    top: 38px;
		}
		a.header-menu-button span {
		    width: 24px;
		    height: 3px;
		    background-color: #4d4d4d;
		    display: block;
		    margin-bottom: 5px;
		}
		.main-navigation li {
		    float: none;
		    margin: 0 0 10px;
		    display: inline-block;
		    width: calc(100% - 30px);
		}
		.site-header-inner {
		    padding: 20px 0;
		}
		.site-header .main-navigation {
		    display: none;
		    width: 100%;
		    margin: 0;
		    padding-top: 15px;
		}
		.main-navigation a {
		    font-size: 14px;
		}
		.site-header .site-branding {
		    margin: 0;
		}
		.site-content {
		    padding-top: 95px;
		}
		.main-navigation ul.sub-menu {
		    position: relative;
		    width: 100%;
		    box-shadow: none;
		    display: none;
		    left: 0;
		}
		.main-navigation ul.sub-menu.open {
		    display: block;
		}
		.main-navigation .menu-item-has-children > a:after {
		    content: none;
		}
		.main-navigation .menu-item-has-children:after {
		    content: none;
		    background-image: url(https://josandi.com/projects/sdg/wp-content/uploads/2018/11/arrow-down.svg);
		    width: 20px;
		    height: 20px;
		    position: absolute;
		    right: 0;
		    background-repeat: no-repeat;
		    background-size: contain;
		    background-position: center top 2px;
		    top: 0;
		}
		.main-navigation .menu-item-has-children > a.toggle-btn {
			display: block;
		    color: transparent;
		    padding: 0;
		    background-image: url(https://josandi.com/projects/sdg/wp-content/uploads/2018/11/arrow-down.svg);
		    width: 20px;
		    height: 20px;
		    position: absolute;
		    right: -30px;
		    background-repeat: no-repeat;
		    background-size: contain;
		    background-position: center top 2px;
		    top: 0;
		    overflow: hidden;
		}
		.main-navigation .menu-item-has-children.open:after {
		    transform: rotate(180deg);
		}
		.main-navigation .menu-item-has-children > a.toggle-btn.open {
		    transform: rotate(180deg);
		}
		.blog-list {
		    -ms-grid-columns: (1fr) [2];
		    grid-template-columns: repeat(2,1fr);
		}
	/* home end */
	
	/* goal page start */
		.hero-banner-badge {
		    width: 100px;
		    height: 100px;
		}
		.with-tab-content {
		    display: block;
		}
		.with-tab-content .image-container {
		    width: 100%;
		}
		.with-tab-content .tab-container {
		    width: 100%;
		}
		.with-tab-content .tab-container .tabs-head {
		    padding-left: 0;
		}
		.with-tab-content .tab-container .tabs-body {
		    padding: 50px 15px 0;
		}
	/* goal page end */
}

@media screen and (max-width: 767px) {
	/* global area start */
		footer.site-footer {
		    padding: 50px 0 0;
		}
	/* global area end */

	/* home start */
		.goal-list {
		    -ms-grid-columns: (1fr) [3];
		    grid-template-columns: repeat(3,1fr);
		    grid-gap: 10px;
		}
		h2.section-title {
		    font-size: 48px;
		}
		.blog-list {
		    -ms-grid-columns: (1fr) [1];
		    grid-template-columns: repeat(1,1fr);
		}
		.bottom-site-footer-inner .list {
		    -ms-grid-columns: (1fr) [3];
		    grid-template-columns: repeat(3,1fr);
		    grid-gap: 10px;
		    display: grid;
		}
		.bottom-site-footer-inner .list li {
		    padding: 0;
		    text-align: center;
		}
		.site-info-inner {
		    -ms-grid-columns: (1fr) [2];
		    grid-template-columns: repeat(2,1fr);
		    grid-gap: 15px;
		}
		.goal-list .box {
			height: 30vw;
		}
	/* home end */

	/* sdg start */
		.page-title {
		    margin-bottom: 0;
		}
		.sdgs-content .goal-list {
		    -ms-grid-columns: (1fr) [3];
		    grid-template-columns: repeat(3,1fr);
		    grid-gap: 10px;
		}
	/* sdg end */

	/* single page start */
		.blog-content {
		    padding-top: 50px;
		}
		.single .site-main h1.entry-title {
		    font-size: 42px;
		    line-height: normal;
		    margin-bottom: 15px;
		}
		.single .site-main ul.share-buttons {
		    margin-top: 15px;
		    margin-bottom: 35px;
		}
		.blog-text-content {
		    margin-top: 35px;
		}
		.blog-text-content p {
		    font-size: 14px;
		    line-height: 22px;
		}
		.blog-text-content > p:last-child {
		    margin-bottom: 0;
		}
		blockquote {
		    padding: 0 0 0 45px;
		}
		blockquote:before {
		    font-size: 99px;
		    line-height: 80px;
		}
	/* single page end */

	/* IE block start */
	.browser-list .browser {
	    display: block;
	    margin: 0 auto 50px;
	}
	/* IE block end */
}

@media screen and (max-width: 480px) {
	/* home start */
		.site-header-inner {
		    padding: 10px 0;
		}
		.site-header .site-branding {
		    width: 220px;
		}
		a.header-menu-button {
		    top: 27px;
		}
		.sliding-banner .slick-arrow {
		    width: 15px;
		    height: 25px;
		}
		.goal-list {
		    -ms-grid-columns: (1fr) [2];
		    grid-template-columns: repeat(2,1fr);
		    grid-gap: 10px;
		}
		h2.section-title {
		    font-size: 36px;
		}
		p {
		    font-size: 14px;
		}
		.blog-box .body {
		    padding-top: 15px;
		}
		.blog-box .body h4 {
		    font-size: 26px;
		    padding: 0 20px;
		}
		.blog-box .body p {
		    padding: 0 20px;
		    margin-bottom: 20px;
		}
		.blog-box .body .read-more-container {
		    padding: 10px 0 15px;
		}
		.blog-box .body .read-more-container a {
		    font-size: 20px;
		}
		.blog-box .body .read-more-container a svg {
		    width: 8px;
		    top: 4px;
		}
		.site-info-inner {
		    -ms-grid-columns: (1fr) [1];
		    grid-template-columns: repeat(1,1fr);
		    grid-gap: 25px;
		}
		.site-info-inner .column .footer-link-list li {
		    margin-bottom: 10px;
		}
		.bottom-site-footer-inner {
		    margin-bottom: 15px;
		}
		.bottom-site-footer-inner .list {
		    -ms-grid-columns: (1fr) [1];
		    grid-template-columns: repeat(1,1fr);
		    grid-gap: 5px;
		}
		.bottom-site-footer-inner .list li {
		    text-align: left;
		}
		.goal-list .box {
			height: 40vw;
		}
	/* home end */

	/* sdg start */
		.page-title {
		    padding: 15px 0 10px;
		}
		.sdgs-content .goal-list {
		    -ms-grid-columns: (1fr) [2];
		    grid-template-columns: repeat(2,1fr);
		    grid-gap: 10px;
		}
		.goal-list .box:last-child .box-inner a img:first-child {
		    max-width: 40%;
		}
		.goal-list .box:last-child .box-inner a img:nth-child(2) {
		    max-width: 55%;
		}
	/* sdg end */

	/* get involved start */
		.social-list {
		    -ms-grid-columns: (1fr) [1];
		    grid-template-columns: repeat(1,1fr);
		}
	/* get involved end */

	/* single page start */
		blockquote:before {
		    font-size: 75px;
		    line-height: 70px;
		}
		blockquote {
		    padding: 0 0 0 35px;
		}
		.blog-content {
		    padding-top: 30px;
		}
		.single .site-main h1.entry-title {
		    font-size: 36px;
		    padding: 0;
		}
	/* single page end */

	/* goal page start */
		.hero-banner-badge {
		    width: 70px;
		    height: 70px;
		}
		.with-tab-content .tab-container .tabs-body {
		    padding: 25px 15px 0;
		}
		.with-tab-content .tab-container .tabs-body .tab-content a.button {
		    width: 100%;
		}
		.blog-section {
		    padding: 50px 0 0;
		}
	/* goal page end */

}

/* developer's style ends here */