/*!
Theme Name: Fun2Learn Worksheets
Theme URI: http://underscores.me/
Author: Sara Dyson
Author URI: https://saradyson.com
Description: Custom Wordpress Theme for Fun2Learn Worksheets
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: f2l-worksheets
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.

Fun2Learn Worksheets 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/
*/

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.ihc-top-levels {
  display: none;
}
.ihc-user-page-top-ap-wrapper .ihc-top-levels {
  display: none;
}
.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;
}
/*--------------------------------------------------------------
  ## Links
  --------------------------------------------------------------*/

a {
  color: #1cbb88;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover,
a:focus,
a:active {
  text-decoration: underline;
  color: #25fbb6;
}
a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: 0;
}
p {
  margin: 0 0 15px;
}
input,
textarea,
select,
button {
  font-family: "Dosis", sans-serif;
}
input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: none;
  box-shadow: none;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Dosis", sans-serif;
  margin: 0;
}

body {
  font-family: "Dosis", sans-serif;
  color: #9c9c9c;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  margin: 0;
}
.container {
  max-width: 1140px;
  width: auto;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.wc-block-components-button,
button {
  border: 3px solid #2183e0;
  background-color: white;
  padding: 5px 20px;
  color: #2183e0;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
}
/*--------------------------------------------------------------
  # Site Header
  --------------------------------------------------------------*/
.site-header {
  padding: 15px 0;
  position: relative;
}
.header-wrap {
  display: flex;
  justify-content: space-between;
}
.site-logo img {
  width: 255px;
  height: 54px;
  display: block;
}
.site-logo span {
  display: block;
  text-align: center;
  color: #2183e0;
  font-size: 14px;
  margin-top: 5px;
}
.site-logo a {
  color: #2183e0;
}
.site-logo a:hover {
  color: #2183e0;
  text-decoration: none;
}
.header-right {
  position: relative;
}
.header-links {
  right: 45px;
  top: 0;
  padding-top: 5px;
  position: absolute;
  text-align: right;
  color: #2183e0;
  line-height: 100%;
  z-index: 2;
}
.header-links a {
  color: #2183e0;
  padding: 0 3px;
  font-size: 15px;
}
.header-links a:hover {
  text-decoration: underline;
  color: #25fbb6;
}
/* Search Form */
#cshero-search-form {
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
#cshero-search-form .search-submit {
  display: none;
}
#cshero-search-form .search-field {
  background-color: white;
  background-image: url(images/search-icon.png);
  background-position: 5px center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  border: none;
  cursor: pointer;
  height: 26px;
  margin: 3px 0;
  padding: 0 0 0 34px;
  position: relative;
  -webkit-transition: width 400ms ease, background 400ms ease;
  transition: width 400ms ease, background 400ms ease;
  width: 0px;
}
#cshero-search-form .search-field:focus {
  background-color: #fff;
  border: 1px solid #cfd8dc;
  height: 30px;
  cursor: text;
  outline: 0;
  font-size: 14px;
  font-weight: normal;
  width: 185px;
}
/*--------------------------------------------------------------
  # Nav Menu
  --------------------------------------------------------------*/
nav.main-menu {
  margin-top: 57px;
}
nav.main-menu ul ul {
  display: none;
}
nav.main-menu ul li:hover > ul {
  display: block;
}
nav.main-menu ul {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
}
nav.main-menu ul li {
  display: inline-block;
  padding: 0 15px;
  position: relative;
}
nav.main-menu ul li:last-of-type {
  padding-right: 0;
}
nav.main-menu ul li a {
  display: block;
  padding: 0;
  color: #575656;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}
nav.main-menu ul li a:hover,
nav.main-menu ul li.current-menu-item a,
nav.main-menu ul li.active a {
  color: #1cbb88;
}
nav.main-menu ul ul {
  background: #f5f5f5;
  border-radius: 0px;
  padding: 0;
  position: absolute;
  top: 100%;
  width: 200px;
  z-index: 3;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}
nav.main-menu ul ul li {
  display: block;
  position: relative;
  padding: 0;
  float: none;
}
nav.main-menu ul ul li a {
  padding: 8px 15px;
  color: #575656;
  font-size: 18px;
  text-transform: inherit;
  text-align: left;
  border-bottom: 0;
}
nav.main-menu ul ul li:hover a,
nav.main-menu ul ul li.current-menu-item a {
  color: #1cbb88 !important;
  background: #e9e9e9;
  border-bottom: 0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

/*--------------------------------------------------------------
	 # Site Contant
  --------------------------------------------------------------*/
.page-title-area {
  background-color: #31cbf7;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(images/bg-vector-lg.png);
  background-size: cover;
  padding: 20px 0;
}
.page-title-area .page-title {
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 0.32px;
  line-height: 42px;
}
.page-breadcrumbs {
  margin: 15px 0;
  position: relative;
  z-index: 2;
  color: #9c9c9c;
  font-size: 18px;
}
.page-breadcrumbs a {
  color: #9c9ca2;
}
.page-breadcrumbs a:hover {
  text-decoration: underline;
  color: #25fbb6;
}
.page-breadcrumbs span {
  margin-right: 4px;
}
.page-breadcrumbs span:not(:first-child) {
  margin-left: 4px;
}
.dot-circle {
  position: relative;
  margin: 0 5px;
  width: 8.5px;
  height: 8.5px;
  display: inline-block;
  border-radius: 100%;
  background-color: #2183e0;
}
.entry-content,
.filters-content {
  color: #9c9c9c;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
}
.entry-content a,
.filters-content a {
  color: #1cbb88;
}
.entry-content a:hover,
.filters-content a:hover {
  text-decoration: underline;
  color: #25fbb6;
}
.resource-list {
  padding: 20px 0;
}
.resource-list-wrap {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
}
.resource-list-wrap .post-box {
  width: 23%;
  margin-bottom: 30px;
  text-align: center;
}
.post-thumbnail {
  background-color: #f6f6f6;
}
.post-thumbnail img {
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid #cecece;
}
.resources-wrapper {
  margin-bottom: 50px;
}
.resource-list-wrap .post-box .post-title {
  padding-top: 10px;
  font-weight: 300;
  font-size: 18px;
  text-align: center;
  line-height: 34px;
  letter-spacing: 0.01em;
}
.resource-list-wrap .post-box .post-title a {
  color: #575656;
}
.resource-list-wrap .post-box .post-title a:hover {
  color: #1cbb88;
  text-decoration: underline;
}
.load-more-button {
  text-align: center;
  margin: 15px 0;
}
.load-more-button button,
.download-container a {
  border: 3px solid #2183e0;
  padding: 5px 20px;
  color: #2183e0;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
}
.load-more-button button:hover,
.download-container a:hover {
  border: 3px solid transparent;
  background: #2183e0;
  color: #fff;
  text-decoration: none;
}
.filters-area {
  border: 2px solid #1cbb88;
  border-radius: 5px;
  padding: 20px 30px;
  background-color: #fff;
}
.filters-wrap {
  display: flex;
  column-gap: 20px;
}
.filters-content,
.filters-form {
  width: 50%;
}
.filters-form form input,
.filters-form form select,
.category-list select.category-select {
  background-color: rgba(245, 245, 245, 0.8);
  color: #626262;
  font-size: 16px;
  font-weight: 700;
  padding: 14px 17px;
  height: 27px;
  line-height: 13px;
  border: 1px solid #ededed;
  width: 93%;
  border-radius: 5px;
}
.filters-form form select,
.category-list select.category-select {
  width: 100%;
  height: 57px;
  background: rgba(245, 245, 245, 0.8) url(images/sort-down-solid.svg) no-repeat
    99%;
  background-size: 6%;
  margin: 10px 0 20px;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
}
.filters-form form input:focus,
.filters-form form select:focus {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #6e4692;
}
.filters-form .sort {
  float: right;
}
.filters-form .sort a {
  background: #2183e0;
  border-radius: 20px;
  padding: 5px 20px;
  color: #fff;
  float: left;
  font-size: 16px;
}
.filters-form .sort a:first-child {
  border-radius: 20px 0 0 20px;
}
.filters-form .sort a:last-child {
  border-radius: 0 20px 20px 0;
}
.filters-form .sort a.defaultON {
  background: #30c4ee;
}
.filters-form .sort a:hover {
  text-decoration: none;
}
.category-list {
  padding: 15px 0;
}
.category-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  padding-left: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.category-list ul li {
  display: inline-block;
}
.category-list ul li a {
  background: #f68d1f;
  padding: 5px 20px;
  border-radius: 20px;
  display: block;
  color: #fff;
  box-shadow: 0 0 5px #666;
  margin: 3px;
}
.category-list ul li a:hover,
.category-list ul li.active a {
  background: #d47818;
  text-decoration: none;
}
.category-select {
  display: none;
}
.category-heading {
  font-family: "Amatic SC", sans-serif;
  line-height: 54px;
  font-weight: 700;
  font-style: normal;
  color: #6f4792;
  font-size: 48px;
  letter-spacing: 0.01em;
  margin-bottom: 15px;
}
.contact-info {
  display: flex;
  column-gap: 70px;
}
.contact-info .contact-title {
  font-family: "Amatic SC", sans-serif;
  font-size: 53px;
  font-weight: 700;
  line-height: normal;
  color: #575656;
  margin: 0 0 15px;
  letter-spacing: 0.01em;
  position: relative;
  text-align: center;
}
.contact-info .contact-title:after {
  content: "";
  position: relative;
  display: block;
  background: #6e4692;
  width: 155px;
  height: 4px;
  margin: 20px auto 0;
}
.contact-info .info {
  line-height: 26px;
  font-weight: normal;
  color: #9c9c9c;
  font-size: 18px;
}
.contact-info .info a,
.resource-content a,
.resources-links a,
.footer-bottom a {
  color: #1cbb88;
}
.contact-info .info a:hover,
.resource-content a:hover,
.resources-links a:hover,
.footer-bottom a:hover {
  text-decoration: underline;
  color: #25fbb6;
}
.resource-content,
.content-area.with-sidebar .site-content,
.footer-bottom {
  font-size: 18px;
  color: #9c9c9c;
  line-height: 26px;
  font-weight: normal;
}
.resource-content ul,
.content-area.with-sidebar .site-content ul {
  margin: 0;
  padding: 0;
  padding-left: 25px;
}
.single-resource .resource-post {
  display: flex;
  column-gap: 30px;
}
.resource-post .post-thumbnail-area {
  width: 35%;
}
.resource-post .post-thumbnail-area .thumbnail img {
  width: 100%;
  height: 100%;
}
.resource-content {
  width: 65%;
}
.download-container a {
  color: #2183e0;
}
.download-container a:hover {
  color: #fff;
  text-decoration: none;
}
.resources-links {
  margin-top: 10px;
}
.resources-links a {
  font-size: 15px;
}
.share-btn {
  background: #eeeeee;
  margin-top: 30px;
  border-radius: 6px;
  padding: 10px 0px;
  text-align: center;
  width: 100%;
  max-width: 227px;
  position: relative;
}
.share-btn:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: 30px;
  top: -36px;
  border: 20px solid;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-color: transparent transparent #eee transparent;
}
.single_post_nav a {
  padding: 12px 40px 12px 12px;
  font-size: 16px;
  background: #f68d1f;
  color: #fff;
  border-radius: 3px;
  border: 1px solid #dc7203;
  display: inline-block;
}
.single_post_nav a:hover {
  background: #ff9f3a;
  color: #fff;
  text-decoration: none;
}
.single_post_nav {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  column-gap: 30px;
}
.single_post_nav .pre-link,
.single_post_nav .next-link {
  width: 50%;
}
.single_post_nav .pre-link a,
.single_post_nav .next-link a {
  position: relative;
}
.single_post_nav .pre-link a {
  padding: 12px 12px 12px 45px;
  text-align: left;
}
.single_post_nav .next-link a {
  padding: 12px 45px 12px 12px;
  text-align: right;
}
.single_post_nav .pre-link a:before,
.single_post_nav .next-link a:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 8px;
  background: url(images/prev-icon.svg) no-repeat;
  width: 30px;
  height: 30px;
  background-size: 30px;
}
.single_post_nav .next-link a:before {
  background: url(images/next-icon.svg) no-repeat;
  right: 8px;
  left: inherit;
  background-size: 30px;
}
.content-area.with-sidebar .content-area-wrap {
  display: flex;
  column-gap: 30px;
}
.content-area.with-sidebar .site-content {
  width: 65%;
}
.content-area.with-sidebar .site-content iframe {
  width: 100%;
  object-fit: cover;
}
.content-area.with-sidebar .widget-area {
  width: 35%;
}
.content-area.with-sidebar .site-content img.emoji {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}
.content-area.with-sidebar .widget-area aside.songs-widgets {
  margin-bottom: 50px;
}
.content-area.with-sidebar .widget-area aside.songs-widgets h3.widget-title {
  font-size: 24px;
  padding-bottom: 17px;
  position: relative;
  margin-bottom: 30px;
  color: #575656;
  font-weight: normal;
}
.content-area.with-sidebar
  .widget-area
  aside.songs-widgets
  h3.widget-title:before {
  position: absolute;
  height: 4px;
  width: 70px;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #31cbf7;
}
.content-area.with-sidebar .widget-area aside.songs-widgets ul {
  padding: 0 0 0 25px;
  margin: 0;
}
.content-area.with-sidebar .widget-area aside.songs-widgets ul li {
  font-size: 18px;
  color: #9c9c9c;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 0.01em;
  margin-bottom: 15px;
}
.content-area.with-sidebar .widget-area aside.songs-widgets ul li:last-of-type {
  margin-bottom: 0;
}
.content-area.with-sidebar .site-content .embed-responsive {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.content-area.with-sidebar .site-content .embed-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.content-area.with-sidebar .site-content .download-container {
  margin-top: 15px;
}
#content {
  margin: 0 0 250px;
}
.post-thumbnail-area .thumbnail{position:relative;}
.premiumStar{position: absolute;
  top: 10px;
  right: 10px;
  visibility: hidden;
  width: 40px;
 }
.premiumStar:before{position:absolute;content:" ";background:url('/wp-content/uploads/2024/01/yellowStar.svg');width:40px;height:40px;visibility:visible;z-index:2;}
.resource-list-wrap .post-thumbnail{position:relative;}
.premium-purchase-block{
  border: 2px solid #1cbb88;
  border-radius: 5px;
  padding: 20px 30px;
  background-color: #fff;
}
.premium-purchase-block .ump-ppp-bttn-wrapp{
margin-top:20px;
}
/*--------------------------------------------------------------
	 # Site Footer
  --------------------------------------------------------------*/
.site-footer {
  position: relative;
}
.site-footer:before {
  content: "";
  background: url(images/ftr-multi-top.png) no-repeat;
  position: absolute;
  top: -60px;
  width: 100%;
  height: 106px;
  z-index: 2;
  background-size: 100% 100%;
}
.footer-top .container {
  position: relative;
}
.footer-top .container:before {
  content: "";
  position: absolute;
  left: -100px;
  top: -307px;
  background: url(images/ftr-ballon-girl.png) no-repeat;
  width: 210px;
  height: 224px;
  z-index: 2;
}
.footer-top {
  padding: 65px 0;
  position: relative;
  background-color: #2183e0;
  background-repeat: repeat;
  background-position: center center;
  background-image: url(images/bg-vector-lg.png);
  background-size: contain;
}
.footer-top:before {
  content: "";
  display: block;
  height: 13px;
  position: absolute;
  top: -8px;
  width: 100%;
  background: url(images/bg-vector-lg.png) repeat-x center center;
  background-color: #2183e0;
}
.footer-logo {
  text-align: right;
}
.footer-logo img {
  width: 255px;
  height: 64px;
}
.footer-bottom .container {
  display: flex;
  justify-content: space-between;
}
.footer-bottom {
  padding: 10px 0;
}
.footer-bottom span {
  display: block;
}
nav.post-navigation{width:100%;}
.nav-links{display:flex;justify-content:space-between;}

.ump-ppp-bttn-wrapp .ihc-level-item-link {
  background:#2183e0;
  border: 3px solid #2183e0;
  padding: 5px 20px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  transition:all .3s;
}
.ump-ppp-bttn-wrapp .ihc-level-item-link:hover {
  background:transparent;
  border: 3px solid #2183e0;
  color: #2183e0;
}


/*--------------------------------------------------------------
	 # Responsive
  --------------------------------------------------------------*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  nav.main-menu ul li a {
    font-size: 17px;
  }
  nav.main-menu ul ul li a {
    font-size: 16px;
  }
  .page-title-area .page-title {
    font-size: 26px;
    line-height: 38px;
  }
  .filters-form form input {
    width: 92%;
  }
  .footer-top .container:before {
    left: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-right {
    display: none;
  }
  nav.main-menu ul li a {
    font-size: 15px;
  }
  nav.main-menu ul li {
    padding: 0 12px;
  }
  nav.main-menu ul ul li a {
    font-size: 14px;
  }
  .site-logo img {
    width: 210px;
    height: 45px;
  }
  .site-logo span {
    font-size: 12px;
  }
  nav.main-menu {
    margin-top: 48px;
  }
  .page-title-area .page-title {
    font-size: 22px;
    line-height: 34px;
  }
  .page-breadcrumbs {
    font-size: 16px;
  }
  .entry-content {
    font-size: 17px;
  }
  .resource-list-wrap .post-box {
    width: 31.3%;
  }
  .filters-area {
    padding: 15px;
  }
  .filters-content {
    font-size: 16px;
  }
  .filters-form form input {
    width: 90%;
  }
  .category-list ul {
    padding-left: 0;
  }
  .category-heading,
  .contact-info .contact-title {
    font-size: 42px;
    line-height: 48px;
  }
  .content-area.with-sidebar .widget-area aside.songs-widgets h3.widget-title {
    font-size: 21px;
  }
  .content-area.with-sidebar .widget-area aside.songs-widgets ul li {
    font-size: 16px;
    line-height: 24px;
  }
  .footer-top .container:before {
    left: 15px;
  }
  .footer-logo img {
    width: 205px;
    height: 51px;
  }
  .footer-bottom {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
.ump-ppp-bttn-wrapp .ihc-level-item-link{width:80%;}
  .header-right {
    display: none;
  }
  nav.main-menu {
    display: none;
  }
  .site-logo img {
    width: 210px;
    height: 45px;
  }
  .header-right {
    width: 40%;
  }
  .page-title-area .page-title {
    font-size: 22px;
    line-height: 28px;
  }
  .page-breadcrumbs {
    font-size: 16px;
  }
  .entry-content {
    font-size: 17px;
  }
  .resource-list-wrap .post-box {
    width: 47%;
  }
  .resource-list-wrap .post-box .post-title {
    font-size: 16px;
    line-height: 26px;
  }
  .filters-wrap {
    flex-direction: column;
  }
  .filters-content,
  .filters-form {
    width: 100%;
  }
  .filters-form {
    margin-top: 30px;
  }
  .filters-form form input {
    width: 91%;
  }
  .category-select {
    display: block;
  }
  .category-list ul {
    display: none;
  }
  .category-heading,
  .contact-info .contact-title {
    font-size: 40px;
    line-height: 46px;
  }
  .contact-info {
    column-gap: 0;
    flex-direction: column;
  }
  .contact-info .info {
    text-align: center;
    margin-top: 20px;
  }
  .single-resource .resource-post,
  .single_post_nav,
  .content-area.with-sidebar .content-area-wrap {
    flex-direction: column;
  }
  .resource-post .post-thumbnail-area,
  .resource-content,
  .single_post_nav .pre-link,
  .single_post_nav .next-link,
  .content-area.with-sidebar .site-content,
  .content-area.with-sidebar .widget-area {
    width: 100%;
  }
  .resource-content {
    margin-top: 30px;
  }
  .single_post_nav .next-link {
    margin-top: 5px;
  }
  .content-area.with-sidebar .widget-area aside.songs-widgets {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .footer-top .container:before {
    left: 42%;
    margin-left: -105px;
  }
  .footer-logo img {
    width: 205px;
    height: 51px;
  }
  .footer-logo {
    text-align: center;
  }
  .footer-top {
    padding: 32px 0;
  }
  .footer-bottom .container {
    flex-direction: column;
    text-align: center;
  }
  .web-siteby {
    margin-top: 3px;
  }
}

@media (max-width: 479px) {
  .site-logo img {
    width: 180px;
    height: 38px;
  }
  .site-logo span {
    font-size: 12px;
  }
  .header-links {
    right: 35px;
  }
  .header-links a {
    font-size: 13px;
  }
  .page-title-area .page-title {
    font-size: 20px;
    line-height: 26px;
  }
  .page-breadcrumbs {
    font-size: 15px;
  }
  .entry-content {
    font-size: 16px;
  }
  .resource-list-wrap .post-box {
    width: 100%;
  }
  .resource-list-wrap .post-box .post-title {
    font-size: 17px;
    line-height: 28px;
  }
  .load-more-button button {
    font-size: 16px;
  }
  .filters-form form input {
    width: 87%;
  }
  .category-heading,
  .contact-info .contact-title {
    font-size: 38px;
    line-height: 44px;
  }
  .contact-info .info {
    font-size: 16px;
    line-height: 24px;
  }
  .content-area.with-sidebar .widget-area aside.songs-widgets h3.widget-title {
    font-size: 22px;
  }
  .content-area.with-sidebar .widget-area aside.songs-widgets ul li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .footer-bottom {
    font-size: 16px;
    line-height: 24px;
  }
}