bo/*
	Theme Name: Enterprise Pro Theme
	Theme URI: https://my.studiopress.com/themes/enterprise/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: https://www.studiopress.com/

	Version: 2.0.1

	Tags: black, blue, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

	Template: genesis
	Template Version: 2.1.0

	License: GPL-2.0+
	License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/
/* Table of Contents

	- Imports
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Responsive Slider
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Home Page
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Enterprise Pro Black
		- Enterprise Pro Green
		- Enterprise Pro Orange
		- Enterprise Pro Red
		- Enterprise Pro Teal
	- Media Queries
		- Retina Display
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 767px

*/
/*
Imports
---------------------------------------------------------------------------------------------------- */

@font-face {
    font-family: 'Icon';
    src: url('fonts/Icon.eot');
    src: url('fonts/Icon.eot?#iefix') format('embedded-opentype'), url('fonts/Icon.woff') format('woff'), url('fonts/Icon.ttf') format('truetype'), url('fonts/Icon.svg#Icon') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}
audio,
canvas,
video {
    display: inline-block
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden],
template {
    display: none
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body {
    margin: 0;
      color: #cc0000;
}
a {
    background: transparent;
    color: #bf382b;
}
a:focus {
    outline: thin dotted
}
a:active,
a:hover {
    outline: 0
}
h1 {
    font-size: 2em;
    margin: .67em 0
}
abbr[title] {
    border-bottom: 1px dotted
}
b,
strong {
    font-weight: 700
}
dfn {
    font-style: italic
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}
mark {
    background: #ff0;
    color: #000
}
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em
}
pre {
    white-space: pre-wrap
}
q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}
small {
    font-size: 80%
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -.5em
}
sub {
    bottom: -.25em
}
img {
    border: 0
}
svg:not(:root) {
    overflow: hidden
}
figure {
    margin: 0
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}
legend {
    border: 0;
    padding: 0
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}
button,
input {
    line-height: normal
}
button,
select {
    text-transform: none
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled],
html input[disabled] {
    cursor: default
}
input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}
input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto;
    vertical-align: top
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
    content: " ";
    display: table;
}
.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table;
}
/*
Defaults
---------------------------------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */

body {
    background-color: #e9eaed !important;
    color: #4a4848;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    line-height: 1.625;
    font-size: 16px;
}
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
::-moz-selection {
    background-color: #333;
    color: #fff;
}
::selection {
    background-color: #333;
    color: #fff;
}
a {
    color: #bf382b;
    text-decoration: none;
}
a:hover {
    color: #bf382b;
}
p {
    margin: 0 0 24px;
    padding: 0;
}
strong {
    font-weight: 700;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
/*li {
	list-style-type: none;
}*/

blockquote,
blockquote::before {
    color: #777;
}
blockquote {
    background-color: #f5f5f5;
    border-left: 5px solid #2e99ce;
    margin: 5px 3px 20px 30px;
    padding: 27px 30px 5px 42px;
}
blockquote::before {
   content: "\201C";
    display: block;
    font-size: 58px;
    height: 0;
    left: -29px;
    position: relative;
    top: -33px;
}
cite {
    font-style: normal;
}
/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 10px;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}

/*single page css*/
body.single h1,
body.single h2,
body.single h3,
body.single h4,
body.single h5,
body.single h6 {
    color: #333;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 10px;
}
body.single h1 {
    font-size: 36px;
}
body.single h2 {
    font-size: 30px;
}
body.single h3 {
    font-size: 24px;
}
body.single h4 {
    font-size: 20px;
}
body.single h5 {
    font-size: 18px;
}
body.single h6 {
    font-size: 16px;
}
/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}
img {
    height: auto;
}
.featured-content img,
.gallery img {
    width: auto;
}
/* Forms
--------------------------------------------- */

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #adadad;
    border-radius: 2px;
    color: grey;
    font-size: 16px;
    font-weight: 400;
    /*	padding: 13px 16px;*/
    
    padding: 8px 10px;
    width: 100%;
}
input:focus,
textarea:focus {
    background-color: #f9f9f9;
    border: 1px solid #3399cc;
    outline: none;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
}
input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}
::-moz-placeholder {
    color: #a0a0a0;
    opacity: 1;
    font-weight: 400;
    font-size: 12px;
}
::-webkit-input-placeholder {
    color: #a0a0a0;
    font-weight: 400;
    font-size: 12px;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.home-top .more-link {
    /*	background-color: #3399cc;
	border: none;
	border-top-left-radius: 30px 50px;
	border-bottom-left-radius: 30px 50px;
	border-top-right-radius: 30px 50px;
	border-bottom-right-radius: 30px 50px;
	width: auto;*/
    
    border: 1px solid #adadad;
    border-radius: 90px;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    letter-spacing: 1.8px;
    margin: 0 auto;
    padding: 12px 24px;
    font-weight: 300;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    color: #666666;
    display: inline-block;
    text-align: center;
}
#articleFrm > input#article_submit {
    width: 150px;
}
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.home-top .more-link:hover {
    /*	background-color: #333;
	color: #fff;*/
    
    background: #b43f42 none repeat scroll 0 0;
    border: 1px solid #b43f42;
    color: #fff;
}
.entry-content .button:hover,
.footer-widgets .button {
    color: #fff;
}
.button {
    display: inline-block;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}
.search-results .login-protect-form,
.tax-psychscenehub .login-protect-form {
    margin: 0px;
}
/* Tables
--------------------------------------------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
}
tbody {
    border-bottom: 1px solid #ddd;
}
td,
th {
    text-align: left;
}
td {
    border-top: 1px solid #ddd;
    padding: 6px 0;
}
th {
    font-weight: 700;
    /*	text-transform: uppercase;*/
}
/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* Site Containers
--------------------------------------------- */

.wrap {
    margin: 0 auto;
    max-width: 1110px;
}
.enterprise-pro-landing .wrap {
    max-width: 800px;
}
.site-inner {
    clear: both;
    padding-top: 0px;
}
.home .site-inner {
    padding-top: 0px;
}
/* Column Widths and Positions
--------------------------------------------- */
/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    width: 920px;
}
.content-sidebar-sidebar .content-sidebar-wrap {
    float: left;
}
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    float: right;
}
/* Content */

.content {
    float: left;
    width: 715px;
    margin-top: 38px;
}
.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
    float: left;
}
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
    width: 520px;
}
.full-width-content .content {
    width: 100%;
}
/* Primary Sidebar */

.sidebar-primary {
    float: right;
    width: 350px;
    margin-top: 38px;
}
.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
    float: left;
}
/* Secondary Sidebar */

.sidebar-secondary {
    float: left;
    width: 180px;
}
.content-sidebar-sidebar .sidebar-secondary {
    float: right;
}
/* Column Classes
	Link: https://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin-left: 2.564102564102564%;
}
.one-half,
.three-sixths,
.two-fourths {
    width: 48.717948717948715%;
}
.one-third,
.two-sixths {
    width: 31.623931623931625%;
}
.four-sixths,
.two-thirds {
    width: 65.81196581196582%;
}
.one-fourth {
    width: 23.076923076923077%;
}
.three-fourths {
    width: 74.35897435897436%;
}
.one-sixth {
    width: 14.52991452991453%;
}
.five-sixths {
    width: 82.90598290598291%;
}
.first {
    clear: both;
    margin-left: 0;
}
/*
Common Classes
---------------------------------------------------------------------------------------------------- */
/* Avatar
--------------------------------------------- */

.avatar {
    float: left;
}
.alignleft .avatar,
.author-box .avatar {
    margin-right: 24px;
}
.alignright .avatar {
    margin-left: 24px;
}
.comment .avatar {
    margin: 0 16px 24px 0;
    border-radius: 50%;
}
/* Genesis
--------------------------------------------- */

.breadcrumb {
    margin-bottom: 20px;
}
.archive-description,
.author-box {
    background-color: #fff;
    border: 1px solid #ececec;
    box-shadow: 0 1px #ececec;
    margin-bottom: 40px;
    padding: 40px;
}
.author-box-title {
    color: #333;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    margin-bottom: 4px;
}
.archive-description p:last-child,
.author-box p:last-child {
    margin-bottom: 0;
}
/* Search Form
--------------------------------------------- */

.search-form {
    overflow: auto;
}
.search-form input[type="search"] {
    width: 64%;
    float: left;
    -webkit-appearance: none;
}
.search-form input[type="submit"] {
    border: 0;
    background: #3399cc url("images/search-icon.png") 10px center no-repeat;
    border-radius: 0;
    font-family: "Oswald", sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    margin: 0 0 0 5px;
    padding: 9px 15px 9px 32px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    color: #fff;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    width: auto;
}

.search-form input[type="submit"]:hover {
    border: 0;
    background: #bf382b url("images/search-icon.png") 10px center no-repeat;
    color: #fff;
}

@media only screen and (max-width: 1139px) and (min-width: 1024px){
	.search-form input[type="submit"]{
		
		width: auto;
		margin: 0 0 0 5px;
		padding: 10px 5px 10px 32px;
		font-size: 13px;
	}
}

@media only screen and (max-width: 1023px) {
    .site-header .search-form {
        text-align: left;
        padding-left: 5%;
        padding-right: 5%;
    }
    .search-form input[type="search"] {
        width: 83%;
    }
}
@media only screen and (max-width: 320px) {
    .search-form input[type="search"] {
        width: 55%;
    }
}
/* Titles
--------------------------------------------- */

.archive-title {
    font-size: 20px;
}
.entry-title {
    font-size: 40px;
    margin: 0;
    font-weight: 900;
    color: #373737;
}
.entry-title a,
.sidebar .widget-title a {
    color: #333;
}
.entry-title a:hover {
    color: #3399cc;
}
.widget-title,
.footer-widgets .featured-content .widget-title {
    font-size: 20px;
    margin: 0 0 5px;
    padding: 0 0 20px;
    font-weight: 400;
    color: #77819b;
    letter-spacing: 2px;
    text-align: center;
    position: relative;
    z-index: 0;
}
/*.widget-title::before{
	border-top: 1px solid #77819b;
    content: "";
    height: 5px;
    position: absolute;
    top: 12px;
	left:0;
    width: 100%;
	z-index:-1;
}*/

h4.widget-title::before {
    right: 1.5%;
}
h4.widget-title::before,
h4.widget-title::after {
    border-top: 1px solid #77819b;
    content: "";
    display: table-cell;
    position: relative;
    top: 0.5em;
    width: 40%;
}
h4.widget-title::after {
    left: 1.5%;
}
h4.widget-title {
    display: table;
    white-space: nowrap;
}
.home-bottom .widget-title,
.sidebar .widget-title {}
/* WordPress
--------------------------------------------- */

.alignleft {
    float: left;
    text-align: left;
}
.alignright {
    float: right;
    text-align: right;
}
a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}
a.alignnone {
    display: inline-block;
}
img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 24px;
}
img.alignnone,
.alignnone {
    margin-bottom: 12px;
}
a.alignleft,
img.alignleft,
.wp-caption.alignleft {
    margin: 0 24px 12px 0;
}
a.alignright,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 12px 24px;
}
.wp-caption-text {
    font-weight: 700;
    text-align: center;
}
.entry-content p.wp-caption-text {
    margin-bottom: 0;
}
/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
    word-wrap: break-word;
    margin-bottom: 40px;
}
.widget li {
    border-bottom: 1px dotted #ececec;
    margin-bottom: 10px;
    padding-bottom: 10px;
    list-style: none;
}
.widget ol > li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px;
}
.widget li li {
    border: none;
    margin: 0 0 0 30px;
    padding: 0;
}
.widget ul > li:last-child,
.widget p:last-child {
    margin-bottom: 0;
}
.widget_calendar table {
    width: 100%;
}
.widget_calendar td,
.widget_calendar th {
    text-align: center;
}
.list-custom-taxonomy-widget li.cat-item {
    border-bottom: 1px solid #d4d4d4;
}
.list-custom-taxonomy-widget li.cat-item a {
    color: #565673 !important;
    display: inline !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    letter-spacing: 0.3px;
    line-height: 1.7;
    text-decoration: none;
    text-transform: capitalize;
}
.list-custom-taxonomy-widget li.cat-item a:hover {
    color: #bf382b !important;
}
/* Featured Content
--------------------------------------------- */

.after-entry .widget.featured-content,
.featured-content,
.home-bottom .widget.featured-content,
.sidebar .widget.featured-content {
    border-bottom-width: 0;
    padding: 0;
}
.after-entry .featured-content .widget-title,
.featured-content .widget-title {
    margin: 0;
    padding: 30px 40px;
}
.featured-content .entry {
    background: none;
    border: none;
    border-bottom: 1px solid #ececec;
    box-shadow: none;
    margin: 0;
    padding: 0;
}
.featured-content .entry-header {
    border-bottom: 1px solid #ececec;
    margin: 0;
    padding: 30px 40px;
}
.featured-content .entry-title {
    font-size: 20px;
    margin: 0;
}
.featured-content .entry-content {
    padding: 40px;
}
.featured-content .alignnone {
    background: #f8f8f8;
    border-bottom: 1px solid #ececec;
    margin-bottom: 0;
}
.featured-content img {
    margin-bottom: -7px;
}
.featured-content .more-link {
    display: block;
    font-weight: 700;
    margin-top: 20px;
}
.featured-content .more-from-category,
.featured-content ul {
    border-bottom: 1px solid #ececec;
    margin: 0;
    padding: 40px;
}
.footer-widgets .featured-content .entry {
    background: none;
    border: none;
    margin-bottom: 30px;
}
.footer-widgets .featured-content .entry-header,
.footer-widgets .featured-content .more-from-category,
.footer-widgets .featured-content ul {
    border: none;
    padding: 0 0 10px;
}
.footer-widgets .featured-content .entry-content {
    padding: 0;
}
/*
Plugins
---------------------------------------------------------------------------------------------------- */
/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
    margin-bottom: 16px;
}
.enews-widget input[type="submit"] {
    margin: 0;
    width: 100%;
}
.enews form + p {
    margin-top: 24px;
}
/* Genesis Responsive Slider
--------------------------------------------- */

.home-top .genesis_responsive_slider {
    margin: 0;
}
.site-container #genesis-responsive-slider {
    border-width: 0;
    padding: 0;
}
.site-container #genesis-responsive-slider .flex-control-nav {
    margin-top: -40px;
}
.site-container #genesis-responsive-slider .more-link {
    float: none;
    text-align: center;
}
.site-container #genesis-responsive-slider li {
    border-width: 0;
    margin: 0;
    padding: 0;
    text-indent: 0;
}
/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
    font-size: 16px;
    padding: 16px;
}
div.gform_wrapper .ginput_complex label {
    padding: 0;
}
div.gform_wrapper li,
div.gform_wrapper form li {
    margin: 16px 0 0;
}
/* Jetpack
--------------------------------------------- */

#wpstats {
    display: none;
}
/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    min-height: 150px;
    margin-top: 53px;
    margin-bottom: 3px;
}
.site-header .wrap {
    padding: 33px 0 33px 0;
}
.site-header > .wrap {
    background-color: #fff;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom: 3px solid #494949;
}
.site-header .wrap .wrap {
    padding: 0px;
}
/* Title Area
--------------------------------------------- */

.title-area {
    float: left;
    padding: 0 0 0 53px;
    width: 320px;
}
.header-full-width .title-area {
    width: 100%;
}
.site-title {
    font-family: 'Oswald', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
}
.site-title a,
.site-title a:hover {
    color: #3399cc;
}
.site-description {
    color: #aaa;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1.5;
    text-transform: uppercase;
}
.site-description,
.site-title {
    margin-bottom: 0;
}
.site-title {
    display: none;
}
.header-image .site-description,
.header-image .site-title {
    display: block;
    text-indent: -9999px;
}
/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
    float: right;
    text-align: right;
    width: 720px;
    padding: 20px 18px 0 0;
}
.site-header .widget-area .widget {
    margin-bottom: 0;
}
.site-header .genesis-nav-menu li {
    border: none;
    margin: 0;
    padding: 0;
}
/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
    clear: both;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    line-height: 1.5;
    width: 100%;
    font-weight: 600;
    letter-spacing: 1px;
}
.genesis-nav-menu a {
    color: #4f4f4f;
}
.genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left;
}
.genesis-nav-menu a {
    display: block;
    padding: 12px 17px;
}
.site-header .genesis-nav-menu li.add-article a {
    color: #fff;
    background: #3399cc;
}
.site-header .genesis-nav-menu li.add-article.current-menu-item a {
    color: #fff;
    background: #BF382B;
}
.site-header .genesis-nav-menu li.add-article a:hover {
    color: #fff;
    background: #bf382b;
}
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    color: #bf382b;
}
.nav-secondary .genesis-nav-menu a:hover,
.nav-secondary .genesis-nav-menu .current-menu-item > a,
.nav-secondary .genesis-nav-menu .sub-menu a:hover,
.nav-secondary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    color: #bf382b;
    background: #fff;
}
.genesis-nav-menu .sub-menu {
    border-top: 1px solid #ececec;
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 200px;
    z-index: 99;
}
.genesis-nav-menu .sub-menu a {
    background-color: #f8f8f8;
    border: 1px solid #ececec;
    border-top: none;
    color: #333;
    font-size: 12px;
    padding: 16px 24px;
    position: relative;
    width: 200px;
}
.genesis-nav-menu .sub-menu .sub-menu {
    margin: -52px 0 0 199px;
}
.genesis-nav-menu .menu-item:hover {
    position: static;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
}
.genesis-nav-menu > .first > a {
    padding-left: 0;
}
.genesis-nav-menu > .last > a {
    padding-right: 0;
}
.genesis-nav-menu > .right {
    float: right;
    list-style-type: none;
    padding: 0;
}
.genesis-nav-menu > .date,
.genesis-nav-menu > .right > a {
    display: inline-block;
    padding: 20px 24px;
}
.genesis-nav-menu > .search {
    padding: 8px 0 0;
}
.genesis-nav-menu > .search input {
    font-size: 12px;
    padding: 12px 20px;
}
/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
    margin-left: 0;
}
/* Primary Navigation
--------------------------------------------- */

.nav-primary {} .nav-primary,
.nav-primary a {
    color: #4f4f4f;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
}
.nav-primary .sub-menu {
    border-color: #222;
}
.nav-primary .sub-menu a {
    background-color: #333;
    border-color: #222;
    color: #fff;
}
/* Secondary Navigation
--------------------------------------------- */

.nav-secondary .genesis-nav-menu {
    font-size: 16px;
}
/* Responsive Menu
--------------------------------------------- */

#responsive-menu-icon {
    cursor: pointer;
    display: none;
    /*padding: 15px 0px 15px 0px;*/
    padding: 60px 0px 15px 0px;
    
    text-align: right;
}
#responsive-menu-icon::before {
    background: #2e99ce;
    padding: 15px 20px 15px 20px;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    content: "\e00e";
    font-family: 'Icon';
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    margin: 0 auto;
    speak: none;
    text-transform: none;
}
/*
Content Area
---------------------------------------------------------------------------------------------------- */
/* Home Page
--------------------------------------------- */

.home-top {
    border-top: 1px solid #ececec;
}
.home-top .widget:first-child h4 {
    padding-top: 20px;
}
.home-top .entry {
    background: none;
}
.home-top .featured-content a.alignleft,
.home-top .featured-content a.alignnone,
.home-top .featured-content a.alignright {
    margin-bottom: 0;
}
.home-top a.alignleft,
.home-top a.alignright {
    width: 66%;
}
.home-top .featured-content,
.home-top .featured-content .entry {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.home-top .featured-content .entry-header {
    border: none;
    padding: 10% 40px 0;
}
.home-top .featured-content .entry-title {
    font-size: 30px;
}
.home-top .featured-content .entry-content {
    padding: 0 40px;
}
.home-top .more-link {
    display: table;
    text-align: center;
}
.home-bottom .widget {
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #ececec;
    box-shadow: 0 1px #ececec;
    float: left;
    margin-left: 2.564102564102564%;
    padding: 40px;
    width: 31.623931623931625%;
}
.home-bottom .widget:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
}
/* Entries
--------------------------------------------- */

.entry {
    background-color: #fff;
    padding: 40px;
    margin-bottom: 40px;
    min-height: 400px;
}
.no-bg .entry {
    background-color: #e9eaed;
    padding: 0;
}
.no-bg .content {
    margin-top: 38px;
    width: 729px;
}
.entry-header {
    padding: 0px 0 30px 0px;
}
.entry-content ol,
.entry-content p,
.entry-content ul {
    margin-bottom: 0px;
    /*	text-align: justify;*/
}
.entry-content ol,
.entry-content ul {
    margin-left: 40px;
}
.entry-content ol > li {
    list-style-type: decimal;
}
.entry-content ul > li {
    list-style-type: disc;
}
.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0;
}
.entry-content code {
    background-color: #333;
    color: #ddd;
}
/* Entry Meta
--------------------------------------------- */

p.entry-meta {
    color: #aaa;
    font-size: 14px;
    margin-bottom: 0;
}
.entry-meta a {
    font-weight: 700;
}
.entry-header .entry-meta {
    margin: 10px 0 0;
}
.entry-footer {
    margin-top: 22px;
}
.entry-footer .entry-meta {
    border-top: 1px solid #ececec;
    margin: 0 -40px;
    padding: 40px 40px 0;
}
.entry-tags {
    float: right;
}
.entry-comments-link::before {
    content: "\2014";
    margin: 0 6px 0 2px;
}
/* After Entry
--------------------------------------------- */

.after-entry {
    background-color: #fff;
    border: 1px solid #ececec;
    box-shadow: 0 1px #ececec;
    margin-bottom: 40px;
}
.after-entry .widget {
    margin: 0;
    padding: 40px;
}
.after-entry .widget-title {
    border-top: 1px solid #ececec;
    margin: -40px -40px 30px;
    padding: 30px 40px;
}
.after-entry .widget:first-child .widget-title {
    border-top: 0;
}
.after-entry .featured-content .entry:last-of-type,
.after-entry .featured-content .more-from-category {
    border-bottom: none;
}
.after-entry .featured-content .more-from-category {
    padding: 20px 40px;
}
.after-entry li {
    list-style-type: none;
}
/* Pagination
--------------------------------------------- */

.pagination {
    margin: 40px 0;
}
.adjacent-entry-pagination {
    margin-bottom: 0;
}
.archive-pagination li {
    display: inline;
}
.archive-pagination li a {
    background-color: #fff;
    border: 1px solid #ececec;
    box-shadow: 0 1px #ececec;
    color: #333;
    cursor: pointer;
    display: inline-block;
    padding: 8px 12px;
}
.archive-pagination li a:hover,
.archive-pagination .active a {
    background-color: #3399cc;
    color: #fff;
}
.entry-pagination.pagination {
    margin: 0 0 10px;
}
/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
    background-color: #fff;
    border: 1px solid #ececec;
    box-shadow: 0 1px #ececec;
    margin-bottom: 40px;
}
.comment-respond {
    padding: 40px 40px 16px;
}
.comment-respond h3 {
    border-bottom: 1px solid #ececec;
    margin: -40px -40px 40px;
    padding: 30px 40px;
}
.entry-comments {
    border-bottom-width: 0;
}
.entry-comments h3,
.entry-pings h3 {
    border-bottom: 1px solid #ececec;
    margin: 0;
    padding: 30px 40px;
}
.comment-list li.depth-1 {
    border-bottom: 1px solid #ececec;
    padding-bottom: 40px;
}
.comment-content {
    clear: both;
}
.comment-list li {
    padding: 40px 40px 0;
}
.comment-list li li {
    padding-right: 0;
}
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 50%;
}
.comment-respond label {
    display: block;
    margin-right: 12px;
}
.entry-comments .comment-author,
.entry-comments .comment-author a {
    color: #333;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    margin-bottom: 0;
}
.comment-meta,
.comment-meta a {
    color: #aaa;
    font-size: 14px;
}
.entry-comments .comment-author a:hover,
.comment-meta a:hover {
    color: #3399cc;
}
.ping-list li {
    padding: 40px 40px 16px;
}
.entry-pings .reply {
    display: none;
}
.comment-reply-link {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
}
.form-allowed-tags {
    background-color: #f5f5f5;
    padding: 24px;
}
/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar .widget {
    background-color: #fff;
    padding: 30px 25px 20px;
}
/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
    background-color: #131313;
    clear: both;
    padding-top: 40px;
    color: #c1c1c1;
}
.footer-widgets input {
    border: 1px solid #333;
}
.footer-widgets li {
    border-bottom: 1px dotted #ececec;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
    width: 287px;
    overflow: hidden;
    font-size: 14px;
}
.footer-widgets-1 {
    margin-right: 122px;
}
.footer-widgets-1,
.footer-widgets-2 {
    float: left;
}
.footer-widgets-3 {
    float: right;
}
/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
    background-color: #20211c;
    color: #cdcdcc;
    font-size: 14px;
    padding: 20px 0;
    text-align: center;
}
.site-footer a {
    color: #cdcdcc;
}
.site-footer a:hover {
    color: #bf382b;
}
.site-footer p {
    margin-bottom: 0;
}
.site-footer .widget {
    margin-bottom: 0px;
}
/*
Theme Colors
---------------------------------------------------------------------------------------------------- */
/* Enterprise Pro Black
--------------------------------------------- */

.enterprise-pro-black .comment-meta a,
.enterprise-pro-black .genesis-nav-menu .current-menu-item > a,
.enterprise-pro-black .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.enterprise-pro-black .genesis-nav-menu .sub-menu a:hover,
.enterprise-pro-black .genesis-nav-menu a:hover,
.enterprise-pro-black .site-footer a,
.enterprise-pro-black a:hover {
    color: #aaa;
}
.enterprise-pro-black .comment-meta a:hover,
.enterprise-pro-black .entry-comments .comment-author a,
.enterprise-pro-black .entry-title a,
.enterprise-pro-black .genesis-nav-menu a,
.enterprise-pro-black .sidebar .widget-title a,
.enterprise-pro-black .site-footer a:hover,
.enterprise-pro-black .site-title a,
.enterprise-pro-black .site-title a:hover,
.enterprise-pro-black a {
    color: #333;
}
.enterprise-pro-black .nav-primary a {
    color: #fff;
}
.enterprise-pro-black .archive-pagination .active a,
.enterprise-pro-black .archive-pagination li a:hover,
.enterprise-pro-black .button,
.enterprise-pro-black .home-top .more-link,
.enterprise-pro-black button,
.enterprise-pro-black input[type="button"],
.enterprise-pro-black input[type="reset"],
.enterprise-pro-black input[type="submit"] {
    background-color: #333;
    color: #fff;
}
.enterprise-pro-black .button:hover,
.enterprise-pro-black .home-top .more-link:hover,
.enterprise-pro-black button:hover,
.enterprise-pro-black input:hover[type="button"],
.enterprise-pro-black input:hover[type="reset"],
.enterprise-pro-black input:hover[type="submit"] {
    background-color: #aaa;
    color: #fff;
}
/* Enterprise Pro Green
--------------------------------------------- */

.enterprise-pro-green .comment-meta a:hover,
.enterprise-pro-green .entry-comments .comment-author a:hover,
.enterprise-pro-green .entry-title a:hover,
.enterprise-pro-green .genesis-nav-menu .current-menu-item > a,
.enterprise-pro-green .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.enterprise-pro-green .genesis-nav-menu .sub-menu a:hover,
.enterprise-pro-green .genesis-nav-menu a:hover,
.enterprise-pro-green .site-footer a:hover,
.enterprise-pro-green .site-title a,
.enterprise-pro-green .site-title a:hover,
.enterprise-pro-green a {
    color: #2bc876;
}
.enterprise-pro-green .comment-meta a,
.enterprise-pro-green .site-footer a {
    color: #aaa;
}
.enterprise-pro-green .entry-comments .comment-author a,
.enterprise-pro-green .entry-title a,
.enterprise-pro-green .genesis-nav-menu a,
.enterprise-pro-green .sidebar .widget-title a,
.enterprise-pro-green a:hover {
    color: #333;
}
.enterprise-pro-green .nav-primary a {
    color: #fff;
}
.enterprise-pro-green .archive-pagination .active a,
.enterprise-pro-green .archive-pagination li a:hover,
.enterprise-pro-green .button,
.enterprise-pro-green .home-top .more-link,
.enterprise-pro-green button,
.enterprise-pro-green input[type="button"],
.enterprise-pro-green input[type="reset"],
.enterprise-pro-green input[type="submit"] {
    background-color: #2bc876;
    color: #fff;
}
.enterprise-pro-green .button:hover,
.enterprise-pro-green .home-top .more-link:hover,
.enterprise-pro-green button:hover,
.enterprise-pro-green input:hover[type="button"],
.enterprise-pro-green input:hover[type="reset"],
.enterprise-pro-green input:hover[type="submit"] {
    background-color: #333;
    color: #fff;
}
/* Enterprise Pro Orange
--------------------------------------------- */

.enterprise-pro-orange .comment-meta a:hover,
.enterprise-pro-orange .entry-comments .comment-author a:hover,
.enterprise-pro-orange .entry-title a:hover,
.enterprise-pro-orange .genesis-nav-menu .current-menu-item > a,
.enterprise-pro-orange .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.enterprise-pro-orange .genesis-nav-menu .sub-menu a:hover,
.enterprise-pro-orange .genesis-nav-menu a:hover,
.enterprise-pro-orange .site-footer a:hover,
.enterprise-pro-orange .site-title a,
.enterprise-pro-orange .site-title a:hover,
.enterprise-pro-orange a {
    color: #ff6f00;
}
.enterprise-pro-orange .comment-meta a,
.enterprise-pro-orange .site-footer a {
    color: #aaa;
}
.enterprise-pro-orange .entry-comments .comment-author a,
.enterprise-pro-orange .entry-title a,
.enterprise-pro-orange .genesis-nav-menu a,
.enterprise-pro-orange .sidebar .widget-title a,
.enterprise-pro-orange a:hover {
    color: #333;
}
.enterprise-pro-orange .nav-primary a {
    color: #fff;
}
.enterprise-pro-orange .archive-pagination .active a,
.enterprise-pro-orange .archive-pagination li a:hover,
.enterprise-pro-orange .button,
.enterprise-pro-orange .home-top .more-link,
.enterprise-pro-orange button,
.enterprise-pro-orange input[type="button"],
.enterprise-pro-orange input[type="reset"],
.enterprise-pro-orange input[type="submit"] {
    background-color: #ff6f00;
    color: #fff;
}
.enterprise-pro-orange .button:hover,
.enterprise-pro-orange .home-top .more-link:hover,
.enterprise-pro-orange button:hover,
.enterprise-pro-orange input:hover[type="button"],
.enterprise-pro-orange input:hover[type="reset"],
.enterprise-pro-orange input:hover[type="submit"] {
    background-color: #333;
    color: #fff;
}
/* Enterprise Pro Red
--------------------------------------------- */

.enterprise-pro-red .comment-meta a:hover,
.enterprise-pro-red .entry-comments .comment-author a:hover,
.enterprise-pro-red .entry-title a:hover,
.enterprise-pro-red .genesis-nav-menu .current-menu-item > a,
.enterprise-pro-red .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.enterprise-pro-red .genesis-nav-menu .sub-menu a:hover,
.enterprise-pro-red .genesis-nav-menu a:hover,
.enterprise-pro-red .site-footer a:hover,
.enterprise-pro-red .site-title a,
.enterprise-pro-red .site-title a:hover,
.enterprise-pro-red a {
    color: #ff473a;
}
.enterprise-pro-red .comment-meta a,
.enterprise-pro-red .site-footer a {
    color: #aaa;
}
.enterprise-pro-red .entry-comments .comment-author a,
.enterprise-pro-red .entry-title a,
.enterprise-pro-red .genesis-nav-menu a,
.enterprise-pro-red .sidebar .widget-title a,
.enterprise-pro-red a:hover {
    color: #333;
}
.enterprise-pro-red .nav-primary a {
    color: #fff;
}
.enterprise-pro-red .archive-pagination .active a,
.enterprise-pro-red .archive-pagination li a:hover,
.enterprise-pro-red .button,
.enterprise-pro-red .home-top .more-link,
.enterprise-pro-red button,
.enterprise-pro-red input[type="button"],
.enterprise-pro-red input[type="reset"],
.enterprise-pro-red input[type="submit"] {
    background-color: #ff473a;
    color: #fff;
}
.enterprise-pro-red .button:hover,
.enterprise-pro-red .home-top .more-link:hover,
.enterprise-pro-red button:hover,
.enterprise-pro-red input:hover[type="button"],
.enterprise-pro-red input:hover[type="reset"],
.enterprise-pro-red input:hover[type="submit"] {
    background-color: #333;
    color: #fff;
}
/* Enterprise Pro Teal
--------------------------------------------- */

.enterprise-pro-teal .comment-meta a:hover,
.enterprise-pro-teal .entry-comments .comment-author a:hover,
.enterprise-pro-teal .entry-title a:hover,
.enterprise-pro-teal .genesis-nav-menu .current-menu-item > a,
.enterprise-pro-teal .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.enterprise-pro-teal .genesis-nav-menu .sub-menu a:hover,
.enterprise-pro-teal .genesis-nav-menu a:hover,
.enterprise-pro-teal .site-footer a:hover,
.enterprise-pro-teal .site-title a,
.enterprise-pro-teal .site-title a:hover,
.enterprise-pro-teal a {
    color: #34bfba;
}
.enterprise-pro-teal .comment-meta a,
.enterprise-pro-teal .site-footer a {
    color: #aaa;
}
.enterprise-pro-teal .entry-comments .comment-author a,
.enterprise-pro-teal .entry-title a,
.enterprise-pro-teal .genesis-nav-menu a,
.enterprise-pro-teal .sidebar .widget-title a,
.enterprise-pro-teal a:hover {
    color: #333;
}
.enterprise-pro-teal .nav-primary a {
    color: #fff;
}
.enterprise-pro-teal .archive-pagination .active a,
.enterprise-pro-teal .archive-pagination li a:hover,
.enterprise-pro-teal .button,
.enterprise-pro-teal .home-top .more-link,
.enterprise-pro-teal button,
.enterprise-pro-teal input[type="button"],
.enterprise-pro-teal input[type="reset"],
.enterprise-pro-teal input[type="submit"] {
    background-color: #34bfba;
    color: #fff;
}
.enterprise-pro-teal .button:hover,
.enterprise-pro-teal .home-top .more-link:hover,
.enterprise-pro-teal button:hover,
.enterprise-pro-teal input:hover[type="button"],
.enterprise-pro-teal input:hover[type="reset"],
.enterprise-pro-teal input:hover[type="submit"] {
    background-color: #333;
    color: #fff;
}
.add-article span span {
    /*font-size:30px;
	font-weight:normal;*/
}
.nav-secondary {
    margin-top: 25px;
}
.subscribe-box {
    overflow: hidden;
}
.subscribe-box .widget-title {
    font-size: 29px;
    font-weight: bold;
    margin-bottom: 10px;
}
.subscribe-box .ninja-forms-form .field-wrap {
    float: left;
    width: 47.5%;
}
.subscribe-box .ninja-forms-cont {
    background: #fff;
    padding: 30px 20px 20px 20px;
}
.subscribe-box #ninja_forms_field_8_div_wrap {
    margin-left: 5%;
}
.subscribe-box #ninja_forms_field_7_div_wrap {
    width: auto;
    margin-right: 20px;
}
.subscribe-box .ninja-forms-required-items,
.subscribe-box .field-wrap label {
    display: none;
}
.ninja-forms-error-msg {
    padding-bottom: 15px;
}
.ninja-forms-error-msg p {
    color: #f00;
    margin-bottom: 0px;
}
.sidebar-about {
    text-align: center;
}
.view-our-channel {
    border: 1px solid #adadad;
    border-radius: 90px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    letter-spacing: 0.5px;
    margin: 20px auto 10px;
    padding: 10px 15px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    color: #666666;
    text-align: center;
    display: inline-block;
}
.view-our-channel:hover {
    /*	background: #3399cc;
	border: 1px solid #3399cc;
	color: #fff;*/
    
    background: #b43f42 none repeat scroll 0 0;
    border: 1px solid #b43f42;
    color: #fff;
}
.menu-footer-menu-container {} .widget .menu-footer-menu-container li {
    border: 0px;
    margin: 0px;
    padding: 0px 5px 0px 5px;
    display: inline-block;
    border-right: 1px solid #aaa;
    line-height: 15px;
}
.widget .menu-footer-menu-container li:last-child {
    border-right: 0px;
}
.footer-logo {
    text-align: right;
}
.footer-logo table {
    float: right;
    width: auto;
    border: 0px;
    margin: 0px;
}
.footer-logo tbody {
    border: 0px;
    line-height: 20px;
}
.footer-logo table td {
    text-align: right;
    padding: 0px 0px 0px 10px;
    border: 0px;
}
.footer-widgets-3 .fa {
    font-size: 27px;
}
.footer-widgets-3 .phone {
    font-size: 27px;
    margin-bottom: 10px;
}
.footer-widgets .alignleft {
    margin: 0 10px 7px 0;
}
.inner-banner {
    position: relative;
    margin-bottom: 0px;
}
.inner-banner .page-title {
    position: absolute;
    bottom: 20px;
    left: 30px;
}



.inner-banner .page-title.no-img-title {
    position: relative;
    bottom: -20px;
}

.tax-psychscenehub .inner-banner .page-title.no-img-title h1 
{
	color: #333;
	text-shadow: none;
}

.tax-psychscenehub .entry-title a
{
	font-size: 28px;
}

.inner-banner .page-title h1 {
    text-shadow: 1px 1px 1px #414141;
    -webkit-text-shadow: 1px 1px 1px #414141;
    color: #fff;
}
.patientcase li {
    background: #fff;
    width: 46%;
    float: left;
    margin-left: 2%;
    margin-right: 2%;
    min-height: 530px;
    margin-bottom: 28px;
    list-style: none;
}
.patientcase-wrap {
    margin-left: -2%;
    margin-right: -2%;
}
.patientcase li h4 {
    font-size: 22px;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    line-height: 1.6;
}
.patientcase li h4 a {
    color: #2a2a2a;
}
.patientcase li h4 a:hover {
    color: #3399cc;
}
.patientcase li:nth-child(2n+3) {
    clear: both;
}
/*.patientcase li .patientcase-image img{
	width:100%;
}*/

.patientcase .patientcase-detail {
    padding: 0px 25px 25px 25px;
}
.patientcase .patientcase-detail .patientcase-auth {
    font-size: 10px;
    color: #6c7698;
    border-bottom: 1px dotted #8c8c8c;
    letter-spacing: 1.3px;
    padding: 8px 0;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}
.patientcase .patientcase-detail p {
    font-size: 14px;
    line-height: 20px;
}
.patientcase .patientcase-detail .view-our-channel {
    display: table;
    margin: 0 auto 0 auto;
}
/*
LATEST POST
------------ */

.sidebar-primary .rpwwt-widget li {
    border-bottom: 1px solid #d4d4d4;
}
.sidebar-primary .rpwwt-widget li:last-child {
    border-bottom: 0;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.sidebar-primary .rpwwt-widget .rpwwt-post-title {
    color: #565673;
    font-size: 17px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}
.sidebar-primary .rpwwt-widget .rpwwt-post-date,
.sidebar-primary .rpwwt-widget .rpwwt-post-comments-number {
    font-size: 10px;
    color: #bcbcc2;
    display: inline-block;
    float: left;
    padding-right: 15px;
}
/***** new add css *****/
/*h3#comments {
	margin-top: 25px;
}*/

h3#comments {
    clear: both;
    display: block;
    margin-top: 20px;
    width: auto;
}
.single-patientcase .site-container .site-inner .main .content-sidebar-wrap .content .status-publish .page-title h3 {
    color: #373737;
    font-size: 30px;
    margin: 0 0 19px;
}
.single-patientcase .site-container .site-inner .main .content-sidebar-wrap .content .status-publish .page-title h2 {
    font-size: 24px;
    font-weight: normal;
}
ol.commentlist li.comment.byuser {
    border-bottom: 1px solid #2E99CE;
    margin: 15px 0;
    padding: 15px 0;
}
ol.commentlist li.comment.byuser ul.children {
    margin: 15px 0 0 50px;
}
ol.commentlist li.comment.byuser ul.children li.comment.byuser {
    border-bottom: none;
    border-top: 1px solid #2E99CE;
    margin: 15px 0 0 0;
}
ol.commentlist li.comment.byuser .comment-body .comment-content p {
    margin: 0px;
}
.links-list h5 {
    margin-top: 20px;
}
.site-inner .main .content .links-list ul {
    margin-left: 30px;
    margin-bottom: 15px;
}
.site-inner .main .content .links-list ol {
    margin-left: 30px;
    margin-bottom: 15px;
}
.site-inner .main .content ul {
    margin-left: 30px;
    margin-bottom: 15px;
}
.site-inner .main .content ol {
    margin-left: 30px;
    margin-bottom: 15px;
}
/******************/

.ac-pane {
    margin-bottom: 2px;
    background-color: #fff;
}
.ac-pane:last-child {
    margin-bottom: 0;
}
.ac-title {
    background-color: #2e99ce;
    border-bottom: 1px solid #fff;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 7px 15px;
    text-transform: capitalize;
}
.ac-pane.active a.ac-title span {
    color: #000;
}
.ac-pane.active a.ac-title i.fa {
    color: #000;
}
.ac-title i {
    float: right;
    font-size: 20px;
}
.ac-title i:before {
    content: "\f107";
}
.active .ac-title i:before {
    content: "\f106";
}
.ac-content {
    border: 1px solid #2E99CE;
    display: none;
    margin-bottom: 7px;
    margin-top: -1px;
    padding: 15px;
}
/***** new add css end*****/
/*** psych-pedia page***/

.content #psychpediaList .one-third:first-child {
    clear: both;
    margin-left: 0;
}
.letter-section .letter-cell {
    font-family: Oswald;
    font-size: 21px;
    line-height: 25px;
    margin: 0px;
}
.letter-section {
    margin: 0 0 35px 0px;
}
.letter-section .letter-inner {
    background: #fff;
    margin: 10px 0px;
    padding: 10px;
}
.letter-section .letter-inner .title-cell {
    border-bottom: 1px solid #E9EAED;
    line-height: 20px;
}
.letter-section .letter-inner .title-cell:last-child {
    border-bottom: none;
}
.letter-section .letter-inner .title-cell:hover {
    background: #3399CC;
    color: #fff;
}
.letter-section .letter-inner .title-cell a {
    color: #4a4848;
    font-size: 15px;
    display: list-item;
    padding: 5px;
    line-height: 21px;
    list-style: none;
}
.letter-section .letter-inner .title-cell a:hover {
    color: #fff;
}
/**navigation **/

.content .five-sixths.navigation span.current {
    background: #3399CC;
    color: #fff;
    padding: 5px 10px;
}
.content .five-sixths.navigation {
    margin: 25px 0 0 14px;
}
.content .five-sixths.navigation a {
    background: #fff;
    color: #3399CC;
    padding: 5px 10px;
}
.content .five-sixths.navigation a:hover {
    background: #3399CC;
    color: #fff;
}
/**navigation end**/
/*** psych-pedia page end***/

.content-sidebar-wrap .content .page.type-page.status-publish.entry h3 {
    margin: 30px 0 10px 0;
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
}
ol.commentlist {
    display: inline-block;
}
ol.commentlist li {
    list-style: none;
}
/***/

.rpwe-block h3 {
    color: #545452;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
    line-height: 1.7;
    margin: 0;
    font-style: normal !important;
}
.patientcase-image,
.patientcase-box img {
    max-width: 100%;
    width: 100%;
}
.field-wrap.checkbox-wrap.label-right {
    width: 100%;
}
h4.widgettitle.widget-title {
    text-transform: uppercase;
    color: #77819b;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0 0 5px;
    padding: 0 0 20px;
    position: relative;
    text-align: center;
    z-index: 0;
	font-style: normal;
}
.clear {
    clear: both;
}
.forgot-password a {
    font-size: 15px;
}
.tml .tml-rememberme-wrap label {
    font-size: 15px;
}
.remember-forgot {
    display: inline-block;
    float: right;
    width: 48%;
}
/****** video List ******/

.patientcase li.video-list {
    min-height: 420px;
    list-style: none;
}
.patientcase li.video-list .patientcase-box .patientcase-image {
    height: 230px;
    overflow: hidden;
}
.video-list-singel {
    padding: 0px;
}
.video-list-singel iframe {
    width: 100%;
    height: 480px;
}
.video-detail-text {
    padding: 30px 40px 40px 40px;
}
.video-detail-text .page-title {
    text-align: center;
    padding: 0 0 20px 0;
}
.video-detail-comments {
    background: #ffffff;
    padding: 40px;
    margin-bottom: 25px;
}
.video-list .patientcase-box {
    position: relative;
}
.video-list .patientcase-box .patientcase-play-icon {
    width: 100%;
    height: 230px;
    position: absolute;
    top: 0;
    background-color: rgba(45, 45, 45, 0.5);
    text-align: center;
    padding: 81px 0 0 0;
}
.video-list .patientcase-box .patientcase-play-icon:hover {
    background-color: rgba(45, 45, 45, 0.1);
}
.video-list .patientcase-box .patientcase-play-icon img {
    width: auto;
}
.patientcase li.video-list:nth-child(2n+3) {
    clear: both;
    list-style: none;
}
article.status-publish.entry ul,
article.status-publish.entry ol {
    margin-left: 15px;
}
.entry-content .tml.tml-login {
    max-width: 100%;
}
.field-wrap.text-wrap.label-inside {
    margin-right: 15px;
}
#theme-my-login {
    max-width: 100%;
}
#theme-my-login .error {
    margin-top: 15px;
}
#theme-my-login form#lostpasswordform {
    width: 100%;
}
#theme-my-login form#lostpasswordform .tml-user-login-wrap {
    display: inline-block;
    margin-right: 20px;
    width: 48%;
}
#theme-my-login form#lostpasswordform .tml-submit-wrap {
    display: inline-block;
    width: 40%;
}
#theme-my-login ul.tml-action-links {
    margin: 0;
}
.sidebar-about #text-18 .widget-wrap {
    clear: both;
    min-height: inherit;
    text-align: center;
    padding: 0 0 5px 0;
}
/***login-protect-form ***/

.login-protect-form {
    margin: 25px 30px;
}
.login-protect-form .pass_protect_form label {
    width: auto;
    font-weight: bold;
    margin: 1% 1% 1% 0;
}
.login-protect-form .pass_protect_form input {
    width: 48%;
    margin: 1%;
}
.login-protect-form .pass_protect_form input[type=submit] {
    width: 30%;
}
/***login-protect-form end***/
/***** new add 25/05/2016 *****/

.auth-detail-page {
    padding: 25px 30px;
}
.patientcase li .patientcase-box .patientcase-image .author-list-page {
    padding: 0 20px;
    text-align: center;
}
.patientcase li .patientcase-box .patientcase-image .author-list-page .page-title {
    text-align: left;
}
.patientcase li .patientcase-box .patientcase-image .author-list-page a.view-our-channel {
    margin: 0 0 31px 0;
}
.patientcase li .patientcase-box .patientcase-image .author-list-page .page-title a h3 {
    margin: 15px 0 10px !important;
}
.patientcase li .patientcase-box .patientcase-image .author-list-page p {
    text-align: left;
}
.video-list-singel .auth-detail-page .author-image-detail {
    float: left;
    margin-right: 20px;
}
/*.video-list-singel .auth-detail-page .author-desc-det a{
  border: 1px solid #adadad;
  border-radius: 90px;
  color: #666666;
  display: inline-block;
  font-family: "Open Sans",sans-serif;
  font-size: 12px;
  letter-spacing: 0.5px;
  margin: 20px auto 10px;
  padding: 10px 15px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.video-list-singel .auth-detail-page .author-desc-det a:hover {
  background: #b43f42 none repeat scroll 0 0;
  border: 1px solid #b43f42;
  color: #ffffff;
}
*/

.singlepage-date {
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #a1a1a1;
    font-style: italic;
}
.singlepage-date span {
    color: #2b2b2b;
}
/***** new add 25/05/2016 end*****/
/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {} @media only screen and (max-width: 1139px) {
    .wrap {
        max-width: 960px;
    }
    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
        width: 740px;
    }
    .content {
        width: 620px;
    }
    .site-header .widget-area {
        width: 600px;
    }
    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content,
    .content-sidebar-sidebar .content {
        width: 400px;
    }
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .sidebar-primary {
        width: 300px;
    }
    .footer-widgets-1 {
        margin-right: 30px;
    }
}
@media only screen and (max-width: 1023px) {
    .wrap {
        max-width: 768px;
    }
    .home-top .wrap {
        max-width: 750px;
    }
    .content,
    .content-sidebar-sidebar .content,
    .content-sidebar-sidebar .content-sidebar-wrap,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .sidebar-content-sidebar .content,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-primary,
    .sidebar-secondary,
    .sidebar-sidebar-content .content,
    .sidebar-sidebar-content .content-sidebar-wrap,
    .site-header .widget-area,
    .title-area,
    .no-bg .content {
        width: 100%;
    }
    .site-header .wrap {
        padding: 20px 20px;
    }
    .genesis-nav-menu li,
    .site-header ul.genesis-nav-menu,
    .site-header .search-form {
        float: none;
    }
    .site-description,
    .site-header .search-form,
    .site-header .title-area,
    .site-title {
        text-align: center;
    }
    /*.genesis-nav-menu a, .genesis-nav-menu > .first > a, .genesis-nav-menu > .last > a {
	padding: 20px 16px;
}*/
    
    .site-header .search-form {
        margin: 16px auto;
    }
    .genesis-nav-menu li.right {
        display: none;
    }
    .footer-widgets-1 {
        margin-right: 0;
    }
    .featured-content .alignnone {
        display: block;
        text-align: center;
    }
    .home-top a.alignleft,
    .home-top a.alignright {
        width: 100%;
    }
    .home-top .featured-content .entry-header {
        clear: both;
        padding: 40px 40px 0;
    }
    .home-top .featured-content .entry-content {
        padding: 0 40px 40px;
    }
    h4.widget-title::before,
    h4.widget-title::after {
        width: 47%;
    }
    .title-area {
        float: left;
        text-align: left;
        width: auto;
        padding: 0px;
    }
    .site-header .widget-area {
        float: right;
        width: auto;
        padding: 0;
    }
    .advertise-sidebar {
        text-align: center;
    }
    .footer-widgets-3 {
        text-align: center;
    }
    .patientcase-image img {
        width: 100%;
    }
    .patientcase-box img {
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .login-protect-form .pass_protect_form input {
        width: 40%;
    }
    .wrap {
        padding-left: 5%;
        padding-right: 5%;
    }
    .archive-pagination li a {
        margin-bottom: 4px;
    }
    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        margin: 0;
        width: 100%;
    }
    .home-top .more-link {
        display: block;
    }
    .home-bottom .widget {
        margin: 0 0 40px;
        width: 100%;
    }
    .responsive-menu {
        display: none;
    }
    #responsive-menu-icon {
        display: block;
    }
    .site-header {
        margin-top: 20px;
    }
    .title-area {
        float: left;
        text-align: left;
        width: auto;
        padding: 0px;
    }
    .site-header .widget-area {
        float: right;
        width: auto;
        padding: 0;
    }
    /** responsive menu **/
    
    .nav-secondary .genesis-nav-menu {
        padding-left: 0px;
        position: absolute;
        z-index: 999;
        background: #dfdfdf;
        left: 0px;
        margin: 0 5% 0;
        width: 90%;
    }
    .site-header .nav-secondary .genesis-nav-menu li {
        padding: 0;
        list-style: none;
    }
    .nav-primary .genesis-nav-menu .menu-item {
        background: none;
    }
    .nav-secondary .genesis-nav-menu a:hover,
    .nav-secondary .genesis-nav-menu .current-menu-item > a,
    .nav-secondary .genesis-nav-menu .sub-menu a:hover,
    .nav-secondary .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
    .nav-secondary .genesis-nav-menu .menu-item:hover > a,
    .nav-secondary .genesis-nav-menu .current-menu-parent > a {
        border-bottom: 0px;
        color: #bf382b;
        background: #dfdfdf;
    }
    .nav-secondary .genesis-nav-menu .menu-item {
        display: block;
    }
    .nav-secondary .genesis-nav-menu a:hover,
    .nav-secondary .genesis-nav-menu .current-menu-item > a {
        color: #bf382b;
        background: #2e99ce;
    }
    .nav-secondary .genesis-nav-menu a:hover {
        background: #dfdfdf;
        color: #bf382b;
    }
    .nav-secondary .genesis-nav-menu .sub-menu {
        opacity: 0;
        -webkit-transition: opacity 0.6s ease-in-out;
        -moz-transition: opacity 0.6s ease-in-out;
        -ms-transition: opacity 0.6s ease-in-out;
        -o-transition: opacity 0.6s ease-in-out;
        transition: opacity 0.6s ease-in-out;
        min-width: 0;
        width: 97%;
        border: 0px;
        margin-left: 15px;
    }
    .nav-secondary .genesis-nav-menu .sub-menu a {
        padding: 7px 20px 7px 20px;
    }
    .nav-secondary .genesis-nav-menu .menu-item:hover > .sub-menu {
        position: relative;
        opacity: 1;
    }
    .nav-secondary .genesis-nav-menu li .sub-menu a {
        width: 100%;
    }
    .nav-secondary .genesis-nav-menu a,
    .nav-secondary .genesis-nav-menu > .first > a,
    .nav-secondary .genesis-nav-menu > .last > a {
        padding: 10px 20px 10px 20px;
    }
    .nav-secondary .sub-menu a {
        background: none;
        border: 0px;
    }
    .nav-secondary .sub-menu .current-menu-item a {
        background: #2e99ce;
    }
    .nav-secondary .sub-menu a:hover {
        background: #2e99ce;
    }
    .nav-secondary .genesis-nav-menu li {
        position: relative;
        width: 100%;
        list-style: none;
    }
    .nav-secondary .genesis-nav-menu.responsive-menu,
    .nav-secondary .genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
    .nav-secondary .genesis-nav-menu .menu-item > .sub-menu {
        display: none;
        opacity: 1;
    }
    .nav-secondary .responsive-menu > .menu-item-has-children::before,
    .nav-secondary .genesis-nav-menu .menu > .menu-item-has-children::before {
        content: "";
        position: absolute;
        top: 0;
        padding: 6px 16px;
        right: 0;
        text-align: right;
        z-index: 9999;
        background: url(images/respo-arrow.png) center 16px no-repeat #2e99ce;
        width: 10px;
        height: 29px;
    }
    .nav-secondary .genesis-nav-menu .menu-item:hover,
    .nav-secondary .genesis-nav-menu .menu > .menu-item-has-children:hover {
        position: relative;
    }
    .nav-secondary .responsive-menu .menu-open.menu-item-has-children::before,
    .nav-secondary .genesis-nav-menu .menu > .menu-open.menu-item-has-children::before {
        content: "";
        background: url(images/respo-arrow.png) center -25px no-repeat #2e99ce;
    }
    .nav-secondary {
        margin-top: 2px;
    }
    .footer-logo {
        text-align: center;
    }
    .footer-logo table {
        float: none;
        margin: 0 auto;
    }
    .patientcase li {
        min-height: 638px;
        list-style: none;
    }
    .subscribe-box #ninja_forms_field_14_div_wrap {
        clear: both;
        display: block;
    }
    .search-form input[type="search"] {
        width: 72%;
    }
}
@media only screen and (max-width: 480px) {
    .login-protect-form .pass_protect_form input {
        width: 100%;
    }
    .login-protect-form .pass_protect_form input[type=submit] {
        width: 100%;
    }
    .logo-image {
        width: 110px;
        margin: 0;
    }
    .metaslider .caption-wrap p b {
        display: block;
        float: left;
        text-align: center;
        width: 100%;
        line-height: 13px;
    }
    .metaslider .caption-wrap p em {
        display: inline-block;
        width: 100%;
        line-height: 20px;
    }
    .entry-title {
        font-size: 27px;
    }
    .title-area,
    .site-header .widget-area {
        width: 100%;
        text-align: center;
    }
    /***/
    
    .nav-secondary {
        margin-top: -50px;
    }
    .nav-primary {
        display: table;
        width: auto;
    }
    .genesis-nav-menu {
        text-align: left;
    }
    .genesis-nav-menu a {
        padding: 12px 9px;
    }
    .inner-banner .page-title h1 {
        line-height: 20px;
    }
	
	.inner-banner .page-title.no-img-title h1 {
        line-height: 1.625;
    }
	
    .patientcase li {
        min-height: 520px;
        text-align: center;
        width: 100%;
        outline-style: none;
    }
    .patientcase-wrap {
        width: 100%;
    }
    #ninja_forms_field_14_div_wrap > label a {
        padding: 0;
    }
    .remember-forgot {
        float: left;
        width: 100%;
    }
    .search-form input[type="search"] {
        width: 54%;
    }
}
/*css by zohaib*/
.custom_home_page_design .site-inner .wrap{ max-width: 100% !important;}
.custom_home_page_design .site-header .wrap{ max-width: 100% !important; }
.custom_home_page_design .site-header{ margin-top: 0px!important; }


.nf-form-content .ninja-forms-field{ width:100% !important;}

.ninja-forms-req-symbol, .nf-error-msg{
    color: #E80000 !important;
}
.nf-error .ninja-forms-field {
        border: 1px solid #E80000 !important;
}
.nf-field-submit-error {
    padding: 15px !important;
}
.ninja-forms-noscript-message {
    background: #f1f1f1 !important;
    border: 4px dashed #ccc !important;
    color: #333 !important;
    display: block !important;
    font-size: 20px !important;
    margin: 20px 0 !important;
    padding: 40px !important;
    text-align: center !important;
}

#ninja_forms_required_items, .nf-field-container {
    clear: both !important;
    position: relative !important;
    margin-bottom: 25px !important;
}

input[type="email"],input[type="text"],input[type="password"] ,select, textarea {
    background-color: #fff !important;
    border: 1px solid #adadad !important;
    border-radius: 2px !important;
    color: grey !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    padding: 8px 10px !important;
    width: 100% !important;
}
input[type="button"]{
    border: 1px solid #adadad !important;
    border-radius: 90px !important;
    display: block !important;
    font-family: "Open Sans", sans-serif !important;
    font-size: 14px !important;
    letter-spacing: 1.8px !important;
    margin: 0 auto !important;
    padding: 12px 24px !important;
    font-weight: 300 !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
    transition: all 0.3s ease 0s !important;
    color: #666666 !important;
    display: inline-block !important;
    text-align: center !important;
}
input:hover[type="button"]{
    background: #b43f42 none repeat scroll 0 0 !important;
    border: 1px solid #b43f42 !important;
    color: #fff !important;
}
.et_pb_module_header::before, .et_pb_module_header::after {
    border-top: 1px solid #77819b !important;
    content: "" !important;
    display: table-cell !important;
    position: relative !important;
    top: 0.5em !important;
    width: 40% !important;
}
.nf-form-content input[type="button"]{background-color: #3399cc !important; color:#ffffff !important;border:none !important;}
.nf-form-content input[type="button"]:hover{background-color: rgba(0,0,0,.05) !important; border:none !important;}
.page-id-4876 .page-title{ display:none !important;}
.proinput{padding-left: 20px !important;}
#ajaxsearchlite1 {
    border: 1px solid #565047 !important;
}
#ajaxsearchliteres1{ box-shadow: rgba(160, 190, 212, 0.22) 0px 4px 47px 0px !important;}
.site-header .widget-area{width:761px !important;}
@media only screen and (max-width: 768px){
.site-header .widget-area{width:auto !important;}
}

@media (max-width: 786px){
.the_main_head {
    margin-bottom: 0px !important;
    margin-top: -25px !important;
}
}

/*by zee this css was in custom css on staging*/
.custom_podcast_div {
   /* background-color: #e8e8e8 !important; */
}
.blurb6{
	cursor: pointer !important;
box-shadow: 0px 4px 47px 0px rgba(160, 190, 212, 0.22) !important;
border-radius: 10px !important;
	background-color: #ffffff !important
}
.blurb6 img{
	 margin-bottom: 4px !important;
}
.custom_search .probox{ height:50px !important;}

.custom_search .promagnifier{ height:50px !important;}

.custom_search .autocomplete{ height:50px !important;}


.custom_search .proclose{ height:50px !important;}

.custom_search .promagnifier{ height:50px !important;}

.custom_search .autocomplete{ height:50px !important;}


.custom_search .orig{ height:50px !important;}
/* ---------------------------------------css for single video page-------------------------------------*/
.video-list-singel .patientcase-image img{
    display: block !important;
    margin: 0 auto !important;
    
}
.video-list-singel .patientcase-image {
       position: relative;
    
}
.video-list-singel .patientcase-play-icon {
    position: absolute;
    top: 0px;
    text-align: center;
    padding: 200px 0 0 0px;
    margin: 0 auto !important;
    width: 100%;
    background-color: rgba(45, 45, 45, 0.5);
    height: 100%;
}
.video-list-singel .patientcase-play-icon:hover {
    background-color: rgba(45, 45, 45, 0.1);
}
@media only screen and (max-width: 768px) {
    .video-list-singel .patientcase-play-icon {
     padding: 88px 0 0 0px !important;
    }
    .video-list-singel .patientcase-play-icon img{
     width:66px !important;
    }
    .reg_user_icon {
        width: 200px !important;
    }
}
.for_reg_user{
    border:3px solid #EA5151; 
    border-radius:5px; 
    background-color:#FFE1E6; 
    text-align:center; 
    padding:30px 17px 35px 17px;
}
.registe_now_btn {
    color: #fff !important;
    border: 2px solid #3399cc !important;
    background: #3399cc !important;
    cursor: pointer;
    width: auto !important;
    text-align: center;
    padding: 12px 17px !important;
    font-weight: 600 !important;
}
.registe_now_btn:hover{
    border: 2px solid #bf382b !important;
    background: #bf382b !important;
}
.reg_user_icon {
    position: absolute;
    top: 0;
    width: 300px;
    height: auto;
}
.page-id-4621 .et_pb_row .et_pb_row_0{ display:none !important;}
.single-psychinsights .author-social-links i{
    font-family: FontAwesome;
}

/*Image model css 28APR*/
.img-model-btn{
    display:none;
}
.modal-dialog{
    max-width: 900px !important;
}
.img-wrapper img{
    cursor: pointer;
}
.img-wrapper-content{
    font-weight:700;
    text-align:center;
    color: #bf382b;
    font-style: italic;
    font-size: 13px;
    cursor: pointer;
}


/* Image model end*/

.reg_user_badge{
    background-color: #cc0000;
    padding: 10px;
}

.reg_user_badge p{
    font-weight: 600;
    color: #FFF !important;
    text-align: center;
    margin: 0 !important;
}

