/* Theme Name: Business Club Theme URI: Author: Axle Themes Author URI: Description: Business Club is a simple business WordPress theme. Version: 1.0.1 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html Text Domain: business-club Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-menu, featured-images, full-width-template, translation-ready, theme-options, threaded-comments, footer-widgets, custom-logo, blog Business Club WordPress Theme, Copyright 2016 Axle Themes Business Club is distributed under the terms of the GNU GPL 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-2017 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 Axle 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: #737272; font-size: 14px; line-height: 1.5; } body { font-size: 14px; line-height: 1.7; color: #737272; font-family: 'Lato', sans-serif; } h1, h2, h3, h4, h5, h6, p { margin: 0 0 15px 0; } h1, h2, h3, h4, h5, h6 { color: #1f2021; font-weight: 500; font-family: 'Poppins', sans-serif; } h1 { font-size: 32px; } h2 { font-size: 26px; } h3{ font-size: 18px; } h4 { font-size: 18px; } h5 { font-size: 16px; } h6 { font-size: 14px; } p { color:#737272; } 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, .comment-reply-link, a.button, input[type="button"], input[type="reset"], input[type="submit"] { background: #179bd7 none repeat scroll 0 0; border: medium none; color: #ffffff; font-size: 15px; line-height: 1.5; padding: 5px 15px; } button:hover, .comment-reply-link, a.button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { background-color: #ffbe00 ; } 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; outline:none; } 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: #272727; text-decoration: inherit; } a:visited { color: #272727; } a:hover, a:focus, a:active { color: #179bd7; } a:focus { outline:inherit; } a:hover, a:active { outline: 0; } /*-------------------------------------------------------------- ## Menus --------------------------------------------------------------*/ #main-nav { float: right; width: auto; } .main-navigation ul { display: block; margin: 0; padding: 0; } .main-navigation ul ul { position: absolute; top: 100%; left: 0; z-index: 1000; min-width: 235px; -webkit-transform-origin: top; transform-origin: top; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-transform: scale(1, 0); transform: scale(1, 0); display: block; opacity: 0; transition: transform 0.5s ease, opacity 0.2s ease; -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease; background-color: #fff; padding: 5px 20px 5px; box-shadow: 0 2px 2px; } .main-navigation ul li:hover > ul.sub-menu{ display: block; opacity: 1; z-index: 1000; -webkit-transform: scale(1, 1); transform: scale(1, 1); transition: transform 0.3s ease, opacity 0.2s ease .1s; -webkit-transition: -webkit-transform 0.3s ease, opacity 0.2s ease .1s; } .main-navigation ul ul ul { left:105%; top: 0 } .main-navigation li { display: inline-block; float: left; margin-bottom: 0; position: relative; } .main-navigation li li { float: none; display: block; } .main-navigation ul li li:first-child > a { border-left: none; } .main-navigation ul li a { color: #222222; display: block; font-size: 15px; padding: 35px 15px; position: relative; z-index: 99; } .main-navigation ul ul a { border-bottom: 1px solid rgba(221, 221, 221, 0.34); border-left: medium none; border-right: medium none; height: auto; padding: 5px 0; text-align: left; width: 100%; } .main-navigation ul ul li:last-child a { border: 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: 36px; } .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: #179bd7 none repeat scroll 0 0; color: #ffffff; } .main-navigation ul ul li a:hover, .main-navigation ul ul li.current-menu-item a, .main-navigation ul ul li.current_page_item a, .main-navigation ul ul li:hover > a { color: #179bd7; background-color:inherit; } .main-navigation .menu-toggle, .main-navigation .dropdown-toggle { display: none; } /*comment and post navigation*/ a.comment-reply-link { text-transform: uppercase; } .site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation { margin: 0 0 1.5em; overflow: hidden; clear: both; } #infinite-handle{ margin-bottom: 20px; height: auto; overflow: hidden; } #infinite-handle span:hover { border:1px solid #179bd7; background: #179bd7; color: #fff; } #infinite-handle span { border:1px solid #001837; padding: 5px 15px; width: auto; line-height: 1.5; color: #001837; display: block; } .post-title { font-size: 17px; margin-top: 15px; } .meta-nav { background: #179bd7 none repeat scroll 0 0; color: #ffffff; display: inline-block; font-size: 18px; margin-right: 15px; padding: 7px 10px; text-align: center; width: 115px; } .post-navigation a { color: #1a1a1a; display: block; } .post-navigation a:hover { color:#179bd7; } .post-navigation .nav-previous, .post-navigation .nav-next { border-bottom: 4px solid #179bd7; } .post-navigation .nav-previous a, .post-navigation .nav-next a { padding-left: 30px; } /** pagination **/ .navigation, .pagination { margin-top: 15px; } .nav-links{ border-top: medium none; margin-bottom: 20px; padding: 20px 0; overflow: hidden; } .navigation.pagination .nav-links .page-numbers { padding: 5px 10px; text-align: center; } .page-numbers.dots { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; } .navigation .nav-links .page-numbers.current, .navigation .nav-links a:hover { background: #222 none repeat scroll 0 0; border-color: #2195af; color: #ffffff; } .navigation .nav-links a{ background: #179bd7; border:none; color: #fff; font-size: 15px; line-height: 1.5; padding: 5px 20px; } .navigation .nav-links .nav-next, .navigation .nav-links .nav-next{ float: right; } .navigation .nav-links .nav-previous, .navigation .nav-links .nav-previous { float: left; margin-bottom: 30px; } .navigation .nav-links .nav-links a:hover, .navigation .nav-links .nav-links a:hover { background: #00132c; } .post-navigation .nav-links a, .post-navigation .nav-links a:hover { background: #ffffff none repeat scroll 0 0; color: #001837; padding: 0; } .post-navigation .nav-links > div { width:100%; } #mobile-trigger, #mob-menu { display: none; } /*-------------------------------------------------------------- # 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, #tophead::after, #tophead::before { content: ""; display: table; } .clear-fix::after, .entry-content::after, .comment-content::after, .site-header::after, .site-content::after, .site-footer::after, #tophead::after, #tophead::before { 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%; } #sidebar-front-page-widget-area .widget-title { font-size: 21px; text-align: center; font-weight: 500; text-transform: uppercase; } #sidebar-front-page-widget-area .widget-title span { background-color: #179bd7; color: #ffffff; display: inline-block; line-height: 1.5; margin-bottom: 20px; padding: 3px 20px; position: relative; } #sidebar-front-page-widget-area .widget-title span::after { background-color: #ddd; content: ""; height: 1px; position: absolute; top: 0; width: 1000px; left: 100%; margin-left: 30px; top: 46%; } /*-------------------------------------------------------------- # 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; } footer.entry-footer { margin-top: 15px; } .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: ""; color: #179bd7; } .entry-meta .byline .author.vcard { margin-left: -4px; } .entry-footer span { margin-right: 15px; } 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; } .comment-form-author input, .comment-form-email input, .comment-form-url input{ width: 100%; } #tab-reviews .comment-form-author, #tab-reviews .comment-form-email, #tab-reviews .comment-form-url{ width: 50%; } .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; margin-bottom: 15px; } .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 { float: left; margin: 7px 15px 15px 0; } .comment-metadata { font-size: 13px; font-style: italic; line-height: 16px; margin-bottom: 10px; } .comment-reply-link { 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 { 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 Axle Themes --------------------------------------------------------------*/ #page { background-color: #fff; position: relative; margin: 0 auto; } .site-layout-boxed #page { box-shadow: 0 0 1px #999999; width: 1255px; margin-top: 35px; margin-bottom: 35px; } .container { width: 1200px; margin: 0 auto; padding-left: 20px; padding-right: 20px; max-width: 100%; } .inner-wrapper { margin-left: -20px; margin-right: -20px; } /*-------------------------------------------------------------- ## Header Style By Axle Themes --------------------------------------------------------------*/ .right-head { float: right; padding: 35px 0; margin-left: 15px; } .cart-section { float: right; margin-right: 20px; position: relative; } .cart-section i.fa.fa-shopping-cart { font-size: 22px; } .cart-section span.cart-value { position: absolute; top: -18px; left: 3px; background: #038fd6; color: #fff; border-radius: 100%; min-height: 20px; min-width: 20px; font-size: 12px; text-align: center; } .header-social { float: right; margin-top: 20px; padding: 0 15px; } #masthead { background: #fff none repeat scroll 0 0; clear: both; top: 15px; width: 100%; z-index: 99999; -moz-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } /*sticky menu*/ .enabled-sticky-primary-menu #masthead.fixed { box-shadow: 0 0 3px; left: 0; position: fixed; top: 0; width: 100%; z-index: 9999; } #masthead.fixed .right-head { padding: 25px 0; } #masthead.fixed .main-navigation ul li a { padding: 25px 15px; } #masthead.fixed .main-navigation ul ul li a { padding: 5px 0; } #masthead.fixed .main-navigation ul li.menu-item-has-children > a::after, #masthead.fixed .main-navigation ul li.page_item_has_children > a::after { top:26px; } .enabled-sticky-primary-menu #masthead.fixed .main-navigation ul li.menu-item-has-children a, .enabled-sticky-primary-menu #masthead.fixed .main-navigation ul li.page_item_has_children a { padding-right: 30px; } .enabled-sticky-primary-menu #masthead.fixed .site-branding { margin-top: 10px; } #site-identity { float: left; } #custom-logo-link { max-width: 300px; } .site-branding { color: #222222; float: left; font-size: 36px; font-weight: 500; line-height: 0.8; margin-bottom: 0; margin-right: 30px; margin-top: 20px; } #site-identity { float: left; } .site-branding a { color: #222222; } a.custom-logo-link { float: left; max-width: 44px; margin-right: 15px; } .site-title { font-size: 28px; font-weight: bold; float: left; margin-bottom: 10px; line-height: 1; } .site-description { font-size: 14px; font-style: inherit; font-weight: 400; clear: both; } .header-search-box { float: right; position: relative; } .header-search-box > a { color: #001837; display: block; } .header-search-box > a i { font-size: 17px; } .header-search-box > a:hover { color: #4fc3dd; } .header-search-box .search-box-wrap { background: rgb(243, 243, 243) none repeat scroll 0 0; top: 62px; box-shadow: 0 2px 2px; display: none; padding: 12px; position: absolute; right: 7%; width: 300px; z-index: 9999; right: 3%; border-top: 5px solid #179bd7; } .right-head .header-search-box .search-box-wrap { width:300px; } .search-form input.search-field { border: 1px solid #dddddd; height: 15px; padding: 10px 9% 10px 10px; width: 86%; } .search-box-wrap .search-form input.search-field { color: #222222; } .search-form { position: relative; } .search-form .search-submit { background: #179bd7 none repeat scroll 0 0; border: medium none; border-radius: 0; color: #ffffff; font-size: 13px; height: 37px; line-height: 1.8; padding: 0 20px; position: absolute; right: 0; top: 0; font-family: FontAwesome; } /*-------------------------------------------------------------- ## Social Links Style By Axle Themes --------------------------------------------------------------*/ .business_club_widget_social { clear: both; overflow: hidden; } .business_club_widget_social ul { margin: 0; } .business_club_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; } .business_club_widget_social li { display: block; float: left; margin-right: 5px; } .widget-area .business_club_widget_social li, #footer-widgets .business_club_widget_social li { padding: 0; } .widget-area .business_club_widget_social li::before, #footer-widgets .business_club_widget_social li::before { display: none; } .business_club_widget_social li a i { color:#cacad8; font-size: 18px; font-weight: normal; } .business_club_widget_social ul li a::before { color: #1f1f29; content: "\f0c1"; display: block; font-family: FontAwesome; font-weight: normal; line-height: 1.7; font-size: 19px; } .business_club_widget_social ul li a:hover { background-color:#cacad8; } .business_club_widget_social ul li a:hover::before { color: #fff; } .business_club_widget_social ul li a[href*="facebook.com"]::before { content: "\f09a"; } .business_club_widget_social ul li a[href*="twitter.com"]::before { content: "\f099"; } .business_club_widget_social ul li a[href*="linkedin.com"]::before { content: "\f0e1"; } .business_club_widget_social ul li a[href*="plus.google.com"]::before { content: "\f0d5"; } .business_club_widget_social ul li a[href*="youtube.com"]::before { content: "\f167"; } .business_club_widget_social ul li a[href*="dribbble.com"]::before { content: "\f17d"; } .business_club_widget_social ul li a[href*="pinterest.com"]::before { content: "\f0d2"; } .business_club_widget_social ul li a[href*="bitbucket.org"]::before { content: "\f171"; } .business_club_widget_social ul li a[href*="github.com"]::before { content: "\f113"; } .business_club_widget_social ul li a[href*="codepen.io"]::before { content: "\f1cb"; } .business_club_widget_social ul li a[href*="flickr.com"]::before { content: "\f16e"; } .business_club_widget_social ul li a[href$="/feed/"]::before { content: "\f09e"; } .business_club_widget_social ul li a[href*="foursquare.com"]::before { content: "\f180"; } .business_club_widget_social ul li a[href*="instagram.com"]::before { content: "\f16d"; } .business_club_widget_social ul li a[href*="tumblr.com"]::before { content: "\f173"; } .business_club_widget_social ul li a[href*="reddit.com"]::before { content: "\f1a1"; } .business_club_widget_social ul li a[href*="vimeo.com"]::before { content: "\f194"; } .business_club_widget_social ul li a[href*="digg.com"]::before { content: "\f1a6"; } .business_club_widget_social ul li a[href*="twitch.tv"]::before { content: "\f1e8"; } .business_club_widget_social ul li a[href*="stumbleupon.com"]::before { content: "\f1a4"; } .business_club_widget_social ul li a[href*="delicious.com"]::before { content: "\f1a5"; } .business_club_widget_social ul li a[href*="mailto:"]::before { content: "\f0e0"; } .business_club_widget_social ul li a[href*="soundcloud.com"]::before { content: "\f1be"; } .business_club_widget_social ul li a[href*="wordpress.org"]::before { content: "\f19a"; } .business_club_widget_social ul li a[href*="wordpress.com"]::before { content: "\f19a"; } .business_club_widget_social ul li a[href*="jsfiddle.net"]::before { content: "\f1cc"; } .business_club_widget_social ul li a[href*="tripadvisor.com"]::before { content: "\f262"; } .business_club_widget_social ul li a[href*="foursquare.com"]::before { content: "\f180"; } .business_club_widget_social ul li a[href*="angel.co"]::before { content: "\f209"; } .business_club_widget_social ul li a[href*="slack.com"]::before { content: "\f198"; } /*social links hover effect */ .business_club_widget_social ul li a[href*="facebook.com"]:hover { background-color: #3b5998; } .business_club_widget_social ul li a[href*="twitter.com"]:hover { background-color: #00aced; } .business_club_widget_social ul li a[href*="plus.google.com"]:hover { background-color: #dd4b39; } .business_club_widget_social ul li a[href*="/feed/"]:hover { background-color: #dc622c; } .business_club_widget_social ul li a[href*="wordpress.org"]:hover { background-color: #21759b; } .business_club_widget_social ul li a[href*="github.com"]:hover { background-color: #4183c4; } .business_club_widget_social ul li a[href*="linkedin.com"]:hover { background-color: #007bb6; } .business_club_widget_social ul li a[href*="pinterest.com"]:hover { background-color: #cb2027; } .business_club_widget_social ul li a[href*="flickr.com"]:hover { background-color: #ff0084; } .business_club_widget_social ul li a[href*="vimeo.com"]:hover { background-color: #aad450; } .business_club_widget_social ul li a[href*="youtube.com"]:hover { background-color: #bb0000; } .business_club_widget_social ul li a[href*="instagram.com"]:hover { background-color: #517fa4; } .business_club_widget_social ul li a[href*="dribbble.com"]:hover { background-color: #ea4c89; } .business_club_widget_social ul li a[href*="skype.com"]:hover { background-color: #12a5f4; } .business_club_widget_social ul li a[href*="digg.com"]:hover { background-color: #333; } .business_club_widget_social ul li a[href*="codepen.io"]:hover { background-color: #000; } .business_club_widget_social ul li a[href*="reddit.com"]:hover { background-color: #ff4500; } .business_club_widget_social ul li a[href*="mailto:"]:hover { background-color: #1d62f0; } .business_club_widget_social ul li a[href*="foursquare.com"]:hover { background-color: #f94877; } .business_club_widget_social ul li a[href*="stumbleupon.com"]:hover { background-color: #eb4924; } .business_club_widget_social ul li a[href*="twitch.tv"]:hover { background-color: #6441a5; } .business_club_widget_social ul li a[href*="tumblr.com"]:hover { background-color: #32506d; } .business_club_widget_social ul li a[href*="foursquare.com"]:hover { background-color: #f94877; } .business_club_widget_social ul li a[href*="stumbleupon.com"]:hover { background-color: #eb4924; } .business_club_widget_social ul li a[href*="twitch.tv"]:hover { background-color: #6441a5; } .business_club_widget_social ul li a[href*="tumblr.com"]:hover { background-color: #32506d; } .business_club_widget_social ul li a[href*="soundcloud.com"]:hover { background-color: #ff5500; } .business_club_widget_social ul li a[href*="wordpress.org"]:hover { background-color:#21759b; } .business_club_widget_social ul li a[href*="jsfiddle.net"]:hover { background-color:#4679bd; } .business_club_widget_social ul li a[href*="tripadvisor.com"]:hover { background-color:#86c171; } .business_club_widget_social ul li a[href*="foursquare.com"]:hover { background-color:#2d5be3; } .business_club_widget_social ul li a[href*="angel.co"]:hover { background-color:#000; } .business_club_widget_social ul li a[href*="slack.com"]:hover { background-color:#56b68b; } /*-------------------------------------------------------------- ## Main slider Style By Axle Themes --------------------------------------------------------------*/ #featured-slider { overflow: hidden; position: relative; clear: both; } #main-slider { clear: both; position: relative; z-index: 999; } #main-slider img { width: 100%; vertical-align: middle; } #main-slider .cycle-slide { width: 100%; display: none; } #main-slider .first.cycle-slide { display: block; } #main-slider .cycle-slideshow { margin-bottom: 0; padding: 0; } #main-slider .cycle-caption { bottom: 32%; left: 20%; max-width: 100%; position: absolute; right: 0; white-space: normal; width: 60%; z-index: 9999; text-align: center; } #main-slider h3 { font-size: 42px; font-weight: 600; line-height: 1.5; margin-bottom: 20px; text-shadow: 1px 2px 1px #222222; text-transform: uppercase; } #main-slider a, #main-slider h3 { color: #ffffff; } #main-slider p { color: #fff; font-size: 17px; font-weight: 400; margin-bottom: 5px; } #main-slider:before { background: url(images/overlay.png); content: ""; opacity: 0.6; display: block; position: absolute; height: 100%; top: 0; z-index: 991; width: 100%; } /*slider pager box*/ #main-slider .cycle-pager { bottom: 40px; left: 0; position: absolute; z-index: 999; width: 100%; text-align: center; } #main-slider .pager-box { background-color: #fff; cursor: pointer; display: inline-block; float: none; height: 7px; margin: 0 3px; width: 25px; z-index: 99; } #main-slider .pager-box.cycle-pager-active { background-color: #179bd7 ; } /*Slider cycle next / previous*/ #main-slider .cycle-prev, #main-slider .cycle-next { color: #ffffff; cursor: pointer; display: block; font-weight: normal; line-height: 0.8; padding: 5px 15px; text-align: center; z-index: 999; position: absolute; top: 48%; } #main-slider .cycle-prev:hover, #main-slider .cycle-next:hover { background: #038fd6 none repeat scroll 0 0; } #main-slider .cycle-prev { left: 50px; } #main-slider .cycle-next { right:50px; } #main-slider .cycle-prev i, #main-slider .cycle-next i { font-size: 34px; } #main-slider .slider-buttons a { border: 2px solid rgba(255, 255, 255, 0.58); color: #ffffff; display: inline-block; font-size: 19px; line-height: 1.5; margin: 6px 8px 0; padding: 6px 20px; /* text-transform: uppercase; */ min-width: 125px; } span.divider-button { color: #fff; display: inline-block; margin-right: 15px; font-size: 21px; margin-left: 5px; } #main-slider .slider-buttons { margin-top: 25px; } #main-slider .slider-buttons a.button-primary { background: #179bd7; border-color: #179bd7; } #main-slider .slider-buttons a:hover { background: #179bd7; color: #fff; border-color: #179bd7; } a.button:hover{ color:#6081a7; } a.button::after, a.read-more::after, a.view-more::after { content: "\f178"; font-family: fontawesome; margin-left: 6px; font-size: 12px; font-weight: 100; } a.button:hover::after, a.read-more:hover::after, a.view-more:hover::after { content: "\f00c"; } a.view-more { border-radius: 0; color: #ffffff; padding: 8px 20px; transition: all 0.2s ease 0s; display: inline-block; margin: 0 5px; background: #179bd7; font-size: 15px; margin-top: 25px; } .view-more-wrapper { clear: both; text-align: center; } /*-------------------------------------------------------------- ## Featrued Content By Axle Themes --------------------------------------------------------------*/ #featured-content article { float: left; padding:0 15px; } #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 Axle Themes --------------------------------------------------------------*/ #primary { width: 70%; padding-left: 20px; padding-right: 20px; float: left; } #content { padding: 40px 0; clear: both; } #content { background: #ffffff none repeat scroll 0 0; } .blog #masthead { border-bottom: 3px solid #ddd; } .home.page #content { display: none; } #featured-content{ float: left; width: 100%; } /*-------------------------------------------------------------- ## Sidebar Style By Axle Themes --------------------------------------------------------------*/ .sidebar { width: 30%; padding-left: 20px; padding-right: 20px; } .sidebar .widget { background: #f9f9f9; padding: 20px; } .sidebar h2.widget-title { border-bottom: 1px solid; } #sidebar-primary { float: right; } .sidebar a.read-more { font-size: 13px; } .sidebar a.read-more::before { font-size: 10px; } #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-bottom: 5px; padding-left: 20px; padding-top: 5px; position: relative; } .widget-area ul li::before { content: "\f178"; display: inline-block; font-family: FontAwesome; font-size: 13px; left: 0; position: absolute; top: 7px; } .widget-area ul li:hover::before { content:"\f00c"; } .widget-area ul ul ul ul ul > li { padding-left: 0; } .widget-area ul ul ul ul ul > li::before { left:-20px; } .widget_calendar caption { background: #179bd7 none repeat scroll 0 0; color: #ffffff; padding: 5px; } /*-------------------------------------------------------------- ## Footer Style By Axle Themes --------------------------------------------------------------*/ #colophon { background-color: #1a4b61; clear: both; color: rgba(255, 255, 255, 0.75); font-size: 14px; padding: 15px 0; text-align: center; } #colophon a { color:#ccc; } #colophon a:hover { color:rgba(255, 255, 255, 0.75); } #colophon .copyright { margin-bottom: 5px; } #footer-widgets { background: #093e56 none repeat scroll 0 0; overflow: hidden; padding: 70px 0; color: rgba(255, 255, 255, 0.75); } #footer-widgets ul { list-style: none; margin: 0; } #footer-widgets ul li { font-size: 14px; letter-spacing: 0.5px; padding: 5px 15px 5px 25px; position: relative; } #footer-widgets ul li::before { color: rgba(255, 255, 255, 0.75); content: "\f00c"; display: inline-block; font-family: FontAwesome; font-size: 11px; left: 0; position: absolute; top: 9px; font-weight: 100; } #footer-widgets .widget-column { float: left; padding: 0 25px; width: 25%; } #footer-widgets a { color:rgba(255, 255, 255, 0.75); } #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-widgets .widget-column { float: left; padding: 0 20px; } #footer-widgets .widget-title { color: #dddddd; font-family: open sans; font-size: 21px; font-weight: 400; } /*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: #179bd7; bottom: 50px; color: #ffffff; display: none; float: right; line-height: 1.2; padding: 10px 15px; position: fixed; right: 32px; text-align: center; } .scrollup i { color:#fff; font-size:32px; } .scrollup:hover i { color: #093e56; } /*-------------------------------------------------------------- ## Layout sidebar By Axle 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 Axle Themes --------------------------------------------------------------*/ /*Basic Breadcrumb */ #breadcrumb { background: #f9f9f9 none repeat scroll 0 0; padding: 15px 0; border: 1px solid #eeeeee; } #breadcrumb .container > div { overflow: hidden; } .breadcrumb-trail li { display: block; float: left; list-style: outside none none; padding-right: 10px; } .breadcrumb-trail li.trail-item.trail-end::after { display: none; } .breadcrumb-trail li::after { content: "/"; margin-left: 10px; } .breadcrumb-trail .trail-items { margin: 0; padding: 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%; } /*contact form 7*/ .wpcf7-form { max-width: 875px; } div.wpcf7 { margin: 0 auto; padding: 0; } .wpcf7 input { width: 100%; } .wpcf7 input.wpcf7-submit { width: auto; } /*-------------------------------------------------------------- ## Extra css By Axle Themes --------------------------------------------------------------*/ #sidebar-front-page-widget-area { clear: both; } #sidebar-front-page-widget-area .widget { padding: 40px 0; margin-top: 0; } #sidebar-front-page-widget-area .widget:first-child { margin-top: 0; } /*-------------------------------------------------------------- ## service primary widget / page css By Axle Themes --------------------------------------------------------------*/ .services-layout-1.business_club_widget_services .service-block-item { float: left; padding: 0 20px; transition: all 0s ease-in-out 0s; text-align: center; } .services-layout-1.business_club_widget_services .service-block-inner { padding: 20px 15px 15px; border: 1px solid #fff; background-color: #fff; transition:all 0.2s ease 0s; } .services-layout-1.business_club_widget_services .service-block-inner:hover a{ color: #179bd7; } .services-layout-1.business_club_widget_services .service-block-item i { border-radius: 100%; display: block; font-size: 30px; font-weight: normal; position: relative; transform: rotate(45deg); color: #fff; } .services-layout-1.business_club_widget_services .service-block-inner > a { display: block; text-align: center; width: 70px; transition: all 0.3s ease-in-out 0s; margin: 0 auto 20px; /* background: #ffffff none repeat scroll 0 0; */ height: 70px; padding: 20px 0; /* border-radius: 100%; */ margin-top: 25px; background: #5a95f5; transform: rotate(-45deg); } aside.services-layout-1.business_club_widget_services { background: #f5f8fa; } .services-layout-1.business_club_widget_services .service-block-inner-content { display: table; padding: 15px 10px 15px; } .services-layout-1.business_club_widget_services .service-item-title { margin-bottom: 10px; } .services-layout-1.business_club_widget_services .service-block-item .custom-button { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; border: medium none; box-shadow: none; color: #222222; margin: 0; padding: 0; } .services-layout-1.business_club_widget_services .service-block-item .custom-button:hover { background:none; } .services-layout-1.business_club_widget_services .service-block-inner:hover { box-shadow: 2px 2px 20px 2px rgba(0, 0, 0, 0.3); z-index: 1; } .business_club_widget_services .service-block-inner { padding: 0 15px 30px; } .services-layout-1.business_club_widget_services .service-col-4 .service-block-item { width: 25%; } .services-layout-1.business_club_widget_services .service-col-3 .service-block-item { width: 33.33%; } .services-layout-1.business_club_widget_services .service-col-2 .service-block-item { width: 50%; } /*clearning service item*/ .services-layout-1.business_club_widget_services .service-col-4 .service-block-item:nth-child(4n+1), .services-layout-1.business_club_widget_services .service-col-3 .service-block-item:nth-child(3n+1), .services-layout-1.business_club_widget_services .service-col-2 .service-block-item:nth-child(2n+1) { clear: both; } /*widget on sidebar*/ .sidebar .services-layout-1.business_club_widget_services .service-block-item, #footer-widgets .service-block-item{ width: 100%; } .sidebar .services-layout-1.business_club_widget_services a.custom-button:hover { color: #fff; } /*-------------------------------------------------------------- ## service secondary widget / page css By Axle Themes --------------------------------------------------------------*/ .services-layout-2.business_club_widget_services .service-block-item { float: left; padding: 20px; transition:all 0s ease-in-out 0s; } .services-layout-2.business_club_widget_services { background: #f5f8fa; } .services-layout-2.business_club_widget_services .service-block-inner:hover { background-color: #fff; } .services-layout-2.business_club_widget_services .service-block-item i { border-radius: 100%; display: block; font-size: 32px; font-weight: normal; height: auto; position: relative; width: auto; } .services-layout-2.business_club_widget_services .service-block-inner > a { background: #ffffff none repeat scroll 0 0; border-radius: 100%; display: block; float: left; height: 40px; margin: 0 auto 20px; padding: 3px 0; text-align: center; transition: all 0.3s ease-in-out 0s; width: 40px; margin-right: 15px; color: #179bd7; } .services-layout-2.business_club_widget_services .service-block-inner-content { display: table; } .services-layout-2.business_club_widget_services .service-item-title { margin-bottom: 10px; } .services-layout-2.business_club_widget_services .service-block-item .custom-button { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; border: medium none; box-shadow: none; color: #222222; margin: 0; padding: 0; } .services-layout-2.business_club_widget_services .service-block-item .custom-button:hover { background:none; } .services-layout-2.business_club_widget_services .service-block-inner { background: #fff none repeat scroll 0 0; padding: 20px; transition:all 0.2s ease 0s; } .services-layout-2.business_club_widget_services .service-block-inner:hover { box-shadow: 2px 2px 20px 2px rgba(0, 0, 0, 0.3); z-index: 1; } .services-layout-2.business_club_widget_services .service-block-inner:hover a , .services-layout-2.business_club_widget_services .service-block-inner:hover i{ color:#179bd7; } .services-layout-2.business_club_widget_services .service-col-4 .service-block-item { width: 25%; } .services-layout-2.business_club_widget_services .service-col-3 .service-block-item { width: 33.33%; } .services-layout-2.business_club_widget_services .service-col-2 .service-block-item { width: 50%; } /*clearning service item*/ .services-layout-2.business_club_widget_services .service-col-4 .service-block-item:nth-child(4n+1), .services-layout-2.business_club_widget_services .service-col-3 .service-block-item:nth-child(3n+1), .services-layout-2.business_club_widget_services .service-col-2 .service-block-item:nth-child(2n+1) { clear: both; } /*widget on sidebar*/ .sidebar .services-layout-2.business_club_widget_services .service-block-item, #footer-widgets .service-block-item{ width: 100%; } .sidebar .services-layout-2.business_club_widget_services a.custom-button:hover { color: #fff; } /*-------------------------------------------------------------- ## call to action widgets style By Axle Themes --------------------------------------------------------------*/ #sidebar-front-page-widget-area .cta-layout-1.business_club_widget_call_to_action { background: #00aef0 none repeat scroll 0 0; padding: 30px 0; text-align: center; max-width: 1160px; margin: 0 auto; margin-top: 30px; margin-bottom: 30px; } .cta-layout-1 .call-to-action-content { float: left; clear: both; padding-left: 60px; } .cta-layout-1 .call-to-action-content p { color: #fff; } .cta-layout-1.business_club_widget_call_to_action .call-to-action-buttons { float: right; } .cta-layout-1.business_club_widget_call_to_action .button:hover { background-color: #fff; } .cta-layout-1.business_club_widget_call_to_action .cta-content { float: left; text-align: left; width: 69%; } .cta-layout-1.business_club_widget_call_to_action .widget-title { margin-bottom: 0; text-align: left; border: none; padding: 0; font-weight: 500; font-size: 27px; font-family: Lato; word-spacing: 5px; padding-left: 60px; color: #fff; float: left; } /*-------------------------------------------------------------- ## call to action Layout 2 widgets style By Axle Themes --------------------------------------------------------------*/ .business_club_widget_call_to_action a.button.cta-btn-secondary { background: #ffffff; color: #222; } .business_club_widget_call_to_action .button { border-radius: 0; color: #ffffff; padding: 10px 20px; transition: all 0.2s ease 0s; display: inline-block; margin: 0 15px; font-size: 15px; } .business_club_widget_call_to_action .button.cta-button-secondary { background: #ffbe00; color: #fff; } .cta-layout-2.business_club_widget_call_to_action .button.cta-btn-primary { background-color: #179bd7; } .cta-layout-1.business_club_widget_call_to_action .button:hover, .cta-layout-2.business_club_widget_call_to_action .button:hover { color:#222; background-color: #fff; } .cta-layout-2.business_club_widget_call_to_action .cta-content { float: none; text-align: center; width: 100%; } #sidebar-front-page-widget-area .cta-layout-2.business_club_widget_call_to_action::before { background: rgba(0, 0, 0, 0.6); content: ""; height: 100%; position: absolute; width: 100%; top:0; left: 0; z-index: -1; display: block; } .cta-layout-2.business_club_widget_call_to_action::after { display: block; } .cta-layout-2.business_club_widget_call_to_action { background-position: 50% 50%; background-repeat: no-repeat; background-attachment: fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; position: relative; z-index: 22; background: #179bd7 none repeat scroll 0 0; padding: 70px 0; text-align: center; } #sidebar-front-page-widget-area .cta-layout-2.business_club_widget_call_to_action { padding: 70px 0; } .cta-layout-2.business_club_widget_call_to_action .widget-title { text-align: center; border: none; padding: 0; font-weight: normal; font-size: 30px; text-transform: uppercase; margin-bottom: 30px; color: #fff; } .cta-layout-2.business_club_widget_call_to_action p { font-size: 17px; color: #fff; } .cta-layout-2.business_club_widget_call_to_action .call-to-action-buttons { margin-top: 30px; } .cta-layout-2.business_club_widget_call_to_action .call-to-action-buttons { margin-top: 50px; float: none; clear: both; display: block; } /*-------------------------------------------------------------- ### Featured Page Widget style By Axle Themes --------------------------------------------------------------*/ #sidebar-front-page-widget-area .business_club_widget_featured_page img.alignleft { margin-right: 30px; vertical-align: middle; margin-bottom: 0; max-width: 50%; } #sidebar-front-page-widget-area .business_club_widget_featured_page img.alignright { margin-left: 30px; vertical-align: middle; margin-bottom: 0; max-width: 50%; } #sidebar-front-page-widget-area .business_club_widget_featured_page .entry-content { margin: 0; } #sidebar-front-page-widget-area .business_club_widget_featured_page .widget-title { text-align: inherit; } /*-------------------------------------------------------------- ### Special Page Widget style By Axle Themes --------------------------------------------------------------*/ /* #sidebar-front-page-widget-area .business_club_widget_special_page .special-thumb { margin-right: 30px; vertical-align: middle; margin-bottom: 0; max-width: 50%; }*/ #sidebar-front-page-widget-area .business_club_widget_special_page { padding: 60px 0; } #sidebar-front-page-widget-area .business_club_widget_special_page .special-thumb { margin-left:50px; vertical-align: middle; margin-bottom: 0; max-width: 50%; float: right; } #sidebar-front-page-widget-area .business_club_widget_special_page .special-page-content { text-align: right; } .special-page-content p.subtitle { font-size: 17px; margin-bottom: 25px; } #sidebar-front-page-widget-area .business_club_widget_special_page .entry-content { margin: 0; } #sidebar-front-page-widget-area .business_club_widget_special_page .widget-title { text-align: inherit; font-size: 24px; } a.special-icon { float: right; background: #5a95f5; padding: 20px; margin-left: 30px; margin-top: 10px; transform: rotate(-45deg); margin-bottom: 25px; border-radius: 100%; width: 65px; height: 65px; } a.special-icon i { font-size: 25px; color: #fff; transform: rotate(45deg); } h3.special-item-title { margin-bottom: 5px; } .special-page-content { width: 50%; } .special-block-item { float: right; margin-bottom: 30px; } /*-------------------------------------------------------------- ### Testimonial widget style By Axle Themes --------------------------------------------------------------*/ .business_club_widget_testimonials .slick-list { text-align: left; } .business_club_widget_testimonials .slick-list { margin: 0 auto; } .business_club_widget_testimonials .testimonial-thumb { margin-right: 15px; position: relative; } .testimonial-summary { padding: 8px 15px 0 35px; position: relative; text-align: center; } .testimonial-thumb::before { color: #919191; content: ""; display: block; font-family: FontAwesome; font-size: 41px; left: -3%; position: absolute; top: 87px; } .business_club_widget_testimonials .testimonial-item.slick-slide { display: block; float: left; margin: 45px 1% 15px; padding: 30px; width: 48%; background-color: #f5f8fa; } .business_club_widget_testimonials .slick-track { margin: 0 -20px; } .widget.business_club_widget_testimonials { background: #ffffff none repeat scroll 0 0; } .business_club_widget_testimonials .slick-slide img { border-radius: 100%; display: inline; max-width: 105px; border: 5px solid #f5f8fa; } .business_club_widget_testimonials .testimonial-thumb { margin-right: 15px; margin-top: -75px; max-width: 100%; text-align: center; } .slick-slide:focus, .slick-slide.slick-active{ outline: none!important; } /*Testimonial widget cycle pager */ .business_club_widget_testimonials .slick-dots { text-align: center; transition: all 1s ease-in-out 0s; width: 100%; z-index: 999; } .business_club_widget_testimonials .slick-dots span { background-color: #686868; border-radius: 100%; cursor: pointer; display: inline-block; float: none; height: 15px; margin: 5px 5px; width: 15px; z-index: 99; } .business_club_widget_testimonials .slick-dots li.slick-active span { background-color: #219fcd; } .business_club_widget_testimonials .slick-dots li { display: inline-block; line-height: 0; list-style: inherit; padding: 0; } .widget.business_club_widget_testimonials .slick-dots li::before { display: none; } .business_club_widget_testimonials .testimonial-item.slick-slide > h4 { display: block; float: none; font-style: italic; margin-right: 30px; text-align: center; } /*Testimonial cycle next / previous*/ .business_club_widget_testimonials .slick-prev.slick-arrow, .business_club_widget_testimonials .slick-next.slick-arrow { color: #aaaaaa; cursor: pointer; display: block; font-weight: normal; line-height: 0.8; padding-top: 5px; position: absolute; text-align: center; top: -80px; z-index: 999; } .business_club_widget_testimonials .slick-prev.slick-arrow { right:45px; } .business_club_widget_testimonials .slick-next.slick-arrow { right: 10px; } .business_club_widget_testimonials .slick-prev.slick-arrow::after, .business_club_widget_testimonials .slick-next.slick-arrow::after { background: #219fcd none repeat scroll 0 0; color: #ffffff; display: block; font-size: 30px; padding: 2px 10px 5px; } .business_club_widget_testimonials .slick-prev.slick-arrow::after { content: "\f104"; font-family: FontAwesome; } .business_club_widget_testimonials .slick-next.slick-arrow::after { content: "\f105"; height: auto; font-family: FontAwesome; } .business_club_widget_testimonials .slick-prev.slick-arrow:hover::after, .business_club_widget_testimonials .slick-next.slick-arrow:hover::after { color: #686868; } .business_club_widget_testimonials .testimonial-thumb img { border: 7px solid transparent; border-radius: 100%; box-shadow: -4px -8px 0 #179bd7; } /*-------------------------------------------------------------- ### Advaneced recent post widget style By Axle Themes --------------------------------------------------------------*/ .business_club_widget_advanced_recent_posts .advanced-recent-posts-item { clear: both; margin-top: 20px; float: left; width: 100%; } .advanced-recent-posts-item:first-child { margin: 0; } .advanced-recent-posts-title { font-size: 15px; margin-bottom:0; } .business_club_widget_advanced_recent_posts .advanced-recent-posts-date { font-style: italic; display: block; margin-bottom: 3px; font-size: 13px; } #sidebar-front-page-widget-area::after, #sidebar-front-page-widget-area::before, #sidebar-front-page-widget-area .widget::after, #sidebar-front-page-widget-area .widget::before { display: table; clear: both; content: ""; } #footer-widgets .advanced-recent-posts-item { border-top: 1px solid #3c3c3c; margin-left: 0; margin-right: 0; margin-top: 5px; padding-top: 5px; } #footer-widgets .advanced-recent-posts-item:first-child { margin: 0; padding: 0; border: none; } /*-------------------------------------------------------------- ### Latest News post widget style By Axle Themes --------------------------------------------------------------*/ .business_club_widget_latest_news .latest-news-wrapper{ background: #ffffff none repeat scroll 0 0; box-shadow: 0 2px 3px #dddddd; clear: both; overflow: hidden; } .business_club_widget_latest_news .latest-news-item { float: left; padding: 20px; margin-bottom: 0; } .business_club_widget_latest_news .latest-news-text-wrap { /* background: #fafafa none repeat scroll 0 0; */ padding: 25px; } .business_club_widget_latest_news .latest-news-item img { margin: 0; } .business_club_widget_latest_news .latest-news-title { line-height: 1.2; } .business_club_widget_latest_news .latest-news-meta { background: rgb(23, 155, 215) none repeat scroll 0 0; bottom: 0; color: #ffffff; padding: 10px 16px; text-align: center; width: 100%; overflow: hidden; } .business_club_widget_latest_news .latest-news-thumb { position: relative; overflow: hidden; } .business_club_widget_latest_news .latest-news-item img { vertical-align: middle; -webkit-transition: -webkit-transform 0.5s ease; -moz-transition: -moz-transform 0.5s ease; transition: transform 0.5s ease; margin-bottom: 0; } .business_club_widget_latest_news .latest-news-item:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); -webkit-transform-origin: center center; -moz-transform-origin: center center; -o-transform-origin: center center; transform-origin: center center; } .business_club_widget_latest_news .latest-news-title a { color: #253b80; display: block; } .business_club_widget_latest_news .latest-news-item img { vertical-align: middle; } .business_club_widget_latest_news .latest-news-title { font-weight: 500; font-size: 20px; font-family: Roboto; } .business_club_widget_latest_news .latest-news-col-3 .latest-news-item { width: 33.33%; } .business_club_widget_latest_news .latest-news-col-4 .latest-news-item { width: 25%; } .business_club_widget_latest_news .latest-news-col-2 .latest-news-item { width: 50%; } .business_club_widget_latest_news .latest-news-col-1 .latest-news-item { width: 100%; } .home-section-latest-new .latest-news-meta { margin-bottom: 15px; } .business_club_widget_latest_news .latest-news-meta > span::before{ display: inline-block; font-family: FontAwesome; height: 15px; margin-right:4px; content: ""; } .business_club_widget_latest_news .latest-news-meta > span.posted-on { float: left; } .business_club_widget_latest_news .latest-news-meta > span.comments-link { float: right; } .business_club_widget_latest_news .latest-news-meta > span, .business_club_widget_latest_news .latest-news-meta > span a { color: #f1f1f1; font-size: 14px; font-weight: 500; } .business_club_widget_latest_news .latest-news-meta > span { display: inline-block; margin-right: 20px; } .business_club_widget_latest_news .latest-news-meta.byline .author.vcard { margin-left: -4px; } .business_club_widget_latest_news .latest-news-meta span.comments-link::before, .home-section-news-and-events .block-meta span.comments-link::before { content: "\f086"; } .business_club_widget_latest_news .latest-news-meta > .cat-links::before { content: "\f07c"; } .business_club_widget_latest_news .latest-news-meta > .byline::before { content: "\f007"; } .business_club_widget_latest_news .latest-news-meta .edit-link::before{ content: "\f044"; } .business_club_widget_latest_news .latest-news-meta .tags-links::before{ content: "\f02c"; } .business_club_widget_latest_news .latest-news-meta > .posted-on::before, .home-section-news-and-events .block-meta .posted-on::before { content: "\f073"; } /*sidebar and footer widget area style*/ #footer-widgets .business_club_widget_latest_news .latest-news-item, .sidebar .business_club_widget_latest_news .latest-news-item{ margin-bottom: 15px; width: 100%; } .authorbox { background:#e6ffff; border: 1px solid #dddddd; margin-top: 20px; overflow: hidden; padding: 15px; } .authorbox .author-avatar { float: left; margin: 5px 15px 10px 0; } .authorbox.no-author-avatar .author-info { margin-left: 0; } .authorbox .author-bio-posts-content { margin-top: 10px; } .authorbox .author-bio-posts-content p { margin: 0; } .authorbox .author-bio-posts-content ul { list-style-position: inside; margin: 0; } /*-------------------------------------------------------------- ## Media Queries By Axle Themes --------------------------------------------------------------*/ /* Smaller than standard 1139 (devices and browsers) */ @media only screen and (max-width:1260px) { .site-layout-boxed #page, .container { width: 97%; } .sidebar .search-form input.search-field { height: 22px; margin: 0; padding: 10px 0 10px 8%; width: 92%; } .sidebar input[type="submit"] { display: block; float: left; margin-top: 15px; position: inherit; top: inherit; width: 100%; } .comments-area form#commentform p { float: left; width: 100%; } #comments input { width: 100%; } #comments input#submit { width: auto; } #main-slider .cycle-caption { visibility: visible; } } /* 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; } /*Main slider*/ #main-slider .cycle-caption { left: 9%; max-width: 57%; padding: 15px; top: 13%; } #main-slider .cycle-slide { width: 100%; } #main-slider .cycle-caption { padding: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; } /*-------------------------------------------------------------- Pro responsive css By Axle Themes --------------------------------------------------------------*/ .business_club_widget_advanced_recent_posts img { float: none; } #featured-content article, .business_club_widget_latest_news .latest-news-item, .service-block-item , .business_club_widget_services_primary .service-block-item{ padding: 15px 15px; } .business_club_widget_latest_news .latest-news-meta .latest-news-comments { clear: both; display: block; float: none; } .business_club_widget_testimonials .testimonial-widget { margin: 0; } } /* All Mobile Sizes (devices and browser) */ @media only screen and (max-width:900px) { /*-------------------------------------------------------------- Responsive Menu css By Axle Themes --------------------------------------------------------------*/ body{ padding-top: 0; } #page { padding-top:45px; } .site-layout-boxed #page { padding-top: 0; } #main-nav { display: none; } .enabled-sticky-primary-menu.sidr-open #masthead.fixed { position: relative; top: 89px; } .enabled-sticky-primary-menu #masthead.fixed { top: 39px; } .enabled-sticky-primary-menu.admin-bar #masthead.fixed { top: 87px; } .sidr-open #mobile-trigger { transition: inherit; } #mobile-trigger { background: #000000 none repeat scroll 0 0; display: block; left: 0; padding: 5px; position: fixed; text-align: center; top: 0; width: 100%; z-index: 999999; } .logged-in #mobile-trigger { top: 45px; } .sidr-open #mobile-trigger { padding-left: 275px; text-align: left; transition: inherit; } #masthead { text-align: center; } .site-branding { float: none; margin-right: 0; } .site-logo-link, .custom-logo-link { max-width: inherit; } #mobile-trigger i { background-color: #179bd7; border: 2px solid #fffffe; box-shadow: 0 1px 2px #000000; color: #ffffff; font-size: 21px; padding: 6px 8px; } .site-layout-boxed #page { margin-top: 70px; } .sidr ul li ul li a, .sidr ul li ul li span { line-height: 1.5; padding-bottom: 10px; padding-left: 30px; padding-top: 10px !important; } body .sidebar, body #primary { width: 100%; } .business_club_widget_services_primary .service-col-4 .service-block-item, .business_club_widget_latest_news .latest-news-col-4 .latest-news-item { width: 50%; } .our-team-widget .our-team-summary { display: none!important; } #main-slider:hover .cycle-caption, #main-slider .cycle-caption { opacity: 1; top: 18%; visibility: visible; } } /* All Mobile Sizes (devices and browser) */ @media only screen and (max-width:767px) { .site-logo-link, .custom-logo-link, #site-identity { clear: both; display: block; float: none; margin: 0; text-align: center; } 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; } .widget.business_club_widget_call_to_action { display: block; margin-bottom: 25px; padding: 15px; } .site-layout-boxed #page { width: 90%; padding: 0 15px; } .container { width: 90%; padding: 0 15px; } .site-layout-boxed #featured-slider, .site-layout-boxed #footer-widgets, .site-layout-boxed #colophon { margin-left: -15px; margin-right: -15px; } #featured-slider, #footer-widgets, #colophon { margin-left: 0; margin-right: 0; } #sidebar-front-page-widget-area .widget-title span { margin-bottom: 0; } .site-branding { text-align: left; } .site-content { padding-top: 15px; } .business_club_widget_latest_news .our-team-item { width: 50%; } .business_club_widget_testimonials .cycle-prev { left: -25px; } .business_club_widget_testimonials .cycle-next { right: -25px; } /*featured slider style*/ #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 { max-width: 66%; } #main-slider .cycle-prev::after, #main-slider .cycle-next::after { font-size: 23px; padding: 5px 10px; } #main-slider .cycle-caption p { font-size: 13px; overflow: hidden; padding: 10px; } #main-slider .cycle-pager { bottom: 0; left: 10px; } #main-slider .cycle-prev { left: inherit; right: 50px; } #main-slider .cycle-next { right: 15px; } #main-slider .cycle-prev, #main-slider .cycle-next { bottom: 10px; } /*featured content*/ #featured-content article { float: left; padding: 0 15px; max-width: 100%; } #featured-content, #featured-content, #content { clear: both; padding-top: 20px; } #sidebar-front-page-widget-area { clear: both; padding: 30px 0; } #sidebar-front-page-widget-area .widget { margin-top: 15px; } .business_club_widget_testimonials .cycle-prev { left: -25px; } .business_club_widget_testimonials .cycle-next { right: -25px; } /*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%; } /*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.business_club_widget_services_primary .service-block-item { width: 50%; } .business_club_widget_teams .our-team-item { width: 50%; } #sidebar-front-page-widget-area .business_club_widget_call_to_action::before, #sidebar-front-page-widget-area .business_club_widget_call_to_action::after, .business_club_widget_call_to_action::after, .business_club_widget_call_to_action::before, #sidebar-front-page-widget-area .widget.business_club_widget_call_to_action::after { display: none; } /*-------------------------------------------------------------- ### Pro responsive css By Axle Themes --------------------------------------------------------------*/ #featured-content .featured-content-column-4 article { max-width: 50%; } .portfolio-main-wrapper .portfolio-filter a { font-size: 13px; margin: 0 2px; padding: 3px 10px; } .page-template-portfolio-four-columns .portfolio-item, .portfolio-wrapper-col-4 .portfolio-item, .page-template-portfolio-three-columns .portfolio-item, .portfolio-wrapper-col-3 .portfolio-item { width: 50%; } .business_club_widget_call_to_action { padding: 15px; } .widget { margin: 15px 0 0; } .testimonial-widget { padding: 0; } .business_club_widget_advanced_recent_posts img { float: left; } .business_club_widget_advanced_recent_posts { text-align: left; } .business_club_widget_latest_news .latest-news-widget .latest-news-item { width: 50%; } .header-layout-2 .right-head { float: none; padding-top: 0; width: 100%; clear: both; max-width: 100%; } .header-layout-2 .main-navigation li a { color: #fff; } .business_club_widget_testimonials .testimonial-widget { margin: 0 0 15px; } #footer-widgets { padding: 30px 15px; } #colophon .copyright, #colophon .site-info { clear: both; text-align: center; width: 100%; } #featured-content .featured-content-column-3 article { max-width: 100%; } .enabled-sticky-primary-menu #masthead.fixed { position: inherit; } .header-layout-2.enabled-sticky-primary-menu .site-header { box-shadow: none; display: block; padding: 15px 0; transition: all 0.4s ease-out 0s; } } /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */ @media only screen and (max-width:550px) { .business_club_widget_latest_news .latest-news-widget .latest-news-item { width: 100%; } #main-slider .cycle-caption { max-width: 70%; top: 20px; } #main-slider:hover .cycle-caption , #main-slider .cycle-caption { left: 13%; opacity: 1; top: 10px; visibility: visible; } .business_club_widget_latest_news .latest-news-col-4 .latest-news-item { width: 100%; } .business_club_widget_services_primary .service-col-4 .service-block-item { width: 100%; } .business_club_widget_featured_page img { display: block; float: none; margin: 0 auto; } } /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */ @media only screen and (max-width:479px) { .custom-logo-link, .site-logo-link, #site-identity { display: block; float: none; margin-right: 0; text-align: center; width: 100%; max-width: inherit; } .site-branding { text-align: center; } /*main slider */ #main-slider:hover .cycle-caption, #main-slider .cycle-caption { left: 12px; padding: 5px; top: 15px; width: 73%; } #main-slider .cycle-caption h3 { font-size: 16px; height: auto; margin-bottom: 0; overflow: hidden; } #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; } .business_club_widget_teams .our-team-item { width: 100%; } .site-description { margin-bottom: 0; } .business_club_widget_call_to_action { border-left: 3px solid #179bd7; border-right: 3px solid #179bd7; } /*-------------------------------------------------------------- Pro responsive css By Axle Themes --------------------------------------------------------------*/ .testimonial-widget { text-align: center; } #featured-content .featured-content-column-3 article, #featured-content .featured-content-column-4 article { max-width: 100%; } .business_club_widget_testimonials .testimonial-thumb { float: none; margin-bottom: 15px; margin-right: 0; } .business_club_widget_testimonials .cycle-prev, .business_club_widget_testimonials .cycle-next { bottom: 70%; } .business_club_widget_testimonials .cycle-pager { bottom: -30px; } .business_club_widget_testimonials .testimonial-title { float: right; font-size: 15px; } .business_club_widget_latest_news .latest-news-widget .latest-news-item, .widget.business_club_widget_services_primary .service-block-item { width: 100%; } .business_club_widget_testimonials .testimonial-widget { padding: 0 10px; } .search-form input.search-field { width: 76%; } .search-box .search-box-wrap { right: 3%; width: 263px; } .social-links { float: right; max-width: 208px; text-align: right; } .header-layout-2 .right-head { margin-top: 15px; } .social-links .business_club_widget_social li { display: inline-block; float: none; } .search-box { float: right; position: relative; width: 33px; } .site-layout-boxed #page .container { padding: 0; width: 100%; } }