@charset "utf-8";
/*
	Theme Name: House Cleaning University
	Theme URI: http://linkweb.ca/
	Author: Gary Oosterhuis - Link Web Development ltd.
	Version: 1.0
	Description: Custom Theme for House Cleaning University
*/

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

.v-align-bottom {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.red { color: #CC0000; }


.v-align-middle {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

h1 { margin-bottom: 0; font-size: 33px; text-transform: uppercase; text-align: center; }
h2 { margin-bottom: 15px;}
h3 { margin-bottom: 10px; }
h6 { margin-bottom: 5px; font-weight: 400; }
p { margin-bottom: 30px; line-height: 1.6; }
ul { margin-bottom: 30px; line-height: 1.6; }
hr { border-top: 1px solid #5eacc3 }
hr.light { border-top: 1px solid #E8E8E8 }


.btn { transition: all 0.5s ease; }
.btn:hover {  opacity: 0.6; }

/* general */
/*body:not(.home) { padding-top: 115px; }*/
.social-links { list-style: none; margin: 0; padding: 0; display: inline-block; }
.social-links > li { display: inline-block; }
.section-title h1 { text-transform: capitalize; }

.video-wrap  { position: relative; padding-bottom: 56.25%; /* 16:9 */  height: 0; }
.video-wrap iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/*
.section-title { font-size: 42px; line-height: 54px; padding-bottom: 25px; margin-bottom: 45px; position: relative; }
.section-title h1 { margin: 0; font-size: inherit; line-height: inherit; }
.section-title:after { content: ""; position: absolute; width: 220px; height: 3px; bottom: 0; left: 50%; transform: translateX(-50%); background-color: #FFF; }*/

/* header */
/* moved to theme options
#main-header { position: fixed; top: 0; left: 0; width: 100%; z-index: 4000; background-color: rgba(54,54,54,0.7); transition: all 0.5s ease; }
body:not(.home) #main-header { background-color: rgba(54,54,54,0.7); }
.logged-in #main-header { top: 32px; }
#main-header.sticky, body:not(.home) #main-header.sticky { background-color: rgba(54,54,54,0.99); }
*/


/* Sticky Footer */
	html,body { height: 100%; }
	body { display: flex; flex-direction: column; }
	#wrapper { flex: 1 0 auto; }
	#footer { flex-shrink: 0; }
/* EO Sticky Footer */

#main-header { transition: all 0.5s ease; }

#header { position: relative; padding-top: 0px; padding-bottom: 0; box-shadow: 0 0 20px rgba(0,0,0,.05); }
#header > .container > .row > div { position: static; }

#header .header-wrapper { display: flex; justify-content: space-between;  }
#header .header-wrapper >div { height: 100; height: 100%; display: flex; justify-content: center;  flex-direction: column; }

#header #logo { display: block; transition: all 0.5s ease; }
#header #logo:hover { opacity: 0.6; }
#header #logo img { max-height: 100px; transition: all 0.5s ease; }



#main-header.sticky #header #logo img { max-height: 70px; }


#header-after { height: 110px; }
#main-header.sticky #header-after { height: 80px; }


/* topbar */
#topbar { padding: 6px 0; color: rgba(255,255,255,0.6); }
#topbar p { margin: 0; line-height: 28px; }
#topbar .searchform, #topbar .searchform > div { display: inline-block; background-color: rgba(255,255,255,0.2); position: relative; }
#topbar .searchform .screen-reader-text { display: none; }
#topbar .searchform input { background: none; border: none; }
#topbar .searchform input[type="text"] { padding: 2px 5px; color: #FFF; }
#topbar .searchform input[type="text"]::-webkit-input-placeholder { color: rgba(255,255,255,0.8); }
#topbar .searchform input[type="text"]::-moz-placeholder { color: rgba(255,255,255,0.8); }
#topbar .searchform input[type="text"]:-ms-input-placeholder { color: rgba(255,255,255,0.8); }
#topbar .searchform input[type="text"]:-moz-placeholder { color: rgba(255,255,255,0.8); }
#topbar .searchform #searchsubmit { width: 24px; color: transparent; }
#topbar .searchform:after { font-family: "Font Awesome 5 Pro"; font-weight: 400; content: "\f002"; position: absolute; top: 4px; right: 5px; color: rgba(255,255,255,0.6); font-size: 14px; pointer-events: none; }
#topbar .social-links > li { width: 21px; height: 21px; border-radius: 50%; text-align: center; line-height: 22px; background-color: rgba(255,255,255,0.6); margin-left: 6px; }
#topbar .social-links > li:hover { background-color: rgba(255,255,255,0.8); }
#topbar .social-links > li:first-child { margin-left: 12px; }
#topbar .social-links > li > a { display: block; font-size: 12px; }
#topbar .social-links > li > a > .fa-facebook { position: relative; margin-left: -2px; }


#main-nav .nav > li, #main-nav .nav > li > a { color: #29444d !important; }



/* footer */
#footer { background: #29444d; padding: 50px 0 20px 0; font-size: 14px; color: #FFF; }
#footer a { color: inherit; }
#footer .social-links { padding: 0; }
#footer .social-links > li { }
#footer .social-links > li:first-child { margin-left: 12px; }

#footer .social-links > li > a { display: inline-block; color: #FFF; font-size: 18px; width: 38px; height: 38px; border-radius: 50%; text-align: center; line-height: 36px; background-color: rgba(0,0,0,0); margin-left: 6px; border: solid 1px rgba(255,255,255,0.1);  transition: all 0.5s ease; }
#footer .social-links > li > a > .fa-facebook { position: relative; margin-left: -2px; }

#footer .social-links > li > a:hover { border-color: #5b8895; background-color: #5b8895; }

#footer .footer-bot { color: #FFF; font-size: 13px;  }
#footer .footer-bot hr { border-color: #3a5b66; }
#footer .footer-bot .left {  }
#footer .footer-bot .left p { margin-bottom: 10px; }
#footer .footer-bot .left p:last-of-type { margin-bottom: 0; }
#footer .footer-bot .left a { transition: all 0.5s ease; }
#footer .footer-bot .left a:hover { opacity: 0.6; text-decoration: none; }


#footer .footer-bot .right { text-align: right; }

#footer #footer_logo img {  transition: all 0.5s ease; transition: all 0.5s ease; }
#footer #footer_logo:hover img { opacity: 0.6; }

#footer #footer_logo img { width: 110px; }
#footer .linkweb img { height: 24px; width: auto; }

#footer .linkweb { transition: all 0.5s ease; }
#footer .linkweb:hover { opacity: 0.6; }


.footer-top .menu { padding: 0; margin: 0; list-style: none; display: block; text-align: left; }
.footer-top .menu > li { display: block; font-size: 14px; padding: 0; }
.footer-top .menu > li a { display: block; font-size: 14px; padding: 2px 0; transition: all 0.5s ease; }
.footer-top .menu > li a:hover { opacity: 0.6; text-decoration: none; }
.footer-top .menu ul { display: none; }

.footer-top > div {  display: flex; justify-content: center; flex-direction: column; }


.footer-top .right { text-align: right; }

/* main nav */
#main-nav { padding: 0; }


/* slider */
#slider { position: relative; height: 100vh; }
#slider .slide { background-repeat: no-repeat; background-position: center; background-size: cover; width: 100%; height: 100vh; display: grid !important; justify-items: center; align-items: center; }
#slider .slide:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 100; opacity: 0.25; background-color: #053b72; background-position: bottom center; background-repeat: no-repeat; }
#slider .slide .container { position: relative; z-index: 101; text-align: center; }
#slider .slide-title { font-size: 42px; line-height: 54px; margin-bottom: 5px; color: #FFF; text-transform: uppercase; }
#slider .slide-text { position: relative; font-size: 19px; line-height: 31px; padding-bottom: 20px; margin-bottom: 20px; color: #FFF; }
#slider .slide-text > p:last-child { margin-bottom: 0; }
#slider .slide-text:after { content: ""; position: absolute; width: 220px; height: 3px; bottom: 0; left: 50%; transform: translateX(-50%); background-color: #FFF; }
#slider .slide-btn {  }

.banner { background-repeat: no-repeat; background-position: center; background-size: cover; width: 100%; position: relative; }
.banner:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 10; opacity: 0.70; background-color: #FFF; }
.banner .banner-text { position: absolute; z-index: 11; width: 100%; top: 50%; left: 0; transform: translateY(-50%); color: #333; font-size: 19px; line-height: 31px; text-align: center; padding-top: 75px; }
.banner .banner-text h2 { font-size: 38px; line-height: 44px; font-weight: 400; text-transform: uppercase; }
.banner .banner-text h4 { font-size: 18px; line-height: 24px; font-weight: 400; text-transform: uppercase; position: relative; padding-bottom: 20px; margin-bottom: 20px; }
.banner .banner-text h4:after { content: ""; position: absolute; width: 220px; height: 3px; bottom: 0; left: 50%; transform: translateX(-50%); background-color: #333; }
.banner .banner-text .text { font-size: 14px; line-height: 23px; max-width: 60%; margin: 40px auto 0 auto; }
.banner.banner-lg .banner-text { transform: translateY(-85%); }
#sub-banner { min-height: 310px; /*background-color: #DDD;*/  }
#sub-banner.banner-lg { min-height: 800px; }

.home-banner .single-image { max-height: 300px; }

.home-banner.w-single .v-align-middle > div { margin: 0 80px; }


/* General Template Styles */

.general-content-mod { padding: 40px 0; }
.general-content-mod .title { font-size: 38px; line-height: 50px; margin-bottom: 20px; }
.general-content-mod .title h2 { font-size: 38px; line-height: 50px; margin: 0; }
.general-content-mod .title:after { content: ""; display: block; width: 50px; height: 4px; margin-top: 5px; }

.image-mod { padding: 90px 0 140px 0; position: relative; background-repeat: no-repeat; background-size: contain; overflow: hidden; }
.image-mod.img-left { background-position: left center; }
.image-mod.img-right { background-position: right center; }
.image-mod .image-wrapper { position: absolute; top: 0; width: 50%; height: 100%; overflow: hidden; }
.image-mod .image-wrapper .image { min-width: 100%; min-height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.image-mod.img-left .image-wrapper { left: 0; }
.image-mod.img-right .image-wrapper { right: 0; }
.image-mod .image-wrapper .image img { min-width: 100%; max-width: none; }
.image-mod.img-left .content { float: right; }
.image-mod.img-right .content { float: left; }
.image-mod .content { padding: 0 45px; }
.image-mod .content .title { margin-bottom: 30px; }
.image-mod .content .text { margin-bottom: 30px; }

.three-feature-mod { padding: 55px 0 70px 0; position: relative; text-align: center; background-repeat: no-repeat; background-size: cover; background-position: center; }
.three-feature-mod:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(255,255,255,0.7); }
.three-feature-mod .content { position: relative; z-index: 10; }
.three-feature-mod .section-title:after { background-color: #313131; }
.three-feature-mod .features > .item { margin-bottom: 15px; }
.three-feature-mod .features > .item .image-wrapper { width: 130px; margin: 0 auto 15px auto; padding-bottom: 15px; position: relative; }
.three-feature-mod .features > .item .image-wrapper:after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background-color: #313131; overflow: hidden; }
.three-feature-mod .features > .item .image { width: 130px; height: 130px; overflow: hidden; border-radius: 50%; }
.three-feature-mod .features > .item .image img { height: 130px; -o-object-fit: cover; object-fit: cover; }
.three-feature-mod .button { margin-top: 50px; }


.main-content { padding: 75px 0 55px 0;  }


.contact { }
.contact .title { margin-bottom: 20px; }
.contact .our-team { list-style: none; padding: 0; margin: 0 0 20px 0; }
.contact .our-team > .item { padding: 0; margin-bottom: 20px; }
.contact .our-team > .item .image { border-radius: 50%; overflow: hidden; }
.contact .our-team > .item .name { position: relative; margin-bottom: 5px; text-transform: uppercase; }
.contact .our-team > .item .name:after { content: ""; position: absolute; left: 0; bottom: 0; width: 30px; height: 1px; background-color: #575757; overflow: hidden; }
.contact .our-team > .item .phone { margin-bottom: 5px; }
.contact .our-team > .item .text { margin-top: 15px; }
.contact .right .text {  }
.contact .right .text label { width: 100%; font-weight: 400; }
.contact .right .text .wpcf7-form-control:not([type="submit"]) { border: none; background: #ebebeb; padding: 8px; display: block; }
.contact .right .text .wpcf7-submit { padding: 6px 35px; }





.filters { padding: 30px 0 45px 0; }
.filters .form-group { min-width: 28%; max-width: 28%; min-height: 51px; float: left; margin-right: 8px; margin-bottom: 8px; position: relative; border: solid 1px #CCC; }
.filters .form-group:after { content: "\f107"; font-family: fontAwesome; position: absolute; z-index: 101; right: 1px; top: 1px; width: 35px; height: 47px; line-height: 47px; text-align: center; background: #FFF; display: block; color: #555; pointer-events: none; }
.filters .form-group .form-control { width: 100%; z-index: 100; position: relative; height: 49px; border: none; padding: 10px 20px; }
.filters .btn-lg { padding: 14px 40px; }

#blog-feed { background-color: #363636; padding: 50px 0 80px 0; color: #FFF; }
#blog-feed .item .image { margin-bottom: 25px; }
#blog-feed .item .title { font-size: 16px; text-transform: uppercase; }
#blog-feed .item .date { font-size: 10px; margin-bottom: 10px; }

#blog-list { background-color: #FFF; background-position: top center; background-repeat: no-repeat; padding-top: 60px; padding-bottom: 60px; }
/*
#blog-list .post > .item > .category { background-color: #dddddd; }
#blog-list .post > .item > .category:after { content: ""; display: block; height: 0; overflow: hidden; clear: both; }
#blog-list .post > .item > .category > .icon { width: 50px; height: 50px; float: left; position: relative; }
#blog-list .post > .item > .category > .icon > img { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
#blog-list .post > .item > .category > .text { font-size: 13px; line-height: 50px; color: #787878; text-transform: uppercase; float: left; margin-left: 15px; }
*/
#blog-list > #main-list > .row > .post:nth-child(3n+4) { clear: both; }
#blog-list .post > .item { margin-bottom: 35px; }
#blog-list .post > .item > .image {  padding-bottom: 8px; }
#blog-list .post > .item > .description a { color: #313131;  }
#blog-list .post > .item > .description > .title { font-size: 20px; font-family: "Oswald", sans-serif; text-align: center; font-weight: 400; }
#blog-list .post > .item > .description > .title a { display: block; }
#blog-list .post > .item > .description > .title a:hover { text-decoration: none; }
#blog-list .post > .item > .description > .date { font-size: 10px; margin-bottom: 10px;  }
#blog-list .load-more { margin-top: 40px; }

#blog-info { padding-top: 60px; padding-bottom: 20px; }
#blog-info .info-wrapper {  }
#blog-info .section-title { margin-bottom: 20px; }
#blog-info .section-title h1 { font-size: 25px; line-height: 30px; color: #000; margin-bottom: 0; }
/*#blog-info .section-title:after { left: 0; transform: translateX(0); }*/
#blog-info  .sidebar .social-links { margin-bottom: 0; }
#blog-info  .sidebar .social-links > li { width: 48px; height: 48px; border-radius: 0; text-align: center; line-height: 48px; background: #fafdff; margin-right: 0; }
#blog-info  .sidebar .social-links > li:last-child { margin-right: 0; }
#blog-info  .sidebar .social-links > li:nth-child(1):hover { background: #3b5998; }
#blog-info  .sidebar .social-links > li:nth-child(2):hover { background: #287bbc; }
#blog-info  .sidebar .social-links > li:nth-child(3):hover { background: #1da1f2; }
#blog-info  .sidebar .social-links > li:nth-child(4):hover { background: #dc4e40; }
#blog-info  .sidebar .social-links > li > a { display: block; color: #cdcdcd; font-size: 24px; }
#blog-info  .sidebar .social-links > li > a > .fa-facebook { position: relative; margin-left: -2px; }
#blog-info  .sidebar .social-links > li:hover > a { color: #FFF; }
#blog-info .sidebar { overflow: hidden; }
#blog-info .sidebar h3,
	#blog-info .sidebar .widget-title,
	#blog-info .sidebar #searchform label.screen-reader-text { margin-bottom: 20px; font-size: 20px; font-weight: 400; text-transform: uppercase; font-family: "Oswald", sans-serif; }
#blog-info .sidebar h3.share { margin-bottom: 13px;  }
#blog-info .sidebar hr { margin-bottom: 23px; }
#blog-info .sidebar hr.share { margin-top: 12px; }
#blog-info .sidebar #recent-posts { margin-bottom: 10px; }

#blog-info .sidebar #recent-posts .item { position: relative; padding-left: 95px; margin-bottom: 20px; min-height: 74px; }
#blog-info .sidebar #recent-posts .item .image { position: absolute; top: 5px; left: 0; width: 80px; }
#blog-info .sidebar #recent-posts .item .title { margin-bottom: 5px; font-size: 15px; }
#blog-info .sidebar #recent-posts .item .title a { color: #313131; line-height: 1.3; }
#blog-info .sidebar #recent-posts .item .title a:hover { text-decoration: none; }

#blog-info .sidebar .widget-title, #blog-info .sidebar #searchform label.screen-reader-text{ margin-bottom: 15px; }
#blog-info .sidebar  ul {  list-style-type: none; margin-bottom: 35px; padding-left: 0; }

#blog-info .sidebar #recent-posts .item .date { font-size: 10px; }
#blog-info .sidebar #menu-blog-sidebar { list-style: none; margin: 0; padding: 0; }
#blog-info .sidebar #menu-blog-sidebar > li { padding: 8px 0; margin: 0; }
#blog-info .sidebar #menu-blog-sidebar > li > a { font-size: 20px; color: #7f7f7f; }
#blog-info .sidebar #menu-blog-sidebar > li > a:hover { text-decoration: none; color: #333; }

.loading-wheel { color: #333; text-align: center; width: 100%; font-size: 62px; }


#blog-info .sidebar .widget_search { margin-bottom: 35px; }


#blog-info .sidebar .widget_recent_entries li { color: #313131; font-size: 16px;  line-height: 1.3; margin-bottom: 15px; }
#blog-info .sidebar .widget_recent_entries li a { color: #313131; }
#blog-info .sidebar .widget_archive li { color: #313131; font-size: 16px;  line-height: 1.3; margin-bottom: 8px; }
#blog-info .sidebar .widget_archive li a { color: #313131; }




#blog-details .sub-title { color: #5eacc3; text-align: center; font-size: 16px; margin-bottom: 5; padding-top: 10px; }

#blog-details .primary-image { margin-bottom: 45px; }





.home-banner { height: 325px; background-size: cover; background-position: top center; box-shadow: 0 0 20px rgba(0,0,0,.05); background: rgb(242,241,239); background: linear-gradient(180deg, rgba(242,241,239,1) 32%, rgba(220,213,207,1) 98%); }
.home-banner > .container { height: 100%; }
.home-banner > .container > .row { height: 100%; justify-content: flex-end; }

.home-banner .content { display: flex; justify-content: center; flex-direction: column; position: relative; padding-left: 15px; padding-right: 15px; width: 100%; flex: 0 0 550px; max-width: 550px;  }

.home-banner .content  h2 { color: #2d2d2d; font-size: 32px; font-weight: 400; margin: 0 0 20px; }
.home-banner .content  p { color: #333; font-size: 18px; margin: 0 0 40px 0; }
.home-banner .content  p.button { margin: 0; }


.home-banner .down-arrow { display: inline-block; width: 50px; height: 50px; border-radius: 50%; border: 1px solid #add9e6; background-color: #add9e6; margin-left: calc(50% - 25px); margin-top: -25px; position: absolute;  color: #FFF; text-align: center; line-height: 50px; font-size: 24px; }



.sub-banner { height: 400px; background-size: cover; background-position: top center; box-shadow: 0 0 20px rgba(0,0,0,.05); }
.sub-banner > .container { height: 100%; }
.sub-banner > .container > .row { height: 100%; justify-content: flex-end; }

.sub-banner .content { display: flex; justify-content: center; flex-direction: column; position: relative; padding-left: 15px; padding-right: 15px; width: 100%; flex: 0 0 400px; max-width: 400px;  }

.sub-banner .content  h2 { color: #2d2d2d; font-size: 44px; font-weight: 400; margin: 0 0 20px; }
.sub-banner .content  p { color: #333; font-size: 18px; margin: 0 0 40px 0; }
.sub-banner .content  p.button { margin: 0; }









#accordion-faq {  }
#accordion-faq .card { border: none; border-radius: 0; padding: 0 0 10px 0; }
#accordion-faq .card-header { border-radius: 0; border: none; background-color: transparent; padding: 0; }
#accordion-faq .card-header .btn-link { font-family: Oswald; font-size: 24px; font-weight: 300; color: #313131; padding: 0 0 8px 40px; color: #29444d; }
#accordion-faq .card-header .btn-link:active,
		#accordion-faq .card-header .btn-link:link,
		#accordion-faq .card-header .btn-link:hover { text-decoration: none; }

#accordion-faq .card-header .btn-link:before { display: inline-block; position: absolute; content: "\f078"; font-family: "Font Awesome 5 Pro"; color: #29444d; margin-left: -40px; margin-top: 4px; border-radius: 50%; height: 30px; width: 30px; line-height: 30px; text-align: center;  background-color: #F9F9F9; font-size: 16px; }
#accordion-faq .card-header .btn-link.collapsed:before { content: "\f077"; }

#accordion-faq .card-body { padding: 0 0 15px 40px; }
#accordion-faq .card-body p { margin: 0 0 15px 0; color: #666; }


.wpcf7 p { margin-bottom: 20px; }
.wpcf7 label { display: block; }
.wpcf7 .wpcf7-form-control-wrap { padding-top: 5px; display: block; }




#simple-sitemap ul { padding: 0; list-style-type: none; }
#simple-sitemap ul ul { padding: 0 0 0 20px; }
#simple-sitemap ul a { color: #313131; }







#resources { padding-top: 45px; }
#resources .item { margin-bottom: 25px; background-color: #F9F9F9; }
#resources .item .row > div { display: flex; justify-content: center;  flex-direction: column; }

#resources .item .image { padding: 20px; }
#resources .item .image img { background: #FFF; }
#resources .item .details {  padding: 20px; }






#videos { padding-top: 45px; }
#videos .item { margin-bottom: 25px; background-color: #F9F9F9; }
#videos .item .row > div { display: flex; justify-content: center;  flex-direction: column; }

#videos .item .image { padding: 20px; }
#videos .item .image a { transition: all 0.5s ease; }
#videos .item .image a .play-icon { height: 65px; width: 65px; position: absolute;  display: block; border-radius: 50%; background-color: rgba(255,255,255,0.6); left: 50%; margin-left: -35px; top: 50%; margin-top: -35px; }
#videos .item .image a .play-icon i { font-size: 34px; color: #5eacc3; line-height: 65px; margin-left: 20px; opacity: 0.8; }


#videos .item .image a:hover { opacity: 0.7; }

#videos .item .image img { background: #FFF; }
#videos .item .details {  padding: 20px; }







#business-forms {  }
#business-forms .item {  margin-bottom: 25px; }
#business-forms .item > a { height: 100%; background-color: #F9F9F9; padding: 15px; display: flex; flex-flow: row wrap;   transition: all 0.5s ease; }
#business-forms .item > a:hover { text-decoration: none; opacity: 0.6; }

#business-forms .item > a .image { margin-bottom: 15px;  }
#business-forms .item > a h2 { font-weight: 300; font-size: 18px; text-align: center; margin: 0; width: 100%; align-self: flex-end; }



.member-dashboard {  }
.member-dashboard .buttons { display: flex; justify-content: space-between; flex-direction: column; height: 100%; background-color: #FAFAFA;   }

.member-dashboard .buttons a { transition: all 0.5s ease; padding: 10px 15px; }
.member-dashboard .buttons a:hover { text-decoration: none; background-color:rgba(0,0,0,0.05); }

.member-dashboard .buttons a.item { display: block; display: block; }
.member-dashboard .buttons a.item .thumb { width: 40px; position: absolute; margin-top: 4px; }

.member-dashboard .buttons a.item > span { color: #29444d;  font-weight: 500; display: block; margin-left: 55px; }
.member-dashboard .buttons a.item > span span { color: #999; font-size: 75%; display: block;  }




table.table tr th { background-color: #29444d; color: #FFF; }







input[type="text"].mm-field,
	input[type="password"].mm-field,
	input[type="tel"].mm-field,
	input[type="email"].mm-field,

	input[type="text"].mm-textField,
	input[type="password"].mm-textField,
	input[type="tel"].mm-textField,
	input[type="email"].mm-textfield { display: block; width: 100%; height: calc(1.5em + .75rem + 2px); padding: .375rem .75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: .25rem; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

input[type="text"].mm-field:focus,
	input[type="password"].mm-field:focus,
	input[type="tel"].mm-field:focus,
	input[type="email"].mm-field:focus,

	input[type="text"].mm-textfield:focus,
	input[type="password"].mm-textfield:focus,
	input[type="tel"].mm-textfield:focus,
	input[type="email"].mm-textfield:focus { color: #495057; background-color: #fff; border-color: #80bdff; outline: 0; box-shadow: 0 0 0 .2rem rgba(0,123,255,.25); }

.mm-login { width: auto !important; }

.mm-login .form { max-width: 350px; }

.mm-login p { margin-bottom: 10px; }

.mm-login .mm-remember-me { margin-left: 0 !important; }
.mm-login .mm-remember-me br { display: none; }




.affiliate-link-url  { text-align: center; }
.affiliate-link-url .inner { border: 2px solid #CCC; padding: 10px 30px;  display: block;  overflow-wrap: break-word; }



ul.sales-bullets { padding-left: 0; padding-top: 10px; }
ul.sales-bullets li { margin-left: 35px; list-style-type: none; margin-bottom: 15px;}
ul.sales-bullets li:before { margin-left: -35px; margin-top: -5px;  position: absolute; display: inline-block; font-size: 24px; color: #34A126; content: "\f00c";     font-family: "Font Awesome 5 Pro";  font-weight: 400; }



.main-content.home { background-color: #F2F2F2; }


.main-content.home h3 { margin-bottom: 25px;  }
.main-content.home .fancy-quote  { text-align: center; padding: 20px 0 50px 0; }

.main-content.home .fancy-quote .inner {  display: block; font-size: 38px; text-align: center; ; }
.main-content.home .fancy-quote .inner p { margin-bottom: 0px; font-family: 'Caveat', cursive; color: #29444d; font-weight: 700; }


.main-content.home .fancy-quote .inner p:last-of-type { margin-bottom: 0; }


.main-content.home h4 { font-family: 'Caveat', cursive; margin: 0 0 20px 0; font-size: 38px; line-height: 1.7; color: #29444d; font-weight: 700; padding-top: 15px; margin-bottom: 35px; }
.main-content.home h4 strong { font-weight: 800; }
.main-content.home p.larger { font-size: 125%; line-height: 1.8; font-weight: 500; color: #29444d; }





.home-section {  margin-bottom: 45px; }
.home-section .section-title { background-color: #add9e6; padding: 8px 8px 3px 8px; }
.home-section h3 { margin-bottom: 25px;  }

.home-section .section-title p { font-family: 'Oswald', sans-serif; color: #29444d; text-align: center; font-size: 34px; line-height: 1.2; margin-left: 25px; margin-right: 25px; margin-bottom: 10px; }
.home-section .section-content { padding: 25px; background-color: #FFF; }

.home-section .section-content p, .home-section .section-content li { color: #555; }
.home-section .section-content p strong { color: #29444d; }

.home-section .section-content h2 { font-size: 26px; font-weight: 400;  }
.home-section .section-content h3 { font-size: 22px; font-weight: 400; color: #348DA8; }
.home-section .section-content .red { font-family: 'Laquer', cursive; color: #CC0000;  font-weight: 500; margin-top: -3px; }
.home-section .section-content .orange { font-family: 'Laquer', cursive; color: #f26149;  font-weight: 500; margin-top: -3px; }


.home-section .form-collage { text-align: center; padding: 10px 0; }

.home-section .form-collage img { width: 150px; border: 1px solid #F1F1F1; }

.home-section .form-collage img:nth-child(1) { transform: rotate(4deg); }
.home-section .form-collage img:nth-child(2) { transform: rotate(-8deg); margin-left: -25px; }
.home-section .form-collage img:nth-child(3) { transform: rotate(10deg); margin-left: -25px; }

.home-section .form-collage img:nth-child(4) { transform: rotate(4deg); margin-left: -25px; }
.home-section .form-collage img:nth-child(5) { transform: rotate(-8deg); margin-left: -25px; }
.home-section .form-collage img:nth-child(6) { transform: rotate(10deg); margin-left: -25px; }

.home-section .bullets { border: 1px solid #CFE6ED; padding: 10px 15px; margin-bottom: 25px; background-color: rgba(252, 252, 252, 0.5); }
.home-section .bullets ul { margin-bottom: 0;}



.banners { margin-bottom: 45px; }

.banners p { margin: 0 15px; }



.mm-clickbankCheckoutBtn {
  height: 90px !important;
  width: 195px;
  display: block;
  background: url('https://www.housecleaninguniversity.com/wp-content/uploads/2019/12/clickbank-checkout-btn-2.gif') no-repeat top center !important;
}


.page-item.active .page-link {
	background-color: #29444d;
	border-color: #29444d;
}

.page-link {
	color: #29444d;
}






.fancybox-iframe {
	width: 100%;
	height: 100vh;
	transform: translateY(-50%);
}