/*!
Theme Name: Legalaction child
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: legalaction-child
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.

Legalaction child is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Light.eot');
    src: url('fonts/Gilroy-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gilroy-Light.woff2') format('woff2'),
        url('fonts/Gilroy-Light.woff') format('woff'),
        url('fonts/Gilroy-Light.ttf') format('truetype'),
        url('fonts/Gilroy-Light.svg#Gilroy-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-ExtraBold.eot');
    src: url('fonts/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gilroy-ExtraBold.woff2') format('woff2'),
        url('fonts/Gilroy-ExtraBold.woff') format('woff'),
        url('fonts/Gilroy-ExtraBold.ttf') format('truetype'),
        url('fonts/Gilroy-ExtraBold.svg#Gilroy-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Hermann';
    src: url('fonts/FONTSPRINGDEMO-HermannRegular.eot');
    src: url('fonts/FONTSPRINGDEMO-HermannRegular.eot?#iefix') format('embedded-opentype'),
        url('fonts/FONTSPRINGDEMO-HermannRegular.woff2') format('woff2'),
        url('fonts/FONTSPRINGDEMO-HermannRegular.woff') format('woff'),
        url('fonts/FONTSPRINGDEMO-HermannRegular.ttf') format('truetype'),
        url('fonts/FONTSPRINGDEMO-HermannRegular.svg#FONTSPRINGDEMO-HermannRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
.roboto-thin {
	font-family: "Roboto", sans-serif;
	font-weight: 100;
	font-style: normal;
}
.roboto-light {
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-style: normal;
}
.roboto-regular {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.roboto-medium {
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.roboto-bold {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.roboto-black {
	font-family: "Roboto", sans-serif;
	font-weight: 900;
	font-style: normal;
}
  
  

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	color: #000000;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}


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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
}

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;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * 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;
	font: inherit;
}

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



/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	/* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; */
	line-height: 1.2;
	font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Roboto", sans-serif;
	margin: 0;
}

p {
	margin-bottom: 1.5em;
	font-family: "Roboto", sans-serif;
	margin: 0;
}
li, ul {
	margin: 0;
}


/* Elements
--------------------------------------------- */

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;
}



/* Links
--------------------------------------------- */


a:focus {
	outline: thin dotted;
}

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

/* 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);
	line-height: 1;
	padding: 0.6em 1em 0.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:focus {outline: none;} 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%;
}
h1 {
	font-size: 45px;
	line-height: 1.2;
	margin: 0;
}
h2 {
    font-size: 25px;
}
h3 {
    font-size: 20px;
}
body.blog.logged-in.admin-bar.hfeed.customize-support {
    margin-top: 32px;
}

/* css start */
.container {max-width: 1800px; margin: 0 auto;}
.inner-row.header-logo {
    text-align: center;
    display: flex;
    justify-content: space-between;
align-items: center;
}
a.btn {
    background: #081047;
    color: #fff;
    outline: none;
    text-decoration: none;
    padding: 14px 23px;
}
a.btn:hover {
    background: #E31140;
}
.inner-row.header-logo img {
    max-width: 180px;
    display: block;
    width: 180px;
}
header#masthead {
    border-bottom: 1px solid #DEDEDE;
    padding: 25px 15px;
}
.header-block-resources {
    background-color: #081047;
    width: 100%;
    padding: 30px 20px;
    color: #fff;
}
section.content-block.resources-heads {
    margin-top: 40px;
}
footer#colophon {
    padding: 40px 0;
    border-top: 1px solid #eceef6;
    margin-top: 60px;
    text-align: center;
}
section.content-section {
    padding-top: 20px;
}
.mainpost-inner {
    display: flex;
    justify-content: space-between;
	margin-top: 40px;
}
.mainpost-inner .filter-left {
    width: 20%;
    background-color: #ECEEF6;
    padding: 20px;
}
.mainpost-inner .post-center-main {
    width: 60%;
	padding: 0 40px;
}
.resource-category {
	background-color: #ECEEF6;
	width: 20%;
	padding: 20px;
}
.post-topbar {
    display: flex;
	justify-content: start;
}
.post-topbar .resource-taxonomies-center {
    width: 80%;
}
.post-topbar .date {
    width: auto;
}
.post-topbar .resource-taxonomies-center ul {
    display: flex;
    list-style: none;
    padding-left: 5px;
}
.post-topbar .resource-taxonomies-center ul li {
    padding: 0 3px;
}
.post-middlebar {
    margin-top: 10px;
}
.resourc-loop {
    border-bottom: 1px solid #ccc;
    padding: 40px 0;
}
main#primary {
    margin-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
}
footer#colophon {
    padding: 40px 0;
}
.resource-taxonomies-center ul {
    list-style: none;
    display: flex;
    padding: 0;
	margin-top: 5px;
}
.ui-accordion-header.ui-accordion-header-active {
    content: "";
    background-image: url(/legalaction/wp-content/uploads/2024/05/arro-up.svg);
    background-size: 18px auto;
    background-position: center right;
    background-repeat: no-repeat;
}
.ui-accordion-header {
    content: "";
    background-image: url(/legalaction/wp-content/uploads/2024/05/arrow-down.svg);
    background-size: 18px auto;
    background-position: center right;
    background-repeat: no-repeat;
	cursor: pointer;
}
.main-accordian .ui-accordion .ui-accordion-header span.ui-accordion-header-icon.ui-icon {
    display: none;
}
.main-accordian .ui-accordion .ui-accordion-content {
	background-color: transparent;
	padding: 10px 10px 10px 0px;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #ccc;
    overflow-x: hidden;
    max-height: 470px;
    display: block;
    overflow-y: auto;
}
.loop-texonomy
.main-accordian .ui-accordion .ui-accordion-content::-webkit-scrollbar {
    width: 4px; 
}
.main-accordian .ui-accordion .ui-accordion-content::-webkit-scrollbar-thumb {
    background-color: #091047; 
}
.main-accordian .ui-accordion .ui-accordion-content::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 20px;
}
.main-accordian .ui-accordion .ui-accordion-content {
    scrollbar-width: thin;
    scrollbar-color: #091047 #fff; 
}
.loop-texonomy .main-category-list:first-child {
    margin-bottom: 8px;
}
.inner-main-category {
    padding-right: 4px;
}
.main-accordian .ui-accordion .ui-accordion-header:after {
    content: "\f107";
    font-family: 'FontAwesome';
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 9px;
}
.container-checkbox , .container-radio{
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	margin-bottom: 10px;
}

/* Hide the browser's default checkbox */
.container-checkbox input, .container-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.container-checkbox .checkmark {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 18px;
    width: 18px;
   border: 1px solid #000;
}
.container-radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid #000;
    border-radius: 50%; /* Make it round */
}
.radio-main {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
.container-checkbox input:checked ~ .checkmark, .container-radio input:checked ~ .checkmark {
    background-color: #091047;
}
.container-checkbox .checkmark:after, .container-radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
label.container-radio {
    margin-right: 20px;
}
.container-radio input:checked ~ .checkmark:after {
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
}
.container-checkbox input:checked ~ .checkmark:after {
    display: block;
}
.container-checkbox .checkmark:after {
    left: 5px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.main-accordian .ui-accordion .ui-accordion-header {
    padding: 10px 20px 10px 0;
    background-color: transparent;
    border: none;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    font-size: 16px;
}
.ui-accordion-header.ui-accordion-header-active.ui-state-active {
    border: none;
	color: #000;
}
.ui-accordion-content {
    padding: 5px 0;
    border-bottom: 1px solid #cccccca8;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.filter-title {
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    margin-bottom: 20px;
}

/* .country {
    padding-left: 7px;
} */
.country p {
    display: inline-block;
}
.download a {
    color: #fff;
    background: #091047;
    text-decoration: none;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 20px;
}
.download a:hover {
	background :#E31140;
	color: #fff;
}
a.button-lg {
    background: #091047;
    color: #fff;
    text-decoration: none;
    padding: 8px 30px;
    display: inline-block;
    font-size: 16px;
}
a.button-lg:hover {
    background: #E31140;
    color: #fff;
}
.filter-button {
    margin-top: 30px;
}
.country-select select {
    outline: none;
    display: inline-block;
    width: 100%;
    padding: 9px 6px;
	margin-top: 20px;
    font-size: 15px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-progress-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, white 50%), linear-gradient(135deg, white 50%, transparent 50%), linear-gradient(to right, #091047, #091047);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
    padding-right: 45px;
}
.resource-category input.search-bar {
	padding: 10px 10px;
	border: 1px solid #ccc;
	width: 100%;
	border-radius: 0;
    padding-right: 30px;
    background-image: url(/wp-content/uploads/2024/05/search.png);
    background-size: 17px auto;
    background-repeat: no-repeat;
    background-position: center right 10px;
}
form.search-bar {
    display: inline-block;
    width: 100%;
}
/* form.search-bar button {
	float: left;
	width: 20%;
	padding: 10px;
	background: #081047;
	color: #fff;
	font-size: 17px;
	border: 1px solid #ccc;
	border-left: none;
	cursor: pointer;
	border-radius: 0;
} */

form.search-bar button:hover {
	background: #081047;
}

/* form.search-bar::after {
	content: "";
	clear: both;
	display: table;
} */
.radio-row {
    padding-bottom: 15px;
}
.search-date {
	margin-top: 20px;
	display: block;
}
.main-category-list {
    display: flex;
	flex-wrap: wrap;
    align-items: center;
}
.resourc-loop .post-title {
    margin-bottom: 20px;
}

input, ::placeholder,  ::-ms-input-placeholder  {
    font-size: 14px;
    cursor: pointer;
}
.search-date input {
    max-width: 49%;
    background-image: url(/wp-content/uploads/2024/05/calendar-ico.png);
    background-size: 19px auto;
    background-repeat: no-repeat;
    font-size: 14px;
    background-position: right 5px center;
    padding: 11px 10px;
}
a.clear-all-filter {
    color: inherit;
    text-decoration: none;
}
#filtered-terms {
    display: flex;
    flex-wrap: wrap;
}
.list-selectrd-filter ul li, #filtered-terms span.filter-item {
    background: #091047;
    color: #fff;
    margin: 2px 3px;
    padding: 10px;
    border-radius: 50px;
    font-size: 14px;
    cursor: pointer;
}
.list-selectrd-filter span, span.filter-item  i{
    margin-left: 6px;
    color: #fff;
}
.pagination a.page-numbers, .pagination span.page-numbers.current {
    background: #E31140;
    padding: 10px 15px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
}
.pagination a.page-numbers:hover {
    background: #091047;
}
.pagination  span.page-numbers.current {
    background: #091047;
}
.pagination {
    margin-top: 40px;
    text-align: center;
}
.loaderarea img {
    max-width: 150px;
    margin: 0 auto;
    display: flex;
}
.post-loop.resource-results {
    margin-top: 30px;
}
.post-loop.resource-results .resourc-loop:first-child {
    padding-top: 0;
}
.home .content-area .container {
    max-width: 1000px;
}
.content-section .col {
    margin-bottom: 20px;
}
.content-section .col h3 {
    margin-bottom: 10px;
}
section.content-section p {
    margin-bottom: 10px;
}
h1.elementor-heading-title.elementor-size-default, h2.elementor-heading-title.elementor-size-default {
    font-family: 'Gilroy'!important;
}
/* .elementor-widget.elementor-widget-text-editor{
    font-family: 'Hermann'!important;
} */
.elementor-element.box-position {
    top: 50%;
    transform: translateY(-50%);
}
.elementor-widget-text-editor h2 {
    font-size: 28px!important;
    font-family: 'Gilroy'!important;
}
.home footer#colophon {
    margin-top: 0;
}

@media screen and (max-width: 1366px) {
    h2 {
        font-size: 23px;
    }
    .mainpost-inner .filter-left {
        width: 22%;
        padding: 15px;
    }
    .resource-category {
        width: 22%;
        padding: 15px;
    }
    .resourc-loop {
        padding: 35px 0;
    }
    .search-date input {
        background-size: 15px auto;
    }
    .mainpost-inner .post-center-main {
        width: 56%;
        padding: 0 30px;
    }
    .inner-main-category, .ui-accordion .ui-accordion-header {
        font-size: 15px;
    }
    form.search-bar input {
        background-size: 15px auto;
    }
    a.button-lg {
        font-size: 15px;
    }
    h1 {
        font-size: 40px;
    }
}

@media screen and (max-width: 1200px) {
    h1 {
        font-size: 35px;
    }
    a.button-lg {padding: 7px 23px;}
    h2 {
        font-size: 21px;
    }
    .container-checkbox, .container-radio {font-size: 14px;}
    .radio-row p {
        font-size: 14px;
    }
    .resourc-loop {
        padding: 30px 0;
    }
    .search-date input {
        width: 49%;
        background-size: 14px auto;
        font-size: 12px;
        /* padding: 5px 7px; */
    }
    .mainpost-inner .filter-left {
        width: 25%;
        padding: 12px;
    }
    .resource-category {
        width: 25%;
        padding: 12px;
    }
    .mainpost-inner .post-center-main {
        width: 50%;
        padding: 0 22px;
    }
    main#primary {
        margin-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .e-con-full.box-position {
        position: inherit !important;
        transform: none;
    }
}

@media screen and (max-width: 1023px) {
    h1 {
        font-size: 30px;
    }
    .mainpost-inner {flex-wrap: wrap;}
    .mainpost-inner .post-center-main {
        width: 100%;
        order: 3;
        padding: 10px 0 40px 0;
    }
    .resource-category {
        width: 48%;
        order: 2;
    }
    .mainpost-inner .filter-left {
        width: 48%;
    }
    .filter-title {
        margin-bottom: 10px;
    }
    form.search-bar input[type=text] {
        padding: 7px 10px;
    }
    .filter-button {
        margin-top: 25px;
    }
    a.button-lg {
        padding: 6px 21px;
        font-size: 14px;
    }
    .radio-row {
        padding-bottom: 10px;
    }
    footer#colophon {
        margin-top: 50px;
    }
}
@media screen and (max-width: 767px) {
    .mainpost-inner .filter-left, .resource-category {
        width: 100%;
    }
    main#primary {
        padding-left: 15px;
        padding-right: 15px;
    }
    .post-topbar .date {
        width: 100%;
        margin-bottom: 4px;
    }
    .post-topbar {
        flex-wrap: wrap;
    }
    .country {
        padding-left: 0;
        width: 100%;
    }
    .header-block-resources {padding: 20px;}
    h1 {
        font-size: 25px;
    }
    .main-accordian .ui-accordion .ui-accordion-header {
        padding: 5px 18px 5px 0;
        font-size: 15px;
    }
    .main-accordian .ui-accordion .ui-accordion-header:after {
        top: 0;
    }
    h2 {
        font-size: 18px;
    }
    .post-topbar {font-size: 14px;}
    .download a {margin-top: 15px;}
    .filter-mobile-col {
        display: none;
    }
    .filter-mobile-col.active {
        display: block;
        margin-bottom: 10px;
    }
    .filter-title {
        position: relative;
    }
    .filter-title:after {
        content: "\f107";
        font-family: 'FontAwesome';
        font-size: 20px;
        position: absolute;
        right: 0;
        top: 1px;
    }
    .mainpost-inner .filter-left {
        padding: 22px 12px 0;
        border-bottom: 1px solid #ccc;
    }
    .resource-category {
        padding-top: 20px;
        padding-bottom: 0;
    }
    .search-date {
        margin-top: 15px;
    }
    footer#colophon {
        margin-top: 30px;
    }
    .country span {
        display: none;
    }    
    .filter-button {
        margin-top: 15px;
        margin-bottom: 25px;
    }

    .filter-title {border: none;}
    .inner-row.header-logo img {
        width: 130px;
    }
    a.btn {
        padding: 8px 12px;
        font-size: 14px;
    }
    section.content-section {
        padding-top: 0;
    }
}

@media screen and (max-width: 640px) {
    header#masthead {
        padding: 15px 10px;
    }   
     .inner-row.header-logo img {
        width: 110px;
    }
}

@media screen and (max-width: 375px) {
    .inner-row.header-logo {
        flex-wrap: wrap;
    }
    a.btn { display: inline-block;}
    .inner-row.header-logo img {
        margin: 0 auto 10px;
        display: inline-block;
    }
    .left-logo {
        width: 100%;
    }
    .right-btn {
        width: 100%;
    }
}