/* Theme Name: middletownartsfestival.com Theme URI: https://themezee.com/themes/chronus/ Author: ThemeZee Author URI: https://themezee.com Description: Chronus is a fast and lightweight WordPress Theme created for magazines, news websites and personal blogs. The Featured Content section and flexible Magazine Widgets give you the ability to highlight your most important posts on the home page. The minimalistic and responsive design focuses on your content and looks great on any screen size. Version: 1.2.2 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: chronus Tags: two-columns, blog, news, custom-background, custom-logo, custom-header, custom-menu, grid-layout, entertainment, editor-style, rtl-language-support, featured-image-header, featured-images, flexible-header, custom-colors, full-width-template, sticky-post, threaded-comments, translation-ready, theme-options, one-column, left-sidebar, right-sidebar, three-columns This theme, like WordPress, is licensed under the GPL. Use it to make something cool, have fun, and share what you've learned with others. Chronus is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc. Normalizing styles have been helped along thanks to the fine work of Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/ */ /*-------------------------------------------------------------- >>> TABLE OF CONTENTS: ---------------------------------------------------------------- 1.0 - Normalize 2.0 - Typography 3.0 - Elements 4.0 - Forms 5.0 - Accessibility 6.0 - Alignments 7.0 - Clearings 8.0 - Layout Structure 9.0 - Header 10.0 - Navigation 11.0 - Widgets 11.1 - Default Widgets 11.2 - Magazine Posts Widgets 12.0 - Posts and pages 11.0 - Comments 12.0 - Footer 13.0 - Media 13.1 - Captions 13.2 - Galleries 14.0 - Media Queries 14.1 - Desktop Large ( < 1120px ) 14.2 - Desktop Medium ( < 1040px ) 14.3 - Desktop Small ( < 960px ) 14.4 - Tablet Large ( < 880px ) 14.5 - Tablet Medium ( < 800px ) 14.6 - Tablet Small ( < 720px ) 14.7 - Mobile Extra Large ( < 640px ) 14.8 - Mobile Large ( < 560px ) 14.9 - Mobile Medium ( < 480px ) 14.10 - Mobile Small ( < 320px ) 15.0 - Theme Option Styles 15.1 - Sidebar Left Layout 15.2 - Sticky Header 16.0 - Media Query Fixes --------------------------------------------------------------*/ /*-------------------------------------------------------------- # 1.0 - Normalize --------------------------------------------------------------*/ html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } body { margin: 0; } article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a { background-color: transparent; } a:active, a:hover { outline: 0; } abbr[title] { border-bottom: 1px dotted; } b, strong { font-weight: bold; } dfn { font-style: italic; } h1 { margin: 0.67em 0; font-size: 2em; } mark { background: #ff0; color: #000; } small { font-size: 80%; } sub, sup { position: relative; vertical-align: baseline; font-size: 75%; line-height: 0; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; } svg:not(:root) { overflow: hidden; } figure { margin: 1em 0; } hr { box-sizing: content-box; height: 0; } pre { overflow: auto; } code, kbd, pre, samp { font-size: 1em; font-family: monospace, monospace; } button, input, optgroup, select, textarea { margin: 0; color: inherit; font: inherit; } button { overflow: visible; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { padding: 0; border: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } input[type="search"] { box-sizing: content-box; -webkit-appearance: textfield; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } fieldset { margin: 0 2px; padding: 0.35em 0.625em 0.75em; border: 1px solid #c0c0c0; } legend { padding: 0; border: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-spacing: 0; border-collapse: collapse; } td, th { padding: 0; } /*-------------------------------------------------------------- # 2.0 - Typography --------------------------------------------------------------*/ body, button, input, select, textarea { color: #303030; font-size: 17px; font-size: 1.0625rem; font-family: 'Raleway', Tahoma, Arial; line-height: 1.75; } h1, h2, h3, h4, h5, h6 { clear: both; margin: 1em 0 0.75em; line-height: 1.4; } h1 { font-size: 32px; font-size: 2rem; } h2 { font-size: 26px; font-size: 1.625rem; } h3 { font-size: 22px; font-size: 1.375rem; } h4 { font-size: 20px; font-size: 1.25rem; } h5 { font-size: 19px; font-size: 1.1875re } h6 { font-size: 18px; font-size: 1.125rem; } p { margin-bottom: 1.5em; } dfn, cite, em, i { font-style: italic; } blockquote { margin: 0 1.5em; } address { margin: 0 0 1.5em; } pre { overflow: auto; margin-bottom: 1.6em; padding: 1.6em; max-width: 100%; border: 1px solid rgba(0,0,0,0.075); font-size: 15px; font-size: 0.9375rem; font-family: "Courier 10 Pitch", Courier, monospace; line-height: 1.6; } code, kbd, tt, var { font-size: 15px; font-size: 0.9375rem; font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; } abbr, acronym { border-bottom: 1px dotted #666; cursor: help; } mark, ins { text-decoration: none; } big { font-size: 125%; } /*-------------------------------------------------------------- # 3.0 - Elements --------------------------------------------------------------*/ html { box-sizing: border-box; } *, *:before, *:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */ box-sizing: inherit; } body { background: #ffffff; /* Fallback for when there is no custom background color defined. */ } blockquote { margin: 0 0 1.5em; padding-left: 1.25em; border-left: 4px solid #303030; color: #777; font-size: 18px; font-size: 1.125rem; } blockquote cite, blockquote small { display: block; margin-top: 1em; color: #303030; font-size: 16px; font-size: 1rem; line-height: 1.75; } blockquote cite:before, blockquote small:before { content: "\2014\00a0"; } blockquote em, blockquote i, blockquote cite { font-style: normal; } blockquote > :last-child { margin-bottom: 0.5em; } hr { margin-bottom: 1.5em; height: 1px; border: 0; background-color: #ccc; } ul, ol { margin: 0 0 1.5em; padding: 0 0 0 1.25em; } ul { list-style: disc; } ol { list-style: decimal; } li > ul, li > ol { margin-bottom: 0; margin-left: 1.5em; } dt { font-weight: bold; } dd { margin: 0 0 1.5em; } img { max-width: 100%; /* Adhere to container width. */ height: auto; /* Make sure images are scaled correctly. */ } table { margin: 0 0 1.5em; width: 100%; border: none; table-layout: fixed; } th, td { padding: 0.3em 0.6em; border: 1px solid rgba(0,0,0,0.075); } a { font-weight: bold; text-decoration: none; color: #000; } a:hover, a:focus, a:active { color: #303030; } a:focus { outline: thin dotted; } a:hover, a:active { outline: 0; } /*-------------------------------------------------------------- # 4.0 - Forms --------------------------------------------------------------*/ button, input[type="button"], input[type="reset"], input[type="submit"] { margin: 0; padding: 0.6em 1em; border: 1px solid rgba(0,0,0,0.075); background: none; color: #000; text-decoration: none; font-weight: bold; font-size: 16px; font-size: 1rem; } button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active { color: #303030; } input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea { padding: 0.3em 0.6em; max-width: 100%; border: 1px solid rgba(0,0,0,0.075); background: none; color: #666; } input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus { border: 1px solid rgba(0,0,0,0.2); color: #303030; } textarea { width: 100%; } /*-------------------------------------------------------------- # 5.0 - Accessibility --------------------------------------------------------------*/ /* Text meant only for screen readers. */ .screen-reader-text { position: absolute !important; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); width: 1px; height: 1px; } .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus { top: 5px; left: 5px; z-index: 100000; /* Above WP toolbar. */ display: block; clip: auto !important; padding: 15px 23px 14px; width: auto; height: auto; border-radius: 3px; background-color: #f1f1f1; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); color: #21759b; text-decoration: none; font-weight: bold; font-size: 14px; font-size: 0.875rem; line-height: normal; } /*-------------------------------------------------------------- # 6.0 - Alignments --------------------------------------------------------------*/ .alignleft { display: inline; float: left; margin-right: 1.5em; } .alignright { display: inline; float: right; margin-left: 1.5em; } .aligncenter { display: block; clear: both; margin-right: auto; margin-left: auto; } /*-------------------------------------------------------------- # 7.0 - Clearings --------------------------------------------------------------*/ .clearfix:before, .clearfix:after, .post-navigation .nav-links:before, .post-navigation .nav-links:after, .comment-navigation:before, .comment-navigation:after { display: table; content: ""; } .clearfix:after, .post-navigation .nav-links:after, .comment-navigation:after { clear: both; } /*-------------------------------------------------------------- # 8.0 - Layout Structure --------------------------------------------------------------*/ .site { margin: 0 auto; padding: 0 2.5em; max-width: 1300px; width: 100%; background: #fff; } .site-content { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-orient: horizontal; -webkit-box-direction: normal; } .content-area { box-sizing: border-box; padding-right: 2em; width: 70%; } .sidebar { width: 40%; box-sizing: border-box; padding: 20px 20px 20px 2em; background: #b0f1f0; border-radius: 15px; } /* No Sidebar & Centered Layout Template */ .no-sidebar .site-content, .centered-content-area { display: block; } .no-sidebar .content-area, .site-content .centered-content-area { margin: 0 auto; padding: 0; max-width: 840px; width: 100%; } /* Fullwidth Template */ .site-content .fullwidth-content-area { margin: 0; padding: 0; max-width: 100%; width: 100%; } /*-------------------------------------------------------------- # 9.0 - Header --------------------------------------------------------------*/ .site-header { margin: 0 0 2.5em; border-bottom: 1px solid rgba(0,0,0,0.075); } .header-main { padding: 2.5em 0; background-color: #b0f1f0; text-align: center; } .site-branding { display: flex; justify-content: space-between; align-items: center; max-width: 100%; margin: 0; padding: 0; } .site-branding a:link, .site-branding a:visited, .site-branding a:hover { padding: 0; border: none; text-decoration: none; } .site-title { display: block; margin: 0.15em 0; padding: 0; color: #000; text-decoration: none; font-weight: bold; font-size: 48px; font-size: 3rem; font-family: 'Rambla', Tahoma, Arial; line-height: 1.4; position: relative; transition: all 0.3s linear; } .site-title a::before { content: ""; position: absolute; width: 0; height: 2px; background-color: #506efa; bottom: 10px; left: 0; transition: all 0.3s linear; } .site-title a:hover::before { width: 100%; } .site-title a:link, .site-title a:visited { color: #303030; } .site-title a:hover, .site-title a:active { color: #506efa; } .site-branding .custom-logo { margin: 0 0 0.5em; padding: 0; max-width: 100%; height: auto; border: none; vertical-align: top; } .site-description { margin: 0; } /* Custom Header Image */ .header-image { margin: 0; text-align: center; } .header-image img { max-width: 100%; vertical-align: top; } /*-------------------------------------------------------------- # 10.0 - Navigation --------------------------------------------------------------*/ /*-------------------------------------------------------------- ## 10.1 - Main Navigation --------------------------------------------------------------*/ .primary-navigation-wrap { border-top: 1px solid rgba(0,0,0,0.075); } .main-navigation-toggle { display: none; } .primary-navigation { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: row wrap; flex-flow: row wrap; justify-content: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-box-pack: center; -ms-flex-pack: center; } .main-navigation-menu { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: row wrap; flex-flow: row wrap; margin: 0; padding: 0; color: #303030; list-style-position: outside; list-style-type: none; font-size: 20px; font-size: 1.25rem; font-family: 'Rambla', Tahoma, Arial; -webkit-box-orient: horizontal; -webkit-box-direction: normal; } .main-navigation-menu a { display: block; margin: 0; padding: 0.75em 1em; text-decoration: none; } .main-navigation-menu > .menu-item-has-children > a .icon { margin: 0.6em 0 0 0.4em; width: 14px; height: 14px; vertical-align: top; fill: #303030; } .main-navigation-menu > .menu-item-has-children > a:hover .icon, .main-navigation-menu > .menu-item-has-children > a:active .icon { fill: #cc5555; } .main-navigation-menu a:link, .main-navigation-menu a:visited { color: #303030; text-decoration: none; } .main-navigation-menu a:hover, .main-navigation-menu a:active { color: #f2902f; } .main-navigation-menu ul { position: absolute; z-index: 99; display: none; margin: 0; padding: 0; background: #cc5555; color: #fff; list-style-position: outside; list-style-type: none; font-size: 16px; font-size: 1rem; } .main-navigation-menu ul li { position: relative; margin: 0; } .main-navigation-menu ul a { padding: 1em; min-width: 250px; min-width: 16rem; border-bottom: 1px solid rgba(255,255,255,0.1); } .main-navigation-menu ul a:link, .main-navigation-menu ul a:visited { color: #fff; } .main-navigation-menu ul a:hover, .main-navigation-menu ul a:active { color: rgba(255,255,255,0.5); } .main-navigation-menu ul .menu-item-has-children > a .icon { margin: 0.5em 0 0 0.4em; width: 12px; height: 12px; vertical-align: top; -webkit-transform: rotate(270deg); transform: rotate(270deg); fill: #fff; } .main-navigation-menu ul .menu-item-has-children > a:hover .icon, .main-navigation-menu ul .menu-item-has-children > a:active .icon { fill: rgba(255,255,255,0.5); } .main-navigation-menu li ul ul { top: 0; left: 100%; } .main-navigation-menu li.menu-item-has-children:hover > ul, .main-navigation-menu li.page_item_has_children:hover > ul, .main-navigation-menu li.menu-item-has-children[aria-expanded="true"] > ul { display: block; } .main-navigation-menu li.current-menu-item > a { text-decoration: underline; } .main-navigation-menu li.current-menu-item > a:after { text-decoration: none; } /*-------------------------------------------------------------- # 11.0 - Widgets --------------------------------------------------------------*/ .widget { margin: 0 0 2.5em 0; padding: 0; max-width: 100%; -ms-word-wrap: break-word; word-wrap: break-word; } .widget-header { margin: 0 0 1.25rem; } .widget-title { display: block; margin: 0; padding: 0; color: #303030; font-weight: normal; font-size: 20px; font-size: 1.25rem; font-family: 'Rambla', Tahoma, Arial; } .widget ul { margin: 0; padding: 0; list-style: none; } .widget ul li, .widget ol li { padding: 10px; background: rgba(0,0,0,0.075); border-top: 1px solid rgba(0,0,0,0.075); border-bottom: 1px solid rgba(0,0,0,0.075); } .widget ul li + li { border-top: none; } .widget ul .children, .widget ul .sub-menu { margin: 0.5em 0 0.5em 1em; padding: 0; } /* Make sure select elements fit in widgets. */ .widget select { max-width: 100%; } .widget-title a:link, .widget-title a:visited { color: #303030; } .widget-title a:hover, .widget-title a:active { color: #cc5555; } /*-------------------------------------------------------------- ## 11.1 - Default Widgets --------------------------------------------------------------*/ /* Theme Search Widget */ .search-form { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; width: 100%; } .search-form .screen-reader-text { display: none; } .search-form .search-field { display: inline-block; box-sizing: border-box; margin: 0; padding: 0.5em 1.5em 0.5em 0.7em; min-width: 150px; width: 100%; -webkit-appearance: none; } .search-form .search-submit { position: absolute; top: 3px; right: 3px; bottom: 3px; padding: 0.5em 0.75em; border: none; background: none; } .search-form .search-submit .icon-search { margin: 4px 0 0; width: 20px; height: 20px; fill: #000; } .search-form .search-submit:hover .icon-search, .search-form .search-submit:active .icon-search { fill: #303030; } /*-------------------------------------------------------------- ## 11.2 - Magazine Posts Widgets --------------------------------------------------------------*/ .widget-magazine-posts { margin-bottom: -2em; } .widget-magazine-posts .type-post { margin: 0 0 2em 0; padding: 0; border: none; background: none; box-shadow: none; } .widget-magazine-posts .type-post .wp-post-image { margin: 0 0 0.75em; } .widget-magazine-posts .type-post .entry-meta { font-size: 15px; font-size: 0.9375rem; } .widget-magazine-posts .type-post .entry-meta .meta-author:after { display: none; } .widget-magazine-posts .type-post .entry-content { font-size: 16px; font-size: 1rem; } .widget-magazine-posts .large-post .entry-title { font-size: 24px; font-size: 1.5rem; } .widget-magazine-posts .medium-post .entry-title { font-size: 20px; font-size: 1.25rem; } .widget-magazine-posts .small-post .entry-title { font-size: 18px; font-size: 1.125rem; } .widget-magazine-posts .medium-post .entry-meta, .widget-magazine-posts .small-post .entry-meta { margin-bottom: 0; font-size: 14px; font-size: 0.875rem; } .widget-magazine-posts .medium-post .entry-meta .meta-date:after, .widget-magazine-posts .small-post .entry-meta .meta-date:after { display: none; } /* Magazine Small Posts */ .widget-magazine-posts .small-post { display: -webkit-box; display: -ms-flexbox; display: flex; } .widget-magazine-posts .small-post .wp-post-image { margin: 0; } .widget-magazine-posts .small-post .post-content { padding-left: 1em; width: 70%; } /* Magazine Grid Widget */ .widget-magazine-posts .magazine-grid { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -2em; } .widget-magazine-posts .magazine-grid-two-columns .post-column { box-sizing: border-box; padding-right: 2em; width: 50%; } .widget-magazine-posts .magazine-grid-three-columns .post-column { box-sizing: border-box; padding-right: 2em; width: 33.33333333%; } /* Magazine Columns Widget */ .widget-magazine-posts-columns .widget-magazine-posts-content { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } .widget-magazine-posts-columns .magazine-posts-column-left { box-sizing: border-box; padding-right: 1em; width: 50%; } .widget-magazine-posts-columns .magazine-posts-column-right { box-sizing: border-box; padding-left: 1em; width: 50%; } /*-------------------------------------------------------------- # 12.0 - Posts and pages --------------------------------------------------------------*/ article, .type-post, .type-page, .type-attachment, .comments-area { margin: 0 0 2.5em 0; padding: 0; max-width: 100%; } .entry-title { margin: 0.15em 0 0.2em; padding: 0; color: #303030; -ms-word-wrap: break-word; word-wrap: break-word; font-size: 36px; font-size: 2.25rem; font-family: 'Rambla', Tahoma, Arial; line-height: 1.4; } .entry-title a:link, .entry-title a:visited { color: #303030; text-decoration: none; } .entry-title a:hover, .entry-title a:active { color: #cc5555; } .wp-post-image { margin: 0 0 1.25em; vertical-align: top; } .sticky { padding-bottom: 2em; border-bottom: 1px solid rgba(0,0,0,0.075); } /* Read more Link */ .more-link { display: inline-block; margin: 0; padding: 0; font-weight: bold; } /* Page Links | wp_link_pages() */ .page-links { clear: both; margin: 0 0 2em; word-spacing: 0.5em; font-weight: bold; font-size: 16px; font-size: 1rem; } /* Entry Meta */ .entry-meta { margin: 0.5em 0; color: rgba(0,0,0,0.45); font-size: 16px; font-size: 1rem; } .entry-meta .meta-date:after, .entry-meta .meta-author:after { display: inline-block; margin: 0 1em 0 1em; color: rgba(0,0,0,0.15); content: "\007c"; } /* Hide post meta if they are deactivated in settings */ body.date-hidden .entry-meta .meta-date, body.author-hidden .entry-meta .meta-author, body.categories-hidden .entry-meta .meta-category { position: absolute; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); width: 1px; height: 1px } body.categories-hidden .content-area .entry-meta .meta-author:after, body.author-hidden.categories-hidden .content-area .entry-meta .meta-date:after, body.date-hidden.author-hidden.categories-hidden .content-area .entry-meta { display: none; } /* Entry Tags */ .entry-tags { margin: 0 0 2.5em; color: #999; font-size: 16px; font-size: 1rem; } /* Post Navigation */ .post-navigation { margin: 0; padding: 0; font-size: 16px; font-size: 1rem; } .post-navigation .nav-links .nav-previous { float: left; box-sizing: border-box; padding-right: 0.5em; max-width: 50%; } .post-navigation .nav-links .nav-next { float: right; box-sizing: border-box; padding-left: 0.5em; max-width: 50%; } .post-navigation .nav-links .nav-link-text { display: block; font-weight: bold; } .post-navigation .nav-links .nav-previous .nav-link-text:before { margin-right: 3px; content: "\00AB"; } .post-navigation .nav-links .nav-next .nav-link-text:after { margin-left: 4px; content: "\00BB"; } .post-navigation .nav-links .entry-title { font-size: 18px; font-size: 1.125rem; } /* Theme Pagination */ .pagination { margin: 0 0 2.5em; } .pagination a, .pagination .current { display: inline-block; padding: 0 0.5em; text-align: center; text-decoration: none; font-size: 20px; font-size: 1.25rem; font-family: 'Rambla', Tahoma, Arial; } /* Infinite Scroll Pagination */ .infinite-scroll .pagination { display: none; } .infinite-scroll #infinite-handle, .infinite-scroll .infinite-loader { width: 100%; text-align: center; } .infinite-scroll .infinite-loader .spinner { bottom: -1em; left: auto; margin: 0 auto; } .infinite-scroll #infinite-handle span { display: inline-block; margin: 0 0 2.5em; padding: 0.6em 1em; border: 1px solid rgba(0,0,0,0.075); background: none; color: #cc5555; text-decoration: none; font-weight: bold; font-size: 16px; font-size: 1rem; } .infinite-scroll #infinite-handle span:hover { color: #303030; } /* Archives and Search Heading */ .page-header { margin: 0 0 1.5em; padding: 0; } .archive-title { margin: 0; padding: 0; color: #303030; -ms-word-wrap: break-word; word-wrap: break-word; font-weight: normal; font-size: 20px; font-size: 1.25rem; font-family: 'Rambla', Tahoma, Arial; } .blog-description, .archive-description p { margin: 0.5em 0 0; } .page-header .search-form { margin: 1.25rem 0 2.5em; } /* Breadcrumbs */ .breadcrumbs { box-sizing: border-box; margin: 0 0 1.5em; padding: 0; width: 100%; -ms-word-wrap: break-word; word-wrap: break-word; } .breadcrumbs-container { font-size: 15px; font-size: 0.9375rem; } .breadcrumbs .trail-browse, .breadcrumbs .trail-items, .breadcrumbs .trail-items li { display: inline; margin: 0; padding: 0; } .breadcrumbs .trail-browse { margin-right: 0.5em; font-weight: normal; font-size: 15px; font-size: 0.9375rem; } .breadcrumbs .trail-items { list-style: none; } .breadcrumbs .trail-items li::after { padding: 0 0.5em; content: "\00bb"; /* Raquo */ } .trail-separator-slash .trail-items li::after { content: "\002F"; } .trail-separator-dash .trail-items li::after { content: "\2013"; } .trail-separator-bull .trail-items li::after { content: "\2022"; } .trail-separator-arrow-bracket .trail-items li::after { content: "\003e"; } .trail-separator-raquo .trail-items li::after { content: "\00bb"; } .trail-separator-single-arrow .trail-items li::after { content: "\2192"; } .trail-separator-double-arrow .trail-items li::after { content: "\21D2"; } .breadcrumbs .trail-items li:last-of-type::after { display: none; } /*-------------------------------------------------------------- # 11.0 - Featured Posts --------------------------------------------------------------*/ .featured-posts-wrap { margin-bottom: 2.5em; border-bottom: 1px solid rgba(0,0,0,0.075); } .featured-posts { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -2.5em; } .featured-posts .featured-large-post, .featured-posts .featured-grid-posts { box-sizing: border-box; width: 50%; } .featured-posts .featured-large-post { padding-right: 1.25em; } .featured-posts .featured-grid-posts { padding-left: 1.25em; } .featured-posts .featured-large-post .type-post .entry-title { font-size: 32px; font-size: 2rem; } .featured-posts .featured-large-post .type-post .wp-post-image { margin: 0 0 0.75em; } .featured-posts .featured-large-post .type-post .entry-meta .meta-author:after { display: none; } .featured-posts .featured-grid-posts { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; align-content: flex-start; -ms-flex-line-pack: start; } .featured-posts .featured-grid-posts .featured-small-post { box-sizing: border-box; padding-right: 2.5em; width: 50%; } .featured-posts .featured-grid-posts .featured-small-post .type-post .wp-post-image { margin: 0 0 0.75em; } .featured-posts .featured-grid-posts .featured-small-post .type-post .entry-title { font-size: 20px; font-size: 1.25rem; } .featured-posts .featured-grid-posts .featured-small-post .type-post .entry-meta { margin-bottom: 0; font-size: 14px; font-size: 0.875rem; } .featured-posts .featured-grid-posts .featured-small-post .type-post .entry-meta .meta-date, .featured-posts .featured-grid-posts .featured-small-post .type-post .entry-meta .meta-author { display: block; } .featured-posts .featured-grid-posts .featured-small-post .type-post .entry-meta .meta-author { display: none; } .featured-posts .featured-grid-posts .featured-small-post .type-post .entry-meta .meta-date:after, .featured-posts .featured-grid-posts .featured-small-post .type-post .entry-meta .meta-author:after { display: none; } /*-------------------------------------------------------------- # 11.0 - Comments --------------------------------------------------------------*/ /* Comment Header */ .comments-header { margin: 0 0 1rem; } .comments-header .comments-title, .comment-reply-title { display: inline-block; margin: 0; padding: 0; color: #303030; -ms-word-wrap: break-word; word-wrap: break-word; font-weight: normal; font-size: 20px; font-size: 1.25rem; font-family: 'Rambla', Tahoma, Arial; } /* Comment List */ .comment-list { margin: 0; padding: 0; list-style: none; } .comment { margin: 0 0 1.5em; padding: 1.5em 0 0; border-top: 1px solid rgba(0,0,0,0.075); -ms-word-wrap: break-word; word-wrap: break-word; } .comment-meta { float: left; padding: 0; width: 100%; } .comment-meta .comment-author img { float: left; margin-right: 1em; } .bypostauthor { display: block; } .comment-meta .comment-metadata { margin-top: 0.3em; font-size: 14px; font-size: 0.875rem; } .comment-meta .comment-metadata a { margin-right: 1em; } .comment-content { clear: left; padding: 0.2em 0 0; } .comment-content a { word-wrap: break-word; } .comment ol.children { margin: 1.5em 0 0; list-style: none; } .comment .comment-respond { margin-top: 1.5em; } /* Comment Pagination */ .comment-navigation { margin: 0 0 1.5em; padding: 0; font-size: 14px; font-size: 0.875rem; } .comment-navigation .nav-previous { float: left; } .comment-navigation .nav-next { float: right; } .comment-navigation .nav-previous a:before { margin-right: 3px; content: "\00AB"; } .comment-navigation .nav-next a:after { margin-left: 4px; content: "\00BB"; } /* Comment Form */ .comment-form { padding: 0; } .comment-form label { display: inline-block; min-width: 150px; font-weight: bold; } .comment-form textarea { margin-top: 0.4em; } .comment-form .form-submit { margin-bottom: 1em; } .comment-reply-title small a { margin-left: 1em; text-decoration: underline; font-weight: normal; font-size: 14px; font-size: 0.875rem; } /*-------------------------------------------------------------- # 12.0 - Footer --------------------------------------------------------------*/ .footer-wrap { padding: 2.5em 0; } .site-footer { border-top: 1px solid rgba(0,0,0,0.075); border-bottom: 1px solid rgba(0,0,0,0.075); } .site-footer .site-info { padding: 1em 0; text-align: center; } /*-------------------------------------------------------------- # 13.0 - Media --------------------------------------------------------------*/ .page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley { margin-top: 0; margin-bottom: 0; padding: 0; border: none; } /* Make sure embeds and iframes fit their containers. */ embed, iframe, object { max-width: 100%; } /*-------------------------------------------------------------- ## 13.1 - Captions --------------------------------------------------------------*/ .wp-caption { margin-bottom: 1.5em; max-width: 100%; } .wp-caption img[class*="wp-image-"] { display: block; margin: 0 auto; } .wp-caption-text { text-align: center; } .wp-caption .wp-caption-text { margin: 0.8075em 0; } /*-------------------------------------------------------------- ## 13.2 - Galleries --------------------------------------------------------------*/ .gallery { margin-bottom: 1.5em; } .gallery-item { display: inline-block; width: 100%; vertical-align: top; text-align: center; } .gallery-columns-2 .gallery-item { max-width: 50%; } .gallery-columns-3 .gallery-item { max-width: 33.33%; } .gallery-columns-4 .gallery-item { max-width: 25%; } .gallery-columns-5 .gallery-item { max-width: 20%; } .gallery-columns-6 .gallery-item { max-width: 16.66%; } .gallery-columns-7 .gallery-item { max-width: 14.28%; } .gallery-columns-8 .gallery-item { max-width: 12.5%; } .gallery-columns-9 .gallery-item { max-width: 11.11%; } .gallery-caption { display: block; } /*-------------------------------------------------------------- # 14.0 - Media Queries --------------------------------------------------------------*/ /*-------------------------------------------------------------- ## 14.1 - Desktop X-Large ( < 1200px ) --------------------------------------------------------------*/ @media only screen and (max-width: 80em) { .site { padding: 0 2em; } .content-area { padding-right: 1em; } .sidebar { padding-left: 1em; } .header-main { padding: 2em 0; } .site-header, .header-image, .widget, .site-main article, .type-post, .type-page, .type-attachment, .comments-area, .entry-tags, .pagination, .infinite-scroll #infinite-handle span { margin-bottom: 2em; } .footer-wrap { padding-bottom: 2em; } /* Featured Posts */ .featured-posts-wrap { margin-bottom: 2em; } .featured-posts { margin-right: -2em; } .featured-posts .featured-large-post { padding-right: 1em; } .featured-posts .featured-grid-posts { padding-left: 1em; } .featured-posts .featured-grid-posts .featured-small-post { padding-right: 2em; } } /*-------------------------------------------------------------- ## 14.2 - Desktop Large ( < 1120px ) --------------------------------------------------------------*/ @media only screen and (max-width: 70em) { .content-area { width: 68%; } .sidebar { width: 32%; } .site-title { font-size: 44px; font-size: 2.75rem; } .entry-title { font-size: 32px; font-size: 2rem; } /* Magazine Widgets */ .widget-magazine-posts .large-post .entry-title { font-size: 22px; font-size: 1.375rem; } .widget-magazine-posts .medium-post .entry-title { font-size: 18px; font-size: 1.125rem; } .widget-magazine-posts .small-post .entry-title { font-size: 16px; font-size: 1rem; } /* Featured Posts */ .featured-posts .featured-large-post .type-post .entry-title { font-size: 28px; font-size: 1.75rem; } .featured-posts .featured-grid-posts .featured-small-post .type-post .entry-title { font-size: 18px; font-size: 1.125rem; } } /*-------------------------------------------------------------- ## 14.3 - Desktop Small ( < 960px ) --------------------------------------------------------------*/ @media only screen and (max-width: 57.5em) { .site-content { display: block; } .content-area { padding: 0; width: 100%; } .sidebar { padding: 2em 0 0; width: 100%; } .header-main { padding-top: 1.5em; } .site-title { font-size: 40px; font-size: 2.5rem; } .site-description { font-size: 16px; font-size: 1rem; } .entry-title { font-size: 36px; font-size: 2.25rem; } /*** Mobile Main Navigation ***/ /* Reset */ .main-navigation-menu li { position: static; } .main-navigation-menu ul { position: static; top: auto; left: auto; display: block; } .main-navigation-menu ul a { min-width: auto; width: auto; } .main-navigation-menu li ul ul { top: auto; left: auto; margin: 0; } /* Main Navigation Toggle */ .primary-navigation-wrap { text-align: center; } .main-navigation-toggle { display: inline-block; margin: 0; padding: 0.75em 1em; border: none; background: none; color: #303030; text-decoration: none; font-weight: normal; font-size: 20px; font-size: 1.25rem; font-family: 'Rambla', Tahoma, Arial; } .main-navigation-toggle:hover, .main-navigation-toggle:focus, .main-navigation-toggle:active { background: none; } .main-navigation-toggle:hover, .main-navigation-toggle:active { color: #cc5555; cursor: pointer; } .main-navigation-toggle .icon { margin: 0.25em 0.6em 0 0; width: 25px; height: 25px; vertical-align: top; fill: #303030; } .main-navigation-toggle:hover .icon, .main-navigation-toggle:active .icon { fill: #cc5555; } /* Main Navigation Menu */ .main-navigation-menu { display: none; margin: 0; padding: 0; width: 100%; border-top: 1px solid rgba(0,0,0,0.075); } .main-navigation-menu li { margin: 0; } .main-navigation-menu a { position: relative; display: inline-block; padding: 0.75em 1em; } .main-navigation-menu ul { width: 100%; border: none; border-top: 1px solid rgba(255,255,255,0.1); } .main-navigation-menu ul li { border-bottom: 1px solid rgba(255,255,255,0.1); } .main-navigation-menu ul a { display: inline-block; border: none; } /* Mobile Submenu Dropdowns */ .main-navigation-menu .submenu-dropdown-toggle { position: absolute; padding: 0.9em; } .main-navigation-menu .submenu-dropdown-toggle:hover, .main-navigation-menu .submenu-dropdown-toggle:active { cursor: pointer; } .main-navigation-menu .submenu-dropdown-toggle .icon { margin: 0.45em 0 0; width: 19px; height: 19px; vertical-align: top; fill: #303030; } .main-navigation-menu .submenu-dropdown-toggle:hover .icon, .main-navigation-menu .submenu-dropdown-toggle:active .icon { fill: #cc5555; } .main-navigation-menu .submenu-dropdown-toggle.active .icon { margin: 0.5em 0 0; -webkit-transform: rotate(180deg); transform: rotate(180deg); } .main-navigation-menu ul .submenu-dropdown-toggle { padding: 0.8em; } .main-navigation-menu ul .submenu-dropdown-toggle .icon { margin: 0.55em 0 0; width: 16px; height: 16px; fill: #fff; } .main-navigation-menu ul .submenu-dropdown-toggle.active .icon { margin: 0.6em 0 0; } .main-navigation-menu ul .submenu-dropdown-toggle:hover .icon, .main-navigation-menu ul .submenu-dropdown-toggle:active .icon { fill: rgba(255,255,255,0.5); } /* Magazine Widgets */ .widget-magazine-posts .large-post .entry-title { font-size: 24px; font-size: 1.5rem; } .widget-magazine-posts .medium-post .entry-title { font-size: 20px; font-size: 1.25rem; } .widget-magazine-posts .small-post .entry-title { font-size: 18px; font-size: 1.125rem; } /* Featured Posts */ .featured-posts .featured-large-post { padding: 0 2em 0 0; width: 100%; } .featured-posts .featured-grid-posts { padding: 0; width: 100%; } .featured-posts .featured-large-post .type-post .entry-title { font-size: 36px; font-size: 2.25rem; } .featured-posts .featured-grid-posts .featured-small-post .type-post .entry-title { font-size: 24px; font-size: 1.5rem; } } /*-------------------------------------------------------------- ## 14.5 - Tablet Medium ( < 800px ) --------------------------------------------------------------*/ @media only screen and (max-width: 50em) { .entry-title { font-size: 32px; font-size: 2rem; } /* Magazine Widgets */ .widget-magazine-posts .large-post .entry-title { font-size: 22px; font-size: 1.375rem; } .widget-magazine-posts .medium-post .entry-title { font-size: 18px; font-size: 1.125rem; } .widget-magazine-posts .small-post .entry-title { font-size: 16px; font-size: 1rem; } /* Featured Posts */ .featured-posts .featured-large-post .type-post .entry-title { font-size: 32px; font-size: 2rem; } .featured-posts .featured-grid-posts .featured-small-post .type-post .entry-title { font-size: 22px; font-size: 1.375rem; } } /*-------------------------------------------------------------- ## 14.6 - Tablet Small ( < 720px ) --------------------------------------------------------------*/ @media only screen and (max-width: 45em) { /* Magazine Widgets */ .widget-magazine-posts .medium-post .entry-title { font-size: 16px; font-size: 1rem; } .widget-magazine-posts .small-post .entry-title { font-size: 15px; font-size: 0.9375rem; } } /*-------------------------------------------------------------- ## 14.7 - Mobile Extra Large ( < 640px ) --------------------------------------------------------------*/ @media only screen and (max-width: 40em) { body, button, input, select, textarea { font-size: 16px; font-size: 1rem; } .site { padding: 0 1.5em; } .header-main { padding: 1em 1.5em 1.5em; } .site-title { font-size: 36px; font-size: 2.25rem; } .site-description { font-size: 15px; font-size: 0.9375rem; } .main-navigation-toggle, .main-navigation-menu a { font-size: 18px; font-size: 1.125rem; } .site-header, .header-image, .widget, .site-main article, .type-post, .type-page, .type-attachment, .comments-area, .entry-tags, .pagination, .infinite-scroll #infinite-handle span { margin-bottom: 1.5em; } .footer-wrap { padding-bottom: 1.5em; } .entry-title { font-size: 28px; font-size: 1.75rem; } .wp-post-image { margin: 0 0 0.75em; } .entry-meta { font-size: 15px; font-size: 0.9375rem; } /* Magazine Widgets */ .widget-magazine-posts { margin-bottom: -1.5em; } .widget-magazine-posts .type-post { margin: 0 0 1.5em 0; } /* Magazine Grid Widget */ .widget-magazine-posts .magazine-grid { display: block; margin-right: 0; } .widget-magazine-posts .magazine-grid .post-column { box-sizing: border-box; padding-right: 0; width: 100%; } /* Magazine Medium Posts */ .widget-magazine-posts .medium-post { display: -webkit-box; display: -ms-flexbox; display: flex; } .widget-magazine-posts .medium-post .wp-post-image-link { width: 40%; } .widget-magazine-posts .medium-post .wp-post-image { margin: 0; } .widget-magazine-posts .medium-post .post-content { padding-left: 1.5em; width: 60%; } /* Magazine Columns Widget */ .widget-magazine-posts-columns .widget-magazine-posts-content { display: block; margin-right: 0; } .widget-magazine-posts-columns .magazine-posts-column-left { padding-right: 0; width: 100%; } .widget-magazine-posts-columns .magazine-posts-column-right { padding-left: 0; width: 100%; } /* Magazine Widgets Post Titles */ .widget-magazine-posts .large-post .entry-title { font-size: 24px; font-size: 1.5rem; } .widget-magazine-posts .medium-post .entry-title { font-size: 20px; font-size: 1.25rem; } .widget-magazine-posts .small-post .entry-title { font-size: 18px; font-size: 1.125rem; } /* Featured Posts */ .featured-posts { margin-right: -1.5em; } .featured-posts .featured-large-post { padding-right: 1.5em; } .featured-posts .featured-grid-posts .featured-small-post { padding-right: 1.5em; } .featured-posts .featured-large-post .type-post .entry-title { font-size: 28px; font-size: 1.75rem; } .featured-posts .featured-grid-posts .featured-small-post .type-post .entry-title { font-size: 20px; font-size: 1.25rem; } } /*-------------------------------------------------------------- ## 14.9 - Mobile Medium ( < 480px ) --------------------------------------------------------------*/ @media only screen and (max-width: 30em) { .entry-title { font-size: 24px; font-size: 1.5rem; } .alignright, .alignleft { float: none; margin: 1em 0; } /* Magazine Widgets */ .widget-magazine-posts .large-post .entry-title { font-size: 22px; font-size: 1.375rem; } .widget-magazine-posts .medium-post .entry-title { font-size: 18px; font-size: 1.125rem; } .widget-magazine-posts .small-post .entry-title { font-size: 16px; font-size: 1rem; } /* Featured Posts */ .featured-posts .featured-grid-posts .featured-small-post { width: 100%; } .featured-posts .featured-large-post .type-post .entry-title { font-size: 24px; font-size: 1.5rem; } } @media only screen and (max-width: 25em) { .entry-meta .meta-date, .entry-meta .meta-category { display: block; } .entry-meta .meta-date:after, .entry-meta .meta-author:after { display: none; } /* Magazine Widgets */ .widget-magazine-posts .medium-post .entry-title { font-size: 16px; font-size: 1rem; } .widget-magazine-posts .small-post .entry-title { font-size: 15px; font-size: 0.9375rem; } } /*-------------------------------------------------------------- ## 14.10 - Mobile Small ( < 320px ) --------------------------------------------------------------*/ @media only screen and (max-width: 20em) { .site-title { font-size: 32px; font-size: 2rem; } .entry-title { font-size: 20px; font-size: 1.25rem; } /* Magazine Widgets */ .widget-magazine-posts .large-post .entry-title { font-size: 20px; font-size: 1.25rem; } .widget-magazine-posts .medium-post .entry-meta, .widget-magazine-posts .small-post .entry-meta { display: none; } /* Featured Posts */ .featured-posts .featured-large-post .type-post .entry-title { font-size: 20px; font-size: 1.25rem; } .featured-posts .featured-grid-posts .featured-small-post .type-post .entry-title { font-size: 18px; font-size: 1.125rem; } } /*-------------------------------------------------------------- # 15.0 - Theme Option Styles --------------------------------------------------------------*/ /*-------------------------------------------------------------- ## 15.1 - Sidebar Left Layout --------------------------------------------------------------*/ .sidebar-left .content-area { order: 2; padding-right: 0; padding-left: 2em; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; } .sidebar-left .sidebar { order: 1; padding-right: 2em; padding-left: 0; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; } @media only screen and (max-width: 80em) { .sidebar-left .content-area { padding-left: 1em; } .sidebar-left .sidebar { padding-right: 1em; } } @media only screen and (max-width: 57.5em) { .sidebar-left .content-area { padding: 0; } .sidebar-left .sidebar { padding: 2em 0 0; } } /*-------------------------------------------------------------- ## 15.2 - Boxed Design --------------------------------------------------------------*/ .boxed-design .site { margin: 2.5em auto; padding: 0; box-shadow: 0 0 2px #bbb; } .boxed-design .header-main, .boxed-design .site-content, .boxed-design .featured-posts-wrap { padding-right: 2.5em; padding-left: 2.5em; } .boxed-design .footer-wrap { padding: 0; } .boxed-design .site-footer { border-bottom: 0; } /*-------------------------------------------------------------- # 16.0 - Media Query Fixes --------------------------------------------------------------*/ /* Ensure navigation is visible on desktop view */ @media only screen and (min-width: 57.501em) { .main-navigation-menu { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; } } /*-------------------------------------------------------------- # 17.0 - CSS Hacks for Safari --------------------------------------------------------------*/ /* Fix Flexbox issues for Safari 6.1-10.0 */ @media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) { @media { .content-area, .sidebar, .featured-posts .featured-large-post, .featured-posts .featured-grid-posts, .featured-posts .featured-grid-posts .featured-small-post, .widget-magazine-posts .magazine-grid-two-columns .post-column, .widget-magazine-posts .magazine-grid-three-columns .post-column, .widget-magazine-posts .small-post .wp-post-image, .widget-magazine-posts .small-post .post-content, .widget-magazine-posts-columns .magazine-posts-column-left, .widget-magazine-posts-columns .magazine-posts-column-right, .widget-magazine-posts .medium-post .wp-post-image-link, .widget-magazine-posts .medium-post .post-content { margin-right: -1px; } } } /* Fix Flexbox issues for Safari 10.1+ */ @media not all and (min-resolution:.001dpcm) { @media { .content-area, .sidebar, .featured-posts .featured-large-post, .featured-posts .featured-grid-posts, .featured-posts .featured-grid-posts .featured-small-post, .widget-magazine-posts .magazine-grid-two-columns .post-column, .widget-magazine-posts .magazine-grid-three-columns .post-column, .widget-magazine-posts .small-post .wp-post-image, .widget-magazine-posts .small-post .post-content, .widget-magazine-posts-columns .magazine-posts-column-left, .widget-magazine-posts-columns .magazine-posts-column-right, .widget-magazine-posts .medium-post .wp-post-image-link, .widget-magazine-posts .medium-post .post-content { margin-right: -1px; } } } /*-------------------------------------------------------------- 18.0 Customizer Preview --------------------------------------------------------------*/ .magazine-widgets-placeholder { position: relative; } .magazine-widgets-placeholder .magazine-widgets-placeholder-title { display: block; margin: 0; padding: 1em 1em 1em 55px; border: 2px dashed #0085ba; color: #0085ba; text-transform: uppercase; font-weight: bold; font-size: 14px; font-size: 0.875rem; } /* Add some styling for visual edit shortcut buttons. */ .magazine-widgets-placeholder .customize-partial-edit-shortcut button { top: 14px; left: 15px; } .customize-partial-edit-shortcut-chronus_theme_options-blog_description, .customize-partial-edit-shortcut-chronus_blog_layout_partial { left: -9999px; } .customize-partial-edit-shortcut-chronus_featured_content_partial button { top: -40px; } /*-------------------------------------------------------------- 18.0 Print Styles --------------------------------------------------------------*/ @media print { /* Hide elements */ form, button, input, select, textarea, .header-bar-wrap, .primary-navigation-wrap, #secondary, .footer-navigation, .footer-widgets-background, .header-image, .page-links, .post-navigation, .pagination.navigation, .comments-area, .footer-wrap, .scroll-to-top { display: none !important; } body, .site { background: none !important; } .content-area { padding: 0; width: 100%; } } /* new added */ a:hover { color: #fff; } .more-button { display: inline-block; padding: 10px!important; background-color: #96a8fc; font-weight: bold; color: #303030; transition: all 0.3s linear; cursor: pointer; } .more-button:hover { background-color: #7a7a7afd; } .more-button a:hover { color: #fff; } .up-t { display: flex; justify-content: space-between; } .up-t-t { width: 40%; } .decorated-text { width: 30%; } .center { display: block; margin: auto; } .three-col { column-count: 3; } #wpforms-submit-27 { display: inline-block; width: 200px; padding: 10px !important; background-color: #f2902f; font-weight: bold; color: #303030; } #wpforms-submit-27:hover { background-color: #fff; color: #f2902f; } #text-7 { text-align: center; } .social-links a { display: block; color: #c94c4c; text-align: center; } .social-links a:hover { color: #f2902f; } .sidebar-wrapper { max-width: 1000px; display: flex; margin: 0 auto 30px; } .wrapper-img { max-width: 300px; width: 100%; margin-left: 200px; } .content-area--fix { box-sizing: border-box; padding-right: 2em; } .about-us__wrapper { max-width: 1200px; display: flex; justify-content: space-between; position: relative; } .about-us__item { width: 45%; } .about-us__wrapper::after { content: ""; position: absolute; height: 95%; width: 3px; background-color: #000; top: 20px; left: 50%; z-index: 50; } .about-title { text-align: center; font-size: 46px; font-weight: 700; position: relative; } .about-title::before { content: ""; width: 30px; height: 2px; background-color: #000; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); } .contact { width: 55%; margin-right: 100px; } .sidebar-fix .sidebar { width: 25%; } .contact-sidebar .sidebar{ min-width: 280px; margin-bottom: 30px; } .content-single { width: 100%; } .about-sidebar .sidebar { max-width: 600px; margin: 0 auto; margin-bottom: 20px; } .widget { padding: 0 15px; } .contact-wrapper { display: flex; justify-content: space-between; } .contact-main { width: 80%; } .article-wrapper { display: flex; justify-content: space-between; } .item--info { width: 70%; } .articl-sidebar .sidebar { width: 100%; } /* .wpforms-field-container { width: 500px; } textarea { resize: none; } */ @media (max-width: 728px) { .article-wrapper { flex-direction: column; } .contact-wrapper { flex-direction: column; } .sidebar-wrapper .wrapper-img { display: none; } .site-title a { font-size: 20px; } .site-description { font-size: 12px; } .site-branding { display: block; } .search-form { /* padding: 0 15px; */ } .about-us__wrapper h1{ font-size: 20px; } .about-us__wrapper p { font-size: 14px; } }