/* Table of Contents ================================================== # Global # Tr Menu CSS # Dropdown CSS # tr-banner # tr-breadcrumb # tr-features # tr-noticed # tr-work # tr-team # tr-services # tr-cta # tr-feature-work # tr-brands # tr-about # tr-choose # tr-needs # tr-blog # Blog Details # tr-pagination # tr-contact # tr-feedback # tr-footer # Extra CSS ================================================== */ /* Global */ html, body { color: #7c7c7c; font-size: 16px; background-color: #fff; font-family: 'Montserrat', sans-serif; } h1, h2, h3, h4, h5, h6 { font-weight: 700; font-family: 'Montserrat', sans-serif; } a { color:#929292; } a:hover, a:focus { color:#00aeef; } .btn.btn-primary { color: #fff; font-size: 14px; padding: 12px 30px; border-radius: 4px; text-transform: capitalize; background-color: #00aeef; border-color: #00aeef; position: relative; overflow: hidden; z-index: 1; } .btn.btn-primary:before { content: ''; width: 100%; height: 0; position: absolute; left: 0; top: 100%; z-index: -1; background: #fff; } .btn.btn-primary:hover:before { height: 110%; top: 0; -webkit-transition: height 0.5s ease; -moz-transition: height 0.5s ease; -ms-transition: height 0.5s ease; -o-transition: height 0.5s ease; transition: height 0.5s ease; } .btn.btn-primary:hover { color: #00aeef; } .bg-image { background-size: cover; background-position: center; background-repeat: no-repeat; background-color: #242223; } .section-title { display: inline-block; margin-bottom: 45px; } .section-title .tr-heading { max-width: 650px; display: inline-block; } .section-title h1 { font-size: 44px; color: #000; margin-top: 0; font-family: 'Poppins', sans-serif; } .section-padding { padding: 100px 0; } .kc-row-section-padding { padding-bottom: 100px; } .section-before { color: #fff; position: relative; z-index: 1; } .section-before:before { position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.3); z-index: -1; } .tr-dots-before, .tr-dots-after, .tr-dots-full{ position: relative; z-index: 1; } .tr-dots-before:before { right: 50px; top: -50px; } .tr-dots-before:before, .tr-dots-after:after, .tr-dots-full:after { position: absolute; content: ""; width: 100%; height: 90%; background-image: url(../images/bg/after-bg.png); z-index: -1; } .tr-dots-before:before { width: 500%; } .has-post-thumbnail.tr-dots-after:after{ width:93%; } .tr-dots-after:after, .tr-dots-full:after { right: 0px; bottom: 0px; } .form-control, .wpcf7-form-control { height: 55px; border-color: #ebebeb; border-radius: 0; padding: 5px 20px; background-color: #ebebeb; margin-bottom: 30px; } .form-control:focus, .wpcf7-form-control:focus { border-color: #00aeef; } .wpcf7-form-control:focus { background-color: #fff; } .wpcf7-form-control.wpcf7-submit.wpcf7-submit { margin: 0; } /* ============================================= Tr Menu CSS =============================================== */ .tr-menu { position: absolute; left: 0; top: 35px; width: 100%; z-index: 99; background-color: transparent; } .tr-menu.no-btn .navbar-nav { margin-right: 0; } .tr-menu .navbar-nav { margin-right: 50px; display: block; } .tr-menu .navbar-nav>li { float: left; } .tr-menu .navbar-brand { white-space: normal; font-size: 15px; color: #fff; max-width: 250px; } .tr-menu .navbar-brand img { max-width: 150px; } .tr-menu .site-title { font-size: 30px; margin-bottom: 0; } .tr-menu .right-content .btn.btn-primary { border: 2px solid #fff; background-color: transparent; } .tr-menu .navbar-nav li a.nav-link { padding:20px 10px; display: block; font-size: 15px; } .tr-menu .navbar-nav li .nav-link { color: #fff; } .tr-menu .navbar-nav li.active>.nav-link, .tr-menu .navbar-nav li.current>.nav-link, .tr-menu .navbar-nav .nav-link:hover, .tr-menu .tr-dropdown.active>.icon, .tr-menu .tr-dropdown:hover>.icon { color: #00aeef; } .tr-menu .tr-dropdown .icon { position: absolute; right: -3px; text-align: center; top:50%; margin-top: -8px; color: #fff; font-size: 16px; cursor: pointer; z-index: 999999; } .tr-menu .tr-dropdown-menu .icon { height: 45px; width: 40px; line-height: 45px; top: 0; right: 0; margin-top: 0px; } .navbar-nav>li.tr-dropdown { margin-right: 15px; } .navbar-nav>li:last-child.tr-dropdown { margin-right: 0; } .tr-menu .tr-dropdown-menu .tr-dropdown-menu { left: 100%; top: 0; margin-left: 1px; } .tr-menu .navbar-nav>li:last-child .tr-dropdown-menu { left: inherit; right: 0; } .tr-menu .navbar-nav>li:last-child .tr-dropdown-menu .tr-dropdown-menu { left: inherit; right: 100%; margin-right: 1px; } .navbar-toggler { padding: 5px 10px; border: 1px solid #fff; line-height: 20px; display: inline-block; } .navbar-toggler-icon { width: inherit; height: inherit; color: #fff; line-height: 10px; font-size: 16px; } .navbar-toggler-icon i { line-height: 0; } .tr-menu .tr-dropdown-menu { background-color: transparent; } /*Dropdown CSS*/ .tr-dropdown { position: relative; } .tr-dropdown-menu { position: absolute; top: 100%; min-width: 240px; left: 0; border-radius: 0; background-color: #fff; list-style: none; opacity: 0; z-index: 99; padding: 0; visibility: hidden; -webkit-transform: rotateX(-75deg); -moz-transform: rotateX(-75deg); -ms-transform: rotateX(-75deg); -o-transform: rotateX(-75deg); transform: rotateX(-75deg); -webkit-box-shadow: -0px 1px 7px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: -0px 1px 7px 0px rgba(0, 0, 0, 0.1); -ms-box-shadow: -0px 1px 7px 0px rgba(0, 0, 0, 0.1); -o-box-shadow: -0px 1px 7px 0px rgba(0, 0, 0, 0.1); box-shadow: -0px 1px 7px 0px rgba(0, 0, 0, 0.1); -webkit-transform-origin: 0% 0%; -moz-transform-origin: 0% 0%; -ms-transform-origin: 0% 0%; -o-transform-origin: 0% 0%; transform-origin: 0% 0%; -webkit-transition: transform 0.2s; -moz-transition: transform 0.2s; -ms-transition: transform 0.2s; -o-transition: transform 0.2s; transition: transform 0.2s; } .tr-menu.no-btn .tr-dropdown-menu { min-width: 200px; } .tr-menu .navbar-nav .tr-dropdown-menu .nav-link { padding: 10px 20px; background-color: #000; border-top: 1px solid #fff; } .tr-dropdown:hover>.tr-dropdown-menu { visibility: visible; opacity: 1; -webkit-transform: rotateX(0deg); -moz-transform: rotateX(0deg); -ms-transform: rotateX(0deg); -o-transform: rotateX(0deg); transform: rotateX(0deg); } .tr-menu .tr-dropdown:hover>.nav-link { color: #00aeef; } @media (max-width: 991px) { .tr-menu .tr-dropdown-menu { position: static; opacity: 1; visibility: visible; display: none; padding: 0; -webkit-transform: rotateX(0deg); -moz-transform: rotateX(0deg); -ms-transform: rotateX(0deg); -o-transform: rotateX(0deg); transform: rotateX(0deg); -webkit-box-shadow:none ; -moz-box-shadow:none ; -ms-box-shadow:none ; -o-box-shadow:none ; box-shadow:none ; -webkit-transition: inherit !important; -moz-transition: inherit !important; -ms-transition: inherit !important; -o-transition: inherit !important; transition: inherit !important; } .tr-menu .navbar-nav>li:first-child>.nav-link { border-top: 0; } .tr-menu .navbar-nav > li > .nav-link { background-color: #000; border-top: 1px solid #fff; } .navbar-nav > li.tr-dropdown { margin-right: 0; } .tr-menu .tr-dropdown .icon { color: #fff; height: 45px; width: 40px; line-height: 45px; top: 0; right: 0; margin-top: 0; } .tr-menu .tr-dropdown-menu .icon { height: 34px; line-height: 34px; } } /* End Menu CSS */ /* ============================================= Tr Menu CSS End =============================================== */ /* tr-banner */ .middle-content { padding: 320px 0 400px; } .banner-info { color: #fff; max-width: 660px; } .banner-info h1 { font-size: 62px; margin: 0 0 20px; animation-delay: 0.50s; -webkit-animation-delay: 0.50s; } .banner-info p { animation-delay: 0.60s; -webkit-animation-delay: 0.60s; } .banner-info .btn.btn-primary { margin-top: 20px; animation-delay: 0.70s; -webkit-animation-delay: 0.70s; } .indicators-content { position: relative; } .home-slider .carousel-indicators { right: inherit; bottom: 335px; left: 15px; margin-left: 0; margin-right: 0; } .home-slider .carousel-indicators li { border: none; margin: 5px; max-width: 7px; height: 7px; border: 2px solid transparent; border-radius: 100%; overflow: hidden; background-color: #fff; } .home-slider .carousel-indicators li:hover, .home-slider .carousel-indicators li.active { max-width: 7px; height: 7px; -webkit-transform: scale(1.3); -moz-transform: scale(1.3); -ms-transform: scale(1.3); -o-transform: scale(1.3); transform: scale(1.3); background-color: #00aeef; } /* tr-breadcrumb */ .breadcrumb-content { padding: 150px 0 80px; } .breadcrumb-info p { max-width: 600px; display: inline-block; } .breadcrumb-info h1 { font-size: 50px; margin: 0 0 10px; } /* tr-features */ .tr-features { width: 100%; text-align: center; z-index: 99; position: relative; margin-top: -280px; } .features-content { padding-bottom: 50px; background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.08) 12%, rgba(0,0,0,0.17) 22%, rgba(0,0,0,0.8) 76%, rgba(0,0,0,0.92) 88%, rgba(0,0,0,1) 100%); background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.08) 12%,rgba(0,0,0,0.17) 22%,rgba(0,0,0,0.8) 76%,rgba(0,0,0,0.92) 88%,rgba(0,0,0,1) 100%); background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.08) 12%,rgba(0,0,0,0.17) 22%,rgba(0,0,0,0.8) 76%,rgba(0,0,0,0.92) 88%,rgba(0,0,0,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); } .feature-icon { color: #fff; font-size: 80px; } .feature span { color: #fff; display: block; font-size: 18px; margin: 5px 0 15px; } /* tr-noticed */ .tr-video { position: relative; z-index: 1; } .video-content { height: 450px; display: table; width: 100%; text-align: center; position: relative; z-index: 1; } .video-content:before { position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.2); z-index: -1; } .video-icon { z-index: 999999; display: table-cell; vertical-align: middle; } .video-icon a { width: 115px; height: 115px; line-height: 115px; border-radius: 100%; font-size: 24px; color: #00aeef; background-color: #fff; display: inline-block; } .video-icon a:hover { color: #fff; background-color: #00aeef; } .noticed-info { font-size: 18px; margin-top: 65px; padding-left: 20px; } .noticed-info .section-title { margin-bottom: 25px; } /* tr-work */ .work-content { padding-bottom: 100px; } .work { text-align: left; padding: 0 70px 130px 0; position: relative; z-index: 1; margin-bottom: 50px; overflow: hidden; } .work:hover { -webkit-box-shadow: -0px 1px 7px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: -0px 1px 7px 0px rgba(0, 0, 0, 0.1); -ms-box-shadow: -0px 1px 7px 0px rgba(0, 0, 0, 0.1); -o-box-shadow: -0px 1px 7px 0px rgba(0, 0, 0, 0.1); box-shadow: -0px 1px 7px 0px rgba(0, 0, 0, 0.1); } .work:hover .work-image img { -webkit-transform: scale(1.3); -moz-transform: scale(1.3); -ms-transform: scale(1.3); -o-transform: scale(1.3); transform: scale(1.3); } .work.tr-dots-after:after { top: 0; } .work .work-info { padding: 25px 35px; position: absolute; right: 0; width: 85%; overflow: hidden; background-color: #fff; } .work .work-image+.work-info { bottom: 40px; } .work:hover .work-info, .work:hover .work-image+.work-info { bottom: 0; width: 100%; } .work-info h2 { font-size: 24px; color: #000; margin: 0; font-weight: 500; width: 100%; overflow: hidden; } .work-info h2 a { color: #000; } .work-info h2 a:hover { color: #00aeef; } .work-info .info-content { max-width: 335px; padding-right: 60px; } .work-info span { font-size: 14px; color: #8d8d8d; display: block; margin-bottom: 5px; text-transform: uppercase; float: left; margin-right: 10px; } .work-info .icon { position: absolute; right: 35px; top: 50%; margin-top: -25px; width: 50px; height: 50px; line-height: 50px; } .work-info .icon a { text-align: center; display: block; font-size: 20px; color: #00aeef; border: 1px solid #00aeef; } .work-info .icon a:hover { color: #fff; background-color: #00aeef; } /* work-2 */ .work-2 .work { padding: 0 40px 130px 0; } .work-2 .work .work-info { padding: 25px 25px; width: 95%; } .work-2 .work-info .icon { right: 25px; } /* tr-team */ .team-slider { margin: 0 -15px; } .team-member { position: relative; padding: 0 50px 130px 0; z-index: 1; overflow: hidden; margin: 0 15px 15px; } .team-member.tr-dots-after:after { top: 50px; } .member-info { padding: 25px 30px; background-color: #fff; overflow: hidden; position: absolute; bottom: 40px; right: 0; width: 80%; -webkit-box-shadow: -0px 1px 7px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: -0px 1px 7px 0px rgba(0, 0, 0, 0.1); -ms-box-shadow: -0px 1px 7px 0px rgba(0, 0, 0, 0.1); -o-box-shadow: -0px 1px 7px 0px rgba(0, 0, 0, 0.1); box-shadow: -0px 1px 7px 0px rgba(0, 0, 0, 0.1); } .team-member:hover { -webkit-box-shadow: -0px 1px 7px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: -0px 1px 7px 0px rgba(0, 0, 0, 0.1); -ms-box-shadow: -0px 1px 7px 0px rgba(0, 0, 0, 0.1); -o-box-shadow: -0px 1px 7px 0px rgba(0, 0, 0, 0.1); box-shadow: -0px 1px 7px 0px rgba(0, 0, 0, 0.1); } .team-member:hover .member-img img { -webkit-transform: scale(1.4); -moz-transform: scale(1.4); -ms-transform: scale(1.4); -o-transform: scale(1.4); transform: scale(1.4); } .team-member:hover .member-info{ width: 100%; bottom: 0; } .member-info span { font-size: 14px; color: #8d8d8d; } .member-info h2 { font-size: 24px; color: #000; font-weight: 400; margin: 5px 0; } .team-socail li { float: left; margin-right: 20px; } .team-socail li:last-child { margin-right: 0; } .team-socail li a { color: #8d8d8d; } .team-socail li:nth-child(1) a:hover { color: #405D9B; } .team-socail li:nth-child(2) a:hover { color: #29C5F6; } .team-socail li:nth-child(3) a:hover { color: #CA3E27; } .team-socail li:nth-child(4) a:hover { color: #0077B5; } /* tr-services */ .service, .feature { margin: 30px 0; } .service-icon, .feature-icon, .features-icon { color: #00aeef; font-size: 40px; } .service:hover .service-icon, .feature:hover .feature-icon, .feature:hover .features-icon { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); } .service span, .feature span { font-size: 18px; color: #000; font-weight: 500; margin: 15px 0; display: block; } /* tr-cta */ .cta-info { max-width: 50%; margin-left: 50%; padding: 80px 0; font-size: 16px; } .cta-info h1 { font-size: 64px; margin: 0 0 25px; line-height: 60px; } .cta-info .btn.btn-primary { margin-top: 15px; } /* tr-feature-work */ .feature-work-content.tr-dots-after:after { height: 250px; } .products-slider { margin: 0 -15px; } .products-slider .feature-work { margin: 0 15px 15px; } .feature-work { background-color: #fff; -webkit-box-shadow: -0px 1px 7px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: -0px 1px 7px 0px rgba(0, 0, 0, 0.1); -ms-box-shadow: -0px 1px 7px 0px rgba(0, 0, 0, 0.1); -o-box-shadow: -0px 1px 7px 0px rgba(0, 0, 0, 0.1); box-shadow: -0px 1px 7px 0px rgba(0, 0, 0, 0.1); } .feature-work:hover { box-shadow: none;; } .feature-work .work-info { padding: 25px 30px; overflow: hidden; } .feature-work .work-image { overflow: hidden; } .feature-work:hover .work-image img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); } .feature-work .info-content { padding-right: 0; } /* tr-brands */ .brand-content { padding: 70px 0; } .brand-slider .brand { margin: 0 15px; } .brand-slider .brand img { display: inline-block; opacity: .2; -webkit-filter: grayscale(0); -moz-filter: grayscale(0); -ms-filter: grayscale(0); -o-filter: grayscale(0); filter: grayscale(0); } .brand-slider .brand:hover img { opacity: 1; -webkit-filter: grayscale(1); -moz-filter: grayscale(1); -ms-filter: grayscale(1); -o-filter: grayscale(1); filter: grayscale(1); } .brand-slider .slick-prev, .brand-slider .slick-next { display: none !important; } /* tr-about */ .about-info .section-title { margin-bottom: 25px; } .about-info { max-width: 480px; margin-top: 70px; padding-left: 30px; } .about-info span{ font-size: 18px; color: #000; font-weight: 600; display: block; margin-bottom: 15px; } .about-info .tr-edit { margin-top: 35px; } /* tr-choose */ .choose-info{ padding: 50px 30px; } .choose-info .section-title, .needs-info .section-title { margin-bottom: 0; } .choose-info .choose, .needs-info .needs { margin-top: 25px; } .choose-icon, .needs-icon { margin-right: 40px; } .choose-info h2, .needs-info h2 { font-size: 18px; color: #000; } /* tr-needs */ .needs-content.section-padding { padding-top: 0; overflow: hidden; } .needs-info { padding: 30px; } /* tr-blog */ .tr-blog { overflow: hidden; } .tr-post { text-align: left; position: relative; z-index: 1; margin-bottom: 30px; font-weight: 300; border:1px solid #ebecf0; -webkit-box-shadow: -0px 1px 7px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: -0px 1px 7px 0px rgba(0, 0, 0, 0.1); -ms-box-shadow: -0px 1px 7px 0px rgba(0, 0, 0, 0.1); -o-box-shadow: -0px 1px 7px 0px rgba(0, 0, 0, 0.1); box-shadow: -0px 1px 7px 0px rgba(0, 0, 0, 0.1); } .tr-post:hover { border-color:#f5f5f5; box-shadow: none; } .entry-content { padding:40px 45px; margin:0; position: relative; overflow: hidden; background-color: #fff; } .tr-grid-3 .entry-content { padding: 25px 30px; } .entry-content .post-categories { list-style: none; margin-bottom: 10px; padding: 0; font-size: 14px; font-weight: 500; letter-spacing: 0.5px; overflow: hidden; } .entry-content .post-categories li { float: left; margin-right: 10px; } .entry-content .post-categories a, .entry-content .entry-meta li i{ color: #00aeef; } .tr-post:after { display: none; } .tr-post:hover .entry-content { -webkit-box-shadow: -0px 1px 7px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: -0px 1px 7px 0px rgba(0, 0, 0, 0.1); -ms-box-shadow: -0px 1px 7px 0px rgba(0, 0, 0, 0.1); -o-box-shadow: -0px 1px 7px 0px rgba(0, 0, 0, 0.1); box-shadow: -0px 1px 7px 0px rgba(0, 0, 0, 0.1); } .entry-meta { overflow: hidden; } .post-entry-meta { margin-bottom: 30px; border-bottom: 1px solid #ddd; padding-bottom: 30px; } .entry-meta li { float: left; font-size: 14px; margin-right: 20px; color: #989898; } .entry-meta li:last-child { margin-right: 0; } .entry-meta li a { color: #989898; } .entry-content .entry-meta li i { margin-right: 7px; } .entry-title { font-size: 32px; color: #000; font-weight: 500; margin-bottom: 12px; } .entry-title a { color: #000; } .entry-title a:hover, .entry-meta li a:hover { color: #00aeef; } .entry-content .read-more { position: absolute; right: 25px; top: 50%; width: 50px; height: 50px; line-height: 50px; text-align: center; display: block; font-size: 20px; color: #00aeef; margin-top: -25px; border: 1px solid #00aeef; } .entry-content .read-more:hover { color: #fff; background-color: #00aeef; } .tr-post:hover .entry-content .read-more { right:20px; } .tr-post.tr-sticky span.sticky-icon, .tr-post.sticky span.sticky-icon { top: 0; background: #00aeef; padding: 15px 10px 2px; color: #fff; display: inline-block; position: absolute; font-size: 22px; } .tr-post.tr-sticky .entry-content{ padding-top: 70px; } /* widget */ .tr-sidebar { padding-left: 0; } .tr-sidebar .widget_search form:before { position: absolute; content: "\f002"; font-family: "FontAwesome"; font-size: 20px; right: 20px; color: #00aeef; top: 10px; } .widget_trcsocial_widget ul li { display: inline; padding: 10px 14px; } .tr-sidebar.tr-dots-before:before { left: 0; top: -100px; width: 70%; height: 115%; background-color: #fff; display: none; } .sidebar-right .tr-sidebar { padding-left: 0; } .sidebar-right .tr-sidebar.tr-dots-before:before { right: 0; left: inherit; } .widget { border-radius: 0; padding: 25px; background-color: #fff; font-weight: 300; border:1px solid #ebecf0; -webkit-box-shadow: -0px 1px 7px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: -0px 1px 7px 0px rgba(0, 0, 0, 0.1); -ms-box-shadow: -0px 1px 7px 0px rgba(0, 0, 0, 0.1); -o-box-shadow: -0px 1px 7px 0px rgba(0, 0, 0, 0.1); box-shadow: -0px 1px 7px 0px rgba(0, 0, 0, 0.1); } .sidebar-right .widget { background-color: #fff; -webkit-box-shadow: -0px 1px 7px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: -0px 1px 7px 0px rgba(0, 0, 0, 0.1); -ms-box-shadow: -0px 1px 7px 0px rgba(0, 0, 0, 0.1); -o-box-shadow: -0px 1px 7px 0px rgba(0, 0, 0, 0.1); box-shadow: -0px 1px 7px 0px rgba(0, 0, 0, 0.1); } .widget ul li { padding:8px 20px; position: relative; } .widget ul li:first-child:after { display: none; } .widget.widget_recent_entries li { padding:8px 20px; } .widget.widget_recent_entries li:after{ opacity: 0; } .widget.widget_search form label { margin-bottom: 0; } .widget.widget_search .search-field { height: 50px; width: 100%; padding: 6px 80px 6px 20px; } .widget.widget_search .search-field:focus { border-color: #00aeef; } .widget.widget_search .search-submit { position: absolute; right: 0; top: 0; height: 100%; border: 0; color: #fff; background-color: transparent; padding: 5px 30px; } .widget_title { color: #35373a; font-weight: 500; margin-bottom: 20px; font-size: 18px; } .widget>.widget_title+ul>li:first-child { padding-top: 0; } .widget-area .widget>ul { margin: 0 -20px; width: inherit; } .widget .entry-content { padding:0; position: static; width: 100%; overflow: hidden; background-color: #fff; margin-top: 20px; box-shadow: none; } .widget.widget_categories li { text-transform: capitalize; } .widget .children { padding-left: 0; } .widget .children li:first-child { padding-top: 12px; } .widget .children li:last-child { padding-bottom: 0; } .widget .children li { padding: 10px 20px 10px 30px; } .widget .entry-thumbnail { width: 100%; height: 100%; border-radius: 0; margin-right: 0; } .widget .tagcloud { margin-top: 0; } .widget.widget_recent_entries .post-date { font-size: 14px; text-transform: uppercase; } .widget.widget_recent_entries .entry-content a { color: #000; font-weight: 500; } .widget.widget_recent_entries .entry-content a:hover { color: #00aeef; } .widget select { border-color: #e1e8ee; } .widget.widget_pages .children { margin: 5px -20px 0; padding-left: 0; } .widget.widget_nav_menu ul li { padding: 15px 0; } .widget.widget_nav_menu .sub-menu { padding-left: 10px; } .widget.widget_nav_menu .sub-menu li { padding: 10px 0; } .widget.widget_nav_menu ul li:last-child { padding-bottom: 0; } .widget.widget_nav_menu ul li:after { display: none; } .widget.widget_categories li a i { float: right; } .widget.widget_categories li[aria-expanded="true"] { padding-bottom: 0; } .widget.widget_categories li[data-toggle="collapse"]:after { position: absolute; content: "\f0d7"; font-family: "fontawesome"; font-size: 14px; top: 15px; right: 15px; cursor: pointer; padding: 5px; } .widget.widget_categories li[data-toggle="collapse"]:hover:after { color: #00aeef; } .widget ul li.recentcomments { padding-left: 60px; } .widget ul li.recentcomments:before{ position:absolute; content:"\f10e"; left:25px; font-size:14px; line-height: 30px; font-family:fontAwesome; } .widget ul li.recentcomments:hover:before { color: #00aeef; } /* Blog Details */ .tr-author { width: 250px; margin-right: 30px; padding: 40px 15px; text-align: center; border-radius: 4px; border: 2px solid #f7f7f7; overflow: hidden; } .details-info { overflow: hidden; } .tr-post+.media .details-info { font-weight: 300; } .blog-details .tr-post:hover .entry-thumbnail img { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } .author-image { width: 70px; height: 70px; border-radius: 100%; overflow: hidden; display: inline-block; margin-bottom: 20px; } .tr-author span.title { color: #808080; font-weight: 500; font-size: 18px; } .tr-author span { color: #b3b3b3; display: block; text-transform: capitalize; } .author-social { margin-top: 20px; } .author-social ul li { margin-right: 20px; display: inline-block; } .author-social ul li:last-child { margin-right: 0; } .author-social ul li a { width: 50px; height: 50px; line-height: 50px; border: 2px solid #f6f6f6; display: block; border-radius: 100%; } .blockquote { position: relative; border: 2px solid #f6f6f6; font-size: 18px; margin: 90px 0 60px; } .blockquote>span { color: #00aeef; width: 55px; height: 55px; line-height: 55px; display:block; border: 2px solid #f6f6f6; background-color: #fff; border-radius: 100%; position: absolute; left: 50%; top: -27px; margin-left: -27px; } .blockquote blockquote { max-width: 650px; display: inline-block; overflow: hidden; padding: 50px 15px; } .blog-details .entry-footer { background-color: #fff; overflow: hidden; } .entry-footer .view-info { text-align: center; padding: 30px 15px; position: relative; } .entry-footer .view-info:after { position: absolute; content: ""; width: 150%; height: 1px; left: -30px; bottom: 0; background-color: #f5f5f5; } .entry-footer .view-info ul li { display: inline-block; margin-right: 50px; } .entry-footer .view-info ul li a i { margin-right: 15px; } .entry-footer .view-info ul li a { color: #b3b3b3; } .entry-footer .view-info ul li a:hover { color: #00aeef; } .entry-footer .view-info ul li:last-child { margin-right: 0; } .entry-footer .tag-cloud { float: left; margin-top: 40px; } .entry-footer .tag-cloud a { border: 2px solid #f5f5f5; margin: 5px 5px 5px 0; display: inline-block; padding: 2px 10px; border-radius: 4px; font-size: 14px; font-weight: 500; } .entry-footer .tr-share { float: right; margin-top: 40px; } .entry-footer .tr-share ul li { float: left; margin-right: 25px; font-size: 30px; } .entry-footer .tr-share ul li:last-child { margin-right: 0; } .entry-footer .tr-share ul li:first-child { font-size: 14px; color: #b3b3b3; font-weight: 500; margin-top: 10px; } .entry-footer .tr-share ul li .fa-facebook { color: #385c9f; } .entry-footer .tr-share ul li .fa-twitter { color: #00a2f9; } .entry-footer .tr-share ul li span { margin-left: 20px; padding: 5px 10px; border: 2px solid #f5f5f5; border-radius: 4px; color: #b3b3b3; display: block; font-size: 14px; float: right; position: relative; } .entry-footer .tr-share ul li span:before { position: absolute; content: ""; left: -8px; top: 50%; margin-top: -4px; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-right: 8px solid #f5f5f5; } .entry-footer .tr-share ul li span:after { position: absolute; content: ""; left: -2px; top: 50%; margin: -2px; border-top: 3px solid transparent; border-bottom: 3px solid transparent; border-right: 5px solid #fff; } .tr-se.tr-after:after, .main-content.tr-after:after, .section-padding.tr-dots-after:after, .feature-work-content.tr-dots-after:after, .tr-dots-full:after { width: 100%; height: 230px; bottom: 0; left: 0; } .tr-dots-full:after { height: 260px; } .comments-area, .tr-comments .comment-respond { padding: 30px; background-color: #fff; overflow: hidden; text-align: left; border: 1px solid #f0f0f0; -webkit-box-shadow: -0px 1px 7px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: -0px 1px 7px 0px rgba(0, 0, 0, 0.1); -ms-box-shadow: -0px 1px 7px 0px rgba(0, 0, 0, 0.1); -o-box-shadow: -0px 1px 7px 0px rgba(0, 0, 0, 0.1); box-shadow: -0px 1px 7px 0px rgba(0, 0, 0, 0.1); } .comment-list .pingback { margin: 0px; font-weight: 500; } .comments-area h3, .tr-comments .comment-respond h3 { font-size: 24px; color: #000; margin-bottom: 30px; font-weight: 600; } input.btn.btn-primary:hover { background-color: transparent; } .blog-details-2 .tr-author { width: 100%; margin: 60px 0 20px; padding: 40px; } .blog-details-2 .entry-footer .tr-share, .blog-details-2 .entry-footer .tag-cloud { float: none; } /* tr-pagination */ .pagination { display: block; border-radius: 0; margin-bottom: 0; padding: 20px; border: 1px solid #ebecf0; -webkit-box-shadow: -0px 1px 7px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: -0px 1px 7px 0px rgba(0, 0, 0, 0.1); -ms-box-shadow: -0px 1px 7px 0px rgba(0, 0, 0, 0.1); -o-box-shadow: -0px 1px 7px 0px rgba(0, 0, 0, 0.1); box-shadow: -0px 1px 7px 0px rgba(0, 0, 0, 0.1); margin-top: 50px; position: relative; } .pagination li { font-size: 16px; font-weight: 300; margin-right: 10px; display: inline-block; } .pagination li:last-child { margin-right: 0; } .pagination li a:hover, .pagination li.active span { background-color: #00aeef; color: #fff; } .pagination li a, .pagination li span { display: block; position: relative; border-radius: 100%; height: 35px; width: 35px; line-height: 35px; color: #8d8d8d; } .pagination li a:hover:after, .pagination li.active a:after, .pagination li.active span:after{ opacity: 1; } .pagination li a.next:after, .pagination li a.prev:after { opacity: 0 !important; } .pagination li a.prev{ position: absolute; left: 25px; top: 19px; } .pagination li a.next { position: absolute; right:25px; top: 19px; } /* tr-contact */ #gmap { height: 450px; background-color: #ebebeb; } .contact-info .section-title { margin:50px 0 0; } .contact-info { padding-left: 30px; } .contact-info h2 { font-size: 18px; color: #000; font-weight: 500; margin-top: 30px; } .contact-info span { display: block; font-weight: 300; color:#000; } .contact-info address { margin-bottom: 0; } /*tr-feedback*/ .feedback-content.section-padding { padding-top: 0; } .feedback-content .section-title { text-align: center; max-width: 100%; display: block; } .feedback-content .section-title { margin-bottom: 60px; } textarea.form-control { height: 150px; resize: none; padding: 15px 20px; } .contact-form .btn.btn-primary { float: right; margin-top: 20px; } .contact-form .btn.btn-primary:hover { background-color: #fff; } /* tr-footer */ .footer-content { color: #fff; background-color: #242526; } .footer-top { padding: 60px 0 50px; } .footer-top a { color: #fff; } .footer-logo { margin-bottom: 30px; } .footer-widget.widget-menu li { float: left; width: 33.333333%; padding: 0 8px; margin-bottom: 20px; } #menu-quick-links { overflow: hidden; } .footer-widget { font-size: 14px; } .footer-widget span { display: block; font-size: 16px; margin-bottom: 35px; position: relative; font-weight: 500; } .footer-widget span:after { position: absolute; bottom: -5px; left: 0; content: ""; width: 30px; border-bottom: 2px solid; } .footer-social ul li { float: left; font-size: 18px; margin-right: 15px; } .footer-social ul li a { padding: 5px; } .footer-social ul li:last-child { margin-right: 0; } .footer-bottom { color: #979797; overflow: hidden; padding: 30px 0; text-transform: capitalize; border-top: 1px solid #36393b; font-size: 14px; } .footer-bottom a:hover { color: #fff; } .footer-widget.widget_nav_menu { overflow: hidden; } .footer-widget.widget_nav_menu li { margin-bottom: 15px; width: 50%; float: left; } .footer-widget.widget_nav_menu li:last-child { margin-bottom: 0; } .footer-widget .mc4wp-form-fields { position: relative; } .footer-widget .mc4wp-form-fields label { display: block; } .footer-widget .mc4wp-form-fields input { height: 50px; background-color: transparent; border: 1px solid #fff; padding: 5px 20px; width: 100%; } .footer-widget .mc4wp-form-fields input[type="submit"] { width: inherit; position: absolute; bottom: 0; right: 0; border: 0; padding: 5px 10px; color: #000; font-size: 14px; background-color: rgba(255, 255, 255, 0.9); } .footer-widget .mc4wp-form-fields input[type="submit"]:hover, .footer-widget .mc4wp-form-fields input[type="submit"]:focus { background-color: #fff; } .footer-widget .mc4wp-form-fields input::-webkit-input-placeholder, .coming-soon-newsletter .mc4wp-form-fields input::-webkit-input-placeholder { color: #fff; } .footer-widget .mc4wp-form-fields input::-moz-placeholder, .coming-soon-newsletter .mc4wp-form-fields input::-moz-placeholder { color: #fff; } .footer-widget .mc4wp-form-fields input:-ms-input-placeholder, .coming-soon-newsletter .mc4wp-form-fields input:-ms-input-placeholder { color: #fff; } .footer-widget .mc4wp-form-fields input:-moz-placeholder, .coming-soon-newsletter .mc4wp-form-fields input:-moz-placeholder { color: #fff; } .footer-widget.widget_media_image { max-width: 135px; margin-bottom: 20px; } /* =============================================== Extra CSS ================================================= */ #calibar-content { overflow: hidden; } a, .brand img, .pagination li a:after, .btn.btn-primary:before, .member-info, .team-member, .work .work-info, .entry-content, .entry-thumbnail img, .work-image img, .work, .feature-work, .tr-post, .home-slider .carousel-indicators li, .tr-menu .tr-dropdown .icon, .member-img img, .service-icon, .features-icon, .feature-icon, .widget.widget_categories li:after, .mc4wp-form-fields input, .widget ul li.recentcomments:before { -webkit-transition: all 500ms; -moz-transition: all 500ms; -ms-transition: all 500ms; -o-transition: all 500ms; transition: all 500ms; } .mfp-iframe-holder .mfp-content { border-radius: 5px; border: 10px solid #fff; } .mfp-iframe-holder .mfp-close { top: -45px; right: -20px; } .mfp-wrap { z-index: 99999999999; } /* preloader */ div#preloader { position: fixed; left: 0; top: 0; text-align: center; z-index:999999999999999999; width: 100%; height: 100%; background-color: #fff; overflow: visible; font-size: 50px; color: #ffbb00; } div#preloader .icon { display: inline-block; } div#preloader .icon { position: absolute; top: 50%; left: 50%; margin-left: -50px; margin-top: -50px; } /* not-found */ .search-content-wrapper { padding: 50px; background-color: #fff; text-align: center; -webkit-box-shadow: -0px 1px 7px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: -0px 1px 7px 0px rgba(0, 0, 0, 0.1); -ms-box-shadow: -0px 1px 7px 0px rgba(0, 0, 0, 0.1); -o-box-shadow: -0px 1px 7px 0px rgba(0, 0, 0, 0.1); box-shadow: -0px 1px 7px 0px rgba(0, 0, 0, 0.1); } .error-404.not-found .page-content, .no-results.not-found .page-content { max-width: 500px; display: inline-block; padding: 50px 15px; padding-top: 0; } .error-404.not-found, .no-results.not-found { text-align: center; } .not-found h1 { color: #000; font-size: 48px; font-weight: 800; margin-bottom: 25px; } .error-404.not-found h1 { color: #fff; } .error-404.not-found .page-content h1 { margin-bottom: 10px; } .error-404.not-found form { margin: 40px 0; } .not-found h2 { color: #000; font-size: 24px; } .not-found form { position: relative; margin: 30px 0; } .not-found form label { margin-bottom: 0; display: block; } .not-found .search-field { height: 45px; padding: 5px 20px; border: 1px solid #f0f0f0; border-radius: 30px; width: 100%; padding-right: 90px; margin-bottom: 0; } .not-found .search-submit { position: absolute; right: -1px; top: 0; height: 100%; border: 0; color: #fff; padding: 5px 30px; border-radius: 0 30px 30px 0; background-color: #f26744; } .not-found .search-form label:before { position: absolute; content: "\f002"; font-family: "FontAwesome"; font-size: 18px; right: 20px; color: #fff; top: 10px; z-index: 99; cursor: pointer; } .error-404-content { padding: 200px 0 105px; } .calibar-404 { background-color: #242223; } /* Sk Dashboard */ .sk-row { margin-left: -15px; margin-right: -15px; overflow: hidden; } .sk-col-2, .sk-col-3, .sk-col-4{ position: relative; width: 100%; min-height: 1px; padding-right: 15px; padding-left: 15px; float: left; } .sk-col-2 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;} .sk-col-3 { -webkit-box-flex: 0; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; } .sk-col-4 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } /* testimonial */ .testimonial-slider .slick-dots { position: static; margin-top: 30px; overflow: hidden; } .testimonial-slider .slick-dots li { width: 10px; height: 10px; display: block; float: left; background-color: transparent; border: 2px solid #fff; border-radius: 100%; } .testimonial-slider .slick-dots li.slick-active { background-color: #fff; } .testimonial-slider .slick-dots li button { display: none !important; } /* Sidebar Enable CSS */ .tr-post.sidebar-enable.tr-grid-2 .entry-content, .tr-post.sidebar-enable.tr-grid-3 .entry-content { position: relative; width: 100%; margin-top: 0; bottom: 0; padding: 20px 75px 20px 20px; } .tr-post.sidebar-enable.tr-grid-2 .entry-title { font-size: 22px; } .tr-post.sidebar-enable.tr-grid-2 .entry-meta li, .tr-post.sidebar-enable.tr-grid-3 .entry-meta li { font-size: 12px; margin-right: 10px; } .tr-post.sidebar-enable.tr-grid-2:hover .entry-thumbnail img, .tr-post.sidebar-enable.tr-grid-3:hover .entry-thumbnail img { transform: inherit; } .tr-post.sidebar-enable.tr-grid-2 .entry-content .read-more { right: 20px; } .tr-post.sidebar-enable.tr-grid-3 .entry-content { padding: 15px 45px 15px 15px; } .tr-post.sidebar-enable.tr-grid-3 .entry-title { font-size: 18px; } .tr-post.sidebar-enable.tr-grid-3 .entry-content .read-more { right: 15px; font-size: 14px; width: 30px; height: 30px; line-height: 30px; margin-top: -15px; } /* coming-soon-newsletter */ .coming-soon-newsletter .mc4wp-form-fields { color: #fff; width: 450px; display: inline-block; position: relative; } .coming-soon-newsletter .mc4wp-form-fields label { display: block; } .coming-soon-newsletter .mc4wp-form-fields p { margin-bottom: 0; } .coming-soon-newsletter .mc4wp-form-fields input { height: 55px; border: 1px solid #fff; width: 100%; padding: 5px 20px; background-color: rgba(255, 255, 255, 0.3); margin-bottom: 0; border-radius: 4px; } .coming-soon-newsletter .mc4wp-form-fields input:focus { background-color: transparent; } .coming-soon-newsletter .mc4wp-form-fields input[type="submit"] { position: absolute; bottom: 0; right: 0; width: inherit; color: #000; border: 0; border-radius: 0 4px 4px 0; background-color: rgba(255, 255, 255, 0.7); } .coming-soon-newsletter .mc4wp-form-fields input[type="submit"]:focus, .coming-soon-newsletter .mc4wp-form-fields input[type="submit"]:hover { background-color: #fff; } .prev-next.tr-section { overflow: hidden; margin-bottom: 50px; padding: 30px; background-color:#fff; border: 1px solid #f0f0f0; -webkit-transition: all 500ms; -moz-transition: all 500ms; -ms-transition: all 500ms; -o-transition: all 500ms; transition: all 500ms; -webkit-box-shadow: -0px 1px 7px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: -0px 1px 7px 0px rgba(0, 0, 0, 0.1); -ms-box-shadow: -0px 1px 7px 0px rgba(0, 0, 0, 0.1); -o-box-shadow: -0px 1px 7px 0px rgba(0, 0, 0, 0.1); box-shadow: -0px 1px 7px 0px rgba(0, 0, 0, 0.1); } .prev-next.tr-section:hover { box-shadow: none; } .no-btn .right-content { display: none; } .tr-post.tr-post-grid .entry-content{ padding: 35px; } .tr-post.tr-post-grid .entry-title{ font-size: 20px; max-width: 300px; } .tr-post.tr-post-grid .entry-content.no-thumb { bottom: 15px; } .tr-post.tr-post-grid .entry-content .read-more { right:35px; } blockquote { margin: 0 0 1rem; position: relative; padding: 90px 60px 60px; background-color: #00aeef; color: #fff; font-style: italic; } blockquote:before { position: absolute; content: "\f10e"; font-family: FontAwesome; font-size:30px; color: #fff; top:40px; left: 50%; margin-left: -15px; } blockquote a, blockquote a:hover { font-weight: bold; color:#fff; } .tr-sticky-post { position: absolute; z-index: 10; color: #fff; left: 35px; top: 30px; } .blog-content.blog-details .kc-container { padding: 0; } .blog-content.blog-details .media { margin-top: 25px; } .about-us-text-wrap { max-width: 420px; display: block; } .sk-post-sc .entry-meta ul li { margin-right: 10px; } .sk-post-sc .entry-meta ul li:after { content: "/"; margin-left: 10px; } .sk-post-sc .entry-meta ul li:last-child:after { content: ""; } .blog-details .kc-image-gallery { margin: 15px 0; } .portfolio-details .details-info { margin-left: -15px; margin-right: -15px; font-weight: 300; } .portfolio-details .entry-meta { margin-bottom: 25px; } .main-content .page-content { margin: 0; } .comment-author { float: left; } .comment-author>img { margin-right: 10px; border-radius: 100%; } .comments-area .comment-metadata { float: right; } .comments-area .comment-content { padding-left: 45px; clear: both; } .comments-area .reply { text-align: right; } /* General Social Button Styling */ .social-icons { height: 25px; } .social-icons li { list-style-type: none !important; float: left; margin-top: 10px; margin-right: 10px; margin-bottom: 10px; margin-left: 0 !important; font-size: 12px !important; font-weight: bold !important; } .social-icons li:last-child { margin-right: 0 !important; } /* Facebook Button Styling */ li.social-icon.facebook a { border-top: 1px solid #3b5998; border-left: 1px solid #3b5998; border-bottom: 1px solid #3b5998; padding: 3px 5px 3px 15px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; color: #3b5998; font-family: 'Helvetica Neue', Helvetica, Arial, 'lucida grande', tahoma, verdana, arial, sans-serif; text-decoration: none; } li.social-icon.facebook a:hover { background-color: #3b5998; color: white; } li.social-icon.facebook span.share-count { border: 1px solid #3b5998; padding: 3px 10px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; color: #3b5998; font-family: 'Helvetica Neue', Helvetica, Arial, 'lucida grande', tahoma, verdana, arial, sans-serif; } /* Twitter Button Styling */ li.social-icon.twitter a { border-top: 1px solid #55acee; border-left: 1px solid #55acee; border-bottom: 1px solid #55acee; padding: 3px 5px 3px 15px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; color: #55acee; font-family: 'Helvetica Neue', Helvetica, Arial, 'lucida grande', tahoma, verdana, arial, sans-serif; text-decoration: none; } li.social-icon.twitter a:hover { background-color: #55acee; color: white; } li.social-icon.twitter span.share-count { border: 1px solid #55acee; padding: 3px 10px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; color: #55acee; font-family: 'Helvetica Neue', Helvetica, Arial, 'lucida grande', tahoma, verdana, arial, sans-serif; } /* Google+ Button Styling */ li.social-icon.google-plus a { border-top: 1px solid #dd4b39; border-left: 1px solid #dd4b39; border-bottom: 1px solid #dd4b39; padding: 3px 5px 3px 15px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; color: #dd4b39; font-family: 'Helvetica Neue', Helvetica, Arial, 'lucida grande', tahoma, verdana, arial, sans-serif; text-decoration: none; } li.social-icon.google-plus a:hover { background-color: #dd4b39; color: white; } li.social-icon.google-plus span.share-count { border: 1px solid #dd4b39; padding: 3px 10px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; color: #dd4b39; font-family: 'Helvetica Neue', Helvetica, Arial, 'lucida grande', tahoma, verdana, arial, sans-serif; } /* Flattr Button Styling */ li.social-icon.flattr a { border-top: 1px solid #338d11; border-left: 1px solid #338d11; border-bottom: 1px solid #338d11; padding: 3px 5px 3px 15px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; color: #338d11; font-family: 'Helvetica Neue', Helvetica, Arial, 'lucida grande', tahoma, verdana, arial, sans-serif; text-decoration: none; } li.social-icon.flattr a:hover { background-color: #338d11; color: white; } li.social-icon.flattr span.share-count { border: 1px solid #338d11; padding: 3px 10px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; color: #338d11; font-family: 'Helvetica Neue', Helvetica, Arial, 'lucida grande', tahoma, verdana, arial, sans-serif; } /* LinkedIn Button Styling */ li.social-icon.linkedin a { border-top: 1px solid #0976b4; border-left: 1px solid #0976b4; border-bottom: 1px solid #0976b4; padding: 3px 5px 3px 15px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; color: #0976b4; font-family: 'Helvetica Neue', Helvetica, Arial, 'lucida grande', tahoma, verdana, arial, sans-serif; text-decoration: none; } li.social-icon.linkedin a:hover { background-color: #0976b4; color: white; } li.social-icon.linkedin span.share-count { border: 1px solid #0976b4; padding: 3px 10px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; color: #0976b4; font-family: 'Helvetica Neue', Helvetica, Arial, 'lucida grande', tahoma, verdana, arial, sans-serif; } .price { margin: 15px 0; background-color: #fff; -webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: -0px 1px 7px 0px rgba(0, 0, 0, 0.1); -ms-box-shadow: -0px 1px 7px 0px rgba(0, 0, 0, 0.1); -o-box-shadow: -0px 1px 7px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1); } .price span.pricing-title { color: #3e3a3a; font-size: 20px; font-weight: 700; display: block; text-transform: uppercase; margin-bottom: 20px; } .price>span { display: block; padding: 30px 15px; margin-bottom: 30px; border-bottom: 2px solid #f5f5f5; } .pricing-price { margin: 40px 0; } .pricing-price h1 { color: #666; margin-bottom: 0; } .pricing-price sup { top: -5px; font-weight: 300; margin-right: 2px; } .pricing-price sub{ bottom: 0; } .pricing-list { padding: 20px 15px; margin-bottom: 15px; overflow: hidden; border-bottom: 2px solid #f5f5f5; } .pricing-list li { margin-bottom: 20px; } .pricing-button { padding-bottom: 50px; }