/*   Theme name: BigTunaTheme URI: http://bigtuna.com Description: A responsive WordPress themeAuthor: BigTunaWebAuthor URI: http://bigtuna.comVersion: 1.0*/

@charset "utf-8";
a,
a:hover,
ins,
nav a:focus,
nav a:hover {
    text-decoration: none
}

.content ul,
ul {
    list-style: none
}

a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

.va-top,
td {
    vertical-align: top
}

body {
    line-height: 1;
    background-color: #eee;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    overflow: hidden
}

@font-face {
    font-family: bebas_neuebold;
    src: url(https://lindobacon.com/wp-content/themes/bigtuna/fonts/bebasneue_bold-webfont.eot);
    src: url(https://lindobacon.com/wp-content/themes/bigtuna/fonts/bebasneue_bold-webfont.eot?#iefix) format('embedded-opentype'), url(https://lindobacon.com/wp-content/themes/bigtuna/fonts/bebasneue_bold-webfont.woff2) format('woff2'), url(https://lindobacon.com/wp-content/themes/bigtuna/fonts/bebasneue_bold-webfont.woff) format('woff'), url(https://lindobacon.com/wp-content/themes/bigtuna/fonts/bebasneue_bold-webfont.ttf) format('truetype'), url(https://lindobacon.com/wp-content/themes/bigtuna/fonts/bebasneue_bold-webfont.svg#bebas_neuebold) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: bebas_neuebook;
    src: url(https://lindobacon.com/wp-content/themes/bigtuna/fonts/bebasneue_book-webfont.eot);
    src: url(https://lindobacon.com/wp-content/themes/bigtuna/fonts/bebasneue_book-webfont.eot?#iefix) format('embedded-opentype'), url(https://lindobacon.com/wp-content/themes/bigtuna/fonts/bebasneue_book-webfont.woff2) format('woff2'), url(https://lindobacon.com/wp-content/themes/bigtuna/fonts/bebasneue_book-webfont.woff) format('woff'), url(https://lindobacon.com/wp-content/themes/bigtuna/fonts/bebasneue_book-webfont.ttf) format('truetype'), url(https://lindobacon.com/wp-content/themes/bigtuna/fonts/bebasneue_book-webfont.svg#bebas_neuebook) format('svg');
    font-weight: 400;
    font-style: normal
}
 

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

.clear,
.clear:after {
    content: "";
    clear: both
}

:focus {
    outline: 0
}

del {
    text-decoration: line-through
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html {
    overflow-y: scroll
}

.photo,
header {
    overflow: auto
}

.clear:after {
    display: table
}

.left {
    float: left
}

.right {
    float: right
}

 

.va-parent {
    font-size: 0
}

.va-parent>* {
    font-size: 18px
}

.va-middle {
    vertical-align: middle
}

.va-bottom {
    vertical-align: bottom
}

img {
    max-width: 100%;
    display: block
}

.clear {
    display: table
}

header {
    z-index: 5000;
    position: relative;
    background-color: #333;
	background-image:;
     background-repeat: no-repeat;
	 background-position:center;
    background-size: cover;
 
	margin-top:56px;
	
	
}
 


div.block-header h1 {
    font-size: 4.6em;
    font-family: bebas_neuebold;
   
    letter-spacing: .03em;
    display: block;
   
    color: #ffffff;
    font-weight: lighter
}

div.block-header h2,
div.block-header p {
    display: block;
	color:#eeeeee;
 
 
}

div.block-header h2 {
    font-size: 20px;
   
    margin-top: 15px;
    letter-spacing: .06em;
    margin-bottom: 10px
}

div.block-header p {
    font-size: 1.1em;
    line-height: 1.4;
    text-transform: lowercase;
     margin: 20px 0 20px
}

.photo {
    padding-top: 50px
}

.content,
.homebox,
.phone-wrapper,
a#phone {
    overflow: hidden
}

  

a#logo img {
    display: block;
    margin: 10px auto
}

@media only screen and (min-width:768px) {
    a#logo {
        display: inline-block
    }
    a#logo img {
        margin-left: 0
    }
}
 
.carousel-indicators .active{
	background-color:rgba(191,132,34,1);
}

@media only screen and (max-width:767px) {
    header .col {
        padding: 0
    }
    a#logo {
        display: block;
        float: none;
        margin-top: 0;
        text-align: center
    }
    a#logo img {
        margin: 65px auto 15px
    }
    .phone-wrapper {
        float: none;
        margin: 5px 15px
    }
    #fancybox-overlay,
    #fancybox-wrap {
        display: none!important
    }
    #header-nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: maroon;
        z-index: 99999
    }
    .navbar-header i.fa {
        float: left;
        margin: 10px 0 6px 15px;
        font-size: 34px;
        color: #fff
    }
	.nav-search-wrap, .searchform{
		display:none !important;
	}
}

@media (min-width:768px) {
    #navbar {
        position: relative;
		width:100%;
    }
    #navbar>* {
        display: inline-block;
        vertical-align: middle;
        white-space: nowrap
    }
    .nav-search-wrap {
        font-size: 22px;
        color: #fff;
        cursor: pointer;
        padding: 10px;
		border-radius:50%;
		display:block;
    }
    .nav-search-wrap.active {
        font-size: 22px;
        color: rgba(191,132,34,1);
        cursor: pointer
    }
    #navbar .searchform {
        position: absolute;
        top: 58px;
         background: #fff;
        padding: 10px;
        box-shadow: 0 2px 5px -2px #000;
        display: none;
		width:100%;
		border:2px solid #800000;
		border-top:0;
		border-bottom-left-radius:6px;
		border-bottom-right-radius:6px;
		
    }
    #navbar .nav-search-wrap.active+.searchform {
        display: block;
        animation: fadeInDown .5s forwards;
        -webkit-animation: fadeInDown .5s forwards;
        -moz-animation: fadeInDown .5s forwards
    }
}
 #navbar {
	 font-family: 'Ubuntu', sans-serif;
	 letter-spacing:0.08em;
	  font-size: 18px;
	 
 }
.dropdown-menu>li>a {
     
    font-size: 16px;
    text-transform: capitalize;
	
	
	 
}

@media (max-width:767px) {
    .nav-search-wrap {
        display: none
    }
    #navbar .searchform {
        padding: 10px
    }
}

a#nav-logo,
nav a {
    display: block
}

@keyframes fadeInDown {
    from {
        transform: translateY(-100%);
        opacity: 0
    }
    to {
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInDown {
    from {
        -webkit-transform: translateY(-100%);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(0);
        opacity: 1
    }
}

@-moz-keyframes fadeInDown {
    from {
        -moz-transform: translateY(-100%);
        opacity: 0
    }
    to {
        -moz-transform: translateY(0);
        opacity: 1
    }
}

a#nav-logo {
    float: left;
    max-width: 60px;
    padding: 6px 10px
}

a#nav-logo img {
    height: 44px;
    width: 44px
}

.dropdown-menu>li,
.homebox img,
nav {
    width: 100%
}

nav {
    background: maroon;
    z-index: 8000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
    position: fixed;
	
}

 

@media only screen and (max-width:767px) {
    a#nav-logo {
        display: inline-block
    }
    #navbar {
        background: maroon;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 1
    }
    nav .menu-item {
        text-align: left
    }
}

@media (max-width:991px) and (min-width:768px) {
    nav .menu-item a {
        padding: 15px 6px
    }
}

.navbar-toggle.collapsed {
    background: #fff;
	color:#800000
}

.navbar-toggle {
    background: rgba(191,132,34,1);
}

.navbar-toggle .icon-bar {
    background: #252525
}

.menu-item a {
    padding: 20px 14px;
    color: #fff
}

.menu-item a:focus,
.menu-item a:hover,
.menu-item.active a,
.menu-item.active a:focus,
.menu-item.active a:hover,
.menu-item.open>a {
    background: #222;
    color: #fff
}

@media only screen and (min-width:768px) {
    #navbar.collapse {
        display: inline-block;
        visibility: visible
    }
    .menu-item {
        float: left
    }
    .menu-item:hover>.dropdown-menu {
        display: block
    }
}

.dropdown-menu {
    margin-top: 0;
    border-radius: 0;
    border: none;
    padding: 0;
    background: maroon
}

.dropdown-menu>li>a {
    padding: 15px;
    color: #fff
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover,
.dropdown-menu>li>a:hover {
    background: #222;
    color: #fff
}

@media only screen and (max-width:767px) {
    .dropdown-menu {
        position: relative;
        background: 0 0;
        width: 100%;
        float: none;
        box-shadow: none;
        margin-top: 0
    }
    .dropdown-menu>li>a {
        color: #fff
    }
    .dropdown-menu>li>a:focus,
    .dropdown-menu>li>a:hover {
        background: #222;
        color: #fff
    }
 
}

@media (max-width:1199px) and (min-width:992px) {
    .dropdown-menu>li>a,
    nav {
        font-size: 14px!important
    }
    nav .menu-item a {
        padding: 15px 8px
    }
    a#nav-logo {
        display: block;
        float: left;
        max-width: 50px;
        padding: 6px 8px
    }
    div.block-header h1 {
        font-size: 3em;
        margin-top: 16%;
        max-width: 90%
    }
    div.block-header p {
        font-family: 'Ubuntu', sans-serif;
        font-size: 1em;
        font-weight: 700;
        color: #000;
        max-width: 90%
    }
}

@media (max-width:991px) and (min-width:768px) {
    .dropdown-menu>li>a,
    nav {
        font-size: 12px!important
    }
    nav .menu-item a {
        padding: 15px 6px
    }
    a#nav-logo {
        display: block;
        float: left;
        max-width: 40px;
        padding: 0 6px
    }
    .nav-search-wrap {
        font-size: 18px;
        padding: 7px
    }
 
}

 

   

body:not(.page-template-index) .content {
    padding: 30px 0;
    background-color: #eee
}

@media (max-width:767px) {
    body:not(.page-template-index) .content {
        padding: 25px 0
    }
}

.content {
    font-size: 18px;
    line-height: 1.5;
    color: #555;
    font-family: 'Ubuntu', sans-serif;
    -webkit-font-smoothing: subpixel-antialiased
}

.content h1,
.content h2,
.content h3 {
    color: #000;
    font-weight: 400;
    margin: 0 0 15px;
}

.content h1 {
    font-size: 40px
}

.content h2 {
    font-size: 25px
}

.content h2.style1 {
    color: maroon;
    border-bottom: 2px solid maroon;
    padding: 10px 0;
    margin-bottom: 25px
}

.content h3 {
    font-size: 21px;
    font-weight: 600
}

.content p {
    margin: 0 0 20px
}

.content p a:hover {
    text-decoration: underline;
    cursor: pointer
}

.content .content-box {
    position: relative;
    background-color: #fff;
    padding: 20px;
    box-shadow: 1px 3px 5px #d6d6d6
}

.book-panel,
.download-bar,
.join-bar {
    box-shadow: 0 2px 5px #000
}

.content a.button {
    color: maroon;
    font-size: 20px;
    text-transform: uppercase;
    padding: 8px 15px;
    margin-bottom: 20px;
    transition: .3s all ease-in
}

.content a.learn,
.download-bar a.learn {
    transition: all .25s ease;
    text-transform: uppercase
}

.content a.button:hover {
    background-color: maroon;
    color: #fff
}

.content a {
    color: #000
}

.content a.learn {
    margin-top: 20px;
    color: maroon;
    background: 0 0;
    padding: 12px 30px;
    font-family: Hind;
    font-size: 22px;
    font-weight: 600;
    -webkit-transition: all .25s ease
}

 
.content ul.contentList {
    margin-bottom: 25px
}

.content ul.contentList li:before {
    content: '\2022';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 21px;
    line-height: 1.5;
    color: #333
}

.content ul.contentList li {
    padding: 0 0 0 20px;
    position: relative
}

.inner-content img.left {
    float: left;
    margin: 10px 15px 15px 0
}

.inner-content img.right {
    float: right;
    margin: 10px 0 15px 15px
}

.inner-content img.border {
    border: 1px solid #c2c2c2
}

@media only screen and (max-width:767px) {
    .content h1 {
        font-size: 25px
    }
    .content h2 {
        font-size: 20px
    }
    .content h3 {
        font-size: 18px
    }
    .content p {
        font-size: 16px
    }
}

.picture {
    position: relative;
    display: inline-block;
    margin-bottom: 20px
}

.picture img {
    margin: auto
}

.picture .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    background: rgba(0, 0, 0, .5)
}
       
  
.content ul.bullet li:before {
    content: '\2022';
    position: absolute;
    top: 1px;
    left: 0;
    font-size: 30px;
    line-height: 1.5
}

.content ul.bullet li {
    padding-left: 20px
}

.content ul.border li:not(:last-of-type) {
    border-bottom: 1px solid #bcbcbc
}

.content ul.border.bullet li:before {
    left: 10px
}

.content ul.border.bullet li {
    padding-left: 30px
}

.sidebar .gmap iframe {
    width: 100%;
    height: auto;
    display: block
}

.locations {
    border-top: 1px solid #636363;
    padding: 20px 0
}

.locations h6 {
    color: #006;
    font-weight: 600;
    font-size: 18px
}

.locations p {
    color: #414141;
    font-weight: 400;
    font-size: 15px
}

.post-item {
    margin-bottom: 15px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #ECE
}

.post-item .post-item-header {
    overflow: auto;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 15px
}

.post-item .post-item-header h2 {
    font-size: 18px;
    color: #a4a4a4;
    margin-top: 15px
}

.post-item .post-content {
    margin: 10px 0
}

.post-item img.post-item-thumb {
    float: left;
    border: 3px solid #ccc;
    outline: #ddd solid 1px;
    margin: 12px 22px 10px 0;
    width: 250px;
    max-height: 250px
}

@media only screen and (max-width:767px) {
    .post-item img.post-item-thumb {
        float: none;
        display: block;
        width: 100%;
        max-height: initial
    }
}

.sidebar-blog ul {
    list-style: none;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    margin: 25px 0
}

.sidebar-blog ul li {
    padding: 12px 18px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    font-size: 16px;
    color: #333;
    font-weight: 400
}

.sidebar-blog ul li a {
    color: #333
}

.sidebar-blog ul li:last-child {
    border-bottom: none
}

.sidebar-blog ul li:hover {
    background-color: #e8e8e8
}

@media only screen and (max-width:991px) {
    .sidebar-blog ul li {
        padding: 16px 14px
    }
}

.sidebar-blog .searchform {
    margin: 25px 0
}

.sidebar-blog .searchform input[type=text] {
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 68%;
    padding: 4px
}

.sidebar-blog .searchform input[type=submit] {
    border: 1px solid #333;
    color: #fff;
    background-color: #333;
    border-radius: 4px;
    width: 30%;
    padding: 9px
}

.sidebar-blog .searchform input[type=submit]:hover {
    border: 1px solid #222;
    background-color: #222
}

.sidebar-blog .social {
    padding: 0;
    background-color: #003471;
    border: 1px solid #6d7b8b;
    color: #fff;
    font-size: 16px;
    font-weight: 600
}

.download-bar,
.download-bar a.learn,
.join-bar,
.panel_form p {
    font-family: Ubuntu
}

.sidebar-blog .social span {
    display: inline-block;
    margin: 12px 0 0 10px
}

.sidebar-blog .social .icons {
    float: right;
    margin: 0 8px;
    height: 44px
}

.sidebar-blog .social .icons img {
    display: inline-block;
    margin: 8px 0
}

.sidebar-blog ul.meta {
    border: none;
    border-radius: 0
}

.sidebar-blog ul.meta li {
    width: 48%;
    float: left;
    border: 1px solid #ccc;
    color: #fff;
    text-align: center;
    background-color: #275674;
    border-radius: 4px
}

.sidebar-blog ul.meta li:nth-child(odd) {
    float: left
}

.sidebar-blog ul.meta li:nth-child(even),
a.read-more {
    float: right
}

.sidebar-blog ul.meta li a {
    color: #fff
}

a.read-more {
    padding: 10px;
    text-align: center;
    color: #fff;
    border: 1px solid #333;
    background-color: #333;
    font-size: 13px;
    font-weight: 700;
    margin-top: -5px
}

a.read-more:hover {
    border: 1px solid #222;
    background-color: #222
}

.pagination {
    margin: 10px 0
}

.pagination .page-numbers {
    border: 1px solid #ddd;
    background-color: #fff;
    display: inline-block;
    padding: 5px 10px;
    float: left;
    font-size: 12px;
    font-weight: 400;
    color: #000
}

.hard-button .sub,
.hard-button .title {
    padding: 3px 10px;
    display: block
}

.pagination .page-numbers:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination .page-numbers:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination a.page-numbers {
    color: #2a6496
}

.pagination a.page-numbers:hover {
    background-color: #ebebeb;
    color: #2a6496
}
   
.testimonial-carousel-001 p {
    font-family: 'Ubuntu', sans-serif;
}

.testimonial-carousel-001 {
    text-align: center;
    background: maroon;
    padding: 40px 0;
    height: 100%;
    position: relative;
    z-index: 1300
}

.testimonial-carousel-001 h2 {
    font-size: 30px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: 1px;
    color: #fff
}

.testimonial-carousel-001 h3 {
    font-size: 16px;
    font-family: Hind;
    font-weight: 600;
    color: #fff
}

.testimonial-carousel-001 .header {
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 75%;
    margin: auto
}

.testimonial-carousel-001 .header i {
    font-size: 36px;
    color: #fff
}

.testimonial-carousel-001 .bar-wrap {
    display: inline-block;
    position: relative;
    padding: 30px
}

.testimonial-carousel-001 .bar-wrap:before {
    right: 100%
}

.testimonial-carousel-001 .bar-wrap:after {
    left: 100%
}

.testimonial-carousel-001 .bar-wrap:after,
.testimonial-carousel-001 .bar-wrap:before {
    content: '';
    width: 1000%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.testimonial-carousel-001 h1 {
    font-size: 40px;
    font-family: Ubuntu, sans-serif;
    font-weight: 400
}

.testimonial-carousel-001 .slick-slider {
    margin-bottom: 0
}

.testimonial-carousel-001 .slick-dots {
    bottom: 0
}

.testimonial-carousel-001 .slick-dots li button:before {
    font-size: 14px
}

.testimonial-carousel-001 .slider {
    padding-bottom: 15px
}

.testimonial-carousel-001 .slide {
    overflow: hidden
}

.testimonial-carousel-001 .slide .bar-wrap:after,
.testimonial-carousel-001 .slide .bar-wrap:before {
    width: 75px
}

.testimonial-carousel-001 .slick-dots li button:before,
.testimonial-carousel-001 .slick-dots li.slick-active button:before {
    color: #fff
}

@media only screen and (max-width:1199px) {
    .testimonial-carousel-001 {
        padding: 25px 0
    }
}

@media only screen and (max-width:767px) {
    .testimonial-carousel-001 h2 {
        font-size: 20px
    }
}

.social-bar {
    background: #222;
    padding: 35px 0 20px 0;
}

.social-bar_links a {
    display: inline-block;
    width: 32px;
    height: 32px;
    padding: 2px;
    text-align: center;
    margin: 15px 10px;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    border-radius: 2px
}

.social-bar_links a:hover {
    background-color: maroon
}

.social-bar a i.fa {
    font-size: 18px;
    color: #fff;
    padding: 9px 0
}

footer {
    color: #fff;
    font-size: .9em;
    line-height: 20px;
	background-color:#222;
	margin-top:-1px;
}

footer h2 {
    text-align: center;
    margin-bottom: 40px;
    font-family: bebas_neuebold;
    font-weight: 400;
    font-size: 4em;
    letter-spacing: .06em
}

@media (max-width:767px) {
    footer h2 {
        font-size: 2em;
    }
    footer {
        margin-bottom: 90px
    }
    ul.footer_menu .menu-item a {
        padding: 10px
    }
}

footer p {
    display: block;
    padding-bottom: 10px
}

footer .social-icons {
    display: inline-block
}

footer a {
    color: #fff;
    text-decoration: none;
   
}
footer a:hover {
    color: #800000;
 
   
}
.footer_menu a{
	display:block;
}
.add_testimonial a:hover,
footer .design a {
    text-decoration: underline
}
  

footer .copyright {
    font-size: .8em;
    padding-bottom: 15px;
	 padding-top: 15px;
}

 

div.am_f p {
    line-height: 1.8em
}

@media only screen and (max-width:991px) {
    footer {
        text-align: center
    }
    footer .design {
        float: none
    }
}

.wpcf7-standard-form {
    color: #000;
    position: relative;
    font-size: 12px
}

.wpcf7-standard-form textarea {
    height: 146px
}

.wpcf7-standard-form.contact img {
    height: 42px
}

.wpcf7-form-control-wrap {
    margin-bottom: 10px
}

@media only screen and (max-width:767px) {
    .contact-message {
        margin-top: 10px
    }
}

.wpcf7-standard-form .wpcf7-submit {
    padding: 5px 35px
}

.wpcf7-standard-form.small img {
    height: 40px
}

.wpcf7-standard-form span.wpcf7-not-valid-tip {
    clear: both
}

.wpcf7-standard-form span.wpcf7-form-control-wrap {
    width: 100%;
    display: block
}

.wpcf7-standard-form div.wpcf7-validation-errors {
    background-color: #fff
}

.wpcf7-standard-form p {
    margin: 0;
    padding: 0
}

.wpcf7-standard-form input,
.wpcf7-standard-form select,
.wpcf7-standard-form textarea {
    width: 100%;
    border: 1px solid #ccc;
    padding: 5px 10px;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 0;
    color: #000
}

.wpcf7-standard-form.short input,
.wpcf7-standard-form.short select,
.wpcf7-standard-form.short textarea {
    padding: 7px
}

.wpcf7-standard-form input:focus,
.wpcf7-standard-form select:focus,
.wpcf7-standard-form textarea:focus {
    outline: #125a71 solid 1px
}

.wpcf7-standard-form img.wpcf7-captchac {
    display: block;
    float: right;
    width: 32%;
    border: 1px solid #ccc;
    clear: right;
    z-index: 2
}

.wpcf7-standard-form input.wpcf7-captchar {
    width: 67%;
    float: left
}

.wpcf7-standard-form.short input.wpcf7-captchar {
    float: left
}

.wpcf7-standard-form.short img.wpcf7-captchac {
    height: 33px;
    margin: 10px 0 8px
}

.wpcf7-standard-form.long img.wpcf7-captchac {
    height: 40px
}

.wpcf7-standard-form.long .wpcf7-form-control-wrap.captcha-1 {
    clear: left
}

.wpcf7-standard-form input.wpcf7-submit {
    float: right;
    clear: both;
    text-transform: uppercase;
    background-color: #252525;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    width: auto;
    padding: 10px 15px
}

@media only screen and (max-width:767px) {
    .wpcf7-standard-form .wpcf7-submit {
        margin-top: 10px
    }
    .map-wrapper {
        border-top: 7px solid maroon
    }
}

.wpcf7-standard-form.long .wpcf7-form-control-wrap {
    display: block!important
}

.wpcf7-standard-form.long span.your-message {
    float: right
}

.content .contact-h1 {
    font-weight: 400
}

.contact-widget {
    background: maroon;
    font-size: 15px;
    color: #fff;
    line-height: 28px;
    overflow: hidden
}

.contact-widget .container-fluid {
    padding: 0;
    text-align: center
}

.contact-widget .col-xs-12:first-of-type {
    padding: 15px
}

@media only screen and (min-width:768px) {
    .contact-widget .container-fluid {
        padding-right: 15px
    }
}

.map-wrapper {
    height: 350px
}

.map-wrapper iframe {
    width: 100%;
    height: 100%
}

.contact-widget h1,
.contact-widget h2,
.contact-widget h3 {
    color: #fff;
    font-weight: 700;
    margin: 10px 0;
    font-family: Hind, sans-serif
}

.contact-widget h1 {
    font-size: 30px
}

.contact-widget h2 {
    font-size: 30px;
    font-weight: 500
}

.contact-widget h3 {
    font-size: 24px;
    font-weight: 300
}

div.wpcf7 img.ajax-loader {
 
    margin: 0 0 0 auto;
}

.wpcf7-contact-page {
    color: #252525;
    width: 100%;
    font-size: 15px;
    line-height: 30px
}

.wpcf7-contact-page .wpcf7-not-valid-tip {
    border-radius: 10px
}

.wpcf7-contact-page input,
.wpcf7-contact-page textarea {
    padding: 10px 15px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: block;
    transition: border-color .5s;
    -webkit-transition: border-color .5s
}

.wpcf7-contact-page input[type=text],
.wpcf7-contact-page input[type=email],
.wpcf7-contact-page textarea {
    font-size: 16px
}

.wpcf7-contact-page textarea {
    height: 186px
}

.wpcf7-contact-page input:focus,
.wpcf7-contact-page textarea:focus {
    border-color: maroon
}

.wpcf7-contact-page span.wpcf7-form-control-wrap {
    margin-bottom: 15px;
    display: block;
    font-size: 20px
}

.wpcf7-contact-page .contact-captcha>img {
    height: 62px;
    width: 174px;
    float: left;
    margin-right: 15px;
    border-radius: 5px
}

.wpcf7-contact-page .contact-captcha>span {
    overflow: auto
}

.wpcf7-contact-page .contact-captcha>span>input {
    width: 100%
}

.wpcf7-contact-page .captcha-wrapper {
    padding: 13px 10px;
    background: maroon;
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden;
    height: 62px
}

.recaptcha-btn{
	width:auto !important;
	display:inline-block !important;
	border-radius:10rem !important;
	min-width:120px;
		text-align:center;
		text-transform:uppercase;
		color:#800000;
		font-family:ubuntu;
		font-size:1em;
		letter-spacing:0.08em;
}


@media only screen and (min-width:992px) {
    .wpcf7-contact-page .captcha-wrapper {
        width: 50%;
		
        float: left;
        margin-right: 15px
    }
}

.wpcf7-contact-page .captcha-wrapper>img {
    max-width: 100%;
    margin: auto;
    display: block
}

.contact-social a,
.wpcf7-contact-page img.ajax-loader {
    display: block;
	position:absolute;
}

.wpcf7-contact-page .submit-wrapper {
 
}

 
 

.contact-location {
    color: #fff;
    font-weight: 600;
    line-height: 1.2;
    background-color: #252525;
    padding: 30px 15px
}

.contact-location p {
    padding: 0
}

.contact-location p:first-of-type {
    font-weight: 700;
    font-size: 22px;
 
    margin-bottom: 5px
}

.contact-social {
    text-align: left
}

.assoc .assoc-slider .slick-slide,
.assoc .assoc-slider .slick-slide:last-of-type,
.content blockquote,
.fw-header {
    text-align: center
}

.contact-social h2 {
    margin: 25px 0;
    font-family: 'Open Sans Condensed'
}

.contact-social a {
    vertical-align: top;
    margin-right: 8px
}

.contact-social img,
hr {
    display: block
}

.contact-map-large {
    height: 260px;
    border: 7px solid #252525;
    margin: 20px 0
}

.contact-map-large iframe {
    display: block;
    width: 100%;
    height: 100%
}

ul.contentList {
    list-style-type: none;
    margin: 0;
    padding: 0
}

ul.contentList li {
    margin: 3px 0 3px 12px;
    padding: 0 0 0 15px;
    background: url(images/bullet.png) top 12px left no-repeat
}

hr {
    height: 1px;
    border: 0;
   
    margin: 1.5em auto;
    padding: 0
}

.content blockquote {
    font-size:24px;
	letter-spacing:0.05em;
    position: relative;
    padding: 10px 50px 0 50px;
	font-family: 'Ubuntu', sans-serif;
    margin: 0 auto 20px;
	

	
}
.content blockquote cite{
 
	font-size:16px;
	letter-spacing:0.03em;
	padding-top:10px;
	font-weight:bold;
	
	display:block;
 
	
	font-style:normal;
	text-transform:uppercase;
	border-top:1px solid rgba(191,132,34,1);
	
}
.content blockquote.small-quote{
	  font-size:20px !important; 
	  letter-spacing:0.02em !important; 
	   padding: 5px 24px 0px 24px !important; 
}
.content blockquote.small-quote cite{
	font-size:14px !important; 
	display:block;
	text-align:center;
	padding-top:5px;
}


.content blockquote:after,
.content blockquote:before {
    position: absolute;
	
    font-size: 100px;
    line-height: 1;
    color: #999
}

.content blockquote:before {
    content: '\201C';
    top: 5px;
    left: 0
}

.content blockquote:after {
    content: '\201D';
    bottom: 0;
    right: 5px
}

.content blockquote.small-quote:after, .content blockquote.small-quote:before{
	  font-size: 70px;
}



.form-wrap:after,
.form-wrap:before,
.ghost-form-header h2:after,
.ghost-form-wrap:before {
    content: ''
}

.content blockquote p {
    padding: 0;
 
 
}

.content blockquote .person {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    color: #000;
    letter-spacing: 1px;
    margin-top: 25px
}

.content blockquote .stars {
    color: #fcc485;
    font-size: 28px;
    line-height: 1;
    margin-top: 20px
}

@media (max-width:1199px) {
    .content blockquote {
        font-size: 20px
    }
    .content blockquote:after,
    .content blockquote:before {
        font-size: 80px
    }
}

@media (max-width:991px) {
    .content blockquote {
        font-size: 18px
    }
    .content blockquote:after,
    .content blockquote:before {
        font-size: 80px
    }
}

@media (max-width:767px) {
    .content blockquote {
        font-size: 16px;
        padding: 20px 12px 0
    }
    .content blockquote:after,
    .content blockquote:before {
        font-size: 60px
    }
    .content blockquote .stars {
        font-size: 22px
    }
}

img.img-left {
    float: left;
    margin: 10px 20px 10px 0
}

img.img-right {
    float: right;
    margin: 10px 0 10px 20px
}
    

.con-location {
    color: #777;
    border-top: 1px solid #777;
    margin: 10px 0 0;
    padding-top: 5px;
    padding-bottom: 15px
}

.con-location h5 a {
    color: #777
}

.con-location h6 {
    font-size: 12px
}

.wpcf7-apply-form-header h1 {
    color: #fff;
    background: #4D4D4D;
    padding: 15px;
    text-align: center;
    font-size: 28px;
    margin: 0
}

.wpcf7-apply-form {
    padding: 15px;
    border-left: 2px solid #4D4D4D;
    border-right: 2px solid #4D4D4D;
    border-bottom: 2px solid #4D4D4D
}

.wpcf7- {
    color: #252525;
    padding-bottom: 15px;
    width: 100%;
    font-size: 15px;
    line-height: 30px
}

.form-wrap p,
.ghost-form-wrap p {
    line-height: 2
}

.wpcf7-apply-form input,
.wpcf7-apply-form textarea {
    padding: 10px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: block;
    transition: border-color .5s;
    -webkit-transition: border-color .5s;
    background: #367587;
    color: #fff;
    font-size: 16px
}

.wpcf7-apply-form input[type=text],
.wpcf7-contact-page input[type=email],
.wpcf7-contact-page textarea {
    font-size: 16px
}

.wpcf7-apply-form textarea {
    height: 216px
}

.wpcf7-apply-form input:focus,
.wpcf7-apply-form textarea:focus {
    border-color: #367587
}

.wpcf7-apply-form span.wpcf7-form-control-wrap {
    display: block;
    font-size: 20px
}

.wpcf7-apply-form .contact-captcha>img {
    height: 62px;
    width: 174px;
    float: left;
    margin-right: 15px;
    border-radius: 5px
}

.wpcf7-apply-form .contact-captcha>span {
    overflow: auto
}

.wpcf7-apply-form .contact-captcha>span>input {
    width: 100%
}

.wpcf7-apply-form img.ajax-loader {
   
}

.wpcf7-apply-form .submit-wrapper {
    text-align: right;
    margin-top: 20px
}

.wpcf7-apply-form .submit-wrapper input {
    width: auto;
    display: inline-block;
    background: 0 0;
    -webkit-transition: background .5s, color .5s;
    padding: 10px 30px;
    color: #367587;
    border: 2px solid #367587;
    transition: background .25s;
    font-size: 18px
}

.wpcf7-apply-form .submit-wrapper input:hover {
    background: #367587;
    color: #fff
}

::-webkit-input-placeholder {
    color: #999
}

:-moz-placeholder {
    color: #999
}

::-moz-placeholder {
    color: #999
}

:-ms-input-placeholder {
    color: #999
}

 

 

.form-wrap .wpcf7-form-control-wrap {
    display: block
}

.form-wrap .wpcf7-form-control-wrap input:focus+.wpcf7-not-valid-tip,
.form-wrap .wpcf7-form-control-wrap:hover .wpcf7-not-valid-tip,
.wpcf7-response-wrap .button {
    display: none
}

.form-wrap .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 10px;
    line-height: 1.5;
    color: #fff;
    background: #d92128;
    z-index: 200
}

.form-wrap div.wpcf7-response-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: none;
    background: #252525;
    opacity: 0
}

.form-wrap form.sent div.wpcf7-response-wrap {
    background: rgba(57, 143, 20, .9)
}

.form-wrap form.failed div.wpcf7-response-wrap,
.form-wrap form.invalid div.wpcf7-response-wrap {
    background: rgba(217, 33, 40, .9)
}

.form-wrap .vertical-wrap {
    position: relative;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.form-wrap div.wpcf7-response-output {
    height: auto!important;
    margin: 0!important;
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    background: 0 0;
    line-height: 1.5;
    font-family: Hind
}

.form-wrap .wpcf7-response-wrap .button {
    display: inline-block;
    padding: 15px 30px;
    background: #fff;
    color: #252525;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 2px 5px -2px #000;
    transition: background .1s
}

.form-wrap .wpcf7-response-wrap .button:hover {
    background: #e8e8e8
}

span.email {
    display: inline-block;
    line-height: 80px;
    vertical-align: top
}

.email-form input {
    max-width: 100%;
    color: #333;
    font-size: 18px;
    background-color: #fff;
    padding: 16px 20px;
    display: block;
    width: 260px;
    line-height: 1em;
    margin-left: 10px
}

.email-form .wrapper {
    display: inline-block
}

.email-form .wrapper input[type=submit] {
    display: inline-block;
    color: maroon;
    background: #fff;
    padding: 9px;
    font-family: bebas_neuebold;
    font-size: 2em;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    width: 100px;
    letter-spacing: .08em
}

.email-form .wrapper input[type=submit]:hover {
    background: #fff;
    color: maroon
}

.email-form::-webkit-input-placeholder {
    color: #707070;
    font-style: italic;
    font-size: 18px
}

.email-form:-moz-placeholder {
    color: #707070;
    font-style: italic;
    font-size: 18px
}

.email-form::-moz-placeholder {
    color: #707070;
    font-style: italic;
    font-size: 18px
}

.email-form:-ms-input-placeholder {
    color: #707070;
    font-style: italic;
    font-size: 18px
}

textarea {
    border-color: #d8d8d8
}

body .content.seo {
    background: #DC1F26;
    padding: 35px 0
}

  
div.entry {
    margin-bottom: 0px;
}

h1.page_title {
    font-family: bebas_neuebold;
    display: block;
    padding: 0;
    margin: 0 0 30px;
    letter-spacing: .1em
}

ul.up_events {
    display: block;
    margin: 30px 0 50px
}



ul.up_events li {
    display: block;
    margin-bottom: 35px;
    height: auto!important;
	background-image:none!important;
	border-bottom:0!important;
    padding:10px 0;
	border-radius:6px;
	
}

ul.up_events li:nth-child(2n+1){
	background-color:#eeeeee;
 
}

div.events_case h2,
div.events_case h3,
div.events_case h4 {
    font-family: bebas_neuebold;
    display: block;
    letter-spacing: .05em
}

div.events_case h2 {
    font-size: 2.6em;
    color: #333
}

div.events_case {
    padding-top: 40px;
    font-size: .92em
}

div.entry a {
    color: maroon
}

div.bg_white {
    background-color: #fff
}

div.bg_white_50 {
    background-color: rgba(255, 255, 255, .5)
}

div.clear2 {
    clear: both
}

ul.up_events div.up_events_date {
    display: block;
    height: 150px;
    padding-top: 20px;
    width: 150px;
    background-color: maroon;
    background-image: url(images/event_calendar_icon.svg);
    background-repeat: no-repeat;
    background-position: 50% 25%;
    background-size: 28px 28px;
    border-radius: 75px;
    margin: 0 auto;
    float: left
}

div.panel_endorsements:nth-child(2n){
    background-color: rgba(255, 255, 255, .5)
}

ul.up_events div.up_events_title {
    font-family: bebas_neuebold;
    font-size: 2.2em;
    letter-spacing: .06em;
    line-height: 1.2em;
    color: #000;
    margin-bottom: 10px;
    background-image: url(images/event_microphone_icon.svg);
    background-repeat: no-repeat;
    background-position: 0 6px;
    padding-left: 50px;
    background-size: 32px 32px
}

span.up_events_location,
span.up_events_role {
    background-position: center left;
    background-repeat: no-repeat
}

ul.up_events div.up_events_event {
    display: block;
    padding: 0 0 0 50px;
    margin: 0 0 10px;
    line-height: 1.1
}

span.up_events_location,
span.up_events_role {
    display: inline-block;
    font-size: .9em;
    padding: 5px 5px 5px 30px;
    margin-right: 10px
}

span.up_events_location {
    background-image: url(images/event_location_icon.svg);
    background-size: 24px 24px
}

span.up_events_role {
    background-image: url(images/event_microphone_icon.svg)
}

div.multiple_date,
div.single_date {
    color: #fff;
    font-family: bebas_neuebook;
    text-align: center;
    padding-top: 50px;
    font-size: 1.5em;
    line-height: 1em;
    letter-spacing: .06em
}

span.multiple_date_date,
span.year1 {
    font-size: .9em
}

div.event_blockquote blockquote {
    margin: 0 auto 20px
}

span.year1 {
    display: block;
    padding: 3px 0 0
}

ul.past_events li {
    display: block;
	box-sizing:border-box;
    padding: 20px 10px;
	border-radius:6px;
	background-image:none!important;
	
 	 
 
}

ul.past_events li:nth-child(2n+1){
	background-color:#eee;
}

a.download_attachment,
a.download_link,
a.download_protected_attachment,
a.ext_url,
a.secure_download_link {
    display: inline-block;
    padding: 5px 5px 5px 20px;
    margin-right: 10px
}

span.past_events_location,
span.past_events_multiple_date,
span.past_events_single_date {
    display: inline-block;
    font-size: .9em;
    padding: 5px 5px 5px 20px;
    margin-right: 10px
}

span.past_events_location {
    background-image: url(images/event_location_icon.svg);
    background-repeat: no-repeat;
    background-position: 0 7px;
    background-size: 16px 16px
}

span.past_events_multiple_date,
span.past_events_single_date {
    background-image: url(images/event_calendar_icon2.svg);
    background-repeat: no-repeat;
    background-position: 0 7px;
    background-size: 16px 16px
}

a.download_link,
a.secure_download_link {
    font-size: 1.2em
}

a.download_link {
    background-image: url(images/download_icon.svg);
    background-repeat: no-repeat;
    background-position: 0 14px;
    background-size: 16px 16px
}

a.download_attachment,
a.download_protected_attachment,
a.ext_url,
a.secure_download_link {
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 16px 16px
}

a.secure_download_link {
    background-image: url(images/secure_download_icon.svg)
}

a.download_attachment {
    background-image: url(images/download_icon.svg)
}

a.download_protected_attachment {
    background-image: url(images/secure_download_icon.svg)
}

a.ext_url {
    background-image: url(images/event_link_icon.svg)
}

span.e_book_img,
span.e_no_photo,
span.e_photo {
    background-position: center;
    background-repeat: no-repeat
}

div.up_events_meta {
    margin-left: 50px
}

div.past_events_title {
    font-family: bebas_neuebold;
    font-size: 1.5em;
    color: #000;
    letter-spacing: .06em
}

span.past_events_event {
    display: block;
    padding: 10px 0
}

span.past_events_event p {
    line-height: 1.2em;
    margin: 0 0 7px
}

@media (max-width:991px) and (min-width:768px) {
    ul.up_events div.up_events_title {
        background-image: none
    }
}

@media (max-width:767px) {
    ul.up_events div.up_events_date {
        margin: 0 0 3% 10%
    }
    div.up_events_title {
        font-size: 1.8em
    }
}

div.panel_sample_topic, div.panel_sample_topic1{
	padding:5px 0;
	border-bottom:1px solid #ccc;
}



div.panel_sample_topic h3,
div.panel_sample_topic1 h3 {
    font-size: 1.6em;
    font-weight: 400;
  
}

div.panel_sample_topic h3 a {
    color: #000;
	text-decoration:none;
}

div.panel_sample_topic h3 a:hover {
    color: maroon
}

div.panel_sample_topic img {
    max-width: 28px;
    max-height: 28px;
    margin-top: 0px;
    display: inline-block
}

div.panel_sample_topic1 h3 a {
    color: #000
}

div.panel_sample_topic1 h3 a:hover {
    color: maroon
}

div.panel_sample_topic1 img {
    max-width: 32px;
    max-height: 32px;
    
    display: inline-block
}
.topics{
	padding-bottom:15px;
}
.topics h2 {
    font-weight: 400!important;
    color: #333!important;
    padding: 10px 0 20px!important
}

.sample_topics_intro h2 {
    font-family: bebas_neuebold;
    font-size: 2em;
    color: #000;
    font-weight: 400;
    letter-spacing: .02em
}

.sample_topics_intro h3 {
    font-family: bebas_neuebook;
    font-size: 2em;
    color: #333;
    font-weight: 400;
    letter-spacing: .06em
}

div.sample_topics_header a,
span.e_name {
    color: maroon
}

div.sample_topics{
	padding:0px 0;
	text-align:left;
}
.panel-group{
	margin-bottom:0px;
}
div.sample_topics_header {
    padding-bottom: 20px;
    font-family: bebas_neuebook;
    font-size: 2em;
    letter-spacing: .06em
}

div.e_book_entry h2,
div.e_book_entry li,
div.sample_topics_header a,
span.e_name {
    font-family: bebas_neuebold
}

div.sample_topics_header span {
    display: block;
    padding-top: 16px
}

div.sample_topics_header img {
    max-width: 102px;
    max-height: 102px
}

div.icon_endorsements img {
    max-width: 42px;
    max-height: 42px
}

span.e_no_photo,
span.e_photo {
    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 21px;
    background-size: cover;
    margin-top: 6px;
	border:0;
}

span.e_name {
    font-size: 2em;
    letter-spacing: .06em;
    display: block;
    line-height: 1.2em;
    padding: 6px 0
}

span.e_positions {
    color: #000;
    font-style: italic;
    display: block
}

div.panel_endorsements {
    padding: 30px 0 40px;
    font-size: .94em
}

div.top_e {
    padding: 0 10px;
    min-height: 160px;
    font-size: .94em
}

@media (max-width:767px) {
    div.top_e {
        min-height: 20px;
        border-top: 1px solid #eee;
        padding-top: 14px
    }
}

span.fs94 {
    font-size: .94em;
    color: #333!important
}

div.e_book {
    padding-bottom: 20px
}

span.e_book_img {
    display: block;
    background-size: auto 100%;
    margin: 10px 0
}

span.e_book_img img {
    height: auto;
    width: 90%
}

div.e_book_entry a {
    color: maroon
}

div.e_book_entry a:hover {
    color: #000
}

div.e_book_entry h2 {
    font-size: 2.2em;
    font-weight: 400;
    padding: 20px 0;
    letter-spacing: .06em
}

div.e_book_entry li {
    display: inline-block;
    font-size: 2em;
    letter-spacing: .06em;
    padding: 0 0 0 40px;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-position: 0 14px;
    background-size: 28px 28px
}

.fp_title h2,
.home_intro ul li:nth-child(1) {
    letter-spacing: .02em;
    font-family: bebas_neuebold
}

div.e_book_entry li:nth-child(1) {
    background-image: url(images/excepts_icon.svg)
}

div.e_book_entry li:nth-child(2) {
    background-image: url(images/reviews_icon.svg)
}

div.e_book_entry li:nth-child(3) {
    background-image: url(images/book_icon.svg)
}

ul.footer_menu {
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
    padding: 4px 0;
    margin: 20px 0 0;
    text-align: center
}

ul.footer_menu li {
    display: inline-block;
    float: none
}

ul.footer_menu li a:hover {
    color: maroon
}

.home_intro ul li {
    display: block
}

.home_intro ul li:nth-child(2n) {
    height: 32px;
    background-image: url(images/c_bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px
}

.i_believe ul li:nth-child(1),
.joinme ul li:nth-child(1),
.mission ul li:nth-child(1) {
    background-repeat: no-repeat, no-repeat;
    background-position: 50% 22%, center;
    background-size: 36px 36px, 180px 180px
}

.home_intro ul li:nth-child(2n):after {
    content: " ";
    display: block;
    height: 1px;
    clear: both
}

.home_intro ul li:nth-child(2n+1) {
    width: 100%;
    padding: 10px 0;
    text-align: center
}

.home_intro ul li:nth-child(1) {
    width: 100%;
    height: 200px;
    padding: 96px 10px 0;
    font-size: 1.4em;
    line-height: 1.1em;
    color: #fff;
    margin-bottom: 6px
}

.i_believe ul li:nth-child(1) {
    background-image: url(images/logo_icon.svg), url(images/c_bg.svg)
}

.mission ul li:nth-child(1) {
    background-image: url(images/gp_mountain_icon.svg), url(images/c_bg.svg)
}

.joinme ul li:nth-child(1) {
    background-image: url(images/fp_join_me_icon.svg), url(images/c_bg.svg)
}

 

.bg_maroon {
    background-color: maroon
}

.fp_title {
    padding: 10px 0 20px
}

.fp_title h2 {
    font-size: 3em;
    color: maroon;
    text-align: center
}

.fp_title2 {
    padding: 0;
}

.fp_title2 h2 {
    font-family: bebas_neuebold;
    font-size: 3em;
    font-weight: 400;
    letter-spacing: .2em;
    color: maroon;
    text-align: center;
    margin: 30px 0 20px
}

div.fp_testimonials_item {
    text-align: center;
    padding: 0px ;
 
  
}
.fp_testimonials_item p{
	margin-bottom:5px;
}


.fp_testimonials_entry {
    line-height: 1.3em;
    padding: 20px 50px 30px;
    display: inline-block
}

span.fp_testimonials_entry p {
    margin: 0!important;
    line-height: 1.4em
}

span.fp_testimonials_entry2 {
    line-height: 1.3em;
    padding: 10px 50px;
    font-family: bebas_neuebook;
    font-size: 2em;
    font-weight: 400;
    letter-spacing: .1em;
    display: inline-block
}

span.fp_testimonials_entry2 p {
    margin: 0!important
}

div.testimonials_c h2 {
    font-family: bebas_neuebold;
    font-size: 2.2em;
    letter-spacing: .08em;
    text-align: center;
    padding: 30px 0
}




div.fp-slide {
    margin: 30px 0
}


span.t_no_photo,
span.t_photo {
    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 21px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 10px 0
}

span.t_name {
    display: block;
	text-transform:uppercase;
 
    font-size: 1.1em;
    letter-spacing: .06em;
    text-align: center
}

span.t_positions,
span.t_venue {
 
    letter-spacing: 0;
    font-size: .9em;
    text-align: center
}

span.t_positions {
  
    display: block;
    padding: 6px 0
}

.fp_book img,
a.booking,
span.t_venue {
    display: inline-block
}

span.t_venue {
    border-bottom: 1px solid #ccc;
    padding: 6px 0 6px 30px;
    background-image: url(images/event_location_icon.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 24px 24px
}

.fp_book h2,
.fp_book_t p:nth-child(2),
.manifesto_e h2,
a.booking {
    font-family: bebas_neuebold
}

.fp_book {
    margin-top: 50px
}

.fp_book img {
    width: 220px;
    height: auto
}

.fp_book h2 {
    font-size: 1.6em;
    letter-spacing: .02em;
    color: #333;
    display: block;
    min-height: 100px
}

.fp_book a {
    color: maroon
}

div.fp_book_t {
    padding: 10px;
    background-color: rgba(255, 255, 255, .5)
}

.fp_book_t p:nth-child(1) {
    display: block;
    color: #000;
    font-style: italic;
    padding: 0 30px 10px;
    margin: 14px 0 0;
    background-image: url(images/quote_icon3a.svg), url(images/quote_icon3b.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: top left, top right;
    background-size: 16px 16px, 16px 16px
}

a.booking,
div.manifesto {
    background-repeat: no-repeat
}

.fp_book_t p:nth-child(2) {
    font-size: 1.4em;
    letter-spacing: .01em;
    margin-bottom: 0;
    color: maroon
}

div.h_blockquote {
    padding: 40px 0 20px
}

div.manifesto {
    margin-bottom: 60px;
    background-image: url(images/globe_bg1.png);
    background-position: center;
    background-size: 320px auto
}

.manifesto_e {
    padding: 60px 0 20px
}

.manifesto_e h2 {
    color: maroon;
    font-size: 3em;
    letter-spacing: .3em;
    text-align: center
}

a.booking,
a.fp_download {
    font-size: 1.4em;
    letter-spacing: .02em
}

.manifesto_e p:nth-child(2),
.manifesto_e p:nth-child(3) {
    font-style: italic;
    color: #000
}

a.booking {
    color: maroon;
    padding: 6px 6px 6px 40px;
    background-image: url(images/check_icon.svg);
    background-position: 5px 14px;
    background-size: 24px 24px;
    margin: 10px 0 30px;
    transition: all .25s ease;
    border-radius: 4px
}

a.fp_download,
a.fp_download2 {
    display: inline-block;
    color: #fff;
    font-family: bebas_neuebold;
    padding: 10px 10px 10px 60px;
    background-image: url(images/bm.png);
    background-repeat: no-repeat;
    background-size: auto 60px;
    margin: 20px 0 00px;
    border-radius: 4px;
    text-align: left;
    transition: all .25s ease
}

a.booking:hover {
    background-color: #fff
}

a.fp_download {
    background-color: #4a4a4a;
    background-position: 0 0
}

a.fp_download:hover {
    background-color: maroon
}

a.fp_download2 {
    font-size: 1.6em;
    letter-spacing: .08em;
    background-color: #4a4a4a;
    background-position: 0 10px
}

a.fp_download2:hover {
    background-color: maroon
}

a.fp_download2 span {
    display: block;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0;
    font-size: .4em
}

.home_intro2 {
    padding: 10px;
    font-size: .94em;
    overflow: hidden
}

.home_intro2 ul {
    background-image: url(images/bg_white.svg), url(images/bg_white.svg), url(images/c_bg2.svg);
    background-repeat: no-repeat, no-repeat, repeat-y;
    background-position: 50% 0, 50% 102%, 50% 0;
    background-size: 10px 20px, 110px 110px, auto;
    line-height: 32px;
    border: 0;
    box-sizing: border-box
}

.home_intro2 ul li:nth-child(2n),
.home_intro2 ul li:nth-child(2n+1) {
    background-image: url(images/c_bg.svg);
    background-position: 50% 10px;
    background-size: 20px 20px;
    background-repeat: no-repeat
}

.home_intro2 ul li {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: visible;
    border: 0;
    box-sizing: border-box;
	line-height:26px;
}

.home_intro2 ul li:nth-child(2n) {
    padding-left: 53%;
    text-align: left
}

.home_intro2 ul li:nth-child(2n+1) {
    padding-right: 53%;
    text-align: right
}

.home_intro2 ul li:nth-child(2) {
    margin-top: -193px
}

.home_intro2 ul li:nth-child(3) {
    margin-top: 80px
}

.home_intro2 ul li:nth-child(4) {
    margin-top: -148px
}

.home_intro2 ul li:nth-child(5) {
    margin-top: 20px
}

.home_intro2 ul li:nth-child(6) {
    margin-top: -81px
}

.home_intro2 ul li h3 {
    color: maroon;
    font-family: bebas_neuebold;
    font-size: 27px;
    letter-spacing: .1em;
    margin-bottom: 10px;
    display: block;
    max-height: 29px;
    overflow: hidden
}

div.fp_jm,
div.home_intro2 p:nth-child(1) {
    font-family: bebas_neuebook;
    font-size: 2em;
    font-weight: 400;
    letter-spacing: .06em
}
@media only screen and (max-width:767px) {
	div.fp_jm,
div.home_intro2 p:nth-child(1) {
	font-size:1.5em;
}
	
}
div.home_intro2 p {
    display: block
}

.t_int span,
div.entry a.get,
div.home_intro2 p:nth-child(2) a {
    display: inline-block
}

div.home_intro2 p:nth-child(1) {
    line-height: 1.2;
    margin-bottom: 10px!important
}

.home_intro2_c {
    background-image: url(images/globe_bg1.png);
    background-position: 50% 30px;
    background-repeat: no-repeat;
    background-size: 320px auto
}

@media only screen and (min-device-width:960px) and (max-device-width:1024px) {
    .home_intro2 ul {
        background-image: url(images/bg_white.svg), url(images/bg_white.svg), url(images/c_bg2.svg);
        background-repeat: no-repeat, no-repeat, repeat-y;
        background-position: 50% 0, 50% 100%, 50% 0;
        background-size: 10px 20px, 150px 150px, auto;
        line-height: 24px;
        border: 0;
        box-sizing: border-box
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:959px) {
    .home_intro2 ul {
        background-image: url(images/bg_white.svg), url(images/bg_white.svg), url(images/c_bg2.svg);
        background-repeat: no-repeat, no-repeat, repeat-y;
        background-position: 50% 0, 50% 100%, 50% 0;
        background-size: 10px 20px, 150px 150px, auto;
        line-height: 24px;
        border: 0;
        box-sizing: border-box
    }
    div.bg_maroon {
        padding: 0
    }
}

@media only screen and (max-width:767px) {
    .home_intro2 ul {
        background-image: url(images/bg_white.svg), url(images/bg_white.svg), url(images/c_bg2.svg);
        background-repeat: no-repeat, no-repeat, repeat-y;
        background-position: 50% 0, 50% 100%, 50% 0;
        background-size: 10px 20px, 140px 140px, auto;
        border: 0;
        box-sizing: border-box
    }
}

@media only screen and (max-device-width:667px) and (orientation:portrait) {
    .home_intro2 ul {
        background-image: url(images/bg_white.svg), url(images/bg_white.svg), url(images/c_bg2.svg);
        background-repeat: no-repeat, no-repeat, repeat-y;
        background-position: 15px 0, 15px 100%, 15px 0;
        background-size: 10px 20px, 140px 140px, auto;
        border: 0;
        box-sizing: border-box
    }
    .home_intro2 ul li:nth-child(2n),
    .home_intro2 ul li:nth-child(2n+1) {
        padding: 5px 5px 5px 50px;
        text-align: left;
        background-image: url(images/c_bg.svg);
        background-repeat: no-repeat;
        background-position: 10px 10px;
        background-size: 20px 20px
    }
    .home_intro2 ul li:nth-child(2),
    .home_intro2 ul li:nth-child(3),
    .home_intro2 ul li:nth-child(4),
    .home_intro2 ul li:nth-child(5),
    .home_intro2 ul li:nth-child(6) {
        margin-top: 0
    }
}

@media only screen and (max-device-width:320px) {
    .home_intro2 ul {
        background-image: url(images/bg_white.svg), url(images/bg_white.svg), url(images/c_bg2.svg);
        background-repeat: no-repeat, no-repeat, repeat-y;
        background-position: 15px 0, 15px 100%, 15px 0;
        background-size: 10px 20px, 170px 170px, auto;
        border: 0;
        box-sizing: border-box
    }
}

@media only screen and (max-device-width:667px) and (orientation:landscape) {
    .home_intro2 ul {
        background-image: url(images/bg_white.svg), url(images/bg_white.svg), url(images/c_bg2.svg);
        background-repeat: no-repeat, no-repeat, repeat-y;
        background-position: 15px 0, 15px 100%, 15px 0;
        background-size: 10px 20px, 70px 70px, auto;
        border: 0;
        box-sizing: border-box
    }
    .home_intro2 ul li:nth-child(2n),
    .home_intro2 ul li:nth-child(2n+1) {
        padding: 5px 5px 5px 50px;
        text-align: left;
        background-image: url(images/c_bg.svg);
        background-repeat: no-repeat;
        background-position: 10px 10px;
        background-size: 20px 20px
    }
    .home_intro2 ul li:nth-child(2),
    .home_intro2 ul li:nth-child(3),
    .home_intro2 ul li:nth-child(4),
    .home_intro2 ul li:nth-child(5),
    .home_intro2 ul li:nth-child(6) {
        margin-top: 0
    }
}

.t_int span,
div.fp_jm,
div.so_logos h2,
div.so_logos h3,
div.so_logos span,
div.so_logos ul,
div.video_all h2,
p.v_w {
    text-align: center
}

@media only screen and (max-device-width:568px) and (orientation:landscape) {
    .home_intro2 ul {
        background-image: url(images/bg_white.svg), url(images/bg_white.svg), url(images/c_bg2.svg);
        background-repeat: no-repeat, no-repeat, repeat-y;
        background-position: 15px 0, 15px 100%, 15px 0;
        background-size: 10px 20px, 100px 100px, auto;
        border: 0;
        box-sizing: border-box
    }
}

div.fp_jm {
    line-height: 1.2;
    margin-bottom: 15px;
    box-sizing: content-box
}

div.entry a.get {
    color: #fff;
    font-family: bebas_neuebold;
    font-size: 1.6em;
    letter-spacing: .02em;
    padding: 10px 20px;
    background-color: #4a4a4a;
    margin: 20px 0 00px;
    transition: all .25s ease;
    border-radius: 4px
}

.home_intro2 h2,
span.vmt_n {
    font-family: bebas_neuebold;
    font-weight: 400;
    letter-spacing: .1em
}

div.entry a.get:hover {
    background-color: maroon;
    text-decoration: none!important
}

.home_intro2 h2 {
    font-size: 2.2em;
    margin-top: 40px;
    color: maroon
}

div.t_int {
    padding: 10px
}

.t_int span {
    background-color: maroon;
    color: #fff;
    padding: 120px 20px 0;
    height: 300px;
    width: 300px;
    border-radius: 50%;
    margin: 40px 10px 50px;
    background-image: url(images/quote_icon1.svg);
    background-repeat: no-repeat;
    background-position: 50% 50px;
    background-size: 32px 32px;
    overflow: hidden
}

@media only screen and (max-device-width:1024px) and (min-device-width:768px) {
    .t_int span {
        display: inline-block;
        background-color: maroon;
        color: #fff;
        padding: 85px 14px 0;
        height: 220px;
        width: 220px;
        text-align: center;
        border-radius: 50%;
        margin: 40px 10px 50px;
        background-image: url(images/quote_icon1.svg);
        background-repeat: no-repeat;
        background-position: 50% 50px;
        background-size: 32px 32px;
        overflow: hidden;
        font-size: .8em;
        line-height: 1.3em
    }
}

.sp:nth-child(2n) {
    background-color: #fff
}

.sp:nth-child(2n+1) {
    background-color: rgba(255, 255, 255, .5)
}

@media (min-width:768px) {
    .sp:nth-child(n+5) {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        background-color: #fff;
        margin: 1% 1% 50px;
        width: 48%
    }
    .sp:nth-child(n+5) span.fp_testimonials_entry {
        display: block;
        overflow: auto;
        background-image: url(images/shadow_btn2.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        padding: 20px 50px;
        font-size: .94em;
        line-height: 1.5em;
        margin-top: 10px
    }
    .sp:nth-child(n+5) span.t_name {
        font-size: 1.3em;
        line-height: 1em
    }
    .sp:nth-child(n+5) span.t_position {
        padding: 4px 0
    }
    .sp:nth-child(n+5) span.t_venue {
        border-bottom: 0;
        padding: 4px 0 4px 30px
    }
}

div.share_o_page a,
div.share_v_page,
div.share_v_page a,
footer .ctct-form {
    vertical-align: middle
}

.add_testimonial {
    padding: 40px 20px
}

.add_testimonial a {
    color: maroon;
    cursor: pointer
}

div.view_more_testimonials {
    margin-bottom: 40px;
    line-height: 1.2em;
    font-size: .94em
}

div#view_more_testimonials {
    background-color: rgba(255, 255, 255, .5);
    padding: 40px 30px 20px
}

.view_more_testimonials a {
    color: maroon
}

.view_more_testimonials a.vmt {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    background-color: maroon;
    padding: 8px 18px;
    height: 42px;
    border-radius: 10px;
    margin-bottom: 30px
}

.view_more_testimonials a.vmt:hover {
    background-color: #333;
    color: #fff
}

div.res_block,
div.res_block_full {
    background-color: rgba(255, 255, 255, .5);
    margin-bottom: 50px
}

div.view_more_testimonials li {
    display: block;
    padding: 6px 0 6px 40px;
    background-image: url(images/c_bg.svg);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-size: 12px 12px
}

span.vmt_n {
    display: inline-block;
    padding: 10px 50px;
    font-size: 1.6em;
    border-top: 1px solid maroon
}

.res_block h5,
div.resourses_entry h2,
div.so h2,
div.so_logos h2 {
    font-family: bebas_neuebold;
    font-weight: 400;
    letter-spacing: .08em
}

div.res_block_full {
    padding: 20px
}

div.res_block {
    padding: 30px 10px
}

div.res_block li {
    margin: 5px 0 7px
}

div.res_link {
    padding: 10px;
    background-color: #fff;
    margin: 0 0 10px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #eee
}

div.res_block li img {
    max-height: 180px;
    width: auto;
    display: inline-block;
    margin: 0 10px 10px 0
}

.res_block h5 {
    font-size: 1.4em;
    padding: 5px 0;
    color: #333
}

.res_block a {
    color: maroon
}

div.res_link span {
    font-size: .94em;
    padding: 0 0 0 30px;
    display: block
}

div.res_link a.r_link {
    display: block;
    padding: 4px 5px 4px 30px;
    background-image: url(images/event_link_icon.svg);
    background-repeat: no-repeat;
    background-position: 2px 10px;
    background-size: 16px 16px
}

div.resourses_entry h2 {
    font-size: 2em;
    color: #333
}

.res_block h2:before {
    display: block;
    content: " ";
    margin-top: -105px;
    height: 105px;
    visibility: hidden
}

div.blfix_menu {
    position: fixed;
    color: #fff;
    display: none;
    top: 24%;
    margin-left: 10px;
    z-index: 50
}

div.blfix_menu a {
    color: #fff;
    background-color: rgba(128, 0, 0, .4);
    padding: 7px 14px;
    font-size: .7em;
    margin: 4px 0;
    display: block
}

div.blfix_menu a:hover {
    background-color: #333
}

div.blfix_menu li.current a {
    background-color: rgba(128, 0, 0, .75)
}

@media (max-width:990px) {
    div.blfix_menu,
    div.blfix_menu li,
    div.blfix_menu ul {
        text-align: center
    }
    div.blfix_menu {
        position: fixed;
        color: #fff;
        display: none;
        bottom: 0;
        margin-bottom: 20px;
        top: auto;
        z-index: 50;
        font-size: .9em
    }
    div.blfix_menu li {
        display: inline-block;
        padding: 0;
        margin: 0
    }
    div.blfix_menu li a {
        display: inline-block;
        padding: 4px 8px
    }
}

div.so {
    padding: 10px
}

div.so a {
    color: maroon
}

div.so h2,
div.so_logos h2 {
    font-size: 2em;
    color: #333;
    padding: 20px 0 10px
}

div.i_block_f li a,
div.so_h ul li {
    letter-spacing: .02em;
    background-repeat: no-repeat
}

div.so_logos h3 {
    font-family: bebas_neuebook;
    font-size: 2em;
    color: #989898;
    padding-top: 20px;
    margin-bottom: 0
}

div.so_logos span {
    color: #989898;
    display: block
}

div.so li {
    display: block;
    padding: 6px 0 6px 40px;
    background-image: url(images/c_bg.svg);
    background-repeat: no-repeat;
    background-position: 10px 13px;
    background-size: 12px 12px
}

a.fp_download {
    height: auto
}

div.so_logos {
    margin: 30px 0
}

div.so_logos ul {
    display: block;
    background-color: #fff;
    margin: 10px;
    border: 10px solid #ccc
}

div.so_logos li {
    display: inline-block;
    padding: 10px;
    margin: 10px
}

div.so_logos li img {
    max-height: 50px;
    width: auto
}

div.so_gb {
    background-color: #eee;
    padding: 10px;
    margin: 40px 0
}

div.so_gb div {
    padding: 20px 10px
}

div.so_gb h2 {
    padding: 0
}

div.so_h {
    padding: 0 0 40px
}

div.so_h ul li {
    background-position: 0 14px;
    background-size: 28px 28px;
    display: inline-block;
    font-family: bebas_neuebold;
    font-size: 1.6em;
    margin-right: 20px;
    padding: 0 0 0 40px;
    margin-bottom: 10px
}

div.so_h ul li a {
    color: maroon
}

div.so_h ul li a:hover {
    color: #000
}

div.so_h ul li:nth-child(1) {
    background-image: url(images/download_icon.svg);
    background-position: 5px 10px;
    background-repeat: no-repeat;
    background-size: 20px 20px
}

div.so_h ul li:nth-child(2) {
    background-image: url(images/quote_icon3a1.svg);
    background-position: 2px 2px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    padding: 0 0 0 40px
}

div.so_h ul li:nth-child(3) {
    background-image: url(images/microphone_icon2.svg);
    background-position: 0 5px;
    background-repeat: no-repeat;
    background-size: 30px 30px
}

div.i_block a {
    color: maroon
}

div.i_block ul {
    display: block;
    padding: 20px 10px;
    margin: 10px
}

div.i_block li {
    display: block
}

div.i_block li a {
    display: block;
    font-size: .94em
}

div.i_block_f {
    font-size: 1em;
    background-color: #fff
}

div.i_block_f li a {
    font-family: bebas_neuebook;
    font-size: 1.6em;
    padding: 10px 10px 10px 40px;
    background-image: url(images/c_bg3.svg);
    background-position: 10px 25px;
    background-size: 12px 12px
}

div.i_block_f h2,
div.i_block_o h2 {
    display: block;
    font-family: bebas_neuebold;
    font-size: 2em;
    font-weight: 400;
    letter-spacing: .08em;
    padding: 20px 0 10px 40px
}

div.i_block_f li:nth-child(2n) a {
    background-color: #f3f3f3
}

div.i_block_f li a:hover {
    background-image: url(images/c_bg.svg);
    color: #000;
    background-color: #eee
}

div.i_block_f h2 {
    color: #333;
    background-image: url(images/event_microphone_icon.svg);
    background-repeat: no-repeat;
    background-position: 0 23px;
    background-size: 32px 32px
}

div.i_block_o h2 {
    background-image: url(images/microphone_icon2.svg);
    background-repeat: no-repeat;
    background-position: 0 22px;
    background-size: 36px 36px
}

div.video_all h2,
div.video_all h3 a {
    font-family: bebas_neuebold;
    font-weight: 400;
    letter-spacing: .02em;
    background-repeat: no-repeat;
    display: block
}

div.i_block_o li a {
    padding: 5px 5px 5px 40px;
    background-image: url(images/c_bg3.svg);
    background-repeat: no-repeat;
    background-position: 10px 12px;
    background-size: 9px 9px
}

div.i_block_o li:nth-child(2n) a {
    background-color: rgba(255, 255, 255, .5)
}

div.i_block_o li a:hover {
    background-image: url(images/c_bg.svg);
    color: #000;
    background-color: #fff
}

.alert-warning {
    background-color: #e5e5e5;
    border-color: #ccc;
    color: #333
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
 
    height: 0;
    overflow: hidden;
    display: block;
	
	border: 4px solid #800000;
	background-color: #000;
    border-radius: 4px;

}
}

.video-container embed,
.video-container iframe,
.video-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

div.video_item {
    margin: 20px 0
}

div.video_all {
    margin: 10px 0 0;
    padding: 20px 10px 40px;
    border-bottom: 10px solid maroon
}

div.video_all1 {
    margin: 10px 0 20px;
    padding: 20px 10px 30px
}

div.video_all h3 a {
    font-size: 1.4em;
    padding: 20px 0 10px 40px;
    color: maroon;
    background-image: url(images/v_icon1.svg);
    background-position: 5px 24px;
    background-size: 22px 22px
}

div.video-desctription h3 a:hover {
    color: #000
}

div.video-desctription span {
    padding: 0 10px 10px 40px;
    font-size: .9em;
    display: block;
    color: #333
}

@media only screen and (max-device-width:667px) {
    div.video-desctription span {
        padding: 0 10px 10px 40px;
        font-size: .85em;
        line-height: 1.2em;
        display: block;
        color: #333
    }
}

div.video_all h2 {
    font-size: 2em;
    padding: 90px 10px 10px;
    color: #333;
    background-image: url(images/bm_v_icon1.svg);
    background-position: 50% 8px;
    background-size: 62px 62px
}

div.video_all .video-container {
    box-shadow: 0 0 5px rgba(0, 0, 0, .5)
}

div.share_o_page a:hover,
div.share_v_page a:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, .7)
}

p.v_w {
    display: block;
    padding: 0 20px;
    font-family: bebas_neuebook;
    font-size: 1.3em;
    letter-spacing: .06em
}

div.video_all1 h3,
div.video_all2 h3 {
    font-family: bebas_neuebold;
    font-weight: 400;
    letter-spacing: .02em;
    background-repeat: no-repeat;
    background-position: 5px 24px;
    background-size: 22px 22px;
    display: block
}

.bg_gray {
    background-color: #999
}

div.video_all1 h3 {
    font-size: 1.6em;
    padding: 20px 0 10px 40px;
    color: #fff;
    background-image: url(images/v_icon2.svg)
}

div.video_all1 div.video-desctription span {
    padding: 0 10px 10px 40px;
    font-size: .9em;
    display: block;
    color: #fff
}

div.video_all2 h3 {
    font-size: 1.6em;
    padding: 20px 0 10px 40px;
    color: #444;
    background-image: url(images/v_icon1.svg)
}

a.share_fb,
a.share_tw {
    background-repeat: no-repeat;
    background-position: 50% 6px;
    background-size: 36px 36px
}

div.video_all2 h3 a {
    color: maroon
}

div.video_all2 h3 a:hover {
    color: #000
}

div.video_all1 h3 a {
    color: #fff
}

div.video_all1 h3 a:hover {
    color: maroon
}

div.video_all2 div.video-desctription span {
    padding: 0 10px 10px 40px;
    font-size: .9em;
    display: block;
    color: #444
}

div.single_video_entry h2,
div.video_all2 h2 {
    font-size: 2em;
    color: #333;
    text-align: center;
    padding: 10px;
    display: block;
    font-weight: 400;
    letter-spacing: .02em;
    font-family: bebas_neuebold
}

div.video_all2 h2 {
    margin-top: 20px
}

div.single_video_entry {
    margin: 20px 0
}

div.single_video_entry h2 {
    margin-top: 20px
}

div.single_video_description {
    text-align: left;
    color: #555;
    font-size: .86em;
    padding: 10px;
    background-color: rgba(255, 255, 255, .5)
}

div.single_video a {
    color: maroon
}

ul.footer_menu2 {
    display: block;
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #ccc
}

ul.footer_menu2 li {
    display: inline-block;
    margin: 0 6px
}

ul.footer_menu2 li a {
    display: block;
    padding: 4px 7px;
    background-color: rgba(255, 255, 255, .5);
    font-size: .9em
}

div.share_video {
    background-color: #eee;
    padding: 10px 0 10px 40px
}

div.share_message {
    text-transform: uppercase;
    font-weight: 400;
    padding: 5px 0;
    letter-spacing: .02em;
    color: #333
}

div.share_buttons,
div.share_link {
    padding: 5px 0
}

div.share_buttons2 {
    padding: 15px 0 5px
}

div.share_buttons a {
    display: inline-block;
    padding: 50px 5px 5px;
    font-size: .8em;
    margin-bottom: 10px
}

div.share_buttons a:nth-child(1) {
    margin-right: 10px
}

div.share_buttons a:hover {
    background-color: #ccc;
    border-radius: 5px
}

a.share_fb {
    background-image: url(images/sm/icon_fb.svg)
}

a.share_tw {
    background-image: url(images/sm/icon_tw.svg)
}

a.share_page_fb,
a.share_page_in,
a.share_page_mail,
a.share_page_p,
a.share_page_tw {
    background-position: center;
    background-size: 30px 30px;
    background-repeat: no-repeat
}

div.c_alert {
    display: none;
    padding-top: 90px;
    color: #fff;
    height: 200px;
    width: 200px;
    background-color: maroon;
    border-radius: 50%;
    position: fixed;
    z-index: 5000;
    top: 200px;
    left: 50%;
    margin-left: -100px;
    text-align: center;
    font-family: bebas_neuebold;
    font-weight: 1.6em
}

span.s_url {
    display: block;
    padding-bottom: 6px;
    border-bottom: 1px solid #eee;
    font-size: .9em;
    color: #555;
    word-wrap: break-word
}

div.s_url_button {
    display: inline-block;
    padding-right: 10px;
    padding-bottom: 10px
}

div.s_url_button a {
    color: #fff;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: maroon;
    font-size: .8em
}

div.s_url_button a:hover {
    background-color: #333
}

div.share_v_page {
    background-color: maroon;
    padding: 0;
    height: 40px;
    width: 60%;
    float: right;
    font-size: .8em;
    text-transform: uppercase;
    margin-top: -1px;
    color: #fff;
    margin-bottom: 40px;
    line-height: 26px;
    text-align: right
}

div.twitter_bird2,
ul.shop_list li {
    text-align: center
}

div.share_v_page:before {
    content: " ";
    float: none;
    margin-top: -3px;
    margin-left: -39px;
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 40px 40px 0;
    border-color: transparent maroon transparent transparent
}

@media only screen and (max-device-width:667px) {
    div.share_v_page {
        width: 84%
    }
}

div.share_v_page a {
    display: inline-block;
    height: 24px;
    width: 24px;
    margin: 0 9px 4px 6px;
    cursor: pointer
}

a.share_page_fb {
    background-image: url(images/sm/icon_fb.svg)
}

a.share_page_mail {
    background-image: url(images/sm/icon_mail.svg)
}

a.share_page_tw {
    background-image: url(images/sm/icon_tw.svg)
}

a.share_page_p {
    background-image: url(images/sm/icon_p.svg)
}

a.share_page_in {
    background-image: url(images/sm/icon_in.svg)
}

.ctct-form-wrapper .ctct-button {
    display: none
}

footer input,
footer input[type=submit] {
    border: 0;
    box-shadow: 0;
    display: block;
    letter-spacing: .06em;
    font-size: 1.6em;
    background-color: #fff;
    font-family: bebas_neuebold
}

footer input {
    color: #333;
    padding: 6px 10px;
    width: 100%
}

footer input[type=submit] {
    color: maroon;
    padding: 10px 14px;
    width: auto
}

@media only screen and (max-device-width:667px) {
    footer input[type=submit] {
        margin: 0 auto
    }
}

footer .ctct-form label {
    display: none
}

.ctct-disclosure sub {
    font-size: .7em;
    color: #999;
    padding-bottom: 25px
}

a.fb_link {
    display: inline-block;
    padding: 4px 8px 4px 40px;
    color: #333;
    margin-top: 150px;
    background-color: #fff;
    background-image: url(images/sm/icon_fb.svg);
    background-repeat: no-repeat;
    background-position: 5px 4px;
    font-weight: .8em;
    background-size: 24px 24px;
    border-radius: 5px
}

a.fb_link:hover {
    background-color: #eee
}

div.modal {
    z-index: 100000
}

div.book_right_column {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: .9m
}

div.book_right_column li {
    display: block;
    padding: 5px 10px 5px 40px
}

div.book_right_column h2 {
    display: block;
    font-family: bebas_neuebold;
    font-size: 2em;
    font-weight: 400;
    letter-spacing: .02em;
    padding: 10px 10px 10px 40px;
    color: #333
}

div.book_right_column h2.book_shops {
    background-image: url(images/book_icon.svg);
    background-repeat: no-repeat;
    background-position: 0 16px;
    background-size: 26px 26px
}

div.book_right_column h2.book_contacts {
    background-image: url(images/tel_icon.svg);
    background-repeat: no-repeat;
    background-position: 0 16px;
    background-size: 28px 28px
}

div.book_right_column h3 {
    font-family: bebas_neuebook;
    text-transform: uppercase;
    letter-spacing: .06em;
    padding: 10px 0;
    color: #333
}

div.book_right_column a {
    color: maroon
}

p.book_contact {
    display: block;
    padding: 5px 10px 5px 20px;
    font-size: .86em;
    background-color: #fff;
    border-left: 2px solid #ccc
}

ul.shop_list {
    display: block
}

ul.shop_list li,
ul.shop_list li a,
ul.shop_list li img {
    display: inline-block
}

ul.shop_list li {
    width: 48%;
    padding: 5px 10px;
    background: #fff;
    margin: 4px 2px;
    height: 70px
}

div.books_entry h1,
div.books_entry h2,
div.books_header h1,
div.books_header h2 {
    font-family: bebas_neuebold;
    letter-spacing: .02em;
    padding: 10px 0;
    font-weight: 400
}

ul.shop_list li img {
    max-height: 60px;
    width: auto
}

div.books_header {
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 40px 0;
    min-height: 256px;
    margin-bottom: 20px
}

div.books_entry h1,
div.books_header h1 {
    display: block;
    font-size: 2.6em;
    color: maroon
}

div.books_entry h2,
div.books_header h2 {
    display: block;
    font-size: 2em;
    color: #000
}

div.books_header h4 {
    display: block;
    font-family: bebas_neuebook;
    font-size: 1.2em;
    font-weight: 400;
    letter-spacing: .15em;
    text-align: left;
    padding: 6px 0
}

div.books_header span {
    display: block;
    text-align: left;
    text-transform: uppercase;
    color: maroon;
    font-weight: 700
}

.gallery-theme-item,
div.books_entry h2,
h2.Book_eh {
    text-align: center
}

div.books_entry h2 a {
    cursor: pointer
}

div.books_entry h3,
div.books_header h3 {
    font-family: bebas_neuebook;
    text-transform: uppercase;
    letter-spacing: .06em;
    padding: 10px 0;
    color: #333
}

@media (max-width:990px) {
    div.books_header {
        background-repeat: no-repeat;
        background-size: auto 200px;
        background-position: 50% 0;
        min-height: 256px;
        margin-bottom: 20px;
        padding-top: 200px
    }
    div.books_entry h1,
    div.books_entry h2,
    div.books_header h1,
    div.books_header h2 {
        text-align: center
    }
}

div.books_entry {
    padding: 30px 20px;
    font-size: .9em;
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 0!important
}

a.read_all_endorsements,
div.entry a.book_collapse {
    display: inline-block;
    color: #fff;
    font-size: 1.6em;
    padding: 10px 20px;
    font-family: bebas_neuebold;
    transition: all .25s ease 0s;
    letter-spacing: .02em;
    border-radius: 4px;
    cursor: pointer
}

div.entry a.book_collapse {
    background-color: #4a4a4a
}

a.read_all_endorsements {
    background-color: maroon;
    margin-bottom: 20px
}

a.read_all_endorsements:hover {
    background-color: #333
}

h2.Book_eh {
    margin: 50px 0 20px;
    display: block;
    font-family: bebas_neuebold;
    font-size: 2.6em;
    font-weight: 400;
    letter-spacing: .02em;
    padding: 10px 0;
    color: #333
}

a#bcover,
a.download_excerpts {
    display: inline-block
}

a.download_excerpts {
    background-color: maroon;
    color: #fff;
    font-family: bebas_neuebold;
    font-size: 1.6em;
    padding: 10px 20px;
    transition: all .25s ease 0s;
    cursor: pointer;
    margin: 0 0 30px;
    letter-spacing: .02em;
    border-radius: 4px
}

div.entry a.download_excerpts:hover {
    background-color: #333
}

.f09 {
    font-size: .9em
}

#book_description p:first-child {
    margin-top: 30px
}

a#bcover img {
    max-height: 160px;
    margin-right: 10px
}

@media (max-width:990px) {
    a#bcover,
    div.books_entry h1,
    div.books_entry h2,
    div.books_header h1,
    div.books_header h2 {
        text-align: center
    }
    div.books_header {
        background-repeat: no-repeat;
        background-size: auto 200px;
        background-position: 50% 0;
        min-height: 256px;
        margin-bottom: 20px;
        padding-top: 200px
    }
    a#bcover {
        display: block;
        padding: 10px 0
    }
    a#bcover img {
        max-height: 260px;
        display: inline-block
    }
}

div.event_planning_block h2,
div.event_planning_block h3 {
    display: block;
    font-family: bebas_neuebold;
    letter-spacing: .05em
}

div.event_planning_block {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: .94em
}

div.event_planning_block h2 {
    color: #333;
    font-size: 2.6em;
    padding: 20px 0
}

div.event_planning_block h3 {
    color: #000;
    font-size: 1.6em
}

.gallery-theme-item {
    height: 220px
}

.gallery-theme-item img {
    height: 170px;
    width: auto
}

.gallery-theme-item a {
    display: inline-block
}

.gallery-theme-item span {
    display: block;
    padding: 8px 10px;
    font-size: .8em;
    text-align: center
}

div.share_o_page {
    display: none;
    position: fixed;
    top: 30%;
    background-color: rgba(128, 0, 0, .4);
    color: #fff;
    z-index: 200;
    right: 0;
    padding: 80px 5px 5px;
    float: right;
    background-image: url(images/share.svg);
    background-repeat: no-repeat;
    background-position: 50% 10px;
    background-size: 30px auto
}

div.share_o_page a {
    display: block;
    height: 26px;
    width: 26px;
    margin: 2px 0 5px;
    cursor: pointer
}

div.share_o_page:hover {
    background-color: rgba(128, 0, 0, .75)
}

div.faq_question {
    font-size: .86em;
    padding: 10px;
    background-color: #eee;
    line-height: 1.5em
}

div.faq_question h4 {
    text-align: left;
    padding: 20px 0 10px;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: 700;
    color: #000;
    font-size: 1.2em
}

div.faq_answer {
    font-size: .94em;
    padding: 20px 10px;
    line-height: 1.6em
}

div.fp_video_banner p,
div.fp_video_banner_cr a {
    font-family: bebas_neuebold;
    font-size: 1.4em;
    letter-spacing: .02em
}

div.faq_answer div {
    padding: 10px;
    background-color: #eee;
    margin-bottom: 20px
}

div.fp_video_banner {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px
}

div.fp_video_banner img {
    width: 60%;
    height: auto;
    display: inline-block
}

div.fp_video_banner_cl {
    text-align: center
}

div.fp_video_banner_cr {
    padding-top: 10px
}

div.fp_video_banner_cr a {
    background-image: url(images/v_icon1.svg);
    background-position: 2px 18px;
    background-repeat: no-repeat;
    background-size: 22px 22px;
    color: maroon;
    display: block;
    font-weight: 400;
    padding: 10px 0 10px 40px
}

div.fp_video_banner_cr p {
    margin-bottom: 0
}

div.fp_video_banner_cr span {
    font-size: .65em;
    letter-spacing: 0;
    font-family: 'Open Sans', sans-serif
}

div.single-post-item {
    padding: 30px 10px 20px;
    margin: 0 0 30px
}

div.single-post-item p {
    display: block;
    padding: 4px 0 8px
}

div.single-post-item a {
    font-weight: 700;
    color: maroon
}

div.single-post-item h1,
div.single-post-item h2,
div.single-post-item h3,
div.single-post-item h4,
div.single-post-item h5,
div.single-post-item h6 {
    font-family: bebas_neuebold;
    display: block;
    margin: 0;
    letter-spacing: .02em
}

div.single-post-item h1,
div.single-post-item h2 {
    padding: 15px 0;
    color: maroon
}

div.single-post-item h1 {
    font-size: 2.8em
}

div.single-post-item h2 {
    font-size: 2em
}

div.single-post-item h3,
div.single-post-item h4,
div.single-post-item h5,
div.single-post-item h6 {
    padding: 15px 0 10px;
    color: #333
}

div.p404 a,
div.p404 h1 {
    color: maroon
}

div.single-post-item h3 {
    font-size: 1.6em
}

div.single-post-item h4 {
    font-size: 1.2em
}

div.single-post-item ul {
    display: block;
    padding: 0 0 20px
}

div.single-post-item ul li {
    display: block;
    padding: 0 6px 15px 38px;
    background-image: url(images/c_bg.svg);
    background-repeat: no-repeat;
    background-position: 10px 7px;
    background-size: 12px 12px
}

div.single-post-item ul.questions li {
    background-image: none;
    background-color: #eee;
    padding: 10px 20px 20px;
    margin: 0 0 10px
}

div.single-post-item blockquote {
    background-image: url(images/quote_icon3a1.svg), url(images/quote_icon3b1.svg);
    background-position: left 10px, right 10px;
    background-repeat: no-repeat, no-repeat;
    background-size: 24px 24px, 24px 24px;
    padding: 10px 50px 20px;
    margin-bottom: 10px
}

div.single-post-item blockquote:after,
div.single-post-item blockquote:before {
    display: none
}

a.false_button,
a.true_button {
    display: inline-block;
    height: 36px;
    width: 36px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 12px;
    background-position: center;
    background-size: 24px auto;
    background-repeat: no-repeat;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3)
}

a.true_button {
    background-image: url(images/tu.png)
}

a.false_button {
    background-image: url(images/td.png)
}

ul.questions_list li {
    background-image: none!important;
    background-color: #eee;
    padding: 10px 10px 10px 15px;
    margin: 5px 0 10px;
    border-left: 5px solid maroon
}

div.your_question p {
    padding: 10px 0;
    margin-bottom: 0!important
}

div.question {
    display: none
}

div.important {
    border: 2px solid maroon;
    padding: 20px;
    margin: 10px 0 20px
}

div.important p {
    margin: 0
}

div.test_alert {
    position: fixed;
    z-index: 20200;
    right: 20px;
    top: 150px;
    background-color: rgba(42, 222, 105, .7);
    padding: 20px 40px
}

div.p404 h1,
div.p404 h2 {
    padding: 20px 0;
    margin: 0;
    letter-spacing: .01em;
    display: block;
    font-family: bebas_neuebold
}

div.p404 h1 {
    font-size: 2.4em
}

div.p404 h2 {
    font-size: 2em
}

div.p404 {
    padding-bottom: 20px
}

ul#menu-404page li {
    display: block;
    float: none
}

ul#menu-404page li a {
    display: block;
    padding: 5px 10px
}

ul#menu-404page li a:hover {
    background-color: #eee;
	color:#555;
}

.tnp-widget-minimal input.tnp-submit {
    margin-top: 20px;
    width: auto!important;
    background-color: maroon
}

.tnp-widget-minimal input.tnp-email,
.tnp-widget-minimal input.tnp-submit {
    font-size: 1em
}

#ap-form-5 label,
.qq-upload-button {
    font-family: bebas_neuebold;
    font-size: 1.4em
}

body.bg-slate-800 {
    background-color: maroon!important
}

div.ap-file-uploader {
    height: 20px
}

div.s_testimonial {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff
}

#ap-form-5 label {
    font-weight: 400;
    letter-spacing: .02em;
    color: #333
}

.s_testimonial h2.ap-pro-front-form-title {
    display: none
}

.s_testimonial div.ap-form-field-wrapper,
.s_testimonial div.ap-pro-form-field-wrapper {
    margin-bottom: 20px;
    width: 50%;
    display: inline-block;
    padding: 0 10px
}

.s_testimonial div.ap-pro-form-field-wrapper:nth-child(1),
.s_testimonial div.ap-pro-form-field-wrapper:nth-child(6) {
    width: 100%
}

div.s_testimonial .ap-pro-form-field input[type=text],
div.s_testimonial .ap-pro-form-field select,
div.s_testimonial .ap-pro-form-field textarea {
    background-clip: padding-box;
    background-color: #fff;
    border: 2px solid #eee;
    border-radius: 3px;
    box-shadow: none!important;
    width: 100%;
    margin-top: 10px;
    padding: 5px 7px
}

div.s_testimonial .ap-pro-form-field input[type=text]:focus,
div.s_testimonial .ap-pro-form-field select:focus,
div.s_testimonial .ap-pro-form-field textarea:focus {
    border: 1px solid maroon
}

.ap-pro-form-field-wrapper input[type=submit] {
    background-color: maroon;
    color: #fff;
    padding: 7px 12px!important;
    display: block;
    height: auto;
    border: 0;
    font-family: bebas_neuebold;
    font-size: 1.4em;
    box-shadow: none
}

.ap-pro-form-field-wrapper input[type=submit]:hover {
    background-color: #333
}

.qq-upload-button {
    background-color: maroon;
    background-image: none;
    color: #fff;
    padding: 3px 12px!important;
    display: inline-block;
    font-weight: 400;
    border: 0;
    height: 40px;
    border-radius: 3px;
    box-shadow: none
}

.qq-upload-button:hover {
    background-color: #333
}

div.s_testimonial2 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: .9em
}

div.s_testimonialc {
    background-color: rgba(255, 255, 255, .5)
}

div.s_testimonial2 a {
    color: maroon
}

div.ap-pro-file-preview {
    margin-top: 30px
}

@media only screen and (max-device-width:667px) {
    .s_testimonial div.ap-form-field-wrapper,
    .s_testimonial div.ap-pro-form-field-wrapper {
        margin-bottom: 20px;
        width: 100%;
        display: inline-block;
        padding: 0 10px
    }
}

ul.post-attachments {
    list-style: none;
    margin: 0;
}

li.post-attachment {
    background: url(htpps://lindobacon.com/wp-content/plugins/wp-attachments/styles/0/document.png) 0 4px no-repeat;
    padding-left: 24px;
}

.post-attachment.mime-imagejpeg,
.post-attachment.mime-imagepng,
.post-attachment.mime-imagejpeg,
.post-attachment.mime-imagegif {
    background-image: url(htpps://lindobacon.com/wp-content/plugins/wp-attachments/styles/0/document-image.png);
}

.post-attachment.mime-applicationzip {
    background-image: url(htpps://lindobacon.com/wp-content/plugins/wp-attachments/styles/0/document-zipper.png);
}

.post-attachment.mime-applicationpdf {
    background-image: url(htpps://lindobacon.com/wp-content/plugins/wp-attachments/styles/0/document-pdf.png);
}

.post-attachment.mime-applicationvnd-ms-excel {
    background-image: url(htpps://lindobacon.com/wp-content/plugins/wp-attachments/styles/0/document-excel.png);
}

.post-attachment.mime-applicationvnd-openxmlformats-officedocument-spreadsheetml-sheet {
    background-image: url(htpps://lindobacon.com/wp-content/plugins/wp-attachments/styles/0/document-excel.png);
}

.post-attachment.mime-applicationmsword {
    background-image: url(htpps://lindobacon.com/wp-content/plugins/wp-attachments/styles/0/document-word.png);
}

.post-attachment.mime-applicationvnd-openxmlformats-officedocument-wordprocessingml-document {
    background-image: url(htpps://lindobacon.com/wp-content/plugins/wp-attachments/styles/0/document-word.png);
}

.post-attachment.mime-applicationvnd-oasis-opendocument-spreadsheet {
    background-image: url(htpps://lindobacon.com/wp-content/plugins/wp-attachments/styles/0/document-ods.png);
}

.post-attachment.mime-applicationvnd-oasis-opendocument-text {
    background-image: url(htpps://lindobacon.com/wp-content/plugins/wp-attachments/styles/0/document-odt.png);
}

.post-attachment.mime-audiompeg {
    background-image: url(htpps://lindobacon.com/wp-content/plugins/wp-attachments/styles/0/document-music.png);
}

div.so_h ul li {
    display: block !important;
}

div.action_video {
    padding: 10px 10px 10px 200px;
    background-color: #800000;
    background-image: url(images/action_video_bg.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: auto 100%;
}

@media(max-width:767px) {
    div.action_video {
        padding: 10px 10px 10px 10px;
        background-image: none;
    }
	div.lindabaconspeaksBlock{
		padding:10px;
	}
}

.bg-slate-800 {
    background-color: #800000 !important;
    border-color: #800000 !important;
    color: #fff;
}



div.lindabaconspeaksBlock a{
	color:#800000;
}

div.lindabaconspeaksBlock h2{
    font-family: bebas_neuebold;
    display: block;
    letter-spacing: .05em
}

.s_testimonial2 input, .s_testimonial2 textarea{
	background-clip: padding-box;
	background-color: #fff;
	border: 2px solid #eee;
	border-radius: 3px;
	box-shadow: none !important;
	width: 100%;
	margin: 10px 0 15px 0;
	padding: 5px 7px;

}
.s_testimonial2 label{
	font-family: bebas_neuebold;
	font-size: 1.4em;
	display:block;
	font-weight: 400;
	letter-spacing: .02em;
	color: #333;
 
}

.s_testimonial2 input[type="submit"] {
   background-color: maroon;
   color: #fff;
   padding: 7px 12px !important;
   display: block;
   height: auto;
   border: 0;
   font-family: bebas_neuebold;
   font-size: 1.4em;
   box-shadow: none;
}

.video-container_0{
	margin:20px 40px;
	border:10px solid #800000;
	border-radius:6px;
}

@media(max-width:767px){ 

		div.lb-share-panel{
	 
		}
		
		
		.video-container_0{
			margin:20px 5px;
			border:10px solid #800000;
			border-radius:6px;
		}



}



.video-container {
	position:relative;
	padding-bottom:55%;
 
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.video-section  a{
	color:#800000;
	text-decoration:underline;
}
.video-section  a:hover{
	color:#555;
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}


.reviews-section  .r_container{
	width:33%;
	display:table-cell;
	padding:20px 10px;
	float:left;
	height:240px;
	
}
@media only screen   and (min-width: 768px)   and (max-width: 1023px)   {
	 .reviews-section  .r_container{
	width:50%;
	display:table-cell;
	padding:20px 10px;
	float:left;
	height:240px;
	
} 
  }
@media(max-width:767px){
	
	.reviews-section  .r_container{
	width:100%;
	display:block;
	padding:5px 5px;
	height: 170px;
	width:280px;
	margin:0 auto;
	float:none;	
}

}


.youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
	
}
.youtube img {
    width: 100%;
    top: -16.84%;
    left: 0;
	
	
 
}
 


.youtube .play-button{
    width: 90px;
    height: 90px;
    background-color: rgba( 128,0,0,0.35 );
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
	border:1px solid rgba( 255,255,255,0.8);
	border-radius:50%;
		-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	text-align:center;
}

.video-js   .vjs-big-play-button {
	
	    width: 90px;
    height: 90px;
    background-color: rgba( 128,0,0,0.35 );
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
	border:1px solid rgba( 255,255,255,0.8);
	border-radius:50%;
	-webkit-transition: all .5s ease-in-out !important;
    -moz-transition: all .5s ease-in-out !important;
    transition: all .5s ease-in-out !important;
	text-align:center;
 
	left:50%;
	margin-top:45px;
	margin-left:-45px;
	
	
	
}

.youtube:hover .play-button {
    width: 90px;
    height: 90px;
    background-color: rgba( 128,0,0,0.8 );
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
	border:2px solid rgba( 255,255,255,0.8);
	border-radius:50%;
}
.youtube .play-button:before {
	display:inline-block;
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
	
}
.video-js   .vjs-big-play-button:before{
	display:block;
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
	margin-top:4px;
	margin-left:30px;
	
}


.video-js:hover .vjs-big-play-button {
    width: 90px;
    height: 90px;
    background-color: rgba( 128,0,0,0.8 );
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
	border:2px solid rgba( 255,255,255,0.8);
	border-radius:50%;
	
}


.youtube img,
.youtube .play-button {
    cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

#my-video{
	width:100%;
	height:100%;
	
}


    .hytPlayerWrap.ended::after {
        content:"";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        cursor: pointer;
        background-color: #800000;
        background-repeat: no-repeat;
        background-position: center; 
        background-size: 64px 64px;
        background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjgiIGhlaWdodD0iMTI4IiB2aWV3Qm94PSIwIDAgNTEwIDUxMCI+PHBhdGggZD0iTTI1NSAxMDJWMEwxMjcuNSAxMjcuNSAyNTUgMjU1VjE1M2M4NC4xNSAwIDE1MyA2OC44NSAxNTMgMTUzcy02OC44NSAxNTMtMTUzIDE1My0xNTMtNjguODUtMTUzLTE1M0g1MWMwIDExMi4yIDkxLjggMjA0IDIwNCAyMDRzMjA0LTkxLjggMjA0LTIwNC05MS44LTIwNC0yMDQtMjA0eiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==);
    }
    .hytPlayerWrap.paused::after {
        content:"";
        position: absolute;
        top: 0px;
        left: 0;
        bottom: 0px;
        right: 0;
		height:100%;
        cursor: pointer;
        background-color: #800000;
        background-repeat: no-repeat;
        background-position: center; 
        background-size: 40px 40px;
        background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEiIHdpZHRoPSIxNzA2LjY2NyIgaGVpZ2h0PSIxNzA2LjY2NyIgdmlld0JveD0iMCAwIDEyODAgMTI4MCI+PHBhdGggZD0iTTE1Ny42MzUgMi45ODRMMTI2MC45NzkgNjQwIDE1Ny42MzUgMTI3Ny4wMTZ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
    }
	
	


 .e-block{
	 padding:40px 0;
	 margin-top: -1px;
	 background-position:center;
	 background-repeat:no-repeat;
	 background-size:cover;
	 background-attachment:fixed;
 }
 
  .e-block a{
	  color:#800000;
	  text-decoration:underline;
  }
    .e-block a:hover{
		color:rgba(191,132,34,1);
	}
 body.page-template-page_block .content{
	 padding-bottom:0;
 }
 
 
.page-template-page_block h1, .page-template-page_block h2{
	 font-family: bebas_neuebold;
    font-weight: 400;
    letter-spacing: .25rem;
}
.page-template-page_block h1{
	font-size:4em;
}
.page-template-page_block h2{
	font-size:3em;
}

.page-template-page_block h3, .page-template-page_block h4{
	font-family: bebas_neuebold;
	letter-spacing: .05rem;
	
}
 .page-template-page_block h3{
	font-size:2.2em;
	font-weight:normal;
}
.page-template-page_block h4{
	font-size:1.6em;
	padding-bottom:10px;
}

.page-template-page_block li{
	list-style:none;
	
}
 
 
 
 
 div.e-header {
	
	 border-bottom:5px solid rgba(191,132,34,1);
	 
 }
 div.e-header  h1{
	 margin-bottom:0;
	 max-width:75%;
 }
 
   @media(max-width:767px){
	   div.e-header  h1{
		   font-size:2.4em;
		   max-width:100%;
	   }
	    div.e-header  h2{
		   font-size:1.9em;
	   }
	   div.e-header  h3{
		   font-size:1.6em;
	   }
	   .page-template-page_block h1{
		font-size:2.4em;
		}
		.page-template-page_block h2{
			font-size:2.2em
		}
		.page-template-page_block h3{
			font-size:1.6em
		}

  }

 .e-header-fp{
	 background-repeat:no-repeat !important;
 }
 
 .e-header-fp p{
	 font-family:'Ubuntu', sans-serif;
	 text-transform:uppercase;
	 font-size:1.5em;
	 margin-bottom:10px;
	 max-width:70%;
	 
 }
   @media(max-width:767px){
	   .e-header-fp p{
		   background-color:rgba(0,0,0,0.3);
		  padding:5px;
		  margin-bottom:0;
		   font-size:1.2em;
		   max-width:100%;
	   }
	   .e-header-fp h1{
		   background-color:rgba(0,0,0,0.3);
		  padding:5px;
		   
	   }
	     .e-header-fp span{
		  
		  padding:0 5px;
		   
	   }
   }
 
 .e-header-fp p:after{
	content:' ';
	display:block;
	width:300px;
	height:2px;
	background-color:rgba(191,132,34,1);
	margin:15px 0 0px 0;
}
 
div.page-title1{
	line-height:1.4em;
	
	font-weight:bold;
	text-transform:uppercase;
}
div.page-title2{
	line-height:1.4em;
	
	font-weight:bold;
	text-transform:uppercase;
	
}
div.page-title2 h2{
 font-size:4em;
 margin-bottom:0;
 padding-bottom:0;
	
}

  @media(max-width:767px){
	  div.page-title1{
		  background-color:rgba(0,0,0,0.3);
		  padding:5px;
	  }
	  .e-header-inner h2{
		  background-color:rgba(0,0,0,0.3);
		  padding:5px;
		  
	  }
	.e-header-inner span{
	 
		padding:5px;
		
	}
	.e-header-inner h1 span{
		background-color:rgba(0,0,0,0.0);
		padding:0px;
	}
	  
  }

div.page-title1:after, div.page-title2:after{
	content:' ';
	display:block;
	width:300px;
	height:2px;
	background-color:rgba(191,132,34,1);
	margin-bottom:10px;
	margin-top:15px;

}

.e-header-inner h2{
	margin-bottom:0px;
}
.e-header-inner span, .e-header-fp span{
	color:#eee;
 
	text-transform:uppercase;
	letter-spacing:0.08em;
	}
	
	
.e-header-inner h1 span, .e-header-fp  h1 span{
	 font-family:'Ubuntu', sans-serif;
	 display:block;
	 padding:5px 0;
	 font-size:28px;
	 font-weight:bold;
}

  @media(max-width:767px){
	.e-header-inner h1 span, .e-header-fp  h1 span{
 
	 font-size:20px;
	 font-weight:bold;
}  
	  
  }


.e-header-inner-old{
	margin-top:55px;
	color:#fff;
} 



.e-header-speak h3{
	font-family:ubuntu;
 
	text-transform:uppercase;
	font-size:20px !important;
	letter-spacing:0.08em;
	}
.e-header-speak h3:after{
	content:' ';
	display:block;
	max-width:400px;
	height:2px;
	background-color:rgba(191,132,34,1);
	margin-bottom:10px;
	margin-top:10px;
	
}

.e-header-speak p{
	margin-bottom:5px;
}
.header-bg-maroon{
	background-image:url('images/header-bg-maroon.svg');
	background-repeat:no-repeat;
	background-position:right;
	background-size:auto 100%;
	
}



.sp-header h1{
	font-family:bebas_neuebold;
	font-size:3.4em;
	color:#800000;
	padding-top:20px;
}
	

	  
 
	
 .e-header-inner  .header-container{
	padding:55px 0;
}
.e-header-fp  .header-container{
	padding:100px 0 75px 0;
}
.e-header-speak .header-container{
	padding:60px 0;
}
 

 	
  @media(max-width:767px){
	
 
  .speaking2{
	 padding:0 !important;
 }

.e-header{
	margin-top:40px;
}

 .e-header-inner  .header-container{
	padding:240px 0 30px 0;
}
.e-header-fp  .header-container{
	padding:240px 0 30px 0;
}
.e-header-speak .header-container{
	padding:240px 0 30px 0;
}
  }
 


  
   .headshot-speaking{
	background-repeat:no-repeat;
	background-position:80% 100%;
	background-size:auto 100%;
	
	
}
  .headshot-main{
	background-repeat:no-repeat;
	background-position:80% 100%;
	background-size:auto 100%;
	
	
}
 
  	
  @media(max-width:767px){
	.headshot-speaking{
			background-repeat: no-repeat;
			background-position:10% 100%;
			background-size: auto 100%;
	}
	  .headshot-main{
	background-repeat:no-repeat;
	background-position:60% 100%;
	background-size:auto 100%;
	
	
}
  }
 
.header-bg-maroon-fp{
	
	background-image:url('images/maroon-square.svg');
	background-repeat:repeat-y;
	background-position:left;
	background-size:65% auto;
}
  

  
 .content .e-button,  .content .e-button-collapse{
	 color:#fff;
	 
 }
  
 a.e-button,  a.e-button-collapse {
	 display: inline-block;
    padding: .75rem 1.25rem;
    border-radius: 10rem;
    color:#fff;
    text-transform: uppercase;
    font-size: 1em;
	font-family:'Ubuntu', sans-serif;
	font-weight:light;
    letter-spacing: 0.08em;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
	margin:5px;
	text-decoration:none;
	cursor:pointer;
	border:0;
 
 }
 
  @media(max-width:767px){
	  
	  a.e-button,  a.e-button-collapse {
		  
		 font-size:0.8em;
	  } 
	  
  }
 
 
  a.e-button:hover,  a.e-button-collapse:hover{
	  color:#eee;
  }
a.e-button:after {
        content: ' ';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color:#800000;
        border-radius: 10rem;
        z-index: -2;
    }
a.e-button:before {
        content: ' ';
        position: absolute;
        bottom: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background-color:rgba(191,132,34,0.1);
        border-radius: 10rem;
		 transition: all .3s;
        z-index: -1;
    }
a.e-button:hover:before {
 left: 0;
 background-color:rgba(191,132,34,1);
}

.e-form input[type=submit],  input.sib-default-btn[type=submit]{
	display: inline-block;
    padding: .75rem 1.75rem;
    border-radius: 10rem;
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: .15rem;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
	margin:5px;
	text-decoration:none;
}
  @media(max-width:767px){
	    input.sib-default-btn[type=submit]{
			margin-top:15px;
		}
	  
  }
 
.e-form input[type=submit]:hover, input.sib-default-btn[type=submit]:hover {
 left: 0;
 background-color:rgba(191,132,34,1);
}

a.e-button-watch{
	text-align:center;
	display:inline-block;
}

a.e-button-watch span{
	 display: inline-block;
    padding: .75rem 1.25rem;
    border-radius: 1rem;
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: .15rem;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
	margin:5px;
	text-align:center;
}
 a.e-button-watch img{
 
	  border-radius: 1rem;
	  display:inline-block;
	  margin-bottom:-5px;
	 
 }
 
 a.e-button-watch span:after {
        content: ' ';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color:#800000;
        border-radius: 1rem;
        z-index: -2;
    }
a.e-button-watch span:before {
        content: ' ';
        position: absolute;
        bottom: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background-color:rgba(191,132,34,0.1);
        border-radius: 1rem;
		 transition: all .3s;
        z-index: -1;
    }
a.e-button-watch:hover span:before {
 left: 0;
 background-color:rgba(191,132,34,1);
}
 
 
a.e-button-collapse:after {
        content: ' ';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color:#800000;
        border-radius: 10rem;
        z-index: -2;
    }
a.e-button-collapse:before {
        content: ' ';
        position: absolute;
    	left:0;
		bottom:-100%;
        width: 100%;
        height: 100%;
        background-color:rgba(191,132,34,0.1);
        border-radius: 10rem;
		 transition: all .3s;
        z-index: -1;
    }
a.e-button-collapse:hover:before {
 content: ' ';
        position: absolute;
     
		left:0;
		bottom:0;
        width: 100%;
        height: 100%;
        background-color:rgba(191,132,34,0.8);
        border-radius: 10rem;
		 transition: all .3s;
        z-index: -1;
}
.e-button-collapse.active:before {
	  bottom:0;
      background-color:rgba(191,132,34,1);
	  text-decoration:none;
}

.maroon-background a, .dark-background a{
	color:rgba(191,132,34,1);
}
.maroon-background a:hover, .dark-background  a:hover{
	color:#ccc;
}
.maroon-background a.e-button, .maroon-background a.e-button-collapse, .dark-background a.e-button, .dark-background a.e-button-collapse{
	color:#800000;
}
.maroon-background a.e-button:after, .dark-background a.e-button:after {
        content: ' ';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color:#eeeeee;
        border-radius: 10rem;
        z-index: -2;
    }
	
	
	
.maroon-background	wpcf-custom-btn-1 {
	 background-color:#eeeeee;
        border-radius: 10rem;
		color:#800000;
 
	
}
 
.maroon-background a.e-button-collapse:after, .dark-background a.e-button-collapse:after {
        content: ' ';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color:#eeeeee;
        border-radius: 10rem;
        z-index: -2;
    }
	
.maroon-background blockquote, .dark-background blockquote{
	color:#fff;
}	

.maroon-background h1, .maroon-background h2, .maroon-background h3, .maroon-background h4, .maroon-background p, .dark-background h1, .dark-background h2, .dark-background h3, .dark-background h4, .dark-background p{
	color:#fff;
}
	
	
.maroon-background input[type=submit], .dark-background input[type=submit]{
	background-color:#eee;
	color:#800000
}

.maroon-background input[type=submit]:hover, .dark-background input[type=submit]:hover{
	background-color:color:rgba(191,132,34,1);
	color:#800000
}


 #ctf .ctf-tweet-actions{
	 background-color:#fff;
 }



.content blockquote::after, .content blockquote::before{
	font-family:bebas_neuebold;
	color:rgba(191,132,34,1);
	top:0;

}
	

	 
	
	
	
	
#sampleTopics-GA .collapse, #sampleTopics-prof .collapse, .panel_sample_topic .collapse{

    visibility: unset;
}

.panel_sample_topic h3{
	margin:0;
	padding:0;
}

.video-container-wrap{
	width:70%;
	margin:0 auto;
	
}
.video-container-wrap1{
 padding:0 10px;
 
 font-size:0.9em;
	
}
 @media(max-width:767px){
	.video-container-wrap{
	width:100%;
	
}  
 }
 .paginate-pagination{
	text-align:center;
 }
 .paginate-pagination ul{
	 width:100%;
	   display:flex;
	 justify-content:center;
	 flex-direction:row;
	flex-wrap:wrap;
	 text-align:center !important;
	 
	 
 }
 
 .paginate-pagination ul > li{
	 display:inline-block;
		margin:4px;
		border-bottom:0;
	  

 }
 
 
  .paginate-pagination ul > li > a, .paginate-pagination ul > li > a.page{
	 border-radius:50%;
	 line-height:26px !important;
	 background:#800000 !important;
	 border:0 !important;
	 color:#fff;
	 transition: .1s all ease-in

 }
  .paginate-pagination ul > li > a.page:hover{
	  background-color:rgba(191,132,34,1) !important;
	  color:#800000;
	   border:0;
  }
 .paginate-pagination ul > li > a.page.active{
	  background-color:rgba(191,132,34,1) !important;
	  color:#800000;
	   border:0;
  }
  .paginate-pagination ul > li > a.page-prev.deactive, .paginate-pagination ul > li > a.page-next.deactive, .paginate-pagination ul > li > a.page-prev.deactive{
	  background-color:#eeeeee;
	  color:#999;
	   border:0;
  }
  ul.ept-downloads{
	  display:flex;
	 justify-content:center;
	 flex-direction:row;
  }
   @media(max-width:767px){
	   ul.ept-downloads{
	 
	 flex-direction:column;
  }  
   }
  
 ul.ept-downloads a{
	 display:block;
	 color:#800000;
	 padding:4px 6px;
	 border:1px solid #ccc;
	 border-radius:10px;
	 margin:10px;
	 background-color:#fff;
 } 
#ept-photos{
	padding:20px 0;
}




#watch_lindo{
 
}
.mb20px{
	padding-bottom:20px;
}
a.e-close{
	display:inline-block;
	width:32px;
	height:32px;
	background-image:url('images/close-white.svg');
	background-repeat:no-repeat;
	background-position:center;
	background-size:100%;
}

.carousel-inner{}

.carousel-inner .c-item-wrap{
		text-align:center;
		
		 
		}
.carousel-inner .client_logo{
	width:16%;
	display:inline-block;
	padding:10px;
	box-sizing:border-box;
	text-align:center;
 
	
}

@media(max-width:767px) {
	.carousel-inner .client_logo{
 
	display:inline-block;
	padding:5px;
	box-sizing:border-box;
	text-align:center;
 
	
}

	
}
.no-margin-bottom{
	margin-bottom:0;
}
@media(max-width:767px) {
	.no-margin-bottom{
	margin-bottom:10px !important; 
}
.popup-send{margin-top:20px !important; }
.mobile-text-center{
	text-align:center;
}

.mobile-text-center .text-left
{
	text-align:center !important;
}

}
.square-round{
	margin-bottom:0;
}
.square-round img{
	border-radius:50%;
}
.border-top-gold{
	border-top:4px solid rgba(191,132,34,1);
}
.border-bottom-gold{
	border-bottom:4px solid rgba(191,132,34,1);
}

.intro_video{display:none;}


 
div.ty{
	padding:0 20px 20px 20px;
	border:5px solid #800000;
	background-color:rgba(255,255,255,0.5);
	border-radius: 6px;
	text-align:left;
}
div.ty_container{
	width:33%;
	display:inline-block;
	line-height:130px;
 
	padding:10px 0px;
	 
 
}

div.ty_title{
	display:block;
 
	font-family: bebas_neuebook;
	letter-spacing:0.05em;
	color:#800000;
	font-size:2em;
	text-align:center;
	padding:10px 10px 5px 10px;
	line-height:1em;
 
	vertical-align:top;
 
	}
div.ty_v_container{
	display:block;
 
	vertical-align:top;
 
	padding:10px;
	
}

div.ty_v_container .r_container   {
	height:200px;
}
div.g_video{
    display: block;
	
    vertical-align: top;
    padding: 10px;
}



.event-planners h1{
	color:#fff;
}


.event-planners{
 
	padding-top:50px;
	padding-bottom:50px;
}



@media(min-width:768px) and (max-width:1199px)  {

	div.ty_v_container .r_container{
		height:400px;
	}
	
	
	div.ty_container{
	width:100%;
	display:inline-block;
	line-height:100px;
 
 
	}
	
	div.ty_title{
 
	font-size:2em;
 
	}
	
}

@media(max-width:767px) {
	
div.ty_v_container .r_container   {
	height:160px;
}
	
div.ty_container{
	width:280px;
	margin:0 auto;
	display:block;
	line-height:auto;
 
	
 
	}
	div.ty_title{
 
	font-size:1.4em;
 
 
	}
	div.ty_v_container{
	display:block;
	width:100%;
	vertical-align:top;
 
	padding:10px 10px 0 10px;
	
}
	
}

 
    .hytPlayerWrap.ended::after {
        content:"";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        cursor: pointer;
        background-color: #800000;
        background-repeat: no-repeat;
        background-position: center; 
        background-size: 64px 64px;
        background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjgiIGhlaWdodD0iMTI4IiB2aWV3Qm94PSIwIDAgNTEwIDUxMCI+PHBhdGggZD0iTTI1NSAxMDJWMEwxMjcuNSAxMjcuNSAyNTUgMjU1VjE1M2M4NC4xNSAwIDE1MyA2OC44NSAxNTMgMTUzcy02OC44NSAxNTMtMTUzIDE1My0xNTMtNjguODUtMTUzLTE1M0g1MWMwIDExMi4yIDkxLjggMjA0IDIwNCAyMDRzMjA0LTkxLjggMjA0LTIwNC05MS44LTIwNC0yMDQtMjA0eiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==);
    }
    .hytPlayerWrap.paused::after {
        content:"";
        position: absolute;
        top: 0px;
        left: 0;
        bottom: 0px;
        right: 0;
		height:100%;
        cursor: pointer;
        background-color: #800000;
        background-repeat: no-repeat;
        background-position: center; 
        background-size: 40px 40px;
        background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEiIHdpZHRoPSIxNzA2LjY2NyIgaGVpZ2h0PSIxNzA2LjY2NyIgdmlld0JveD0iMCAwIDEyODAgMTI4MCI+PHBhdGggZD0iTTE1Ny42MzUgMi45ODRMMTI2MC45NzkgNjQwIDE1Ny42MzUgMTI3Ny4wMTZ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
    }
	
	
.headshot-speaking-fp img{
	width:70% !important;
	height:auto !important;
	margin:0 auto;
	padding-bottom:0;
	margin-bottom:0;
}
.headshot-speaking-fp, .fp-speaking-wrap{
	padding-bottom:0;
	margin-bottom:0;
	
}
.fp-speaking-wrap .e-button{
	margin-top:15px;
}
.fp-speaking h2{
	padding-top:20px;
}

.reviews-container:after{
	content:"Show More :";
	text-align:center;
	display:block;
	font-size:32px;
	font-family:bebas_neuebold;
	letter-spacing:0.05em;
	color:#800000;

}

.wp-block-separator{
	display:block;
	width:100%;
	margin:0 auto;
	margin-top:30px;
	margin-bottom:30px;
}
.wpcf7 .ajax-loader{
	display:none;
}
 
.book-column{
	border-radius:10px;
	padding:10px;
}

.ctf-tweets{
	width:100%;
	display:flex !important;
	flex-direction:row !important;
}



.ctf-tweet-text{
	font-size:0.9em;
}

@media(max-width:767px) { 
	.ctf-tweets{
		width:100%;
		display:flex !important;
		flex-direction:column !important;
	}

	.contact-section{
		text-align:center;
	}
	.contact-section h2{
		text-align:center;
	}
	.headshot-speaking-fp img{
	width:50% !important;
	height:auto !important;
	margin:0 auto;
}

}

 
}
div.bestseller{
	z-index:1;
}
div.bestseller:before{
	display:block;
 
	z-index:19;
	content:' ';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 0;
	border-color: #ba7409 transparent transparent transparent;
	margin-top:76px;
	margin-left:265px;
	position:absolute;
}
div.bestseller:after{
	display:block;
	background-color:#f79500;
	z-index:20;
	content:'#1 best seller';
	text-transform:uppercase;
	padding:5px 10px 5px 40px;
	width:200px;
	position:absolute;
	margin-top:-260px;
	margin-left:85px;
	 border-top-left-radius:20px;
	  border-bottom-left-radius:20px;
	  color:#fff;
	  font-weight:bold;
	  background-image:url('images/amazon-logo.png');
	  background-repeat:no-repeat;
	  background-position:7px 50%;
	  background-size:24px 24px;
}

div.novelty:after{
display:block;
	background-color:#f79500;
	z-index:20;
	content:'#1 New Release';
	text-transform:uppercase;
	padding:5px 10px 5px 40px;
	width:200px;
	position:absolute;
	margin-top:-260px;
	margin-left:85px;
	 border-top-left-radius:20px;
	  border-bottom-left-radius:20px;
	  color:#fff;
	  font-weight:bold;
	  background-image:url('images/amazon-logo.png');
	  background-repeat:no-repeat;
	  background-position:7px 50%;
	  background-size:24px 24px;
	  
}
div.novelty:before{
	display:block;
 
	z-index:19;
	content:' ';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 0;
	border-color: #ba7409 transparent transparent transparent;
	margin-top:76px;
	margin-left:265px;
	position:absolute;
}

 @media(max-width:767px){
	 div.novelty:before, div.bestseller:before{
		 display:none;
	 }
	 div.bestseller:after, div.novelty:after {
	 width:220px;
	position:absolute;
	margin-left:120px;
	margin-top:-260px;
	
	border-top-right-radius:20px;
	  border-bottom-right-radius:20px;
	 }
 }


.e-popup{
	display:none;
	background-color:#fff;
	border:4px solid #800000;
	box-shadow:0 0 10px rgba(0,0,0,0.6);
	padding:30px 20px;
	box-sizing:border-box;
	position:fixed !important;
	z-index:2000;
	width:80%;
	height:auto; 
	left:50%;
	margin-left:-40%;
	 position: relative;
    top: 50%;
    transform: translateY(-50%);
	
}
 @media(max-width:767px){
	 .e-popup{
	 font-size:0.9em;
	 padding:20px 10px;
	 width:96%;
	 margin-left:-48%;
	 display:none !important;
	 
	 }
 }
.e-popup a.close{
	position:absolute;
	display:inline-block;
	padding-left:28px;
	z-index:2005;
	right:0;
	top:0;
	margin-right:6px;
	margin-top:14px;
	cursor:pointer;

}
.e-popup a.close:before{
	display:block;
	position:absolute;
	content:"x";
	color:#fff;
	background-color:#000;
	text-align:center;
	font-size:0.6em;
	width:18px;
	height:18px;
	border-radius:50%;
	box-sizing:border-box;
	padding-top:2px;
	margin-left:-22px;
	margin-top:2px;
 
	font-weight:bold;
}


.fb-link a:first-child{
	display:inline-block;
	padding:5px 0px 5px 35px;
	background-image:url(images/sm/icon_fb.svg);
	background-repeat:no-repeat;
	background-size:24px 24px;
	background-position:0px 5px;
	}
	
h1.cursive, h2.cursive, h3.cursive, h4.cursive{
    font-family: 'Allura', cursive !important;
	letter-spacing:0em;
}
.e-block ul{
	margin-bottom:10px;
}
.e-block li{
	padding:5px 5px 5px 30px;
	border-bottom:1px dashed #ccc;
	background-image:url('images/li-marker.svg');
	background-repeat:no-repeat;
	 
	background-size:10px; 
}
.e-block ul.podcasts-available li{
	display:inline-block;
	padding:0px 0px 0px 30px;
	border-bottom:0px dashed #ccc;
	color:#999;
	font-size:0.9em;
 
 	background-image:url('images/podcasts_listen_on.png');
	background-size:25px 842px;
	margin-right:10px;
	margin-bottom:6px;
	
 
}

.e-block ul.podcasts-available li.podcastsapplecom{
		background-position:0 0;
}
.e-block ul.podcasts-available li.spotifycom{
		background-position:0 -40px;
}
.e-block ul.podcasts-available li.podcastsgooglecom{
		background-position:0 -80px;
}
.e-block ul.podcasts-available li.overcastfm{
		background-position:0 -280px;
}
.e-block ul.podcasts-available li.stitchercom{
		background-position:0 -115px;
}

.e-block ul.podcasts-available li.wwwiheartcom {
		background-position:0px -156px;
}
.e-block ul.podcasts-available li.tuneincom{
		background-position:0 -192px;
}
.e-block ul.podcasts-available li.castrofm{
		background-position:0 -360px;
}
.e-block ul.podcasts-available li.castboxfm{
		background-position:0 -400px;
}
.e-block ul.podcasts-available li.pcast{
		background-position:0 -320px;
}


.podcast-descr{
	font-size:0.9em;
}
.podcast-descr p:last-child{
	margin-bottom:0;
	padding-bottom:0;
}
.e-podcast .podcasts-available{
	
	padding-bottom:6px;
}
.e-podcast{
	margin-top:15px;
	border-bottom:1px solid rgba(191,132,34,1);
	padding-bottom:10px;
	padding-top:10px;
}
.e-podcast:last-child{
	border-bottom:0px solid #eee;
}


.e-block .paginate-pagination li, .ept-downloads li, .wp-block-gallery li, .clear-li li{
	background-image:none;
	padding:0px;
	 
}

.carousel-indicators, ol.carousel-indicators li {
    position: relaive!important;
	background-image:none;
}

.carousel-indicators li{
	background-color:#800000;
	padding:0;
	border-bottom:0;
}


.wp-block-columns{
	margin-bottom:0;
}
	
.subscribe-form-block{
	padding:10px 0;
	
 
	display:flex;
	flex-direction:row;
	  align-items: center;
  justify-content: left;
	width:100%;
	margin-top:10px;
}
.sib-email-area{
	min-width:70%;
}
.subscribe-form-popup{
	display:flex;
	flex-direction:row;
	  align-items: center;
  justify-content: left;
	width:100%;
	margin-top:10px;
	padding-bottom:20px;
	
}
.subscribe-form-block-dark-background{
	display:flex;
	flex-direction:row;
	  align-items: center;
	 justify-content: center;
	 margin-top:10px;
	 border-top:1px dashed 880000;
	 padding-top:10px;
	
}
.subscribe-form-block-light-background{
	padding:20px 0;
	border-top:1px dashed #ccc;
 
	display:flex;
	flex-direction:row;
	  align-items: center;
  justify-content: left;
	width:100%;
}


 @media(max-width:767px){
	 
.subscribe-form-block-light-background, .subscribe-form-block-dark-background{
	flex-direction:column;
}	 
	 
	 
 }

#sib_signup_form_5{
	display:none;
}




 @media(max-width:767px){
	 .subscribe-form-block, .subscribe-form-popup{
		flex-direction:column; 
	 }
	 
 }
 
 
div.lb-share-panel-sidebar{
	box-sizing:border-box;
	position:fixed; 
	right:0;
	top:140px;
	z-index:200;
	width:32px;
	background-color:#800000;
	padding:6px 4px;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
	display:flex;
	flex-direction:column;
	align-items: center;
	justify-content: center;
}
div.lb-share-panel-sidebar a{
	display:block;
	text-align:center;
	padding:5px; 
	margin-bottom:10px;

}
div.lb-share-panel-sidebar a:last-child{
	margin-bottom:0;
}

.lb-share-panel2 {
	display:flex;
		flex-direction:row;
	  align-items: center;
  justify-content: center;
}

.lb-share-panel-footer{
	display:flex;
		flex-direction:row;
	  align-items: center;
  justify-content: left;
}
 @media(max-width:767px){
	 .lb-share-panel-footer{
	 justify-content: center; 
	 }
 }
.lb-share-panel-footer a{
	display:inline-block;
  	padding-top:5px;
	text-align:center;
	font-size:1.8em;
	padding:10px 10px;
	color:#fff;
}
.lb-share-panel2  a{
	display:inline-block;
  	padding-top:5px;
	text-align:center;
	font-size:2em;
	padding:10px 15px;
	color:#800000;
}
.lb-share-dark-background a{
	color:#fff;
}
.lb-share-dark-background a:hover, .lb-share-panel2  a:hover{
	color:rgba(191,132,34,1);
}
 
 .sendtofriend label{
	 display:block;
	 padding:10px 0 0 0;
 }
 
 
 .sendtofriend input[type=text], .sendtofriend input[type=email],  .sendtofriend textarea {
	width: 100%;
    border: 1px solid #ccc;
    padding: 5px 10px;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 0;
    color: #000
 }
  .sendtofriend input[type=submit]{
 	display: inline-block;
    padding: .75rem 1.75rem;
    border-radius: 10rem;
	background-color:#800000;
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: .15rem;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
	margin:5px;
	text-decoration:none;
	border:0;
  }
    .sendtofriend input[type=submit]:hover{
		background-color:rgba(191,132,34,1);
	}
	
.g-recaptcha{
	margin-top:20px;
}

.e-card{
	color:#fff;
	padding:20px 0;
	border-bottom:5px solid rgba(191,132,34,1);
	margin-bottom:30px;
}
.e-card h2{
	color:#800000;
}
.e-card p{
	color:#999;
	font-weight:bold;
	font-family:ubuntu;
	font-size:1.4em;
	text-transform:uppercase;
}
.e-card p span{
	display:inline-block;
	border-bottom:2px solid #800000;
	 
	text-transform:uppercase;
	letter-spacing:0.06em;
	color:#222;
	
}




.only-mobile{
	display:none;
}
.only-desktop{
	display:block;
}
@media(max-width:767px){
	.only-mobile{
	display:block;
}
.only-desktop{
	display:none;
}
}


.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item, .blocks-gallery-item {
		flex-grow:0;
		height:240px;
		border-radius: 6px;
	}
 
.e-block a.img-download{
position: absolute;
display: block;
bottom: 0;
max-height: 30px;
padding-bottom: 6px;
background-color: rgba(255,255,255,0.8);
 text-align: center;
border-radius: 6px;
margin: 0 auto;
background-color: rgb(191, 132, 34);
color: #fff;
text-decoration: none;
 }

.blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
	object-position: 50% 50%;
}

blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
    height: 100%;
    flex: 1;
	object-fit: scale-down;
}
.e-block li.blocks-gallery-item{
	border-bottom:0;
}
.blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure, .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure{
	background-color:#fefefe;
	box-shadow:0 3px 10px rgba(0,0,0,0.2);
}

a.twitter-share-button{
	background-color:#1da1f2;
	color:#fff;
	font-size:0.7em;
	text-decoration:none;
	border-radius:4px;
	padding:3px 6px 4px 5px;
	 
}
a.twitter-share-button:hover{
	color:#eee;
}
.e-share-embedded{
	margin-top:-25px;
}

.blocks-gallery-item .fb-share-button, .blocks-gallery-item .twitter-share-button {
	position:absolute !important;
	
}
.blocks-gallery-item a.twitter-share-button{
	height:20px !important;
	width:70px !important;
	top:40px;
	right:10px;
	padding:0px 6px 4px 5px;
	z-index:100;
}

.blocks-gallery-item .fb-share-button{
		top:8px;
	right:10px;
	z-index:100;
	
}