/*
Theme Name: 	Westfield
Description: 	Wordpress Theme
Template: bi
Version: 1.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* DEFAULT BODY STYLES */

p, ul, li {
    font-size: 16px;
	line-height: 26px !important; }

.thinner { font-weight: 400 !important; }

.larger { font-size: 24px; line-height: 30px !important; }

.smaller { font-size: 12px; line-height: 18px !important; }

.is-divider { background-color: rgba(55, 71, 79, 1.0) !important; }
	
/* HEADINGS */

h1, h2, h3, h4 { font-family: "droid-serif, serif" !important; }

.banner-alt {
	color: #A4CE5E;
	font-style: italic; }

.banner-header-large {
	color: #FFFFFF;
	font-size: 60px;
	line-height: 66px;
	font-weight: 500 !important; }
	
.banner-header-medium {
	background-color: rgba(51, 51, 51, 0.5);
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 24px;
	line-height: 30px;
	font-weight: 500 !important;
	padding: 20px; }
	
h1 {
	font-size: 34px;
	line-height: 40px; }
	
@media only screen and (max-width: 1024px) {
	
h1 {
	font-size: 28px;
	line-height: 34px; }
	
}
	
@media only screen and (max-width: 480px) {
	
h1 {
	font-size: 24px;
	line-height: 30px; }
	
}

/* LEGACY LARGER QUOTE */

.quote-container {
	height: 492px;
    position: relative }

.quote {
	font-family: 'droid-serif, serif' !important;
	font-weight: 600 !important;
	font-size: 28px;
	line-height: 36px;
	color: #622365;
	font-style: italic;
	background-color: rgba(255, 255, 255, 0.7);
	padding: 20px;
	margin: 0;
    position: absolute;               /* 2 */
    top: 50%;                         /* 3 */
    transform: translate(0, -50%)  }
	
/* CLEARER */

.clearer {
	clear: both;
  	margin: 0;
 	padding: 0; }
	
/* NOSPACE GRID GENERIC LAYOUT STYLES */

.np { padding: 0px !important; }

.nm { margin: 0px !important; }

.collapsed .col  {
    padding: 0px !important;
	margin: 0px !important; }

.ux-slider, .ux-row-slider {
    margin-bottom: 0px !important; }

.page-wrapper {
	padding-bottom: 0px !important; }

.col { padding-bottom: 0px !important; }

/* NEGATIVE MARGINS */

.margin-100 {  margin-top: -100px !important; }
	
/* TABLES */

table tr td {
	border: solid 0px!important;
	color: #000000 !important; }

/* TABLEPRESS */

td.column-1, th.column-1 {
	padding-left: 10px !important; }

.tablepress tfoot th, .tablepress thead th {
    background-color: #622365 !important;
    color: #FFFFFF !important; }
	
table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td {
    line-height: 1.8em !important; }
	
table tr th, table tr td {
	color: #000000 !important;
    font-size: 14px !important;
	line-height: 18px !important;
	text-transform: none !important; }


/* HIDE - SHOW */

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

	
.desktop-hide { display: none !important; }
	
}

@media only screen and (max-width: 850px) {

.mobile-hide { display: none !important; }
	
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 1)  { 

.desktop-hide { display: block !important; }
.mobile-hide { display: none !important; }

}
	
/* SPACERS */

.spacer-1 {
	clear: both;
  	margin: 0;
 	padding: 1px 0px 0px 0px; }

.spacer-2 {
	clear: both;
  	margin: 0;
 	padding: 1px 0px 0px 0px; }

.spacer-5 {
	clear: both;
  	margin: 0;
 	padding: 5px 0px 0px 0px; }

.spacer-10 {
	clear: both;
  	margin: 0;
 	padding: 10px 0px 0px 0px; }
	
.spacer-20 {
	clear: both;
  	margin: 0;
 	padding: 20px 0px 0px 0px; }
	
.spacer-30 {
	clear: both;
  	margin: 0;
 	padding: 30px 0px 0px 0px; }
	
.spacer-40 {
	clear: both;
  	margin: 0;
 	padding: 40px 0px 0px 0px; }

.spacer-50 {
	clear: both;
  	margin: 0;
 	padding: 50px 0px 0px 0px; }
	
/* IMAGE STYLES */

.aligncenter,
div.aligncenter {
    display: block;
    margin: 0px auto 0px auto; }

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }

.image-border-10 {
	border: 10px solid #FFFFFF; }

.margin-padding-none {
	margin: 0px !important;
	padding: 0px !important; }

.margin-none {
	margin: 0px !important; }

.display-inline {
	display: inline !important; }

.circular-image img {
	width: 110px;
	height: 110px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	-ms-border-radius: 150px;
	-o-border-radius: 150px;
	border-radius: 150px;
	border: solid #FF1749 10px; }

/* RESPONSIVE VIDEO CONTAINER */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden; }
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* SECTION STYLES */

.pad-30 { padding: 30px; }
.pad-60 { padding: 60px; }
.pad-60-40 { padding: 50px 40px 40px 40px; }
.pad-120 { padding: 120px 40px; }
.opacity-background-light { background-color: rgba(255, 255, 255, 0.7); padding: 20px; }
.opacity-background { background-color: rgba(51, 51, 51, 0.9); padding: 20px; color: #FFFFFF; }
.dark-grey-background { background-color: rgba(51, 51, 51, 0.8); padding: 120px 40px; color: #FFFFFF; }
.dark-grey-background-60 { background-color: rgba(51, 51, 51, 0.8); padding: 60px 40px; color: #FFFFFF; }
.dark-grey-background-30 { background-color: rgba(51, 51, 51, 0.8); padding: 30px 40px; color: #FFFFFF; }
.mid-grey-background { background-color: rgba(51, 51, 51, 0.6); padding: 60px 40px; color: #FFFFFF; }
	
/* CORE COLOR SPANS */

.purple { color: #622365 !important; }

.green { color: #A4CE5E !important; }

.white-text { color: #FFFFFF !important; }

.black-text { color: #000000 !important; }

.grey { color: #333333 !important; }

.mid-grey { color: #777777 !important; }

/* SMALL CENTRAL LABELS */

.small-grid-header {
	margin-top: -33px !important;
	padding: 0px !important;
	text-align: center !important; }

.small-grid-header .button {
	color: #000000 !important;
	border: 2px solid rgba( 0, 0, 0, 1.0) !important; 
	border-bottom: none !important; }

.small-grid-header-alt {
	margin: 0px !important;
	padding: 0px !important;
	text-align: center !important; }

.small-grid-header-alt .button {
	color: #000000 !important;
	border: 2px solid rgba( 0, 0, 0, 1.0) !important; 
	border-top: none !important; }	
	
/* MENU */

.off-canvas-center.mfp-bg.mfp-ready {
	opacity: 1 !important; }
	
/* SOCIAL ICONS */

.social-icons { padding-top: 5px !important; }

.social-icons .button.icon {
	color: #23282D !important;
	margin-right: 0.55em; }
	
.social-icons .button.icon:hover {
    color: #FF1749  !important; }

.social-icons .icon {
	color: #23282D !important;
	margin-right: 0.55em; }
	
.social-icons .icon:hover {
    color: #FF1749  !important; }

#footer .social-icons .icon {
	color: #FFFFFF !important;
	margin-right: 0.55em; }
	
#footer .social-icons .icon:hover {
    color: #FF1749  !important; }
		
/* GRAVITY FORMS */

legend { text-transform: inherit !important; }

.gform_wrapper .gfield_required {
    color: #622365 !important; }

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
    border-radius: 0px !important;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0) inset !important;
    height: 60px; }
	
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    border-radius: 0px !important; }

.gform_wrapper select {
    border: 3px solid #EDEDED !important;
    border-radius: 0px !important; }
	
select, .select2-container .select2-choice {
    height: 60px !important; }

.gform_wrapper.gf_browser_chrome input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="file"]), .gform_wrapper.gf_browser_chrome textarea, .gform_wrapper.gf_browser_gecko input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="file"]), .gform_wrapper.gf_browser_gecko textarea, .gform_wrapper.gf_browser_safari input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="file"]), .gform_wrapper.gf_browser_safari textarea {
    border: 3px solid #EDEDED !important; }
	
.gform_wrapper.gf_browser_gecko .gfield_checkbox li input, .gform_wrapper.gf_browser_gecko .gfield_checkbox li input[type="checkbox"], .gform_wrapper.gf_browser_gecko .gfield_radio li input[type="radio"] {
    margin-top: 10px !important ;
	margin-right: 10px !important ; }

/* BUTTONS */

.banner .button, .gform_wrapper .button, input[type="submit"], input[type="reset"], input[type="button"], .wln-button { 
z-index: 14;
font-size: 16px;
font-weight: 600;
color: rgb(255, 255, 255);
font-family: Open Sans;
border-style: solid;
border-width: 4px;
border-radius: 0px;
letter-spacing: 0.2px;
visibility: inherit;
transition: none 0s ease 0s;
text-align: center;
text-transform: none !important; 
padding: 0px 40px;
min-height: 0px;
min-width: 0px;
max-height: none;
max-width: none;
opacity: 1;
transform: translate3d(0px, 0px, 0px);
transform-origin: 50% 50% 0px;
box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px;
white-space: normal !important; }

@media screen and (max-width: 768px) {
    
.banner .button, .gform_wrapper .button, input[type="submit"], input[type="reset"], input[type="button"], .wln-button { 
font-size: 14px !important;
padding: 5px 15px !important; }
    
.quantity input { padding: 2px 10px !important; }

}

/* TESTIMONIALS */
	
.testimonial-quote {
	background-color: #FFFFFF;
	font-size: 14px !important;
    line-height: 20px !important;
	padding: 25px;
	text-align: left; }

/* ABSOLUTE FOOTER */

.absolute-footer ul li a {
    letter-spacing: 0.2px; 
	color: #000000 !important;
	font-size: 16px !important; }

.absolute-footer ul {
    border-bottom: 3px solid #622365 !important;
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;}
	
.absolute-footer ul li a:hover {
    color: #A4CE5E !important; }

.absolute-footer {
    padding: 10px 0px 30px 0px; }
	
.copyright-footer,  .absolute-footer p {
	font-size: 16px !important;
	line-height: 20px !important;
	letter-spacing: 0.2px;
    opacity: 1 !important;
	color: #000000 !important;
	display: inline-block; }
	
.copyright-footer a, .absolute-footer p a {
	color: #000000 !important; }

