/* Theme Name: Sept17OptimizeSmart
 * Description: Child theme of Genesis Sept17OptimizeSmart.
 * Author: PRISM IT SYSTEMS Robby
 * Author URI: http://prismitsystems.com
 * Template: genesis */
 
 

 
 /* ------------------------------------------- getting rid of BOM empty space on top of home page ------------------------------------------------------*/
body.home {
    margin-top: -15px;
}

body.home ul#menu-seotakeaways-top-nav {
    padding-top: 9px;
}

body.home .title-area h1.site-title img {
    padding: 9px 0;
}
body.home .menu-secondary-container {
    padding-top: 10px;
    padding-bottom: 3px;
}

 /* ------------------------------------------- body styles ------------------------------------------------------*/

body {
    background: #fff;
    color: #222;
    margin: 0;
    font-size: 16px !important;
}
pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

p {
    color: #333;
    font-size: 120%;
    line-height: 1.8em;
}


th, td {
    font-size: 120% !important;
}

blockquote {
 	border-left: 8px solid #ccc !important;
    color: #333 !important;
    font-size: 1.2em !important;
    font-style: italic !important;
    font-weight: bold !important;
    overflow: hidden !important;
    padding-left: 9px !important;
    padding-top: 10px !important;
}

blockquote p {
	margin-bottom: 10px !important;	
}

#content .wp-caption {
    background: #fff;
    border: none;
    text-align: center;
    padding: 16px 0;
    margin: 0 auto;
}

 /* ------------------------------------------- blog post content styles ------------------------------------------------------*/

#content .post-single .entry p.post-modified-info {
    font-size: 12px;
    font-weight: bold;
}



#content .post-single .entry p, #content .post-single .entry ul li, #content .post-single .entry ol li {
    font-size: 18px;
    line-height: 36px;
}

#content .post-single .entry h2 {
    color: #333;
    font-size: 2em;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 25px;
    margin-top: 90px;
}

#content .post-single .entry h3{
    font-size: 1.5em;
    margin-top: 50px;
}

#content .post-single .entry .wp-block-image figure img, #content .post-single .entry img.aligncenter {
    margin: 30px auto 50px;
}

.wp-block-image + h2 {
    margin-top: 30px !important;
}

/*.wp-block-image + .has-text-align-center {
    vertical-align: top;
    margin-top: -100px;
}*/

#content .post-single {
    border: 5px solid #e0e0e0;
    padding: 5%;
	box-shadow: 20px 20px 30px 0px #ebebeb, -20px -20px 30px 0px #ebebeb;
    margin-left: 5%;
}


.ub_table-of-contents, .ub_table-of-contents-collapsed {
    padding: 0;
    background: #ebebeb;
   }
   

.ub_table-of-contents-header-container, .ub_table-of-contents-extra-container{
	background:unset !important;
}

#content .post-single .entry .ub_table-of-contents ol>li {
    line-height: 28px;
    font-size: 16px;
}
 /* ------------------------------------------- faq question block styles ------------------------------------------------------*/


.rank-math-list-item {
    BACKGROUND: #efefef;
    border: 1px solid #ccc;
    padding: 2% 2% 0 2%;
    margin-bottom: 30px;
}

.sc_card {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.16), 0 0 0 1px rgba(0,0,0,.08);
    box-shadow: 0 2px 8px 0 #ccc, 0 0 0 1px #ccc;
    border-radius: 4px;
    background: #fff;
    margin: 2em auto;
    width: 92%;
    overflow: hidden;
    padding: 1.7em;
    border: 1px solid #ccc;
    background: #fffef4dd;
}

#content .entry .sc_card h2 {
    font-size: 1.5em !important;
    margin: 0 0 10px 0;
}

#content .post-single .entry h3.rank-math-question{
   margin-top: 25px;
}

.sc_card p br {
    margin-bottom: 1em !important;
    display: block !important;
    content: " ";
}


 /* ------------------------------------------- link styles ------------------------------------------------------*/

a {
    color: #631C61;
    text-decoration: underline;
}
a:focus, a:hover {
    color: #631C61;
    text-decoration: none;
}
a:focus {
    outline: 0;
}
 
a.action {
    background: #d14545 linear-gradient(to bottom, #d14545, #bf1111) repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 9px 15px -5px rgba(0, 0, 0, 0.3);
    color: #fff;
    display: block;
    font-size: 25px;
    font-weight: bold;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
    width: 50%;

}
a.action:hover {
    background: #cd3636 none repeat scroll 0 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4);
    color: #fff;
    transition: all 0.2s ease 0s;
}
 
/* ------------------------------------------- home page styles ------------------------------------------------------*/

.home #inner {
    width: 100%;
    margin: 0 auto auto;
    overflow: hidden;
	padding-top:0;
}
 
 .home-page-container{
	width: 100%;
	margin: -60px auto 0 auto;
	font-family: Helvetica,Arial,sans-serif;
}
.home-page-container p, .home-page-container ul li{
	font-size: 18px;
	line-height: 22px;
}
.home-page-container .home-page-row {
    clear: both;
    margin: 0 auto;
    display: block;
    float: none;
    overflow: hidden;
}

 .home-page-container .home-page-row.why-row {
	 width: 100%;
	 color: #fff;
	 background: #343434;
	
} 
.home-page-row.book-slider {
    background: #ebebeb;
    padding: 0 0 40px 0;
	display:none;
}

.home-page-banner img{
	display: block; 
	 border: 0 none;
	 max-width: 100%
}
/* ------------------------------------------- home page testimonials styles ------------------------------------------------------*/

.home-page-row.client-testimonials {
	background: #666;
    padding: 60px 20% 30px 20% !important;
    MARGIN: 0;
    clear: BOTH;
    overflow: hidden;
    display: block;
    float: none;
	display:none;
}
.home-page-row.client-testimonials .sa_owl_theme .owl-nav .owl-prev {
    left: -5%;
}

.home-page-row.client-testimonials .sa_owl_theme .owl-nav .owl-next {
    right: -5%;
}

.home-page-row.client-testimonials .owl-carousel .owl-item img {
    display: inline;
    width: 200px;
    height: auto;
    border-radius: 100px;
    margin-left: 1px;
    margin-bottom: 120px;
	border:2px solid #ccc;
}
.home-page-row.client-testimonials .sa_owl_theme .owl-nav .owl-prev {
    background: #666 url(/wp-content/plugins/slide-anything/images/icon_prev.png) no-repeat center center !important;
}


.home-page-row.client-testimonials .sa_owl_theme .owl-nav .owl-next {
    background: #666 url(/wp-content/plugins/slide-anything/images/icon_next.png) no-repeat center center !important;
}
.home-page-row.client-testimonials h2 {
   color: #fff;
}
.home-page-row.client-testimonials p {
    color: #fff;
    font-size: 28px;
    line-height: 36px;
    margin-top: 0;
}


span.mepr-nav-item.mepr-shop-dls.mepr-active-nav-tab {
    display: none;
}


.woocommerce-page h1.title {
    margin-top: 50px;
}

/* ul.woocommerce-error {
    display: none;
} */

button[name="update_cart"] {
    display: none !important;
}

body.page-id-47646 .woocommerce-message .button {
    display: none
}

.postid-47625 .woocommerce-error li a.button .wc-forward { 
    display: block !important; 
 } 
.postid-47625 .woocommerce-error { 
    display: none 
 } 

 .woocommerce-page h1.title { 
    display: none; 	
 }

.woocommerce-page .entry {
    margin-top: 40px;
}

 .woocommerce-Message.woocommerce-Message--info.woocommerce-info {  
 display: none; 
 } 

.home-page-row.client-testimonials p.who {
    margin: 0;
    font-size: 20px;
    color: #ccc;
    line-height: 26px;
}
.home-page-row.client-testimonials p.link {
    float: right;
    color: #fff;
    font-size: 20px;
	margin: 0;
}
.home-page-row.client-testimonials img {
    float: left;
    margin-right: 30px;
}

.home-page-row.client-testimonials .fa-quote-left {
   margin-right: 20px;
    font-size: 50px;
    vertical-align: bottom;
}

.home-page-row.client-testimonials .fa-quote-right {
    margin-left: 20px;
	display:none;
}


.home-page-container a {
	text-decoration:none;	
}

.home-page-container .banner {
    /*background: #000 url(https://www.optimizesmart.com/wp-content/themes/Sept17OptimizeSmartDEV/images/banner.jpg) no-repeat right;
    background-size: cover;
	    border: medium none;
    box-sizing: border-box;
	    max-width: 100%;
    overflow: hidden;
	*/
	background: #fff;
    margin: 0;
    height: auto;
    padding: 0;
    margin: 0;
}

.home-page-container .banner2 {
background: #000 url(https://www.optimizesmart.com/wp-content/themes/Sept17OptimizeSmartDEV/images/laptop-hero.jpg) no-repeat right top;
    border: medium none;
    box-sizing: border-box;
    max-width: 100%;
    overflow: hidden;
    margin: 0;
    height: auto;
    padding: 0;
    position: relative;
    background-size: cover;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #000;
	    min-height: 500px;
}

.home-page-container .banner2 h1 {
color: #fff;
    line-height: 46px;
    padding: 0 0 10px;
    margin: 0;
    font-size: 36px;
    font-weight: bold;
}
.home-page-container .banner2 .intro{
	    padding: 3% 2% 0;
    width: 27%;
    margin: 0;
    text-align: left;
    background: rgba(0,0,0,0.7);
    top: 0;
    left: 5%;
    position: absolute;
    bottom: 0;
    text-align: center;
}

.home-page-container .banner2 .intro .btn {
background: linear-gradient(to top, #3cb878, #37a26b);
    height: auto;
    font-size: 25px;
    font-weight: bold;
    color: white;
    padding: 25px 19px;
    border: 1px solid #37a26b;
    border-radius: 15px;
    min-width: 300px;
    display: inline-block;
}

.home-page-container .banner2 .intro .btn:hover {
    background: #279a5f;
	cursor: pointer;
}
.page-id-26872 .btn,
.page-id-43472 .btn {
    background: linear-gradient(to top, #3cb878, #37a26b);
    height: auto;
    font-size: 25px;
    font-weight: bold;
    color: white;
    padding: 25px 19px;
    border: 1px solid #37a26b;
    border-radius: 15px;
	min-width: 300px;
	box-shadow: 2px 5px 6px rgba(3,3,3,0.3);
}

.page-id-26872 .btn:hover,
.page-id-43472 .btn:hover {
    background: #279a5f;
	cursor: pointer;
}

#content .home-page-container .banner2 p.text {
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.3em;
    padding: 0 0 14px 0;
    margin: 0;
}
#content .home-page-container .banner2 p.text.new {
    font-size: 24px;
    padding: 0 2%;
    margin-bottom: 20px;
}
#content .home-page-container .banner2 p.text.exclusive {
background: #0c679e;
    padding: 2px 10px;
    margin-bottom: 13px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}
}

.home-page-container .banner .intro .photo-caption{
width:100%;
max-width: 262px;
    font-size: 90%;
    text-align: center;
    float: left;
    line-height: 20px;
    font-weight: bold;
    padding: 10px;
    border-radius: 10px;
	margin-top:0;
}
.home-page-container .banner .intro .photo-caption h3 {
    line-height: 30px !important;
    padding: 0;
    margin: 25px 0 6px 0;
    font-size: 24px !important;
}
.home-page-container .banner h1 {
    color: #e43b2c;
line-height: 55px;
    padding: 0;
    margin: 0 6%;
    font-size: 42px;
    font-weight: bold;
}

.home-page-container .banner .intro {
    padding: 0;
    width: 66%;
    margin: 4% 17% 0;
    text-align: center;
}



.home-page-container .banner .intro .list {
    text-align: left;
    margin-left: 300px;
margin-top:0;
}

.home-page-container .banner .intro .list ol li {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 28px;
}

#content .home-page-container .banner p.text {
    color: #000;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.3em;
    padding: 0 0 10px 0;
	margin: 0;
}
#content .home-page-container .banner p.text.exclusive {
    color: #000;
	font-weight:bold;
	font-size: 23px;
}
#content .home-page-container .banner p.text.new {
    color: #e43b2c;
    font-weight: bold;
    margin: 5px 0 20px 0;
	font-size:24px;
}

#content .home-page-container .banner p.text.learn-header {
    text-align: center;
    font-size: 26px;
    background-color: #fff188;
    padding: 7px;
    margin-bottom: 20px;
    font-weight: bold;
}

#content .home-page-container .banner p.text.free {
    color: #999;
    font-size: 17px;
    padding: 0;
    margin: 15px 0 0 0;
    text-align: center;
}
.home-page-row.banner a.readmore {
    float: left;
    background: #fff;
    color: #333 !important;
    padding: 15px 25px;
    font-size: 20px;
    margin: 0;
}
.home-page-row.banner .show-mobile{ 
display:none
}
.home-page-row.banner a.readmore:hover {
    background: #333;
    color: #fff !important;
}

.home-page-row.whyrow {
    background: #e74c3c;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    font-size: 20px;
}
.home-page-row.whyrow span {
    display: inline-block;
    margin-right: 5%;
}
.home-page-row.signup {
    padding: 60px 10%;
	overflow:hidden;
	background: #f8f8f8;
}

.home-page-row.signup .left50 {
    width: 50%;
    float: left;
}

.home-page-row.signup .right50 {
    width: 50%;
    float: right;
	    text-align: right;
}
.home-page-row.signup  .left50 p {
    font-size: 20px;
    line-height: 25px;
    padding: 0;
}

.home-page-row.signup .social-media-link {
    display: inline-block;
    margin-right: 20px;
}

.home-page-row.signup .social-media-link img:hover {
    opacity: 0.8;
	cursor: pointer;
}

.home-page-row.books {
    background: #ebebeb;
    padding: 60px 10% 40px 10%;
    overflow: hidden;
}
.home-page-row.books a {
   color: #333;
}

.home-page-row.books img.books{
	float:right;	
	width: 100%;
}
.home-page-row.books p.readmore{
    background: #333;
    clear: both;
    color: #fff;
    display: inline-block;
    float: none;
    font-size: 20px;
    font-weight: normal;
    margin: 0 auto;
    padding: 15px 45px;
    text-align: left;
	 border-radius:2px;
}

.home-page-row.books p.readmore:hover {
    background: #666;
    /* color: #333 !important; */
}

.home-page-row.books .left50 {
    width: 50%;
    float: left;
    padding: 0;
}

.home-page-row.books .right50 {
    width: 50%;
    float: right;
    padding-top: 40px;
}

.home-page-row.books ul{
	margin:20px 0 30px 20px;
    padding: 0 0 0 0px;
}

.home-page-row.books ul li{
	margin: 0 0 10px 0;
	color: #333;
	list-style-type: none;
}

.home-page-row.books ul li:before{
	font-family: 'FontAwesome';
    content: '\F0da';
    margin-right: 9px;
}


.home-page-row .course-ad p.readmore {
    background: #fff;
    color: #333!important;
    font-size: 20px;
    border: 1px solid #fff;
    border-radius: 3px;
    float: left;
    width: auto;
    padding: 15px 45px;
   /* margin: 48% 0 0 47px;*/
}
.home-page-row .course-ad p.readmore:hover {
    background: #333;
    color: #fff !important;
    border: #333 solid 1px;
}
.course-ad .fa-line-chart {
    font-size: 150px;
    float: left;
    color: #fff;
	margin-right: 20px;
}
.home-page-row.course-container {
    background: #FF5C26;
    padding: 60px 10%;
    font-size: 20px;
    color: #fff;
	overflow:hidden;
	position: relative;
}
#content .home-page-row .course-ad h2 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    line-height: 45px;
	margin-bottom: 10px;
}
.home-page-row .course-ad p {
    color: #fff;
    margin-bottom: 10px;
    line-height: 22px;
    margin: 0 0 15px 0;
}

.home-page-row .course-ad .left50 {
    float: left;
    overflow: hidden;
    width: 70%;
    clear: both;
    display: block;
}
.home-page-row .course-ad .right50 {
    float: right;
    position: relative;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
    margin-bottom: 50px;
    width: 30%;
}

.home-page-row .course-ad ul {

    margin: 25px 0 0 0;
    padding: 0 0 0 0px;
}
.home-page-row .course-ad ul li {
    float: left;
    width: 50%;
    color: #fff;
    list-style-type: none;
    margin-bottom: 5px;
}
.home-page-row .course-ad ul li:before {
    font-family: 'FontAwesome';
    content: '\F00c';
    margin-right: 9px;
}

.home-page-row .course-ad p.readmore {
	margin-top: 30px;	
}

.home-page-row.blog-entries {
    margin: 60px 10%;
}

.home-page-row.blog-entries .title a {
    color: #fff;
    text-decoration: none;
}
.home-page-row.featured-links {
    margin: 60px 5%;
}

.home-page-row.blog-entries {
    margin: 60px 5%;
}

#content .latest-blog-posts h1.title, #content .latest-blog-posts p.title  {
    color: #333;
    font-size: 17px;
    font-weight: normal;
    line-height: 21px;
    text-transform: inherit;
	color: #fff;
	margin-bottom:17px;
	display:inline-block;
}

#content .latest-blog-posts h1.title:before, #content .latest-blog-posts p.title:before {
    font-family: 'FontAwesome';
    content: '\f0da';
    margin-right: 8px;
}

#content .latest-blog-posts h2{
	color: #fff;
    display: block;
    float: none;
    clear: both;		
}

.latest-blog-posts p, .latest-blog-posts .readmore {
    display: none;
}


.left50 {
    width: 60%;
    float: left;
}

.right50 {
    width: 40%;
    float: right;
}

 /* ------------------------------------------- course sidebar ad styles ------------------------------------------------------*/


.course-promo-sidebar {
    background: #ff5c26;
    color: #fff;
    margin-top: 0;
    padding: 22px;
	border-radius: 5px;
}
a:hover .course-promo-sidebar {
    background: #e54b4d;
    text-decoration: none;
}
.course-promo-sidebar .fa {
    font-size: 150px;
    float: left;
    color: #fff;
    margin-right: 20px;
}

.course-promo-sidebar h3 {
    font-size: 27px;
    line-height: 35px;
}

.course-promo-sidebar ul {
    padding: 0;
    margin: 0 0 0 21px !important;
}

.course-promo-sidebar ul li {
    margin: 0 0 3px 0 !important;
    list-style-type: none;
    line-height: 18px;
    font-size: 16px;
}

.course-promo-sidebar ul li:before {
    font-family: 'FontAwesome';
    content: '\f00c';
    margin: 0 5px 0 -22px;
}

.course-promo-sidebar .button {
border: 2px solid #fff;
    background: none;
    color: #fff;
   
    font-size: 20px;
    border: 2px solid #fff;
    border-radius: 3px;
    float: none;
    /* width: auto; */
    padding: 9px 43px;
    display: block;
    text-decoration: none;
    margin-top: 20px;
}

a.course-promo-sidebar-link {
    text-decoration: none;
}

.page-id-26872 .promo-row1,
.page-id-43472 .promo-row1 {
	display:block;
	overflow:hidden
}
		
.page-id-26872 .promo-row2,
.page-id-43472 .promo-row2 {
	display:block;
	overflow:hidden;
	margin-top:50px;
	
}

.page-id-26872 .promo-row3,
.page-id-43472 .promo-row3 {
	display:block;
	overflow:hidden;
	margin-top:50px;
	
}

.page-id-26872 .promo-row1 .promo-column-left,
.page-id-43472 .promo-row1 .promo-column-left{
	width: 50%;
}

.page-id-26872 .promo-row1 .promo-column-right,
.page-id-43472 .promo-row1 .promo-column-right{
	width: 47%;
	padding-right:3%
}

.page-id-26872 .promo-row2 .promo-column-left,
.page-id-43472 .promo-row2 .promo-column-left{
	width: 40%;
	padding-right:10%
}

.page-id-26872 .promo-row2 .promo-column-right,
.page-id-43472 .promo-row2 .promo-column-right{
	width: 47%;
	padding-right:3%
}

.page-id-26872 .click-to-get-started,
.page-id-43472 .click-to-get-started{
	text-align:center;
	font-size:25px;
	font-weight:bold;
	margin-top:50px;
    line-height: 35px;
}

/* ------------------------------------------- hide captions on course testimonial page ------------------------------------------------------*/

.page-id-81554 figcaption {
    display: none;
}

 /* ------------------------------------------- course promo test styles ------------------------------------------------------*/


.page-id-26872 .entry ul.course-content-lesson-listing,
.page-id-43472 .entry ul.course-content-lesson-listing  {
       columns: 2;
    margin: 0 0 20px 25px;
}

.page-id-26872 .entry ul.course-content-lesson-listing li,
.page-id-43472 .entry ul.course-content-lesson-listing li {
	font-size: 18px;
    line-height: 27px;
    margin-left: 0;
    margin-bottom: 11px;
}

.page-id-26872 .entry ul.course-content-lesson-listing li:before, 
.page-id-43472 .entry ul.course-content-lesson-listing li:before {
    font-family: fontawesome;
    content: '\f0da';
    margin-right: 8px;
    color: #000;
	    margin-left: -15px;
}



.page-id-26872 #authorTemplate, .page-id-43472 #authorTemplate{
    display: none;
}


 .page-id-26872 #inner, .page-id-43472 #inner {
   	width: 100% !important;
	max-width: 100% !important;
	margin-top: 0 !important;
}

.page-id-26872 #content, .page-id-43472 #content {
   	width: 100% !important;
	max-width: 100% !important;
	margin-top: 0 !important;
}

.page-id-26872 h1.title, .page-id-43472 h1.title {
    color: #333;
    padding: 0;
    font-size: 2.2em;
    line-height: 40px;
    display: none;
}

.page-id-26872 .internal-wrapper, .page-id-43472 .internal-wrapper {
    margin: 0 auto;
    display: block;
    float: none;
    width: 100%;
    max-width: 1200px;
}

.page-id-26872 .rank-math-block, .page-id-43472 .rank-math-block {
    margin: 0 auto;
    display: block;
    float: none;
    width: 100%;
    max-width: 1200px;
	margin-top:-30px;
}


.page-id-26872 .row-wrapper#a-fbgroup, .page-id-43472 .row-wrapper#a-fbgroup{
	
	    background: #c9d5ef;
}


.page-id-26872 .row-wrapper, .page-id-43472 .row-wrapper {
    padding: 50px 0;
}

.page-id-26872 .row-wrapper.grey, .page-id-43472 .row-wrapper.grey {
    background: #ebebeb;
}

.page-id-26872 .row-wrapper.black, .page-id-43472 .row-wrapper.black {
    background: #545454;
}

.page-id-26872 .row-wrapper.black h2, .page-id-43472 .row-wrapper.black h2 {
    color: #fff !important
}

.page-id-26872 .row-wrapper.black h3, .page-id-43472 .row-wrapper.black h3 {
    color: #fff !important
}

.page-id-26872 .row-wrapper.black p.text, .page-id-43472 .row-wrapper.black p.text {
   color: #fff !important
}

.page-id-26872 .row-wrapper.black a, .page-id-43472 .row-wrapper.black a {
    color: #fff !important
}

.page-id-26872 .internal-wrapper h2, .page-id-43472 .internal-wrapper h2  {
    margin-top: 0 !important;
	font-size: 40px !important;
	line-height: 50px !important;
}

.page-id-26872 .sumome-share-client-wrapper.sumome-share-client-wrapper-left, .page-id-43472 .sumome-share-client-wrapper.sumome-share-client-wrapper-left  {
    text-align: left;
    max-width: 1200px;
    margin: 40px auto 0;
}

.page-id-26872 #learndash_course_content .learndash_topic_dots ul, .page-id-43472 #learndash_course_content .learndash_topic_dots ul {
    columns: 1;
}

.page-id-26872 #learndash_course_content .learndash_topic_dots ul li, .page-id-43472 #learndash_course_content .learndash_topic_dots ul li{
	margin-left: 0;
}	

.page-id-26872 #learndash_course_content .learndash_topic_dots ul li:before, .page-id-43472 #learndash_course_content .learndash_topic_dots ul li:before {
    font-family: unset;
    content: '';
    margin-right: 0;
}

.page-id-26872 #content .post-single, .page-id-43472 #content .post-single
{
    border: unset;
    padding: unset;
    box-shadow: unset;
    margin-left: unset;
}

.page-id-26872 h1, .page-id-43472 h1 {
    padding: 0 6%;
	font-weight: bold;
	line-height: 62px;
	color: #2d2d2d;
	font-size: 48px;
	font-family: Lato, Helvetica, sans-serif;
	text-align: center;
}

.page-id-26872 p.teaser, .page-id-43472 p.teaser {
    margin: 20px 0 6px 0;
    color: #666;
    font-size: 16px;
    font-weight: bold;
}

.page-id-26872 .top-nav-bar, .page-id-43472 .top-nav-bar {
    display: block;
    background: #e54b4d;
    text-align: center;
}

.page-id-26872 .top-nav-bar a, .page-id-43472 .top-nav-bar a {
    PADDING: 15px 37px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
}

.page-id-26872 .top-nav-bar a:hover, .page-id-43472 .top-nav-bar a:hover {
    background: #d6292b;
    color: #fff;
}
.page-id-26872 p.main-image, .page-id-43472 p.main-image {
    margin: 0;
    clear: both;
    display: block;
    overflow: hidden;
}

.page-id-26872 p.main-image img, .page-id-43472 p.main-image img {
    margin: 0 !important;
}

.page-id-26872 .feature-panel, .page-id-43472 .feature-panel {
    background: #1f6bc5;
    display: inline-block;
    float: right;
    width: 25%;
    color: #fff;
    padding: 50px 50px 10px 50px;
    margin: 10px 0 0 50px;
}

.page-id-26872 .feature-panel p, .page-id-43472 .feature-panel p{
	color: #fff
}

.page-id-26872 a.action.top, .page-id-43472 a.action.top {
    background: #d14545 linear-gradient(to bottom,#d14545,#bf1111) repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 9px 15px -5px rgba(0,0,0,.3);
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .2s ease 0s;
    width: 30%;
    float: right;
}
.page-id-26872 .feature-panel .fa, .page-id-43472 .feature-panel .fa {
    font-size: 30px;
    width: 50px;
    vertical-align: middle;
}

.page-id-26872 .feature-panel ul, .page-id-43472 .feature-panel ul {
   columns:1;
   list-style:none;
   padding-left: 35px;
   margin-right:0;
}

.page-id-26872 .owl-carousel .owl-item img, .page-id-43472 .owl-carousel .owl-item img{
	margin:0 30px 120px 0;
	width:unset;
}

.page-id-26872 .feature-panel ul li, .page-id-43472 .feature-panel ul li {
    margin-left: 60px !important;
    margin-bottom: 40px !important;
}
.page-id-26872 .feature-panel ul li:before, .page-id-43472 .feature-panel ul li:before {
	margin-left: -56px;
    font-size: 30px;
    vertical-align: middle;
    margin-right: 24px !important;
	    width: 32px;
    display: inline-block;
}

.page-id-26872 .hideshowtext, .page-id-43472 .hideshowtext{
	background: #fff;	
}
.page-id-26872 .feature-panel ul li.duration:before, .page-id-43472 .feature-panel ul li.duration:before{
	font-family: 'FontAwesome';
    content: '\F017';
}

.page-id-26872 .feature-panel ul li.mode:before, .page-id-43472 .feature-panel ul li.mode:before{
	font-family: 'FontAwesome';
    content: '\f0ac';
}

.page-id-26872 .feature-panel ul li.updates:before, .page-id-43472 .feature-panel ul li.updates:before{
	font-family: 'FontAwesome';
    content: '\f019';
}

.page-id-26872 .feature-panel ul li.start:before, .page-id-43472 .feature-panel ul li.start:before{
	font-family: 'FontAwesome';
    content: '\f073';
}

.page-id-26872 .feature-panel ul li.prereq:before, .page-id-43472 .feature-panel ul li.prereq:before{
	font-family: 'FontAwesome';
    content: '\f121';
}

.page-id-26872 .feature-panel ul li.assess:before, .page-id-43472 .feature-panel ul li.assess:before{
	font-family: 'FontAwesome';
    content: '\f046';
}



.page-id-26872 .learndash .completed, .page-id-26872  #learndash_profile .completed, 
.page-id-43472 .learndash .completed, .page-id-43472  #learndash_profile .completed {
    background: url(https://www.optimizesmart.com/wp-content/plugins/sfwd-lms/templates/images/completed.png) no-repeat;
    display: block;
    line-height: 30px;
    background-position: 97.9% center;
    padding-left: 2%;
    padding-right: 2%;
    background-size: 3%;
}


.page-id-26872 .learndash .notcompleted, .page-id-26872 #learndash_profile .notcompleted,
.page-id-43472 .learndash .notcompleted, .page-id-43472 #learndash_profile .notcompleted {
    background: url(https://www.optimizesmart.com/wp-content/plugins/sfwd-lms/templates/images/notcompleted.png) no-repeat;
    display: block;
    line-height: 30px;
    background-position: 97.9% center;
    padding-left: 2%;
    padding-right: 2%;
	background-size: 3%;
}

.page-id-26872 .entry ul, .page-id-43472 .entry ul {
    margin-bottom: 0;
    padding-left: 0;
    columns: 2;
	list-style:none;
}
.page-id-26872 .entry ul#gform_fields_23, .page-id-43472 .entry ulgform_fields_23 {
    columns: unset;
}

.page-id-26872 .entry ul li:before, .page-id-43472 .entry ul li:before{
	font-family: 'FontAwesome';
    content: '\f0da';
	margin-right:8px;
}

.page-id-26872 .entry ol, .page-id-43472 .entry ol {
    margin-bottom: 0;
    padding-left: 20px;
}
.page-id-26872 .entry ul li, .page-id-26872 .entry ol li,
.page-id-43472 .entry ul li, .page-id-43472 .entry ol li {
    margin-bottom: 10px;
    font-size: 100%;
    line-height: 20px;
    font-weight: normal !important;
    margin-left: 26px;
}

.page-id-26872 .entry ul.author-list, .page-id-43472 .entry ul.author-list,
.page-id-26872 .entry ol.author-list, .page-id-43472 .entry ol.author-list,
.page-id-26872 .entry ul.training-why-list, .page-id-43472 .entry ul.training-why-list,
.page-id-26872 .entry ol.training-why-list, .page-id-43472 .entry ol.training-why-list {
    margin-bottom: 0;
    padding-left: 0;
    columns: 1;
	list-style:none;
}

.page-id-26872 .entry ul.author-list li, .page-id-26872 .entry ol.author-list li, 
.page-id-43472 .entry ul.author-list li, .page-id-43472 .entry ol.author-list li {
    margin-bottom: 18px;
    font-size: 15.5px;
    line-height: 22px;
    font-weight: normal !important;
    margin-left: 5px;
    padding-left: 26px;
}

.page-id-26872 .entry ul.author-list li:before, .page-id-43472 .entry ul.author-list li:before {
    font-family: 'FontAwesome';
    content: '\f0a9';
    margin-right: 10px;
    margin-left: -24px;
}


.page-id-26872 .entry ul.training-why-list li, .page-id-26872 .entry ol.training-why-list li, 
.page-id-43472 .entry ul.training-why-list li, .page-id-43472 .entry ol.training-why-list li {
    margin-bottom: 18px;
    font-size: 15.5px;
    line-height: 22px;
    font-weight: normal !important;
    margin-left: 5px;
    padding-left: 26px;
}

.page-id-26872 .entry ul.training-why-list li:before, .page-id-43472 .entry ul.training-why-list li:before {
    font-family: 'FontAwesome';
    content: '\f14a';
    margin-right: 10px;
    margin-left: -24px;
	color: #0075b2;
}

.page-id-26872 .entry ul.training-why-list li.book:before, .page-id-43472 .entry ul.training-why-list li.book:before {
    font-family: 'FontAwesome';
    content: '\f02d';
    margin-right: 10px;
    margin-left: -24px;
	color: #0075b2;
}


.page-id-26872 ul.faq-promo-page li::before, .page-id-43472 ul.faq-promo-page li::before {
    color: #5bb85d;
    content: "\f00c";
    font-family: fontawesome;
    font-size: 20px;
    margin: 0 .4em 0 -26px;
}

.page-id-26872 h2.hideshow, .page-id-43472 h2.hideshow {
    background: #6f6f6f none repeat scroll 0 0;
    border: none;
    color: #fff !important;
    cursor: pointer;
    font-size: 18px !important;
    font-weight: 400!important;
    line-height: 20px!important;
    margin: 15px 0 0!important;
    padding: 7px 2%;
}



.page-id-26872 p.availability .fa, .page-id-43472 p.availability .fa {
    color: #e54b4d;
    margin-right: 8px;
}

.page-id-26872 p.availability, .page-id-43472 p.availability {
    font-size: 25px;
    font-weight: bold;
}


.page-id-26872 .course-promo-small-testimonial, .page-id-43472 .course-promo-small-testimonial {
    max-width: 637px;
    margin: 0 auto 25px auto;
    background: #ffffff;
    padding: 1.5%;
    clear: both;
    line-height: 25px;
}

.page-id-26872 .course-promo-small-testimonial img, .page-id-43472 .course-promo-small-testimonial img {
	max-width: 65px;
    width: 65px;
    height: auto;
    border-radius: 50%;
    border: 3px solid #ebebeb;
}

.page-id-26872 .course-promo-small-testimonial strong, .page-id-43472 .course-promo-small-testimonial strong {
    padding-top: 23px;
    display: block;
    padding-bottom: 14px;
}

.page-id-26872 .course-promo-small-testimonial ul li, .page-id-43472 .course-promo-small-testimonial ul li {
    line-height: 27px !important;
}

/* ------------------------------------------- table of contents styles ------------------------------------------------------*/

.table-content-panel, .blog-categories-panel {
    background: #ebebeb;
    padding: 20px;
    width: 100%;
	margin-bottom: 30px;
}
	
.entry .table-content-panel ol.table-contents li {
margin-bottom: 10px;
    font-size: 100%;
    line-height: 22px;
    margin-left: 20px;
}

.entry .table-content-panel ol.table-contents li a{
	color: #333;	
}

.entry .table-content-panel ol.table-contents {
    margin-bottom: 0;
    padding-left: 0px;
    margin-left: 20px;
	columns: 2;
}

.blog-categories-panel {
    background: #fff;
	    padding: 0;
}
.blog-categories-panel h2 {
    margin-top: 0 !important;

}
.entry .blog-categories-panel ol.table-contents {
    margin-bottom: 0;
    padding-left: 0;
    margin-left: 0;
    columns: 3;
}

.entry .blog-categories-panel ol.table-contents li {
    list-style: none;
    display: inline-block;
    width: 100%;
}

.entry .blog-categories-panel ol.table-contents li a {
	color: #fff;
    text-decoration: none;
    font-size: 100%;
    line-height: 22px;
    margin-left: 0;
    border: 0 solid #fff;
    padding: 10px;
    background: #0fa1ff;
    width: 91%;
    display: block;
}

.entry .blog-categories-panel ol.table-contents a:hover {
    background: #e54b4d;
}

 /* ------------------------------------------- new table of contents block editor styles ------------------------------------------------------*/

.ub_table-of-contents-title {
    
    font-size: 18px;
    font-weight: bold;
	line-height:37px;
}

.ub_table-of-contents-header-container {
    background-color: #efefef;
    padding-bottom: 0;
    padding-top: 20px;
}

.ub_table-of-contents-extra-container {
    background-color: #efefef;

}

 /* ------------------------------------------- table of contents styles ------------------------------------------------------*/
.in-page-ad img{
	display:block;	
}
.in-page-ad-mini img{
	display:none;	
}
/* stupid error message */
#wpcp-error-message {
    display: none;
}


	
/* --------------------------------------------  start attribution modelling landing page ----------------------------------------- */			
 .page-id-26479 #inner {
    max-width: 90% !important;
	overflow: visible !important;
}
 
.page-id-26479 #content {
    width: 90% !important;
	margin-top: 30px !important;
}

.page-id-26479 #content h1.title {
	display:none;
}

.page-id-26479 .book-image{
	margin-right: 50px; 
	margin-bottom: 50px;
 
}
.page-id-26479.content-sidebar #content .entry h1{
	 color: #003466; 
	 font-size: 40px; 
	 font-weight: bold; 
	 line-height: 1.3em;
}

.page-id-26479.content-sidebar #content .entry h2 {
    color: #333;
    font-size: 2em;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 15px;
    margin-top:20px;
}
/* --------------------------------------------  start ebook in post ads ----------------------------------------- */	

a.in-page-book-banner-link, a.in-page-book-banner-link:hover {
text-decoration:none
}

#content .post-single .entry #in-page-book-banner {
    border: 3px #ccc dashed;
    overflow: hidden;
    padding: 2% 2% 2% 2%;
    background: #efefef;
    margin-bottom: 30px;
	margin-top: 20px;
}
#content .post-single .entry p.in-page-book-banner-subtext {
  font-weight: bold;
    text-transform: uppercase;
    font-size: 0.95em;
    color: #666;
    margin: 0;
	line-height: 25px;
}
#content .post-single .entry p.in-page-book-banner-subtext:hover {
text-decoration: none;
}
#content .post-single .entry p.in-page-book-banner-subtext.datastudio, #content p.in-page-book-banner-subtext.kpi {
    margin: 4% 0 0 0;
}

#content .post-single .entry h3.in-page-book-banner-title {
       color: #555;
    font-size: 1.65em;
    line-height: 1.5em;
    margin: 2% 0 2% 0;
    text-transform: uppercase;
}
#content .post-single .entry h3.in-page-book-banner-title.gaiq, #content .post-single .entry h3.in-page-book-banner-title.gtm101 {
    font-size: 1.5em;
}
#content .post-single .entry h3.in-page-book-banner-title:hover {
	text-decoration: none;
}

#content .post-single .entry #in-page-book-banner img {
    float: left;
    margin-right: 4%;
    height: 275px;
	width:auto;
	margin-left:1%
}

#content .post-single .entry p.in-page-book-banner-button {
    background: linear-gradient(to top, #3cb878, #37a26b);
    color: #fff;
    padding: 1% 5% 1% 2%;
    margin: 0;
    font-weight: bold;
    font-size: 1.5em;
    display: inline-block;
    text-decoration: none;
    border-radius: 12px;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.3));
	line-height: 25px;
}
#content .post-single .entry p.in-page-book-banner-button:hover {
    background: #37a26b;
}
#content .post-single .entry p.in-page-book-banner-button:after {
	 /*content: '\f101';*/
    content: '\f0da';
    font-family: 'FontAwesome';
    margin-left: 12px;
}

#content .post-single .entry #in-page-book-banner-container.twelve #in-page-book-banner {
    border: 3px #ccc dashed;
    overflow: hidden;
    padding: 3% 2% 2% 2%;
    background: #ffffd9;
    margin-bottom: 30px;
    margin-top: 20px;
}

#content .post-single .entry #in-page-book-banner-container.twelve h3.in-page-book-banner-title {
    color: #555;
    font-size: 1.5em;
    margin: 2% 1% 1%;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.5em;
}

#content .post-single .entry #in-page-book-banner-container.twelve p.in-page-book-banner-button {
    background: linear-gradient(to top, #f1701f, #ee5520);
    color: #fff;
    padding: 1% 5% 1% 2%;
    margin: 0 4% 2%;
    font-weight: bold;
    font-size: 1.5em;
    display: inline-block;
    text-decoration: none;
    border-radius: 12px;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.3));
    text-align: center;
    width: 84%;
}

#content .post-single .entry #in-page-book-banner-container.twelve #in-page-book-banner img {
    float: none;
    height: auto;
    width: 80%;
    margin: 0 auto;
    display: block;
}

#content .post-single .entry #in-page-book-banner-container.twelve p.in-page-book-banner-button:hover {
	background: #ee5520;
}

#content .post-single .entry p.in-page-book-banner-subtext.emailmarketing {
    color: #555;
    font-size: 1.2em;
    line-height: 1.5em;
    margin: 2% 0 2% 0;
    text-transform: unset;
}

#content .post-single .entry h3.in-page-book-banner-title.emailmarketing {
    color: #555;
    font-size: 1.2em;
    line-height: 1.5em;
    margin: 2% 0 2% 0;
    text-transform: unset;
    font-weight:unset;
}

#content .post-single .entry p.in-page-book-banner-button.emailmarketing {
    background: linear-gradient(to top, #ff8f1f, #ff6900);
	float:right;

}

#content .post-single .entry #in-page-book-banner.\36 2point {
    background:#405398;
	border-color:#405398;
}


#content .post-single .entry p.in-page-book-banner-subtext.\36 2point, #content .post-single .entry h3.in-page-book-banner-title.\36 2point{
	color:#fff;
}

#content .post-single .entry #in-page-book-banner.roi-accelerator {
    background: linear-gradient(to bottom left, #333, #1649ff);
}

#content .post-single .entry h3.in-page-book-banner-title.roi-accelerator{
	color: #fff;
	margin: 4% 0 2% 0;
}
#content .post-single .entry p.in-page-book-banner-subtext.roi-accelerator {
    color: #fff;
    margin-bottom: 20px;
}


/* --------------------------------------------  start attribution modelling in post ad ----------------------------------------- */		
.in-page-ad-attribution-modelling {
    border: 3px dashed #ccc;
    overflow: hidden;
    padding: 10px;
    background: #ebebeb url(https://www.optimizesmart.com/wp-content/uploads/2019/01/amazon.png) no-repeat 99% 97%;
	margin-bottom:40px;
}
.in-page-ad-attribution-modelling .inner-text{
	overflow:hidden;
	    padding-left: 8px;
}
.in-page-ad-attribution-modelling h2 {
    font-size: 26px !important;
    margin-top: 10px !important;
}

.in-page-ad-attribution-modelling h2 span {
    font-size: 36px;
    line-height: 46px;
margin-bottom:10px !important;
}
.in-page-ad-attribution-modelling p {
    
}
.in-page-ad-attribution-modelling ul {
	padding-left: 0 !important;
    margin-bottom: 0 !important;
}

.in-page-ad-attribution-modelling li {
    font-size: 17px !important;
    margin-bottom: 4px !important;
    margin-left: 28px !important;
    list-style: none;
    line-height: 21px !important;
}

.in-page-ad-attribution-modelling li:before {
    font-family: 'FontAwesome';
    content: '\f00c';
    margin: 0 9px 0 -26px;
}

.in-page-ad-attribution-modelling img:hover {
    opacity: 0.8;
}

.in-page-ad-attribution-modelling p.click-text {
    font-size: 12px;
    margin: 0 !important;
    display: flex;
    clear: both;
    float: left;
}

.in-page-ad-attribution-modelling p.click-text .fa {
    font-size: 19px;
}
 
  /* ------------------------------------------- memberpress styles ------------------------------------------------------*/	

 
.mepr-submit, .mepr-share-button{ 
	background: #D14545; 
	color: #fff; 
	padding: 8px 3%; 
	font-size: 1.4em;  
	cursor: pointer;
	 border: #D14545; 
	 border-radius: 8px;
	 -webkit-appearance: none;
}

.mepr-product-access-url {
    background: #ffc none repeat scroll 0 0;
    font-size: 120%;
    margin-bottom: 20px;
    padding: 10px 2%;
}

.mepr_price {
    font-size: 120%;
}

.mp-form-label {
    font-size: 120%;
}

.mepr-account-subscr-id::before {
    content: "ID: ";
}
.mepr-account-terms, .mepr-account-subscr-id, .mepr-account-rebill {
    color: #666;
    font-size: 75%;
    font-style: normal;
    font-weight: normal;
}

.mp_wrapper table.mepr-account-table th {
    font-size: 12px;
    letter-spacing: 1px;
    padding: 5px;
    text-align: left;
    text-transform: inherit;
}

.mepr-account-auto-rebill {
    display: none;
}


.mepr-account-terms {
    color: #333;
    font-size: 100%;
}
.mepr-inactive {
    color: #333;
    font-weight: normal;
}
.mepr-active {
    color: #5bb85d;
}


.mp_wrapper textarea, .mp_wrapper select, .mp_wrapper input[type="text"], .mp_wrapper input[type="url"], .mp_wrapper input[type="email"], .mp_wrapper input[type="tel"], .mp_wrapper input[type="number"], .mp_wrapper input[type="password"] {
    color: #666;
    font-size: 120% !important;
 
}
#mepr-account-welcome-message::before, 
#mepr-account-subscriptions-table thead::before,
#mepr-account-payments-table thead::before{
    color: #333;
    font-size: 2em;
    font-weight: 700;
    line-height: 1.5em;
    text-transform: inherit;
	margin-bottom: 20px;
	margin-top: 40px;
	display: block;
}
#mepr-account-welcome-message::before{
	content: "Account Settings Home";
} 
#mepr-account-subscriptions-table thead::before{
	content: "Subscriptions";
}
#mepr-account-payments-table thead::before{
	content: "Payments";
}

.mp_wrapper table.mepr-account-table {
    border: 1px solid #fff;
}
table.mp-table th {
    text-transform: inherit;
}

.mepr-nav-item.mepr-home > a::before {
    content: "Account Settings ";
}

.mepr-nav-item.mepr-home > a {
    border-left: medium none;
    padding-left: 0;
}
.mepr-nav-item > a {
    border-left: 1px solid grey;
    color: #666;
    padding-left: 10px;
}
  /* ------------------------------------------- learndash styles ------------------------------------------------------*/	
.page-id-26872 div#learndash_lessons h4 > a, 
.page-id-26872 div#learndash_lessons h4 > a:hover, 
.page-id-26872 div#learndash_lessons h4 > a:active, 
.page-id-26872 div#learndash_lessons h4 > a:focus,
.page-id-26872 div#learndash_course_content .learndash_topic_dots ul>li a, 
.page-id-26872 div#learndash_course_content .learndash_topic_dots ul>li a:hover, 
.page-id-26872 div#learndash_course_content .learndash_topic_dots ul>li a:active, 
.page-id-26872 div#learndash_course_content .learndash_topic_dots ul>li a:focus {
    color: #333 !important;
    cursor: context-menu !important;
}

.page-id-43472 div#learndash_lessons h4 > a, 
.page-id-43472 div#learndash_lessons h4 > a:hover, 
.page-id-43472 div#learndash_lessons h4 > a:active, 
.page-id-43472 div#learndash_lessons h4 > a:focus,
.page-id-43472 div#learndash_course_content .learndash_topic_dots ul>li a, 
.page-id-43472 div#learndash_course_content .learndash_topic_dots ul>li a:hover, 
.page-id-43472 div#learndash_course_content .learndash_topic_dots ul>li a:active, 
.page-id-43472 div#learndash_course_content .learndash_topic_dots ul>li a:focus {
    color: #333 !important;
    cursor: context-menu !important;
}

#learndash_course_content .expand_collapse a {
    float: unset;
    padding: 10px;
    background: #e85d5e;
    color: #fff !important;
    font-size: 18px !important;
    margin-bottom: 5px !important;
}
#learndash_course_content .expand_collapse :after {
    content: ' Topics';
}
#learndash_course_content .expand_collapse a:nth-child(2):before {
    content: '\f056';
    font-family: 'FontAwesome';
    margin-right: 6px;
}
#learndash_course_content .expand_collapse a:nth-child(1):before {
    content: '\f055';
    font-family: 'FontAwesome';
    margin-right: 6px;
}

#learndash_course_content .expand_collapse {
    color: #ebebeb;
}

#learndash_course_status {
    font-size: 150%;
}

#learndash_lessons a, #learndash_quizzes a, .expand_collapse a, .learndash_topic_dots a,  .learndash_topic_dots a > span, #learndash_lesson_topics_list span a   {
	font-size: 15px !important;
}

#learndash_lessons, #learndash_quizzes, .expand_collapse, .notavailable_message, #learndash_lesson_topics_list div > strong, #learndash_lesson_topics_list div ul > li .sn, .learndash_profile_heading, #learndash_profile a, #learndash_profile div {
    font-size: 14px !important;
}

#learndash_quizzes #quiz_heading {
    font-size: 16px !important;
}


.btn-blue, .btn-blue:active, .btn-blue:focus, .btn-blue:hover, .learndash_checkout_button input[type="submit"]:active, .learndash_checkout_button input[type="submit"]:focus, .learndash_checkout_button input[type="submit"]:hover, .learndash_checkout_button input[type="submit"] {
    background: #4e8425;
	border-color: #4e8425;
}

.btn-blue:active, .btn-blue:focus, .btn-blue:hover, .btn-blue:visited, .learndash_checkout_button input[type="submit"]:active, .learndash_checkout_button input[type="submit"]:focus, .learndash_checkout_button input[type="submit"]:hover, .learndash_checkout_button input[type="submit"]:visited, a.btn-blue:active, a.btn-blue:focus, a.btn-blue:hover, a.btn-blue:visited {
    background-color: #6EA445;
    border-color: #6EA445;
    color: #fff;
}


#learndash_back_to_lesson > a, #learndash_back_to_lesson > a:hover, #learndash_back_to_lesson > a:visited,
#learndash_next_prev_link > a, #learndash_next_prev_link > a:hover, #learndash_next_prev_link > a:visited {
    color: #333;
    text-decoration: none;
}

a.next-link, a.prev-link, #learndash_back_to_lesson > a {
    background: #b1b1b1 none repeat scroll 0 0;
    border: 1px solid #ccc;
    display: inline-block;
    padding: 5px 2%;
	color:#fff !important;
}

#learndash_next_prev_link a.next-link {
    float: right;
    background: #e74c3c;
    color: #fff;
}
#learndash_next_prev_link {
    margin-top: 40px;
}

#learndash_lesson_topics_list span a, #learndash_lessons a, #learndash_profile a, #learndash_profile a span, #learndash_quizzes a, .expand_collapse a, .learndash_topic_dots a, .learndash_topic_dots a > span {
    font-family: Helvetica,Arial,sans-serif;
	color: #333;
}

#learndash_lesson_topics_list span a, #learndash_lessons a, #learndash_quizzes a, .expand_collapse a, .learndash_topic_dots a, .learndash_topic_dots a > span {
    font-size: 15.6px;
}

#learndash_lesson_topics_list div > strong, #learndash_lessons #lesson_heading, #learndash_profile .learndash_profile_heading, #learndash_quizzes #quiz_heading {
    font-size: 15.6px;
}

.learndash .learndash_topic_dots.type-dots{
display:none !important;	
}

  /* ------------------------------------------- course quiz styles ------------------------------------------------------*/	


.wpProQuiz_button, .wpProQuiz_button:hover, #learndash_mark_complete_button{
    background: #e74c3c none repeat scroll 0 0!important;
    border: medium #d14545!important;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    font-size: 20px !important;
    font-weight: 700!important;
    padding: 8px 3%!important;
    float: right;
	margin-top: 20px;
    margin-left: 20px;
}
.wpProQuiz_response {
    box-shadow: none;
}
.wpProQuiz_questionListItem input[type="checkbox"], .wpProQuiz_questionListItem input[type="radio"] {
    margin: 0 10px !important;
    transform: scale(1.2, 1.2);
}

.wpProQuiz_header {
    display: none !important;
    margin: 0 !important;
}

.wpProQuiz_question_page span {
    font-weight: normal !important;
}
.wpProQuiz_question_text > p {
    font-weight: bold;
}

.wpProQuiz_question_text > p::before {
    content: "Question: ";
}

.wpProQuiz_content {
	max-width: 768px;
}

.wpProQuiz_answerIncorrect, .wpProQuiz_answerCorrect {
	color: #fff;
	font-weight: normal !important;
}

.wpProQuiz_answerIncorrect {
	background: #b14b57 none repeat scroll 0 0 !important
}
.wpProQuiz_answerCorrect {
	background: #549b42 none repeat scroll 0 0 !important;
}


.wpProQuiz_list {
    border: 0 none;
    padding-left: 0 !important;
}

.wpProQuiz_questionList {
    background: #f8faf5 none repeat scroll 0 0;
    border: 1px solid #c3d1a3;
    list-style: outside none none;
    margin-bottom: 10px;
    overflow: auto;
    padding-bottom: 5px;
    padding-left: 10px !important;
    padding-right: 5px;
    padding-top: 5px;
}

 /* ------------------------------------------- course nav styles ------------------------------------------------------*/

/*background of course topic pages*/
body.single-sfwd-topic, body.single-sfwd-topic div#inner,
body.single-sfwd-lessons, body.single-sfwd-lessons div#inner {
    background: #ebebeb;
}

body.single-sfwd-topic #content, body.single-sfwd-lessons #content {
    margin-top: 0;
}

body.single-sfwd-topic .learndash_content,
body.single-sfwd-lessons .learndash_content {
    background: #fff;
    padding: 20px;
    border: 3px solid #cccc;
}

.course-nav {
    background: #e74c3c none repeat scroll 0 0;
    border: 1px solid #ccc;
    clear: both;
    color: #fff;
    margin-bottom: 20px;
	margin-top: 0;
    overflow: hidden;
    text-align: right;
}


.course-nav > ul {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}

.course-nav ul li {
    float: left;
    list-style-type: none;
    margin-bottom: 0 !important;
    min-width: 20%;
    text-align: center;
}

.course-nav a, .course-nav a:visited {
    color: #fff;
    display: block;
    font-size: 90%;
    padding: 0;
    text-decoration: none;
}

.course-nav a:hover{
	background: #e67063;
	color: #fff; 
 }

.course-breadcrumbs {
    color: #666;
    margin-bottom: 20px;
    line-height: 23px;
    font-size: 14px;
}
.course-breadcrumbs a, .course-breadcrumbs a:hover{
    color: #666;
	text-decoration:underline;
}

 /* ------------------------------------------- warning message styles ------------------------------------------------------*/

.warning-message {
    background: #ffefd8 url(https://www.optimizesmart.com/wp-content/themes/Sept17OptimizeSmartDEV/images/yellow-text-alert.jpg) no-repeat scroll 20px 50%;
    border: 1px solid #f7b24d;
    margin-bottom: 30px;
    padding: 10px 2% 10px 100px;
}
.warning-message-no-image {
    background: #ffefd8 none repeat scroll 0 0;
    border: 1px solid #f7b24d;
    margin-bottom: 30px;
    padding: 10px 2%;
}
.warning-message > p {
    margin-bottom: 0;
}
#content .lesson-instructions.warning-message-no-image > h3 {
    font-size: 1.6em;
    margin-top: 10px;
}



#wp-calendar #today, #wp-calendar td:hover {
    background: #B11C03;
    color: #fff;
}
#wp-calendar #today a, #wp-calendar td:hover a {
    color: #fff;
}



 /* ------------------------------------------- course listings styles ------------------------------------------------------*/

.course-listing-button {
    background: #ebebeb none repeat scroll 0 0;
    border: 1px solid #ccc;
    clear: both;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 10px 2%;
}
.course-listing-button img {
    margin-bottom: 0 !important;
    margin-right: 30px !important;
	 padding-bottom: 30px;
}

.course-listing-button > h2 {
    margin: 0 !important;
    padding: 0 !important;
}

.course-listing-button h2 a {
    font-size: 100%;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.course-listing-button > p {
    margin-bottom: 0;
}

 /* ------------------------------------------- post meta styles ------------------------------------------------------*/

.sfwd-lessons .postmeta-primary,
.sfwd-quiz .postmeta-primary,
.sfwd-topic .postmeta-primary,
.sfwd-courses .postmeta-primary 
{
display:none;

}

.sfwd-lessons .postmeta-secondary,
.sfwd-quiz .postmeta-secondary,
.sfwd-topic .postmeta-secondary,
.sfwd-courses .postmeta-secondary 
{
display:none;

}

body.page .postmeta-primary {
	display: none;
}

 /* ------------------------------------------- sumo me styles ------------------------------------------------------*/

.sfwd-lessons .sumome-share-client-wrapper,
.sfwd-quiz .sumome-share-client-wrapper,
.sfwd-topic .sumome-share-client-wrapper,
.sfwd-courses .sumome-share-client-wrapper,
.post-18792 .sumome-share-client-wrapper,
.memberpressproduct .sumome-share-client-wrapper,
.post-20308 .sumome-share-client-wrapper,
.post-18793 .sumome-share-client-wrapper,
.post-28050 .sumome-share-client-wrapper,
.post-29651 .sumome-share-client-wrapper,
.page-id-29695 .sumome-share-client-wrapper
{
display:none;

}
.sumome-share-client-count{
	margin-right: 12px !important;	
}



.single-sfwd-courses #authorTemplate h2::before,
.sfwd-lessons #authorTemplate h2::before, 
.sfwd-quiz #authorTemplate h2::before,
.sfwd-topic #authorTemplate h2::before,
.sfwd-courses #authorTemplate h2::before,
.post-18792 #authorTemplate h2::before{
    content: "Meet the trainer: ";
}


 /* ------------------------------------------- container styles ------------------------------------------------------*/

#container {
    width: 1200px;
    margin: auto;
    padding-top: 0;
    background: #fff;
}

#container1 {
    padding-top: 10px;
}
#main {
    padding: 0;
    background: #fff;
}
#main1 {
    padding: 17px 0 18px;
    float: center;
}
#main-fullwidth {
    padding: 15px;
    background: #fff;
}
#content {
    margin-left: 0;
    margin-top: 60px;
}

.full-width-content #content{
	width:100%;
}


.sfwd-quiz-template-default #inner,
.sfwd-topic-template-default #inner,
.sfwd-lessons-template-default #inner,
.sfwd-courses-template-default #inner,
.memberpressproduct-template #inner,
.archive #inner,
.search #inner,
.single-post #inner,
.page #inner {
    max-width: 1200px;
}

 /* ------------------------------------------- sidebar styles ------------------------------------------------------*/
 
.content-sidebar #content, .sidebar-content #content{
	width:auto;
}

.content-sidebar #content{
	float:left;
	 margin-right: 0;
	 width: 100%;
}


.memberpressproduct-template.content-sidebar #content,
.archive.content-sidebar #content,
.search.content-sidebar #content,
.single-post.content-sidebar #content,
.page.content-sidebar #content {
    width: 70%;
}

.memberpressproduct-template-nosidebar.content-sidebar #content,
.sfwd-courses-template-default.content-sidebar #content,
.sfwd-quiz-template-default.content-sidebar #content,
.sfwd-topic-template-default.content-sidebar #content,
.sfwd-lessons-template-default.content-sidebar #content,
.sfwd-courses-template-default.content-sidebar #content{
	 width: 90%;
}

.sidebar-content #content{
	float:right;
	margin-left: 5%;
}

.sidebar-content #sidebar-primary{
	float:left;
}

.memberpressproduct-template-nosidebar #sidebar-primary{
    display: none;
}

#sidebar-primary div.advert{
	display: inline-block; 
	margin-bottom: 40px; 
	text-align: center; 
	border: 1px solid rgb(204, 204, 204); 
	font-size: 90%; 
	font-weight: bold; 
	line-height: 15px; 
	padding: 20px 4%; 
	background-color: #efefef;
}

#sidebar-primary p.title {
        font-size: 110% !important;
    font-weight: normal;
    line-height: 1.3em;
    margin-bottom: 10px;
}
#sidebar-primary p.readmore{
	float: none; 
	clear: both;
	margin-bottom: 0;
}

#sidebar-primary .advert .title h2 {
    color: #333;
    font-size: 2em;
    font-weight: bold;
    line-height: 1.2em;
}

#sidebar-primary .advert p {
 font-weight: normal;
    line-height: 1.5em;
    margin-bottom: 10px;
}

 /* ------------------------------------------- blog post listing styles ------------------------------------------------------*/


#post-25960 ul.display-posts-listing {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#post-25960 .date{
	clear: both;
    color: #666;
    display: block;
    font-weight: bold;
    width: auto;
}

#post-25960 a.title{
clear: both;
    color: #444;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    margin: 0 0 10px 0;
    padding: 0;
    text-decoration: none;
}

#post-25960  .listing-item {
  background: #efefef none repeat scroll 0 0;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 2%;
	width:100%;
}

#post-25960 .excerpt-dash{
     display:none;
}


#post-25960 .excerpt {
    color: #666;
    line-height: 26px;
}




 /* ------------------------------------------- hide show styles ------------------------------------------------------*/

.hideshowtext {
   
    border: 1px solid #ccc;
    display: none;
    padding: 10px 20px 30px;
	background:#efefef;

}

h2.hideshow {
    background: #666 none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #fff !important;
    cursor: pointer;
    font-size: 20px !important;
    font-weight: normal !important;
    line-height: 20px !important;
    margin: 15px 0 0 0 !important;
    padding: 10px 2%;
}

 /* ------------------------------------------- faq course promo page styles ------------------------------------------------------*/

ul.faq-promo-page {
    list-style: outside none none;
}
ul.faq-promo-page li::before{
    color: #5BB85D;
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 30px;
    margin: 0 0.4em 0 -1.4em
}
 /* ------------------------------------------- sidebar styles ------------------------------------------------------*/



.title a {
    color: #333;
    text-decoration: none;
}

#content h3 {
    font-size: 1.2em;
    line-height: 1.2em;
}
#content h4 {
    font-size: 1.2em;
    line-height: 1.4em;

}
#sidebar-primary {
    float: right;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 150px;
    overflow: hidden;
    width: 20%;
}
	
body.home #sidebar-primary{
	display:none	
}


 /* ------------------------------------------- header styles ------------------------------------------------------*/

#header {
  
    margin-bottom: 0;
    padding: 0;
	background:#333;
	display: inline-block;
	width:100%;
	/*position:fixed;
	z-index:9999;*/
}
.title-area{
	margin: 0 auto;
    max-width: 1200px;
}

.logo, .title-area {
    float: left;
    overflow: hidden;
	padding: 5px;
}

.title-area h1.site-title img {
    width: 270px;
}
.logo h1.site_title, .logo h2.site_description, .title-area h1.site-title, .title-area h2.site_description {
    margin: 0 !important;
    padding: 0;
    font-family: Helvetica, Arial, Sans-serif;
}


#inner{
	width: 100%;
    margin: auto;
    background: #fff;
	overflow:hidden;
	padding-top:0;	
}


 /* ------------------------------------------- search styles ------------------------------------------------------*/
#topsearch .fa-search {
    font-size: 20px;
    color: #fff;
    margin: 23px 22px 0 17px;
    margin-top: 18px;
    cursor: pointer;
}

.searchpopup.show {
	display: block;
}
.searchpopup {
    display: none; 
    position: absolute;
    top: 60px;
    background: #333;
    padding: 15px;
    width: 310px;
    right: 0;
}

#search #s {
    background: #fff;
    color: #666;
    margin: 0;
    outline: 0;
    height: 34px;
    text-align: left;
    padding-left: 3%;
    width: 78%;
    font-size: 16px;
}

#search input.submit {
    background-color: #ccc;
    border: 1px solid #ccc;
    color: #333;
    cursor: pointer;
    height: 34px;
    padding-inline-end: 0;
    padding-inline-start: 0;
    width: 15%;
    -webkit-border-radius: 0px;
    -webkit-appearance: none;
    font-size: 16px;
    font-weight: bold;
}



 /* ------------------------------------------- navigation sub menu styles ------------------------------------------------------*/


ul.sub-menu {
    padding: 11px 0 0 0 !important;
    margin: 0;
    width: 220px !important;
}

ul.sub-menu li {
    margin-bottom: 5px;
}
ul.sub-menu li a, ul.sub-menu li a:hover {
    line-height: 22px;
    padding: 10px 10px 6px 20px;
}

 /* ------------------------------------------- author template styles ------------------------------------------------------*/


#authorTemplate {
  background: #ebebeb; 
    border: 1px solid rgb(204, 204, 204);
    display: block;
    line-height: 16px;
	font-size: 90%;
	 margin-bottom: 20px;
    margin-top: 20px;
     padding: 10px 2%;
	 width: 107%;
	 overflow:hidden;
	 margin-left:5%;
}
#authorTemplate .authorinfo {
	width: 74%;
    float: left;
    margin-bottom: 30px;
	}

#authorTemplate .authoimg {
    float: right;
    width: 25%;
    text-align: right;
	margin-top: -30px;
}
#authorTemplate img{
	width:100%;
}

#authorTemplate h2 {
    color: #333;
    font-size: 2.5em;
    margin-bottom: 10px;
    margin-top: 20px !important;
	line-height: 1em
}

#authorTemplate h3 {
    color: #333;
    font-size: 1.5em;
    line-height: 1em;
    margin-top: 0;
}
	

	
#authorTemplate ul{
	margin-left: 120px;
}
	
#authorTemplate ul li {
   	font-size: 120%;
   	margin-bottom: 0;
     list-style-type: none;
     padding: 0.25em 0px 0px 2.5em;
     position: relative;
	 color: #444;
	 line-height: 1.5em;
}

#authorTemplate ul li::before {
     border-radius: 0.6em;
     border: 0.6em solid #660a5e;
     content: " ";
     display: block;
     height: 0px;
     left: 0.65em;
     margin-top: -0.35em;
     position: absolute;
     top: 45%;
     width: 0px;
}

#authorTemplate ul li::after {
     -moz-border-bottom-colors: none;
     -moz-border-left-colors: none;
     -moz-border-right-colors: none;
     -moz-border-top-colors: none;
     border-color: white;
     border-image: none;
     border-style: solid;
     border-width: 0px 0.2em 0.2em 0px;
     content: " ";
     display: block;
     height: 0.6em;
     left: 1em;
     margin-top: -0.2em;
     position: absolute;
     top: 45%;
     transform: rotate(45deg);
     width: 0.3em;
}

.authorinfo p {
    font-size: 120%;
    margin-bottom: 10px;
}


#authorTemplate ul.books {
    clear: both;
     margin-left: 0;
    width: 100%;
	margin-bottom: 0;
	padding-left: 0;
}

 /* ------------------------------------------- sidebar styles ------------------------------------------------------*/
#top-social-profiles {
    padding: 0;
    text-align: right;
}
#top-social-profiles img {
    margin: 0 0 0 15px!important;
}
.post-box, .post-wrap div:first-child {
    margin-left: 0;
}
#top-social-profiles img:hover {
    opacity: .8;
}
.fp-content, .fp-pager a {
    opacity: .7;
    filter: alpha(opacity=70);
    overflow: hidden;
}
#top-social-profiles .widget-container {
    background: 0 0;
    padding: 0;
    border: 0;
}
.menu-primary-container {
    float: left;
    padding: 0 12px;
    margin-top: 8px;
    position: relative;
    height: 34px;
    background: url(images/bg-menu-primary.png) left top repeat-x;
    z-index: 400;
    -moz-border-radius: 4px 4px 0 0;
    -khtml-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}


	.menu-secondary-container{
		padding-top: 15px;	
		}
		
.header .menu-secondary-container{
		padding-top: 10px;			
			}
.menu-primary ul {
    min-width: 160px;
}
.menu-primary li a {
    color: #fff;
    padding: 11px 15px;
    text-decoration: none;
    font-family: Helvetica, Arial, Sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 400;
}
.menu-primary li a:active, .menu-primary li a:focus, .menu-primary li a:hover, .menu-primary li.current- menu-item>a, .menu-primary li.current-cat>a, .menu-primary li.current_page_item>a, .menu-primary li:hover>a {
    color: #fff;
    outline: 0;
    background: url(images/bg-menu-primary.png) left -130px repeat-x;
}
.menu-primary li li a {
    color: #fff;
    text-transform: none;
    background: #B62E1A;
    padding: 10px 15px;
    margin: 0;
    border: 0;
    font-weight: 400;
}
.menu-primary li li a:active, .menu-primary li li a:focus, .menu-primary li li a:hover, .menu-primary li li.current-cat>a, .menu-primary li li.current-menu-item>a, .menu-primary li li.current_page_item>a, .menu-primary li li:hover>a {
    color: #fff;
    background: #A52410;
    outline: 0;
    border-bottom: 0;
    text-decoration: none;
}

.more-blog-posts a {
    color: #fff;
}

.menu-primary a.sf-with-ul {
    padding-right: 20px;
    min-width: 1px;
}
.menu-primary .sf-sub-indicator {
    position: absolute;
    display: block;
    overflow: hidden;
    right: 0;
    top: 0;
    padding: 9px 10px 0 0;
}
.menu-primary li li .sf-sub-indicator {
    padding: 9px 10px 0 0;
}
.wrap-menu-primary .sf-shadow ul {
    background: url(images/menu-primary-shadow.png) bottom right no-repeat;
}


.menu-secondary {
   /* margin: 0 auto !important;
   width: 1200px;*/
   float:right;
}


.menu-secondary ul {
    min-width: 220px;
    padding: 20px 0;
    background: #333;
}
.menu-secondary li a:active, .menu-secondary li a:focus, .menu-secondary li a:hover, .menu-secondary li.current-cat>a, .menu-secondary li.current-menu-item>a, .menu-secondary li.current_page_item>a, .menu-secondary li:hover>a {
    color: #FFF;
    background: #111;
    outline: 0;
}
.menu-secondary li li a {
    color: #fff;
    background: #333;
    padding: 10px 15px;
    text-transform: none;
    margin: 0;
    font-weight: 400;
}

.postmeta-primary span, .postmeta-secondary span {
    padding: 0; 
}

.sitemap h2, .sitemap h3 {
    margin: 0 0 10px;
    font-weight: 700;
}


.latest-blog-posts .readmore,
.search .readmore,
.archive .readmore {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.search .readmore,
.archive .readmore {
    margin-botton: 5px;
	margin-top: 0;
}

.sitemap-col {
    width: 30%;
    padding: 0 0 0 10px;
}
.sitemap-col-archives {
    width: 45%;
    padding: 0 0 0 10px;
}
.sitemap h2 {
    font-size: 18px;
    padding: 0 0 10px;
}
.sitemap h3 {
    font-size: 14px;
    padding: 0;
}
.sitemap-list {
    font-size: 16px;
    line-height: 22px;
}
.sitemap-list, .sitemap-list ul {
    padding: 0 0 0 20px;
}
.contact-form-label {
    width: 90px;
    font-weight: 700;
    font-size: 14px;
    padding: 7px 0;
}
.contact-form-input {
    margin-left: 90px;
}
.contact-form input[type=text] {
    padding: 6px;
    width: 60%;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    background: #fff;
}
.contact-form input[type=submit] {
    padding: 5px 50px;
    color: #fff;
    border: none;
    background-color: #631C61;
}
.contact-form textarea {
    width: 96%;
    padding: 6px;
    height: 160px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    background: #fff;
}
.contact-form-required {
    color: red;
}

.fp-slider {
    margin: 0 auto;
    width:1200px;
    position: relative;
}
.fp-slides-items{
	width: 100%;
    text-align: center;
}
.fp-nav, .fp-prev-next, .fp-slides, .fp-thumbnail {
    width: 100%}
.fp-slides, .fp-thumbnail {
    /*max-height: 300px;*/
    overflow: hidden;
    position: relative;
}

.fp-thumbnail img{
	max-width: 100%;
	margin: 0 auto;
}
.fp-title {
    font-family: Helvetica, Arial, Sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 0 0 2px;
    margin: 0;
}
.fp-title a, .fp-title a:hover {
    color: #fff;
    text-decoration: none;
}
.fp-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #111;
    padding: 10px 15px;
}
.fp-content p {
    color: #fff;
    padding: 0;
    margin: 0;
    line-height: 18px;
}
.fp-more, .fp-more:hover {
    color: #fff;
    font-weight: 700;
}
.fp-nav {
    height: 12px;
    text-align: center;
    padding: 10px 0;
    background: #333;
}
.fp-pager a {
    background-image: url(images/featured-pager.png);
    cursor: pointer;
    margin: 0 8px 0 0;
    padding: 0;
    display: inline-block;
    width: 12px;
    height: 12px;
    text-indent: -999px;
    background-position: 0 0;
    float: none;
    line-height: 1;
}
.fp-pager a.activeSlide, .fp-pager a:hover {
    text-decoration: none;
    background-position: 0 -112px;
    opacity: 1;
    filter: alpha(opacity=100);
}
.fp-slider:hover .fp-prev-next-wrap{
	display:block;
}
.fp-prev-next-wrap {
	display:none;
    position: absolute;
    z-index: 200;
    top:50%;
    transform:translate(0,-50%);
    -webkit-transform:translate(0,-50%);
    width: 100%;
    height: 100%;
}
.fp-prev-next {
    position: absolute;
    /*bottom: 130px;*/
    left: 0;
    right: 0;
    top:50%;
    /*height: 37px;*/
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
}
.fp-prev {
    float: left;
    margin-left: 14px;
    width: 37px;
    height: 37px;
    background: url(images/featured-prev1.png) left top no-repeat;
    opacity: .6;
    filter: alpha(opacity=60);
}
.fp-prev:hover {
    opacity: .8;
    filter: alpha(opacity=80);
}
.fp-next {
    float: right;
    width: 36px;
    height: 37px;
    margin-right: 14px;
    background: url(images/featured-next1.png) right top no-repeat;
    opacity: .6;
    filter: alpha(opacity=60);
}
.fp-next:hover {
    opacity: .8;
    filter: alpha(opacity=80);
}
.wp-pagenavi {
    float: left;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    padding: 5px 8px;
    margin: 2px;
    font-size: 15px;
    line-height: 15px;
    float: left;
}
.wp-pagenavi a, .wp-pagenavi a:active, .wp-pagenavi a:link {
    color: #333;
    background: 0 0;
}
.wp-pagenavi span.current {
    font-weight: 700;
    color: #fff;
    background: #B11C03;
}
.wp-pagenavi a:hover {
    color: #fff;
    background: #727277;
}
.wp-pagenavi span.extend, .wp-pagenavi span.pages {
    color: #333;
    background: 0 0;
}
.wp-pagenavi span.pages {
    padding: 4px 8px 4px 0;
}
#copyrights a, #credits, #credits1 {
    color: #fff;
}
#footer-container {
    margin-bottom: 0;
}
#footer-container1 {
  	margin: 0 auto;
    width: 1200px;
   
}
#footer {
    padding: 10px 0;
    clear:both;
    margin-bottom: 0;
    width: auto;
    margin: auto;
    background: #333;
}


.navigation{
    margin-bottom: 10px;
}
#footer1 {
    padding: 25px 0;
}
.footer .menus li{
	padding:0 3px;
	float:right;
}
.footer .menus li a{
	font-weight:normal;
	padding:0;
}
.footer .menus li a:after{
	content:" | ";
	color:#333;
	padding-left: 3px;
}
.footer .menus li:last-child a:after{
	content:" ";
}
#copyrights {
     color: #ccc;
    float: left;
    font-size: 12px;
    text-align: left;
    width: 50%;
}
#copyrights a:hover, #credits a, #credits1 a {
    color: #ccc;
    text-decoration: none;
}
#credits {
    float: right;
    width: 50%;

}
#credits a:hover {
    text-decoration: none;
    color: #555;
}
#credits1 {
    font-size: 12px;
    float: right;
	width:50%;
	text-align:right;
}

#credits1 .menus{
    float: right;
}

#credits1 .menu-secondary {
	width:none;
}
#credits1 .menu-secondary-container{
	background: none;	
	margin:0;
	width:auto;
	padding:0;
}
#credits1 a:hover {
    text-decoration: none;
    color: #fff;
    background: none;
}
#footer-widgets-container {
    padding: 1px 0 0;
    border-top: 0 solid #2A2A2A;
    margin: 15px 0 0;
}

#footer-widgets {
    width: auto;
    margin: 0 auto;
}
.footer-widget-box {
    width: 300px;
    float: left;
    margin-right: 20px;
    margin-left: 0;
}
.footer-widget-box-last {
    margin-right: 0;
}
#footer-widgets .widget-container, #footer-widgets .widget-container1 {
    background: url(images/footer2.png) left top no-repeat;
    Height: 350px;
}
#footer-widgets .widget-container a {
    color: #000;
    text-decoration: none;
    font-size: 12px;
}
#footer-widgets .widget-container a:hover {
    color: #000;
}
#footer-widgets .widgettitle, #footer-widgets .widgettitle a, #footer-widgets .widgettitle a:hover {
    color: #000;
    font-size: 12px;
    background: url(images/btn) left top no-repeat;
}
#footer-widgets .widget ul li {
    padding-left: 30px;
    padding-top: 10px;
}







.footer .menus li{
	padding:0 3px;
	float:right;
}
.footer .menus li a{
	font-weight:normal;
	padding:0;
}
.footer .menus li a:after{
	content:" | ";
	color:#333;
	padding-left: 3px;
}
.footer .menus li:last-child a:after{
	content:" ";
}
#copyrights {
     color: #fff;
    float: left;
    font-size: 15px;
    text-align: left;
    width: 50%;
}
#copyrights a:hover, #credits a, #credits1 a {
    color: #fff;
    text-decoration: none;
}
#credits {
    float: right;
    width: 50%;

}
#credits a:hover {
    text-decoration: none;
    color: #555;
}
#credits1 {
    font-size: 12px;
    float: right;
	width:50%;
	text-align:right;
}

#credits1 .menus{
    float: right;
}

#credits1 .menu-secondary {
	width:none;
}

#credits1 a:hover {
    text-decoration: none;
    color: #fff;
    background: none;
}
#footer-widgets-container {
    padding: 1px 0 0;
    border-top: 0 solid #2A2A2A;
    margin: 15px 0 0;
}

#footer-widgets {
    width: auto;
    margin: 0 auto;
}
.footer-widget-box {
    width: 300px;
    float: left;
    margin-right: 20px;
    margin-left: 0;
}
.footer-widget-box-last {
    margin-right: 0;
}
#footer-widgets .widget-container, #footer-widgets .widget-container1 {
    background: url(images/footer2.png) left top no-repeat;
    Height: 350px;
}
#footer-widgets .widget-container a {
    color: #000;
    text-decoration: none;
    font-size: 12px;
}
#footer-widgets .widget-container a:hover {
    color: #000;
}
#footer-widgets .widgettitle, #footer-widgets .widgettitle a, #footer-widgets .widgettitle a:hover {
    color: #000;
    font-size: 12px;
    background: url(images/btn) left top no-repeat;
}
#footer-widgets .widget ul li {
    padding-left: 30px;
    padding-top: 10px;
}
.widget-container, .widget-container1 {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 13px;
    list-style: none;
}
#footer-widgets #search {
    border: 0 solid #ddd!important;
    background-color: #fff!important;
}
#footer-widgets #search #s {
    color: #666!important;
}




.widget-container, .widget-wrap {
    color: #494545;
}
.widget-container1 {
    color: #494545;
}
#sidebar-primary .widget{
	margin-bottom: 5px;
}
.widget-container a,.widget-wrap a {
    color: #494545;
    line-height: 1.5em;
    text-decoration: none;
    font-size: 13px;
}
.widget-container a:hover {
    color: #B11C03;
    text-decoration: none;
}
.widgettitle {
    margin: 0;
    padding: 4px 8px;
    border-left: 0 solid #9E200B;
}
.widgettitle, .widgettitle a, .widgettitle a:hover {
    background-color: #631c61;
    color: #fff;
    font-size: 1.2em;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    text-decoration: none;
	display:none;
}
.posts-widgettitle, .tabs-widget li a {
    font-size: 14px;
    font-family: Helvetica, Arial, Sans-serif;
    font-weight: 700;
}
.widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget ul li {
    background: rgba(0, 0, 0, 0);
    border-bottom: 0 solid #ddd;
    margin: 0;
    padding: 2%}

.textwidget {
    line-height: 18px;
	background: #fff;
}
.banners-125 {
    text-align: center;
    margin-bottom: -10px;
}
.banners-125 img {
    margin: 0 5px 5px;
}
.posts-widget ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
}
.posts-widget ul li {
    list-style: none;
    padding: 0 0 1px;
    margin: 0 0 1px;
    border-bottom: 0 solid #ddd;
}
.posts-widgettitle {
    padding: 0 0 5px;
    margin: 0;
}
.posts-widget-meta {
    font-style: italic;
    padding: 0 0 5px;
}
.posts-widget-entry {
    font-family: Helvetica, Arial, Sans-serif;
    line-height: 20px;
}
.posts-widget-more {
    font-weight: 700;
}
.posts-widget-featured-image {
    border: 1px solid #ddd;
    padding: 4px;
    background-color: #fff;
}
.posts-widget .alignleft {
    margin: 0 8px 8px 0;
}
.posts-widget .alignright {
    margin: 0 0 8px 8px;
}
.posts-widget .aligncenter {
    margin-bottom: 8px;
}
.comments-widget ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
}
.comments-widget ul li {
    list-style: none;
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px solid #ddd;
}
.comments-widget-author {
    text-decoration: none;
    font-weight: 700;
    padding: 0 0 5px;
    margin: 0;
}
.comments-widget-entry {
    font-family: Helvetica, Arial, Sans-serif;
    line-height: 20px;
}
.comments-widget-more {
    font-weight: 700;
}
.comments-widget-avatar {
    border: 1px solid #ddd;
    padding: 4px;
    background-color: #fff;
}
.infobox-widget ul, .infobox-widget ul li, .tabs-widget, .tabs-widget li {
    padding: 0;
    list-style: none;
}
.comments-widget .alignleft {
    margin: 0 8px 0 0;
}
.comments-widget .alignright {
    margin: 0 0 0 8px;
}
.comments-widget .aligncenter {
    margin-bottom: 8px;
}
.infobox-widget ul {
    margin: 0;
}
.infobox-widget ul li {
    margin: 5px 0 0;
}
.infobox-widget ul li a {
    text-decoration: none;
}
.infobox-widget-description {
    line-height: 20px;
}
.infobox-widget-more {
    font-weight: 700;
}
.infobox-widget .alignleft {
    margin: 0 10px 10px 0;
}
.infobox-widget .alignright {
    margin: 0 0 10px 10px;
}
.infobox-widget .aligncenter {
    margin-bottom: 10px;
}
.infobox-widget .inbottom {
    margin-top: 10px;
}
.social-profiles-widget img {
    margin: 0 4px 0 0;
}
.social-profiles-widget img:hover {
    opacity: .8;
}
.tabs-widget {
    margin: 0 0 10px;
    height: 26px;
}
.tabs-widget li {
    margin: 0 0 0 4px;
    float: left;
}
.tabs-widget li:first-child {
    margin: 0;
}
.tabs-widget li a {
    color: #fff;
    background: #605E5E;
    padding: 6px 16px;
    display: block;
    text-decoration: none;
    line-height: 12px;
}
.tabs-widget li a.tabs-widget-current, .tabs-widget li a:hover {
    background: #B11C03;
    color: #fff;
}
.tweets-widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 20px;
    font-family: Helvetica, Arial, Sans-serif;
}
.tweets-widget ul li {
    list-style: none;
    padding: 0;
    margin: 15px 0 0;
}
.tweets-widget ul li:first-child {
    margin-top: 5px;
}
.tweets-widget li.tweets-bird {
    padding-left: 24px;
    background: url(images/tweets.png) left 2px no-repeat;
}
a.tweets-widget-time {
    text-decoration: underline;
}
.comment-meta a:link, .comment-meta a:visited, .comment-reply-link, a.tweets-widget-time:hover {
    text-decoration: none;
}
.facebook-widget {
    list-style: none;
    margin: 0;
    padding: 0;
}

#comments {
    margin-bottom: 15px;
}
#comments p {
    margin: 5px 0 10px;
}
h3#comments-title {
    font-weight: 700;
    font-size: 20px;
    padding: 0;
    margin: 0 0 15px;
}
.commentlist {
    list-style: none;
    margin: 0;
    padding: 0;
}
.commentlist li.comment {
    line-height: 24px;
    margin: 0 0 15px;
    padding: 0;
    position: relative;
}
#cancel-comment-reply-link, #respond .form-allowed-tags {
    line-height: 18px;
    font-size: 12px;
}
.commentlist li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
#comments .comment-body blockquote p:last-child, #comments .comment-body ol, #comments .comment-body ul {
    margin-bottom: 15px;
}
.commentlist .avatar {
    border: 3px solid #fff;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin-bottom: 2px;
}
.comment-author {
    padding: 5px;
    display: block;
    background: #F2F2F2;
    border: 1px solid #DFDFDF;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.comment-author cite {
    font-style: normal;
    font-weight: 700;
}
.comment-author .says {
    font-style: italic;
}
.fn, .fn a:hover, .fn a:link, .fn a:visited {
    font-family: Helvetica, Arial, Sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
}
.comment-meta {
    margin: -30px 10px 0 65px;
    display: block;
    font-size: 11px;
    padding: 0;
    float: right;
}
.reply {
    text-align: right;
    margin-bottom: 10px;
}
.comment-reply-link {
    font-size: 11px;
    font-weight: 400;
    background: #EDEDED;
    color: #333;
    padding: 2px 8px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #999;
}
.comment-reply-link:hover {
    background: #F5F5F5;
    color: #333;
}
.commentlist .children {
    list-style: none;
    margin: 0;
}
.commentlist .children li {
    border: none;
    margin: 0;
}
.nocomments {
    display: none;
}
#comments .pingback {
    margin-bottom: 18px;
    padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
    margin-top: -6px;
}
#comments .pingback p {
    font-size: 12px;
    line-height: 18px;
    display: block;
    margin: 0;
}
#comments .pingback .url {
    font-style: italic;
    font-size: 13px;
}

#respond {
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}
h3#reply-title {
    font-weight: 700;
    font-size: 20px;
    padding: 0;
    margin: 0 0 15px;
}
#respond .comment-notes {
    margin-bottom: 1em;
}
.form-allowed-tags {
    display: none;
}
#respond dd, #respond dt {
    display: inline;
}

.children #respond {
    margin: 0 48px 0 0;
}
#respond input, #respond textarea {
    width: 98%;
    margin: 10px 0 0;
}
#comments-list #respond {
    margin: 0 0 18px;
}
#comments-list ul #respond {
    margin: 0;
}
#cancel-comment-reply-link {
    font-weight: 400;
}
#respond .required {
    color: #FF4B33;
    font-weight: 700;
}
#respond label {
    font-size: 12px;
    font-weight: 700;
}
#respond .form-allowed-tags code {
    font-size: 11px;
}
#respond .form-submit, #respond input[type=submit] {
    margin: 0;
}
#respond .form-submit input {
    width: auto;
    font-size: 14px;
    padding: 5px 50px;
    color: #fff;
    border: none;
    background-color: #631C61;
}
#respond dl {
    margin: 0 0 10px;
}
#respond dt {
    font-weight: 400;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="image"], .gform_wrapper .gform_footer input[type="submit"] {
    background: #91268e none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
	font-weight: bold
}

.menus li {
      padding: 0;
}

.icon{
    display: inline;
    margin-left: 10px;
}

.icon > a {
    font-size: 26px;
    color:#fff;
    border:none;
}

.icon > a:hover {
	color:#91268E;
}
.breadcrumb {
    margin-bottom: 10px;
}



input, textarea {
   
	  border-radius: 0;
	  
 }

.partial-refreshable-nav-menu {
    display: block !important;
}
 
.expand-menu {
 display: block !important; 
}   
 
.expand-search {
 display: block !important; 
}


.post-box .entry p{
	margin: 0;
}

.post .book-announcement .images {
	clear: both;
    margin: 0 auto;
    overflow: hidden;
    width: auto;
}

.post .book-announcement .images img.alignleft {
	
	height: auto;
	max-width: 24%;
	margin: 0 1% 0 0;
}

.post .book-announcement .images img.book-two{
	height: auto;
	max-width: 20% !important;
}






/* Theme Name: Sept17OptimizeSmart
 * Description: Child theme of Genesis.
 * Author: PRISM IT SYSTEMS
 * Author URI: http://prismitsystems.com
 * Template: genesis */





.featured-services{
	width: 60%;
	float:	left
}
.featured-services .service {
    width: 46%;
    float: left;
    background: #ebebeb;
    min-height: 200px;
    margin: 0 2% 2% 0;
    padding: 1%;
}

.featured-services a:hover .service {
    background: #ccc;
}
.featured-services .service img {
    width: 100% !important;
    height: auto;
}

.featured-services .service h3 {
    margin: 15px 2% 8px 2%;
    font-size: 22px !important;
}





.home-page-row.banner .featured-services{
	width: 100%;
    float: left;
}
.home-page-row.banner .featured-services .service {
    width: 23%;
    float: left;
    background: none;
    min-height: 0;
    margin: 0 0% 2% 0;
    padding: 1%;
}

.home-page-row.banner .featured-services a:hover .service {
    background: #333;
}

.home-page-row.banner .featured-services .service h3 {
    margin: 10px 0 8px 0;
    font-size: 17px !important;
    color: #fff !important;
    font-weight: normal !important;
    text-align: center;
}

.entry ul.two-columns, .entry ol.two-columns{
	columns: 2;
}
.featured-links .link {
    width: 29%;
    float: left;
    background: #ebebeb;
    min-height: 200px;
    margin: 0 1% 0 1%;
    padding: 1%;
}


.featured-links a:hover .link {
    background: #ccc;
}
.featured-links .link img {
    width: 100%;
    height: auto;
}

.featured-links .link h3 {
    margin: 15px 2% 8px 2%;
    font-size: 22px !important;
}


.latest-blog-posts .post {
    margin-bottom: 0;
    border-bottom: none;
}

.archive #content h1.title,
.search #content h1.title {
    font-size: 1.5em;
	line-height: 30px;
}

#content h2 {
    color: #333;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.4em;
}



#content h2.title, #content h3, #content h4 {
    color: #333;
    font-weight: 700;
	font-size: 1.6em;
}

#content h2.title {
    font-size: 22px;
    text-transform: inherit;
}

#content .entry h2 {
    color: #333;
    font-size: 2em;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 15px;
    margin-top: 40px;
}

#content .entry h2 strong {
    font-weight: bold;
}

#sidebar-primary {
    float: right;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 150px;
    overflow: hidden;
    width: 20%;
}
	


.logo h1.site_title a, .logo h1.site-title a:hover, .title-area h1.site-title a, .title-area h1.site_title a:hover {
    color: #333;
    text-decoration: none;
	    vertical-align: -webkit-baseline-middle;
}
.logo h2.site_description {
    color: #999;
    font-size: 14px;
    line-height: 14px;
}
.header-right {
    float: right;
    padding: 0 0 0 0;
    display: inline-block;
    width: auto;
}

.searchpopup{
	display:none;	
}

.latest-blog-posts {
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    margin-right: 0;
    margin-top: 0;
    overflow: hidden;
    padding: 2%;
    width: 40%;
	background: #333;
}


.sfwd-quiz-template-default #inner,
.sfwd-topic-template-default #inner,
.sfwd-lessons-template-default #inner,
.sfwd-courses-template-default #inner,
.memberpressproduct-template #inner,
.archive #inner,
.search #inner,
.single-post #inner,
.page #inner {
    max-width: 1200px;
}
#top-social-profiles {
    padding: 0;
    text-align: right;
}
#top-social-profiles img {
    margin: 0 0 0 15px!important;
}
.post-box, .post-wrap div:first-child {
    margin-left: 0;
}
#top-social-profiles img:hover {
    opacity: .8;
}
.fp-content, .fp-pager a {
    opacity: .7;
    filter: alpha(opacity=70);
    overflow: hidden;
}
#top-social-profiles .widget-container {
    background: 0 0;
    padding: 0;
    border: 0;
}
.menu-primary-container {
    float: left;
    padding: 0 12px;
    margin-top: 8px;
    position: relative;
    height: 34px;
    background: url(images/bg-menu-primary.png) left top repeat-x;
    z-index: 400;
    -moz-border-radius: 4px 4px 0 0;
    -khtml-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
.menu-primary ul {
    min-width: 160px;
}
.menu-primary li a {
    color: #fff;
    padding: 11px 15px;
    text-decoration: none;
    font-family: Helvetica, Arial, Sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 400;
}
.menu-primary li a:active, .menu-primary li a:focus, .menu-primary li a:hover, .menu-primary li.current- menu-item>a, .menu-primary li.current-cat>a, .menu-primary li.current_page_item>a, .menu-primary li:hover>a {
    color: #fff;
    outline: 0;
    background: url(images/bg-menu-primary.png) left -130px repeat-x;
}
.menu-primary li li a {
    color: #fff;
    text-transform: none;
    background: #B62E1A;
    padding: 10px 15px;
    margin: 0;
    border: 0;
    font-weight: 400;
}
.menu-primary li li a:active, .menu-primary li li a:focus, .menu-primary li li a:hover, .menu-primary li li.current-cat>a, .menu-primary li li.current-menu-item>a, .menu-primary li li.current_page_item>a, .menu-primary li li:hover>a {
    color: #fff;
    background: #A52410;
    outline: 0;
    border-bottom: 0;
    text-decoration: none;
}



.menu-primary a.sf-with-ul {
    padding-right: 20px;
    min-width: 1px;
}
.menu-primary .sf-sub-indicator {
    position: absolute;
    display: block;
    overflow: hidden;
    right: 0;
    top: 0;
    padding: 9px 10px 0 0;
}
.menu-primary li li .sf-sub-indicator {
    padding: 9px 10px 0 0;
}
.wrap-menu-primary .sf-shadow ul {
    background: url(images/menu-primary-shadow.png) bottom right no-repeat;
}


.menu-secondary {
   /* margin: 0 auto !important;
   width: 1200px;*/
   float:right;
}
.menu-secondary ul {
    min-width: 160px;
}

.menu-secondary li a:active, .menu-secondary li a:focus, .menu-secondary li a:hover, .menu-secondary li.current-cat>a, .menu-secondary li.current-menu-item>a, .menu-secondary li.current_page_item>a, .menu-secondary li:hover>a {
    color: #FFF;
    background: #333;
    outline: 0;
}
.menu-secondary li li a {
    color: #fff;
    background: #333;
    padding: 10px 15px;
    text-transform: none;
    margin: 0;
    font-weight: 400;
}
/*.page-title, .readmore a {
    text-transform: uppercase;
}*/

.menu-secondary .menu-item{
	background:none;
}
.menu-secondary li li.current-menu-item>a, 
.menu-secondary li li a:active, 
.menu-secondary li li a:focus, 
.menu-secondary li li a:hover, 
.menu-secondary li li.current-cat>a, 
.menu-secondary li li.current_page_item>a, 
.menu-secondary li li:hover>a {
    color: #fff;
    background: #222;
    outline: 0;
	 padding: 10px 15px;
}
.menu-secondary li a {
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    font-family: Helvetica, Arial, Sans-serif;
    font-size: 15px;
}


.menu-secondary a.sf-with-ul {
    padding-right: 26px;
    min-width: 10px;
}
.menu-secondary .sf-sub-indicator {
    position: absolute;
    display: block;
    overflow: hidden;
    right: 0;
    top: 0;
    padding: 10px 10px 0 0;
}
.menu-secondary li li .sf-sub-indicator {
    padding: 9px 13px 0 0;
}
.wrap-menu-secondary .sf-shadow ul {
    background: none;
}


.menu-secondary li.menu-item-has-children a:after{
    content: '\f0d7';
	font-family:'FontAwesome';
    margin-left: 5px;
	color: #fff;
	font-size: 12px;
}


#header .menu-secondary li > a:only-child:after { 
content: "" 
} 

.more-blog-posts > a {
    color: #fff;
    float: right;
    font-size: 18px;
    font-weight: normal;
    padding-top: 3px;
}

.post, .post-wrap .post{
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
}
.post-box {
    width: auto;
    float: left;
    overflow: hidden;
}
.page, .post-single {
    border-bottom: 0;
    margin-bottom: 0;
}
.post-single {
    margin-top: 30px;
}

.page-title, .title {
    margin: 0 0 10px;
    font-weight: 700;
    font-family: Helvetica, Arial, Sans-serif;
}
.title {
    color: #333;
    padding: 0;
    font-size: 2.4em;
    line-height: 40px;
}
.post-single .title {
     font-size: 2.4em;
    line-height: 50px;
	margin-top: 20px;
}

.title a:hover {
    color: #631C61;
    text-decoration: none;
}
.entry {
    line-height: 20px;
	width: 100%;
}
.entry ul, .entry ol {
   margin-bottom: 40px;
    padding-left: 80px;
}

.entry ul li, .entry ol li {
  margin-bottom: 10px;
  font-size: 100%;
  line-height: 1.8em;
}
.featured_image {
    padding: 6px;
    border: 1px solid #ccc;
    background: #fff;
}
.page-title, .sitemap h2 {
    border-bottom: 2px solid #ddd;
}
.page-title {
    padding: 0 0 10px;
    font-size: 20px;
}
.postmeta-primary {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #555;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 30px;
    padding: 0;
}

#content .post-single .postmeta-primary {
    margin-bottom: 0;
}

ub_table-of-contents-toggle-link{
	font-size:18px;
}

.postmeta-primary a{
	color: #666;	
}
.postmeta-secondary {
    color: #555;
    font-size: 12px;
    line-height: 18px;
    padding: 0 0 10px;
}
.postmeta-primary span, .postmeta-secondary span {
    padding: 3px 0 3px 20px;
    background-position: left center;
    background-repeat: no-repeat;
}
.meta_date {
    background-image: none;
}
.meta_author {
    background-image: none;
}
.meta_comments {
    background-image: none;
}
.meta_edit {
    background-image: none;
}
.meta_categories {
    background-image: none;
}
.meta_tags {
    background-image: none;
}

.postmeta-primary span, .postmeta-secondary span {
    padding: 0; 
}

.sitemap h2, .sitemap h3 {
    margin: 0 0 10px;
    font-weight: 700;
}

.readmore {
    margin-bottom: 20px;
	margin-top: 10px;
    float: right;
}
 a .readmore, a:hover .readmore, .readmore, .readmore a  {
    color: #fff !important;
	background: #444 none repeat scroll 0 0;
	border: none;
	border-radius: 3px;
    padding: 3px 3%;
    font-size: 0.9em;
    line-height: 14px !important;
    display: inline-block;
    text-decoration: none;
	text-transform: none;

}
.readmore a:hover, .readmore a:hover, a:hover .readmore {
    background: #e54b4d;
   
}

.readmore a{
	font-size: 14px;
    padding: 11px 10px;
    color: #fff;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    background: #0fa1ff;
	
}
.readmore a:after {
    content: '\f0da';
    font-family: 'FontAwesome';
    margin-left: 7px;
}

/*------------------------------------------------------------- wiudget styles ---------------------------------------------*/

#sidebar-primary .widget{
	margin-bottom: 5px;
}
.widget-container a,.widget-wrap a {
    color: #494545;
    line-height: 1.5em;
    text-decoration: none;
    font-size: 13px;
}
.widget-container a:hover {
    color: #B11C03;
    text-decoration: none;
}
.widgettitle {
    margin: 0;
    padding: 4px 8px;
    border-left: 0 solid #9E200B;
}
.widgettitle, .widgettitle a, .widgettitle a:hover {
    background-color: #631c61;
    color: #fff;
    font-size: 1.2em;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    text-decoration: none;
	display:none;
}
.posts-widgettitle, .tabs-widget li a {
    font-size: 14px;
    font-family: Helvetica, Arial, Sans-serif;
    font-weight: 700;
}
.widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget ul li {
    background: rgba(0, 0, 0, 0);
    border-bottom: 0 solid #ddd;
    margin: 0;
    padding: 2%}
	


/*------------------------------------------------------------- media queries ---------------------------------------------*/
/*------------------------------------------------------------- media queries ---------------------------------------------*/
/*------------------------------------------------------------- media queries ---------------------------------------------*/
@media only screen and (max-width: 1600px) {
		.home-page-container .banner .intro {
			width: 80%;
			margin: 5% 10% 0;
		}
		.home-page-container .banner2 .intro {
			width: 35%;
		}
		.home-page-container .banner2 h1 {
			line-height: 40px;
			font-size: 32px;
		}
		#content .home-page-container .banner2 p.text.new {
    		font-size: 21px;
		}
}

@media only screen and (max-width: 1220px) {


		.page-id-26872 .rank-math-block, .page-id-43472 .rank-math-block {
		max-width: 75%;
		}


		/*.home-page-container .banner{
			padding: 0 2%;
		}*/
			.home-page-container .banner .intro {
			width: 90%;
			margin: 5% 5% 0;
		}
		.home-page-container .banner2 .intro {
			padding: 3% 2% 0;
			width: 40%;
		}
		#content .home-page-container .banner2 p.text.exclusive {
		    font-size: 19px;
		}
		
		.home-page-container .buy-book {
			width: 62%;
		}
		
		#topsearch{
			margin-right: 2%;
		}
		.title-area h1.site-title{
			margin-left: 2%;	
		}
		#container, #inner, #footer, #footer-container1, 
		.menu-secondary, .title-area, .home-page-container, .menu-secondary-container{ 
			width: auto !important;
		}
		.content-sidebar #content {
			margin-left: 5%;
			margin-right: 5%;
		}
		body.home.content-sidebar #content {
			margin-left: 0;
			margin-right: 0;
			width: 100%;
			
		}
		
		body.home.widget-wrap {
			display: none;
		}
	
		.sidebar-content #content{
			float:right;
			margin-left: 5%;
		}
		.sidebar-content #sidebar-primary{
			float:left;
		}
		#copyrights {
			padding-left: 2%;
			width: 48%;
		}
		.post img{
			max-width: 100%;
			height:auto;
		}
		.fp-slider {
			width: 100% !important;
		}
		.menus li {
			padding: 0;
		}
		

		.home-page-row.whyrow {
			background: #343434;
			color: #fff;
			padding: 10px 3%;
			text-align: center;
			font-size: 17px;
		}
		.home-page-row.whyrow span {
			display: inline-block;
			margin-right: 3%;
		}
		.home-page-row.signup {
			padding: 60px 5%;
			overflow: hidden;
		}
		.home-page-row.books {
			background: #ebebeb;
			padding: 60px 5%;
			overflow: hidden;
		}	
		.home-page-row.books .left50 {
			width: 100%;
			float: none;
			padding: 20px 0;
		}
		
		.home-page-row.books .right50 {
			width: 100%;
			float: none;
			padding-top:0;
			text-align: left;
		}
		
		.home-page-row.books img.books {
    float: none;
    width: 100%;
}
		.home-page-row.client-testimonials .owl-carousel .owl-item img {
    		margin-bottom: 30px;
		}
				
		.home-page-row .course-ad .left50 {
			float: none;
			overflow: hidden;
			width: 100%;
		}
		
		.home-page-row .course-ad .right50 {
			float: none;
			width: 100%;
			margin: 0;
			padding-left: 0;
			position:relative;
		}
		.home-page-row.course-container {
			padding: 60px 5%;	
				
		}
		
		/*----------------------course promo page -------------------*/
		.page-id-26872 #content, .page-id-43472 #content {
			margin-left: 0 !important;
			margin-right: 0 !important;
		}
		
		.page-id-26872 .internal-wrapper, .page-id-43472 .internal-wrapper {
   			width: 90%;
		}
		
		.page-id-26872 .sumome-share-client-wrapper.sumome-share-client-wrapper-left,
		.page-id-43472 .sumome-share-client-wrapper.sumome-share-client-wrapper-left {
			margin: 40px 5% 0;
		}
		
		.page-id-26872 .entry ul.course-content-lesson-listing,
		.page-id-43472 .entry ul.course-content-lesson-listing  {
			columns: 1;
		}

		
		/* ---------- attribution modelling in post ad ------------ */		
		.in-page-ad-attribution-modelling h2 {
    		font-size: 20px !important;
		}
		.in-page-ad-attribution-modelling h2 span {
    		font-size: 30px;
		}
		.in-page-ad-attribution-modelling ul {
			margin-bottom: 30px;
		}
		
}
@media only screen and (max-width: 1024px) {

		.home-page-container .banner2 .intro {
			padding: 3% 2% 0;
			width: 44%;
		}

		.menu-secondary li a {
			padding: 10px 10px;
		}
	
		.featured-services .service {
			min-height: 240px;
		}
		
		.home-page-row.signup .left50 {
			width: 40%;
		
		}
		
		.home-page-row.signup .right50 {
			width: 60%;
		
		}

			/*----------------------course promo page -------------------*/
		.page-id-26872 .top-nav-bar a, .page-id-43472 .top-nav-bar a {
			PADDING: 15px 18px;
		}
		
}
@media only screen and (max-width: 800px) {
	
	
		#content .post-single .entry p.in-page-book-banner-subtext {
		font-size: 0.9em;
		line-height: 1.7em;
		}
		
		
		#content .post-single .entry h3.in-page-book-banner-title {
		font-size: 1.5em;
		line-height: 1.4em;
		}
		
		#content .post-single .entry p.in-page-book-banner-button {
		font-size: 1.3em;
		float: none;
		display: inline-block;
		width: 90%;
		margin: 20px 2% 10px;
		text-align: center;
		}
		.home-page-container .banner2 .intro .btn {
		font-size: 22px;
		}
		.home-page-row.banner .featured-services .service {
		width: 48%;
		}
		.home-page-row.banner .show-mobile{ 
		display:block
		}
		
		
		
		.home-page-container .banner .intro .list {
			margin-left: 0;
		
		}
			.home-page-container .banner .intro .photo-caption {
						width: 100%;
			display: block;
			float: none;
			margin: 0 auto;
			margin-top: 30px;
		}
		#content .home-page-container .banner p.text.learn-header{
		margin-top:60px;	
		}
.banner p.text.new {
    margin: 25px 0 0 0;
}

.home-page-container .banner h1 {
    line-height: 48px;
}
		/*.home-page-container .banner {
			background: #000 url(https://www.optimizesmart.com/wp-content/themes/Sept17OptimizeSmartDEV/images/banner.jpg) no-repeat 70%;
			background-size: cover;
		}*/
		.searchpopup {
			top: 85px;
		}
		
		.wp-caption {
				width: 100% !important;
			}
/*----------------------course promo page -------------------*/
		.page-id-26872 .entry ul, .page-id-43472 .entry ul {
			margin-bottom: 0;
			padding-left: 0;
			columns: 1;
		}
		
		.page-id-26872 .feature-panel, .page-id-43472 .feature-panel {
   			padding: 50px 20px 10px 20px;
		}
		
		.page-id-26872 .feature-panel ul li, .page-id-43472 .feature-panel ul li {
			margin-bottom: 25px !important;
		}
		
		.page-id-26872 .owl-carousel .owl-item img, .page-id-43472 .owl-carousel .owl-item img {
			margin: 0 30px 10px 0;
		}
		
		.page-id-26872 p.availability, .page-id-43472 p.availability {
			font-size: 20px;
			font-weight: bold;
			line-height: 30px;
		}
}
@media only screen and (max-width: 768px) {
	
	#authorTemplate{
			margin-bottom:30px;	
			width: unset;
		}
		
		
#authorTemplate .authoimg {
    float: none;
    width: 40%;
    text-align: unset;
    margin: 0 auto 20px;
}

#authorTemplate .authorinfo {
    width: 100%;
    float: none;
    margin-bottom: 30px;
}
		#authorTemplate ul {
			clear: both;
			margin-left: 0;
		}
		#authorTemplate .authorinfo{
			clear:both;
		}	
		#authorTemplate h2{
			font-size: 1.8em;
			line-height:2em;
			margin-bottom:10px;
		}
		#authorTemplate h3{
			line-height: 1.3em;
		}
	
	
	.page-id-26872 .promo-row1 .promo-column-left, .page-id-43472 .promo-row1 .promo-column-left {
    width: 30%;
}
	
	.page-id-26872 .promo-row1 .promo-column-right, .page-id-43472 .promo-row1 .promo-column-right {
    width: 66%;
    padding-right: 0;
}
	.page-id-26872 .promo-row2 .promo-column-left, .page-id-43472 .promo-row2 .promo-column-left {
    width: 100%;
    padding-right: 0;
}

.page-id-26872 .promo-row2 .promo-column-right, .page-id-43472 .promo-row2 .promo-column-right {
    width: 90%;
    padding: 0 5%;
}
		.page-id-26872 h1, .page-id-43472 h1 {
			line-height: 50px;
			font-size: 37px;
			padding:0;
		}
		.latest-blog-posts{
			width: 100%	
		}
		.home-page-container .banner2 .intro {
			padding: 3% 2% 0 2%;
			width: 96%;
			margin: 0;
			left: 0;
			bottom: 0;
			top:auto;
		}
		.home-page-container .banner2 h1 {
			line-height: 38px;
			font-size: 34px;
		}
		#content .home-page-container .banner2 p.text.new {
			font-size: 21px;
			padding: 0;
		}
		#content .home-page-container .banner p.text {
			font-size: 18px;
			line-height: 23px;
		}
		
		#content .home-page-container .banner2 p.text.exclusive {
			font-size: 20px;
		}
		
		.searchpopup.show {
			display: block;
			top: 98px;
		}
		
		.home-page-container .banner h1 {
			font-size: 35px;
			line-height: 40px;
		}
		

		
		.social-media-link img {
			width: 65px;
		}
		
		.home-page-row.signup .social-media-link {
			margin-right: 10px;
		}
		

		.home-page-row.whyrow span {
			margin-bottom: 10px;
		}
		

		.home-page-row.books p {
			max-width: 100%;
		}
		
		.home-page-row .course-ad ul li {
			float: none;
			width: 100%;
		}
		.home-page-container .home-page-row.course-container {
			padding: 60px 5% 60px 5%;
			margin: 0;
		}
		
		.home-page-row .course-ad .right50 {
			float: none;
			width: 100%;
			margin: 0;
			padding-left: 0;
			position: relative;
		}
			.featured-services {
			width: 100%;
			float: none;
			overflow:hidden;
			margin-bottom: 60px;
		}
		
		.featured-services .service {
			width: 46%;
			float: left;
			background: #ccc;
			min-height: 250px;
			margin: 1% 1% 1% 1%;
			padding: 1%;
		}
		
		.home-page-row.signup .left50 {
			width: 100%;
			float: none;
		}
		.home-page-row.signup .right50 {
			width: 100%;
			float: left;
			text-align: left;
		}
		
		.home-page-row.client-testimonials img {
			float: right;
			margin-right: 0;
			margin-left: 40px;
			margin-bottom: 50px;
		}
		
		.home-page-row.client-testimonials p.link {
			float: right;
			color: #fff;
			font-size: 20px;
			margin-top: 30px;
			margin-bottom: 0;
		}
		
		.latest-blog-posts {
			margin: 0;
		}
			.course-ad p.readmore, a:hover p.readmore {
			width: auto;
			float: left;
			margin: 20px 0 0 0;
			}
		 .page-id-26479 .post img {
			max-width: 50% !important;
		}
		
		.page-id-26479.content-sidebar #content .entry h1 {
			   font-size: 32px;
		}
		
		.page-id-26479.content-sidebar #content .entry h2 {
			font-size: 1.8em;
		}
		.sfwd-quiz-template-default.content-sidebar #content,
		.sfwd-topic-template-default.content-sidebar #content,
		.sfwd-lessons-template-default.content-sidebar #content,
		.sfwd-courses-template-default.content-sidebar #content,
		.memberpressproduct-template.content-sidebar #content,
		.content-sidebar #content, 
		.sidebar-content #content,
		.single-post.content-sidebar #content,
		.search.content-sidebar #content,
		.archive.content-sidebar #content,
		.page.content-sidebar #content {
			width: 90%;
		}
		
		
		.wpProQuiz_content {
			max-width: 100%;
		}
		
		.single-post.content-sidebar #content, .page.content-sidebar #content{
			width: 90%;
		}
		.home-page-container .client-testimonials {
			border-top: 2px solid #999;
		}

		.entry {
			width: auto;
		}
		.content-sidebar #sidebar-primary{
			display: none;
		}

		
		.home-page-container .banner img {
		/*	float: none;
			width: 60%;
			margin: 0 auto;
		}*/
}
		.home-page-container .contact-us p.button {
			 margin-top: 5px;
		}
		.home-page-container .client-testimonials, .home-page-container .buy-book {
			 min-height: 0;
			 margin-left: 4%;
			 margin-right: 4%;
		}
		.home-page-container .banner .text {
			float: none;
			width: auto;
			 padding: 2% 0 0 2%;
		}
		
		.home-page-container .contact-us .text {
			float: none;
			width: auto;
		}
		.home-page-container .client-testimonials {
			clear: both;
			float: none;
			overflow: hidden;
			width: auto;
			margin-bottom: 30px;
			max-width: 100%;
		}
		
		.home-page-row.client-testimonials {
			background: #666;
			padding: 20px 5%;
		}
		
		.home-page-container .buy-book {
			clear: both;
			float: none;
			overflow: hidden;
			width: auto;
			margin-bottom: 30px
		}
		
		.home-page-row.books img.books {
			float: none;
			width: 100%;
		}

		.home-page-row.blog-entries {
			margin: 60px 0;
		}
		.home-page-row.featured-links {
			margin: 60px 0;
		}
		.home-page-container .latest-blog-posts {
			clear: both;
			float: none;
			overflow: hidden;
			width: auto;
			margin-bottom: 0;
			margin-right: 0;
		}

		
		.grid-box-1-of-4, .grid-box-2-of-4, .grid-box-3-of-4, .grid-box-4-of-4 {
			width: 48%;
		}
		
		.menu-secondary li a {
			padding: 10px 15px;
		}
		
		.home-page-container .home-page-row.course-container {
			margin: 60px 0;
		}
		
		.sc_card {
    		width: 87%;
		}

}
@media only screen and (max-width: 600px) {
	#authorTemplate {
	margin-left: unset;	
	}
			
		#content .post-single {
			border: unset; 
			padding: unset; 
			box-shadow: unset; 
			margin-left: unset; 
		}
		
	
	#content #in-page-book-banner img {
			float: none;
			margin-right: 3%;
			height: 275px;
			width: 50%;
			height: auto;
			margin: 0 25%;
			clear: both;
		}
		
		#content p.in-page-book-banner-subtext {
			font-size: 0.85em;
			text-align: center;
		}
		
		#content h3.in-page-book-banner-title {
			font-size: 1.3em;
			line-height: 1.4em;
			margin: 5% 0 5% 0;
			text-align: center;
		}
		
		#content p.in-page-book-banner-button {
			font-size: 1.2em;
			margin: 4% auto 7%;
			width: unset;
			text-align: center;
			display: block;
		}
		
		#content #in-page-book-banner-container.twelve #in-page-book-banner img {
    float: none;
    height: auto;
    width: 100%;
    margin: 0 auto;
    display: block;
}

		.page-id-26872 .promo-row1 .promo-column-left,
		.page-id-43472 .promo-row1 .promo-column-left{
			width: 100%;
			display:none;
			padding:0;
		}
		
		.page-id-26872 .promo-row1 .promo-column-right,
		.page-id-43472 .promo-row1 .promo-column-right{
			width: 100%;
			padding:0;
			
		}
		
		.page-id-26872 .promo-row2 .promo-column-left,
		.page-id-43472 .promo-row2 .promo-column-left{
			width: 100%;
			padding:0;
		}
		
		.page-id-26872 .promo-row2 .promo-column-right,
		.page-id-43472 .promo-row2 .promo-column-right{
			width: 100%;
			padding:0;
		}
		
		.page-id-26872 h1, .page-id-43472 h1 {
			line-height: 42px;
			font-size: 33px;
			padding: 0;
		}	
		.page-id-26872 .entry ul.training-why-list li, .page-id-26872 .entry ol.training-why-list li, 
		.page-id-43472 .entry ul.training-why-list li, .page-id-43472 .entry ol.training-why-list li {
    		margin-left: 20px;
		}
		
		.page-id-26872 .entry ul.author-list li:before, .page-id-43472 .entry ul.author-list li:before {
			margin-left: -28px;
		}
		
		
		.home-page-row.banner .featured-services {
			background: rgba(0,0,0,0.5);
		}
		
		
		.home-page-row.client-testimonials .sa_owl_theme .owl-nav .owl-prev {
			display:none;
		}
		
		.home-page-row.client-testimonials .sa_owl_theme .owl-nav .owl-next {
			 display:none;
		}
		
		.footer-container1 .menu-secondary-container {
			text-align: left;
			float: left;
		}
		
		#copyrights {
			width: auto;
			padding-bottom: 7px;
		}
			.course-ad p.tagline {
			padding: 5px 20px;
			line-height: 25px;
		}
			
		div#topsearch {
			margin-top: 0 !important;
		}
					
		.searchpopup {
			top:110px;
		}
		
		.searchpopup.show {
			display: block;
			top: 110px;
		}
		
		#topsearch .fa-search {
			margin: 16px 18px 0 17px;
		}
	
		.menu-secondary {
			float: none;
			display:none;
		}
		#sidebar-primary {
			margin-top: 30px;
		}
		
		.content-sidebar #sidebar-primary {
			float: none;
			margin-left: 5%;
			margin-right: 5%;
		}
		#copyrights {
			width: auto;
			padding-bottom: 5px;
			padding-left: 2%;
		}
		#credits1{
			float: none;
			width: auto;
		}
		#credits1 .menus li	{
			width: auto;
		}
		#header .menu-secondary li > a::after {
			content: "";
		}
		.menu-secondary-container::before {
			background: none;
			content: '\f0c9';
			padding-left: 0;
			font-family: 'FontAwesome';
			font-size: 30px;
		}
		.menus ul.sub-menu {
    		padding: 0;
		}
		#credits1 .menu-secondary-container::before {
			background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
			content: "";
			padding-left: 0;
		}
		
		#credits1 .menu-secondary-container ul{
			display:block;	
		}
		
		#credits1 .menu-secondary li a, .menu-secondary li a:hover {
			padding: 0;
		}
		
		.menu-secondary li a, .menu-secondary li a:hover {
			padding: 7px 5%;
		
		}
		.menus li {
			float: left;
			position: relative;
			width: 100%;
		}
		.menu-secondary li li a {
			padding: 7px 5% 0px 10%;
		}
		.menu-item a:before {
			content: '\f0da';
			font-family: 'FontAwesome';
			margin-right: 5px;
		}

		.footer .menu-item a:before{
			content:'';	
		}
		
		#topsearch {
			clear: both;
			float: none;
			margin: 20px 0 0 auto;
			width: 100%;
		}
		#sidebar-primary{
			width: auto;		
		}
		#content{
			margin-top: 60px;
		}
		
		#menu-seotakeaways-top-nav li.current-menu-item > a {
			background: none;
			color: #fff;
		}

		.menu-secondary-container {
			background: #333 none repeat scroll 0 0;
			clear: both;
			color: #fff;
			cursor: pointer;
			display: inline-block;
			font-size: 150%;
			margin: 0;
			overflow: hidden;
			padding: 0 2% 25px;
			position: relative;
			text-align: right;
			float: right;
			z-index: 999;
		}


		.menu-secondary li li a:hover, 
		.menu-secondary li li:hover > a {
			padding: 7px 5% 0px 10%;
			text-decoration:none;
		}
		.menu-secondary li li a:hover, 
		.menu-secondary li a:hover, 
		.menu-secondary li.current-menu-item a:hover {
			background: #631c61 none repeat scroll 0 0;
		}
		#menu-seotakeaways-top-nav li.current-menu-item > a:hover {
			background: #631c61 none repeat scroll 0 0;
			color: #fff;
		}
		#menu-seotakeaways-top-nav li.current-menu-item > a {
			background: #333 none repeat scroll 0 0;
			color: #fff;
		}
		
		.menu-secondary.show {
			display: block;
			margin-top: 7px;
		}

		.menus ul.sub-menu {
			position: relative !important;
			top: 0 !important;
		}
		.menu-secondary .menu-item {
			text-align: left;
		}
		
		.signup .left50 {
			width: 100%;
			float: none;
		}
		.signup .right50 {
			width: 100%;
			float: none;
			margin-top: 30px;
		}
		/*=--------------- course promo page ------------*/
		.page-id-26872 p.teaser, .page-id-43472 p.teaser {
    		font-size: 14px;
		}
		
		.page-id-26872 .feature-panel, .page-id-43472 .feature-panel {
			background: #1f6bc5;
			display: BLOCK;
			float: NONE;
			width: 90%;
			color: #fff;
			padding: 50px 20px 10px 20px;
			margin: 10px 0 50px 0;
		}
		
		.page-id-26872 img.wp-image-41340, .page-id-43472 img.wp-image-41340 {
			WIDTH: 100%;
			margin-bottom: 30px;
		}
			.page-id-26872 a.action, .page-id-43472 a.action {
				width: 90%;
			}
			/* ---------- attribution modelling in post ad ------------ */		
		.in-page-ad-attribution-modelling .inner-text {
    		float:left;
		}
		.in-page-ad-attribution-modelling h2 span {
			display: block;
		}
		.in-page-ad-attribution-modelling img {
			display: block;
			width: 46%;
			margin-right: 2%!important;
			margin-left: 2% !important;
		}
		
		#credits1 .menu-secondary-container {
    background: none;
    margin: 0;
    width: auto;
    padding: 0;
    clear: both;
    width: 100%;
    display: block;
    position: relative;
    text-align: left;
	float:left;
}
#content .post-single .entry #in-page-book-banner img {
    float: none;
      height: auto;
    width: 40%;
      margin: 0 30%;
}
		
}
@media only screen and (max-width: 500px) {


#content .post-single .entry h3.in-page-book-banner-title {
    font-size: 1.2em;
    line-height: 1.5em;
}

#content .post-single .entry p.in-page-book-banner-subtext {
    font-size: 0.9em;
    line-height: 1.5em;
}
		
		.page-id-26872 h1, .page-id-43472 h1 {
    font-size: 27px;
		}
	
		.table-content-panel, .blog-categories-panel {
			width: 90%;
		}
.entry ul.two-columns, .entry ol.two-columns{
	columns: 1;
}
		.entry .table-content-panel ol.table-contents, .entry .blog-categories-panel ol.table-contents {
			margin: 0;
			padding-left: 0;
			columns: 1;
		}
		.home-page-container .home-page-row {
			margin: 0;
		}
		
		/*.home-page-container .banner {
			background: #000 url(https://www.optimizesmart.com/wp-content/themes/Sept17OptimizeSmartDEV/images/banner.jpg) no-repeat top right;
			background-size: contain;
		}
		*/
		.home-page-container .banner {
		margin-bottom:30px;	
		}
		.home-page-container .banner h1 {
			font-size: 40px;
			line-height: 45px;
		}
		
		.social-media-link img {
			width: 75px;
		}
		
		.home-page-row.banner .featured-services .service {
			width: 100%;
			text-align: left;
		}
		
		.home-page-row.banner .featured-services .service h3 {
			margin: 0;
			text-align: left;
		}
		
		.home-page-row.banner .featured-services .service h3:before {
			font-family: 'FontAwesome';
			content: '\f0da';
			margin-right: 8px;
		}
		

		.home-page-row.signup .social-media-link {
			margin-right: 10px;
		}
		
		
		#content .home-page-row .course-ad h2 {
			font-size: 30px;
			line-height: 35px;
		}
		.course-ad .fa-line-chart {
			font-size: 65px;
		}
		.home-page-row.client-testimonials p {
			font-size: 18px;
			line-height: 23px;
		}
		
		.home-page-row.client-testimonials p.link {
			float: left;
		}
		
		.featured-links .link {
			width: auto;
			margin: 3% 3% !important;
		}
	
		.in-page-ad img{
			display:none;	
		}
		.in-page-ad-mini img{
			display:block;	
		}
			
		
		.entry ul, .entry ol {
			padding-left: 40px;
		}
		.home-page-container .banner h2 {
			color: #333;
			font-size: 1.5em !important;
			font-weight: 700;
			line-height: 1.5em !important;
		}
		.grid-box-1-of-3 img, .grid-box-2-of-3 img, .grid-box-3-of-3 img {
			margin: 0 auto;
		}
		.home-page-container .contact-us p {
			font-size: 1.2em;
		}
		
		.home-page-container .training h2 {
			font-size: 1.5em !important;
		}
		.home-page-container .contact-us p.get-in-touch {
			font-size: 1.5em;
		}
		
		.home-page-container .button a {
			font-size: 0.8em;
		}
		.home-page-container .services{
			margin: 0 auto 15px auto;
			padding: 0;
			width: 100%;
		}
		.grid-box-1-of-4, .grid-box-2-of-4, .grid-box-3-of-4, .grid-box-4-of-4 {
			width: auto;
		}
		.grid-box-1-of-3, .grid-box-2-of-3,.grid-box-3-of-3, .grid-box-2-of-3, .grid-box-1-of-2, .grid-box-2-of-2 { 
			width: auto;
			margin-bottom:30px
		}	
		

}
			
@media only screen and (max-width: 460px) {	


		#content #in-page-book-banner-container.twelve h3.in-page-book-banner-title {
    font-size: 1.3em;
		}
		
		#content #in-page-book-banner-container.twelve p.in-page-book-banner-button {
    padding: 3% 5% 3% 2%;
    margin: 2% 4% 2%;
    font-size: 1.4em;
    line-height: 1.2em;
		}
		
		#authorTemplate .authoimg {
			width: 60%;
			margin-top:0px;
		}
		
		.home-page-container .banner2 {
			background: #000 url(https://www.optimizesmart.com/wp-content/themes/Sept17OptimizeSmartDEV/images/laptop-hero.jpg) no-repeat 84% 66%;
			background-size: cover;
		}
		.home-page-container .banner2 .intro .btn {
			padding: 17px 12px;
		}
		.home-page-container .banner2 h1 {
			font-size: 28px;
			line-height: 33px;
		}
		#content .home-page-container .banner2 p.text.exclusive {
			font-size: 18px;
		}
		.page-id-26479 .post img {
			max-width: 100% !important;
			clear:both;
			display:block;
		}
		
		#content .home-page-container .banner2 p.text.new {
    font-size: 18px;
		}
			
		#content .latest-blog-posts h1.title {
			color: #333;
			font-size: 18px;
			font-weight: normal;
			line-height: 23px;
			text-transform: inherit;
			color: #fff;
			margin-bottom: 18px;
		}
	
		.header-right{
			float: right;
			margin: 0;
			padding: 0;
			width: auto;
		}
		.logo h1.site_title{
			padding-top: 0;
		}
		
		.home-page-container .buy-book img {
			float: none;
			margin: 0 auto;
			max-width: 100%;
			padding: 10px 0;
		}
		
		#authorTemplate ul {
			clear: both;
			margin-left: 0;
			padding-left: 0;
		}
		
		
		blockquote {
			margin: 20px 0;
		}
		
		#content .entry h2 {
			font-size: 1.8em;
		}
		
		.course-nav a, .course-nav a:visited {
			padding: 0 5%;
			width: 100%;
		}
		.course-nav ul li {
			min-width: 100%;
			text-align: left;
		}
		.home-page-container .home-page-row.course-container {
    		padding: 20px 5% 20px 5%;
		}
		.course-ad ul li {
			 padding: 0 0 15px 0px;
		}
		#content .course-ad h2 {
			color: #fff;
			font-size: 35px;
			line-height: 40px;
			margin: 20px 0 20px 0;
		}
		/* ------------------course promo page ----------------*/
		
		
		.page-id-26872 .top-nav-bar a, .page-id-43472 .top-nav-bar a {
			PADDING: 15px 15px;
		}
		
		
		.page-id-26872 img.wp-image-41407, .page-id-26872 img.wp-image-41420,
		.page-id-43472 img.wp-image-41407, .page-id-43472 img.wp-image-41420 {
			width: 100%;
			margin: 0 0 30px 0;
		}
		.page-id-26872 .learndash .completed, .page-id-26872 #learndash_profile .completed,
		.page-id-43472 .learndash .completed, .page-id-43472 #learndash_profile .completed  {
				background: url(https://www.optimizesmart.com/wp-content/plugins/sfwd-lms/templates/images/completed.png) no-repeat;
				display: block;
				line-height: 30px;
				background-position: 97.9% center;
				padding-left: 2%;
				padding-right: 2%;
				background-size: 12%;
		}
		
		.page-id-26872 .learndash .notcompleted, .page-id-26872 #learndash_profile .notcompleted,
		.page-id-43472 .learndash .notcompleted, .page-id-43472 #learndash_profile .notcompleted {
				background: url(https://www.optimizesmart.com/wp-content/plugins/sfwd-lms/templates/images/notcompleted.png) no-repeat;
				display: block;
				line-height: 30px;
				background-position: 97.9% center;
				padding-left: 2%;
				padding-right: 2%;
				background-size: 12%;
			}
		
}

@media only screen and (max-width: 360px) {
	
.home-page-container .banner2 {
    background: #000 url(https://www.optimizesmart.com/wp-content/themes/Sept17OptimizeSmartDEV/images/laptop-hero.jpg) no-repeat 85% 92%;
    background-size: unset;
}
#content .home-page-container .banner2 p.text.exclusive {
    font-size: 16px;
}
	
		.home-page-row.banner a.readmore {
			margin: 0 0 20px 0;
		}
		.social-media-link img {
			width: 60px;
		}
		.title, .post-single .title {
			font-size: 2.1em;
		}
				
		.home-page-row.signup .left50 p {
			margin: 0;
		}
		
		.course-ad .fa-line-chart {
			font-size: 100px;
			float: none;
		}
		
		.home-page-row.client-testimonials p.link {
			margin-top: 30px;
		}
		
		.home-page-row.signup {
			padding: 30px 5%;
		}
				
		.alignright {
			float: none;
		}
		.alignleft {
			float: none;
		}
		.home-page-container .contact-us p.button {
			padding: 0 3%;
		}
		.home-page-container .banner .text {
			font-size: 0.7em;
		}
		.home-page-container .client-testimonials, .home-page-container .buy-book img {
			float: none;
		}

		.training h2{
			font-size: 0.8em	
		}
			/* ---------- attribution modelling in post ad ------------ */		
		.in-page-ad-attribution-modelling{
			background: #ebebeb;
		}
		.in-page-ad-attribution-modelling h2 span {
    		font-size: 26px;
		}
		
}
@media only screen and (max-width: 333px) {
		#topsearch .fa-search {
			margin: 22px 15px 9px 0;
		}
		
		.home-page-row.client-testimonials .owl-carousel .owl-item img{
			display: block;
			width: 70%;
			height: auto;
			border-radius: 100px;
			padding: 0;
			float: none;
			margin: 0 auto 20px auto;
		}
	
		.searchpopup {
			width: 290px;
		}
		
		.latest-blog-posts {
	
			padding: 5%;
		}
		.home-page-row.books .right50 {
			padding-top: 0;
		}
		
		.home-page-container .banner h1 {
			font-size: 35px;
			line-height: 40px;
		}
		#content .latest-blog-posts h2 {
			color: #fff;
			font-size: 30px;
			line-height: 35px;
		}
		
		#content .home-page-container .banner p.text {
			font-size: 18px;
			line-height: 23px;
		}

		.title, .post-single .title {
			font-size: 2.1em;
		}
		
		.social-media-link img {
			width: 50px;
		}
				
		.alignright {
			float: none;
		}
		.alignleft {
			float: none;
		}
		.home-page-container .contact-us p.button {
			padding: 0 3%;
		}
		.home-page-container .banner .text {
			font-size: 0.7em;
		}
		.home-page-container .client-testimonials, .home-page-container .buy-book img {
			float: none;
		}

		.training h2{
			font-size: 0.8em	
		}
}
		
		
		
		
		
.single-product #inner {
    max-width: 1200px;
}
.immi-container .site-main .menu-toggle {
    display: none;
}


.product.woocommerce.add_to_cart_inline {
    padding:0px !important;
	border:none !important;
}
.product.woocommerce.add_to_cart_inline .amount {
    display: none;
}


.product.woocommerce.add_to_cart_inline a {
    background: no-repeat;
    color: #fff;	
	background: #d14545 linear-gradient(to bottom, #d14545, #bf1111) repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 9px 15px -5px rgba(0, 0, 0, 0.3);
    color: #fff;
    display: block;
    font-size: 25px;
    font-weight: bold;
    margin: 0 auto;
    padding: 10px 0 !important;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
    width: 50%;
}
.product.woocommerce.add_to_cart_inline a:hover{
background: #d14545 none repeat scroll 0 0 !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4);
    color: #fff;
    transition: all 0.2s ease 0s;
}

@media screen and (max-width:600px){
	.product.woocommerce.add_to_cart_inline a {
		
		white-space:nowrap;
		width:90%;
	}
} 
.woocommerce-cart #content ,.woocommerce-checkout #content{
    width: 100% !important;
	float:none; 
	margin:0px;
}

.woocommerce-cart .woocommerce table.shop_table thead {  background: #a46497; }
.woocommerce-cart .woocommerce table.shop_table th ,.woocommerce-checkout .woocommerce table.shop_table th {
    
    background: #333;
    color: #fff;
}

.woocommerce-cart .woocommerce table.shop_table th ,.woocommerce-cart .woocommerce table.shop_table td{
	text-align:center;
}

.cart_totals table th,.woocommerce-checkout  .cart-subtotal th,.woocommerce-checkout  .order-total th{
    background: none !important;
    color: #000 !important;
    font-weight: normal !important;
} 
.woocommerce .coupon button,.woocommerce .button{
    background-color: #a46497 !important;
    color: #fff !important;
}
.woocommerce .coupon #coupon_code,.immi_coupon_code #coupon_code {
    width: 120px !important;
    padding: 13px;
}
.immi_coupon_code .form-row-last,.immi_coupon_code .form-row-first{
	   width: 12% !IMPORTANT;
    float: left !important;
}
@media screen and (max-width:1220px){
	.woocommerce-cart #content {
    width:90% !important;
	margin:0 auto;
}
}

 
.woocommerce-checkout #customer_details input{
    padding: 5px;
}
/* .woocommerce-checkout #payment{
    width: 50%;
	margin:0 auto;
} */
.woocommerce-checkout #payment label {
    width: 100%;
    display: inherit;
}
.woocommerce-checkout #payment input {
    width: 97%;
}
.woocommerce-checkout #payment #stripe-card-expiry, .woocommerce-checkout #payment #stripe-card-cvc {
    width: 100%;
}
.woocommerce-checkout #payment .form-row-last, .woocommerce-checkout #payment .form-row-first {
    width: 47%;
    float: left;
}
.woocommerce-checkout #payment .woocommerce-input-wrapper label {
    width: 20% !important;
    display: inline !important;
}
.woocommerce-checkout #payment .woocommerce-input-wrapper input {
    width: 5%;
}
@media screen and (max-width:603px){
	.woocommerce-checkout #payment {
    width: 100%;
   
}	
}
.woocommerce-cart .product-thumbnail {
    display: none;
}
.immi-woocommerce-billing-fields {
    width: 60%;
    float: left;
}

.immi-woocommerce-checkout-review-order {
    float: left;
    width: 35%;
	    padding-left: 60px;
}
.immi-col-1 {
    width: 100% !important;
}
@media screen and (max-width:767px){
	.immi-woocommerce-billing-fields {
    width: 100%;
   
}

.immi-woocommerce-checkout-review-order {
   
    width:100%;
	    padding-left:0px;
}

}

@media screen and (min-width:768px) and (max-width:1200px){
	.immi-woocommerce-checkout-review-order {
   
    padding-left: 35px;
}
}

.immi-woocommerce-checkout-review-order .payment_method_stripe {
    background: #E0E5F5;
	    padding-bottom: 0px !important
}
.woocommerce-checkout #payment .payment_box {

    background-color:#E0E5F5 !important;
	    margin-bottom: 0px !important;
}
.woocommerce-checkout #payment {
	background:#E5EAF5 !important;
}
 .woocommerce-checkout #payment div.payment_box::before{

	   border-bottom:1em solid #E0E5F5 !important;
 }