/*
Theme Name: Velocity Digital for: RONI RIGGING
Theme URI: https://ronirigging.com.au/wp-content/themes/ronirigging_2022r0
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: Velocity Digital
Author URI: hhttps://www.velocityhost.com.au
template: bb-theme
*/


/* KILL IMAGE DRAG
*******************************************************************************************/
img { pointer-events: none; }

/* KILL TEXT SELECT
*******************************************************************************************/
.select-none {
    -webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	}
	
body {background-color:#ffffff;}


/* CALL FONTS VIA ASSET SERVER
*******************************************************************************************/

/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/assets/fonts/montserrat/montserrat-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/wp-content/assets/fonts/montserrat/montserrat-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/assets/fonts/montserrat/montserrat-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/assets/fonts/montserrat/montserrat-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/assets/fonts/montserrat/montserrat-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/assets/fonts/montserrat/montserrat-v25-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
	font-display: swap;
}


@font-face {
  font-family: 'PT';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/assets/fonts/pt-sans/pt-sans-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/wp-content/assets/fonts/pt-sans/pt-sans-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/assets/fonts/pt-sans/pt-sans-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/assets/fonts/pt-sans/pt-sans-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/assets/fonts/pt-sans/pt-sans-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/assets/fonts/pt-sans/pt-sans-v12-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
	font-display: swap;
}
/* SCROLL TO TOP
********************************************************************************************/
#fl-to-top {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.6);
	padding: 0.3rem;
	border: 2px solid #ffffff;
}

.fa-chevron-up:before {
	content: "∧"  !important;
	font-style: normal;
	color:#000000;
	font-size: 4rem;
	margin-bottom:2.9rem;
}


.fa-chevron-up:before {margin-left:-0.4rem;}

.fa, .fas {
	font-weight: 900;
}

/* SCROLL TO TOP - IMAGE BASED
********************************************************************************************/
#fl-to-top {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.6);
	padding: 0.3rem;
	border: 2px solid #000000;
	background-image: url('/wp-content/assets/img/up-arrow.png');
	background-repeat: no-repeat;
	background-position: center;
	width:40px;
	height:40px;
}

.fa-chevron-up:before {
	content: none !important;
	}

/* ENSURE IMAGES DISPLAY AREA IS CLICKABLE
*******************************************************************************************/

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

.fl-post-grid-image a, .fl-photo a {display: block;}


/* REM CONVERSIONS FOR BASE FONET SETTINGS
*******************************************************************************************/

html { font-size: 62.5%; } /*1em=1rem=10px*/

body {font-family: 'Montserrat', helvetica, arial, sans-serif; color:#23282b;}

/* Customiser settings
	body = 16px
	h1 = 28px
	h2 = 26px etc.*/

table { font-size: 1.6rem; }
	
p + p { margin-top: 2.0rem;}

@media (min-width: 1025px) { 
	h1 { font-size: 2.8rem;}
	h2 { font-size: 2.6rem;}
	h3 { font-size: 2.4rem;}
	h4 { font-size: 2.2rem;}
	h5 { font-size: 2rem; }
	h6 { font-size: 1.8rem;}
	table { font-size: 1.6rem;}
	.fa-chevron-up:before {margin-left:-0.5rem;}
	}

@media (min-width: 768px) and (max width 1024) { 
	h1 { font-size: 2.8rem;}
	h2 { font-size: 2.6rem;}
	h3 { font-size: 2.4rem;}
	h4 { font-size: 2.2rem;}
	h5 { font-size: 2rem; }
	h6 { font-size: 1.8rem;}
	table { font-size: 1.6rem;}
	.fa-chevron-up:before {margin-left:-0.5rem;}
	}
	
@media (max-width: 767px) { 
	h1 { font-size: 2.8rem;}
	h2 { font-size: 2.6rem;}
	h3 { font-size: 2.4rem;}
	h4 { font-size: 2.2rem;}
	h5 { font-size: 2rem; }
	h6 { font-size: 1.8rem;}
	table { font-size: 1.6rem;}
	.fa-chevron-up:before {margin-left:-0.4rem;}
	}


/* BASE TEXT SETTINGS
*******************************************************************************************/
p, a, p a, h1, h2, h3, h4, h5, h6 {
overflow-wrap: break-word;
-webkit-hyphens: manual;
-ms-hyphens: manual;
hyphens: manual;
text-rendering: optimizelegibility;
}

h1 {font-family: 'PT', helvetica, arial, sans-serif; font-weight: bold; color:#23282b;} 
h2 {font-family: 'PT', helvetica, arial, sans-serif; font-weight: bold; color:#23282b;} 
h3 {font-family: 'PT', helvetica, arial, sans-serif; font-weight: bold; color:#23282b;} 
h4 {font-family: 'PT', helvetica, arial, sans-serif; font-weight: bold; color:#23282b;}
h5 {font-family: 'PT', helvetica, arial, sans-serif; font-weight: bold; color:#23282b;}
h6 {font-family: 'PT', helvetica, arial, sans-serif; font-weight: bold; color:#23282b;}
	
p {
font-size: 1.6rem;
font-family: 'Montserrat', helvetica, arial, sans-serif;
font-weight: 400;
color:#23282b;
}

span {}
	
img a { border-bottom: none;}

i, em {}

strong {}

/* FANCY TEXT LINK EFFECTS */
a, p a {
  color: #000000;
	  text-decoration: underline dotted; 
	    
	  transition: all .3s ease-in;
	  
	  &:hover {
	    transition: all .3s ease-out;
	    box-shadow:  0 -1px 0 0 white inset, 0 -2px 0 0 #ff0000 inset ;
	  	}
	
	}

a:hover {
	color: #ff0000;
	}

/* ELEMENT OVERRIDE TEXT SETTINGS
*******************************************************************************************/

.Bold {font-family: 'Montserrat-Bold', sans-serif; font-weight: 700;}


.Icon_points p { 
font-family: "Montserrat", sans-serif;
font-size: 14px;
font-weight: 400;
hyphens: manual;
line-height: 22.75px;
overflow-wrap: break-word;
text-align: left;
text-rendering: optimizelegibility;
-moz-osx-font-smoothing: grayscale;}

.No_Decoration a {
	text-decoration: none;
	} 
	 
	
/* WP EDITOR TEXT SETTINGS
*******************************************************************************************/
#WPEditor_Styles h1, #WPEditor_Styles h2, #WPEditor_Styles h3, #WPEditor_Styles h4, #WPEditor_Styles h5 {margin: 25px 0px 20px 0px}
	
#WPEditor p {}

#WPEditor a {
	text-decoration: none;
	}
	
#WPEditor a:hover {
	text-decoration: none;
	}

#WPEditor img a { border-bottom: none;}

#WPEditor i, #WPEditor em {}

#WPEditor strong {}


/* LIST SETTINGS
*******************************************************************************************/
	
ul {
	list-style-type: disc !important;
	/*list-style-type: circle !important;*/
	/*list-style-type: square !important;*/
	list-style-position: outside;
	list-style-image: none;
	margin-top: 5rem;
	margin-right:5rem;
	}

li {
	font-size: 1.5rem;
	}

li a {
	color:#23282b;
	}

li + li {
	margin-top: 1rem;
	}

/*BLOCK QUOTE
*******************************************************************************************/
blockquote {
	margin: 0 auto !important; 
	border-left: 1px solid #23282b;
	border-bottom: 1px solid #23282b;
	font-style: italic;
	max-width:600px;
	margin-left: 1em !important;
	margin-top: -1em !important;
	margin-bottom: 1.5em !important;
	}

blockquote p {
	text-align: left !important;
	padding-left: 1em;
	padding-top: 1em;
	padding-bottom: 0 !important;
	font-size: 1em !important;
	}


/* CONTROL SVG ICONS
*******************************************************************************************/	

.icon_35 {max-width:80px; display: block; margin: auto;}

.icon_35 a:hover {color:#ff000;}

.Masthead_Header {max-width: 150px; display: block; margin: auto;}

.Masthead_Footer {max-width: 185px; display: block; margin: auto;}

.icon, icon a:active  {
    width: 75px;
    height: auto;
    margin: 0 auto;
    stroke-width: .15rem;
    stroke-linejoin: round;
    stroke-linecap: round;
    stroke: none;
    fill: #2d3d4f;
  }

  
.icon a:hover  {
	stroke: none;
	fill: #fca311;
}

@media (max-width: 767px) {		
	.icon, icon a:active  {
    width: 35px;
    height: auto;
    margin: 0 auto;
    stroke-width: .12rem;
    stroke-linejoin: round;
    stroke-linecap: round;
    stroke: #2d3d4f;
    fill: #2d3d4f;
  }

.icon a:hover  {
	stroke: #fca311;
	fill: #fca311;
	}
}


/* SIDEBAR CONTROL
*******************************************************************************************/	
#Sidebar_Fixed {  
	position: -webkit-sticky;
	position: sticky;
	top: 150px;
}


/* TABLE STYLE
*******************************************************************************************/
table {
	width: 100%;
	border-collapse: collapse;
	border: 0px solid #000000;
	border-spacing: 2px 2px;
	}

thead {
	height: 30px;
	background-color: #000000;
	color: #ffffff
	}
	
th, td {
	padding: 10px;
	text-align: center;
	}
	
tr:nth-child(even) {
	background-color: #ffffff;
}

/* NEW WP GALLERY CUSTOM STYLE via: theme.fm/how-to-style-your-wordpress-gallery
********************************************************************************************/
.gallery { margin: 0 auto 18px; }
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-4 .gallery-item { width: 25%; }
.gallery img {
	box-shadow: 0px 0px 4px #999;
	border: 1px solid white;
	padding: 8px;
	background: #f2f2f2;
}
.gallery img:hover {
	background: white;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl, .gallery dt { margin: 0; }
.gallery br+br { display: none; }



	
/* BEAVER BUILDER
*******************************************************************************************/

/* EQUAL HEIGHT BUTTONS  /beaverjunction.com/bottom-aligned-buttons-on-columns */ 
.equal-height-buttons {
align-content: flex-end;
flex: 1 1 0;
display: grid;
}

.fl-page .fl-module-woocommerce a.button, .fl-page .fl-module-woocommerce button.button.alt, .fl-page .fl-post-module-woo-button button[type="submit"], .fl-page .fl-post-module-woo-button button[type="submit"].alt.disabled, .fl-page .fl-post-module-woo-button a.button {
  color: #fff;
  background-color: #2b7bb9;
  font-family: "Syne",Verdana,Arial,sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.2;
  text-transform: none;
  border: 1px solid #ffffff !important;
    border-top-color: #ffffff !important;
    border-right-color: #ffffff !important;
    border-bottom-color: #ffffff !important;
    border-left-color: #ffffff !important;
  border-radius: 0px;
  padding: 10px 15px 10px 15px;
  margin: 15px 0 15px 0;
}	

@media only screen and (max-width: 767px) {
	.fl-page .fl-module-woocommerce a.button, .fl-page .fl-module-woocommerce button.button.alt, .fl-page .fl-post-module-woo-button button[type="submit"], .fl-page .fl-post-module-woo-button button[type="submit"].alt.disabled, .fl-page .fl-post-module-woo-button a.button {
  font-size: 1.4rem;
	}
}

.woocommerce.fl-post-grid-woo-meta .star-rating, .woocommerce.fl-post-grid-woo-meta .price {
  clear: both;
  display: block;
  float: none;
  margin-top: 20px;
  margin-bottom: 5px;
}


/* WOOCOMMERCE
********************************************************************************************/

/* CONTROL BB THEMER PRODUCT IMAGE */

/* 600x600 Main Image */
.woocommerce-page div.product div.images img {
    border: none !important;
	}
	    
ol.flex-control-nav{
	max-width:100%;
	}
/* Thumbs Container */
.woocommerce div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin-top: 1em;
    border: none;
	}
/* Image cell Container */
.woocommerce div.product div.images .flex-control-thumbs li {
    float: left;
    padding: .5em;
    list-style: none;
    border: none;
	}
/* Image cell images */	
.woocommerce div.product div.images .flex-control-thumbs img {
    display: block;
    width: 75%;
    height: auto;
    opacity: .8;
    border: none;
	}
	

/* CONTROL PRODUCT PAGE BUY FUNCTIONS UI */

/*styles all dropdowns. From: bavotasan dot com/2011/style-select-box-using-only-css/*/
select {background: #fff;
	width: 80%;
	padding: 8px;
	background: url('/wp-content/assets/img/down_arrow_select.jpg') no-repeat right #fff;
	font-size: 1.6rem;
	color: #2a2d30;
	line-height: 1;
	border: 0;
	border-radius: 0;
	height: 34px;
	-webkit-appearance: none;
	border:1px solid #786448;}
	
@media only screen and (max-width: 767px) {
	select {
  font-size: 1.1rem;
	}
}

.wapf-field-description {
  font-size: 1.3rem !important;
  opacity: 1.0;
  padding: 5px 0px 15px 0px !important;
  margin: 0;
}

.wapf input[type="email"], .wapf input[type="number"], .wapf input[type="text"], .wapf input[type="url"], .wapf select, .wapf textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #000;
  font-size: 1.3rem;
}


/* VARIATIONS CELL – WHEN USED */
.woocommerce div.product form.cart .variations, .woocommerce-page div.product form.cart .variations {
  margin-top: 0px;
}

.woocommerce div.product form.cart .variations {
  margin-bottom: 0;
  border: 0;
  width: 100%;
  }
 
 .woocommerce div.product form.cart .variations select {
  min-width: 100%;
  display: inline-block;
  margin-right: 0;
}

.variations th, td {
  padding: 0;
  text-align: left !important;
  max-width: 20% !important;
}

.woocommerce div.product form.cart .variations label {
font-size: 1.2rem;
text-align: left;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: rgb(242, 104, 37) !important;
  font-size: 2rem;
}


/* KILL LABEL TABLE CELL 
	.woocommerce div.product form.cart .variations th {
  max-width: 0px;
} */

/* KILL LABEL TEXT 
	.woocommerce div.product form.cart .variations label {
  visibility: hidden;
} */

/* KILL CLEAR TEXT */ 
	.woocommerce div.product form.cart .reset_variations, .woocommerce-page div.product form.cart .reset_variations a {
  visibility: hidden !important;
  height: 0;
} 


/* ENSURE QNTY + BUY BUTTON DISPLAY INLINE */
.woocommerce .fl-module-fl-woo-cart-button form.cart div.quantity {display: contents;}


/* INPUT QNTY CONTROL */
.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty {
  background: #ffffff !important;
  border-color: #000000;
  color: #000000;
  float:left;
  height: 45px;
  text-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width:100px;
  font-size: 1.3rem;
}


.Shopping_bag .woocommerce .quantity input.qty, .Shopping_bag .woocommerce-page .quantity input.qty {
  background: #ffffff !important;
  border-color: #000000;
  color: #000000 !important;
  float:right;
  height: 45px
  text-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.woocommerce .quantity .qty {
  width: 20%;
  text-align: center;
}

@media only screen and (max-width: 767px) {
	.Gift_card .woocommerce div.product form.cart .button {
  max-width: 25% !important;
  }
}

.quantity input.qty, .woocommerce-page .fl-page-content .quantity input.qty {
/* POSITION ARROWS */  padding: 0.5rem;
}

@media only screen and (max-width: 767px) {		
	.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty {
	margin-top: 0;
	margin-bottom: 0;
	}
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="number"], input[type="search"], input[type="url"], textarea {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 1rem;
  line-height: 1.428571429;
  color: #00000;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #000000;
    border-top-color: rgb(230, 230, 230);
    border-right-color: rgb(230, 230, 230);
    border-bottom-color: rgb(230, 230, 230);
    border-left-color: rgb(230, 230, 230);
  -moz-transition: all ease-in-out .15s;
  -webkit-transition: all ease-in-out .15s;
  transition: all ease-in-out .15s;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}


/* BUY BUTTON CONTROL */

form.cart button.button {
  background: #000000;
  border-color: #000000;
  padding: 12px;
  }
  
  .woocommerce div.product form.cart .button {
  vertical-align: middle;
  float: right;
  margin-right:0;
  min-width: 75%;
    box-shadow: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  }

@media only screen and (max-width: 1024px) { 
	form.cart button.button {
	 background: #000000;
	 border-color: #000000;
	 padding: 12px;
	 }
  
	 .woocommerce div.product form.cart .button {
	 vertical-align: middle;
	 float: right;
	 margin-top:0px;
	 min-width: 72%;
	 }
}

@media only screen and (max-width: 767px) {		
	form.cart button.button {
	 background: #000000;
	 border-color: #000000;
	 padding: 12px;
	 }
  
	 .woocommerce div.product form.cart .button {
	 vertical-align: middle;
	 float: right;
	 margin-top:0px;
	 min-width: 65%;
	 }
}




/* CONTROL CART PRODUCT LINE TEXT */

/* PRODUCT LINE TEXT */
.woocommerce table.shop_table {font-size: 1rem;}

.woocommerce table.shop_table.cart tbody td.product-name a { font-size: 1rem; color: #000000 !important;}	

.woocommerce table.shop_table th {padding:15px;}




/* CONTROL CHECKOUT PAGE DISPLAY  */
 .woopack-checkout.style-enhanced .woocommerce table.shop_table td, .fl-node-v2lwgoje7xci .woopack-checkout.style-enhanced .woocommerce table.shop_table th {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.woocommerce table.shop_table {
  font-size: 1.2rem;
}




	
/* CUSTOM PLUGIN CSS
*******************************************************************************************
*******************************************************************************************
*******************************************************************************************/

/* RECOLOUR CRITICAL BB EDIT BUTTONS */

[data-action="discard"] {
    background: none;
    color: #CE3F40!important;
}

[data-action="discard"]:after {
    content: "\00a0 changes ×";
}

[data-action="discard"]:hover{
	background: #CE3F40!important;
}

[data-action="publish"] {
    background: #059669!important;
}

[data-action="publish"]:hover {
    background: #047857!important;
}

.fl-builder-publish-actions >.fl-builder-button-group {
    gap: 4px;
}

.fl-builder-button-group > .fl-builder-button {
    border-radius: 3px!important;
}

/* Assistant - Less annyoing button */
body .fl-asst .fl-asst-window-button {
border-radius: 3px;
width: 37px;
height: 37px;
opacity: 0.6;
}
body .fl-asst .fl-asst-window-layer.fl-asst-window-layer-is-dragging:after {
border-radius: 3px;
width: 37px;
height: 37px;
}
body .fl-asst .fl-asst-window-button:focus {
box-shadow: none;
}
body .fl-asst .fl-asst-window-button svg {
filter:grayscale(100%);
max-width: 50%;
max-height: 50%;
}


/* PLUGIN OVERRIDE: Beaver Builder
********************************************************************************************/

.fl-post-grid-post {
    background: #fff;
    border: none;
    }
    
 
/* MAKE LIST COLUMN ON MOBILE WIDER */
  @media (max-width: 767px){
.fl-post-feed-post.fl-post-feed-image-beside, .fl-post-feed-post.fl-post-feed-image-beside-content, .fl-post-feed-post.fl-post-feed-image-beside-right, .fl-post-feed-post.fl-post-feed-image-beside-content-right {
  max-width: 100% !important;
  margin-left: auto;
  margin-right: auto;}
  }
  
/* Power Pack Content Grid Style 9
*******************************************************************************************/
.pp-content-post.pp-grid-style-9 .pp-post-featured-img a:last-child:before {
    content: "";
    display: block;
    height: 70%;
    width: 100%;
    position: absolute;
	bottom: 0;
    z-index: 1;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 0%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(0%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 0%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 0%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 0%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 0%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='', endColorstr='', GradientType=0);
  }
    
.pp-content-post.pp-grid-style-9:hover .pp-post-featured-img a:last-child:before {
	background-color: rgba(0,0,0,0);

}

.Image-bloc {
    width: 100%;
    margin-top: 0em;
    margin-bottom: 0em;
}

/* Full Stripe Buttons
*******************************************************************************************/
.wpfs-form button.wpfs-btn {
  background-color: red;
  color: #ffffff;
}


/* Newsletter
*******************************************************************************************/
.tnp-subscription label {
	color: #23282b !important;
	font-size: 1rem;
}

.tnp-subscription a {
	color: #000000;
}


.tnp-subscription input.tnp-firstname,
.tnp-subscription input.tnp-lastname {
	padding: 10px 10px;
	line-height: 1px;
	border: 1px solid #000000 !important;
	background-color: #ffffff !important;
	color: #23282b !important;	
	font-size: 1rem;
}

.tnp-subscription input.tnp-email {
	padding: 10px 10px;
	line-height: 1px;
	border: 1px solid #000000 !important;
	background-color: #ffffff !important;
	color: #23282b !important;	
	font-size: 1rem;
}

.tnp-subscription input.tnp-submit {
 background-color: #ffffff !important;
 border: 1px solid #ff7c00 !important;
 color: #23282b!important;
 font-size: 1rem;
 width: auto!important;
}

.tnp-subscription input.tnp-submit a:hover {
 background-color: #23282b !important;
 font-size: 1rem;
 width: auto!important;
}

.tnp-field-firstname, .tnp-field-lastname, .tnp-field-email {
 color: #000000!important;	
 font-size: 1rem;
}





/* WP EDITOR TEXT SETTINGS
*******************************************************************************************/
#WPEditor_Styles h1, #WPEditor_Styles h2, #WPEditor_Styles h3, #WPEditor_Styles h4, #WPEditor_Styles h5 {margin: 25px 0px 20px 0px}
	
#WPEditor p {}

#WPEditor a {
	text-decoration: none;
	}
	
#WPEditor a:hover {
	text-decoration: none;
	}

#WPEditor img a { border-bottom: none;}

#WPEditor i, #WPEditor em {}

#WPEditor strong {}



/* Recolour Critical BB Edit Buttons */

[data-action="discard"] {
    background: none;
    color: #CE3F40 !important;
}

[data-action="discard"]:after {
    content: "\00a0 changes ×";
}

[data-action="discard"]:hover{
	background: #CE3F40 !important;
}

[data-action="draft"]:hover {
    background: #047857 !important;
}

[data-action="publish"] {
    background: #059669!important;
}

[data-action="publish"] {
    background: #047857 !important;
}

[data-action="dismiss"] {
    background: #047857 !important;
}

.fl-builder-publish-actions >.fl-builder-button-group {
    gap: 4px;
}

.fl-builder-button-group > .fl-builder-button {
    border-radius: 3px !important;
}

.fl-builder-bar .fl-builder-button-group > .fl-builder-button {
  border-radius: 5px !important;
  margin-left: 5px !important;
  flex: 1 0 auto;
  text-align: center;
  justify-content: space-around;
}
