/*
 __          __  _                                       _
 \ \        / / | |         /\                          | |
  \ \  /\  / /__| |__      /  \   ___  ___ ___ _ __   __| | ___ _ __
   \ \/  \/ / _ \ '_ \    / /\ \ / __|/ __/ _ \ '_ \ / _` |/ _ \ '__|
    \  /\  /  __/ |_) |  / ____ \\__ \ (_|  __/ | | | (_| |  __/ |
     \/  \/ \___|_.__/  /_/    \_\___/\___\___|_| |_|\__,_|\___|_|

Theme Name: Alpha Child
Description: Alpha Child Theme - Dr Lori
Author: Web Ascender
Template: alpha
*/

/*--------------------------------------------------------------
GENERAL
--------------------------------------------------------------*/

.blog .blue-bg, .single .blue-bg, .tax-video_categories .blue-bg, .minheight
{
	min-height: 268px;
}
.banner-fade-one {
	animation: bannerFadeOne 1s 1 0s linear;
}
@keyframes bannerFadeOne {
	 0% {
	 transform: scale(1);
	 opacity: 0;
	}
	20% {
	 transform: scale(1);
	 opacity: 0;
	}
	 100% {
	 transform: scale(1);
	 opacity: 1;
	}
}
.banner-fade-two {
	animation: bannerFadeTwo 1s 1 0s linear;
}
@keyframes bannerFadeTwo {
	 0% {
	 transform: scale(1);
	 opacity: 0;
	}
	 50% {
	 transform: scale(1);
	 opacity: 0;
	}
	 100% {
	 transform: scale(1);
	 opacity: 1;
	}
}
.banner-fade-three {
	animation: bannerFadeThree 2s 1 0s linear;
}
@keyframes bannerFadeThree {
	 0% {
	 transform: scale(1);
	 opacity: 0;
	}
	 50% {
	 transform: scale(1);
	 opacity: 0;
	}
	 100% {
	 transform: scale(1);
	 opacity: 1;
	}
}

.slide-in-top {
	animation: slideTop 1000ms 1 0s linear;
}
 @keyframes slideTop {
	0% {
	transform: scale(1) translateY(-30%);
	opacity: 0;
	}
	50% {
	transform: scale(1) translateY(-30%);
	opacity: 0;
	}
	100% {
	transform: scale(1) translateY(0);
	opacity: 1;
	}
}





.fade-css {
	animation: fadein 500ms;
}
@keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}
.fade-in-scroll {
	opacity: 0;
}
.opacity-none, .single-event .entry-content {
	opacity: 0;
}
.slide-in-scroll {
	margin-left: -100px;
	max-width: 100%;
	opacity: 0;
}
.fade-in-scroll-before, .event-info {
	opacity: 0;
}
.vc_row, .vc_section, .vc_column-inner {
	background-size: cover;
	background-position: 50%;
}
.width-fix {
	max-width: 100%;
}
.bg-left-align .vc_column-inner {
	background-position-x: 0;
}
.vc_row[data-vc-full-width-init="false"], .vc_section[data-vc-full-width-init="false"] {
	opacity: 0;
}
.vc_row[data-vc-full-width-init="true"], .vc_section[data-vc-full-width-init="true"] {
	opacity: 1;
}
.widget-title {
	display: none;
}
.vc_section {
	padding: 60px 0;
}
.vc_section.home-hero {
	padding-bottom: 0;
	background-color: #182860;
}
.clear {
	width: 100%;
	float: left;
	clear: both;
}
.empty {
	padding: 0;
	height: 0;
}
.brown-bg {
	background: #481800;
	opacity:1;
}
#sa_slider_shortcode {
	width: 100%;
}
/*--------------------------------------------------------------
FONTS
--------------------------------------------------------------*/
a {
	text-decoration: none;
	transition: all .3s;
	border-bottom: 1px solid transparent;
}
.wpb_text_column a:hover, .single .entry-content a:hover {
	border-color: #3c5ac3;
}
.single-dr_lori_videos .entry-content a:hover {
	border-color: #b6c7ff;
}
.lead p {
/*font-size:20px;*/
}
.p-18 p {
	font-size: 18px;
}
.white-text h2, .white-text h3, .white-text h4, .white-text p {
	color: #fff;
}
.white-text a {
	color: #b6c7ff;
}
.white-text a:hover {
	color: #b6c7ff;
	/*opacity:.8;*/
	border-color: #b6c7ff;
}
/*.white-text .underline-link a{
	border-color:rgba(255,255,255,.5);
}*/

.icon-section.white-text a {
	color: #fff;
}
.icon-section.white-text a:hover {
	border-color: transparent;
}
.icon-section.white-text a span {
	transition: all .3s;
	border-bottom: 1px solid transparent;
}
.icon-section.white-text a:hover span {
	opacity: 1;
	border-color: #fff;
}
.icon-section.white-text a:first-child:hover span {
	opacity: 1;
	border-color: transparent;
}
/*.icon-section.white-text a:last-child:hover{
	opacity:.8;
}*/

.icon-section.white-text a:last-child span {
	border-bottom: 1px solid transparent;
}
.icon-section.white-text a:last-child:hover span {
	border-color: #fff;
	transition: all .3s;
}
.icon-section.white-text a:last-child:hover i {
	opacity: 1;
}
div.vc_row-has-fill+div.vc_row-full-width+div.vc_row.icon-section.white-text>div.vc_column_container>div.vc_column-inner {
	padding-top: 45px;
}
body, p, ul {
	font-family: "Open Sans", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Cambo, serif;
	font-weight: 400;
	color: #481800;
	margin-bottom: 10px;
	line-height: 120%;
}
h2 i.fal, h1 i.fal, .icon h2:before, h1 i.fas, .left-icon i{
	width: 85px;
	height: 85px;
	border: 2px solid #481800;
	border-radius: 100%;
	padding: 20px;
	color: #481800;
	margin-right: 10px;
	font-size: 35px;
	line-height: 40px;
	text-align: center;
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
}
h3 i {
	margin-right: 5px;
}
h1 i.fas {
	font-weight: 700;
}
.icon h2:before {
	padding: 23px;
	margin-left: -85px;
}
.icon h2 {
	margin-bottom: 30px;
	padding-left: 85px;
}
h2 {
	line-height: 120%;
}
.white-text h2 i.fal, .white-text h1 i.fal, .white-text h1 i.fas, .page-title i.fal, .entry-title i.fal {
	border-color: #fff;
	color: #fff;
}
h5 {
	font-size: 1.2rem;
}
/*--------------------------------------------------------------
IOCNS
--------------------------------------------------------------*/
.search-dollar h2:before {
	content: '\f688';
}
/*--------------------------------------------------------------
BUTTONS
--------------------------------------------------------------*/
a.red-btn, .header-top p a.red-btn, a.vc_btn3.vc_btn3-color-danger, a.vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat, div.gform_wrapper .gform_footer input[type=submit], 
.gf_browser_ie.gform_wrapper .gform_footer input.button, .pmpro_btn, .pmpro_btn:link, .pmpro_content_message a, .pmpro_content_message a:link, #reset-pass-submit{
	background: #b11111;
	color: #fff;
	padding: 8px 25px;
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	border-radius: 0;
	text-transform: none;
	transition: all .3s;
	border: none;
	font-family: "Open Sans", sans-serif;
	line-height:130%;
}
a.red-btn:hover, .header-top p a.red-btn:hover, a.vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat:focus, a.vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat:hover, 
a.vc_btn3.vc_btn3-color-danger:focus, a.vc_btn3.vc_btn3-color-danger:hover, .gform_wrapper .gform_footer input[type=submit]:hover, .pmpro_btn:hover,
.pmpro_btn:link:hover, .pmpro_content_message a:hover, .pmpro_content_message a:link:hover, #reset-pass-submit:hover{
	color: #fff;
	background: #c04040;
	border: none;
}
.vc_btn3.vc_btn3-color-danger, .vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat, .vc_btn3-container.vc_btn3-center a.vc_btn3-block.vc_btn3-size-md {
	/*letter-spacing:1.5px;*/
	padding: 10px 30px;
}
/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/
body .site-header .site-branding {
	float: left;
	text-align: left;
	display: block;
	/*position:absolute;*/
	width: 285px;
	margin-top: 27px;
}
#site-navigation {
	display: block;
	width: 85%;
	float: right;
}
/*Ubermenu*/

.ubermenu-item-level-0 > a > .ubermenu-target-text i {
	font-size: 45px;
	display: block;
	text-align: center;
	margin-bottom: 5px;
}
.ubermenu-item-level-0 > a > .ubermenu-target-text span {
}
.ubermenu-skin-minimal .ubermenu-item-level-0.ubermenu-current-menu-item > a.ubermenu-target, .ubermenu-skin-minimal .ubermenu-item-level-0.ubermenu-current-menu-parent > a.ubermenu-target, .ubermenu-skin-minimal .ubermenu-item-level-0.ubermenu-current-menu-ancestor > a.ubermenu-target {
	color: #182860;
}
.ubermenu-skin-minimal ul.ubermenu-submenu, .ubermenu-skin-minimal ul.ubermenu-submenu a.ubermenu-target, .ubermenu-skin-minimal ul.ubermenu-submenu .ubermenu-target:hover, .ubermenu-skin-minimal ul.ubermenu-submenu .ubermenu-active > .ubermenu-target{
	color: #182860;
}
.ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>a.ubermenu-target {
	color: #182860;
}
.ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>a.ubermenu-target span, #menu-item-179 .ubermenu-submenu .ubermenu-target span {
	border-bottom: 1px solid transparent;
	transition: all .3s;
	/*padding-bottom:2px;*/
	margin-left: 20px;
	display: inline-block;
	width: calc(100% - 40px);
	display: table-cell;
	vertical-align: middle;
}
.ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>a.ubermenu-target span span span, #menu-item-179 .ubermenu-submenu .ubermenu-target span span span {
	padding-bottom: 4px;
}
.ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>a.ubermenu-target:hover span span span, #menu-item-179 .ubermenu-submenu .ubermenu-target:hover span span span {
	/*content: "";
    position: absolute;
    left: 40px;
    bottom: 0;
    height: 1px;
    width: 111px;*/
	border-color: #182860;
}
.ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal.ubermenu-current-menu-item>a.ubermenu-target:hover span span span, #menu-item-179 .ubermenu-submenu .ubermenu-current-menu-item .ubermenu-target:hover span span span{
	border-color:#481800;
}
/*.ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>a.ubermenu-target:hover span span:after, #menu-item-179 .ubermenu-submenu .ubermenu-target:hover span span:after{
	content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 1px;
    border-width: 0 0 1px;
    border-style: solid;
}*/

.ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>a.ubermenu-target span i, #menu-item-179 .ubermenu-submenu .ubermenu-target i {
	margin-left: -26px;
	padding-right: 10px;
	width: 70px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
/*.ubermenu-skin-minimal .ubermenu-item-level-0.ubermenu-current-page-ancestor > a.ubermenu-target, .tax-tip_categories #menu-item-179 > a.ubermenu-target, 
.single-antique_tips #menu-item-179 > a.ubermenu-target, .single-dr_lori_videos #menu-item-163 > a.ubermenu-target, 
.ubermenu-skin-minimal .ubermenu-submenu .ubermenu-current-menu-item > a.ubermenu-target, .tax-video_categories li#menu-item-2227 > a{
	color: #481800;
}*/

nav.ubermenu-skin-minimal .ubermenu-item-level-0:hover > a.ubermenu-target, nav.ubermenu-skin-minimal .ubermenu-item-level-0.ubermenu-current-menu-item > a.ubermenu-target{
	color:#182860;
}

.ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal.ubermenu-current-menu-item>a.ubermenu-target, .ubermenu-skin-minimal ul.ubermenu-submenu .ubermenu-current-menu-item > .ubermenu-target{
	color:#481800;
}

.ubermenu-skin-minimal.ubermenu-horizontal .ubermenu-item-level-0 > .ubermenu-submenu-drop {
	background: #fbfbfa;
}
.ubermenu-custom-content .image {
	float: left;
	width: 49%;
	margin-right: 1%;
}
.ubermenu-custom-content .content {
	float: left;
	width: 50%;
}
.mejs-container {
	width: 100% !important;
	height: auto !important;
}
.column-title p {
	margin-bottom: 0;
	/*text-transform: uppercase;*/
	font-weight: 700;
	font-size: 14px;
}
.column-title.lc p {
	text-transform: none;
}
.ubermenu div.ubermenu-custom-content-padded {
	padding-bottom: 0;
	padding-top: 0;
}
.ubermenu #menu-item-134.ubermenu-item-type-column>.ubermenu-submenu-type-stack>.ubermenu-item-normal:first-child, .ubermenu .ubermenu-item-type-column.ubermenu-item-140 >.ubermenu-submenu-type-stack>.ubermenu-item-normal:first-child, .ubermenu .ubermenu-item-type-column.ubermenu-item-141 >.ubermenu-submenu-type-stack>.ubermenu-item-normal:first-child {
	margin-top: 0;
}
.ubermenu .ubermenu-submenu-id-140 .ubermenu-custom-content-padded, .ubermenu #menu-item-145 .ubermenu-custom-content-padded {
	padding-top: 0;
}
nav.ubermenu .ubermenu-submenu .ubermenu-submenu-type-stack {
	width: 100%;
}
nav.ubermenu-skin-minimal .ubermenu-item-level-0 > .ubermenu-target {
	color: #182860;
	font-weight: 700;
	font-size: 15px;
}
nav.ubermenu-skin-minimal .ubermenu-item-level-0 > .ubermenu-target i {
	/*font-size:19px;*/
	padding-right: 2px;
}
nav.ubermenu-skin-minimal .ubermenu-item-level-0 > .ubermenu-target i.fa-angle-down {
	font-size: 15px;
	bottom: 11px;
	top: auto;
}
nav.ubermenu .ubermenu-nav {
	text-align: right;
}
#ubermenu-main-3-primary-2 {
	padding-top: 4px;
}
li#menu-item-182 {
	background: #b11111;
	margin-left: 20px;
}
li#menu-item-182 a {
	color: #fff;
}
nav.ubermenu .ubermenu-target {
	padding: 10px 20px;
}
nav.ubermenu > ul > li > .ubermenu-target {
	padding: 7px 25px;
}
nav.ubermenu-skin-minimal .ubermenu-item-level-0:hover > .ubermenu-target, nav.ubermenu-skin-minimal .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target {
	color: #001740;
}
/*nav.ubermenu-skin-minimal .ubermenu-item-level-0.ubermenu-current-page-ancestor:hover > .ubermenu-target {
	color: #481800;
}*/
.ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>a.ubermenu-target {
	padding-top: 10px;
	padding-bottom: 10px;
}
.main-navigation ul li {
	font-size: 13px;
}
.main-navigation ul li i {
	font-size: 19px;
}
.main-navigation ul.ubermenu-submenu li i {
	font-size: 45px;
}
.ubermenu .ubermenu-item-type-column .ubermenu-item-type-column>.ubermenu-submenu-type-stack>.ubermenu-item-normal:first-child {
	margin-top: 0;
}
/*.ubermenu .ubermenu-item.ubermenu-active>.ubermenu-submenu-drop.ubermenu-submenu-id-181{
	height: 155px;
}*/

.ubermenu .ubermenu-nav > li > a.ubermenu-target {
	pointer-events: none;
}
/*.ubermenu .ubermenu-nav > li > a.ubermenu-target .ubermenu-sub-indicator-close{
	pointer-events:auto;
}*/

.ubermenu .ubermenu-item.ubermenu-item-level-0 {
	transition: all .3s;
}
.ubermenu .ubermenu-item.ubermenu-item-level-0:hover {
	background: #efeeea;
}
nav.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target {
	padding-right: 35px;
}
nav.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {
	right: 15px;
}
nav.ubermenu .ubermenu-retractor {
	text-align: right;
	visibility: hidden;
	padding: 0;
	height: 0;
}
.main-navigation ul ul.gform_fields {
	left: auto;
	position: relative;
	float: none;
	box-shadow: none;
	height: auto;
}
.main-navigation ul ul li a#gf_4 {
	padding: 0;
}
body #menu-item-388 .gform_wrapper ul li.gfield {
	margin-top: 0;
}
#menu-item-388 input[type=text] {
	border-color: #182860;
}
#menu-item-388 .gform_wrapper .gform_footer {
	padding: 0;
}
#menu-item-388 h3 {
	font-size: 20px;
	margin-top: 30px;
}
body #menu-item-388 .gform_wrapper .top_label div.ginput_container {
	margin-top: 0;
}

/*Ubermenu end*/

.background-blue {
	background-color: #002f84;
	width: 28%;
	left: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: -1;
}
.background-gray {
	background-color: #efeeea;
	width: 100%;
	height: 30px;
	left: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: -2;
}
.site-branding {
	color: #fff;/*box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.18);*/
}
.site-branding h2 {
	font-size: 55px;
	margin-bottom: 0;
	font-weight: 400;
	padding-top: 20px;
}
.site-branding p {
	margin-bottom: 0;
	padding-bottom: 20px;
	background: #001740;
}
.header-top {
	text-align: right;
	padding-top: 10px;
}
.header-top a.red-btn i, .stickyfooter i {
	font-size: 19px;
	padding-right: 8px;
}
.header-top p, .header-top .links a {
	color: #481800;
	font-size: 13px;
	margin-bottom: 0;
}
/*.header-top .links a:after{
	content:"|";
	padding:0 5px;
}*/
span.sep{
	padding:0 5px;
}
.header-top .links a:last-child:after{
	content:"";
	padding:0;
}
.red-btn i, .red-btn span, .stickyfooter i, .stickyfooter span {
	display: table-cell;
	vertical-align: middle;
}
.header-top p a, .header-top .links a {
	color: #481800;
}
.links a {
	border-bottom: 1px solid transparent;
	padding-bottom: 2px;
}
.links a:hover {
	border-bottom: 1px solid #481800;
}
.header-top p .fa-search {
	font-size: 20px;
	padding-right: 20px;
}
i.fas.fa-search {
	color: #404040;
}
i.fab.fa-facebook-f {
	color: #3b5998;
}
i.fab.fa-twitter {
	color: #1da1f2;
}
i.fab.fa-youtube {
	color: #ff0000;
}
.site-header .search {
	margin-left: 15px;
	position: relative;
	float: left;
	width: 4%;
	margin-top: 5px;
}

/* Change the white to any color ;) */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
 -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.links {
	width: 72%;
	float: left;
	margin-top: 12px;
}
.banner {
	position: absolute;
	width: 100%;
	/*background:#182860;*/
	border-bottom: 1px solid #ddd;
	color: #B11111;
	font-family: Cambo, serif;
	text-align: center;
}
.banner-wrap {
	max-width: 1180px;
	margin: 0 auto;
}
/*.banner-wrap > div{
	margin-left:400px;
}*/

.banner p {
	margin-bottom: 0;
	font-family: Cambo, serif;
}
.banner a {
	color: #b11111;
	font-family: 'Open Sans', sans-serif;
	/*letter-spacing:2px;*/
	font-weight: 700;
	/*margin-left: 10px;*/
}
.banner a:hover {
	color: #b11111;
	/*opacity:.8;*/
	border-bottom: 1px solid #b11111;
}
.site-header div.site-branding img {
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.18);
}
.site-header .search-form {
	position: absolute;
	right: 0;
	z-index: 10000;
	/* padding:5px;*/
	top:5px;
    /*background:#f5f5f5;*/
}
.search-field {
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}
input.search-field {
	padding: 10px 10px 10px 35px;
	border-color: #481800;
}
.site-header .search-field {
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	border: none;
	cursor: pointer;
	height: 36px;
	margin: 0;
	margin-top: -6px;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition: width 400ms ease, background 400ms ease;
	/*transition-delay: .2s;*/
	width: 0;
}
/*.site-header .search-field:focus{
	background-color: #fff;
	border: 2px solid #481800;
	cursor: text;
	outline: 0;
	width: 230px;
}*/
.site-header .search-field.searchfocus{
	background-color: #fff;
	border: 2px solid #481800;
	cursor: text;
	outline: 0;
	width: 250px;
}
.search-form .search-submit {
	display: none;
}
.nav-icon p {
	margin-top: -5px;
	margin-left: 30px;
	color: #182860;
	font-weight: 600;
	position: relative;
}

.search-box,.close-icon,.search-wrapper {
    position: relative;
    padding: 10px;
}
 
.close-icon {
    border:1px solid transparent;
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    outline: 0;
    cursor: pointer;
    display:none;
    position:absolute;
}
.close-icon.visible, .submit-search.visible{
	display:inline-block;
}
.close-icon:after {
    content: "x";
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    background-color: #999;
    z-index:1;
    right: 35px;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0px;
    border-radius: 50%;
    text-align: center;
    color: white;
    font-weight: normal;
    font-size: 12px;
    /*box-shadow: 0 0 2px #E50F0F;*/
    cursor: pointer;
}
.search-box:not(:valid) ~ .close-icon {
    display: none;
}

.submit-search{
	display:none;
	position:absolute;
	width:18px;
	height:36px;
	background:transparent;
	border:none;
	left:0px;
	top:-5px;
	padding:0;
	transition-property:display;
	transition-delay:2s;
}

.page-content .submit-search{
	left:5px;
	width:20px;	
	top:3px;
}

.comments-link{
	display:none;
}


/*--------------------------------------------------------------
HOME
--------------------------------------------------------------*/
.home-hero:after, .inner-hero.video:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}
.inner-hero.video .wpb_column{
	z-index:2;
}
.home-hero.vc_section {
	background-position-y: 33%;
	padding:0;
}
.home-hero h1 {
	font-size: 55px;
	font-weight: 400;
}
.entry-content .vc_row .wpb_column .vc_column-inner .wpb_content_element.hero-text {
	margin-bottom: 0;
}
.hero-text {
	padding: 50px 0;
}
.hero-text p {
	font-size: 26px;
}
.display-table {
	display: table;
	width: 100%;
}
.display-table div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.logos .wpb_text_column a:hover {
	border-color: transparent;
}
.logos img {
	/*margin: 17px;*/
	max-width: 150px;
}
.logos .display-table {
	padding: 20px;
}
.logos {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+82,1+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 67%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 67%, rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 67%, rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0 ); /* IE6-9 */
}
.logos > .wpb_column {
	width: 1180px;
	margin: 0 auto;
	float: none;
}
.logos .display-table {
	border: 2px solid #fff;
	border-top: none;
}
.logos h3 {
	margin-bottom: -18px;
	position: relative;
}
.logos h3:before, .logos h3:after {
	border-top: 2px solid #fff;
	content: "";
	position: absolute;
	height: 5px;
	/* border-bottom: 1px solid white; */
    /* border-top: 1px solid white; */
	top: 13px;
	right: 0%;
	width: calc(50% - 100px);
}
/*.outline-box h2:after{
	border-top: 2px solid #fff;
    content: "";
    position: absolute;
    height: 5px;
    /* border-bottom: 1px solid white; */
    /* border-top: 1px solid white; */
   /* top: 13px;
    right: 0%;
    width: 100%;
}

.outline-box.brown h2:after{
	border-color:#481800;
}*/

.outline-box h2, .antiques .outline-box.wpb_column.vc_column_container h2 {
	margin-top: -21px;
}
.outline-box.wpb_column.vc_column_container {
	margin: 70px auto 60px;
}
.antiques .outline-box.wpb_column.vc_column_container {
	margin: 0 5px;
}
.outline-box.wpb_column.vc_column_container h2 {
	margin-top: -81px;
}
.single-cta .outline-box.wpb_column.vc_column_container h2 {
	margin-top: -55px;
}
.single-continuing_education .single-cta .outline-box.wpb_column.vc_column_container h2{
	margin-top: -81px;
}
.single-cta .vc_btn3-container.vc_btn3-center{
	margin-bottom:30px;
}
.single-cta .wpb_text_column {
	margin-bottom: 30px;
}
.outline-box h2 span {
	background: #481800;
	z-index: 1;
	position: relative;
	padding: 0 20px;
	display: inline-block;
}
.outline-box.brown h2 span {
	background: #efeeea;
}
.logos h3:after {
	left: 0%;
}
.newsletter {
	text-align: center;
}
.newsletter iframe {
	width: 944px;
	height: 34px;
}
.newsletter #gform_4 {
	margin-bottom: 60px;
}
#mc_embed_signup form {
	padding: 0;
}
#mc_embed_signup {
	height: 70px;
	clear: left;
	font: 14px Helvetica, Arial, sans-serif;
}
#mc_embed_signup label {
	font-size: 25px;
	font-weight: 300;
	float: left;
	margin-right: 15px;
}
#header {
	font-family: 'Cambo', serif;
	color: #fff;
}
#mc_embed_signup input.button {
	transition: all .3s;
	width: 280px;
	border-radius: 0;/*text-transform:uppercase;*/ /*letter-spacing:2px;*/
	height: auto;
	line-height: 100%;
	background: #b11111;
	font-weight: 600;
	font-size: 14px!important;
	font-family: 'Open Sans', sans-serif;
	padding: 10px 80px;
}
#mc_embed_signup input.button:hover {
	background: #c04040;
}
#mc_embed_signup input {
	display: inline-block!important;
}
#mc_embed_signup input.email {
	border-radius: 0;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	border: 0px;
	height: 34px;
	padding: 3px 5px;
	margin: 0 5px 0;
	background: #fff;
	;
	width: 280px;
	color: #939393;
}
.hide-newsletter {
	display: none;
}
.menu-email #header {
	color: #481800;
}
#menu-item-181 iframe {
	margin-top: 28px;
}
.menu-email#mc_embed_signup label {
	font-size: 20px;
}
.menu-email#mc_embed_signup input.email {
	border: 1px solid #182860;
	border-radius: 0;
	margin: 0;
}
.ubermenu-content-block iframe {
	width: 100%;
}
.owl-carousel div.owl-item img {
	width: 100%;
}
.sa_owl_theme .owl-nav button.owl-prev {
	left: -40px;
}
.white .sa_owl_theme .owl-nav button.owl-prev {
	background: url(/wp-content/themes/alpha-child/images/prev-old.png) no-repeat center center !important;
	border: 2px solid #481800;
	width: 40px !important;
}
.sa_owl_theme .owl-nav button.owl-next {
	right: -40px;
}
.white .sa_owl_theme .owl-nav button.owl-next {
	background: transparent url(/wp-content/themes/alpha-child/images/next-old.png) no-repeat center center !important;
	border: 2px solid #481800;
	width: 40px !important;
}
.white .sa_owl_theme .owl-nav button.owl-prev:hover, .white .sa_owl_theme .owl-nav button.owl-next:hover {
	background-color: rgba(255,255,255,.75) !important;
}
.sa_owl_theme .owl-dots {
	display: none;
}
.sa_owl_theme .disabled button.owl-prev, .sa_owl_theme .disabled button.owl-next {
	display: block !important;
}
.owl-item .sa_hover_container,  .test-video > .vc_column-inner{
	background: #fff !important;
	padding: 0 3% 15px !important;
	text-align: center;
	box-shadow: 0px 0px 6.72px 0.28px rgba(0, 0, 0, 0.35);
	/*margin: 3% !important;*/
	width: 94%;
}

.test-video > .vc_column-inner{
	padding:0 !important;
	margin-bottom:60px;
}

.test-video img{
	width:100%;
}

.what-people-say.all .owl-item .sa_hover_container, .what-people-say .owl-item .sa_hover_container{
	width:100%;
}
/*.what-people-say .owl-stage-outer{
	height:250px;
	overflow-y:scroll;
}*/

/*.what-people-say .vc_btn3-container {
	margin-left: 4%;
}*/
.what-people-say .owl-stage {
	/*height:250px;*/
	overflow: hidden;
}
.what-people-say .owl-carousel .owl-stage-outer {
	min-height: 215px;
}

.what-people-say.all .owl-carousel .owl-stage-outer{
	min-height:0;
}
.what-people-say .owl-item .sa_hover_container {
	background: transparent !important;
	box-shadow: none;
}
/*.what-people-say .owl-carousel .owl-item {
	min-width: 796px;
}*/
.about-dr-lori .owl-item .sa_hover_container {
	text-align: left;
	min-height: 483px !important;
	overflow: hidden;
	padding: 0 0px !important;
	margin: 0 auto !important;
}
.about-dr-lori .owl-carousel .owl-item {
	padding: 15px 0;
}
.antiques .owl-item .sa_hover_container {
	min-height: 400px !important;
	padding: 0 !important;
}
.antiques .owl-carousel .owl-item{
	margin-bottom:10px;
}
.about-dr-lori .owl-item p a, .antiques .owl-item p a, .priority-video p a {
	max-height: 173px;
	float: left;
	overflow: hidden;
	margin-bottom: 15px;
}
.priority-video p a{
	max-height:none;
    position: relative;
    max-height:450px;
}
.antiques .owl-item p a.red-btn{
	float:none;
}
.antiques .owl-item p a {
	max-height: 208px;
}
.priority-video p{
    max-width: 800px;
    margin: 0 auto;
    position: relative;	
}
.about-dr-lori .owl-item img, .antiques .owl-item img, .priority-video img {
	transition: all .3s;
}
.about-dr-lori .owl-item img:hover, .antiques .owl-item img:hover, .priority-video img:hover{
	transform: scale(1.1);
}
.antiques .owl-item p a:hover{
	border-color:transparent;
}
.antiques .owl-item p:first-child a:after, .test-video p:first-child a:after, .priority-video p a:after{
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	content: "\f144";
	top: 31%;
	position: absolute;
	right: 20px;
	font-size: 60px;
	color: #fff;
	transition: all .3s;
}
.priority-video p a:after{
	top:81%;
}
.test-video p:first-child a:after{
	right:35px;
	top:54%;
}
.antiques .owl-item p:first-child:hover a:after, .test-video p:first-child:hover a:after, .priority-video p:hover a:after{
	font-weight: 700;
}
.owl-item h3, .test-video h3{
	padding: 0 15px;
	font-size: 21px;
	margin-bottom: 15px;
}
.owl-item h3 a {
	color: #481800;
}
.owl-item h3 a:hover {
	border-color: #481800;
}
.owl-item h3 + p, .owl-item p + p {
	padding: 0 15px;
}
.page-id-32 .owl-item p + p{
	padding:0;
}
.owl-item p {
	margin-bottom: 15px;
	font-size: 16px;
}
.lead .owl-item p {
	font-size: 20px;
}
.owl-item a.red-btn {
	display: inline-block;
	margin-bottom: 15px;/*letter-spacing:1.5px;*/
}
.outline-box .vc_column-inner {
	padding-left: 30px;
	padding-right: 30px;
}
.outline-box {
	border: 2px solid #fff;
}
.outline-box.brown {
	border: 2px solid #481800;
}
ul.left {
	float: left;
	/*padding: 10px;*/
	background: #fff;
	width: 86px;
	text-align: center;
	padding: 0;
}
.events {
	background-image: url(/wp-content/uploads/event-bg-1.jpg);
	
}
.events ul {
	list-style: none;
	padding: 0;
}
.events .wpb_text_column > .wpb_wrapper > div > ul, .events.light-bg > .wpb_wrapper > div > ul {
	height: 321px;
	overflow: auto;
	padding-top: 1px;
}
.events.light-bg > .wpb_wrapper > div > ul {
	height: 645px;
	margin-top: 0;
}
.events.light-bg h2 {
	background: #182860;
	color: #b6c7ff;
	clear: both;
	padding: 15px;
}
.events.light-bg.no-scroll > .wpb_wrapper > div > ul {
	height: auto;
	padding: 14px 10px;
}
li.month {
	font-size: 14px;
	text-transform: uppercase;
	background: #b11111;
	font-weight: 700;
	margin: 0;
	padding-bottom: 2px;
}
li.day {
	color: #404040;
	font-size: 51px;
	font-family: Cambo, serif;
}
h2.rounded {
	display: none;
}
.events .title a {
	color: #b6c7ff;
	font-weight: 700;
	font-size: 20px;
}
.events .title a:hover, a.event-link:hover {
	color: #e9eeff;
	opacity: 1;
	border-color: transparent;
}
ul.right {
	padding: 0;
	width: calc(100% - 86px);
	float: left;
	padding-left: 3%;
	margin-top: -7px;
}
ul.right li {
	margin-bottom: 0px;
}
a.event-link {
	color: #b6c7ff;
	font-weight: 700;
}
li.event-listing {
	border-bottom: 1px solid rgba(255,255,255,.5);
	float: left;
	clear: both;
	width: 98%;
	padding-bottom: 10px;
}

/*li.event-listing:last-child {
    margin-bottom: 30px;
}*/

/* width */
.events ::-webkit-scrollbar, .news ::-webkit-scrollbar {
 width: 10px;
}

/* Track */
.events ::-webkit-scrollbar-track, .news ::-webkit-scrollbar-track {
 background: #e9eeff;
}
 .events.light-bg ::-webkit-scrollbar-track{
 background: #fff;
 border:1px solid #D7D6D1;
}
 
/* Handle */
.events ::-webkit-scrollbar-thumb, .news ::-webkit-scrollbar-thumb {
 background: #24377a;
 transition: all .3s;
}

/* Handle on hover */
.events ::-webkit-scrollbar-thumb:hover, .news ::-webkit-scrollbar-thumb:hover {
 background: #24377a;
}
.width-786 .vc_column-inner {
	width: 786px;
}
.width-786 {
	padding: 30px 0px 30px 45px;
}
ul.dpe-flexible-posts {
	padding-left: 0;
	list-style-type: none;
}
.home .what-people-say .vc_column_container.vc_col-sm-8>.vc_column-inner{
	padding-left:30px;
}
.what-people-say {
	padding-top:60px;
}
.page-id-73 .what-people-say{
	padding-top:0;
}
.what-people-say.all{
	padding-top:0;
}
.what-people-say .title, .test-list h4 {
	font-size: 16px;
	font-style: italic;
	margin-top: 30px;
	text-align: left;
}
.what-people-say p {
	text-align: left;
}
.what-people-say .width-786 {
	background-image: url(/wp-content/themes/alpha-child/images/quote.png);
	background-repeat: no-repeat;
	background-position: 40px 40px;
	max-width: calc(66% - calc(calc(100% - 1180px) / 2));
}
.what-people-say .quote-bg, .quote-bg {
	background-image: url(/wp-content/themes/alpha-child/images/quote.png);
	background-repeat: no-repeat;
	background-position: 0 40px;
	background-size: auto;
	min-height: 185px;
}
.what-people-say.all .quote-bg{
	background-image: url(/wp-content/themes/alpha-child/images/quote-e4e2dc.png);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	background-size: auto;
	min-height: 185px;	
}
.icon-section, .logos, .home-hero .wpb_text_column{
	z-index:1;
	position:relative;
}
.home-hero .logos .wpb_text_column{
	padding-bottom:60px;
}
.entry-content .vc_row  .wpb_column .vc_column-inner .logos .wpb_content_element{
	margin-bottom:0;
}
.home-hero video{
	opacity:.5;
}
.home .inner-header{
	background-image:none;
	background-color:#000;
}
.icon-section .wpb_raw_code {
	text-align: center;
	clear: both;
	float: left;
	width: 100%;
}
.icon-section i {
	font-size: 35px;
	border: 2px solid #fff;
	border-radius: 200%;
	/* display:inline;*/
    /*background: #ffc0c0;*/
	width: 85px;
	height: 85px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	vertical-align: middle;
	padding: 20px;
	transition: all .3s;
	color: #fff;
}
.home-hero .icon-section i {
	background: #481800;
	border: none;
	color: #efeeea;
}
.icon-section p a {
}
.icon-section i:hover {
	color: #182860;
	background: #fff;
	opacity: 1;
}
.icon-section.brown-bg i:hover {
	color: #481800;
}
.home-hero .icon-section i:hover {
	background: #fff;
	color: #481800;
}
.icon-section.no-hover i:hover {
	background: transparent;
}
.icon-section.no-hover.white-text i:hover{
	color:#fff;
}
.icon-section .vc_col-sm-4.vc_column_container>.vc_column-inner {
	padding-left: 40px;
	padding-right: 40px;
}
.counter-value {
	font-size: 68px;
	margin-bottom: 0;
}
.home-hero .owl-item.active:first-child {
	margin-left: 50px;
}
.counter-value {
	font-family: Cambo, serif;
}
.news .dpe-flexible-posts li {
	display: table;
	background: #fff;
	box-shadow: 0px 0px 6.72px 0.28px rgba(0, 0, 0, 0.35);
}
.news .dpe-flexible-posts .img-wrap {
	display: table-cell;
	vertical-align: middle;
	width: 25%;
	overflow: hidden;
	height:100%;
}
.news .dpe-flexible-posts .image {
	background-size: cover;
	background-position: 50%;
}
.news .dpe-flexible-posts .img-wrap img {
	transition: all.3s;
}
.news .dpe-flexible-posts .img-wrap img:hover {
	transform: scale(1.1);
}
.news .dpe-flexible-posts .info {
	display: table-cell;
	vertical-align: middle;
	width: 75%;
	padding: 30px 40px;
}
.news .dpe-flexible-posts .image{
	overflow:hidden
}
.news .dpe-flexible-posts .image img {
	min-height: 100%;
	min-width: 100%;
	width:auto;
	max-width: none;
	margin-bottom: -5px;
}
.news .dpe-flexible-posts .title a {
	font-size: 25px;
	color: #481800;
	font-family: Cambo, serif;
}
.news .dpe-flexible-posts .title a:hover {
	border-color: #481800;
}
p.date {
	font-size: 16px;
	color: #616161;
	margin-bottom: 10px;
}
.vc_section.news {
	background-position-y: 100%;
}
a.read-more {
	font-size: 18px;
	color: #3c5ac3;
	font-weight: 700;
}
a.read-more:hover, .wpb_text_column .dpe-flexible-posts a.read-more:hover {
	/*opacity:.8;*/
	border-color: #3c5ac3;
}
#cff.cff-default-styles a:hover, #cff.cff-default-styles a:focus {
	text-decoration: none;
}
#cff .cff-author .cff-page-name.cff-author-date {
	padding-bottom: 2px;
}
#cff.cff-default-styles .cff-author a {
	border-bottom: 1px solid transparent;
}
#cff.cff-default-styles .cff-author a:hover {
	border-color: #3c5ac3;
}
/*#cff.cff-thumb-layout .cff-photo, #cff.cff-thumb-layout .cff-iframe-wrap, #cff.cff-thumb-layout .cff-html5-video, #cff.cff-thumb-layout .cff-vidLink{
	width:100%;
}
#cff.cff-thumb-layout .cff-text-wrapper{
	width:100%;
}*/
#cff .cff-item{
	border:none;
}
/*.cff-media-link a {
	margin-left: 23px;
}*/
.cff-media-link a i {
	margin-left: -23px;
}
.cff-media-link a:hover {
	border-color: #3c5ac3;
}
.excerpt {
	margin-bottom: 10px;
}
.excerpt p {
	font-size: 18px;
}
.white-shadow-box {
	background: #fff;
	box-shadow: 0px 0px 6.72px 0.28px rgba(0, 0, 0, 0.35);
	padding: 30px;
}
.news .vc_col-sm-4 {
	width: calc(33% - 30px);
	margin: 15px;
}
.news .vc_col-sm-4:last-child {
	margin-right: 0;
	width: calc(33% - 15px);
}
#cff .cff-item {
	    border-bottom: 1px solid rgba(0,0,0,.1);
}
/*#ctf .ctf-item {
	padding: 0 5px;
}
#ctf .ctf-header{
	margin-bottom:15px;
}*/
#ctf.ctf-super-narrow .ctf-author-name {
	color: #3c5ac3 !important;
	margin-top: -4px;
	font-size: 14px;
}
#ctf .ctf-header a, #ctf .ctf-header a:hover, #ctf.ctf-super-narrow .ctf-author-name, .ctf-tweet-text a, .ctf-tweet-date{
	border:none;
}
#ctf.ctf-narrow .ctf-corner-logo{
	display:none;
}
#ctf .ctf-tweet-meta {
	margin-top: -15px;
}
.news .vc_col-sm-4 .wpb_raw_code {
	margin-top: 25px;
}
.ctf-tweet-meta {
	float: left;
	clear: both;
}
#ctf .ctf-author-name {
	float: left;
}
.ctf-tweet-date {
	color: #9197a3 !important;
	font-size: 11px;
}
.wpb_text_column .ctf-twitterlink:hover {
	border-color: transparent;
}
/*--------------------------------------------------------------
PAGE
--------------------------------------------------------------*/
div.rll-youtube-player img{
	margin:0;
}
.page-template-default .attachment-medium.size-medium.wp-post-image{
	display:none;
}
.home.page-template-default .attachment-medium.size-medium.wp-post-image{
	display:block
}
.h2-with-icon + p {
	clear: both;
}
.inner-hero p {
	font-size: 22px;
	clear: both;
}
/*.inner-hero-p-margin p{
	margin-left:154px;
}*/
.inner-hero h1 {
	margin-top: 0;
}

.inner-hero.vc_section{padding:0;}
.page-id-2819 .inner-hero{background-position-y:1%;}
.inner-hero{position:relative;}

.inner-hero:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}
.inner-hero .video-col p {
	font-size: 16px;
	margin: 0;
	text-align: center !important;
}
.inner-hero h3, .video-col.light-bg h3, .video-col.inner h3 {
	font-size: 22px;
	color: #b6c7ff;
	margin-bottom: 10px;
	position: relative;
}
.video-col > .vc_column-inner > .wpb_wrapper {
	/*border:2px solid rgba(255,255,255,.7);*/
	border-bottom: none;
	margin-bottom: 60px;
}
.entry-content > .vc_row > .video-col.wpb_column:last-child > .vc_column-inner > .wpb_wrapper > .wpb_content_element:last-child, 
.entry-content > .vc_row > .video-col.light-bg.wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_content_element:last-child, 
.entry-content > .vc_row > .video-col.inner.wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_content_element:last-child, 
.entry-content .vc_row .wpb_column.video-col .vc_column-inner .wpb_content_element{
	margin-bottom: 0;
	margin-top: -13px;
}
.video-col h3:before, .video-col h3:after {
	border-top: 2px solid rgba(255,255,255,.7);
	content: "";
	position: absolute;
	height: 5px;
	top: 13px;
	right: 0%;
	width: calc(50% - 230px);
}
.video-col h3:after {
	left: 0%;
}
/*.video-col .wpb_text_column{
	padding:10px;
}*/

.video-col .wpb_video_widget, .entry-content .vc_row .wpb_column.video-col .vc_column-inner .wpb_video_widget.wpb_content_element:not(:last-child),
.video-col .wpb_video_widget, .entry-content .vc_row .wpb_column.video-col .vc_column-inner .wpb_video_widget.wpb_content_element:not(:last-child){
	padding: 10px;
	border: 2px solid rgba(255,255,255,.7);
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 30px;
	margin-top:0;
}
/*--------------------------------------------------------------
PAGE: WHO IS DR. LORI?
--------------------------------------------------------------*/

.icon-section a {
	clear: both;
	width: 100%;
	float: left;
	margin-top: 20px;
}
.icon-section a:first-child {
	margin-top: 0;
}
.icon-section.normal-links a {
	font-weight: 400;
	width: auto;
	clear: none;
	float: none;
	margin: 0;
}
.icon-section .owl-item .sa_hover_container {
	box-shadow: none;
	background: transparent !important;
}
.icon-section .white .sa_owl_theme .owl-nav button.owl-prev {
	background: transparent url(/wp-content/themes/alpha-child/images/prev-white.png) no-repeat center center !important;
}
.icon-section .white .sa_owl_theme .owl-nav button.owl-next {
	background: transparent url(/wp-content/themes/alpha-child/images/next-white.png) no-repeat center center !important;
}
.home-hero .icon-section .white .sa_owl_theme .owl-nav button.owl-prev {
	background: #481800 url(/wp-content/themes/alpha-child/images/prev-white-old.png) no-repeat center center !important;
	border: 2px solid #481800;
	color:transparent;
}
.home-hero .icon-section .white .sa_owl_theme .owl-nav button.owl-prev:hover, .home-hero .icon-section .white .sa_owl_theme .owl-nav button.owl-prev:focus{
	background: #fff url(/wp-content/themes/alpha-child/images/prev-old.png) no-repeat center center !important;
	border-color: #fff;
	color:transparent;
}
.home-hero .icon-section .white .sa_owl_theme .owl-nav button.owl-next{
	background: #481800 url(/wp-content/themes/alpha-child/images/next-white-old.png) no-repeat center center !important;
	border: 2px solid #481800;
	color:transparent;
}
.home-hero .icon-section .white .sa_owl_theme .owl-nav button.owl-next:hover, .home-hero .icon-section .white .sa_owl_theme .owl-nav button.owl-next:focus{
	background: #fff url(/wp-content/themes/alpha-child/images/next-old.png) no-repeat center center !important;
	border-color: #fff;
	color:transparent;
}
.icon-section .white-arrows .white .sa_owl_theme .owl-nav button.owl-next {
	border: 2px solid #fff;
	color:transparent;
	background: transparent url(/wp-content/themes/alpha-child/images/next-white-old.png) no-repeat center center !important;
}
.icon-section.brown-bg .white-arrows .white .sa_owl_theme .owl-nav button.owl-next:hover, .icon-section.brown-bg .white-arrows .white .sa_owl_theme .owl-nav button.owl-next:focus {
	color:transparent;
	background: #fff url(/wp-content/themes/alpha-child/images/next-old.png) no-repeat center center !important;
}
.icon-section.blue-bg .white-arrows .white .sa_owl_theme .owl-nav button.owl-next:hover, .icon-section.blue-bg .white-arrows .white .sa_owl_theme .owl-nav button.owl-next:focus {
	color:transparent;
	background: #fff url(/wp-content/themes/alpha-child/images/next-blue.png) no-repeat center center !important;
}
.icon-section .white-arrows .white .sa_owl_theme .owl-nav button.owl-prev {
	border: 2px solid #fff;
	color:transparent;
	background: transparent url(/wp-content/themes/alpha-child/images/prev-white-old.png) no-repeat center center !important;
}
.icon-section.brown-bg .white-arrows .white .sa_owl_theme .owl-nav button.owl-prev:hover, .icon-section.brown-bg .white-arrows .white .sa_owl_theme .owl-nav button.owl-prev:focus{
	color:transparent;
	background: #fff url(/wp-content/themes/alpha-child/images/prev-old.png) no-repeat center center !important;
}
.icon-section.blue-bg .white-arrows .white .sa_owl_theme .owl-nav button.owl-prev:hover, .icon-section.blue-bg .white-arrows .white .sa_owl_theme .owl-nav button.owl-prev:focus {
	color:transparent;
	background: #fff url(/wp-content/themes/alpha-child/images/prev-blue.png) no-repeat center center !important;
}
.home-hero .sa_owl_theme .owl-nav div, .home-hero .sa_owl_theme .owl-nav button {
	color:transparent;
	width: 40px !important;
}
/*.home-hero .icon-section .white .sa_owl_theme .owl-nav button.owl-prev:hover, .home-hero .icon-section .white .sa_owl_theme .owl-nav button.owl-next:hover{
	background-color:rgba(239,238,234,.5) !important;
}*/

.icon-section .owl-carousel .owl-item {
	padding-top: 20px;
}
.icon-section a {
	font-weight: 700;
}



/*.icon-section a:hover{
	border-color:#fff;
}

.icon-section a:first-child:hover{
	border-color:transparent;
}*/

.home-hero .icon-section a {
	color: #efeeea;
}
.shadow {
	box-shadow: 0px 0px 6.72px 0.28px rgba(0, 0, 0, 0.35);
}
.left-col-padding {
	padding-left: calc( (100% - 1181px) / 2);
	padding-right: 30px;
}
/*--------------------------------------------------------------
PAGE: TESTIMONIALS
--------------------------------------------------------------*/
.test-list h4 {
	color: #6f6f6f;
	font-family: "Open Sans", sans-serif;
}
.test-list .quote-bg {
	background-position: 0 20px;
}
.test-list .vc_grid-item-mini.vc_clearfix {
	border-bottom: 3px solid #ddd;
}
/*.test-list .vc_grid-item:nth-child(4) .vc_grid-item-mini.vc_clearfix, .test-list .vc_grid-item:nth-child(2) .vc_grid-item-mini.vc_clearfix{
	border-top: 3px solid #ddd;
}

.test-list .vc_grid-item + p, .test-list .vc_grid-item + p + p{
	display:none;
}*/

#slider_2748{
	padding-top:40px;
}

.sa_owl_theme#slider_2748 .owl-nav div, .sa_owl_theme#slider_2748 .owl-nav button{
	top:65px;
}


/*--------------------------------------------------------------
PAGE: PUBLICATIONS
--------------------------------------------------------------*/
.publications-list li {
	margin: 15px 0;
	background: #fff;
	padding: 30px;
}
.publications-list li:first-child {
	margin-top: 0;
}
.publications-list li:last-child {
	margin-bottom: 0;
}
.pub-img {
	display: table-cell;
	vertical-align: middle;
	width: 230px;
	padding-right: 30px;
	text-align: center;
}
.pub-img img {
	width: 200px;
}
.pub-info {
	display: table-cell;
	vertical-align: middle;
}
.wpb_text_column .pub-info h2:last-child {
	margin-bottom: 5px;
}
.pub-desc {
	display: none;
}

.publications-list .books_by_dr_lori .pub-info{
	position:relative;
}

/*.publications-list .books_by_dr_lori .read-more{
	position: absolute;
	bottom:0;
}*/
/*--------------------------------------------------------------
ADVERTISING OPPORTUNITIES
--------------------------------------------------------------*/
.icon-section.blue i {
	border-color: #182860;
	color: #182860;
}
.icon-section.blue.no-circle i {
	border: none;
	font-size: 50px;
}
.five-col .vc_col-sm-1 {
	width: 0;
}
.five-col .vc_col-sm-2 {
	width: 18%;
	margin: 1%;
}
.check-row {
	margin-bottom: 10px;
}
.icon-no-outline i {
	font-size: 55px;
	color: #182860;
}
.icon-no-outline.vc_col-sm-1 {
}
.padding-left-30 {
	padding-left: 30px;
}
/*--------------------------------------------------------------
EVENT PLANNER FAQS
--------------------------------------------------------------*/
body.wpb-js-composer .vc_tta.vc_tta-shape-rounded .vc_tta-panel-body, body.wpb-js-composer .vc_tta.vc_tta-shape-rounded .vc_tta-panel-heading, body.wpb-js-composer .vc_tta.vc_tta-shape-rounded .vc_tta-tab>a {
	border-radius: 0;
}
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
	border-color: #ddd;
	background-color: #fafafa;
}
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a, body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after, body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before, body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::after, body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::before, body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
	color: #3c5ac3;
	border-color: #3c5ac3;
	font-size: 20px;
}
.faq-iframe iframe{
	height:187px;
	width:100% !important;
}
.tests-iframe iframe{
	height:207px;
	width:100% !important;
}
/*--------------------------------------------------------------
PAGE: ONLINE 
--------------------------------------------------------------*/

.lity{
	background:rgba(0, 0, 0, 0.75);
}
/*--------------------------------------------------------------
PAGE: ONLINE APPRAISAL FORM
--------------------------------------------------------------*/
.consent-warning {
	color: #b11111;
	font-weight: 700;
	display:none;
}

.gform_wrapper .consent-warning{
	display:block;
}

#pmpro_tos_fields .consent-warning{
	margin-top:15px;
}

/*--------------------------------------------------------------
PAGE: ONLINE APPRAISAL PAYMENT
--------------------------------------------------------------*/
.page-id-855 .wpb_raw_code {
	margin-top: 10px;
}
/*--------------------------------------------------------------
PAGE: PAYMENT SUBMITTED
--------------------------------------------------------------*/
#popmake-1812 {
	padding: 0px;
}
#popmake-2717 img, #popmake-2715 img{
	margin-bottom:-5px;
}
#popmake-1812.pum-theme-1324 .pum-content, .pum-theme-default-theme .pum-content {
	color: #404040;
}
.tan-bg {
	background: #efeeea;
	padding: 30px 30px 0;
	float: left;
	clear: both;
	width: 100%;
}
.invoice .tan-bg, .invoice .white-bg{
	padding:60px 0;
}
.white-bg {
	padding: 30px 30px 0;
	background:#fff;
}
.h3-with-icon {
	display: table;
}
.h3-with-icon i {
	padding-right: 10px;
	display: table-cell;
	vertical-align: top;
}
.h3-with-icon span {
	display: table-cell;
	vertical-align: top;
}
/*--------------------------------------------------------------
PAGE: VIDEO CALLS
--------------------------------------------------------------*/
.calendly-inline-widget {
	height: 1005px;
}
/*--------------------------------------------------------------
PAGE: IN-HOME VISIT
--------------------------------------------------------------*/
.video-col.light-bg .wpb_video_widget, .entry-content .vc_row .wpb_column.video-col.light-bg .vc_column-inner .wpb_video_widget.wpb_content_element:not(:last-child) {
	border-color: #481800;
}
.video-col.light-bg h3:before, .video-col.light-bg h3:after {
	border-color: #481800;
}
.video-col.light-bg h3 {
	color: #481800;
}
.test-list.short .vc_grid-item-mini.vc_clearfix {
	border-color: transparent;
}
.fb-comments .wpb_raw_code {
	text-align: center;
}
.fb-comments iframe {
	max-width: 100%;
}
.in-home-testimonials li {
	width: 31%;
	margin: 1%;
	float: left;
	background-image: url(/wp-content/themes/alpha-child/images/quote.png);
	background-repeat: no-repeat;
	background-position: 0 0px;
	background-size: auto;
	min-height: 145px;
	padding: 30px 30px 0;
}
.in-home-testimonials ul {
	float: left;
	clear: both;
	width: 100%;
}
.in-home-testimonials .title {
	font-style: italic;
	color: #6f6f6f;
	margin-top: 30px;
}
/*--------------------------------------------------------------
PAGE: PRIORITY
--------------------------------------------------------------*/
.page-id-878 .pmpro_content_message .white-bg{
	margin-top:20px;
	margin-bottom:60px;
	clear: both;
    float: left;
    width: 100%;
}
#field_5_5 .ginput_container_textarea{
	margin-bottom:-4px;
}
.members-access-error {
	background: #fff;
	padding: 30px;
	width: 50%;
	margin: 60px auto;
}
.access-error {
	background: #efeeea;
}
.table-h3 h3 {
	display: table;
}
.table-h3 i {
	display: table-cell;
}
.table-h3 span {
	display: table-cell;
}
.pmpro_content_message {
    width: 60%;
    margin: 60px auto;
    line-height:40px;
    /*text-align: center;
    /*padding:30px;
    /*background:#fff;*/
}

.pmpro_content_message h2{
	text-align:center;
}

.pmpro_content_message .white-bg{
	padding-bottom:30px;
}

.pmpro_content_message a, .pmpro_content_message a:link{
	line-height:100%;
}

.page-id-878{
	background:#efeeea;
}

.page-id-878 main{
	float:left;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
/*--------------------------------------------------------------
PAGE: PRIORITY LOGIN
--------------------------------------------------------------*/
#gform_fields_login{
	padding-left:0;
	list-style-type: none;
}

#gform_fields_login input{
	width:100%;
}

div#gform_wrapper_0 {
    padding: 0;
    margin-bottom: 30px;
}

.priority-login p a{
    margin-top: 30px;
}

.logged-in .hide-logged-in{
	display:none;
}

.pw-change-form{
	display:none;
}

.logged-in .pw-change-form{
	display:block;
}

.priority-login #field_3{
	display:none;
}
/*--------------------------------------------------------------
PAGE: FORGOT PASSWORD
--------------------------------------------------------------*/
#password-lost-form-wrap .no-margin{
	position:relative;
	line-height:1.3
}

#password-lost-form-wrap p{
	position:relative;
	margin-bottom:20px;
}

.lostpassword-submit{
	margin-top:32px;
}

#password-lost-form-wrap input{
	width:100%;
	margin-top:15px;
	padding: 21px 10px 5px;
	display:inline-block;
}

#password-lost-form-wrap legend{
	display:none;
}

#password-lost-form-wrap fieldset{
	border:none;
	margin:0;
	padding:0;
}

.som-password-sent-message{
	border-radius:0;	
}

#resetpasswordform input#som_new_user_pass, #resetpasswordform input#som_new_user_pass_again{
	width:100%;
	max-width:100%;
}

#resetpasswordform p.not-required{
	margin-bottom:0;
}

.blue-check-box p{
	background:#182860;
	padding:15px;
	color:#fff;
}

.blue-check-box p:before{
	font-family: "Font Awesome 5 Pro";
	content:"\f00c";
	font-weight:700;
	margin-right:10px;
}


/*--------------------------------------------------------------
PAGE: INVOICE
--------------------------------------------------------------*/
.invoice ul, body.pmpro-invoice .entry-content ul{
	list-style-type:none;
	padding:0;
	margin-left:0;
}

.invoice #nav-below .nav-prev{
	margin-top:10px;
}

.pmpro_invoice_details p{
	margin-bottom:0;
}

.pmpro_invoice .pmpro_invoice, .invoice ul, body.pmpro-invoice .entry-content ul.pmpro_invoice  .pmpro_invoice {
	padding-top:20px;
}


/*--------------------------------------------------------------
PAGE: PMPro ACCOUNT
--------------------------------------------------------------*/
#pmpro_account-membership th, #pmpro_cancel th, #pmpro_account-invoices th, #pmpro_invoices_table th{
	text-align: left;
}
#pmpro_invoices_table{
	margin-bottom:30px;
}
#pmpro_account .pmpro_box h3, #pmpro_cancel h2, #pmpro_form .pmpro_checkout h3 {
	background: #481800;
	color: #fff;
	padding: 30px 30px 25px;
	line-height:75%;
}
.pmpro_checkout h3 span.pmpro_checkout-h3-name {
	margin: 0;
}
.pmpro_checkout .tos-title{
	display:none;
}
.page-id-1341 #pmpro_form hr{
	display:none;
}
#pmpro_account .pmpro_box table, #pmpro_cancel table {
	background: #fff;
	margin: 30px;
	width: calc(100% - 60px);
}
table + .pmpro_actionlinks, #pmpro_account #pmpro_account-profile ul + .pmpro_actionlinks {
	padding: 15px 30px 30px 30px;
}
#pmpro_account #pmpro_account-profile ul + .pmpro_actionlinks{
	padding-top:0;
}
#pmpro_account .pmpro_box {
	border-top: none;
	padding: 0;
	margin-bottom: 60px;
}
#pmpro_account #pmpro_account-membership, #pmpro_account #pmpro_account-profile, #pmpro_cancel, #pmpro_pricing_fields, .pmpro_checkout-fields, #pmpro_account #pmpro_account-invoices {
	background: #fff;
}
#pmpro_account #pmpro_account-invoices {
    padding-bottom: 1px;
}
#pmpro_account #pmpro_account-profile ul {
	margin: 30px;
	padding: 0;
	list-style-type: none;
	clear: both;
    float: left;
    width: 100%;
}
#pmpro_pricing_fields .pmpro_checkout-fields, .pmpro_checkout-fields {
	padding: 30px;
}
#pmpro_tos_fields.logged-in .pmpro_checkout-fields.tos{
	padding:0;
}
.pmpro_checkout-fields.tos{
	padding:30px 0 0;
}
form.pmpro_form .pmpro_checkout-field.pmpro_checkout-field-bphone, form.pmpro_form .pmpro_checkout-field.pmpro_captcha{
	margin-bottom:0;
}
.pmpro_checkout-h3-msg a {
	color: #d1c6c0;
}
.pmpro_checkout-h3-msg a:hover {
	color: #d1c6c0;
	border-color: #d1c6c0
}
div.pmpro_alert {
	background-color: #b6c7ff;
	border-color: #faebcc;
	color: #182860;
	border-radius: 0;
	border: none;
}
.pmpro_alert a {
	text-decoration: none;
	color: #3c5ac3;
}
#pmpro_payment_information_fields hr, #pmpro_billing_address_fields hr {
	display: none;
}
form.pmpro_form .input, form.pmpro_form textarea, form.pmpro_form select {
	max-width: 100%;
	width: 100%;
}
form.pmpro_form .pmpro_checkout-fields div {
	position: relative;
}

.my-subscriptions, .past-invoices{
	list-style-type:none;
	padding:0;
}

.my-subscriptions li, #pmpro_account-profile li{
	width:33.333%;
	float:left;
}

#pmpro_account-profile .pmpro_actionlinks{
	clear:both;
}

.past-invoices li{
	width:25%;
	float:left;
}

#pmpro_account-membership .pmpro_actionlinks a:last-child{
	margin: 0 30px 30px;
}

#pmpro_account .pmpro_box ul{
	margin:30px;
}

input.invalid{
	background:rgba(177, 17, 17, .05);
}

/*--------------------------------------------------------------
PAGE: CHECKOUT SUCCESS
--------------------------------------------------------------*/
body.pmpro-confirmation .entry-content ul{
	list-style-type:none;
	padding:0;
	margin-left:0;
}

/*--------------------------------------------------------------
PAGE: EDIT PROFILE
--------------------------------------------------------------*/
#field_6_1 .gfield_label{
	display:none;
}

#input_6_1_2_container, #input_6_1_1_container{
	position:relative;
}

#input_6_1_2_container label{ 
	left:17px;	
}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label{
	letter-spacing:0;
}

.padding-bottom-30{
	padding-bottom:30px;
}

#gform_confirmation_wrapper_6{
	margin-bottom:60px;
	clear: both;
    float: left;
    width: 100%;
}

#gform_confirmation_wrapper_6 a.red-btn:nth-child(1){
	float:left;
}

#gform_confirmation_wrapper_6 a.red-btn:nth-child(2) {
    float: right;
}


/*--------------------------------------------------------------
PAGE: PICK YOUR APPRAISAL
--------------------------------------------------------------*/
.white-bg-box > .vc_column-inner > .wpb_wrapper, .gift .white-bg-box {
	background: #fff;
	padding: 30px;
	margin-bottom: 30px;
	transition: all .3s;
	box-shadow: 0px 0px 6.72px 0.28px rgba(0, 0, 0, 0.35)
}
.gift .white-bg-box > .vc_column-inner > .wpb_wrapper {
	padding: 0;
	margin: 0;
}
.gift h3 {
	font-size: 22px;
}
.left1 {
	margin-left: 2%;
}
.left2 {
	width: 22%;
	margin-right: 1%;
}
.right1 {
	margin-left: 1%;
}
.right2 {
	width: 22%;
}
/*--------------------------------------------------------------
PAGE: COMPARE DR LORI
--------------------------------------------------------------*/
.entry-content .vc_row .wpb_column .vc_column-inner .wpb_content_element.criteria, .entry-content .vc_row .wpb_column .vc_column-inner .wpb_content_element.dl, .entry-content .vc_row .wpb_column .vc_column-inner .wpb_content_element.others {
	margin-bottom: 0;
}
.entry-content .vc_row .wpb_column .vc_column-inner .wpb_content_element.compare-div {
	margin: 30px 0;
}
.criteria h3 {
	font-size: 22px;
}
.entry-content .vc_row .wpb_column .vc_column-inner .wpb_content_element.mobile-label {
	margin-bottom: 0;
}
.others {
	text-align: center;
}
.others-header {
	text-align: center;
}
.others p {
	color: #182860;
	font-size: 22px;
	font-weight: 600;
	margin-top: -9px;
}
/*--------------------------------------------------------------
VIDEOS
--------------------------------------------------------------*/
li.dr_lori_videos, .tip-video {
	background: #182860;
}
.video-embed {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}
.video-right {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	padding: 2%;
}
p.video-byline {
	color: #fff;
	font-size: 14px;
	display: block;
	margin-bottom: 10px;
}
p.video-byline.post {
	color: #404040;
	margin-bottom: 0;
}
.blog-right p.video-byline {
	color: #404040;
}
.video-desc a {
	color: #b6c7ff;
}
.video-desc a:hover {
	color: #b6c7ff;
	border-color: #b6c7ff;
}
.video-desc p {
	margin-bottom: 0;
	color: #fff;
}
/*.video-title{
	margin-top:30px;
}*/

.wpb_text_column :last-child .video-title h2, .tip-video h2, .tip-video h2 a {
	color: #b6c7ff;
	font-size: 28px;
	margin-bottom: 10px;
}
.tip-video h2 a:hover {
	border-color: #b6c7ff;
}
.video-embed iframe, .video-embed object, .video-embed embed, .video-embed img {
	width: 100% !important;
	height:315px;
}
.wpb_text_column :last-child iframe, .wpb_text_column .video-embed :last-child img, .tip-video iframe, .video-embed img, .video-embed object, .video-embed embed {
	margin-bottom: -5px;
	border: none;
}
.videos-cta {
	background: #efeeea;
}
.videos-cta .outline-box.wpb_column.vc_column_container h2 {
	margin-top: -21px;
}
body .videos-cta .wpb_text_column {
	margin-bottom: 30px;
}
.videos-cta .vc_btn3-container {
	margin-bottom: 30px;
}
.post-type-archive-dr_lori_videos .video-desc iframe, .post-type-archive-dr_lori_videos .video-desc img, .post-type-archive-dr_lori_videos .video-desc object, .post-type-archive-dr_lori_videos .video-desc > div,
.tax-video_categories .video-desc iframe, .tax-video_categories .video-desc img, .tax-video_categories .video-desc object, .tax-video_categories .video-desc > div{
	display:none;
}

.post-type-archive-dr_lori_videos #myVideo{
	top:150%;
}

/*.term-discoverys-auction-kings .inner-header{
	background-position-y:5%;
}
*/


/*--------------------------------------------------------------
PAGE: SINGLE VIDEO
--------------------------------------------------------------*/
.single-dr_lori_videos .video-title h2 a {
	pointer-events: none;
}

.single-dr_lori_videos img.attachment-medium.size-medium.wp-post-image, .single-dr_lori_videos > img, .single-dr_lori_videos >iframe, .single-dr_lori_videos >object, .single-dr_lori_videos > .scripps_iframe_embed,
.single-dr_lori_videos .video-desc iframe, .single-dr_lori_videos .video-desc img, .single-dr_lori_videos .video-desc object, .single-dr_lori_videos .video-desc > div{
	display:none;
}
/*--------------------------------------------------------------
PAGE: EVENT TOPICS
--------------------------------------------------------------*/
#secondary {
	display: none;
}
.single-event_topics main, .single-continuing_education main, .single-event main, .single-post main, .single-books_by_dr_lori main, .blog main, 
.single-antique_tips main, .archive main, .single-dr_lori_videos main, .single-testimonials main, .single-publications main{
	margin-top: 0;
	clear: both;
	float: left;
	width: 100%;
}
.single-testimonials .video-byline, .single-publications .video-byline{
	display:none;
}
.single-continuing_education .entry-title {
	margin-bottom: 30px;
}
.ce-section {
	margin-bottom: 0;
	font-style: italic;
	font-weight: 700;
}
.single-post main, .single-books_by_dr_lori main {
	padding-bottom: 20px;
}
.single-cta {
	background: #efeeea;
}
.fpw li.type-event_topics, .fpw li.type-continuing_education {
	width: 31%;
	margin: 1%;
	float: left;
	box-shadow: 0px 0px 6.72px 0.28px rgba(0, 0, 0, 0.35);
	transition: all .3s;
}
.fpw li.type-event_topics:hover, .fpw li.type-continuing_education:hover {
	box-shadow: 0px 0px 10.72px 0.28px rgba(0, 0, 0, 0.35);
	transform: translate(0, -3px);
}
.fpw li.type-event_topics img, .fpw li.type-continuing_education img {
	transition: all .3s;
}
.fpw li.type-event_topics:hover img, .fpw li.type-continuing_education:hover img {
	transform: scale(1.1);
}
.fpw li.type-event_topics .thumb, .fpw li.type-continuing_education .thumb {
	overflow: hidden;
}
/*.fpw li.type-event_topics .title p{
	font-size:17px;
}*/

.fpw li.type-continuing_education {
	width: 48%;
	background: #fff;
	/* padding: 25px;*/
	max-height: 170px;
	overflow: hidden;
	font-weight: 700;
}
.fpw li.type-event_topics:nth-child(4) {
	clear: both;
}
.fpw li.type-event_topics > a, .fpw li.type-continuing_education > a {
	display: table;
	width: 100%;
}
.fpw li.type-event_topics .thumb, .fpw li.type-continuing_education .thumb {
	display: table-cell;
	vertical-align: middle;
	width: 40%;
	min-width: 40%;
	text-align: right;
}
.fpw li.type-continuing_education .thumb {
	width: 21%;
}
.fpw li.type-continuing_education .title {
	width: 79%;
}
.fpw li.type-event_topics .thumb img, .fpw li.type-continuing_education .thumb img {
	margin-bottom: -6px;
	width: 100%;
}
.fpw li.type-event_topics .title, .fpw li.type-continuing_education .title {
	display: table-cell;
	vertical-align: middle;
	width: 60%;
	padding: 4%;
	background: #fff;
	border-bottom: 1px solid transparent;
	font-weight: 700;
	min-width: 60%;
}
.fpw li.type-event_topics .title span, .fpw li.type-continuing_education .title span {
	transition: all .3s;
	border-bottom: 1px solid transparent;
}
.fpw li.type-event_topics .title:hover p span, .fpw li.type-continuing_education .title:hover p span {
	/*opacity:.8;*/
	border-bottom: 1px solid #3c5ac3;
}
/*.fpw li.type-event_topics:nth-child(5n){
	clear:both;
}*/

.post-image, .post-image + img.attachment-medium.size-medium.wp-post-image{
	display: none;
}

.blog .post-image, .post-type-archive-antique_tips .post-image, .tax-tip_categories .post-image, .archive.category .post-image, .single-publications .post-image{
	display: block;
	transition: all .3s;
}
.single-publications .post-image{
	text-align:left;
}
.blog .post-image:hover, .archive.category .post-image:hover, .post-type-archive-antique_tips .post-image:hover, .tax-tip_categories .post-image:hover {
	transform: scale(1.1);
}
.wpb_text_column .dpe-flexible-posts a:hover {
	border-color: transparent;
}

.single-event_topics img.attachment-medium.size-medium.wp-post-image{
	display:none;
}

.single-event_topics.postid-2412 .inner-header{
	background-position-y:5% !important;
}
.single-event_topics.postid-354 .inner-header{
	background-position-y:28% !important;
}
.single-event_topics.postid-360 .inner-header{
	background-position-y:35% !important;
}
.single-continuing_education .inner-header{
	background-position-y:15% !important;
}

/*--------------------------------------------------------------
PAGE: EVENTS
--------------------------------------------------------------*/
div.css-search {
	background: #182860;
	float: left;
	width: 100%;
	clear: both;
	padding: 10px 5px 5px;
}
div.css-search div.em-search-main div {
	float: left;
	width: 46%;
	margin: 0 1%;
}
div.css-search.has-search-geo.has-search-term input.em-search-text, div.css-search.has-search-geo.has-search-term input.em-search-geo {
	width: 100%;
}
.css-events-list {
	clear: both;
	width: 100%;
	/*margin:0px auto;
	max-width:1180px;*/
	padding: 60px 0 0;
}
.em-search-wrapper p {
	margin: 0;
}
.em-search-wrapper br {
	display: none;
}
div.css-search.has-advanced div.em-search-main {
	border: none;
}
div.css-search div.em-search-text {
	background: url(/wp-content/themes/alpha-child/images/search-icon-blue.png) 0px 11px no-repeat;
	padding-left: 25px;
}
div.css-search div.em-search-geo {
	background: url(/wp-content/themes/alpha-child/images/location-icon.png) 0px 11px no-repeat;
	padding-left: 25px;
}
.show-advanced, .show-search {
	color: #b6c7ff;
}
div.css-search div.em-search-advanced {
	color: #fff;
	width: 100%;
	float: left;
	clear: both;
}
div.css-search div.em-search-main .em-search-submit {
	background: #b11111;
	border: none;
	border-radius: 0;
	position: relative;
	width: 4%;
	float: left;
	transition: all .3s
}
div.css-search div.em-search-main .em-search-submit:hover {
	background: #c04040;
}
div.css-search div.em-search-advanced > div {
	clear: none;
	float: left;
}
div.css-search div.em-search-advanced label > span {
	min-width: 0;
	font-weight: 700;
	padding: 0 10px 0 5px;
}
.element-is-sticky {
/*margin-top:168px !important;*/
}
table.em-calendar.fullcalendar {
	width: 100%;
}
table.em-calendar .days-names td {
	width: 14.28%;
	padding: 10px;
	text-align: center;
	height: auto;
	background: #9C8375;
	color: #fff;
	border-color: #bcaba2;
}
table.fullcalendar td {
	height: 100px;
}
table.em-calendar td.eventful a, table.em-calendar td.eventful-today a {
	color: #3c5ac3;
}
table.em-calendar td.eventful > a, table.em-calendar td.eventful-today > a {
	color: #404040;
}
table.em-calendar td {
	padding: 8px;
}
.eventful ul, .eventful-post ul, .eventful-today ul, .eventful-pre ul {
	padding: 0;
	list-style: none;
}
.eventful ul a, .eventful-post ul a, .eventful-today ul a, .eventful-pre ul a {
	font-size: 7px;
}
.eventful ul li, .eventful-post ul li, .eventful-today ul li, .eventful-pre ul li {
	line-height: 80%;
}
table.em-calendar td.eventful-pre a, table.em-calendar td.eventful-post a {
	text-decoration: none;
}
table.fullcalendar td {
	vertical-align: top;
}
table.fullcalendar thead td {
	height: auto;
	text-align: center;
	padding: 15px 10px;
	border-color: transparent;
	border-bottom-color: #481800;
	color: #d1c6c0;
}
table.fullcalendar thead td:last-child {
	border-right: 1px solid #481800;
}
table.em-calendar thead {
	background: #481800;
	color: #fff;
	font-family: Cambo, serif;
	font-size: 25px;
	font-weight: 400;
}
table.em-calendar td.eventless-today, table.em-calendar td.eventful-today {
	background-color: #e3e2de
}
.em-calnav {
	color: #d1c6c0;
}
.wpb_text_column a.em-calnav:hover {
	color: #d1c6c0;
	opacity: 1;
	border-color: #d1c6c0;
}
.light-bg li.month {
	color: #fff;
}
.events.light-bg {
	float: left;
	width: 100%;
	clear: both;
	background-image: none;
}
table.fullcalendar tbody td {
	background: #fff;
}
table.fullcalendar td {
	border-color: #f0f0f0;
}
.events.light-bg .title a {
	color: #3c5ac3;
	font-size: 18px;
}
.events.light-bg .title a:hover, .light-bg a.event-link:hover {
	border-color: #3c5ac3;
}
.light-bg a.event-link {
	color: #3c5ac3;
}
.light-bg li.event-listing {
	border-bottom-color: transparent;
	background: #fff;
	padding: 15px;
	width: 100%;
	box-shadow: 0px 0px 6.72px 0.28px rgba(0, 0, 0, 0.35);
	transition: all .3s;
	margin-bottom: 15px;
}
.light-bg li.event-listing:hover {
	box-shadow: 0px 0px 10.72px 0.28px rgba(0, 0, 0, 0.35);
	transform: translate(0, -3px);
}
.page-id-232 li.day {
	border: 1px solid #efefef;
	border-top: none;
}
.page-id-232 .events.light-bg > .wpb_wrapper > div > ul {
	height: auto;
}
.page-id-232 .event-listing ul.right {
	width: calc(80% - 86px);
}
.page-id-232 .event-listing .event-image {
	width: 20%;
	float: left;
	overflow: hidden;
}
.page-id-232 .event-listing .event-image img {
	margin-bottom: -5px;
	height: 83px;
	width: auto;
	max-width: none;
}
/*--------------------------------------------------------------
PAGE: SINGLE EVENT
--------------------------------------------------------------*/
.date-time-place {
	width: calc(25% - 30px);
	margin: 0 15px;
	float: left;
}
.date-time-place i {
	width: 30px;
	text-align: center;/*padding-right:10px;*/
}
.date-time-place span {
	padding-left: 30px;
	display: block;
}
.event-info-wrap {
	background: #182860;
	float: left;
	width: 100%;
	clear: both;
	color: #fff;
	margin-bottom: 30px;
	padding: 30px 15px;
}
.event-info-wrap strong {
	font-family: Cambo, serif;
	color: #b6c7ff;
	font-size: 18px;
	font-weight: 400;
}
.event-info-wrap p.date {
	color: #fff;
}
.time a {
	color: #b6c7ff;
}
.time a:hover {
	color: #b6c7ff;
	border-color: #b6c7ff;
}
.single-event {
	background: #efeeea;
}
.single-event .entry-content {
	background: #fff;
	padding-bottom: 30px;
}
.event-info {
	padding: 0 30px;
}
.single-event .addthis_tool {
	padding: 0 30px;
}
.event-img-map {
	background: #efeeea;
	float: left;
	clear: both;
	width: 100%;
	padding-bottom: 30px;
}
.event-img-map .event-image {
	width: 50%;
	float: left;
	max-height: 180px;
	overflow: hidden;
}
.event-img-map .event-map {
	width: 48%;
	float: left;
	margin: 0 0 0 2%;/*background: #fff;
    height: 300px;*/
}
.event-map div.em-location-map-container {
	height: 180px !important;
}
div.em-location-map-container {
	width: 100% !important;
	padding: 5px;
}
.single-event .nav-links {
	margin: 0 0 30px;
	clear: both;
	float: left;
	width: 100%;
}
/*.event-links a{
	display:inline;
	margin:0 10px;
}*/

.event-links .all-events {
	float: right;
}
.pum-theme-1324, .pum-theme-default-theme {
	background-color: rgba(0,0,0,.75);
}
.pum-theme-1324 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
	top: 0;
	right: 0;
	background: #182860;
	line-height: 12px;
}
.pum-theme-1324 .pum-container, .pum-theme-default-theme .pum-container {
	padding: 0;
}
.pum-container .gform_wrapper {
	margin: 0;
}
.gchoice_select_all, .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label, .gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
	color: #182860;
}
div#respond {
	display: none;
}

.single-event > img.attachment-medium.size-medium.wp-post-image{
	display:none;
}
/*--------------------------------------------------------------
WATCH DR LORI ON TV
--------------------------------------------------------------*/
.events.light-bg .wpb_wrapper div > ul {
	padding: 10px 0;
}
.padding-none.events.light-bg .wpb_wrapper div > ul {
	padding: 0;
}
/*--------------------------------------------------------------
BOOKS
--------------------------------------------------------------*/
a.image-link:hover, .single .entry-content a.image-link:hover{
	border-color:transparent;
}
.books_by_dr_lori .excerpt img{
	max-width:120px;
	margin-top:10px;
}

.dr-lori-books .excerpt img:hover{
	transform:none;
}

.dr-lori-books {
	clear: both;
	float: left;
	width: 100%;
}
.dr-lori-books li {
	width: 31%;
	margin: 1%;
	float: left;
}
.dr-lori-books .title {
	background: #182860;
	padding: 20px;
	position: relative;
	z-index: 4;
}
.dr-lori-books .title h3 {
	color: #b6c7ff;
	font-style: italic;
}
.dr-lori-books .excerpt {
	padding: 20px;
	background: #fff;
}
.dr-lori-books .excerpt p {
	color: #404040;
}
.dr-lori-books .excerpt p a {
	font-weight: 700;
}
.dr-lori-books p.learn-more {
	margin-top: 10px;
}
li.type-books_by_dr_lori h3 em {
	border-bottom: 1px solid transparent;
	transition: all .3s;
}
li.type-books_by_dr_lori h3:hover em {
	border-bottom: 1px solid #b6c7ff;
}
.dr-lori-books .img-wrap {
	overflow: hidden;
	margin-bottom: -5px;
	position: relative;
	z-index: 3;
}
.dr-lori-books img {
	transition: all .3s;
	width: 100%;
}
.dr-lori-books img:hover {
	transform: scale(1.1);
}

.single-books_by_dr_lori .post-image{
	float:right;
	display:block;
	padding-left:20px;
}
/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/
#input_4_1, #input_8_1, #input_9_1, #input_10_1{
	height: 46px;
}
li#field_9_1{margin-top:9px;}
li#field_10_1{margin-top:15px;}
#gform_submit_button_4, #gform_submit_button_8, #gform_submit_button_9, #gform_submit_button_10{
	height: 46px;
}
body #gform_wrapper_4 .top_label div.ginput_container, body #gform_wrapper_4 ul#gform_fields_4 li.gfield ,
body #gform_wrapper_8 .top_label div.ginput_container, body #gform_wrapper_8 ul#gform_fields_4 li.gfield,
body #gform_wrapper_9 .top_label div.ginput_container, body #gform_wrapper_9 ul#gform_fields_4 li.gfield,
body #gform_wrapper_10 .top_label div.ginput_container, body #gform_wrapper_10 ul#gform_fields_4 li.gfield {
	margin-top: 0;
	margin-bottom: 0;
}
#gform_wrapper_4 .gform_footer, #gform_wrapper_8 .gform_footer, #gform_wrapper_9 .gform_footer , #gform_wrapper_10 .gform_footer{
	padding: 0;
}
.hide-767 {
	display: none;
}
.site-footer .menu-footer-menu-container a {
	color: #fff;
}
.site-footer .menu-footer-menu-container .sub-menu a:hover {
	border-color: rgba(255,255,255,.5);
}
.site-footer .menu-footer-menu-container ul {
	list-style: none;
	padding: 0;
}
.site-footer li.menu-item-has-children > a {
	font-size: 20px;
	font-family: Cambo, serif;
	margin-bottom: 15px;
	display: block;
}
.site-footer ul li {
	margin-bottom: 10px;
}
.site-footer li.menu-item-has-children {
	width: 33%;
	float: left;
}
.site-footer iframe {
	width: 100%;
	text-align: center;
	margin-top: 25px;
}
.site-footer .vc_col-sm-12 {
	border-top: 1px solid rgba(255,255,255,.5);
	/*margin-top: 30px;*/
	padding-top: 30px;
	text-align: center;
	clear: both;
}
.site-footer .vc_col-sm-12 p {
	font-size: 14px;
	margin-bottom: 0px;
}
.site-footer .footer-copyright {
	padding: 10px 0 0;
	line-height: 160%;
}
.footer-icons a {
	padding: 0 16px;
}
.footer-icons a:first-child {
	padding-left: 0;
}
.footer-icons a:hover {
	opacity: .8;
	border-color: transparent;
}
#black-studio-tinymce-2 a:hover {
	border-color: rgba(255,255,255,.5);
}
.stickyfooter {
	display: none;
	position: fixed;
	bottom: 0;
	width: 100%;
	/* height: 35px;*/
	background-color: #a39d93;
	padding: 5px;
	z-index: 9;
	color: #fff;
	text-align: center;
	transition: all .3s;
}
.stickyfooter p {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	width: 200px;
	margin: 0 auto;
	background: #b11111;
	padding: 8px 25px;
	transition: all .3s;
}
.stickyfooter p:hover {
	background: #c04040;
}
.newletter.hide-767 {
	background: #182860;
	padding-top: 30px;
	clear: both;
}
.newletter.hide-767 iframe {
	width: 100%;
	height: 75px;
}
#gform_wrapper_4, #gform_wrapper_8,  #gform_wrapper_9,  #gform_wrapper_10{
	background: transparent;
	padding: 0;
	margin: 0;
}
#gform_wrapper_4 .gform_body, #gform_wrapper_8 .gform_body, #gform_wrapper_9 .gform_body, #gform_wrapper_10 .gform_body  {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}
#gform_wrapper_4 .gform_footer, #gform_wrapper_8 .gform_footer, #gform_wrapper_9 .gform_footer, #gform_wrapper_10 .gform_footer {
	/*width:30%;*/
	display: table-cell;
	vertical-align: middle;
}
#gform_wrapper_4 ul.gform_fields li.gfield, #gform_wrapper_8 ul.gform_fields li.gfield ,  #gform_wrapper_9 ul.gform_fields li.gfield,  #gform_wrapper_10 ul.gform_fields li.gfield  {
	padding-right: 5px;
}
#gform_wrapper_4 .gform_footer input.button, #gform_wrapper_4 .gform_footer input[type=submit],
#gform_wrapper_8 .gform_footer input.button, #gform_wrapper_8 .gform_footer input[type=submit],
#gform_wrapper_9 .gform_footer input.button, #gform_wrapper_9 .gform_footer input[type=submit],
#gform_wrapper_10 .gform_footer input.button, #gform_wrapper_9 .gform_footer input[type=submit]  {
	margin-right: 0;
	padding: 11px 25px 14px;
}
/*.ubermenu-submenu #gform_wrapper_4 .gform_footer input.button,.ubermenu-submenu #gform_wrapper_4 .gform_footer input[type=submit]{
	padding:13px 25px;
}*/

.site-footer .vc_col-sm-5 h3, .newletter.hide-767 h3 {
	color: #fff;
	text-align: center;
	font-size: 24px;
	margin-bottom: 15px;
	margin-top: 20px;
}
div.gform_wrapper .gform_footer input[type=submit] {
	border-radius: 0 !important;
	font-family: "Open Sans", sans-serif;
}
input[type=text], input[type=email], input[type=password], input[type=url], textarea, .woocommerce .input-text, .woocommerce input[type=email], .woocommerce input[type=url], .woocommerce input[type=password], .woocommerce input[type=search], .woocommerce textarea {
	border-radius: 0;
	box-shadow: none;
}
input[type=password]{
	border:1px solid #cccccc;
}
/*--------------------------------------------------------------
"GO TO TOP BUTTON"
--------------------------------------------------------------*/
.topbutton {
    line-height: 29px;
    width: 29px;
    height: 29px;
	position:fixed;
	right:17px;
	bottom:17px;
	z-index:11;
	/*background-image: url("/wp-content/themes/alpha-child/images/arrowup.png");
	background-repeat:no-repeat;*/
	display:none;
	color:#fff;
	background:rgba(0,0,0,.5);
	text-align:center;
	border-radius:200%;
	    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    transition: transform .2s ease;
    -webkit-transition: transform .2s ease;
    -moz-transition: transform .2s ease;
}

.topbutton:hover{
	color:#fff;
	background:#b11111;
}
/*--------------------------------------------------------------
COOKIE CONSENT MESSAGE PRIVACY
--------------------------------------------------------------*/
a.cc-link {
	color: #3c5ac3 !important;
	text-decoration: none;
	opacity: 1;
	transition: all .3s;
	border-bottom: 1px solid transparent;
}
a.cc-link:hover {
	opacity: 1;
	border-bottom: 1px solid #3c5ac3;
}
.cc-banner {
	border: 1px solid #ccc;
	border-bottom: none;
	max-width: 1180px;
	margin: 0 auto;
}
a.cc-btn {
	padding: 3px 25px;
	font-family: "Open Sans", sans-serif;
}
.cc-message {
	font-family: "Open Sans", sans-serif;
}
/*--------------------------------------------------------------
BLOG
--------------------------------------------------------------*/
.inner-header {
	background-image: url("/wp-content/themes/alpha-child/images/inner-hero-0.jpg");
	background-size: cover;
	margin-top: 168px;
	background-position: 50%;
	background-color: #182860;
	text-align: center;
	/*padding: 60px 10px;*/
}
.single-books_by_dr_lori .inner-header{
	background-image: url("/wp-content/uploads/books-e1579700192205.jpg");
}
.single-antique_tips .inner-header{
	background-image: url("/wp-content/uploads/objects.jpg");
}
.single-post .inner-header{
	background-image: url("/wp-content/uploads/bloghero.jpg");
}
.inner-header.video{
	position:relative;
	overflow:hidden;
	padding:0;
}
.page-template-default .inner-header.video{
	margin-top:0;
}
.inner-header .hero-overlay {
    background: rgba(0,0,0,.5);
    padding:60px 0;
}
/*.inner-header:before{
	content: "";
	z-index:-1;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); 
}*/
.inner-header.video:before{
	content: "";
	z-index:2;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); 
 }
 .home-hero .inner-header.video:before{
 	z-index:1;
 }
.inner-header.video .wrapper{
	z-index:2;
	position:relative;
}
.inner-header.video .hero-overlay{
	background:rgba(0,0,0,.5);
	padding:120px 0 ;
	position:relative;
}
.page-id-232 .inner-header.video .hero-overlay{
	padding:240px 0;
}

.home .inner-header.video .hero-overlay{
	padding-bottom:0;
	padding-top:60px;
}

#myVideo {
  position: absolute;
  top: 50%; 
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%; 
  min-height: 100%; 
  width: auto; 
  height: auto;
  z-index: 1; 
  overflow: hidden;
}
.single-event .inner-header {
	background-image: url("/wp-content/themes/alpha-child/images/appraisalcrowd2.jpg");
	background-position-y:5%;
}
.inner-header h1 {
	color: #fff;
	margin: 0;
}
.first-post .vc_grid-item {
	background: #efeeea;
}
.first-post .vc_gitem_row .vc_gitem-col {
	padding: 30px;
}
.first-post .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
	padding: 0;
}
.first-post .vc-gitem-zone-height-mode-auto:before {
	padding-top: 400px;
}
.first-post .vc_grid-item-mini > .vc_gitem-animated-block {
	display: table-cell;
	float: none;
	width: 50%;
	vertical-align: middle;
}
.first-post .vc_grid-item-mini > .vc_gitem-zone {
	display: table-cell;
	float: none;
	width: 50%;
	vertical-align: middle;
}
.vc_general.vc_btn3:focus, .vc_general.vc_btn3:hover {
	border: none;
}
.other-posts .vc_gitem-zone.vc_gitem-zone-c {
	min-height: 340px;
}
.other-posts .vc-gitem-zone-height-mode-auto:before {
	padding-top: 50%;
}
.other-posts .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item:nth-child(2n) {
	padding-right: 0;
	padding-left: 15px;
}
.other-posts .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item:nth-child(2n+1) {
	padding-right: 15px;
}
.vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper {
	margin: 0;
}
.vc_gitem-post-data-source-post_date {
	font-size: 14px;
	font-weight: 700;
	color: #8a8a8a;
}
.vc_gitem-post-data-source-post_title {
	margin-bottom: 0;
}
.vc_gitem-post-data-source-post_title h4 {
	margin-bottom: 0px;
}
/*NEW*/
.blog .post-image, .archive.category .post-image, .post-type-archive-antique_tips .post-image, .tax-tip_categories .post-image {
	height: 400px;
	background-size: cover;
	background-color: #182860;
	background-image: url('/wp-content/uploads/drlorihighres-bg-e1556550696869.jpg');/*background-position:50%;*/
}
.blog #main article, .archive.category #main article, .post-type-archive-antique_tips #main article, .tax-tip_categories #main article {
	width: calc(33.3333% - 30px);
	margin: 15px;
	float: left;
}
/*.tax-tip_categories article:first-child{
	display:table;
}

.tax-tip_categories  article:first-child .image-wrap{
	width:50%;
	display:table-cell;
	vertical-align:middle;
}*/

.blog #main article:nth-child(3) .image-wrap, .archive.category #main article:nth-child(1) .image-wrap, .post-type-archive-antique_tips #main article:nth-child(2) .image-wrap, .tax-tip_categories #main article:nth-child(2) .image-wrap {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
}
.blog #main article:nth-child(3) .blog-right, .archive.category #main article:nth-child(1) .blog-right, .post-type-archive-antique_tips #main article:nth-child(2) .blog-right, .tax-tip_categories #main article:nth-child(2) .blog-right {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	min-height: 0;
}
.blog #main article:nth-child(3), .archive.category #main article:nth-child(1), .post-type-archive-antique_tips #main article:nth-child(2), .tax-tip_categories #main article:nth-child(2) {
	width: calc(100% - 30px);
	display: table;
}
.posts-navigation {
	float: left;
	width: 100%;
	clear: both;
}
.archive.category #main article:nth-child(3n+2), .blog #main article:nth-child(3n+1), .post-type-archive-antique_tips #main article:nth-child(3n), .tax-tip_categories #main article:nth-child(3n) {
	clear: both;
}
.blog h2.entry-title, .archive.category h2.entry-title, .post-type-archive-antique_tip h2.entry-title, .tax-tip_categories h2.entry-title {
	font-size: 25px;
}
.single .entry-header .entry-meta {
	display: none;
}
.blog-right {
	background: #efeeea;
	padding: 30px;
	min-height: 417px;
}
.blog-right p {
	margin-bottom: 0;
}
.blog-right h2 a:hover {
	border-color: #3c5ac3;
}
.post .entry-meta .posted-on {
	font-weight: 700;
}
.blog article.type-post {
	padding: 0;
}
.blog .blog-right .entry-content p, .archive.category .blog-right .entry-content p, .post-type-archive-antique_tips .blog-right .entry-content p, .tax-tip_categories .blog-right .entry-content p {
	margin-bottom: 30px;
}
.tip-category-list.blog-cats, .post-type-archive-antique_tips .tip-category-list{
	padding:20px 0 5px;
}
.blog main, .post-type-archive-antique_tips main{
	padding-top:0;
}
/*--------------------------------------------------------------
SINGLE BLOG POST
--------------------------------------------------------------*/
.single-post main, .single-antique_tips main, .single-books_by_dr_lori main {
	background: #efeeea;
}
.single-post article, .single-antique_tips article, .single-books_by_dr_lori article {
	background: #fff;
	box-shadow: 0px 0px 6.72px 0.28px rgba(0, 0, 0, 0.35);
	padding: 30px;
}
.single-post .entry-header {
	padding: 30px 0;
}
.blog-title {
	color: #fff;
	font-size: 2.375rem;
}
.single-post p.video-byline.post {
	font-size: 1rem;
	margin-bottom: 30px;
}
/*--------------------------------------------------------------
PAGE: TIPS / RESEARCH
--------------------------------------------------------------*/
.search-results .inner-header, .search-no-results .inner-header{
	background-image: url(/wp-content/uploads/searchresultshero.jpg);
	background-position-y:0%;
}
.tip-category-list li {
	display: inline-block;
	list-style-type: disc;
	padding: 10px;
}
.tip-category-list ul {
	padding: 0;
}
.tip-category-list a:hover {
	border-color: #3c5ac3;
}
.tip-category-list {
	text-align: center;
	padding: 20px 0 5px;
}
.breadcrumb li {
	display: inline;
	padding-right: 5px;
}
.breadcrumb li:last-child {
	color: #481800;
}
.breadcrumb {
	padding: 30px 0;
	margin: 0;
	text-align: center;
	border-bottom: 1px solid #ddd;
}
.breadcrumb a:hover {
	border-color: #3c5ac3;
}
.tax-tip_categories main {
	padding-top: 0;
}
.image-wrap {
	height: 400px;
	overflow: hidden;
}
.page-numbers {
	border-radius: 2px;
	border: 1px solid #ccc;
	padding: 10px 20px;
	color: #666;
	text-decoration: none;
}
span.page-numbers.current {
	font-weight: bold;
	color: #3c5ac3;
	border-color: #3c5ac3;
}
a.next.page-numbers, a.prev.page-numbers {
	margin-top: -12px;
}
a.page-numbers:hover {
	color: #3c5ac3;
}
a.next.page-numbers {
	float: right;
}
a.prev.page-numbers {
	float: left;
}
.page-numbers {
	margin: 0 10px;
}
.navigation.pagination {
	clear: both;
	float: left;
	width: 100%;
	margin-top: 60px;
	text-align: center;
}
section.no-results.not-found {
	margin-bottom: 60px;
}
/*--------------------------------------------------------------
PAGE: SINGLE RESEARCH
--------------------------------------------------------------*/

.tip-video {
	margin-bottom: 30px;
	display: table;
	width: 100%;
}
.post-type-archive-antique_tips .blog-right, .tax-tip_categories .blog-right {
	min-height: 382px;
}
/*.single-antique_tips .inner-header h1{
	margin-bottom:20px;
}*/
.single-antique_tips .post-image ~ img.attachment-medium.size-medium.wp-post-image{
	display:none;
}

.single-antique_tips #main article{
	float:left;
	min-width:100%;
}

/*--------------------------------------------------------------
PAGE: CONTACT
--------------------------------------------------------------*/
.gform_fileupload_rules{
	display:none;
}
.page-id-71 .inner-hero, .page-id-780 .inner-hero{
	background-position-y:0%;
}
.gform_wrapper .field_description_below .gfield_description{
	padding-top:4px;
}

.gfield_html_formatted a:hover{
	border-bottom-color:#3c5ac3;
}
.contact-iframe {
	height: 761px;
}
.gform_wrapper, .gform_confirmation_wrapper {
	background: #fff;
	padding: 20px 30px;
	margin-top: 0;
}
/*div.gform_wrapper .gform_footer input[type=submit]{
	font-size:16px;
}*/

.gform_confirmation_wrapper {
	margin-bottom: 30px;
	text-align: center;
	font-size: 18px;
}
.gform_wrapper .gfield_required, .gfield_required{
	color: #b11111;
}
/*.required-text{
	color:#b11111;
}*/

.gform_wrapper div.validation_error, .gform_wrapper .gfield_error .gfield_label, .gform_wrapper .validation_message {
	color: #b11111;
	border-color: #b11111;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	border-color: rgba(177, 17, 17, .5);
	background-color: rgba(177, 17, 17, .05);
}
button:focus, a:focus, input:focus {
	outline: 0;
}
div.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
	margin-top: 0;
}
/*#gform_wrapper_1 li.gfield > label, #gform_wrapper_2 li.gfield > label{
	display:none;
}

li#field_1_1.gfield > label, li#field_1_10.gfield > label, li.gfield.show-label > label{
	display:block !important;
}*/

.gform_wrapper .top_label .gfield_label, form.pmpro_form label, .pmpro_asterisk, .ginput_container_password label, #password-lost-form-wrap label{
	font-weight: 400;
	color: #808080;
	position: absolute;
	left: 10px;
	top: 12px;
	transition: all .1s linear;
	display: inline-block;
    line-height: 1.3;
    clear: both;
}

/*.gform_wrapper .top_label .gfield_label{
	top:5px;
}*/

#resetpasswordform label{
	top:27px;
}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container.ginput_container_password label{
	font-size:1rem;
}
.pmpro_asterisk{
	display:none;
}
form.pmpro_form .pmpro_checkout-field-bcountry label, #password-lost-form-wrap label.label-focus{
	top:3px;
}

/*.pmpro_payment-expiration{
	padding-top:20px;
}*/

form.pmpro_form .pmpro_payment-expiration label{
	top: -2px;
    padding: 0;
    left: 0;
}



.gform_wrapper .top_label .gfield_error .gfield_label {
	top: 19px;
}
#gform_wrapper_3 .top_label .gfield_error#field_3_1 .gfield_label{
	top:12px;
}

.gform_wrapper .top_label .show-label .gfield_label, .gform_wrapper .top_label .show-label .gfield_label.labelfocus, form.pmpro_form label[for="tos"], form.pmpro_form label.normal, form.pmpro_form label[for="tos1"]{
	position: relative;
	left: auto;
	color: #404040;
	top: auto;
	font-size: 16px;
}
form.pmpro_form label[for="tos"].labelfocus, form.pmpro_form label[for="tos1"].labelfocus{
		position: relative;
	left: auto;
	top: auto;
	font-size: 16px;
}
form.pmpro_form label[for="tos"]{margin-right:15px;}
.gfield {
	position: relative;
}
div.gform_wrapper .top_label .gfield_label.labelfocus, form.pmpro_form label.labelfocus, .ginput_container_password label.labelfocus, 
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container.ginput_container_password label.labelfocus, #password-lost-form-wrap label.labelfocus,
#gform_wrapper_3 .top_label .gfield_error#field_3_1 .gfield_label.labelfocus{
	font-size: 13px;
	top: 5px;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required .labelfocus + div.ginput_container{
	display:inline;
}
#gform_wrapper_3 .top_label .gfield_error#field_3_1 .gfield_label.labelfocus{
	top:4px;
}

#resetpasswordform label.labelfocus{
	top:19px;
}
.page-id-2522 .gform_wrapper .top_label .gfield_error  label.labelfocus{
	top:4px;
}
form.pmpro_form .pmpro_payment-expiration label.labelfocus{
	top:4px;
	z-index:50;
	left:10px;
}
div.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
.gform_wrapper textarea, .pmpro_checkout-field input[type=text], .pmpro_checkout-field input[type=email], .pmpro_checkout-field input[type=password]  {
	padding: 19px 10px 5px;
}
div.gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0;
}
div.gform_wrapper li.gfield.gfield_error {
	transition: all .1s linear;
}
body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
	margin-top: 5px;
}
input[type="radio"]:checked ~ label{
	font-weight: 700;
	color: #182860;
}
.tos input[type="radio"]:checked ~ label{
	font-weight:400;
	color:#414141;
}
.tos input[type="radio"]:checked + label{
	font-weight: 700;
	color: #182860;
}
.tos input[type="radio"] + label, input[type="radio"]:checked + label{
	margin-left:4px;
}

form.pmpro_form label.tos-label{
	display:block;
	margin-bottom:5px;
}
div.gform_wrapper li.gf_list_inline ul.gfield_radio li {
	display: inline-block;
	margin: 0 15px 0px 0;
}
div.gform_wrapper ul.gfield_radio li label {
	width: auto;
}
.gform_anchor::before {
	content: "";
	display: block;
	width: 0;
	height: 200px;
	margin: -200px 0 0;
}
.gform_anchor {
	top: -300px !important;
}
/*#gf_6.gform_anchor {
	top: -1000px !important;
}*/
.gform_anchor:focus, :focus{
	outline:none;
}
#gf_4.gform_anchor:before, #gf_8.gform_anchor:before, #gf_9.gform_anchor:before {
	height: 0;
	margin: 0;
}
.dropdown, .pmpro_checkout-field-bcountry, #ExpirationMonth, #ExpirationYear{
	border: 1px solid #ccc;
	/*border-radius: 4px;*/
	/*padding: 0 5px;*/
	/*width:200px;*/
	background-color: #fff;
	position: relative;
	width: 50%;
	border-radius:0;
}
#ExpirationMonth, #ExpirationYear{
	/*float:left;*/
	width:calc(49% - 3px);
}

#ExpirationMonth{
	margin-right:1%;	
}

#ExpirationYear{
	margin-left:1%;	
}

.gform_wrapper .top_label .dropdown.gfield_error {
	width: 50%;
}
.dropdown label, .gform_wrapper .top_label .show-label.dropdown .gfield_label, .gform_wrapper .top_label .show-label.dropdown .gfield_label.labelfocus, 
.pmpro_checkout-field-bcountry label, .pmpro_payment-expiration label{
	font-size: 13px;
	/* text-transform: uppercase;*/
	color: #777;
	padding: 0 10px;
	position: absolute;
	top: 6px;
}
.pmpro_checkout-field-bcountry label{
	padding:0;
}
.dropdown select, .pmpro_checkout-field-bcountry select, .pmpro_payment-expiration select{
	background-color: #fff;
	border: 0px;
	height: 50px;
	font-size: 16px;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url('/wp-content/themes/alpha-child/images/down-arrow.png');
	background-position: 100% 50%;
	background-size: 15px 10px;
	background-repeat: no-repeat;
	text-indent: 0px;
	padding-left: 0;
	color: #182860;
}
.pmpro_payment-expiration select{
	background-position: 96% 50%;
	height:58px
}
.gform_wrapper.gf_browser_chrome .dropdown select {
	padding-left: 0;
}
.dropdown select option, .pmpro_checkout-field-bcountry select option, .pmpro_payment-expiration select option{
	margin-left: -4px;
	padding: 0 !important;
}
.gform_wrapper .top_label .dropdown select.large, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield.dropdown select, .gform_wrapper ul.gform_fields li.gfield.dropdown select, 
form.pmpro_form .pmpro_checkout-field-bcountry select, .pmpro_checkout-field.pmpro_payment-expiration select{
	width: calc(100% - 15px);
	padding-right: 15px;
	/*margin-left:11px;*/
	padding-left: 9px;
}
.pmpro_checkout-field-bcountry, .pmpro_payment-expiration select{
	padding-top:10px;
}
form.pmpro_form .pmpro_checkout-field-bcountry select{
	padding-top:0px;
}
.gform_wrapper .top_label .dropdown select.large.LV_invalid_field, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield.dropdown select.LV_invalid_field {
	margin-left: 1px;
	padding-left: 10px;
}
.no-select select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}
.no-select select:focus {
	outline: none;
}
/*--------------------------------------------------------------
PAGE: NEWSLETTER & ALERTS
--------------------------------------------------------------*/
.alert-iframe iframe {
	background: #182860;
	padding: 30px;
	height: 112px;
}
/*#field_3_1{
	float:left;
	width:60%;
	padding-right:4%;
}

#field_3_2{
	float:left;
	width:40%;
	clear:none;
}*/

/*#gform_wrapper_3 {
	float:left;
	width:100%;
	clear:both;
	/*background:#182860;
	padding:30px;
	color:#fff;
}*/

/*#gform_wrapper_3 .gform_body{
	width:80%;
	float:left;
}

#gform_wrapper_3 .gform_footer{
	clear:none;
	width:20%;
	float:left;
}*/

/*.gform_wrapper#gform_wrapper_3 .top_label .show-label .gfield_label{
	color:#b6c7ff;
	font-family:Cambo, serif;
	font-size:18px;
}

.gform_wrapper#gform_wrapper_3 .validation_message{
	color:#c04040;
}

.gform_wrapper#gform_wrapper_3 li.gfield.gfield_error{
	border-color:#c04040;
}*/

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
	margin-top: 0;
}
.wpb_wrapper #gform_wrapper_3 {
	margin-bottom: 0;
}
body #gform_wrapper_3 .top_label div.ginput_container {
	margin-top: 0;
}
body #gform_wrapper_3 ul li.gfield {
	margin-top: 8px;
}
/*--------------------------------------------------------------
PAGE: MEDIA REQUESTS
--------------------------------------------------------------*/
.media-request img {
	height: 204px;
	width: auto;
}

.rss-buttons a{
	width:175px;
}
/*--------------------------------------------------------------
PAGE: CANCELED CHECKOUT
--------------------------------------------------------------*/
.plain-icon, .entry-content .vc_row .wpb_column .vc_column-inner .plain-icon.wpb_content_element {
	margin-bottom: 0;
}
.plain-icon i {
	font-size: 45px;
	color: #182860;
}
/*.vc_row.white-bg-box{
	background:#fff;
	margin-bottom:60px;
	padding:30px;
}*/

.payment-options > .vc_col-sm-4 {
	background: #fff;
	padding: 30px;
	margin: 13px 15px;
	width: calc(33% - 30px);
	text-align: center;
	box-shadow: 0px 0px 6.72px 0.28px rgba(0, 0, 0, 0.35);
	transition: all .3s;
}
.payment-options > .vc_col-sm-4:hover, .white-bg-box > .vc_column-inner > .wpb_wrapper:hover, .gift .white-bg-box:hover {
	box-shadow: 0px 0px 10.72px 0.28px rgba(0, 0, 0, 0.35);
	transform: translate(0, -3px);
}
/*--------------------------------------------------------------
PAGE: PAYMENT
--------------------------------------------------------------*/
.vc_tta-panel-title i.vc_tta-controls-icon.vc_tta-controls-icon-chevron {
	padding: 6px;
	border: 2px solid #3c5ac3;
	border-radius: 200%;
	width: 25px;
	height: 25px;
}
.wpb-js-composer .vc_tta i.vc_tta-controls-icon.vc_tta-controls-icon-chevron::before {
	height: 9px;
	width: 9px;
	top: 7px;
	left: 6px;
}
.wpb-js-composer .vc_tta .vc_active i.vc_tta-controls-icon.vc_tta-controls-icon-chevron::before {
	top: 5px;
}
.accordion-icon h4 a:before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	padding-right: 10px;
	display: table-cell;
	vertical-align: top;
	width: 33px;
	text-align: center;
}
span.vc_tta-title-text {
	display: table-cell;
	vertical-align: top;
	padding-right: 15px;
}

/*Accordion Icons*/
.event-icon h4 a:before {
	content: "\f073";
}
.home-icon h4 a:before {
	content: "\f4c9";
}
.video-icon h4 a:before {
	content: "\f3cd";
}
.question-icon h4 a:before {
	content: "\f2fd";
}
.gift-icon h4 a:before {
	content: "\f06b";
}
.image-icon h4 a:before {
	content: "\f1c5";
}
.inbox-icon h4 a:before {
	content: "\f01c";
}
.archive-icon h4 a:before {
	content: "\f187";
}
.user-check-icon h4 a:before {
	content: "\f4fc";
}
.hands-icon h4 a:before {
	content: "\f4c4";
}
.file-icon h4 a:before {
	content: "\f15c";
}
.star-icon h4 a:before {
	content: "\f005";
}
.calendar-icon h4 a:before {
	content: "\f333";
}
.direction-icon h4 a:before {
	content: "\f5eb";
}
.userchart-icon h4 a:before {
	content: "\f6a3";
}
.cubes-icon h4 a:before {
	content: "\f1b3";
}
.chess-icon h4 a:before {
	content: "\f439";
}
.dolly-icon h4 a:before {
	content: "\f4d0";
}
.sign-icon h4 a:before {
	content: "\f5b7";
}
.sack-icon h4 a:before {
	content: "\f81d";
}
.box-icon h4 a:before {
	content: "\f4a0";
}
.searchdollar-icon h4 a:before {
	content: "\f688";
}
.invoicedollar-icon h4 a:before {
	content: "\f571";
}
.receipt-icon h4 a:before {
	content: "\f543";
}
.filesign-icon h4 a:before {
	content: "\f573";
}
.comment-icon h4 a:before {
	content: "\f653";
}
.scale-icon h4 a:before {
	content: "\f516";
}
.thumbdown-icon h4 a:before {
	content: "\f165";
}
.ballot-icon h4 a:before {
	content: "\f732";
}



/*--------------------------------------------------------------
PAGE: SEARCH RESULTS
--------------------------------------------------------------*/
.search main {
	margin-top: 0;
	clear:both;
	float:left;
	width:100%;
}
/*.search .entry-summary p, .search .entry-summary h2, .search .entry-summary h3, .search .entry-summary h4, .search .entry-summary a{
	color:#404040;
	text-align:left !important;
	font-size:16px;
	
}

.search .entry-summary p:last-child{
	float:left;
}*/

.search #main article {
	margin-bottom: 0px;
	padding: 30px;/*border-bottom: 1px solid #efeeea;*/
}
.search #main article:nth-child(2n+1) {
	background: #efeeea;
}
.search #main article:nth-child(2) {
	/*border-top:1px solid #efeeea;*/
	padding-top: 30px;
}
.search .post-image {
	display: block;
	display: table-cell;
	vertical-align: middle;
	width: 15%;
}
.search .search-content {
	display: table-cell;
	vertical-align: middle;
	padding-left: 30px;
	width: 85%;
}
.search .entry-summary p {
	margin-bottom: 0;
	margin-top:0;
}
.nav-links {
	margin-top: 30px;
}
.nav-links a:hover {
	border-color: #3c5ac3;
}
.search-content a {
	border-bottom: 1px solid transparent;
}
.search-content a:hover {
	border-color: #3c5ac3;
}
.search .post-image {
	overflow: hidden;
}
.search .post-image img {
	transition: all .3s;
	width: 100%;
}
.search .post-image img:hover {
	transform: scale(1.1);
}
.search .entry-summary {
	padding-top: 15px;
	margin-top:0;
}

.antique_tips .entry-meta .cat-links a, .dr_lori_videos .entry-meta .cat-links a{
	text-decoration: none;
    color: #999999;
}

.antique_tips .entry-meta .cat-links a:hover, .post .entry-meta .cat-links a:hover, .dr_lori_videos .entry-meta .cat-links a:hover{
	border-color:#999999;
}

.antique_tips .entry-meta .cat-links, .dr_lori_videos .entry-meta .cat-links{
    color: #999999;
    font-size: 14px;
}

.page-content .close-icon:after{
	top:18px;
}

/*--------------------------------------------------------------
LIVE SEARCH
--------------------------------------------------------------*/

.searchwp-live-search-results{
	width:300px !important;
}

.searchwp-live-search-results + .searchwp-live-search-results{
	width:1180px !important;
}


.search-item.cat-176{
	display:none;
}



/*--------------------------------------------------------------
PAGE: 404
--------------------------------------------------------------*/
.error404 {
	background: #efeeea;
}
.error404 main{
	margin-top:0;
}
article.error-404.not-found {
	background: #fff;
	padding: 30px;
	width: 60%;
	margin: 0 auto;
}
.error404 .page-content a:hover {
	border-color: #3c5ac3;
}
/*--------------------------------------------------------------
PAGE: SITEMAP
--------------------------------------------------------------*/
.page-id-440 ul {
	list-style-type: none;
	padding: 0;
}
.page-id-440 ul.page-list li {
	border-top: 1px solid #ddd;
	padding: 10px 0;
	margin: 0;
}
.page-id-440 ul.page-list > li:last-child {
	border-bottom: 1px solid #ddd;
}
.page-id-440 ul.page-list li.page_item_has_children li:first-child {
	margin-top: 10px;
}
.page-id-440 ul.page-list li.page_item_has_children li:last-child {
	padding-bottom: 0;
}
.page-id-440 ul.children {
	padding: 0;
}
.page-id-440 ul.children a {
	margin-left: 20px;
}
.page-id-440 ul.children ul.children a {
	margin-left: 40px;
}
.page-id-440 li.current_page_item {
	display: none;
}

/*.page-list .page-item-12{
	pointer-events: none;
}

.page-list .page-item-12 > a{
	color:#404040;	
}*/


/*--------------------------------------------------------------
RESPONSIVE
--------------------------------------------------------------*/

@media (min-width: 768px) {
/*POSTS*/
main {
	width: 100%;
float:none;
}
/*FOOTER*/
.vc_col-sm-7 {
	width: 58.33333333%;
	float: left;
}
.vc_col-sm-5 {
	width: 41.66666667%;
	float: left;
}
}

@media (min-width: 1024px) {
/*HEADER*/
.mobile-offer {
	display: none;
}
.main-navigation ul > li {
	text-align: left;
}
nav#site-navigation {
	width: calc(100% - 285px);
	vertical-align: top;
	margin-top: 25px;
}
.site-header .site-branding {
	width: 18%;
}
.site-header .site-branding img {
	padding: 0;
}
.site-header div.site-branding img {
	max-height: 180px;
	max-width: 285px;
}
}

@media (min-width: 1180px) {
	
}

/*--------------------------------------------------------------*/
@media (max-width: 1300px) {
/*HEADER*/
	.background-blue {
		width: 22%;
	}
/*HOME*/
		/*.sa_owl_theme .owl-nav button.owl-prev{left:-15px;}
		.sa_owl_theme .owl-nav button.owl-next{right:-15px;}*/
	.slider-row .vc_col-sm-12 {
		width: 90%;
		margin: 0 auto;
		float: none;
	}
	.what-people-say .sa_owl_theme .owl-nav button.owl-next {
		right: 0px;
	}
	.sa_owl_theme div.disabled .owl-prev, .sa_owl_theme div.disabled .owl-next {
		display: block !important;
	}
	.what-people-say .owl-carousel .owl-item {
		min-width: 0;
	}
	.width-786 .vc_column-inner {
		width: 100%;
	}
	.width-786 {
		padding-left: 25px;
	}
}

@media (max-width: 1180px) {
	.vc_section, section.vc_section.vc_section-has-fill {
		padding: 30px 0;
	}
	.vc_section, section.vc_section.vc_section-has-fill.home-hero {
		padding: 0;
	}
	.vc_section.keep-padding{
		padding:30px 0;
	}
/*HEADER*/
	.site-branding h2 {
		font-size: 50px;
	}
	.site-branding p {
		font-size: 15px;
	}
	.background-blue {
		width: 20%;
	}
	nav.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target {
		padding-right: 23px;
	}
	nav.ubermenu-skin-minimal .ubermenu-item-level-0 > .ubermenu-target i {
		padding-right: 0;
	}
	nav.ubermenu-skin-minimal .ubermenu-item-level-0 > .ubermenu-target {
		font-size: 14px;
	}
	nav.ubermenu .ubermenu-target {
		padding: 10px 20px;
	}
	.banner-wrap {
		width: 100%;
	}
	nav.ubermenu > ul > li > .ubermenu-target {
		padding: 7px 25px 7px 22px;
	}
	.links {
		width: 68%;
	}
	nav.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {
		right: 8px;
	}
	nav.ubermenu-skin-minimal .ubermenu-item-level-0 > .ubermenu-target i.fa-angle-down {
		bottom: 7px;
	}
/*HOME*/
	.logos > .wpb_column {
		width: 100%;
	}
	.outline-box.wpb_column.vc_column_container, .outline-box, .vc_section[data-vc-full-width]>.vc_row.outline-box {
		margin: 70px 5px 60px;
		width: calc(100% - 10px);
	}
	.antiques .outline-box, .antiques.vc_section[data-vc-full-width]>.vc_row.outline-box {
		margin-top: 40px;
		margin-bottom: 30px;
	}
	.logos .display-table {
		width: calc(100% - 10px);
		margin: 0 5px;
	}
	.logos h3:before, .logos h3:after {
		margin: 0 5px;
	}
	.what-people-say .owl-carousel .owl-stage-outer {
		min-height: 205px;
	}
	.width-786 {
		padding-left: 45px;
		padding-right: 45px;
	}
	.what-people-say .sa_owl_theme .owl-nav button.owl-next {
		right: -40px;
	}
/*IN-HOME APPRAISALS*/
	.inner-hero-p-margin p{margin-left:0;}
/*EVENT TOPICS*/
	.fpw li.type-event_topics {
		width: 31%;
	}
	.fpw li.type-event_topics:nth-child(5n) {
		clear: none;
	}
	.fpw li.type-event_topics:nth-child(4n) {
		clear: both;
	}
/*ALERTS*/
	.alert-iframe #mc_embed_signup .input-group ul li {
		display: block;
	}
	.alert-iframe {
		height: 200px
	}
/*ADVERTISING OPPORTUNITIES*/
	.ad-opp-icons.vc_section {
		padding: 20px 0;
	}
/*SEARCH*/
	.searchwp-live-search-results + .searchwp-live-search-results{width:calc(100% - 30px) !important;}
}
/*VIDEOS*/
	.post-type-archive-dr_lori_videos #myVideo{top:100%;}
/*TESTIMONIALS*/
	.tests-iframe iframe{height:225px;}

@media (max-width: 1023px) {
	main {
		margin-top: 100px;
	}
	.inner-header {
		margin-top: 100px;
	}
/*HEADER*/
	nav.ubermenu .ubermenu-submenu-type-stack {padding-bottom: 0;}
	nav.ubermenu-skin-minimal .ubermenu-item-level-0 > .ubermenu-target {font-size: 15px;}
	nav.ubermenu-skin-minimal .ubermenu-item-level-0 > .ubermenu-target i {width: 60px;text-align: center;float: left;margin-bottom: 0;}
	nav.ubermenu-skin-minimal .ubermenu-item-level-0 > .ubermenu-target .ubermenu-target-title i {
		margin-right: 8px;
	}
	.ubermenu-item-level-0 > a > .ubermenu-target-text span {
		margin-top: 13px;
		display: block;
		float: left;
	}
	nav.ubermenu-skin-minimal .ubermenu-item-level-0 > .ubermenu-target i.fa-angle-down {
		top: 50%;
		bottom: auto;
	}
	nav.ubermenu-skin-minimal .ubermenu-item-level-0 > .ubermenu-target i.fa-times {
		font-size: 15px;
		color: #182860;
		width: 60px;
		right: 8px;
		left: auto;
	}
	.ubermenu-submenu-id-179, #menu-item-188 {
		margin-top: 10px;
	}
	.nav-icon {
		margin: 0;
		margin-right: 80px;
	}
	.nav-icon.close-button {
		margin-right: 30px;
	}
	.site-header {
		padding: 0;
	}
	.site-header .site-branding {
		width: 250px;
		padding: 5px;
	}
	.background-blue {
		display: none;
	}
	nav.ubermenu .ubermenu-item.ubermenu-item-level-0 {
		float: left;
		width: 100%;
	}
	.background-gray {
		height: 50%;
	}
	.toggle-button {
		top: 18px;
		right: 5px;
		float: right;
	}
	.site-branding h2 {
		margin-bottom: -5px;
	}
	nav.ubermenu .ubermenu-target {
		padding-left: 0;
	}
	nav.ubermenu #menu-item-179 .ubermenu-submenu .ubermenu-target {
		padding-left: 20px;
	}
	li#menu-item-182 {
		margin-left: 0;
		margin-top: 20px;
	}
	li#menu-item-182 a {
		padding: 10px 20px;
		text-align: center;
	}
	.header-top {
	    width: 250px;
	    margin: 30px auto 0;
		text-align: center;
		padding: 10px 0 20px;
	}
	.header-top .textwidget {
		width: 250px;
		margin: 0 auto;
	}
	/*.site-header .search-field:focus{
		width: 178px;
	}*/
	.site-header .search-field{
		background-color: #fff;
	    border: 2px solid #481800;
	    cursor: text;
	    outline: 0;
	    width: 265px;
	}
	.site-header .search{
		margin-top:20px;
		width: 265px;
	}
	.searchfocus, .site-header .search-field.searchfocus{
		width:265px;
	}
	.header-top .links a {
		padding: 0 0 0 0px;
	}
	/*.header-top .links a:after {padding: 0px 4px;}*/
	span.sep{padding: 0px 16px;}
	.new-line {
		clear: both;
		display: block;
		padding: 10px 0 15px;
	}
	.banner-wrap {
		text-align: center;
	}
	.banner-wrap > div {
		margin-left: 0;
	}
	.site-header .site-branding img {
		max-height: 100px;
		padding: 0;
		float: left;
	}
	body .site-header .site-branding {
		width: 100%;
		text-align: center;
		position: relative;
		display: block;
		margin-top: -15px;
	}
	.banner {
		position: relative;
	}
	.ubermenu-skin-minimal.ubermenu-responsive-toggle {
		display: none;
	}
	.site-header a.red-btn {
		margin-top: 40px;
		width:265px;
		padding:8px 64px
	}
	.links {
		width: 88%;
	}
	.site-header .search {
		width: 250px;
	}
	.main-navigation .pull-right {
		border-top: 1px solid #efeeea;
	}
	nav.ubermenu > ul > li > .ubermenu-target {
		padding: 10px 31px 10px 5px;
	}
	.banner {
		display: none;
	}
	.site-header {
		height: 100px;
	}
	.site-header .site-branding {
		padding: 0;
	}
	.toggle-button {
		top: 38px;
	}
	.mobile-offer.banner {
		display: block;
		text-align: center;
		padding: 10px;
		margin-top: -25px;
		width: calc(100% - 65px);
		border: 1px solid #182860;
	}
	.header-top {
		margin-top: 0;
	}
/*HOME*/
	.test-video p:first-child a:after{top:37%;}
	.newsletter iframe {
		width: 100%;
	}
	#mc_embed_signup input.button {
		width: 190px;
		padding: 10px 20px;
	}
	.what-people-say .owl-carousel .owl-stage-outer {
		min-height: 230px;
	}
/*INNER*/
	.inner-hero p {
		font-size: 18px;
	}
	.video-col h3:before, .video-col h3:after {
		min-width: 10px;
	}
	.inner-hero h3 {
		padding-right: 10px;
		padding-left: 10px;
	}
/*ADVERTISING OPPORTUNITIES*/
	.icon-no-outline .vc_col-sm-1 {
		width: 12%;
	}
	.icon-no-outline .vc_col-sm-11 {
		width: 88%;
	}
/*VIDEO CALL*/
	.calendly-inline-widget {
		height: 750px;
	}
/*IN HOME APPRAISALS*/
	.fb-comments .vc_col-sm-4 {
		width: 100%;
	}
/*BLOG*/
	.first-post .vc-gitem-zone-height-mode-auto:before {
		padding-top: 115%;
	}
/*SINGLE EVENT*/
	.single-event .nav-links {
		margin: 30px 0;
	}
/*RESEARCH*/
	.navigation.pagination {
		margin-bottom: 60px;
		margin-top: 20px;
	}
	a.prev.page-numbers, a.next.page-numbers {
		float: none;
	}
	.page-numbers {
		margin: 0;
	}
	a.next.page-numbers, a.prev.page-numbers {
		margin: 0;
		line-height: 200%;
	}
	.blog #main article:nth-child(3), .post-type-archive-antique_tips #main article:nth-child(2), .tax-tip_categories #main article:nth-child(2), .archive.category #main article:nth-child(1) {
		display: block;
	}
	.blog #main article:nth-child(3) .image-wrap, .post-type-archive-antique_tips #main article:nth-child(2) .image-wrap, .tax-tip_categories #main article:nth-child(2) .image-wrap, .archive.category #main article:nth-child(1) .image-wrap {
		display: block;
		width: 100%;
	}
	.single-post .entry-header {
		padding: 30px 15px;
	}
/*404*/
	#main article.error-404.not-found {
		margin: -30px auto 30px;
	}
	.error-404 main#main {
		padding-top: 0 !important;
		margin-top: -60px;
	}
/*TESTIMONIALS*/
	.tests-iframe iframe{height:245px;}
}

@media (max-width: 900px) {
/*HOME*/
	.logos img {
		padding: 0 10px;
	}
	#mc_embed_signup input.email {
		width: 236px;
		border-radius: 0;
	}
	#mc_embed_signup input.button {
		width: auto;
	}
	.outline-box h2 span {
		padding: 0 8px;
	}
/*BLOG*/
	.first-post .vc-gitem-zone-height-mode-auto:before {
		padding-top: 150%;
	}
/*UNLIMITED APPRAISALS*/
	.gift .white-bg-box {
		width: 98%;
		margin: 0 1%;
	}
	.gift .white-bg-box.left2 {
		margin-bottom: 30px;
	}
	.gift .white-bg-box.right1, .gift .white-bg-box.left1 {
		padding-bottom: 0;
	}
}

/*NEWSLETTER ONLY*/
@media (max-width: 800px) {
	.newsletter .vc_column_container>.vc_column-inner {
		padding: 0;
	}
	.entry-content > .vc_row.newsletter > .wpb_column:last-child > .vc_column-inner > .wpb_wrapper > .wpb_content_element:last-child {
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.home-hero > .vc_row{left: 0 !important;}
	h2 {
	}
	.hide-767 {
		display: block;
	}
	div.vc_col-has-fill>div.vc_column-inner, div.vc_row-has-fill+div.vc_row-full-width+div.vc_row>div.vc_column_container>div.vc_column-inner, div.vc_row-has-fill+div.vc_row>div.vc_column_container>div.vc_column-inner, div.vc_row-has-fill+div.vc_vc_row>div.vc_row>div.vc_vc_column>div.vc_column_container>div.vc_column-inner, div.vc_row-has-fill+div.vc_vc_row_inner>div.vc_row>div.vc_vc_column_inner>div.vc_column_container>div.vc_column-inner, div.vc_row-has-fill>div.vc_column_container>div.vc_column-inner, div.vc_row-has-fill>div.vc_row>div.vc_vc_column>div.vc_column_container>div.vc_column-inner, div.vc_row-has-fill>div.vc_vc_column_inner>div.vc_column_container>div.vc_column-inner, div.vc_sectiondiv.vc_section-has-fill, div.vc_sectiondiv.vc_section-has-fill+div.vc_row-full-width+div.vc_section, div.vc_sectiondiv.vc_section-has-fill+div.vc_section, .vc_section.vc_section-has-fill, section.vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section {
		padding-top: 20px;
	}
	body div.wpb_text_column, body .wpb_tabs, body .wpb_tour, body .wpb_call_to_action, body div.wpb_gmaps_widget, body div.wpb_accordion, body div.wpb_gallery, body div.wpb_separator, body .wpb_twitter_widget, body .wpb_flickr_widget, body div.wpb_video_widget, body .last_toggle_el_margin, body ul.wpb_thumbnails-fluid > li, body div.wpb_single_image, div.wpb_content_element, ul.wpb_thumbnails-fluid > li, .wpb_button, div.wpb_wrapper .gform_wrapper {
		margin-bottom: 20px;
	}
	.padding-top-20px-mobile {
		padding-top: 20px;
	}
	.news .dpe-flexible-posts li{display:block;}
/*HEADER*/
	/*.header-top{width: calc(100% - 65px);margin:0;}
	.links{width:240px;}
	.site-header a.red-btn{display:block;clear:both}*/
/*HOME*/
	.priority-video p a:after{top:47%;}
	.home-hero video{display:none;}
	.home .inner-header{background-image:url('/wp-content/uploads/home-hero.jpg');}
	.home .inner-header.video .hero-overlay, .logos{background:transparent;}
	.home .inner-header.video:before{background:transparent;}
	.test-video > .vc_column-inner{margin:0 auto 30px;}
	.test-video p:first-child a:after{top:72%;}
	.home .what-people-say .vc_column_container.vc_col-sm-8>.vc_column-inner{padding-left:15px;}
	.sa_owl_theme .owl-nav button.owl-next {
		right: -30px;
	}
	.sa_owl_theme .owl-nav button.owl-prev {
		left: -30px;
	}
	/*.what-people-say .sa_owl_theme .owl-nav button.owl-next{right:-12px;}
	.what-people-say .sa_owl_theme .owl-nav button.owl-prev{left:-12px;}*/
	.display-table div {
		display: block;
		float: left;
		width: 33%;
	}
	.display-table {
		display: block;
		float: left;
	}
	.logos img {
		padding: 10px;
		max-width: 100%;
	}
	.wpb_text_column .display-table:last-child {
		margin-bottom: 10px;
	}
	.hero-text {
		padding: 50px 0;
	}
	.logos .vc_col-sm-8 {
		width: 100%;
		margin: 0 auto;
	}
	.logos{
		left:0 !important;
	}
	.logos .sa_owl_theme .owl-nav{
		display:none !important;
	}
	.newsletter iframe {
		height: 75px;
	}
	.entry-content .vc_row.newsletter .wpb_column .vc_column-inner .wpb_content_element {
		margin-bottom: 0;
	}
	.newsletter #gform_4 {
		margin-bottom: 30px;
	}
	.min-height-767 {
		min-height: 300px;
	}
	/*.width-786{padding:15px;}*/
	.width-786 {
		padding-right: 34px;
		padding-left: 34px;
	}
	.what-people-say .width-786 {
		width: 100%;
		max-width: 100%;
	}
	.what-people-say .owl-carousel .owl-stage-outer {
		min-height: 200px;
	}
	.icon-section .vc_col-sm-4 {
		padding-bottom: 15px;
	}
	.news .vc_col-sm-4, .news .vc_col-sm-4:last-child {
		width: 100%;
		margin: 1%;
	}
	.news .vc_btn3 {
		margin-top: 20px;
	}
	.news .dpe-flexible-posts .image {
		height: 300px;
		width: 100%;
		display: block;
	}
	.news .dpe-flexible-posts .info {
		width: 100%;
		display: block;
	}
	.news .vc_col-sm-4 .wpb_raw_code {
		margin-top: 10px;
	}
	.news .dpe-flexible-posts .img-wrap{
		display:block;
		width:100%;
	}
	h2 i.fal, h1 i {
		font-size: 25px;
		padding: 10px;
		width: 65px;
		height: 65px;
		float: left;
		margin-top: -13px;
	}
	h2.h2-with-icon {
		text-align: left !important;
		font-size: 25px;
	}
	.news h2 i.fal {
		float: none;
		margin-top: 0;
	}
	.h2-icon h2, .inner-hero h1, .inner-header h1 {
		text-align: left !important;
		font-size: 25px;
	}
	.home-hero .inner-header h1{
		text-align:center !important;
		font-size:55px;
	}
	.outline-box.wpb_column.vc_column_container h2 {
		margin-top: -40px;
	}
	.events {
		background-image: url(/wp-content/uploads/events-mobile-1.jpg);
		background-position:50%;
		background-size:cover;
	}
	.events .vc_btn3-container{margin-bottom:60px;}
	.events .slide-in-scroll .vc_column-inner{padding-top:40px !important;}
	/*.events .wpb_text_column > .wpb_wrapper > div > ul {
		height: 252px;
	}*/
	.events .wpb_text_column > .wpb_wrapper > div > ul, .events.light-bg > .wpb_wrapper > div > ul{height:376px;}
	.white .sa_owl_theme .owl-nav button.owl-next {
		background: transparent url(/wp-content/themes/alpha-child/images/next.png) no-repeat center center/50% !important
	}
	.white .sa_owl_theme .owl-nav button.owl-prev {
		background: transparent url(/wp-content/themes/alpha-child/images/prev.png) no-repeat center center/50% !important
	}
	.icon-section .white .sa_owl_theme .owl-nav button.owl-next {
		background: transparent url(/wp-content/themes/alpha-child/images/next-white.png) no-repeat center center/50% !important
	}
	.icon-section .white .sa_owl_theme .owl-nav button.owl-prev {
		background: transparent url(/wp-content/themes/alpha-child/images/prev-white.png) no-repeat center center/50% !important
	}
	.home-hero .icon-section .white .sa_owl_theme .owl-nav button.owl-next {
		background: #481800 url(/wp-content/themes/alpha-child/images/next-white.png) no-repeat center center/50% !important
	}
	.home-hero .icon-section .white .sa_owl_theme .owl-nav button.owl-prev {
		background: #481800 url(/wp-content/themes/alpha-child/images/prev-white.png) no-repeat center center/50% !important
	}
	.home-hero .icon-section .white .sa_owl_theme .owl-nav button.owl-next:hover, .home-hero .icon-section .white .sa_owl_theme .owl-nav button.owl-next:focus{
		background: #fff url(/wp-content/themes/alpha-child/images/next.png) no-repeat center center/50% !important
	}
	.home-hero .icon-section .white .sa_owl_theme .owl-nav button.owl-prev:hover, .home-hero .icon-section .white .sa_owl_theme .owl-nav button.owl-prev:focus{
		background: #fff url(/wp-content/themes/alpha-child/images/prev.png) no-repeat center center/50% !important
	}
	.home-hero .sa_owl_theme .owl-nav div, .home-hero .sa_owl_theme .owl-nav button, .white .sa_owl_theme .owl-nav button.owl-next, .white .sa_owl_theme .owl-nav button.owl-prev {
		width: 25px !important;
		height: 25px !important;
	}
	.home-hero .sa_owl_theme .owl-nav .owl-prev, .home-hero .sa_owl_theme .owl-nav .owl-next {
		top: 37%;
	}
	.entry-content .icon-section .vc_row .wpb_column .vc_column-inner .wpb_content_element.wpb_raw_code {
		margin-bottom: 10px;
	}
	.entry-content .icon-section.vc_row .wpb_column .vc_column-inner .wpb_content_element.wpb_raw_code {
		margin-bottom: 10px;
	}
	.icon-section.brown-bg .owl-nav, .icon-section.blue-bg .owl-nav{display:none !important;}
	/*.sa_owl_theme .owl-nav button.owl-prev{left:0px;}
		.sa_owl_theme .owl-nav button.owl-next{right:0px;}*/
	.home-hero .sa_owl_theme .owl-nav button.owl-prev {
		left: -20px;
	}
	.home-hero .sa_owl_theme .owl-nav button.owl-next {
		right: -20px;
	}
	.about-dr-lori .owl-item .sa_hover_container {
		min-height: auto !important;
	}
	.hide-mobile {
		display: none !important;
	}
	.display-table div:nth-child(5) {
		clear: both;
	}
	.lead .owl-item p {
		font-size: 18px;
	}
	.what-people-say .owl-item .sa_hover_container {
		padding: 0 15px !important;
	}
	/*.what-people-say .sa_owl_theme .owl-nav button.owl-next{right:-20px;}*/
/*FOOTER*/
	.site-footer li.menu-item-has-children {
		width: 100%;
		margin-bottom: 20px;
	}
	.site-footer iframe {
		margin-top: 0;
	}
	.site-footer .vc_col-sm-12 {
		margin-top: 0;
		clear: both;
	}
	.site-footer .text-center-xs {
		text-align: left;
	}
	.site-footer iframe, .site-footer .vc_col-sm-5 {
		display: none;
	}
	.site-footer {
		padding-top: 0;
	}
	#gform_wrapper_4 .gform_footer input.button, #gform_wrapper_4 .gform_footer input[type=submit], #gform_wrapper_8 .gform_footer input.button, #gform_wrapper_8 .gform_footer input[type=submit] {/*padding: 15px 25px;*/
		margin-top: -2px;
	}
	.ubermenu-item #gform_wrapper_8 .gform_footer input.button {
		padding: 12px 5px;
	}
	.ubermenu-item #gform_wrapper_8 {
		margin-bottom: 20px;
	}
	.footer-icons a {
		padding: 0 10px;
	}
	.newsletter #gform_wrapper_4, .newsletter #gform_wrapper_9, .newsletter #gform_wrapper_10 {
		width: 98%;
		margin: 0 1%;
	}
	body .gform_wrapper ul#gform_fields_4 li.gfield {
		margin-top: 18px;
	}
	body .ubermenu-item .gform_wrapper ul#gform_fields_4 li.gfield, body .ubermenu-item .gform_wrapper ul#gform_fields_8 li.gfield {
		margin-top: 0px;
	}
	#gform_wrapper_4, #gform_wrapper_9, #gform_wrapper_8, #gform_wrapper_10 {
		width: 98%;
		margin: 0 auto;
	}
	#gform_wrapper_9 .gform_footer input.button, #gform_wrapper_8 .gform_footer input.button, #gform_wrapper_10 .gform_footer input.button{
		margin-bottom:0;
	}
	li.ubermenu-item-387, .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-submenu-retractor-top:not(.ubermenu-submenu-retractor-top-2) .ubermenu-column:nth-of-type(2n+1), .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-submenu-retractor-top:not(.ubermenu-submenu-retractor-top-2) .ubermenu-column:nth-of-type(2n+2){width:100%;}
/*INNER*/
	.inner-hero.vc_row{background-position-x:25%;}
	.inner-hero.vc_section{background-position-x:35%;}
	.vc_section.inner-hero > .vc_row{padding-top:13px}
	section.vc_section.vc_section-has-fill .vc_row > .wpb_column .h2-with-icon {
		padding-top: 15px
	}
	.min-height {
		min-height: 300px;
	}
	.vc_section > .vc_row {
		width: 98%;
		margin: 0 auto;
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.vc_section > .vc_row.slider-row {
		width: 100%;
		left:0 !important;
	}
	.left-col-padding {
		padding: 15px;
	}
	.entry-content > .inner-hero.vc_row:first-child > .vc_column_container > .vc_column-inner {
		padding-top: 30px;
		padding-bottom: 15px;
	}
	.inner-header .hero-overlay{
		padding: 30px 15px 15px;
		display: inline-block;
		width: 100%;
	}
	.entry-content > .vc_row.simple.inner-hero > .wpb_column:last-child > .vc_column-inner > .wpb_wrapper > .wpb_content_element:last-child {
		margin-bottom: 45px;
	}
	.entry-content .vc_row .wpb_column .vc_column-inner .wpb_content_element.margin-bottom-767 {
		margin-bottom: 0;
	}
	.entry-content > .vc_row.inner-hero > .wpb_column:last-child > .vc_column-inner > .wpb_wrapper > .wpb_content_element:last-child {
		margin-bottom: 0px;
	}
	.video-col > .vc_column-inner > .wpb_wrapper {
		margin-bottom: 30px;
	}
	.entry-content > div.vc_row > .wpb_column:last-child > .vc_column-inner > .wpb_wrapper > .wpb_content_element:last-child {
		margin-bottom: 30px;
	}
	.inner-hero p {
		clear: none;
		margin-left: 95px;
		text-align: left !important;
	}
	.inner-hero .vc_btn3-container {
		margin-left: 95px;
	}
/*WHO IS DR LORI*/
	.widl-tv{padding-top:30px;}
	.photo-50-percent img, .media-request img {width: 50%;height: auto}
	.entry-content .vc_row .wpb_column .vc_column-inner .wpb_content_element.photo-50-percent {margin-bottom: 0;}
	.criteria.wpb_text_column :last-child {
		margin-bottom: 5px;
	}
	.white-arrows .sa_owl_theme .owl-nav button.owl-prev {
		left: -15px;
	}
	.white-arrows .sa_owl_theme .owl-nav button.owl-next {
		right: -15px;
	}
/*TESTIMONIALS*/
	.page-id-32 .test-list .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
		padding-right: 0;
	}
	.page-id-32 .test-list .vc_column_container>.vc_column-inner {
		padding-right: 0;
		padding-left: 0;
	}
	.page-id-32 .vc_row.test-list {
		margin-right: 0;
		margin-left: 0;
	}
	.what-people-say.all .vc_col-sm-12, .what-people-say .vc_col-sm-8{padding: 0 34px;}
	.tests-iframe iframe{height:280px;}
/*PUBLICATIONS*/
	.pub-img, .pub-info {
		display: block;
	}
	.no-image {
		margin-left: 75px;
	}
/*CRUISES*/	
	div.vc_row-has-fill+div.vc_row-full-width+div.vc_row.icon-section.white-text>div.vc_column_container>div.vc_column-inner {
		padding-top: 0;
	}
	div.vc_row-has-fill+div.vc_row-full-width+div.vc_row.icon-section.white-text>div.vc_column_container:first-child>div.vc_column-inner {
		padding-top: 30px;
	}
	.mobile-padding-top-30 .vc_column-inner, div.vc_row-has-fill>div.vc_column_container.mobile-padding-top-30>div.vc_column-inner {
		padding-top: 30px;
	}
/*ADVERTISING*/
	.check-row {
		text-align: center;
		margin-bottom: 20px;
	}
	.padding-bottom-767 {
		padding-bottom: 30px;
	}
	.padding-top-10px-767 {
		padding-top: 10px;
	}
	.padding-top-25px-767 {
		padding-top: 25px;
	}
	.padding-top-45px-767 {
		padding-top: 45px;
	}
	.padding-left-30 {
		padding-left: 0;
	}
/*ONLINE APPRAISAL FORM*/
	.wpb_wrapper .gform_wrapper#gform_wrapper_2 {
		margin-bottom: 0;
	}
/*VIDEO CALL*/
		.calendly-inline-widget{width:90%;margin:0 auto; height:835px;}
/*IN-HOME VISIT*/
	.center-mobile{}
	.inner-hero-p-margin p{margin-left:0;}
	.video-col.light-bg > .vc_column-inner > .wpb_wrapper {
		margin-bottom: 0;
	}
	.test-list.short .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
		padding-right: 0;
		padding-bottom: 30px;
	}
	.test-list.short .vc_grid p {
		margin-bottom: 0;
	}
	.test-list.short .vc_grid .vc_grid-item p {
		margin-bottom: 30px;
	}
	.in-home-testimonials li {
		width: 98%;
	}
/*ITEMS DR LORI APPRAISES*/
	div.vc_row-has-fill>div.vc_column_container.padding-top-0>div.vc_column-inner, div.vc_row-has-fill+div.vc_row-full-width+div.vc_row>div.vc_column_container.padding-top-0>div.vc_column-inner {
		padding-top: 0;
	}
/*COMPARE DR. LORI*/
	.entry-content .vc_row .wpb_column .vc_column-inner .wpb_content_element.dl {
		margin-bottom: 5px;
	}
	.compare-header {
		display: none;
	}
	.others {
		text-align: left;
	}
	.others p {
		font-size: 16px;
		font-weight: 400;
		color: #404040;
	}
/*VIDEOS*/
	.video-embed {display: block;width: 100%;}
	.video-right {display: block;width: 100%;padding: 20px;}
	.videos-cta .outline-box.wpb_column.vc_column_container, .outline-box {margin: 70px 20px 60px;width: calc(100% - 40px);}
	/*.inner-header.video{margin-bottom:-5px;}*/
	.inner-header.video .hero-overlay{padding:30px 15px 15px}
	.post-type-archive-dr_lori_videos .inner-header video{display:none;}
	.post-type-archive-dr_lori_videos .inner-header{background-image:url('/wp-content/themes/alpha-child/images/herovideomobile.jpg');}
	.post-type-archive-dr_lori_videos .inner-header .hero-overlay{background:transparent;}
/*EVENTS*/
	.fullcalendar {display: none;}
	.empty-767 {display: none;padding: 0;height: 0;}
	.page-id-232 .event-listing .event-image {width: calc(100% - 106px);margin-bottom: 10px;margin-left: 20px;}
	.page-id-232 .event-listing ul.right {width: 100%;padding-left: 0;}
	.page-id-232 .inner-header video{display:none;}
	.page-id-232 .inner-header{background-image:url('/wp-content/themes/alpha-child/images/appraisalcrowd2.jpg');    background-position-y: 0%;}
	.page-id-232 .inner-header .hero-overlay{background:transparent;}
	.page-id-232 .entry-content > .inner-hero.vc_row:first-child > .vc_column_container > .vc_column-inner{padding-bottom:0;}
	.page-id-232 .inner-header.video .hero-overlay{padding:30px 15px 15px;}
/*SINGLE EVENT*/
	.date-time-place {
		width: 100%;
		margin: 10px 0;
	}
	.event-links a {
		margin: 5px 0;
	}
	.event-img-map .event-image {
		width: 100%;
	}
	.event-img-map .event-map {
		width: 100%;
		margin: 0;
	}
	.single-event main {
		padding-top: 30px;
	}
	.date-time-place i {
		width: 31px;
		padding: 0;
	}
	.event-links .all-events {
		float: none;
	}
/*EVENT TOPICS*/
	.fpw li.type-event_topics {
		width: 98%;
	}
	.fpw li.type-event_topics:nth-child(4n) {
		clear: none;
	}
	.fpw li.type-event_topics:nth-child(2n+1), .fpw li.type-continuing_education:nth-child(2n+1) {
		clear: both;
	}
	.fpw li.type-continuing_education {
		width: 98%;
	}
	.long-title {
		display: block;
		margin-left: 75px;
	}
	.h2-with-icon + p {
		text-align: left !important;
	}
	/*EVENT FAQ*/
	.faq-iframe iframe{height:280px;}
/*BOOKS*/
	.dr-lori-books li {
		width: 98%;
		margin:15px 1%;
	}
	.single-books_by_dr_lori .post-image{float:none;padding-left:0;}
/*BLOG*/
	.entry-content .vc_row .wpb_column .vc_column-inner .wpb_content_element.first-post {
		margin-bottom: 60px;
	}
	.other-posts .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item:nth-child(2n+1) {
		padding-right: 0;
	}
	.vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
		padding-bottom: 15px;
	}
	.other-posts .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item:nth-child(2n) {
		padding-left: 0;
	}
	.first-post .vc_grid-item-mini > .vc_gitem-zone, .first-post .vc_grid-item-mini > .vc_gitem-animated-block {
		display: block;
		width: 100%;
	}
	.first-post .vc-gitem-zone-height-mode-auto:before {
		padding-top: 50%;
	}
	.blog #main article:nth-child(2) .post-image, .blog #main article:nth-child(2) .blog-right, .post-type-archive-antique_tips #main article:nth-child(2) .post-image, .post-type-archive-antique_tips #main article:nth-child(2) .blog-right, .tax-tip_categories #main article:nth-child(2) .post-image, .tax-tip_categories #main article:nth-child(2) .blog-right {
		display: block;
		width: 100%;
	}
	.blog #main article, .post-type-archive-antique_tips #main article, .tax-tip_categories #main article, .archive.category #main article {
		width: calc(100% - 30px);
	}
	.blog main, .single-dr_lori_videos main {
		padding-top: 30px;
	}
/*SINGLE BLOG*/
	.single-post main {
		padding-top: 30px;
	}
/*NEWSLETTER & ALERTS*/
	.rss-buttons a{width:175px;}
/*RESEARCH*/
	.page-numbers {
		padding: 2px 5px;
	}
	.post-type-archive-antique_tips main {
		padding-top: 0;
	}
	.breadcrumb {
		padding: 30px 15px;
	}
/*CONTACT*/
	.gform_wrapper, .gform_confirmation_wrapper {
		padding: 15px 30px;
	}
	.dropdown {
		width: 100%;
	}
	.gform_wrapper .top_label .dropdown.gfield_error {
		width: 100%;
	}
/*CHECKOUT*/
	form.pmpro_form input[type=text]#CVV{width:65%;}
	form.pmpro_form input[type=text].input{max-width:65%;}
	.pmpro_checkout h3 span.pmpro_checkout-h3-msg{display:block;line-height:120%; padding-top:5px;}
/*ACCOUNT*/
	.my-subscriptions li, .past-invoices li, #pmpro_account-profile li{width:100%;}
/*EDIT PROFILE*/
	.padding-bottom-30{padding-bottom:0px;}
	#gform_confirmation_wrapper_6{margin-bottom:30px;}
	#gform_confirmation_wrapper_6 a.red-btn:nth-child(1), #gform_confirmation_wrapper_6 a.red-btn:nth-child(2){float:none;}
	#gform_confirmation_wrapper_6 a.red-btn:nth-child(1){margin-bottom:10px;}
/*CANCELED CHECKOUT*/
	.payment-options > .vc_col-sm-4 {
		width: calc(100% - 30px);
		margin: 15px;
	}
	.plain-icon, .entry-content .vc_row .wpb_column .vc_column-inner .plain-icon.wpb_content_element {
		margin-bottom: 15px;
	}
	.entry-content .vc_row.payment-options .wpb_column .vc_column-inner .wpb_content_element {
		margin-bottom: 15px;
	}
	.page-id-815 .payment-options {
		padding: 0 !important;
		width: 100% !important;
		left: 0 !important;
	}
/*SEARCH*/
	.search .post-image, .search-content {
		display: block;
		width: 100%;
	}
	.search .post-image {
		text-align: center;
		padding: 0 0 15px;
	}
	.post-image.none img {
		max-width: 150px;
	}
/*404*/
	article.error-404.not-found {
		width: 100%
	}
/*PRIVACY MESSAGE*/
	span.cc-message, .cc-window.cc-banner span.cc-message, .cc-floating span.cc-message {
		display: table-cell;
		vertical-align: middle;
		width: 66%;
		float: none;
		font-size: 12px;
		line-height: 120%;
	}
	div.cc-compliance {
		float: left;
		display: block;
		clear: none;
		float: none;
		text-align: center;
	}
	div.cc-window.cc-floating {
		padding: 15px;
		display: table;
	}
	a.cc-btn {
		font-size: .7em;
		display: inline-block;
	}
/*PMPRO*/
		.pmpro_content_message{width:95%;line-height:160%;}
		.pmpro_content_message a, .pmpro_content_message a:link{margin-top:20px;}
		.page-id-878 .pmpro_content_message a, .page-id-878 .pmpro_content_message a:link{margin-top:0}
		 .invoice .tan-bg, .invoice .white-bg{padding:30px 15px;}
		 .pmpro_invoice_details .pmpro_invoice-payment-method, .pmpro_invoice_details .pmpro_invoice-total{margin-top:30px;}
		 .page-id-878 .pmpro_content_message .white-bg{margin-bottom:20px;}
}

/*NEWSLETTER ONLY*/
@media (max-width: 747px) {
	#mc_embed_signup input.email {
		width: 69%;
		min-width: 0;
		border-radius: 0;
	}
	#mc_embed_signup input.button {
		width: calc(28% - 5px);
		margin-right: 5px;
	}
	#mc_embed_signup label {
		float: none;
		text-align: center;
		font-size: 24px;
		margin-right: 0;
	}
	.menu-email#mc_embed_signup label {
		text-align: left;
	}
}

/*GRAVITY FORMS*/
@media only screen and (max-width: 641px) {
	div.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {line-height: normal;min-height: 0;}
	#gform_wrapper_4 .gform_body {width: 100%;}
	#gform_wrapper_4 .gform_footer input.button, #gform_wrapper_4 .gform_footer input[type=submit] {margin: 0;}
	.gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right{width:100%;    display: inline-block;vertical-align: top;margin: 0 -4px 0 0;}
	/*.gform_wrapper .ginput_container#input_6_1_container span:not(.ginput_price){display:inline-block;}
	#input_6_1_2_container{padding-left:8px;}*/
	#input_6_1_2_container label{left:10px;top:12px;}
	#input_6_1_2_container label.labelfocus{top:5px;}
	#input_6_1_2_container label span, #input_6_1_1_container label span{display:inline}
	
}

@media (max-width: 480px) {
	.inner-hero h1 {
		font-size: 28px;
	}
	.topbutton{bottom:58px;right:10px;}
/*HEADER*/
	.header-top{width:100%;text-align:left;}
	.links{width:205px;}
	.header-top .textwidget {
		width: 100%;
	}
	.header-top .links a {
		padding: 0;
	}

	.ubermenu .ubermenu-nav > li > a.ubermenu-target {
		pointer-events: auto;
	}
	/*.header-top .links a:after{padding:0;}*/
	/*span.sep{padding: 0px 0px;}*/
/*HOME*/
	.test-video p:first-child a:after{top:63%;}	
	#mc_embed_signup input.email {
		border-radius: 0;
		width: calc(59% - 5px);
		margin-right: 1%;
		float: left;
	}
	#mc_embed_signup input.button {
		width: calc(40% - 5px);/*margin-top:5px;*/
		clear: none;
		float: left;
	}
	.newsletter.vc_row-has-fill>.vc_column_container>.vc_column-inner {
		padding-top: 30px;
	}
	/*.entry-content > .vc_row.newsletter > .wpb_column:last-child > .vc_column-inner > .wpb_wrapper > .wpb_raw_code.wpb_content_element:last-child{margin-bottom:0;}*/
	.menu-email#mc_embed_signup input.email {
		width: 69%;
		border-radius: 0;
	}
	.menu-email#mc_embed_signup input.button {
		width: 28%;
		margin-top: 0;
	}
	#mc_embed_signup input.email.footer {
		width: 69%;
		min-width: 0;
		border-radius: 0;
	}
	#mc_embed_signup input.button.footer {
		width: 28%;
		margin-top: 0;
		margin-right: 0;
	}
	/*.newsletter iframe{height:auto;}*/
		/*ul.left{float:none;margin: 0 auto;}
		ul.right{width:100%;margin-top:0;text-align:center;}*/
	.events .title a {
		font-size: 17px;
	}
	/*.display-table div{width:100%;}*/
	.icon-section .owl-item a {
		font-size: 15px;
	}
	.hero-text {
		padding: 0;
	}
	.home-hero h1, .home-hero .inner-header h1{
		font-size: 30px;
	}
	.hero-text p {
		font-size: 20px;
	}
	.events .wpb_text_column > .wpb_wrapper > div > ul {
		padding-top: 5px;
	}
	.antiques .owl-item p:first-child a:after {
		top: 24%;
	}
	.what-people-say .owl-carousel .owl-stage-outer {
		min-height: 270px;
	}
	/*FOOTER*/
	.stickyfooter {
		display: block;
	}
	/*#gf_10{height:0;}*/
	/*ADVERTISING OPPORTUNITIES*/
	.icon-no-outline .vc_col-sm-1, .icon-no-outline .vc_col-sm-11 {
		width: 100%;
		text-align: center;
	}
	.icon-no-outline i {
		margin-bottom: 30px;
	}
	.icon-no-outline .vc_btn3-container.vc_btn3-left {
		text-align: center;
	}
	/*EVENT TOPICS*/
	.fpw li.type-event_topics {
		width: 98%;
	}
	.fpw li.type-continuing_education {
		width: 98%;
		min-height: 0;
	}
	.single-event_topics .alignleft {
		display: block;
		float: none;
	}
}

@media (max-width: 400px) {
	/*FOOTER*/
	#mc_embed_signup input.email.footer {
		width: 100%;
		border-radius: 0;
	}
	#mc_embed_signup input.button.footer {
		width: 100%;
		margin-top: 5px;
	}
}

@media (max-width: 400px) {
	.menu-email#mc_embed_signup input.email {
		width: 100%;
		border-radius: 0;
	}
	.menu-email#mc_embed_signup input.button {
		width: 100%;
		margin-top: 5px;
	}
}

@media (max-width: 330px) {
/*HEADER*/
	.site-header .search{width:205px;}
	.site-header .search-field{width:220px;}
	.site-header a.red-btn{width:220px;padding: 8px 41px;}
	span.sep{padding:0 10px;}
	nav.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator{right:-10px;}
/*FOOTER*/
	.footer-icons a{padding:0 6px}
}
