/*! Theme Name: callie Theme URI: http://it-kothon.com/ Author: sajid imon Author URI: http://techmarter.com Description: callie is suitable for any blog or megazine website. You can make beautifull blog or megazine website by using free callie theme. Version: 1.0.0 Tested up to: 5.4 Requires PHP: 5.6 Text Domain: callie Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready License: GNU General Public License v2 or later License URI: LICENSE This theme, like WordPress, is licensed under the GPL. Use it to make something cool, have fun, and share what you've learned. Normalizing styles have been helped along thanks to the fine work of Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/ */ .pagination.current { background: blue !important; color: #fff; border-radius: 0; } .wpcf7-form-control{ width: 100%; height: 40px; padding: 0px 15px; background-color: #fff; border-radius: 2px; border: 2px solid #e8eaed; } .wpcf7-submit { background-color: #ee4266; color: #fff; box-shadow: 0px 0px 0px 2px #ee4266 inset; display: inline-block; padding: 10px 40px; border-radius: 2px; border: none; font-weight: 700; font-size: 14px; text-transform: uppercase; transition: 0.2s all; width: 10%; } .wpcf7-textarea { padding: 15px; height: 90px; } .cat-item a { font-size: 17px; text-transform: uppercase; font-weight: bold; padding: 10px 0; display: inline-block; } .cat-item-3 a { margin-right: 80px; } .cat-item-4 a { margin-right: 62px; } .cat-item-2 a { margin-right: 130px; } .tagcloud a { text-transform: uppercase; font-size: 12px !important; font-weight: bold; background: #323335; padding: 10px 15px; display: inline-block; margin: 3px; } .aside-widget .tagcloud a { text-transform: uppercase; font-size: 12px !important; font-weight: bold; background: #E0E0E0; padding: 10px 15px; display: inline-block; margin: 3px; } .aside-widget h3 { color: #333 !important; } .aside-widget a { color: #222; } .aside-widget .cat-item a { font-size: 17px; text-transform: uppercase; font-weight: bold; padding: 10px 0; display: inline-block; color:#222; } .aside-widget .cat-item-3 a { margin-right: 80px; } .aside-widget .cat-item-4 a { margin-right: 62px; } .aside-widget .cat-item-2 a { margin-right: 130px; } .nav-logo img { margin-top: 14px; } /* Embedded content ========================================================================== */ /* Posts and pages --------------------------------------------- */ .sticky { display: block; } .bypostauthor { display: block; } /* 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; display: grid; grid-gap: 1.5em; } .gallery-item { display: inline-block; text-align: center; width: 100%; } .gallery-caption { display: block; } /*-------------------------------------------------------------- # Plugins --------------------------------------------------------------*/ /* Jetpack infinite scroll --------------------------------------------- */ /* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */ .infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { display: none; } /* Re-display the Theme Footer when Infinite Scroll has reached its end. */ .infinity-end.neverending .site-footer { display: block; } /*-------------------------------------------------------------- # Utilities --------------------------------------------------------------*/ /* Accessibility --------------------------------------------- */ /* Text meant only for screen readers. */ .screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important; } .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; clip-path: none; color: #21759b; display: block; font-size: 0.875rem; font-weight: 700; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; } /* Do not show the outline on the skip link target. */ #primary[tabindex="-1"]:focus { outline: 0; } /* Alignments --------------------------------------------- */ .alignleft { /*rtl:ignore*/ float: left; /*rtl:ignore*/ margin-right: 1.5em; margin-bottom: 1.5em; } .alignright { /*rtl:ignore*/ float: right; /*rtl:ignore*/ margin-left: 1.5em; margin-bottom: 1.5em; } .aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; margin-bottom: 1.5em; }