/* HEADER */
#header-widget .widget_text {
	padding: 20px 0;
}
#header-widget .widget_text .button {
	background: #fff;
	color: #f95d1f;
	border: 2px solid #f95d1f;
	border-radius: 30px;
}
#header-widget .widget_text .button:hover {
	background: #f95d1f;
	color: #fff;
}

/* MENU */
.flexnav li.current-menu-parent > a, .flexnav li.current-page-ancestor > a {
	background: #f95d1f !important;
}

/* PAGES */
.page-title {
	margin-bottom: .75em;
}
.page-title .summary {
	font-size: 55%;
	display: block;
}

/* HOME SLIDER */
.home .flex-control-nav {
	text-align: right;
}
.home .flex-control-nav li {
	float: none;
	font-size: 0;
	display: inline-block;
}

/* STAFF DETAILS */
.email-address + .phone-number {
	margin-top: -24px;
}

/* PATIENT STORIES */
.patient-stories-gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 0 1.5em 0;
}
.patient-stories-gallery .img {
	line-height: 0;
	background: #57bdcc;
}
.patient-stories-gallery .img img {
	transition: .5s ease all;
}
.patient-stories-gallery .img:hover img {
	opacity: 0.6;
}

.patient-stories-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.patient-stories-list > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
	flex-basis: 48%;
}
.patient-stories-list .story {
	flex-basis: 100%;
}
.patient-stories-list .story img {
	margin-bottom: 0;
}
.patient-stories-list .story h4 {
	font-size: 18px;
	margin-bottom: 0;
}

/* CONTACT FORMS */
.wpcf7 label {
	font-weight: bold;
}
.wpcf7 label .req {
	color: red;
}
.wpcf7 label .description {
	font-weight: normal;
	font-size: 90%;
	font-style: italic;
}
.wpcf7 input {
	width: 100%;
	margin: 10px 0 0 0;
	background: #efefef;
	font-family: "Open Sans", sans-serif;
}
.wpcf7 input[type="tel"] {
	color: #3e3e3e;
	font-size: 16px;
	padding: 9px 9px 12px;
	border: 1px solid #ddd;
}
.wpcf7 input[type="file"] {
	color: #3e3e3e;
	font-size: 16px;
	padding: 9px 9px 12px;
}
.wpcf7 input[type="submit"] {
	font-size: 20px;
	width: auto;
	padding: 9px 90px;
}
.wpcf7 select {
	width: 100%;
	margin: 10px 0 0 0;
	background: #efefef;
	border: 1px solid #ddd;
	color: #3e3e3e;
	font-size: 16px;
	padding: 9px 9px 12px;
	font-family: "Open Sans", sans-serif;
}
.wpcf7 textarea {
	width: 100%;
	margin: 10px 0 0 0;
	background: #efefef;
	font-family: "Open Sans", sans-serif;
}
.wpcf7 .wpcf7-not-valid {
	background: #fee;
}

/* YOUTUBE EMBED */
.video-wrapper {
	float: none;
	clear: both;
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* VIDEOS LIST */
.videos-list {}
.videos-list .video {
	display: flex;
	justify-content: space-between;
	margin: 2.5em auto;
	background: #eee;
}
.videos-list .video .embed {
	flex-basis: 45%;
	line-height: 0;
}
.videos-list .video .info {
	flex-basis: 55%;
	padding: 1em 2em 0 2em;
}
.videos-list .video .info h4 {
}
.videos-list .video .info .date {
	margin: 0 0 .5em 0;
	color: #888;
}

/* DOCUMENTARY FILMS */
.documentary {
	display: flex;
	justify-content: space-between;
	padding: 2em;
	background: #222;
	margin: 2.5em auto;
	color: #fff;
}
.documentary .img {
	flex-basis: 48%;
	text-align: center;
}
.documentary .img img {
	width: 100%;
	height: auto;
}
.documentary .img a {
	margin-top: 1.5em;
}
.documentary .info {
	flex-basis: 48%;
}
.documentary .info h3 {
	text-align: center;
}
.documentary .info h4 {
	text-align: center;
}
.documentary .info h5 {
	text-align: center;
}

.documentary.never {
	background: #CCC;
}
.documentary.never h3 {
	text-transform: uppercase;
	color: #333;
	font-size: 40px;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: .7em;
}
.documentary.never p {
	color: #333;
}

.documentary.err-human {
	background: #000;
}
.documentary.err-human h3 {
	text-transform: uppercase;
	color: #f00;
	font-size: 46px;
	line-height: 1.2em;
}
.documentary.err-human h4 {
	font-size: 30px;
	line-height: 1.2em;
}
.documentary.err-human h5 {
	font-size: 20px;
	margin: 2em 2em 0 2em;
	background: #fafafa;
	padding: 3em 1em;
	color: #8B0000;
	border-radius: 10px;
	border: 2px solid #8B0000;
}

.documentary.bleed-out {
	background: #c2d7eb;
	color: #222;
}
.documentary.bleed-out h3 {
	font-size: 30px;
	font-style: italic;
	color: #8b0000;
}
.documentary.bleed-out .quote {
	color: #8b0000;
	font-style: italic;
	text-align: center;
}
.documentary.bleed-out .quote strong {
	display: block;
	text-align: right;
}

.documentary.bleeding-edge {
	background: #8b0000;
}
.documentary.bleeding-edge h3 {
	font-size: 30px;
	font-style: italic;
}

/* TABLES */
table th, table td {
	border: none;
	padding: 0;
}

/* FORWARD THEME SLIDESHOW */
.slide-box .slide-title:empty {
	margin: 0;
}
.slide-box p {
	margin: 0 0 15px 0;
}
.slide-box .button.small {
	padding: 4px 12px;
	font-size: 13px;
	margin: 5px 0;
}

/* MODULA GALLERY */
.modula-gallery {
	margin: 2em auto;
}
.modula-gallery .modula-item {
	background: #57bdcc;
}
.modula-gallery .modula-item-content:hover {
	opacity: .6 !important;
}

/* METASLIDER */
.coin-slider .cs-next, .coin-slider .cs-prev {
	cursor: pointer !important;
}

/* 3D CAROUSEL */
a[href*="wonderplugin.com"], a[href*="html5box.com"] {
	display: none !important;
}

/* WIDGETS */
.widget.attention-block .widget-title span {
	display: block;
	font-family: "Open Sans", sans-serif;
	font-weight: normal;
	font-size: 16px;
	margin: 1em 0 0 0;
}

.widget_nav_menu .menu-social-container ul {
	padding: 0;
	margin: 0;
	text-align: center;
}
.widget_nav_menu .menu-social-container li {
	list-style: none;
	line-height: 32px;
	background: #fff;
	border-radius: 20px;
	padding: 5px 10px;
	margin: 1em auto;
	text-align: center;
	width: auto;
	display: inline-block;
	border: 1px solid #2da0b6;
	box-shadow: 1px 1px 3px #bbb;
}
.widget_nav_menu .menu-social-container a {
	display: block;
	line-height: 32px;
	margin: 0;
}
.widget_nav_menu .menu-social-container a::before {
	display: inline-block;
	padding: 0 10px 0 0;
	font-family: 'ElegantIcons';
	font-size: 32px;
	vertical-align: top;
	color: #2da0b6;
	-webkit-font-smoothing: antialiased;
}
.widget_nav_menu .menu-social-container a[href*="facebook.com"]::before {
	content: '\e093';
}
.widget_nav_menu .menu-social-container a[href*="twitter.com"]::before {
	content: '\e094';
}

.widget_recent_entries ul li {
	margin-bottom: 1em;
}

.textwidget ul li {
	margin-bottom: 1em;
}

.widget_archive {
	padding-bottom: 0;
}
.widget_archive ul {
	margin-bottom: 0em;
}
.widget_archive ul li {
	margin-bottom: 1em;
}

/* WOOCOMMERCE */
.woocommerce-breadcrumb {
	display: none;
}

.product .summary .product_meta {
	display: none;
}

/* BOXED LAYOUT convert to FULL WIDTH */
/*
.boxed-layout #wrap {
	margin: 0 auto !important;
	max-width: 100%;
	width: 100%;
	min-height: 100vh;
	padding: 0 !important;
	box-shadow: none;
}

.boxed-layout #wrap #header {
	max-width: 100%;
}
.boxed-layout #wrap #header .header-top {
	max-width: 1080px;
	margin: 0 auto;
}
.boxed-layout #wrap #header .nav-inner {
	display: flex;
	justify-content: space-between;
	max-width: 1080px;
	margin: 0 auto;
}
.boxed-layout #menu-social-media {
	margin: 0;
}

.boxed-layout #footer {
	margin: 30px 0 0 0 !important;
}

@media (max-width: 1200px) {
	.boxed-layout .flexnav li a, .boxed-layout .flexnav li a:visited {
		padding: 15px 13px;
	}
	.boxed-layout .header-search {
		width: 220px;
		position: relative;
		margin: 0 -8px 0 10px;
	}
	.boxed-layout #menu-social-media {
		position: inherit;
		top: inherit;
		right: inherit;
	}
	.boxed-layout #menu-social-media li a::before {
		font-size: 24px;
	}
}

@media (max-width: 1140px) {
	.boxed-layout #wrap #header .header-top {
		padding: 0 30px;
	}
	.boxed-layout #content {
		padding: 0 30px;
	}
}

@media (max-width: 1080px) {
	.boxed-layout #wrap #header .nav-inner {
		flex-wrap: wrap;
	}
	.boxed-layout .flexnav li a, .boxed-layout .flexnav li a:visited {
		padding: 10px;
	}
	.boxed-layout #menu-social-media {
		margin-right: 10px;
	}
	.boxed-layout #menu-social-media li a::before {
		font-size: 15px;
		padding: 10px 5px;
	}
	.boxed-layout .header-search {
		width: 100%;
		margin: 10px 0;
		padding: 0 10px;
	}
	.boxed-layout .header-search input#s {
		width: calc(100% - 80px);	
	}
}

@media (max-width: 991px) {
	#header-widget .widget_text {
		padding: 0 0 20px 0;
	}
	.boxed-layout #primary-site-navigation {
		max-width: calc(100% - 60px);
	}
	.boxed-layout select.tinynav {
		cursor: pointer;
	}
}
*/

/* RESPONSIVE */
@media (max-width: 768px) {
	.alignright, .alignleft {
		float: none;
		display: block;
		margin: 30px auto;
	}

}