
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap');

body{
    overflow-x:hidden;
    animation: pagetransition 2.5s;
    padding: 0px;
    margin: 0px;
    font-family: 'Nunito Sans', sans-serif;
}

@keyframes pagetransition{
  from{
    opacity:0;
  }
  to{
    opacity:1;
  }
}

/*.news--contents .news--box--content:hover, 
.category_post_section--holder .category_post_section--sections--right .latest_news--box--content:hover {
    animation-name: headShake;
    animation-duration: 1.3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}*/

/* width */
::-webkit-scrollbar {
  width: 6px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #b29458;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background:#011b47;
}
html {
    scroll-behavior: smooth;
}


#back-to-top.show {
  opacity: 1 !important;
}
#back-to-top {
    background: #b29458;
    border: 0 none;
    bottom: 80px !important;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    height: 50px;
    opacity: 0;
    position: fixed;
    right: 0px;
    text-decoration: none;
    transition: opacity 0s ease-out 0s;
    width: 50px;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px 0px 0px 50px;
    box-shadow: 0px 4px 10px -7px #000;
}
#back-to-top i.fa {
    font-size: 32px !important;
    animation-name: pulse;
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    font-weight: 100 !important;
}
.top--section--with--info p {
    margin: 0px;
    text-align: center;
    color: #eee;
    font-size: 14px;
}
.top--section--with--info .alert {
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 0px;
    margin: 0px;
    background: #b29458;
    border: 0px;
}
.top--section--with--info button.close {
    padding: 3px 15px;
    color: #ffffff;
    opacity: 0.8;
    text-shadow: none;
}
nav#site-navigation {
    padding: 0px;
}
header#masthead {
    background: #b80000;
    padding: 0px 0px;
    position: relative;
    z-index: 999 !important;
}
header#masthead::before {
    content: "";
    position: absolute;
    top: 0;
    left: -5%;
    width: 35%;
    height: 101%;
    background: #011b47;
    transform: skew(-45deg, 0deg);
}
ul#primary-menu li a.nav-link {
    padding: 20px 18px;
    transition: all 0.3s;
}

nav#site-navigation .site-branding-text {
    font-family: 'Nunito Sans';
}
nav#site-navigation .site-branding-text a.navbar-brand {
    font-weight: 800;
    font-size: 24px;
}
@media(min-width:1200px) {
    .custom-logo {
        height: 65px !important;
    }
    .container {
        max-width: 1380px !important;
    }
}



.top--section--bottom--info {
    background: #011b47;
    padding: 8px 0px;
    z-index: 999 !important;
}
.top--section--bottom--info ul.list-inline {
    margin: 0px;
}
.top--section--bottom--info li.list-inline-item {
    font-size: 14px;
    color: #cecece;
    font-weight: 300;
}
li.list-inline-item.address--in {
    margin-right: 30px;
}
li.list-inline-item.contact {
    margin-right: 0px;
}
li.list-inline-item.contact a {
    padding-left: 5px;
}
.top--section--bottom--info li.list-inline-item a {
    color: #fff;
    text-decoration: underline;
}
.top--section--bottom--info li.list-inline-item a:hover {
    text-decoration: none;
}
.top--section--bottom--info .col-md-4.col-sm-4.col-xs-12 ul.list-inline {
    text-align: right;
}
li.list-inline-item.sign-in {
    margin-left: 30px;
}
li.list-inline-item.sign-in.sign--up {
    margin-left: 0px;
}
.top--section--bottom--info li.list-inline-item i.fa {
    margin-right: 7px;
}
.Latest--news--home .wp-block-columns {
    justify-content: center;
}
.latest_news_section--blog--image {
    min-height: 300px;
    width: 100%;
    background-size: cover !important;
    background-position: center !important;
}

.news--section--cat hr {
    height: 5px;
    background: #b80000;
    border-radius: 50px;
}
.news--section--cat .head--news {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    /* overflow: hidden; */
}
.news--section--cat {
    border-top: 5px solid #f4f4f4;
    position: relative;
}
.news--section--cat .head--news h1 {
    font-family: 'Nunito Sans';
    font-weight: 700;
    color: #b80000;
    font-size: 34px;
    margin: 0px;
    border-left: 5px solid #b80000;
    padding-left: 15px;
}
.news--section--cat .head--news a {
    color: #b80000;
    font-size: 17px;
    font-weight: 600;
    text-decoration: underline;
    padding-top: 12px;
}
.news--contents {
    display: flex;
}
.news--contents .news--box--content .news_section--blog--image {
    min-height: 215px;
    background-size: cover !important;
    background-position: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news--contents .news--box--content .news_section--blog--image i.fa.fa-podcast {
    opacity: 0;
    color: #fff;
    font-size: 40px;
    z-index: 99;
}
.news--contents .news--box--content {
    padding: 15px;
    width: 25%;
}
.news--contents .news--box--content:first-child {
    padding-left: 2px;
}
.news--contents .news--box--content:last-child {
    padding-right: 2px;
}
.news_section--blog--post--bottom h2.latest_news_section--blog--title {
    font-size: 20px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news_section--blog--post--bottom h2.latest_news_section--blog--title a {
    color: #011b47;
    text-decoration: none;
}
.news--contents .news--box--content:hover h2 a {
    color: #b29458;
}
.news--contents .news--box--content .news_section--blog--post--bottom {
    background: #F7F7F7;
    padding: 15px;
}
.news--contents .news--box--content .news_section--blog--post--bottom p.news--para {
    font-size: 14px;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news--contents .news--box--content ul.list-inline.author--date--section {
    margin: 0px;
}
ul.list-inline.author--date--section li.list-inline-item {
    color: #b29458;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
}
.news--section--cat .head--news::before {
    content: "";
    position: absolute;
    left: -50%;
    height: 110%;
    width: 101.5%;
    background: #f4f4f4;
    z-index: -1;
    transform: skew(-45deg, 0deg);
}
.wp-block-columns.ad--image--here {
    justify-content: center;
    margin: 0px;
    padding: 15px 0px 30px;
}
.wp-block-columns.ad--image--here img {
    width: 100%;
}
.news--section--cat .head--news a:hover {
    color: #b29458;
    text-decoration: none;
}
.custom-logo-link {
    position: absolute;
    top: -20px;
}
nav#site-navigation .site-branding-text {
    position: absolute;
    top: -6px;
    left: 109px;
}
.top--section--bottom--info .widget_block {
    display: flex;
    justify-content: end;
}
ul.list-inline.top--address {
    padding-right: 60px;
}
.latest_news_section--holder {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    border-bottom: 5px solid #f7f7f7;
}
.latest_news_section--holder .latest_news--blog--post--sections--left {
    width: 60%;
    padding: 10px;
}
.latest_news_section--holder .latest_news--blog--post--sections--right {
    width: 40%;
    padding: 10px;
}
.latest_news_section--holder .latest_news--blog--post--sections--right .latest_news_section--blog--image {
    width: 35%;
    float: left;
    min-height: 150px;
}
.latest_news_section--holder .latest_news--blog--post--sections--right .latest_news--box--content .latest_news_section--blog--post--bottom {
    width: 65%;
    float: right;
    padding-left: 20px;
}
.latest_news_section--holder .latest_news--blog--post--sections--right .latest_news--box--content .latest_news_section--blog--post--bottom h2.latest_news_section--blog--title {
    font-size: 20px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.latest_news_section--holder .latest_news--blog--post--sections--right .latest_news--box--content .latest_news_section--blog--post--bottom h2.latest_news_section--blog--title a {
    color: #011b47;
    text-decoration: none;
}
.latest_news_section--holder .latest_news--blog--post--sections--right .latest_news--box--content .latest_news_section--blog--post--bottom p.latest_news--para {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #666;
    font-size: 15px;
}
.latest_news_section--holder .latest_news--blog--post--sections--right .latest_news--contents .latest_news--box--content {
    min-height: 170px;
}
.latest_news_section--holder .latest_news--blog--post--sections--left .latest_news_section--blog--image {
    height: 490px;
    overflow: hidden;
}
.latest_news_section--holder .latest_news--blog--post--sections--left .latest_news_section--blog--image img {
    min-height: 490px;
    width: 100%;
}
.latest_news_section--holder .latest_news--blog--post--sections--left .latest_news--box--content .latest_news_section--blog--post--bottom h2.latest_news_section--blog--title {
    font-size: 28px;
    font-weight: 700;
    padding-top: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.latest_news_section--holder .latest_news--blog--post--sections--left .latest_news--box--content .latest_news_section--blog--post--bottom h2.latest_news_section--blog--title a {
    color: #fff;
    text-decoration: none;
}
.latest_news_section--holder .latest_news--blog--post--sections--left .latest_news--box--content .latest_news_section--blog--post--bottom p.latest_news--para {
    margin: 0px;
    color: #666;
    font-size: 18px;
    margin-bottom: 15px;
}
.wp-block-columns.is-layout-flex.wp-container-2 {
    margin: 0px;
}
.news--section--cat .head--news i {
    position: relative;
    top: 1px;
}
.wp-block-columns.Latest--news--home {
    margin: 0px;
}
.news--section--cat .news--blog--post--sections {
    padding-top: 15px;
}
.home--category--blog {
    background: #fff;
    padding-top: 30px;
    margin-top: 15px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.home--category--blog .head--news {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.category_post_section--holder .category_post_section--sections--left .category_post_section--blog--image {
    min-height: 370px;
    background-size: cover !important;
}

.category_post_section--holder .category_post_section--sections--right .category_post_section--blog--image {
    min-height: 140px;
    background-size: cover !important;
    width: 33%;
    float: left;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.category_post_section--holder .category_post_section--sections--right .category_post_section--blog--image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}
.category_post_section--holder .category_post_section--sections--right .latest_news--box--content i.fa.fa-podcast {
    color: #fff;
    position: relative;
    font-size: 30px;
}
.category_post_section--holder .category_post_section--sections--right .category_post_section--blog--post--bottom {
    width: 67%;
    float: right;
    padding-left: 20px;
}
.home--category--blog .head--news h1 {
    font-family: 'Nunito Sans';
    font-weight: 800;
    color: #b80000;
    font-size: 34px;
    margin: 0px;
    border-left: 5px solid #b80000;
    padding-left: 15px;
}
.home--category--blog .head--news a {
    color: #b80000;
    font-size: 17px;
    font-weight: 600;
    text-decoration: underline;
    padding-top: 3px;
}
.home--category--blog .col-md-6.col-sm-12.col-xs-12 {
    background: #f7f7f7;
    padding: 15px;
    border-radius: 5px;
}
.home--category--blog .col-md-6.col-sm-12.col-xs-12:first-child {
    border-right: 11px solid #ffffff;
}
.home--category--blog .col-md-6.col-sm-12.col-xs-12:last-child {
    border-left: 19px solid #ffffff;
}
.category_post_section--holder .category_post_section--sections--left h2.category_post_section--blog--title {
    font-size: 24px;
    font-weight: 700;
    padding-top: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: normal;
}
.category_post_section--holder .category_post_section--sections--left h2.category_post_section--blog--title a {
    color: #011b47;
    text-decoration: none;
}
.category_post_section--holder .category_post_section--sections--left p.latest_news--para {
    font-size: 15px;
    color: #666;
}
.category_post_section--holder .category_post_section--sections--left {
    padding-bottom: 5px;
    border-bottom: 5px solid #f1f1f1;
    margin-bottom: 20px;
}
.category_post_section--holder .category_post_section--sections--right h2.category_post_section--blog--title {
    font-size: 20px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: normal;
}
.category_post_section--holder .category_post_section--sections--right p.latest_news--para {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 15px;
    color: #666;
    margin-bottom: 7px;
}
.category_post_section--holder .category_post_section--sections--right .latest_news--box--content {
    min-height: 166px;
    margin-bottom: 20px;
    border-bottom: 5px solid #f1f1f1;
    padding-bottom: 17px;
}
.category_post_section--holder .category_post_section--sections--right h2.category_post_section--blog--title a {
    color: #011b47;
    text-decoration: none;
}
.category_post_section--holder .category_post_section--sections--right .latest_news--box--content:last-child {
    border: 0px;
    padding: 0px;
    margin: 0;
    min-height: 150px;
}
.home--category--blog .container {
    padding-left: 32px;
    padding-right: 32px;
}
.latest_news_section--holder .latest_news--blog--post--sections--left .latest_news--box--content {
    position: relative;
}
.latest_news_section--holder .latest_news--blog--post--sections--left .latest_news--box--content .latest_news_section--blog--post--bottom {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 15px;
}
.latest_news_section--holder .latest_news--blog--post--sections--left .latest_news--box--content::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255,255,255,0) -1%,rgba(255,255,255,0) 0%,rgba(4,29,73,1) 99%,rgba(1,27,71,1) 100%);
}
.latest_news_section--holder .latest_news--blog--post--sections--left ul.list-inline.author--date--section li.list-inline-item {
    color: #ccc;
}
.category--select {
    background: #b80000;
    width: max-content;
    padding: 4px 10px;
    border-radius: 2px;
    color: #fff;
    margin-bottom: 10px;
}
.latest_news_section--holder .latest_news--blog--post--sections--left .latest_news--box--content a {
    text-decoration: none;
}
.latest_news_section--holder .latest_news--blog--post--sections--right .latest_news--box--content .latest_news_section--blog--post--bottom a {
    text-decoration: none;
}
.news_section--blog--post--bottom a {
    text-decoration: none;
}
.news--contents .news--box--content .news_section--blog--post--bottom .category--select {
    background: transparent;
    color: #b80000;
    font-weight: 800;
    padding: 0px;
}
.category--select a {
    color: #fff !important;
}
.latest_news_section--holder .latest_news--blog--post--sections--right .category--select a {
    color: #b80000 !important;
}
.latest_news_section--holder .latest_news--blog--post--sections--right .category--select {
    background: transparent;
    padding: 0px;
    font-weight: 800;
}
.category_post_section--holder .category_post_section--sections--left .category--select {
    background: transparent;
    padding: 0px;
    margin: 0px;
    margin-top: 15px;
}
.category_post_section--holder .category_post_section--sections--left .category--select a {
    color: #b80000 !important;
    font-weight: 700;
    text-decoration: none;
}
.category_post_section--holder .category_post_section--sections--right .category--select {
    background: transparent;
    padding: 0px;
    font-weight: 700;
}
.category_post_section--holder .category_post_section--sections--right .category--select a {
    color: #b80000 !important;
}
.featured--products {
    background: url(http://phpstack-959397-3586496.cloudwaysapps.com/wp-content/uploads/2023/06/Red-Colour-BG-Narrow-1.png);
    background-size: cover;
    background-position: center;
    padding: 45px 0px;
}
.featured--products .head--news h1 {
    color: #fff;
    border-color: #fff;
}
.featured--products .head--news a {
    color: #fff;
}
.newsletter--box {
    background: linear-gradient(78deg,#b80000 0,#011b47 100%);
    padding: 100px;
    border-radius: 20px;
}
.newsletter--box .col-md-6.col-xs-12.left {
    align-items: center;
    display: flex;
}
.newsletter--box .col-md-6.col-xs-12.left h1 {
    font-size: 68px;
    font-weight: 800;
    color: #fff;
}
.newsletter--box .col-md-6.col-xs-12.right label {
    width: 100%;
    color: #fff;
    font-size: 20px;
}
.newsletter--box .col-md-6.col-xs-12.right label input {
    border: 0px;
    height: 53px;
    background: rgba(255,255,255,0.4);
}
.newsletter--box .col-md-6.col-xs-12.right p {
    margin: 0px;
}
.newsletter--box .col-md-6.col-xs-12.right input.wpcf7-form-control.has-spinner.wpcf7-submit {
    height: 53px;
    padding: 15px 40px;
    font-size: 18px;
    font-weight: 700;
    background: #ffffff;
    border: 0;
    margin-top: 10px;
    color: #b80000;
}
.discover--all--section--here {
    background: #b29458;
    padding: 40px 0px 0px;
    position: relative;
    margin-bottom: 50px;
}
.discover--all--section--here h1 {
    font-family: 'Nunito Sans';
    font-weight: 800;
    color: #ffffff;
    font-size: 34px;
    margin: 0px;
    border-left: 5px solid #ffffff;
    padding-left: 15px;
    margin-bottom: 30px;
}
.discover--all--post {
    padding-top: 0px;
    position: relative;
    padding-bottom: 70px;
}
.discover--all--post .discover--all---image {
    overflow: hidden;
    height: 180px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.home .discover--all--section--here i.fa.fa-podcast {
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
}
.discover--all--post .discover--all---image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 9;
}
.discover--all--post .discover--all---image {
    position: relative;
}
.discover--all--slider--title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: normal;
}
.discover--all--post .owl-nav {
    margin: 0px;
    text-align: right;
    padding-right: 10%;
}
.discover--all--post .owl-nav button span {
    color: #fff !important;
    font-size: 0px;
    position: relative;
    line-height: normal;
}
.discover--all--post .owl-nav button.owl-prev span::before {
    content: "\f053";
    position: absolute;
    top: 20px;
    left: 0;
    width: 30px;
    height: 30px;
    font-family: 'FontAwesome';
    font-size: 30px;
    font-weight: normal;
}
.discover--all--post .owl-nav button.owl-next span::before {
    content: "\f054";
    position: absolute;
    top: 20px;
    left: 30px;
    width: 30px;
    height: 30px;
    font-family: 'FontAwesome';
    font-size: 30px;
    font-weight: normal;
}
.discover--all--post .owl-nav button {
    position: relative;
    background: transparent !important;
    outline: none !important;
    box-shadow: none !important;
}
.discover--all--post .owl-nav button {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.discover--all--slider--product--image {
    color: #ddd;
    font-size: 14px;
    margin-top: 15px;
}
.discover--all--post .item {
    background: rgba(255,255,255,0.1);
    padding: 10px;
    border-radius: 3px;
}
.discover--all--slider--title a {
    color: #fff !important;
    line-height: normal;
    text-decoration: none;
}
.footer--container.main--footer {
    margin-top: 60px;
    background: #011b47;
    padding: 30px 0px;
}
.footer--bottom--menu h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
}
.footer--bottom--menu ul {
    margin: 0px;
    color: #aaa;
    padding-left: 18px;
    list-style-type: circle;
}
.footer--bottom--menu ul a.nav-link {
    padding-left: 2px;
    padding-right: 0px;
    color: #ddd !important;
    font-size: 15px;
    padding-top: 0px;
    padding-bottom: 2px;
}
.connect--with--us ul.list-inline.footer--right--social {
    padding: 0px;
}
.footer--bottom--menu .widget {
    padding: 0px;
}
.connect--with--us ul.list-inline.footer--right--social li a {
    background: #b29458;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    color: #fff !important;
}
.connect--with--us ul.list-inline.footer--right--social li.list-inline-item {
    margin: 0px;
}
.connect--with--us ul.list-inline.footer--right--social li a:hover {
    background: #b80000 !important;
}
.footer--site-info .widget img {
    max-width: 85px;
}
.footer--site-info ul.list-inline {
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer--site-info .widget {
    margin: 0px;
}
.footer--site-info {
    background: #09224d;
    border-top: 0px solid #001f54;
    padding: 10px 0px 6px;
    box-shadow: 0px 0px 30px -20px #000000;
}
.footer--site-info ul.list-inline li.list-inline-item {
    color: #ccc;
    font-size: 15px;
}
.footer--bottom--menu.connect--with--us .widget {
    padding: 0px;
}

.footer--container.main--footer .col {
    background: rgba(255,255,255, 0.03);
    margin: 0px 15px;
    padding: 15px;
    display: flex;
    justify-content: center;
    border-radius: 2px;
}
.logged-in li.list-inline-item.sign-in {
    display: none;
}
.logged-in li.list-inline-item.vimeo {
    margin-right: 0px;
}







/*Search*/
.podcasts--search--here form {
  position: relative;
  width: 35px;
  height: 45px;
  transition: width .5s;
  margin: auto;
  -webkit-backface-visibility: hidden;
  background: rgba(0, 0, 0, 0);
}

.podcasts--search--here input[type="search"] {
    position: absolute;
    top: 56px;
    right: 0px;
    height: 48px;
    width: 0;
    float: left;
    font-size: 1.5em;
    border-radius: 30px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    outline: none;
    color: #011b47;
    transition: width .0s;
    border: 0px solid #b80000 !important;
    padding: 0px;
}
.podcasts--search--here {
    padding-left: 0px;
}
.podcasts--search--here form.opened input[type="search"] {
    width: 332px;
    transition: width .2s;
    box-shadow: none;
    font-size: 16px;
    border: 3px solid #b80000 !important;
    padding: 7px 15px;
}

.podcasts--search--here #search-btn {
    position: absolute;
    top: -3px;
    right: 0;
    width: auto;
    height: 52px;
    background: #b80000;
    border: none;
    border-radius: 30px;
    color: #fff;
    font-size: 1.3em;
    outline: none;
    cursor: pointer;
    transition: all .5s;
    padding: 0px;
}

.podcasts--search--here form.opened #search-btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.podcasts--search--here .random-article {
  width: 300px;
  font-size: 20px;
  position: absolute;
  top: -40px;
  left: -95px;
  transition: left .5s;
}

.podcasts--search--here .random-article a,
.podcasts--search--here .random-article a:hover,
.podcasts--search--here .random-article a:focus {
  color: black;
  text-decoration: none;
}

.podcasts--search--here form.opened .random-article {
  left: 40px;
}

.podcasts--search--here .click-to-search {
  font-size: 20px;
  width: 300px;
  position: absolute;
  top: 75px;
  left: -55px;
  transition: left .5s;
}

.podcasts--search--here form.opened .click-to-search {
  left: 80px;
}

.podcasts--search--here .results-wrapper {
  margin-top: 60px;
}

.podcasts--search--here .results-wrapper a,
.podcasts--search--here .results-wrapper a:hover,
.podcasts--search--here .result-wrapper a:focus {
  color: #222;
  text-decoration: none;
}

.podcasts--search--here .panel .panel-heading {
  transition: all .5s;
}

.podcasts--search--here .panel:hover .panel-heading {
  background: #337ab7;
  color: white !important;
}

.podcasts--search--here .panel:hover .panel-body {
  color: #33b7ab7 !important;
} 

.category .btn-primary, input[type="button"], 
.category input[type="reset"], 
.category input[type="submit"], 
.category .btn-outline-primary, 
.category .button.add_to_cart_button, 
.category .wc-proceed-to-checkout .checkout-button.button, 
.category .price_slider_amount button[type="submit"] {
    background: #b80000 !important;
    border: 0;
}

.single .btn-primary, input[type="button"], 
.single input[type="reset"], 
.single input[type="submit"], 
.single .btn-outline-primary, 
.single .button.add_to_cart_button, 
.single .wc-proceed-to-checkout .checkout-button.button, 
.single .price_slider_amount button[type="submit"] {
    background: #b80000 !important;
    border: 0;
}
.contact--us--form--here {
    padding: 60px 0px 50px;
    position: relative;
}
.contact--us--form--here .container {
    max-width: 900px !important;
}
.contact--us--form--here .container input, .contact--us--form--here .container select {
    height: 57px;
}
.contact--us--form--here input.wpcf7-form-control.has-spinner.wpcf7-submit {
    border: 0px;
    background: #b80000;
    text-transform: uppercase;
    font-weight: 700;
}
.contact--us--form--here input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
    background: #011b47;
}
.podcasts--about--us--page .top--section {
    background: url(http://phpstack-959397-3586496.cloudwaysapps.com/wp-content/uploads/2023/06/Red-Colour-BG-Narrow-1.png);
    background-size: cover;
    background-position: center;
    padding: 100px 0px 300px;
    text-align: center;
}
.podcasts--about--us--page .container {
    max-width: 900px !important;
}
.podcasts--about--us--page .top--section h4 {
    color: #b80000;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 25px;
}
.podcasts--about--us--page .top--section h1 {
    color: #fff;
    font-size: 70px;
    font-weight: 800;
}
.podcasts--about--us--page .container p {
    color: #ccc;
    font-size: 19px;
    max-width: 700px;
    margin: 30px auto;
}
.banner--about--us {
    position: relative;
    top: -177px;
    margin-bottom: -150px;
}
.become--a--partner a {
    background: #b80000;
    color: #fff !important;
    padding: 18px 44px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}
.become--a--partner a:hover {
    background: #b29458;
}
.become--a--partner {
    padding-top: 30px;
}
.podcasts--about--us--page .bottom--section p {
    margin-left: 0px;
    margin-right: 0px;
    max-width: 100%;
    color: #011b47;
}
.podcasts--about--us--page .top--section .container p {
    line-height: 34px;
}
.the_advisory_board--section--main ul.list-inline {
    display: flex;
    grid-gap: 25px;
    margin: 0px;
}
.the_advisory_board--section--main ul.list-inline li.list-inline-item {
    margin: 0px;
}
.the_advisory_board--section--main h1 {
    text-align: center;
    margin-top: 80px;
    padding-bottom: 60px;
    font-size: 42px;
    font-weight: 800;
    color: #b80000;
}
.the_advisory_board--section--main ul.list-inline li.list-inline-item {
    background: #f7f7f7;
    padding: 0px;
    border-radius: 4px;
    width: 20%;
}
.the_advisory_board--section--main ul.list-inline li.list-inline-item .category--title {
    padding-top: 15px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    font-size: 17px;
    padding-bottom: 15px;
}
.the_advisory_board--section--main ul.list-inline li.list-inline-item a {
    text-decoration: none;
    color: #011b47;
}
.category---image {
    height: 250px;
    overflow: hidden;
    background: #fff;
}
.category---image img {
    min-height: 250px;
}
.the_advisory_board--section--main ul.list-inline li.list-inline-item:hover {
    background: #b80000;
    transition: all 0.3s;
}
.the_advisory_board--section--main ul.list-inline li.list-inline-item:hover .category--title {
    color: #fff;
}
.the_advisory_board--section--main {
    padding-top: 40px;
    padding-bottom: 50px;
}
.series--header {
    min-height: 360px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: end;
    justify-content: center;
    position: relative;
}
.series--header h1.page-title {
    margin-bottom: 60px;
    color: #fff;
    font-size: 52px;
    font-weight: 700;
    position: relative;
    padding: 0px 15px;
}
.series--header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.65) 100%);
}
.archive .news_section--blog--image {
    min-height: 300px;
    background-size: cover !important;
    background-position: center !important;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}
.page-podcasts .news--contents .news--box--content.col-md-6 .news_section--blog--image::after {
    display: none !important;
}
.page-podcasts .news--box--content:hover .news_section--blog--image i {
    opacity: 1 !important;
    transition: all 0.3s;
    position: relative;
    z-index: 9;
}
.page-podcasts .news--box--content a {
    text-decoration: none;
}
.type-podcast a {
    text-decoration: none;
}
.news--contents .news--box--content .news_section--blog--image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    transition: all 0.3s;
    display: none;
}
.news--contents .news--box--content:hover .news_section--blog--image::after {
    display: block !important;
}
.news--contents .news--box--content .news_section--blog--image {
    position: relative;
}
.archive .news_section--blog--image i.fa.fa-podcast {
    color: #fff;
    font-size: 40px;
    z-index: 99;
    opacity: 0;
}
.archive .news--box--content .news_section--blog--image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: none;
}
.archive .news--box--content:hover .news_section--blog--image::before {
    display: block !important;
}
.archive .news--box--content:hover .news_section--blog--image i.fa.fa-podcast {
    opacity: 1 !important;
}
.news--box--content .news_section--blog--post--bottom h2.latest_news_section--blog--title {
    padding-top: 15px;
}
.podcast_meta a {
    color: #b80000;
    text-decoration: none;
}
.discover--all---image {
    position: relative;
}
.now--playing {
    position: absolute;
    top: 0;
    left: 0;
    background: #b80000cf;
    padding: 4px 10px;
    color: #fff;
    font-size: 12px;
}
.single-podcast .discover--all---image {
    max-height: 120px;
    overflow: hidden;
}
.single-podcast .discover--all---image img {
    min-height: 120px;
}
.owl-nav button span {
    font-size: 54px;
    line-height: normal;
}
.owl-nav button {
    background: transparent !important;
    outline: none !important;
    box-shadow: none !important;
    color: #011b47 !important;
}
.search-no-results .page-content form.searchform {
    display: flex;
}
.search-no-results .page-content form.searchform input.s.form-control {
    height: 47px;
    border-radius: 4px 0px 0px 4px;
}
.search-no-results .page-content form.searchform button#search-btn {
    background: #b80000;
    width: 80px;
    margin-left: -1px;
    color: #fff;
    border: 1px solid #b80000;
    border-radius: 0px 4px 4px 0px;
    height: 47px;
    cursor: pointer;
}
.search-no-results header.page-header h1.page-title {
    font-weight: 700;
    font-size: 36px;
    color: #011b47;
}
.contact--banner img {
    width: 100%;
}
.blog main#main article.card footer.entry-footer.card-footer {
    background: transparent;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0px;
}
.search-results article.card {
    margin-top: 20px;
}
.search-results article.card .card-body {
    padding: 15px;
}
.search-results article.card .card-body header.entry-header h2.entry-title.card-title {
    font-weight: 700;
    font-size: 24px;
}
.search-results article.card .card-body .post-thumbnail img {
    max-width: 185px;
}
.search-results article.card .card-body .post-thumbnail {
    margin: 0px;
}
.search-results header.page-header h1.page-title {
    font-weight: 700;
    font-size: 38px;
}
.blog main#main article.card .entry-summary p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-top: 10px;
}
.search-results article.card .card-body .post-thumbnail img {
    max-width: 185px;
}
.blog article.card .card-body .post-thumbnail img {
    max-width: 185px;
}
.blog main#main header h1.page-title {
    position: relative !important;
    height: auto !important;
    width: 100%;
    color: #011b47 !important;
    clip: auto !important;
    clip-path: inherit !important;
    font-weight: 700;
    margin-bottom: 15px;
}

























/*Responsive Media*/
@media (min-width: 1920px) and (max-width: 2200px){
.discover--all--post .discover--all---image img {
    transform: scale(1.4);
}    
}

@media (min-width: 1680px) and (max-width: 1919px){
 .discover--all--post .discover--all---image {
    height: 120px !important;
}   
    .discover--all--post .discover--all---image img {
    min-height: 120px;
}
    .discover--all--slider--title a {
    font-size: 16px !important;
}    
}

@media (min-width: 1600px) and (max-width: 1679px){
 .discover--all--post .discover--all---image {
    height: 120px !important;
}   
    .discover--all--post .discover--all---image img {
    min-height: 120px;
}
    .discover--all--slider--title a {
    font-size: 16px !important;
}    
}

@media (min-width: 1440px) and (max-width: 1599px){
 .discover--all--post .discover--all---image {
    height: 120px !important;
}   
    .discover--all--post .discover--all---image img {
    min-height: 120px;
}
    .discover--all--slider--title a {
    font-size: 16px !important;
}    
}

@media (min-width: 1366px) and (max-width: 1439px){
 .discover--all--post .discover--all---image {
    height: 120px !important;
}   
    .discover--all--post .discover--all---image img {
    min-height: 120px;
}
    .discover--all--slider--title a {
    font-size: 16px !important;
}    
}





@media (min-width: 1280px) and (max-width: 1365px){
 .discover--all--post .discover--all---image {
    height: 120px !important;
}   
    .discover--all--post .discover--all---image img {
    min-height: 120px;
}
    .discover--all--slider--title a {
    font-size: 16px !important;
}
}









@media (min-width: 1224px) and (max-width: 1279px){
.podcasts--search--here form.opened input[type="search"] {
    right: -104px !important;
}
    li.list-inline-item.sign-in {
    margin-left: 15px !important;
}
    ul.list-inline.top--address {
    padding-right: 35px !important;
}
    .top--section--bottom--info li.list-inline-item {
    font-size: 12px !important;
}
    .latest_news_section--holder {
    padding-top: 15px !important;
}
    .newsletter--box .col-md-6.col-xs-12.left h1 {
    font-size: 50px !important;
}
    .discover--all--post .owl-nav button.owl-next span::before {
    left: 0px !important;
}
    .discover--all--post .owl-nav button.owl-prev span::before {
    left: -30px !important;
}
    .featured--products .head--news h1 {
    font-size: 26px !important;
}
    .home--category--blog .head--news h1 {
    font-size: 26px !important;
}
    .home--category--blog .head--news a {
    font-size: 16px !important;
}
    .discover--all--section--here {
    margin-bottom: 25px !important;
}
    .footer--container.main--footer {
    margin-top: 25px !important;
}
    .news--contents {
    flex-wrap: wrap !important;
}
.discover--all--post .discover--all---image img {
    min-height: 120px;
}
    body .footer--container.main--footer section.footer-widgets.text-left .row {
    display: flex !important;
}   
    .home--category--blog {
    padding-bottom: 0px !important;
} 
    .discover--all--post .discover--all---image {
    height: 120px !important;
}
    .discover--all--slider--title {
    font-size: 14px !important;
}   
}









@media (min-width: 1200px) and (max-width: 1223px){
.podcasts--search--here form.opened input[type="search"] {
    right: -104px !important;
}
    li.list-inline-item.sign-in {
    margin-left: 15px !important;
}
    ul.list-inline.top--address {
    padding-right: 35px !important;
}
    .top--section--bottom--info li.list-inline-item {
    font-size: 12px !important;
}
    .latest_news_section--holder {
    padding-top: 15px !important;
}
    .news--contents .news--box--content .news_section--blog--image {
    min-height: 355px !important;
}
        .news--contents .news--box--content {
            padding: 9px 0px !important;
            width: 100% !important;
    }
    .newsletter--box .col-md-6.col-xs-12.left h1 {
    font-size: 50px !important;
}
    .discover--all--post .owl-nav button.owl-next span::before {
    left: 0px !important;
}
    .discover--all--post .owl-nav button.owl-prev span::before {
    left: -30px !important;
}
    .featured--products .head--news h1 {
    font-size: 26px !important;
}
    .home--category--blog .head--news h1 {
    font-size: 26px !important;
}
    .home--category--blog .head--news a {
    font-size: 16px !important;
}
    .discover--all--section--here {
    margin-bottom: 25px !important;
}
    .footer--container.main--footer {
    margin-top: 25px !important;
}
    .news--contents {
    flex-wrap: wrap !important;
}
.news--contents .news--box--content {
    width: 50% !important;
    padding: 10px !important;
}
    .discover--all--post .discover--all---image img {
    transform: scale(1.4) !important;
}
    body .footer--container.main--footer section.footer-widgets.text-left .row {
    display: flex !important;
}  
    .category_post_section--holder .category_post_section--sections--left .category_post_section--blog--image {
    min-height: 310px !important;
}    
    .category_post_section--holder .category_post_section--sections--right .category_post_section--blog--image {
    min-height: 100px !important;
}
    .category_post_section--holder .category_post_section--sections--right .latest_news--box--content {
    min-height: 127px !important;
}  
    .home--category--blog {
    padding-bottom: 0px !important;
} 
    .discover--all--post .discover--all---image {
    height: 120px !important;
}
    .discover--all--slider--title {
    font-size: 14px !important;
}
}









@media (min-width: 1024px) and (max-width: 1199px){
.podcasts--search--here form.opened input[type="search"] {
    right: -104px !important;
}
    li.list-inline-item.sign-in {
    margin-left: 15px !important;
}
    ul.list-inline.top--address {
    padding-right: 35px !important;
}
    .top--section--bottom--info li.list-inline-item {
    font-size: 12px !important;
}
    .latest_news_section--holder {
    padding-top: 15px !important;
}
    .news--contents .news--box--content .news_section--blog--image {
    min-height: 355px !important;
}
        .news--contents .news--box--content {
            padding: 9px 0px !important;
            width: 100% !important;
    }
    .newsletter--box .col-md-6.col-xs-12.left h1 {
    font-size: 50px !important;
}
    .discover--all--post .owl-nav button.owl-next span::before {
    left: 0px !important;
}
    .discover--all--post .owl-nav button.owl-prev span::before {
    left: -30px !important;
}
    .featured--products .head--news h1 {
    font-size: 26px !important;
}
    .home--category--blog .head--news h1 {
    font-size: 26px !important;
}
    .home--category--blog .head--news a {
    font-size: 16px !important;
}
    .discover--all--section--here {
    margin-bottom: 25px !important;
}
    .footer--container.main--footer {
    margin-top: 25px !important;
}
    .news--contents {
    flex-wrap: wrap !important;
}
.news--contents .news--box--content {
    width: 50% !important;
    padding: 10px !important;
}
    .discover--all--post .discover--all---image img {
    transform: scale(1.3) !important;
}
    body .footer--container.main--footer section.footer-widgets.text-left .row {
    display: flex !important;
}  
    .category_post_section--holder .category_post_section--sections--left .category_post_section--blog--image {
    min-height: 310px !important;
}    
    .category_post_section--holder .category_post_section--sections--right .category_post_section--blog--image {
    min-height: 100px !important;
}
    .category_post_section--holder .category_post_section--sections--right .latest_news--box--content {
    min-height: 127px !important;
}  
    .home--category--blog {
    padding-bottom: 0px !important;
}       
}









@media (min-width: 992px) and (max-width: 1023px){
.podcasts--search--here form.opened input[type="search"] {
    right: -104px !important;
}
    li.list-inline-item.sign-in {
    margin-left: 15px !important;
}
    ul.list-inline.top--address {
    padding-right: 35px !important;
}
    .top--section--bottom--info li.list-inline-item {
    font-size: 12px !important;
}
    .latest_news_section--holder {
    padding-top: 15px !important;
}
    .news--contents .news--box--content .news_section--blog--image {
    min-height: 355px !important;
}
        .news--contents .news--box--content {
            padding: 9px 0px !important;
            width: 100% !important;
    }
    .newsletter--box .col-md-6.col-xs-12.left h1 {
    font-size: 50px !important;
}
    .discover--all--post .owl-nav button.owl-next span::before {
    left: 0px !important;
}
    .discover--all--post .owl-nav button.owl-prev span::before {
    left: -30px !important;
}
    .featured--products .head--news h1 {
    font-size: 26px !important;
}
    .home--category--blog .head--news h1 {
    font-size: 26px !important;
}
    .home--category--blog .head--news a {
    font-size: 16px !important;
}
    .discover--all--section--here {
    margin-bottom: 25px !important;
}
    .footer--container.main--footer {
    margin-top: 25px !important;
}
    .news--contents {
    flex-wrap: wrap !important;
}
.news--contents .news--box--content {
    width: 50% !important;
    padding: 10px !important;
}
.discover--all--post .discover--all---image {
    height: 320px !important;
}
    .discover--all--post .discover--all---image img {
    transform: scale(1.2) !important;
    min-height: 320px !important;
}
    body .footer--container.main--footer section.footer-widgets.text-left .row {
    display: flex !important;
}  
    .category_post_section--holder .category_post_section--sections--left .category_post_section--blog--image {
    min-height: 310px !important;
}    
    .category_post_section--holder .category_post_section--sections--right .category_post_section--blog--image {
    min-height: 100px !important;
}
    .category_post_section--holder .category_post_section--sections--right .latest_news--box--content {
    min-height: 127px !important;
}  
    .home--category--blog {
    padding-bottom: 0px !important;
}   
 .the_advisory_board--section--main ul.list-inline {
    flex-wrap: nowrap !important;
}   
}





@media (min-width: 960px) and (max-width: 991px){
.podcasts--search--here form.opened input[type="search"] {
    right: -104px !important;
}
    .latest_news_section--holder {
    padding-top: 15px !important;
}
    body .is-sticky header#masthead {
    top: 62px !important;
}
    .news--contents .news--box--content .news_section--blog--image {
    min-height: 355px !important;
}
        .news--contents .news--box--content {
            padding: 9px 0px !important;
            width: 100% !important;
    }
    .newsletter--box .col-md-6.col-xs-12.left h1 {
    font-size: 55px !important;
}
    .discover--all--post .owl-nav button.owl-next span::before {
    left: 0px !important;
}
    .discover--all--post .owl-nav button.owl-prev span::before {
    left: -30px !important;
}
    .featured--products .head--news h1 {
    font-size: 26px !important;
}
    .home--category--blog .head--news h1 {
    font-size: 26px !important;
}
    .home--category--blog .head--news a {
    font-size: 16px !important;
}
    .discover--all--section--here {
    margin-bottom: 25px !important;
}
    .footer--container.main--footer {
    margin-top: 25px !important;
}
    .news--contents {
    flex-wrap: wrap !important;
}
.news--contents .news--box--content {
    width: 50% !important;
    padding: 10px !important;
}
.discover--all--post .discover--all---image {
    height: 320px !important;
}
    .discover--all--post .discover--all---image img {
    transform: scale(1.2) !important;
    min-height: 320px !important;
}
    body .footer--container.main--footer section.footer-widgets.text-left .row {
    display: flex !important;
}  
    .category_post_section--holder .category_post_section--sections--left .category_post_section--blog--image {
    min-height: 310px !important;
}    
    .category_post_section--holder .category_post_section--sections--right .category_post_section--blog--image {
    min-height: 100px !important;
}
    .category_post_section--holder .category_post_section--sections--right .latest_news--box--content {
    min-height: 127px !important;
}  
    .home--category--blog {
    padding-bottom: 0px !important;
}   
    .latest_news_section--holder .latest_news--blog--post--sections--right .latest_news_section--blog--image {
    min-height: 220px !important;
}
    .latest_news_section--holder .latest_news--blog--post--sections--right .latest_news--contents .latest_news--box--content {
    min-height: 235px !important;
}
    .the_advisory_board--section--main ul.list-inline {
    flex-wrap: nowrap !important;
}
}









@media (min-width: 950px) and (max-width: 959px){
.podcasts--search--here form.opened input[type="search"] {
    right: -104px !important;
}
    .latest_news_section--holder {
    padding-top: 15px !important;
}
    body .is-sticky header#masthead {
    top: 62px !important;
}
    .news--contents .news--box--content .news_section--blog--image {
    min-height: 355px !important;
}
        .news--contents .news--box--content {
            padding: 9px 0px !important;
            width: 100% !important;
    }
    .newsletter--box .col-md-6.col-xs-12.left h1 {
    font-size: 55px !important;
}
    .discover--all--post .owl-nav button.owl-next span::before {
    left: 0px !important;
}
    .discover--all--post .owl-nav button.owl-prev span::before {
    left: -30px !important;
}
    .featured--products .head--news h1 {
    font-size: 26px !important;
}
    .home--category--blog .head--news h1 {
    font-size: 26px !important;
}
    .home--category--blog .head--news a {
    font-size: 16px !important;
}
    .discover--all--section--here {
    margin-bottom: 25px !important;
}
    .footer--container.main--footer {
    margin-top: 25px !important;
}
    .news--contents {
    flex-wrap: wrap !important;
}
.news--contents .news--box--content {
    width: 50% !important;
    padding: 10px !important;
}
.discover--all--post .discover--all---image {
    height: 260px !important;
}
    .discover--all--post .discover--all---image img {
    transform: scale(1.2) !important;
    min-height: 260px !important;
}
    body .footer--container.main--footer section.footer-widgets.text-left .row {
    display: flex !important;
}  
    .category_post_section--holder .category_post_section--sections--left .category_post_section--blog--image {
    min-height: 240px !important;
}    
    .category_post_section--holder .category_post_section--sections--right .category_post_section--blog--image {
    min-height: 100px !important;
}
    .category_post_section--holder .category_post_section--sections--right .latest_news--box--content {
    min-height: 127px !important;
}  
    .home--category--blog {
    padding-bottom: 0px !important;
}    
    .the_advisory_board--section--main ul.list-inline {
    flex-wrap: nowrap !important;
}
}










@media (min-width: 900px) and (max-width: 949px){
.podcasts--search--here form.opened input[type="search"] {
    right: -104px !important;
}
    .latest_news_section--holder {
    padding-top: 15px !important;
}
    body .is-sticky header#masthead {
    top: 62px !important;
}
    .news--contents .news--box--content .news_section--blog--image {
    min-height: 355px !important;
}
        .news--contents .news--box--content {
            padding: 9px 0px !important;
            width: 100% !important;
    }
    .newsletter--box .col-md-6.col-xs-12.left h1 {
    font-size: 55px !important;
}
    .discover--all--post .owl-nav button.owl-next span::before {
    left: 0px !important;
}
    .discover--all--post .owl-nav button.owl-prev span::before {
    left: -30px !important;
}
    .featured--products .head--news h1 {
    font-size: 26px !important;
}
    .home--category--blog .head--news h1 {
    font-size: 26px !important;
}
    .home--category--blog .head--news a {
    font-size: 16px !important;
}
    .discover--all--section--here {
    margin-bottom: 25px !important;
}
    .footer--container.main--footer {
    margin-top: 25px !important;
}
    .news--contents {
    flex-wrap: wrap !important;
}
.news--contents .news--box--content {
    width: 50% !important;
    padding: 10px !important;
}
.discover--all--post .discover--all---image {
    height: 260px !important;
}
    .discover--all--post .discover--all---image img {
    transform: scale(1.2) !important;
    min-height: 260px !important;
}
    body .footer--container.main--footer section.footer-widgets.text-left .row {
    display: flex !important;
}  
    .category_post_section--holder .category_post_section--sections--left .category_post_section--blog--image {
    min-height: 240px !important;
}    
    .category_post_section--holder .category_post_section--sections--right .category_post_section--blog--image {
    min-height: 100px !important;
}
    .category_post_section--holder .category_post_section--sections--right .latest_news--box--content {
    min-height: 127px !important;
}  
    .home--category--blog {
    padding-bottom: 0px !important;
}   
    
    
        .the_advisory_board--section--main ul.list-inline li.list-inline-item {
    width: 30% !important;
}
    .podcasts--about--us--page .top--section h1 {
    font-size: 58px !important;
}
    .podcasts--about--us--page .top--section {
    padding: 80px 0px 80px !important;
}
    .category---image {
    height: auto !important;
}
    .category---image img {
    min-height: auto !important;
}
}











@media (min-width: 854px) and (max-width: 899px){
.podcasts--search--here form.opened input[type="search"] {
    right: -104px !important;
}
    .latest_news_section--holder {
    padding-top: 15px !important;
}
    body .is-sticky header#masthead {
    top: 62px !important;
}
    .news--contents .news--box--content .news_section--blog--image {
    min-height: 355px !important;
}
        .news--contents .news--box--content {
            padding: 9px 0px !important;
            width: 100% !important;
    }
    .newsletter--box .col-md-6.col-xs-12.left h1 {
    font-size: 46px !important;
}
    .discover--all--post .owl-nav button.owl-next span::before {
    left: 0px !important;
}
    .discover--all--post .owl-nav button.owl-prev span::before {
    left: -30px !important;
}
    .featured--products .head--news h1 {
    width: 50% !important;
    font-size: 22px !important;
}
    .home--category--blog .head--news h1 {
    width: 50% !important;
    font-size: 22px !important;
}
    .home--category--blog .head--news a {
    font-size: 16px !important;
}
    .discover--all--section--here {
    margin-bottom: 25px !important;
}
    .footer--container.main--footer {
    margin-top: 25px !important;
}
    .news--contents {
    flex-wrap: wrap !important;
}
.news--contents .news--box--content {
    width: 50% !important;
    padding: 10px !important;
}
.discover--all--post .discover--all---image {
    height: 260px !important;
}
    .discover--all--post .discover--all---image img {
    transform: scale(1.2) !important;
    min-height: 260px !important;
}
    body .footer--container.main--footer section.footer-widgets.text-left .row {
    display: flex !important;
}  
    .category_post_section--holder .category_post_section--sections--left .category_post_section--blog--image {
    min-height: 240px !important;
}    
    .category_post_section--holder .category_post_section--sections--right .category_post_section--blog--image {
    min-height: 100px !important;
}
    .category_post_section--holder .category_post_section--sections--right .latest_news--box--content {
    min-height: 127px !important;
}  
    .home--category--blog {
    padding-bottom: 0px !important;
}   
    
    
        .the_advisory_board--section--main ul.list-inline li.list-inline-item {
    width: 30% !important;
}
    .podcasts--about--us--page .top--section h1 {
    font-size: 58px !important;
}
    .podcasts--about--us--page .top--section {
    padding: 80px 0px 80px !important;
}
    .category---image {
    height: auto !important;
}
    .category---image img {
    min-height: auto !important;
}
}







@media (min-width: 812px) and (max-width: 853px){
.podcasts--search--here form.opened input[type="search"] {
    right: -104px !important;
}
    .latest_news_section--holder {
    padding-top: 15px !important;
}
    body .is-sticky header#masthead {
    top: 62px !important;
}
    .news--contents .news--box--content .news_section--blog--image {
    min-height: 355px !important;
}
        .news--contents .news--box--content {
            padding: 9px 0px !important;
            width: 100% !important;
    }
    .newsletter--box .col-md-6.col-xs-12.left h1 {
    font-size: 46px !important;
}
    .discover--all--post .owl-nav button.owl-next span::before {
    left: 0px !important;
}
    .discover--all--post .owl-nav button.owl-prev span::before {
    left: -30px !important;
}
    .featured--products .head--news h1 {
    width: 50% !important;
    font-size: 22px !important;
}
    .home--category--blog .head--news h1 {
    width: 50% !important;
    font-size: 22px !important;
}
    .home--category--blog .head--news a {
    font-size: 16px !important;
}
    .discover--all--section--here {
    margin-bottom: 25px !important;
}
    .footer--container.main--footer {
    margin-top: 25px !important;
}
    .news--contents {
    flex-wrap: wrap !important;
}
.news--contents .news--box--content {
    width: 50% !important;
    padding: 10px !important;
}
.discover--all--post .discover--all---image {
    height: 260px !important;
}
    .discover--all--post .discover--all---image img {
    transform: scale(1.2) !important;
    min-height: 260px !important;
}
    body .footer--container.main--footer section.footer-widgets.text-left .row {
    display: flex !important;
}  
    .category_post_section--holder .category_post_section--sections--left .category_post_section--blog--image {
    min-height: 240px !important;
}    
    .category_post_section--holder .category_post_section--sections--right .category_post_section--blog--image {
    min-height: 100px !important;
}
    .category_post_section--holder .category_post_section--sections--right .latest_news--box--content {
    min-height: 127px !important;
}  
    .home--category--blog {
    padding-bottom: 0px !important;
}   
    
    
        .the_advisory_board--section--main ul.list-inline li.list-inline-item {
    width: 30% !important;
}
    .podcasts--about--us--page .top--section h1 {
    font-size: 50px !important;
}
    .podcasts--about--us--page .top--section {
    padding: 80px 0px 80px !important;
}
    .category---image {
    height: auto !important;
}
    .category---image img {
    min-height: auto !important;
}
}








@media (min-width: 800px) and (max-width: 811px){
.podcasts--search--here form.opened input[type="search"] {
    right: -104px !important;
}
    .latest_news_section--holder {
    padding-top: 15px !important;
}
    body .is-sticky header#masthead {
    top: 62px !important;
}
    .news--contents .news--box--content .news_section--blog--image {
    min-height: 355px !important;
}
        .news--contents .news--box--content {
            padding: 9px 0px !important;
            width: 100% !important;
    }
    .newsletter--box .col-md-6.col-xs-12.left h1 {
    font-size: 46px !important;
}
    .discover--all--post .owl-nav button.owl-next span::before {
    left: 0px !important;
}
    .discover--all--post .owl-nav button.owl-prev span::before {
    left: -30px !important;
}
    .featured--products .head--news h1 {
    width: 50% !important;
    font-size: 22px !important;
}
    .home--category--blog .head--news h1 {
    width: 50% !important;
    font-size: 22px !important;
}
    .home--category--blog .head--news a {
    font-size: 16px !important;
}
    .discover--all--section--here {
    margin-bottom: 25px !important;
}
    .footer--container.main--footer {
    margin-top: 25px !important;
}
    .news--contents {
    flex-wrap: wrap !important;
}
.news--contents .news--box--content {
    width: 50% !important;
    padding: 10px !important;
}
.discover--all--post .discover--all---image {
    height: 260px !important;
}
    .discover--all--post .discover--all---image img {
    transform: scale(1.2) !important;
    min-height: 260px !important;
}
    body .footer--container.main--footer section.footer-widgets.text-left .row {
    display: flex !important;
}  
    .category_post_section--holder .category_post_section--sections--left .category_post_section--blog--image {
    min-height: 240px !important;
}    
    .category_post_section--holder .category_post_section--sections--right .category_post_section--blog--image {
    min-height: 100px !important;
}
    .category_post_section--holder .category_post_section--sections--right .latest_news--box--content {
    min-height: 127px !important;
}  
    .home--category--blog {
    padding-bottom: 0px !important;
}
    
    
        .the_advisory_board--section--main ul.list-inline li.list-inline-item {
    width: 30% !important;
}
    .podcasts--about--us--page .top--section h1 {
    font-size: 50px !important;
}
    .podcasts--about--us--page .top--section {
    padding: 80px 0px 80px !important;
}
    .category---image {
    height: auto !important;
}
    .category---image img {
    min-height: auto !important;
}
}










@media (min-width: 768px) and (max-width: 799px){
.podcasts--search--here form.opened input[type="search"] {
    right: -104px !important;
}
    .latest_news_section--holder {
    padding-top: 15px !important;
}
    body .is-sticky header#masthead {
    top: 62px !important;
}
    .news--contents .news--box--content .news_section--blog--image {
    min-height: 355px !important;
}
        .news--contents .news--box--content {
            padding: 9px 0px !important;
            width: 100% !important;
    }
    .newsletter--box .col-md-6.col-xs-12.left h1 {
    font-size: 46px !important;
}
    .discover--all--post .owl-nav button.owl-next span::before {
    left: 0px !important;
}
    .discover--all--post .owl-nav button.owl-prev span::before {
    left: -30px !important;
}
    .featured--products .head--news h1 {
    width: 50% !important;
    font-size: 22px !important;
}
    .home--category--blog .head--news h1 {
    width: 50% !important;
    font-size: 22px !important;
}
    .home--category--blog .head--news a {
    font-size: 16px !important;
}
    .discover--all--section--here {
    margin-bottom: 25px !important;
}
    .footer--container.main--footer {
    margin-top: 25px !important;
}
    .news--contents {
    flex-wrap: wrap !important;
}
.news--contents .news--box--content {
    width: 50% !important;
    padding: 10px !important;
}
.discover--all--post .discover--all---image {
    height: 260px !important;
}
    .discover--all--post .discover--all---image img {
    transform: scale(1.2) !important;
    min-height: 260px !important;
}
    body .footer--container.main--footer section.footer-widgets.text-left .row {
    display: flex !important;
}  
    .category_post_section--holder .category_post_section--sections--left .category_post_section--blog--image {
    min-height: 240px !important;
}    
    .category_post_section--holder .category_post_section--sections--right .category_post_section--blog--image {
    min-height: 100px !important;
}
    .category_post_section--holder .category_post_section--sections--right .latest_news--box--content {
    min-height: 127px !important;
}
    
    
        .the_advisory_board--section--main ul.list-inline li.list-inline-item {
    width: 30% !important;
}
    .podcasts--about--us--page .top--section h1 {
    font-size: 50px !important;
}
    .podcasts--about--us--page .top--section {
    padding: 80px 0px 80px !important;
}
    .category---image {
    height: auto !important;
}
    .category---image img {
    min-height: auto !important;
}
}










@media (min-width: 736px) and (max-width: 767px){
.podcasts--search--here form.opened input[type="search"] {
    right: -104px !important;
}
    .latest_news_section--holder {
    padding-top: 15px !important;
}
    body .is-sticky header#masthead {
    top: 62px !important;
}
    .news--contents .news--box--content .news_section--blog--image {
    min-height: 355px !important;
}
        .news--contents .news--box--content {
            padding: 9px 0px !important;
            width: 100% !important;
    }
    .newsletter--box .col-md-6.col-xs-12.left h1 {
    font-size: 36px !important;
}
    .discover--all--post .owl-nav button.owl-next span::before {
    left: 0px !important;
}
    .discover--all--post .owl-nav button.owl-prev span::before {
    left: -30px !important;
}
    .featured--products .head--news h1 {
    width: 50% !important;
    font-size: 26px !important;
}
    .home--category--blog .head--news h1 {
    width: 50% !important;
    font-size: 26px !important;
}
    .home--category--blog .head--news a {
    font-size: 16px !important;
}
    .discover--all--section--here {
    margin-bottom: 25px !important;
}
    .footer--container.main--footer {
    margin-top: 25px !important;
}
    .news--contents {
    flex-wrap: wrap !important;
}
.news--contents .news--box--content {
    width: 50% !important;
    padding: 10px !important;
}
.discover--all--post .discover--all---image {
    height: 260px !important;
}
    .discover--all--post .discover--all---image img {
    transform: scale(1.2) !important;
    min-height: 260px !important;
}
    body .footer--container.main--footer section.footer-widgets.text-left .row {
    display: flex !important;
}  
    .category_post_section--holder .category_post_section--sections--left .category_post_section--blog--image {
    min-height: 450px !important;
}  
    
        .the_advisory_board--section--main ul.list-inline li.list-inline-item {
    width: 30% !important;
}
    .podcasts--about--us--page .top--section h1 {
    font-size: 50px !important;
}
    .podcasts--about--us--page .top--section {
    padding: 80px 0px 80px !important;
}
    .category---image {
    height: auto !important;
}
    .category---image img {
    min-height: auto !important;
}
}









@media (min-width: 732px) and (max-width: 735px){
   .podcasts--search--here form.opened input[type="search"] {
    right: -104px !important;
}
    .latest_news_section--holder {
    padding-top: 15px !important;
}
    body .is-sticky header#masthead {
    top: 62px !important;
}
    .news--contents .news--box--content .news_section--blog--image {
    min-height: 355px !important;
}
        .news--contents .news--box--content {
            padding: 9px 0px !important;
            width: 100% !important;
    }
    .newsletter--box .col-md-6.col-xs-12.left h1 {
    font-size: 36px !important;
}
    .discover--all--post .owl-nav button.owl-next span::before {
    left: 0px !important;
}
    .discover--all--post .owl-nav button.owl-prev span::before {
    left: -30px !important;
}
    .featured--products .head--news h1 {
    width: 50% !important;
    font-size: 26px !important;
}
    .home--category--blog .head--news h1 {
    width: 50% !important;
    font-size: 26px !important;
}
    .home--category--blog .head--news a {
    font-size: 16px !important;
}
    .discover--all--section--here {
    margin-bottom: 25px !important;
}
    .footer--container.main--footer {
    margin-top: 25px !important;
}
    .news--contents {
    flex-wrap: wrap !important;
}
.news--contents .news--box--content {
    width: 50% !important;
    padding: 10px !important;
}
.discover--all--post .discover--all---image {
    height: 215px !important;
}
    .discover--all--post .discover--all---image img {
    transform: scale(1.2) !important;
    min-height: 215px !important;
}
    body .footer--container.main--footer section.footer-widgets.text-left .row {
    display: flex !important;
}  
    .category_post_section--holder .category_post_section--sections--left .category_post_section--blog--image {
    min-height: 450px !important;
}
    
    
        .the_advisory_board--section--main ul.list-inline li.list-inline-item {
    width: 47% !important;
}
    .podcasts--about--us--page .top--section h1 {
    font-size: 50px !important;
}
    .podcasts--about--us--page .top--section {
    padding: 80px 0px 80px !important;
}
    .category---image {
    height: auto !important;
}
    .category---image img {
    min-height: auto !important;
}
}









@media (min-width: 667px) and (max-width: 731px){
  .podcasts--search--here form.opened input[type="search"] {
    right: -104px !important;
}
    .latest_news_section--holder {
    padding-top: 15px !important;
}
.home .news--section--cat .news--blog--post--sections .news--contents {
    display: flex !important;
}
.home .news--section--cat .news--blog--post--sections .news--contents .news--box--content {
    padding: 15px !important;
}
.page-podcasts .news--contents .news--box--content {
    padding: 15px !important;
}
.page-podcasts .news--contents {
    flex-wrap: wrap !important;
    display: flex !important;
}
    body .is-sticky header#masthead {
    top: 62px !important;
}
    .news--contents .news--box--content .news_section--blog--image {
    min-height: 355px !important;
}
    .news--contents {
            display: block;
    }
        .news--contents .news--box--content {
            padding: 9px 0px !important;
            width: 100% !important;
    }
    .newsletter--box .col-md-6.col-xs-12.left h1 {
    font-size: 36px !important;
}
    .discover--all--post .owl-nav button.owl-next span::before {
    left: 0px !important;
}
    .discover--all--post .owl-nav button.owl-prev span::before {
    left: -30px !important;
}
    .featured--products .head--news h1 {
    width: 50% !important;
    font-size: 26px !important;
}
    .home--category--blog .head--news h1 {
    width: 50% !important;
    font-size: 26px !important;
}
    .home--category--blog .head--news a {
    font-size: 16px !important;
}
    .category_post_section--holder .category_post_section--sections--right .category_post_section--blog--image {
    min-height: 100px !important; 
}
    .category_post_section--holder .category_post_section--sections--right .latest_news--box--content {
    min-height: 122px !important;
}
    .discover--all--section--here {
    margin-bottom: 25px !important;
}
    .footer--container.main--footer {
    margin-top: 25px !important;
}
    .news--contents {
    flex-wrap: wrap !important;
}
    .news--contents .news--box--content {
    width: 50% !important;
}
    .news--contents .news--box--content:first-child {
            padding-left: 15px !important;
    }
    .news--contents .news--box--content:last-child {
            padding-right: 15px !important;
    }
.discover--all--post .discover--all---image {
    height: 215px !important;
}
    .discover--all--post .discover--all---image img {
    transform: scale(1.2) !important;
    min-height: 215px !important;
}
    body .footer--container.main--footer section.footer-widgets.text-left .row {
    display: flex !important;
}
    
    
        .the_advisory_board--section--main ul.list-inline li.list-inline-item {
    width: 47% !important;
}
    .podcasts--about--us--page .top--section h1 {
    font-size: 50px !important;
}
    .podcasts--about--us--page .top--section {
    padding: 80px 0px 80px !important;
}
    .category---image {
    height: auto !important;
}
    .category---image img {
    min-height: auto !important;
}
}






@media (min-width: 640px) and (max-width: 666px){
  .podcasts--search--here form.opened input[type="search"] {
    right: -104px !important;
}
    .discover--all--post .discover--all---image img {
    transform: scale(1.1);
}
    .latest_news_section--holder {
    padding-top: 15px !important;
}
    body .is-sticky header#masthead {
    top: 62px !important;
}
    .news--contents .news--box--content .news_section--blog--image {
    min-height: 355px !important;
}
    .news--contents {
            display: block;
    }
        .news--contents .news--box--content {
            padding: 9px 0px !important;
            width: 100% !important;
    }
    .newsletter--box .col-md-6.col-xs-12.left h1 {
    font-size: 36px !important;
}
    .discover--all--post .owl-nav button.owl-next span::before {
    left: 0px !important;
}
    .discover--all--post .owl-nav button.owl-prev span::before {
    left: -30px !important;
}
    .featured--products .head--news h1 {
    width: 50% !important;
    font-size: 26px !important;
}
    .home--category--blog .head--news h1 {
    width: 50% !important;
    font-size: 26px !important;
}
    .home--category--blog .head--news a {
    font-size: 16px !important;
}
    .category_post_section--holder .category_post_section--sections--right .category_post_section--blog--image {
    min-height: 100px !important; 
}
    .category_post_section--holder .category_post_section--sections--right .latest_news--box--content {
    min-height: 122px !important;
}
    .discover--all--section--here {
    margin-bottom: 25px !important;
}
    .footer--container.main--footer {
    margin-top: 25px !important;
}
    
        .the_advisory_board--section--main ul.list-inline li.list-inline-item {
    width: 47% !important;
}
    .podcasts--about--us--page .top--section h1 {
    font-size: 50px !important;
}
    .podcasts--about--us--page .top--section {
    padding: 80px 0px 80px !important;
}
    .category---image {
    height: auto !important;
}
    .category---image img {
    min-height: auto !important;
}
   
}







@media (min-width: 600px) and (max-width: 639px){
  .podcasts--search--here form.opened input[type="search"] {
    right: -104px !important;
}
    .discover--all--post .discover--all---image img {
    transform: scale(1.1);
}
    .latest_news_section--holder {
    padding-top: 15px !important;
}
    body .is-sticky header#masthead {
    top: 62px !important;
}
    .news--contents .news--box--content .news_section--blog--image {
    min-height: 355px !important;
}
    .news--contents {
            display: block;
    }
        .news--contents .news--box--content {
            padding: 9px 0px !important;
            width: 100% !important;
    }
    .newsletter--box .col-md-6.col-xs-12.left h1 {
    font-size: 36px !important;
}
    .discover--all--post .owl-nav button.owl-next span::before {
    left: 0px !important;
}
    .discover--all--post .owl-nav button.owl-prev span::before {
    left: -30px !important;
}
    .featured--products .head--news h1 {
    width: 50% !important;
    font-size: 26px !important;
}
    .home--category--blog .head--news h1 {
    width: 50% !important;
    font-size: 26px !important;
}
    .home--category--blog .head--news a {
    font-size: 16px !important;
}
    .category_post_section--holder .category_post_section--sections--right .category_post_section--blog--image {
    min-height: 100px !important; 
}
    .category_post_section--holder .category_post_section--sections--right .latest_news--box--content {
    min-height: 122px !important;
}
    .discover--all--section--here {
    margin-bottom: 25px !important;
}
    .footer--container.main--footer {
    margin-top: 25px !important;
}
    .footer--site-info ul.list-inline li.list-inline-item {
    font-size: 14px !important;
}   
    
        .the_advisory_board--section--main ul.list-inline li.list-inline-item {
    width: 47% !important;
}
    .podcasts--about--us--page .top--section h1 {
    font-size: 38px !important;
}
    .podcasts--about--us--page .top--section {
    padding: 80px 0px 80px !important;
}
    .category---image {
    height: auto !important;
}
    .category---image img {
    min-height: auto !important;
}
}








@media (min-width: 568px) and (max-width: 599px){
 .podcasts--search--here form.opened input[type="search"] {
    right: -104px !important;
}
    .latest_news_section--holder {
    padding-top: 15px !important;
}
    body .is-sticky header#masthead {
    top: 62px !important;
}
    .discover--all--post .discover--all---image {
            height: auto !important;
    }
    .news--contents .news--box--content .news_section--blog--image {
    min-height: 355px !important;
}
    .news--contents {
            display: block;
    }
        .news--contents .news--box--content {
            padding: 9px 0px !important;
            width: 100% !important;
    }
    .newsletter--box .col-md-6.col-xs-12.left h1 {
    font-size: 36px !important;
}
    .discover--all--post .owl-nav button.owl-next span::before {
    left: 0px !important;
}
    .discover--all--post .owl-nav button.owl-prev span::before {
    left: -30px !important;
}
    .featured--products .head--news h1 {
    width: 50% !important;
    font-size: 26px !important;
}
    .home--category--blog .head--news h1 {
    width: 50% !important;
    font-size: 26px !important;
}
    .home--category--blog .head--news a {
    font-size: 16px !important;
}
    .category_post_section--holder .category_post_section--sections--right .category_post_section--blog--image {
    min-height: 100px !important; 
}
    .category_post_section--holder .category_post_section--sections--right .latest_news--box--content {
    min-height: 122px !important;
}
    .discover--all--section--here {
    margin-bottom: 25px !important;
}
    .footer--container.main--footer {
    margin-top: 25px !important;
}
    .footer--site-info ul.list-inline li.list-inline-item {
    font-size: 14px !important;
}   
    
    
        .the_advisory_board--section--main ul.list-inline li.list-inline-item {
    width: 47% !important;
}
    .podcasts--about--us--page .top--section h1 {
    font-size: 38px !important;
}
    .podcasts--about--us--page .top--section {
    padding: 80px 0px 80px !important;
}
    .category---image {
    height: auto !important;
}
    .category---image img {
    min-height: auto !important;
}
}








@media (min-width: 533px) and (max-width: 567px){
.podcasts--search--here form.opened input[type="search"] {
    right: -104px !important;
}
    .discover--all--post .discover--all---image {
            height: auto !important;
    }
    .news--contents .news--box--content .news_section--blog--image {
    min-height: 355px !important;
}
    .news--contents {
            display: block;
    }
        .news--contents .news--box--content {
            padding: 9px 0px !important;
            width: 100% !important;
    }
    .category_post_section--holder .category_post_section--sections--left .category_post_section--blog--image {
    min-height: 300px !important;
}
    .newsletter--box .col-md-6.col-xs-12.left h1 {
    font-size: 36px !important;
}
    .discover--all--post .owl-nav button.owl-next span::before {
    left: 0px !important;
}
    .discover--all--post .owl-nav button.owl-prev span::before {
    left: -30px !important;
}
    .featured--products .head--news h1 {
    width: 50% !important;
    font-size: 22px !important;
}
    .home--category--blog .head--news h1 {
    width: 50% !important;
    font-size: 22px !important;
}
    .home--category--blog .head--news a {
    font-size: 16px !important;
}
    .category_post_section--holder .category_post_section--sections--right .category_post_section--blog--image {
    min-height: 100px !important; 
}
    .category_post_section--holder .category_post_section--sections--right .latest_news--box--content {
    min-height: 122px !important;
}
    .discover--all--section--here {
    margin-bottom: 25px !important;
}
    .footer--container.main--footer {
    margin-top: 25px !important;
}
    .footer--site-info ul.list-inline li.list-inline-item {
    font-size: 14px !important;
}
    
        .the_advisory_board--section--main ul.list-inline li.list-inline-item {
    width: 47% !important;
}
    .podcasts--about--us--page .top--section h1 {
    font-size: 38px !important;
}
    .podcasts--about--us--page .top--section {
    padding: 80px 0px 80px !important;
}
    .category---image {
    height: auto !important;
}
    .category---image img {
    min-height: auto !important;
}
}






@media (min-width: 480px) and (max-width: 532px){
.podcasts--search--here form.opened input[type="search"] {
    right: -104px !important;
}
        .discover--all--post .discover--all---image {
            height: auto !important;
    }
    .news--contents {
            display: block;
    }
        .news--contents .news--box--content {
            padding: 9px 0px !important;
            width: 100% !important;
    }
    .category_post_section--holder .category_post_section--sections--left .category_post_section--blog--image {
    min-height: 300px !important;
}
    .newsletter--box .col-md-6.col-xs-12.left h1 {
    font-size: 36px !important;
}
    .discover--all--post .owl-nav button.owl-next span::before {
    left: 0px !important;
}
    .discover--all--post .owl-nav button.owl-prev span::before {
    left: -30px !important;
}
    .featured--products .head--news h1 {
    width: 50% !important;
    font-size: 22px !important;
}
    .home--category--blog .head--news h1 {
    width: 50% !important;
    font-size: 22px !important;
}
    .home--category--blog .head--news a {
    font-size: 16px !important;
}
    .category_post_section--holder .category_post_section--sections--right .category_post_section--blog--image {
    min-height: 100px !important; 
}
    .category_post_section--holder .category_post_section--sections--right .latest_news--box--content {
    min-height: 122px !important;
}
    .discover--all--section--here {
    margin-bottom: 25px !important;
}
    .footer--container.main--footer {
    margin-top: 25px !important;
}
    .footer--site-info ul.list-inline li.list-inline-item {
    font-size: 14px !important;
}
    
    .the_advisory_board--section--main ul.list-inline li.list-inline-item {
    width: 47% !important;
}
    .podcasts--about--us--page .top--section h1 {
    font-size: 38px !important;
}
    .podcasts--about--us--page .top--section {
    padding: 80px 0px 80px !important;
}
    .category---image {
    height: auto !important;
}
    .category---image img {
    min-height: auto !important;
}
}





@media (min-width: 414px) and (max-width: 479px){
.podcasts--search--here form.opened input[type="search"] {
    right: -104px !important;
}
        .discover--all--post .discover--all---image {
            height: auto !important;
    }
    .news--contents {
            display: block;
    }
        .news--contents .news--box--content {
            padding: 9px 0px !important;
            width: 100% !important;
    }
    .category_post_section--holder .category_post_section--sections--left .category_post_section--blog--image {
    min-height: 200px !important;
}
    .newsletter--box .col-md-6.col-xs-12.left h1 {
    font-size: 36px !important;
}
    .discover--all--post .owl-nav button.owl-next span::before {
    left: 0px !important;
}
    .discover--all--post .owl-nav button.owl-prev span::before {
    left: -30px !important;
}
    .featured--products .head--news h1 {
    width: 50% !important;
    font-size: 22px !important;
}
    .home--category--blog .head--news h1 {
    width: 50% !important;
    font-size: 22px !important;
}
    .home--category--blog .head--news a {
    font-size: 16px !important;
}
    .category_post_section--holder .category_post_section--sections--right .category_post_section--blog--image {
    min-height: 100px !important; 
}
    .category_post_section--holder .category_post_section--sections--right .latest_news--box--content {
    min-height: 122px !important;
}
    .discover--all--section--here {
    margin-bottom: 25px !important;
}
    .footer--container.main--footer {
    margin-top: 25px !important;
}
    .footer--site-info ul.list-inline li.list-inline-item {
    font-size: 14px !important;
}
    
    .the_advisory_board--section--main ul.list-inline li.list-inline-item {
    width: 100% !important;
}
    .podcasts--about--us--page .top--section h1 {
    font-size: 38px !important;
}
    .podcasts--about--us--page .top--section {
    padding: 80px 0px 80px !important;
}
    .category---image {
    height: auto !important;
}
}








@media (min-width: 412px) and (max-width: 413px){
.podcasts--search--here form.opened input[type="search"] {
    right: -104px !important;
}
        .discover--all--post .discover--all---image {
            height: auto !important;
    }
    .news--contents {
            display: block;
    }
        .news--contents .news--box--content {
            padding: 9px 0px !important;
            width: 100% !important;
    }
    .category_post_section--holder .category_post_section--sections--left .category_post_section--blog--image {
    min-height: 200px !important;
}
    .newsletter--box .col-md-6.col-xs-12.left h1 {
    font-size: 36px !important;
}
    .discover--all--post .owl-nav button.owl-next span::before {
    left: 0px !important;
}
    .discover--all--post .owl-nav button.owl-prev span::before {
    left: -30px !important;
}
    .featured--products .head--news h1 {
    width: 50% !important;
    font-size: 22px !important;
}
    .home--category--blog .head--news h1 {
    width: 50% !important;
    font-size: 22px !important;
}
    .home--category--blog .head--news a {
    font-size: 16px !important;
}
    .category_post_section--holder .category_post_section--sections--right .category_post_section--blog--image {
    min-height: 100px !important; 
}
    .category_post_section--holder .category_post_section--sections--right .latest_news--box--content {
    min-height: 122px !important;
}
    .discover--all--section--here {
    margin-bottom: 25px !important;
}
    .footer--container.main--footer {
    margin-top: 25px !important;
}
    .footer--site-info ul.list-inline li.list-inline-item {
    font-size: 14px !important;
}
                .the_advisory_board--section--main ul.list-inline li.list-inline-item {
    width: 100% !important;
}
    .podcasts--about--us--page .top--section h1 {
    font-size: 38px !important;
}
    .podcasts--about--us--page .top--section {
    padding: 80px 0px 80px !important;
}
    .category---image {
    height: auto !important;
}
}







@media (min-width: 384px) and (max-width: 411px){
.podcasts--search--here form.opened input[type="search"] {
    right: -104px !important;
}
        .discover--all--post .discover--all---image {
            height: auto !important;
    }
    .news--contents {
            display: block;
    }
        .news--contents .news--box--content {
            padding: 9px 0px !important;
            width: 100% !important;
    }
    .category_post_section--holder .category_post_section--sections--left .category_post_section--blog--image {
    min-height: 200px !important;
}
    .newsletter--box .col-md-6.col-xs-12.left h1 {
    font-size: 36px !important;
}
    .discover--all--post .owl-nav button.owl-next span::before {
    left: 0px !important;
}
    .discover--all--post .owl-nav button.owl-prev span::before {
    left: -30px !important;
}
    .featured--products .head--news h1 {
    width: 50% !important;
    font-size: 18px !important;
}
    .home--category--blog .head--news h1 {
    width: 50% !important;
    font-size: 18px !important;
}
    .home--category--blog .head--news a {
    font-size: 16px !important;
}
    .category_post_section--holder .category_post_section--sections--right .category_post_section--blog--image {
    min-height: 100px !important; 
}
    .category_post_section--holder .category_post_section--sections--right .latest_news--box--content {
    min-height: 122px !important;
}
    .discover--all--section--here {
    margin-bottom: 25px !important;
}
    .footer--container.main--footer {
    margin-top: 25px !important;
}
    .footer--site-info ul.list-inline li.list-inline-item {
    font-size: 12px !important;
}
    
                .the_advisory_board--section--main ul.list-inline li.list-inline-item {
    width: 100% !important;
}
    .podcasts--about--us--page .top--section h1 {
    font-size: 32px !important;
}
    .podcasts--about--us--page .top--section {
    padding: 80px 0px 80px !important;
}
    .category---image {
    height: auto !important;
}
}







@media (min-width: 375px) and (max-width: 383px){
.podcasts--search--here form.opened input[type="search"] {
    right: -104px !important;
}
        .discover--all--post .discover--all---image {
            height: auto !important;
    }
    .top--section--bottom--info li.list-inline-item {
    font-size: 12px !important;
}
    .news--contents {
            display: block;
    }
        .news--contents .news--box--content {
            padding: 9px 0px !important;
            width: 100% !important;
    }
    .category_post_section--holder .category_post_section--sections--left .category_post_section--blog--image {
    min-height: 200px !important;
}
    .newsletter--box .col-md-6.col-xs-12.left h1 {
    font-size: 36px !important;
}
    .discover--all--post .owl-nav button.owl-next span::before {
    left: 0px !important;
}
    .discover--all--post .owl-nav button.owl-prev span::before {
    left: -30px !important;
}
    .featured--products .head--news h1 {
    width: 50% !important;
    font-size: 18px !important;
}
    .home--category--blog .head--news h1 {
    width: 50% !important;
    font-size: 18px !important;
}
    .home--category--blog .head--news a {
    font-size: 16px !important;
}
    .category_post_section--holder .category_post_section--sections--right .category_post_section--blog--image {
    min-height: 100px !important; 
}
    .category_post_section--holder .category_post_section--sections--right .latest_news--box--content {
    min-height: 122px !important;
}
    .discover--all--section--here {
    margin-bottom: 25px !important;
}
    .footer--container.main--footer {
    margin-top: 25px !important;
}
    .footer--site-info ul.list-inline li.list-inline-item {
    font-size: 12px !important;
}
            .the_advisory_board--section--main ul.list-inline li.list-inline-item {
    width: 100% !important;
}
    .podcasts--about--us--page .top--section h1 {
    font-size: 32px !important;
}
    .podcasts--about--us--page .top--section {
    padding: 80px 0px 80px !important;
}
    .category---image {
    height: auto !important;
}
}






@media (min-width: 360px) and (max-width: 374px){
.podcasts--search--here form.opened input[type="search"] {
    right: -104px !important;
}
        .discover--all--post .discover--all---image {
            height: auto !important;
    }
    .top--section--bottom--info li.list-inline-item {
    font-size: 12px !important;
}
    .news--contents {
            display: block;
    }
        .news--contents .news--box--content {
            padding: 9px 0px !important;
            width: 100% !important;
    }
    .category_post_section--holder .category_post_section--sections--left .category_post_section--blog--image {
    min-height: 200px !important;
}
    .newsletter--box .col-md-6.col-xs-12.left h1 {
    font-size: 36px !important;
}
    .discover--all--post .owl-nav button.owl-next span::before {
    left: 0px !important;
}
    .discover--all--post .owl-nav button.owl-prev span::before {
    left: -30px !important;
}
    .podcasts--search--here form.opened input[type="search"] {
    width: 280px !important;
}
    .featured--products .head--news h1 {
    width: 50% !important;
    font-size: 18px !important;
}
    .home--category--blog .head--news h1 {
    width: 50% !important;
    font-size: 18px !important;
}
    .home--category--blog .head--news a {
    font-size: 16px !important;
}
    .category_post_section--holder .category_post_section--sections--right .category_post_section--blog--image {
    min-height: 100px !important; 
}
    .category_post_section--holder .category_post_section--sections--right .latest_news--box--content {
    min-height: 122px !important;
}
    .discover--all--section--here {
    margin-bottom: 25px !important;
}
    .footer--container.main--footer {
    margin-top: 25px !important;
}
    .footer--site-info ul.list-inline li.list-inline-item {
    font-size: 12px !important;
}
    
    
        .the_advisory_board--section--main ul.list-inline li.list-inline-item {
    width: 100% !important;
}
    .podcasts--about--us--page .top--section h1 {
    font-size: 32px !important;
}
    .podcasts--about--us--page .top--section {
    padding: 80px 0px 80px !important;
}
        .category---image {
    height: auto !important;
}
}







@media (min-width: 320px) and (max-width: 359px){
.podcasts--search--here form.opened input[type="search"] {
    right: -104px !important;
}
    .podcasts--about--us--page .top--section {
    padding: 80px 0px 80px !important;
}
        .category---image {
    height: auto !important;
}
    .the_advisory_board--section--main ul.list-inline li.list-inline-item {
    width: 100% !important;
}
        .podcasts--about--us--page .top--section h1 {
    font-size: 32px !important;
}
        .discover--all--post .discover--all---image {
            height: auto !important;
    }
    .top--section--bottom--info li.list-inline-item {
    font-size: 12px !important;
}
    .news--contents {
            display: block;
    }
        .news--contents .news--box--content {
            padding: 9px 0px !important;
            width: 100% !important;
    }
    .category_post_section--holder .category_post_section--sections--left .category_post_section--blog--image {
    min-height: 200px !important;
}
    .newsletter--box .col-md-6.col-xs-12.left h1 {
    font-size: 36px !important;
}
    .discover--all--post .owl-nav button.owl-next span::before {
    left: 0px !important;
}
    .discover--all--post .owl-nav button.owl-prev span::before {
    left: -30px !important;
}
    .podcasts--search--here form.opened input[type="search"] {
    width: 280px !important;
}
    .featured--products .head--news h1 {
    width: 50% !important;
    font-size: 18px !important;
}
    .home--category--blog .head--news h1 {
    width: 50% !important;
    font-size: 18px !important;
}
    .home--category--blog .head--news a {
    font-size: 16px !important;
}
    .category_post_section--holder .category_post_section--sections--right .category_post_section--blog--image {
    min-height: 100px !important; 
}
    .category_post_section--holder .category_post_section--sections--right .latest_news--box--content {
    min-height: 122px !important;
}
    .discover--all--section--here {
    margin-bottom: 25px !important;
}
    .footer--container.main--footer {
    margin-top: 25px !important;
}
    .footer--site-info ul.list-inline li.list-inline-item {
    font-size: 12px !important;
}
}






@media(max-width: 991px) {
    nav#site-navigation .site-branding-text {
    position: relative !important;
    top: 0px !important;
    left: auto !important;
}
    .custom-logo-link {
    position: relative !important;
    top: 0 !important;
}
    ul.list-inline.top--address {
    padding-right: 0px !important;
}
    .top--section--bottom--info .widget_block {
    display: block !important;
}
    nav#site-navigation .site-branding-text {
    display: none !important;
}
    .podcasts--search--here {
    position: absolute;
    top: 6px;
    right: 104px;
}
    header#masthead::before {
        display: none;
    }
    header#masthead {
    background: #011b47 !important;
}
    .podcasts--search--here #search-btn {
    background: #011b47 !important;
}
    .latest_news_section--holder {
    display: block !important;
}
    .latest_news_section--holder .latest_news--blog--post--sections--left {
    width: 100% !important;
    padding: 0px !important;
}
    .latest_news_section--holder .latest_news--blog--post--sections--left .latest_news_section--blog--image img {
    min-height: auto !important;
}
    .latest_news_section--holder .latest_news--blog--post--sections--left .latest_news_section--blog--image {
    height: auto !important;
    min-height: auto !important;
}
    .newsletter--box {
    padding: 30px 15px !important;
}
    div#content {
    overflow-x: hidden;
}
    li.list-inline-item.address--in {
            margin-right: 0px !important;
    }
    ul.list-inline.top--address {
            text-align: center !important;
    }
    .top--section--bottom--info ul.list-inline {
    text-align: center !important;
}
    
button.navbar-toggler {
    background: #b80000;
}
    .latest_news_section--holder .latest_news--blog--post--sections--right {
    width: 100% !important;
    padding: 15px 0px !important;
}
    .wp-block-columns.ad--image--here {
    padding: 15px 0px 15px !important;
}
    .home--category--blog .col-md-6.col-sm-12.col-xs-12:first-child {
    border-right: 0px solid #ffffff !important;
}
    .home--category--blog .col-md-6.col-sm-12.col-xs-12:last-child {
    border-left: 0px solid #ffffff !important;
}
    .footer--container.main--footer section.footer-widgets.text-left .row {
    display: block !important;
}
    .footer--container.main--footer .col {
    background: transparent !important;
    margin: 0px 0px !important;
    justify-content: flex-start !important; 
}
    header#masthead {
    padding: 0px 0px 15px;
}
    .is-sticky header#masthead {
    top: 86px !important;
}
    ul#primary-menu li a.nav-link {
    padding: 9px 0px !important;
    text-align: right !important;
}
.banner--about--us {
    top: 0px !important;
    margin-bottom: 40px !important;
    margin-top: 40px !important;
}
    .the_advisory_board--section--main ul.list-inline {
    flex-wrap: wrap !important;
}
}

@media(max-width: 1365px) {
    .category---image img {
    min-height: auto !important;
}
    .category---image {
    height: auto !important;
}
}
.page-podcasts .news--contents {
    flex-wrap: wrap;
}
.sidebar--all---image img {
    max-width: 150px;
}
.sidebar--all---image {
    position: relative;
}
.sidebar--all---image i.fa.fa-podcast {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
}
.sidebar--all--slider .discover--all--slider--title a {
    color: #011b47 !important;
}
.sidebar--all--slider .media {
    align-items: center;
    margin-bottom: 15px;
}
.sidebar--all--slider .media .sidebar--all---image {
    margin-right: 15px;
}
.sidebar--all--slider h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #011b47;
    border-bottom: 5px solid #ededed;
    padding-bottom: 10px;
}
.sidebar--all--slider .media .sidebar--all---image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
}
aside#secondary {
    background: #f7f7f7;
    border: 1px solid #eee;
}
article.card {
    background: #f7f7f7 !important;
    border: 1px solid #eee !important;
}
.single-podcast .discover--all--slider--title a {
    color: #011b47 !important;
}
.blog .entry-summary a.btn.btn-primary.btn-sm {
    background: #b80000;
    border: 0;
}
.blog .nav-previous a.btn.btn-outline-primary.mb-4 {
    background: #b80000;
    border: 0;
    color: #fff;
    box-shadow: none !important;
    outline: none !important;
}
.blog div#wp-bp-posts-slider {
    display: none;
}

.blog main#main {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2.5rem;
}
.blog main#main article.card .card-body h2.entry-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 24px;
    font-weight: 700;
}
.blog main#main article.card {
    width: 100%;
    margin: 0px 0px 30px;
}
.blog main#main article.card .card-body {
    padding: 15px;
}
.search-results article.card .card-body .post-thumbnail img {
    max-width: 185px;
}
.blog main#main article.card .card-body h2.entry-title a.text-dark {
    color: #011b47 !important;
}
.search .col-md-4.wp-bp-sidebar-width .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
}
.col-md-4.wp-bp-sidebar-width .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
}
.single-post article.card .card-body {
    padding: 15px;
}
.col-md-4.wp-bp-sidebar-width .col-md-4 .sidebar-1-area .widget {
    padding: 15px;
}
.col-md-4.wp-bp-sidebar-width .col-md-4 .sidebar-1-area .widget p {
    margin: 0px;
}
.blog aside#secondary .widget {
    padding: 15px;
}
@media(min-width: 992px) {
    .search aside#secondary {
        margin-top: 7.1rem;
    }
    .search.search-no-results aside#secondary {
        margin-top: 3rem;
    }
    .blog aside#secondary {
        margin-top: 6.4rem;
    }
}
@media(max-width: 991px) {
    .search div#content .col-md-8.wp-bp-content-width {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .search div#content .col-md-4.wp-bp-sidebar-width {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .blog .col-md-8.wp-bp-content-width {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .blog .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

}

