/*
Theme Name: People and Psychoactive Plants
Theme URI: http://www.beamtwenty3.co.uk
Description: Wordpress Theme By Neil Brown for People and Psychoactive Plants
Version: 1.0
Author: Neil Brown
Author URI: http://www.beamtwenty3.co.uk
Text Domain: rosemary
*/

/* #Reset & Basics */

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Basic Styles */

body {
	background: #ffffff;
	font: 14px 'Poppins', sans-serif;
	color: #0c0b0b;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

main {
	width: 100%;
	background: #fff;
	position: relative;
}


 
/* #Typography */

h1, h2, h3, h4, h5, h6 {
	color: #0c0b0b;
	font-weight: 500;
}


h1 { 
	font-size: 36px;
	line-height: 50px;
	margin: 40px 0px 40px 0px;
	padding: 0px;
}

.home h1 {
	text-align: center;
}

.home-news h2 {
	text-align: center;
}


h2 {
	font-size: 28px;
	line-height: 40px;
	margin: 20px 0px 20px 0px;
	padding: 0px;
}

h3 {
	font-size: 23px;
	line-height: 27px;
	margin: 0px 0px 20px 0px;
}

h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
h5 { font-size: 17px; line-height: 24px; }
h6 { font-size: 14px; line-height: 21px; }


p {
    margin: 0 0 20px 0;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
}

address {
	margin: 0;
	color: #4e4e4e;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	text-align: left;
}


em { 
	font-style: italic;
}

strong { 
	font-weight: 600;
}

small { 
	font-size: 80%;
}

/*	Blockquotes  */

blockquote, blockquote p { font-size: 15px; line-height: 30px; color: #5f5f5f; font-style: italic; }
blockquote { margin: 30px 0 30px 0; padding: 9px 20px 0 19px; border-left: 1px solid #de6a25; }
blockquote cite { display: block; font-size: 12px; color: #555; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

hr { 
	border: solid #feb200;
	border-width: 1px 0 0;
	margin: 20px 10% 50px 10%;
	height: 0;
	width: 80%;
	float: left;
}


/* #Links */

a, a:visited { 
	color: #de6a25;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	transition: all .1s linear;
}

a:hover, a:focus { 
	color: #de6a25;
	text-decoration: underline;
}

/* #Lists */

ul, ol { margin-bottom: 20px; }
ul { list-style: none outside; }
ol { list-style: decimal; }

li { 
	line-height: 18px;
}

.main-page ul {
	margin: 30px 0px 40px 0px;
}

li  {
	margin: 0 0 5px 0;
	color: #4e4e4e;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	list-style: none;	
}

.main-page ul li::before {
	font-family: "Font Awesome 5 Free";
	content: "\f111";
	color: #de6a25;
	font-weight: bold;
	display: inline-block;
	width: 10px;
	margin-left: 0;
	font-size: 12px;
	margin: 10px 15px 0 0;
}

/* #Images */

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



/* Video */

.video-wrapper {
	position: relative;
	padding-bottom: 50%;
	padding-top: 25px;
	height: 0;
	z-index: 1;
	margin: 10px 0 0 0;
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Buttons */

.reply a, a.button, .button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 43px;
  padding: 0 30px;
  color: #fff;
  background: #4aa6c6;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 43px;
  text-decoration: none;
  white-space: nowrap;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  box-sizing: border-box; 
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -o-transition: all .1s linear;
  -ms-transition: all .1s linear;
  transition: all .1s linear;
}

.reply a {
	height: 36px;
	padding: 0 18px;
	line-height: 36px;
}

.wrapper a.button {
	margin-bottom: 60px;
}

.reply a:hover, .button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #fff;
  background: #268caf;
  outline: 0;
  border: 0;
}

a.button:hover {
	text-decoration: none;
}


/* Forms */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  box-shadow: none;
  box-sizing: border-box;
  width: 98%;
  }


/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="button"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

textarea {
  min-height: 120px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #379cc0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: 0;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal;
}

.google-map {
	position: relative;
	padding-bottom: 33.25%;
	padding-top: 25px;
	height: 0;
	z-index: 1;
	margin: 40px 0 0 0;
}

.google-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

  
/* Header */

.site-title {
	font-size: 40px;
	line-height: 50px;
	margin: 40px 0 10px 0;
	color: #fff;
}

.home-slides {
	width: 100%;
	margin: 0 auto;
	height: 250px;
	position: relative;
	z-index: 10;
	background-blend-mode: multiply;
	background-color: #dfdfdf !important;
}

p.slide-text {
	font-size: 18px;
	line-height: 28px;
	color: #fff;
}

.home-slides p {
	color: #fff;
}

/* Home Page */

.eight.columns.home-image {
	float: right;
	margin-bottom: 40px;
}


/* News Posts & Projects */

.news {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.news-feed {
	flex-grow: 1;
	width: 23%;
	margin: 10px 2% 40px 0;
	background: #fff;
	display: flex;
	flex-direction: column;
}

.news-feed.blank {
	margin: 0;	
}

p.push-button {
	flex-grow: 1;
}

.news-feed.gallery-image  {
	flex-grow: 1;
	width: 23%;
	margin: 10px 1% 40px 1%;
	background: #fff;
}

.news-feed.blank, .home .news-feed {
	border-bottom: solid 0px #fff;
	background: none;	
}

.news-feed a.button {
	margin-bottom: 20px;
}

.news-feed p {
	font-size: 14px;
	line-height: 23px;
	margin: 0 10px 20px 0;
}

.news-title h2 {
	text-align: center;
	font-size: 30px;
}

.news-feed h3 {
	font-size: 23px;
	line-height: 27px;
	margin: 10px 0px 15px 0px;
	font-weight: 500;
}

.news img, .gallery-image img {
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
	-moz-transform: rotate(0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	display: block;
}

.news img:hover, .gallery-image img:hover {
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	-moz-transform: rotate(0);
}

.news img {
	margin: 0 0 10px 0;
}

.single h1 {
	margin: 40px 0 0 0;
}

.main-title {
	width: 100%;
	margin: 0 auto 40px auto;
	background: #eee;
	padding: 5px 0 10px 0;
}

.five.columns.featured-image.side {
	background-color: #eee;
	border-radius: 8px;	
}

.featured-image .inner {
	padding: 20px;
}

.side h3 {
	margin: 20px 0 20px 0;
	font-size: 25px;
	padding-bottom: 10px;
	border-bottom: solid 1px #ccc;
}

.side h4 {
	color: #de6a25;
}

p.side-excerpt {
	font-size: 14px;
	line-height: 25px;
}

.home-news-text h3 {
	margin: 20px 0 20px 0;
}

/* Webinars */

.webinars {
	width: 100%;
	padding: 10px 0 0px 0;
	background: #eee;
	margin: 40px 0 0 0;
}

p.webinar-date {
	font-size: 16px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin: 80px 0 40px 0 !important;
}

tbody {
	vertical-align: middle !important;
}

th, td {
  padding: 15px;
  text-align: left;
  color: #4e4e4e;
  font-size: 14px;
  line-height: 32px;
  font-weight: 400;
  border: 0 !important;
  vertical-align: middle !important;
}

th {
  background-color: #de6a25;
  color: white;
  font-weight: 600;
}

tr:nth-child(odd) {
	background-color: #f2f2f2;
}

/* Pages */

.full-width-content {
	margin-bottom: 20px;
}

/* Gallery */

#swipebox-overlay {
	background: #fff !important;
}

#swipebox-bottom-bar, #swipebox-top-bar {
	text-shadow: none !important;
	background: #a8a8a8;
	opacity: 1;
}

#swipebox-slider .slide img {
	max-height: 80% !important;
}

/* Main Navigation */

#main-nav {
	width: 100%;
	max-width: 100%;
	clear: both;
	margin: 0 auto;
	background-color: #4aa6c6;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 10000;
}

#main-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#main-nav li {
	float: left;
	font-size: 18px;
	position: relative;
	padding: 0px;
	margin: 0px;
	font-weight: 500;
	list-style: none;
}

#main-nav a {
	display: block;
	line-height: 30px;
	padding: 7px 14px 5px 14px;
	text-decoration: none;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	transition: all .1s linear;
}


#main-nav a:link,
#main-nav a:visited {
	color: #fff;
}

#main-nav a:hover {
	background-color: #268caf;
	color: #fff;
	text-decoration: none;
}

#main-nav ul li:hover > a {
	background-color: #268caf;
	color: #fff;
}

/* Drop Down 1 */

#main-nav ul.sub-menu a {
	background-color: #268caf;
	position: relative;
	z-index: 1000;
	font-size: 16px;
	padding: 5px 5px 5px 14px;
	color: #fff;
	line-height: 30px;
	text-align: left;
	margin: 0px;
}

#main-nav ul.sub-menu li {
	margin: 0px;
}


#main-nav ul.sub-menu li:hover > a {
	background-color: #0e7092;
	color: #fff;	
}

#main-nav ul.sub-menu>li {
	width: 220px;
}

#main-nav ul.sub-menu a:hover {
	background-color: #0e7092;
	color: #fff;
}

#main-nav li ul.sub-menu {
	position: absolute;
	left: -999em;
}

#main-nav li:hover ul.sub-menu {
	left: auto;
}

#main-nav li ul.sub-menu li ul.sub-menu {
	position: absolute;
	left: -999em;
}

#main-nav li ul.sub-menu li:hover ul.sub-menu {
	left: 100%;
	top: 0px;
}

/* Comments */

.fa.fa-comments {
	color: #4aa6c6;
}

#comments p {
	font-size: 14px;
}

#comments li {
	list-style: none;
}

li.comment {
	background-color: #eee;
	margin-bottom: 20px;
	padding: 20px;
  border-radius: 8px;
}

ul.commentlist {
	margin: 20px 0px 20px 0px;
}

.commentlist li {

}

cite.fn {
	font-weight: bold;
	font-size: 16px;
}

.comment-meta.commentmetadata a {
	font-size: 14px;
}

.comment-meta.commentmetadata  {
	margin-bottom: 20px;
}

.comment-body {
	border-top: solid 1px #ccc;
	padding-top: 20px;
}

/* Footer */


footer {
	width: 100%;
	margin: 80px auto 0 auto;
	text-align: left;
	padding: 20px 0px 80px 0px;
	position: relative;
	z-index: 1;
	background-color: rgba(38, 140, 175, 1);
	background-image: radial-gradient(circle, rgba(38, 140, 175, 1) 25%, rgba(14, 112, 146, 1) 100%);
}

.home footer {
	margin: 0 auto;	
}

footer a:link, footer a:visited {
	color: #fff;
}

p.footer-title {
	font-size: 26px;
	margin: 20px 0 10px 0;
}

footer a:hover {
	text-decoration: underline;
}

footer p {
	font-size: 16px;
	line-height: 28px;
	color: #fff;
	font-weight: 400;
	margin: 0;
}

p.contact {
	margin: 20px 0 20px 0;
}

footer address {
	margin: 0 0 20px 0;
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	text-align: left;
}

footer h2 {
	color: #fff;
	margin: 2px 0 10px 0;
}

footer.copy {
	background: #0f536a;
	margin: 0;
	padding: 10px 0 10px 0;
}

.copy p, .copy a:link {
	font-size: 14px !important;
	color: #fff;
}

.copy p {
	margin: 0;
}

.social-icons a {
	font-size: 12px;
	margin: 10px 6px 0px 0px;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	transition: all .1s linear;
	text-align: left;
	display: inline-block;
}

.social-icons a:hover {
	color: #064c71;	
}




/* =WordPress Core  */

.alignnone {
    margin: 5px 20px 20px 0;
}

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

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

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

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 12px 8px 10px 8px;
    text-align: center;
	-webkit-box-shadow: 0 10px 6px -6px #ececec;
	-moz-box-shadow: 0 10px 6px -6px #ececec;
	box-shadow: 0 10px 6px -6px #ececec;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 18px;
	line-height: 24px;
	margin: 0;
	font-weight: 600;
	padding: 6px 5px 3px 5px;
}
    margin: 0;
    padding: 6px 5px 3px 5px;
}

span.wpcf7-list-item {
	margin: 0;
}

div.wpcf7 {
	margin: 0px 0px 0px 0px !important;
	padding: 0;
}

div.wpcf7-mail-sent-ok {
	border: 0px solid #398f14 !important;
	color: #666 !important;
}

div.wpcf7-mail-sent-ng {
	border: 0px solid #ff0000 !important;
	color: #666 !important;
}

div.wpcf7-spam-blocked {
	border: 0px solid #ffa500 !important;
	color: #666 !important;
}

div.wpcf7-validation-errors {
	border: 0px solid #398f14 !important;
	color: #666 !important;
}

.wpcf7 {
	position: relative;
	z-index: 1;
}

@media print {

}

