Created
December 22, 2018 18:15
-
-
Save tomardern/6d56a7c9e7092ae42a99b7e18f89de08 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
h3, | |
h6 { | |
font-family: Raleway, sans-serif; | |
color: #202020; | |
} | |
.make-center, | |
.partners .partner img { | |
-webkit-transform: translateY(-50%); | |
-ms-transform: translateY(-50%); | |
} | |
.make-center, | |
.pos-r { | |
position: relative; | |
} | |
.homepage header:after, | |
.homepage header:before, | |
h3::after { | |
content: ""; | |
} | |
h1, | |
h2, | |
h3, | |
h4, | |
h5, | |
h6, | |
p, | |
ul { | |
margin: 0; | |
} | |
* { | |
outline: 0; | |
} | |
body, | |
html { | |
overflow-x: hidden; | |
} | |
h3 { | |
font-weight: 500; | |
font-size: 32px; | |
margin-top: 122px; | |
} | |
h6 { | |
font-size: 16px; | |
font-weight: 600; | |
} | |
.abs, | |
nav > ul > li > a { | |
font-family: "Work Sans", sans-serif; | |
} | |
h3::after { | |
display: block; | |
height: 3px; | |
width: 46px; | |
background-color: #e6e6e6; | |
margin: 18px auto; | |
} | |
.abs { | |
font-size: 12px; | |
color: #535353; | |
line-height: 20px; | |
} | |
.make-center { | |
top: 50%; | |
transform: translateY(-50%); | |
} | |
.flexer { | |
display: -ms-flexbox; | |
display: -webkit-flex; | |
display: flex; | |
-ms-flex-align: center; | |
-webkit-align-items: center; | |
-webkit-box-align: center; | |
align-items: center; | |
} | |
.resp-img { | |
width: 100%; | |
height: auto; | |
} | |
.container { | |
width: 1200px; | |
} | |
.homepage header:before { | |
padding-bottom: 48.385%; | |
float: left; | |
} | |
.homepage header:after { | |
display: table; | |
clear: both; | |
} | |
nav ul li, | |
nav > ul > li > a { | |
display: inline-block; | |
} | |
.rslides-header { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
z-index: -1; | |
} | |
.rslides_nav { | |
position: absolute; | |
top: 50%; | |
color: #fff; | |
opacity: 0.3; | |
padding: 10px; | |
} | |
.rslides_nav.prev { | |
left: 10px; | |
} | |
.rslides_nav.prev:hover { | |
left: 13px; | |
} | |
.rslides_nav.next { | |
right: 10px; | |
} | |
.rslides_nav.next:hover { | |
right: 13px; | |
} | |
.rslides_nav:hover { | |
color: #fff; | |
opacity: 0.8; | |
transition: all 0.3s ease; | |
} | |
.rslides_nav:focus { | |
color: #fff; | |
} | |
nav > ul > li > a { | |
font-size: 13px; | |
font-weight: 500; | |
color: #fff; | |
padding: 0; | |
margin-right: 62px; | |
transition: color 0.3s; | |
height: 97px; | |
} | |
.navbar-toggle { | |
color: #fff; | |
line-height: 1; | |
margin: 0; | |
position: absolute; | |
top: 33px; | |
right: 20px; | |
} | |
nav ul a:hover { | |
text-decoration: none; | |
color: #14b0dd; | |
} | |
nav ul { | |
padding: 0; | |
list-style: none; | |
} | |
.submenu.clearfix { | |
width: 618px; | |
} | |
.submenu.submenu-list > li { | |
float: none; | |
display: block; | |
line-height: 1; | |
margin-bottom: 15px; | |
} | |
.submenu.submenu-list { | |
padding: 35px 40px 20px 35px; | |
} | |
.cart-container, | |
.submenu { | |
background-color: rgba(255, 255, 255, 0.9); | |
top: 98px; | |
position: absolute; | |
z-index: -1; | |
opacity: 0; | |
transition: all 0.3s ease; | |
padding: 35px; | |
} | |
nav > ul > li > a:hover { | |
border-bottom: 2px solid #12c8fc; | |
} | |
nav > ul > li:hover .submenu { | |
opacity: 1; | |
z-index: 99; | |
transition: all 0.3s ease; | |
} | |
.submenu > li { | |
float: left; | |
} | |
.submenu li:not(:last-child) .sub-column { | |
padding-right: 60px; | |
border-right: 1px solid #d6d6d6; | |
margin-right: 45px; | |
} | |
.sub-column > li { | |
display: block; | |
line-height: 15px; | |
margin-bottom: 25px; | |
} | |
.blueplay:before, | |
.cart, | |
.logo, | |
.navigation, | |
.search { | |
display: inline-block; | |
} | |
.sub-column > li:last-child { | |
margin-bottom: 0; | |
} | |
.submenu a { | |
font-family: Montserrat, sans-serif; | |
color: #5c5c5c; | |
font-size: 12px; | |
position: relative; | |
left: 0; | |
transition: all 0.2s ease; | |
} | |
.submenu a:hover { | |
color: #18c967; | |
left: 14px; | |
transition: all 0.2s ease; | |
} | |
.submenu a:before { | |
font: normal normal normal 14px/1 Material-Design-Iconic-Font; | |
content: "\f2fb"; | |
position: absolute; | |
left: -14px; | |
bottom: 0; | |
opacity: 0; | |
} | |
.submenu a:hover:before { | |
opacity: 1; | |
transition: all 0.5s ease; | |
} | |
#topbar { | |
height: 98px; | |
border-bottom: 1px solid rgba(255, 255, 255, 0.15); | |
} | |
.page header { | |
background-color: #213c50; | |
} | |
#topbar > .pull-right { | |
line-height: 98px; | |
} | |
.logo { | |
line-height: 28px; | |
margin-top: 25px; | |
} | |
.navbar-collapse { | |
padding: 0; | |
} | |
.blueplay:before { | |
content: "\25b6"; | |
margin: 0 8px 0 10px; | |
color: #12c8fc; | |
position: relative; | |
bottom: 1px; | |
} | |
.blueplay, | |
.register { | |
font-family: Montserrat, sans-serif; | |
font-size: 11px; | |
color: #fff; | |
transition: background-color 0.5s ease; | |
border-radius: 3px; | |
} | |
.blueplay:hover, | |
.register:hover { | |
text-decoration: none; | |
transition: background-color 0.5s ease; | |
color: #fff; | |
} | |
.cart > a, | |
.search a, | |
.search a:hover { | |
transition: color 0.3s; | |
} | |
.blueplay { | |
padding: 8px 12px 8px 0; | |
border: 1px solid rgba(255, 255, 255, 0.15); | |
} | |
.blueplay:hover { | |
background-color: rgba(255, 255, 255, 0.1); | |
} | |
.register { | |
background-color: #18c967; | |
padding: 9px 10px; | |
} | |
.register:hover { | |
background-color: #008039; | |
} | |
.blueplay.login, | |
.cart, | |
.register { | |
margin-right: 24px; | |
} | |
.cart:hover > .cart-container { | |
z-index: 99; | |
opacity: 1; | |
} | |
.cart > a { | |
color: #fff; | |
position: relative; | |
bottom: -5px; | |
} | |
.cart .cart-item img { | |
margin-right: 28px; | |
} | |
.cart .cart-container { | |
width: 425px; | |
} | |
.cart .cart-container .cart-item { | |
position: relative; | |
padding-bottom: 30px; | |
border-bottom: 1px solid #d6d6d6; | |
margin-bottom: 24px; | |
} | |
.cart .cart-container .cart-item a { | |
font-family: Raleway, sans-serif; | |
font-weight: 700; | |
color: #202020; | |
font-size: 14px; | |
line-height: 1; | |
position: absolute; | |
top: 12px; | |
left: 125px; | |
} | |
.cart .cart-container .cart-item .quantity { | |
font-family: "Work Sans", sans-serif; | |
font-weight: 500; | |
color: #18c967; | |
font-size: 14px; | |
line-height: 1; | |
position: absolute; | |
top: 42px; | |
left: 125px; | |
} | |
.bluebutton, | |
.cart .cart-controls a, | |
.cart a > span, | |
.cart h6, | |
.lang a, | |
.pretitle, | |
h2, | |
h2 + p { | |
font-family: Montserrat, sans-serif; | |
} | |
.cart .cart-container .cart-item .remove { | |
line-height: 25px; | |
border: none; | |
border-radius: 3px; | |
color: #fff; | |
background-color: #c9c9c9; | |
position: absolute; | |
bottom: 30px; | |
left: 125px; | |
} | |
.cart .cart-controls { | |
line-height: 1; | |
} | |
.cart .cart-controls a { | |
font-size: 11px; | |
color: #fff; | |
padding: 0 15px; | |
display: inline-block; | |
border-radius: 2px; | |
} | |
.cart .cart-controls a:not(:last-child) { | |
margin-right: 20px; | |
} | |
.cart .cart-controls .checkout { | |
background-color: #12c8fc; | |
line-height: 33px; | |
} | |
.cart .cart-controls .viewcart { | |
background-color: #213c50; | |
line-height: 33px; | |
} | |
.cart .cart-controls .addcourse { | |
background-color: #c9c9c9; | |
line-height: 33px; | |
} | |
.cart a > span { | |
position: absolute; | |
background-color: #12c8fc; | |
color: #fff; | |
line-height: 16px; | |
width: 16px; | |
border-radius: 8px; | |
text-align: center; | |
font-size: 10px; | |
top: -10px; | |
left: 6px; | |
} | |
.cart h6 { | |
color: #202020; | |
letter-spacing: 2px; | |
margin-bottom: 26px; | |
} | |
.cart img { | |
border: 1px solid #dfdfdf; | |
} | |
.search { | |
width: 43px; | |
margin-right: -33px; | |
} | |
.search a { | |
color: #fff; | |
} | |
.search a:hover { | |
color: #18c967; | |
} | |
.lang, | |
.lang:hover { | |
transition: all 0.3s ease; | |
} | |
.search .search-something { | |
width: 300px; | |
position: absolute; | |
top: 98px; | |
z-index: -1; | |
opacity: 0; | |
padding: 5px; | |
background: rgba(255, 255, 255, 0.9); | |
} | |
.search .search-something input { | |
background: 0 0; | |
} | |
.search:hover .search-something { | |
z-index: 99; | |
opacity: 1; | |
} | |
.lang { | |
list-style-type: none; | |
border: 1px solid rgba(255, 255, 255, 0.15); | |
border-radius: 3px; | |
position: absolute; | |
right: 40px; | |
top: 34px; | |
width: 50px; | |
padding: 5px 0; | |
max-height: 30px; | |
overflow: hidden; | |
} | |
.lang:hover { | |
max-height: 116px; | |
} | |
.bluebutton, | |
.bluebutton:hover { | |
transition: background-color 0.3s ease; | |
text-decoration: none; | |
} | |
.lang .selected { | |
margin-bottom: 20px; | |
} | |
.lang .selected::before { | |
font-size: 7px; | |
content: "\25bc"; | |
margin-right: 7px; | |
margin-left: 7px; | |
position: relative; | |
bottom: 2px; | |
color: #fff; | |
} | |
.lang:hover .selected::before { | |
color: #18c967; | |
} | |
.lang li:not(.selected) { | |
line-height: 20px; | |
margin-left: 23px; | |
} | |
.lang a { | |
font-size: 11px; | |
padding: 0; | |
color: #fff; | |
text-decoration: none; | |
} | |
.pretitle, | |
h2 + p { | |
font-weight: 300; | |
color: #fff; | |
} | |
.categories .category h5, | |
.feature h6, | |
.signup, | |
.step a, | |
h2 { | |
font-weight: 600; | |
} | |
.pretitle { | |
font-size: 24px; | |
letter-spacing: 14px; | |
margin-top: 190px; | |
} | |
h2 { | |
font-size: 75px; | |
color: #fff; | |
letter-spacing: -1px; | |
margin-top: 16px; | |
} | |
h2 + p { | |
font-size: 28px; | |
margin-top: 15px; | |
} | |
.bluebutton { | |
color: #fff; | |
font-size: 12px; | |
display: block; | |
margin: auto; | |
background-color: #12c8fc; | |
} | |
header .bluebutton { | |
line-height: 60px; | |
padding: 0 24px; | |
width: 340px; | |
margin-top: 50px; | |
} | |
.bluebutton:hover { | |
background-color: #09a5c9; | |
color: #fff; | |
} | |
header .bluebutton::before { | |
content: ""; | |
background-image: url(http://placehold.it/12x14); | |
display: inline-block; | |
margin-right: 18px; | |
width: 15px; | |
height: 15px; | |
background-repeat: no-repeat; | |
background-position: center; | |
position: relative; | |
top: 2px; | |
left: 0; | |
transition: left 0.3s ease; | |
} | |
header .bluebutton:hover::before { | |
left: 10px; | |
transition: left 0.3s ease; | |
} | |
header .scrolldown { | |
display: block; | |
width: 17px; | |
height: 27px; | |
border: 2px solid #fff; | |
border-radius: 8px; | |
margin: auto; | |
right: 0; | |
left: 0; | |
position: absolute; | |
bottom: 15px; | |
} | |
header .scrolldown > span { | |
display: block; | |
margin: auto; | |
width: 2px; | |
height: 3px; | |
background-color: #fff; | |
position: relative; | |
top: 5px; | |
transition: top 0.3s ease; | |
} | |
header .scrolldown:hover > span { | |
top: 14px; | |
transition: top 0.3s ease; | |
} | |
.slick-features { | |
padding: 0 80px; | |
} | |
.features-carousel { | |
border-bottom: 1px solid #e8e8e8; | |
} | |
.feature { | |
padding: 0 35px; | |
border-left: 1px solid #e8e8e8; | |
height: 300px; | |
} | |
.feature img { | |
margin-top: 32px; | |
} | |
.feature h6 { | |
font-family: Raleway, sans-serif; | |
font-size: 16px; | |
color: #202020; | |
margin-top: 30px; | |
min-height: 34px; | |
} | |
.feature p { | |
font-family: "Work Sans", sans-serif; | |
font-size: 12px; | |
color: #535353; | |
min-height: 64px; | |
} | |
.feature .readmore { | |
font-family: Montserrat, sans-serif; | |
font-size: 11px; | |
color: #18c967; | |
letter-spacing: 1px; | |
margin-top: 25px; | |
display: inline-block; | |
} | |
.feature .readmore > span { | |
display: inline-block; | |
width: 0; | |
transition: width 0.5s ease; | |
overflow: hidden; | |
white-space: nowrap; | |
} | |
.feature .readmore:hover > span { | |
width: 90%; | |
transition: width 0.5s ease; | |
} | |
.feature .readmore i { | |
position: relative; | |
bottom: 4px; | |
} | |
.slick-features .slick-arrow { | |
color: #d4d4d4; | |
line-height: 300px; | |
position: absolute; | |
width: 80px; | |
cursor: pointer; | |
top: 0; | |
} | |
.slick-features .slick-arrow.zmdi-chevron-left { | |
left: 0; | |
} | |
.slick-features .slick-arrow.zmdi-chevron-right { | |
right: 0; | |
border-left: 1px solid #e8e8e8; | |
} | |
h3 + p { | |
font-family: "Work Sans", sans-serif; | |
font-size: 14px; | |
color: #6a7173; | |
} | |
.categories .category .overlay a, | |
.categories .category .overlay p, | |
.categories .category .overlay p span, | |
.categories .category h5 { | |
font-family: Montserrat, sans-serif; | |
} | |
.whyus h3::after { | |
margin-right: 0; | |
margin-left: 0; | |
} | |
.categories { | |
position: relative; | |
} | |
.categories .category, | |
.partners .partner { | |
border-right: 1px solid #e8e8e8; | |
border-bottom: 1px solid #e8e8e8; | |
} | |
.categories .category img { | |
margin-top: 50px; | |
height: 63px; | |
} | |
.categories .category h5 { | |
color: #202020; | |
margin-top: 30px; | |
margin-bottom: 50px; | |
} | |
.categories .row:last-child::after, | |
.partners .row:last-child::after { | |
content: ""; | |
display: block; | |
width: 100%; | |
height: 1px; | |
background-color: #fff; | |
position: relative; | |
bottom: 1px; | |
} | |
.categories::after, | |
.partners::after { | |
content: ""; | |
display: inline-block; | |
width: 1px; | |
height: 100%; | |
background-color: #fff; | |
position: absolute; | |
right: 0; | |
top: 0; | |
} | |
.categories .category .overlay { | |
background: url(http://placehold.it/311x227); | |
background-size: 100% 100%; | |
position: absolute; | |
top: 0; | |
left: 0; | |
right: 0; | |
bottom: 0; | |
z-index: 100; | |
padding: 30px 60px; | |
opacity: 0; | |
box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.13); | |
border-radius: 3px; | |
} | |
.categories .category .overlay p { | |
font-size: 11px; | |
color: #fff; | |
} | |
.categories .category .overlay p span { | |
font-weight: 600; | |
font-size: 36px; | |
color: #fff; | |
display: block; | |
} | |
.categories .category .overlay h5 { | |
margin-top: 90px; | |
color: #fff; | |
margin-bottom: 22px; | |
} | |
.categories .category .overlay a { | |
font-size: 11px; | |
color: #fff; | |
text-decoration: none; | |
display: inline-block; | |
} | |
.categories .category .overlay a::after { | |
display: block; | |
content: ""; | |
width: 0; | |
height: 2px; | |
background-color: rgba(255, 255, 255, 0.6); | |
transition: width 0.5s ease; | |
margin: 0 auto; | |
} | |
.categories .category .overlay a:hover::after { | |
width: 100%; | |
transition: width 0.5s ease; | |
} | |
.categories .category:hover > .overlay { | |
transform: scale(1.1); | |
transition: all 0.5s ease; | |
opacity: 1; | |
} | |
.horizontal-divider { | |
margin-top: 100px; | |
position: relative; | |
} | |
.step a { | |
display: inline-block; | |
box-sizing: content-box; | |
font-family: "Work Sans", sans-serif; | |
font-size: 32px; | |
color: #fff; | |
padding: 3px 0; | |
width: 50px; | |
border-radius: 62px; | |
text-align: center; | |
background-color: #416581; | |
border: 6px solid #8299ac; | |
box-shadow: 0 0 0 6px #c4ced7; | |
text-decoration: none; | |
} | |
.step:hover a { | |
background-color: #18c967; | |
border-color: #68da9b; | |
box-shadow: 0 0 0 6px #b7edcf; | |
transform: rotate(360deg); | |
transition: all 0.3s ease; | |
} | |
.horizontal-divider .divider { | |
border-bottom: solid 1px #18c967; | |
position: absolute; | |
width: 500%; | |
top: 32px; | |
display: block; | |
left: -600px; | |
} | |
.horizontal-divider h6 { | |
margin-top: 35px; | |
margin-bottom: 15px; | |
} | |
.signup { | |
background-image: url(http://placehold.it/1920x345); | |
background-size: cover; | |
background-position: center; | |
font-family: Raleway, sans-serif; | |
color: #fff; | |
margin-top: 100px; | |
} | |
.signup p { | |
font-size: 16px; | |
letter-spacing: 10px; | |
margin-top: 75px; | |
} | |
.signup h4 { | |
font-size: 53px; | |
margin-top: 15px; | |
} | |
.signup a { | |
font-family: Montserrat, sans-serif; | |
font-size: 12px; | |
line-height: 44px; | |
width: 145px; | |
border-radius: 2px; | |
margin-top: 45px; | |
margin-bottom: 80px; | |
} | |
.popular h3 { | |
padding-bottom: 45px; | |
border-bottom: 1px solid #e8e8e8; | |
} | |
.popular h3::after { | |
display: none; | |
} | |
.popular .popular-scrolldown i { | |
color: #fff; | |
background-color: #12c8fc; | |
width: 28px; | |
text-align: center; | |
line-height: 28px; | |
display: inline-block; | |
border-radius: 30px; | |
margin-top: 7px; | |
} | |
.popular .popular-scrolldown { | |
display: inline-block; | |
width: 44px; | |
height: 44px; | |
border-radius: 44px; | |
border: 1px solid #e9e9e9; | |
} | |
.popular .scrolldown-placeholder { | |
background-color: #fff; | |
position: relative; | |
top: -22px; | |
display: inline-block; | |
padding: 0 20px; | |
} | |
.popular .tutorials { | |
margin-top: 70px; | |
} | |
.popular .tutorials .tutorial { | |
box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.13); | |
} | |
#course-single .categories, | |
#course-single .pros, | |
#course-single .ratings, | |
.comment img, | |
.index-3-categories .category-with-bg, | |
.order, | |
#page_blog-1 .about-author, | |
#page_blog-1 .categories, | |
#page_blog-1 h4 + img, | |
#page_blog-2 .categories, | |
#page_courses-list .popular .tutorial, | |
#page_courses-list-sidebar .popular .tutorial:not(:first-child), | |
.pricings .plan, | |
.pros .imgcontainer, | |
.teacher-page .teacher-avatar, | |
aside.categories { | |
box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.13); | |
} | |
.popular .tutorial .tutorial-details { | |
padding: 18px 34px 29px; | |
} | |
.popular .tutorial .tutorial-details h6 { | |
font-family: Raleway, sans-serif; | |
font-weight: 700; | |
font-size: 16px; | |
color: #202020; | |
margin-bottom: 8px; | |
} | |
.class-details, | |
.option-items .duration, | |
.popular .tutorial .tutorial-details .duration, | |
.popular .tutorial .tutorial-details .lessons { | |
font-family: "Work Sans", sans-serif; | |
font-weight: 600; | |
font-size: 11px; | |
color: #979798; | |
} | |
.popular .tutorial .tutorial-details i { | |
margin-right: 10px; | |
} | |
.popular .tutorial .tutorial-details .lessons { | |
margin-right: 20px; | |
} | |
.popular .tutorial .tutorial-details .abs { | |
margin-top: 8px; | |
} | |
.popular .tutorial .tutorial-details .greybutton { | |
font-family: Montserrat, sans-serif; | |
font-size: 12px; | |
display: block; | |
text-align: center; | |
line-height: 49px; | |
color: #fff; | |
text-decoration: none; | |
background-color: #b6b6b7; | |
border-radius: 2px; | |
margin-top: 34px; | |
transition: background-color 0.3s ease; | |
} | |
.popular .tutorial .tutorial-details .greybutton:hover { | |
background-color: #18c967; | |
transition: background-color 0.3s ease; | |
} | |
.testimonials .name { | |
font-family: Montserrat, sans-serif; | |
font-size: 14px; | |
color: #202020; | |
margin-top: 25px; | |
margin-bottom: 23px; | |
} | |
.testimonials em { | |
font-family: Raleway, sans-serif; | |
color: #5f5f5f; | |
font-size: 18px; | |
} | |
.testimonials .name em { | |
font-family: "Open Sans", sans-serif; | |
font-size: 12px; | |
margin-left: 15px; | |
position: relative; | |
bottom: 1px; | |
} | |
.testimonials img { | |
display: inline-block !important; | |
} | |
.testimonial { | |
margin-top: 65px; | |
} | |
.testimonials .slick-arrow { | |
box-sizing: content-box; | |
position: absolute; | |
bottom: -60px; | |
background-color: #b6b6b7; | |
color: #fff; | |
line-height: 30px; | |
width: 30px; | |
cursor: pointer; | |
border-radius: 30px; | |
transition: all 0.3s ease; | |
z-index: 200; | |
border: 2px solid #dae5ef; | |
} | |
.testimonials .slick-arrow:hover { | |
background-color: #18c967; | |
transform: rotate(360deg); | |
transition: all 0.3s ease; | |
} | |
.testimonials .slick-arrow.zmdi-chevron-right { | |
right: 46.4%; | |
} | |
.testimonials .slick-arrow.zmdi-chevron-left { | |
left: 46.4%; | |
} | |
.whyus h6 { | |
margin-bottom: 20px; | |
} | |
.whyus p { | |
font-family: "Work Sans", sans-serif; | |
font-size: 12px; | |
color: #535353; | |
margin-bottom: 55px; | |
} | |
#page_how-it-works .whyus, | |
#page_index1 .whyus { | |
background-image: url(http://placehold.it/1920x597); | |
background-size: cover; | |
background-position: right bottom; | |
} | |
.index-3-categories .category-with-bg, | |
.platform, | |
.ready { | |
background-position: center; | |
background-size: cover; | |
} | |
#page_index2 header .pretitle, | |
#page_index3 header .pretitle { | |
visibility: hidden; | |
} | |
#page_index2 .features-carousel, | |
#page_services-2 .features-carousel { | |
background-image: url(http://placehold.it/1920x301); | |
background-size: cover; | |
background-position: center; | |
} | |
#page_index2 .slick-features .feature h6, | |
#page_index2 .slick-features .feature p, | |
#page_services-2 .slick-features .feature h6, | |
#page_services-2 .slick-features .feature p { | |
color: #fff; | |
} | |
#page_index2 .slick-features .feature, | |
#page_index2 .slick-features .slick-arrow.zmdi-chevron-right, | |
#page_services-2 .slick-features .feature, | |
#page_services-2 .slick-features .slick-arrow.zmdi-chevron-right { | |
border-left: 1px solid #435969; | |
} | |
#page_index2 .pros .blueplay, | |
#page_index3 .pros .blueplay { | |
color: #737373; | |
border-color: #e6e6e6; | |
transition: background-color 0.3s ease; | |
margin: 45px 0; | |
display: inline-block; | |
} | |
#page_index2 .pros .blueplay:hover, | |
#page_index3 .pros .blueplay:hover { | |
background-color: #ddd; | |
transition: background-color 0.3s ease; | |
} | |
.platform-feature a, | |
.platform-feature a:hover { | |
transition: color 0.3s ease; | |
text-decoration: none; | |
} | |
.pros .imgcontainer img { | |
position: relative; | |
top: -4px; | |
left: -4px; | |
} | |
.pros .imgcontainer { | |
display: inline-block; | |
width: 130px; | |
height: 130px; | |
border-radius: 70px; | |
position: relative; | |
overflow: hidden; | |
border: 4px solid #fff; | |
} | |
.pros .imgcontainer .overlay { | |
background-color: rgba(24, 201, 103, 0.47); | |
position: absolute; | |
top: 0; | |
left: 0; | |
right: 0; | |
bottom: 0; | |
display: none; | |
} | |
.pros .teacher { | |
display: block; | |
font-family: Montserrat, sans-serif; | |
font-size: 14px; | |
} | |
.pros .teacher a { | |
margin-top: 20px; | |
color: #202020; | |
display: block; | |
} | |
.pros a + p, | |
.teacher-page h5 + p { | |
color: #12c8fc; | |
font-size: 12px; | |
} | |
.pros .overlay img { | |
margin-top: 45px; | |
position: relative; | |
left: 1px; | |
} | |
.pros .overlay p { | |
font-family: "Work Sans", sans-serif; | |
font-weight: 600; | |
color: #fff; | |
margin-top: 5px; | |
} | |
.platform { | |
background-image: url(http://placehold.it/1920x917); | |
color: #fff; | |
} | |
.platform h3 { | |
color: #fff; | |
margin-top: 85px; | |
margin-bottom: 55px; | |
} | |
.platform-feature a { | |
font-family: Montserrat, sans-serif; | |
color: #fff; | |
font-size: 15px; | |
display: block; | |
margin-top: 22px; | |
} | |
.platform-feature a:hover { | |
color: rgba(255, 255, 255, 0.17); | |
} | |
.platform-feature a::after { | |
content: ""; | |
display: block; | |
height: 2px; | |
width: 66px; | |
margin: 18px auto; | |
background-color: #fff; | |
} | |
.platform-feature p { | |
font-family: "Work Sans", sans-serif; | |
font-size: 12px; | |
padding: 0 30px; | |
} | |
.platform { | |
margin-top: 100px; | |
padding-bottom: 470px; | |
position: relative; | |
} | |
.platform .browser-mockup { | |
position: absolute; | |
top: 480px; | |
} | |
.partners, | |
.ready .container { | |
position: relative; | |
} | |
#page_index2 .success h3 { | |
margin-top: 250px; | |
} | |
.partners .partner { | |
height: 180px; | |
} | |
.partners .partner img { | |
position: relative; | |
top: 50%; | |
transform: translateY(-50%); | |
} | |
.partners .partner a { | |
opacity: 0.8; | |
transition: opacity 0.3s ease; | |
} | |
.partners .partner a:hover { | |
opacity: 1; | |
transition: opacity 0.3s ease; | |
} | |
.partners .row.text-center { | |
margin-top: 63px; | |
} | |
.ready { | |
background-image: url(http://placehold.it/1920x199); | |
font-family: Raleway, sans-serif; | |
font-weight: 600; | |
color: #fff; | |
margin-top: 75px; | |
} | |
.ready h4 { | |
font-size: 40px; | |
margin-bottom: 63px; | |
} | |
.ready p { | |
font-size: 16px; | |
letter-spacing: 10px; | |
margin-top: 60px; | |
} | |
.ready .whitebutton { | |
position: absolute; | |
right: 0; | |
top: 50%; | |
-webkit-transform: translateY(-50%); | |
-ms-transform: translateY(-50%); | |
transform: translateY(-50%); | |
font-family: OpenSans, sans-serif; | |
font-size: 11px; | |
color: #202020; | |
display: inline-block; | |
line-height: 43px; | |
width: 135px; | |
background-color: #fff; | |
text-decoration: none; | |
text-align: center; | |
border-radius: 4px; | |
transition: background-color 0.3s ease; | |
} | |
.ready .whitebutton:hover { | |
background-color: #18c967; | |
transition: background-color 0.3s ease; | |
} | |
#page_index3 .feature .img-container-bg, | |
#page_services-2 .feature .img-container-bg { | |
width: 105px; | |
height: 105px; | |
display: inline-block; | |
background-color: #f6f6f6; | |
border-radius: 50px; | |
margin-top: 78px; | |
} | |
#page_index3 .feature .img-container-bg img, | |
#page_services-2 .feature .img-container-bg img { | |
margin-top: 0; | |
} | |
#page_index3 .feature, | |
#page_services-2 .page-heading + .featured .feature { | |
padding: 0 5px; | |
border: none; | |
height: auto; | |
} | |
#page_index3 .feature p { | |
line-height: 20px; | |
} | |
.index-3-categories .cat1, | |
.index-3-categories .cat2, | |
.index-3-categories .cat3, | |
.index-3-categories .cat4, | |
.index-3-categories .cat5, | |
.index-3-categories .cat6 { | |
background-image: url(http://placehold.it/369x229); | |
} | |
.index-3-categories .category-with-bg { | |
font-family: Montserrat, sans-serif; | |
color: #fff; | |
cursor: pointer; | |
margin-top: 31px; | |
} | |
.index-3-categories .category-with-bg h5 { | |
font-weight: 600; | |
font-size: 14px; | |
padding-top: 90px; | |
margin-bottom: 14px; | |
} | |
.index-3-categories .category-with-bg p { | |
font-size: 12px; | |
margin-bottom: 20px; | |
} | |
.index-3-categories .category-with-bg .goto { | |
margin-bottom: 50px; | |
display: inline-block; | |
padding: 0 12px; | |
line-height: 18px; | |
color: #fff; | |
background-color: #12c8fc; | |
border-radius: 12px; | |
opacity: 0; | |
transition: opacity 0.3s ease; | |
} | |
.index-3-categories .category-with-bg:hover .goto { | |
opacity: 1; | |
transition: opacity 0.3s ease; | |
} | |
#page_index3 .index-3-categories .row.text-center { | |
margin-top: 30px; | |
} | |
#page_index3 .signup { | |
background-image: url(http://placehold.it/1920x345); | |
} | |
.pricings .plan { | |
position: relative; | |
border-radius: 2px; | |
margin-top: 40px; | |
} | |
.pricings .price { | |
font-family: Raleway, sans-serif; | |
font-weight: 300; | |
font-size: 89px; | |
color: #12c8fc; | |
position: relative; | |
display: inline-block; | |
margin-top: 25px; | |
margin-bottom: 10px; | |
} | |
.price::before { | |
content: "$"; | |
display: inline-block; | |
position: absolute; | |
} | |
.pricings .price::before { | |
font-size: 50px; | |
left: -30px; | |
top: 10px; | |
} | |
.pricings .mostpopular .price { | |
color: #18c967; | |
} | |
.pricings .crew { | |
font-family: Montserrat, sans-serif; | |
font-size: 13px; | |
color: #202020; | |
margin-bottom: 15px; | |
} | |
.pricings .plan-details p { | |
font-family: "Work Sans", sans-serif; | |
font-size: 13px; | |
color: #5f5f5f; | |
margin-top: 15px; | |
} | |
.page .page-heading h2, | |
.pricings .plan .ribbon, | |
.pricings .plan a { | |
font-family: Montserrat, sans-serif; | |
} | |
.pricings .plan .ribbon, | |
.pricings .plan a + a { | |
color: #fff; | |
background-color: #18c967; | |
position: absolute; | |
} | |
.pricings .plan a { | |
bottom: 0; | |
width: 137px; | |
line-height: 40px; | |
display: inline-block; | |
left: 0; | |
right: 0; | |
margin: 60px auto 27px; | |
border: 1px solid #cdcdcd; | |
border-radius: 4px; | |
font-size: 11px; | |
text-decoration: none; | |
} | |
.pricings .plan a i { | |
margin-right: 15px; | |
} | |
.pricings .plan:hover a + a { | |
opacity: 1; | |
transition: opacity 0.5s ease; | |
} | |
.pricings .plan a + a { | |
z-index: 100; | |
opacity: 0; | |
border-color: #18c967; | |
transition: opacity 0.5s ease; | |
} | |
.pricings .plan .ribbon { | |
font-size: 9px; | |
right: 0; | |
top: 11px; | |
line-height: 32px; | |
width: 99px; | |
border-top-left-radius: 3px; | |
border-bottom-left-radius: 3px; | |
display: none; | |
} | |
.pricings .mostpopular .ribbon { | |
display: block; | |
} | |
#page_index3 .whyus h3::after, | |
#page_services-1 .whyus h3::after { | |
margin: 18px auto 40px; | |
} | |
.page .page-heading h2 { | |
font-size: 30px; | |
color: #202020; | |
line-height: 125px; | |
margin-top: 1px; | |
letter-spacing: 4px; | |
} | |
.page .page-heading { | |
background-color: #eff5f9; | |
} | |
.toolbar > div { | |
margin-bottom: 5px; | |
} | |
.ui-selectmenu-button.ui-button { | |
width: 100%; | |
border-radius: 0; | |
padding: 0; | |
line-height: 44px; | |
border: 1px solid #d3d3d3; | |
background-color: #fff; | |
} | |
.keywords, | |
.ui-selectmenu-text { | |
padding-left: 20px; | |
font-family: "Work Sans", sans-serif; | |
font-size: 13px; | |
color: #535353; | |
border-radius: 1px; | |
} | |
.keywords { | |
line-height: 44px; | |
border: 1px solid #d3d3d3; | |
} | |
.search-teachers { | |
border: none; | |
border-radius: 1px; | |
line-height: 46px; | |
background-color: #12c8fc; | |
font-family: Montserrat, sans-serif; | |
font-size: 11px; | |
color: #fff; | |
} | |
.keywords::-webkit-input-placeholder { | |
color: #535353; | |
} | |
.keywords::-moz-placeholder { | |
color: #535353; | |
} | |
.keywords:-ms-input-placeholder { | |
color: #535353; | |
} | |
.keywords:-moz-placeholder { | |
color: #535353; | |
} | |
.ui-button .ui-icon { | |
width: 42px; | |
height: 46px; | |
border-left: 1px solid #d3d3d3; | |
background-color: #e6eaed; | |
background-image: url(http://placehold.it/10x7); | |
background-position: center center; | |
} | |
.ui-selectmenu-button.ui-button:focus .ui-icon, | |
.ui-selectmenu-button.ui-button:hover .ui-icon { | |
background-color: #18c967; | |
background-image: url(http://placehold.it/10x7); | |
transition: all 0.3s ease; | |
} | |
.search-button .search-teachers, | |
.text-keywords .keywords { | |
width: 100%; | |
} | |
#page_teachers .pros .row { | |
margin-top: 53px; | |
} | |
.paginations a { | |
line-height: 40px; | |
width: 40px; | |
display: inline-block; | |
margin-right: 14px; | |
border-radius: 1px; | |
font-family: OpenSans, sans-serif; | |
font-size: 11px; | |
color: #202020; | |
transition: all 0.3s ease; | |
} | |
.paginations .next, | |
.paginations .prev { | |
width: auto; | |
padding: 0 15px; | |
} | |
.paginations { | |
margin-bottom: 65px; | |
} | |
.paginations .zmdi-chevron-left { | |
margin-right: 16px; | |
} | |
.paginations .zmdi-chevron-right { | |
margin-left: 16px; | |
} | |
.paginations a:hover { | |
background-color: #18c967; | |
color: #fff; | |
transition: all 0.3s ease; | |
text-decoration: none; | |
} | |
#page_teacher-single h4, | |
.teacher-page h5 { | |
color: #202020; | |
font-family: Montserrat, sans-serif; | |
} | |
.teacher-page { | |
margin-top: 63px; | |
} | |
#page_teacher-single h4 { | |
font-size: 25px; | |
} | |
#page_teacher-single h4::after { | |
display: block; | |
content: ""; | |
height: 3px; | |
width: 46px; | |
background-color: #e6e6e6; | |
margin: 18px 0; | |
} | |
.teacher-page .teacher-avatar { | |
border-radius: 120px; | |
} | |
.teacher-page h5 { | |
font-size: 20px; | |
margin-bottom: 4px; | |
} | |
.class-details { | |
margin-top: 16px; | |
} | |
.class-details i { | |
margin-right: 10px; | |
} | |
.class-details span:not(:last-child) { | |
margin-right: 30px; | |
} | |
#course-single .abs, | |
.teacher-page .abs { | |
margin-top: 15px; | |
line-height: 20px; | |
} | |
#page_teacher-single .popular { | |
margin-top: 90px; | |
} | |
#page_teacher-single .popular .tutorials { | |
margin: 37px -15px 0; | |
} | |
#course-single .popular-courses .zmdi-chevron-left, | |
#course-single .popular-courses .zmdi-chevron-right, | |
#page_blog-1 .popular-courses .zmdi-chevron-left, | |
#page_blog-1 .popular-courses .zmdi-chevron-right, | |
#page_blog-2 .popular-courses .zmdi-chevron-left, | |
#page_blog-2 .popular-courses .zmdi-chevron-right, | |
#page_teacher-single .popular .zmdi-chevron-left, | |
#page_teacher-single .popular .zmdi-chevron-right { | |
color: #424242; | |
position: absolute; | |
line-height: 34px; | |
width: 36px; | |
border-radius: 1px; | |
border: 1px solid #d3d3d3; | |
top: -73px; | |
cursor: pointer; | |
transition: all 0.3s ease; | |
} | |
#course-single .popular-courses .zmdi-chevron-left:hover, | |
#course-single .popular-courses .zmdi-chevron-right:hover, | |
#page_blog-1 .popular-courses .zmdi-chevron-left:hover, | |
#page_blog-1 .popular-courses .zmdi-chevron-right:hover, | |
#page_blog-2 .popular-courses .zmdi-chevron-left:hover, | |
#page_blog-2 .popular-courses .zmdi-chevron-right:hover, | |
#page_teacher-single .popular .zmdi-chevron-left:hover, | |
#page_teacher-single .popular .zmdi-chevron-right:hover { | |
background-color: #12c8fc; | |
color: #fff; | |
border-color: #12c8fc; | |
transition: all 0.3s ease; | |
} | |
#page_teacher-single .popular .zmdi-chevron-right { | |
right: 15px; | |
} | |
#page_teacher-single .popular .zmdi-chevron-left { | |
right: 65px; | |
} | |
#page_teacher-single .tutorial { | |
margin: 0 15px; | |
} | |
#page_teacher-single .slick-list { | |
padding-bottom: 80px; | |
} | |
.toolbar { | |
margin-top: 53px; | |
} | |
#page_courses-3-col .toolbar { | |
margin-bottom: 52px; | |
} | |
#page_courses-3-col .popular .tutorials:not(:last-child) { | |
margin-top: 48px; | |
} | |
#page_courses-3-col .popular .paginations { | |
margin-top: 85px; | |
} | |
.grid-opts { | |
padding: 0; | |
} | |
.grid-opts li { | |
display: inline-block; | |
line-height: 125px; | |
} | |
.grid-opts li a { | |
line-height: 36px; | |
width: 36px; | |
text-align: center; | |
border: 1px solid #b6b9c0; | |
color: #b6b9c0; | |
border-radius: 1px; | |
display: inline-block; | |
transition: all 0.3s ease; | |
} | |
.grid-opts li a:first-child { | |
margin-right: 10px; | |
} | |
.grid-opts li a:hover { | |
border-color: #213c50; | |
transition: all 0.3s ease; | |
} | |
.grid-opts li a.active { | |
background-color: #213c50; | |
color: #fff; | |
border-color: #213c50; | |
} | |
#page_courses-4-col .popular .tutorial .tutorial-details, | |
#page_courses-sidebar .popular .tutorial .tutorial-details { | |
padding: 18px 23px 29px; | |
} | |
#page_courses-4-col .popular .tutorials, | |
#page_courses-sidebar .popular .tutorial .tutorial-details { | |
margin-top: 9px; | |
} | |
#page_courses-4-col .popular .tutorial, | |
#page_courses-sidebar .popular .tutorial { | |
margin-top: 39px; | |
} | |
#page_courses-4-col .popular .paginations, | |
#page_courses-list .popular .paginations, | |
#page_courses-list-sidebar .popular .paginations { | |
margin-top: 72px; | |
} | |
aside.categories { | |
padding: 22px; | |
} | |
#course-single .categories h6, | |
#page_blog-1 .categories h6, | |
#page_blog-2 .categories h6, | |
aside.categories h6 { | |
font-family: Montserrat, sans-serif; | |
font-weight: 600; | |
font-size: 14px; | |
color: #202020; | |
} | |
#course-single .categories h6::after, | |
#page_blog-1 .categories h6::after, | |
#page_blog-2 .categories h6::after, | |
aside.categories h6::after { | |
display: block; | |
content: ""; | |
width: 46px; | |
height: 3px; | |
background-color: #e6e6e6; | |
margin: 15px 0 25px; | |
} | |
#course-single .categories ul, | |
#page_blog-1 .categories ul, | |
#page_blog-2 .categories ul, | |
aside.categories ul { | |
list-style: none; | |
padding: 0; | |
} | |
#course-single .categories ul li a, | |
#page_blog-1 .categories ul li a, | |
#page_blog-2 .categories ul li a, | |
aside.categories ul li a { | |
font-family: Montserrat, sans-serif; | |
font-size: 12px; | |
color: #5c5c5c; | |
transition: all 0.3s ease; | |
} | |
#course-single .categories ul li a:hover, | |
#page_blog-1 .categories ul li a:hover, | |
#page_blog-2 .categories ul li a:hover, | |
aside.categories ul li a:hover { | |
text-decoration: none; | |
color: #18c967; | |
transition: all 0.3s ease; | |
} | |
#course-single .categories ul li:not(:last-child), | |
#page_blog-1 .categories ul li:not(:last-child), | |
#page_blog-2 .categories ul li:not(:last-child), | |
aside.categories ul li:not(:last-child) { | |
margin-bottom: 25px; | |
} | |
.start-today { | |
min-height: 175px; | |
background-image: url(http://placehold.it/271x175); | |
background-size: cover; | |
background-position: center; | |
position: relative; | |
margin-top: 30px; | |
transition: transform 0.3s ease; | |
cursor: pointer; | |
} | |
.opened .option-title::before, | |
.option-title::before { | |
background-image: url(http://placehold.it/31x31); | |
} | |
.start-today:hover { | |
transform: scale(1.1); | |
transition: transform 0.3s ease; | |
} | |
.start-today .price { | |
width: 66px; | |
line-height: 42px; | |
position: absolute; | |
right: 0; | |
top: 10px; | |
background-color: #18c967; | |
color: #fff; | |
font-family: Raleway, sans-serif; | |
font-weight: 300; | |
font-size: 30px; | |
text-align: center; | |
border-top-left-radius: 2px; | |
border-bottom-left-radius: 2px; | |
} | |
.start-today .price::before { | |
font-size: 17px; | |
top: -7px; | |
left: 7px; | |
} | |
.start-today .readytostart { | |
color: #fff; | |
font-size: 22px; | |
padding-left: 20px; | |
line-height: 37px; | |
padding-top: 20px; | |
} | |
.start-today a { | |
font-family: Montserrat, sans-serif; | |
font-size: 9px; | |
color: #fff; | |
line-height: 35px; | |
width: 116px; | |
display: block; | |
text-align: center; | |
margin: 15px auto; | |
background-color: #12c8fc; | |
text-decoration: none; | |
} | |
.page-heading .breadcrumbs, | |
.popular .tutorial .fav { | |
font-family: "Work Sans", sans-serif; | |
} | |
#page_courses-sidebar .tutorials .col-sm-9 .row { | |
margin-top: -32px; | |
} | |
#page_courses-list-sidebar .popular .tutorial { | |
margin-left: 0; | |
margin-right: 0; | |
} | |
#page_courses-list .popular .tutorial .col-sm-8 { | |
padding-right: 0; | |
} | |
#page_courses-list .popular .tutorial, | |
#page_courses-list-sidebar .popular .tutorial:not(:first-child) { | |
margin: 50px 0 0; | |
} | |
#page_courses-list .popular .tutorial .tutorial-details, | |
#page_courses-list-sidebar .popular .tutorial .tutorial-details { | |
padding: 28px 32px 0 0; | |
} | |
.course-accordion, | |
.option-items { | |
padding: 0; | |
list-style: none; | |
} | |
#page_courses-list .popular .tutorial .tutorial-details .lessons, | |
#page_courses-list-sidebar .popular .tutorial .tutorial-details .lessons { | |
display: inline-block; | |
margin: 10px 20px 10px 0; | |
} | |
#page_courses-list .popular .tutorial .abs { | |
line-height: 20px; | |
} | |
#page_courses-list .popular .tutorial .tutorial-details .greybutton, | |
#page_courses-list-sidebar .popular .tutorial .tutorial-details .greybutton { | |
width: 303px; | |
margin-bottom: 20px; | |
} | |
.popular .tutorial .fav { | |
font-weight: 600; | |
font-size: 11px; | |
color: #213c50; | |
margin-top: 3px; | |
} | |
.popular .tutorial .fav.favorite { | |
margin-right: 29px; | |
} | |
.popular .tutorial .tutorial-details .fav i { | |
color: #b6b6b7; | |
margin-right: 30px; | |
} | |
.popular .tutorial .fav a:hover i, | |
.popular .tutorial .tutorial-details .favorite i { | |
color: #fdd227; | |
} | |
#page_courses-list-sidebar .toolbar { | |
margin-bottom: 45px; | |
} | |
.page-heading { | |
position: relative; | |
} | |
.page-heading .breadcrumbs { | |
position: absolute; | |
margin: auto; | |
bottom: 15px; | |
display: inline-block; | |
right: 0; | |
left: 0; | |
font-weight: 500; | |
font-size: 12px; | |
} | |
.page-heading .breadcrumbs a, | |
.page-heading .breadcrumbs i { | |
color: #979798; | |
} | |
.page-heading .breadcrumbs span { | |
color: #213c50; | |
} | |
.page-heading .breadcrumbs i { | |
margin: 0 13px; | |
} | |
.course-preview { | |
cursor: pointer; | |
} | |
#course-single h3 { | |
font-size: 24px; | |
font-weight: 700; | |
margin-top: 35px; | |
} | |
#course-single h3::after { | |
display: none; | |
} | |
#course-single .class-details { | |
margin-bottom: 25px; | |
} | |
#course-single h4, | |
#page_blog-1 h4, | |
#page_blog-2 h4, | |
#page_contact h4 { | |
font-family: Montserrat, sans-serif; | |
font-size: 14px; | |
color: #202020; | |
font-weight: 600; | |
margin-top: 50px; | |
} | |
#course-single .includes > li, | |
#course-single h5, | |
.option-items li a, | |
.option-title { | |
font-family: "Work Sans", sans-serif; | |
} | |
#course-single .class-details + h4 { | |
margin-top: 0; | |
} | |
#course-single h4::after, | |
#page_blog-1 h4::after, | |
#page_blog-2 h4::after, | |
#page_contact h4::after { | |
display: block; | |
content: ""; | |
height: 3px; | |
width: 46px; | |
background-color: #e6e6e6; | |
margin: 15px 0; | |
} | |
#course-single h5 { | |
font-size: 16px; | |
margin: 15px 0 5px; | |
} | |
#course-single .includes > li { | |
line-height: 30px; | |
font-size: 12px; | |
color: #535353; | |
} | |
.accordion-option { | |
box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.13); | |
overflow: hidden; | |
} | |
.option-title { | |
font-size: 16px; | |
line-height: 71px; | |
cursor: pointer; | |
} | |
.option-title::before { | |
content: ""; | |
width: 31px; | |
height: 31px; | |
display: inline-block; | |
position: relative; | |
top: 10px; | |
margin-left: 22px; | |
margin-right: 15px; | |
} | |
.option-items { | |
margin-left: 70px; | |
margin-bottom: 30px; | |
} | |
.option-items li { | |
border: 1px solid #dcdcdc; | |
border-radius: 1px; | |
line-height: 43px; | |
margin: 9px 33px 3px 0; | |
} | |
.option-items li::before { | |
content: "\25b6"; | |
display: inline-block; | |
margin: 0 14px; | |
color: #b6b6b7; | |
position: relative; | |
bottom: 1px; | |
font-size: 10px; | |
} | |
.option-items li:hover::before { | |
color: #18c967; | |
} | |
.option-items li a { | |
font-size: 12px; | |
color: #535353; | |
} | |
.option-items li:hover a { | |
text-decoration: none; | |
color: #202020; | |
} | |
.option-items li .duration, | |
.option-items li i { | |
color: #b6b6b7; | |
} | |
.option-items li i { | |
margin: 0 20px 0 15px; | |
} | |
.option-items li i:hover { | |
color: #fdd227; | |
} | |
.accordion-option:not(:first-of-type), | |
.course-accordion { | |
margin-top: 23px; | |
} | |
.option-wrapper { | |
max-height: 0; | |
overflow: hidden; | |
transition: all 0.3s ease; | |
} | |
.opened > .option-wrapper { | |
max-height: 500px; | |
transition: all 0.3s ease; | |
} | |
.comment img { | |
border-radius: 65px; | |
margin-right: 30px; | |
margin-bottom: 30px; | |
} | |
.comment { | |
margin-left: 90px; | |
margin-top: 50px; | |
} | |
.comment a { | |
font-family: Montserrat, sans-serif; | |
color: #202020; | |
font-size: 14px; | |
} | |
.comment .postedon { | |
font-family: "Work Sans", sans-serif; | |
font-weight: 600; | |
font-size: 11px; | |
color: #979798; | |
margin-left: 13px; | |
} | |
.comment .greybutton { | |
line-height: 30px; | |
width: 60px; | |
color: #fff; | |
text-align: center; | |
background-color: #b6b6b7; | |
border-radius: 2px; | |
font-size: 10px; | |
transition: background-color 0.3s ease; | |
margin-top: 25px; | |
} | |
.comment .greybutton:hover { | |
text-decoration: none; | |
background-color: #12c8fc; | |
transition: background-color 0.3s ease; | |
} | |
.contact label { | |
font-family: "Varela Round", sans-serif; | |
font-size: 11px; | |
color: #27343e; | |
display: block; | |
position: relative; | |
margin-top: 30px; | |
} | |
.contact label.req::after { | |
content: "*"; | |
color: #ff222c; | |
display: inline-block; | |
font-size: 15px; | |
position: absolute; | |
top: -4px; | |
} | |
.order-or span::after, | |
.order-or::after { | |
content: ""; | |
} | |
.contact input, | |
.contact textarea { | |
width: 100%; | |
border: none; | |
border-bottom: 1px solid #d6d6d6; | |
height: 40px; | |
font-family: "Open Sans", sans-serif; | |
font-style: italic; | |
color: #5f5f5f; | |
font-size: 11px; | |
padding-left: 15px; | |
} | |
.contact textarea { | |
line-height: 40px; | |
overflow: hidden; | |
} | |
.contact { | |
margin-bottom: 95px; | |
} | |
.order .price { | |
font-family: Raleway, sans-serif; | |
font-weight: 300; | |
color: #213c50; | |
font-size: 68px; | |
} | |
.order .price::before { | |
font-size: 40px; | |
left: 85px; | |
top: 10px; | |
} | |
.order .order-or + p, | |
.order .price + p { | |
font-family: Montserrat, sans-serif; | |
color: #202020; | |
font-size: 12px; | |
letter-spacing: 1px; | |
margin-top: 8px; | |
} | |
.order .blueplay { | |
color: #202020; | |
font-size: 11px; | |
position: relative; | |
left: -7px; | |
border: 1px solid #e6e6e6; | |
border-radius: 1px; | |
margin: 22px 0 30px; | |
display: inline-block; | |
} | |
.contact .greybutton, | |
.order .greybutton, | |
.order-or span { | |
font-family: Montserrat, sans-serif; | |
font-size: 12px; | |
} | |
.order-or span { | |
background-color: #eff5f9; | |
line-height: 42px; | |
width: 42px; | |
border-radius: 42px; | |
display: inline-block; | |
color: #202020; | |
} | |
.order-or span::after { | |
position: absolute; | |
display: inline-block; | |
background-color: #fff; | |
width: 76px; | |
height: 42px; | |
z-index: -100; | |
top: 0; | |
left: 0; | |
right: 0; | |
margin: auto; | |
} | |
.order-or { | |
position: relative; | |
margin-bottom: 15px; | |
} | |
.order-or::after { | |
display: block; | |
position: absolute; | |
height: 1px; | |
width: 100%; | |
background-color: #e8e8e8; | |
top: 21px; | |
z-index: -101; | |
} | |
.contact .greybutton, | |
.order .greybutton { | |
line-height: 50px; | |
width: 100%; | |
color: #fff; | |
background-color: #12c8fc; | |
display: block; | |
border-radius: 2px; | |
transition: all 0.3s ease; | |
margin-top: 22px; | |
} | |
.order .greybutton:hover { | |
text-decoration: none; | |
background-color: #00a5ca; | |
transition: all 0.3s ease; | |
} | |
.order { | |
padding: 10px 30px 35px; | |
} | |
#course-single .pros .teacher .social li a { | |
color: #fff; | |
} | |
#course-single .pros .teacher .social li a:hover, | |
#page_blog-1 .about-author .social li a:hover { | |
background-color: #f44522; | |
transition: all 0.3s ease; | |
} | |
#course-single .pros h4::after { | |
margin: 15px 0 35px; | |
} | |
#course-single .pros .teacher > a { | |
margin-top: 14px; | |
} | |
#course-single .pros .teacher > a + p { | |
margin-top: 4px; | |
} | |
#course-single .pros .teacher .social { | |
margin-top: 2px; | |
} | |
#course-single .categories, | |
#course-single .pros, | |
#course-single .ratings { | |
padding: 30px 30px 25px; | |
} | |
#course-single .pros h4, | |
#course-single .ratings h4 { | |
margin-top: 0; | |
} | |
#course-single .rating { | |
text-align: center; | |
margin-top: 35px; | |
} | |
#course-single .rating a { | |
color: #b6b6b7; | |
} | |
#course-single .rating a.on, | |
#course-single .rating a:hover { | |
color: #fdd227; | |
} | |
#course-single .ratings p, | |
#page_how-it-works .step p { | |
font-family: "Work Sans", sans-serif; | |
color: #535353; | |
} | |
#course-single .ratings p { | |
font-size: 13px; | |
margin-top: 25px; | |
} | |
#course-single .popular-courses .zmdi-chevron-right, | |
#page_blog-1 .popular-courses .zmdi-chevron-right, | |
#page_blog-2 .popular-courses .zmdi-chevron-right { | |
right: 0; | |
} | |
#course-single .popular-courses .zmdi-chevron-left, | |
#page_blog-1 .popular-courses .zmdi-chevron-left, | |
#page_blog-2 .popular-courses .zmdi-chevron-left { | |
right: 45px; | |
} | |
#course-single .popular-courses .zmdi-chevron-left, | |
#course-single .popular-courses .zmdi-chevron-right, | |
#page_blog-1 .popular-courses .zmdi-chevron-left, | |
#page_blog-1 .popular-courses .zmdi-chevron-right, | |
#page_blog-2 .popular-courses .zmdi-chevron-left, | |
#page_blog-2 .popular-courses .zmdi-chevron-right { | |
top: -20px; | |
z-index: 200; | |
} | |
#course-single .courses-side-slick, | |
#page_blog-1 .courses-side-slick, | |
#page_blog-2 .courses-side-slick { | |
margin-top: -26px; | |
} | |
#course-single | |
.page-heading | |
+ .container | |
> .row | |
> .col-md-3 | |
> div:not(:first-child) { | |
margin-top: 34px; | |
} | |
#course-single .page-heading + .container { | |
margin-top: 50px; | |
} | |
.contact .greybutton { | |
width: 84px; | |
line-height: 44px; | |
border: none; | |
border-radius: 2px; | |
} | |
#course-single .index-3-categories .category-with-bg h5 { | |
padding-top: 50px; | |
} | |
#course-single .index-3-categories .category-with-bg p { | |
margin-top: 15px; | |
} | |
#page_categories .categories { | |
margin-top: 50px; | |
} | |
#page_categories .signup { | |
margin-top: 80px; | |
} | |
#page_courses-gallery .toolbar { | |
margin-bottom: 10px; | |
} | |
#page_courses-gallery .paginations { | |
margin-top: 65px; | |
} | |
#page_pricings .pricings .plan { | |
margin-top: 50px; | |
} | |
#page_pricing .pricings { | |
margin-bottom: 80px; | |
} | |
#page_pricing .pricings .col-md-3 { | |
padding-right: 8px; | |
padding-left: 8px; | |
} | |
#page_pricing .pricings .row { | |
margin-left: -8px; | |
margin-right: -8px; | |
} | |
#page_how-it-works .step a { | |
margin-right: 45px; | |
margin-bottom: 170px; | |
} | |
#page_how-it-works .step h6 { | |
margin-top: 20px; | |
margin-bottom: 20px; | |
} | |
#page_how-it-works .step p { | |
font-size: 12px; | |
} | |
#page_how-it-works .success > .row:first-child { | |
margin-bottom: 100px; | |
} | |
#page_how-it-works .whyus h3 { | |
margin-bottom: 35px; | |
} | |
#page_how-it-works .whyus { | |
padding-bottom: 60px; | |
} | |
#page_how-it-works .ready, | |
#page_services-1 .signup { | |
margin-top: 0; | |
} | |
.more-categories { | |
display: none; | |
margin-bottom: 120px; | |
} | |
.service-categories { | |
margin-bottom: 120px; | |
position: relative; | |
} | |
.loadmore { | |
position: absolute; | |
left: 0; | |
right: 0; | |
margin: 0 auto; | |
bottom: -65px; | |
font-family: Montserrat, sans-serif; | |
font-size: 11px; | |
color: #737373; | |
line-height: 25px; | |
width: 91px; | |
border: 1px solid #e6e6e6; | |
border-radius: 3px; | |
display: inline-block; | |
transition: all 0.3s ease; | |
} | |
.loadmore:hover { | |
text-decoration: none; | |
border-color: #555; | |
transition: all 0.3s ease; | |
} | |
#page_services-1 .platform-feature a { | |
color: #202020; | |
} | |
#page_services-1 .platform-feature a:hover { | |
color: #999; | |
} | |
#page_services-1 .platform-feature { | |
margin-top: 53px; | |
} | |
#page_services-2 .testimonials { | |
margin-bottom: 160px; | |
} | |
#page_services-2 .partners { | |
margin-bottom: 100px; | |
} | |
#page_blog-1 h3, | |
#page_blog-2 h3 { | |
font-weight: 700; | |
font-size: 24px; | |
margin-top: 23px; | |
} | |
#page_blog-1 h3::after, | |
#page_blog-2 h3::after { | |
content: none; | |
} | |
#page_blog-1 h3 + .author, | |
#page_blog-2 h3 + .author { | |
margin-top: 20px; | |
} | |
#page_blog-1 .author, | |
#page_blog-2 .author { | |
font-family: "Work Sans", sans-serif; | |
font-weight: 600; | |
font-size: 11px; | |
} | |
#page_blog-1 .author > a, | |
#page_blog-2 .author > a { | |
color: #18c967; | |
} | |
#page_blog-1 .author > span, | |
#page_blog-2 .author > span { | |
color: #979798; | |
} | |
#page_blog-1 .abs + .abs { | |
margin-top: 26px; | |
} | |
#page_blog-1 .author + .abs, | |
#page_blog-2 .author + .abs { | |
margin-top: 20px; | |
} | |
#page_blog-1 .about-author { | |
padding: 26px; | |
margin: 43px 0; | |
} | |
#page_blog-1 .about-author .social { | |
margin-top: 0; | |
} | |
#page_blog-1 .about-author h4 + img { | |
margin-right: 25px; | |
} | |
#page_blog-1 .about-author .teacher-name { | |
font-family: Montserrat, sans-serif; | |
font-size: 14px; | |
color: #202020; | |
} | |
#page_blog-1 .about-author .teacher-name + p { | |
font-family: Montserrat, sans-serif; | |
color: #12c8fc; | |
font-size: 12px; | |
margin-bottom: 15px; | |
} | |
#course-single .comment + h4, | |
#page_blog-1 .comment + h4 { | |
margin-top: 65px; | |
} | |
input[type="search"] { | |
display: block; | |
width: 100%; | |
height: 43px; | |
border: 1px solid #e2ebf1; | |
border-radius: 3px; | |
font-family: "Open Sans", sans-serif; | |
font-size: 11px; | |
color: #5f5f5f; | |
font-style: italic; | |
padding-left: 23px; | |
} | |
.instagram-feed a, | |
.instagram-feed li, | |
.popular-tags li, | |
.popular-tags li a, | |
.search-something a { | |
display: inline-block; | |
} | |
.search-something { | |
position: relative; | |
} | |
.search-something a { | |
color: #202020; | |
position: absolute; | |
right: 20px; | |
top: 50%; | |
-webkit-transform: translateY(-50%); | |
-ms-transform: translateY(-50%); | |
transform: translateY(-50%); | |
z-index: 100; | |
} | |
.blog-sidebar h4 { | |
margin-top: 35px; | |
margin-bottom: 20px; | |
} | |
.instagram-feed, | |
.popular-tags { | |
list-style: none; | |
padding: 0; | |
} | |
.instagram-feed li { | |
margin: 0 8px 8px 0; | |
position: relative; | |
width: 61px; | |
} | |
.instagram-feed li:nth-child(4), | |
.instagram-feed li:nth-child(8) { | |
margin-right: 0; | |
} | |
.instagram-feed a { | |
position: absolute; | |
left: 0; | |
right: 0; | |
top: 0; | |
bottom: 0; | |
opacity: 0; | |
transition: opacity 0.5s ease; | |
} | |
.instagram-feed a:hover { | |
opacity: 0.8; | |
transition: opacity 0.5s ease; | |
background-image: url(http://placehold.it/60x60); | |
background-size: 100% 100%; | |
} | |
.popular-tags a { | |
font-size: 9px; | |
color: #202020; | |
font-family: Montserrat, sans-serif; | |
line-height: 33px; | |
padding: 0 23px; | |
border: 1px solid #e2ebf1; | |
border-radius: 35px; | |
text-align: center; | |
margin-bottom: 10px; | |
transition: all 0.3s ease; | |
} | |
#page_blog-2 .blog-item .greybutton, | |
.recent-post > a { | |
font-size: 12px; | |
font-family: Montserrat, sans-serif; | |
} | |
.popular-tags a:hover { | |
color: #fff; | |
background-color: #12c8fc; | |
border-color: #12c8fc; | |
transition: all 0.3s ease; | |
text-decoration: none; | |
} | |
#page_blog-1 h4 + img { | |
border-radius: 120px; | |
} | |
#page_blog-2 .blog-item .greybutton, | |
.social li a { | |
text-align: center; | |
border-radius: 2px; | |
transition: background-color 0.3s ease; | |
} | |
#page_blog-1 .comment .abs { | |
margin-top: 17px; | |
} | |
.recent-post img { | |
margin-right: 20px; | |
} | |
.recent-post > a { | |
color: #202020; | |
} | |
.recent-post .author { | |
white-space: nowrap; | |
margin-top: 17px; | |
} | |
.recent-post .author > a { | |
padding-left: 14px; | |
} | |
.recent-post { | |
margin-bottom: 35px; | |
} | |
h4 + .recent-post { | |
margin-top: 20px; | |
} | |
#page_blog-1 .categories, | |
#page_blog-2 .categories { | |
padding: 25px 20px; | |
} | |
#page_blog-1 .blog-sidebar .slick-arrow, | |
#page_blog-2 .blog-sidebar .slick-arrow { | |
top: -25px; | |
} | |
#page_blog-1 .page-heading, | |
#page_blog-2 .page-heading { | |
margin-bottom: 53px; | |
} | |
#page_blog-2 .blog-item { | |
margin-bottom: 80px; | |
} | |
#page_blog-2 .blog-item:nth-child(3) { | |
margin-bottom: 100px; | |
} | |
#page_blog-2 .paginations a { | |
text-align: center; | |
} | |
#page_blog-2 .blog-item .greybutton { | |
display: block; | |
line-height: 34px; | |
color: #fff; | |
text-decoration: none; | |
background-color: #12c8fc; | |
margin-top: 34px; | |
width: 112px; | |
} | |
.social li, | |
.social li a, | |
footer .information li a { | |
display: inline-block; | |
} | |
#page_blog-2 .blog-item .greybutton:hover { | |
background-color: #09a5c9; | |
transition: background-color 0.3s ease; | |
} | |
footer { | |
background-color: #213c50; | |
} | |
footer .logo { | |
margin-top: 60px; | |
} | |
footer h6 { | |
font-family: Montserrat, sans-serif; | |
font-weight: 400; | |
font-size: 13px; | |
color: #fff; | |
} | |
footer ul { | |
padding: 0; | |
list-style: none; | |
} | |
footer .contactinfo { | |
margin-top: 32px; | |
} | |
footer .contactinfo li::before { | |
content: ""; | |
display: inline-block; | |
background-repeat: no-repeat; | |
background-position: center center; | |
width: 12px; | |
height: 13px; | |
margin-right: 10px; | |
} | |
footer .address::before { | |
background-image: url(http://placehold.it/10x13); | |
} | |
footer .phone::before { | |
background-image: url(http://placehold.it/10x10); | |
} | |
footer .email::before { | |
background-image: url(http://placehold.it/10x12); | |
} | |
footer .contactinfo li { | |
font-family: "Work Sans", sans-serif; | |
font-size: 12px; | |
color: #fff; | |
} | |
footer .copyright, | |
footer .information li a { | |
font-family: OpenSans, sans-serif; | |
font-size: 12px; | |
} | |
footer .contactinfo li:not(:last-child) { | |
margin-bottom: 8px; | |
} | |
footer .contactinfo li strong { | |
font-weight: 500; | |
} | |
.social { | |
margin-top: 42px; | |
padding-left: 0; | |
} | |
.social li a { | |
line-height: 28px; | |
width: 28px; | |
background-color: #4a677d; | |
color: #fff; | |
} | |
.social li:not(:last-child) { | |
margin-right: 6px; | |
} | |
.social li:hover a { | |
background-color: #87a3b8; | |
transition: background-color 0.3s ease; | |
} | |
footer h6 { | |
margin-top: 68px; | |
} | |
footer .information { | |
margin-top: 28px; | |
} | |
footer .information li { | |
margin-top: 18px; | |
} | |
footer .information li a { | |
color: #fff; | |
text-decoration: none; | |
transition: color 0.3s ease; | |
} | |
footer .information li a::after { | |
display: block; | |
content: ""; | |
background-color: #18c967; | |
width: 0; | |
height: 2px; | |
transition: width 0.3s ease; | |
margin-top: 3px; | |
} | |
footer .information li:hover a { | |
color: #18c967; | |
transition: color 0.3s ease; | |
} | |
footer .information li:hover a::after { | |
width: 100%; | |
transition: width 0.3s ease; | |
} | |
footer .payments { | |
margin-top: 20px; | |
} | |
footer .payments li { | |
display: inline-block; | |
margin-right: 23px; | |
} | |
footer .payments li a:hover { | |
filter: brightness(400%); | |
} | |
footer .payments li:not(:last-child) { | |
margin-right: 23px; | |
} | |
footer .copyright { | |
color: #fff; | |
line-height: 68px; | |
} | |
footer .botbar { | |
border-top: 1px solid #28475e; | |
margin-top: 60px; | |
} | |
@media (min-width: 1200px) { | |
.select-categories, | |
.select-name, | |
.select-numofvids { | |
width: 22.582%; | |
} | |
.text-keywords { | |
width: 19.85%; | |
} | |
.search-button { | |
width: 10.34%; | |
} | |
#courses-list .popular .tutorial .col-sm-4, | |
#courses-list-sidebar .popular .tutorial .col-sm-5 { | |
padding-left: 0; | |
} | |
} | |
@media (max-width: 1800px) { | |
.cart-container, | |
.search-something { | |
right: 0; | |
} | |
} | |
@media (max-width: 1400px) { | |
.pretitle { | |
margin-top: 80px; | |
} | |
header .scrolldown { | |
bottom: 5px; | |
} | |
.lang.pull-right { | |
display: none; | |
} | |
} | |
@media (max-width: 1200px) { | |
.container { | |
width: 100%; | |
} | |
.pretitle, | |
header .scrolldown { | |
display: none; | |
} | |
header .bluebutton { | |
margin-top: 30px; | |
} | |
.pros .col-md-2:not(:last-child) .teacher::after { | |
content: ""; | |
width: 53px; | |
height: 1px; | |
display: inline-block; | |
background-color: #e6e6e6; | |
position: absolute; | |
top: 65px; | |
right: -27px; | |
} | |
nav > ul > li > a { | |
margin-right: 30px; | |
} | |
} | |
@media (max-width: 992px) { | |
.platform-feature, | |
.teacher { | |
margin-bottom: 20px; | |
} | |
footer .botbar, | |
footer .col-sm-12, | |
footer .col-sm-6 { | |
text-align: center; | |
} | |
.submenu.clearfix { | |
right: 0; | |
} | |
.blueplay.login, | |
.cart, | |
.register { | |
display: none; | |
} | |
#topbar > .pull-right { | |
margin-right: 50px; | |
} | |
header h2 { | |
font-size: 24px; | |
} | |
header h2 + p { | |
font-size: 14px; | |
} | |
.platform .browser-mockup { | |
position: static; | |
} | |
.platform { | |
padding-bottom: 20px; | |
} | |
.step, | |
.tutorial { | |
margin-bottom: 30px; | |
} | |
.testimonials .slick-arrow.zmdi-chevron-left { | |
left: 30%; | |
} | |
.testimonials .slick-arrow.zmdi-chevron-right { | |
right: 30%; | |
} | |
.ready .whitebutton { | |
transform: none; | |
bottom: 10px; | |
top: auto; | |
right: 20px; | |
} | |
.ready h4, | |
.ready p { | |
padding-left: 20px; | |
} | |
footer .payments { | |
margin-bottom: 20px; | |
float: none !important; | |
} | |
} | |
@media (max-width: 767px) { | |
.navbar-collapse { | |
position: absolute; | |
top: 98px; | |
right: 0; | |
left: 0; | |
background-color: rgba(255, 255, 255, 0.9); | |
z-index: 299; | |
overflow: visible; | |
box-shadow: 5px 0 10px 2px rgba(0, 0, 0, 1); | |
} | |
.navbar-collapse li { | |
display: block; | |
text-align: center; | |
} | |
.navbar-collapse > ul > li > a { | |
color: #202020; | |
letter-spacing: 3px; | |
} | |
.navbar-collapse > ul > li > .submenu { | |
display: none; | |
} | |
.navbar-collapse > ul > li { | |
position: relative; | |
} | |
.submenu.submenu-list { | |
padding: 35px 10px 20px; | |
right: 0; | |
top: 0; | |
} | |
.submenu li { | |
float: none; | |
} | |
.submenu.clearfix { | |
width: auto; | |
} | |
.submenu li:not(:last-child) .sub-column { | |
padding: 0; | |
margin: 0; | |
border: none; | |
} | |
} | |
@media (max-width: 576px) { | |
header { | |
position: relative; | |
} | |
.rslides-header { | |
height: 100%; | |
} | |
.rslides-header li, | |
.rslides-header li img { | |
height: 100%; | |
width: auto; | |
} | |
.rslides_nav { | |
top: 60%; | |
} | |
.bluebutton { | |
margin-bottom: 20px; | |
} | |
} | |
@media (max-width: 380px) { | |
header .bluebutton { | |
padding: 0; | |
width: 100%; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment