/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
/**********************************************Foundation*****************************/
.hide-me {
	display: none!important;
}
blockquote {
min-height: 30px;
}
/**********************************************Header*****************************/
#header-aside {
	    font-weight: 700;
	    font-size: 2rem;
	}
@media only screen and (min-width: 960px) {
	#header-aside {
	    display: none;
	}
}

/**********************************************Headings*****************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	color: #7b716c;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}
h1, .h1 {
    font-size: 1.8rem;
}
h2, .h2 {
	margin: 1.2em 0 0.3em;
}
.entry h2 {
	font-size: 1.65rem!important;
}
h3, .h3 {
	margin: 1em 0 0.3em;
	font-size: 1.5rem;
}
h4, .h4 {
	margin: 0.8em 0 0.2em;
	font-size: 1.4rem;
}
/********************************************** Typography *****************************/
sup, sub {
    font-size: 0.9rem;
}
/********************************************** Main Menu *****************************/
.navbar-style-three .dropdown-menu > li > a > span.link-inner {
    font-size: 1.2rem;
    letter-spacing: 0;
}
/********************************************** Homepage - Doctor list *****************************/
#doctor-names {
	padding: 0;
	margin: 0 30px 20px 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: space-between;
}
#doctor-names li {
	list-style: none;
	padding: 0;
	margin: 0;
	/*margin-right: 3%;*/
	flex:1 1 250px;
}
#doctor-names li h4 {
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	margin: 25px 5px 0!important;
}
#doctor-names h4 a {
	color: #ffffff;
}
#doctor-names h4 a:hover {
	color: #FEDF84;
}
/**********************************************News*****************************/
.single-post  #post-media {
    display: none;
}
.single-blog-article {
	padding-top: 20px;
}
/**********************************************Links list*****************************/
.links li a:hover {
    color: #906f10;
}
/**********************************************Footer*****************************/
.rpwe-time {
color: #ffffff !important;
font-size: 11px;
}
/********************************************** Vicki Nott - Custom *****************************/
/********************************************** V N - Foundation *****************************/
body.vicki-nott  {
	background-image: url(/wp-content/uploads/2019/11/VN-background.jpg);
	padding: 5px 5px 15px;
	color: #433c34;
}
body.vicki-nott, .vicki-nott td  {
	font-size: 14px;
	font-family: 'PT Sans', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	font-weight: 400;
}

@media only screen and (min-width: 960px) {
	body.vicki-nott  {
		background-image: url(/wp-content/uploads/2019/11/VN-background.jpg);
		padding: 15px 15px 5px;
	}
}
.vicki-nott #site-header-inner, .vicki-nott #site-navigation-wrap-sticky-wrapper, .vicki-nott #site-navigation-wrap, .vicki-nott .wpex-vc-row-wrap .wpb_row {
	max-width: 1356px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	background-color:#ffffff;
}

.vicki-nott #site-header-inner, .vicki-nott #site-navigation-wrap-sticky-wrapper, .vicki-nott #site-navigation-wrap, .vn-services-circle, .vicki-nott .wpex-vc-row-wrap .vc_row.wpb_row, .vn-post-grid .vc_gitem-zone-a, .vn-post-headline {
	box-shadow: 0 3px 3px rgba(0,0,0,0.4);
}
.vicki-nott .wpex-vc-row-wrap .vc_row.wpb_row .vc_row.wpb_row {
	background: transparent;
	box-shadow: none;
}
.vicki-nott .wpex-vc-row-wrap .vc_row.wpb_row .vc_row.wpb_row .wpex-vc-column-wrapper {
	margin-bottom: 5px;
}
body.wpex-responsive.vicki-nott .container, body.wpex-responsive.vicki-nott .vc_row-fluid.container {
	max-width: none;
}
.vicki-nott .container, .vicki-nott .vc_row-fluid.container {
	width:100%;
}
.vicki-nott .wpb_row .wpex-vc-columns-wrap {
    max-width: none;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (min-width: 768px) {
	.vicki-nott .wpb_row .wpex-vc-columns-wrap {
		width: 90%;
	}
}
@media only screen and (min-width: 960px) {
	.vicki-nott .wpb_row .wpex-vc-columns-wrap {
		width: 83.3333%;
	}
}
.vicki-nott .wpb_row.vn-full-width .wpex-vc-columns-wrap{
	width: 100%;
}
.vn-full-width .vc_column_container {
	padding-left: 0!important;
	padding-right: 0!important;
}
@media only screen and (max-width: 959px) {
	.vicki-nott article div.entry-content .wpex-vc-row-wrap:first-child .wpb_row {
		border-radius: 6px 6px 0 0;
	}
}

/********************************************** V N - Typography *****************************/
.vicki-nott h1, .vicki-nott h2, .vicki-nott h3, .vicki-nott h4, .vicki-nott h5, .vicki-nott h6 {
	color: #433c34;
	letter-spacing: normal!important;
}
.vicki-nott h2 {
    font-weight: 500!important;
    font-size: 2.5rem;
    color: #bd365a;
}
.vicki-nott h3 {
    font-size: 2.2rem;
    font-weight: 400!important;
    color: #bd365a;
	margin: 1rem 0;
}
.vicki-nott .wpb_wrapper h3:first-child {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 1rem;
}
.vicki-nott .wpb_wrapper h3:first-child + h4 {
margin-bottom: 2.5rem;
}
.vicki-nott h4 {
    font-size: 2rem;
    font-weight: 400;
    color: #da5680;
    margin-bottom: 1rem;
	margin-top: 1.3rem;
}
.vicki-nott h3 + h4 {
	margin-top:0;
}
.vicki-nott .vc_separator.vc_separator_align_center h4 {
	font-family: "Forum", Georgia, times, serif;
}
.vn-link a, a.vn-link {
    color: #bd365a;
    font-weight: 600;
    text-decoration: underline;
}
.vicki-nott a {
    color: #da557f;
}
.vicki-nott a:hover {
    color: #89817f;
}
.vn-sub-title div.wpb_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.vn-sub-title div.wpb_wrapper hr:first-child, .vn-sub-title div.wpb_wrapper > h2 + hr  {
	border-color: #bd365a;
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-width: 10%;
	margin: 0;
}
.vn-sub-title h2 {
	line-height: 2.2rem;
	font-family: "Forum", Georgia, times, serif;
	font-size: 1.6rem;
	text-transform: uppercase;
	margin: 0;
	padding: 1rem 0.8em;
	word-wrap: break-word;
	-webkit-box-flex: 0;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
@media only screen and (min-width: 960px) {
	.vn-sub-title h2 {
		line-height: 1em;
		font-size: 2.5rem!important;
		padding: 0 .8em;
	}
}
/********************************************** V N - Buttons *****************************/
.vn-button .vc_btn3.vc_btn3-style-modern {
    border-color: #da5680;
    background-color: #da5680;
}
.vn-button .vc_btn3.vc_btn3-style-modern:focus, .vn-button .vc_btn3.vc_btn3-style-modern:hover {
    border-color: #ea7fa1;
    background-color: #ea7fa1;
}
/********************************************** V N - Horizontal lines *****************************/
.vicki-nott .vc_separator {
	margin-top: 30px!important;
	margin-bottom: 30px!important;
}
.vicki-nott .vc_separator .vc_sep_line, .vc_separator.vn-separator .vc_sep_line {
	border-color: #bd365a;
	width: 50%;
	min-width: 170px;
	margin:0 auto;
}
/********************************************** V N - Tab icons *****************************/
.vicki-nott .vc_tta-icon {
	color:#da5680;
}
/********************************************** V N - Header *****************************/
.vicki-nott #site-header-inner {
	border-radius: 6px;
	padding-top: 26px;
	padding-bottom: 18px;
	margin-bottom: 6px;
	display: flex;
	flex-direction: row;
}
@media only screen and (min-width: 960px) {
	.vicki-nott #site-header-inner {
		background-image: url(/wp-content/uploads/2019/11/VN-Icon-3.svg);
		background-repeat: no-repeat;
		background-position: 98% 50%;
		background-size: 65px;	
	}
}
.vicki-nott #site-navigation-wrap-sticky-wrapper, .vicki-nott #site-navigation-wrap {
    margin-top: 10px;
    border-radius: 6px 6px 0 0;
}
.vicki-nott .navbar-style-three, body.page-header-disabled.vicki-nott .navbar-style-three {
    border: none;
}
.vicki-nott #site-logo a {
    background-image: url(/wp-content/uploads/2019/11/VN-Title2.svg);
    height: 59px;
    width: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.vicki-nott #site-logo {
    padding-bottom: 0;
    margin: 0 0 0 20px;
}
@media only screen and (max-width: 959px) {
	.vicki-nott.wpex-mobile-toggle-menu-icon_buttons_under_logo #site-header #site-logo img {
	    display: none;
	}
	.vicki-nott.wpex-mobile-toggle-menu-icon_buttons_under_logo #site-header #site-logo {
		text-align: left;
		width:auto;
	}
}
.vicki-nott #site-logo a img, .vicki-nott #header-aside {
	display: none;
}
.vicki-nott.wpex-mobile-toggle-menu-icon_buttons_under_logo #mobile-menu {
	padding-top:0;
	align-self: center;
	margin: 0 20px 8px auto;
	margin-left:auto;
}
.vicki-nott #mobile-menu a {
    color: #a7a19f;
    background: transparent;
    border: none;
}
.vicki-nott #mobile-menu a:hover {
	color: #da557f;
	background: transparent;
	border: none;
}
.vicki-nott .mobile-menu-toggle .fa {
	font-size:2.7rem;
}
.vicki-nott #sidr-main {
	background: rgba(137,139,129,1);
}
.vicki-nott .sidr a, .vicki-nott .sidr-class-dropdown-toggle {
    color: rgba(255,255,255,0.7);
}
.vicki-nott .sidr a:hover, .vicki-nott .sidr-class-dropdown-toggle:hover {
    color: rgba(255,255,255,1);
}
.vicki-nott #site-navigation .dropdown-menu a:hover, .vicki-nott #site-navigation .dropdown-menu > .current-menu-item > a, .vicki-nott #site-navigation .dropdown-menu > .current-menu-parent > a {
	color: #da5680;
}
.vicki-nott #site-navigation .dropdown-menu >li >a:hover {
    color: #433c34;
}
/********************************************** V N - Headlines *****************************/
.vn-page-headline {
	margin: 5px 5px 0;
	width: calc(100% - 10px);
}
@media only screen and (min-width: 960px) {
	.vn-page-headline {
		margin: 0 5px;
	}
}
.vicki-nott .vc_separator.vc_separator_align_center h4 {
    font-size: 2.5rem;
    text-transform: uppercase;
}
.vicki-nott .vc_separator.vc_separator_align_center h4 span {
    color:#da557f;
}
.vn-banner-cta {
	top: 25%!important;
	left: 53%!important;
	width: 44%!important;
	height: auto!important;
}
/********************************************** V N - Services *****************************/
.vn-services-circle {
	border-radius: 50%;
	max-width: 230px;
	margin: 0 auto;
}
.wpb_single_image.vn-services-circle a, .wpb_single_image.vn-services-circle .vc_single_image-wrapper {
    display: block;
}
.vn-services-circle img {
	width: 100%;
	display: block;
}
.vn-callout {
	border-radius: 0 0 6px 6px;
}
.vn-callout .wpex-vc-column-wrapper {
    border-radius: 6px;
}
.vn-callout p, .vn-callout h3 {
	text-align: center;
	font-family: 'forum', san-serif;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}
.vn-callout p {
    color: #da5680;
    font-size: 1.5rem;
}
.vn-callout h3 {
	color: #ffffff;
	font-size: 2.5rem;
	line-height: normal;
	padding-bottom: 15px;
}
@media only screen and (min-width: 768px) {
	.vn-callout p {
	    font-size: 3rem;
	}
	.vn-callout h3 {
		font-size: 4rem;
		padding-bottom: 10px;
	}
}
/********************************************** V N - News *****************************/
.vn-news {
	border-radius: 6px 6px 0 0;
}
.vn-news .vc_grid.vc_row.vc_grid-gutter-30px {
	margin-bottom: 0;
}
.vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
	padding-bottom: 0;
}
.vn-post-grid {
	margin-top: 20px;
}
@media only screen and (min-width: 768px) {
	.vn-post-grid {
	    margin-top: 30px;
	}
}
.vn-post-grid .vc_gitem-zone {
	background: transparent!important;
}
.vn-post-grid .vc_gitem-zone-a {
	border-radius: 10px;
	background-size: cover!important;
	background-position: 50% 50%!important;
}
.vn-post-grid .vc_gitem-post-data {
    margin-bottom: 5px;
}
.vn-post-grid .vc_gitem-post-data-source-post_title h4 {
	font-weight: 400;
	text-align: center!important;
	font-size: 1.5rem;
	color: #433c34;
}
.vn-post-grid .vc_gitem-post-data-source-post_title h4 a {
	color: #433c34;
}
.vn-post-grid .vc_gitem-post-data-source-post_excerpt {
	display: none;
}
.vn-post-grid .vc_btn3-container.vc_btn3-left {
    text-align: center;
    margin-bottom: 1.3rem;
}
.vn-post-grid .vc_general.vc_btn3.vc_gitem-link  {
    background: transparent;
    color: #da557f;
    padding: 0;
    margin: 0;
    border: none;
}
.vn-post-grid .vc_general.vc_btn3.vc_gitem-link:hover  {
	color: #da557f;
}
@media only screen and (max-width: 959px) {
	.vicki-nott .vc_basic_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item {
		width: 50%;
		display: inline-block;
	}
}
/********************************************** V N - Posts *****************************/
.vn-post-headline {
	background-color:rgba(218, 86, 128, 0.2)!important;
	border-radius: 10px;
	margin-bottom: 20px!important;
	overflow: hidden;
}
.vn-post-headline p {
	color: #bd365a;
	font-size: 1.3rem;
	font-weight: 400;
}
@media only screen and (min-width: 768px) {
	.vn-post-headline {
		max-height: 200px;
	}
}
.vn-post-headline h1 {
	font-size: 3rem;
	margin-bottom: 0;
	margin-top: 15px;
	line-height: 3.5rem;
	font-family: "Forum", Georgia, times, serif;
}
.vn-post-portrait > .wpb_wrapper{
	margin: 0 0 10px 0;
}
@media only screen and (min-width: 768px) {
	.vn-post-portrait {
		padding-right: 0;
		margin:0;
		
	}
}
/********************************************** V N - Footer *****************************/
.vn-footer {
	border-radius: 0 0 6px 6px;
	margin-bottom: 15px!important;
}
.vn-footer p {
	color: #89817f;
	margin:0;
	text-align: center;
	font-size: 1.2rem;
}
.vn-footer p.vn-copyright {
	font-size: 1.1rem;
	font-weight: 300;
}

.vn-footer .vn-icon {
	display: inline-block;
	height: 20px;
	width: 20px;
        margin: 0 40px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	margin-bottom: 10px!important;
	vertical-align: middle;
	opacity: 0.6;
	transition: opacity .2s ease-in-out;
}
.vn-footer .vn-icon:hover {
	opacity:1;
}
.vn-facebook {
	background-image:url(/wp-content/uploads/2019/11/facebook-vn.svg);
}
.vn-instagram {
	background-image:url(/wp-content/uploads/2019/11/instagram-vn.svg);
	}
.vn-linkedin {
	background-image:url(/wp-content/uploads/2019/11/linkedin-vn.svg);
	}