/* Theme Name: Agama Theme URI: http://theme-vision.com/agama/ Author: Jaroslav Svetlik Author URI: http://theme-vision.com/ Description: Agama Multi-Purpose, responsive Wordpress theme. Version: 1.0.2 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Tags: light,dark, white, one-column, two-columns, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready Text Domain: agama */ /* PT Sans Font */ @import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic); /* Raleway Font */ @import url(http://fonts.googleapis.com/css?family=Raleway:400,300,500,600,700,800,900,200,100); * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } caption, th, td { font-weight: normal; text-align: left; } h1, h2, h3, h4, h5, h6 { clear: both; } html { overflow-y: scroll; font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; } a { text-decoration: none; transition: all 100ms linear; -moz-transition: all 100ms linear; -webkit-transition: all 100ms linear; } a:focus { outline: thin dotted; } article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; } audio, canvas, video { display: inline-block; } audio:not([controls]) { display: none; } del { color: #333; } ins { background: #fff9c0; text-decoration: none; } hr { background-color: #ccc; border: 0; height: 1px; margin: 24px; margin-bottom: 1.714285714rem; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } small { font-size: smaller; } img { border: 0; -ms-interpolation-mode: bicubic; } @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and ( min-device-pixel-ratio: 1.25), only screen and ( min-resolution: 200dpi), only screen and ( min-resolution: 1.25dppx) { -webkit-font-smoothing: subpixel-antialiased; } /* Clearing floats */ .clear:after, .wrapper:after, .format-status .entry-header:after { clear: both; } .clear:before, .clear:after, .wrapper:before, .wrapper:after, .format-status .entry-header:before, .format-status .entry-header:after { display: table; content: ""; } /* =Repeatable patterns -------------------------------------------------------------- */ /* Small headers */ .archive-title, .page-title, .widget-title, .entry-content th, .comment-content th { font-family: RaleWay; font-size: 11px; line-height: 2.181818182; font-weight: 700; text-transform: uppercase; color: #636363; } .list-style .format-quote header { display: none; } article.format-quote header { padding: 5px 10px; font-size: 11px; line-height: 12px; font-weight: bold; font-style: italic; text-transform: uppercase; color: #848484; background-color: #ebebeb; border-radius: 3px; position: absolute; top: 0; right: 0; } /* Shared Post Format styling */ article.format-quote footer.entry-meta, article.format-link footer.entry-meta, article.format-status footer.entry-meta { font-size: 11px; font-size: 0.785714286rem; line-height: 2.181818182; } /* Form fields, general styles first */ button, input, select, textarea { border: 1px solid #ccc; font-family: inherit; padding: 6px; padding: 0.428571429rem; } button, input { line-height: normal; } textarea { font-size: 100%; overflow: auto; vertical-align: top; } /* Reset non-text input types */ input[type="checkbox"], input[type="radio"], input[type="file"], input[type="hidden"], input[type="image"], input[type="color"] { border: 0; border-radius: 0; padding: 0; } /* Separators */ .agama-separator.sep-double { height: 8px; border-bottom: 1px solid #e0dede; border-top: 1px solid #e0dede; } .agama-portfolio .agama-separator { margin: 50px 0; } /* Theme Vision */ .vision-row { max-width: 1100px; margin: 0 auto; padding-top: 50px; } .vision-row:before, .vision-row:after { content: " "; display: table; } /* Agama Buttons */ .agama-button { font-family: 'PT Sans',Arial,Helvetica,sans-serif; font-weight: 700; letter-spacing: 0px; display: inline-block; position: relative; outline: 0; zoom: 1; border: 1px solid rgba(0, 0, 0, 0); text-align: center; text-transform: uppercase; font-weight: bold; cursor: pointer; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-transition: all .2s; -moz-transition: all .2s; -ms-transition: all .2s; -o-transition: all .2s; transition: all .2s; } .agama-button-default { background: #f7a805; color: rgba(255, 255, 255, 0.8); background-image: -webkit-gradient(linear, left bottom, left top, from(#f7a805), to(#f7a805)); background-image: -webkit-linear-gradient(bottom, #f7a805, #f7a805); background-image: -moz-linear-gradient(bottom, #f7a805, #f7a805); background-image: -o-linear-gradient(bottom, #f7a805, #f7a805); background-image: linear-gradient(to top, #f7a805, #f7a805); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7a805', endColorstr='#f7a805'); -webkit-transition: all .2s; -moz-transition: all .2s; -ms-transition: all .2s; -o-transition: all .2s; transition: all .2s; } .agama-button-default span { color: rgba(255, 255, 255, 0.8); } .agama-button-default:hover span, .agama-button-default:hover { color: rgba(255, 255, 255, 1); } .agama-button-default:visited { color: rgba(255, 255, 255, .9) } .button.agama-button-default { border-color: rgba(255, 255, 255, 0.8) !important; } .agama-button-small { padding: 9px 20px; line-height: 14px; font-size: 12px; } .agama-button-round, .button-round { border-radius: 2px; } /* Buttons */ .menu-toggle, input[type="submit"], input[type="button"], input[type="reset"], article.post-password-required input[type=submit], .bypostauthor cite span { padding: 6px 10px; padding: 0.428571429rem 0.714285714rem; font-size: 11px; font-size: 0.785714286rem; line-height: 1.428571429; font-weight: normal; color: #7c7c7c; background-color: #e6e6e6; background-repeat: repeat-x; background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6); background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6); background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6); background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6); background-image: linear-gradient(top, #f4f4f4, #e6e6e6); border: 1px solid #d2d2d2; border-radius: 3px; box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1); } .menu-toggle, button, input[type="submit"], input[type="button"], input[type="reset"] { cursor: pointer; } button[disabled], input[disabled] { cursor: default; } .menu-toggle:hover, .menu-toggle:focus, button:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, article.post-password-required input[type=submit]:hover { color: #5e5e5e; background-color: #ebebeb; background-repeat: repeat-x; background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb); background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb); background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb); background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb); background-image: linear-gradient(top, #f9f9f9, #ebebeb); } .menu-toggle:active, .menu-toggle.toggled-on, button:active, input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active { color: #757575; background-color: #e1e1e1; background-repeat: repeat-x; background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1); background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1); background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1); background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1); background-image: linear-gradient(top, #ebebeb, #e1e1e1); box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4; border-color: transparent; } .bypostauthor cite span { color: #fff; background-color: #21759b; background-image: none; border: 1px solid #1f6f93; border-radius: 2px; box-shadow: none; padding: 0; } /* Responsive images */ .entry-content img, .comment-content img, .widget img { max-width: 100%; /* Fluid images for posts, comments, and widgets */ } img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] { height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */ } img.size-full, img.size-large, img.header-image, img.wp-post-image { max-width: 100%; height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */ } /* Make sure videos and embeds fit their containers */ embed, iframe, object, video { max-width: 100%; } .entry-content .twitter-tweet-rendered { max-width: 100% !important; /* Override the Twitter embed fixed width */ } /* Images */ .alignleft { float: left; } .alignright { float: right; } .aligncenter { display: block; margin-left: auto; margin-right: auto; } .entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image { /* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */ border-radius: 0; } .wp-caption { max-width: 100%; /* Keep wide captions from overflowing their container. */ padding: 4px; } .wp-caption .wp-caption-text, .gallery-caption, .entry-caption { font-style: italic; font-size: 12px; font-size: 0.857142857rem; line-height: 2; color: #757575; } img.wp-smiley, .rsswidget img { border: 0; border-radius: 0; box-shadow: none; margin-bottom: 0; margin-top: 0; padding: 0; } .entry-content dl.gallery-item { margin: 0; } .gallery-item a, .gallery-caption { width: 90%; } .gallery-item a { display: block; } .gallery-caption a { display: inline; } .gallery-columns-1 .gallery-item a { max-width: 100%; width: auto; } .gallery .gallery-icon img { height: auto; max-width: 90%; padding: 5%; } .gallery-columns-1 .gallery-icon img { padding: 3%; } /* SearchForm */ .search-table { display: table; width: 100%; } .search-form .search-field { display: table-cell; vertical-align: top; width: 100%; } .search-form .search-field input[type="search"] { height: 35px; } .search-form .search-button { display: table-cell; width: 33px; vertical-align: top; } .search-form .search-table .search-button input[type="submit"] { height: 35px; width: 35px; line-height: 35px; background: #000; border: none; border-radius: 0; color: #FFF; font-size: 14px; margin: 0; padding: 0; text-indent: 0; cursor: pointer; font-family: 'FontAwesome'; text-shadow: none; -webkit-font-smoothing: antialiased; -webkit-transition: all .2s; -moz-transition: all .2s; -ms-transition: all .2s; -o-transition: all .2s; transition: all .2s; } /* Navigation */ .site-content nav { clear: both; line-height: 2; overflow: hidden; } #nav-above { padding: 24px 0; padding: 1.714285714rem 0; } #nav-above { display: none; } .paged #nav-above { display: block; } .nav-previous, .previous-image { float: left; width: 50%; } .nav-next, .next-image { float: right; text-align: right; width: 50%; } .nav-single + .comments-area, #comment-nav-above { margin: 48px 0; margin: 3.428571429rem 0; } /* Author profiles */ .author .archive-header { margin-bottom: 24px; margin-bottom: 1.714285714rem; } .author-info { border-top: 1px solid #ededed; margin: 24px 0; margin: 1.714285714rem 0; padding-top: 24px; padding-top: 1.714285714rem; overflow: hidden; } .author-description p { color: #757575; font-size: 13px; font-size: 0.928571429rem; line-height: 1.846153846; } .author.archive .author-info { border-top: 0; margin: 0 0 48px; margin: 0 0 3.428571429rem; } .author.archive .author-avatar { margin-top: 0; } /* =Basic structure -------------------------------------------------------------- */ /* Body, links, basics */ html { font-size: 87.5%; } body { font-size: 14px; font-size: 1rem; font-family: Helvetica, Arial, sans-serif; text-rendering: optimizeLegibility; color: #747474; } body.custom-font-enabled { font-family: "PT Sans", Helvetica, Arial, sans-serif; } a { outline: none; color: #9f9f9f; } a:hover { color: #0f3647; } /* Assistive text */ .assistive-text, .site .screen-reader-text { position: absolute !important; clip: rect(1px, 1px, 1px, 1px); overflow: hidden; height: 1px; width: 1px; } .main-navigation .assistive-text:focus, .site .screen-reader-text:hover, .site .screen-reader-text:active, .site .screen-reader-text:focus { background: #fff; border: 2px solid #333; border-radius: 3px; clip: auto !important; color: #000; display: block; font-size: 12px; padding: 12px; position: absolute; top: 5px; left: 5px; z-index: 100000; /* Above WP toolbar */ } /* Sticky Header */ body.sticky_header #main-wrapper { margin-top: 0 !important; } .site-header .sticky-header { background-color: #fff; position: fixed; max-width: 1200px; width: 100%; z-index: 10000; height: 90px; -webkit-transition: height 0.4s; -moz-transition: height 0.4s; transition: height 0.4s; -webkit-box-shadow: 0px 1px 4px 0px rgba(167, 169, 164, 0.75); -moz-box-shadow: 0px 1px 4px 0px rgba(167, 169, 164, 0.75); box-shadow: 0px 1px 4px 0px rgba(167, 169, 164, 0.75); z-index: 10000; } .site-header .sticky-header .sticky-header-inner { margin: 0 auto; } .site-header .sticky-header h1, .site-header .sticky-header nav { display: inline-block; position: relative; } /* We just have one-lined elements, so we'll center the elements with the line-height set to the height of the header */ .site-header .sticky-header h1, .sticky-nav > ul > li > a, .sticky-nav > li > a { line-height: 87px; } .site-header .sticky-header h1 { color: #333; letter-spacing: 2px; font-size: 2.5em; margin: 0; float: left; padding: 0 25px; } .site-header .sticky-header nav { float: right; } .site-header .sticky-header nav a { color: #aaa; font-weight: 700; font-size: 1.1em; } .site-header .sticky-header nav a:hover { color: #333; } /* Transitions and class for reduced height */ .site-header .sticky-header h1, .site-header .sticky-header nav a { -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } .site-header .sticky-header h1 a { -moz-transition-property: none; -webkit-transition-property: none; -o-transition-property: none; transition-property: none; } .site-header .sticky-header.sticky-header-shrink { height: 65px; } .site-header .sticky-header.sticky-header-shrink h1, .sticky-header-shrink .sticky-nav li a { line-height: 62px; } .site-header .sticky-header.sticky-header-shrink nav a { font-size: 1.0em; } .site-header .sticky-header.sticky-header-shrink h1 { font-size: 2em; } /* Animated Header Media Queries */ @media screen and (max-width: 55em) { .site-header .sticky-header .sticky-header-inner { width: 100%; } .site-header .sticky-header h1, .site-header .sticky-header nav { display: block; margin: 0 auto; text-align: center; float: none; } .site-header .sticky-header h1, .site-header .sticky-header nav a { line-height: 115px; } .site-header .sticky-header nav a { margin: 0 10px; } .site-header .sticky-header.sticky-header-shrink h1, .sticky-nav > li > a { line-height: 45px; } .site-header .sticky-header.sticky-header-shrink h1 { font-size: 2em; } .site-header .sticky-header.sticky-header-shrink nav a { font-size: 1em; } } @media screen and (max-width: 32.25em) { .site-header .sticky-header nav a { font-size: 1em; } } @media screen and (max-width: 24em) { .site-header .sticky-header nav a, .site-header .sticky-header.sticky-header-shrink nav a { line-height: 1; } } /* Sticky Header Navigation */ .sticky-nav > li, .sticky-nav > ul > li { border-right: 1px solid #ededed; display: inline-block; margin: 0; } .sticky-nav > li > a, .sticky-nav > ul > li > a { margin: 0; padding: 0 25px; } .sticky-nav > li:first-child, .sticky-nav > ul > li:first-child { border-left: 1px solid #ededed; } .sticky-nav > li:last-child, .sticky-nav > ul > li:last-child { border-right: 0; } .sticky-nav > li.menu-item-has-children > a:after, .sticky-nav > ul > li.menu-item-has-children > a:after { font-family: 'FontAwesome'; left: 10px; position: relative; content: "\f107"; top: 2px; } /* Sticky Header Navigation 1st sub-menu */ .sticky-header-shrink .sticky-nav ul li ul li a, .sticky-header-shrink .sticky-nav li ul li a, .sticky-nav ul li ul li a, .sticky-nav li ul li a { line-height: 45px; } .sticky-nav > ul > li, .sticky-nav > li { position: relative; } .sticky-nav > ul > li > ul, .sticky-nav > li > ul { position: absolute; display: none; width: 230px; } .sticky-nav ul li ul li, .sticky-nav li ul li { border-top: 1px solid #ededed; padding: 0 25px; } .sticky-nav ul li ul li:last-child, .sticky-nav li ul li:last-child { border-bottom: 1px solid #ededed; } .sticky-nav > ul > li > ul > li.men-item-has-children > a:after, .sticky-nav > li > ul > li.menu-item-has-children > a:after { font-family: 'FontAwesome'; position: relative; left: 10px; content: "\f105"; top: 1px; } /* Sticky Header Navigation 2nd sub-menu */ .sticky-nav > ul > li > ul > li, .sticky-nav > li > ul > li { position: relative; } .sticky-nav > ul > li > ul > li > ul, .sticky-nav > li > ul > li > ul { width: 100%; top: -1px; left: 100%; position: absolute; background-color: #fff; float: left; } /* Header Image */ .header-image { border-radius: 0 !important; } /* #main-wrapper */ #main-wrapper { margin: 0 auto; max-width: 1200px; width: 100%; overflow: hidden; box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3); margin-bottom: 48px; margin-bottom: 3.428571429rem; background-color: #fff; overflow: hidden; } #content, #nav-below { max-width: 94%; } /* bbPress */ .bbpress #content { max-width: 100%; } #subscription-toggle { float: right; } .bbp-breadcrumb a, .bbp-breadcrumb span { font-size: 14px; } .bbp-search-form { margin-bottom: 30px; } .forum-titles { font-size: 14px; } .bbp-topic-title, .bbp-forum-title { font-size: 14px; } .bbp-reply-content, .bbp-header, .bbp-footer { font-size: 14px; line-height: 21px; } .bbp-form legend { font-size: 14px; } #bbp_reply_content { font-size: 14px; } /* Page structure */ .site { padding: 0 24px; padding: 0 1.714285714rem; background-color: #fff; } /* Header */ .site-header hgroup { margin: 24px 0; padding: 0 30px; } .site-header h1, .site-header h2 { text-align: center; } .site-header h1 a, .site-header h2 a { color: #515151; display: inline-block; text-decoration: none; } .site-header h1 a:hover, .site-header h2 a:hover { color: #21759b; } .site-header h1 { font-size: 24px; font-size: 1.714285714rem; line-height: 1.285714286; margin-bottom: 14px; margin-bottom: 1rem; } .site-header h2 { font-weight: normal; font-size: 13px; font-size: 0.928571429rem; line-height: 1.846153846; color: #757575; } /* Header Logo */ .site-header .logo { max-width: 300px; height: auto; } /* Social Icons */ #top-nav-social { text-align: right; line-height: 44px; } .social-icons { font-family: "FontAwesome"; font-size: 16px; padding: 10px; position: relative; } .social-icons.facebook:before { content: "\f09a"; } .social-icons.twitter:before { content: "\f099"; } .social-icons.flickr:before { content: "\f16e"; } .social-icons.rss:before { content: "\f09e"; } .social-icons.vimeo:before { content: "\f194"; } .social-icons.youtube:before { content: "\f167"; } .social-icons.instagram:before { content: "\f16d"; } .social-icons.pinterest:before { content: "\f231"; } .social-icons.tumblr:before { content: "\f173"; } .social-icons.google:before { content: "\f0d5"; } .social-icons.dribbble:before { content: "\f17d"; } .social-icons.digg:before { content: "\f1a6"; } .social-icons.linkedin:before { content: "\f0e1"; } .social-icons.blogger:before { content: ""; } .social-icons.skype:before { content: "\f17e"; } .social-icons.forrst:before { content: ""; } .social-icons.myspace:before { content: ""; } .social-icons.deviantart:before { content: "\f1bd"; } .social-icons.yahoo:before { content: "\f19e"; } .social-icons.reddit:before { content: "\f1a1"; } .social-icons.paypal:before { content: "\f1ed"; } .social-icons.dropbox:before { content: "\f16b"; } .social-icons.soundcloud:before { content: "\f1be"; } .social-icons.vk:before { content: "\f189"; } .social-icons.email:before { content: "\f1fa"; } /* Mobile Navigation */ .mobile-nav { display: none; margin-left: 30px; margin-right: 30px; margin-bottom: 24px; border: 1px solid #ededed; } .mobile-nav-menu { display: none; } .mobile-nav-menu:first-child { border-top: 1px solid #ededed; } .mobile-nav-menu li { position: relative; } .mobile-nav-menu li a { height: 40px; display: block; padding: 0 30px; line-height: 40px; border-bottom: 1px solid #ededed; } .mobile-nav-menu > .menu-item-has-children > a:after { font-family: 'FontAwesome'; content: "\f107"; position: absolute; right: 30px; } .mobile-nav-icons { text-align: right; padding:5px 10px; } .mobile-nav-icons a { margin-left: 15px; cursor: pointer; color: #cfcfcf; } /* Mobile sub-menu */ .mobile-nav-menu ul li a { padding-left: 40px; } .mobile-nav-menu ul li a:before { font-family: 'FontAwesome'; content: "\f105"; margin-right: 10px; } /* Sticky Header Navigation */ .sticky-header ul { z-index: 9999; } .sticky-header ul li ul { background-color: #fff; } /* Top Navigation Menu */ .top-nav-wrapper { -webkit-box-shadow: 0px 1px 4px 0px rgba(167, 169, 164, 0.75); -moz-box-shadow: 0px 1px 4px 0px rgba(167, 169, 164, 0.75); box-shadow: 0px 1px 4px 0px rgba(167, 169, 164, 0.75); display: table; content: ""; width: 100%; } .top-navigation li { margin-bottom: 24px; margin-bottom: 1.714285714rem; font-size: 12px; font-size: 0.857142857rem; line-height: 1.42857143; } .top-navigation a { color: #5e5e5e; } .top-navigation a:hover, .top-navigation a:focus { color: #21759b; } .top-navigation ul.top-nav-menu, .top-navigation div.top-nav-menu > ul { padding: 0 10px; display: none; } .top-navigation ul.top-nav-menu.toggled-on, .top-menu-toggle { display: inline-block; margin-bottom: 30px; } /* Primary Navigation Menu */ .main-navigation { text-align: center; } .main-navigation li { margin-top: 24px; margin-top: 1.714285714rem; font-size: 12px; font-size: 0.857142857rem; line-height: 1.42857143; } .main-navigation a { color: #5e5e5e; } .main-navigation a:hover, .main-navigation a:focus { color: #21759b; } .main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul { padding: 0 30px; display: none; } .main-navigation ul.nav-menu.toggled-on, .menu-toggle { display: inline-block; margin-bottom: 30px; } /* Banner */ section[role="banner"] { margin-bottom: 48px; margin-bottom: 3.428571429rem; } /* Sidebar */ #secondary.col-md-3 { padding: 0; } .widget-area .widget { -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; margin-bottom: 48px; margin-bottom: 3.428571429rem; word-wrap: break-word; } .widget-area .widget h3 { margin-bottom: 24px; margin-bottom: 1.714285714rem; } .widget-area .widget li a:before { font-family: 'FontAwesome'; position: absolute; content: "\f105"; left: 0; } .widget-area .widget li ul li a:before { left: 25px; } .widget-area .widget li ul li ul li a:before { left: 48px; } .widget-area .widget li { padding: 10px 10px 10px 12px; border-bottom: 1px solid #e3e3e3; } .widget-area .widget li ul li { border-bottom: 0; } .widget-area .widget p, .widget-area .widget li, .widget-area .widget .textwidget { font-size: 13px; font-size: 0.928571429rem; line-height: 1.846153846; } .widget-area .widget p { margin-bottom: 24px; margin-bottom: 1.714285714rem; } .widget-area .textwidget ul { list-style: disc outside; margin: 0 0 24px; margin: 0 0 1.714285714rem; } .widget-area .textwidget li { margin-left: 36px; margin-left: 2.571428571rem; } .widget-area .widget a { color: #757575; } .widget-area .widget a:hover { color: #21759b; } .widget-area .widget a:visited { color: #9f9f9f; } .widget-area #s { width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */ } /* Footer Widgets */ .footer-widgets { font-size: 13px; padding: 30px 0; color: #8c8989; line-height: 22px; background-color: #363839; border-bottom: 1px solid #4b4c4d; } .footer-widgets .widget-title { font-size: 15px; color: #bfbfbf; } .footer-widgets .widget li { padding: 10px 10px 10px 12px; border-bottom: 1px solid #505152; } .footer-widgets .widget li a:before { font-family: 'FontAwesome'; position: absolute; content: "\f105"; left: 15px; } .footer-widgets .widget li ul li a:before { left: 25px; } .footer-widgets .widget li ul li ul li a:before { left: 35px; } .footer-widgets .widget li ul li { border-bottom: 0; } /* Back to Top */ #toTop { display: none; position: fixed; bottom: 59px; right: 5%; width: 42px; height: 42px; border-radius: 42px; -moz-border-radius: 42px; -khtml-border-radius: 42px; -webkit-border-radius: 42px; color: rgba(255, 255, 255, .8); z-index: 99999; cursor: pointer; } #toTop:hover { color: rgba(255, 255, 255, 1); } #toTop i { font-size: 22px; padding: 10px 14px; } /* Footer */ footer[role="contentinfo"] { background-color: #262626; clear: both; font-size: 12px; margin-left: auto; margin-right: auto; padding: 24px 30px; width: 100%; } footer[role="contentinfo"] a { color: #8c8989; } footer[role="contentinfo"] a:hover { color: #fff; } footer[role="contentinfo"] .social { text-align: right; } #primary.col-md-9 { padding: 0; } /* =Main content and comment content - Grid Style -------------------------------------------------------------- */ .grid-style .entry-title { margin: 0; } .grid-style .article-entry-wrapper { padding: 15px; } .single-post .grid-style .entry-title { padding: 15px 0 0 0; } .grid-style .entry-title { padding: 15px 15px 0px 15px; } .grid-style .entry-header .comments-link { padding: 0 15px; } /* =Main content and comment content - List Style -------------------------------------------------------------- */ .list-style .entry-header { margin-bottom: 30px; } .list-style .entry-title { font-size: 20px; line-height: 1.2; font-weight: normal; clear: none; margin: 0 0 5px 0; } .single-post .list-style .entry-content { margin-left: 0; } .list-style .entry-content { margin-left: 110px; } /* =Frontpage content and comment content -------------------------------------------------------------- */ .page-template-front-page .entry-title { margin-bottom: 30px; } /* =Main content and comment content -------------------------------------------------------------- */ .entry-meta { clear: both; } .entry-header { margin: 0; } .entry-title, .portfolio-content .entry-title { font-weight: normal; } .entry-header img.wp-post-image { border-radius: 0; -moz-border-radius: 0; -khtml-border-radius: 0; -webkit-border-radius: 0; } .entry-header .entry-title, .portfolio-content .entry-title { font-size: 20px; font-size: 1.428571429rem; line-height: 1.2; font-weight: normal; } .entry-header .entry-title a, .portfolio-content .entry-title a { text-decoration: none; } .single-post .entry-header .single-line-meta { padding: 5px 0; } .single-post .article-entry-wrapper { padding: 0; } .single-post .entry-header figcaption { display: none; } .entry-header .single-line-meta { font-size: 11.5px; padding: 5px 15px; } .entry-sep { border-bottom: 4px double #e3e3e3; margin: 15px auto; width: 100%; } .inline-sep { padding: 0 5px; } .js-isotope .entry-sep { width: 90%; } .entry-header .entry-format { margin-top: 24px; margin-top: 1.714285714rem; font-weight: normal; } .entry-header .comments-link { font-size: 13px; font-size: 0.928571429rem; line-height: 1.846153846; color: #757575; } .comments-link a, .entry-meta a { color: #757575; } .comments-link a:hover, .entry-meta a:hover { color: #21759b; } article.sticky .featured-post { border-top: 4px double #ededed; border-bottom: 4px double #ededed; color: #757575; font-size: 13px; font-size: 0.928571429rem; line-height: 3.692307692; margin-bottom: 24px; margin-bottom: 1.714285714rem; text-align: center; } .entry-date { float: left; margin-right: 17px; width: 82px; text-align: center; } .entry-date .date-box { padding: 8px 0 5px 0px; color: #fff; } .date-box .date { display: block; line-height: 29px; font-size: 29px; font-weight: bold; } .date-box .month-year { line-height: 24px; } .entry-date .format-box { margin-top: 3px; background-color: #eef0f2; padding-top: 12px; padding-bottom: 15px; } .entry-content, .entry-summary, .mu_register, .portfolio-content { line-height: 1.714285714; } .entry-content h1, .comment-content h1, .portfolio-content h1, .entry-content h2, .comment-content h2, .portfolio-content h2, .entry-content h3, .comment-content h3, .portfolio-content h3, .entry-content h4, .comment-content h4, .portfolio-content h4, .entry-content h5, .comment-content h5, .portfolio-content h5, .entry-content h6, .comment-content h6, .portfolio-content h6 { margin: 24px 0; margin: 1.714285714rem 0; line-height: 1.714285714; } .entry-content h1, .comment-content h1, .portfolio-content h1 { font-size: 21px; font-size: 1.5rem; line-height: 1.5; } .entry-content h2, .comment-content h2, .mu_register h2, .portfolio-content h2 { font-size: 18px; font-size: 1.285714286rem; line-height: 1.6; } .entry-content h3, .comment-content h3, .portfolio-content h3 { font-size: 16px; font-size: 1.142857143rem; line-height: 1.846153846; } .entry-content h4, .comment-content h4, .portfolio-content h4 { font-size: 14px; font-size: 1rem; line-height: 1.846153846; } .entry-content h5, .comment-content h5, .portfolio-content h5 { font-size: 13px; font-size: 0.928571429rem; line-height: 1.846153846; } .entry-content h6, .comment-content h6, .portfolio-content h6 { font-size: 12px; font-size: 0.857142857rem; line-height: 1.846153846; } .entry-content .single-line-meta, .portfolio-content .single-line-meta, article.format-aside .single-line-meta { font-size: 11.5px; padding-bottom: 0; margin-bottom: 20px; } .entry-content p, .entry-summary p, .comment-content p, .mu_register p, .portfolio-content p { margin: 0 0 24px; line-height: 1.714285714; } .entry-content a:visited, .comment-content a:visited, .portfolio-content a:visited { color: #9f9f9f; } .entry-content .more-link, .portfolio-content .more-link { white-space: nowrap; } .entry-content ol, .comment-content ol, .portfolio-content ol, .entry-content ul, .comment-content ul, .mu_register ul, .portfolio-content ul { margin: 0 0 24px; margin: 0 0 1.714285714rem; line-height: 1.714285714; } .entry-content ul ul, .comment-content ul ul, .portfolio-content ul ul, .entry-content ol ol, .comment-content ol ol, .portfolio-content ol ol, .entry-content ul ol, .comment-content ul ol, .portfolio-content ul ol, .entry-content ol ul, .comment-content ol ul .portfolio-content ol ul { margin-bottom: 0; } .entry-content ul, .comment-content ul, .portfolio-content ul, .mu_register ul { list-style: disc outside; } .entry-content ol, .comment-content ol, .portfolio-content ol { list-style: decimal outside; } .entry-content li, .comment-content li, .portfolio-content li, .mu_register li { margin: 0 0 0 36px; margin: 0 0 0 2.571428571rem; } .entry-content blockquote, .comment-content blockquote, .portfolio-content blockquote { margin-bottom: 24px; margin-bottom: 1.714285714rem; padding: 24px; padding: 1.714285714rem; font-style: italic; } .entry-content blockquote p:last-child, .comment-content blockquote p:last-child, .portfolio-content blockquote p:last-child { margin-bottom: 0; } .entry-content code, .comment-content code, .portfolio-content code { font-family: Consolas, Monaco, Lucida Console, monospace; font-size: 12px; font-size: 0.857142857rem; line-height: 2; } .entry-content pre, .comment-content pre, .portfolio-content pre { border: 1px solid #ededed; color: #666; font-family: Consolas, Monaco, Lucida Console, monospace; font-size: 12px; font-size: 0.857142857rem; line-height: 1.714285714; margin: 24px 0; margin: 1.714285714rem 0; overflow: auto; padding: 24px; padding: 1.714285714rem; } .entry-content pre code, .comment-content pre code, .portfolio-content pre code { display: block; } .entry-content abbr, .comment-content abbr, .portfolio-content abbr, .entry-content dfn, .comment-content dfn, .portfolio-content dfn, .entry-content acronym, .comment-content acronym, .portfolio-content acronym { border-bottom: 1px dotted #666; cursor: help; } .entry-content address, .comment-content address, .portfolio-content address { display: block; line-height: 1.714285714; margin: 0 0 24px; margin: 0 0 1.714285714rem; } img.alignleft, .wp-caption.alignleft { margin: 12px 24px 12px 0; margin: 0.857142857rem 1.714285714rem 0.857142857rem 0; } img.alignright, .wp-caption.alignright { margin: 12px 0 12px 24px; margin: 0.857142857rem 0 0.857142857rem 1.714285714rem; } img.aligncenter, .wp-caption.aligncenter { clear: both; margin-top: 12px; margin-top: 0.857142857rem; margin-bottom: 12px; margin-bottom: 0.857142857rem; } .entry-content embed, .portfolio-content embed, .entry-content iframe, .portfolio-content embed, .entry-content object, .portfolio-content object, .entry-content video, .portfolio-content video { margin-bottom: 24px; margin-bottom: 1.714285714rem; } .entry-content dl, .comment-content dl, .portfolio-content dl { margin: 0 24px; margin: 0 1.714285714rem; } .entry-content dt, .comment-content dt, .portfolio-content dt { font-weight: bold; line-height: 1.714285714; } .entry-content dd, .comment-content dd, .portfolio-content dd { line-height: 1.714285714; margin-bottom: 24px; margin-bottom: 1.714285714rem; } .entry-content table, .comment-content table, .portfolio-content table { border-bottom: 1px solid #ededed; color: #757575; font-size: 12px; font-size: 0.857142857rem; line-height: 2; margin: 0 0 24px; margin: 0 0 1.714285714rem; width: 100%; } .entry-content table caption, .comment-content table caption, .portfolio-content table caption { font-size: 16px; font-size: 1.142857143rem; margin: 24px 0; margin: 1.714285714rem 0; } .entry-content td, .comment-content td, .portfolio-content td { border-top: 1px solid #ededed; padding: 6px 10px 6px 0; } .site-content article { word-wrap: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; } .article-wrapper { margin-bottom: 60px; border-bottom: 1px solid #e3e3e3; } .js-isotope .article-wrapper { width: 30%; float: left; overflow: hidden; border: 1px solid #e3e3e3; border-bottom: 2px solid #e3e3e3; margin-right: 24px; margin-bottom: 50px; border-radius: 4px; -moz-border-radius: 4px; -khtml-border-radius: 4px; -webkit-border-radius: 4px; } .site-content .article-wrapper:nth-child(3n) { margin-right: 0; } .site-content article .article-entry-wrapper { padding-top: 0px; padding-bottom: 15px; } .page-links { clear: both; line-height: 1.714285714; } footer.entry-meta { margin-top: 24px; margin-top: 1.714285714rem; font-size: 13px; font-size: 0.928571429rem; line-height: 1.846153846; color: #757575; } .single-author .entry-meta .by-author { display: none; } .mu_register h2 { color: #757575; font-weight: normal; } /* =Portfolio -------------------------------------------------------------- */ .portfolio-filters { border-top: 1px solid #e7e6e6; border-bottom: 1px solid #e7e6e6; line-height: 34px; list-style: none; overflow: hidden; margin-bottom: 50px; } .portfolio-filter { float: left; margin-right: 30px; } .portfolio-filter a { cursor: pointer; } .portfolio-content { margin-top: 30px; } .portfolio-content h1, .portfolio-content h4 { font-weight: normal; margin: 0; } .portfolio-item img { position: relative; } /* =Portfolio One Column -------------------------------------------------------------- */ /* =Portfolio Two Columns -------------------------------------------------------------- */ .portfolio-two-columns #content { max-width: 100%; } .portfolio-two-columns .portfolio-wrapper { float: left; max-width: 527px; width: 100%; margin-right: 15px; margin-bottom: 15px; position: relative; } .portfolio-two-columns .portfolio-wrapper:nth-child(2n) { margin-right: 0; } /* =Portfolio Three Columns -------------------------------------------------------------- */ .portfolio-three-columns #content { max-width: 100%; } .portfolio-three-columns .portfolio-wrapper { float: left; max-width: 346px; width: 100%; margin-right: 15px; margin-bottom: 15px; } .portfolio-three-columns .portfolio-wrapper:nth-child(3n) { margin-right: 0; } /* =Portfolio Four Columns -------------------------------------------------------------- */ .portfolio-four-columns #content { max-width: 100%; } .portfolio-four-columns .portfolio-wrapper { float: left; max-width: 256px; width: 100%; margin-right: 15px; margin-bottom: 15px; position: relative; } .portfolio-four-columns .portfolio-wrapper:nth-child(4n) { margin-right: 0; } /* Portfolio Hover Effects Wrapper */ .blog figure.effect-bubba, .agama-portfolio figure { position: relative; overflow: hidden; background: #3085a3; text-align: center; cursor: pointer; } .blog figure.effect-bubba img, .agama-portfolio figure img { position: relative; display: block; max-width: 100%; opacity: 0.8; } .blog figure.effect-bubba figcaption, .agama-portfolio figure figcaption { padding: 2em; color: #fff; text-transform: uppercase; font-size: 1.25em; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .blog figure.effect-bubba figcaption::before, .blog figure.effect-bubba figcaption::after, .agama-portfolio figure figcaption::before, .agama-portfolio figure figcaption::after { pointer-events: none; } .blog figure.effect-bubba figcaption, .blog figure.effect-bubba figcaption > a, .agama-portfolio figure figcaption, .agama-portfolio figure figcaption > a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .blog figure.effect-bubba figcaption > a, .agama-portfolio figure figcaption > a { z-index: 1000; text-indent: 200%; white-space: nowrap; font-size: 0; opacity: 0; } .blog figure.effect-bubba h2, .agama-portfolio figure h2 { word-spacing: -0.15em; font-weight: 300; } .blog figure.effect-bubba h2 span, .agama-portfolio figure h2 span { font-weight: 800; } .blog figure.effect-bubba h2, .blog figure.effect-bubba p, .agama-portfolio figure h2, .agama-portfolio figure p { margin: 0; } .blog figure.effect-bubba p, .agama-portfolio figure p { letter-spacing: 1px; font-size: 68.5%; } /* Portfolio Hover Effect - Steve */ .agama-portfolio figure.effect-steve { z-index: auto; overflow: visible; background: #333; } .agama-portfolio figure.effect-steve:before, .agama-portfolio figure.effect-steve h2:before { position: absolute; top: 0; left: 0; z-index: -1; width: 100%; height: 100%; background: #000; content: ''; -webkit-transition: opacity 0.35s; transition: opacity 0.35s; } .agama-portfolio figure.effect-steve:before { box-shadow: 0 3px 30px rgba(255,255,255,0.8); opacity: 0; } .agama-portfolio figure.effect-steve figcaption { z-index: 1; } .agama-portfolio figure.effect-steve img { background: rgba(255, 255, 255, .8); -webkit-transition: -webkit-transform 0.35s; transition: transform 0.35s; -webkit-transform: perspective(1000px) translate3d(0,0,0); transform: perspective(1000px) translate3d(0,0,0); } .agama-portfolio figure.effect-steve h2, .agama-portfolio figure.effect-steve p { background: #fff; color: #2d434e; } .agama-portfolio figure.effect-steve h2 { line-height: 3; position: relative; margin-top: 2em; padding: 0.25em; } .agama-portfolio figure.effect-steve h2:before { box-shadow: 0 1px 10px rgba(0,0,0,0.5); } .agama-portfolio figure.effect-steve p { line-height: 2; margin-top: 1em; padding: 0.5em; font-weight: 800; opacity: 0; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; -webkit-transform: scale3d(0.9,0.9,1); transform: scale3d(0.9,0.9,1); } .agama-portfolio figure.effect-steve:hover:before { opacity: 1; } .agama-portfolio figure.effect-steve:hover img { -webkit-transform: perspective(1000px) translate3d(0,0,21px); transform: perspective(1000px) translate3d(0,0,21px); } .agama-portfolio figure.effect-steve:hover h2:before { opacity: 0; } .agama-portfolio figure.effect-steve:hover p { opacity: 1; -webkit-transform: scale3d(1,1,1); transform: scale3d(1,1,1); } /* Portfolio Hover Effect - Bubba */ .blog figure.effect-bubba, .agama-portfolio figure.effect-bubba { background: #F7A805; } .blog figure.effect-bubba img, .agama-portfolio figure.effect-bubba img { opacity: 0.7; -webkit-transition: opacity 0.35s; transition: opacity 0.35s; } .blog figure.effect-bubba:hover img, .agama-portfolio figure.effect-bubba:hover img { opacity: 0.4; } .blog figure.effect-bubba figcaption::before, .blog figure.effect-bubba figcaption::after, .agama-portfolio figure.effect-bubba figcaption::before, .agama-portfolio figure.effect-bubba figcaption::after { position: absolute; top: 30px; right: 30px; bottom: 30px; left: 30px; content: ''; opacity: 0; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; } .blog figure.effect-bubba figcaption::before, .agama-portfolio figure.effect-bubba figcaption::before { border-top: 1px solid #fff; border-bottom: 1px solid #fff; -webkit-transform: scale(0,1); transform: scale(0,1); } .blog figure.effect-bubba figcaption::after, .agama-portfolio figure.effect-bubba figcaption::after { border-right: 1px solid #fff; border-left: 1px solid #fff; -webkit-transform: scale(1,0); transform: scale(1,0); } .portfolio-one-column figure.effect-bubba h2 { font-size: 28px; } .portfolio-two-columns figure.effect-bubba h2 { font-size: 22px; } .portfolio-three-columns figure.effect-bubba h2 { padding-top: 20% !important; font-size: 20px; } .portfolio-four-columns figure.effect-bubba h2 { padding-top: 7% !important; } .blog figure.effect-bubba h2, .agama-portfolio figure.effect-bubba h2 { font-family: 'Raleway'; padding-top: 25%; -webkit-transition: -webkit-transform 0.35s; transition: transform 0.35s; -webkit-transform: translate3d(0,-20px,0); transform: translate3d(0,-20px,0); } .blog figure.effect-bubba p, .agama-portfolio figure.effect-bubba p { padding: 20px 2.5em; opacity: 0; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; -webkit-transform: translate3d(0,20px,0); transform: translate3d(0,20px,0); } .blog .list-style figure.effect-bubba p { line-height: 215px; } .blog figure.effect-bubba p i { font-size: 35px; color: rgba(255, 255, 255, .5); transition: all 100ms linear; -moz-transition: all 100ms linear; -webkit-transition: all 100ms linear; } .agama-portfolio figure.effect-bubba p i { font-size: 22px; color: rgba(255, 255, 255, .5); transition: all 100ms linear; -moz-transition: all 100ms linear; -webkit-transition: all 100ms linear; } .blog figure.effect-bubba p i:hover, .agama-portfolio figure.effect-bubba p i:hover { color: rgba(255, 255, 255, 1); } .blog figure.effect-bubba:hover figcaption::before, .blog figure.effect-bubba:hover figcaption::after, .agama-portfolio figure.effect-bubba:hover figcaption::before, .agama-portfolio figure.effect-bubba:hover figcaption::after { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } .blog figure.effect-bubba:hover h2, .blog figure.effect-bubba:hover p, .agama-portfolio figure.effect-bubba:hover h2, .agama-portfolio figure.effect-bubba:hover p { opacity: 1; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); } /* Portfolio Hover Effect - Kira */ .agama-portfolio figure.effect-kira { background: #fff; text-align: left; } .agama-portfolio figure.effect-kira img { -webkit-transition: opacity 0.35s; transition: opacity 0.35s; } .agama-portfolio figure.effect-kira figcaption { z-index: 1; } .agama-portfolio figure.effect-kira figcaption h2 { color: #333; } .agama-portfolio figure.effect-kira p { padding: 2.25em 0.5em; font-weight: 600; font-size: 100%; line-height: 3; opacity: 0; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; -webkit-transform: translate3d(0,-10px,0); transform: translate3d(0,-10px,0); } .agama-portfolio figure.effect-kira p a { margin: 0 0.5em; color: #101010; } .agama-portfolio figure.effect-kira p a:hover, .agama-portfolio figure.effect-kira p a:focus { opacity: 0.6; } .agama-portfolio figure.effect-kira figcaption::before { position: absolute; top: 0; right: 2em; left: 2em; z-index: -1; height: 3.5em; background: #fff; content: ''; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; -webkit-transform: translate3d(0,4em,0) scale3d(1,0.023,1) ; transform: translate3d(0,4em,0) scale3d(1,0.023,1); -webkit-transform-origin: 50% 0; transform-origin: 50% 0; } .agama-portfolio figure.effect-kira:hover img { opacity: 0.5; } .agama-portfolio figure.effect-kira:hover p { opacity: 1; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); } .agama-portfolio figure.effect-kira:hover figcaption::before { opacity: 0.7; -webkit-transform: translate3d(0,5em,0) scale3d(1,1,1) ; transform: translate3d(0,5em,0) scale3d(1,1,1); } /* Portfolio Hover Effect - Phoebe */ .agama-portfolio figure.effect-phoebe { background: #675983; } .agama-portfolio figure.effect-phoebe img { opacity: 0.85; -webkit-transition: opacity 0.35s; transition: opacity 0.35s; } .agama-portfolio figure.effect-phoebe:hover img { opacity: 0.6; } .agama-portfolio figure.effect-phoebe figcaption::before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url('assets/img/triangle2.svg') no-repeat center center; background-size: 100% 100%; content: ''; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; -webkit-transform: scale3d(5,2.5,1); transform: scale3d(5,2.5,1); -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; } .agama-portfolio figure.effect-phoebe:hover figcaption::before { opacity: 0.6; -webkit-transform: scale3d(1,1,1); transform: scale3d(1,1,1); } .agama-portfolio figure.effect-phoebe h2 { margin-top: 1em; -webkit-transition: transform 0.35s; transition: transform 0.35s; -webkit-transform: translate3d(0,40px,0); transform: translate3d(0,40px,0); } .agama-portfolio figure.effect-phoebe:hover h2 { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); } .agama-portfolio figure.effect-phoebe p a { color: #fff; font-size: 140%; opacity: 0; position: relative; display: inline-block; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; } .agama-portfolio figure.effect-phoebe p a:first-child { -webkit-transform: translate3d(-60px,-60px,0); transform: translate3d(-60px,-60px,0); } .agama-portfolio figure.effect-phoebe p a:nth-child(2) { -webkit-transform: translate3d(0,60px,0); transform: translate3d(0,60px,0); } .agama-portfolio figure.effect-phoebe p a:nth-child(3) { -webkit-transform: translate3d(60px,-60px,0); transform: translate3d(60px,-60px,0); } .agama-portfolio figure.effect-phoebe:hover p a { opacity: 1; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); } /* =Archives -------------------------------------------------------------- */ .archive-header, .page-header { margin-bottom: 48px; margin-bottom: 3.428571429rem; padding-bottom: 22px; padding-bottom: 1.571428571rem; border-bottom: 1px solid #ededed; } .archive-meta { color: #757575; font-size: 12px; font-size: 0.857142857rem; line-height: 2; margin-top: 22px; margin-top: 1.571428571rem; } /* =Single audio/video attachment view -------------------------------------------------------------- */ .attachment .entry-content .mejs-audio { max-width: 400px; } .attachment .entry-content .mejs-container { margin-bottom: 24px; } /* =Single image attachment view -------------------------------------------------------------- */ .article.attachment { overflow: hidden; } .image-attachment div.attachment { text-align: center; } .image-attachment div.attachment p { text-align: center; } .image-attachment div.attachment img { display: block; height: auto; margin: 0 auto; max-width: 100%; } .image-attachment .entry-caption { margin-top: 8px; margin-top: 0.571428571rem; } /* =Aside post format -------------------------------------------------------------- */ .grid-style .format-aside .entry-title { font-size: 21px; padding-top: 0; padding-left: 0; padding-right: 0; } article.format-aside h1 { margin-top: 0; margin-bottom: 24px; margin-bottom: 1.714285714rem; } article.format-aside h1 a { text-decoration: none; color: #4d525a; } article.format-aside h1 a:hover { color: #2e3542; } .single-post article.format-aside header { right: 15px; } .list-style .format-aside header { display: none; } article.format-aside header { padding: 5px 10px; font-size: 11px; line-height: 12px; font-weight: bold; font-style: italic; text-transform: uppercase; color: #fff; background-color: #a8bfe8; border-radius: 3px; position: absolute; top: 0; right: 0; } article.format-aside .aside { padding: 24px 24px 0; padding: 1.714285714rem; background: #d2e0f9; border-left: 22px solid #a8bfe8; } article.format-aside .entry-sep { border-color: #a8bfe8; width: 100%; } article.format-aside .entry-date .date-box { background-color: #a8bfe8; } article.format-aside .entry-date .format-box i { color: #a8bfe8; } article.format-aside p { font-size: 13px; font-size: 0.928571429rem; line-height: 1.846153846; color: #4a5466; } article.format-aside blockquote:last-child, article.format-aside p:last-child { margin-bottom: 0; } article.format-aside .entry-meta { padding: 0 20px; margin-top: 5px; } /* =Post formats -------------------------------------------------------------- */ /* Image posts */ .list-style .format-image header { display: none; } article.format-image header { padding: 5px 10px; font-size: 11px; line-height: 12px; font-weight: bold; font-style: italic; text-transform: uppercase; color: #848484; background-color: #ebebeb; border-radius: 3px; position: absolute; top: 0; right: 0; } .blog .grid-style .format-image .single-line-meta, .blog .grid-style .format-image .entry-content p, .blog .grid-style .format-image .entry-meta { padding: 0 15px; } article.format-image footer h1 { font-size: 13px; font-size: 0.928571429rem; line-height: 1.846153846; font-weight: normal; } article.format-image footer h2 { font-size: 11px; font-size: 0.785714286rem; line-height: 2.181818182; } article.format-image footer a h2 { font-weight: normal; } /* Link posts */ .blog .grid-style .format-link .entry-content .single-line-meta, .blog .grid-style .format-link .entry-content p, .blog .grid-style .format-link .entry-meta { padding: 0 15px; } .list-style .format-link header { display: none; } article.format-link header { padding: 5px 10px; font-size: 11px; line-height: 12px; font-weight: bold; font-style: italic; text-transform: uppercase; color: #848484; background-color: #ebebeb; border-radius: 3px; position: absolute; top: 0; right: 0; } article.format-link .entry-content a { line-height: 1.090909091; text-decoration: none; } article.format-link .entry-content .single-line-meta a { font-size: 11.5px; } /* Quote posts */ .blog .grid-style .format-quote .entry-content .single-line-meta, .blog .grid-style .format-quote .entry-content p, .blog .grid-style .format-quote .entry-meta { padding: 0 15px; } .single-post .format-quote .entry-content .single-line-meta { padding-bottom: 0; } article.format-quote .entry-content blockquote { display: block; padding: 24px 24px 0; padding: 1.714285714rem 1.714285714rem 0; font-size: 15px; font-size: 1.071428571rem; line-height: 1.6; font-style: normal; color: #6a6a6a; background: #efefef; } /* Status posts */ .list-style .format-status header { display: none; } article.format-status header { padding: 5px 10px; font-size: 11px; line-height: 12px; font-weight: bold; font-style: italic; text-transform: uppercase; color: #848484; background-color: #ebebeb; border-radius: 3px; position: absolute; top: 0; right: 0; } .format-status .entry-header { margin-bottom: 24px; margin-bottom: 1.714285714rem; } .format-status .entry-header header { display: inline-block; } .format-status .entry-header h1 { font-size: 15px; font-size: 1.071428571rem; font-weight: normal; line-height: 1.6; margin: 0; } .format-status .entry-header h2 { font-size: 12px; font-size: 0.857142857rem; font-weight: normal; line-height: 2; margin: 0; } .format-status .entry-header header a { color: #757575; } .format-status .entry-header header a:hover { color: #21759b; } .format-status .entry-header img { float: left; margin-right: 21px; margin-right: 1.5rem; } .blog .grid-style .format-status .entry-content .single-line-meta, .blog .grid-style .format-status .entry-content p, .blog .grid-style .format-status .entry-meta { padding: 0 15px; } /* =Comments -------------------------------------------------------------- */ .comments-title { margin-bottom: 48px; margin-bottom: 3.428571429rem; font-size: 16px; font-size: 1.142857143rem; line-height: 1.5; font-weight: normal; } .comments-area article { margin: 24px 0; margin: 1.714285714rem 0; } .comments-area article header { margin: 0 0 48px; margin: 0 0 3.428571429rem; overflow: hidden; position: relative; } .comments-area article header img { float: left; padding: 0; line-height: 0; } .comments-area article header cite, .comments-area article header time { display: block; margin-left: 85px; margin-left: 6.071428571rem; } .comments-area article header cite { font-style: normal; font-size: 15px; font-size: 1.071428571rem; line-height: 1.42857143; } .comments-area cite b { font-weight: normal; } .comments-area article header time { line-height: 1.714285714; text-decoration: none; font-size: 12px; font-size: 0.857142857rem; color: #5e5e5e; } .comments-area article header a { text-decoration: none; color: #5e5e5e; } .comments-area article header a:hover { color: #21759b; } .comments-area article header cite a { color: #444; } .comments-area article header cite a:hover { text-decoration: underline; } .comments-area article header h4 { position: absolute; top: 0; right: 0; padding: 6px 12px; padding: 0.428571429rem 0.857142857rem; font-size: 12px; font-size: 0.857142857rem; font-weight: normal; color: #fff; background-color: #0088d0; background-repeat: repeat-x; background-image: -moz-linear-gradient(top, #009cee, #0088d0); background-image: -ms-linear-gradient(top, #009cee, #0088d0); background-image: -webkit-linear-gradient(top, #009cee, #0088d0); background-image: -o-linear-gradient(top, #009cee, #0088d0); background-image: linear-gradient(top, #009cee, #0088d0); border-radius: 3px; border: 1px solid #007cbd; } .comments-area .bypostauthor cite span { position: absolute; margin-left: 5px; margin-left: 0.357142857rem; padding: 2px 5px; padding: 0.142857143rem 0.357142857rem; font-size: 10px; font-size: 0.714285714rem; } .comments-area .bypostauthor cite b { font-weight: bold; } a.comment-reply-link, a.comment-edit-link { color: #686868; font-size: 13px; font-size: 0.928571429rem; line-height: 1.846153846; } a.comment-reply-link:hover, a.comment-edit-link:hover { color: #21759b; } .commentlist .pingback { line-height: 1.714285714; margin-bottom: 24px; margin-bottom: 1.714285714rem; } /* Comment form */ #respond { margin-top: 48px; margin-top: 3.428571429rem; } #respond h3#reply-title { font-size: 16px; font-size: 1.142857143rem; line-height: 1.5; } #respond h3#reply-title #cancel-comment-reply-link { margin-left: 10px; margin-left: 0.714285714rem; font-weight: normal; font-size: 12px; font-size: 0.857142857rem; } #respond form { margin: 24px 0; margin: 1.714285714rem 0; } #respond form p { margin: 11px 0; margin: 0.785714286rem 0; } #respond form p.logged-in-as { margin-bottom: 24px; margin-bottom: 1.714285714rem; } #respond form label { display: block; line-height: 1.714285714; } #respond form input[type="text"], #respond form textarea { -moz-box-sizing: border-box; box-sizing: border-box; font-size: 12px; font-size: 0.857142857rem; line-height: 1.714285714; padding: 10px; padding: 0.714285714rem; width: 100%; } #respond form p.form-allowed-tags { margin: 0; font-size: 12px; font-size: 0.857142857rem; line-height: 2; color: #5e5e5e; } .required { color: red; } /* =Front page template -------------------------------------------------------------- */ .entry-page-image { margin-bottom: 14px; margin-bottom: 1rem; } .template-front-page .widget-area .widget_text img { float: left; margin: 8px 24px 8px 0; margin: 0.571428571rem 1.714285714rem 0.571428571rem 0; } /* =Widgets -------------------------------------------------------------- */ .widget-area .widget ul ul { margin-left: 12px; margin-left: 0.857142857rem; } .widget_recent_entries .post-date, .widget_rss .rss-date { color: #aaa; font-size: 11px; font-size: 0.785714286rem; margin-left: 12px; margin-left: 0.857142857rem; } #wp-calendar { margin: 0; width: 100%; font-size: 13px; font-size: 0.928571429rem; line-height: 1.846153846; color: #686868; } #wp-calendar th, #wp-calendar td, #wp-calendar caption { text-align: left; } #wp-calendar #next { padding-right: 24px; padding-right: 1.714285714rem; text-align: right; } .widget_search label { display: block; font-size: 13px; font-size: 0.928571429rem; line-height: 1.846153846; } .widget_twitter li { list-style-type: none; } .widget_twitter .timesince { display: block; text-align: right; } /* =Plugins ----------------------------------------------- */ img#wpstats { display: block; margin: 0 auto 24px; margin: 0 auto 1.714285714rem; } /* =Media queries -------------------------------------------------------------- */ /* Does the same thing as , * but in the future W3C standard way. -ms- prefix is required for IE10+ to * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor * the meta tag. See https://core.trac.wordpress.org/ticket/25888. */ @-ms-viewport { width: device-width; } @viewport { width: device-width; } /* Maximum width of 600px. */ @media screen and (max-width: 600px) { #wpadminbar { position: fixed; } } /* Maximum width of 800px. */ @media screen and (max-width: 800px) { /* Mobile Nav */ .mobile-nav { display: block; } .main-navigation { display: none; } } /* Maximum width of 850px. */ @media screen and (max-width: 850px) { .sticky-header { height: auto !important; } .sticky-header nav { display: none !important; } .sticky-header .mobile-nav { display: block; } } /* Minimum width of 200px. */ @media screen and (min-width: 200px) { .js-isotope .article-wrapper { float: none; width: 100%; } } /* Minimum width of 350 pixels. */ @media screen and (min-width: 350px) { .js-isotope .article-wrapper { float: none; width: 100%; } } /* Minimum width of 600 pixels. */ @media screen and (min-width: 600px) { .author-avatar { float: left; margin-top: 8px; margin-top: 0.571428571rem; } .author-description { float: right; width: 80%; } .site { margin: 0 auto; overflow: hidden; } .site-header h1, .site-header h2 { text-align: left; } .site-header h1 { font-size: 26px; font-size: 1.857142857rem; line-height: 1.846153846; margin-bottom: 0; } .top-navigation ul.top-nav-menu, .top-navigation div.top-nav-menu > ul { display: inline-block !important; text-align: left; width: 100%; } .top-navigation ul { margin: 0; text-indent: 0; } .top-navigation li a, .top-navigation li { display: inline-block; text-decoration: none; } .top-navigation li a { border-bottom: 0; color: #6a6a6a; line-height: 3.692307692; text-transform: capitalize; white-space: nowrap; } .top-nav-menu > li.menu-item-has-children > a:after { font-family: 'FontAwesome'; position: relative; content: "\f107"; left: 10px; } .top-nav-menu > li > ul > li.menu-item-has-children > a:after { font-family: 'FontAwesome'; position: relative; content: "\f105"; left: 10px; } .top-navigation li a:hover, .top-navigation li a:focus { color: #000; } .top-navigation li { margin: 0 40px 0 0; margin: 0 2.857142857rem 0 0; position: relative; } .top-navigation li ul { margin: 0; padding: 0; position: absolute; top: 100%; z-index: 999; height: 1px; width: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); } .top-navigation li ul ul { top: 0; left: 100%; } .top-navigation ul li:hover > ul, .top-navigation ul li:focus > ul, .top-navigation .focus > ul { border-left: 0; clip: inherit; overflow: inherit; height: inherit; width: inherit; } .top-navigation li ul li a { background: #efefef; border-bottom: 1px solid #ededed; display: block; font-size: 11px; font-size: 0.785714286rem; line-height: 2.181818182; padding: 8px 10px; padding: 0.571428571rem 0.714285714rem; width: 180px; width: 12.85714286rem; white-space: normal; } .top-navigation li ul li a:hover, .top-navigation li ul li a:focus { background: #e3e3e3; color: #444; } .top-navigation .current-menu-item > a, .top-navigation .current-menu-ancestor > a, .top-navigation .current_page_item > a, .top-navigation .current_page_ancestor > a { color: #636363; font-weight: bold; } .top-menu-toggle { display: none; } .main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul { border-bottom: 1px solid #ededed; border-top: 1px solid #ededed; display: inline-block !important; text-align: left; width: 100%; } .main-navigation ul { margin: 0; text-indent: 0; } .main-navigation li a, .main-navigation li { display: inline-block; text-decoration: none; } .nav-menu > li.menu-item-has-children > a:after { font-family: 'FontAwesome'; position: relative; content: "\f107"; left: 10px; } .nav-menu > li > ul > li.menu-item-has-children > a:after { font-family: 'FontAwesome'; position: relative; content: "\f105"; left: 10px; } .main-navigation li a { border-bottom: 0; color: #6a6a6a; line-height: 3.692307692; text-transform: uppercase; white-space: nowrap; } .main-navigation li a:hover, .main-navigation li a:focus { color: #000; } .main-navigation li { margin: 0 40px 0 0; margin: 0 2.857142857rem 0 0; position: relative; } .main-navigation li ul { margin: 0; padding: 0; position: absolute; top: 100%; z-index: 999; height: 1px; width: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); } .main-navigation li ul ul { top: 0; left: 100%; } .main-navigation ul li:hover > ul, .main-navigation ul li:focus > ul, .main-navigation .focus > ul { border-left: 0; clip: inherit; overflow: inherit; height: inherit; width: inherit; } .main-navigation li ul li a { background: #efefef; border-bottom: 1px solid #ededed; display: block; font-size: 11px; font-size: 0.785714286rem; line-height: 2.181818182; padding: 8px 10px; padding: 0.571428571rem 0.714285714rem; width: 180px; width: 12.85714286rem; white-space: normal; } .main-navigation li ul li a:hover, .main-navigation li ul li a:focus { background: #e3e3e3; color: #444; } .main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a { color: #636363; font-weight: bold; } .menu-toggle { display: none; } .js-isotope .article-wrapper { float: none; width: 100%; } .entry-header .entry-title, .portfolio-content .entry-title { font-size: 22px; font-size: 1.571428571rem; } #respond form input[type="text"] { width: 46.333333333%; } #respond form textarea.blog-textarea { width: 79.666666667%; } .template-front-page .site-content, .template-front-page article { overflow: hidden; } .template-front-page.has-post-thumbnail article { float: left; width: 47.916666667%; } .entry-page-image { float: right; margin-bottom: 0; width: 47.916666667%; } .template-front-page .widget-area .widget:nth-child(odd) { clear: right; } .template-front-page.two-sidebars .widget, .template-front-page.two-sidebars .widget:nth-child(even) { float: none; width: auto; } .commentlist .children { margin-left: 48px; margin-left: 3.428571429rem; } } /* Minimum width of 960 pixels. */ @media screen and (min-width: 960px) { body { background-color: #e6e6e6; } body .site { padding: 0 20px; } body.custom-background-empty { background-color: #fff; } body.custom-background-empty .site, body.custom-background-white .site { padding: 0; margin-top: 0; margin-bottom: 0; box-shadow: none; } .js-isotope .article-wrapper { width: 29%; } } /* Minimum width of 1200 pixels. */ @media screen and (min-width: 1200px) { .js-isotope .article-wrapper { width: 30%; } } /* =Print ----------------------------------------------- */ @media print { body { background: none !important; color: #000; font-size: 10pt; } footer a[rel=bookmark]:link:after, footer a[rel=bookmark]:visited:after { content: " [" attr(href) "] "; /* Show URLs */ } a { text-decoration: none; } .entry-content img, .comment-content img, .author-avatar img, img.wp-post-image { border-radius: 0; box-shadow: none; } .site { clear: both !important; display: block !important; float: none !important; max-width: 100%; position: relative !important; } .site-header { margin-bottom: 72px; margin-bottom: 5.142857143rem; text-align: left; } .site-header h1 { font-size: 21pt; line-height: 1; text-align: left; } .site-header h2 { color: #000; font-size: 10pt; text-align: left; } .site-header h1 a, .site-header h2 a { color: #000; } .author-avatar, #colophon, #respond, .commentlist .comment-edit-link, .commentlist .reply, .entry-header .comments-link, .entry-meta .edit-link a, .page-link, .site-content nav, .widget-area, img.header-image, .main-navigation { display: none; } .wrapper { border-top: none; box-shadow: none; } .entry-header .entry-title, .portfolio-content .entry-title, .entry-title { font-size: 21pt; } footer.entry-meta, footer.entry-meta a { color: #444; font-size: 10pt; } .author-description { float: none; width: auto; } /* Comments */ .commentlist > li.comment { background: none; position: relative; width: auto; } .commentlist .avatar { height: 39px; left: 2.2em; top: 2.2em; width: 39px; } .comments-area article header cite, .comments-area article header time { margin-left: 50px; margin-left: 3.57142857rem; } } /* Bootstrap 3.3.4 */ .container { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } @media (min-width: 768px) { .container { width: 750px; } } @media (min-width: 992px) { .container { width: 970px; } } @media (min-width: 1200px) { .container { width: 1170px; } } .container-fluid { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } .row { margin-right: -15px; margin-left: -15px; } .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px; } .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; } .col-xs-12 { width: 100%; } .col-xs-11 { width: 91.66666667%; } .col-xs-10 { width: 83.33333333%; } .col-xs-9 { width: 75%; } .col-xs-8 { width: 66.66666667%; } .col-xs-7 { width: 58.33333333%; } .col-xs-6 { width: 50%; } .col-xs-5 { width: 41.66666667%; } .col-xs-4 { width: 33.33333333%; } .col-xs-3 { width: 25%; } .col-xs-2 { width: 16.66666667%; } .col-xs-1 { width: 8.33333333%; } .col-xs-pull-12 { right: 100%; } .col-xs-pull-11 { right: 91.66666667%; } .col-xs-pull-10 { right: 83.33333333%; } .col-xs-pull-9 { right: 75%; } .col-xs-pull-8 { right: 66.66666667%; } .col-xs-pull-7 { right: 58.33333333%; } .col-xs-pull-6 { right: 50%; } .col-xs-pull-5 { right: 41.66666667%; } .col-xs-pull-4 { right: 33.33333333%; } .col-xs-pull-3 { right: 25%; } .col-xs-pull-2 { right: 16.66666667%; } .col-xs-pull-1 { right: 8.33333333%; } .col-xs-pull-0 { right: auto; } .col-xs-push-12 { left: 100%; } .col-xs-push-11 { left: 91.66666667%; } .col-xs-push-10 { left: 83.33333333%; } .col-xs-push-9 { left: 75%; } .col-xs-push-8 { left: 66.66666667%; } .col-xs-push-7 { left: 58.33333333%; } .col-xs-push-6 { left: 50%; } .col-xs-push-5 { left: 41.66666667%; } .col-xs-push-4 { left: 33.33333333%; } .col-xs-push-3 { left: 25%; } .col-xs-push-2 { left: 16.66666667%; } .col-xs-push-1 { left: 8.33333333%; } .col-xs-push-0 { left: auto; } .col-xs-offset-12 { margin-left: 100%; } .col-xs-offset-11 { margin-left: 91.66666667%; } .col-xs-offset-10 { margin-left: 83.33333333%; } .col-xs-offset-9 { margin-left: 75%; } .col-xs-offset-8 { margin-left: 66.66666667%; } .col-xs-offset-7 { margin-left: 58.33333333%; } .col-xs-offset-6 { margin-left: 50%; } .col-xs-offset-5 { margin-left: 41.66666667%; } .col-xs-offset-4 { margin-left: 33.33333333%; } .col-xs-offset-3 { margin-left: 25%; } .col-xs-offset-2 { margin-left: 16.66666667%; } .col-xs-offset-1 { margin-left: 8.33333333%; } .col-xs-offset-0 { margin-left: 0; } @media (min-width: 768px) { .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; } .col-sm-12 { width: 100%; } .col-sm-11 { width: 91.66666667%; } .col-sm-10 { width: 83.33333333%; } .col-sm-9 { width: 75%; } .col-sm-8 { width: 66.66666667%; } .col-sm-7 { width: 58.33333333%; } .col-sm-6 { width: 50%; } .col-sm-5 { width: 41.66666667%; } .col-sm-4 { width: 33.33333333%; } .col-sm-3 { width: 25%; } .col-sm-2 { width: 16.66666667%; } .col-sm-1 { width: 8.33333333%; } .col-sm-pull-12 { right: 100%; } .col-sm-pull-11 { right: 91.66666667%; } .col-sm-pull-10 { right: 83.33333333%; } .col-sm-pull-9 { right: 75%; } .col-sm-pull-8 { right: 66.66666667%; } .col-sm-pull-7 { right: 58.33333333%; } .col-sm-pull-6 { right: 50%; } .col-sm-pull-5 { right: 41.66666667%; } .col-sm-pull-4 { right: 33.33333333%; } .col-sm-pull-3 { right: 25%; } .col-sm-pull-2 { right: 16.66666667%; } .col-sm-pull-1 { right: 8.33333333%; } .col-sm-pull-0 { right: auto; } .col-sm-push-12 { left: 100%; } .col-sm-push-11 { left: 91.66666667%; } .col-sm-push-10 { left: 83.33333333%; } .col-sm-push-9 { left: 75%; } .col-sm-push-8 { left: 66.66666667%; } .col-sm-push-7 { left: 58.33333333%; } .col-sm-push-6 { left: 50%; } .col-sm-push-5 { left: 41.66666667%; } .col-sm-push-4 { left: 33.33333333%; } .col-sm-push-3 { left: 25%; } .col-sm-push-2 { left: 16.66666667%; } .col-sm-push-1 { left: 8.33333333%; } .col-sm-push-0 { left: auto; } .col-sm-offset-12 { margin-left: 100%; } .col-sm-offset-11 { margin-left: 91.66666667%; } .col-sm-offset-10 { margin-left: 83.33333333%; } .col-sm-offset-9 { margin-left: 75%; } .col-sm-offset-8 { margin-left: 66.66666667%; } .col-sm-offset-7 { margin-left: 58.33333333%; } .col-sm-offset-6 { margin-left: 50%; } .col-sm-offset-5 { margin-left: 41.66666667%; } .col-sm-offset-4 { margin-left: 33.33333333%; } .col-sm-offset-3 { margin-left: 25%; } .col-sm-offset-2 { margin-left: 16.66666667%; } .col-sm-offset-1 { margin-left: 8.33333333%; } .col-sm-offset-0 { margin-left: 0; } } @media (min-width: 992px) { .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; } .col-md-12 { width: 100%; } .col-md-11 { width: 91.66666667%; } .col-md-10 { width: 83.33333333%; } .col-md-9 { width: 75%; } .col-md-8 { width: 66.66666667%; } .col-md-7 { width: 58.33333333%; } .col-md-6 { width: 50%; } .col-md-5 { width: 41.66666667%; } .col-md-4 { width: 33.33333333%; } .col-md-3 { width: 25%; } .col-md-2 { width: 16.66666667%; } .col-md-1 { width: 8.33333333%; } .col-md-pull-12 { right: 100%; } .col-md-pull-11 { right: 91.66666667%; } .col-md-pull-10 { right: 83.33333333%; } .col-md-pull-9 { right: 75%; } .col-md-pull-8 { right: 66.66666667%; } .col-md-pull-7 { right: 58.33333333%; } .col-md-pull-6 { right: 50%; } .col-md-pull-5 { right: 41.66666667%; } .col-md-pull-4 { right: 33.33333333%; } .col-md-pull-3 { right: 25%; } .col-md-pull-2 { right: 16.66666667%; } .col-md-pull-1 { right: 8.33333333%; } .col-md-pull-0 { right: auto; } .col-md-push-12 { left: 100%; } .col-md-push-11 { left: 91.66666667%; } .col-md-push-10 { left: 83.33333333%; } .col-md-push-9 { left: 75%; } .col-md-push-8 { left: 66.66666667%; } .col-md-push-7 { left: 58.33333333%; } .col-md-push-6 { left: 50%; } .col-md-push-5 { left: 41.66666667%; } .col-md-push-4 { left: 33.33333333%; } .col-md-push-3 { left: 25%; } .col-md-push-2 { left: 16.66666667%; } .col-md-push-1 { left: 8.33333333%; } .col-md-push-0 { left: auto; } .col-md-offset-12 { margin-left: 100%; } .col-md-offset-11 { margin-left: 91.66666667%; } .col-md-offset-10 { margin-left: 83.33333333%; } .col-md-offset-9 { margin-left: 75%; } .col-md-offset-8 { margin-left: 66.66666667%; } .col-md-offset-7 { margin-left: 58.33333333%; } .col-md-offset-6 { margin-left: 50%; } .col-md-offset-5 { margin-left: 41.66666667%; } .col-md-offset-4 { margin-left: 33.33333333%; } .col-md-offset-3 { margin-left: 25%; } .col-md-offset-2 { margin-left: 16.66666667%; } .col-md-offset-1 { margin-left: 8.33333333%; } .col-md-offset-0 { margin-left: 0; } } @media (min-width: 1200px) { .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; } .col-lg-12 { width: 100%; } .col-lg-11 { width: 91.66666667%; } .col-lg-10 { width: 83.33333333%; } .col-lg-9 { width: 75%; } .col-lg-8 { width: 66.66666667%; } .col-lg-7 { width: 58.33333333%; } .col-lg-6 { width: 50%; } .col-lg-5 { width: 41.66666667%; } .col-lg-4 { width: 33.33333333%; } .col-lg-3 { width: 25%; } .col-lg-2 { width: 16.66666667%; } .col-lg-1 { width: 8.33333333%; } .col-lg-pull-12 { right: 100%; } .col-lg-pull-11 { right: 91.66666667%; } .col-lg-pull-10 { right: 83.33333333%; } .col-lg-pull-9 { right: 75%; } .col-lg-pull-8 { right: 66.66666667%; } .col-lg-pull-7 { right: 58.33333333%; } .col-lg-pull-6 { right: 50%; } .col-lg-pull-5 { right: 41.66666667%; } .col-lg-pull-4 { right: 33.33333333%; } .col-lg-pull-3 { right: 25%; } .col-lg-pull-2 { right: 16.66666667%; } .col-lg-pull-1 { right: 8.33333333%; } .col-lg-pull-0 { right: auto; } .col-lg-push-12 { left: 100%; } .col-lg-push-11 { left: 91.66666667%; } .col-lg-push-10 { left: 83.33333333%; } .col-lg-push-9 { left: 75%; } .col-lg-push-8 { left: 66.66666667%; } .col-lg-push-7 { left: 58.33333333%; } .col-lg-push-6 { left: 50%; } .col-lg-push-5 { left: 41.66666667%; } .col-lg-push-4 { left: 33.33333333%; } .col-lg-push-3 { left: 25%; } .col-lg-push-2 { left: 16.66666667%; } .col-lg-push-1 { left: 8.33333333%; } .col-lg-push-0 { left: auto; } .col-lg-offset-12 { margin-left: 100%; } .col-lg-offset-11 { margin-left: 91.66666667%; } .col-lg-offset-10 { margin-left: 83.33333333%; } .col-lg-offset-9 { margin-left: 75%; } .col-lg-offset-8 { margin-left: 66.66666667%; } .col-lg-offset-7 { margin-left: 58.33333333%; } .col-lg-offset-6 { margin-left: 50%; } .col-lg-offset-5 { margin-left: 41.66666667%; } .col-lg-offset-4 { margin-left: 33.33333333%; } .col-lg-offset-3 { margin-left: 25%; } .col-lg-offset-2 { margin-left: 16.66666667%; } .col-lg-offset-1 { margin-left: 8.33333333%; } .col-lg-offset-0 { margin-left: 0; } } .clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after { display: table; content: " "; } .clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after { clear: both; } .center-block { display: block; margin-right: auto; margin-left: auto; } .pull-right { float: right !important; } .pull-left { float: left !important; } .hide { display: none !important; } .show { display: block !important; } .invisible { visibility: hidden; } .text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } .hidden { display: none !important; } .affix { position: fixed; } @-ms-viewport { width: device-width; } /* Images */ .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img { display: block; max-width: 100%; height: auto; } .img-rounded { border-radius: 6px; } .img-thumbnail { display: inline-block; max-width: 100%; height: auto; padding: 4px; line-height: 1.42857143; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; -webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; } .img-circle { border-radius: 50%; } /* Tooltips */ .tooltip { position: absolute; z-index: 9999; display: block; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: normal; line-height: 1.4; filter: alpha(opacity=0); opacity: 0; } .tooltip.in { filter: alpha(opacity=90); opacity: .9; } .tooltip.top { padding: 5px 0; margin-top: -3px; } .tooltip.right { padding: 0 5px; margin-left: 3px; } .tooltip.bottom { padding: 5px 0; margin-top: 3px; } .tooltip.left { padding: 0 5px; margin-left: -3px; } .tooltip-inner { max-width: 200px; padding: 3px 8px; color: #fff; text-align: center; text-decoration: none; background-color: #000; border-radius: 4px; } .tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; } .tooltip.top .tooltip-arrow { bottom: 0; left: 50%; margin-left: -5px; border-width: 5px 5px 0; border-top-color: #000; } .tooltip.top-left .tooltip-arrow { right: 5px; bottom: 0; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #000; } .tooltip.top-right .tooltip-arrow { bottom: 0; left: 5px; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #000; } .tooltip.right .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0; border-right-color: #000; } .tooltip.left .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px; border-left-color: #000; } .tooltip.bottom .tooltip-arrow { top: 0; left: 50%; margin-left: -5px; border-width: 0 5px 5px; border-bottom-color: #000; } .tooltip.bottom-left .tooltip-arrow { top: 0; right: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #000; } .tooltip.bottom-right .tooltip-arrow { top: 0; left: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #000; }