/*
	Theme Name: LIT
	Theme URI: ***
	Version: 1.0

*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

html {
}
body {
	font-family: 'Work Sans', sans-serif;
	letter-spacing: -1px;
	background: #000;
	font-size: 16px;
	color: #444;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
/* clear */
.clear:before,
.clear:after {
  content:' ';
  display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.logo-img {
	width: 150px;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.bg-dark {
	background: #00233F !important;
}
.bg-light {
	background: #EAE6E0 !important;
}
.section-content {
	padding: 50px 0 40px 0;
	color: #fff;
}


/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	color: #B77829;	
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
p {
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}



body .bg-img {
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 100px;
}
body nav {
  padding: 40px 80px !important;
}
body nav .navbar-nav a {
  font-size: 16px;
	padding: 0 30px;
  color: #fff !important;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
body nav .navbar-nav a:hover {
  color: #b77829 !important;
	text-decoration: none;
}

.navbar-dark .navbar-toggler {
	border: none;
}
.navbar-dark .navbar-toggler:focus, .navbar-collapse:focus {
	border: none;
}

a, a:hover {
  color: #b77829;
}

footer {
  background: #101011;
  color: #fff;
}


/*** CUSTOM CSS ***/
.btn-default {
	background: #B77829;
	color: #fff !important;
	border-radius: 5px !important;
	border: none;
	font-size: 22px;
	font-weight: 500;
	padding: 10px 35px;
}
.videojs-background-wrap {
  overflow:hidden;
  position:fixed;
	background: #000 !important;
  width: 100% !important;
	height:100vh;
  top:0;
  left:0;
  z-index: -998;
	-webkit-filter: opacity(.4); /* Safari 6.0 - 9.0 */
	filter: opacity(0.4) ;
}
.btn-default:hover {
	background: #915F21 !important; 
}

.navbar .section-inner-heading {
	position: absolute;
	width: 50%;
	margin: 0 auto;
	bottom: 80px;
	left: 80px;
}

#banner-top-intro {
	display: flex;
  height: 100vh;
	position: relative;
	justify-content: center;
	align-items: center;
	flex-direction: row-reverse;
}

/*
.banner-top-intro-content {
  position: relative;
  max-height: 120px;
  display: inline-block;
  margin-top: 150px;
}
.banner-text-box .quote-box {
  padding: 20px 0;
}
*/

.banner-text-box .quote-box h1 {
	color: #B77829;
	font-size: 80px;
	margin-bottom: 0px;
	text-transform: uppercase;
	letter-spacing: -3px;
	font-weight: 600;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.banner-text-box .quote-box h2 {
	color: #fff;
	font-size: 70px;
	margin-bottom: -15px;
	letter-spacing: -3px;
	font-weight: 600;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.banner-text-box .quote-box h3 {
	color: #B77829;
	font-size: 48px;
	margin-bottom: 5px;
	letter-spacing: -3px;
	font-weight: 600;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.banner-text-box .quote-box p {
	color: #fff;
	font-size: 18px;
	margin: 20px 0 20px 0;
}
.banner-text-box .quote-box .btn {
	margin-top: 40px;
}
.banner-text-box a {
  color: #fff;
  border-color: #4e2b0d;
  border-radius: 0;
  min-width: 150px;
}
.banner-text-box a:hover {
  background: transparent;
  border-color: gray;
  color: #b77829;
}


#frontpage_banner_second_intro {
	margin-top: 15rem;
	margin-bottom: 10rem;
}

#we-are-open {
 /* background: url("images/we-are-open.jpg");
	background-size: cover;
  background-repeat: no-repeat;
  background-position: center;*/
  padding: 50px 0 150px 0;
	display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
}
#we-are-open h1 {
	text-transform: capitalize;
	font-size: 68px;
	margin-top: 140px !important;
}
#we-are-open p {
	width: 80%;
}
.section-heading h1 {
	font-size: 66px;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: -2px;
}
.section-heading h4, .section-inner-heading h4 {
	color: #80919F !important;
	font-size: 20px;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.section-inner-heading h1 {
	font-size: 66px !important;
	margin-bottom: 15px;
	font-weight: 600;
	letter-spacing: -2px;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
#our-expertise .section-heading {
	margin-bottom: 120px;
}
#our-expertise-content h3 {
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 40px;
}
#our-expertise-content h4 {
	color: #B77829;
	font-size: 18px;
	margin-top: 40px;
	margin-bottom: 10px;
}
#our-expertise-content p {
	font-size: 16px;
}
#our-expertise-content {
	margin-top: -60px;
	margin-bottom: 50px;
}
#our-expertise-content .collapseomatic {
	background: none;
	padding: 0;
	font-size: 12px;
	color: #80919F;
}
#our-expertise-content .collapseomatic:hover {
	color: #B77829;
	text-decoration: none;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.collapseomatic_content {
	margin-left: 0;
}

#paul-quote {
  background: url(images/paul-full.png) #EAE6E0 no-repeat bottom right !important;
	background-size: 70vh !important;
  padding: 50px 0 150px 0;
	display:flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
}

#pull-quote-top {
	
}


#paul-quote-top blockquote {
  position: relative;
  color: #3D5B75;
  font-weight: 600;
  font-size: 56px;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

#paul-quote-top blockquote::before {
  position: absolute;
  content: "‘";
  color: #3D5B75;
  font-size: 5em;
  top: -0.45em;
  left: -0.22em;
  right: unset;
	font-weight: 400;
		
}

#paul-quote-top blockquote::after {
  position: absolute;
  content: "‘";
  color: #3D5B75;
  font-size: 5em;
  top: -0.45em;
  left: -0.38em;
  right: unset;
	font-weight: 400;	
}


#paul-quote-top blockquote cite {
  display: block;
  color: #B77829;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
  font-size: 24px;
  margin-top: 0px;
	position: relative;

}

#paul-quote-top blockquote cite::before {
	content: "— ";
	font-size: 1em;
  font-style: normal;
	font-weight: normal;
	color: #B77829;
}

#paul-quote-bot {
	margin: 60px 0 0 0;
}
#paul-quote-bot h4 {
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: 600;
}
#paul-quote-bot ul {
	margin: 0 0 50px 0;
	padding: 0;
}
#paul-quote-bot ul li {
	list-style: none;
	margin: 10px 0;
	padding: 10px 10px 10px 50px;
	color: #00233F;
	font-size: 22px;
	font-weight: 600;
	background: url(images/check.png) no-repeat center left;
}
#paul-quote-bot ul li:last-child {
	font-family: 'Lora', serif;
	font-style: italic;
	font-weight: 600;
}


.testi-heading h2 {
	font-size: 48px;
	font-weight: 600;
	margin: 40px auto;
}
.testi-heading div:nth-child(1) h2 {
	color: #3D5B75;
}

.test-left {
	margin: 40px 0;
}

.testi {
	margin: 40px 0;
}

.testi blockquote {
  position: relative;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.testi blockquote::before {
  position: absolute;
  content: "‘";
  color: #0E314E;
  font-size: 5em;
  top: -0.45em;
  left: -0.22em;
  right: unset;
	font-weight: 400;
		
}

.testi blockquote::after {
  position: absolute;
  content: "‘";
  color: #0E314E;
  font-size: 5em;
  top: -0.45em;
  left: -0.38em;
  right: unset;
	font-weight: 400;	
}


.testi blockquote cite {
  display: block;
  color: #8A98A5;
	font-style: normal;
	font-weight: 400;
  font-size: 16px;
  margin-top: 0px;
	text-align: right;
	position: relative;

}

.testi blockquote cite::before {
	content: "— ";
	font-size: 1em;
  font-style: normal;
	font-weight: normal;
	color: #8A98A5;
}
#testimonial p {
}

#empathy {
  background: url("../images/empathy.jpg");
  background-repeat: no-repeat;
  background-position: top center !important;
  background-size: 100% 100%;
  padding: 50px 0 150px 0;
	display: flex;
  height: 100vh;
	position: relative;
	justify-content: center;
	align-items: flex-end;
	flex-direction: row-reverse;
}

#empathy .empathy-content {
	margin-bottom: -5rem;
	margin-left: 25rem;
}
#empathy .empathy-content h2 {
	text-transform: capitalize;
	color: #00233F;
	font-size: 60px;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

#empathy .ml-5 {
	margin-left: 15rem !important;
}
#empathy .mt-1 {
	margin-top: 3.8rem !important;
}
#empathy .footer-social {
	margin-top: -20px !important;
}
.section-heading-blog h1 {
	text-transform: capitalize;
}

.latest-posts-wrapper {
	margin: 240px 0 80px 0;
}

.owl-carousel.owl-drag .owl-item {
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.evdpl-posts-slider.owl-carousel .owl-nav button span {
	top: -11px !important;
}

.evdpl-posts-slider .slider-post-content {
	background: #fff;
	padding: 20px 15px 55px 25px !important;
	min-height: 235px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.evdpl-posts-slider span.post-date {
	position: relative !important;
	top: 0px !important;	
	margin: 40px 0 0 0;
	color: #ABABAB !important;
	font-size: 14px !important;
}
.evdpl-posts-slider .sp-pc-post-title {
	font-size: 20px !important;
	color: #565656 !important;
}
.evdpl-posts-slider p {
	color: #000 !important;
	display: none !important;
}
.evdpl-posts-slider a.read-more {
  position: relative !important;
	left: 0px;
	background: #B77829 !important;
	border-radius: 5px !important;
	font-size: 12px !important;
	padding: 10px 35px !important;
	text-transform: uppercase !important;
	margin-bottom: 40px !important;
}
.evdpl-posts-slider a.read-more:hover {
	text-decoration: none;
	background: #915F21 !important; 
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;	
}
.evdpl-posts-slider a.read-more:after {
	display: none !important;
}

.latest-posts-wrapper .blog-link {
	text-transform: uppercase;
	font-size: 18px;
	color: #fff;
	display: inline-block;
	width: 100%;
}

.front-social {
	text-align: center;
	padding: 20px auto;
	margin-bottom: 40px !important;
}
.social {
	color: #fff;
	font-size: 14px;
}
.social a {
	font-size: 14px;
	color: #fff;
	padding: 0 5px;
}
.social a:hover {
  color: #B77829;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.footer {
	background: #00233F;
	font-size: 14px;
	padding: 20px 0 20px 0;
}
.footer .logo-img {
	width: 30px;
}
.footer p {
}
.footer .footer-social {
	font-size: 14px;
	margin: 20px 0 0 0;
}

.page-intro {
	background-position: top right;
	background-size: cover !important;
	position: relative;
	background: no-repeat;
	width: 100%;
	height: 100vh;
}

body.about .page-intro, body.podcast-videos .page-intro, body.contact-us .page-intro {
	background-position: top center;
	background-size: cover;
}
body.partners .page-intro {
	background-position: top right !important;
}
	
body.about {
	background: #00233F !important;
	color: #fff;
}
body.about .navbar, body.partners .navbar, body.podcast-videos .navbar, body.contact-us .navbar, body.page .navbar, body.single .navbar {
	display: block !important;
}

body.about .navbar ul li:nth-child(1) a, body.partners .navbar ul li:nth-child(3) a, body.podcast-videos .navbar ul li:nth-child(2) a, body.contact-us .navbar ul li:nth-child(4) a {
	color: #B77829 !important;
}


.backToTop{
  display: none;
  position: fixed;
  bottom: 30px;
  right: 110px;
  font-size: 15px;
  z-index: 9999;
  height: 50px;
  width: 50px;
  background-color: rgba(0, 0, 0, 0.2);;
  text-align: center;
  border-radius: 5px;
}
.backToTop i{
  position: absolute;
  top: 17px;
  left: 18px;
  color: #fff;
}
.backToTop i:hover{
  color: #aaa;
}


.link {
  color: #fff;
  cursor: pointer;
  font-weight: 400;
	font-size: 22px;
  text-decoration: none;
}
.link:hover {
	text-decoration: none;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.link--arrowed {
  display: inline-block;
  height: 2rem;
  line-height: 2rem;
}
.link--arrowed .arrow-icon {
  position: relative;
  top: -1px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  vertical-align: middle;
}
.link--arrowed .arrow-icon--circle {
  -webkit-transition: stroke-dashoffset .3s ease;
  transition: stroke-dashoffset .3s ease;
  stroke-dasharray: 95;
  stroke-dashoffset: 95;
}
.link--arrowed:hover .arrow-icon {
  -webkit-transform: translate3d(5px, 0, 0);
          transform: translate3d(5px, 0, 0);
}
.link--arrowed:hover .arrow-icon--circle {
  stroke-dashoffset: 0;
}

.next-page {
	margin: 80px auto !important;
	width: 100%;
}

.partner-section {
	margin: 80px auto 10px auto;
}
.partner-section h5 {
	margin: 20px 0 30px 10px;
	color: #fff;
}
.wppsac-post-carousel.design-1 .wppsac-post-image-bg {
	background: #002848 !important;
	margin-bottom: 0 !important;
  padding: 20px 0 0 0;
  margin: 0 auto;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.wppsac-post-carousel.design-1 .wppsac-post-image-bg img {

	border-radius: 5px;
}
.wppsac-post-carousel.design-1 .wppsac-post-content-position {
	background: #002848 !important;
	margin-bottom: 0 !important;
  margin-top: -5px;
  padding: 20px 20px 80px 20px;
  text-align: center;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.wppsac-post-carousel.design-1 h2 {
	margin: 20px auto 10px auto !important;	
	color: #fff !important;
	font-size: 18px !important;
}
.wppsac-post-carousel.design-1 .wppsac-post-title a {
	color: #fff;
	font-size: 16px;
}
.wppsac-post-carousel.design-1 .wppsac-post-content {
	color: #565656;
	font-size: 14px;
}
.wppsac-post-carousel.design-1 .wppsac-post-categories-list {
	display: none !important;
}
.wppsac-post-carousel.design-1 .wppsac-readmorebtn {
	display: none;
}
/*
.wppsac-post-carousel.design-1 .wppsac-readmorebtn {
  background: #00233f;
	border: none !important;
	color: #fff !important;
	padding: 8px 20px !important;
	border-radius: 5px !important;
}
*/
#wppsac-post-carousel-3 .wppsac-sub-content {
	display: none;
}
.wppsac-post-carousel.design-1 .wppsac-post-content p a {
  background: #00233f;
	border: none !important;
	color: #fff !important;
	padding: 8px 20px !important;
	border-radius: 5px !important;
}
.wppsac-post-carousel.design-1 .wppsac-post-content p a:hover {
  background: #001b31;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.blog-wrapper {
	margin: 60px 0 0 0;
}
.blog-block {
	margin: 0 0 40px 0;
}
.blog-block-img {
	width: 100%;
	height: 220px;
	background-position: center center;
	background-size: cover;
	position: relative;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.blog-block-content {
	background: #fff;
	padding: 20px 30px 50px 30px;
	min-height: 330px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.blog-block-content h2 {
	font-size: 20px;
	color: #565656;
}
.blog-block-content h2 a {
  color: #565656;
}
.blog-block-content p { 
	font-size: 16px;
	color: #565656;
}
.blog-block-content h5 {
	color: #ababab;
	font-size: 14px;
}
.blog-block-content a.btn {
	background: #002848;
	padding: 5px 15px;
	border-radius: 5px;
	font-size: 10px;
	text-transform: uppercase;
	color: #fff;
	margin-top: 20px;
}
.blog-block-content a.btn:hover {
  background: #00233E;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.prev-next {
  margin: 20px auto 80px auto !important;
  color: #fff !important;
}
.wp-pagenavi {
  font-size: 16px !important;
}
.wp-pagenavi .page, .wp-pagenavi .last, .wp-pagenavi .first {
  color: #fff;
}
.wp-pagenavi a, .wp-pagenavi span {
  font-size: 16px !important;
}
.wp-pagenavi a, .wp-pagenavi span.pages {
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 5px 10px;
	font-size: 14px;
}	
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 5px 10px;
}
.wp-pagenavi .larger {
	opacity: 0.5;
}
.blog-permalink h1 {
	font-size: 60px;
	font-weight: 600;
	margin-bottom: 20px;
}
.blog-permalink .date {
	color: #80919F;
	font-size: 30px;
}
.blog-content-wrapper {
	margin: 40px auto;
}
.blog-content-wrapper p {
	font-size: 22px;
}

.contact-wrapper {
	margin: 80px auto;
}
.contact-wrapper .contact-details p {
	margin: 5px 0;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form textarea {
	background: transparent;
	width: 100%;
	color: #fff;
	border: 1px solid #aaa;
	border-radius: 5px;
	padding: 10px 25px 10px 10px;
	margin: 10px 15px;
	font-size: 16px;
	opacity: 0.8;
}
.wpcf7-form .wpcf7-submit {
	background: #B77829;
	color: #fff !important;
	border-radius: 5px !important;
	border: none;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 35px;
	margin: 10px -15px 0 0;
	float: right;

}
.wpcf7-form input[type="text"]:hover, .wpcf7-form input[type="email"]:hover, .wpcf7-form textarea:hover {
	border: 1px solid #fff;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.wpcf7-form .wpcf7-submit:hover {
	background: #915F21 !important; 
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

#alc_style16 .alc_item {
	padding-left: 10px !important;
	padding-right: 10px !important;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {
  
}
@media only screen and (min-width:480px) {

}
@media only screen and (max-width:768px) {
	.logo-img {
		width: 100px;
	}
	body nav {
	  padding: 20px 5px !important;
	}
	body nav ul {
		margin-top: 30px;
	}
	body nav .navbar-nav a {
		padding: 10px 0;
		display: inline-block;
	}
	.banner-text-box .quote-box h1, .section-heading h1, .blog-permalink h1 {
		font-size: 40px;
		line-height: 36px;
		letter-spacing: normal;
	}
	.section-inner-heading h1 {
		font-size: 40px !important;
	}
	.link {
		font-size: 14px;
	}
	.banner-text-box .quote-box h2 {
		font-size: 28px;
		line-height: 30px;		
		letter-spacing: 1px;
	}
	.banner-text-box .quote-box h3 {
		font-size: 24px;
		letter-spacing: normal;
	}
	.section-heading h4 {
		font-size: 20px;
	}
	#we-are-open {
		height: 100% !important;
	}
	#we-are-open p {
		width: 80% !important;
	}
	
  .we-are-open-content {
		width: 80%;
  } 
	.we-are-open-content h1 {
		font-size: 28px !important;
	}
	.we-are-open-content h2 {
		font-size: 16px !important;
		line-height: 18px !important;
	}
	 
	.banner-text-box .quote-box p {	
		font-size: 16px;
	}
	
	#paul-quote {
		background: url(images/paul-full.png) #EAE6E0 no-repeat !important;
		background-size: 340px !important;
		background-position: right -80px bottom 0 !important;
		display: block;
	  height: 100%;
	  -webkit-transition: all 0.3s;
	  -ms-transition: all 0.3s;
	  -o-transition: all 0.3s;
	}
	
	#paul-quote-top {
		margin-top: 80px;
		margin-left: 40px;
	}
	#paul-quote-top blockquote {
	  font-size: 36px !important;
		line-height: 36px;
	}

	#paul-quote-top blockquote::before {
	  top: 0.1em;
	  left: -0.22em;
	  font-size: 3em;
	}
	#paul-quote-top blockquote::after {
	  top: 0.1em;
	  left: -0.38em;
		font-size: 3em;
	}

	#paul-quote-top blockquote cite {
		font-size: 20px;
	}
	
	#paul-quote-bot ul li { 
		font-size: 14px;
	}
	#empathy {

	}
	#empathy .empathy-content {
		margin-left: 1rem !important;
	}
	#empathy .empathy-content h2 {
		font-size: 30px !important;
		line-height: 40px !important;
		margin-left: 0 !important;
	}
	.navbar .section-inner-heading {
		width: 80%;
		left: 20px;
	}
  body.podcast-videos .page-intro {
		background-position: right -380px bottom 0 !important;
	}
	.footer .footer-copy {
		width: 90%;
		margin: 0 auto;
		text-align: center;
	}
	.footer .footer-social {		
		text-align: center !important;
	}
	.contact-wrapper {
		margin-top: 0px;
	}
	.contact-form-wrapper .wpcf7 {
		margin-top: 20px;
	}
	.contact-form-wrapper .wpcf7 div {
		padding-left: 0 !important;
	}
   
}
@media only screen and (min-width:1024px) {

}
@media only screen 
	and (min-width:768px)
	and (max-width:1140px) {
	.logo-img {
		width: 130px;	
	}
	body nav {
	  padding: 30px 10px !important;
	}
	body nav .navbar-nav a {
		padding: 0 20px;
	}
	.banner-text-box .quote-box h1, .section-heading h1, .section-inner-heading h1, .blog-permalink h1 {
		font-size: 60px;
		letter-spacing: normal;
	}	
	.banner-text-box .quote-box h2 {
		font-size: 40px;
		letter-spacing: normal;
	}
	.banner-text-box .quote-box h3 {
		font-size: 30px;
	}	
	.section-heading h4 {
		font-size: 24px;
	}
	#paul-quote {
		background: url(images/paul-full.png) #EAE6E0 no-repeat !important;
		background-size: 70vh !important;
		background-position: bottom right !important;
	  height: 100vh;
	  -webkit-transition: all 0.3s;
	  -ms-transition: all 0.3s;
	  -o-transition: all 0.3s;
	}
	#paul-quote-top blockquote {
	  font-size: 36px !important;
	}
	#paul-quote-top blockquote cite {
		font-size: 16px;
	}
   
}
@media only screen 
	and (min-width:1140px)
	and (max-width:1440px) {
		.logo {
			margin-left: 2rem;
		}
		.logo-img {
			width: 130px;	
		}
		body nav {
		  padding: 20px 0px 30px 0px !important;
		}
		body.home .banner-text-box .quote-box h1 {
			font-size: 9.8vh !important;
		}
		body.home .banner-text-box .quote-box h2 {
			font-size: 7.8vh !important;
		}
		#we-are-open { 
			height: 100%;
		}
		#paul-quote {
			background: url(images/paul-full.png) #EAE6E0 no-repeat !important;
			background-size: 70vh !important;
			background-position: bottom right !important;
		  height: 100vh;
		  -webkit-transition: all 0.3s;
		  -ms-transition: all 0.3s;
		  -o-transition: all 0.3s;
		}
		#paul-quote-top {
			margin-top: 80px;
		}
		#paul-quote-top blockquote {
			font-size: 7vh !important;
		  -webkit-transition: all 0.3s;
		  -ms-transition: all 0.3s;
		  -o-transition: all 0.3s;
		}

		#paul-quote-top blockquote::before {
		  top: -0.40em;
		  left: -0.22em;
		  font-size: 3em;
		}
		#paul-quote-top blockquote::after {
		  top: -0.40em;
		  left: -0.38em;
			font-size: 3em;
		}
	
		#paul-quote-top blockquote cite {
			font-size: 3vh !important;
		}
		#paul-quote-bot h4 {
			font-size: 28px;
		}
		#paul-quote-bot ul li { 
			font-size: 22px;
		}
		#empathy {
			height: 100vh;
		}
		#empathy .quote-box {
			margin-top: 12rem !important;
		}
}		
@media only screen and (max-width:1440px) {

	
}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}



/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
    .banner-text-box .quote-box h1, .banner-text-box .quote-box h2, .banner-text-box .quote-box h3 {
 		letter-spacing: normal !important; 
 	 }
}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
		#empathy {
			background-position: -120px 0 !important;
		} 
}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
		#empathy {
			background-position: 100% 100% !important;
			padding-bottom: 90px !important;
		} 
		#empathy .empathy-content {
			margin-left: 10rem !important;
		}
		body.podcast-videos .page-intro {
			background-position: 100% 100% !important;
		}
		.wppsac-post-carousel.design-1 h2 {
			font-size: 14px !important;
		}
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
    .banner-text-box .quote-box h1, .banner-text-box .quote-box h2, .banner-text-box .quote-box h3 {
 		letter-spacing: normal !important; 
 	 }
}

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
		#empathy {
			background-position: -120px 0 !important;
		} 
}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
		#empathy {
			background-position: 100% 100% !important;
			padding-bottom: 90px !important;
		} 
		#empathy .empathy-content {
			margin-left: 10rem !important;
		}
		body.podcast-videos .page-intro {
			background-position: 100% 100% !important;
		}
		.wppsac-post-carousel.design-1 h2 {
			font-size: 14px !important;
		}
}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
   .banner-text-box .quote-box h1, .banner-text-box .quote-box h2, .banner-text-box .quote-box h3 {
		letter-spacing: normal !important; 
	 }
}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
		#empathy {
			background-position: -120px 0 !important;
		} 
}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
		#empathy {
			background-position: 100% 100% !important;
			padding-bottom: 90px !important;
		} 
		#empathy .empathy-content {
			margin-left: 10rem !important;
		}
		body.podcast-videos .page-intro {
			background-position: 100% 100% !important;
		}
		.wppsac-post-carousel.design-1 h2 {
			font-size: 14px !important;
		}
}


/* ----------- iPad 3, 4 and Pro 9.7" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {
		

}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
		body.home .banner-text-box .quote-box h1 {
			line-height: 36px;
			margin-bottom: 20px;
		}
		#paul-quote {
			background: url(images/paul-full.png) #EAE6E0 no-repeat !important;
			background-size: 50vh !important;
			background-position: right -80px bottom 0 !important;
		  height: 100vh;
		  -webkit-transition: all 0.3s;
		  -ms-transition: all 0.3s;
		  -o-transition: all 0.3s;
		}
		#paul-quote-top {
			margin-top: 80px;
		}
		#paul-quote-top blockquote {
			font-size: 6vh !important;
			line-height: 60px;
		  -webkit-transition: all 0.3s;
		  -ms-transition: all 0.3s;
		  -o-transition: all 0.3s;
		}

		#paul-quote-top blockquote::before {
		  top: 0.10em;
		  left: -0.22em;
		  font-size: 3em;
		}
		#paul-quote-top blockquote::after {
		  top: 0.10em;
		  left: -0.38em;
			font-size: 3em;
		}
	
		#paul-quote-top blockquote cite {
			font-size: 3vh !important;
		}
		#paul-quote-bot h4 {
			font-size: 28px;
			width: 80%;
		}
		#paul-quote-bot ul li { 
			font-size: 22px;
		}
		#empathy {
			background-position: -210px 0 !important;
			padding-bottom: 190px !important;
		}
		#empathy .empathy-content h2 {
			font-size: 36px !important;
			line-height: 40px !important;
			margin-left: 0 !important;
		}
		#empathy .empathy-content {
			margin-left: 18rem !important;
		}
		.blog-block-content {
			min-height: 550px !important;
		}
		.blog-block-content h2 a {
			font-size: 18px !important;
		}
		.blog-permalink h1 {
			line-height: 60px;
		}
		.wppsac-post-carousel.design-1 h2 {
			font-size: 14px !important;
		}
		.social a {
			font-size: 10px;
			color: #fff;
			padding: 0 5px;
		}
}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
		body.home .banner-text-box .quote-box h1 {
			line-height: 36px;
			margin-bottom: 20px;
		}
		#paul-quote {
			background: url(images/paul-full.png) #EAE6E0 no-repeat !important;
			background-size: 65vh !important;
			background-position: right -80px bottom 0 !important;
		  height: 100vh;
		  -webkit-transition: all 0.3s;
		  -ms-transition: all 0.3s;
		  -o-transition: all 0.3s;
		}
		#paul-quote-top {
			margin-top: 80px;
		}
		#paul-quote-top blockquote {
			font-size: 6vh !important;
			line-height: 60px;
		  -webkit-transition: all 0.3s;
		  -ms-transition: all 0.3s;
		  -o-transition: all 0.3s;
		}

		#paul-quote-top blockquote::before {
		  top: 0.10em;
		  left: -0.22em;
		  font-size: 3em;
		}
		#paul-quote-top blockquote::after {
		  top: 0.10em;
		  left: -0.38em;
			font-size: 3em;
		}
	
		#paul-quote-top blockquote cite {
			font-size: 3vh !important;
		}
		#paul-quote-bot h4 {
			font-size: 28px;
			width: 80%;
		}
		#paul-quote-bot ul li { 
			font-size: 22px;
		}
		#empathy {
			background-position: -160px 0 !important;
			padding-bottom: 190px !important;
		}
		#empathy .empathy-content h2 {
			font-size: 36px !important;
			line-height: 40px !important;
			margin-left: 0 !important;
		}
		#empathy .empathy-content {
			margin-left: 18rem !important;
		}
		.blog-block-content {
			min-height: 400px !important;
		}
		.blog-block-content h2 a {
			font-size: 18px !important;
		}
}

/* ----------- iPad Pro 10.5" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 834px) 
  and (max-device-width: 1112px)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 834px) 
  and (max-device-width: 834px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 1112px) 
  and (max-device-width: 1112px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {

}


/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
