@font-face {
    font-family: 'AvenirNextLTPro-Bold';
    src: url('fonts/AvenirNextLTPro-Bold.eot');
    src: local('☺'), url('fonts/AvenirNextLTPro-Bold.woff') format('woff'), url('fonts/AvenirNextLTPro-Bold.ttf') format('truetype'), url('fonts/AvenirNextLTPro-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color:#000;
    opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color:#000;
    opacity: 1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
    color:#000;
    opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color:#000;
    opacity: 1;
}
textarea {
    resize: none;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
body {
    font: 16px/26px Helvetica, Helvetica Neue, Arial;
    background-color: #EEF3FA;
    -webkit-perspective: 1000px; 
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'AvenirNextLTPro-Bold';
}
p,a,span {
    font-family: Arial;
    font-size: 1em;
    margin: 0;
}
a {
    text-decoration: none;
    color: #000;
}
a:hover {
    color: #e31e25;
    text-decoration: none;
}
.wrapper {
    max-width: 1270px;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
}
header {
    position: relative;
    padding-bottom: 0;
    min-height: 185px;
    z-index: 999999999;
}
.header-info__links {
    padding: 4px 0;
    position: absolute;
    text-align: center;
    width: 400px;
    height: 36px;
    top: 0;
    right: 40px;
    background-color: none;
    background-image: url(../img/header-infobcg.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}
.header-info__links a {
    color: #fff;
}
.header-info__links span:first-child {
    margin-right: 16px;
}
.header-info__links span:last-child {
    display: inline-block;
}
.headerlinks {
    width: 200px;
}
.header-info__search {
    padding: 4px 0;
    position: absolute;
    top: 53px;
    right: 70px;
    text-align: center;
}
.search {
    position: relative;
    display: inline-block;
    padding-left: 8px;
    width: 220px;
    border: 1px solid #ccc;
    height: 30px;
    background-color: #fff;
    border-radius: 16px;
    text-align: left;
}
.search input[type="text"] {
    border: none;
    outline: none;
    -webkit-appearance: none;
    font-size: 0.9em;
    margin-top: -1px;
    width: 160px;
    vertical-align: middle;
    line-height: 10px;
    margin-left: 8px;
    font-weight: bold;
    color: #000;
}
.search-submit {
    position: absolute;
    right: 6px;
    top: 7px;
    width: 18px;
    height: 18px;
    margin-top: 0;
    margin-right: 8px;
    border: none;
    background: url(../img/search.png) no-repeat 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
}
.logo {
    display: inline-block;
    vertical-align: bottom;
    padding-top: 62px;
    width: auto;
    max-width: 344px;
    text-align: center;
    margin-bottom: 0;
    margin-left: 0;
}
.logo a p:first-child {
    position: relative;
    height: 84px;
}
.logo-image {
    width: 40px;
    margin-top: -30px;


    -webkit-transition: all .8s ease-in;
   -moz-transition: all .8s ease-in;
    -ms-transition: all .8s ease-in;
     -o-transition: all .8s ease-in;
        transition: all .8s ease-in;
}
.logo a p:last-child {
    display: block;
}



.fullSize {
    width: 240px;
}







.navigation {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    width: 70%;
    float: right;
    margin-top: 102px;
    border-top: 1px solid #ccc;
    padding-right: 20px;
    text-align: right;
    background-color: #fff;
    z-index: 999999;
}
.navigation ul {
    margin: 0;
    padding: 0;
}
.navigation ul li {
    display: inline-block;
    list-style-type: none;
}
.navigation ul li a {
    text-transform: uppercase;
    padding: 10px 18px;
    background-color: none;
    font-size: 0.9em;
    font-family: 'AvenirNextLTPro-Bold';
}
.navigation ul li a:hover {
    background-color: #e31e25;
    color: #fff;
}
.current-menu-item a {
    background-color: #e31e25;
    color: #fff;
}
#nav .sub-menu .current-menu-item a {
    background-color: #e31e25;
    color: #fff;
}
.main_mnu_button {
    display: none;
    position: absolute;
    top: 120px;
    right: 70px;
    background: none;
    border:none;
    color: #e31e25;
    font-size: 40px;
}
#nav .sub-menu {
    padding: 6px 0;
    position: absolute;
    top: -999em;
    height: auto;
    width: 180px;
    font-weight: normal;
    line-height: 20px;
    z-index: 999999999;
    list-style: none;
    margin: 0; 
    background-color: #fff;
    text-align: left;
}
#nav .sub-menu li a {
    padding: 10px 6px!important;
    display: block;
    color: #000;
    border: none;
    font-size: 14px;
    background-image: none!important;
    z-index: 999999999;
}
#nav .sub-menu .current_page_item a {
    color: #fff;
}
#nav .sub-menu li {
    display: block;
    text-align: left;
    padding: 0 6px;
    z-index: 999999999;
}
#nav .sub-menu li a:hover { 
    background-color: #e31e25!important;
    color: #fff;
    text-decoration: none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul { 
    top: auto;
}
#nav li.current_page_item a:focus { 
    text-decoration: none;
}
#menu-item-55 {
    position: relative;
}
#menu-item-55:after {
    display: block;
    position: absolute;
    content:url('../img/arrow_menu.png');
    right: 2px;
    bottom: 10px;
}
#menu-item-56 {
    position: relative;
}
#menu-item-56:after {
    display: block;
    position: absolute;
    content:url('../img/arrow_menu.png');
    right: 2px;
    bottom: 10px;
}
.main-content {
    margin-top: -35px;
    margin-bottom: -28px;
}
.content-blog {
    margin-top: -35px;
    margin-bottom: -28px;
    padding-bottom: 20px;
}
.top-title {
    padding: 50px 0;
    width: auto;
    height: auto;
    min-height: 150px;
    background-image: url(../img/asset1.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    text-align: center;
}
.top-title h1 {
    text-transform: uppercase;
    color: #e31e25;
    margin: 0;
}
.top-title h3 {
    color: #999999;
    margin: 0;
    font-size: 1.1em; 
}
.shadow {
    display: block;
}
.shadow img {
    width: 98%;
    display: block;
    margin: 0 auto;
}
.description {
    min-height: 600px;
    padding: 40px 40px 20px;
    text-align: left;
}
.description h5 {
    margin: 0;
    color: #e31e25;
    font-size: 1.1em;
}
.descr-book {
    width: 100%;
    max-width: 342px
}
.descr-face {
    width: 100%;
    max-width: 220px;
}
.descr-photos {
    float: left;
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 120px;
}
.description-content__inner {
    margin-top: 40px;
    overflow: hidden;
}
.inner-soc {
    margin: 20px 0;
}
.logosss img {
    width: auto;
    vertical-align: middle;
    margin: 20px 40px 10px 0;
}
.promo_video {
    margin: 60px 20px 40px;
    padding-top: 120px;
    height: auto;
    min-height: 450px;
    background-image: url(../img/asset4.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    text-align: center;
}
.promo_video h1 {
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
    font-size: 3.1em;
}
.promo_video h3 {
    color: #ffffff;
    margin: 0;
}
.promo_video a img {
    width: 80px;
    margin: 50px;
}
.general_info {
    background-color: #e31e25;
    padding: 40px 0;
}
.general_info__center {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 28%;
    text-align: center;
    margin-bottom: 0;
    border-top: none;
    border-bottom: none;
    padding-top: 0;
    padding-bottom: 0;
}
.general_info__left,
.general_info__right {
    display: inline-block;
    vertical-align: top;
    width: 34%;
    text-align: center;
    margin-bottom: 0;
    overflow: auto;
}
.general_info__center:before {
    display: block;
    content:url('../img/spacer1.png');
    position:absolute;
    z-index:100000;
    left:0px;
    top:3%;
}
.general_info__center:after {
    display: block;
    content:url('../img/spacer1.png');
    position:absolute;
    z-index:100000;
    right:-14px;
    top:3%;
}
.general_info h5 {
    margin-bottom: 40px;
    position: relative;
    background-color: #fff;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 8px;
    color: #e31e25;
    font-size: 1.1em;
    -webkit-box-shadow: 0px 22px 9px -16px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 22px 9px -16px rgba(0,0,0,0.75);
    box-shadow: 0px 22px 9px -16px rgba(0,0,0,0.75);
}
.general_info p {
    color: #fff;
    font-size: 0.8em;
    line-height: 20px;
}
.inn-button {
    margin: 40px 0;
    color: #000;
    padding: 8px 10px;
    border-radius: 12px;
    background-color: #fff;
    line-height: 80px;
}
.inn-button:hover {
    margin: 40px 0;
    color: #000;
    padding: 8px 10px;
    border-radius: 12px;
    background-color: #ccc;
}
.inn-button img {
    width: 24px;
}
.spacer-hor {
    margin: 20px;
    display: block;
    width: 100%;
    min-width: 265px;
    margin-left: auto;
    margin-right: auto;
}
.general_info__center p a {
    text-decoration: underline;
    color: #fff;
}
.general_info__right {
    padding-left: 20px;
}
.general_info__right article {
    text-align: left;
    margin-bottom: 10px;
    min-height: 140px;
    width: auto;
    margin-left: 0;
    margin-right: 0;
}
.blog-image {
    float: left;
    margin-right: 20px;
}
.general_info__right article h6 {
    color: #fff;
    margin: 0;
    font-size: 0.9em;
}
.contact-area {
    text-align: center;
}
.contact-area div {
    min-height: 460px;
    display: inline-block;
    vertical-align: top;
    width: 49.8%;
    padding: 60px;
    background-image: -ms-radial-gradient(left center, ellipse farthest-corner, #FFFFFF 0%, #eeeeee 100%);
    background-image: -moz-radial-gradient(left center, ellipse farthest-corner, #FFFFFF 0%, #eeeeee 100%);
    background-image: -o-radial-gradient(left center, ellipse farthest-corner, #FFFFFF 0%, #eeeeee 100%);
    background-image: -webkit-gradient(radial, left center, 0, left center, 530, color-stop(0, #FFFFFF), color-stop(100, #eeeeee));
    background-image: -webkit-radial-gradient(left center, ellipse farthest-corner, #FFFFFF 0%, #eeeeee 100%);
    background-image: radial-gradient(ellipse farthest-corner at left center, #FFFFFF 0%, #eeeeee 100%);
}
.general_info__right {
    margin-left: -4px;
}
.contact-area div p{
    text-align: left;
}
.contact-area div h5 {
    margin-bottom: 40px;
    position: relative;
    background-color: #e31e25;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 8px;
    color: #fff;
    font-size: 1.1em;
    -webkit-box-shadow: 0px 22px 9px -16px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 22px 9px -16px rgba(0,0,0,0.75);
    box-shadow: 0px 22px 9px -16px rgba(0,0,0,0.75);
}
.inn-batton-dark {
    line-height: 20px;
    padding: 8px 30px;
    background-color:#333333;
    color: #fff;
    text-transform: uppercase;
    border-radius: 6px;
}
.inn-batton-dark:hover {
    background-color:#000;
    color: #fff;
}
.contact-area div form {
   width: 100%;
   max-width: 400px;
   margin: 0 auto;
}
.contact-area div form input,
.contact-area div form textarea {
    width: 100%;
    margin-bottom: 4px;
    border-radius: 4px;
    padding: 6px 14px;
    border: solid 2px #ccc;
}
.footer-section {
    margin-top: -34px;
    position: relative;
    z-index: 99999999;
}
.footer-logo {
    text-align: center;
    padding-top: 0;
}
.footer-logo p:first-child {
    margin-bottom: -20px;
    display: block;
}
.footer-row {
    padding: 20px 100px;
    text-align: left;
}
.footer-row div ul {
    margin: 0;
    padding: 0;
}
.footer-row div ul li {
    list-style: none;
}
.footer-row div h4 {
    color: #e31e25;
    margin-top: 50px;
    margin-bottom: 40px;
}
.first_footer {
    display: inline-block;
    vertical-align: top;
    width: 19%;
    margin-bottom: 0;
}
.second_footer {
    display: inline-block;
    vertical-align: top;
    width: 19%;
    margin-bottom: 0;
}
.third_footer {
    display: inline-block;
    vertical-align: top;
    width: 26%;
    margin-bottom: 0;
}
.fourth_footer {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 33%;
    margin-bottom: 0;
    min-height: 350px;
}
.follow-twitter {
    position: absolute;
    top: 46px;
    left: 190px;
}
.wharton-logo {
    position: absolute;
    text-align: center;
    padding: 20px;
    bottom: 20px;
    left: 80px;
}
.footer-fourth-col div {
    max-width: 450px;
    margin-left: 0;
    margin-right: 0;
}
footer {
    padding: 6px 40px;
    background-color: #e31e25;
}
.footer-text {
    display: inline-block;
    vertical-align: top;
    width: 80%;
    text-align: left;
}
.footer-text p {
    color: #fff;
    font-size: 0.7em;
    line-height: 10px;
    margin-bottom: 0;
}
.footer-text a {
    color: #fff;
}
.footer-soc {
    float: right;
    text-align: right;
    display: inline-block;
    vertical-align: top;
    width: 15%;
}
.ls-v5 .ls-nav-prev, .ls-v5 .ls-nav-next {
    width: 70px;
    height: 50px;
    background-color:rgba(227,30,37,0.8);
    z-index: 10000;
    top: 50%;
    margin-top: -25px;
    position: absolute;
}
.slider-capture h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
}
.slider-capture a {
    background-color: #fff;
    border-radius: 16px;
    color: #000;
    padding: 10px 14px;
    font-size: 16px;
}
.slider-capture a img {
    margin-left: 10px;
}
.ls-l {
    top: 200px!important; 
    left: 150px!important; 
    width: 340px!important; 
    height: auto!important; 
    padding: 30px!important; 
}


/*HOME*/


/*header-home-title*/

.header-home-title {
    min-height: 230px;
    background-image: url(../img/asset1.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    text-align: center;
    padding-bottom: 15px;
}
.header-home-title div {
    padding: 0 20px;
    overflow: auto;
}
.header-home-title div article {
    padding: 40px 30px 50px;
    text-align: left;
}
.header-home-title div article:first-child {
    padding: 40px 30px 0px;
    float: left;
}
.header-home-title div article:last-child {
    overflow: hidden;
}
.header-home-title div article h3 {
    font-size: 28px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}
.header-home-title div article h1 {
    font-size: 63px;
    text-transform: uppercase;
    color: #E31E24;
    margin: 0;
    line-height: 60px;
}
.header-home-title div article p {
    font-size: 15px;
    color: #999;
    margin: 0;
    line-height: 24px;
}
.header-home-title a {
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
}
.header-home-title a:hover {
    color: #E31E24;
}
.header-home-title a img {
    margin-right: 12px;
    width: 26px;
    height: 26px;
}

/*home-content*/

.home-content {
    padding-top: 100px;
    margin-top: -40px;
    background-image: url(../img/white-curve.png);
    background-repeat: no-repeat;
    background-position: top center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    padding-bottom: 40px;
}
.home-left-side {
    text-align: center;
    background-color: #E31E24;
    width: 100%;
    max-width: 450px;
    margin-bottom: 0;
}
.home-left-side div h4 {
    position: relative;
    display: inline-block;
    background-color: #fff;
    color: #E31E24;
    padding: 12px 30px;
    border-radius: 10px;
    font-size: 18px;
}
.home-upcoming-guests {
    padding: 0 90px;
}
.home-wrapp-text {
    text-align: left;
}
.home-wrapp-text h5 {
    color: #fff;
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
}
.home-wrapp-text h6 {
    color: #fff;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
}
.wrapp-title {
    display: inline-block;
    margin: 20px 0 10px;
}
.small-shadow-1 {
    margin-top: -10px;
    display: block;
    width: 220px;
}
.small-shadow-2 {
    margin-top: -10px;
    display: block;
    width: 220px;
}
.small-shadow-3 {
    margin-top: -10px;
    display: block;
    width: 260px;
}
.shadow-photos {
    margin-top: -12px;
    width: 260px;
}
.shadow-photos-2 {
    margin-top: -6px;
    width: 140px;
}
.shadow-photos img {
    margin: 0 6px;
    width: 100%;
}
.shadow-photos-2 img {
    margin: 0 6px;
    width: 100%;
}
.wpapp-upcoming-photo {
    display: inline-block;  
    border-radius: 14px;
    overflow: hidden;
}
.wpapp-upcoming-photo img {
    border-radius: 14px;
    width: 100%;
    max-width: 265px;
}
.home-listen-to-podcasts {
    padding: 0 20px;
}
.home-listen-to-podcasts h6{
    text-align: left;
    color: #fff;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
}
.home-listen-to-podcasts a {
    color: #fff;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    text-decoration: underline;
}
.home-host-david__descr {
    padding: 0 30px;
    overflow: auto;
}
.home-host-david__descr > div {
    float: left;
}
.home-david-photo {
    width: 140px;
    border: 3px solid #fff;
    border-radius: 10px;
    margin-right: 16px;
}
.home-host-david__descr h6 {
    text-align: left;
    color: #fff;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
}
.home-description {
    min-height: 600px;
    padding: 0px 20px 0;
    text-align: left;
}
.home-description-content__inner h4 {
    position: relative;
    display: inline-block;
    background-color: #E31E24;
    color: #fff;
    padding: 12px 30px;
    border-radius: 10px;
    font-size: 18px;
}
.small-shadow-4 {
    margin-top: -10px;
    display: block;
    width: 350px;
}
.small-shadow-4 img {
    width: 100%;
}
.home-description-content__inner p {
    margin-top: 30px;
    text-align: left;
    color: #595959;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
}
.small-shadow-5 {
    margin-top: -10px;
    display: block;
    width: 177px;
}
.small-shadow-5 img {
    width: 100%;
}
.home-descr-book {
    width: 100%;
    max-width: 342px
}
.home-descr-photos {
    float: left;
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 30px;
}
.home-logosss img {
    width: auto;
    vertical-align: middle;
    margin: 20px 16px 10px 0;
}
.home-promo_video {
    margin: 60px 20px 0;
    padding-top: 120px;
    height: auto;
    min-height: 450px;
    background-image: url(../img/asset4.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    text-align: center;
}


.home-promo_video-play {
    margin: 60px 20px 0;
    height: 450px;
}

.home-promo_video-play frame {
        height: 450px;
    }











.home-promo_video h1 {
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
    font-size: 3.1em;
}
.home-promo_video h3 {
    color: #ffffff;
    margin: 0;
}
.home-promo_video a {
    cursor: pointer;
}
.home-promo_video a img {
    width: 80px;
    margin: 50px;
}

/*studio-shows*/

.studio-shows {
    padding: 40px 0px;
    background-color: #F5F5F5;
    text-align: center;
    background-image: -ms-linear-gradient(top, #F5F5F5 0%, #ffffff 100%);
    background-image: -moz-linear-gradient(top, #F5F5F5 0%, #ffffff 100%);
    background-image: -o-linear-gradient(top, #F5F5F5 0%, #ffffff 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F5F5F5), color-stop(100, #ffffff));
    background-image: -webkit-linear-gradient(top, #F5F5F5 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #F5F5F5 0%, #ffffff 100%);
}
.logo-devider {
    text-align: center;
    margin: 30px 0;
}
.left-line {
    margin-top: 16px;
    display: inline-block;
    vertical-align: top;
    width: 8%;
    height: 2px;
    background-color: #ccc;
}
.right-line {
    margin-top: 16px;
    display: inline-block;
    vertical-align: top;
    width: 8%;
    height: 2px;
    background-color: #ccc;
}
.logo-title {
    display: inline-block;
    vertical-align: middle;
    margin: 0 14px;
}
.logo-title img {
    width: 80px;
    margin-right: 10px;
}
.logo-title span {
    font-size: 34px;
    font-family: Arial;
    font-weight: bold;
    color: #000;
    text-transform: capitalize;
}
.studio-shows h4 {
    position: relative;
    display: inline-block;
    background-color: #E31E24;
    color: #fff;
    padding: 12px 30px;
    border-radius: 10px;
    font-size: 18px;
}
.small-shadow-6 {
    display: block;
    width: 177px;
    margin: -10px auto 0;
}
.small-shadow-6 img {
    width: 100%;
}
.studio-shows-row {
    text-align: center;
}
.studio-shows__item {
    width: 30%;
    min-width: 320px;
    display: inline-block;
    vertical-align: top;
    margin: 30px 10px;
    text-align: left;
}
.wrapp-goest-image {
    text-align: center;
    width: 100%;
    max-height: 300px;
    border-radius: 10px;
    border: 2px solid #CECECE;
    overflow: hidden;
}

.goest-image {
    width: 100%;
    height: 300px;
}
.goest-shadow {
    margin-top: -6px;
    width: 100%;
}
.recent-link {
    padding: 5px 0;
    position: relative;
    margin-top: -35px;
    display: block;
    text-align: center;
    background-image: url(../img/link-goest-bcg.png);
    background-repeat: no-repeat;
    background-position: top center;
    color: #fff;
    text-transform: uppercase;
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: -4px;
}
.recent-link:hover {
    color: #fff;
}
.recent-link img {
    width: 22px;
    margin-top: -5px;
    margin-right: 6px;
}
.studio-shows__item h3 {
    color: #E31E24;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 0;
}
.studio-shows__item h5 {
    color: #505050;
    font-family: Arial;
    font-weight: bold;
    font-size: 13px;
    margin: 0;
    line-height: 22px;
}
.studio-shows__item h6 {
    color: #505050;
    font-family: Arial;
    font-size: 13px;
    margin: 0;
    line-height: 22px;
}

/*home-fust-in*/

.home-fust-in {
    padding: 40px 0 100px;
    background-color: #F0F0F0;
    text-align: center;
}


/*


.justin-row {
    text-align: center;
}
.justin-row div {
    min-height: 450px;
    display: inline-block;
    vertical-align: top;
    width: 33%;
    padding: 20px;
    background-image: -ms-radial-gradient(left center, ellipse farthest-corner, #FFFFFF 0%, #eeeeee 100%);
    background-image: -moz-radial-gradient(left center, ellipse farthest-corner, #FFFFFF 0%, #eeeeee 100%);
    background-image: -o-radial-gradient(left center, ellipse farthest-corner, #FFFFFF 0%, #eeeeee 100%);
    background-image: -webkit-gradient(radial, left center, 0, left center, 530, color-stop(0, #FFFFFF), color-stop(100, #eeeeee));
    background-image: -webkit-radial-gradient(left center, ellipse farthest-corner, #FFFFFF 0%, #eeeeee 100%);
    background-image: radial-gradient(ellipse farthest-corner at left center, #FFFFFF 0%, #eeeeee 100%);
}
.justin-row h4 {
    position: relative;
    display: inline-block;
    background-color: #E31E24;
    color: #fff;
    padding: 12px 30px;
    border-radius: 10px;
    font-size: 18px;
}
.small-shadow-7 {
    display: block;
    width: 120px;
    margin: -10px auto 0;
}
.small-shadow-7 img {
    width: 100%;
}
.small-shadow-8 {
    display: block;
    width: 130px;
    margin: -10px auto 0;
}
.small-shadow-8 img {
    width: 100%;
}
.small-shadow-9 {
    display: block;
    width: 200px;
    margin: -10px auto 0;
}
.small-shadow-9 img {
    width: 100%;

}
.justin-image {
    margin-top: 30px;
    width: 100%;
    max-width: 350px;
}
*/

/*----------------------------*/


.footer-grey {
    margin-top: 40px;
    background-color: #F5F5F5;
}
.top-footer-bcg {
    margin-top: -50px;
}


/*IN STUDIO - UPCOMING GUESTS*/


.top-title-blog {
    min-height: 100%;
    padding: 40px 0;
}
.top-title-blog h4 {
    text-transform: uppercase;
    color: #e31e25;
    margin: 0;
    font-size: 19px;
}
.top-title-blog h4 span {
    color: #999999;
}
.post-upcoming {
    overflow: auto;
    margin: 20px;
    padding: 20px 0;
}
.post-upcoming .image {
    float: left;
    width: 380px;
    height: 380px;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 20px;
}
.post-upcoming .img-guest {
    border-radius: 12px;
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0px 12px 23px -18px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 12px 23px -18px rgba(0,0,0,0.75);
    box-shadow: 0px 12px 23px -18px rgba(0,0,0,0.75);
}
.text-upcoming {
    text-align: left;
    overflow: hidden;
}
.text-upcoming h3 {
    font-family: Arial;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin-bottom: 40px;
    margin-top: 0;
}
.text-upcoming h3 span {
    color: #e31e25;
}
.text-upcoming h4 {
    font-family: Arial;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin-bottom: 0;
}
.text-upcoming p {
    font-family: Arial;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    line-height: 22px;
}

/*IN STUDIO - RECENT GUESTS*/

.post-recent {
    overflow: auto;
    margin: 20px 40px;
    padding: 20px 0;
}
.post-recent .image {
    float: left;
    width: 150px;
    height: auto;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 20px;

}
.post-recent .img-guest {
    border-radius: 12px;
    max-width: 150px;
    height: auto;
    -webkit-box-shadow: 0px 12px 23px -18px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 12px 23px -18px rgba(0,0,0,0.75);
    box-shadow: 0px 12px 23px -18px rgba(0,0,0,0.75);
}
.text-recent {
    text-align: left;
    overflow: hidden;
}
.text-recent h3 {
    font-family: Arial;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 0;
}
.text-recent h3 span {
    color: #e31e25;
}
.text-recent h4 {
    font-family: Arial;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin-bottom: 0;
}
.text-recent {
    font-family: Arial;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    line-height: 22px;
}
.text-recent p {
    font-family: Arial;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    line-height: 22px;
}
.single-posts {
    margin: 50px 50px 80px 50px;
    overflow: auto;
}
.img-single {
    border-radius: 12px;
    margin: 20px 0;
}
.top-title-single h4 {
    text-transform: capitalize;
}

/*WRITE IN, WHAT'S IN*/

.top-title-pages {
    margin-top: -35px;
    min-height: auto;
    padding: 40px 0;
}
.top-title-pages h1 {
    font-size: 20px;
}
.content-pages {
    padding: 46px;
}
.photo-david {
    float: left;
    margin-right: 20px;
    margin-bottom: 15px;
    border-radius: 10px;
    width: 150px;
    height: auto;
    -webkit-box-shadow: 0px 12px 23px -18px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 12px 23px -18px rgba(0,0,0,0.75);
    box-shadow: 0px 12px 23px -18px rgba(0,0,0,0.75);
}
.post_content {
    padding-bottom: 20px;
}
.content-pages h3 {
    margin-top: 0;
    margin-bottom: 30px;
}
.content-pages {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 600;
}
.content-pages p {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.content-pages ul p {
    margin-bottom: 0px;
}
.content-pages ul li p {
    margin-bottom: 0px;
}
.content-pages ul li {
    list-style: none;
}
.content-pages a {
    font-size: 14px;
    font-weight: 600;
    color: #E31E24;
    text-decoration: none;
}
.content-pages a:hover {
    text-decoration: underline;
}

.content-pages h5 {
    font-weight: 900;
    font-size: 14px;
    margin-bottom: 26px;
}
.content-pages h5 span {
    color: #E31E24;
    font-family: Arial;
    font-weight: 900;
    font-size: 14px;
}
.content-pages h6 {
    font-size: 14px;
    color: #E31E24;
    font-family: Arial;
    font-weight: 600;
    margin-bottom: 0;
}
.content-pages p span {
    color: #E31E24;
}
.contact-form {
    width: 100%;
    max-width: 600px;
    margin-bottom: 40px;
}
.contact-form p {
    margin-bottom: 9px;
}
.contact-form input,
.contact-form textarea {
    background-color: #F0F0F0;
    border-radius: 6px;
    padding: 10px 16px;
    color: #000;
    font-size: 14px;
    border: none;
    width: 100%;
}
.contact-form textarea {
    height: 200px;
}
.form-send {
    margin: 2px 0!important;
    background-color: #000!important;
    color: #fff!important;
    text-transform: uppercase;
    border-radius: 6px;
    padding: 7px 29px!important;
    border:none;
}
.form-send:hover {
    background-color: #252721;
}
.btn-submit-wrapp {
    margin-top: 4px!important;
    margin-left: 2px;
    margin-right: 0;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 100px;
    border-radius: 6px;
    background-image: -ms-linear-gradient(left, #363636 0%, #FFFFFF 50%, #363636 100%);
    background-image: -moz-linear-gradient(left, #363636 0%, #FFFFFF 50%, #363636 100%);
    background-image: -o-linear-gradient(left, #363636 0%, #FFFFFF 50%, #363636 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #363636), color-stop(50, #FFFFFF), color-stop(100, #363636));
    background-image: -webkit-linear-gradient(left, #363636 0%, #FFFFFF 50%, #363636 100%);
    background-image: linear-gradient(to right, #363636 0%, #FFFFFF 50%, #363636 100%);
}

/*IN FEED*/

.post-in-feed {
    overflow: auto;
    margin: 20px 40px;
    padding: 20px 0;
    overflow: auto;
    border-bottom: 2px solid #ccc;
    text-align: left;
}
.text-in-feed {
    text-align: left;
}
.text-in-feed h3 {
    font-family: Arial;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 0;
}
.text-in-feed h3 span {
    color: #e31e25;
}
.text-feed h4 {
    font-family: Arial;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin-bottom: 0;
}
.text-in-feed {
    font-family: Arial;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    line-height: 22px;
}
.text-in-feed p {
    font-family: Arial;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    line-height: 22px;
}
.in-feed-cont div:first-child {
    float: left;
    width: 100%;
    max-width: 500px;
    margin-right: 30px;
    margin-bottom: 40px;
}
.in-feed-cont div:first-child img {
    width: 100%;
    margin-bottom: 20px;
}
.text-in-feed p {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.text-in-feed ul p {
    margin-bottom: 0px;
}
.text-in-feed ul li p {
    margin-bottom: 0px;
}
.text-in-feed ul li {
    list-style: none;
}
.text-in-feed a {
    font-size: 14px;
    font-weight: 600;
    color: #E31E24;
}
.text-in-feed h5 {
    color: #E31E24;
    font-family: Arial;
    font-weight: 900;
    font-size: 14px;
    margin-bottom: 0;
}
.text-in-feed h6 {
    font-size: 14px;
    color: #E31E24;
    font-family: Arial;
    font-weight: 600;
    margin-bottom: 0;
}
.text-in-feed p span {
    color: #E31E24;

}

/*IN FAVOR*/

.post-in-favor {
    overflow: auto;
    margin: 20px 40px;
    padding: 20px 0;
    overflow: auto;
    border-bottom: 2px solid #ccc;
    text-align: left;
}
.text-in-favor {
    text-align: left;
    overflow: auto;
}
.post-in-favor h3 {
    font-family: Arial;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 0;
}
.post-in-favor h3 span {
    color: #e31e25;
}
.text-favor h4 {
    font-family: Arial;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin-bottom: 0;
}
.text-in-favor {
    font-family: Arial;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    line-height: 22px;
}
.text-in-favor p {
    font-family: Arial;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    line-height: 22px;
}
.text-in-favor p {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.text-in-favor ul p {
    margin-bottom: 0px;
}
.text-in-favor ul li p {
    margin-bottom: 0px;
}
.text-in-favor ul li {
    list-style: none;
}
.text-in-favor a {
    font-size: 14px;
    font-weight: 600;
    color: #E31E24;
}
.text-in-favor h5 {
    color: #E31E24;
    font-family: Arial;
    font-weight: 900;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0;
}
.text-in-favor h6 {
    font-size: 14px;
    color: #E31E24;
    font-family: Arial;
    font-weight: 600;
    margin-bottom: 0;
}
.text-in-favor p span {
    color: #E31E24;

}
.img-favor {
    width: 180px;
    height: auto;
    margin-right: 20px;
    margin-bottom: 30px;
    float: left;
}

/*Innovation Book*/

.innovation-book {
    margin-top: -35px;
}
.navigation-innovation {
    width: auto;
}
.navigation-innovation ul li a {
    font-size: 14px;
    padding: 10px 12px;
}
.logos-where-to-buy {
    text-align: center!important;
}
.logos-where-to-buy img {
    margin: 10px;
}
.case-study-arrow {
    width: 100%;
    max-width: 1000px;
    margin-right: 10px;
}


/*BLOG*/

.top-title-blog-1 {
    padding: 60px 0;
}
.top-title-blog-1 span {
    text-transform: capitalize;
    color: #ccc;
}
.post-blog {
    overflow: auto;
    margin: 20px 40px;
    padding: 20px 0;
}
.post-blog .image {
    float: left;
    width: 100%;
    max-width: 380px;
    height: auto;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 20px;

}
.post-blog .img-blog {
    width: 100%;
    height: auto;
    border-radius: 12px;
    border: 2px solid #ccc;
    -webkit-box-shadow: 0px 12px 23px -18px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 12px 23px -18px rgba(0,0,0,0.75);
    box-shadow: 0px 12px 23px -18px rgba(0,0,0,0.75);
}
.text-blog {
    overflow: auto;
    padding-bottom: 10px;
}
.text-blog p {
    margin-bottom: 20px;
    font-size: 13px;
    font-weight: 600;
    color: #000;
    line-height: 22px;
}
.text-blog ul p {
    margin-bottom: 0px;
}
.text-blog ul li p {
    margin-bottom: 0px;
}
.text-blog ul li {
    list-style: none;
}
.text-blog a {
    font-size: 14px;
    font-weight: 600;
    color: #E31E24;
}
.text-blog h5 {
    color: #E31E24;
    font-family: Arial;
    font-weight: 900;
    font-size: 14px;
    margin-bottom: 0;
}
.text-blog h6 {
    font-size: 14px;
    color: #E31E24;
    font-family: Arial;
    font-weight: 600;
    margin-bottom: 0;
}
.text-blog h6:first-child {
    margin-bottom: 30px;
}
.text-blog p span {
    color: #E31E24;

}

/*WORKSHOPS*/

.text-workshops {
    overflow: auto;
    padding-bottom: 20px;
}
.text-workshops p {
    margin-bottom: 20px;
    font-size: 13px;
    font-weight: 600;
    color: #000;
    line-height: 22px;
}
.text-workshops ul p {
    margin-bottom: 0px;
}
.text-workshops ul li p {
    margin-bottom: 0px;
}

.text-workshops ul li {
    list-style: none;
}
.text-workshops a {
    font-size: 14px;
    font-weight: 600;
    color: #E31E24;
}
.text-workshops h5 {
    color: #E31E24;
    font-family: Arial;
    font-weight: 900;
    font-size: 14px;
    margin-bottom: 0;
}
.text-workshops h6 {
    font-size: 14px;
    color: #E31E24;
    font-family: Arial;
    font-weight: 600;
    margin-bottom: 0;
}
.text-workshops p span {
    color: #E31E24;

}
.top-title-workshops {
    padding: 30px 0;
    min-height: auto;
}
.top-title-workshops h4 {
    text-transform: uppercase;
    color: #E31E24;
    font-size: 20px;
}
.top-title-workshops span {
    color: #ccc;
}
.workshop-link {
    color: #fff!important;
    background-color: #E31E24;
    border-radius: 10px;
    padding: 10px 16px;
}
.workshop-link:hover {
    text-decoration: none!important;
}
.workshop-link img {
    width: 20px;
}

.workshop-link:hover {
    background-color: #9B0C0C;
}

/*Search*/

.searching-results {
    margin-top: -34px;
}
.top-title-search {
    padding: 30px 0;
    min-height: auto;
}
.top-title-search h4 {
    text-transform: uppercase;
    color: #E31E24;
    font-size: 20px;
}
.search-page {
    margin: 0 40px;
}

.btn-search {
    color: #fff!important;
    background-color: #E31E24;
    border-radius: 10px;
    padding: 10px 16px;
}
.search-res p {
    margin: 30px 0;
}
.img-search {
    border-radius: 10px;
}

.search-title {
    font-size: 25px;
}
.text-case h3 {
    margin-bottom: 20px;
    font-size: 20px;
}

/*Dinamic blog*/

.cat-post-excerpt-more {
    display: block;
}
#category-posts-3-internal {
    margin: 0!important;
    padding: 0 0 0 10px!important;
}
.attachment-125x140 {
    border-radius: 6px;
    border:2px solid #fff;
    -webkit-box-shadow: 0px 17px 23px -18px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 17px 23px -18px rgba(0,0,0,0.75);
    box-shadow: 0px 17px 23px -18px rgba(0,0,0,0.75);
}
.latest-posts > #category-posts-3-internal .cat-post-thumbnail {
    margin: 0px 20px 5px 0!important;
    display: block;
    float: left;
}
.latest-posts {
    text-align: left;
}
.cat-post-date {
    font-size: 14px!important;
    font-family: 'AvenirNextLTPro-Bold'!important;
    font-style: normal!important;
}
.cat-post-excerpt-more {
    overflow: auto;
    width: 136px;
    margin: 20px 0;
    color: #000;
    padding: 7px 10px;
    border-radius: 12px;
    background-color: #fff;
    font-size: 16px;
}
.cat-post-excerpt-more:hover {
    color: #000;
    background-color: #ccc;
}
.cat-post-item {
    border-bottom: none!important;
}
#category-posts-4-internal {
    padding: 0;
    margin: 0 0 0 20px;
}
#category-posts-4-internal .cat-post-item {
    display: inline-block;
    vertical-align: top;
    margin: 0 6px!important;
}
.cat-post-crop {
    margin-bottom: -38px;
    border-radius: 6px;
    border:2px solid #fff;
    -webkit-box-shadow: 0px 17px 23px -18px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 17px 23px -18px rgba(0,0,0,0.75);
    box-shadow: 0px 17px 23px -18px rgba(0,0,0,0.75);
}
#category-posts-4-internal .cat-post-title {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    display: block;
    margin-bottom: 20px;
    padding: 4px 0;
    background-image: url(../img/thumb-title.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}
#category-posts-4-internal .cat-post-thumbnail {
    margin: 5px 0px 5px 0!important;
    display: block;
}
.general_info-book {
    margin-bottom: -30px;
}
.pagenavi {
    text-align: center;
    margin: 30px 0;
}


/*-------------*/


.post_cont_single {
    padding-bottom: 20px;
}

.logosss-pages {
    text-align: center!important;
}
.logosss-pages img {
    display: inline-block;
    text-align: center;
    margin: 16px 10px;
}


#layerslider_1 {
    height: 600px!important;
}

.post_content p {
    margin-bottom: 20px;
}

.post_content a {
    font-size: 14px;
    font-weight: 600;
    color: #E31E24;
    text-decoration: none;
}
.post_content a:hover {
    text-decoration: underline;
}

.post_cont_single p {
    margin-bottom: 20px;
}






.btn-play,
.btn-play-book {
    cursor: pointer;
}

.promo_video-play {
    margin: 60px 20px 40px;
    height: auto;
    min-height: 450px;
}


.widget-upcoming-guests ul {
    padding: 0px;
}


.widget-upcoming-guests .cat-post-crop {
    border:none;
    border-radius: 14px;
    margin: 0 auto;
    box-shadow: none!important;
}


.widget-upcoming-guests .cat-post-title {
    font-size: 15px;
    display: block;
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: left;
    color: #fff;
    font-size: 16px!important;
    font-family: Arial;
    font-weight: bold;
}

.widget-upcoming-guests .cat-post-excerpt-more {
    display: none;
}


.widget-upcoming-guests .cat-post-item {
    text-align: left;
    color: #fff;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
}

.widget-upcoming-guests .cat-post-thumbnail {
    position: relative;
}
.widget-upcoming-guests .cat-post-thumbnail:before {
    width: 260px;
    height: 20px;
    padding-left: 2px;
    display: block;
    content:url('../img/shadow-small.png');
    position:absolute;
    z-index:100000;
    left:0px;
    bottom:-20px;
}




.widget-recent-guests ul {
    padding: 0px;
}


.widget-recent-guests .cat-post-crop {
    border: solid #999 2px;
    border-radius: 14px;
    margin: 0 auto;
    box-shadow: none!important;
}


.widget-recent-guests .cat-post-item {
    display: inline-block;
    vertical-align: top;
    width: 380px;
    margin:10px!important;
}


.widget-recent-guests .cat-post-thumbnail {
    position: relative;
}
#category-posts-6-internal .cat-post-thumbnail {
    margin: 5px 10px 35px 0!important;
    display: block;
}

.widget-recent-guests .cat-post-thumbnail:before {
    width: 380px;
    height: 20px;
    padding-left: 2px;
    display: block;
    content:url('../img/shadow-small-1.png');
    position:absolute;
    z-index:100000;
    left:0px;
    bottom:-20px;
}
.widget-recent-guests .cat-post-thumbnail:after {
    width: 292px;
    height: 38px;
    padding-left: 10px;
    display: block;
    content:url('../img/listen-interview.png');
    position:absolute;
    z-index:100000;
    left:34px;
    bottom:0px;
}


.widget-recent-guests .cat-post-excerpt-more {
    display: none;
}


.widget-recent-guests .cat-post-item {
    text-align: left;
    color: #000;
    font-family: Arial;
    font-weight: 400!important;
    font-size: 12px;
    line-height: 16px;
}

.widget-recent-guests .cat-post-title {
    color: #E31E24;
    font-size: 20px!important;
    margin-top: 30px;
    margin-bottom: 0;
}

