@media (min-width: 1200px)
{
	.container {
    max-width: 1300px !important;
}
}

/* SPYROS START */

.text-center {
	text-align: center;
}
.alert {
	padding: 5px;
}
.alert.alert-danger {
	background-color: #dd0000;
	color: #fff;
	margin-bottom: 2rem;
}

.single-product h1.product_title {
	color: #1A7F72;
	font-size: 34px;
}
.woocommerce.single-product div.product p.price,
.woocommerce.single-product div.product span.price {
	font-size: 1.3em;
}

.woocommerce.single-product .related.products {
	clear: both;
}
.woocommerce.single-product .related.products h2 {
	text-align: left;
}
.woocommerce.single-product main ul.products li.product .onsale.wc-memberships-member-discount,
.woocommerce.single-product main span.onsale.wc-memberships-member-discount {
	left: 10px;
	top: 10px;
}

.stock,
.product_meta,
.single-product #wc-stripe-payment-request-wrapper,
.single-product #wc-stripe-payment-request-button-separator {
	display: none;
}

.product_events_cat.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
	width: 100%;
	text-align: center;
	padding: 10px;
}
.product_events_cat.product_events_cat_one_img.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
	padding: 0;
}
.product_events_cat.woocommerce div.product div.images img {
	max-width: 800px;
	margin-left: auto;
    margin-right: auto;
}

.product_events_cat.woocommerce.single-product main span.onsale.wc-memberships-member-discount {
    top: 20px;
	left: 20px;
}
.product_events_cat.product_events_cat_one_img.woocommerce div.product div.images,
.product_events_cat.woocommerce h1.product_title.entry-title {
	max-width: 800px;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
}
.product_events_cat.woocommerce h1.product_title.entry-title {
	max-width: 750px;
}


.product_events_cat.woocommerce .after_header_section p.price {
	text-align: center;
	color: #fff;
}
.product_events_cat.woocommerce .after_header_section p.price del {
	opacity: .6;
}

.woo_img_caption {
	margin-top: 20px;
}


.after_header_section {
	background-color: #1A7F72;
	padding: 4rem 10%;
}
.product_events_cat.woocommerce .after_header_section h1.product_title.entry-title {
	color: #fff;
}

.product_events_cat.woocommerce-page form.cart {
	background-color: #EDf8F4;
    padding: 20px;
}
.product_events_cat.woocommerce-page form.cart input[type="text"], 
.product_events_cat.woocommerce-page form.cart input[type="password"], input[type="tel"] {
	padding: 8px 10px;
	border: 0;
}
.product_events_cat.woocommerce-page form.cart .single_add_to_cart_button {
	width: 100%;
}
.product_events_cat.woocommerce-page .wc-box-office-ticket-form {
	margin-top: 0;
	margin-bottom: 20px;
}
.product_events_cat.woocommerce-page .wc-box-office-ticket-fields-title h3 {
	color: #1A7F72;
}
.product_events_cat.woocommerce-page #accordion .tab_content {
	display: block !important;
	height: auto !important;
	min-height: auto !important;
	max-height: none !important;
	margin-top: 10px !important;
}
.product_events_cat.woocommerce-page #accordion>.full-wide svg {
	display: none;
}
.product_events_cat.woocommerce-page #accordion>.full-wide {
	border: 0;
	cursor: auto !important;
}
.product_events_cat.woocommerce-page #accordion>.full-wide h3 {
	color: #1A7F72;
	font-size: 24px;
}
.product_events_cat.woocommerce-page h3.wc-box-office-ticket-fields-title {
	display: none;
}


.anp_account_sidebar_wrap {
    float: left;
    width: 30%;
}
.woocommerce .anp_account_sidebar_wrap .woocommerce-MyAccount-navigation {
	width: 100%;
}
.woocommerce .anp_account_sidebar_wrap .woocommerce-MyAccount-navigation ul {
	margin-left: 0;
}
.woocommerce .anp_account_sidebar_wrap .woocommerce-MyAccount-navigation li {
	margin-bottom: 1px !important;
    background: #eee;
    padding: 0 !important;
    list-style-type: none !important;
}
.woocommerce .anp_account_sidebar_wrap .woocommerce-MyAccount-navigation li a {
	padding: 10px 30px;
    display: inline-block;
    width: 100%;
    line-height: normal;
    color: #555;
    height: auto;
	display: block;
    font-size: 14px;
    position: relative;
}
.woocommerce .anp_account_sidebar_wrap .woocommerce-MyAccount-navigation li.is-active a {
	color: #444;
    font-weight: bold;
    text-decoration: none !important;
}
.woocommerce .anp_account_sidebar_wrap .woocommerce-MyAccount-navigation li a:after {
	content: "\f105";
	font-family: "FontAwesome" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	display: block;
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 18px;
}


.list-ticks ul li,
ul.list-ticks li {
	list-style: none;
	position: relative;
	padding-left: 22px;
}
.list-ticks ul li:before,
ul.list-ticks li:before {
	content: '✓';
	position: absolute;
	left: 0;
}

body.page th.acf-th {
	font-size: 13px
}
body.page  .acf-input textarea {
	height: 100px;
}
#cpd-form {
	/* max-width: 650px; */
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
#cpd-form-mobile {
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
#cpd-form .acf-form-submit,
#cpd-form-mobile .acf-form-submit {
	margin-left: 0;
	margin-right: 0;
}
#cpd-form th.acf-row-handle,
#cpd-form td.acf-row-handle.order {
	display: none;
}

.acf-field[data-type="textarea"] {
	min-height: 100px;
}
.cpd_section a.acf-repeater-add-row {
	background-color: #1A7F72;
    border: 0px;
    color: #FFFFFF;
    cursor: pointer;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    font-size: 16px;
    text-transform: uppercase;
    -webkit-appearance: none;
    transition: all .2s ease-in-out;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
}
.cpd_section .acf-table .acf-row {
	border-bottom: 2px solid #666;
}
.cpd_section>h1 {
	text-align: center;
}
.cpd_section .acf-field-repeater[data-name="cpd_log"] {
	font-size: 14px;
}
.cpd_section .acf-field-repeater[data-name="cpd_log"] label[for="acf-field_636a61401caac"],
.cpd_section .acf-field-repeater[data-name="cpd_log"] label[for="acf-field_6361d1ac3e259"] {
	display: none !important;
}

.cpd_section input[type="number"] {
	text-align: right;
}
table.cpd_list {
	border-collapse: collapse;
}
.cpd_list th {
	text-align: left;
	padding: 10px;
	background-color: #f2f2f2;
}
.cpd_list tr:nth-child(even) {
  background-color: #f2f2f2;
}
table.cpd_list, table.cpd_list th, table.cpd_list td {
  border: 1px solid;
}

.button.button-danger {
	background-color: #b00;
	color: #fff;
	padding: 5px 20px;
}
/* PRODUCT GALLERY SQUARE START */

.woocommerce.single-product div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
	width: 100% !important;
	margin: 0;
}
.cpd_tableform_wrap .acf-fields>.acf-field {
	padding: 15px 0;
}
.cpd_tableform_wrap {
	display: flex;
    flex-direction: column;
}
.cpd_tableform_wrap .cpd_table {
	order: 2;
}
.cpd_tableform_wrap .cpd_form {
	order: 1;
	margin-bottom: 3rem;
}
.acf-repeater .acf-th.jp-simple-acf-tooltip-has-instruction:hover p.description, 
.acf-field .acf-label.jp-simple-acf-tooltip-has-instruction label:hover + p.description, 
.acf-repeater .acf-th.jp-simple-acf-tooltip-has-instruction p.description:hover, 
.acf-field .acf-label.jp-simple-acf-tooltip-has-instruction label + p.description:hover {
	bottom: 40px;
	left: 10%;
}


@media (min-width: 801px) {
	.product_events_cat.woocommerce-page .product_events_cat_right {
		float: right;
		width: 25%;
	}
	.product_events_cat.woocommerce-page div.product div.summary {
		float: left;
		width: 70%;
	}
	.product_events_cat.woocommerce-page div.product div.images {
		width: 100%;
	}
}

/*
.woocommerce-product-gallery__wrapper:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.woocommerce-product-gallery__wrapper {
	position: relative;
}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
	width: 100%;
	height: 100%;
	display: block;
}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img {
	object-fit: cover;
	max-width: none;
	width: 100%;
	height: 100% !important;
	display: inline-block;
}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
	position: absolute;
	height: 100%;
}
*/
/* PRODUCT GALLERY SQUARE END */

#accordion {
	margin-bottom: 40px;
	margin-top: -40px;
}
.full-wide {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dedede;
}
.full-wide .bi-chevron-up {
  display: none;
}
.full-wide h5 {
  display: inline-block;
}
.full-wide:hover {
  cursor: pointer;
}
.full-wide.wide-open .bi-chevron-down {
  display: none;
}
.full-wide.wide-open .bi-chevron-up {
  display: inline-block;
}
.tab_content h2,
#accordion .collapse {
	display: none;
}
#accordion .tab_content {
	margin-top: 10px;
}
.full-wide h3 {
	color: #666;
	font-size: 18px;
	margin-bottom: 0;
}

body.single-product .bundled_product_summary.product {
	display: none;
}

/* SPYROS END */

.practicelist
{
	list-style:none;
	margin:0;
	margin-top:20px;
	columns: 4;
  -webkit-columns: 4;
  -moz-columns: 4;
}

.practicelist li
{
	padding:10px 20px;
	background-color:#ebf8f5;
	margin-bottom:10px;
	font-weight:bold;
}


@media (max-width: 800px)
{
	.practicelist
{
	
	columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
}
}

.resultcards
{
	margin-top:40px;
}

.card-title
{
	color:#1A7F72;
	font-family: 'PT Serif', serif;
	font-size:28px;
	font-weight:bold;
}








.blogpost
{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	float: left;
}



.blogpost:nth-child(3n+3)
{
	margin-right: 0;
}



.list-article-thumb
{
	height: 400px;
	overflow: hidden;
	margin-bottom: 20px;
}

.list-article-thumb img
{
	width: 100%;
}

.blogpost .entry-title a
{
	font-size: 20px;
	color:#444444 !important;
	line-height: 24px;
}

.blogpost .entry-excerpt
{
	
}

.blogpost .list-article-content
{
	margin-bottom:0px;
	min-height: 220px;
}

.blogpost .categorylink
{
	font-size: 16px;
}

.blogpost .linkwhite
{
	margin-bottom:40px;
}

@media only screen and (max-width: 1200px) 
{
	.blogpost
	{
		width: 48%;
		margin-right: 2%;
		margin-bottom: 2%;
		float: left;
	}

	.blogpost:nth-child(2n+3)
	{
		margin-right: 0;
		float: right;
	}

}

@media only screen and (max-width: 800px) 
{
	.blogpost
	{
		width: 100%;
		margin-right: 0%;
		margin-bottom: 2%;
		float: none;
	}

	.blogpost:nth-child(3n+1)
	{
		margin-right: 0;
	}
	
	.list-article-thumb
	{
		height: 100%;
		overflow:auto;
		margin-bottom: 20px;
	}
	
	.blogpost .list-article-content
	{
		min-height: 100%;
		margin-bottom:40px;
	}
}


.sidebar
{
	
}

#nav_menu-6 h3, #text-11 h3, #text-10 h3
{
	display: none;
}

.latestposts h4 {
    padding: 10px 15px;
    margin-bottom: 0;
    line-height: 26px;
    background-color: #1A7F72;
    color: #fff;
    text-align: center;
    height: 100px;
    font-size: 20px;
    letter-spacing: 0px !important;
}

.latestposts .view-article
{
	display: none;
}

.latestposts img
{
	margin-bottom: 10px;
}

.latestposts .conte
{
	margin-bottom: 20px;
}



body
{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	line-height: 28px;
	font-family: 'Noto Sans', sans-serif;
	color: #666;
	font-weight: 400;
}

iframe
{
	width:100%;
}

a
{
	text-decoration:none;
	color:#1A7F72;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    cursor: pointer;
}

.underline
{
	border-bottom:solid 3px #1A7F72;
	padding-bottom:10px;
	margin-bottom:20px;
	display:inline-block;
	font-weight:bold;
	width: 80px;
}

h1, h2, h3, p, ul, table
{
	margin-bottom:20px;
}

h1
{
	color:#1A7F72;
	font-size:28px;
	line-height:40px;
	font-weight: 400;
	font-family: 'Noto Sans', sans-serif;
}

h2
{
	color:#1A7F72;
	font-size:28px;
	line-height:36px;
	font-weight: 400;
	font-family: 'Noto Sans', sans-serif;
}

h3
{
	color:#1A7F72;
	font-size:22px;
	line-height:30px;
	font-weight: 400;
	font-family: 'Noto Sans', sans-serif;
}

.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title {
    font-weight: 700;
    font-size:26px !important;
}

h4
{
	color:#1A7F72;
	font-size:14px;
	line-height:40px;
	font-weight: 600;
	letter-spacing: 2px;
}

.preheader
{
	background-color:#814A96;
	padding-bottom:0px;
	padding-top:0px;
	z-index:999;
	font-size:16px;
	color: #fff;
}

.preheader p
{
	margin-bottom: 0px;
}

.preheader a
{
	color: #fff;
}

.preheader i
{
	padding-right: 10px;
	color: #fff;
}


.toploginmobile
{
	text-align: center;
	display: block;
	color: #fff;
	background-color: #1A7F72;
	padding: 13px 20px;
	letter-spacing: 1px;
	font-weight: bold;
	display:none;
}

.preheader .toplogin
{
	text-align: center;
	display: inline-block;
	color: #fff;
	background-color: #1A7F72;
	padding: 13px 20px;
}

.preheader .toplogin i
{
	
	color: #fff;
	
}




.basketicon
{
	text-align: center;
	display: inline-block;
	color: #fff;
	background-color: #1A7F72;
	padding: 13px 20px;
}

.basketicon i
{
	
	color: #fff;
	padding-right:0px !important;
	
}



.preheader .toplink
{
	display: inline-block;
	padding: 13px 20px;
	padding-left: 0px;
}



.header
{
	background-color:rgba(255,255,255,1);
	padding-top:20px;
	padding-bottom: 20px;
	z-index:999;
}

.header .right h2
{
	margin-bottom: 0px;
	font-weight: 300;
}

.header .right p
{
	margin-bottom: 0px;
}

.header .center 
{
	padding-top: 20px;
}

.headerontop
{
	height:100px;
	z-index:999;
	margin-top:20px;
	position:absolute;
}


.logo
{
	
}

.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
    font-size: 16px !important;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding:15px 40px !important;
    font-weight: 700;
	font-family: 'DM Sans', sans-serif;
    border-radius: 0px !important;
    left: auto;
    color: #fff !important;
    background-color: #1A7F72 !important;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
	transition: all .2s ease-in-out;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.woocommerce .membership a.button {
	font-size: 15px !important;
	letter-spacing: 1px;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-account-my-memberships table.shop_table a.button,
.woocommerce .woocommerce-MyAccount-content table.shop_table a.button {
	max-width: 100%;
	width: 100%;
	padding: 10px !important;
	text-align: center;
    margin-top: 2px;
}

.linkwhite, .linkgreen
{
	display:inline-block;
	background-color:#1A7F72;
	padding:15px 40px;
	font-size:16px;
	font-weight:400;
	color:#fff;
	transition: all .2s ease-in-out;
	text-align: center;
	border-radius: 15px;
}

.linkwhite:hover, .linkgreen:hover
{
	background-color:#444444;
	color:#fff;
	transform:translateX(5px);
}

.hero
{
	
	background-position: center center;
	background-size: cover;
	margin-bottom:40px;
}

.herosml
{
	
	background-position: center center;
	background-size: cover;
	margin-bottom:40px;
}

.hero h1
{
	color: #fff;
	padding-top: 150px;
	padding-bottom: 150px;
}

form div
{
 margin-bottom: 10px;
}

/*FORMS*/


input[type="text"], input[type="password"], input[type="tel"]
{
	padding:20px;
	width:100%;
	background-color: #fff;
	border: 1px solid #ccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
	font-size:16px;
	color:#666;
	font-family: 'DM Sans', sans-serif;
}

input[type="number"]
{
	padding:12px 5px;
	width:100%;
	background-color: #fff;
	border: 1px solid #ccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
	font-size:16px;
	color:#666;
	font-family: 'DM Sans', sans-serif;
}

select
{
	padding:20px;
	width:100%;
	background-color: #fff;
	border: 1px solid #ccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
	font-size:16px;
	color:#666;
	font-family: 'DM Sans', sans-serif;
}

textarea
{
	padding:20px;
	width:100%;
	background-color: #fff;
	border: 1px solid #ccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
	font-size:16px;
	color:#666;
	font-family: 'DM Sans', sans-serif;
}


input[type="submit"], input[type="button"]
{
	background-color: #1A7F72;
	border: 0px;
	color:#FFFFFF;
	cursor:pointer;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
    font-size:16px;
    width:100%;
    text-transform:uppercase;
    -webkit-appearance: none;
	transition: all .2s ease-in-out;
	font-family: 'DM Sans', sans-serif;
	font-weight:700;
	letter-spacing:2px;
}

input[type="submit"]:hover, input[type="button"]:hover
{
	background-color:#444;
	color:#fff;
	transform:translateX(5px);
}

.um input[type="submit"].um-button:hover, .um a.um-button:hover {
    background-color: #1A7F72 !important;
}

.break
{
	margin-top:0px;
	margin-bottom:2%;
	height:1px;
	background-color:#ccc;
	clear:both;
}

.breakclean
{
	height:1px;
	clear:both;
}

.prefooter
{
	background-color:#1A7F72;
	color:#fff;
	text-align:center;
}

.prefooter .sectionmax
{
	max-width:600px;
}

.prefooter h2
{
	color:#fff;
}

.footer
{
	background-color:#414142;
	color:#fff;
	margin-top:-1px;
	font-size: 16px;
}

.footer .socials a
{
	font-size: 32px;
	color: #fff;
	padding-left: 2px;
	padding-right: 2px;
}

.footer h2, .footer h3, .footer h4
{
	color: #fff;
}

.footer a
{
	color:#fff;
}

.footer2 a
{
	color:#fff;
}

.footer a:hover, .footer2 a:hover
{
	text-decoration: underline;
}


.footer2
{
	background-color:#6D3D81;
	color:#fff;
	margin-top:-1px;
	font-size: 14px;
	padding-top:20px;
}
.footer2 .socials a
{
	font-size: 32px;
	color: #fff;
	padding-left: 2px;
	padding-right: 2px;
}

.footer2 .col
{
	margin-bottom:0px;
}

.footer2 .socials a:hover
{
	font-size: 32px;
	color: #00A184;
}


.imgfloatleft, .alignleft
{
	float:left;
	margin-right:2%;
}

.imgfloatright, .alignright
{
	float:right;
	margin-left:2%;
}

/*NAVIGATION*/



.nav
{
	font-size:18px;
}

#wrapper
{
	position:relative;
}

#nav-trigger
{
	display:none;
	position:absolute;
	top:80px;
	right:20px;
	z-index: 9997;
}

#nav-trigger span img
{
	max-width:40px;
}

#nav-trigger span
{
	color:#fff;
	cursor:pointer;
	display:inline-block;
	-webkit-transition: -webkit-transform .4s ease-in-out;
    transition:         transform .4s ease-in-out;
}

/*#nav-trigger span:hover
{
	-webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
*/
nav#nav-main
{
	padding:0px 0;
}

nav#nav-main ul
{
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:right;
}

nav#nav-main li
{
	border-right:solid 0px #444444;
	display:inline-block;
	padding:0 0px;
	position:relative;
}

nav#nav-main li:last-child
{
	border-right:none;
}

nav#nav-main a
{
	margin-top:15px;
	color:#fff;
	display:block;
	padding:10px 2px;
	transition: all .2s ease-in-out;
}

.header nav#nav-main a
{
	color: #444444;
}


nav#nav-main a:hover
{
}

nav#nav-main a:after {
  display:block;
  content: '';
  border-bottom:solid 2px #444444; 
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
}

nav#nav-main a:hover:after { transform: scaleX(1); }

nav#nav-main .selected
{
  font-weight: 900;
	color: #444444;
}

nav#nav-main ul li ul
{
  position:absolute;
  top:60px;
  left:0px;
  width:200px;
  z-index:9999;
  margin:auto;
  left:0px;
  text-align:left;
  padding:0px;
  display:none;
}

nav#nav-main ul li ul li a
{
  text-align:left;
  padding:5px 15px;
  background-color:#333;
  color:#fff;
  min-width:200px;
  margin-top:0px;
  font-size:13px;
  text-transform:none;
}

.header nav#nav-main ul li ul li a
{
	color: #fff;
}

nav#nav-mobile
{
	display:none;
	position:absolute;
	z-index:9999;
	font-size:16px;
	width:100%;
	background-color:#444444;
	font-weight: 800;
	
}

nav#nav-mobile .closemobilenav
{
	text-align:center;
	margin:auto;
	padding:20px 0px;
	cursor:pointer;
	-webkit-transition: -webkit-transform .4s ease-in-out;
    transition:         transform .4s ease-in-out;
}


nav#nav-mobile .closemobilenav:hover
{
	-webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

nav#nav-mobile ul
{
	
	display:none;
	list-style-type:none;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

nav#nav-mobile ul li ul
{
	margin-bottom:0px;
}

nav#nav-mobile ul li ul li a
{
	color:#1A7F72;
}


nav#nav-mobile li
{
	display:block;
	margin:0 0px;
	padding:0px 0;
}

nav#nav-mobile li:last-child
{
	border-bottom:none;
}

nav#nav-mobile a
{
	color:#fff;
	display:block;
	padding:5px 0px;
}

nav#nav-mobile a:hover
{
	color:#1A7F72;
}

/*fixed nav bar*/

.navbar
{
	background-color:#eee;
	text-transform:uppercase;
}

.navbar nav#nav-main ul
{
	text-align:left;
}

.navbar nav#nav-main a
{
	margin-top:0px;
}


@media only screen and (max-width: 1152px) {
	#nav-trigger
	{
		display:block;
	}
	
	nav#nav-main
	{
		display:none;
	}
	
	nav#nav-mobile
	{
		display:block;
	}
	
		.hero h1
	{
		line-height: 70px;
		font-size: 42px;
	}
	
	
	
}

@media only screen and (max-width: 830px) {
	
	.preheader
	{
		display: none;
	}
	
	#nav-trigger
{
	
	top:30px;
	
}
	
}

@media only screen and (max-width: 800px) {
	
	
	.toploginmobile
{
	
	display:block;
}
	
	.moveupmobile
{
	margin-top:-80px;
}
	
	.latestposts h4 {
    padding: 10px 15px;
    margin-bottom: 0;
    line-height: 32px;
    background-color: #1A7F72;
    color: #fff;
    text-align: center;
    height: auto !important;
    font-size: 18px !important;
    letter-spacing: 0px !important;
}
	
	
	.latestposts .col
	{
		margin-bottom: 40px;
	}
	
	.woocommerce ul.products li.product {
        float: none;
        width: auto;
    }
	
	.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    text-align: center;
    padding: 10px 20px !important;
    font-size: 16px !important;
}
	
	
	.linkwhite, .linkgreen
{
	display:inline-block;
	background-color:#1A7F72;
	padding:10px 30px;
	font-size:16px;
	font-weight:400;
	color:#fff;
	transition: all .2s ease-in-out;
	text-align: center;
}
	
	
	.logo img
	{
		max-width: 260px;
	}
	
	
	.preheader .toplogin
{
	text-align: center;
	display: block;
	color: #fff;
	background-color: #1A7F72;
	padding: 7px 20px;
	letter-spacing: 1px;
	font-weight: bold;
}


.preheader .toplink
{
	display: block;
	padding: 7px 20px;
	padding-left: 0px;
}
	
	
	h2, h3
	{
		font-size: 28px;
	}
	
	h4
	{
		font-size: 14px;
	}
	
	
	
	
	.footer, .footer2
	{
		text-align: center;
	}
	
	
	.right, .left
	{
		text-align:center;
	}
	
	
	


@media only screen and (max-width: 767px) {
	.anp_account_sidebar_wrap {
		float: left;
		width: 100%;
	}
	.anp_account_sidebar_wrap {
		margin-top: 2rem;
	}
	
}
@media only screen and (max-width: 600px) {
	
	
	.imgfloatright
	{
		float:none;
		margin-right:0px;
	}
	
	.imgfloatleft
	{
		float:none;
		margin-left:0px;
	}
	
	.preheader .left
	{
		text-align: center;
	}
	
	
	
	
	
}


