/*
Theme Name: Delta Theme
Theme URI: http://nathanstaines.com
Description: An HTML5 version of <a href="http://elliotjaystocks.com/starkers/">Starkers</a> by <a href="http://elliotjaystocks.com/">Elliot Jay Stocks</a> which is based on Twenty Ten.
Version: 3.2
Author: Nathan Staines
Author URI: http://nathanstaines.com
Tags: starkers, html5, naked, clean, basic
*/
@import url('https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100;0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');
	
	
*{
margin:0;
padding:0;
font-family: 'Overpass', sans-serif;
	
}
p {
    font-size: 16px;
    line-height: 1.4em;
    color: #ffffff;
    font-weight: 100;
}
a {
	color:#ffffff;
	 font-weight: 100;
}
li {
    font-size: 16px;
    line-height: 1.4em;
    list-style-position: inside;
	color: #ffffff;
	 font-weight: 100;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Overpass', sans-serif;
	color: #ffffff;
	
}
h1 {
    font-size: 65px;
    font-weight: 600;
    line-height: 1.1em;
    letter-spacing: -0.03em;
}
h2 {
    font-size: 65px;
    font-weight: 600;
    line-height: 1.1em;
	letter-spacing: -0.03em;
}
h3 {
    font-size: 40px;
	font-weight:100;
	
}

h4 {
	font-size: 30px;
	font-weight:100;
}

h5 {
    font-size: 25px;
	font-weight:100;
}
h6 {
    font-size: 20px;
	font-weight:100;
}
img{
	max-width:100%;
	height:auto;
}


.row{
	width:100%;
	float:left;
}
section#main {
    padding-top: 46px;
    background-color: #231f20;
}
.mar_auto{
	width:786px;
	margin:auto;
	max-width:100%;
}
.mar_auto_lg{
	width:1065px;
	margin:auto;
}
.mar_auto_md{
	width:850px;
	margin:auto;
}
.mar_auto_xs {
    width: 600px;
    margin: auto;
}
#footer {
    background-color: #1646bc;
    color: white;
    padding: 70px 0 200px 0;
}

#footer a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    line-height: 2.7em;
}
.foot1 {
    width: 30%;
    float: left;
}

.foot34 {
    width: 120px;
    float: right;
}

.foot2 {
    float: right;
    width: 167px;
}
#footer .foot342 a {
    display: block;
    float: left;
    margin-right: 7px;
}
.foot342 li {
    display: inline-block;
    float: left;
}
.foot342.row {
    margin-top: 37px;
}

.foot1 {
    margin-top: 75px;
}
.header.row {
    background: #231f20;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 18;
    transition: top 0.2s ease-in-out;
    zoom: 1;
    padding: 0 30px 0px 30px;
    box-sizing: border-box;
}
.header.row.scrolldown{
	top:-100px;
}

.head_top{position:relative;}

.logo img {
    width: 180px;
}
.logo {
    width: 200px;
    float: left;
}

.main_nav {
    width: 500px;
    float: right;
}
.main_nav li {
    display: block;
    float: left;
    line-height: 1em;
}

.main_nav li a {
    text-decoration: none;
    padding: 15px 10px;
    color: white;
    line-height: 1em;
    float: left;
    font-weight: 400;
}
.main_nav li:first-child a {
    background: #f7971d;
}
.main_nav li:nth-child(2) a {
    background: #f15c36;
}
.main_nav li:nth-child(3) a {
    background: #ed164a;
}
.main_nav li:nth-child(4) a {
    background: #a5285f;
}
.main_nav li:nth-child(5) a {
    background: #8566ad;
}
.logo a {
    color: white;
    text-decoration: none;
    font-size: 29px;
    font-weight: bold;
    line-height: 1.6em;
}
.banner1 {
    position: relative;
}
.img_top.row {
    position: absolute;
    bottom: 50px;
    left: 0;
}

.banner1 >img {
    width: 100%;
    float: left;
}

.col3 {
    width: 33.33%;
    float: left;
    text-align: center;
}

.three_cols.row {
    padding: 50px 0px;
}
.col2 {
    width: 50%;
    float: left;
}
.col2:first-child{
	padding-right:20px;
	box-sizing:border-box;	
}
.col2:nth-child(2){
	padding-left:20px;
	box-sizing:border-box;	
}
.two_cols_with_image.row {
    margin-bottom: 50px;
}
#footer {
    background-color: #231f20;
    color: white;
    padding: 0 0;
}
.foot_cont.row {
    border-top: 2px solid #444;
    padding: 50px 0 150px 0;
}
.two_cols_with_image.row img {
  
    width: 100%;
}
.footleft {
    width: 50%;
    float: left;
    padding-right: 20px;
    box-sizing: border-box;
}

.footright {
    width: 50%;
    float: left;
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
}

.wpcf7-form-control-wrap {width:100%;float:left;}

input.wpcf7-text {
    width: 100%;
    float: left;
    border: none;
    padding: 3px;
    box-sizing: border-box;
    height: 40px;
    margin-bottom: 10px;
    margin-top: 4px;
	-webkit-appeance: none;
    appearance: none;
}

textarea.wpcf7-textarea {
    width: 100%;
    float: left;
    border: none;
    padding: 3px;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-top: 4px;
    -webkit-appeance: none;
    appearance: none;
	height: 120px;
}
.two_cols_with_image a {
    background-color: transparent;
    text-decoration: none;
    width: 100%;
    float: left;
    text-align: center;
    padding: 10px 0;
    margin-top: 26.7px;
    font-weight: 400;
}

.two_cols_with_image.color1 a.btn {
    background-color: #f15c36;
}
.two_cols_with_image.color2 a.btn {
    background-color: #ed164a;
}
.two_cols_with_image.color3 a.btn {
    background-color: #a5285f;
}
.two_cols_with_image.color4 a.btn {
    background-color: #f7971d;
}
.wpcf7-submit {
    background-color: #507dbf;
    text-decoration: none;
    width: 100%;
    float: left;
    text-align: center;
    padding: 10px 0;
    color: white;
    border: none;
    font-size: 18px;
    appearance: none;
    -webkit-appearance: none;
	    margin-top: 24px;
}
p.ffix {
    width: 100%;
    text-align: right;
    box-sizing: border-box;
}
.foot_top.row {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 2px solid #444;
}
.foot_bot .footleft {
    padding-top: 6px;
}
.ffix img {
    width: 51%;
    margin-bottom: 20px;
}
.three_cols p {
    margin-bottom: 10px;
}
.col2 h2 {
    margin-bottom: 10px;
}
#footer h2 {
    margin-bottom: 10px;
}
.work_left {
    width: 50%;
    float: left;
    padding-right: 20px;
    box-sizing: border-box;
}

.work_right {
    width: 50%;
    float: right;
    padding-left: 20px;
    box-sizing: border-box;
}

.work_top .work_left {
    width: 60%;
}

.work_top .work_right {
    width: 40%;
    float: right;
    text-align: right;
}
.one_col.one_col_pad.row .col1 {
    padding: 0 50px;
    box-sizing: border-box;
}

.one_col {
    padding: 50px 0;
}
.one_col.one_col_pad.row.com2 .col1 {
    border-bottom: 2px solid #444;
    padding: 0 50px 50px 50px;
}
.two_cols_with_image.row.com3 .col2:nth-child(2) img {
    float: none;
    margin: 0 auto 30px;
    display: block;
    width: 125px;
}
.two_cols_with_image.com3.row {
    margin-bottom: 0;
}
.two_cols_with_image.com5.row {
    margin-bottom: 0;
}
strong, b {
    font-weight: 400;
}
.comedian p {
    margin-bottom: 15px;
}
.writer p {
    margin-bottom: 15px;
}
.shop p {
    margin-bottom: 15px;
}
.presenter p {
    margin-bottom: 15px;
}
.workshop p{
	 margin-bottom: 15px;
}
.two_cols_with_image.row.wr3 img {
    width: auto;
}
.one_col.one_col_pad.row.wr2 .col1 {
    border-bottom: 2px solid #444;
    padding: 0 50px 35px 50px;
}
.one_col.one_col_pad.row.ps2 .col1 {
    padding: 0 50px 50px 50px;
    border-bottom: 2px solid #444;
}
.one_col.one_col_pad.ps2.row {
    padding: 50px 0 0;
}
.ps5 .col1.row {
    border-bottom: 2px solid #444;
}
.one_col.ps6.row {
    padding: 0 0 50px 0;
}
.ps8 .col1.row {
    border-bottom: 2px solid #444;
    padding-bottom: 35px;
}
.ps9 img:nth-child(3) {
    width: 49%;
    margin-left: 1%;
}

.ps9 img:nth-child(2) {
    width: 49%;
    margin-right: 1%;
}
.ps10 iframe {
    max-width: 100%;
    max-height: 240px;
}
.shop_page .col2:nth-child(2) {
    padding-left: 0;
    padding-right: 20px;
}

.shop_page .col2:nth-child(3) {
    padding-left: 20px;
    box-sizing: border-box;
}
.one_col.one_col_pad.row.sh2 .col1 {
    border-bottom: 2px solid #444;
    padding-bottom: 50px;
}
.shop_page .col1.row {
    margin-bottom: 25px;
}
.shop_page .col2:nth-child(3) a {
    background: #5873b8;
}
.single_workshop.OPENING.OFFER.row h2 {
    color: #fecd08;
}

.single_workshop.OPENING.OFFER.row h2.offer_price {
    color: white;
}

.single_workshop.OPENING.OFFER.row h2.offer_price small {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: normal;
}

.single_workshop.OPENING.OFFER.row .wpcf7-submit {
    background: #fecd08;
}
.single_workshop {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 2px solid #444;
}
.single_workshop.OPENING.OFFER.row p.workshop_date, .single_workshop.OPENING.OFFER.row strong{
	 color: #fecd08;
	font-weight: 400;
}
.single_workshop.green.row h2 {
    color: #8bcb8d;
}

.single_workshop.green.row .wpcf7-submit {
    background: #8bcb8d;
}
.single_workshop.green.row p.workshop_date, .single_workshop.green.row strong{
	 color: #8bcb8d;
	font-weight: 400;
}
.single_workshop.yellow.row h2 {
    color: #f7971d;
}

.single_workshop.yellow.row .wpcf7-submit {
    background: #f7971d;
}
.single_workshop.yellow.row p.workshop_date, .single_workshop.yellow.row strong{
	 color: #f7971d;
	font-weight: 400;
}
.single_workshop.red.row h2 {
    color: #ed164a;
}

.single_workshop.red.row .wpcf7-submit {
    background: #ed164a;
}
.single_workshop.red.row p.workshop_date, .single_workshop.red.row strong{
	 color: #ed164a;
	font-weight: 400;
}
.workshop_bot_cc .single_workshop.orange.row h2 {
    color: #f15c36;
}

.workshop_bot_cc .single_workshop.orange.row .wpcf7-submit {
    background: #f15c36;
}
.workshop_bot_cc .single_workshop.orange.row p.workshop_date, .single_workshop.row.orange strong{
	 color: #f15c36;
	font-weight: 400;
}
.single_workshop.row.orange h2 strong {
    font-weight: 900;
}
.work_right p:last-child {
    margin-top: -15px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0 0 20px 0!important;
    width: 100%;
    float: left;
    box-sizing: border-box;
    color: white;
    font-weight: 100;
    padding: 10px!important;
}
.aligncenter {
    clear: both;
    margin: auto;
    display: block;
}

.shop_page .col2:nth-child(4) a {
    background: #5873b8;
}
.workshop_bot_cc .work_top .work_right {
    width: 45%;
}

.workshop_bot_cc .work_top .work_left {
    width: 55%;
}
.wr3 hr {
    margin: 50px 0 50px 0;
    box-shadow: none;
    border: none;
    border-top: 2px solid #444;
}
.one_col.com_mobile.mobile.row img.aligncenter {
    float: none;
    margin: 0 auto 30px;
    display: block;
    width: 125px;
}
.com_mobile.mobile.row p {
    margin-bottom: 0;
}
.one_col.com_mobile.mobile.row {
    padding-top: 0;
}
aside#moove_gdpr_cookie_info_bar {
    height: 100vh;
    max-height: 100vh;
    display: table;
    background-image: url(https://bennett.convertintowordpress.com/wp-content/uploads/2020/12/Bennett-Enter-Image.jpg);
    background-color: rgb(175 137 0)!important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    display: table-cell;
    vertical-align: middle;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
    width: 80%;
    margin: auto;
    display: block;
    max-width: 800px;
}
aside.moove-gdpr-info-bar-hidden {
    display: none!important;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
    padding: 0;
    margin-top: 28px;
    display: block;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton, body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
    border-radius: 0px;
    float: right;
    width: 250px;
    letter-spacing: .1em;
    padding: 10px 20px;
    box-sizing: border-box;
    color: #af8900;
    background: white;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:hover, body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover {

    color: #000!important;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn {
    position: absolute;
    top: 0;
    right: 0;
    box-shadow: 0 0 black!important;
    border-radius: 0;
    width: auto;
    height: auto;
	text-decoration: none!important;
	cursor:pointer;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected a, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected button {
    color: black!important;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn i {
    font-size: 76px;
    height: auto;
    top: 0;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p span, body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a , body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p {
    font-size: 60px!important;
    font-weight: 400;
    line-height: 1em;
}
body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn:hover {
    background-color: transparent;
    opacity: 1;
    color: #fff!important;
}

button.mgbutton.change-settings-button {
    background: transparent!important;
    box-shadow: inset 0 0 0px 2px #fff!important;
    opacity: 1!important;
}
button.mgbutton.change-settings-button:hover {
    background: white!important;
    box-shadow: inset 0 0 0px 1px white!important;
    opacity: 1;
	color:black!important;
}
.comedian .com3 .col2:nth-child(2) p {
    margin-bottom: 0;
}
.workshop_bot_cc .single_workshop.row {
    padding-bottom: 0;
    border: none;
}
body .asp_product_item {
    border: none;
    padding: 0;
}

.asp_product_item_thumbnail {
    display: none;
}

.asp_product_name {
    display: none;
}

body .asp_product_description {
    border: none;
}

.asp_price_container {
    color: white;
    font-size: 33px;
    font-weight: 100;
}
.asp_price_container {
    display: none;
}
button.asp_product_buy_btn {
    color: white!important;
    background: #4f7cbe;
}
.single_workshop .asp_product_item {
    display: none;
}
.asp_product_item .asp_product_buy_btn.blue {
    background: #4f7cbe;
    color: white!important;
    box-shadow: none;
    font-weight: 300;
    border: none;
    text-transform: uppercase;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    width: 100%;
    float: left;
    padding: 15px 0!important;
    height: auto;
}
.asp_product_item .asp_product_buy_btn_container {
    display: block;
}
.asp_product_item .asp_product_buy_btn.blue:hover {
    background: white;
    color: #4f7cbe!important;
}

.asp_product_item .asp_product_buy_btn.blue:active, .asp_product_item .asp_product_buy_btn.blue:focus {
    border: none;
    box-shadow: none;
    outline: none;
}
p.mail_sent_cc {
    font-size: 22px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    padding: 10px 0;
    float: left;
    width: 100%;
    margin-top: 0px!important;
    margin-bottom: 10px;
}
img.alignnone.wp-image-396 {
    width: 75px!important;
}
img.alignnone.wp-image-426 {
    width: 92px;
    border: none;
}
.work_top.row {
    margin-bottom: 20px;
}
