/* @override 
	https://www.parent4success.com/site/wp-content/themes/tentoten/style.css?* */

/*

Theme Name: Ten to Ten V2
Theme URI: https://www.tentoten.co.uk
Description: A Theme Framework
Author: Dare to Think
Author URI: https://www.daretothink.co.uk
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-X.X.html
Version: 1.2
Tags: one-column, two-columns, grid-layout, featured-images
Text Domain: tentoten

*/

/* Table of Contents
 *
 * 1.0 - Reset
 * X.X - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 4.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 4.0 - Footer 
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 1X.X - Print
 * -----------------------------------------------------------------------------
 */

/* ------------ X.X CSS Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 *
 * -----------------------------------------------------------------------------
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }

.cf:before,
.cf:after {
	content: " ";
    display: table;
}

.cf:after {
	clear: both;
}

* {
	box-sizing: border-box;
}

*:before,
*:after {
	box-sizing: border-box;
}

/* ------------ X.X Basic Structure
 * -----------------------------------------------------------------------------
 */
 
html {
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}

body,html {
	width: 100%;
	height: 100%;
}

html body {
	display: flex;
	height: 100vh;
	flex-direction: column;
}

#container {
	padding-top: 100px;
	flex: 1 0 auto;
	overflow: hidden;
}

.grecaptcha-badge {
	display: none !important;
}

.hidden { 
	display: none; 
}

body,
input,
textarea {
	font: 62.5% "Open Sans", sans-serif;
	font-weight: 400;
	background: #fff;
	color: #444;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.hidden { 
	display: none; 
}

.alignleft { 
	float: left; 
}

.alignright { 
	float: right; 
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.pad1 {
	padding: 100px 0;
}

.padt1 {
	padding-top: 100px;
}

.padb1 {
	padding-bottom: 100px;
}

.btn.cl1,
.default-transition,
.wp-pagenavi a,
.video-wcopy.right .video-wrapper {
	transition: all 0.2s ease-in-out;
}

/* ------------ X.X Grid
 * -----------------------------------------------------------------------------
 */

.c_12 {
	max-width: 1400px;
	padding-right: 20px;
	padding-left: 20px;
	margin-left: auto;
	margin-right: auto;
}

.g_1,
.g_2,
.g_3,
.g_4,
.g_5,
.g_6,
.g_7,
.g_8,
.g_9,
.g_10,
.g_11,
.g_12 {
	display: inline;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
}

.negative {
	margin-left: -20px;
	margin-right: -20px;
}

.c_12 .g_1 {width: 8.33333333%;}
.c_12 .g_2 {width: 16.6666667%;}
.c_12 .g_3 {width: 25%;}
.c_12 .g_4 {width: 33.3333333%;}
.c_12 .g_5 {width: 41.6666667%;}
.c_12 .g_6 {width: 50%;}
.c_12 .g_7 {width: 58.3333333%;}
.c_12 .g_8 {width: 66.6666666%;}
.c_12 .g_9 {width: 75%;}
.c_12 .g_10 {width: 83.3333333%;}
.c_12 .g_11 {width: 91.6666666%;}
.c_12 .g_12 {width: 100%;}

/* ------------ X.X Fonts
 * -----------------------------------------------------------------------------
 */
 
@font-face {
  font-family: 'pfs';
  src:  url('fonts/pfs.eot?r4xxfm');
  src:  url('fonts/pfs.eot?r4xxfm#iefix') format('embedded-opentype'),
    url('fonts/pfs.woff2?r4xxfm') format('woff2'),
    url('fonts/pfs.ttf?r4xxfm') format('truetype'),
    url('fonts/pfs.woff?r4xxfm') format('woff'),
    url('fonts/pfs.svg?r4xxfm#pfs') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="ic-"], [class*=" ic-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'pfs' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ic-cross:before {
  content: "\e90a";
}
.ic-quote-end:before {
  content: "\e908";
}
.ic-quote-start:before {
  content: "\e909";
}
.ic-print:before {
  content: "\e906";
}
.ic-mail:before {
  content: "\e907";
}
.ic-arrow-down:before {
  content: "\e905";
}
.ic-search:before {
  content: "\e900";
}
.ic-facebook:before {
  content: "\e901";
}
.ic-linkedin:before {
  content: "\e902";
}
.ic-twitter:before {
  content: "\e903";
}
.ic-youtube:before {
  content: "\e904";
}

a {
	text-decoration: none;
}
 
p {
	font-size: 1rem;
	line-height: 1.5;
}

li {font-size: 1rem}

li p {
	font-size: 1rem
}

li li {font-size: 1rem}

h1,h2,h3,h4,h5,h6 {
	font-family: "Roboto Slab", sans-serif;
	font-weight: 400;
}

h1 strong,h2 strong,h3 strong,h4 strong,h5 strong,h6 strong {
	font-weight: 400;
}

.title.st1 {
	font-family: "Roboto Slab", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}

.title.st2 {
	font-family: "Roboto Slab", sans-serif;
	font-weight: 400;
}

.title.cl1 {
	color: #6a4499;
}

.title.cl2 {
	color: #444;
}

.title.sz1 {
	font-size: 1.875rem;
	line-height: 1.2;
}

.title.sz2 {
	font-size: 1.625rem;
	line-height: 1.2;
}

.content-wrapper.sz1 {
	width: 100%;
	max-width: 900px;
	margin: auto;
}

nav a,
header nav.main ul > li.arrow > a:after {
	transition: all 0.2s ease-in-out;
}

/* ------------ X.X Content Styles
 * -----------------------------------------------------------------------------
 */
 
/* ----- X.X Styled Select
 */
 
select {
	border: none !important;
}

.styled-select {
	overflow: hidden;
	background: url(images/arrow-down.svg) 95% center no-repeat;
	background-size: 12px;
	text-align: left;
	display: inline-block;
	position: relative;
	border-radius: 3px;
}

.comment-form-rating .styled-select {
	overflow: hidden;
	background: transparent;
}

.styled-select select {
	border: 0;
	-webkit-appearance: none; 
	line-height: 1;
	width: 100%;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
}

.styled-select select::-ms-expand {
	display:none;
}

.styled-select.st1 {
	border: 1px solid #ccc;
	background-color: #fff;
}

.comment-form-rating .styled-select.st1 {
	border: none;
	background: transparent;
}

.styled-select.st1:hover {
	border-color: #b9bcc2;
	cursor: pointer;
}

.styled-select.st1 select {
	color: #444;
	background: transparent;
	padding-left: 8px;
}

.styled-select.sz1 {
	height: 32px;
}

.styled-select.sz1 select {
	font-size: .875rem;
	height: 32px;
	line-height: 32px;
	padding-right: 32px;
	font-family: inherit;
}
 
/* ------------ X.X Page Navi
 * -----------------------------------------------------------------------------
 */

/* -- ## Page Navi */

#pagenavi {
}

.wp-pagenavi {
	margin: 25px auto 0;
	display: table;
	position: relative;
}

.wp-pagenavi a,
.wp-pagenavi span.current,
.wp-pagenavi span.extend {
	text-decoration: none !important;
	width: 32px;
	height: 32px;
	display: inline-block;
	margin: 0 10px 0 0;
	font-weight: 700;
	line-height: 32px;
	text-align: center;
	font-size: 1rem;
	transition: none;
	color: #e82174 !important;
	background-color: #eee;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.wp-pagenavi span.extend {
	display: none;
}

.wp-pagenavi span.current,
.wp-pagenavi a:hover {
	color: #fff !important;
	background-color: #59b6c9;
}


/* -------------------- ## General Post styling */

.entry-content a {
	border-bottom: 2px solid #6a4499;
	color: #6a4499;
}

.entry-content h1 {
	font-size: 2.5rem;
	margin-bottom: 20px;
}

.entry-content h2 {
	font-size: 1.875rem;
}

.entry-content h3 {
	font-size: 1.675rem;
}

.entry-content h4 {
	font-size: 1.5rem;
}

.entry-content h5 {
	font-size: 1.25rem;
}

.entry-content h6 {
	font-size: 1.125rem;
}

.entry-content p {
	margin-bottom: 20px;
}

.entry-content p.highlight {
	font-weight: 700;
	font-size: 1.125rem;
}

.entry-content .wp-block-image {
	margin: 0 0 25px;
}

.entry-content p,
.entry-content li,
.entry-content table {
	font-size: 1rem;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin-bottom: 15px;
	color: #6a4499;
	line-height: 1.2;
}

.entry-content p:last-child {
	margin-bottom: 0;
}

.entry-content hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ccc;
}

.entry-content hr.is-style-cta-dash {
	border-top: 2px dashed #c4c6c6;
	margin: 50px 0;
}

.entry-content .is-style-cta-button a.wp-block-button__link {
	font-family: "Roboto Slab", sans-serif;
	text-transform: uppercase;
	border: none;
    background-color: #59b6c9;
    border-radius: 3px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    color: inherit;
    font-size: 1rem;
    padding: 10px 20px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 20px;
	margin-top: 10px;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 20px;
	line-height: 1.5;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: circle;
}

.entry-content ul li ul,
.entry-content ol li ol {
	margin-top: 5px;
	margin-bottom: 0;
}

.entry-content img {
	max-width: 100%;
	height: auto;
	display: block;
}

.entry-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

.entry-content figure.wp-block-table {
	margin: 0;
}

.entry-content table {
	border-bottom: 1px solid #ededed;
	font-size: 1rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption {
	font-size: 1rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}

.entry-content table th {
	font-weight: 700;
	padding: 6px 10px 6px 0;	
}

.entry-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

.entry-content caption,
.entry-content th,
.entry-content td {
	font-weight: normal;
	text-align: left;
}

.entry-content .paypal-pay td,
.entry-content .paypal-pay td {
	border: none;
	padding: 0;
}

.entry-content ul.wp-block-gallery {
	margin: 0;
}

.wp-block-gallery .blocks-gallery-item {
    display: block !important;
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
	left: 0;
}

.entry-content .wp-block-gallery img {
	margin: 0;
}

/* ------------ X.X Images
 * -----------------------------------------------------------------------------
 */


.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

/* ------------ X.X Header
 * -----------------------------------------------------------------------------
 */
 
#branding {
	float: left;
	background-image: url('images/parent-4-success-logo-circular.svg');
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	height: 150px;
	width: 150px;
	display: block;
	transition: all 100ms ease-in;
	margin: 20px 0;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 20px;
}

#branding:hover {
	transform: scale(1.1);
}

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 999;
	height: 100px;
	background-color: #f7f7f7;
}

header nav.main ul {
	float: right;
}

header nav.main li {
	font-size: 1rem;
	font-family: "Roboto Slab", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 100px;
	display: inline-block;
	position: relative;
}

header nav.main {
	float: right;
}

header nav.main li:last-child a {
	padding-right: 0;
}

header nav.main a {
	color: #6a4499;
	padding: 0 20px;
	display: block;
	position: relative;
}

header nav.main ul > li:hover a {
	color: #444;
}

header nav.main ul > li.arrow > a:after {
	content:"";
	position:absolute;
	font-family: 'pfs';
	content: '\e905';
	transform: rotate(0deg);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin-top: 20px;
	text-align: center;
}

header nav.main ul > li:hover.arrow > a:after {
	margin-top: 25px;
	color: inherit;
}

header nav.main ul ul {
	display: none;
	position: absolute;
	top: 100px;
	margin-left:-120px;
	left: 50%;
	width: 240px;
	z-index: 99999;
	background-color: #f7f7f7;
}

header nav.main ul ul li:last-child a {
	padding-right: 20px;
}

header nav.main ul li:hover > ul {
	display: block;
}

header nav.main ul li ul li {
	display: block;
	line-height: 1.3;
	margin-bottom: 10px;
	text-align: center;
	text-transform: none;
	float: none;
}

body.open-search nav.main ul {
	display: none;
}

#searchsite {
	display: none;
	margin-top: 32px;
}

body.open-search #searchsite {
	display: block;
	float: right;
	width: 320px;
}

.search-form.v1 {
	position: relative;	
}

.search-form.v1 input {
    border: 0;
    color: #999;
    background: #fff;
    height: 36px;
    width: 100%;
    max-width: 320px;
    position: relative;
    border-radius: 4px;
	padding: 0 32px 0 15px;
	font-size: 0.875rem;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}

#sidemenu .search-form.v1 input {
	background-color: #f7f7f7;
	box-shadow: none;
	margin-bottom: 10px;
	border: 1px solid #ccc;
}

.search-btn {
	position: absolute;
	top: 0;
	right: 0;
}

.search-btn:hover {
	cursor: pointer;
}

.search-btn:before {
	top: 0;
	right: 0;
	font-size: 20px;
	padding: 8px;
	font-family: 'pfs';
	content: '\e900';
	position: absolute;
	color: #666;
}

nav.main .search-button {
	width: 20px;
	height: 20px;
	position: relative;	
	float: right;
	margin: 40px 0 0 40px;
}

nav.main .search-button:hover {
	cursor: pointer;
}

nav.main .search-button:before {
	top: 0;
	right: 0;
	font-size: 20px;
	font-family: 'pfs';
	content: '\e900';
	position: absolute;
	color: #6a4499;
}

body.open-search nav.main .search-button:before {
	content: '\e90a';
}

.toggle-nav {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 60px;
	display: none;
	color: #fff;
}

#nav-icon {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

#nav-icon span {
	background: #6a4499;
}

#nav-icon span:nth-child(1) {
  top: 5px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(2) {
  top: 14px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(3) {
  top: 23px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

body.nav-open #nav-icon span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 3px;
  left: 5px;
}

body.nav-open #nav-icon span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

body.nav-open #nav-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 23px;
  left: 5px;
}

#sidemenu {
	height: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	right: -120%;
	z-index: 11;
	overflow-y: scroll;
	padding: 125px 25px 25px;
	transition: all 0.2s ease-in-out;
	box-shadow: 		0 0px 2px rgba(0,0,0,.2);
}

#sidemenu nav.side li a {
	padding: 10px 0;
	display: block;
	position: relative;
	color: #6a4499;
}

#sidemenu nav.side > ul > li {
	font-size: 1.125rem;
	font-family: "Roboto Slab", sans-serif;
	font-weight: 400;
	display: block;
}

#sidemenu nav.side > ul > li li {
	font-size: 1rem;
	line-height: 1;
}

#sidemenu nav.side > ul > li li a span:before {
	content: "- ";
}

#sidemenu nav.side > ul > li a span {
	display: inline-block;
	transition: transform .3s ease
}

#sidemenu nav.side > ul > li a:hover > span {
	transform: translateX(5px)
}

/* ------------ X.X Footer
 * -----------------------------------------------------------------------------
 */

footer {
	position: relative;
	float: left;
	width: 100%;
}

footer #copyright {
	background-color: #f7f7f7;
	padding: 10px 0;
}

footer .links {
	float: left;
}

footer .copyright-social {
	float: right;
}

footer .copyright {
	float: left;
	margin-right: 10px;
}

footer .social {
	float: left;
}

footer .links li,
footer .social li {
	display: inline-block;
}

footer .links li,
footer .copyright {
	font-size: .875rem;
	line-height: 24px;
}

footer .copyright a {
	color: inherit;
}

footer .links li a {
	display: block;
	padding-right: 20px;
	color: inherit;
}

footer .links li:last-child a {
	padding: 0;
}

footer .social ul {
	float: right;
}

footer .social li {
	font-size: 24px;
}

footer .social li a {
	display: block;
	padding-left: 5px;
}

footer .social li.fb a {
	color: #3b5998;
}

footer .social li.tw a {
	color: #1da1f2;
}

footer .social li.in a {
	color: #0077b5;
}

footer .social li.yt a {
	color: #ff0000;
}

/* ------------ X.X Featured on
 * -----------------------------------------------------------------------------
 */
 
section#featured {
	padding: 100px 0 60px;
}

section#featured .title {
	text-align: center;
	margin-bottom: 25px;
}

.featured-in-wrapper {
	background: #f1f0ef;
	padding: 25px 0 10px;
}

.featured-in-ctn {
	display: table;
	margin: 0 auto;
}

.featured-in-ctn ul {
	list-style: none;
	text-align: center;
}

.featured-in-ctn ul li {
	display: inline-block;
	margin: 15px;
}

.featured-in-ctn ul li img {
	height: 120px;
	width: auto;
	display: block;
}

/* ------------ X.X Home
 * -----------------------------------------------------------------------------
 */
 
section.services .services-ctn .service {
	text-align: center;
	padding-bottom: 20px;
}
 
section.services .services-ctn:before,
section.services .services-ctn:after {
	content: "";
	display: block;
	margin: auto;
	width: 100%;
}

section.services .services-ctn:before {
	border-top: 2px dashed #c4c6c6;
	padding-bottom: 100px;
}

section.services .services-ctn:after {
	border-bottom: 2px dashed #c4c6c6;
	padding-top: 100px;
}

section.services .services-ctn h1 {
	text-align: center;
	margin-bottom: 50px;
}

section.services .services-ctn .icon {
	width: 150px;
	margin: auto auto 20px;
}

section.services .services-ctn .description {
	margin: 20px 0;
}
 
section.video-wcopy .title {
	margin-bottom: 20px;
}

section.video-wcopy .btn {
	margin-top: 20px;
}

.content-wrapper.sz2 {
	width: 100%;
	max-width: 1400px;
	margin: auto;
	overflow: hidden;
}
 
.video-wcopy .content-wrapper {
	position: relative;
	overflow: visible;
}

.video-wcopy .content-wrapper .content {
	position: absolute;
	bottom: 0;
	width: 30%;
}

.video-wcopy.right .content-wrapper .content {
	left: 0;
	padding-left: 40px;
}

.video-wcopy.left .content-wrapper .content {
	right: 0;
	padding-right: 40px;
}
 
.video-wcopy .video-wrapper {
	width: calc(70% - 50px);
}

.video-wcopy.right .video-wrapper {
	float: right;
	padding-right: 40px;
}

.video-wcopy.left .video-wrapper {
	float: left;
	padding-left: 40px;
}

/* ------------ X.X Testimonials
 * -----------------------------------------------------------------------------
 */

.quote-carousel:before {
	display: inline-block;
	width: 100%;
	height: 1px;
	border-top: 2px dashed #c4c6c6;
	margin-bottom: 50px;
}

.quote-carousel:after {
	display: inline-block;
	width: 100%;
	height: 1px;
	border-top: 2px dashed #c4c6c6;
	margin-top: 50px;
}

#client-quote {
	background-color: #fff;	
	text-align: center;
}

#client-quote .quote-ctn {
	width: 100%;
	max-width: 970px;
	margin: auto;
	background-color: #fff;
	position: relative;
}

#client-quote .quote-ctn.female:before,
#client-quote .quote-ctn.male:before {
	background-position: top;
	width: 80px;
	height: 80px;
	margin: auto;
	margin-bottom: 30px;
}

#client-quote .quote-ctn.female:before {
	background-image: url('images/icon-female.svg');
}

#client-quote .quote-ctn.male:before {
	background-image: url('images/icon-male.svg');
}

#testimonials #client-quote .quote-ctn {
	margin: 75px auto;
}

#testimonials #client-quote .quote-ctn:last-child {
	margin-bottom: 0;
}

#client-quote .quote {
	font-size: 1.25rem;
	line-height: 1.4;
	position: relative;
}

#client-quote .quote-carousel .quote p {
	font-family: "Roboto Slab", sans-serif;
	font-weight: 400;
	font-size: 1.75rem;
	line-height: 1.4;
	width: 100%;
	max-width: 768px;
	margin: auto;
}

#client-quote .quote-by {
	font-size: .875rem;
	margin-top: 20px;
	padding: 0 50px;
	color: #6a4499;
}

/* Owl Carousel */

.owl-theme .owl-dots {
	margin-top: 25px !important;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
	border: 1px solid #fff;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: #d8d8d8;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #59b6c9
}

.page-title-ctn {
	border-bottom: 2px dashed #c4c6c6;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.page-title-ctn .title {
	margin-bottom: 10px;
}

.title-ctn.st1 {
	margin-bottom: 50px;
	text-align: center;
}

.title-ctn.st1 .title {
	margin-bottom: 25px;
}

.post-list.v1 {
	font-size: 0;
}

.post-list.v1 a {
	color: inherit;
	border: none;
}

.post-list.v1 .post {
	display: inline-block;
	vertical-align: top;
	float: none;
	margin-bottom: 100px;
}

.post-list.v1.st2 .post {
	margin-bottom: 0;
}

.post-list.v1 .post a {
	border-top: 2px dashed #c4c6c6;
	display: block;
}

.post-list.v1.st2 .post a {
	border: none;
	display: block;
}

.post-list.v1 .image {
	padding-top: 66.6666%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: transform 1s ease-in-out;
}

.post-list.v1 .image-ctn {
	overflow: hidden;
	position: relative;
	margin: 50px 0 15px;
}

.post-list.v1 a:hover .image {
	transform: scale(1.2);
}

.post-list.v1 .post .title {
	margin-bottom: 10px;
}

.post-list.v1.s1 .post a.btn {
	border: none;
	display: inline-block;
}

.course-details {
	font-family: "Roboto Slab", sans-serif;
	font-size: 1rem;
	margin: -5px 0 10px;
}

.course-details {
	background: #6a4499;
	padding: 3px 10px;
	display: inline-block;
	color: #fff;
	border-radius: 3px;
}

.course-details div {
	display: inline-block;
}

.course-details .lessons:after {
	content: "/";
	padding-left: 10px;
	margin-right: 5px;
}

.post-footer {
	border-top: 2px solid #ccc;
	padding-top: 15px;
	margin-top: 25px;
}

.post-footer .entry-meta {
	float: left;
	line-height: 24px;
	font-size: .875rem;
	font-weight: 400;
}

.share-post {
	float: right;
}

.share-post div {
	margin: 0 !important;
}

.share-post div span {
	display: block;
}

.share-post ul li {
	font-size: 24px;
	font-weight: 400;
	margin-left: 10px;
	float: left;
	height: 24px;
}

.share-post ul li:last-of-type {
	padding-right: 0;
}

.share-post .title,
.share-post ul {
	float: left;
}

.share-post .title {
	font-size: .875rem;
	line-height: 24px;
	margin-right: 5px;
	font-weight: 400;
}

.share-post a {
	display: block;
	width: 24px;
	height: 24px;
	margin: 0 !important;
}

.share-post span {
	display: inherit;
}

.share-post .print {
	color: #000;
}

.share-post .facebook {
	color: #3b5998;
}

.share-post .twitter {
	color: #1da1f2;
}

.share-post .linkedin {
	color: #0077b5;
}

.share-post .email {
	color: #dd4b39;
}

/* ------------ X.X Common WP Styles
 * -----------------------------------------------------------------------------
 */
 
.btn {
	-webkit-appearance: none;
}
 
.btn.st1 {
	font-family: "Roboto Slab", sans-serif;
	font-weight: 400;
	display: inline-block;
	text-transform: uppercase;
	border: none;
	border-radius: 3px;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	margin: auto;
}

.btn.st1:hover {
	box-shadow: none;
}

.btn.sz1 {
	padding: 10px 20px;
	font-size: 1rem;
}

.btn.cl1 {
	background-color: #59b6c9;
	color: #fff;
}

.btn.cl1:hover {
	background-color: #6a4499;
}

figure.is-type-video {
	margin: 0;
	margin-bottom: 25px;
}
 
.wp-block-pullquote {
	border-top: 2px dashed #c4c6c6 !important;
	border-bottom: 2px dashed #c4c6c6;
	margin: 50px 0;
	padding: 50px 0 !important;
	position: relative !important;
}

.wp-block-pullquote:before,
.wp-block-pullquote:after {
	content: "";
	font-family: "pfs";
	font-size: 50px;
	position: absolute;
	padding: 0 10px;
	background: #fff;
	color: #59b6c9;
}

.wp-block-pullquote:before {
	content: "\e909";
	top: -25px;
	left: 25px;
}

.wp-block-pullquote:after {
	content: "\e908";
	bottom: -25px;
	right: 25px;
}

.wp-block-pullquote blockquote {
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 620px;
	margin: auto;
}

.wp-block-pullquote.is-style-default p {
	font-family: "Roboto Slab", sans-serif;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1.3;
	color: inherit;
}

.wp-block-pullquote cite {
	font-size: .75rem !important;
	color: #6a4499 !important;
	margin-top: 10px !important;
}

.wp-block-pullquote cite em {
	font-style: normal !important;
}

.wp-block-pullquote.is-style-long {
	text-align: left;
}

.wp-block-pullquote.is-style-long p {
	font-size: 1rem;
	line-height: 1.5;
}

.categories .category-title-ctn {
	display: inline-block;
	margin: 0 5px 20px 0;
	transition: all 100ms ease-in;
}

.categories .category-title-ctn:last-child {
	margin-right: 0;
}

.category-title.toddler:before {
	content: "";
	display: block;
	background-image: url('images/icon-toddler.svg');
	background-repeat: no-repeat;
	width: 80px;
	height: 80px;
}

.category-title.teenager:before {
	content: "";
	display: block;
	background-image: url('images/icon-teenager.svg');
	background-repeat: no-repeat;
	width: 80px;
	height: 80px;
}

.category-title.children:before {
	content: "";
	display: block;
	background-image: url('images/icon-child.svg');
	background-repeat: no-repeat;
	width: 80px;
	height: 80px;
}

.category-title.children:before {
	content: "";
	display: block;
	background-image: url('images/icon-child.svg');
	background-repeat: no-repeat;
	width: 80px;
	height: 80px;
}

.category-title.baby:before {
	content: "";
	display: block;
	background-image: url('images/icon-baby.svg');
	background-repeat: no-repeat;
	width: 80px;
	height: 80px;
}

.category-title.parenting:before {
	content: "";
	display: block;
	background-image: url('images/icon-parent.svg');
	background-repeat: no-repeat;
	width: 80px;
	height: 80px;
}

.categories .category-title-ctn:hover {
	transform: scale(1.1);
}

.video.st1 {
	border-radius: 20px;
	padding: 0px 80px;
	box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.20);
	background-color: #f6fdff;
	position: relative;
}

.video.st1 .speaker {
	background-color: #e5e5e5;
	width: 16px;
	height: 160px;
	position: absolute;
	left: 33px;
	top: 50%;
	margin-top: -80px;
	border-radius: 8px;
}

.video.st1 .mic {
	background-color: #e5e5e5;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -20px;
	border-radius: 25px;
}

.video.st1 .video-ctn {
	padding: 50px 0;
	background-color: #444;
}

/* ------------ X.X Gutenberg Block Styles
 * -----------------------------------------------------------------------------
 */
 
hr.p4s_divider {
	border-top: 2px dashed #c4c6c6;
	margin: 50px 0;
}

.p4s_testimonial {
	border-top: 2px dashed #c4c6c6;
	border-bottom: 2px dashed #c4c6c6;
	margin: 50px 0;
	padding: 50px 0;
	position: relative;
}

#testimonials-container .p4s_testimonial:first-child {
	margin-top: 0;
}

#testimonials-container .p4s_testimonial:after {
	top: -15px;
	bottom: auto;
	left: 60px;
	right: auto;
}

#testimonials-container .p4s_testimonial {
	border-bottom: none;
	margin: 0;
}

.p4s_testimonial:before,
.p4s_testimonial:after {
	content: "";
	font-family: "pfs";
	font-size: 30px;
	position: absolute;
	padding: 0 10px;
	background: #fff;
	color: #59b6c9;
}

.p4s_testimonial:before {
	content: "\e909";
	top: -15px;
	left: 15px;
}

.p4s_testimonial:after {
	content: "\e908";
	bottom: -15px;
	right: 15px;
}

.p4s_testimonial cite {
	font-size: .75rem;
	color: #6a4499;
	margin-top: 10px;
	font-style: normal;
	margin-top: 15px;
	display: inline-block;
}

.p4s_pullquote {
	border-top: 2px dashed #c4c6c6 !important;
	border-bottom: 2px dashed #c4c6c6;
	margin: 50px 0;
	padding: 50px 0 !important;
	position: relative !important;
	text-align: center;
}

.p4s_pullquote:before,
.p4s_pullquote:after {
	content: "";
	font-family: "pfs";
	font-size: 50px;
	position: absolute;
	padding: 0 10px;
	background: #fff;
	color: #59b6c9;
}

.p4s_pullquote:before {
	content: "\e909";
	top: -25px;
	left: 25px;
}

.p4s_pullquote:after {
	content: "\e908";
	bottom: -25px;
	right: 25px;
}

.p4s_pullquote blockquote {
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 620px;
	margin: auto;
}

.p4s_pullquote p {
	font-family: "Roboto Slab", sans-serif;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1.3;
	color: inherit;
}

.p4s_pullquote cite {
	font-size: .75rem;
	color: #6a4499;
	margin-top: 15px;
	display: inline-block;
	font-style: normal;
}

.block-cta {
	margin: 50px 0;
	text-align: center;
	background-color: #f6f7f6;
}

.block-cta .content {
	width: 100%;
	max-width: 620px;
	margin: auto;
	padding: 50px 0;
}

.p4s_paypal {
	background-color: #f6f7f6;
	margin: 50px 0;
}

.p4s_paypal .wrapper {
	padding: 25px;
}

.p4s_paypal .title {
	margin-bottom: 20px;
}

.p4s_paypal td,
.p4s_paypal table {
	border: none;
}

.block-activecampaign {
	margin: 50px 0;
	background-color: #f6f7f6;
	padding: 25px;
}

.block-activecampaign .title {
	margin-bottom: 10px;
}

.block-activecampaign form {
	margin-top: 0;
}

.block-activecampaign label {
	font-family: "Roboto Slab", sans-serif;
	font-weight: 400;
	margin-bottom: 5px;
	font-size: .875rem;
	display: inline-block;
}

.block-activecampaign ._form_element {
	margin-bottom: 20px;
}

.block-activecampaign input[type="text"],
.block-activecampaign input[type="email"] {
	font-size: .875rem;
	padding: 5px;
	margin: 0;
	width: 100%;
}

.block-activecampaign ._button-wrapper {
	margin-top: 20px;
}

.block-activecampaign button {
	font-family: "Roboto Slab", sans-serif;
	font-weight: 400;
	display: inline-block;
	text-transform: uppercase;
	border: none;
	border-radius: 3px;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	margin: auto;
}

.block-activecampaign button:hover {
	box-shadow: none;
}

.block-activecampaign button {
	padding: 10px 20px;
	font-size: 1rem;
}

.block-activecampaign button {
	background-color: #59b6c9;
	color: #fff;
}

.block-activecampaign button:hover {
	background-color: #6a4499;
}

/* ------------ X.X Post Comments
 * -----------------------------------------------------------------------------
 */

/* --------------- ## Comments and Form */

#comments {
	margin-top: 50px;
	float: left;
	width: 100%;
}

#comments em,
#comments .fn {
	font-style: normal;
}

h3#comments-title {
	font-size: 1.5rem;
	margin-bottom: 10px;
}

#comments .commentlist {
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#comments li {
	margin-top: 40px;
	list-style-type: none;
}

#comments .comment {
	margin-left: 42px;
	position: relative;
}

#comments a {
	color: inherit;
	text-decoration: none;
}

#comments a.comment-reply-link {
	display: inline-block;
	padding: 4px 6px;
	font-size: .75rem;
	border: 1px solid #ccc;
	color: #888;
	border-radius: 3px;
}

#comments .reply {
	font-size: 1rem;
	margin-top: 10px;
}

#comments img.avatar {
	float: left;
	margin-left: -42px;
	margin-top: -6px;
	width: 32px;
	height: 32px;
	background-color:#fff;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%
}

#comments .comment-author,
#comments .comment-meta,
#comments .comment-awaiting-moderation {
	margin-bottom: 5px;
}

#comments .comment-author {
	font-size: 1rem;
	padding-right: 160px;
	margin-bottom: 10px;
}

#comments .rateit-range {
	margin-bottom: 5px;
	margin-left: -3px;
}

#comments .comment-author .says {
	display: none;
}

#comments .comment-meta {
	font-style: italic;
	position: absolute;
	top: 4px;
	right: 0;
	font-size: 0.75rem;
}

#comments .comment-author a {
}

#comments .comment-awaiting-moderation {
	display: inline-block;
	color: #fff;
	background: red;
	padding: 5px;
	font-size: 0.75rem;
}

#comments p {
	font-size: .875rem;
}

#comments #respond {
	margin-top: 20px;
	padding: 20px;
	background: #f6f7f6;
	position: relative;
}

#comments #respond #cancel-comment-reply-link {
	font-size: 0.6rem;
}

#comments #respond label,
#yasr-pro-rating-name-comment-form {
	display: inline-block;
	margin: 5px 0;
}

#yasr-pro-rating-name-comment-form {
	display: block;
}

#yasr-pro-title-comment-form-review {
	display: none !important;
}

#comments #respond h3 {
	margin-bottom: 10px;
	font-size: 1.875rem;
}

#comments #respond .form-allowed-tags {
	display: none;
}

#comments #respond input[type="text"],
#comments #respond textarea {
	margin: 1px;
	border: 1px solid #ccc;
	height: 32px;
	padding: 0 10px;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-appearance: none;
	font-size: .875rem;
	border-radius: 4px;
}

#comments #respond input[type="text"] {
	max-width: 400px;
	display: block;
}

#comments #respond textarea:focus {
	height: 150px;
}

#comments #respond input#submit {
	margin-top: 25px;
	width: auto;
	height: auto;
	font-size: .875rem;
}

#comments #respond textarea {
	height: 150px;
	box-sizing: border-box;
	padding: 10px;
}

#comments #respond p.form-submit {
	margin-bottom: 0;
}

#comments #cancel-comment-reply-link {
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 10px;
}

#comments #cancel-comment-reply-link:before {
	font-family: 'gfc';
	content: "\e912";
	font-size: 20px;
}

#comments #yasr-pro-display-visitor-rating {
	display: none;
}

/* ------------ X.X Contact
 * -----------------------------------------------------------------------------
 */

.contact-mn input[type="text"],
.contact-mn input[type="email"],
.contact-mn textarea {
	padding: 10px;
	width: 100%;
	border: none;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
	font-size: .875rem;
	line-height: 1.4;
	-webkit-appearance: none;
	border-radius: 0;
}

.contact-mn textarea {
	border-bottom: 1px dashed #ccc;
	margin-top: 10px;
}

.contact-mn .btn {
	-webkit-appearance: none;
	margin-top: 10px;
}

.contact-mn {
	font-size: 0;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 25px;
}

.contact-mn .row {
	display: inline-block;
	vertical-align: top;
	float: none;
	width: 50%;
	padding: 0 10px;
}

.contact-mn .row.full {
	width: 100%;
}

.contact-mn .row.odd {
}

.contact-mn .row.even {
}

.map .map-wrapper {
	position: relative;
	padding-top: 75%;
}

.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.contact-mn .wpcf7-not-valid-tip {
	display: none;
}

.contact-mn .wpcf7-not-valid {
	border-color: red !important;
}

.wpcf7-form .wpcf7-validation-errors,
.wpcf7-form .wpcf7-mail-sent-ok {
	border: none;
	padding: 0;
	font-size: 1rem;
	color: red;
	font-weight: 600;
	margin: 25px 0 0;
	margin-bottom: 25px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #777;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #777;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #777;
}
:-moz-placeholder { /* Firefox 18- */
  color: #777;
}

/* ------------ X.X FAQ
 * -----------------------------------------------------------------------------
 */

.faq {
	margin-bottom: 15px;
}

.faq.active {
	padding: 10px;
	background-color: #f7f7f7;
}

.faq p {
	font-size: 1rem;
}

.faq h2 {
	font-size: 1.125rem;
	margin-bottom: 10px;
	font-weight: 400;
	position: relative;
}

.faq_q:hover {
	color: #6a4499;
	cursor: pointer;
}

.faq_q.active,
.faq_a p {
	color: #444;
}

.faq:last-child {
	margin-bottom: 0;
}

/* ------------ X.X Author Bio
 * -----------------------------------------------------------------------------
 */

#author-bio img {
	width: 80px;
	height: auto;
	position: absolute;
	top: 15px;
	left: 15px;
	border-radius: 100%;
}

#author-bio {
	position: relative;
	min-height: 100px;
	padding: 15px;
	background: #f6f7f6;
	margin-top: 100px;
	font-size: .875rem;
}

#author-bio p {
	font-size: .875rem;
	margin-bottom: 5px;
}

#author-bio .authorinfo {
	padding-left: 95px;
	min-height: 75px;
}

#author-bio h5 {
	font-size: 1.25rem;
	margin-bottom: 5px;
}

#author-bio a {
	color: inherit;
	border-bottom: 1px solid;
	border-color: inherit;
}

#related-posts {
	margin-top: 100px;
}

#related-posts .section-title {
	text-align: center;
}

.test-carousel {
	float: left !important;
	height: 500px !important;
	width: 100% !important;
}

/* ------------ X.X Cookies
 * -----------------------------------------------------------------------------
 */

#cookiespop {
	position: fixed;
	z-index: 999999999;
	width: 100%;
	max-width: 340px;
	bottom: 15px;
	right: 15px;
	font-size: .875rem;
	line-height: 1.4;
	background: #7eb2c7;
	color: #fff;
	padding: 15px;
	font-weight: 400;
	box-shadow: 0 0 8px rgba(0,0,0,.25);
}

#cookiespop a {
	color: #fff;
	text-decoration: underline;
}

#cookiespop .message {
	float: left;
}

#cookiespop .confirm-cookies {
	margin-top: 15px;
	display: inline-block;
}

#cookiespop .confirm-cookies .text span {
	border: 1px solid #fff;
	padding: 3px 15px;
	text-transform: uppercase;
	display: inline-block;
}

#cookiespop .confirm-cookies:hover {
	cursor: pointer;
}


/* new footer css */
.vc_column_container {
    width: 100%;
/*     margin-bottom:35px; */
    padding-left: 0;
    padding-right: 0;
    
}
.footer-links a {
    color: #000!important;
    border-bottom: none!important;
	font-family: 'Open Sans', sans-serif!important;
}
.footer-links .box.wpb_column.vc_column_container.vc_col-sm-4>div>div {
    background-image: none;
    border: none;
    min-height: auto;
    width: 275px;
    margin: 0px auto;
}
.vc_row.wpb_row.vc_row-fluid.footer-links.center-row {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    display:flex;
    flex-direction:row;
}

.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.vc_row.wpb_row.vc_row-fluid.footer-links.center-row h4 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    line-height: 1.2;
    color: #000;
    font-family: 'Open Sans', sans-serif!important;
}
.vc_row.wpb_row.vc_row-fluid.footer-links.center-row>div>div {
    padding-top: 35px;
}
section#copyright {
    display: none;
}
.footer-padding{
	padding-bottom:100px!important;
}
.footer-padding p { 
	font-size: 1.25rem; 
}
header nav.main li {
    font-size: 1.25rem!important;
    font-family: "Open Sans", sans-serif;
}
/* end new footer css */

/* Last para */
.vc_row.wpb_row.vc_row-fluid.last-para.vc_custom_1597220425822.vc_row-has-fill {
    background-color: #59b6c8 !important;
}

.vc_row.wpb_row.vc_row-fluid.last-para.vc_custom_1597220425822.vc_row-has-fill p {
    color: #fff;
    font-size: 1.25rem!important;
	font-family: 'Open Sans', sans-serif!important;
}

.last-para.vc_custom_1597220425822.vc_row-has-fill>div>div {
    padding-top: 35px;
    padding-bottom: 2px;
}

.vc_row.wpb_row.vc_row-fluid.last-para.vc_custom_1597220425822.vc_row-has-fill .wpb_text_column .wpb_content_element {
    margin-bottom: 35px;
}

.last-para .vc_btn3-container.vc_btn3-right {
    text-align: right;
    margin-top: -75px;
}

.last-para .vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern {
    color: #000!important;
    border-color: #fdbf2e!important;
    background-color: #fdbf2e!important;
    width: 300px;
}

.last-para .vc_btn3.vc_btn3-size-lg {
    font-size: 16px;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 25px;
    padding-right: 25px;
}
.last-para .vc_btn3-container.vc_btn3-right {
    display: block;
    margin-bottom: 21.73913043px;
    max-width: 100%;
}

.last-para .vc_general.vc_btn3{
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color: transparent;
    color: #5472d2;
    border: 1px solid transparent;
    box-sizing: border-box;
    word-wrap: break-word;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    position: relative;
    top: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    line-height: normal;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
/*     font-size: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px; */
}
.last-para .wpb_text_column.wpb_content_element {
    margin-bottom: 35px;
}
.last-para a.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-shape-square.vc_btn3-style-modern.vc_btn3-color-warning {
    font-size: 16px;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 25px;
    padding-right: 25px;
    background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    font-family: 'Open Sans', sans-serif!important;
}
/* end last para  */

/* New navigation button */
 li#menu-item-18035 a {
    background-color: #fdbf2e!important;
    color: #000!important;
    line-height: 2.25;
    padding-left: 55px;
    font-size: 24px;
    padding-right: 55px;
    padding-top: 0px;
}
/* End */


/* ------------ X.X Media Queries
 * -----------------------------------------------------------------------------
 */


@media only screen and (max-width: 1600px) {

}

@media only screen and (max-width: 1400px) {

.video-wcopy.right .video-wrapper {
	padding-right: 0;
	margin-right: -60px;
	width: calc(70% - 0px);
}

.video-wcopy.left .video-wrapper {
	padding-left: 0;
	margin-left: -60px;
	width: calc(70% - 0px);
}

.video-wcopy .content-wrapper {
}

}

@media only screen and (max-width: 1180px) {

header nav.main li.home {
	display: none;
}

header nav.main a {
	padding: 0 15px;
}

nav.main .search-button {
	margin-left: 30px;
}

}

/* last-para-width adjustment query  */
@media only screen and (max-width:1024px){
.vc_row.wpb_row.vc_row-fluid.last-para.vc_custom_1597220425822.vc_row-has-fill {
    background-color: #59b6c8 !important;
    width: 1045px;
}
}
/* last-para-width adjustment query  */


@media only screen and (max-width: 1023px) {

#branding {
	background-image: url('images/parent-4-success-logo-landscape.svg');
	height: 60px;
	width: 320px;
	margin: 20px 0;
	box-shadow: none;
	border-radius: 0;
}

header nav.main.main {
	display: none;
}

.toggle-nav {
	display: block;
}

body.nav-open #sidemenu {
	max-width: 360px;
	width: 100%;
	right: 0;
	-webkit-overflow-scrolling: touch;
}

footer {
	position: relative;
	padding: 35px 0 0;
	float: left;
	width: 100%;
	margin-top: 100px;
}

}

@media only screen and (max-width: 967px) {

.p-style1 .g_4.sidebar,
.p-style1 .g_8.content-area {
	width: 100%;
}

.video-wcopy .content-wrapper {
	padding: 0 40px;
}

.video-wcopy .content-wrapper .content {
	position: relative;
	bottom: auto;
	width: 100%;
	float: left;
	margin-top: 25px;
}

.video-wcopy.right .content-wrapper .content {
	left: auto;
	padding: 0;
}

.video-wcopy.left .content-wrapper .content {
	right: auto;
	padding: 0;
}

.video-wcopy .video-wrapper {
	width: calc(100% - 0);
	width: 100%;
}

.video-wcopy.right .video-wrapper {
	float: left;
	padding-right: 0;
}

.video-wcopy.left .video-wrapper {
	float: left;
	padding-left: 0;
}

.video-wcopy.right .video-wrapper {
	margin-right: 0;
	width: calc(100% - 0px);
}

.video-wcopy.left .video-wrapper {
	margin-left: 0;
	width: calc(100% - 0px);
}

.pad1 {
	padding: 50px 0;
}


}

/* Last para media query  */
@media only screen and (max-width: 900px){
.last-para .vc_btn3-container.vc_btn3-right {
    text-align: center;
    margin-top: 0px;
}
.vc_row.wpb_row.vc_row-fluid.last-para.vc_custom_1597220425822.vc_row-has-fill {
    background-color: #59b6c8 !important;
    width: 1030px;
}
}
/* End last para query */

@media only screen and (max-width: 820px) {

.post-list.v1 .post {
	width: 50%;
}

.post-list.v1.st2 .post {
	width: 100%;
}

.post-list.v1 .post.g_3 {
	width: 33.3333%;
}

footer .links {
	float: none;
	text-align: center;
}

footer .copyright-social {
	float: none;
	text-align: center;
}

footer .copyright {
	float: none;
	margin: 10px 0;
	display: block;
}

footer .social {
	float: none;
}

footer .social ul {
	float: none;
}

section.services .services-ctn .icon {
	width: 80px;
}

}

/* new footer css media query */


@media (min-width:768){
    .vc_col-sm-4 {
    width: 33.33%;
    float:left;
}
/* last para query	 */
	.vc_row.wpb_row.vc_row-fluid.last-para.vc_custom_1597220425822.vc_row-has-fill {
    background-color: #59b6c8 !important;
    width: 1011px;
}
/* 	end */
}


@media (max-width: 767px){
.vc_row.wpb_row.vc_row-fluid.footer-links.center-row {
    flex-wrap:wrap;
}
.footer-links .box.wpb_column.vc_column_container.vc_col-sm-4>div>div{
    width:100%; 
/*     margin-left:15px; */
}
/* last para	 */
	.vc_row.wpb_row.vc_row-fluid.last-para.vc_custom_1597220425822.vc_row-has-fill {
    background-color: #59b6c8 !important;
    width: auto;
}
	
}

/* end  */

@media only screen and (max-width: 680px) {

.video.st1 {
	padding: 0px 60px;
}

.video.st1 .speaker {
	width: 12px;
	height: 140px;
	left: 24px;
	top: 50%;
	margin-top: -70px;
}

.video.st1 .mic {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 16px;
	margin-top: -15px;
}

.video.st1 .video-ctn {
	padding: 50px 0;
	background-color: #444;
}

}


@media only screen and (min-width: 600px) {

body.smaller #branding {
	background-image: url('images/parent-4-success-logo-landscape.svg');
	height: 60px;
	width: 320px;
	margin: 20px 0;
	box-shadow: none;
	border-radius: 0;
}

}


@media only screen and (max-width: 600px) {

.c_12 {
	padding-right: 0;
	padding-left: 0;
}

.g_1,
.g_2,
.g_3,
.g_4,
.g_5,
.g_6,
.g_7,
.g_8,
.g_9,
.g_10,
.g_11,
.g_12 {
	display: inline;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
}

.negative {
	margin-left: -10px;
	margin-right: -10px;
}

.video-wcopy .content-wrapper {
	padding: 0 20px;
}

.padt1 {
	padding-top: 50px;
}

.padb1 {
	padding-bottom: 50px;
}

.toggle-nav {
	right: 40px;
}

.post-list.v1 .post.g_3 {
	width: 50%;
}

.contact-mn .row.half {
	width: 100%;
}

.block-activecampaign ._form_element {
	
}

header {
	height: 60px;
}

#branding {
	height: 40px;
	width: 220px;
	margin: 10px 0;
}

#sidemenu {
	padding: 85px 25px 25px;
}

#container {
	padding-top: 60px;
}

.pad1 {
	padding: 25px 0;
}

footer .links li a {
	padding: 0 10px;
}

footer .links li.website {
	display: block;
	margin-top: 10px;
}

.featured-in-ctn ul li img {
	height: 90px;
}

}

@media only screen and (max-width: 460px) {

.post-list.v1 .post {
	width: 100%;
}

.video.st1,
.video.st1 .video-ctn {
	padding: 0;
}

.video.st1 .speaker,
.video.st1 .mic {
	display: none;
}

.video-wcopy .video-wrapper {
	margin-left: -20px !important;
	width: calc(100% - -40px) !important;
}

#cookiespop {
	max-width: 100%;
	bottom: 0;
	right: 0;
	padding: 10px;
}

#cookiespop .confirm-cookies {
	margin-top: 10px;
}

}

/* ------------ X.X Print
 * -----------------------------------------------------------------------------
 */


@media print {
	
}