/*
Theme Name: Namo
Theme URI: http://www.brandexponents.com/namo/
Author: Brand Exponents
Author URI: http://www.brandexponents.com/
Description:  Creative Multi-Purpose and Responsive Wordpress theme
Version: 1.8.2
License: GPL 2.0
License URI: license.txt
Tags: black, green, white, light, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-header, custom-menu, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, translation-ready
*/

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   CSS Reset
   ========================================================================== */
   
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td { vertical-align: top; }
img{max-width:100%;}

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle;}

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

input:valid, textarea:valid {  }
input:invalid, textarea:invalid { }
input[type="text"],input[type="submit"], textarea { -webkit-appearance: none; -webkit-border-radius:0px; }
.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

::selection         {background: rgb(0,0,0); color: #fff; }
::-moz-selection    {background: rgb(255,255,158);}
img::selection      {background: transparent;}
img::-moz-selection {background: transparent;}
/*.wf-loading p, .wf-loading ul, .wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading h5, .wf-loading h6 { visibility: hidden; } .wf-active p, .wf-active ul, .wf-active h1, .wf-active h2, .wf-active h3, .wf-active h4, .wf-active h5, .wf-active h6, .wf-inactive p, .wf-inactive ul, .wf-inactive h1, .wf-inactive h2, .wf-inactive h3, .wf-inactive h4, .wf-inactive h5, .wf-inactive h6 { visibility: visible; } */

/* ==|== primary styles =====================================================
   Author:


/* =========================================================================
                                     LAYOUTS
   ========================================================================= */

/* ======================
    Global
   ====================== */
html {
	padding-right: 0px !important;
	overflow-y: scroll;
}

.proformabook {
    font-family: "Proforma Bk";
    font-style: normal;
    font-weight: normal;
}
 
.proformabookitalic {
    font-family: "Proforma Bk It";
    font-style: italic;
    font-weight: normal;
}
 
.proformamedium {
    font-family: "Proforma Med";
    font-style: normal;
    font-weight: normal;
}


/* ======================
    Header
   ====================== *

/*------- LOGO ----------- */

#logo {
    margin: 30px 0 30px;
    float: left;
}
#logo a, #logo a img {
	display: block;
}


/*------- Sticky Header ----------- */

#header {
    position: relative;
    z-index: 10;
}

#header-inner-wrap.stuck {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 100;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.44);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.44);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.44);
}

#header-inner-wrap.stuck #logo,
#header-inner-wrap.top-animate #logo {
    margin: 20px 0 20px;
	-webkit-transition: margin 0.5s ease;
	-moz-transition: margin 0.5s ease;
	-ms-transition: margin 0.5s ease;
	-o-transition: margin 0.5s ease;
	transition: margin 0.5s ease;
}
#header-inner-wrap.stuck #logo img,
#header-inner-wrap.top-animate #logo img {
	-webkit-transition: max-height 0.5s ease;
	-moz-transition: max-height 0.5s ease;
	-ms-transition: max-height 0.5s ease;
	-o-transition: max-height 0.5s ease;
	transition: max-height 0.5s ease;
}
.header-controls {
	float: right;
}
#header-inner-wrap.top-animate #navigation, 
#header-inner-wrap.top-animate .header-controls, 
#header-inner-wrap.top-animate .social-media-icons-mid-header,
#header-inner-wrap.stuck #navigation, 
#header-inner-wrap.stuck .header-controls, 
#header-inner-wrap.stuck .social-media-icons-mid-header {
    line-height: 70px;
	-webkit-transition: line-height 0.5s ease;
	-moz-transition: line-height 0.5s ease;
	-ms-transition: line-height 0.5s ease;
	-o-transition: line-height 0.5s ease;
	transition: line-height 0.5s ease;
}



/*------- Header Search Control ----------- */

.search-box-wrapper {
	position: absolute;
	top: 100%;
	right: 0px;
	width: 240px;
	display: none;
	z-index: 1;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.23);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.23);
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.23);
	line-height: normal;
	padding: 25px;
	background: #fff;
}
.header-search-controls {
	position: relative;
	float: right;
}
.header-search-controls .search-button {
	margin-left: 0px;
	
	color: inherit;
	display: inline-block;
	zoom: 1;
	font-size: 16px;
	line-height: normal;
}
.search-box-wrapper .searchform .search-icon {
	position: absolute;
	top: 0px;
	right: 20px;
	padding: 0px 5px;
	line-height: 97px;
	color: #555 !important;
}
.search-box-wrapper .searchform .s {
	width: 100%;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin-bottom: 0;
}

/*------- Header Cart Control ----------- */

.header-cart-controls, .menu-controls, .header-search-controls  {
	margin-left: 15px;
}
.header-cart-controls:before {
	font-family: 'be-themes';
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: 0.2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: 0.2em;
	-webkit-font-smoothing: antialiased !important;
}
.header-cart-controls .cart-contents {
	width: 18px;
	height: 18px;
	line-height: 18px;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -26px;
	right: -1px;
	font-size: 10px;
	padding: 0 !important;
}


.header-cart-controls .cart-contents span {
	font-weight: bold;
}
.header-cart-controls:before {
	content: '\e60d';
	color: #7e7e7e;
}
#header a.icon-shortcode  {
	display: inline-block;
}
#header a.icon-shortcode .font-icon {
	margin-bottom: 0px;
	line-height: 27px;
}

/*------- Transparent Header ----------- */

body.header-transparent #header #header-inner-wrap.no-transparent,
body.sticky-header #header #header-inner-wrap.no-transparent {
	position: fixed;
	top: -300px;
	width: 100%;
	left: 0px;
}
body.header-transparent #header #header-inner-wrap.no-transparent.top-animate,
body.sticky-header #header #header-inner-wrap.no-transparent.top-animate {
	top: 0px;
	-webkit-transition: top .50s ease;
	-moz-transition: top .50s ease;
	-o-transition: top .50s ease;
	-ms-transition: top .50s ease;
	-webkit-backface-visibility: hidden;
}
body.header-transparent.admin-bar #header #header-inner-wrap.no-transparent.top-animate,
body.sticky-header.admin-bar #header #header-inner-wrap.no-transparent.top-animate {
	top: 32px;
	-webkit-transition: top .50s ease;
	-moz-transition: top .50s ease;
	-o-transition: top .50s ease;
	-ms-transition: top .50s ease;
	-webkit-backface-visibility: hidden;
}
body.header-transparent #header #header-inner-wrap {
	position: absolute;
	top: 0px;
	width: 100%;
	background: transparent;
	box-shadow: none;
}
body.header-transparent #logo img {
	display: none;
}
body.header-transparent #header-inner-wrap.no-transparent.top-animate #logo img.normal-logo,
body.header-transparent #header-inner-wrap #logo img.transparent-logo {
	display: block;
}
body.header-transparent #header-inner-wrap.no-transparent.top-animate #logo img.transparent-logo {
	display: none;
}
#header-inner-wrap.transparent {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
#header-inner-wrap.background--dark.transparent #navigation,
#header-inner-wrap.background--dark.transparent .header-search-controls .search-button,
#header-inner-wrap.background--dark.transparent .header-cart-controls:before,
#header-inner-wrap.background--dark.transparent .menu-controls i.font-icon {
	color: #f5f5f5;
	transition: color 0.5s linear;
}
#header-inner-wrap.background--light.transparent #navigation,
#header-inner-wrap.background--light.transparent .header-search-controls .search-button,
#header-inner-wrap.background--light.transparent .header-cart-controls:before,
#header-inner-wrap.background--light.transparent .menu-controls i.font-icon {
	color: #333;
	transition: color 0.5s linear;
}
.light-scheme-logo {
	display: none !important;
}
body.header-transparent #header-inner-wrap.background--dark.transparent #logo img.light-scheme-logo {
	display: block !important;
}
body.header-transparent #header-inner-wrap.background--dark.transparent #logo img.dark-scheme-logo {
	display: none !important;
}

/*******************************
		NAVIGATION
*******************************/
#navigation {
    float: right;
}
#navigation a {
    color: inherit;
    padding: 0px 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#navigation ul li {
    float: left;
    display: inline-block;
    position: relative;
    margin-bottom: 0;
}
#navigation .sub-menu {
    position: absolute;
    width: 200px;
    display: none; 
    z-index: 12;
	top: 100%;
	line-height: 32px;   
}
#navigation .sub-menu .sub-menu { 
    left: 100%;
    top: 0px;
    margin-left: 0;
}

#navigation ul .sub-menu li {
    display: block;
    float: none;
}
#navigation ul .sub-menu li a {
    display: block;
    padding: 5px 20px;
}
.menu-controls i.font-icon {
	font-size: 20px;
	color: #7e7e7e;
	
	display: inline-block;
	zoom: 1;
	padding: 0px;
	line-height: normal;
}
.menu-controls i.font-icon:before {
	position: relative;
	top: 2px;
}
/*******************************
		MEGAMENU
*******************************/
#navigation .menu > ul > li.mega {
	position: inherit !important;	
}
#navigation .menu > ul > li.mega > ul.sub-menu {
	width: 100%;	
	left: 0px;
	padding: 20px 0px;
}
#navigation .menu > ul > li.mega > ul.sub-menu a {
	padding: 5px 20px 5px 20px;
	-webkit-font-smoothing: antialiased !important;
}
#navigation .menu > ul > li.mega > ul > li {
	display: table-cell !important;
	float: none;
	padding: 0px;
	border-right: 1px solid #303030;
	width: 300px;
}
#navigation .menu > ul > li.mega > ul > li:last-child {
	border-right: none;
}
#navigation .menu > ul > li.mega.columns-3 > ul > li { 
		width: 386px; 
}
#navigation .menu > ul > li.mega.columns-4 > ul > li { 
		width: 290px; 
}
#navigation .menu > ul > li.mega.columns-5 > ul > li { 
		width: 232px; 
}
#navigation .menu > ul > li.mega.columns-2 > ul > li { 
		width: 580px; 
}
#navigation .menu > ul > li.mega > ul > li ul {
	display: block !important;
	width: 100%;
	left: 0px !important;
	opacity: 1 !important;
	position: relative !important;
	background: none;
	margin-top: -1px;
}
#navigation .menu > ul > li:last-child a {
	padding-right: 0px;
}
#navigation .sub-menu a {
	letter-spacing: 1px;
}
#navigation .mega.highlight .sub-menu .sf-with-ul {
	font-size: 13px;
	color: #fff;
	padding-bottom: 10px !important;
} 

body.header-transparent #navigation .sub-menu {
	top: 80%;
}
body.header-transparent #navigation .sub-menu .sub-menu {
	top: 0px;
}

/*******************************
		SIDEBAR MENU
*******************************/

.sb-slidebar {
	position: fixed;
	width: 280px;
	z-index: 11;
	background: #000;
	height: 100%;
	overflow: auto;
	/*right: -280px;*/
}
.sb-slidebar .sb-right{
	right: -280px;
}
html.csstransforms .sb-slidebar {
	/*right: 0px;*/
	-webkit-transform: translatex(280px);
	-moz-transform: translatex(280px);
	-ms-transform: translatex(280px);
	-o-transform: translatex(280px);
	transform: translatex(280px);
	-webkit-transition: -webkit-transform 400ms ease;
	-moz-transition: -moz-transform 400ms ease;
	-o-transition: -o-transform 400ms ease;
	transition: transform 400ms ease;
}
html.csstransforms .sb-slidebar.sb-right{
	right: 0px;
}
html.csstransforms .sb-slidebar.sb-left {
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform:none;
	-ms-transform: none;
	transform: none;
} 
html.csstransforms .sb-slidebar.opened {
	-webkit-transform: translatex(0px);
	-moz-transform: translatex(0px);
	-ms-transform: translatex(0px);
	-o-transform: translatex(0px);
	transform: translatex(0px);
}
html.csstransforms .sb-slidebar.sb-right.opened {
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform:none;
	-ms-transform: none;
	transform: none;
}
html.csstransforms body.slider-bar-opened #main {
	-webkit-transform: translatex(-280px);
	-moz-transform: translatex(-280px);
	-ms-transform: translatex(-280px);
	-o-transform: translatex(-280px);
	transform: translatex(-280px);
}
html.csstransforms #main {
	-webkit-transition: -webkit-transform 400ms ease;
	-moz-transition: -moz-transform 400ms ease;
	-o-transition: -o-transform 400ms ease;
	transition: transform 400ms ease;
}
html.no-csstransforms .sb-slidebar {
	-webkit-transition: right 400ms ease;
	-moz-transition: right 400ms ease;
	-o-transition: right 400ms ease;
	transition: right 400ms ease;
}
html.no-csstransforms .sb-slidebar.opened {
	right: 0px;
}
/*Left Header*/
.left-header .sliderbar-menu-controller .icon-menu{
	display:none;
}
.left-header #main-wrapper{
	margin-left: 280px;
}

.sb-slidebar-content {
	padding: 30px 0px;
}
#slidebar-menu a {
    color: inherit;
    padding: 10px 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.sb-slidebar .menu ul {
	list-style: none;
	margin-bottom: 0px;
	display: block;
	padding: 0px;
	margin-top: 0px;
}
.sb-slidebar .menu ul li {
	margin-bottom: 0px;
}
.sb-slidebar .menu ul li {
	display: block;
	position: relative;
}

#slidebar-menu {
	z-index: 100;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 50px;
}
.sb-slidebar-content .menu {
	margin-bottom: 50px;
}
#slidebar-menu .sub-menu {
	display: none;
}
#slidebar-menu a {
	padding: 0px 0px 0px 20px;
	border-bottom: 1px solid #303030;
	display: block;
}

#slidebar-menu .sub-menu a { 
	padding-left: 35px; 
}
#slidebar-menu .sub-menu .sub-menu a { 
	padding-left: 50px; 
}
.sb-slidebar .widget {
	padding-left: 20px;
	margin-bottom: 40px;
}
#navigation .mobile-sub-menu-controller {
	display: none;
}
#slidebar-menu .mobile-sub-menu-controller {
	display: block;
	position: absolute;
	right: 0px;
	width: 50px;
	top: 0px;
	
	font-size: 12px;
	text-align: center;
}
#mobile-menu, #mobile-menu ul {
	list-style: none;
	margin-bottom: 0px;
	display: none;
	padding: 0px;
	margin-top: 0px;
}
#mobile-menu li {
	margin-bottom: 0px;
	line-height: 40px;
	position: relative;
}
#mobile-menu a {
	color: inherit;
	padding: 5px 0px 5px 20px;
	display: block;
	position: relative;
	border-bottom: 1px solid #303030;
}
#mobile-menu .mobile-sub-menu-controller {
	display: inline-block;
	position: absolute;
	right: 0px;
	top: 0px;
	line-height: 51px;
	padding: 0px 15px;
	
}
.mobile-nav-controller-wrap {
	display: none;
	float: right;
}
.mobile-nav-controller-wrap .menu-controls {
	margin-left: 0px;
	margin-right:0px;
}
#logo-sidebar {
	text-align: left;
	margin-bottom: 30px;
	padding-left: 20px;
}

/* ======================
    Footer
   ====================== */
#footer-wrap {
	padding: 25px 0;
}
#copyright{
    margin-bottom: 0;
    text-align: center;
padding-top: 50px;
  padding-bottom: 50px;
  font-family: georgia;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 12px;
}

#copyright a {
	color: #fff !important;
}

.wpcf7-mail-sent-ok {
 display: block;
  background-color: rgba(0,0,0,0) !important;
  color: white !important;
  font-family: avenir;
font-weight: 600;
  top: 125px;
 
  height: 20px;
  left: 130px;
width: 160px;
  font-size: 8px !important;
  display: block;
  margin-left: -30px !important;
  line-height: 14px !important;
}

.reqField {
	color: #fff;
	font-family: 'Avenir LT W01_55 Roman1475520';
	margin-left: 10px;
	padding-bottom: 5px; 
	font-size: 14px;
}

.wpcf7-validation-errors {
 display: block;
  background-color: rgba(0,0,0,0) !important;
  color: white !important;
  font-family: avenir;
font-weight: 600;
  top: 125px;
  
  height: 20px;
  left: 130px;
width: 180px;
  font-size: 8px !important;
  display: block;
  margin-left: -35px !important;
  line-height: 14px !important;
}

.wpcf7-not-valid-tip {
	display: none !important;
}


/* ======================
    Blog Layout
   ====================== */

.post-title{
    margin-bottom: 0;
	/*text-transform: uppercase;*/
}
.post-title a {
	color: inherit !important;
}
.post-nav {
    padding: 10px 0 20px;
    font-size: 12px;
}
.post-nav ul li{
    margin-bottom: 0;
}
.post-meta {
	float: left;
}
.post-nav .post-meta-sep {
    margin: 0 7px;
}
.pagination_parent{
    margin-bottom: 60px;
}
.pagination a, .pagination span, .pages_list a {
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin: 0 16px 0px 0px;
	background: #efefef;
	display: inline-block;
	font-size: 12px;
	border: 1px solid #dedede;
	border-radius: 3px;
	color: #555;
}
.pages_list a { 
	width: auto;
	padding: 0px 10px;
}
embed {
	max-width: 100%;
}
.single-post #content {
    padding-bottom: 50px;
}

.single-post .project_navigation {
    margin-top: 50px;
}
.post-excerpt{
    margin-bottom: 35px;
}
.post-thumb {
    margin-bottom: 35px;
}
.post-thumb img{
    width: 100% !important;
    height: auto !important;
}
.post-thumb.style-2{
    float: left;
    width: 300px;
    margin-right: 20px;
}
.no-thumb .post-header {
    margin-bottom: 15px;
}

.format-quote .post-content-wrap, 
.format-link .post-content-wrap {
	padding: 30px;
	background: #efefef;
	border-radius: 10px;
	text-align: center;
	margin-bottom: 35px;
}
.format-quote .post-meta,
.format-link .post-meta {
	float: none;
	display: inline;
}

.blog-separator .separator {
    margin-top:30px;
    margin-bottom: 65px;
}

hr {
	margin-bottom: 60px;
}

.post-tags {
	margin-bottom: 40px;
}

/******************************
    Blog Style2
******************************/

.style2-blog .post-thumb {
	width: 40%;
	margin-right: 5%;
	float: left;
}
.style2-blog .article-details {
	width: 55%;
	float: left;
}
.style2-blog .format-audio .article-details,
.style2-blog .format-quote .article-details,
.style2-blog .format-link .article-details,
.style2-blog .format-audio .post-thumb {
	width: 100%;
}

/******************************
    Blog Style3
******************************/

.style3-blog .blog-separator .separator {
    margin-top:60px;
    margin-bottom: 65px;
}
.blog-post.element {
	margin-bottom: 65px;
}

.style3-blog .format-quote .post-content-wrap, 
.style3-blog .format-link .post-content-wrap {
	margin-bottom: 0;
}

.style3-blog .post-title {
	font-size:13px;
	letter-spacing: 2px;
	line-height: 26px;
}

/******************************
    Audio Post Format
******************************/

.mejs-container, 
.mejs-embed, 
.mejs-embed body,
.mejs-container .mejs-controls {
	background: none !important;
}

.mejs-container .mejs-controls .mejs-time span {
	color: #555 !important;
}
.mejs-controls .mejs-time-rail .mejs-time-total,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #efefef !important;
}
.mejs-controls .mejs-button button {
	background: none !important;
	outline: 0;
	margin: 9px 5px !important;
}
.mejs-controls .mejs-playpause-button.mejs-play button:before {
    content: '\e728';
    font-family: "be-themes";
    font-size: 16px;
    color: #555;
}
.mejs-controls .mejs-playpause-button.mejs-pause button:before {
    content: '\e720';
    font-family: "be-themes";
    font-size: 16px;
    color: #555;   
}
.mejs-controls .mejs-volume-button.mejs-mute button:before {
    content: '\e751';
    font-family: "be-themes";
    font-size: 14px;
    color: #555;   
}
.mejs-controls .mejs-volume-button.mejs-unmute button:before {
    content: '\e719';
    font-family: "be-themes";
    font-size: 14px;
    color: #555;   
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: #000 !important;
}


/* ======================
    Comments
   ====================== */

.form-submit {
    margin-bottom: 0;
}

.commentlist { 
	list-style: none; 
	padding: 0; 
	margin-bottom: 60px; 
}
.commentlist li.comment { 
	padding: 0; 
	margin-bottom: 0; 
}
article.comment {
	padding: 27px 30px 30px;
	margin-bottom: 50px;
	background: #efefef;
	position: relative;
	border-radius: 5px;
}
.vcard, .comment-content {
    float: left;
}
.vcard {
    width: 9%;
}
.comment-author-inner {
    display: inline-block;
    text-align: center;
}
.comment-author-inner img {
    height: auto !important;
    border-radius: 50%;
}
.comment-content{
    width: 80%;
    padding-left: 4%;
}

.children{
    list-style: none;
}
#comments-title{
    margin-bottom: 40px;
}
.comment {
    margin-bottom: 30px;
}

.comment-meta{
    margin-bottom: 10px;
}
.comment_text p{
    margin-bottom: 0;
}
#reply-title {
    margin-bottom: 15px;
}
.comment-meta h6.fn {
	margin-bottom: 0;
}
.comment-meta time {
	font-size: 12px;
}
.comment-edit-reply { 
	padding:0; 
	margin:0;
	position: absolute;
	right: 10px;
	bottom: 2px;
}
.comment-edit-reply li {
	margin-bottom: 0;
}

.comment-edit-reply,.children{ list-style:none !important; }

.reply {
    display:block;
}
.reply,
li.edit-link,
span.edit-link {
    font-size: 11px;
    font-style: italic;
}
.comment a{
    text-decoration: none;
}
.avatar {
    margin-bottom: 10px;
}
.children{ 
	padding-left:10% ;
	margin-bottom: 0; 
}
.children .vcard { 
	width:9%; 
}
.children .comment-content { 
    width: 80%;
    padding-left: 4%;
}
.form-allowed-tags{
    display: none;
}



/* ======================
    Typography
   ====================== */


h1,h2,h3,h4,h5,h6 {
    -webkit-font-smoothing: antialiased;
    text-rendering:optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}
h1 {
    margin-bottom: 15px;
    letter-spacing: 3px;
}
h2, h3, h4 , h5 {
    margin-bottom: 20px;
}

h6 {
    margin-bottom: 10px;
}
p {
    margin-bottom: 30px;
}

#content ,.post-title ,.breadcrumbs , #page-title{
    -ms-word-wrap: break-word;
    word-wrap: break-word;   
}
.header-breadcrumb {
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
blockquote {
    font-style: italic;
    margin-bottom: 30px;
}
blockquote p:last-child{
    margin-bottom: 0;
}


/*------- Anchor ----------- */



.sidebar-widgets .widget ul li a {
    color: inherit;
}

/*------- Lists ----------- */


ul,ol{
    padding-left: 15px;
    line-height: inherit;
    margin: 0px 0px 30px;
}
ul{ list-style: disc; }
ol{ list-style: decimal; }
ul li,ol li{
    margin-bottom: 15px;
}
ul ul, ol ol {
	margin-top: 15px;
}
dd { margin: 0 0 20px; line-height: inherit; }
dt { line-height: inherit; }
nav ul, nav ol { list-style: none !important; list-style-image: none; margin: 0; padding: 0; }
.widget ul{
    margin-bottom: 0;
}
.widget ul li:last-child{
    margin-bottom: 0 !important;
    padding-bottom: 0;
    border: none;
}



/* ==========================================================
    Tags and classes that come with Wordpress 
   ========================================================== */ 

code, pre { font-family:"Courier New", Courier, monospace; }
cite{ font-weight:bold; }
address {
    display: block;
    line-height:20px;
    margin: 0 0 20px;
}


pre{  display: block; margin: 10px 0; padding: 10px; overflow: auto; }
table{ border-collapse: collapse; margin-bottom:20px; }
tr:nth-of-type(odd){  }
th,td{ border: 1px solid #ddd; padding: 9px 20px; }
th{ text-transform: uppercase; }
caption{ font-size: 11px; font-style: italic; }
sup,
sub {
    height: 0;
    font-size: 10px;
    line-height: 1;
    position: relative;
    top: .5ex;
    vertical-align: baseline;
}
sup { bottom: 1ex; }

/* Wordpress default Image Alignment classes */

.wp-caption{
    margin-bottom:20px;
    max-width: 100% !important;
    padding-top: 6px;
    text-align: center;
}
.wp-caption img{ width:auto!important; height:auto!important; max-width:98%;}
.wp-caption img, .wp-caption img a { border: 0 none; margin: 0 !important; padding: 0; }
.wp-caption .wp-caption-text { font-size: 11px; font-style:italic; margin: 0; padding: 4px 4px 5px;  }
img.alignright, .wp-caption.alignright { float: right; margin: 0 0 0px 10px; }
img.alignleft, .wp-caption.alignleft { float: left; margin: 0 10px 0px 0; }
img.aligncenter, .wp-caption.aligncenter { display: block;  margin-right: auto; margin-left: auto; }
img.aligncenter { margin-bottom: 10px; }
a img.alignright { float: right; margin: 7px 0 20px 20px; }
a img.alignleft { float: left; margin: 7px 20px 20px 0; }
a img.aligncenter { display: block;  margin-right: auto; margin-left: auto; }
.gallery-item img{ width:auto !important; height:auto !important;  border:none !important; max-width: 100% !important; }    
.gallery-caption { display: block; font-style: italic; margin-bottom: 0 !important; padding: 0 4px 5px; }

/* WordPress built-in class for handling sticky posts */
.sticky, .bypostauthor { }

/* Images */
img[class*="align"],
img[class*="wp-image-"] {
    height: auto; 
}



/* ======================
    Form
   ====================== */

input[type="text"], input[type="email"], input[type="password"] {
    padding: 0px;
    height: 45px;
    width: 48%;
    margin-bottom: 30px;
    background-color: #efefef;
    border: none;
    color: #555;
    font-size: 10px;
	border: 1px solid #dedede;
	text-indent: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
select {
	height: 45px;
    width: 100%;
	padding: 10px;
}
textarea{
    padding: 10px 0 0 10px;
    height: 350px;
    width: 98%;
    margin-bottom: 30px;
    font:inherit;
    overflow: auto;
    background-color: #efefef;
    color: #555;
    border: none; 
	border: 1px solid #dedede;  
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}  
input[type="submit"], .action-button .be-button {
    border: none;
    cursor:pointer;
    display: inline-block;
    margin:0px 20px 10px 0;
    text-decoration: none;  
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	font-size: 11px;
	line-height: 11px;
	padding: 20px;
	letter-spacing: 3px;
	text-transform: uppercase;
} 
.more-link {
    display: block;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-size: 11px;
	-webkit-font-smoothing: subpixel-antialiased;
}  

/* Contact Form 7 Plugin */

.wpcf7-not-valid-tip {
    display: none;
}
span.wpcf7-form-control-wrap {
	position: relative !important;
	display: block !important;
}
input[type="text"].wpcf7-not-valid , input[type="email"].wpcf7-not-valid, input[type="password"].wpcf7-not-valid, textarea.wpcf7-not-valid {
    border: 1px solid #ef8080;
    margin-bottom: 0;
}

input[type=text]:focus, input[type="email"]:focus,  input[type="password"]:focus, textarea:focus {
  border: 1px solid #dedede;
  background-color: #fff;
}

/* ======================
    Contact Page
   ====================== */   

/* Contact Form */

.contact_form .column-block{
    margin-bottom: 25px ;
}
.contact_form input[type="text"]{
    width: 48%;
    margin-bottom: 30px !important;
}
.contact_form textarea.txt_area {
    width:98.3%;
    margin-bottom: 30px !important;
}

.contact_form {
    margin-bottom: 60px;
}
.contact_form_module.contact_form input[type="text"] {
	 width: 99%;
}

/* Gmap */

.gmap {
    margin-bottom: 60px;
    height: 100%;
}
.gmap img {
	max-width: initial !important;
}

.page-template-contact-php #content {
    padding-bottom: 50px;
}
.submit-fieldset {
    position: relative;
}
.contact_loader {
    background: url('img/loader.gif') no-repeat top left;
    display: inline-block;
    width: 25px;
    height: 25px;
    position: absolute;
    display: none;
    top: 15px;
    left: 0;
    margin-left: 100px;
    margin-top: -7px;
}

/* =========================================================================
                                    WIDGETS
   ========================================================================= */


/* ======================
    Widget Areas
   ====================== */

.widget{
    margin-bottom: 60px;
}
#bottom-widgets .widget {
	margin-bottom: 60px;
}

.sidebar-widgets .widget:last-child {
    margin-bottom: 0;
}

.widget h6 {
    margin-bottom: 15px;
}

#bottom-widgets {
    padding-top: 60px;
    padding-bottom: 60px;
}
#bottom-widgets .column-block {
    margin-bottom: 0;
}
#bottom-widgets-wrap .column-block .widget:last-child {
    margin-bottom: 0;
}


/* ===========================
    Recent Posts
   =========================== */

.recent_post_container{
    list-style: none !important;
    padding: 0;
}
.recent_posts {
    margin-bottom: 25px;
}

.recent_post_content a {
    display: block;
    padding: 0;
}

.recent_post_img { 
	margin: 6px 10px 0 0; 
	float: left; 
}
.recent_post_img a {
    display: block;
    position: relative;  
}
.recent_post_img img { 
	display: inline-block; 
}
.recent-post-date {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 5px;
	display: inline-block;
}
.recent-post-title {
    margin-bottom: 10px
}
/* ======================
    Tags 
   ====================== */

.tagcloud:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.tagcloud a {
    padding: 10px;
    display: block;
    float: left;
    margin: 0 15px 15px 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box;
	text-transform: uppercase;
	letter-spacing: 1px;   
	border: 1px solid; 
}


/* ======================
    Search
   ====================== */
.search-submit {
    display: none !important;
}
.search-button{
    margin-left: -30px;
}
.widget .searchform {
	position: relative;
}
.widget .searchform .search-icon {
	position: absolute;
	top: 0px;
	right: 10px;
	line-height: 47px;
}
.s {
    height: 45px;
    border-radius: 3px;
    background: #fff;
    font-size: 11px;
    z-index: 1000000;
	margin-bottom: 0px;
}
.widget .s {
    width: 97% !important;
}
.not-found {
    padding-top:100px;
    padding-bottom: 100px;
    text-align: center;
}
.not-found-search{
    width: 350px;
    margin: 0 auto;
}

/* ======================
    WP Calendar
   ====================== */
#wp-calendar {
    width: 100%;
    background: none;
    border: none;
    border-collapse: separate;
    border-spacing:0;
    line-height: 24px;
    margin-bottom: 0px;
    text-align: center;
}
#wp-calendar caption {
    font-size: 12px;
    font-style: normal;
    text-align: center;
    text-transform: uppercase;
}
#wp-calendar thead {
    font-size: 11px;
    font-weight: 700;
}
#wp-calendar thead  th{
    background: none;
    padding-top: 5px;
    padding-bottom: 5px;
}
#wp-calendar tbody,#wp-calendar tfoot  {
    font-size: 11px;
    font-weight: 700;
}
#wp-calendar tbody tr td,#wp-calendar thead tr th,#wp-calendar tfoot tr td{
    background: none;
    border: none;
}
#wp-calendar tbody tr td {
    background: none;
    border: 1px;
}
#wp-calendar tbody tr td.pad {
    background: none;
    border:none;
}
#wp-calendar tfoot tr td{
    background: none;
    padding: 5px 0px 0px;
}
#wp-calendar td,#wp-calendar th {
    padding: 0px;
}
#today a{ color:#fff; }
#wp-calendar tfoot tr #prev{
    text-align: left;
}
#wp-calendar tfoot tr #next {
    text-align: right;
}
#wp-calendar tr a {
    display: block;
}


/* ==================================================
    Categories, Archives, Links, Meta, Menu, Side nav
   ================================================== */

.widget_categories ul, 
.widget_archive ul, 
.widget_links ul,
.widget_meta ul, 
.widget_nav_menu ul, 
.widget_pages ul{
    list-style: none;
    padding-left: 0;
}

.widget_categories ul li, 
.widget_archive ul li, 
.widget_links ul li,
.widget_meta ul li, 
.widget_nav_menu ul li,
.widget_pages ul li
{
    padding-left: 25px;
}

.widget_categories ul li:before, 
.widget_archive ul li:before, 
.widget_links ul li:before,
.widget_meta ul li:before, 
.widget_nav_menu ul li:before,
.widget_pages ul li:before {
  content: '\e742';
  font-family: "be-themes";
  display: inline-block;
  margin-left: -25px; /*same as padding-left set on li*/
  width: 25px; /*same as padding-left set on li*/
  font-size: 14px;
}

/* ======================
   Photostream Widget
   ====================== */
.photostream ul {
    list-style: none;
    padding-left: 0;
}
.photostream ul li {
    margin: 0px 15px 15px 0px;
    float: left;
    width: auto;
}
.photostream ul li.last {
    margin-right: 0px;
}
.photostream ul li a {
    display: block;
    position: relative;
}
.photostream ul li a img {
    display: block;
    width: 70px;
    height: 70px;
}
.photostream_overlay {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.photostream_overlay:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}


/* ======================
   Language Switcher
   ====================== */

#lang_sel a.lang_sel_sel,
#lang_sel a.lang_sel_sel:hover,
#lang_sel :hover > a, #lang_sel ul ul :hover > a,
#lang_sel ul ul a, #lang_sel ul ul a:visited {
	background-color: transparent;
	color: inherit;
}

/* ======================
   Back To Top
   ====================== */

#back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: #000;
	color: #fff;
	display: block;
	border-radius: 50%;
	font-size: 17px;
	z-index: 5;
	display: none;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;	
}

/* =========================================================================
                                    TABLET
   ========================================================================= */

@media only screen and (min-width: 1280px) {
	.left-header #header {
		display: none;
	}

	
}

@media only screen and (max-width: 1279px) {
	.left-header .sb-left {
		display: none;
	}
	.left-header #main-wrapper{
		margin-left: 0px;
	}

.homeSlider {
		 margin-left: 700px !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	#header .header-controls {
		width: 250px;
		position: relative;
	}
}


@media only screen and (max-width: 960px) {
	#navigation {
		display: none !important;
	}
	#header-inner-wrap.stuck {
		position: relative;
		width: 100%;
		box-shadow: none;
	}
	.mobile-sub-menu-controller {
		display: inline-block;
	}
	body.admin-bar #header-inner-wrap.stuck {
		top: 0px !important;
	}
	.sticky-wrapper {
		height: auto !important;
	}
	#header .header-controls {
		width: 50%;
	}
	.header-contact-wrap {
		padding-top: 5px;
	}
	.header-contact-wrap,#header-top-menu {
		line-height: 25px !important;
	}
	.header-contact-wrap .be-wrap div.left, .header-contact-wrap .be-wrap div.right {
		margin-bottom: 5px;
	}
	.menu-controls {
		display: block !important;
	}
	body.header-transparent #header #header-inner-wrap.no-transparent {
		position: absolute;
		left: auto;
		right: auto;
	}
	body.sticky-header #header #header-inner-wrap.no-transparent {
		position: relative;
		left: auto;
		right: auto;
	}
	.mobile-nav-controller-wrap {
		display: block;
	}
}

/* =========================================================================
                                    MOBILE 320
   ========================================================================= */


@media only screen and (max-width: 767px) {
	
	#header-inner-wrap.stuck {
		position: relative;
		width: 100%;
		box-shadow: none;
	}
    /*------- Content Formatting Grid Blocks ----------- */
    ul.tabs li  { 
        float: none;
        margin-right: 0px;
        width:100%;
        margin-left: 0px;  
    }
    #header .header-controls {
    	width: 40%;
    }
	.header-cart-controls, .menu-controls, .header-search-controls {
		margin-left: 5px;
	}    
    /*  Comments */
    .children { 
    		padding-left:0% ; 
    }
    .vcard, .children .vcard { 
    	width:25%; margin-right: 0; 
   	}
    .comment-content,.children .comment-content { 
    		width:70%; padding-left: 4%;
    }
    #footer-widgets { 
    		width: 270px; 
    }
    .no-mobile {
        display: none;
    }
    input[type="text"], 
    input[type="email"], 
    input[type="password"] {
        width: 98%;
    }
	.style2-blog .post-thumb,
	.style2-blog .article-details {
		width: 100%;
		float: none;
	}
	.gmap-wrapper {
		height: 250px !important;
	}	
}


/* =========================================================================
                                    MOBILE 480
   ========================================================================= */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .vcard, .children .vcard {
        width: 20%;
    }   
	.header-cart-controls, .menu-controls, .header-search-controls {
		margin-left: 10px;
	}       
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.left{
    float:left;
}
.right{
    float:right;
}
.last{
    margin-right: 0 !important;
}
.clear{ clear: both; }

.no-margin{
    margin-bottom: 0;
}

.truncate {
    height: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.no-list-style{
    list-style: none;
}
/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}


@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        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) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .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; /* h5bp.com/t */
    }

    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;
    }
}


/* ANDREW EDITS  JULY 2015 */





/* SITE WIDE */


a {
	text-decoration: none;
}

a:hover {
	cursor: hand !important;
	color: white !important;
}

a, a:visited, a:active {
	cursor: hand !important;
	color: white;
}

h6 {
	font-family:'Avenir LT W01_35 Light1475496', 'Open Sans', sans-serif !important;
	font-weight: 100 !important;
	font-size: 24px;
}

.hms-testimonial-container {
	margin-top: 140px;
}
.hms-testimonial-container .testimonial {
	font-family: "Proforma Bk", Georgia, serif; 
	font-size: 25px;
	line-height: 44px;
	width: 80%;
	margin: 0 auto;
	text-align: center;
	color: #000;
}

.hms-testimonial-container .author {
	font-family: 'Avenir LT W01_55 Roman1475520', 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 26px;
	margin: 0 auto;
	text-align: center;
	color: #000;
	text-transform: uppercase;
	margin-top: 20px;
	letter-spacing: 2px;
}

.hms-testimonials-rotator {
	height: 400px;
	max-height: 400px;
}

.hms-testimonials-rotator .controls {
	position: absolute;
	top: 40%;
	z-index: 400;
	display: block;
	width: 100%;
}

.hms-testimonials-rotator .controls a.prev {
	float: left;
	font-size: 50px;
	color: #000;
	font-family: 'Avenir LT W01_55 Roman1475520', 'Open Sans', sans-serif;
	font-weight: 100;
}

.hms-testimonials-rotator .controls a.next {
	float: right;
	font-size: 50px;
	color: #000;
	font-family: 'Avenir LT W01_55 Roman1475520', 'Open Sans', sans-serif;
	font-weight: 100;
}

.hms-testimonials-rotator .controls a.playpause, .hms-testimonials-rotator .controls a.pause {
	display: none;
}

#tabletalk-info p {
	font-family: "Proforma Bk", Georgia, serif; 
	font-size: 25px;
	line-height: 44px;
	margin: 0 auto 20px 0;
	text-align: center;
	color: #000;
}

#tabletalk-info .more-button {
  background-color: #d7d7d7;
  width: 145px;
  height: 35px;
  color: black !important;
  font-family: 'Avenir LT W01_85 Heavy1475544';
  font-size: 14px;
  padding: 0px;
  border-radius: 0px;
  text-align: center;
  border: 0px;
  letter-spacing: 2px;
  padding-top: 5px;
  cursor: hand !important;
}


/* HOME P1-P4 */

.intro-text h1 {
	font-size: 40px !important; 
	font-family: "Proforma Bk It", Georgia, serif; 
	font-style: italic; 
	text-align: center; 
	line-height: 50px; 
	color: #fff;
}

.intro-text h3 {
	font-family: 'Avenir LT W01_55 Roman1475520', 'Open Sans', sans-serif; 
	font-size: 14px !important; 
	letter-spacing: 2px; 
	font-style: normal; 
	line-height: 20px; 
	padding-top: 10px; 
	color: #fff;
	text-align: center; 
}

.intro-text h3 a {
	padding-bottom: 1px;
	border-bottom: 1px solid #d7d7d7;
}

.intro-text h3 a:hover {
	border-bottom: 1px solid #fff;
}

#donateBlock p:first-of-type {
	margin-bottom: 6px !important;
}

#donateBlock p {
	margin-bottom: 20px !important;
}

#donateBlock p span {
	font-size: 28px !important;
}

#donateBlock h5 {
	font-size: 11px !important;
	color: #fff !important;
}

#donateBlock .be-button-wrap.align-block {
	margin-bottom: 20px !important;
}

#donateBlock .smallbtn {
	padding: 10px !important;
	font-family: 'Avenir LT W01_85 Heavy1475544', 'Open Sans', sans-serif;
	font-size: 11px !important;
}

#memories {
	height: 485px !important;
	max-height: 485px;
}

/* MEMORIAL P2-P4 */

.memorialBlock {
	font-family: "Miller Banner";
	color: #fff;
	font-size: 40px;
	margin-top: 0px;
	position: absolute;
	right: 0;
	top: -100px;
}

.memorialBlock p.intro {
	font-size: 45px;
	font-family: "Proforma Bk", Georgia, serif;  
	line-height: 50px; 
	margin-bottom: 0;
}

.memorialBlock p.date {
	font-size: 20px;
	font-family: "Proforma Bk", Georgia, serif; 
	line-height: 24px; 
	margin-top: 0;
}

.memorialBlock p.livestream-info {
	font-family: 'Avenir LT W01_55 Roman1475520', 'Open Sans', sans-serif; 
	font-size: 14px; 
	line-height: 20px;
}

.memorialBlock p.livestream-info a {
	color: #fff;
	text-decoration: underline;
}

.memorialBlock p.cal-reminder {
	font-family: 'Avenir LT W01_55 Roman1475520', 'Open Sans', sans-serif; 
	font-size: 14px; 
	line-height: 20px; 
	margin-bottom: 0 !important;
}

.memorialBlock .be-button-wrap.align-block {
	display: inline-block !important;
}

.memorialBlock a.smallbtn.be-button {
	background-color: transparent !important;
	border: 1px solid white !important;
	color: white !important;
	padding: 8px 6px !important;
}

#liveStream .a2a_kit {
	position: relative;
}

#liveStream .a2a_kit a img {
	height: 30px;
	width: 30px;
}

#liveStream .a2a_kit a.a2a_dd {
	display: none;
}

/* LEGACY P2-P4 */

#legacyText p {
	font-size: 18px;
	font-family: 'Proforma Bk', Georgia, serif; 
	line-height: 38px;
	color: #000;
	margin-left: 140px;
	margin-right: 140px;
}

.legacy-details {
	margin-left: 140px;
}

.legacy-items {
	position: relative;
	top: -40px;
}
.legacy-item {
	background: url('https://rcsproul.com/wp-content/uploads/icon-1.png');
	background-position: left top;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: 68px 61px;
}

.legacy-item:nth-of-type(2) {
	background: url('https://rcsproul.com/wp-content/uploads/icon-2.png');
	background-position: left top;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: 55px 51px;
}

.legacy-item:nth-of-type(3) {
	background: url('https://rcsproul.com/wp-content/uploads/icon-1.png');
	background-position: left top;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: 68px 61px;
}

.legacy-item:nth-of-type(4) {
	background: url('https://rcsproul.com/wp-content/uploads/icon-3.png');
	background-position: left top;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: 73px 71px;
}

.legacy-item:nth-of-type(5) {
	background: url('https://rcsproul.com/wp-content/uploads/icon-4.png');
	background-position: 20px top;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: 32px 61px;
}

.legacy-item:nth-of-type(6) {
	background: url('https://rcsproul.com/wp-content/uploads/icon-5b.png');
	background-position: left top;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: 83px 57px;
}

.legacy-item-text:before {
	content: "•";
	font-size: 34px;
	color: #000;
	position: absolute;
	left: -8px;
	top: -10px;
	font-family: 'Avenir LT W01_35 Light1475496';
	display: block;
}

.legacy-item-text {
	margin-bottom: 0px;
	margin-left: 200px;
	margin-right: 200px;
	position: relative;
	top: 20px;
	padding: 0 0 20px 100px;
	border-left: 1px solid #000;
}

.legacy-item:nth-of-type(6) .legacy-item-text {
	border-left: 0;
}

.legacy-item-text .header1 {
	font-family: "Proforma Bk It", Georgia, serif; 
	font-size: 27px; 
	font-style: italic; 
	color: #000; 
	line-height: 27px;
	position: relative;
	top: -20px;
}

.legacy-item-text .header2 {
	font-family: "Proforma Bk", Georgia, serif;  
	font-size: 42px; 
	color: #000; 
	line-height: 44px !important;
	position: relative;
	top: -20px;
}

.legacy-item-text p {
	font-family: "Proforma Bk", Georgia, serif;  
	font-size: 18px; 
	color: #000; 
	line-height: 36px;
	position: relative;
	top: -40px;
	padding-bottom: 0;
}

.legacy-item-text p.learn-more {
	display: block;
	margin-top: -32px;
	margin-left: -2px;
}

a.learnmore-link {
	font-family: 'Avenir LT W01_55 Roman1475520';
	color: #000;
	font-size: 12px;
	font-style: italic;
	position: relative;
	top: -2px;
	margin-left: 4px;
	white-space: nowrap;
}

a.learnmore-link:hover, a.learnmore-link:visited {
	color: #000 !important;
}

p.mobile-learnmore {
	display: none;
}



/* Simple Slider for Legacy page */

.works-text-right {
	float: right;
	display: inline-block;
	font-family: 'Avenir LT W01_35 Light1475496';
  	color: black;
  	font-size: 24px;
  	line-height: 34px;
	padding-bottom: 30px;
	width: 40%;
	text-align: left;
	margin: 100px 160px 0 0;
}

.works-text-left {
	float: left;
	display: inline-block;
	font-family: 'Avenir LT W01_35 Light1475496';
  	color: black;
  	font-size: 24px;
  	line-height: 34px;
	padding-bottom: 30px;
	width: 40%;
	text-align: left;
	margin: 120px 0 0 220px;
}

.works-text-left a, .works-text-right a {
	margin-top: 40px;
	display: block;
}

.works-img-right {
	float: right;
	display: inline-block;
	margin: 0 120px 0 0;
}

.works-img-left {
	float: left;
	display: inline-block;
	margin: 0 0 0 140px;
}

#rcWorks {
	display: none;
}

#rcWorks #slider {
  position: relative;
  overflow: hidden;
  margin: 0px auto 0 auto;
  border-radius: 4px;
}

#rcWorks #slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 480px;
  list-style: none;
}

#rcWorks #slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 1200px;
  height: 480px;
  background: transparent;
  text-align: center;
  line-height: 480px;
}

#rcWorks a.control_prev, a.control_next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  font-size: 32px;
  opacity: 0.8;
  cursor: pointer;
}

a.control_prev:hover, a.control_next:hover {
  color: #000 !important;
  -webkit-transition: all 0.2s ease;
}

#rcWorks a.control_prev {
  border-radius: 0 2px 2px 0;
}

#rcWorks a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}

#bookMobile, #bookMobile2, #bookMobile3 {
	display: none;
}

/*
#theBook, #theBook2, #theBook3, #theBook4, #newSproul {
	display: none !important;
}
*/

/* PRESS KIT */

#pressKit h6 {
	margin-top: 150px;
}
#pressKit h6:first-of-type {
	margin-top: 0;
}
#pressKit .be-button-wrap {
	margin-bottom: 10px;
}

#pressKit .smallbtn {
	min-width: 110px !important;
}

/* SOCIAL SHARE */

.addtoany_shortcode {
	text-align: center;
	margin-top: -8px;
}

.a2a_floating_style {
	background-color: transparent !important;
}

.page-id-3018 .a2a_floating_style, .page-id-3024 .a2a_floating_style, .page-id-3005 .a2a_floating_style {
	background-color: transparent !important;
}

.page-id-3018 .a2a_vertical_style a {
	color: #333 !important;
}

.page-id-3018 a .a2a_svg, .page-id-3024 a .a2a_svg {
	 -webkit-filter: invert(0); filter: invert(0);
}

.page-id-3018 .a2a_kit a img, .page-id-3024 .a2a_kit a img, .page-id-3085 .a2a_kit a img, .page-id-3087 .a2a_kit a img {
	 -webkit-filter: invert(1); filter: invert(1);
}


.page-id-2991 .a2a_kit {
	display: none;
}

.page-id-2977 .a2a_kit {
/* 	display: none; */
}


.remember-buttons .mediumbtn {
	width: 260px !important;
	margin-bottom: 0 !important;
}

.remember-buttons .be-button-wrap.align-block {
	margin-bottom: 20px !important;
}

.page-id-2991 .smallbtn {
	font-family: 'Avenir LT W01_85 Heavy1475544', 'Open Sans', sans-serif;
	font-size: 13px;
}

.remember-intro {
	padding-top: 150px;
	padding-bottom: 100px;
}

.remember-space {
	height: 200px;
}
/* LOGO */

#logo, #logo a {
  font-family: 'Miller Headline';
  width: 200px;
  font-size: 24px;
  padding-top: 6px;
  color: #fff;
  letter-spacing: 3px;
}

.page-id-2846 #logo, .page-id-2846 #logo a, .page-id-2991 #logo, .page-id-2991 #logo a, .page-id-3018 #logo, .page-id-3018 #logo a, .page-id-3024 #logo a, .page-id-3085 #logo a, .page-id-3087 #logo a { 
  color: #333;
}

.page-id-2846 #logo a:hover, .page-id-2991 #logo a:hover, .page-id-3018 #logo a:hover, .page-id-3024 #logo a:hover, .page-id-3085 #logo a:hover, .page-id-3087 #logo a:hover {
  color: #333 !important;
}

#logo-sidebar {
	font-family: 'Miller Headline';
  	color: white;
}

.page-id-2846 #logo-sidebar {
	font-family: 'Miller Headline';
  	color: #333;
}



/* NAVIGATION */

#navigation a {
	color: white !important;
	font-weight: 100 !important;
}

.page-id-2846 #navigation a, .page-id-3018 #navigation a, .page-id-3024 #navigation a, .page-id-3085 #navigation a, .page-id-3087 #navigation a {
	color: #333 !important;
}

.header-search-controls, .sliderbar-menu-controller {
	display: none !important;
}

body.header-transparent #header-inner-wrap #navigation,
body.header-transparent #header-inner-wrap .header-controls, 
body.header-transparent #header-inner-wrap .mobile-nav-controller-wrap {
	line-height: 90px;
}

#navigation {
	font-family: "Miller Headline" !important;
	line-height: 125px !important;
}

#navigation a {
	padding: 0px 12px;
	letter-spacing: 2.5px;
  	font-size: 12px;
}

/*
.top-animate {
	display: none !important;
}
*/





/* FORMS */

input[type="text"].wpcf7-text, input[type="email"].wpcf7-text {
  font-family:'Avenir LT W01_55 Roman1475520';
  font-size: 15px;
  text-transform: none;
  background-color: #004861;
  border-color: #18738f;
  height: 37px;
  color: rgba(255, 255, 255, 1) !important;
  letter-spacing: 0px !important;
  padding-bottom: -50px !important;
} 

textarea:focus, textarea {
  font-family:'Avenir LT W01_55 Roman1475520';
  font-size: 15px;
  text-transform: none;
  background-color: #004861;
  border-color: #18738f;
  height: 210px;
  width: 364px;
  color: rgba(255, 255, 255, 1) !important;
  letter-spacing: 0px !important;
}

.wpcf7-form p {
	height: 20px !important;
}

input[type="submit"].wpcf7-submit {
  background-color: #d7d7d7;
  width: 110px;
  height: 40px;
  color: black !important;
  font-family: 'Avenir LT W01_85 Heavy1475544';
  font-size: 13px;
  margin-top: 190px;
  padding: 0px !important;
  border-radius: 0px;
}

input[type="text"].wpcf7-text, input[type="email"].wpcf7-text {
  font-family:'Avenir LT W01_55 Roman1475520';
  font-size: 15px;
  text-transform: none;
  background-color: #004861;
  border-color: #18738f;
  height: 37px;
  color: rgba(255, 255, 255, 1) !important;
  letter-spacing: 0px !important;
  padding-bottom: -50px !important;
} 

textarea:focus, textarea {
  font-family:'Avenir LT W01_55 Roman1475520';
  font-size: 15px;
  text-transform: none;
  background-color: #004861;
  border-color: #18738f;
  height: 210px;
  width: 364px;
  color: rgba(255, 255, 255, 1) !important;
  letter-spacing: 0px !important;
}

.wpcf7-form p {
	height: 20px !important;
}

table.hms-testimonials-form td {
	border: none;
	padding: 0 0 12px 0;
}
.remembering-form input[type="text"], .remembering-form input[type="email"] {
  font-family:'Avenir LT W01_55 Roman1475520';
  font-size: 15px;
  text-transform: none;
  background-color: #a5a5a5 !important;
  border-color: #fff;
  height: 37px;
  width: 250px;
  color: rgba(255, 255, 255, 1) !important;
  letter-spacing: 0px !important;
  padding-bottom: -50px !important;
}

.remembering-form textarea:focus, textarea {
  font-family:'Avenir LT W01_55 Roman1475520';
  font-size: 15px;
  text-transform: none;
  background-color: #a5a5a5;
  border-color: #fff;
  height: 210px;
  width: 375px !important;
  color: rgba(255, 255, 255, 1) !important;
  letter-spacing: 0px !important;
}

.remembering-form input[type="submit"] {
  background-color: #d7d7d7;
  width: 110px;
  height: 40px;
  color: black !important;
  font-family: 'Avenir LT W01_85 Heavy1475544';
  font-size: 13px;
  padding: 0px !important;
  border-radius: 0px;
}

.remembering-form .hms_testimonial_success {
	font-family: "Miller Headline", Georgia, serif;
	font-size: 18px;
	color: #fff;
	padding-top: 160px;
	padding-bottom: 200px;
}

::-webkit-input-placeholder {
   color: #fff;
  }

  :-moz-placeholder { /* Firefox 18- */
     color: #fff;
  }

  ::-moz-placeholder {  /* Firefox 19+ */
     color: #fff;
  }

  :-ms-input-placeholder {
     color: #fff;
  }





/* HOME */

.rev_slider_wrapper .bullet {
	display: none;
}

.rev_slider_wrapper .tparrows {
	display: none;
}

.be-section-pad {
	padding-top: 125px;
	padding-bottom: 125px;
}

.homeSlider {
	font-family: "Miller Banner";
	color: #fff;
	font-size: 40px;
	position: relative; 
	z-index: 1000; 
	margin-top: 0px; 
	margin-left: 780px;
	width: 400px;
}

/* SHARE YOUR APPRECIATION */

.shareText {
	font-family: "Miller Headline";
	font-size: 30px;
	position: relative;
	color: #fff;
	margin-top: 70px;
 	margin-left: 55px;
}


/* AFFILIATIONS */



.afilHead1{
	font-family: "Proforma Bk", Georgia, serif; 
  	font-style: italic;
  	color: black;
  	font-size: 35px;
}

.afilHead2{
	font-family: "Proforma Bk", Georgia, serif; 
  	color: black;
  	font-size: 50px;
  	line-height: 60px;
}

.afilText1{
	font-family: 'Avenir LT W01_35 Light1475496';
  	color: black;
  	font-size: 15px;
  	line-height: 28px;
  	padding-top: 20px;
  	width: 579px;
}

.afilButton {
	margin-top: 50px;
}

.afilLogoLeft {
	margin-right: 40px;
	margin-top: -10px !important;
}

.afilLogoRight {
	margin-left: 40px;
	margin-top: -15px !important;
}

.afilRight {
	margin-left: 242px;
}

/* RESOURCES */
#resourcelinkMobile {
	display: none;
}

.resourcesText {
	font-family: 'Avenir LT W01_35 Light1475496';
  	color: black;
  	font-size: 24px;
  	line-height: 34px;
	width: 500px;
	padding-bottom: 30px;
}

.bookRight {
	margin-left: -180px !important;
  	margin-top: -20px !important;
}

.bookLeft {
	margin-left: 120px !important;
  	margin-top: -20px !important;
}

.button {
  background-color: #d7d7d7;
  width: 145px;
  height: 35px;
  color: black !important;
  font-family: 'Avenir LT W01_85 Heavy1475544';
  font-size: 13px;
  padding: 0px;
  border-radius: 0px;
  text-align: center;
  border: 0px;
  letter-spacing: 2px;
  padding-top: 5px;
  
  cursor: hand !important;
}

.button a {
  color: black !important;
cursor: hand !important;
}

.button a:hover {
  color: black !important;
  cursor: hand !important;
}

.classic1 {
  font-family: "Proforma Bk", Georgia, serif; 
  color: black;
  font-size: 55px;
  width: 400px;
  line-height: 55px;
}

.classic2 {
  font-family: 'Avenir LT W01_55 Roman1475520';
  color: black;
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 22px;
}

.sliderText {
  margin-top: -80px;
  width: 500px;
  margin-left: 140px;
}



.millerLight {
	font-family: "Miller Banner Light";
}

h1 {
	font-family: "Proforma Bk", Georgia, serif;  
	font-size: 26px !important; 
	color: #222; 
	line-height: 45px !important;
	text-transform: none !important;
	letter-spacing: 0px !important;
}





/* CSS FOR ABOUT PAGE GALLERY */
	
	.page-id-3024 section#page-content, .page-id-3085 section#page-content, .page-id-3087 section#page-content {
	overflow: hidden;
	}
	
	#galGuide {
		width: 1150px;
		margin: 0 auto;	
		position: relative;
	}
	
	#galPhotos {
		width: 5700px;
		position: absolute;
	}
	
	#galPhotos img {
		float: left;
	}
	
	#infoPane {
		position: absolute;	
		top: 0px;
		left: 699px;
		z-index: 100;
		width: 5000px;
		height: 460px;
		background-color: black;
		opacity: 0.8;
		color: white;
		z-index: 100;
	}
	
	#backward {
		cursor: pointer; cursor: hand;
		position: absolute;
  		top: 380px;
  		left: 30px;	
	}
	
	#forward {
		cursor: pointer; cursor: hand;
		position: absolute;
  		top: 380px;
  		left: 65px;	
	}
	
	.textBox {
		position: absolute;
  		top: 30px;
  		left: 35px;
  		width: 320px;
	}
	
	.textBox1 {
		font-family: 'Miller Headline';
		font-size: 25px;
	}
	
	.textBox2 {
		font-family: Avenir LT W01_55 Roman1475520;
  		color: #fff;
  		line-height: 23px;
  		font-size: 15px;
		padding-top: 10px;
	}
	
	#two, #three, #four, #five, #six, #seven {
		display: none;	
	}





/* MOBILE TWEAKS */
	

@media all and (min-width: 0px) and (max-width: 940px) {

	#logo {
		width: 150px !important;
		padding-top: 10px;
		margin-top: 6px;
	}

	.page-id-2977 .header-controls {
		display: none;
	}
	
	.page-id-3005 .menu-controls i.font-icon {
		color: #fff;
	}
	
	.page-id-3024 .menu-controls i.font-icon, .page-id-3085 .menu-controls i.font-icon, .page-id-3087 .menu-controls i.font-icon {
		color: #000 !important;
	}
	
	.mobile-nav-controller i.icon-menu {
		padding-top: 16px !important;
	}
	
	.mobile-nav-controller-wrap {
		line-height: 63px !important;
	}

	.mobile-nav-controller .font-icon {
		font-size: 30px !important;
	}

	
	.menu-item-2725 { display: none !important; }
	.menu-item-2726 { display: none !important; }
	.menu-item-2727 { display: none !important; }
	.menu-item-3002, .menu-item-3003, .menu-item-3004, .menu-item-3082, .menu-item-3083, .menu-item-3084 { display: none !important; }

	.mobile-menu {
		margin-top: -15px;
	}

/* HOME P1-P4 */

.page-id-2977 .be-bg-cover, .page-id-3010 .be-bg-cover, .page-id-2996 .be-bg-cover, .page-id-3069 .be-bg-cover {
	background-image: url('img/home-bg-mobile-2.jpg') !important;
	background-size: contain !important;
	background-position: left top !important;
}

.page-id-2977 a#back-to-top {
	display: none !important;
}

.page-id-2977 .be-section-pad {
	padding-bottom: 50px !important;
	}

body.page-id-2977 {
	background-color: #000;
}

.intro-text {
	padding-top: 280px;
	padding-bottom: 0px;
}
.intro-text h1 {
	font-size: 20px !important; 
	line-height: 30px !important; 
}

.intro-text h3 {
	font-family: 'Avenir LT W01_55 Roman1475520', 'Open Sans', sans-serif; 
	font-size: 11px !important; 
	letter-spacing: 2px; 
	font-style: normal; 
	line-height: 16px; 
	padding-top: 10px; 
	color: #fff;
	text-align: center; 
}

#liveStream .be-section-pad {
	padding-top: 0 !important;
}

/* MEMORIAL P2 */

.page-id-3005 .be-bg-cover, .page-id-3071 .be-bg-cover {
	background-image: url('img/memorial-mobile-hero-3.jpg') !important;
	background-size: cover !important;
	background-position: center top !important;
	height: 720px !important;
	background-color: #000 !important;
}

.page-id-3071 .be-bg-cover.full-screen-section {
	
	background-color: #000;
}

.page-id-3071 .be-bg-cover.full-screen-section {
	background-color: #000;
}

.page-id-3071 .be-bg-cover.full-screen-section {
	background-color: #000;
}

.memorialBlock {
	font-family: "Proforma Bk", Georgia, serif; 
	color: #fff;
	font-size: 40px;
/*
	padding: 40px 30px 40px 60px;
	margin-left: 0px;
	position: absolute;
	width: 200%;
	margin-left: -60px;
	top: 340px;
	background-color: rgba(0, 0, 0, 0.8);
*/
	left: -180px;
    top: 460px;
    background-color: rgba(0,0,0,0.8);
    width: 700px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 100px;
    height: 700px;
    margin-left: 80px;
}

.memorialBlock p.intro {
	font-size: 24px;
	font-family: "Proforma Bk", Georgia, serif; 
	line-height: 30px; 
	margin-bottom: 0;
}

.memorialBlock p.date {
	font-size: 16px;
	font-family: "Proforma Bk", Georgia, serif;  
	line-height: 20px; 
	margin-top: 0;
}

.memorialBlock p.livestream-info {
	font-family: 'Avenir LT W01_55 Roman1475520', 'Open Sans', sans-serif; 
	font-size: 12px; 
	line-height: 16px;
	margin-top: 0;
	margin-bottom: 20px;
}

.memorialBlock p.livestream-info a {
	color: #fff;
	text-decoration: underline;
}

.memorialBlock p.cal-reminder {
	font-family: 'Avenir LT W01_55 Roman1475520', 'Open Sans', sans-serif; 
	font-size: 12px; 
	line-height: 16px; 
	margin-bottom: 0 !important;
	margin-top: 0;
}

.memorialBlock .be-button-wrap.align-block {
	display: inline-block !important;
	margin-bottom: 8px !important;
}

#donateBlock p span {
	font-size: 24px !important;
}

/* REMEMBERING RC */

.page-id-3024 .header-hero-section, .page-id-3085 .header-hero-section, .page-id-3087 .header-hero-section {
	background-color: #faf6ed !important;
}
.page-id-3024 .be-bg-cover, .page-id-3085 .be-bg-cover, .page-id-3087 .be-bg-cover {
		background-image: url('img/remembering-mobile-bg.jpg') !important;
		background-size: auto !important;
		background-position: 14px 30px !important;
		background-color: #faf6ed !important;
	}

.page-id-3024 div.hero-section-wrap.be-section.full-screen-height.full-no.be-bg-parallax.clearfix, .page-id-3085 div.hero-section-wrap.be-section.full-screen-height.full-no.be-bg-parallax.clearfix, .page-id-3087 div.hero-section-wrap.be-section.full-screen-height.full-no.be-bg-parallax.clearfix {
	padding: 0px 0px !important;
	height: 2000px !important;
}

img.alignright.wp-image-3027 {
	margin-bottom: 40px !important;
}

.remember-intro {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}

.remember-intro p {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.remembering-rc-head {
	margin-top: 640px !important;
}
#tabletalk-info {
	padding-bottom: 60px;
}
#tabletalk-info p {
	font-family: "Proforma Bk", Georgia, serif; 
	font-size: 16px;
	line-height: 24px;
	width: 100%;
	margin: 0 auto 40px 0;
	text-align: center;
	color: #000;
}

.shareText div:first-of-type {
	position: relative !important;
	top: 40px !important;
	left: 40px !important;
	font-size: 24px !important;
}

.shareText div:nth-of-type(2) {
	position: relative !important;
	top: 40px !important;
	left: -10px !important;
	font-size: 42px !important;
}

.shareText div:nth-of-type(3) {
	position: relative !important;
	top: 50px !important;
	left: 30px !important;
	font-size: 18px !important;
}

.shareText div:nth-of-type(4) {
	position: relative !important;
	top: 20px !important;
	left: 65px !important;
	font-size: 40px !important;
}

#shareMemories .be-section .be-row:last-child .column-block {
	margin-bottom: 0px !important;
}

.remembering-form {
	margin-top: -120px;
}
.remembering-form textarea:focus, textarea {
  width: 275px !important;
}

/* LEGACY */

.page-id-3098 .header-hero-section, .page-id-3098 .header-hero-custom-section, .page-id-3098 .hero-section-wrap, .page-id-3109 .header-hero-section, .page-id-3109 .header-hero-custom-section, .page-id-3109 .hero-section-wrap, .page-id-3110 .header-hero-section, .page-id-3110 .header-hero-custom-section, .page-id-3110 .hero-section-wrap {
	height: 740px !important;
	background-color: #000;
}

.page-id-3098 .be-bg-cover, .page-id-3109 .be-bg-cover, .page-id-3110 .be-bg-cover {
	background: url('https://rcsproul.com/wp-content/uploads/legacy-landing-pic-for-phone.jpg') !important;
	background-size: 420px !important;
	background-repeat: no-repeat !important;
}

.page-id-3098 .sliderText, .page-id-3109 .sliderText, .page-id-3110 .sliderText {
  margin-top: 0;
  top: 380px;
  left: -60px;
  width: 100%;
  margin-left: 0;
  padding-left: 60px;
  padding-right: 90px;
  background-color: rgba(0, 0, 0, 0, 0.8) !important;
  position: relative;
  z-index: 1000;
}

.page-id-3098 .classic1, .page-id-3109 .classic1, .page-id-3110 .classic1 {
  font-size: 40px;
  line-height: 40px;
  width: 100%;
}


.page-id-3098 .classic2, .page-id-3109 .classic2, .page-id-3110 .classic2 {
  padding-bottom: 45px !important;
}

#rcTimeline .be-section-pad.clearfix {
	padding-top: 60px !important;
	padding-bottom: 20px !important;
}

#legacyText .be-section-pad.clearfix {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

#legacyText p {
	font-size: 15px;
	font-family: "Proforma Bk", Georgia, serif; 
	line-height: 35px;
	color: #000;
	margin-left: 0;
	margin-right: 0;
}

#rcTimeline .be-section-pad.clearfix {
	padding-top: 30px !important;
	padding-bottom: 0 !important;
}

.legacy-details {
	margin-left: 0;
}

.legacy-items {
	position: relative;
	top: -40px;
}
.legacy-item {
	background: url('https://rcsproul.com/wp-content/uploads/icon-1.png');
	background-position: left 12px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: 34px 30px;
}

.legacy-item:nth-of-type(2) {
	background: url('https://rcsproul.com/wp-content/uploads/icon-2.png');
	background-position: left 14px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: 27px 25px;
}

.legacy-item:nth-of-type(3) {
	background: url('https://rcsproul.com/wp-content/uploads/icon-1.png');
	background-position: left 12px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: 34px 30px;
}

.legacy-item:nth-of-type(4) {
	background: url('https://rcsproul.com/wp-content/uploads/icon-3.png');
	background-position: left 6px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: 36px 35px;
}

.legacy-item:nth-of-type(5) {
	background: url('https://rcsproul.com/wp-content/uploads/icon-4.png');
	background-position: 10px 14px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: 16px 30px;
}

.legacy-item:nth-of-type(6) {
	background: url('https://rcsproul.com/wp-content/uploads/icon-5b.png');
	background-position: left 14px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: 41px 28px;
}

.legacy-item-text:before {
	content: "•";
	font-size: 24px;
	color: #000;
	position: absolute;
	left: -6px;
	top: -10px;
	font-family: 'Avenir LT W01_35 Light1475496';
	display: block;
}

.legacy-item-text {
	margin-bottom: 0px;
	margin-left: 60px;
	margin-right: 0px;
	position: relative;
	top: 20px;
	padding: 0 0 20px 20px;
	border-left: 1px solid #000;
}

.legacy-item:nth-of-type(6) .legacy-item-text {
	border-left: 0;
}

.legacy-item-text .header1 {
	font-family: "Proforma Bk It", Georgia, serif;  
	font-size: 15px; 
	font-style: italic; 
	color: #000; 
	line-height: 18px;
	position: relative;
	top: -16px;
}

.legacy-item-text .header2 {
	font-family: "Proforma Bk", Georgia, serif;  
	font-size: 20px; 
	color: #000; 
	line-height: 28px !important;
	position: relative;
	top: -20px;
}

.legacy-item-text p {
	font-family: "Proforma Bk", Georgia, serif; 
	font-size: 16px; 
	color: #000; 
	line-height: 34px;
	position: relative;
	top: -40px;
	padding-bottom: 0;
	display: none;
}

.legacy-item-text p.learn-more {
	display: block;
	margin-top: 10px;
	margin-bottom: -20px;
	margin-left: -2px;
}

a.learnmore-link {
	font-family: 'Avenir LT W01_35 Light1475496';
	color: #000;
	font-size: 12px;
	font-style: italic;
	position: relative;
	top: -2px;
	margin-left: 4px;
	white-space: nowrap;
}

a.learnmore-link:hover {
	color: #000 !important;
}

p.mobile-learnmore {
	display: block;
	margin: 10px 0 0 0 !important;
}

#theBook, #theBook2 {
	display: none;
}

#bookMobile, #bookMobile2, #bookMobile3 {
	display: block;
}

#bookMobile h2, #bookMobile2 h2, #bookMobile3 h2 {
	font-family: "Proforma Bk", Georgia, serif; 
	font-size: 24px; 
	line-height: 30px;
	text-transform: none;
	letter-spacing: normal;
	margin-top: -20px;
}

#bookMobile img, #bookMobile3 img {
	padding-left: 0px;
}

#bookMobile p, #bookMobile h2, #bookMobile3 p, #bookMobile3 h2 {
	margin-left: 20px;
}
#bookMobile2 img {
	padding-right: 20px;
}

#bookMobile .button, #bookMobile2 .button, #bookMobile3 .button {
	font-size: 8px;
	padding: 10px 8px;
}

#linkOut {
	display: none;
}
#resourcelinkMobile {
	display: block;
}

#resourcelinkMobile p {
	font-size: 23px;
	line-height: 34px;
	font-family: 'Avenir LT W01_35 Light1475496', 'Open Sans', sans-serif;
	color: #343434;
	text-align: center;
}
#resourcelinkMobile .button {
	font-size: 12px;
	margin: 0 auto;
	display: inline-block;
}

#resourcelinkMobile img {
	margin: 0 auto !important;
}

/* Simple Slider for Legacy page */

.works-text-right {
	float: none;
	display: block;
	font-family: 'Avenir LT W01_35 Light1475496';
  	color: black;
  	font-size: 14px;
  	line-height: 24px;
	padding-bottom: 30px;
	width: 80%;
	text-align: left;
	margin: 170px 0 0 50px;
}

.works-text-left {
	float: none;
	display: block;
	font-family: 'Avenir LT W01_35 Light1475496';
  	color: black;
  	font-size: 14px;
  	line-height: 24px;
	padding-bottom: 30px;
	width: 80%;
	text-align: left;
	margin: 170px 0 0 50px;
}

.works-text-left .classic1 {
	font-size: 34px;
	line-height: 34px;
	width: auto;
	padding-top: 10px;
}


.works-text-left .classic2 {
	font-family: 'Avenir LT W01_35 Light1475496';
	color: black;
	font-size: 14px;
	line-height: 24px;
	width: auto;
	padding-top: 10px;
}

.works-text-left a, .works-text-right a {
	margin: 40px auto 0 auto;
	display: block;
}

.works-img-right {
	float: none;
	display: block;
	margin: -100px 0 0 50px;
	height: 300px;
	text-align: center;
}

.works-img-left {
	float: none;
	display: block;
	margin: -100px 0 0 -70px;
	height: 300px;
	text-align: center;
}

#rcWorks #slider {
  position: relative;
  overflow: hidden;
  margin: 0px auto 0 auto;
  border-radius: 4px;
}

#rcWorks #slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 640px;
  list-style: none;
}

#rcWorks #slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 300px;
  height: 640px;
  background: #fff;
  text-align: center;
  line-height: 640px;
}

#rcWorks a.control_prev, a.control_next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  color: #000;
  text-decoration: none;
  font-weight: 400;
  font-size: 20px;
  opacity: 0.8;
  cursor: pointer;
}

a.control_prev:hover, a.control_next:hover {
  color: #000 !important;
  -webkit-transition: all 0.2s ease;
}

#rcWorks a.control_prev {
  border-radius: 0 2px 2px 0;
}

#rcWorks a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}

/* PRESS KIT */

#pressKit h1 {
	margin-top: 60px;
}

#pressKit .be-button-wrap {
	margin-bottom: 30px;
}

#pressKit .smallbtn {
	min-width: 110px !important;
}

/* GENERAL */

#memories be-section-pad {
	padding-top: 0 !important;
}

.hms-testimonial-container {
	margin-top: 60px;
}
.hms-testimonial-container .testimonial {
	font-size: 16px;
	line-height: 30px;
	width: 80%;
}

.hms-testimonial-container .author {
	font-family: 'Avenir LT W01_55 Roman1475520', 'Open Sans', sans-serif;
	font-size: 11px;
	line-height: 20px;
	margin: 0 auto;
	text-align: center;
	color: #000;
	text-transform: uppercase;
	margin-top: 20px;
	letter-spacing: 2px;
}

.hms-testimonials-rotator {
	height: 600px;
	max-height: 600px;
}

.hms-testimonials-rotator .controls {
	position: absolute;
	top: 30%;
	z-index: 400;
	display: block;
	width: 100%;
}

.hms-testimonials-rotator .controls a.prev {
	float: left;
	font-size: 50px;
	color: #000;
	font-family: 'Avenir LT W01_55 Roman1475520', 'Open Sans', sans-serif;
	font-weight: 100;
}

.hms-testimonials-rotator .controls a.next {
	float: right;
	font-size: 50px;
	color: #000;
	font-family: 'Avenir LT W01_55 Roman1475520', 'Open Sans', sans-serif;
	font-weight: 100;
}

/* HOME */

.page-id-1528 .be-bg-cover {
		background-image: url('https://rcsproul.com/wp-content/uploads/new-mobile-home.jpg') !important;
	}

.page-id-2955 .be-bg-cover {
		background-image: url('https://rcsproul.com/wp-content/uploads/home_mobile_bg.jpg') !important;
	}

.page-id-2955 .homeSlider {
		display: none !important;
	}

.page-id-2846 .be-bg-cover {
		background-image: url('https://rcsproul.com/wp-content/uploads/about-back-mobile.jpg') !important;
	}

.page-id-2738 .be-bg-cover {
		background-image: url('https://rcsproul.com/wp-content/uploads/mobile-affiliations.jpg') !important;
	}

/*
.page-id-2851 .be-bg-cover, .page-id-3098 .be-bg-cover, .page-id-3109 .be-bg-cover, .page-id-3110 .be-bg-cover {
		background-image: url('/wp-content/uploads/new-resources-mobile-back.jpg') !important;
	}
*/
	
	
	

	.home .be-section-pad {
		padding-top: 60px !important;
		padding-bottom: 80px !important;
	}

.home .be-section-pad:nth-of-type(2) {
		padding-top: 250px !important;
		padding-bottom: 250px !important;
	}
	
.home .be-row {
	/* max-width: 500px !important;
	height: 620px;	*/
}

.home h1 {
	font-size: 22px !important;
	line-height: 35px !important;
}

.home .shareText {
	height: 150px;
	margin-left: 20px;
	margin-top: 30px;
}

.home .wpcf7-form {
	max-width: 350px;
  	padding-left: 20px;
}	


#mobile-menu li {
	padding-left: 20px;
}

.sliderText {
  position: absolute;
  z-index: 1000;
  left: -180px;
  top: 460px;
  background-color: rgba(0,0,0,0.8);
  width: 700px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 100px;
  height: 700px;
}

.page-id-2846 .sliderText {
  position: absolute;
  z-index: 1000;
  left: -180px;
  top: 460px;
  background-color: rgba(255,255,255,0.8);
  width: 700px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 100px;
  height: 700px;
}

.hero-section-inner .sliderText .button {
 margin-top: -30px !important;
}

.classic2 {
	padding-top: 10px;
	width: 300px;
}



.page-id-2851 .sliderText {
	
}

#galPhotos img {
	height: 250px;
}

#infoPane {
	left: 0px;
	top: 250px;
}

#forward, #backward {
	top: 30px;
}

#infoPane .textBox {
	top: 90px;
}

#aboutBottom {
	
}

#aboutBottom .classic1, #aboutBottom .classic2, #aboutBottom .button {
	margin-left: 0px !important;
	padding-top: 10px !important;
}

#aboutBottom .wp-image-2753 {
	margin-left: -30px;
}

#theGal {
	height: 710px;
}

.page-id-2738 .be-section-pad {
	padding-top: 50px !important;
}

.page-id-2738 .one-third img {
	float: left !important;
  	margin-left: -10px;
  	clear: both !important;
	padding-bottom: 20px;
}

.page-id-2738 .afilHead1 {
	line-height: 40px;
	clear: both;
}

.page-id-2738 .afilText1 {
	width: 300px;
}

.page-id-2738 #rightSection .two-third {
	width: 520px !important;
  	margin-left: -240px;
}



.afilHead2 {
	width: 300px !important;
	line-height: 55px !important;
}



.afilHead1 {
	width: 340px;
}

#rightSection .two-third {
	padding-top: 100px;
}

.afilLogoRight {
	margin-top: -640px !important;
}

.wp-image-2751 {
	margin-left: -40px !important;
	margin-top: -700px !important;
}

#rightSection .be-section-pad {
	padding-bottom: 60px !important;
}

.page-id-2738 .classic1, .page-id-2738 .classic2, .page-id-2738 .button {
	margin-left: 0px !important;
}

.page-id-2738 .wp-image-2753 {
	margin-left: -30px !important;
}

.page-id-2738 #rightSection .afilButton {
	margin-left: 240px !important;
}



.page-id-2851 .bookLeft {
	margin-left: 15% !important;
}

.resourcesText {
	margin-left: 0px !important;
	margin-top: 0px !important;
	width: 320px !important;
}

.page-id-2851 .button, .page-id-3098 .button, .page-id-3109 .button, .page-id-3110 .button {
	margin-left: 0px !important;
	margin-top: -20px;
}

.bookRight {
	margin: 0 auto !important;
	/*padding-right: 0 !important;*/
}
#theBook {
	padding-bottom: 320px;
}

#theBook .two-third {
	margin-top: 340px;
}

#theBook .one-third {
	margin-top: -670px;
}

.page-id-2851 .wp-image-2867 {
	margin-left: -20px !important;
}

.page-id-2851 .wp-image-2859 {
	margin-right: -130px !important;
}

.page-id-2851 .wp-image-2857 {
	margin-right: -130px !important;
}

.page-id-2851 .wp-image-2855 {
	margin-left: -20px !important;
}

#newSproul .classic1, #newSproul .classic2 {
	margin-left: 0px !important;
}

#newSproul .button {
	margin-top: 0px !important;
}

.wp-image-2753 {
	margin-left: -30px !important;
}

.wp-image-2748 {
	margin-left: -20px !important;
}



.page-id-2851 .sliderText .button {
	margin-top: 20px !important;
}

.page-id-2851 .sliderText .classic2 {
	/*
	padding-bottom: 80px !important;
	*/
}

.page-id-2846 .sliderText .button {
	color: #fff !important;
	background-color: #333 !important;
	margin-top: 0px !important;
}

.page-id-2846 .sliderText .button a {
	color: #fff !important;
}

.page-id-2738 .sliderText .button {
	margin-top: 0px !important;
}


#infoPane .textBox {
	left: 25px !important;
}

#infoPane .textBox .textBox2 {
	width: 285px;
}

#infoPane #backward {
	left: 25px !important;
}

.page-id-2851 .wp-image-2748, .page-id-3098 .wp-image-2748, .page-id-3109 .wp-image-2748, .page-id-3110 .wp-image-2748  {
	margin-top: 0 !important;
}

}


@media all and (min-width: 690px) and (max-width: 940px) {
	
.page-id-3098 .header-hero-section, .page-id-3098 .header-hero-custom-section, .page-id-3098 .hero-section-wrap, .page-id-3109.header-hero-section, .page-id-3109 .header-hero-custom-section, .page-id-3109 .hero-section-wrap, .page-id-3110 .header-hero-section, .page-id-3110 .header-hero-custom-section, .page-id-3110 .hero-section-wrap {
	height: 640px !important;
	background-color: #000;
}

/* .page-id-3098 .be-bg-cover, .page-id-3109 .be-bg-cover, .page-id-3110 .be-bg-cover {
	background: url('https://rcsproul.com/wp-content/uploads/resourcesheader3.jpg') !important;
	background-size: cover !important;
	background-position: right top !important;
	background-repeat: no-repeat !important;
} */
	
#liveStream {
	margin-top: -1px;
}

.page-id-3005 .be-bg-cover, .page-id-3071 .be-bg-cover {
	background-image: url('https://rcsproul.com/wp-content/uploads/P2_RCPortrait_memorial-service-tablet.jpg') !important;
	background-size: cover !important;
	background-position: left top !important;
	height: 720px !important;
	background-color: #000 !important;
}

.memorialBlock {
	font-family: "Miller Banner";
	color: #fff;
	font-size: 40px;
	padding: 20px 20px 40px 60px;
	margin-left: 0;
	position: absolute;
	width: 900px;
	top: 460px;
	left: -20px;
	background-color: rgba(0, 0, 0, 0.8);
}

.memorialBlock p.intro {
	font-size: 45px;
	font-family: "Proforma Bk", Georgia, serif;  
	line-height: 50px; 
	margin-bottom: 0;
}

.memorialBlock p.date {
	font-size: 20px;
	font-family: "Proforma Bk", Georgia, serif;  
	line-height: 24px; 
	margin-top: 0;
}

.memorialBlock p.livestream-info {
	font-family: 'Avenir LT W01_55 Roman1475520', 'Open Sans', sans-serif; 
	font-size: 14px; 
	line-height: 20px;
	margin-top: 0;
	margin-bottom: 20px;
}

.memorialBlock p.livestream-info a {
	color: #fff;
	text-decoration: underline;
}

.memorialBlock p.cal-reminder {
	font-family: 'Avenir LT W01_55 Roman1475520', 'Open Sans', sans-serif; 
	font-size: 14px; 
	line-height: 20px; 
	margin-bottom: 0 !important;
	margin-top: 0;
}

.memorialBlock .be-button-wrap.align-block {
	display: inline-block !important;
	margin-bottom: 8px !important;
}

.page-id-3071 .be-bg-cover.full-screen-section {
	
	background-color: #000;
}

.page-id-3071 .be-bg-cover.full-screen-section {
	background-color: #000;
}

.page-id-3071 .be-bg-cover.full-screen-section {
	background-color: #000;
}

#memories {
	height: 285px !important;
	max-height: 285px;
}

.hms-testimonials-rotator .controls {
	position: absolute;
	top: 20%;
	z-index: 400;
	display: block;
	width: 100%;
}

.page-id-3024 .be-bg-cover, .page-id-3085 .be-bg-cover, .page-id-3087 .be-bg-cover {
	background-position: 25% -80px !important;
	background-image: url(img/remembering-rc-hero-2.jpg) !important;
}

.remembering-rc-head {
	margin-top: 900px !important;
}


#theBook {
	padding-bottom: 0px;
}

#theBook .two-third {
	margin-top: 0px;
}

#theBook .one-third {
	margin-top: 0px;
}

.resourcesText {
    width: 700px !important;
}

.page-id-2851 .wp-image-2748, .page-id-3098 .wp-image-2748, .page-id-3109 .wp-image-2748, .page-id-3110 .wp-image-2748 {
    margin-left: -500px !important;
    margin-top: 0 !important;
}


/* END MOBILE */




.page-id-2846 .header-hero-section, .page-id-2846 .header-hero-custom-section, .page-id-2846 .hero-section-wrap {
	height:800px !important;
}

.page-id-2738 .header-hero-section, .page-id-2738 .header-hero-custom-section, .page-id-2738 .hero-section-wrap {
	height:800px !important;
}

.page-id-2851 .header-hero-section, .page-id-2851 .header-hero-custom-section, .page-id-2851 .hero-section-wrap {
	height:800px !important;
}

/*
.page-id-2977 .header-hero-section, .page-id-2977 .header-hero-custom-section, .page-id-2977 .hero-section-wrap {
	height:800px !important;
}
*/




.page-id-2851 .sliderText {
	/*
	margin-top: -180px !important;
	*/
}




#copyright {
	line-height: 25px;
}

.page-id-2846 #logo a:hover, .page-id-2846 #logo a {
	color: #000 !important;
}

.homeSlider {
	margin-left: 840px;
}


.page-id-2851 .sliderText .classic2 {
	width: 320px;
}

.page-id-2738 .sliderText .classic2 {
	width: 280px;
	text-shadow: 2px 2px 10px rgba(0,0,0,0.5);	
}






@media all and (min-width: 0px) and (max-width: 940px) {


.page-id-2846 .header-hero-section, .page-id-2846 .header-hero-custom-section, .page-id-2846 .hero-section-wrap {
	height:700px !important;
}

.page-id-2738 .header-hero-section, .page-id-2738 .header-hero-custom-section, .page-id-2738 .hero-section-wrap {
	height: auto !important;
	height: 720px !important;
}



.page-id-2851 .header-hero-section, .page-id-2851 .header-hero-custom-section, .page-id-2851 .hero-section-wrap {
	height:730px !important;
}



.page-id-2851 .sliderText .button {
	margin-top: 0px !important;
}


.resourcesText {
	width: 300px !important;
}

/*
.page-id-2846 .hero-section-wrap {
	height:575px !important;
}


.page-id-2738 .hero-section-wrap {
	height:575px !important;
}
*/



/*
.page-id-2851 .hero-section-wrap {
	height:800px !important;
}
*/

.page-id-2851 .sliderText {
	top: 440px !important;
}

#homeQuote {
	padding-bottom: 100px;
}

#linkOut .resourcesText {
	margin-top: 130px !important;
}

.wp-image-2748 {
	margin-top: -350px !important;
}

.wpcf7-textarea {
	width: 95% !important;
}

.shareText {
	margin-top: 0px;
  padding-bottom: 40px;
}


.wp-image-2915 {
	margin-left: 50px !important;
	margin-top: -75px !important;
}

.wp-image-2911 {
	margin-left: -50px !important;
}

.wp-image-2912 {
	margin-left: -50px !important;
}

.wp-image-2868 {
	margin-left: 0px !important;
}

.wp-image-2913 {
	margin-left: 30px !important;
}

.wp-image-2914 {
	margin-left: 50px !important;
}

.wp-image-2748 {
	margin-top: 0px !important;
}


#linkOut .be-section-pad {
	padding-top: 0px;
	padding-bottom: 0px;
}





.page-id-2846 .sliderText .button {
	margin-top: -25px !important;
}

.page-id-2851 .sliderText .button {
	margin-top: -45px !important;
}

.page-id-2738 .sliderText .button {
	margin-top: 0px !important;
}


.page-id-2738 .wp-image-2748 {
	margin-top: 0px !important;
}



}

.page-id-2851 .sliderText .button {
	margin-top: -45px !important;
}

.sliderText .button {
	margin-top: 0px !important;
}



.wpcf7-submit {
	width: 90px !important;
}

html, body {
	overflow: hidden;
}

html {
	overflow-y: scroll;
	overflow-x: scroll;
}

.ajax-loader {
	display: none !important;
}

.button:hover {
	cursor: pointer !important;
	cursor: hand !important;
}

a:hover {
	cursor: pointer !important;
	cursor: hand !important;
}



.page-id-2738 .sliderText .button {
	margin-top: -20px !important;
}

.page-id-2846 .sliderText .button {
	margin-top: -40px !important;
}

.page-id-2851 .sliderText .button {
	margin-top: -20px !important;
}