/*
Theme Name: Resonate Together
Theme URI: http://resonatetogether.org.uk
Description: WordPress Theme
Author: Total Brand
Author URI: https://www.totalbrand.co
Version: 2020.03
*/

/***********************************************************************************************/
/* BASE STYLES */
/***********************************************************************************************/

body {
	background: #333;
	color: #666;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight:400;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
}

img {
	max-width:100%;
	height:auto
}

hr,
.wp-block-separator {
	border:0 !important;
	border-top:1px solid #DDD !important;
	clear:both !important;
	display:block !important;
	margin:0 !important;
	padding:0 !important;
    margin-top:50px !important;
    margin-bottom:50px !important;
	width:100% !important;
}

td {
	border:1px solid #DDD;
	vertical-align:middle;
}

td p {
	font-size:90%;
	margin-bottom:0;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-left:10px;
}

/* LINKS */

a:link,
a:visited,
a:active {
	color: #00545f;
	text-decoration:none;
}

a:hover {
	color: #25b8b9;
	text-decoration:none;
}

p a:link,
p a:visited,
p a:active {
	color: #d53d80;
	text-decoration:none;
}

p a:hover {
	color: #ed718c;
	text-decoration:none;
}

a:hover img { opacity:0.8; }

/* TEXT */

h1, .h1,
h2, .h2,
h3, .h3,
h4,
h5,
h6,
p {
	color:#666;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.6em;
	margin: 0 0 18px 0;
	padding: 0;
}

h1, .h1 {
	color:#00545f;
	font-size: 2em;
    font-weight: 700;
	line-height: 1.2em;
}

h2, .h2 {
	color:#00545f;
	font-size: 1.75em;
    font-weight: 700;
	line-height: 1.4em;
}

h3, .h3 {
	color:#00545f;
	font-size: 1.5em;
    font-weight: 700;
	line-height: 1.4em;
}

h4 {
	color:#00545f;
	font-size: 1.3em;
    font-weight: 700;
    text-transform: uppercase;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1.1em;
}

strong,
.strong {
	font-weight:700;
}

em {
	color:#25b8b9;
    font-style: normal;
}

table {
    border-collapse: collapse !important;
}

/***********************************************************************************************/
/* CUSTOM STYLES */
/***********************************************************************************************/

.a2a_kit:before {
    color:#00545f;
    content:'SHARE: ';
    font-size:90%;
    font-weight:700;
}
.addtoany_share_save_container {
    padding-top:30px;
}

.alignleft {
	clear:both;
	display:block;
	margin-bottom:30px;
}

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

.alignright {
	clear:both;
	display:block;
	margin-bottom:30px;
}

@media only screen and (min-width: 768px) {
	
.alignleft {
	float: left;
	margin-right:30px;
	margin-bottom:30px;
}

.alignright {
	float: right;
	margin-bottom:30px;
	margin-left:30px;
}

.collapse {
	margin-top:0;
}

}

.alg-product-input-fields-table {
    margin-bottom:20px;
}

.alg-product-input-fields-table td {
    border:none;
    display:block;
    width:100%;
}
    
#alg_wc_pif_local_1 {
    min-height:100px;
    min-width:300px;
}

/***********************************************************************************************/
/* BACKGROUNDS */
/***********************************************************************************************/

.bg-circles {
    background-image: url("images/bg-circles.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}

.bg-circles-white {
    background-image: url("images/bg-circles-white.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}

.bg-dark {
    background-color:#00545f !important;
}

.bg-grey {
	background-color:#EEE;
}

.bg-light {
    background-color:#DFF4F5 !important;
}

.bg-light-o {
    background-color:#FEF3E8;
}

.bg-light-m {
    background-color:#FBEBF2;
}

.bg-magenta {
    background-color:#d53d80;
}

.bg-orange {
    background-color:#f28e1e;
}

.bg-teal {
    background-color:#25b8b9;
}

.bg-white {
	background-color:#FFF;
}

/***********************************************************************************************/
/* BUTTONS */
/***********************************************************************************************/

button:focus,
.btn:focus {
    outline: none !important;
}

.btn {
    font-weight:700 !important;
}

.btn-primary,
.button {
	background-color:#d53d80 !important;
	border:none !important;
    border-radius:30px !important;
	color:#FFF !important;
    font-size:0.9em !important;
    font-weight:700 !important;
    padding:0.7em 1.5em !important;
    text-transform: uppercase !important;
}

.btn-primary:hover,
.button:hover,
.btn-active:active {
	background-color:#ed718c !important;
}

.btn-secondary {
	background-color:#25b8b9;
	border:none;
    border-radius:30px;
	color:#FFF !important;
    font-size:0.9em;
    font-weight:700;
    padding:0.7em 1.5em;
    text-transform: uppercase;
}

.btn-secondary:hover {
	background-color:#78c8cc !important;
}

/***********************************************************************************************/
/* CAROUSEL */
/***********************************************************************************************/

#myCarousel.carousel {
    background: -webkit-linear-gradient(#25bcbd, #25bcbd), -webkit-linear-gradient(left, #d53d80, #f28e1e);
    background: -o-linear-gradient(#25bcbd, #25bcbd), -o-linear-gradient(left, #d53d80, #f28e1e);
    background: linear-gradient(#25bcbd, #25bcbd), linear-gradient(to right, #d53d80, #f28e1e);
    background-origin: padding-box, border-box;
    background-repeat: no-repeat;
    border-bottom: 5px solid transparent;
}

.carousel-item {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

#myCarousel .carousel-item {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height:400px;
}

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

#myCarousel .carousel-item {
	height:450px;
}

}

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

#myCarousel .carousel-item {
	height:500px;
}

}

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

#myCarousel .carousel-item {
	height:600px;
}

}

/***********************************************************************************************/
/* COLOURS */
/***********************************************************************************************/

.magenta {
    color:#d53d80 !important;
}

.orange {
    color:#f28e1e !important;
}

.teal {
    color:#25bcbd !important;
}

/***********************************************************************************************/

.clear {
	clear: both;
}

.collapse {
	/*margin-top:40px;*/
}

@media (min-width: 1400px) {
  .container {
    max-width: 1340px;
  }
}

.max-500,
.max-600,
.max-700,
.max-800,
.max-900 {
    margin:auto;
}

.max-500 {
    max-width:500px;
}

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

.max-700 {
    max-width:700px;
}

.max-800 {
    max-width:800px;
}

.max-900 {
    max-width:900px;
}


/***********************************************************************************************/
/* NAVIGATION */
/***********************************************************************************************/

.navbar-toggler {
	position:relative;
	margin:auto;
}

.navbar {
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif !important;
    font-size:0.9em; 
	font-weight:700 !important;
	letter-spacing:1px;
	margin-bottom:0;
    text-transform: uppercase !important;
}

.navbar li {
	margin:0;
}

.nav-link {
    color:#FFF !important;
}

.nav-link:hover {
    color:#78c8cc !important;
}

.dropdown-toggle:focus {
	outline-color: none;
	outline-style: none;
	outline-width: 0;
}

.dropdown-menu {
    background-color:#4d888f;
}

.dropdown-item {
    color:#FFF !important;
    font-size:0.85em;
	font-weight:700;
}

.dropdown-item:hover,
.dropdown-item:active,
.dropdown-item.active {
    background-color:#25b8b9 !important;
}

div.footer-nav ul {
    list-style-type: none;
    list-style: none;
    list-style-image: none;
    margin:0 0 20px 0;
    padding:0px;
}
div.footer-nav li {
    display:inline-block;
    margin:0px;
    padding:10px;
} 
div.footer-nav a { 
    color:#FFF;
}

/***********************************************************************************************/

/* HIDE PRODUCT TOTAL PRICE - SHOWN ON MEMBERSHIP PRODUCT CATEGORY VIA CODE IN FOOTER */
#product_total_price {
    display:none;
}

.required {
	position:absolute;
	right:30px;
}

.rounded {
    border-radius: 20px 20px 20px 20px !important;
    overflow: hidden;
}

.thumb {
	background-color:#000;
	background-repeat:no-repeat;
	background-position:center;
	background-size:100%;
	padding-bottom:66%;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
	width:100%;
}

.thumb-small {
	background-color:#000;
	background-repeat:no-repeat;
	background-position:center;
	background-size:100%;
	margin-bottom:20px;
	padding-bottom:70%;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
	width:95%;
}

.thumb:hover,
.thumb-small:hover {
	background-size:120%;
	transition: 2s 
}

.vert-center {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.white,
.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6 {
	color:#FFF !important;
}

.white p {
	color:#EEE;
}

.white a:link,
.white a:active,
.white a:visited {
	color:#FFF;
}

.white a:hover {
	color:#78c8cc;
}

.yith-wapo-block .yith-wapo-addon .options.per-row-5 .yith-wapo-option {
    max-width: 100% !important;
}

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

.woocommerce-result-count {
    display: none;
}

.woocommerce-ordering {
    display: none;
}

.woocommerce ul.products li.product .price {
    color: #164450 !important;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #164450 !important;
}

.woocommerce .col-1,
.woocommerce .col-2 {
    max-width:none;
}

.form-row {
    display: block !important;
}

.woocommerce form .form-row label {
    line-height: 1;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    padding: 0.375rem 0.75rem;
}

#order_review_heading {
    margin-top:30px;
}

.woocommerce-product-gallery__wrapper {
    border: 1px solid #EEE;
    border-radius: 20px 20px 20px 20px !important;
    overflow: hidden;
}

.woocommerce ul.products li.product a img {
    border: 1px solid #EEE;
    border-radius: 20px 20px 20px 20px !important;
    overflow: hidden;
}

.woocommerce .related.products {
    border-top:1px solid #DDD;
    clear:both !important;
    margin-top:60px !important;
    padding-top:40px !important;
}

/* MY ACCOUNT PAGES */

.woocommerce-MyAccount-navigation {
    border: 1px solid #DDD;
    border-radius: 6px;
    margin-bottom:30px;
    padding:10px;
}

.woocommerce-MyAccount-navigation ul {
    margin:0px;
    padding:0px;
}

.woocommerce-MyAccount-navigation li {
    display:inline-block;
    padding:5px 10px;
}

.woocommerce-MyAccount-navigation-link {
    list-style: none;
}

.woocommerce-MyAccount-navigation-link--downloads {
    display:none !important;
}

.woocommerce-MyAccount-navigation-link--payment-methods {
    display:none !important;
}

.woocommerce fieldset {
    margin-top:30px;
}

.woocommerce .cart.shop_table .product-thumbnail img {
    width: 80px;
}

.wp-post-image {
    border-radius: 20px 20px 20px 20px !important;
    overflow: hidden;
}

.product-remove {
    /*display:none;*/
}

.product-remove a.remove {
    color:#d53d80 !important;
    font-size:1.25em !important;
    opacity:0.7;
}

.product-remove a.remove:hover {
    background-color:#d53d80 !important;
    opacity:1;
}

td.label {
    border:none !important;
}

.sku_wrapper {
    display:none;
}

.woocommerce-product-gallery__trigger {
    display:none !important;
}

.woocommerce-message {
    border-top-color: #25b8b9 !important;
}

.woocommerce-message::before {
    content: "\e015";
    color: #25b8b9 !important;
}


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

}

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

}

/***********************************************************************************************/
/* BACK TO TOP */
/***********************************************************************************************/

.go-top {
	background-color: #888;
	border-radius:8px 8px 0 0;
	bottom:0;
	color: white;
	display: none;
	font-size: 12px;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left:1em;
	position: fixed;
	right: 2em;
	text-decoration: none;
}

.go-top:hover {
	background-color: #666;
}
