/* Theme Name: Blog Era Theme URI: Author: Underscores.me Author URI: http://96themes.com/ Description: Blog Era is a Responsive Blogger Template, it is clean and compatible with many devices, It’s perfect for creating your blog, no need to coding as it is very customizable. Version: 1.0.0 License: GNU General Public License v2 or later License URI: LICENSE Text Domain: blog-era Tags: translation-ready, custom-background, theme-options, custom-menu, threaded-comments, blog, education, news, custom-logo,right-sidebar, left-sidebar, custom-header Normalizing styles have been helped along thanks to the fine work of Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/ */ /*-------------------------------------------------------------- >>> TABLE OF CONTENTS: ---------------------------------------------------------------- # Normalize # Typography # Elements # Forms # Navigation ## Links ## Menus # Accessibility # Alignments # Clearings # Widgets # Content ## Posts and pages ## Comments # Infinite scroll # Media ## Captions ## Galleries --------------------------------------------------------------*/ /*-------------------------------------------------------------- # Normalize --------------------------------------------------------------*/ html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } body { margin: 0; } article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a { background-color: transparent; } a:active, a:hover { outline: 0; } abbr[title] { border-bottom: 1px dotted; } b, strong { font-weight: bold; } dfn { font-style: italic; } h1 { font-size: 2em; margin: 0.67em 0; } mark { background: #ff0; color: #000; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; } svg:not(:root) { overflow: hidden; } figure { margin: 1em 40px; } hr { box-sizing: content-box; height: 0; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } button { overflow: visible; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } legend { border: 0; padding: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } /*-------------------------------------------------------------- # Typography --------------------------------------------------------------*/ body, button, input, select, optgroup, textarea { color: #404040; font-family: sans-serif; font-size: 16px; font-size: 1rem; line-height: 1.5; } h1, h2, h3, h4, h5, h6 { clear: both; } p { margin-bottom: 1.5em; } dfn, cite, em, i { font-style: italic; } blockquote { margin: 0 1.5em; } address { margin: 0 0 1.5em; } pre { background: #eee; font-family: "Courier 10 Pitch", Courier, monospace; font-size: 15px; font-size: 0.9375rem; line-height: 1.6; margin-bottom: 1.6em; max-width: 100%; overflow: auto; padding: 1.6em; } code, kbd, tt, var { font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; font-size: 15px; font-size: 0.9375rem; } abbr, acronym { border-bottom: 1px dotted #666; cursor: help; } mark, ins { background: #fff9c0; text-decoration: none; } big { font-size: 125%; } /*-------------------------------------------------------------- # Elements --------------------------------------------------------------*/ html { box-sizing: border-box; } *, *:before, *:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */ box-sizing: inherit; } blockquote:before, blockquote:after, q:before, q:after { content: ""; } blockquote, q { quotes: "" ""; } hr { background-color: #ccc; border: 0; height: 1px; margin-bottom: 1.5em; } ul, ol { margin: 0 0 1.5em 3em; } ul { list-style: disc; } ol { list-style: decimal; } li > ul, li > ol { margin-bottom: 0; margin-left: 1.5em; } dt { font-weight: bold; } dd { margin: 0 1.5em 1.5em; } img { display: block; height: auto; /* Make sure images are scaled correctly. */ max-width: 100%; /* Adhere to container width. */ } figure { margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */ } table { margin: 0 0 1.5em; width: 100%; } /*-------------------------------------------------------------- # Forms --------------------------------------------------------------*/ button, input[type="button"], input[type="reset"], input[type="submit"] { border: 1px solid; border-color: #ccc #ccc #bbb; border-radius: 3px; background: #e6e6e6; color: rgba(0, 0, 0, .8); font-size: 12px; font-size: 0.75rem; line-height: 1; padding: .6em 1em .4em; } button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { border-color: #ccc #bbb #aaa; } button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active { border-color: #aaa #bbb #bbb; } input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea { color: #666; border: 1px solid #ccc; border-radius: 3px; padding: 3px; } select { border: 1px solid #ccc; padding: 5px; } input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus { color: #111; } textarea { width: 100%; } /*-------------------------------------------------------------- # Navigation --------------------------------------------------------------*/ /*-------------------------------------------------------------- ## Links --------------------------------------------------------------*/ a:focus, a:hover, a:active { outline: 0; } /*-------------------------------------------------------------- ## Menus --------------------------------------------------------------*/ .main-navigation { clear: both; display: block; float: left; width: 100%; } .main-navigation ul { display: none; list-style: none; margin: 0; padding-left: 0; } .main-navigation li { float: left; position: relative; } .main-navigation a { display: block; text-decoration: none; } .main-navigation ul ul { border-top: 5px solid #00f; box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); float: left; position: absolute; top: 100%; left: -999em; z-index: 99999; } .main-navigation ul ul ul { left: -999em; top: 0; } .main-navigation ul ul a { width: 200px; } .main-navigation ul ul li { } .main-navigation li:hover > a, .main-navigation li.focus > a { } .main-navigation ul ul :hover > a, .main-navigation ul ul .focus > a { } .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul { left: auto; } .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul { left: 100%; } .main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a, .main-navigation .current-menu-ancestor > a { } .main-navigation li li{ border-bottom: 1px solid rgba(0, 0, 0, 0.7); } .main-navigation li li:last-child{ border-bottom: 0; } /* Small menu. */ .menu-toggle, .main-navigation.toggled ul { display: block; } @media screen and (min-width: 37.5em) { .menu-toggle { display: none; } .main-navigation ul { display: block; } } .site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation { margin: 0 0 1.5em; overflow: hidden; } .comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous { float: left; width: 50%; } .comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next { float: right; text-align: right; width: 50%; } /*-------------------------------------------------------------- # Accessibility --------------------------------------------------------------*/ /* Text meant only for screen readers. */ .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */ } .screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b; display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar. */ } /* Do not show the outline on the skip link target. */ #content[tabindex="-1"]:focus { outline: 0; } /*-------------------------------------------------------------- # Alignments --------------------------------------------------------------*/ .alignleft { display: inline; float: left; margin-right: 1.5em; } .alignright { display: inline; float: right; margin-left: 1.5em; } .aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; } /*-------------------------------------------------------------- # Clearings --------------------------------------------------------------*/ .clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after { content: ""; display: table; table-layout: fixed; } .clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after { clear: both; } /*-------------------------------------------------------------- # Widgets --------------------------------------------------------------*/ .widget { margin: 0 0 1.5em; } /* Make sure select elements fit in widgets. */ .widget select { max-width: 100%; } /*-------------------------------------------------------------- # Content --------------------------------------------------------------*/ /*-------------------------------------------------------------- ## Posts and pages --------------------------------------------------------------*/ .sticky { display: block; } .hentry { margin: 0 0 1.5em; } .updated:not(.published) { display: none; } .page-content, .entry-content, .entry-summary { margin: 1.5em 0 0; } .page-links { clear: both; margin: 0 0 1.5em; } /*-------------------------------------------------------------- ## Comments --------------------------------------------------------------*/ .comment-content a { word-wrap: break-word; } .bypostauthor { display: block; } /*-------------------------------------------------------------- # Infinite scroll --------------------------------------------------------------*/ /* Globally hidden elements when Infinite Scroll is supported and in use. */ .infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */ .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */ display: none; } /* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */ .infinity-end.neverending .site-footer { display: block; } /*-------------------------------------------------------------- # Media --------------------------------------------------------------*/ .page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley { border: none; margin-bottom: 0; margin-top: 0; padding: 0; } /* Make sure embeds and iframes fit their containers. */ embed, iframe, object { max-width: 100%; } /* Make sure logo link wraps around logo image. */ .custom-logo-link { display: inline-block; } /*-------------------------------------------------------------- ## Captions --------------------------------------------------------------*/ .wp-caption { margin-bottom: 1.5em; max-width: 100%; } .wp-caption img[class*="wp-image-"] { display: block; margin-left: auto; margin-right: auto; } .wp-caption .wp-caption-text { margin: 0.8075em 0; } .wp-caption-text { text-align: center; } /*-------------------------------------------------------------- ## Galleries --------------------------------------------------------------*/ .gallery { margin-bottom: 1.5em; } .gallery-item { display: inline-block; text-align: center; vertical-align: top; width: 100%; } .gallery-columns-2 .gallery-item { max-width: 50%; } .gallery-columns-3 .gallery-item { max-width: 33.33333%; } .gallery-columns-4 .gallery-item { max-width: 25%; } .gallery-columns-5 .gallery-item { max-width: 20%; } .gallery-columns-6 .gallery-item { max-width: 16.66667%; } .gallery-columns-7 .gallery-item { max-width: 14.28571%; } .gallery-columns-8 .gallery-item { max-width: 12.5%; } .gallery-columns-9 .gallery-item { max-width: 11.11111%; } .gallery-caption { display: block; } /* browser css */ body{ background: #fff; } body{ background: url('') bottom center no-repeat rgba(255,255,255,0.1); background-size: contain; width: 100%; height: 100%; } .blog-container{ margin: 0 auto; max-width: 100%; padding: 0 15px; width: 1170px; } #page{ display: block; float: left; overflow: hidden; word-wrap: break-word; width: 100%; } .blog-col-1 { width: 8.33333333%; } .blog-col-2 { width: 16.66666667%; } .blog-col-3 { width: 25%; } .blog-col-4 { width: 33.33333333%; } .blog-col-5 { width: 41.66666667%; } .blog-col-6 { width: 50%; } .blog-col-7 { width: 58.33333333%; } .blog-col-8 { width: 66.66666667%; } .blog-col-9 { width: 75%; } .blog-col-10 { width: 83.33333333%; } .blog-col-11 { width: 91.66666667%; } .blog-col-12 { width: 100%; } .blog-col-1, .blog-col-2, .blog-col-3, .blog-col-4, .blog-col-5, .blog-col-6, .blog-col-7, .blog-col-8, .blog-col-9, .blog-col-10, .blog-col-11, .blog-col-12 { float: left; padding-right: 15px; padding-left: 15px; position: relative; min-height: 1px; } .blog-row{ margin-left: -15px; margin-right: -15px; } a{ cursor: pointer; text-decoration: none; } h1{ font-size: 35px; } h2{ font-size: 32px; } h3{ font-size: 30px; } h4{ font-size: 28px; } h5{ font-size: 25px; } h6{ font-size: 20px; } .site{ background: #fff; border-radius: 25px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); float: none!important; margin: 30px auto 150px; max-width: 1190px; } .top-menu .blog-row{ align-items: center; display: flex; flex-wrap: wrap; } /* top-address-part */ /* top-menu */ .top-menu{ padding: 10px 0; } .top-address-part ul, .top-menu-holder ul{ list-style: none; margin: 0; padding: 0; } .top-address-part li, .top-menu-holder ul li{ display: inline-block } .top-address-part li, .top-address-part li a, .top-menu-holder ul li a{ padding: 0 6px; } .top-address-part ul li i, .top-address-part ul li a i{ margin-right: 10px; } /* socialmenu part */ .social-menu-part.social-left ul{ float: left; } .social-menu-part ul{ float: right; list-style: none; margin: 0; padding: 0; } .social-menu-part ul li{ display: inline-block; } .social-menu-part ul li a{ font-size: 0; } .social-menu-part ul li a::before { font-family: "FontAwesome"; font-size: 16px; padding: 0 5px; vertical-align: middle; } .social-menu-part ul li a:hover::before {} .social-menu-part ul li a[href*="facebook.com"]::before { content: "\f09a" } .social-menu-part ul li a[href*="twitter.com"]::before { content: "\f099" } .social-menu-part ul li a[href*="linkedin.com"]::before { content: "\f0e1" } .social-menu-part ul li a[href*="plus.google.com"]::before { content: "\f0d5" } .social-menu-part ul li a[href*="youtube.com"]::before { content: "\f167" } .social-menu-part ul li a[href*="dribbble.com"]::before { content: "\f17d" } .social-menu-part ul li a[href*="pinterest.com"]::before { content: "\f0d2" } .social-menu-part ul li a[href*="bitbucket.org"]::before { content: "\f171" } .social-menu-part ul li a[href*="github.com"]::before { content: "\f113" } .social-menu-part ul li a[href*="codepen.io"]::before { content: "\f1cb" } .social-menu-part ul li a[href*="flickr.com"]::before { content: "\f16e" } .social-menu-part ul li a[href$="feed.com"]::before { content: "\f09e" } .social-menu-part ul li a[href*="foursquare.com"]::before { content: "\f180" } .social-menu-part ul li a[href*="instagram.com"]::before { content: "\f16d" } .social-menu-part ul li a[href*="tumblr.com"]::before { content: "\f173" } .social-menu-part ul li a[href*="respanit.com"]::before { content: "\f1a1" } .social-menu-part ul li a[href*="vimeo.com"]::before { content: "\f194" } .social-menu-part ul li a[href*="digg.com"]::before { content: "\f1a6" } .social-menu-part ul li a[href*="twitch.tv"]::before { content: "\f1e8" } .social-menu-part ul li a[href*="stumbleupon.com"]::before { content: "\f1a4" } .social-menu-part ul li a[href*="delicious.com"]::before { content: "\f1a5" } .social-menu-part ul li a[href*="mailto:"]::before { content: "\f0e0" } .social-menu-part ul li a[href*="soundcloud.com"]::before { content: "\f1be" } .social-menu-part ul li a[href*="wordpress.org"]::before { content: "\f19a" } .social-menu-part ul li a[href*="wordpress.com"]::before { content: "\f19a" } .social-menu-part ul li a[href*="jsfispanle.net"]::before { content: "\f1cc" } .social-menu-part ul li a[href*="tripadvisor.com"]::before { content: "\f262" } .social-menu-part ul li a[href*="foursquare.com"]::before { content: "\f180" } .social-menu-part ul li a[href*="angel.co"]::before { content: "\f209" } .social-menu-part ul li a[href*="slack.com"]::before { content: "\f198" } .social-menu-part ul li a[href*="facebook.com"]:hover:before { color: #3b5998 } .social-menu-part ul li a[href*="twitter.com"]:hover:before { color: #00aced } .social-menu-part ul li a[href*="plus.google.com"]:hover:before { color: #c13c31 } .social-menu-part ul li a[href*="/feed/"]:hover:before { color: #dc622c } .social-menu-part ul li a[href*="wordpress.org"]:hover:before { color: #21759b } .social-menu-part ul li a[href*="github.com"]:hover:before { color: #4183c4 } .social-menu-part ul li a[href*="linkedin.com"]:hover:before { color: #007bb6 } .social-menu-part ul li a[href*="pinterest.com"]:hover:before { color: #cb2027 } .social-menu-part ul li a[href*="flickr.com"]:hover:before { color: #ff0084 } .social-menu-part ul li a[href*="vimeo.com"]:hover:before { color: #aad450 } .social-menu-part ul li a[href*="youtube.com"]:hover:before { color: #b00 } .social-menu-part ul li a[href*="instagram.com"]:hover:before { color: #517fa4 } .social-menu-part ul li a[href*="dribbble.com"]:hover:before { color: #ea4c89 } .social-menu-part ul li a[href*="skype.com"]:hover:before { color: #12a5f4 } .social-menu-part ul li a[href*="digg.com"]:hover:before { color: #333 } .social-menu-part ul li a[href*="codepen.io"]:hover:before { color: #000 } .social-menu-part ul li a[href*="respanit.com"]:hover:before { color: #ff4500 } .social-menu-part ul li a[href*="mailto:"]:hover:before { color: #1d62f0 } .social-menu-part ul li a[href*="foursquare.com"]:hover:before { color: #f94877 } .social-menu-part ul li a[href*="stumbleupon.com"]:hover:before { color: #eb4924 } .social-menu-part ul li a[href*="twitch.tv"]:hover:before { color: #6441a5 } .social-menu-part ul li a[href*="tumblr.com"]:hover:before { color: #32506d } .social-menu-part ul li a[href*="foursquare.com"]:hover:before { color: #f94877 } .social-menu-part ul li a[href*="stumbleupon.com"]:hover:before { color: #eb4924 } .social-menu-part ul li a[href*="twitch.tv"]:hover:before { color: #6441a5 } .social-menu-part ul li a[href*="tumblr.com"]:hover:before { color: #32506d } .social-menu-part ul li a[href*="soundcloud.com"]:hover:before { color: #f50 } .social-menu-part ul li a[href*="wordpress.org"]:hover:before { color: #21759b } .social-menu-part ul li a[href*="jsfispanle.net"]:hover:before { color: #4679bd } .social-menu-part ul li a[href*="tripadvisor.com"]:hover:before { color: #86c171 } .social-menu-part ul li a[href*="foursquare.com"]:hover:before { color: #2d5be3 } .social-menu-part ul li a[href*="angel.co"]:hover:before { color: #000 } .social-menu-part ul li a[href*="slack.com"]:hover { color: #56b68b } /*.top-search*/ /* .top-search .search { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); min-width: 18.9375em; } .top-search .search input[type=submit] { vertical-align: middle; width: 1.375em; height: 1.375em; border: none; outline: none; background: none; -webkit-transition: opacity 100ms ease-in-out; transition: opacity 100ms ease-in-out; } .top-search .search input[type=submit]:hover { opacity: .5; } .top-search .search input[type=text] { width: 14em; height: 2.5em; padding: 0 .375em; border: none; border-bottom: 1px solid #999; margin-left: .1875em; background: inherit; -webkit-transition: border-color 100ms ease-in-out; transition: border-color 100ms ease-in-out; } .top-search .search input[type=text]:focus { border-bottom-color: inherit; outline: none; } .top-search .search-slide { width: 0; height: 2.5em; overflow: hidden; } .top-search .search-close { width: 1.375em; height: 1.375em; text-align: center; cursor: pointer; -webkit-transition: opacity 100ms ease-in-out; transition: opacity 100ms ease-in-out; } .top-search .search-close:hover { opacity: .5; } */ /* /////////////////// */ .site-branding{ float: left; padding: 30px 0; text-align: center; width: 100%; } .site-branding .site-title{ line-height: 1; } /* main-menu */ .main-menu li a{ padding: 15px; } /* .banner-slider */ .banner-slider{ margin: 30px 0; } .item, .banner-slider .banner-side{ position: relative; } .blog-slider-caption{ top: 25%; position: absolute; text-align: center; width: 100%; } .blog-slider-caption .entry-title{ color: #000; } .blog-caption-wrapper{ max-width: 75%; margin: 0 auto; position: relative; text-align: center; z-index: 999; } .banner-side.top-part{ margin-bottom: 17px; } .banner-side.bottom-part{ margin-top: 17px; } .popular-post, .banner-side.top-part, .banner-side.bottom-part{ display: block; float: left; } /* popular-post */ .popular-post{ padding: 40px 0; position: relative; width: 100%; } .popular-post .popular-caption{ left: 45%; } .popular-caption .entry-title{ color: #fff; text-align: center; } /* ------------------ blog-content-detail ---------------------- */ .blog-content-detail{ border-top: 5px solid; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); display: block; float: left; margin: 15px 15px 30px; padding: 15px; text-align: center; width: 45%; } .blog-content-detail:nth-child(3n+1){ width: 94%; } .blog-content-detail:nth-child(3n+2){ margin-right: 15px; } .blog-content-detail:nth-child(3n+3){ margin-left: 15px; } .blog-content-detail .entry-content{ padding: 0 35px; } .blog-content-caption{ padding: 15px 0; } .blog-content-detail .blog-content-caption .entry-title a{ font-weight: 700; } .blog-content-detail .blog-content-caption .entry-title{ font-size: 20px; font-weight: 600; line-height: 1; } .blog-content-detail .blog-content-caption .entry-title, .entry-meta{ padding-bottom: 15px; } /*owl-nav*/ #header-slider:hover .owl-nav{ opacity: 1; } .owl-nav{ left: 0; opacity: 0; position: absolute; transition: ease-in-out 1s all; top: 45%; width: 100%; } .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev{ background: rgba(0,0,0,0.4); border: 1px solid; border-radius: 100px; display: inline-block; font-size: 0; width: 55px; height: 35px; position: absolute; text-align: center; } .owl-carousel .owl-nav .owl-prev{ left: 0; } .owl-carousel .owl-nav .owl-next{ right: 0; left: auto; } .owl-carousel .owl-nav .owl-next:before, .owl-carousel .owl-nav .owl-prev:before{ font-size: 20px; font-family: "FontAwesome"; line-height: 25px; } .owl-carousel .owl-nav .owl-prev:before{ content:'\f104'; } .owl-carousel .owl-nav .owl-next:before{ content: '\f105'; } /* site-footer */ /* .site-footer .social-menu-part */ .site-info .social-menu-part{ padding: 25px 0; } .site-footer .social-menu-part ul{ float: none; } .site-footer .social-menu-part ul li{ border-right: 1px solid rgba(0, 0, 0, 0.5); margin-bottom: 15px; text-align: center; width: 24%; } .site-footer .social-menu-part ul li:nth-child(4n+4){ border-right: none; } .site-footer ul{ margin: 0; padding: 0; list-style: none; } /* footer-bottom */ .footer-bottom { text-align: center; } .v-center{ -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); } .popular-post{ position: relative; } /* banner-side-content */ .banner-side-content{ padding: 0 15px; width: 100%; z-index: 9; } .banner-side-content span.cat-links{ border-bottom: 1px solid #fff; display: inline-block; } .banner-side-content .entry-title, .banner-side-content span.cat-links { color: #000; } /* a.btn */ a.btn{ border-radius: 25px; display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px transparent; position: relative; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; margin: 10px; padding: 12px 25px; cursor: pointer; text-decoration: none; color: #666; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } a.btn:hover:before, a.btn:focus:before, a.btn:active:before { -webkit-transform: scaleY(1); transform: scaleY(1); } a.btn:before{ border-radius: 25px; content: ""; position: absolute; z-index: -1; top: 0; bottom: 0; left: 0; right: 0; -webkit-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: 50%; transform-origin: 50%; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; } .blog-content-detail a.btn, .post a.btn{ box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); padding: 7px 25px; } /* entry-footer */ .entry-footer{ padding-top: 15px; } .overlay{ content: ""; position: absolute; top: 0; left: 0; height: 100%; width: 100%; background: -moz-linear-gradient(to bottom, rgba(198,191,185,0.5) 9%, rgba(246, 219, 208,0.6) 33%, rgba(198,191,185,0.7) 63%, rgba(198,191,185,0.8) 100%); background: -webkit-linear-gradient(to bottom, rgba(198,191,185,0.5) 9%, rgba(246, 219, 208,0.6) 33%, rgba(198,191,185,0.7) 63%, rgba(198,191,185,0.8) 100%); background: linear-gradient(to bottom, rgba(198,191,185,0.5) 9%, rgba(246, 219, 208,0.6) 33%, rgba(198,191,185,0.7) 63%, rgba(198,191,185,0.8) 100%); /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#a6000000',GradientType=0 ); */ z-index: 9; } /*---------------- #secondary -----------------------------*/ #secondary{ margin-top:20px; } .home #secondary, .blog #secondary{ margin-top:0px; } .widget-title{ font-size: 25px; margin: 0 0 15px; padding-bottom: 10px; position: relative; } .widget-title:before{ bottom: 0; border-bottom: 7px solid #F6DBD0; border-left: 7px solid transparent; content: ''; display: inline-block; height: 0px; left: 0; position: absolute; width: 100px; } .widget{ margin: 15px 15px 40px; padding: 15px; } #secondary .widget{ box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } .widget ul{ list-style: none; padding: 0; } .widget ul li{ padding: 10px 0; } .widget_recent_comments li span a{ padding-left: 20px!important; } .entry-content ul li a, .widget ul li a{ position: relative; padding-left: 20px; } .widget_recent_comments li span a{ position: relative; } .widget_pages li a:before, .widget_recent_comments li a:before, .widget_meta li a:before, .widget_nav_menu li a:before, .widget_categories li a:before, .entry-content ul li a:before, .widget_archive li a:before{ color: #ddd; display: inline-block; font-family: "FontAwesome"; left: 0; position: absolute; top: -3px; } .widget_pages li:hover, .widget_recent_comments li:hover, .widget_meta li:hover, .widget_nav_menu li:hover, .widget_categories li:hover, .widget_archive li:hover { -webkit-transform: translate(10px, 0px); -ms-transform: translate(10px, 0px); transform: translate(10px, 0px); transition: all 1s ease-in-out; } .widget_archive li a:before{ content: '\f187'; } .widget_categories li a:before{ content: '\f07b'; } .widget_pages li a:before{ content: '\f0f6'; } .widget_meta li a:before, .widget_nav_menu li a:before, .entry-content ul li a:before{ content: '\f1db'; } .widget_recent_comments li span a:before{ content: "\f086"; } a.rsswidget{ display: inline-block; } /* widget_search */ .widget_search .search-form, .widget_search .search-field{ position: relative; } .widget_search .search-field{ padding: 7px 75px 7px 10px; width: 100%; } .widget_search .search-submit{ bottom: 0; position: absolute; right: 0; top: 0; transition: all 0.5s ease-in-out; } .widget_search .search-submit:hover{ background: #000; color: #fff; } /* widget_calendar */ .widget_calendar .calendar_wrap td, .widget_calendar .calendar_wrap th{ padding: 10px; } .widget_calendar .calendar_wrap table{ margin: 0; } .widget_calendar .calendar_wrap{ border: 1px solid; text-align: center; } .widget_calendar caption{ padding: 10px 0; } .widget_calendar tbody, .widget_calendar thead, .widget_calendar caption{ border-bottom: 1px solid; } td#today{ border-radius: 100px; color: #fff; } .widget_tag_cloud a{ border: 1px solid; border-radius: 100px; display: inline-block; margin: 3px 1px; padding: 8px 20px; } /* entry-meta */ .cat-links, .tags-links, .edit-link, .byline, .posted-on, .cat-links i, .entry-meta span i{ margin-right: 5px; } /* entry-content */ .entry-content p{ margin-top: 0; } /* navigation part*/ .navigation { display: block; width: 100%; } .navigation .nav-previous, .navigation .nav-next{ margin: 20px 0px; text-align: center; } .navigation .nav-previous a, .navigation .nav-next a{ border: 1px solid; border-radius: 100px; box-shadow: 0 10px 10px rgba(0,0,0,0.5); display: block; margin: 5px; padding: 5px 10px; } .navigation .nav-previous a:before, .navigation .nav-next a:before{ color: #000; font-family: "FontAwesome"; font-size: 16px; position: absolute; transition: all 1s ease-in-out; } .navigation .nav-previous a:before{ content:'\f190'; left: 0; } .navigation .nav-next a:before{ content: '\f18e'; right: 0; } .navigation .nav-previous a:hover:before{ left: 5px; } .navigation .nav-next a:hover:before{ right: 5px; } .widget ul, .blog-content-caption .entry-content p, .blog-content-caption .entry-title, .entry-content, .banner-side-content .entry-title, .blog-slider-caption .entry-content p, .blog-slider-caption h2.entry-title, figure, .site-description, .site-branding .site-title{ margin: 0; } .footer-bottom, .banner-site, .banner-slider, .main-menu, .top-search, .social-menu-part, .top-menu{ display: block; float: left; width: 100%; } body:before, body:after, .banner-slider:before, .banner-slider:after, .main-menu:before, .main-menu:after, .top-search:before, .top-search:after, .social-menu-part:before, .social-menu-part:after, .top-menu:before, .top-menu:after{ clear: both; content: ''; display: block; } .main-menu li a, .top-menu-holder ul li a{ font-size: 16px; text-transform: capitalize; } h1,h2,h3,h4,h5,h6{ font-weight: 400; } .blog-content-caption .entry-title a, .main-menu li a, .top-menu-holder ul li a, h1,h2,h3,h4,h5,h6,a{ font-family: 'Oxygen', sans-serif; } .blog-content-caption .entry-title a, .main-menu li a, .top-menu-holder ul li a,a{ font-weight: 400; } p{ font-family: 'Source Sans Pro', sans-serif; font-weight: 300; } /* color */ a.btn, .main-navigation ul ul, .main-menu, .top-menu, .widget_search .search-submit, .site-footer{ background: #686868; } a, .social-menu-part ul li a::before, .main-menu li a, .top-address-part li, .top-address-part li a, .top-menu-holder ul li a, .cat-links i, .entry-meta span i, .blog-content-detail .blog-content-caption .entry-title a, .widget ul li a, .widget_rss li .rssSummary, .site-footer{ color: #C6BFB9; } td#today, a.btn:hover, a.btn:focus, a.btn:active, .widget_search .search-submit:hover, .owl-carousel .owl-nav .owl-next:hover:before, .owl-carousel .owl-nav .owl-prev:hover:before{ color: #fff; } a:hover, a:focus, a:active, .main-menu li a:hover, .top-address-part li:hover i, .top-address-part li a:hover, .top-menu-holder li a:hover, .top-address-part li a:hover i, .top-menu-holder ul li a:hover i, .cat-links:hover i, .entry-meta span:hover i, .widget ul li a:hover, .blog-content-detail .blog-content-caption .entry-title a:hover, .widget ul li, a.btn, .widget_search .search-submit, .edit-link a, .owl-carousel .owl-nav .owl-next:before, .owl-carousel .owl-nav .owl-prev:before{ color: #F6DBD0; } .owl-theme .owl-nav [class*=owl-]:hover, td#today, .widget_search .search-submit:hover, a.btn:before{ background:#F6DBD0; } .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev, .widget_calendar .calendar_wrap, .widget_calendar tbody, .widget_calendar thead, .widget_calendar caption, .blog-content-detail{ border-color: #F6DBD0; } .footer-bottom{ background: #000; padding: 25px; } /* sidebar position css*/ .global-layout-left #primary{ float: right; }