/* Theme Name: Ameen Theme URI: http://ameen.mizwphero.com Author: Barikah Author URI: http://www.mizwphero.com Description: Ameen is a modern, powerful and versatile multipurpose responsive theme with outstanding functionality. This theme comes with home page design template and powerful customizer including call for action and much more. It's perfect for web agencies, corporate, service, personal and business websites. Ameen theme is mobile friendly and fully responsive making it your best multipurpose theme for any project and website. Version: 1.0.0 License: GNU General Public License v2 or later License URI: LICENSE Text Domain: ameen Tags: custom-menu, left-sidebar, right-sidebar, featured-images, threaded-comments, theme-options, full-width-template, grid-layout 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. ameen 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.io/normalize.css/ */ /*-------------------------------------------------------------- >>> TABLE OF CONTENTS: ---------------------------------------------------------------- 1.0 General 2.0 Typography 3.0 Forms 4.0 Layout 5.0 Menus 6.0 Accessibility 7.0 Alignments 8.0 Clearings 9.0 Blog 10.0 Widgets 11.0 Comments 12.0 Pages 13.0 Infinite scroll 14.0 Media 15.0 Captions 16.0 Galleries 17.0 Footer --------------------------------------------------------------*/ /*-------------------------------------------------------------- 1.0 General --------------------------------------------------------------*/ body{ margin-top: 50px; font-family: 'Raleway', sans-serif; font-size: 16px; } .logged-in .navbar-fixed-top{ top: 32px; } img{ width: 100%; height: auto; } /*-------------------------------------------------------------- 2.0 Typography --------------------------------------------------------------*/ h1,h2,h3,h4,h5,h6{ -webkit-font-smoothing:antialiased; text-rendering: optimizelegibility; font-weight: bold; font-family: 'Lato', sans-serif; color: #11bae0; } h1{ font-size: 2em; } h1,h2{ margin: 0 0 40px; } h3{ margin: 20px 0; } h4{ font-size: 18px; } p{ margin: 0 0 15px; } p.lead{ font-weight: normal; } .archive-description{ color: white; display: table-footer-group; text-align: center; } a:link, a:visited{ color: #11bae0; } a:hover{ text-decoration: none; color: #c9302c; } button, input, .btn, a.btn{ -webkit-font-smoothing: antialiased; text-rending: optimizelegibility; color: white; } .btn{ font-weight: bold; } button.btn:focus{ outline: none !important; } .btn-success{ background: #11bae0; border-color: #11bae0; } .btn-success:hover{ background: #c9302c; border-color: #c9302c; } .btn-success:active, .btn-success:focus, .btn-success:active:focus, .btn-success:active:hover{ background: #c9302c; border-color: #c9302c; } blockquote{ padding: 0; border: none; font-style: italic; text-align: left; } blockquote cite{ display: block; color: #c9302c; margin: 15px 0 0 0; } blockquote:before{ display: none; } table{ margin-bottom: 20px; } @media screen and (max-width: 768px){ .btn-success{ margin-top: 30px; } } /*-------------------------------------------------------------- 3.0 Forms --------------------------------------------------------------*/ label{ display: block; font-weight: bold; } input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea{ color: #666; border: 1px solid #ccc; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; display: block; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 100%; padding: 6px 12px; } input[type="submit"], button[type="submit"]{ display: inline-block; margin-bottom: 0; font-size: 18px; font-weight: bold; line-height: 1.33; text-align: center; white-space: nowrap; vertical-align: middle; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; border: none; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; background: #11bae0; } input[type="submit"]:hover, button[type="submit"]:hover{ outline: none; border: none; background: #c9302c; } /*-------------------------------------------------------------- 4.0 Layout --------------------------------------------------------------*/ .row + .row{ margin-top: 20px; } section{ padding: 80px 0; } section.main-content{ padding: 40px 20px; background: #fff; border: solid 1px #ddd; margin: 0 0 40px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } section h2{ margin: 20px 0 40px; color: #11bae0; } section h3{ margin: 30px 0 10px; color: #11bae0; } #primary{ padding-top: 80px; padding-bottom: 40px; } .feature-image{ display: table; width: 100%; } .feature-image-default{ background: linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)),rgba(0,0,0,0.30) url('/wp-content/themes/ameen/inc/img/header-bg.jpg') no-repeat; background-size: cover; } .feature-image h1{ display: table-cell; vertical-align: middle; text-align: center; color: white; } #optin{ background: #313131; padding: 20px 0; color: white; -webkit-font-smoothing: antialiased; text-rending: optimizelegibility; font-size: 1.2em; } #optin p{ margin: 7px 0 0 0; } #home-intro{ background: #fff; text-align: center; } #theme-features{ text-align: center; background: #e3e3e3; } #theme-features p{ margin-bottom: 30px; } .feature-thumb img{ -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; width: 140px; } #testimonial-section{ text-align: center; background: #fff; } .testimonial{ margin-top: 30px; margin-bottom: 30px; } .testimonial img{ -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; float: left; width: 200px; } @media screen and (max-width: 992px){ .testimonial img{ float:none; margin-bottom: 30px; } .testimonial p{ margin-left: 50px; } blockquote cite{ margin-left: 50px; } } footer{ color: #11bae0; } footer p{ margin: 0; } footer a:link, footer a:visited{ color: #11bae0; } footer a:hover{ color: #c9302c; } /*-------------------------------------------------------------- 5.0 Menus --------------------------------------------------------------*/ .navbar-default .navbar-brand { color: #fff; } .navbar-default { background-color: #11bae0; border-color: #11bae0; } .navbar-default .navbar-nav > li > a{ color: #fff; } .navbar-default .navbar-nav > li > a:hover { color: #c9302c; text-shadow: none; background-color: #e7e7e7; } .navbar-default .navbar-nav > .active > a { color: #11bae0; } .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover { color: #fff; background-color: #11bae0; } .menu-toggle, .main-navigation.toggled ul { display: block; } .navbar-default .navbar-toggle { border-color: #fff; } .navbar-default .navbar-toggle .icon-bar{ background-color: #fff; } @media screen and (max-width: 782px){ .logged-in .navbar-fixed-top{ top: 46px; } } @media screen and (max-width: 768px){ .logo{ width: 50%; } } @media screen and (max-width: 600px){ .logged-in .navbar-fixed-top.affix { top:0; } } .comment-navigation, .posts-navigation, .post-navigation { overflow: hidden; background: white; border: solid 1px #ddd; padding: 20px; margin: 0 0 40px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .comment-navigation .nav-previous:before, .posts-navigation .nav-previous:before, .post-navigation .nav-previous:before { float: left; content: "\f0a8"; margin-right: 10px; font-family: 'fontawesome'; font-size: 14px; padding-top: 2px; color:#c9302c; } .comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous { float: left; width: 50%; } .comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next { float: right; text-align: right; width: 50%; } .comment-navigation .nav-next:after, .posts-navigation .nav-next:after, .post-navigation .nav-next:after { float: right; content: "\f0a9"; margin-left: 10px; font-family: 'fontawesome'; font-size: 14px; padding-top: 2px; color:#c9302c; } /* Pagination */ .pagination { clear:both; position:relative; font-size:16px; line-height:13px; float:right; } .pagination span, .pagination a { display:block; float:left; margin: 2px 2px 2px 0; padding: 9px 12px 9px 12px; text-decoration:none; width:auto; color:#fff; background: #11bae0; -webkit-transition: background .15s ease-in-out; -moz-transition: background .15s ease-in-out; -ms-transition: background .15s ease-in-out; -o-transition: background .15s ease-in-out; transition: background .15s ease-in-out; } .pagination a:hover{ color:#fff; background: #c9302c; } .pagination .current{ padding: 9px 12px 9px 12px; background: #c9302c; color:#fff; } /*-------------------------------------------------------------- 6.0 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; word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */ } .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; } /*-------------------------------------------------------------- 7.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; } /*-------------------------------------------------------------- 8.0 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; } /*-------------------------------------------------------------- 9.0 Blog --------------------------------------------------------------*/ .sticky { display: block; } .hentry { margin: 0 0 1.5em; } .post, #comments{ position: relative; border: solid 1px #ddd; background: white; margin: 0 0 40px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .post header, .post .post-excerpt, .post .post-content, #comments .comments-wrap, #respond { padding: 20px; } .post header h1, .post header h3{ margin: 0 0 15px; padding: 0 0 15px; border-bottom: solid 1px #ddd; } .post header h1{ font-size: 24px; } .post-image img{ height: auto; } .post-meta{ font-size: 14px; width: 90%; } .post-meta i.fa{ padding-left: 10px; } .post-meta i.fa:first-child{ padding: 0; } .read-more { font-weight: bold; font-size: 14px; } .read-more i { margin-left: 5px; } /*-------------------------------------------------------------- 10.0 Widgets --------------------------------------------------------------*/ .site-content .widget-area { padding: 0 0 20px 30px; } .widget { margin: 0 0 30px; font-family: 'lato', sans-serif; font-size: 16px; padding: 20px; background: #fff; border: solid 1px #ddd; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .widget-title{ margin-bottom: 12px; font-size: 24px; border-bottom: 2px solid #ddd; } .widget ul{ list-style: none; margin: 0; padding: 0; } .widget ul li{ margin: 0 0 5px; } .widget ul li:hover{ position: relative; left: 1px; } .widget_recent_entries li:before, .widget_recent_comments li:before, .widget_categories li:before, .widget_archive li:before{ display: block; float: left; padding-top: 2px; font-family: 'fontawesome'; font-size: 14px; margin-right: 10px; } .widget_recent_entries li:before{ content: "\f036"; color: #c9302c; } .widget_recent_comments li:before { content: "\f075"; color: #c9302c; } .widget_categories li:before { content: "\f07b"; color: #c9302c; } .widget_archive li:before { content: "\f187"; color: #c9302c; } .widget_nav_menu a, .widget_pages a { display: block; padding: 1em 0; border-bottom: solid 1px hsl(0, 0%, 90%); } .widget_rss li { margin-bottom: .5em; } .widget_rss .rss-date, .widget_rss cite { display: block; font-size: 85%; } .footer-widgets{ margin: 0 auto; } .footer-widgets .widget{ background: #313131; float: left; width: 320px; margin: 0 6rem 8rem 4rem; } /* Make sure select elements fit in widgets. */ .widget select { max-width: 100%; } /* Footer widgets responsive */ @media screen and (max-width: 879px) { #footer-widgets { width: 100%!important; } .footer-widgets .widget { float: none; width: 100%; margin: 0 0 8rem; } } /*-------------------------------------------------------------- 11.0 Comments --------------------------------------------------------------*/ .comment-content a { word-wrap: break-word; } .bypostauthor { display: block; } .post-comments-badge{ height: 70px; width: 70px; position: absolute; top: 25px; right: 20px; border: none; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; background: #11bae0; text-align: center; display: table; } .post-comments-badge a{ display: table-cell; vertical-align: middle; color: white; font-size: 20px; line-height: 20px; } .post-comments-badge i.fa{ display: block; font-size: 15px; padding: 0; margin-bottom: 4px; } .post-comments-badge:hover{ background-color: #c9302c; } .post-comments-badge a:hover{ color: #fff; } @media screen and (max-width: 480px){ .post-comments-badge{ height: 50px; width: 50px; top: 36px; right: 3px; } .post header h3{ font-size: 20px; } } #comments h3{ text-align: center; } #comments h4{ font-size: 1.3em; } #comments ol{ list-style: none; padding: 0; margin: 0; } #comments ol li{ background: rgba(0,0,0,0.02); padding: 10px 20px; margin: 10px 0; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; border: solid 1px rgba(0,0,0,0.03); } #comments ol li ol.children{ padding: 0; list-style: none; font-size: 0.96em; } #reply-title{ margin: 40px 0 0; padding: 20px 0 0; border-top: solid 1px #eee; } /* Wordpress comments styles */ #comments footer{ background:none; color: inherit; } #comments footer a{ color: inherit; } #comments .comment-metadata{ margin: 10px 0 0; } /*-------------------------------------------------------------- 12.0 Pages --------------------------------------------------------------*/ .updated:not(.published) { display: none; } .page-content{ background: #fff; padding: 20px; border: solid 1px #ddd; margin: 0 0 40px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .entry-content, .entry-summary { margin: 1.5em 0 0; } .page-links { clear: both; margin: 0 0 1.5em; } .nothing-found-goback{ text-align: center; display: block; } /*-------------------------------------------------------------- 13.0 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; } /*-------------------------------------------------------------- 14.0 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%; } /* Make sure logo link wraps around logo image. */ .custom-logo-link{ display: inline-block; } /*-------------------------------------------------------------- 15.0 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; } /*-------------------------------------------------------------- 16.0 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.33333%; } .gallery-columns-4 .gallery-item { max-width: 25%; } .gallery-columns-5 .gallery-item { max-width: 20%; } .gallery-columns-6 .gallery-item { max-width: 16.66667%; } .gallery-columns-7 .gallery-item { max-width: 14.28571%; } .gallery-columns-8 .gallery-item { max-width: 12.5%; } .gallery-columns-9 .gallery-item { max-width: 11.11111%; } .gallery-caption { display: block; } /*-------------------------------------------------------------- 17.0 Footer --------------------------------------------------------------*/ .site-footer{ padding: 20px; font-family: 'Lato', sans-serif; font-size: 16px; color: #fff; background: #313131; } .site-footer a{ color: #fff; } .site-info{ text-align: left; } .site-info a:hover{ text-decoration: none; } .ameen-social{ text-align: right; } .ameen-social-twitter, .ameen-social-gplus, .ameen-social-instagram, .ameen-social-pinterest{ margin-left: 20px; } @media screen and (max-width: 767px){ .ameen-social{ text-align: left; margin-top: 20px; } } /*-------------------------------------------------------------- ## Custom Colors --------------------------------------------------------------*/ /* Color References Green: #79b044 Salmon: #dd5638 Blue Grey: #3e4249 Sky Blue: #11bae0 */