html {overflow-x: hidden;}

a {
	border: none !important;
	outline: none !important;
	text-decoration: none;
}

.already-purchased-notice {
	display: block;
	background-color: #A7A9AC;
	color: #ffffff;
	text-align: center;
	padding: 0.5em 1em;
	text-decoration: none;
	margin-top: 0.5em;
	width: 250px;
}

.section-wrapper p {
	display: block;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 auto;
	max-width: 1040px;
	width: 100%;
}

p {
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
}

.fixed_content_container, .menu-top-navigation-container {
	margin: 0 auto;
	max-width: 1300px;
	width: 100%;
}

.header-search-form {
	display: inline-block;	
}

#form-action .panel-body label {
	display: none;
}

/**************** Home Page ****************/

.slide-content {
	color: white;
	line-height: 1.1;
}

.slide-content p {
	font-family: "proxima-nova",sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 300;
}

.slide-content h1 {
	color: rgb(235, 231, 202);
	font-family: "phoreuscherokee",serif;
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	margin-bottom: 10px;
}

.slide-content h2 {
	font-size: 29px;
	line-height: 1.2;
}

.slide-content h3 {
	color: rgb(236,128,69);
	font-family: "phoreuscherokee",serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	margin-bottom: 20px;
	margin-top: 20px;
}

.slide-content p.p2 {
	font-size: 13px;
	font-weight: 400;
}

.slider_button_url, .slider_button_url:visited {
	background: rgb(228, 201, 125);
	color: rgb(153, 31, 35) !important;
	display: block;
	font-family: "proxima-nova",sans-serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: 700;
	margin-top: 50px;
	padding: 10px;
	text-align: center;
	text-decoration: none !important;
	width: 250px;
}

.slider_button_url:hover {
	color: white !important;
}

.slide-image {	
	height: auto;	
	width: 50%;
	float: left;
}

.slide-box {
	width: 50%;
	float: left;
	padding: 1em 4em;
}

input.header-search-input::-webkit-input-placeholder {
	color: rgb(228, 201, 125);
}

input.header-search-input::-moz-placeholder { 
 	color: rgb(228, 201, 125);
}

input.header-search-input:-ms-input-placeholder { 
	color: rgb(228, 201, 125);
}

input.header-search-input:-moz-placeholder {
	color: rgb(228, 201, 125);
}

.slick-arrow {
	z-index: 15;
}

.slick-arrow:hover {
	cursor: pointer;
	opacity: 0.6;
}

.slick-arrow:hover img {
	opacity: 0.6;
}

/*******************************************/
/***************** Header ******************/

.right-header-menu  {
	float: right;
}

.right-header-top-buttons {
	margin-bottom: 0.5em;
	font-size: 1.3em;	
}

.right-header-top-buttons a {
	font-size: 17px;
	font-weight: 600;
}

.right-header-top-buttons a:first-child {
	width: 140px;
}

.right-header-top-buttons a:last-child {
	width: 182px;
}

.right-header-top-buttons a:hover {
	color: white !important;
}

.wrapper {	
	max-width: 1300px;
	margin: auto;
	position: relative;
}

.menu-top-navigation-container li {
	display: inline-block;
	float: right;
	padding: 0.5em 0.5em;
}

.menu-top-navigation-container li a {
	padding-left: 1em;
	padding-right: 1em;
}

.menu-top-navigation-container li:first-child {
	margin-right: 0 !important;
}

.menu-top-navigation-container li a {
	color: #942129;
	font-size: 1.1em;	
}

#menu-top-navigation .home, .cmdm-tags-filter {
	display: none;
}

.menu-top-navigation-container li#menu-item-19 {
	padding-right: 1em;
}


/*******************************************/
/***************** Header ******************/

.site-title img {
	width: 100%;
}

.site-title  {
	max-width: 275px;
	width: 100%;
	float: left;
}

.site-title h1 {
	margin-bottom: 0px;
}

.site-title h1 a {
	display: block;
	margin-bottom: -20px;
}

p.site-description {
	color: #E98062;
	font-family: "phoreuscherokee",serif;
	font-size: 1.05em !important;
	font-style: normal;
	font-weight: 600;
	margin-top: 1em;
	text-align: left;
}

.header-social-search {
	clear: both;
	margin-top: 15px;
	padding-top: 5px;
	text-align: right;
}

.header-social-search a:hover {
	opacity: 0.6;
}

.header-soc-link {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
}
.header-soc-link img {
	height: 40px;
	width: auto;
}

input.header-search-input {
	border-radius: 0px!important;
	border: none!important;
	background: #F8F2E0;
	color: #EAC887;
	font-weight: 600;
    padding: 0.5em 0.5em;
	width: 296px;
}

.menu-top-navigation-container {
	max-width: 1300px;
	margin: auto;
}

.menu-top-navigation-container li a {
	font-family: "proxima-nova",sans-serif;
	font-size: 19px;
	font-style: normal;
	font-weight: 700;
}

.menu-top-navigation-container li.current-menu-item, .menu-top-navigation-container li.current-page-ancestor, .menu-top-navigation-container li:hover {
	background-color: #E4C986;
}

.menu-toggle {
	position: absolute;
	top: 5em;
	right: 2em;
}

.fa-bars {
	color: #942129;
	font-size: 40px;
}

button {
	background: #fff;
	border: none!important;
}

/*******************************************/
/********* Home Page TOEFL Section *********/


.section-wrapper h1,
.parent-pageid-17 .resources_slice h1  {
	font-family: "phoreuscherokee",serif;
	font-size: 3em;
	font-style: normal;
	font-weight: 700;
	margin-bottom: 15px;
	margin-top: 30px;
	text-align: center;
}

.section-wrapper.light-background-section {
	background-color: #FFFFFF;
	display: table;
	margin-top: 3em;
	width: 100%;
}

.section-wrapper.red-background-section {
	background-color: #942129;
	color: white;
	display: table;
	padding-bottom: 2em;
	width: 100%;
}

.toefl-menu-section {	
	background-color: #EBE8CD;
	display: table;
	padding-bottom: 2em;	
	width: 100%;
}

.product-category-menu {
	padding: 1em 0;
	overflow: auto;
	text-align: center;
	font-family: "phoreuscherokee",serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: 300;
	list-style-type: none;
	max-width: 100%;
	margin: auto;
}

.product-category-menu li.locked-item,
.product-category-menu li.unlocked-item {
	background: #E98052;
	border: 8px solid #942129;
	color: white;
	cursor: pointer;
	display: inline-block;
	height: 100px;
	position: relative;
	vertical-align: top;
	width: 23%;
	margin: 0 .5%;
	padding: 0 1em;
	line-height: 1em;
}
.product-category-menu li.active {
	background: #942129!important;
}
.product-toefl-category-menu li.active {
	background: #E98052!important;
}


.product-category-menu li:hover,
.product-toefl-category-menu li:hover {
	opacity: .85;
}

.product-category-menu li.locked-item:last-child
.product-category-menu li.unlocked-item:last-child {
	margin-right: 0%;
}



.locked-item:hover {
	cursor: pointer;
}

.no-membership {
	background-color: rgb(167, 169, 172);
	border-color: white;
}

.product-category-menu li span span, .product-toefl-category-menu li span span {
	display: block;
	font-weight: 600;
	font-size: 0.9em;
	width: 100%;
}

.product-category-menu li a:link,
.product-category-menu li a:visited,
.product-toefl-category-menu li a:link,
.product-toefl-category-menu li a:visited {
	color: white;
	font-size: 1em;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
}


.product-toefl-category-menu {
	font-family: "phoreuscherokee",serif;
	font-size: 1.25em;
	font-style: normal;
	font-weight: 300;
	list-style-type: none;
	max-width: 100%;
	margin: auto;
	background: #942129;
	display: none;
	padding: 1em 0;
	text-align: center;
}

.product-toefl-category-menu li.locked-item,
.product-toefl-category-menu li.unlocked-item  {
	background-color: #992127;
	border: 8px solid white;
	color: white;
	cursor: pointer;
	display: inline-block;
	height: 100px;
	position: relative;
	vertical-align: top;
	width: 22%;
	margin: .25em .25%;
	text-align: center;
	padding: 0 1.5em;
	line-height: 1em;
}
.product-toefl-category-menu.level-two li {
	background: #A34148;
}
.product-toefl-category-menu.level-three li {
	background: #B36268;
}
.active-product-category-item, 
.active-product-category-item .prod-cat-menu-item-label {
	background: #E98052!important;
	color: white!important;
}


.product-category-menu li .toefl-menu-item {
	display: table;
	height: 100%;
	width: 100%;
}
.product-category-menu li .toefl-menu-item a {
	display: table-cell;
	vertical-align: middle;
}
.product-toefl-category-menu li .toefl-menu-item {
	display: table;
	height: 100%;
	width: 100%;
}

.product-toefl-category-menu .plus-top-right-locked-item {
	background: #942129;
	color: #E3C786;
	font-size: 13px;
	line-height: 0.5em;
    position: absolute;
	width: 30px;
	height: 30px;
	text-align: center;
	top: 0;
	right: 0;
	vertical-align: top;	
}

.plus-top-right-locked-item i {
	margin-top: 6px;
	opacity: 1;
	width: 12px;
	font-size: 1.5em;
	color: white;
}

.product-toefl-category-menu .plus-top-right-unlocked-item {
	background: rgb(236, 128, 69);
	color: #E3C786;
	font-size: 20px;
	line-height: 0.5em;
    padding-top: 0.5em;
    position: absolute;
	width: 30px;
	height: 30px;
	text-align: center;
	top: 0;
	right: 0;
	vertical-align: top;	
}

.plus-top-right-unlocked-item i,
.unlocked-item i {
	position: absolute;
    right: 0.2em;
    float: right;
    top: 0.2em;
    font-size: 0.8em;
}

.product-category-menu .plus-top-right-locked-item {
	background: #942129;
	color: #E3C786;
	font-size: 13px;
	line-height: 0.5em;
    position: absolute;
	width: 30px;
	height: 30px;
	text-align: center;
	top: 0;
	right: 0;
	vertical-align: top;
}

.product-category-menu .plus-top-right-unlocked-item {
	background: #942129;
	color: #E3C786;
	font-size: 20px;
	line-height: 0.5em;
    padding-top: 0.5em;
    position: absolute;
	width: 30px;
	height: 30px;
	text-align: center;
	top: 0;
	right: 0;
	vertical-align: top;
}

.smaller-text {
	background: rgb(235, 231, 202);
	font-size: 1.8em;
	margin-top: -45px;
	padding-bottom: 1.1em;
}

.in-cat-product-price {
	color: black;
	font-size: 1.4em !important;
	font-weight: 700;
	margin-bottom: 5px;
	margin-top: -3px;
}

.in-cat-product-description-title {
	color: black;
	font-size: 0.85em;
	margin-bottom: 0;
	margin-top: 0;
}

.in-cat-product-description p {
	color: black;
	margin-bottom: 0;
	margin-top: 0;
}

/*******************************************/
/************* Single Product **************/

.woocommerce-breadcrumb, .product_meta, .one_half_last .entry-title {
	display: none !important;
}

.top_half {
	background: black;
	clear: both;
	padding-bottom: 40px;
	padding-top: 25px;
}

.top_half_container {
	background: #F8F2E0;
}

.top_half_container .product_title {
	background: #E3C787;
	color: #992127;
	font-family: "phoreuscherokee",serif;
	font-size: 2.5em;
	font-style: normal;
	font-weight: 700;
	margin-bottom: 1.5em;
	margin-top: 0;
	text-align: center;
}

.top_half_container .product_title span {
	color: #EE8251!important
}

.top_half_container {
	display: table;
	margin: 0 auto;
	padding-bottom: 3em;
	width: 75%;
}

.one_half {
	border-right: 2px solid black;
	display: table-cell;
	float: left;
	line-height: 1.1;
	width: 50%;
}

.one_half .save_button {
	background: #992127;
	color: white;
	font-family: "phoreuscherokee",serif;
	font-size: 1.5em;
	font-weight: 600;
	display: block;
	padding: 20px;
	text-align: center;
	width: 100%;
}

.one_half_last {
	float: left;
	display: table;
	width: 41%;
}

.one_half_last_price {
	position: relative;
	text-align: center;
}

.one_half_last_price button.single_add_to_cart_button {
	margin: auto!important;
}

.one_half_last_price .product_price, .one_half_last_price .quantity {
	padding-bottom: 15px;
}

.one_half_last_price .price {
	display: none;
}

.old_price, .current_price {
	font-size: 2.5em;
	font-weight: 200;
	position: relative;
}

.new_price {
	color: #E98052;
	font-size: 3em;
	font-weight: 700;
	padding-left: 25px;
}

.old_price img {
	height: 61px;
	left: 0;
	position: absolute;
	width: 61px;
	top: -8px;
}

.one_half div, .one_half_last_price {
	display: table;
	margin: 0 auto;
	width: 80%;
}

.one_half_container {
	display: table;
	width: 100%;
}

.woocommerce .quantity .qty {
	border: 0;
	height: 34px;
	margin-left: -3px;	
}

.single_add_to_cart_button {
	background: #992127 !important;
	border-radius: 0; 
	color: #E4C986!important;
	display: block !important;
	font-family: "proxima-nova",sans-serif;
    font-size: 1em;
    font-style: normal;
    font-weight: 700;
	width: 250px;
}

.single_add_to_cart_button:visited {
	color: #E4C986!important;
}

.bottom_half {
	background: white;
	display: table;
	padding-bottom: 2em;
	padding-top: 4em;
	width: 100%;
}

.arrow_up {
	display: block;
	margin: 0 auto;
	margin-top: 1em;
	text-align: center;
	width: 45px;
}

.qty_label {
	background: rgb(88, 89, 91);
	color: #E4C986;
	display: inline-block;
	text-align: center;
	padding: 4px;
	width: 60px;
}

.qty_label, 
div.quantity {
/* 	display: none; */
	display: inline-block;
	width: 60px;
}

.single-product .products, .woocommerce-product-gallery, .onsale, .summary, .woocommerce-tabs {
	display: none;
}
/* .single-product .product-toefl-category-menu {display: block;} */

.woocommerce-message, .woocommerce .wc-memberships-restriction-message {
	border-top-color: #992127;
	clear: both;
	color: black;
	display: block;
	height: 65px;
	margin: 0 auto;
	margin-bottom: 15px;
	max-width: 1300px;
	width: 100%;
}

.woocommerce-message::before {
	color: #992127;	
}

.single_product_container {
	margin: 0 auto;
	max-width: 1300px;
	width: 100%;
}

.single_product_container .two_third {
	float: left;
	width: 66.66%;
}

.single_product_container .one_third {
	float: right;
	width: 300px;
	margin-right: 0;
}
.product-page-cart-wrap {
	margin-top: 5em;
}
.single_product_container .in-cat-product-cat {
	margin-top: -2px;
}
a.save_button {
	color: black;
}
.cart_container {
	border: 1px solid #E4C97D;
	display: table;
	padding-bottom: 2.5%;
	width: 100%;
}

.cart_container .cart_title {
	background: #E4C97D;
	color: white !important;
	margin-bottom: 0;
	margin-top: 0;
	text-align: center;
}

.cart_container .in-cat-product-list {
	margin-top: 2.5%;
	width: 95%;
}

.cart_container .in-cat-product-list li {
	display: table;
	margin: 0 auto;
	margin-bottom: 2.5%;
	width: 100%;
}

.cart_container .in-cat-product-list li .in-cat-product-box {
	display: inline-block;
	padding: 0;
	padding-bottom: .5em;
	padding-top: .5em;
	vertical-align: middle;
	width: 45%;
	max-width: 225px;
}

.submenu-wrapper .children {
	list-style-type: none;
	border-top: 1px solid #EE8251;
	padding-top: 0.5em;
    margin-top: 0.5em;
    padding-left: 0.25em;
	
}
.submenu-wrapper ul.children {display: none;}
.submenu-wrapper ul.children.active {display: block;}

.single_product_container p.price 
{
	display: none;
}

.submenu-wrapper .children li:last-child {
	border-top:none;
	border-bottom:none;
}


.in-cat-product-list a:hover {
	color: white !important; 
}

.cart_container .cart_price {
	display: table-cell;
	padding-left: 15px;
	vertical-align: middle;
}

.cart_container .cart_price a {
	float: right;
}

.cart_container .in-cat-product-list li .remove_button {
	display: table-cell;
	vertical-align: middle;
	width: 25px;
}

.cart_container .in-cat-product-list li .remove_button:hover img {
	background: grey;
}

.cart_container .in-cat-product-title {
	font-size: 1em;
}

.cart_container .in-cat-product-cat {
	font-size: 0.9em;
}

button.accordion {
    background-color: #992127;
    border: none;
    color: white;
    cursor: pointer;
    font-family: "phoreuscherokee",serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 3px;
    padding: 18px;
    width: 100%;
    text-align: left;
    outline: none;
    transition: 0.4s;
    width: 100%;
}

button.accordion.active, button.accordion:hover {
    background-color: #7d1c21;
}

button.accordion:after {
    content: '\002B';
    color: white;
    font-weight: 300;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2212";
}

div.accordion-content {
	background-color: white;
	line-height: 1.3;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.woocommerce-error {
	margin: 0 auto;
	max-width: 1300px;
	width: 100%;
}

.single-view-details-btn, .single-view-details-btn:visited {
	display: block;
	background-color: #EE8251;
	color: #E4C986 !important;
	font-family: "proxima-nova",sans-serif;
    font-size: 1em;
    font-style: normal;
    font-weight: 600;
	margin-top: 0.5em;
	padding: 0.3em 1em;
	text-align: center;
	text-decoration: none;
	width: 250px;
}

.single-view-details-btn:hover, .single_add_to_cart_button:hover {
	color: white !important;
}

.single-preview-details-btn {
	display: block;
	background-color: #E3C786;
	color: #E98052 !important;
	font-family: "proxima-nova",sans-serif;
    font-size: 1em;
    font-style: normal;
    font-weight: 600;
	margin-top: 0.5em;
	padding: 0.3em 1em;
	text-align: center;
	text-decoration: none;
	width: 250px;
}

.single-preview-details-btn:hover {
	color: white !important;
}

.cart_button {
	background-color: #EE8251;
    color: white !important;
	clear: both;
	display: block;
	font-weight: 600;
    margin-bottom: 2.5%;
    margin-top: 0.5em;
    margin: 0 auto;
    padding: 0.5em 1em;
    text-align: center;
    text-decoration: none;
    width: 95%;
}

.cart_button:visited {
	color: white !important;
}

.cart_button:hover {
	color: #992127 !important;
}

/*******************************************/
/********* Active Membership Page **********/

.in-cat-product-list.active_subscription {
	margin-top: 0;	
}

.in-cat-product-list.active_subscription li {
	width: 31%;
}

.in-cat-product-list.active_subscription .in-cat-product-title {
	font-size: 1.2em;
	line-height: 1.1;
}

.in-cat-product-list.active_subscription .in-cat-product-box {
	min-height: 125px;
}

.in-cat-product-list.active_subscription .in-cat-product-box:hover {
	opacity: 0.6;
}

.in-cat-product-list.active_subscription .in-cat-product-description {
	padding-top: .5em;
}

.in-cat-product-list.active_subscription a .in-cat-product-description {
	color: black;
}

/*******************************************/
/********** Single Success Story ***********/

.single_image {
	float: left;
	margin-right: 1.5%;
	width: 40%;
}

.single-success_story .content_right {
	background: white;
	margin-bottom: 25px;
	margin-top: 25px;
	width: 100%;
}

.single-success_story .entry-content {
	line-height: 1.2;
	margin-top: 0;
}

.single-success_story .entry-content p:first-child {
	margin-top: 0;
}

.content_right article {
	display: block;
	margin: 0 auto;
	width: 95%;
}

.archive_container {
    float: left;
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0;
    width: 100%;
}

.archive_container li {
	border-bottom: 1px solid #EE8251;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
}

.archive_container a:link, .archive_container a:visited  {
    color: #EE8251;
    text-decoration: none;
}

.archive_container a:hover {
	color: #992127;
}

.archive_list {
	float: left;
	margin-right: 2%;
	width: 20%;
}

.content_right {
	float: left;
	width: 78%;
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
	padding-left: 2.5%;
	padding-top: 25px;
	width: 45%;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
	padding-right: 2.5%;
	padding-top: 25px;
	width: 45%;
}

.single-story-detail {
	background: #942129;
	font-family: "phoreuscherokee",serif;
    font-weight: 600;
    padding-bottom: 15px;
    padding-top: 25px;
	text-align: center;
}

.single-story-detail h3.story-slide-title {
	font-size: 35px;
	font-weight: 600;
	margin-bottom: -15px;
}

.single-story-slide-detail {
	color: white;
	font-size: 53px;
}

.single .entry-header .entry-title {
	display: none;
}

.single .site-content {
	background: white;
}

.success-stories-content {
	clear: both;
	margin: 0 auto;
	padding-bottom: 4em;
	padding-top: 4em;
}

.success-stories-content li {
	display: table;
	list-style: none;
	margin-bottom: 1em;
	width: 100%;
}

.icon-content-image {
	float: left;
	width: 12%;
}

.single .section-content {
	float: left;
	width: 80%;
}

.single .section-content h2 {
	font-family: "phoreuscherokee",serif;
	color: black;
	font-size: 30px;
	margin-bottom: -10px;
	margin-top: -10px;
}

.single .section-content a {
	color: #942129;
	font-weight: 700;
	text-decoration: none;
}

.success-stories-intro {
	background: rgb(235, 231, 202);
	display: table;
	padding-bottom: 3em;
	padding-top: 3em;
	width: 100%;
}

.success-stories-intro img {
	border: white 10px solid;
	float: left;
	max-width: 380px;
	width: 100%;
}

.intro-content {
	float: left;
	margin-left: 3em;
	width: 442px;
}

.intro-content h1 {
	color: #942129;
	font-family: "phoreuscherokee",serif;
	font-size: 25px;
}

#single_score_reading {
	color: #952129;
	display: block;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 1.5em;
}

.intro-content p {
	font-size: 18px;
	font-weight: 600;
}

.single-success_story hr {
	background-color: black; 
}

/*******************************************/
/**************** Cart Page ****************/

.cart_total {
	background: #942129;
	color: white;
	font-size: 1.3em;
	font-weight: 600;
	padding-bottom: 5px;
	padding-top: 5px;
}

.woocommerce table.shop_table th {
	font-size: 1.1em;
	padding-bottom: 10px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 10px;
}

.woocommerce table.shop_table td {
	border-top: 2px solid black;
	padding: 0;
}

.woocommerce table.shop_table {
	border: none;
}

.in-cart-product-list {
	background-color: #E4C986;
	border: 8px solid #F5EDD3;
	font-size: 0.8em;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 1em;
	text-align: center;
	width: 220px;
}

.post-86 .entry-header .entry-title {
	border-bottom: 1px solid #E4C986;
	color: #942129;
	font-family: "phoreuscherokee",serif;
    font-size: 3em;
    font-weight: 600;
    margin-top: 20px;
}

.page-id-86 hr.page-title-hr,
.page-id-10 hr.page-title-hr {
	display: none;
}

.post-86 h2 {
	color: black;
	font-family: "phoreuscherokee",serif;
    font-size: 2em;
    font-weight: 600;
    margin-bottom: 0;
}

.shop_table th {
	font-family: "phoreuscherokee",serif;
    font-weight: 600;
}

.cart_buttons {
	height: 65px;
	margin-top: 15px;
}

.update_cart_button {
	background: rgb(228, 201, 125) !important;
    color: rgb(153, 31, 35) !important;
    display: block;
    font-family: "proxima-nova",sans-serif;
    font-size: 1.1em;
    font-style: normal;
    font-weight: 700;
    padding: 10px;
    text-decoration: none !important;
    width: 250px;
}

.checkout_cart_button {
	background: #EE8251 !important;
    color: white !important;
    display: block;
    font-family: "proxima-nova",sans-serif;
    font-size: 1.1em;
    font-style: normal;
    font-weight: 700;
    padding: 10px;
    text-align: center;
    text-decoration: none !important;
    width: 200px;
}

.checkout_cart_button:hover {
	color: #942129 !important;
}

/*******************************************/
/******** Home Page Success Stories ********/

.succcess-story-slide-detail {
	color: #EE8251;
	font-family: "proxima-nova",sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: 700;
}

a.button-box.red-button {
	font-family: "proxima-nova", sans-serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: 700;
	padding: 7px;
	text-align: center;
	text-decoration: none !important;
	width: 250px;
}

a.button-box.red-button:hover {
	color: white !important;
}

.prev-story-arrow {
	left: -40px;
}

.next-story-arrow {
	right: -40px;	
}

/*******************************************/
/*********** Home Page Resources ***********/

.latest-resources-wrapper {
	padding-bottom: 4em;
}

.latest-resources-container {	
	max-width: 1300px;
	width: 100%;
	margin: auto;
	padding-bottom: 1em;
}

.resource-item {
	float: left;
	width: 32.3%;
	margin: 0 .5%;
}

.resource-item:hover {
	opacity: 0.6;
}

.resource-link {
	background-color: #EE8251;
	height: 40px;
}

.resource-item-image {
	overflow: hidden;
}

.plus-right-aligned {
	background-color: #992127;
    color: #E4C986;
	float: right;
	height: 40px;
    line-height: 2.3em;
    text-align: center;
    width: 40px;
}

.resource-item-title {
	background-color: #E4C986;
	color: #EE8259;
	display: table;
	text-align: center;
	padding: 1em 2em;
	line-height: 1.1em;
	min-height: 80px;
	width: 100%;
	margin-bottom: .5em;
}

.resource-item-title span {
	display: table-cell;
	vertical-align: middle;
}

.resource-item-image img {
	width: 100%;	
}

/*******************************************/
/*************** TOEFL Page ****************/

.section-title-orange {
	color: #EE8251;
	font-family: "phoreuscherokee",serif;
	font-size: 1.8em;
	font-style: normal;
	font-weight: 600;
	margin-bottom: 1.2em;
	margin-top: -2.5em;
	text-align: center;
/* 	padding-top: 1em; */

}

.page-id-10 .section-wrapper.light-background-section {
	background: rgb(235, 231, 202);
	clear: both;
	display: table;
	padding-bottom: 40px;
	padding-top: 0px;
	width: 100%;
}

.page-id-10 .section-wrapper.light-background-section .orange-text {
	color: black;
}

.page-id-10 .section-wrapper.light-background-section .resource-item-title {
	background-color: white;
}

.page-id-10 .resource-item-image img {
	border: 8px solid white;
}

.unbold {
	font-weight: 300;
}

.page-id-10 .in-cat-product-list {
	margin-top: -3.7em;
}

.page-id-10 .section-wrapper h1 {	
	margin-bottom: 0;
	margin-top: 0;
}

.page-id-10 .section-wrapper.light-background-section {
	margin-top: 0;
}

/*******************************************/
/*************** About Page ****************/

.page-id-10 .section-wrapper.light-background-section {
	background: rgb(235, 231, 202);
	clear: both;
	padding-top: 25px;
}

.page-id-10 .section-wrapper.light-background-section .orange-text {
	color: black;
}

.page-id-10 .section-wrapper.light-background-section .resource-item-title {
	background-color: white;
}

.page-id-10 .resource-item-image img {
	border: 8px solid white;
}

.page-template-default .entry-title {
	font-size: 26px;
	margin-bottom: 0;
}

.page-template-default .entry-content {
	margin-top: 0;
}

.page-template-default .entry-content h2 {
	color: #EE8251;
	font-size: 19px;
	line-height: 1.1;
}

.entry-content p {
	font-size: 17px;
}

.page-template-default p {
	font-size: 17px;
}

.secondary_widget ul {
	margin: 0;
	padding-left: 0;
	width: 100%;
}

.secondary_widget ul li:first-child {
	background-color: #E4C986;
	border: 8px solid rgb(244, 233, 206);
    color: white;
    display: table;
    float: left;
    height: 100px;
    margin-bottom: 1em;
    margin-top: 1em;
    min-height: 150px;
    padding-top: 15px;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.secondary_widget ul li a {
	text-decoration: none;
}

.secondary_widget ul li:hover {
	opacity: 0.6;
}

.secondary_widget ul li h2 {
	color: white;
	font-family: "phoreuscherokee",serif;
	font-size: 1.3em;
    font-weight: 600;
	margin-bottom: 0;
	margin-top: 0;
	text-transform: uppercase;
}

.secondary_widget ul li {
	background-color: #942129;
    border: 8px solid #E98052;
    color: white;
    display: table;
    float: left;
    height: 70px;
    margin-bottom: 1em;
    margin-top: 1em;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.secondary_widget ul li a {
	color: black;
	display: table-cell;
	line-height: 1.1;
	vertical-align: middle;
}

.secondary_widget .plus-top-right {
	background: #942129;
	color: #E3C786;
	font-size: 13px;
	line-height: 0.5em;
    padding-top: 0.8em;
    padding-bottom: 1.5em;	
    position: absolute;
	width: 32px;
	height: 20px;
	text-align: center;
	top: 0;
	right: 0;
	vertical-align: top;
}

.parent-pageid-17 .resources_slice {
	background: #F4F2E3;
}

.parent-pageid-17 .resources_slice h1 {
	padding-top: 1em;
}

.parent-pageid-17 .resources_slice .resource-item-title {
	background: #fff;
}

/*******************************************/
/*********** File Uploader Page ************/

.w3eden .list-group-item.active, .w3eden .list-group-item.active:focus, .w3eden .list-group-item.active:hover {
	background: #F48251;
	color: white !important;
}

.author-dashbboard {
	margin-top: 35px;
}

.page-id-90 #wpdm-dashboard-sidebar {
	display: none !important;
}

.page-id-90 .col-md-10 {
	width: 100% !important;
}

.w3eden a, .w3eden a:visited {
	color: #F48251;
}

#the-list a, #the-list a:visited {
	color: #942129;
}

.w3eden .panel-primary {
	border-color: #F48251;
}

.w3eden .panel-primary > .panel-heading {
	background: #F48251;
	border-color: #F48251;
}

.w3eden .btn-success, .w3eden .btn-success:focus, .w3eden .btn-success:hover:not(.no-hover), .w3eden .flat-success:hover:not(.no-hover), .w3eden .flat-success.btn-bordered {
	background: #942129 !important;
}

.w3eden #wpdm-dashboard-sidebar .list-group-item {
	border-bottom: 1px solid 
}

.w3eden .btn-primary.btn-xs {
	background-color: rgb(228, 201, 125) !important;
}

.w3eden .btn-danger.btn-xs {
	background-color: #E98053 !important;
}

.uploads_form_container h1 {
	font-family: "phoreuscherokee",serif;
	font-size: 1.3em;
    font-weight: 600;
}

#package-settings-section, .post-324 header {
	display: none !important;
}

.wpdm-download-link, .wpdm-download-link:visited {
	background-color: rgb(228, 201, 125) !important;
	padding: 0.5em 1em;
	width: 150px;
}

.wpdm-download-link:hover {
	color: white !important;
	margin-top: 10px;
	text-decoration: none !important;
}

/*******************************************/
/************ Single File View *************/

.single-wpdmpro #main article {
	background: white;
	padding: 25px;
}

.single-wpdmpro .w3eden .btn-inverse, .w3eden .flat-inverse, .w3eden .flat-inverse.btn-bordered:hover {
	background: #58585A;
}

.single-wpdmpro .w3eden .btn-primary, .w3eden .flat-primary {
	background: #F48251;
}

.single-wpdmpro .w3eden .btn-primary:hover {
	background: #942129 !important;
}

.single-wpdmpro .navigation {
	display: none;
}

.single-wpdmpro .form-submit .submit {
	background-color: #942129;
	border: none;
	border-radius: 0;
	color: #E3C795;
	display: inline-block;
	font-family: "proxima-nova",sans-serif;
	font-size: 1em;;
	font-style: normal;
	font-weight: 700;
    padding: 0.5em 1em;
    text-decoration: none;
    transition: 0.3s all ease;
    width: 225px;
}

.single-wpdmpro .form-submit .submit:hover {
	color: white !important;
}

.single-wpdmpro .comment-metadata a, .single-wpdmpro .comment-metadata a:visited time {
	color: #942129;
	text-decoration: none;
}

.single-wpdmpro .reply a {
    background: #F48251;
    color: white;
    padding: 0.5em 1em;
    text-decoration: none;
    width: 225px;
}

.single-wpdmpro .reply a:hover {
    color: #942129;
}

.logged-in-as {
	display: none;
}
/*******************************************/
/************** Resource Page **************/

.site-main .latest-resources-container {
	float: left;
	margin-left: 1%;
	width: 49%;
}

.site-main .resource-item {
	width: 100%;
}

.page-id-15 .fixed_content_container .page-template-default #primary.with-subnav {
	float: right;
	width: 75% !important;
}

.resource_container:nth-child(2n+2) .latest-resources-container, .resource_container:nth-child(2n+2) .resource-item {
	margin-left: 0;
}

.success-story-pagination-wrapper {	
	max-width: 1024px;
	margin: auto;
	color: #881914;
	font-weight: bolder;
	text-align: center;
	padding-bottom: 1em;
	padding-top: 1em;
}

.success-story-pagination-wrapper .nav-links {
	text-align: center;	
}

/*******************************************/
/************** Archive Page ***************/

.site-main {
	margin: 0 auto;
	max-width: 1300px;
	width: 100%;
}

/*******************************************/
/******* Archive Success Store Page ********/

.category-general .story-slide {
	float: left;
	margin-bottom: 2em;
	margin-top: 1em;
	margin-right: 3.33%;
	position: relative;
	width: 31%;
	
}

.category-general .site-content {
	background-color: white;
}

.category-general .story-slide:hover {
	opacity: 0.6;
}

/*
.category-general .site-main {
	display: table;
	margin-top: -30px;
}
*/

.category-general a.button-box.red-button {
	display: block;
	margin: 0 auto;
	margin-bottom: 45px;
	text-align: center;
	width: 250px;
}

.story-slide a {
	text-decoration: none;
}

/*******************************************/
/************* My Account Page *************/

.my-account .product-category-menu li div {
	display: table;
	width: 100%;
	height: 100%;
}



.account-menu-section .fixed_content_container {
	display: table;
}

.account-menu-section {
	background: #992127;
	color: white !important;
}

.fixed_content_container {
	clear: both;
}

.account-menu-section h1 {
	color: white !important;
}

.account_menu {
	display: none;
	width: 35px;
}

.account-menu-section .section-title {
	text-align: left;
}

.account-menu-section h1.section-title {
	font-size: 2em;
/* 	padding-left: 35px; */
}

.account-menu-section .section-title span {
	font-weight: 300;
}

.account_notice {
	background: #F8F2E0;
	display: table;
	font-size: 21px;
	margin-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	width: 100%;
}

.account_notice p {
	color: #992127;
	display: table-cell;
	font-family: "proxima-nova",sans-serif;
	font-size: 21px;
	font-style: normal;
	font-weight: 700;
	vertical-align: middle;
}

.close_div {
	cursor: pointer;
}

.one_third {
	float: left;
	margin-right: 2%;
	width: 30%;
}

.one_third_last {
	float: left;
	width: 30%;
}

.one_third p {
	margin: 0;
	margin-bottom: 8px;
}

.one_third.billing_info label {
	display: block;
}

.one_third.billing_info input {
	margin-bottom: 10px;
}

#place_order {
	background: RGBA(238, 130, 81, 1.00);
}
.account_notice a {
	text-decoration: none;
	color: RGBA(153, 33, 39, 1.00);
}
.my_subscription {
	clear: both;
	display: block;
	padding: 0;
	width: 100%;
/* 	background: #F8F2E6;
	padding: 1em 2em;
	display: table;
	padding-bottom: 1.5em;
	padding-top: 1.5em; */
}



.my_subscription .product-category-menu li a,
.my_subscription .product-toefl-category-menu li a {
	display: table;
	width: 100%;
	height: 100%;
}


.my_subscription .prod-cat-menu-item-label {
	font-size: 0.8em;
	display: table-cell;
	vertical-align: middle;
}

.my_subscription .product-toefl-category-menu div {height: 100%;}
.my_subscription .product-toefl-category-menu li {
	margin-left: 0;
	margin-right: 15px;
	padding: 0;
	min-height: 80px;
}

.my_subscription .product-toefl-category-menu li:last-child {
	margin-right: 0;
}

.no_product {
	color: #992127;
    display: table-cell;
    font-family: "proxima-nova",sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    vertical-align: middle;
}

.page-id-90 .entry-title {
	display: none;
}

.account_home_container {
	display: table;
	width: 100%;
}

.account-homework {
	border-top: 2px solid black;
	margin-top: 20px;
}

.account-homework h2 {
	color: rgb(153, 31, 35);
	float: left;
	font-family: "phoreuscherokee",serif;
	font-size: 1.6em;
	font-style: normal;
	font-weight: 600;
	margin-bottom: 0;
	width: 66%;
}

.account-homework-text {
	float: left;
	margin-top: 0;
	width: 66%;
}

.account-homework-icons {
	float: left;
	margin-top: 21px;
}

.account-homework-icons a {
	padding-left: 20px;
}

.account-homework-icons a:hover {
	opacity: 0.6;
}

.upload_btn, .upload_btn:visited {
	background-color: #942129;
    color: #E3C786 !important;
    float: right;
    font-family: "proxima-nova",sans-serif;
    font-size: 1.1em;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 25px;
    padding: 15px;
	text-decoration: none;
}

.upload_btn:hover {
	color: white !important;
}

.w3eden .panel, .w3eden .panel-heading, .w3eden .input-lg {
	border-radius: 0;
}

.w3eden .panel-heading {
	padding: 0;
}

.w3eden .panel-default > .panel-heading, .w3eden .table > thead > tr > th, .w3eden .table > tbody > tr > td, .w3eden .table > tbody > tr > th, .w3eden .table > tfoot > tr > td, .w3eden .table > tfoot > tr > th, .w3eden .table > thead > tr > td, .w3eden .table > thead > tr > th, .w3eden .panel-footer, .w3eden .panel-default {
	background: white !important;
	border:none !important;
	padding-left: 0;
	padding-right: 0;
}

/*******************************************/
/************** Search Results *************/

.search-results .entry-title, .post-type-archive-success_story .entry-title {
	margin: 0;
}

.search-results .page-title, .post-type-archive-success_story .entry-title {
	color: #E98052;
}

.search-results .entry-title a,
.search-results .entry-title a:visited,
.nav-links a, .nav-links a:visited,
.post-type-archive-success_story .entry-header a,
.post-type-archive-success_story .entry-header a:visited {
	color: #942128;
	text-decoration: none;
}

.search-results main article, .post-type-archive-success_story main article {
	background: white;
	margin-bottom: 15px;
	padding: 15px;
}

.search-results .entry-summary, .post-type-archive-success_story .entry-summary {
	margin-top: 5px;
}

.search-results .hentry p, .post-type-archive-success_story .hentry p {
	margin-top: 0;
}

.edit-link a, .edit-link a:visited {
	color: #E98052 !important;
}

.edit-link a:hover {
	color: #992127;
}

.comments-link {
	display: none;
}

.page-content, .entry-content, .entry-summary {margin: 0;}


.error404 .fixed_content_container,
.search .fixed_content_container {
	padding: 1.5em 0 3em;
}



/*******************************************/
/************* My Account Page *************/

.toefl-menu-section .section-title {
	color: #EE8251;
	margin-top: 0px;
	padding-top: 1em;
}

.toefl-menu-section.my-account {
	padding-bottom: 0;
	padding-top: 2em;
}

/*******************************************/


.product-header {
	background: #E4C97D;
	padding: 3em 0;
}
h1.product_title {
	margin: 0;
	color: #991F23;
	font-family: "phoreuscherokee",serif;
	font-size: 3em;
}
h1.product_title span {color: #EC8045;}


.prod-cat-menu-item-label {
	display: block;
	font-weight: 400;
	line-height: 1.2em;
	margin: 0 auto;
	text-align: center;
}

.product-toefl-category-menu .unlocked-item:hover .prod-cat-menu-item-label {
	color: #E3C786;
}



.my_subscription .product-toefl-category-menu {
	margin-top: -15px;
}




.product-toefl-category-menu.active-menu {
	display: block;
}

.success-story-nav-wrapper {
	position: relative;
	margin-bottom: -13em;
    padding-top: 13em;
}

hr.page-title-hr {
	height: 25px;
	width: 100%;
	background: #EE8251;
}

.default-page-title {
	color: #E4C986;
	font-family: "phoreuscherokee",serif;
	font-size: 2.7em;
	font-style: normal;
	font-weight: 600;
}

.nav-arrow img {
	width: 40px;
	height: auto;
}

.site-footer {	
	background-color: #EE8251;
	color: white;
	padding-bottom: 9em;
	padding-top: 2em;
}
.site-footer a {color: #e4c986;}

.nav-arrow {
	position: absolute;
}

.button-box {
	display: inline-block;
	min-width: 250px;
}

.page-template-default #primary {
	width: 76%;
	float: left;
}

.page-template-default #primary.with-subnav {
	width: 76%;
	float: right;
/* 	padding-right: 5%; */
}

.parent-pageid-17 .secondary_widget {
	float: left;
	width: 20%;
}

.page-id-1973 .secondary_widget li:last-child {
	display: none;
}

.page-template-default .site-content {
	background-color: white;
}

.entry-title {
	color: #58585A;
}

.float-default-content {
	display: table;
	width: 100%;
	margin: auto;
}

.submenu-wrapper {
	width: 20%;
	float: left;
	margin-left: 0px;
	list-style-type: none;
	padding-left: 0;
	margin-right: 2em;
	margin-top: 2em;
}

.submenu-wrapper li {
	border-bottom: 1px solid #EE8251;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
}
.submenu-wrapper li.current_page_item a {color: #942129;}

.submenu-wrapper a:hover {
	color: #9A211F !important;
}

.submenu-wrapper a:link,
.submenu-wrapper a:visited {
	color: #EE8251;
	text-decoration: none;
}

#secondary {
	width: 20%;
	float: left;
}

a.button-box {
	text-decoration: none;
}

.red-button {
	background: #992127;
	color: #E4C986!important;
}

.red-background-section .button-box {	
	background-color: #E4C986;
	color: #992127;
	font-size: 1.1em;
	font-weight: 700;
	margin-bottom: 40px;
	margin-top: 20px;
	padding: 7px;
}

.red-background-section .button-box:hover {
	color: white;
}

.center-align {
	text-align: center;
	margin: auto;	
}

.center-align .button-box {
	margin-top: 25px !important;
}

.next-story-arrow img {
	transform: rotate(180deg);
}

.success-story-intro {
	background-color: #E4C986;
	color: black;
	font-family: "proxima-nova",sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 1.1;
	padding: 0.5em 1.2em;
}

.success-story-intro p {
	font-family: "proxima-nova",sans-serif;
	font-size: 0.9em;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0;
}

.story-slide-image {
	height: 200px;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.story-slide-image img {
	display: block;
	margin: 0 auto;
	width: 100%;
}

h3.story-slide-title {
	color: white;
	margin: 0;
}

.slick-slide {
	margin: .5em;
	border: 8px solid white;
	position: relative;	
}

.home-slider .slick-slide {
	border: none !important;
	margin: 0 !important;
}

.home-slider .slick-slide img {
	float: left;
	width: 100%;
}

.home-slider .slick-dots {
	left: 53%;
	position: absolute;
	text-align: left;
	top: 0;
}

.home-slider .slick-dots li {
	margin: 0;
}

.home-slider .slick-dots li.slick-active button:before {	
	color: #E3C786;
	opacity: 1;
}

.home-slider .slick-dots li button:before {
	color: #E98052;
	font-size: 15px;
	opacity: 1;
}

.product-dropdown-slider ul {
	margin-top: 1em;
}

.product-dropdown-slider .slick-slide {
	border: none;
}

.product-dropdown-slider {
	position: relative;
}

.product-slider-arrow {	
	position: absolute;
	width: 40px;
	height: 40px;
	top: 12em;
}
	
.product-arrow-next {
	right: 10%;
}

.product-arrow-next img {
	transform: rotate(90deg);
	width: 100%;
	height: auto;
}

.product-arrow-prev img {
	transform: rotate(-90deg);
	width: 100%;
	height: auto;
}

.product-arrow-prev {
	left: 10%;
}

.product-arrow-prev:hover img,
.product-arrow-next:hover img {
	opacity: 0.6;
}

.story-slide-content {
	background-color: #891B15;
	line-height: 1.1;
	padding: 0.5em 1.2em;
}

.story-slide-image .plus-top-corner {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #891B15;
	color: #E4C986;
	width: 32px;
    text-align: center;
    height: 32px;
    line-height: 2.0em;
}

.product-category-menu li.unlocked-item:hover {
	background: #942129 !important;
}



#site-navigation {
	border-top: 1px solid #E3C786;
	border-bottom: 1px solid #E3C786;
}

.in-cat-product-list {
	list-style-type: none;
	max-width: 1300px;
	width: 100%;
	margin: auto;
	margin-top: -4em;
	padding-left: 0px;
	position: relative;
	display: block;
	clear: both;
}

.in-cat-product-list li {
    width: 23.4%;
    margin: 0.5em;
    padding: 0;
    float: left;
}

.in-cat-product-title {
	margin: 0;
	color: #992127;
	font-family: "phoreuscherokee",serif;
	font-style: normal;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 10px;
}

.in-cat-product-cat {
	color: #EE8251;
	font-size: 1.5em;
	margin: 0;
	margin-top: -10px;
}

.in-cat-product-description {
	font-size: 0.8em;
	display: none;
    line-height: 1.2em;
}

.in-cat-product-description.active-details {
	display: block;
}

a.in-cat-product-view-details-btn {
	display: block;
	background-color: #EE8251;
	color: #E4C986;
	font-size: 1.2em;
	font-weight: 600;
	text-align: center;
	padding: 0.3em 1em;
	text-decoration: none;
	margin-top: 0.5em;
}

a.in-cat-product-add-to-cart-btn {
	margin-top: 0.5em;
	display: block;
	background-color: #992127;
	color: #E4C986;
	text-align: center;
	padding: 0.5em 1em;
	text-decoration: none;
}

.in-cat-product-list li .in-cat-product-box {
	background-color: #E4C986;
	border: 8px solid #F5EDD3;
	min-height: 250px;
	padding: 1em;
	text-align: center;
}

.product-page-cart-wrap .in-cat-product-list li .in-cat-product-box {min-height: 0!important;}



.section {
	position: relative;
	display: block;	
	clear: both;
	margin: 0 0 1em;
}
.account-parent-subscription-link {
	color: #F5EDD3!important;
	margin: 0.5em;
	display: block;
}
.account-parent-subscription-link:hover {opacity: .7;}
.account-parent-subscription {
	background-color: #992127;
    border: 8px solid #F5EDD3;
    padding: 1em;
    text-align: center;
}





.success-story-slider-wrapper {
	max-width: 1300px;
	margin: auto;
	position: relative;
}

.home .success-story-slider {
	clear: both;
}

.home .success-story-slider .slick-list {
	max-height: 470px;
}

.success-story-slider .story-slide:hover {
	opacity: 0.6;
}

.success-story-slider .slick-prev {
	position: absolute;
	left: 0;	
}

.success-story-slider .slick-next {
	position: absolute;
	right: 0;	
}

.section-wrapper.red-background-section h1 {
	background-color: #E98052;
}

.site-content {
	background-color: #F4F2E3;
}

.slide {
	background: #942129;
}

.slide-image img {
	width: 100%;
}

.clearfix {
	clear: both;
	display: block;
}

.horizontal-sep {
	border-top: 1px solid #992127;
	clear:both;
	height: 1px;
	margin: auto;
	margin-top: 2em;
	max-width: 1300px;
	width: 100%;
}

.site-info {
	margin: auto;
    max-width: 1300px;
    padding-top: 2em;
}

.site-info-container a, .site-info-container a:visited {
	color: white !important;
	text-decoration: none;
}

.site-info-container a:hover {
	color: #992127 !important;
}

.footer-logo {
	padding-bottom: 1em;
}

.footer-logo img {
	max-width: 220px;
	height: auto;
	width: 100%;
}

.middle-footer-col, .right-footer-col {
	padding-top: 1.3em;	
}

h1.section-title {
	color: #992127;
	line-height: 1em;
}

.red-background-section .section-title {
	color: #EE8251;
	padding-top: .5em;
	background-color: transparent!important;
}

.section-wrapper.red-background-section .button_box {
	margin-top: 45px;
}

.footer-logo {	
	display: block;
}

.orange-text {
	color: #EE8251;
}

.menu-footer-menu-container a,
.menu-footer-menu-second-container a {
	color: white;
	text-decoration: none;	
	display: block;
}

.menu-footer-menu-container li,
.menu-footer-menu-second-container li {
	border-bottom: 1px solid white;
	padding-bottom: 0.25em;
    margin-top: 0.5em;	
}

.menu-footer-menu-container ul,
.menu-footer-menu-second-container ul {
	list-style-type: none;
	margin-left: 0;	
}

#menu-footer-menu li:hover a, #menu-footer-menu-second li:hover a {
	color: #992127 !important;
}

.footer-col {
	width: 33%;
	float: left;
	display:inline;
}

.footer-copyright {
	bottom: -16em;
    right: 0;
}

a.header-login-btn:link,
a.header-checkout-btn:link,
a.header-checkout-btn:visited,
a.header-login-btn:visited {
	background-color: #E3C786;
	padding: 0.5em 1em;
	display: inline;
	color: #E98052;
	text-decoration: none;
	transition: 0.3s all ease;
}

a.header-checkout-btn:link,
a.header-checkout-btn:visited {
	background-color: #942129;
	color: #E3C786;
}

a.header-checkout-btn {
	margin-right: 0px!important;
}

a.header-login-btn:hover {
	background-color: #f0d698;
}

.footer-center {
	width: 100%;
	text-align: right;
	clear: both;
}

.home-slider {
    height: 100%;
}

.page-id-1972 h2 {
	margin-bottom: -.5em;
	margin-top: 2em;
}




.my-memberships-wrapper .product-toefl-category-menu {
	display: block!important;
}


















/************ andrea's new css ************/

.page-id-10 ul.submenu-wrapper,
.one_half_container .single-view-details-btn,
.one_half_container .single-preview-details-btn {
	display: none!important;
}

.page-id-10 #primary {
	width: 100%;
}

.related_content {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.related_content li {
	display: inline-block;
	margin: 0 .25em .5em .25em;
	width: auto;
	float: none;
}
.related_content li a {
	color: #992127;
	text-decoration: none;
}
.related_content li a:active,
.related_content li a:focus,
.related_content li a:hover {color: #992127!important;}







.tml-links {
	list-style: none;
	margin: 0;
	padding: 0;
}
.tml-login .tml-submit-wrap input {
	background-color: #942129;
    padding: 0.75em 3em;
    display: inline;
    color: #E3C786;
    text-decoration: none;
    border: none;
    font-size: 1em;
    border-radius: 0;
    font-weight: bold;
    text-transform: uppercase;
}




.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
	background-color: #992127;
	border-radius: 0;
	
	position: relative;
	display: block;
	clear: both;
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
	padding: 1em;
	margin-top: 3em;
}
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {
	background-color: #992127;
	opacity: .7;
}






.cookie-notice-container {
	font-size: 1.25em;
	max-width: 1150px;
	margin: 0 auto;
	text-align: left;
	padding: 1.5em 
}
.cookie-notice-container a {
	color: #942129;
	text-decoration: underline;
}
#cookie-notice .cn-button {
	background-color: #942129;
    color: #E3C786;
    padding: .5em 2.5em;
    font-weight: bold;
    margin: 0 .5em 0 0;
    text-decoration: none;
}





#top_btn {
	display: block;
    margin: 1.5em auto;
    max-width: 130px;
    background-color: #E3C786;
    padding: 0.5em 1em;
    color: #E98052;
    text-align: center;
    font-weight: bold;
}





.cleanlogin-container {
	max-width: 100%;
	box-shadow: none!important;
	-webkit-box-shadow: none!important;
	border: none!important;
	padding: 0;
	border-radius: 0!important;
}

.cleanlogin-container fieldset {border: none!important;}

 .cleanlogin-form input[type="submit"] {
	background: #942129;
	color: #e3c786;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
	font-size: 1em;
	max-width: 200px;
}


.cleanlogin-form input[type="text"], 
.cleanlogin-form input[type="password"], 
.cleanlogin-form input[type="email"], 
.cleanlogin-form input[type="submit"] {
	border-radius: 0!important;
}




/************ media queries ************/

@media only screen and (min-width: 1300px){
	
	.right-header-top-buttons {
		float: right;
	}

	.slide-content {
		color: white;
		line-height: 1.1;
	}
}


@media screen and (min-width:1075px) and (max-width: 1300px) {
	

	.default-page-title {
		width: 95%;
	}
	
	.footer-copyright {
		right: 2.5%;
	}
	
	.home-slider {
    	max-height: 640px;
		overflow: hidden;
	}
	
	.right-header-top-buttons {
		float:right;
	}
}

@media screen and  (max-width: 1075px) {
	
	.single-story-slide-detail {
		font-size: 3em;
	}
}


@media screen and (max-width: 930px) {
	
	a.header-login-btn:link,
	a.header-checkout-btn:link,
	a.header-checkout-btn:visited,
	a.header-login-btn:visited {
		display: inline;
	}
	
	
	.header-social {
		margin:auto;
	}
	
	.header-wrap {
	 	max-width: 300px;	
	}

	.product-category-menu, .product-toefl-category-menu {
    	font-size: 1em;
	}

	.product-toefl-category-menu, li.unlocked-item {
    	font-size: 1em;
	}
	
	.site-title {
		width:500px;	
	}

	.story-slide-image {
    	max-height: 350px;
		overflow: hidden;
	}

	.succcess-story-slide-detail {
		font-size: 0.8em!important;
	}	
}

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

	
	.mobile {
		display: block !important;
	}
	
	.mobileLink {
		background-color: rgb(0, 126, 162);
		border-radius: 10px;
		height: 30px;
		padding: 7px;
		padding-bottom: 1px;
		padding-top: 9px;		
		width: 30px;
	}
	
	.mobileLink img {
		height: 28px;
		position: absolute; 
	}
	
	#ml_1 {
		height: 31px;
		left: 0;
		position: absolute;
		top: 0px;
		width: 35px;
		z-index: 9999;
	}
	
	.ml_1,
	.ml_1 ul {
		background-color: rgb(80, 142, 175);
		font-size: 25px;
		list-style: none;
		margin: 0px;
		margin-top: 38px;
		padding: 0;
		position: absolute;
		text-transform: uppercase;
		width: 100%;
		z-index: 2;
	}
	
	.ml_1 ul li {
		position: relative;
	}
	
	.ml_1 ul li a {
		color: white;
		display: block;
		padding: 2.5%;
		border-top: 1px solid white;
	}
	
	.ml_1 ul li:first-child a {
		border: none;
	}
	
	.ml_1 ul li a:hover {
		color: #2C3064;
	}
	
	.ml_1 ul li:hover .sub-menu {
		color: blue;
		display: block;
	}
	
	.ml_1 .sub-menu {
		display: none;
	}
	
	.ml_1 .sub-menu {
		position: absolute;
		width: 50%;
		z-index: 99;
		left: 2.5%;
	}
	
	.ml_1 .sub-menu li a {
		background: #0077c1;
	}
	
	.header-social-search {text-align: center!important;}
	
} 


@media screen and (max-width 605px) {
	
	a.header-login-btn:link,
	a.header-checkout-btn:link,
	a.header-checkout-btn:visited,
	a.header-login-btn:visited {
		display: inline;
	}
	
	.header-social a {
		margin-right:3em;
	}
	
	.resource-item {
     	margin:auto;
	 	width: 70%;
	}
	
	.right-header-top-buttons {
    	float: left;
		text-align: center;
    }
  
	.right-footer-col {
		top:100px;
		position: absolute;
	}
	
	.section-wrapper h1 {
    	padding: 50px;
	}
	
	.site-title {
		width:500px;	
	}

	.slide-content p {
    	font-size: 1em;
	}

	.slide-content h1 {
    	font-size: 2em;
	}

	.slide-content h2 {
		font-size: 1.5em;
		line-height: 1.2;
	}

	.slide-content h3 {
    	font-size: 3em;
	}
	
} 
