/* table of content - start */
/* 
* Project Name   :  Radiostalk
* File           :  Main Css File
* Version        :  1.0.0
* Last change    :  15 Mar 2022
*/
/* table of content - end */
body {
  line-height: 1.65;
  font-family: "Roboto", sans-serif;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
}

::selection {
  color: #fff;
  background-color: #000;
}

::-moz-selection {
  color: #fff;
  background-color: #000;
}

iframe {
  border: none;
}

a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none !important;
  outline: 0px !important;
}

img:not([draggable]),
embed,
object,
video {
  height: auto;
  max-width: 100%;
}

img {
  border: none;
  height: auto;
  max-width: 100%;
  user-select: none;
  vertical-align: middle;
}

a {
  outline: 0;
  display: inline-block;
  text-decoration: none;
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
a:active, a:focus, a:hover, a:visited {
  outline: 0;
  text-decoration: none;
}

button {
  padding: 0px;
  border: none;
  outline: none;
  background: none;
  display: inline-block;
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
button:focus {
  outline: none;
}

*:focus {
  outline: none;
}

p {
  font-weight: 400;
  margin-bottom: 1.8rem;
}

.page-header .page-title {
  color: #fff;
  font-size: 50px;
  font-weight: 900;
  text-align: center;
}

.page-content p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.page-content label {
  border: 2px solid #173446;
  border-radius: 5px;
}
.page-content .search-submit {
  color: #000;
  padding: 3px 5px;
  border: 2px solid #173446;
  border-radius: 5px;
  background-color: #fff;
}

.post_ads {
  background-color: #f1faff;
}

.audio_area {
  margin-bottom: 50px;
}

.audio_player {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin: auto;
  z-index: 2;
  position: absolute;
  top: -135px;
  right: 30px;
}
.audio_player a {
  display: inline-block;
}
.audio_player .fas {
  color: #fff;
}

/* playlist start */
.playlist__area {
  margin-bottom: 50px;
}

.playlist__title {
  font-size: 18px;
  font-weight: 500;
}

.playlist__item_content .playlist__item {
  border-bottom: 1px dotted #d6d1d1;
}
.playlist__item_content .playlist__item.active {
  background-color: #f1e8da;
}

.play-container.play-container button {
  position: relative;
  outline: none;
  text-decoration: none;
  background: #9a9696;
  display: none;
  width: 60px;
  height: 60px;
  margin: auto;
  overflow: hidden;
  border: 0;
  color: #fff;
}

.play-container button.cn-play:before {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 15px 0 15px 20px;
  content: "";
  display: block;
  height: 0;
  right: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}

.play-container button.cn-pause:before {
  border-color: #fff;
  border-style: solid;
  border-width: 12px;
  content: "";
  display: block;
  height: 0;
  right: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}

a.more-playlist {
  display: block;
  text-align: center;
  margin-top: 30px;
  background: #475a58;
  padding: 10px;
  color: #fff;
  font-weight: bold;
}

.breadcrumb_items li {
  font-size: 12px;
}
.breadcrumb_items li:not(:last-child) {
  padding-right: 7px;
}
.breadcrumb_items li a {
  color: #8FBDD3;
  font-size: 12px;
}
.breadcrumb_items li i {
  color: #D1D1D1;
}

.contact_area {
  margin-bottom: 50px;
}

.contact_wrap .contact_title {
  color: #000 !important;
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
}
.contact_wrap .contact_item li {
  color: #393E46;
}
.contact_wrap .contact_item a {
  color: #61A4BC;
}
.contact_wrap .error {
  border-color: red;
  background: #ffe6e6;
}

.station_area {
  background: #fbfbfb;
  padding: 20px;
}

.station_text .station_title {
  font-size: 20px;
}

.social_content {
  width: 220px;
  margin-left: auto;
}
.social_content li span {
  color: #000;
  padding: 2px 8px;
  display: block;
  background-color: #fff;
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  width: 75px;
  text-align: center;
  font-size: 12px;
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  cursor: pointer;
}

.station_subtitle a {
  color: #857e7e;
  font-size: 14px;
}
.station_subtitle.genres a {
  color: #777;
  font-size: 12px;
  background: #f4f0f0;
  padding: 0px 8px;
}

.footer_section {
  background-color: #153445;
}

.footer_wrap {
  padding-top: 60px;
  padding-bottom: 10px;
}

.footer_nav h4 {
  color: #fff;
  margin-bottom: 25px;
}
.footer_nav ul {
  padding: 0;
  list-style: none;
}
.footer_nav li {
  font-weight: 500;
  display: block;
}
.footer_nav li:not(:first-child) {
  margin: 10px 0;
}
.footer_nav li a {
  color: #fff;
}
.footer_nav li a:hover {
  color: #6f9db4 !important;
}

.footer_logo_content {
  margin-bottom: 30px;
}
.footer_logo_content .footer_logo_title {
  font-size: 40px;
}

.footer_language_bar {
  margin-bottom: 30px;
  display: inline-block;
}

.footer_language_field .select_option {
  margin-bottom: 30px;
}

.footer_google_thumb {
  margin-bottom: 30px;
}

.footer_desc p {
  font-weight: 500;
}

.footer_bottom_wrap::before {
  content: "";
  top: -12px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #7e8488;
  position: absolute;
}

.footer_bottom_text {
  font-size: 14px;
}

.footer_bottom_socials li:not(:last-child) {
  margin-right: 25px;
}
.footer_bottom_socials a {
  width: 50px;
  height: 50px;
  background-color: #28566d;
  border: 2px solid #0ba9d6;
  display: -webkit-box;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  border-radius: 100%;
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.footer_bottom_socials a i {
  color: #0ba9d6;
  font-size: 20px;
}
.footer_bottom_socials a:hover {
  border: 2px solid #fff;
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.footer_bottom_socials a:hover i {
  color: #fff;
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.reset-layout .footer_section, .single .footer_section {
  padding-bottom: 72px;
}

.top_header {
  background: #333;
}

.header_wrapper {
  min-height: 70px;
}
.header_wrapper nav {
  padding: 20px 0;
}
.header_wrapper.home {
  min-height: 500px;
}
.header_wrapper.home .banner_section {
  padding: 60px 0;
}

.logo img {
  max-width: 200px;
}

.post-template-default .home,
.page-template-templates .home {
  min-height: auto;
}

.banner_wrap {
  padding: 80px 0px;
  margin-left: 150px;
}

.banner_title h1,
.banner_title p {
  font-size: 35px;
  font-weight: 900;
}

.banner_btn .btn {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background-color: #007366;
  border-radius: 0;
  padding: 6px 35px;
  margin-top: 15px;
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.banner_btn .btn:hover {
  background-color: #025047;
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.banner_searchbar {
  content: "";
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
}
.banner_searchbar input {
  width: 850px;
  height: auto;
  padding: 20px 50px;
  border: none;
}
.banner_searchbar span {
  content: "";
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.search-box form {
  position: absolute;
  left: 0;
  right: 0;
  transition: 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.search-box form input {
  width: 100%;
  padding: 15px;
}
.search-box.show form {
  opacity: 1;
  visibility: visible;
  transition: 0.3s ease;
}

.site-main {
  padding-top: 30px;
}

.search-box {
  cursor: pointer;
}

.navbar-brand {
  font-size: 25px;
  font-weight: 700;
}
.navbar-brand img {
  margin-right: 10px;
}

.menu-rt {
  margin-left: 100px;
}
.menu-rt li {
  padding: 0 10px;
}
.menu-rt li:hover .sub-menu {
  display: block;
}
.menu-rt a {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}
.menu-rt a:hover {
  color: #009788 !important;
}
.menu-rt ul.sub-menu {
  display: none;
  position: absolute;
  background: white;
  list-style: none;
  padding: 15px;
  box-shadow: 0 0 20px 1px #e5e5e5;
  min-width: 200px;
  z-index: 99;
}
.menu-rt ul.sub-menu li a {
  font-size: 14px;
  color: #111;
}

.offcanvas-start {
  width: 350px;
}

.mobile_menu_close {
  top: 20px;
  right: 20px;
  position: absolute;
  padding: 10px;
  border: 1px solid #009788;
}

.moible_menu_item .nav-link {
  color: #009788 !important;
}

/* navbar-2 start */
.navbar_style2 {
  background-color: #009788;
}

.navbar-nav2 a {
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.navbar-nav2 a:hover {
  color: #000 !important;
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.navbar2_searchbar .search_icon {
  content: "";
  top: 0px;
  right: -27px;
  padding: 1px 5px;
  cursor: pointer;
}

.pagination_area .pagination_title {
  color: #3c3d3f;
  font-weight: 500;
}

.page-item .page-link {
  color: #1d53b7 !important;
  border: 1px solid #eaeff2;
  box-shadow: none !important;
}

.page-item.active .page-link {
  color: #292d30 !important;
  background-color: #f7f8fa !important;
  border-color: transparent;
}

#single-content {
  box-shadow: 0 0 20px 8px #cccccc36;
  padding: 30px;
  margin-bottom: 40px;
  border-radius: 5px;
}

/* container width - start */
.container {
  max-width: 1500px;
  padding: 0px 15px;
}

/* container width - end */
/* top bottom space start */
.sec_space_150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

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

.sec_space_75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.sec_space_50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.sec_space_25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

/* top bottom space end */
/* left right start */
.sec_space_150 {
  padding-right: 150px;
  padding-left: 150px;
}

.sec_space_100 {
  padding-right: 100px;
  padding-left: 100px;
}

.sec_space_75 {
  padding-right: 75px;
  padding-left: 75px;
}

.sec_space_50 {
  padding-right: 50px;
  padding-left: 50px;
}

.sec_space_25 {
  padding-right: 25px;
  padding-left: 25px;
}

/* left right start */
/* discover start */
.discover_sec {
  margin-bottom: 80px;
}

.discover_title, .editor_title, .channel_top_title {
  color: #030303;
  font-size: 25px;
  margin-bottom: 30px;
}

.slide_thumb, .slide_thumb span {
  width: 120px;
  height: 120px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.slide_thumb span {
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #f0efef;
  background-size: contain;
}

.slide_title {
  text-transform: capitalize;
}
.slide_title a {
  color: #030303;
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.slide_title a:hover {
  color: #00001f;
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.discover_slide_btn .ss1_left_arrow {
  content: "";
  top: 178px;
  left: -25px;
}
.discover_slide_btn .ss1_right_arrow {
  content: "";
  top: 178px;
  right: -25px;
}
.discover_slide_btn .fas {
  color: black;
  font-size: 30px;
}

.editor_sec_wrap button.slick-arrow {
  background: #fafafa;
  font-size: 22px;
  color: #111;
  height: 35px;
  top: 98px;
  z-index: 22;
  line-height: 1;
}
.editor_sec_wrap .slick-prev:before, .editor_sec_wrap .slick-next:before {
  font-size: 0;
}
.editor_sec_wrap .slick-prev {
  left: -25px;
}
.editor_sec_wrap .slick-next {
  right: -25px;
}
.editor_sec_wrap button.slick-arrow:hover {
  background: #153445;
  color: #fff;
}

.trending_section_area {
  padding-bottom: 80px;
}

.local_trending_wrap {
  margin-bottom: 60px;
}

.local_trending_title,
.global_trending_title {
  font-size: 30px;
  font-weight: 900;
}

.view-more a {
  background: #009788;
  color: #fff;
  padding: 7px 22px;
}

.country_cont_wrap {
  margin-bottom: 60px;
}
.country_cont_wrap .country_title {
  color: #030303;
  font-size: 25px;
}
.country_cont_wrap a {
  color: #2b8eb5;
  font-size: 18px;
  font-weight: 600;
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.country_cont_wrap a:hover {
  color: #06455e;
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.country_items div {
  margin: 0px;
}
.country_items div a {
  border-bottom: 2px solid #f5f5f5;
  padding: 5px;
  display: block;
}

.country_flag img {
  width: 35px;
}

.channel_section_wrap {
  margin-top: 60px;
  margin-bottom: 60px;
}

.channel_content:not(:last-child) {
  margin-bottom: 30px;
}

.channel_thumb {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border: 1px solid #eaeaea;
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.channel_thumb:hover {
  opacity: 0.5;
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.channel_text {
  margin-left: 20px;
}
.channel_text .channel_title {
  color: #11031c;
  font-size: 18px;
  font-weight: 500;
}
.channel_text .channel_subtitle a {
  color: #777;
  font-size: 14px;
}

.view_btn .btn {
  background-color: #1a1d3c;
}

.content-heading {
  font-size: 1.3em;
  text-transform: uppercase;
}

.related_area {
  margin-bottom: 80px;
}

.related_item_content {
  margin-top: 20px;
  padding: 15px;
  border-bottom: 2px solid #f9fafc;
}

.related_item_thumb {
  width: 50px;
  overflow: hidden;
  border-radius: 5px;
}

.related_item_title {
  margin-left: 10px;
}
.related_item_title a {
  text-decoration: underline;
  color: #000;
}

.country_section {
  margin-bottom: 60px;
}

.country_item {
  margin-top: 10px;
}

.country_items div a.active {
  border-color: #a3c8ff;
}

/* search area start */
.search_section {
  margin-bottom: 20px;
}

.search_title {
  font-size: 25px;
  font-weight: 900;
}

.search_bar_content {
  margin-bottom: 150px;
}

.search_field input {
  border-bottom: 3px solid #000 !important;
}
.search_field input:focus {
  box-shadow: none;
}
.search_field span {
  content: "";
  top: 0px;
  left: 0px;
  font-size: 20px;
}

/* genre section start */
.genre_section {
  margin-bottom: 150px;
}

.genre_title {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 30px;
}

.genre_item_content .genre_item_title {
  color: #022eab;
  font-size: 20px;
  text-decoration: underline;
}

.genre_item li {
  position: relative;
}
.genre_item li:not(:last-child)::after {
  content: "";
  top: 10px;
  right: -22px;
  width: 5px;
  height: 5px;
  background-color: #b7bbbc;
  border-radius: 100%;
  position: absolute;
}
.genre_item li:not(:last-child) {
  margin-right: 40px;
}
.genre_item li a {
  color: #454545;
}

.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown:hover .dropdown_content {
  display: block;
}

.dropdown_content {
  display: none;
  background-color: #f9f9f9;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  z-index: 1;
  position: absolute;
}
.dropdown_content li::after {
  display: none;
}

.content_wrapper h3 {
  list-style: none;
}

.entry-title,
.page-title {
  font-size: 25px;
  margin-bottom: 20px;
}

.taxonomy_tile {
  color: #0ca9d6;
}

.post-listing li {
  padding: 10px 5px;
  border-bottom: 1px solid #f9f9f9;
  transition: background 0.4s linear;
}
.post-listing li:hover {
  background: #f9f9f9;
}

.listing_post a {
  color: #333;
  display: block;
  overflow: hidden;
}
.listing_post a:hover {
  color: #0ca9d6;
  text-decoration: none;
}
.listing_post .content_wrapper {
  width: 100%;
  display: flex;
  align-items: center;
}
.listing_post .content_wrapper h3 {
  font-size: 15px;
  margin: 0;
}
.listing_post .post_img_wrap {
  width: 60px;
  height: 40px;
  margin-right: 15px;
}
.listing_post .post_img_wrap img {
  max-width: 60px;
}

.cd-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}

.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.contact-form {
  max-width: 600px;
  width: 75%;
  padding-bottom: 10px;
}

.c-d {
  transform: translate(0, 75px);
}

.cd-popup-header {
  padding: 12px 20px 16px 20px;
  color: #fff;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
  background-color: #1a1d3c;
}

.cd-popup-close {
  position: absolute;
  top: 17px;
  right: 20px;
  cursor: pointer;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

.icon_close::before {
  content: "\ea0f";
}

.cd-popup-container {
  max-width: 85%;
  margin: 0 auto;
}

.contact-form .cd-popup-container > div {
  margin-bottom: 10px;
}

.share-embedContainer,
.share-iconContainer,
.share-urlContainer {
  text-align: center;
  padding: 15px 0;
}

.mn-social {
  display: inline-block;
  background: #1a1d3c;
  border: 1px solid #dcdcdc;
  font-size: 24px;
  width: 50px;
  height: 50px;
  padding: 8px 10px;
  margin: 0 7.5px;
  transition: all 0.3s;
  border-radius: 100%;
  cursor: pointer;
}
.mn-social i {
  color: #fff;
}

.contact-form input,
.contact-form select {
  width: calc(100% - 6px);
  background: rgba(0, 0, 0, 0.03);
  border: 1px solid #1a1d3c;
  padding: 9px 12px;
}
.contact-form textarea {
  width: calc(100% - 6px);
  background: rgba(0, 0, 0, 0.03);
  border: 1px solid #1a1d3c;
  padding: 9px 12px;
}
.contact-form .submit {
  color: rgba(0, 0, 0, 0.5);
  padding: 16px;
}

.human input {
  height: 1.65em;
  width: 1.65em;
  float: left;
  margin: 0;
  margin-right: 10px;
}
.human p {
  margin-top: 0;
  margin-bottom: 20px;
}

#page {
  transition: transform 0.4s ease;
}

input#submit {
  color: #fff;
  background-color: #1a1d3c;
  transition: background-color 0.4s linear;
  border: 1px solid #fff;
  border-radius: inherit;
  padding: 7px 16px;
  cursor: pointer;
}

.copy-input {
  cursor: pointer;
  border: none;
  color: #6c6c6c;
  border-radius: 5px;
  padding: 15px 50px 15px 15px !important;
  box-shadow: 0 3px 15px #b8c6db;
}

.copy-btn {
  width: 36px;
  font-size: 18px;
  padding: 6px 9px;
  border-radius: 5px;
  border: none;
  margin-left: -46px;
  transition: all 0.4s;
}

.copy-url {
  width: 100%;
  height: 40px;
  background-color: #1a1d3c;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
}

.copied {
  width: 75px;
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 3px 15px #b8c6db;
}

.notification-text {
  display: block;
  color: #0e101a;
  background: #f9f9f9;
  width: 75%;
  font-size: 1.25em;
  margin: 0 auto;
  padding: 20px;
  transform: translate(0, 75px);
}

.sidebar_widget {
  margin-bottom: 30px;
}
.sidebar_widget ul {
  padding-left: 0;
}
.sidebar_widget ul li {
  list-style: none;
}

.widget_recent_entries ul,
.widget_categories ul,
.widget_categories ul {
  padding-left: 0rem !important;
}
.widget_recent_entries li,
.widget_categories li,
.widget_categories li {
  list-style: none;
}
.widget_recent_entries li a,
.widget_categories li a,
.widget_categories li a {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}
.widget_recent_entries .widgettitle, .widget_recent_entries .widget-title,
.widget_categories .widgettitle,
.widget_categories .widget-title,
.widget_categories .widgettitle,
.widget_categories .widget-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
  position: relative;
}
.widget_recent_entries .widgettitle::after, .widget_recent_entries .widget-title::after,
.widget_categories .widgettitle::after,
.widget_categories .widget-title::after,
.widget_categories .widgettitle::after,
.widget_categories .widget-title::after {
  content: "";
  top: 37px;
  left: 0px;
  width: 179px;
  height: 2px;
  background-color: #fff;
  position: absolute;
}

.custom-sidebar {
  width: 320px;
  margin: auto;
  padding: 10px;
}
.custom-sidebar .ads-block {
  width: 300px;
  margin: auto;
}

/* ================================================== 
* Project Name   :  Radiostalk
* File           :  Responsive CSS Base
* Version        :  1.0.0
* css code for responsive layout To make Responsive

==================================================

*	  media screen and (max-width: 1200px)
*	  media screen and (max-width: 992px)
*	  media screen and (max-width: 768px)
*	  media screen and (max-width: 680px)
*	  media screen and (max-width: 575px)
*	  media screen and (max-width: 480px)
*	  media screen and (max-width: 320px)
*/
/* ================================================== */
/* media screen and (max-width: 1200px) - start */
@media screen and (max-width: 1199.98px) {
  /* ========== category-page start ========== */
  .navbar-brand {
    font-size: 20px !important;
  }

  .navbar-nav2 {
    margin-left: 30px !important;
  }

  .navbar-nav a {
    font-size: 16px !important;
  }

  .custom-sidebar {
    width: 100%;
    margin: auto;
  }
  .custom-sidebar .ads-block {
    width: 100%;
  }
}
/* media screen and (max-width: 992px) - start */
@media screen and (max-width: 991.98px) {
  .single .header_section .header_wrapper {
    background-color: #1a1d3c;
    background-image: none !important;
  }

  .home .header_wrapper .banner_section {
    padding: 20px 0;
  }

  /* ========== home-1 start ========== */
  .banner_wrap {
    padding-top: 50px !important;
    margin-left: 0px !important;
  }

  .slide_title a {
    line-height: 1.2;
    font-size: 14px;
  }

  .slide_thumb, .slide_thumb span {
    height: 100px;
    width: 100px;
  }

  .home .header_wrapper {
    min-height: auto;
  }

  .mobile_menu_area .menu-rt {
    margin: 0;
    padding: 0;
  }
  .mobile_menu_area .menu-rt a {
    color: #111;
  }
}
@media screen and (max-width: 767.98px) {
  .slide_title a {
    font-size: 14px;
    line-height: 1.2;
  }

  ul.social_content li {
    width: 150px;
  }
}
/* media screen and (max-width: 576px) - start */
@media screen and (max-width: 575.98px) {
  /* ========== home-1 start ========== */
  .navbar-brand {
    font-size: 18px !important;
  }

  .banner_title h1 {
    font-size: 20px !important;
  }

  .banner_searchbar input {
    max-width: 320px !important;
  }

  .slide_thumb, .slide_thumb span {
    height: 80px;
    width: 80px;
  }

  ul.social_content li {
    width: 100%;
  }

  #dfmr-player .dfmr-thumb img {
    width: 65%;
  }

  /* ========== post-page start ========== */
  .station_text .station_title {
    font-size: 20px !important;
  }

  .reset-layout .footer_section,
.single .footer_section {
    padding-bottom: 100px;
  }
}
