/* ===================================== Theme Name: Speedstar Description: Just another blog theme Version: 1.0 ========================================*/ /*============================ Table of Content =============================== * Default CSS * Header CSS * Slider Area CSS + Big Slider + Featured Slider * Main Area CSS + Blog Posts + Blog Sidebar + Blog Single * Instagram Area CSS * Footer CSS ===============================*/ /*============================= Header Style ===============================*/ .site-header .topbar{ padding:12px 0; -webkit-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.34); -moz-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.34); box-shadow:0px 0px 5px rgba(0, 0, 0, 0.34); } .site-header .top-nav li { display: inline-block; margin-right: 30px; text-transform: uppercase; } .site-header .top-nav li:last-child{ margin-right:0px; } .site-header .top-nav li a { color: #000; } .site-header .top-nav li:hover a{ color:#D2527F } .site-header .top-right { float: right; } .site-header .social { float: left; margin-right: 25px; padding-right: 25px; border-right: 1px solid #ccc; } .site-header .social li { display: inline-block; margin-right: 20px; } .site-header .social li:last-child{ margin-right:0px; } .site-header .social li a { color: #000; } .site-header .social li:hover a{ color:#D2527F } .site-header .search-form { float: left; } .site-header .search-form .form { position: relative; } .site-header .form input { padding: 0 0 0 15px; width: 190px; border: 1px solid #eee; height: 30px; line-height: 30px; text-transform: uppercase; font-size: 13px; } .site-header .form:hover input{ border-color:transparent; } .site-header .form .icon { position: absolute; right: 15px; color: #999; top: 2px; } .site-header .form .icon:hover{ color:#D2527F; } .site-header .middle-header { padding: 30px; } .site-header .logo{ text-align:center; } .site-header .logo img { display: inline-block; } .site-header .logo h2 { font-size: 50px; margin: 20px; } .site-header .logo a { color: #000; text-transform: uppercase; letter-spacing: 10px; } .site-header .logo p{ font-weight:500; font-size:15px; } .site-header .main-menu { text-align: center; margin-top: 50px; } .site-header .nav { text-align: center; display: inline-block; } .site-header .nav ul{ text-align:center; } .site-header .nav ul li { display: inline-block; margin-right: 80px; text-transform: uppercase; position:relative; } .site-header .nav ul li:last-child{ margin-right:0px; } .site-header .nav ul li a { font-weight:500; color: #000; } .site-header .nav ul li:hover a, .site-header .nav ul li.active a{ color:#D2527F } .site-header .nav ul li .dropdown { position: absolute; top: 40px; left: 50px; width: 250px; z-index: 999; background: #000; padding: 15px; opacity:0; visibility:hidden; -webkit-transition:all 0.4s ease; -moz-transition:all 0.4s ease; transition:all 0.4s ease; } .site-header .nav ul li:hover .dropdown{ left:0; opacity:1; visibility:visible; } .site-header .nav ul li .dropdown li { margin-right: 0px; float: none; display: block; text-align: left; margin-bottom: 14px; } .site-header .nav ul li .dropdown li:last-child{ margin-bottom:0px; } .site-header .nav ul li .dropdown li a { color: #eee; } .site-header .nav ul li .dropdown li:hover a{ color:#D2527F } /* Style 2 */ .site-header.style2{} .site-header.style2 .topbar{ background:#D1527F } .site-header.style2 .topbar .social{ background:#D1527F; margin:0; border:none; } .site-header.style2 .topbar .social li a{ color:#fff; } .site-header.style2 .logo { text-align: left; } .site-header.style2 .form input { border-radius: 30px; } .site-header.style2 .main-menu { text-align: center; margin-top: 10px; } .site-header.style2 .nav { text-align: center; display: inline-block; float: right; } .site-header.style2 .nav ul li { margin-right: 45px; } .site-header.style2 .nav ul li:last-child{ margin-right:0px; } /* Style 3 */ .site-header.style3{} .site-header.style3 .top-right { float: left; } .site-header.style3 .contact{} .site-header.style3 .contact li{ display:inline-block; margin-right:15px; } .site-header.style3 .contact li:last-child{ margin-right:0px; } .site-header.style3 .contact li a{ color:#333; } .site-header.style3 .topbar{ background:#f8f8f8; box-shadow:none; } .site-header.style3 .topbar .social { padding: 0; border: none; float: right; margin: 0; } .site-header.style3 .topbar .social li a { color: #000; } .site-header.style3 .topbar .social li:hover a{ color:#D2527F; } .site-header.style3 .logo { text-align: left; } .site-header.style3 .form input { border-radius: 30px; } .site-header.style3 .main-menu { text-align: center; margin-top: 10px; } .site-header.style3 .nav { text-align: center; float: right; } .site-header.style3 .nav ul li { margin-right: 45px; } .site-header.style3 .nav ul li:last-child{ margin-right:0px; } /* Style 4 */ .site-header.style4 .logo { text-align: left; } .site-header.style4.logo { text-align: left; } .site-header.style4 .main-menu { text-align: center; margin-top: 10px; position: relative; z-index: 3333; margin-right: 50px; } .site-header.style4 .search-form { float: right; position: absolute; right: 0; top: 0; width: 100%; } .site-header.style4 .form .icon { top: 10px; } .site-header.style4 .form input { border-radius: 30px; width: 100%; border: 1px solid #eee; opacity: 0; visibility: hidden; height: 42px; } .site-header.style4 .nav ul li { margin-right: 45px; } .site-header.style4 .nav ul li:last-child{ margin-right:0px; } .site-header.style4 .nav { text-align: center; float: right; } .site-header.style4.active .main-menu{ opacity:0; visibility:hidden; } .site-header.style4.active .search-form .form input{ opacity:1; visibility:visible; } /* Style 5 */ .site-header.style5 .logo { text-align: left; } .site-header.style5.logo { text-align: left; } .site-header.style5 .main-menu { position:relative; right:0; top:-100%; text-align: center; margin-top: 10px; width:100%; opacity:0; visibility:hidden; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; transition: all 0.4s ease; z-index:8555 } .site-header.style5.active .main-menu { top:0%; opacity:1; visibility:visible; } .site-header.style5 .nav ul li { margin-right: 45px; } .site-header.style5 .nav ul li:last-child{ margin-right:0px; } .site-header.style5 .nav { text-align: center; float: right; margin-right: 30px; } .site-header.style5 .bars { position: absolute; right: 0; top: 5px; } .site-header.style5 .bars a { color: #D2527F; width: 30px; height: 30px; line-height: 30px; border-radius: 100%; display: inline-block; border: 1px solid #eee; text-align: center; } .site-header.style5 .bars a:hover{ background:#D2527F; color:#fff; border-color:transparent; } /*============================= End Header Style ===============================*/ /*============================= Slider Area ===============================*/ .big-slider .single-slider{ background-size:cover; background-position:center; background-repeat:no-repeat; height:550px; } .big-slider .welcome-text{ text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; height: 550px; } .big-slider .inner-text { background: #fff; display: inline-block; padding: 50px; background: rgba(255, 255, 255, 0.78); margin: 0 270px; } .big-slider .welcome-text span.base { display: inline-block; border: 2px solid #000; padding: 5px 25px; color: #000; text-transform: uppercase; font-weight: 500; } .big-slider .welcome-text span a{ color:#333; } .big-slider .welcome-text span.base a{ color:#000; } .big-slider .welcome-text h2 { font-size: 35px; text-transform: initial; margin: 30px 0; } .big-slider .welcome-text span.date { display: block; font-size: 16px; } .big-slider .welcome-text .btn { color: #fff; padding: 10px 45px; margin-top: 30px; } .big-slider .owl-controls .owl-nav{} .big-slider .owl-controls .owl-nav div { position: absolute; top: 50%; margin: -30px 0 0 0; width: 40px; height: 60px; line-height: 60px; font-size: 30px; background: rgba(255, 255, 255, 0.3); border:1px solid #fff; border-radius: 0px; padding: 0; -webkit-transition:all 0.4s ease; -moz-transition:all 0.4s ease; transition:all 0.4s ease; } .big-slider .owl-controls .owl-nav div:hover{ background:#D2527F; color:#fff; } .big-slider .owl-controls .owl-nav div.owl-prev{ left:0; } .big-slider .owl-controls .owl-nav div.owl-next{ right:0; } .big-slider .owl-dots{ margin-top:30px; } .big-slider .owl-dots .owl-dot{ margin-right:10px; } .big-slider .owl-dots .owl-dot span { width: 12px; height: 12px; line-height: 12px; border: 1px solid #ccc; background: transparent; transition:all 0.4s ease; margin: 0; } .big-slider .owl-dots .owl-dot:hover span, .big-slider .owl-dots .owl-dot.active span{ border-color:transparent; background:#D2527F } /* Slider Animation */ .big-slider .owl-item.active .inner-text{ animation: fadeIn 0.8s both 1s; } /* Featured Slider */ .slider-area{ padding:50px 0; } .slider-area .single-slider{ overflow:hidden; } .slider-area .single-slider img{ height:270px; transition:all 2s ease; } .slider-area .single-slider:hover img{ transform:scale(1.5) } .slider-area .single-slider .text-inner { position: absolute; bottom: 33%; right: 5%; left: 5%; padding: 15px 4% 13px; background: rgba(255, 255, 255, 0.65); -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; min-height: 60px; text-align: center; min-width: 200px; } .slider-area .single-slider .text-inner h4 { font-size: 15px; margin-bottom: 10px; } .slider-area .single-slider .text-inner{ position: absolute; bottom: 33%; right: 5%; left: 5%; padding: 15px 4% 13px; background: rgba(255, 255, 255, 0.65); -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; min-height: 60px; text-align: center; min-width: 200px; } .slider-area .single-slider .meta p{} .slider-area .single-slider .meta .date { text-transform: uppercase; font-size: 13px; margin-right: 10px; } .slider-area .single-slider .meta a { background: #000; color: #fff; padding: 0 10px; } #slider-area .owl-controls .owl-nav{} #slider-area .owl-controls .owl-nav div { position: absolute; top: 50%; margin: -50px 0 0 0; width: 40px; height: 60px; line-height: 60px; font-size: 30px; background: transparent; border: 1px solid #fff; border-radius: 0px; padding: 0; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; transition: all 0.4s ease; } #slider-area .owl-controls .owl-nav div:hover{ background:#D2527F } #slider-area .owl-controls .owl-nav div.owl-prev{ left:0; } #slider-area .owl-controls .owl-nav div.owl-next{ right:0; } .slider-area .owl-dots{ margin-top:30px; } .slider-area .owl-dots .owl-dot{ margin-right:10px; } .slider-area .owl-dots .owl-dot span { width: 12px; height: 12px; line-height: 12px; border: 1px solid #ccc; background: transparent; margin: 0; transition:all 0.4s ease; } .slider-area .owl-dots .owl-dot:hover span, .slider-area .owl-dots .owl-dot.active span{ border-color:transparent; background:#D2527F } /* Featured Slider Two */ .slider-area.two .text-inner { bottom: 0; left: 0; width: 100%; } /*============================= End Slider Area ===============================*/ /*============================= Main Area ===============================*/ .main-area{ margin:50px 0; } /* Latest Blog */ .main-area .single-blog { text-align: center; margin-bottom: 50px; padding-bottom: 50px; border-bottom: 1px solid #bbb; } .main-area .single-blog:last-child{ border:none; margin:0; padding:0; } .main-area .blog-head .heading .date { background: #000; display: inline-block; color: #fff; padding: 5px 13px; } .main-area .blog-head .heading h2 { text-transform: capitalize; margin: 10px 0; color: #000; } .main-area .blog-head .heading .author { color: #000; text-transform: capitalize; text-align: center; } .main-area .blog-head .heading .author a { color: #D2527F; margin-left: 5px; } .main-area .blog-head .heading .author:hover a{ color:#000; } .main-area .blog-head img{ width:100%; } .main-area .blog-head img:hover{ opacity:0.7; } .main-area .blog-head p { text-align: left; margin: 20px 0; } .main-area .blog-head .btn i{ margin-right:10px; } .main-area .blog-bottom { margin-top: 20px; } .main-area .blog-bottom .bottom-inner { overflow: hidden; } .main-area .blog-bottom .bottom-inner .title { color: #000; margin-right: 20px; } .main-area .blog-bottom .share { float: left; } .main-area .blog-bottom .share li { display: inline-block; margin-right: 10px; } .main-area .blog-bottom .share li a{ color:#555; } .main-area .blog-bottom .share li:hover a{ color:#D2527F } .main-area .blog-bottom .share li i{} .main-area .blog-bottom .labels { float: right; } .main-area .blog-bottom .labels li { display: inline-block; margin-right: 10px; } .main-area .blog-bottom .labels li a{ color:#555; } .main-area .blog-bottom .labels li:hover a{ color:#D2527F } .main-area .blog-bottom .comments { text-align: left; margin-top: 10px; } .main-area .blog-bottom .comments p { color: #999; } /* Blog Sidebar */ .main-area .sidebar .single-sidebar{ margin-bottom: 30px; } .main-area .sidebar .single-sidebar h2 { text-align: center; border: 1px solid #ccc; font-size: 15px; text-transform: uppercase; padding: 10px 0; margin-bottom: 20px; } .main-area .single-sidebar.author { text-align: center; } .main-area .single-sidebar.author img { width: 180px; height: 180px; border-radius: 100%; display: inline-block; } .main-area .single-sidebar.author img:hover{ opacity:0.7; } .main-area .single-sidebar.author h4 { margin: 15px 0; } .main-area .sidebar .single-sidebar h4 a{ color:#000 } .main-area .sidebar .single-sidebar h4:hover a{ color:#D2527F; } .main-area .single-sidebar.author p { font-size: 13px; } /* Subscription */ .main-area .single-sidebar.subscription{} .main-area .single-sidebar.subscription form { width: 100%; background: #f5f5f5; padding: 20px; } .main-area .single-sidebar.subscription input { width: 100%; padding: 10px; } .main-area .single-sidebar.subscription button { background:#CF527F; width: 100%; color: #fff; margin-top: 15px; padding: 10px; text-transform: capitalize; cursor:pointer; } .main-area .single-sidebar.subscription button:hover{ background:#000; color:#fff; } /* Latest Posts */ .main-area .single-sidebar.posts{} .main-area .single-sidebar.posts .single-post.big img { width: 100%; height: 100%; border-radius: 0px; margin: 0; float: none; } .main-area .single-sidebar.posts .single-post.big h4{ margin:10px 0; } .main-area .single-sidebar.posts .single-post { margin-bottom: 25px; padding-bottom: 25px; border-bottom: 1px solid #eee; overflow: hidden; } .main-area .single-sidebar.posts .single-post:last-child{ border-bottom:none; margin:0; padding:0; } .main-area .single-sidebar.posts .single-post img { width: 80px; height: 80px; border-radius: 100%; float: left; margin-right: 10px; } .main-area .single-sidebar.posts .single-post img:hover{ opacity:0.7; } .main-area .single-sidebar.posts .single-post h4 { font-size: 14px; margin-bottom: 10px; } .main-area .single-sidebar.posts .single-post h4 a{ color:#D2527F } .main-area .single-sidebar.posts .single-post h4:hover a{ color:#000 } .main-area .single-sidebar.posts .single-post p { font-size: 13px; } .main-area.single .related-posts { margin-top: 30px; padding-top: 0px; border-top: 1px solid #eee; } .main-area.single .related-posts h2 { font-size: 20px; margin-top: 30px; } .main-area.single .related-posts .single-post { margin-top: 30px; } .main-area.single .related-posts .single-post h4 { font-size: 14px; margin-top: 10px; } .main-area.single .related-posts .single-post h4 a { color: #000; } .main-area.single .related-posts .single-post h4:hover a{ color:#D25380; } /* Blog Comments */ .main-area.single .blog-comments { margin-top: 30px; background: #fff; padding-top: 30px; border-top: 1px solid #eee; } .main-area.single .blog-comments h2 { font-size: 20px; margin-bottom: 20px; } .main-area.single .single-comments { overflow: hidden; margin-bottom: 30px; text-align: left; } .main-area.single .single-comments:last-child{ border-bottom:0px solid; padding:0px; margin:0; } .main-area.single .single-comments .main { overflow: hidden; } .main-area.single .single-comments .head { float: left; text-align: center; width: 12%; } .main-area.single .single-comments .head img { width: 80px; height: 80px; line-height: 80px; } .main-area.single .single-comments .body { float: left; border: 1px solid #eee; padding: 20px; width: 80%; } .main-area.single .single-comments .comment-list { padding-top: 30px; overflow: hidden; } .main-area.single .single-comments .comment-list .body { width: 78%; } .main-area.single .single-comments h4 { margin: 0 0 10px; font-size: 15px; text-align: left; font-weight: 600; color: #353535; } .main-area.single .single-comments .meta { font-size: 13px; margin: 0; color: #666; font-weight: 400; margin-left: 10px; } .main-area.single .single-comments p { font-size: 13px; } .main-area.single .single-comments a { text-transform: uppercase; font-size: 12px; font-weight: 400; display: block; color: #D2527F; } .main-area.single .single-comments a:hover{ color:#000; } .main-area.single .single-comments a i{ margin-right:5px; } .main-area.single .comment-list { padding-left:50px; } /*============================= End Main Area ===============================*/ /*============================= Instagram Area ===============================*/ .instagram .single-instagram::before { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #D2527F; opacity: 0; visibility:hidden; content: ""; z-index: 33; z-index:30; -webkit-transition:all 0.4s ease; -moz-transition:all 0.4s ease; transition:all 0.4s ease; } .instagram .single-instagram:hover:before{ opacity:1; visibility:visible; } .instagram .single-instagram a{} .instagram .single-instagram img{ height:230px; } .instagram .single-instagram .zoom { position: absolute; right: 8px; z-index: 555; top: 0; color: #fff; font-size: 25px; -webkit-transform: translateX(55px); -moz-transform: translateX(55px); transform: translateX(55px); opacity:0; visibility:hidden; } .instagram .single-instagram:hover .zoom{ transform: translateX(0px); opacity:1; visibility:visible; } .instagram .insta-hover { position: absolute; top: 0%; width: 100%; text-align: center; z-index: 33; margin-top: -33px; opacity: 0; visibility:hidden; -webkit-transition:all 0.4s ease; -moz-transition:all 0.4s ease; transition:all 0.4s ease; } .instagram .single-instagram:hover .insta-hover { top:50%; opacity:1; visibility:visible; } .instagram .insta-hover .love { display: inline-block; margin-right: 15px; color:#fff; } .instagram .insta-hover i { margin-right: 5px; width: 30px; height: 30px; line-height: 30px; border: 1px solid #eee; border-radius: 100%; } .instagram .insta-hover .comments { display: inline-block; color:#fff; } .instagram .insta-hover .comments i{ margin-right:5px; } .instagram .insta-hover p { text-align: center; display:block; margin-top:10px; } .instagram .insta-hover p a{ color:#fff; } /*============================= End Instagram Area ===============================*/ /*============================= Footer Area ===============================*/ .footer { background: #000000; } .footer .footer-top { padding: 50px 0 80px; } .footer .single-widget{ margin-top:30px; } .footer .single-widget h2 { font-size: 15px; color: #fff; text-transform: uppercase; margin-bottom: 15px; } /* Post Widget */ .footer .single-widget.post ul li { line-height: 36px; } .footer .single-widget.post ul li a { color: #bbb; } .footer .single-widget.post ul li:hover a{ color:#D2527F; } .footer .single-widget.post ul li a i { width: 20px; color: #D2527F; } .footer .single-widget.comments ul li { line-height: 36px; } .footer .single-widget.comments ul li a { color: #ccc; text-transform: capitalize; } .footer .single-widget.comments ul li .author:hover{ color:#D2527F; } .footer .single-widget.comments ul li i{ color:#D2527F; margin:0 5px; } /* Product Widget */ .footer .single-widget.product{} .footer .single-widget.product .product-main{} .footer .single-widget.product .product-left { margin-bottom: 15px; } .footer .single-widget.product .product-left { margin-bottom: 15px; float: left; } .footer .single-widget.product .product-left h4 { font-size: 15px; text-transform: capitalize; } .footer .single-widget.product .product-left h4 a { color: #eee; } .footer .single-widget.product .product-left h4:hover a{ color:#D2527F; } .footer .single-widget.product .product-left p { color: #bbb; } .footer .single-widget.product .single-product { overflow: hidden; } .footer .single-widget.product .single-product img { float: right; width: 50px; height: 50px; } /* Footer Bottom */ .footer .footer-bottom { background: #222; padding: 20px 0; } .footer .footer-bottom .copyright p { color: #fff; } .footer .footer-bottom .copyright p a{ color:#D2527F } .footer .footer-bottom .social { float: right; } .footer .footer-bottom .social li { display: inline-block; margin-right: 20px; } .footer .footer-bottom .social li:last-child{ margin-right:0px; } .footer .footer-bottom .social li a { color:#fff; } .footer .footer-bottom .social li:hover a{ color:#D2527F } /* Style 2*/ .footer.style2{ background:#000000; } .footer.style2 .footer-top { padding: 20px 0 50px; } .footer.style2 .footer-nav{ text-align:center; } .footer.style2 .footer-nav li{ display:inline-block; margin-right:20px; text-transform:uppercase; } .footer.style2 .footer-nav li a{ color:#fff; font-weight:500; } .footer.style2 .footer-nav li:hover a{ color:#D2527F; } .footer.style2 .social{ float:right; } .footer.style2 .social li { display: inline-block; margin-right: 20px; } .footer.style2 .social li:last-child{ margin-right:0px; } .footer.style2 .social li a{ color:#fff; } .footer.style2 .social li:hover a{ color:#D2527F; } .footer.style2 .footer-bottom { background: transparent; text-align: center; padding: 0; } .footer.style2 .copyright { border-top: 1px solid #bbb; padding: 20px 0; } /* Style 3*/ .footer.style3{ background:#000000; } .footer.style3 .footer-top { padding: 20px 0 50px; } .footer.style3 .footer-nav { text-align: left; } .footer.style3 .footer-nav li{ display:inline-block; margin-right:20px; text-transform:uppercase; } .footer.style3 .footer-nav li a{ color:#fff; font-weight:500; } .footer.style3 .footer-nav li:hover a{ color:#D2527F; } .footer.style3 .social{ float:right; } .footer.style3 .social li { display: inline-block; margin-right: 20px; } .footer.style3 .social li:last-child{ margin-right:0px; } .footer.style3 .social li a{ color:#fff; } .footer.style3 .social li:hover a{ color:#D2527F; } .footer.style3 .social li a i{} .footer.style3 .footer-bottom { background: transparent; text-align:center; } .footer.style3 .copyright { border-top: 1px solid #bbb; padding-top: 20px; } .footer.style4 .single-widget ul {} .footer.style4 .single-widget ul li { line-height: 36px; } .footer.style4 .single-widget ul li a { color:#fff; font-weight:500; } .footer.style4 .single-widget ul li:hover a{ color:#D2527F } .footer.style4 .social{ float:none; text-align:center; } .footer.style4 .social li { display:inline-block; margin-right:10px; } .footer.style4 .social li a { color: #fff; width: 40px; height: 40px; line-height: 40px; border-radius: 100%; display: inline-block; border: 1px solid #eee; } .footer.style4 .social li:hover a{ color:#fff; background:#D2527F; border-color:transparent; } .footer.style4 .copyright { text-align: center; margin-top: 30px; } .footer.style4 .footer-bottom { background: transparent; border-top: 1px solid #bbb; padding: 30px 0; } /*============================= End Footer Area ===============================*/