/* Theme Name: Bizroot Theme URI: Author: WEN Themes Author URI: http://wenthemes.com/ Description: Clean and simple business theme. Version: 1.0.0 License: GNU GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html Text Domain: bizroot Tags: translation-ready, custom-background, theme-options, custom-menu, post-formats, threaded-comments This theme, like WordPress, is licensed under the GPL. Use it to make something cool, have fun, and share what you've learned with others. This theme is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc. Underscores is distributed under the terms of the GNU GPL v2 or later. Normalizing styles have been helped along thanks to the fine work of Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/ */ /*-------------------------------------------------------------- >>> TABLE OF CONTENTS: ---------------------------------------------------------------- # Normalize # Typography # Elements # Forms # Navigation ## Links ## Menus # Accessibility # Alignments # Clearings # Widgets # Content ## Posts and pages ## Asides ## Comments # Infinite scroll # Media ## Captions ## Galleries # Custom by WEN Themes --------------------------------------------------------------*/ /*-------------------------------------------------------------- # 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-appearance: textfield; box-sizing: content-box; } 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 --------------------------------------------------------------*/ button, input, select, textarea { color: #404040; font-size: 14px; line-height: 1.5; } body{ color: #404040; font-family: 'Open Sans', sans-serif; font-size: 14px; } h1, h2, h3, h4, h5, h6, p { margin: 0 0 15px 0; } h1 { font-size: 28px; } h2 { font-size: 24px; } h3{ font-size: 20px; } h4 { font-size: 18px; } h5 { font-size: 16px; } h6 { font-size: 14px; } 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; } body { background: #fff; /* Fallback for when there is no custom background color defined. */ } 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; } ul, ol { margin: 0 0 0.5em 1em; padding: 0; } dt { font-weight: bold; } dd { margin: 0 1.5em 1.5em; } img { height: auto; /* Make sure images are scaled correctly. */ max-width: 100%; /* Adhere to container width. */ } table { margin: 0 0 1.5em; width: 100%; } td, th { border: 1px solid #ddd; padding: 5px; } /*-------------------------------------------------------------- # Forms --------------------------------------------------------------*/ button, a.button, input[type="button"], input[type="reset"], input[type="submit"] { background: #aaa; border: medium none; border-radius: 2px; color: #ffffff; font-size: 16px; line-height: 1.5; padding: 5px 20px; } button:hover, a.button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { background-color: #000 ; } 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; box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); } input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea, select { color: #666; border: 1px solid #ccc; } input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus { color: #111; } input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"]{ padding: 6px 0 6px 9px; } select { width: 100%; padding:5px; } textarea { padding:10px 20px; width: 100%; } /*-------------------------------------------------------------- # Navigation --------------------------------------------------------------*/ /*-------------------------------------------------------------- ## Links --------------------------------------------------------------*/ a { color: #274556; text-decoration: inherit; } a:visited { color: #274556; } a:hover, a:focus, a:active { color:#aaa; } a:focus { outline:inherit; } a:hover, a:active { outline: 0; } /*-------------------------------------------------------------- ## Menus --------------------------------------------------------------*/ #main-nav { background-color: #274556; display: block; width: 100%; -moz-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } .enabled-sticky-primary-menu #main-nav.fixed { left: 0; position: fixed; top: 0; width: 100%; z-index: 9999; } .main-navigation ul { display: block; margin: 0; padding: 0; } .main-navigation ul ul { background-color: #aaa; box-shadow: 0 1px 2px; left: 0; margin: 0; min-width: 200px; position: absolute; top: 43px; z-index: 9999; -moz-transform: translate3d(0, 20px, 0); -o-transform: translate3d(0, 20px, 0); -ms-transform: translate3d(0, 20px, 0); -webkit-transform: translate3d(0, 20px, 0); transform: translate3d(0, 20px, 0); -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; visibility: hidden; } .main-navigation ul li:hover > ul.sub-menu { opacity: 1; -moz-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); visibility: visible; } .main-navigation ul ul ul { left:100%; top: 0 } .main-navigation li { position: relative; display: inline-block; margin-bottom:0; float: left; } .main-navigation li li { float: none; display: block; } .main-navigation ul li:first-child > a { border-left: 1px solid; } .main-navigation ul li li:first-child > a { border-left: none; } .main-navigation ul li a { border-right: 1px solid; color: #ffffff; display: block; font-size: 16px; font-weight: normal; padding: 10px 20px; position: relative; z-index: 99; } .main-navigation ul ul a { border-bottom: 1px solid #dddddd; color: #fff; font-size: 14px; height: auto; padding: 9px 15px; text-align: left; width: 100%; border-left: none; border-right: none; } .main-navigation ul li.menu-item-has-children > a::after, .main-navigation ul li.page_item_has_children > a::after { content: "\f107"; font-family: FontAwesome; margin-left: 10px; margin-right: 0; position: absolute; right: 10px; top: 12px; } .main-navigation ul li li.menu-item-has-children > a::after, .main-navigation ul li li.page_item_has_children > a::after { content: "\f105"; top: 10px; } .main-navigation ul li.menu-item-has-children a, .main-navigation ul li.page_item_has_children a { padding-right: 30px; } .main-navigation li a:hover, .main-navigation li.current-menu-item a, .main-navigation li.current_page_item a , .main-navigation li:hover > a{ background-color: #000; color: #fff; } .main-navigation .menu-toggle, .main-navigation .dropdown-toggle { display: none; } /*comment and post navigation*/ .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%; } .comment-navigation .nav-previous::before, .posts-navigation .nav-previous::before, .post-navigation .nav-previous::before { content: "\f100"; display: inline-block; font-family: FontAwesome; margin-right: 5px; } .comment-navigation .nav-next::after, .posts-navigation .nav-next::after, .post-navigation .nav-next::after { content: "\f101"; display: inline-block; font-family: FontAwesome; margin-left: 5px; } .page-links { clear: both; margin: 0 0 1.5em; } .nav-links, .wp-pagenavi{ border-top: medium none; margin-bottom: 20px; padding: 20px 0; overflow: hidden; } /*-------------------------------------------------------------- # Accessibility --------------------------------------------------------------*/ /* Text meant only for screen readers. */ .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important;/* It should be ablolute */ height: 1px; width: 1px; overflow: hidden; } .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; /* It should be clip auto */ 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. */ } /*-------------------------------------------------------------- # Alignments --------------------------------------------------------------*/ .alignleft { display: inline; float: left; margin-right: 15px; } .alignright { display: inline; float: right; margin-left: 15px; } .aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; margin-bottom: 15px; } .alignnone{ clear: both; display: inline-block; margin-left: auto; margin-right: auto; margin-bottom: 15px; margin-top: 15px; } /*-------------------------------------------------------------- # Clearings --------------------------------------------------------------*/ .clear-fix::before, .clear-fix::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, #sidebar-front-page-widget-area::after, #sidebar-front-page-widget-area::before, #featured-slider::after, #featured-slider::before { content: ""; display: table; } .clear-fix::after, .entry-content::after, .comment-content::after, .site-header::after, .site-content::after, .site-footer::after { clear: both; } /*-------------------------------------------------------------- # Widgets --------------------------------------------------------------*/ .widget { margin:30px 0 0; } .widget:first-child { margin: 0; } /* 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; } .byline, .updated:not(.published) { display: none; } .single .byline, .group-blog .byline { display: inline; } .page-content, .entry-content, .entry-summary { margin: 1.5em 0 0; } .entry-meta > span, .entry-footer > span, .single-post-meta > span { margin: 0 10px 0 0; } .entry-meta > span a , .single-post-meta > span a, .entry-footer > span a{ font-style: italic; } .page-content, .entry-content, .entry-summary { margin: 15px 0 0; } .entry-meta > span::before, .entry-footer > span::before, .single-post-meta > span::before { display: inline-block; font-family: FontAwesome; height: 15px; margin-right:8px; content: ""; } span.comments-link::before { content: "\f086"; } .entry-meta .posted-on::before, .single-post-meta .posted-on::before { content: "\f073 "; } .entry-footer > .cat-links::before { content: "\f07c"; } .entry-meta .byline::before, .single-post-meta .byline::before { content: "\f007"; } .entry-footer .edit-link::before{ content: "\f044"; } .entry-footer .tags-links::before{ content: "\f02c"; } /*-------------------------------------------------------------- ## Asides --------------------------------------------------------------*/ .blog .format-aside .entry-title, .archive .format-aside .entry-title { display: none; } /*-------------------------------------------------------------- ## Comments --------------------------------------------------------------*/ #respond { clear: both; display: block; float: left; width: 97%; } #commentform label { display: inline-block; width: 100px; } .comment-content a { word-wrap: break-word; } .bypostauthor { display: block; } .comments-area form#commentform p { float: left; width: 33.33%; } .comments-area #commentform p.comment-notes, .comments-area #commentform p.comment-form-comment { width: 100%; } .comment-content a { word-wrap: break-word; } .bypostauthor { display: block; } .comment-form { margin: 0 -15px; } .comments-area form#commentform p.logged-in-as , .comments-area form#commentform p{ padding: 0 15px; } .comments-area form#commentform p.logged-in-as { padding: 0 15px; width: 100%; } .comment-form-author, .comment-form-email, .comment-form-url{ width: 33.33%; float: left; } .comment-list li.comment::after { content: inherit; display: none; } .comment-list li{ padding-left: 0; } .comment { background-position: 0 -74px; display: block; float: left; width: 100%; } ol.comment-list { border-radius: 5px; float: left; margin-bottom: 15px; margin-left: 0; margin-right: 0; overflow: inherit; padding: 0; width: 100%; } ol.comment-list .children { border: medium none; float: left; margin: 15px 0 15px 15px; width: 98%; } ol.comment-list li { list-style: outside none none; } .comment .comment-body { background-color: #ffffff; border: 1px solid #dddddd; border-radius: 0; clear: both; display: block; float: left; margin-top: 5px; padding: 10px 30px 10px 70px; position: relative; text-align: left; width: 100%; } .comment-author.vcard { font-size: 20px; margin-bottom: 5px; } .comment-list .children { background-position: left 20px; background-repeat: no-repeat; border-left: 1px solid rgb(238, 238, 238); margin-left: 0; padding-left: 40px; } .comment-list li.comment > div img.avatar { left: 29px; position: absolute; top: 29px; } #comment-form-title { font-size: 24px; padding-bottom: 10px; } .vcard .avatar { left: 20px; position: absolute; top: 20px; } .comment-metadata { font-size: 13px; font-style: italic; line-height: 16px; margin-bottom: 10px; } .comment-reply-link { background-color: #aaa; color: #ffffff; display: inline-block; float: none; font-size: 15px; line-height: 1.5; margin-bottom: 10px; padding: 1px 15px 3px; border-radius: 2px; } a.comment-reply-link:hover { background-color: #000; color: #fff; } .form-allowed-tags code { white-space: inherit; word-wrap: break-word; } .comment-respond label { display: block; font-weight: normal; } .comments-title { font-weight: normal; margin: 25px 0 0; } .comment-content a { word-wrap: break-word; } .bypostauthor { display: block; } #commentform label { display: inline-block; width: 100px; } /*-------------------------------------------------------------- # 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%; } /*-------------------------------------------------------------- ## Captions --------------------------------------------------------------*/ .wp-caption { margin-bottom: 1.5em; max-width: 100%; } .wp-caption img[class*="wp-image-"] { display: inline-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.33%; } .gallery-columns-4 .gallery-item { max-width: 25%; } .gallery-columns-5 .gallery-item { max-width: 20%; } .gallery-columns-6 .gallery-item { max-width: 16.66%; } .gallery-columns-7 .gallery-item { max-width: 14.28%; } .gallery-columns-8 .gallery-item { max-width: 12.5%; } .gallery-columns-9 .gallery-item { max-width: 11.11%; } .gallery-caption { display: block; } /*-------------------------------------------------------------- # Custom By WEN Themes --------------------------------------------------------------*/ #page { background-color: #fff; position: relative; margin: 0 auto; } .site-layout-boxed #page { box-shadow: 0 0 6px #999; width: 1230px; margin-top: 30px; margin-bottom: 30px; } .container { width: 1230px; margin: 0 auto; padding-left: 25px; padding-right: 25px; } .inner-wrapper { margin-left: -25px; margin-right: -25px; } /*-------------------------------------------------------------- ## Header Style By WEN Themes --------------------------------------------------------------*/ #site-logo, #site-identity { float: left; margin-right: 15px; } #site-logo { max-width: 300px; } .site-info a{ color: #fff; } .site-header { padding: 30px 0 10px; } .site-title { margin-bottom: 0; font-size: 2em; font-weight: bold; } .site-description { color: #666666; font-size: 14px; font-style: inherit; font-weight: 400; letter-spacing: 2.2px; } /*-------------------------------------------------------------- ## Social Links Style By WEN Themes --------------------------------------------------------------*/ .bizroot_widget_social { clear: both; overflow: hidden; } .bizroot_widget_social ul { margin: 0; } .bizroot_widget_social li a { background-color: #eaeaea; border: medium none; display: inline-block; height: 33px; line-height: 1.7; margin-right: 0; padding: 0; text-align: center; vertical-align: middle; width: 33px; } .bizroot_widget_social li { display: block; float: left; margin-right: 5px; } .widget-area .bizroot_widget_social li, #footer-widgets .bizroot_widget_social li { padding: 0; } .widget-area .bizroot_widget_social li::before, #footer-widgets .bizroot_widget_social li::before { display: none; } .bizroot_widget_social ul li a::before { font-size: 19px; } .bizroot_widget_social li a i { color:#cacad8; font-size: 18px; font-weight: normal; } .bizroot_widget_social ul li a::before { color: #1f1f29; content: "\f0c1"; display: block; font-family: FontAwesome; font-weight: normal; line-height: 1.7; } .bizroot_widget_social ul li a:hover { background-color:#cacad8; } .bizroot_widget_social ul li a:hover::before { color: #fff; } .bizroot_widget_social ul li a[href*="facebook.com"]::before { content: "\f09a"; } .bizroot_widget_social ul li a[href*="twitter.com"]::before { content: "\f099"; } .bizroot_widget_social ul li a[href*="linkedin.com"]::before { content: "\f0e1"; } .bizroot_widget_social ul li a[href*="plus.google.com"]::before { content: "\f0d5"; } .bizroot_widget_social ul li a[href*="youtube.com"]::before { content: "\f167"; } .bizroot_widget_social ul li a[href*="dribbble.com"]::before { content: "\f17d"; } .bizroot_widget_social ul li a[href*="pinterest.com"]::before { content: "\f0d2"; } .bizroot_widget_social ul li a[href*="bitbucket.org"]::before { content: "\f171"; } .bizroot_widget_social ul li a[href*="github.com"]::before { content: "\f113"; } .bizroot_widget_social ul li a[href*="codepen.io"]::before { content: "\f1cb"; } .bizroot_widget_social ul li a[href*="flickr.com"]::before { content: "\f16e"; } .bizroot_widget_social ul li a[href$="/feed/"]::before { content: "\f09e"; } .bizroot_widget_social ul li a[href*="foursquare.com"]::before { content: "\f180"; } .bizroot_widget_social ul li a[href*="instagram.com"]::before { content: "\f16d"; } .bizroot_widget_social ul li a[href*="tumblr.com"]::before { content: "\f173"; } .bizroot_widget_social ul li a[href*="reddit.com"]::before { content: "\f1a1"; } .bizroot_widget_social ul li a[href*="vimeo.com"]::before { content: "\f194"; } .bizroot_widget_social ul li a[href*="digg.com"]::before { content: "\f1a6"; } .bizroot_widget_social ul li a[href*="twitch.tv"]::before { content: "\f1e8"; } .bizroot_widget_social ul li a[href*="stumbleupon.com"]::before { content: "\f1a4"; } .bizroot_widget_social ul li a[href*="delicious.com"]::before { content: "\f1a5"; } .bizroot_widget_social ul li a[href*="mailto:"]::before { content: "\f0e0"; } .bizroot_widget_social ul li a[href*="soundcloud.com"]::before { content: "\f1be"; } .bizroot_widget_social ul li a[href*="wordpress.org"]::before { content: "\f19a"; } .bizroot_widget_social ul li a[href*="wordpress.com"]::before { content: "\f19a"; } .bizroot_widget_social ul li a[href*="jsfiddle.net"]::before { content: "\f1cc"; } .bizroot_widget_social ul li a[href*="tripadvisor.com"]::before { content: "\f262"; } .bizroot_widget_social ul li a[href*="foursquare.com"]::before { content: "\f180"; } .bizroot_widget_social ul li a[href*="angel.co"]::before { content: "\f209"; } .bizroot_widget_social ul li a[href*="slack.com"]::before { content: "\f198"; } /*social links hover effect */ .bizroot_widget_social ul li a[href*="facebook.com"]:hover { background-color: #3b5998; } .bizroot_widget_social ul li a[href*="twitter.com"]:hover { background-color: #00aced; } .bizroot_widget_social ul li a[href*="plus.google.com"]:hover { background-color: #dd4b39; } .bizroot_widget_social ul li a[href*="/feed/"]:hover { background-color: #dc622c; } .bizroot_widget_social ul li a[href*="wordpress.org"]:hover { background-color: #21759b; } .bizroot_widget_social ul li a[href*="github.com"]:hover { background-color: #4183c4; } .bizroot_widget_social ul li a[href*="linkedin.com"]:hover { background-color: #007bb6; } .bizroot_widget_social ul li a[href*="pinterest.com"]:hover { background-color: #cb2027; } .bizroot_widget_social ul li a[href*="flickr.com"]:hover { background-color: #ff0084; } .bizroot_widget_social ul li a[href*="vimeo.com"]:hover { background-color: #aad450; } .bizroot_widget_social ul li a[href*="youtube.com"]:hover { background-color: #bb0000; } .bizroot_widget_social ul li a[href*="instagram.com"]:hover { background-color: #517fa4; } .bizroot_widget_social ul li a[href*="dribbble.com"]:hover { background-color: #ea4c89; } .bizroot_widget_social ul li a[href*="skype.com"]:hover { background-color: #12a5f4; } .bizroot_widget_social ul li a[href*="digg.com"]:hover { background-color: #333; } .bizroot_widget_social ul li a[href*="codepen.io"]:hover { background-color: #000; } .bizroot_widget_social ul li a[href*="reddit.com"]:hover { background-color: #ff4500; } .bizroot_widget_social ul li a[href*="mailto:"]:hover { background-color: #1d62f0; } .bizroot_widget_social ul li a[href*="foursquare.com"]:hover { background-color: #f94877; } .bizroot_widget_social ul li a[href*="stumbleupon.com"]:hover { background-color: #eb4924; } .bizroot_widget_social ul li a[href*="twitch.tv"]:hover { background-color: #6441a5; } .bizroot_widget_social ul li a[href*="tumblr.com"]:hover { background-color: #32506d; } .bizroot_widget_social ul li a[href*="foursquare.com"]:hover { background-color: #f94877; } .bizroot_widget_social ul li a[href*="stumbleupon.com"]:hover { background-color: #eb4924; } .bizroot_widget_social ul li a[href*="twitch.tv"]:hover { background-color: #6441a5; } .bizroot_widget_social ul li a[href*="tumblr.com"]:hover { background-color: #32506d; } .bizroot_widget_social ul li a[href*="soundcloud.com"]:hover { background-color: #ff5500; } .bizroot_widget_social ul li a[href*="wordpress.org"]:hover { background-color:#21759b; } .bizroot_widget_social ul li a[href*="jsfiddle.net"]:hover { background-color:#4679bd; } .bizroot_widget_social ul li a[href*="tripadvisor.com"]:hover { background-color:#86c171; } .bizroot_widget_social ul li a[href*="foursquare.com"]:hover { background-color:#2d5be3; } .bizroot_widget_social ul li a[href*="angel.co"]:hover { background-color:#000; } .bizroot_widget_social ul li a[href*="slack.com"]:hover { background-color:#56b68b; } /*-------------------------------------------------------------- ## Main slider Style By WEN Themes --------------------------------------------------------------*/ #featured-slider { overflow: hidden; } #main-slider { clear: both; position: relative; text-align: center; } #main-slider img { width: 100%; vertical-align: middle; } #main-slider .cycle-slide { width: 100%; } #main-slider .first.cycle-slide { display: block; } #main-slider .cycle-slideshow { margin-bottom: 0; padding: 0; } #main-slider .cycle-caption { background-color: rgba(0, 0, 0, 0.5); height: auto; left: 25%; max-width: 50%; padding: 15px 20px; position: absolute; text-align: center; top: 37%; width: auto; z-index: 999; } #main-slider h3 { font-size: 28px; line-height: 1.2; margin-bottom: 10px; } #main-slider a, #main-slider h3 { color: #fff; } #main-slider p { color: #fff; font-size: 17px; margin-bottom: 5px; } /*slider pager box*/ #main-slider .pager-box { background-color: #aaa; border: 1px solid #ffffff; border-radius: 0; cursor: pointer; display: inline-block; float: none; height: 15px; margin: 3px; width: 47px; z-index: 99; } #main-slider .cycle-pager { bottom: 5px; position: absolute; text-align: center; width: 100%; z-index: 999; } #main-slider .pager-box.cycle-pager-active { background-color: #000; } /*Slider cycle next / previous*/ #main-slider .cycle-prev, #main-slider .cycle-next { bottom: 47%; color: #fff; cursor: pointer; display: block; font-weight: normal; line-height: 0.8; padding-top: 5px; position: absolute; text-align: center; z-index: 999; } #main-slider .cycle-prev { left:5% } #main-slider .cycle-next { right:5%; } #main-slider .cycle-prev:hover::after, #main-slider .cycle-next:hover::after { background-color: #000; } #main-slider .cycle-prev::after, #main-slider .cycle-next::after { background-color: #aaa; border-radius:100%; display: block; font-size: 36px; text-shadow: 0 0 1px #000000; padding: 20px 20px; } #main-slider .cycle-prev::after { content: "\f053"; font-family:FontAwesome; } #main-slider .cycle-next::after { content: "\f054"; height: auto; font-family:FontAwesome; } #main-slider .cycle-prev:hover::after, #main-slider .cycle-next:hover::after { color:#fff; } /*-------------------------------------------------------------- ## Featrued Content By WEN Themes --------------------------------------------------------------*/ #featured-content article { float: left; padding:0 25px; } #featured-content .featured-content-column-2 article { max-width: 50%; } #featured-content .featured-content-column-3 article { max-width: 33.33%; } #featured-content .featured-content-column-4 article{ max-width: 25%; } /*-------------------------------------------------------------- ## Main Content Style By WEN Themes --------------------------------------------------------------*/ #primary { width: 75%; padding-left:25px; padding-right: 25px; float: left; } #featured-content, #content { padding: 30px 0; clear: both; } #featured-content{ float: left; width: 100%; } /*-------------------------------------------------------------- ## Sidebar Style By WEN Themes --------------------------------------------------------------*/ .widget-area { width:25%; padding-left:25px; padding-right: 25px; } #sidebar-primary { float: right; } #sidebar-secondary { float: left; } .widget-area .widget::after, .widget-area .widget::before { clear: both; content: ""; display: table; } .widget-area ul { list-style: outside none none; padding: 0; margin: 0; } .widget-area ul ul { border-bottom:none; padding-bottom: 0; } .widget-area ul li { padding-left:15px; padding-top: 5px; padding-bottom: 5px; position: relative; } .widget-area ul li::before { color: #000; content: "\f101"; display: inline-block; font-family: FontAwesome; font-size: 15px; left: 0; top: 7px; position: absolute; } .widget-area ul ul ul ul ul > li { padding-left: 0; } .widget-area ul ul ul ul ul > li::before { left:-20px; } .sidebar .search-field { float: left; margin-right: 5px; width: 57%; } /*-------------------------------------------------------------- ## Footer Style By WEN Themes --------------------------------------------------------------*/ #colophon { background-color: #000000; padding: 15px 0; text-align: center; color: #fff; clear: both; } #colophon a { color:#ccc; } #colophon a:hover { color: #fff; } #colophon .copyright { margin-bottom: 5px; } #footer-widgets { background-color:#eee; overflow: hidden; padding:25px 0; } #footer-widgets ul { list-style: none; margin: 0; } #footer-widgets ul li { position: relative; padding: 5px 0 5px 15px; } #footer-widgets ul li::before { color: #000; content: "\f101"; display: inline-block; font-family: FontAwesome; font-size: 15px; left: 0; position: absolute; top: 8px; } #footer-widgets .footer-widget-area { float: left; padding: 0 25px; width: 25%; } #footer-widgets .footer-active-1 { width: 100%; } #footer-widgets .footer-active-2 { width: 50%; } #footer-widgets .footer-active-3 { width: 33.33%; } #footer-widgets .footer-active-4 { width: 25%; } /*Footer Navigation*/ #footer-navigation li { display: inline-block; list-style: outside none none; } #footer-navigation li a { color: #ffffff; display: block; padding: 5px 10px; } #footer-navigation ul { margin: 0; } /*Scrollup Style*/ .scrollup { background-color: #000000; border-radius: 5px; bottom: 50px; color: #ffffff; display: none; float: right; line-height: 1.2; padding: 5px; position: fixed; right: 32px; text-align: center; } .scrollup:hover { background-color:#333; } .scrollup i { color:#fff; font-size:32px; } /*-------------------------------------------------------------- ## layout sidebar By WEN Themes --------------------------------------------------------------*/ .global-layout-left-sidebar #primary { float: right; } .three-columns-enabled #primary { display: inline-block; float: none; width: 50%; } .global-layout-three-columns #sidebar-primary { float: right; width: 25%; } .global-layout-no-sidebar #primary{ width: 100%; } /*-------------------------------------------------------------- ## Inner Pages Style By WEN Themes --------------------------------------------------------------*/ /*Basic Breadcrumb */ #breadcrumb { padding: 15px 0; } /*Error 404 Page*/ section.error-404 { text-align: center; } #quick-links-404 ul li { display: inline-block; list-style: outside none none; } #quick-links-404 ul li a { color: #404040; display: block; padding: 5px 10px; } .error404 #primary { width: 100%; } .wpcf7-form { max-width: 875px; } div.wpcf7 { margin: 0 auto; padding: 0; } .wpcf7 input { width: 100%; } .wpcf7 input.wpcf7-submit { width: auto; } /*-------------------------------------------------------------- ## Media Queries By WEN Themes --------------------------------------------------------------*/ /* Smaller than standard 1139 (devices and browsers) */ @media only screen and (max-width:1169px) { .site-layout-boxed #page, .container { width: 97%; } .main-navigation ul li ul.sub-menu { visibility: visible; display: none; transform:inherit; } .main-navigation ul li:hover ul.sub-menu { display: none; } } /* Smaller than standard 1024 (devices and browsers) */ @media only screen and (max-width:1023px) { h1 { font-size: 22px; } h2 { font-size: 20px; } h3{ font-size: 18px; } h4 { font-size: 16px; } h5 { font-size: 15px; } h6 { font-size: 14px; } .inner-wrapper { margin-left: -15px; margin-right: -15px; } #primary, .sidebar, #colophon { padding-left: 15px; padding-right: 15px; } .sidebar.search-form label input { margin-bottom: 10px; padding: 5px 3.4%; width: 93%; } .sidebar input[type="submit"] { display: block; width: 100%; } /*Main slider*/ #main-slider .cycle-slide { width: 100%; } #main-slider .cycle-caption { padding:15px; } #main-slider .cycle-prev, #main-slider .cycle-next { bottom: 40%; } #main-slider .cycle-prev { left: 15px; } #main-slider .cycle-next { right: 15px; } td, th { font-size: 12px; padding: 2px; text-align: center; } .main-navigation ul li a { font-size: 14px; padding: 10px; } .main-navigation ul ul { top: 40px; } .main-navigation ul ul a { padding-bottom: 5px; padding-top: 5px; } } /* All Mobile Sizes (devices and browser) */ @media only screen and (max-width:767px) { h1 { font-size: 22px; } h2 { font-size: 20px; } h3{ font-size: 18px; } h4 { font-size:16px; } h5 { font-size: 15px; } h6 { font-size: 14px; } .site-layout-boxed #page, .container { width: 100%; padding: 0 15px; } #site-logo, #site-identity { display: block; float: none; margin-right: 0; text-align: center; width: 100%; } .site-branding { text-align: center; } .site-content { padding-top: 15px; } /*featured slider style*/ #main-slider .cycle-caption p { font-size: 13px; height: 19px; overflow: hidden; } #main-slider .cycle-caption h3 { font-size: 19px; font-weight: bold; line-height: 1.4; margin-bottom: 6px; } #main-slider .cycle-prev::after, #main-slider .cycle-next::after { font-size: 23px; padding: 15px; } #main-slider .cycle-caption { left: 16%; max-width: 68%; padding: 15px; } /*featured content*/ #featured-content article { float: left; padding: 0 15px; max-width: 100%; } #featured-content, #featured-content, #content { clear: both; padding-top: 20px; } /*sidebar layout*/ #primary, #sidebar-primary, #sidebar-secondary { width: 100%; clear: both; float: none; } .global-layout-three-columns #primary, .global-layout-three-columns .sidebar { display: inline-block; float: none; width: 100%; } /*-------------------------------------------------------------- Pro responsive css By WEN Themes --------------------------------------------------------------*/ #main-nav{ background: inherit; } .main-navigation li:hover > ul { display: none; } .main-navigation ul li:hover ul.toggled-on { display: block; } .main-navigation ul ul, .main-navigation ul ul ul { box-shadow: none; clear: both; display: none; float: left; left: 0; position: inherit; top: 0; width: 100%; } .main-navigation li { display: block; float: inherit; margin-bottom: 0; position: relative; clear: both; } .main-navigation ul li.menu-item-has-children > a::after, .main-navigation ul li.page_item_has_children > a::after{ display: none; } .main-navigation ul li:first-child a { border-left: none; } .main-navigation ul li a{ padding: 10px 15px; clear: both; border-bottom: 1px solid; border-right: none; border-left: none; } .main-navigation ul ul li a { padding-left: 30px; } .main-navigation ul ul li a { padding-top: 10px; padding-bottom: 10px; } .main-navigation ul ul ul li a { padding-left: 40px; } .main-navigation ul ul ul ul li a { padding-left: 60px; } .main-navigation .wrap-menu-content { background-color: #666666; display: none; left: 3.5%; position: absolute; width: 93%; z-index: 9999; } .main-navigation .menu-toggle { background-color: #aaaaaa; border-radius: 0; display: block; font-size: 20px; line-height: 1.3; margin: 15px auto; padding: 5px 16px; position: relative; text-transform: uppercase; } .main-navigation .dropdown-toggle { background:#aaa; border: 0 none; border-radius: 0; box-sizing: content-box; content: ""; display: block; height:98.1%; padding: 0; position: absolute; right: 0; text-transform: lowercase; top: 0; width: 43px; z-index: 9999; } .main-navigation .dropdown-toggle.toggle-on::after { content: "-"; font-size: 45px; font-weight: normal; line-height: 0.5; } .main-navigation .dropdown-toggle::after { color: #ffffff; content: "+"; font-size: 30px; font-weight: bold; left: 1px; line-height:1.2; position: relative; top: 0; width: 42px; } .main-navigation .menu-toggle i { border-right: 1px solid #dddddd; float: left; font-size: 26px; line-height: 1; margin-right: 10px; padding-right: 15px; } .main-navigation .menu-toggle::before { content: "\f0c9"; display: inline-block; font-family: FontAwesome; font-size: 21px; margin-right: 9px; } .main-navigation ul.sub-menu.toggled-on { display: block; } .main-navigation.toggled .wrap-menu-content { display: block; } /*footer widget area*/ .sibebar{ margin-top: 15px; } #footer-widgets .footer-widget-area { float: left; padding: 0 15px; width: 50%; } #footer-widgets .footer-widget-area:nth-child(3n) { clear: both; } .widget.bizroot_widget_service .service-block-item { width: 100%; } } /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */ @media only screen and (max-width:479px) { /*main slider */ #main-slider .cycle-caption { left: 19%; padding: 5px; top: 16px; width: 62%; } #main-slider .cycle-caption h3 { font-size: 17px; height: 25px; margin-bottom: 0; overflow: hidden; } #main-slider .cycle-prev, #main-slider .cycle-next { bottom: 27%; } #main-slider .cycle-pager { bottom: -3px; } #main-slider .cycle-caption p { display: none; } #footer-widgets .footer-widget-area { width: 100%; } #footer-widgets .footer-widget-area:first-child { border: none; margin-top: 0; padding-top: 0; } #footer-widgets .footer-widget-area { width: 100%; padding-top: 15px; border-top: 1px solid #fff; margin-top: 15px; } }