/* Theme Name: Blog Way Author: Promenade Themes Author URI: https://promenadethemes.com Description: Minimal blog theme. This theme is best to use for blog, travel, informative and life style coaches. Version: 1.0.0 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: blog-way Tags: custom-background, custom-colors, custom-menu, custom-logo, featured-image-header, featured-images, full-width-template, one-column, two-columns, three-columns, sticky-post, theme-options, threaded-comments, translation-ready, footer-widgets, blog, left-sidebar, right-sidebar 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. Headway is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc. Underscores is distributed under the terms of the GNU GPL v2 or later. Normalizing styles have been helped along thanks to the fine work of Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/ */ /*-------------------------------------------------------------- >>> TABLE OF CONTENTS: ---------------------------------------------------------------- # Normalize # Typography # Elements # Forms # Navigation ## Links ## Menus # Accessibility # Alignments # Clearings # Widgets # Content ## Posts and pages ## Comments # Infinite scroll # Media ## Captions ## Galleries --------------------------------------------------------------*/ /*-------------------------------------------------------------- # 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; cursor: pointer; } abbr[title] { border-bottom: 1px dotted; } b, strong { font-weight: bold; } dfn { font-style: italic; } h1 { font-size: 2em; margin: 0.67em 0; } mark { background: #ff0; color: #000; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; } svg:not(:root) { overflow: hidden; } figure { margin: 1em 40px; } hr { box-sizing: content-box; height: 0; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } button { overflow: visible; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } legend { border: 0; padding: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } /*-------------------------------------------------------------- # Typography --------------------------------------------------------------*/ body, button, input, select, textarea { color: #404040; font-family: 'Droid Serif', sans-serif; font-size: 14px; line-height: 1.5; } h1, h2, h3, h4, h5, h6 { clear: both; } p { margin-bottom: 1.5em; } dfn, cite, em, i { font-style: italic; } blockquote { margin: 0 1.5em; } address { margin: 0 0 1.5em; } pre { background: #eee; font-family: "Courier 10 Pitch", Courier, monospace; font-size: 15px; font-size: 0.9375rem; line-height: 1.6; margin-bottom: 1.6em; max-width: 100%; overflow: auto; padding: 1.6em; } code, kbd, tt, var { font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; font-size: 15px; font-size: 0.9375rem; } abbr, acronym { border-bottom: 1px dotted #666; cursor: help; } mark, ins { background: #fff9c0; text-decoration: none; } big { font-size: 125%; } /*-------------------------------------------------------------- # Elements --------------------------------------------------------------*/ html { box-sizing: border-box; } *, *:before, *:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */ box-sizing: inherit; } body { background: #fff; /* Fallback for when there is no custom background color defined. */ } blockquote:before, blockquote:after, q:before, q:after { content: ""; } blockquote, q { quotes: "" ""; } hr { background-color: #ccc; border: 0; height: 1px; margin-bottom: 1.5em; } ul, ol { margin: 0 0 1.5em 3em; } ul { list-style: disc; } ol { list-style: decimal; } li > ul, li > ol { margin-bottom: 0; margin-left: 1.5em; } dt { font-weight: bold; } dd { margin: 0 1.5em 1.5em; } img { height: auto; /* Make sure images are scaled correctly. */ max-width: 100%; /* Adhere to container width. */ } figure { margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */ } table { margin: 0 0 1.5em; width: 100%; } /*-------------------------------------------------------------- # Forms --------------------------------------------------------------*/ button, input[type="button"], input[type="reset"], input[type="submit"], .nav-links .nav-previous a, .nav-links .nav-next a{ border: 1px solid; border-color: 2px solid #202020; border-radius: 0px; background: #202020; /*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);*/ color: #fff; font-size: 16px; line-height: 1; padding: 12px 18px; /*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);*/ -webkit-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; -o-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; } button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .nav-links .nav-previous a:hover, .nav-links .nav-next a:hover { background:transparent; color:#202020; /*border-color: #ccc #bbb #aaa; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);*/ -webkit-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; -o-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; } 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, .nav-links .nav-previous a:focus, .nav-links .nav-next a:focus, .nav-links .nav-previous a:active, .nav-links .nav-next a:active { /*border-color: #aaa #bbb #bbb; box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);*/ outline:none; } input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea { color: #666; border: 1px solid #ccc; border-radius: 0px; padding: 6px; } select { border: 1px solid #ccc; } input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus { color: #111; outline:none; } textarea { width: 100%; } /*-------------------------------------------------------------- # Navigation --------------------------------------------------------------*/ /*-------------------------------------------------------------- ## Links --------------------------------------------------------------*/ a:focus { outline: 0; } a:hover, a:active { outline: 0; text-decoration:none; } /*-------------------------------------------------------------- # Accessibility --------------------------------------------------------------*/ /* Text meant only for screen readers. */ .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; } .screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b; display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar. */ } /* Do not show the outline on the skip link target. */ #content[tabindex="-1"]:focus { outline: 0; } /*-------------------------------------------------------------- # Alignments --------------------------------------------------------------*/ .alignleft { display: inline; float: left; margin-right: 1.5em; } .alignright { display: inline; float: right; margin-left: 1.5em; } .aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; } /*-------------------------------------------------------------- # Clearings --------------------------------------------------------------*/ .clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after { content: ""; display: table; table-layout: fixed; } .clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after { clear: both; } /*-------------------------------------------------------------- # Content --------------------------------------------------------------*/ /*-------------------------------------------------------------- ## Posts and pages --------------------------------------------------------------*/ .sticky { display: block; } .hentry { margin: 0 0 1.5em; } .byline, .updated:not(.published) { display: none; } .single .byline, .group-blog .byline { display: inline; } .page-content, .entry-content, .entry-summary { margin: 1.5em 0 0; } .page-links { clear: both; margin: 0 0 1.5em; } /*-------------------------------------------------------------- ## Comments --------------------------------------------------------------*/ .comment-content a { word-wrap: break-word; } .bypostauthor { display: block; } /*-------------------------------------------------------------- # Infinite scroll --------------------------------------------------------------*/ /* Globally hidden elements when Infinite Scroll is supported and in use. */ .infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */ .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */ display: none; } /* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */ .infinity-end.neverending .site-footer { display: block; } /*-------------------------------------------------------------- # Media --------------------------------------------------------------*/ .page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley { border: none; margin-bottom: 0; margin-top: 0; padding: 0; } /* Make sure embeds and iframes fit their containers. */ embed, iframe, object { max-width: 100%; } /*-------------------------------------------------------------- ## Captions --------------------------------------------------------------*/ .wp-caption { margin-bottom: 1.5em; max-width: 100%; } .wp-caption img[class*="wp-image-"] { display: block; margin-left: auto; margin-right: auto; } .wp-caption .wp-caption-text { margin: 0.8075em 0; } .wp-caption-text { text-align: center; } /*-------------------------------------------------------------- ## Galleries --------------------------------------------------------------*/ .gallery { margin-bottom: 1.5em; } .gallery-item { display: inline-block; text-align: center; vertical-align: top; width: 100%; } .gallery-columns-2 .gallery-item { max-width: 50%; } .gallery-columns-3 .gallery-item { max-width: 33.33%; } .gallery-columns-4 .gallery-item { max-width: 25%; } .gallery-columns-5 .gallery-item { max-width: 20%; } .gallery-columns-6 .gallery-item { max-width: 16.66%; } .gallery-columns-7 .gallery-item { max-width: 14.28%; } .gallery-columns-8 .gallery-item { max-width: 12.5%; } .gallery-columns-9 .gallery-item { max-width: 11.11%; } .gallery-caption { display: block; } /*-------------------------------------------------------------- ## Main CSS starts here --------------------------------------------------------------*/ .container { margin: 0 auto; padding: 0 15px; width: auto; max-width:1170px; } header#masthead { background: #202020; margin: 0px auto; width: 100%; } .main-navigation:before, .main-navigation:after { clear: both; content: ""; display: block; } .main-navigation { clear: both; display: block; float: left; width: 100%; } .main-navigation ul { text-align: left; margin: 0; padding: 0; } .main-navigation ul ul { background: rgb(69, 90, 100); display: none; left: 0; margin: 0; min-width: 245px; padding: 0px; position: absolute; top: 52px; z-index: 9999; display:none; } .main-navigation ul ul ul { left:100%; top: 0px; } .main-navigation li { display: inline-block; margin-bottom:0; padding: 0 20px; position: relative; } .main-navigation li li { border-bottom: 1px solid #59717d; display: block; float: none; padding: 0; text-align: left; } .main-navigation li li li {} .main-navigation li li li li {} .main-navigation li:hover ul{ display: block; } .main-navigation li:hover li ul{ display: none; } .main-navigation li li:hover ul{ display: block; } .main-navigation li li:hover li ul{ display: none; } .main-navigation li li li:hover ul{ display: block; } .main-navigation li li li:hover li ul{ display: none; } .main-navigation li li li li:hover > ul{ display: block; } .main-navigation ul li a { color: #ffffff; display: block; font-family: 'Droid Serif', sans-serif; font-size: 11px; font-weight: 400; line-height: 50px; letter-spacing: 2px; text-transform: uppercase; text-decoration: none; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; -webkit-transition: all .25s ease; transition: all .25s ease; } .main-navigation ul.menu li:hover a { color: #afafaf; } .main-navigation ul li a:hover{ color: #afafaf; } .main-navigation ul li:first-child { padding-left: 0px; } #masthead .main-navigation li.current-menu-item a { color: #afafaf; } .main-navigation li li li.current-menu-item li a:hover {} .main-navigation ul ul a { color: #fff; height: auto; padding: 5px 15px; text-align: left; } .main-banner { display: block; padding: 75px 0; text-align: center; width: 100%; } .main-banner h1.site-title { margin: 0px; padding: 50px 0 10px 0; } .site-title a{ color: #222; font-family: 'Droid Serif', sans-serif; font-size: 55px; letter-spacing: 5px; text-decoration: none; text-transform: uppercase; } .site-description { color: #818181; font-family: 'Droid Serif', sans-serif; font-size: 14px; letter-spacing: 3px; } /*-------------------------------------------------------------- ## Main Index --------------------------------------------------------------*/ #main .post, #main .page{ margin-bottom: 50px; border: 1px solid #e9e9e9; } .entry-header { margin-bottom: 15px; padding: 30px 30px 0 30px; text-align: center; } .cat-links a { color: #ea9920; display: inline-block; margin: 0px; font-family: 'Droid Serif', sans-serif; font-weight: 400; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; text-align: center; } .entry-header h2.entry-title { margin: 0; padding-top: 2px; } .entry-header h2.entry-title a { color: #222; font-family: 'Droid Serif', sans-serif; font-weight: 400; font-size: 24px; line-height: 1.4em; letter-spacing: 2px; text-transform: uppercase; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; -webkit-transition: all .25s ease; transition: all .25s ease; text-decoration: none; } .entry-img { margin: 18px 0 23px 0; padding: 0 30px; } .entry-content { padding: 5px 30px; } .read-more { display: block; margin: 30px 0; text-align: center; } .btn-more { color: #fff; display: inline-block; padding: 6px 25px; background: #202020; font-family: 'Droid Serif', sans-serif; font-size: 11px; font-weight: 400; line-height: 20px; letter-spacing: 2px; text-transform: uppercase; text-decoration: none; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; -webkit-transition: all .25s ease; transition: all .25s ease; } .btn-more:hover { opacity: 0.8; text-decoration: none; color: #fff; cursor: pointer; } .entry-footer { margin-top: 10px; padding: 0 30px 40px 30px; } /*-------------------------------------------------------------- # Widgets --------------------------------------------------------------*/ .widget { margin: 0 0 1.5em; } .widget { margin-bottom: 55px; padding: 30px; border: 1px solid #e9e9e9; position: relative; display: block; } .widget .widget-title { display: block; text-align: center; position: absolute; left: 30px; right: 30px; top: -30px; background: #fff; font-size: 16px; text-transform: uppercase; letter-spacing: 2px; } .widget .widget-title + * { margin-top: 10px !important; } .widget ul{ margin: 0; padding: 0; list-style-type: none; } .widget ul li { position: relative; padding: 8px 0 10px; border-top: 1px dotted #e9e9e9; } .widget ul li:first-child{ border-top: none; padding-top: 0px; } .widget ul li a { font-size: 14px; color: #444444; text-decoration: none; } /* Make sure select elements fit in widgets. */ .widget select { max-width: 100%; } /* Header css starts */ .main-navigation, #primary-menu, .main-navigation ul li, .main-navigation ul li a { float:left; } /* All Post Css */ .post { padding:20px; } .post .entry-img { padding:0px; margin-top:0px; } .post .entry-img, .post .entry-img img { float:left; } .post .entry-img img { margin-right:20px; } .post .detail-wrap .entry-title { clear:none; } .post .detail-wrap .entry-header, .post .detail-wrap .entry-content { text-align:left; padding:0px; } .post .detail-wrap .entry-header h2.entry-title a { font-size:18px; } #secondary form input[type="search"], #secondary .search-form label { width:100%; } .nav-links .nav-previous { float:left; } .nav-links .nav-next { float:right; } #comments { float:left; width:100%; } #comments .comment-list { list-style:none; } /* Footer starts */ .site-footer { background:#202020; } .footer-social, .site-footer, .site-info { float:left; width:100%; } .site-info { padding-top:20px; color:#787878; } .site-info a { color:#787878; } .footer-social { text-align:center; } footer { padding:70px 0px; } .footer-social .menu-social-menu-container { position:relative; } .footer-social .menu-social-menu-container:before { content: ""; width: 100%; height: 1px; background: #303030; display: block; position: absolute; top:42%; } .footer-social .menu-social-menu-container #menu-social-menu { display:inline-block; width:auto; padding:0px; margin:0px; } /* Footer links */ .footer-social .menu-social-menu-container #menu-social-menu { list-style:none; position: relative; padding: 0px 20px; background: #202020; } .footer-social .menu-social-menu-container #menu-social-menu a { font-size:0; margin-left:14px; } .footer-social .menu-social-menu-container #menu-social-menu li, .footer-social .menu-social-menu-container #menu-social-menu li a { float:left; } .footer-social .menu-social-menu-container #menu-social-menu a{ width:27px; height:27px; border-radius:50%; border:1px solid #303030; text-align:center; margin-left:14px; background:#303030; -webkit-transition:0.4s ease-in-out; -moz-transition: 0.4s ease-in-out; -o-transition: 0.4s ease-in-out; transition: 0.4s ease-in-out; } .footer-social .menu-social-menu-container #menu-social-menu li:first-child a { margin-left:0px; } .footer-social .menu-social-menu-container #menu-social-menu a[href*="facebook.com"]:before, .footer-social .menu-social-menu-container #menu-social-menu a[href*="twitter.com"]:before, .footer-social .menu-social-menu-container #menu-social-menu a[href*="instagram.com"]:before, .footer-social .menu-social-menu-container #menu-social-menu a[href*="pinterest.com"]:before, .footer-social .menu-social-menu-container #menu-social-menu a[href*="plus.google.com"]:before, .footer-social .menu-social-menu-container #menu-social-menu a[href*="youtube.com"]:before, .footer-social .menu-social-menu-container #menu-social-menu a[href*="linkedin.com"]:before{ font-family:"FontAwesome"; text-align:center; display:inline-block; font-size:13px; color:#fff; line-height:27px; width:100%; } .footer-social .menu-social-menu-container #menu-social-menu a[href*="facebook.com"]:hover, .footer-social .menu-social-menu-container #menu-social-menu a[href*="twitter.com"]:hover:, .footer-social .menu-social-menu-container #menu-social-menu a[href*="instagram.com"]:hover, .footer-social .menu-social-menu-container #menu-social-menu a[href*="pinterest.com"]:hover, .footer-social .menu-social-menu-container #menu-social-menu a[href*="plus.google.com"]:hover, .footer-social .menu-social-menu-container #menu-social-menu a[href*="youtube.com"]:hover, .footer-social .menu-social-menu-container #menu-social-menu a[href*="linkedin.com"]:hover { -webkit-transition:0.4s ease-in-out; -moz-transition: 0.4s ease-in-out; -o-transition: 0.4s ease-in-out; transition: 0.4s ease-in-out; } .footer-social .menu-social-menu-container #menu-social-menu a[href*="facebook.com"]:hover:before, .footer-social .menu-social-menu-container #menu-social-menu a[href*="twitter.com"]:hover:before, .footer-social .menu-social-menu-container #menu-social-menu a[href*="instagram.com"]:hover:before, .footer-social .menu-social-menu-container #menu-social-menu a[href*="pinterest.com"]:hover:before, .footer-social .menu-social-menu-container #menu-social-menu a[href*="plus.google.com"]:hover:before, .footer-social .menu-social-menu-container #menu-social-menu a[href*="youtube.com"]:hover:before, .footer-social .menu-social-menu-container #menu-social-menu a[href*="linkedin.com"]:hover:before{ color:#fff; } .footer-social .menu-social-menu-container #menu-social-menu a[href*="facebook.com"]:hover{ background:#5a7ec8; border:1px solid #5a7ec8; } .footer-social .menu-social-menu-container #menu-social-menu a[href*="facebook.com"]:before{ content: "\f09a"; } .footer-social .menu-social-menu-container #menu-social-menu a[href*="twitter.com"]:hover{ background:#00aced; border:1px solid #00aced; } .footer-social .menu-social-menu-container #menu-social-menu a[href*="twitter.com"]:before{ content: "\f099"; } .footer-social .menu-social-menu-container #menu-social-menu a[href*="instagram.com"]:hover{ background:#8245BC; border:1px solid #8245BC; } .footer-social .menu-social-menu-container #menu-social-menu a[href*="instagram.com"]:before{ content: "\f16d"; } .footer-social .menu-social-menu-container #menu-social-menu a[href*="pinterest.com"]:hover{ background:#CB2125; border:1px solid #CB2125; } .footer-social .menu-social-menu-container #menu-social-menu a[href*="pinterest.com"]:before{ content: "\f231"; } .footer-social .menu-social-menu-container #menu-social-menu a[href*="plus.google.com"]:hover{ background:#E12F2F; border:1px solid #E12F2F; } .footer-social .menu-social-menu-container #menu-social-menu a[href*="plus.google.com"]:before{ content: "\f0d5"; } .footer-social .menu-social-menu-container #menu-social-menu a[href*="youtube.com"]:hover{ background:#bb0000; border:1px solid #bb0000; } .footer-social .menu-social-menu-container #menu-social-menu a[href*="youtube.com"]:before{ content: "\f04b"; } .footer-social .menu-social-menu-container #menu-social-menu a[href*="linkedin.com"]:hover { background:#007bb6; border:1px solid #007bb6; } .footer-social .menu-social-menu-container #menu-social-menu a[href*="linkedin.com"]:before { content:"\f0e1"; } /* Footer social links ends */ /* Mean menu css */ .mean-container .mean-bar { background:#202020; } .mean-container .mean-nav { background:#303030; } /* Media css starts */ @media screen and (max-width:1190px){ .container { max-width:100%; padding:0px 20px; } } @media screen and (max-width:767px){ .post .entry-img, .post .entry-img img { width:100%; } } /* Media css ends */