/*
	Theme Name: Divi Child
	Template: Divi
*/

article.event p.post-meta {
	display: none;
}

p {
    padding-bottom: 1em !important;
}

h1 {
    font-size: 40px;
}

h4 {
    font-size: 18px;
    letter-spacing: -0.5px;
    text-transform: none !important;
}

p::-moz-selection {
  background-color: #FF543E;
  color: white;
}

p::selection {
  background-color: #FF543E;
  color: white;
}

/* Nav */
.nav li li a {
    font-size: 13px;
    line-height: 1.5em;
}

.top-menu-nav .sub-menu  {
	font-size: 10px;
}



/* breadcrumbs */

p#breadcrumbs {
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 3em;
	color: #555555;
}

p#breadcrumbs a {
	font-size: 14px;
	font-weight: normal;
	color: #555555;
	transition color 0.3s ease-in-out;
}

#breadcrumbs a:hover {
	color: #555555;
}

.breadcrumb_last {
	font-weight: normal;
}


/* Home */

.subtitle {
	font-size: 18px;
	line-height: 1.8em;
	text-align: center;
}

div.home-intro-button-container {
	display: inline;
	text-align: center;
	margin-left: 30px;
	margin-right: 30px;
}

/* Home - lists */
div.home-google-calendar p {
	font-size: 0.953em;
}

.simcal-default-calendar-list ul.simcal-events {
    margin: 0px 0px 0px !important;
}

h2.home-list {
	color: #FF543E;
	border-bottom: 1px dashed #d6d6d6;
	margin-bottom: 0.7em;
}

h2.home-list a {
	padding: none;
	transition: all 0.3s ease-in-out;
}

h2.home-list a:hover {
	background-color: #FF543E;
  color: white;
  padding: 0 3px 0 3px;
}

.home-int-events-list {
	padding-top: 1em;
}

.custom-post-list h4 {
	line-height: 1.2em;
	padding-bottom: 0.4em;
}

.custom-post-list h4 a {
 color: #1A5A68;
transition: color 0.3s ease-in-out;
}

.custom-post-list h4 a:hover {
 color: #ff543e;
}

.custom-post-list p {
  font-family: Lato, arial, sans-serif;
font-size: 0.9em;
font-weight: 500;
line-height: 1.4em;
margin-bottom: 0.8em;
margin-top: -0.3em;
}

div.home-ifm-events ul.eo-events-shortcode li {
  font-family: Lato, arial, sans-serif;
font-size: 0.8em;
font-weight: 500;
line-height: 1.4em;
margin-top: 0.3em;
border-bottom: 1px dashed #D6D6D6;
margin-bottom: 0.8em;
padding-bottom: 1.5em;
}

div.home-ifm-events ul.eo-events-shortcode li a {
	letter-spacing: -0.5px;
	padding-bottom: 0.4em;
	color: #1A5A68;
	transition: color 0.3s ease-in-out 0s;
	font-weight: 700;
	font-size: 18px;
	display: block;
	line-height: 1.2em;
	font-family: Montserrat;
}

div.home-ifm-events ul.eo-events-shortcode li a:hover {
 color: #ff543e;
}

.w4pl p {
  font-family: Lato, arial, sans-serif;
font-size: 0.8em;
font-weight: 500;
line-height: 1.4em;
}

.w4pl p a {
transition: color 0.3s ease-in-out;
}

.w4pl p a:hover {
color: #1A5A68;
}

.custom-post-list {
border-bottom: 1px dashed #D6D6D6;
margin-bottom: 0.8em;
}

.list-read-more a {
	font-size: 15px;
	font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
transition: all 0.3s ease-in-out;
}

.list-read-more a:hover {
	color: #fff !important;
	background-color: #FF543E;
	padding: 0px 3px 0px 3px;
}

.text-under-intro p {
	color: white;
	font-size: 1.25em;
}

.text-under-intro a {
	color: white !important;
	text-decoration: underline;
}

/* general lists */

.body ul, #left-area ul, .entry-content ul, .comment-content ul, body.et-pb-preview #main-content .container ul {
    line-height: 1.8em !important;
    list-style-type: disc !important;
    padding-bottom: 1.3em !important;
    padding-left: 2em !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
}

.body ol, #left-area ol, .entry-content ol, .comment-content ol, body.et-pb-preview #main-content .container ol {
    line-height: 1.8em !important;
    padding-bottom: 1.3em !important;
    padding-left: 1em !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
}


/* Home - Google calendar list */

.home-google-list ul, .home-international-events ul {
    line-height: 26px;
    list-style-type: none !important;
    padding: 0px !important;
}

.events-read-more {
	font-size: 0.9em;
}

html body div.home-uk-industry-events-list ul.eo-events-shortcode {
	margin-left: 0px;
	padding-left: 0px !important;
	padding-bottom: 0px !important;
}

div.home-uk-industry-events-list ul li {
	display: block;
}

html body div.home-uk-industry-events-list div.event-calendar-post-list p {
	/*padding-bottom: 5px !important;*/
}

/* Home - Event Calendar calendar list */

.event-calendar-post-list {
	border-bottom: 1px dashed #D6D6D6;
		margin-bottom: 0.8em !important;
}

.event-calendar-post-list h4 {
		padding-bottom: 0.4em !important;
}

.event-calendar-post-list h4 a {
 line-height: 1.2em;
 color: #1A5A68;
transition: color 0.3s ease-in-out;
}

.event-calendar-post-list h4 a:hover {
 color: #ff543e;
}

.event-calendar-post-list p {
		margin-bottom: 1em;
}

/* Events pages - lists */

div.events-list-page {
	border-bottom: 1px dashed #D6D6D6;
	padding-bottom: 1em;
}

.events-list-page p {
	padding-bottom: 0px;
}

.events-list-page div:first-of-type {
	padding-top: 6em;
}

.events-list-page h4 {
	color: #1A5A68;
	transition:	color 0.3s ease-in-out;
}

.events-list-page h4:hover {
	color: #FF543E;
}


/* TablePress */

.tablepress-scroll-wrapper {
	margin-top: 2em;
}

/* Footer */

#button-white {
	color: rgba(255, 255, 255, 0.6) !important;
	border-color: rgba(255, 255, 255, 0.25);
}

#button-white:hover {
	color: #fff !important;
}

.footer-widget .et_pb_widget a {
	color: #fff !important;
}

p.footer-logo img {
	float:right;
	width: 20%;
}

@media only screen and (max-width: 970px), only screen and (max-device-width: 970px) {	
	p.footer-logo img {
		width: 40%;
		float: none;
	}

	p.footer-logo {
		text-align: center;
	}
}

@media only screen and (max-width: 400px), only screen and (max-device-width: 400px) {	
	p.footer-logo img {
		width: 60%;
	}
}

p#footer-info {
	margin-top: 6px;
}


/* Buttons */

.smaller-button {
	font-size: 16px;
}

#button-white i {
	padding-right: 0.5em;
}

/*Who's Who page styling*/
div.consil-team-member-block img {
	border-radius: 50%;
}

div.consil-team-member-block {
	text-align: center;
}

div.consil-team-member-block h3 {
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #1A5A68;
}

div.consil-team-member-block h3 a:hover {
	color: #FF543E;
}

body.page-id-3193 article.consil_team_members {
	
}

div.consil-team-member-block {
	float:left;
	width: 30%;
	height: 250px;
	margin: 10px;
	margin-left: 0px;
}

@media only screen and (max-width: 970px), only screen and (max-device-width: 970px) {
	div.clear-small-screen {
		clear:both;
	}
}

@media only screen and (max-width: 1200px), only screen and (max-device-width: 1200px) {
	div.consil-team-member-block {
		height: 270px;
	}
}

@media only screen and (max-width: 500px), only screen and (max-device-width: 500px) {
	div.consil-team-member-block {
		width: 100%;
		height: 220px;	
	}
}

div.consil-team-member-block div {
	font-size: 15px;
	line-height: 1.1em;
}

/*Who's Who profile styling*/
div.consil-team-member-bio {
	width: 75%;
	float:right;
}

@media only screen and (max-width: 1100px), only screen and (max-device-width: 1100px) {
	div.consil-team-member-bio {
		width: 100%;
		float:left;
	}
}

@media only screen and (max-width: 1200px), only screen and (max-device-width: 1200px) {
	
}

@media only screen and (max-width: 500px), only screen and (max-device-width: 500px) {
	
}

/*Sidebar styling*/
div#sidebar {
	font-size: 15px;
	line-height: 1.5em;
}

div#sidebar ul.children li, div#sidebar div.widget_recent_entries ul {
	list-style: disc outside;
}

div#sidebar div.widget_recent_entries ul {
	margin-left: 15px;
}

div#sidebar div.widget_recent_entries a {
	margin-bottom: 0.5em;
}

input.wpas-text {
	width: 100%;
	font-size: 100%;
}

/*Contact Form Styling*/
div.wpcf7 {
	margin-top: 20px;
}

input.wpcf7-text, textarea.wpcf7-textarea {
	width: 100%;
	font-size: 17px;
}

select.wpcf7-select {
	font-size: 17px;
}

input.wpcf7-submit, input.gform_button, input.wpas-submit, li.civi-online-registration a {
	color: #226F81;
	border: 2px solid #226F81;
	background-color: white;
	border-radius: 3px;
	padding: 0.3em 1em;
	font-size: 20px;
	transition: all 0.2s ease 0s;
}

input.wpas-submit {
	font-size: 16px;
	margin-top: 5px;
}

input.wpcf7-submit:hover, input.gform_button:hover, input.wpas-submit:hover, li.civi-online-registration a:hover {
	background-color: #F2F2F2;
	border: 2px solid #F2F2F2;
	transition: all 0.2s ease 0s;
}

li.civi-online-registration a {
	border: 2px solid #FF543E;
	color: #FF543E;
}

li.civi-online-registration a:hover {
	background-color: #FF543E;
	color: white;
	border: 2px solid #FF543E;
}

li.civi-online-registration {
	margin-top: 25px;
	margin-left: -30px;
	display: block;
}

div.eventorganiser-event-meta h4 {
	margin-top: 1em;
}

/*Event Listing Styling*/
p.consil-event-read-more {
	margin-bottom: 30px;
}

article.event h2.entry-title:hover {
	color: #FF543E;
}

body.page-id-2055 ul.eo-events-shortcode li a {
	padding-bottom: 0.4em;
	color: #1A5A68;
	transition: color 0.3s ease-in-out;
	font-weight: 700;
	font-size: 18px;
	display: block;
	line-height: 1.2em;
	font-family: Montserrat;
}

body.page-id-2055 ul.eo-events-shortcode li {
	display: block;
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom: 1px dashed #D6D6D6;
}

html body.page-id-2055 div#content-area div#left-area div.entry-content ul.eo-events-shortcode {
	margin-left: 0px;
	padding-left: 0px !important;
}

body.page-id-2055 ul.eo-events-shortcode li a:hover {
 color: #ff543e;
}

html body .crm-container table.form-layout-compressed {
width: 100%;
}

/*Sidebar - my account menu */
div#sidebar ul#menu-my-account li {
	margin-left: 15px;
	list-style: outside none disc;
}