/* Theme Name: Bloomy Theme URI: https://www.bloompixel.com/theme/bloomy Author: BloomPixel Author URI: https://www.bloompixel.com/ Description: Responsive WordPress blog theme. Version: 1.0 License: GNU General Public License version 3.0 License URI: http://www.gnu.org/licenses/gpl-3.0.html Tags: blog, right-sidebar, custom-menu, custom-header, custom-logo, custom-colors, custom-background, featured-images, two-columns, theme-options, custom-background, footer-widgets, threaded-comments Text Domain: bloomy */ /*------------------------------------------------------------------------------------- 1. CSS Reset 2. Framework (body, headings, links) 3. Main Container 4. Header 5. Navigation 6. Main Content (homepage, single) 7. Comments 8. Sidebar 9. Footer 10. Widgets -------------------------------------------------------------------------------------*/ /*-----------------------------------------------------------------------------------*/ /* 1. CSS Reset /*-----------------------------------------------------------------------------------*/ html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; outline:0; font-size:inherit; vertical-align:baseline; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block } ol, ul { list-style:none; margin-bottom:20px; } blockquote, q { quotes:none; } blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; } ins { background-color:#ff9; color:#000; text-decoration:none; } mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; } del { text-decoration: line-through; } abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; } table { border-collapse:collapse; border-spacing:0; } img { -ms-interpolation-mode:bicubic; border:0; vertical-align:middle; } hr { display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0; } input, select { vertical-align:middle; max-width:100% } input[type="submit"] { font-family:'Vollkorn', serif; } .clear { clear: both; display: block; font-size: 0; height: 0; line-height: 0; width:100%; } .clearfix:after { clear: both; content: ""; font-size: 0; height: 0; display: block; visibility: hidden; } /*-----------------------------------------------------------------------------------*/ /* 2. Framework /*-----------------------------------------------------------------------------------*/ 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:#f9f9f9; line-height:1; color:#555; font:14px/24px "Lora", sans-serif; } a { color:#f7e1be; outline:none; text-decoration:none; -webkit-transition: all 0.25s linear; -moz-transition: all 0.25s linear; transition: all 0.25s linear; } a:hover { color:#f7e1be; } ::-moz-selection { background: #222; color: white; text-shadow: none; } ::selection { background: #222; color: white; text-shadow: none; } h1, h2, h3, h4, h5, h6 { color:#000; font-family:'Muli', serif; line-height:1.3; margin-bottom:15px; font-weight:400; } h1 { font-size:28px } h2{ font-size:24px } h3 { font-size:22px } h4 { font-size:20px } h5 { font-size:18px } h6 { font-size:16px } p { margin-bottom: 25px } blockquote { font-family:"Georgia",serif; font-size:14px; font-style:italic; padding:20px 30px; } em, i, cite { font-style: italic; } strong { font-weight: 700; } img, video, object, embed { height: auto; max-width: 100%; } caption, th, td { text-align: left } sub, sup { font-size:75%; line-height:0; position:relative; vertical-align:baseline; } sub { bottom:-3px } sup { top:-4px } .uppercase { text-transform:uppercase} .textcenter { text-align:center } .last { margin-right:0 !important } /*-----------------------------------------------------------------------------------*/ /* 3. Main Container /*-----------------------------------------------------------------------------------*/ .main-container { clear:both; overflow:hidden; width:100% } .main-wrapper { background:transparent; clear:both; margin:0 auto 0; width:1170px; } .container { margin:0 auto; width:1170px } .single #page, .archive #page { } /*-----------------------------------------------------------------------------------*/ /* 4. Header /*-----------------------------------------------------------------------------------*/ .main-header { background:#fff; margin:0 auto; position: relative; width:100%; -webkit-box-shadow: 0 0 3px 0 rgba(198, 198, 198, 1); -moz-box-shadow: 0 0 3px 0 rgba(198, 198, 198, 1); box-shadow: 0 0 3px 0 rgba(198, 198, 198, 1); } .author .main-header { box-shadow: none; } .header { clear:both; margin:0 auto; max-width:100%; padding:0; position:relative; width:1170px; } .logo-wrap { padding:20px 0; position:relative; } .header-1 .logo-wrap { float: left; } .header-2 .logo-wrap { text-align: center; } .tagline { color:#5c5c5c; display:block; font-size:18px; font-family:'Oswald'; text-transform:uppercase; } .logo { display:inline-block; font-family:'Cinzel',serif; font-size:32px; font-weight:700; line-height:36px; margin:0; max-width:100% } .logo a { color:#f7e1be } .social-links { float:right; margin-left: 20px; } .header-2 .social-links { float: left; margin-left: 0; } .social-links a { color:#b8b8b8; float:left; font-size:14px; margin:0; padding:28px 0 !important; position:relative; width:34px; text-align:center; -webkit-transition: all 0.25s linear; -moz-transition: all 0.25s linear; transition: all 0.25s linear; } .header-search { float:right; margin:16px 0 0 20px; max-width:20%; position:relative; } .main-menu ::-webkit-input-placeholder, .main-menu :-moz-placeholder, .main-menu ::-moz-placeholder, .main-menu :-ms-input-placeholder { color:#b8b8b8 } .st-menu .s::-webkit-input-placeholder, .st-menu .s:-moz-placeholder, .st-menu .s::-moz-placeholder, .st-menu .s:-ms-input-placeholder { color:#fff } /* Featured Section */ .featured-section { margin: 60px auto; max-width: 100%; overflow: hidden; width: 100% } .featuredslider { margin:0 auto; max-width:100%; position:relative } .featuredslider .featured-thumbnail { margin-bottom:0 } .owl-carousel .owl-item { float:left; position:relative } .featuredslider .owl-item {} .featuredslider .owl-item:first-child { border:0 } .featuredslider .post { margin-bottom: 0 } .featuredslider header { color: #5C5C5C; } .slider-meta { color: #5C5C5C; font-style:italic; font-size:13px; font-weight:300 } .featuredslider .featured-content { background: rgba(255,255,255,0.9); left: 50%; position: absolute; text-align: center; top: 50%; transform: translate(-50%, -50%); } .featuredslider .owl-item .post-content { position:absolute; bottom:20px; margin:0; max-height:50px; overflow:hidden; padding:0 20px; } .featuredslider .post-inner { padding: 30px 40px; } .featuredslider .owl-item:hover .post-content { height:auto; visibility:visible; opacity:1; } .featured-posts .featured-content { border: 2px solid #f7e1be; bottom: 0; left: 0; margin: 10px; position: absolute; right: 0; text-align: center; top: 0; } .featured-posts .post-inner { background:#f7e1be; display: inline-block; margin: 0 40px; padding: 10px 20px; position: relative; top: 50%; transform: translateY(-50%); } .featured-cats { color: #000; display:inline-block; font-size: 13px; font-weight: 700; margin:0 0 12px; padding:0 0 8px; position: relative; text-transform: uppercase; } .featured-cats:before { background: #f7e1be; bottom: 0; content: ""; display: block; height: 4px; left: 50%; margin-left: -20px; position: absolute; width: 40px; } .featured-cats span { display:inline-block; vertical-align:text-bottom } .featured-posts { margin: 40px 0; width:100%; } .featured-posts .post { width: 32%; float: left; margin-right: 2%; } .featured-posts .post:nth-child(3) { margin-right: 0; } .f-title { font-size:28px; line-height:1.2; margin:0 0 25px; text-transform: none; } .featured-posts .f-title { color: #ae8d59; font-size: 20px; margin-bottom: 5px } .featuredslider .read-more { background: #f7e1be; border-radius: 30px; color: #ae8d59; display: inline-block; font-size: 11px; font-weight: 800; float: none; text-transform: uppercase; padding: 8px 30px; } /* Boxed Layout */ .boxed-layout { float:none; margin:0 auto; width:1170px; overflow:hidden; } .boxed-layout .header { padding-left:2%; padding-right:2% } .boxed-layout .header { width:96% } .boxed-layout .container { width:auto } /*-----------------------------------------------------------------------------------*/ /* 5. Navigation /*-----------------------------------------------------------------------------------*/ .menu, .menu * { margin:0; padding:0; list-style:none; } .nav-menu { float:right; font-family:'Muli', serif; font-size:12px; font-weight:700; line-height:20px; margin:0; max-width:100%; position:relative; text-transform:uppercase; } .header-2 .nav-menu { float: none; text-align: center; display: inline-block; } .nav-menu span { display:inline-block; margin:18px 0 } .nav-menu .menu ul { background:#fff; position:absolute; padding: 10px 0; top:-999em; width:180px; /* left offset of submenus need to match (see below) */ } .nav-menu .menu ul li { width:100% } .nav-menu .menu li:hover { visibility:inherit; /* fixes IE7 'sticky bug' */ } .nav-menu .menu a { display:block; position:relative } .nav-menu .menu-item-description { display: block; margin: 0 } .nav-menu .menu li:hover ul { left:0; top:60px; /* match top ul list item height */ width:180px; z-index:1000 } .nav-menu ul.menu li:hover li ul { top:-999em } .nav-menu ul.menu li li:hover ul { border:0; padding:0; left:180px; /* match ul width */ top:0px } .nav-menu ul li { display:inline-block; float:none; list-style:none; position:relative; vertical-align:middle } .main-nav i { display:inline-block; margin-right:5px; margin-top:-0.265em; vertical-align:middle } .main-nav{ width:100% } .header-2 .main-nav { text-align: center; } .main-nav a { color:#404040; display:block; margin:0; padding:26px 12px } .main-menu { border-bottom: 1px solid rgba(0, 0, 0, 0.15); border-top: 1px solid rgba(0, 0, 0, 0.15) } .menu-two { border-top: 1px solid #F6F9FC; border-bottom:none; } .menu-three { border-bottom: 1px solid #F6F9FC; border-top:none; } .header-1 .menu li ul li a, .main-menu .menu li ul li a { border:0; padding:10px 20px; line-height:18px } .main-nav .menu-item-has-children > a { padding-right:24px; z-index:20 } .main-nav .sub-menu .menu-item-has-children > a { padding-right:20px } .main-nav .menu-item-has-children > a:after { content:"\f107"; font-family:'FontAwesome'; font-size:14px; position:absolute; top:25px; right:8px; -webkit-transition: all 0.25s linear; -moz-transition: all 0.25s linear; transition: all 0.25s linear; } .main-nav .sub-menu .menu-item-has-children > a:after { content:"\f105"; top:10px; right:10px } .nav-menu .menu-item-has-children:hover > a:after { transform:rotate(180deg )} .menu-btn.fa { display:none } #close-button { padding:15px 0; text-align:center } #close-button .fa { color:#fff; cursor:pointer; font-size:22px } .st-container { position:relative; overflow:hidden } .off-canvas-search { padding:10px 20px } .off-canvas-search .search-submit { display:none } .off-canvas-search .header-search { float:none; margin:0; max-width:100%; width:100% } .off-canvas-search .s { margin:0 } .menu-pusher { position:relative; height:100%; -webkit-transition:-webkit-transform 0.5s; transition:transform 0.5s; } .st-menu { display:none; position:fixed; left:0; overflow-y:auto; visibility:hidden; width:300px; height:100%; background:#212121; -webkit-transition:all 0.5s; transition:all 0.5s; } .stickymenu { background:#fff; border-top:0; border-bottom:1px solid rgba(0, 0, 0, 0.08); position:fixed; left:0; top:0; width:100%; z-index:100 } /*-----------------------------------------------------------------------------------*/ /* 6. Main Content /*-----------------------------------------------------------------------------------*/ .main-content { clear:both; margin:40px auto 0; max-width:100%; } .main-content #page { float:left; margin:0; max-width:100%; padding:0; width:1170px; } .content-area { margin-right:2%; width:74.6%; float:left } .content-area a { -webkit-transition: all 0.25s linear; -moz-transition: all 0.25s linear; transition: all 0.25s linear; } .content-home { float:left; margin:0; width:100% } .content { margin-bottom:40px; position:relative } .post header, .attachment header { clear:both; overflow:hidden; } /*---[ Different Layout Styles ]---*/ .bclayout .content-area { float: right; margin-left: 2%; margin-right: 0 } .flayout .content-area { margin:0; width:100% } /*---[ Homepage ]---*/ .title { margin-bottom:10px } .title a { color:#525252 } .title14 { font-size:14px; line-height:20px; margin-bottom:5px } .title15 { font-size:24px; line-height:22px; margin-bottom:4px; text-transform: uppercase; margin-top: 10px; } .title16 { font-size:16px; line-height:22px; margin-bottom:5px } .title18 { font-size:24px; line-height:24px; margin-bottom:10px; margin-top: 10px; text-transform: uppercase; } .title20 { font-size:20px; line-height:26px; margin-bottom:5px } .title26 { font-size:26px; line-height:32px; margin-bottom:5px } .title32 { font-size:24px; line-height:40px; margin-bottom:5px; } .entry-title a{color:#000} .entry-title { color:#111111; font-family:'Playfair Display'; font-size:36px; font-weight:400; margin-bottom:15px; } .single-title { margin-bottom:20px } .page-title { font-size:26px; margin:20px 0 } #featured-thumbnail { display:block; float:left; position:relative; } #featured-thumbnail img { float:left; width:100%; height:auto; } .featured-thumbnail { display:block; overflow:hidden; width:100% } .featured-thumbnail img { float:left; width:100%; height:auto; } .featured-thumbnail-big { clear:both; position:relative; width:100%; } .featured-single { margin-bottom:20px } .featured-single img { float:left } .post .featured-thumb-gallery { float:left; position:relative; width:100% } .post .featured-thumbnail-big:before, .post .featured-thumb-gallery:before { background-image:url(images/plus.png); background-repeat:no-repeat; background-position:center center; background-color:rgba(0,0,0,0.85); content:""; display:block; height:100%; left:0; opacity:0; position:absolute; top:0; visibility:hidden; width:100%; -webkit-transition: all 0.25s linear; -moz-transition: all 0.25s linear; -o-transition: all 0.25s linear; transition: all 0.25s linear; } .post-content { color: #878787; font-size:16px; font-family:'Lora'; line-height:26px; padding:0 } .post-inner { padding:30px 20px; text-align: center; } .single-content .post-meta{margin-bottom:20px; } .post-meta { font-size:14px; font-family:'Oswald'; font-weight:300; position: relative; margin: 0 0 10px; padding: 0 0 20px; } .post-meta:before { background: #f7e1be; bottom: 0; content: ""; display: block; height: 4px; left: 50%; margin-left: -20px; position: absolute; width: 40px; } .single .relatedposts .post-meta:before { display: none; } .post-meta span, .meta span { margin:0 5px 0 0; position:relative; } .post-meta > span:after, .meta > span:after { content: '-'; margin-left: 4px; position: relative; } .post-meta > span:first-child:after, .post-meta > span:last-child:after { display: none; } .single .relatedposts .post-meta > span:first-child:after { display: inline-block; } .meta > span:last-child:after { display: none; } .post-meta .post-cats { display: block; margin: 0; text-transform: uppercase } .post-meta span:last-child:before { display:none } .post-meta .post-comments span { border:none; margin:0; padding:0; float:none; } .post-common-type{ position:relative; } .post-meta .fa { color:#f7e1be; font-size:16px; margin:0 0 5px; } .post-meta a, .post-meta time { color:#777; } .post-cats a { color: #000; font-weight: 700; font-size: 13px; } .post-meta .post-author { text-transform: capitalize; } .post-bottom{ position: relative } .read-more { background:#f7e1be; border-radius:20px; float:left; margin:0; overflow:hidden; text-align:center } .read-more a { display:block; font-size:14px; color:#fff; line-height:26px; padding:5px 15px; text-transform:uppercase; } .post .read-more a:hover { background:#262626; color:#fff } .post-col { margin-right:2%; width:48%; float:left; } .post-row { display:block; width:80%; margin:0 auto; overflow:hidden; } .content-home .author-box { border:none; margin:0; padding:0; } .post-bottom-info:before { background-color:rgba(0,0,0,0.1); content:""; display:block; margin-bottom:10px; padding:0 40px; width:100%; height:1px; position:relative; left:-40px; } .post-author-avtar{float:left} .post-author-avtar img{border-radius:50%;} .post-author-avtar h5{color:#B9B9B9;float: right;margin:14px 0 0 8px;text-transform:uppercase;font-size:16px; } .post-col .has-post-thumbnail .post-inner{width:65%; } /* Gallery */ .gallery { margin-bottom:20px } .gallery:after { clear:both; content:""; display:block } .gallery-item { float:left; margin:0 4px 4px 0; overflow:hidden; position:relative } .gallery-columns-1 .gallery-item { max-width:100% } .gallery-columns-2 .gallery-item { max-width:48%; max-width:-webkit-calc(50% - 4px); max-width: calc(50% - 4px); } .gallery-columns-3 .gallery-item { max-width:32%; max-width:-webkit-calc(33.3% - 4px); max-width: calc(33.3% - 4px); } .gallery-columns-4 .gallery-item { max-width:23%; max-width:-webkit-calc(25% - 4px); max-width: calc(25% - 4px); } .gallery-columns-5 .gallery-item { max-width:19%; max-width:-webkit-calc(20% - 4px); max-width: calc(20% - 4px); } .gallery-columns-6 .gallery-item { max-width:15%; max-width:-webkit-calc(16.7% - 4px); max-width: calc(16.7% - 4px); } .gallery-columns-7 .gallery-item { max-width:13%; max-width:-webkit-calc(14.28% - 4px); max-width: calc(14.28% - 4px); } .gallery-columns-8 .gallery-item { max-width:11%; max-width:-webkit-calc(12.5% - 4px); max-width: calc(12.5% - 4px); } .gallery-columns-9 .gallery-item { max-width:9%; max-width:-webkit-calc(11.1% - 4px); max-width: calc(11.1% - 4px); } .gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n) { margin-right:0 } .gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1), .gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1), .gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1), .gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) { clear:left } .gallery-caption { background-color:rgba(0, 0, 0, 0.7); -webkit-box-sizing:border-box; -moz-box-sizing: border-box; box-sizing: border-box; color:#fff; font-size:12px; line-height:1.5; margin:0; max-height:50%; opacity:0; padding:6px 8px; position:absolute; bottom:0; left:0; text-align:left; width:100%; } .gallery-caption:before { content:""; height:100%; min-height:49px; position:absolute; top:0; left:0; width:100%; } .gallery-item:hover .gallery-caption { opacity:1 } .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption { display:none } /* Post Formats */ .post-format-link { background: rgba(0,0,0,0.5); color :#fff; float: none; font-size: 24px; line-height: 30px; padding: 50px 20px; position: relative; word-wrap: break-word } .post-format-link .post-format-icon { font-size: 46px; margin-top: 0; position: absolute; top: 44px } .post-format-icon { color:#fff; font-size:36px; float:left; margin:5px 25px 0 10px } .post-format-quote .fa { font-size: 30px } .post-format-link-content { margin-left: 70px } .post-format-quote { background:#333; color:#fff; margin:0; padding:50px 3%; width:94% } .post-format-quote-content { overflow:hidden } .post-format-quote-content a, .post-format-quote-content a:hover { color:#fff } .post .post-format-quote-content blockquote { color:#fff; font-size:24px; font-style:italic; line-height:36px; margin:0; padding:0 } .audio-box { display:inline-block; width:100% } .audio-box iframe { float:left } .custom-audio { float:left; position:relative; width:100% } .custom-audio-thumb { margin:-80px 0 0 } .mejs-container, .mejs-embed, .mejs-embed body, .mejs-container .mejs-controls { background:rgba( 0,0,0,0.4 ) !important; } .mejs-audio, .mejs-container .mejs-controls { height:50px !important } .mejs-container .mejs-controls .mejs-time { padding:21px 3px 0 !important } .mejs-controls div.mejs-time-rail { padding-top:15px !important } .mejs-controls .mejs-volume-button { padding-top:9px !important } .mejs-controls a.mejs-horizontal-volume-slider, .mejs-playpause-button { margin-top:9px !important } .content-home .post.format-audio .post-meta { border-top:0 } .gallerytiled { border:1px solid rgba(0, 0, 0, 0.11); margin-bottom:20px; padding:15px; overflow:hidden } .gallerytiled ul li { float:left; list-style:none; margin:0 1px 1px 0; width:19.8% } .gallerytiled ul li img { float:left } .status-box { background:#f3f3f3; border:1px solid rgba(0,0,0,0.08); margin-bottom:20px; padding:5px 15px; overflow:hidden; } .status-box iframe { float:none; margin:10px auto !important; width:100% } .fb-status { padding-bottom: 25px; padding-top: 5px; } .googlep-status { padding-bottom:15px; padding-top:15px; } .googlep-status div { display:block !important; margin:0 auto !important; } .featuredslider.loading { background:#fff url(images/loading.gif) no-repeat center center; border:1px solid #e3e3e3; overflow:hidden; height:100px; } .loading { display:none } .post { background: #fff; float: left; margin-bottom: 30px; position: relative; width: 48.5%; -webkit-box-shadow: 0 0 3px 0 rgba(198, 198, 198, 1); -moz-box-shadow: 0 0 3px 0 rgba(198, 198, 198, 1); box-shadow: 0 0 3px 0 rgba(198, 198, 198, 1); } article.post:first-child { width: 100%; } article.post:nth-child(2n) { clear: left; margin-right: 3%; } .content .category-title{margin-left:10px; } .home-2 .post, .home-3 .post { width: 100%; } .home-2 article.post:nth-child(2n), .home-3 article.post:nth-child(2n) { clear: none; margin-right: 0; } .home-2 article.post:first-child .featured-thumbnail { width: 100%; } .home-2 .featured-thumbnail { margin-right: 2%; float: left; width: 48%; } .home-2 article.post:first-child .post-inner{ text-align: center; padding: 30px 20px; } .home-2 .post-inner{ clear: none; overflow: hidden; text-align: left; padding: 20px 20px 20px 0; } .home-2 article.post:first-child .post-meta:before { left: 50%; transform: translateX(-50%); } .home-2 .post-meta:before { left: 0; margin-left: 0; } /*---[ Single ]---*/ .full-width { margin-top:15px } .full-width .content { margin:0 0 30px; padding:0 } .content-page, .content-single { float:left; margin:0; padding:0; width:100% } .content-detail { margin-bottom:0 } .content-archive { float:left; margin:0; width:100% } .category-title { margin-bottom:25px } .page-content, .single-content {position: relative;} .single-content::before { background-color: rgba(0, 0, 0, 0.2); content: ""; display: block; height: 100%; left: 131px; position: absolute; top: 0; width: 1px; } .article-area { background:#fff } .article-area header { float:left; width:100%; } .error404 .page-content header { margin:0 3% } .error-page-content { font-size:16px; line-height:28px; padding:30px; text-align:center } .error-head { border-bottom:1px solid #CCCCCC; height:1px; margin-top:15px; margin-bottom:20px; position:relative; } .error-head span { background:#fff; padding:0 20px; position:relative; top:-14px } .error-text { color:#f7e1be; font-size:230px; line-height:200px; margin-bottom:30px } .single-featured {} .single-featured img { position: relative } .full-width .single-page-content { margin:0; width:96% } .full-width header { margin:0 2% } #fullwidth-comments { background:#fff; margin:0 0 30px; padding:0; } .page-links { margin-bottom:20px } img.size-full, mg.size-large, img.wp-post-image { height:auto; max-width:100%; width:100% } article img.right, article img.alignright, .wp-caption.alignright { background:rgba(0, 0, 0, 0.027); border:1px solid rgba(0, 0, 0, 0.08); display:block; float:right; margin:0.4em 0 1em 1.5em; padding:5px } article img.aligncenter, article img.alignnone { display:block; clear:both } article img.left, article img.alignleft, .wp-caption.alignleft { background:rgba(0, 0, 0, 0.027); border:1px solid rgba(0, 0, 0, 0.08); display:block; float:left; margin:0.5em 1.5em 1em 0; padding:5px } .wp-caption .wp-caption-text, .gallery-caption, .entry-caption { color:#757575; font-size:11px; font-style:italic; line-height:20px; } .wp-caption { padding:4px; max-width:100% } .alignleft { float:left } .alignright { float:right } .aligncenter { display:block; margin-left:auto; margin-right:auto } .post table, .content-page table { border-bottom:1px solid #e5e5e5; margin-bottom:20px; width:100% } .post th, .content-page th { padding:6px 10px 6px 0; text-transform:uppercase } .post td, .content-page td, .post th, .content-page th { border-top:1px solid #e5e5e5; padding:8px 20px } .post th, .content-page th { background:rgba(0,0,0,0.04) } .post dl, .content-page dl { margin:0 30px } .post dt, .content-page dt { font-weight:700 } .post dd, .content-page dd { margin:0 0 20px } .post ul, .content-page ul, .content-single .comment ul { list-style:none; } .post ol, .content-page ol, .content-single .comment ol { list-style:decimal; margin-bottom:20px } .post ul ul, .content-page ul ul, .content-single .comment ul ul, .post ul ol, .content-page ul ol, .content-single .comment ul ol, .post ol ul, .content-page ol ul, .content-single .comment ol ul, .post ol ol, .content-page ol ol, .content-single .comment ol ol { margin-bottom:0 } .post-content li, .content-page li { margin-left:22px; position:relative } .post address, .content-page address { margin-bottom:20px } .post code, .content-page code { font-family:Consolas,Monaco,Lucida Console,monospace } .post pre, .content-page pre { border:1px solid #e5e5e5; margin-bottom:20px; padding:20px; overflow:auto } .post dl.gallery-item { margin:0 } .post-content blockquote { border-left:2px solid; font-size:16px; margin:10px 0 30px; padding:0 30px } .post-format-content .wp-video { margin:0 auto } .nav-links { } .post-navigation .post-nav-links { float:left; position:relative; width:50%; -webkit-transition: all 0.25s linear; -moz-transition: all 0.25s linear; transition: all 0.25s linear; } .post-navigation a { color:#000; display:block; font-size:17px; font-family: 'Playfair Display'; line-height:26px; } .next-prev-title { color: #000; font-size: 12px; font-weight: 700; margin-bottom: 15px; } .post-navigation a:hover { color:#f7e1be } .post-navigation .prev-link, .post-navigation .next-link { overflow:hidden; padding:30px; position:relative; z-index:10 } .post-navigation .next-link { padding:30px; text-align:right; } .post-navigation .prev-link { border-right:1px solid #eaeaea; text-align:left; } .post-navigation img { width: auto; border-radius: 50%; } .next-link .post-nav-link-bg { float: right; margin-left: 20px; max-width: 70px } .prev-link .post-nav-link-bg { float: left; margin-right: 20px; max-width: 70px } .single-post-ad { clear:both; margin:0 0 10px } .single-info { } .single-tags{ margin-left:124px; display:none } /*---[ Breadcrumbs ]---*/ .breadcrumbs { border-top: 1px solid #f0f3f5; color: #333; font-size: 12px; padding: 20px 0; } .full-width .breadcrumbs { } .breadcrumbs a { color: inherit } /*---[ Author Box ]---*/ .author-box { border-bottom:1px solid #eaeaea; padding:30px 20px; overflow:hidden; text-align: center; } .author-box-avtar { margin:0 0 25px; } .author-info p { margin-bottom:18px } .author-box h4 { margin:0 } .author-box h5 { font-size:18px; line-height:26px; text-transform:uppercase } .author .author-box h5 { font-size: 12px; font-family: 'Muli'; font-weight: 700; } .total-post, .articles-count { background: #f7e1be; border-radius: 3px; color: #ae8d59; display: inline-block; font-size: 12px; font-weight: 700; padding: 3px 10px; } .author-box img { margin:0; border-radius:50% } .author-info-container { margin-left:0; overflow:hidden } .author-info { overflow:hidden; } .author-links { float:right } .author-links a { font-size:20px; color:#cacaca; padding:0 5px } .author-social a { color: #000; font-size: 14px; padding: 0 5px; } .author-desc-box { background: #fff; border-top: 1px solid #f6f9fc; box-shadow: 0 3px 3px 0 rgba(198, 198, 198, 0.5); margin: 0 0 40px; overflow: hidden; padding: 25px; } .author-box-title { font-size:28px; font-family:'Oswald'; font-weight:bold; text-transform:uppercase; } .author-box .widget-title:before { border:0 } .author-desc-box .author-box-content { overflow:hidden } /*---[ Related Posts ]---*/ .relatedposts { border-bottom: 1px solid #eaeaea; clear: both; overflow: hidden; padding: 30px 30px 0; position: relative; } .relatedposts ul { margin: 0; padding: 0; } .relatedposts ul li { float:left; list-style:none; margin:0 2% 30px 0; position:relative; width:32% } .relatedposts ul li:nth-child(3n) { margin-right: 0 } .relatedposts .title { font-size: 16px; font-weight: 400; } .relatedthumb { margin-bottom: 15px } /*---[ Post Navigation ]---*/ .navigation { clear:both; display:block; margin-bottom:30px; margin-left:130px; } .post-navigation { border-top: 2px solid #F4F4F4; border-bottom: 2px solid #F4F4F4; margin-bottom: 0; margin-left: 0 } /*---[ Pagination ]---*/ .pagination, .norm-pagination { clear:both; text-align:center } .single .pagination { margin:15px 0 20px } .single .pagination a { background:rgba(0, 0, 0, 0.04) } .single .pagination a:hover { color:#fff } .norm-pagination { margin-left:130px; padding:0 15px 15px } .norm-pagination .nav-previous a { float:left } .norm-pagination .nav-next a { float:right } .pagination span, .pagination a { color:#333; display:inline-block; margin:0 10px 0 0; padding:5px 11px; } .pagination a { background:#fff; border:1px solid #e3e3e3; color:#828282 } .pagination span, .pagination a:hover { background:#f7e1be; border:1px solid #f7e1be; color:#fff } .norm-pagination a{ font-family:'Lucida Bright',serif; font-size:14px; text-transform:uppercase; } /*---[ Sitemap ]---*/ .sitemap-col, .archive-col { float:left; margin-bottom:20px; margin-right:5%; width:47.5% } .sitemap-col:nth-child(2n), .archive-col:nth-child(2n) { margin-right:0 } .sitemap-col:nth-child(3n) { clear:left } .sitemap-col ul, .archive-col ul { margin:0 } .sitemap-col ul li, .archive-col ul li { font-size:14px; line-height:28px; list-style:disc } .sitemap-col a, .archive-col a { color:#555 } /*---[ Archive ]---*/ .page-heading { background: #fff; border-top: 1px solid #f6f9fc; text-align: center; padding: 50px 0; -webkit-box-shadow: 0 3px 3px 0 rgba(198, 198, 198, 1); -moz-box-shadow: 0 3px 3px 0 rgba(198, 198, 198, 1); box-shadow: 0 3px 3px 0 rgba(198, 198, 198, 1); } .page-heading h1 { font-family: 'Muli'; font-size: 12px; font-weight: 700; text-transform: uppercase; margin-bottom: 15px; } .category-title span { color: #000; display: block; padding: 10px 0 0; font-size: 24px; font-weight: 800; } /*-----------------------------------------------------------------------------------*/ /* 7. Comments /*-----------------------------------------------------------------------------------*/ .comments-area { border-bottom: 1px solid #eaeaea; padding: 30px 25px } .comment-left, .comment-right { vertical-align:top; } .comment-right{ width:100%; } #comments .avatar { float:left; border-radius:50%; margin-bottom:10px; margin-right:25px } ol.commentlist { position:relative; overflow:hidden; } .commentlist li.comment, .commentlist li.pingback { float:left; list-style:none; margin:0; width:100%; } .comment-author { color:#a7a7a7; } .commentlist li.pingback .comment-body { padding:0 0 20px } .commentlist .comment-body { border-bottom:1px solid #eee; margin:0 0 30px; padding: 0 0 30px; } .commentlist > li:last-child .comment-body { border:0; padding:0 } .commentlist .children { float: left; margin-left: 95px; margin-bottom: 0; } .commentlist .children li { margin:0; position:relative; width:100%; } .fn { font-family:'Muli'; color:#171717; font-size:14px; font-style:normal; font-weight:bold; margin-right:6px; } .fn a { color:inherit } .comment-meta { color:#878787; display:block; font-size:11px; font-weight:400; margin-bottom:15px; } .comment-meta i { margin-right:3px } .comment-meta a { color:#999 } .commentBody { overflow:hidden } .bypostauthor {} .reply { float:left; font-size: 11px; font-weight: 700; text-transform: uppercase; } .comment-reply-link { color: #000; text-transform:uppercase; font-size:11px; } #respond { clear:both; padding:30px 20px } #reply-title { font-size:16px; line-height:20px; margin:0; text-transform:uppercase } .comment-form { margin: 15px 0 0 } .comment-form p { margin:0 0 18px; position:relative } .comment-form p label { color:#c8c8c8; font-size:14px; text-transform:uppercase } .comment-form .comment-form-author, .comment-form .comment-form-email, .comment-form .comment-form-url { width: 32%; margin-right: 2%; float: left; } .comment-form .comment-form-url { margin-right: 0 } .comment-form .comment-form-author input, .comment-form .comment-form-email input, .comment-form .comment-form-url input { width: 100% } .comment-form .comment-form-comment { clear:both; overflow:hidden; width:100%; } .comment-form .comment-form-author, .comment-form .comment-form-email { } .comment-form input, .comment-form textarea { border:1px solid #E7E7E7; background:#fff; color: #878787; display:block; font-size:14px; font-weight:500; padding:14px 10px } .comment-form textarea { width: 100% } .comment-form .required { color:#dc0413 } .comment-form .form-submit { clear: both } .comment-form .submit { border: none; background: #f7e1be; border-radius:0; color:#ae8d59; cursor:pointer; font-size:12px; font-family: 'Muli'; font-weight:800; padding:15px 30px; text-transform:uppercase; -webkit-transition:all 0.25s linear; -moz-transition:all 0.25s linear; transition:all 0.25s linear; } .comment-form .submit:hover { background: #ae8d59; color: #fff } /*-----------------------------------------------------------------------------------*/ /* 8. Sidebar /*-----------------------------------------------------------------------------------*/ .sidebar { float:left; margin:0 0 30px; width:23.4%; } .sidebar a { color:#333; -webkit-transition: background-color, color 0.2s linear; -moz-transition: background-color, color 0.2s linear; transition: background-color, color 0.2s linear; } .widget { margin-bottom:20px; overflow:hidden; } .widget-title { font-size:24px; font-weight:bold; font-family:'Muli'; line-height:26px; letter-spacing: 1px; margin-bottom:20px; position:relative; text-align:center; text-transform:uppercase; } .section-heading { font-size:28px; font-weight:700; font-family:'Muli'; margin:0 0 25px; position:relative; text-align: center } .widget ul { margin:0 } .widget li { list-style:none; margin:0 0 10px } .widget ul.children { padding-left:20px } .widget ul.children li:last-child { border-bottom:0; padding-bottom:0 } .cat-count { color:#9F9F9F; float:right; font-style:italic } .sidebar-widget { background:#fff; list-style:none; margin-bottom:25px; padding:20px; position:relative; -webkit-box-shadow: 0 0 3px 0 rgba(198, 198, 198, 1); -moz-box-shadow: 0 0 3px 0 rgba(198, 198, 198, 1); box-shadow: 0 0 3px 0 rgba(198, 198, 198, 1); } .sidebar-widget a { color:#525252 } .sidebar-widget li:last-child { border-bottom:0; margin-bottom:0; padding-bottom:0 } .widget .menu li { float:none } .widget ul li ul li { border-bottom:none; margin-top:10px; margin-bottom:0 } /*-----------------------------------------------------------------------------------*/ /* 9. Footer /*-----------------------------------------------------------------------------------*/ .footer { background:#fff; color:#777; clear:both; } .footer a { color:#333 } .footer-top-widget { float:left; width:100% } .footer-widgets { border-bottom: 1px solid #eee; } .footer-widgets, .copyright { box-sizing:border-box; margin:0 auto; max-width:1170px; padding:0 2%; width:96%; } .boxed-layout .footer-widgets, .boxed-layout .copyright-inner { padding:0 2%; width:96% } .footer-widget { float:left } .footer-columns-4 .footer-widget { margin:0 2% 0 0; width:23.5%; } .footer-columns-3 .footer-widget { margin:0 2% 0 0; width:32%; } .footer-columns-2 .footer-widget { margin:0 2% 0 0; width:49%; } .footer-columns-1 .footer-widget { margin:0; width:100%; } .footer-widget .textwidget img{margin-bottom: 20px;} .footer-widget .textwidget p{color:#999999;font-size:15px;font-family:open sans; } .footer-widget .widget { border-top: 2px solid #F4F4F4; margin:30px 0; padding: 20px 0 0; } .footer-widget .tabs-content { padding:0 } .footer-widget .widget-title { } .footer-widget .textwidget{ font-family:open sans; font-size:15px; color:#999999; text-align: center; } .footer-widget .widget li { border-bottom-color:rgba(0, 0, 0, 0.1) } .copyright-inner { margin:0 auto; max-width:1170px; padding:0; width:100%; } .copyright-text { padding:20px 0; text-align:center } .back-to-top { cursor:pointer; position:fixed; bottom:2em; right:25px; text-decoration:none; color:#000000; background:#F5F5F5; font-size:18px; padding:10px 15px; display:none; -webkit-transition: background 0.25s linear; -moz-transition: background 0.25s linear; transition: background 0.25s linear; } .back-to-top:hover { background-color:rgba(135, 135, 135, 0.50); } .back-to-top .icon-angle-up { color:#000; font-size:24px } .footer-site-info{ text-align:center; margin:40px 0; padding:0 20px } .footer-site-info .logo { display:inline-block; font-size:80px; font-weight:400; line-height:1.2; margin:0; max-width:100% } /*---[ Instagram Photos ]---*/ .instagram-photos { position: relative; text-align: center; } .instagram-photos ul { overflow: hidden; } .instagram-photos li { display: block; float: left; width: 16.6666%; } .instagram-title { background: #F7E1BE; color: #ae8d59; font-size: 12px; font-weight: 700; margin: 0; padding: 8px 20px; text-transform: uppercase; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .instagram-title a { color: #ae8d59; } /*-----------------------------------------------------------------------------------*/ /* 10. Widgets /*-----------------------------------------------------------------------------------*/ /*---[ Author Info Widget ]---*/ .author-info-widget { text-align:center } .author-avatar { display:block; margin-bottom:20px } .author-avatar img { border-radius:50% } .author-info-widget h4 { font-size:24px; font-weight:700; margin:0; position:relative; text-transform:uppercase } .author-info-widget .author-description, .author-info-widget .author-social { margin-top:20px } .author-info-widget .author-social a, .author-info-widget .author-social a:hover { color:#fff } /*---[ Categories widget ]---*/ .categories-widget li { background:#F5F5F5; border:0; color:#777; display:inline-block; float:left; font-size:12px; margin-right: 2%; padding:50px 0; position:relative; text-transform:capitalize; text-align: center; -webkit-transition: all 0.25s linear; -moz-transition: all 0.25s linear; transition: all 0.25s linear; width: 49%; } .categories-widget li:nth-child(2n) { margin-right: 0; } .categories-widget li:last-child { padding-bottom: 50px; } .categories-widget li:hover { background:#F7E1BE; } .categories-widget li:hover a { color: #ae8d59; } /*---[ Recent Posts ]---*/ .recent-posts-widget { clear:both; padding:0 } .category-posts, .recent-posts, .random-posts, .widget .popular-posts { margin:0 !important; padding:0; } .category-posts li, .recent-posts li, .random-posts li, .popular-posts li { border:0; list-style:none; overflow:hidden; } /*---[ Search Form ]---*/ .searchform { padding:0; position:relative; width:100% } .searchform fieldset { color:#888 } .s { border: 0; box-shadow: 0 0 1px 0 #a1a1a1 inset; color: #777; float: left; height: 35px; margin: 0 2.5% 0 0; outline: 0; padding: 10px 0 10px; text-indent: 10px; width: 85.5% } .search-button { background:#f7e1be; border:0; color:#fff; cursor:pointer; display:block; float:left; font-family:"Vollkorn",serif; font-size:14px; height:35px; min-width:13px; position: relative; padding:0; text-transform:uppercase; width:12%; -webkit-transition:all 0.25s linear; -moz-transition:all 0.25s linear; transition:all 0.25s linear; } .search-button:hover { background: #000 } .widget .search-submit { display:none } .header-search .searchform { background:transparent; float:right; padding:0; width:100% } .header-search .searchform i { position:absolute; top:18px; right:10px; z-index:10 } .header-search .searchform fieldset { border:0 } .search .content:before, .search .search-submit { display: none } .header-search .s { background:#222121; color:#b8b8b8; display:none; float:left; margin:0; padding:11px 0; position:absolute; right:35px; z-index:99; max-width:200px; width:200px; -webkit-transition: all 0.45s ease-in-out; -moz-transition: all 0.45s ease-in-out; transition: all 0.45s ease-in-out; } .header-search .search-button { display:none } .header-search .search-submit { background-color:transparent; color:#000; display:block; cursor:pointer; float:right; padding:12px 9px 12px 9px; position:relative; } .header-search .search-button:hover { background-color:transparent } /*---[ Tags ]---*/ .sidebar .tagcloud { overflow:hidden } .tagcloud a { background:#F5F5F5; border:0; color:#777 !important; display:block; float:left; font-size:12px !important; margin:0 4px 4px 0; padding:5px 12px 5px 12px; position:relative; text-transform:lowercase; -webkit-transition: all 0.25s linear; -moz-transition: all 0.25s linear; transition: all 0.25s linear; } .tagcloud a:hover { background:#F7E1BE; color:#ae8d59 !important; } /*---[ Subscribe Widget ]---*/ #subscribe-widget { clear:both; float:left; margin:0 0 20px; width:100%; } #subscribe-widget form { padding:0; overflow:hidden } #subscribe-widget p{ color: #fff; font-size: 16px; } #subscribe-widget input[type=text] { background-color:#fff; border:1px solid #e4e4e4; color:#777; float:left; height:16px; margin:0 0 10px; outline:0; padding:9px 0 8px; text-indent:10px; width:99.1%; } #subscribe-widget input[type=submit] { background-color:#f7e1be; border:0; color:#fff; cursor:pointer; display:block; float:left; font-size: 18px; font-family: oswald; text-transform: uppercase; padding:0; text-align:center; width:100%; height:35px; -webkit-transition: all 0.25s linear; -moz-transition: all 0.25s linear; transition: all 0.25s linear; } #subscribe-widget input[type=submit]:hover { background-color:#1d1d1d; color:#fff } .footer #subscribe-widget input[type=text] { border:1px solid rgba(0, 0, 0, 0.11) } /*---[ Social Widget ]---*/ .social-widget ul { margin:0; padding:0; text-align: center } .social-widget ul li { border:0 !important; display: inline-block; font-size:14px; list-style-type:none; margin-bottom:4px !important; margin-left:2px; margin-right:2px; padding:0 } .social-widget ul li span { color:#000; font-size:16px; margin:0; width:40px; padding:12px 0; text-align:center } .social-widget ul li span { color:#000; -webkit-transition: all 0.25s linear; -moz-transition: all 0.25s linear; transition: all 0.25s linear; } /*---[ 125x125 Ads ]---*/ .ad-125-widget { clear:both; list-style:none; margin:0; overflow:hidden; padding:0; } .ad-125-widget ul, .ad-125-widget li { border:0 !important; list-style:none; margin:0; } .ad-125-widget li { padding:0; width:42% } .ad-125-widget li.adleft { float:left; margin:0 5% 10px 0; } .ad-125-widget li.adright { float:right; margin:0 0 10px; } /*---[ 300x250 Ads ]---*/ .ad-300-widget { clear:both; margin:0 auto; max-width:300px; width:100%; } /*---[ 468x60 Ads ]---*/ .ad-widget-468 { clear:both; margin:0 auto 15px; max-width:100%; width:468px; } /*---[ Tabs ]---*/ .tabs-widget { background: #fff; margin-bottom: 40px; overflow: hidden; -webkit-box-shadow: 0 0 3px 0 rgba(198, 198, 198, 1); -moz-box-shadow: 0 0 3px 0 rgba(198, 198, 198, 1); box-shadow: 0 0 3px 0 rgba(198, 198, 198, 1); } .tabs { list-style:none; margin:0 0 20px; overflow:hidden; text-align:center } .tabs li { border:0; display: inline; float:left; width:50%; margin:0; padding:0; position:relative; } .tabs li a { background:#fff; color:#bebebe; display:block; font-family:"Oswald"; font-size:20px; font-weight:700; line-height:20px; padding:15px 25px; position:relative; text-transform:uppercase; } .tabs li.recent-tab a {} .tabs li.active a { background:transparent; color:#525252 } .tabs-content { padding:0 25px 20px } .tabs-content ul { margin:0; padding:0 } .tabs-content li { margin:0 0 10px; overflow:hidden; padding:0 0 5px } .tabs-content li:last-child { border-bottom:0; margin-bottom: 0; padding-bottom: 0 } .tab-content { display: none } .tabs-meta { display:block } .comment-text { color:#777; display:block; font-size:12px } /*---[ Popular Posts ]---*/ .widgetthumb { float:left; margin:4px 10px 10px 0; width:100% } .small-thumb img { border-radius: 50%; } .popular-posts { display:block } .thumbnail { float:left; margin-right:10px; position:relative; max-width:27.5%; width:65px } .thumbnail-big { float:none; margin:0 0 10px; max-width:100%; width:100% } .widget .info { overflow: hidden } .widgettitle { display:block; font-size:17px; font-family:'Playfair Display'; line-height:21px; margin-bottom:4px; } .meta, .r-meta { color:#777777; display:block; font-size:11px; text-transform: capitalize; } .meta a { color:#777777 } /*---[ Flickr Widget ]---*/ .flickr_badge_image { display:inline; margin:0 } .flickr_badge_image img { float:left; margin:0 0 6px; padding:0 .5px } /*---[ Calendar Widget ]---*/ #wp-calendar { background:#f3f3f3; width:100% } #wp-calendar caption, #wp-calendar th, #wp-calendar td { text-align:center } #wp-calendar th { background:#f3f3f3; padding:10px 0; } #wp-calendar td { background:#fff; padding:5px 0; } #wp-calendar caption { background:#f7e1be; color:#fff; font-size:14px; padding:10px 0; text-transform:uppercase } #wp-calendar tfoot a { font-weight:700; text-transform:uppercase } #wp-calendar tfoot tr td { padding-left:10px; text-align:left } #wp-calendar td#today, #wp-calendar td#today a { color:#fff !important } /*---[ Contact Form 7 ]---*/ .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="url"], .wpcf7 input[type="tel"], .wpcf7 input[type="date"], .wpcf7 input[type="number"], .wpcf7 textarea { background:#f2f2f2; border:1px solid rgba(0,0,0,0.1); padding:8px 10px } .wpcf7-submit { background:#262626; border:0; color:#fff; cursor:pointer; font-weight:700; padding:8px 16px; text-transform:uppercase } .wpcf7-submit:hover { background:#000 } /* Widget Slider */ .slider-meta span { color:#aaa } .owl-carousel .owl-wrapper-outer{ overflow: hidden; position: relative; width: 100%; } .owl-carousel .owl-stage-outer { overflow: hidden; position: relative; } .owl-height { transition: height 500ms ease-in-out 0s; } /* Direction Nav */ .owl-controls .owl-next, .owl-controls .owl-prev { background:rgba(255,255,255,0.9); border-radius: 50%; cursor:pointer; display:inline-block; font-size:30px; margin:0; padding:8px 5px; position:absolute; text-align:center; top:50%; transform: translateY(-50%); width:46px; z-index:10; -webkit-transition: all 0.25s linear; -moz-transition: all 0.25s linear; transition: all 0.25s linear; } .owl-controls .owl-prev { left:10px } .owl-controls .owl-next { right:10px } .featuredslider:hover .flex-direction-nav .flex-next { right:15px } .featuredslider:hover .flex-direction-nav .flex-prev { left:10px } /* Control Nav */ .owl-dots { left:0; bottom:15px; position:absolute; text-align:center; width:100%; z-index:10 } .owl-dots div { display:inline-block; margin:0 } .owl-dots span { cursor:pointer; display:block; background-color:#fff; border:2px solid #fff; margin:0 2px; height:8px; width:8px; -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%; } .owl-dots .active span { background-color:transparent; } /*-----------------------------------------------------------------------------------*/ /* 11. Accessibility /*-----------------------------------------------------------------------------------*/ /* Text meant only for screen readers */ .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; position: absolute !important; width: 1px; /* many screen reader and browser combinations announce broken words as they would appear visually */ word-wrap: normal !important; } /*-----------------------------------------------------------------------------------*/ /* 12. Other Styles /*-----------------------------------------------------------------------------------*/ /* JetPack Styles */ .post .sd-content ul li:before, .page .sd-content ul li:before { display: none } /*-----------------------------------------------------------------------------------*/ /* 13. Font Awesome Icons /*-----------------------------------------------------------------------------------*/ /*! * Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */ @font-face{font-family:'FontAwesome';src:url('fonts/fontawesome-webfont.eot');src:url('fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('fonts/fontawesome-webfont.woff2') format('woff2'),url('fonts/fontawesome-webfont.woff') format('woff'),url('fonts/fontawesome-webfont.ttf') format('truetype'),url('fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}