/*
Theme Name: Argent
Theme URI: https://wordpress.com/themes/argent/
Description: Argent is a clean and modern portfolio theme, geared towards creative professionals like designers, artists, and photographers. With its simple homepage template featuring portfolio projects, Argent aims to draw viewers right at what matters most: your wonderful work.
Version: 1.1.5
Author: Automattic
Author URI: https://wordpress.com/themes/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: argent
Tags: custom-background, custom-colors, custom-header, custom-menu, featured-images, grid-layout, one-column, portfolio, rtl-language-support, threaded-comments, translation-ready

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.

Argent is based on Underscores http://underscores.me/, (C) 2012-2016 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 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Portfolio
	10.4 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,a,code,font,q,s,small,strong,sub,var,dd,ul,li,form,label,table,tbody,tr,td {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
}

html {
  font-size: 62.5%;
  /* 10px */
  overflow-y: scroll;
  /* Keeps page centred in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

body {
  background: #f0f0f0;
}

aside,main,nav,section {
  display: block;
}

ul {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: separate;
}

td {
  text-align: left;
}

q:before,q:after {
  content: "";
}

q {
  quotes: "" "";
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/

body,button,input,textarea {
  color: #404040;
  font-family: "Cabin", Helvetica, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.7778;
}

h1,h2,h3,h4,h5,h6 {
  font-family: "Alegreya", Georgia, serif;
  font-weight: 700;
}

h1 {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.6;
  margin-bottom: 0.8em;
}

h2 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1;
  margin-bottom: 1em;
}

h3 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1;
  margin-bottom: 1em;
}

h4 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3333;
  margin-bottom: 1.3333em;
}

h5,h6 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7778;
  margin-bottom: 1.7778em;
  text-transform: uppercase;
}

p {
  margin-bottom: 1.7778em;
}

p:last-child {
  margin-bottom: 0;
}

b,strong {
  font-weight: bold;
}

i {
  font-style: italic;
}

code,var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 1.5rem;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

/*--------------------------------------------------------------
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: #fff;
  /* Fallback for when there is no custom background color defined. */
}

q {
  quotes: "" "";
}

ul {
  margin: 0 0 1.7778em 1em;
  list-style-position: outside;
}

ul {
  list-style-type: disc;
}

li > ul {
  margin-bottom: 0;
  margin-left: 1.7778em;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

table {
  width: 100%;
  margin: 0 0 1.7778em;
}

td {
  padding: 3px 5px;
  border-bottom: 1px solid #222;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/

button,input[type="button"],input[type="reset"],input[type="submit"] {
  background: none;
  border: 2px solid #999;
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  height: 2.9em;
  letter-spacing: .03em;
  padding: 0 24px;
  text-transform: uppercase;
}

button:hover,input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover {
  border-color: #000;
  color: rgba(0, 0, 0, 0.8);
}

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 {
  border-color: #000;
  outline: none;
}

input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"],textarea {
  font-size: 16px;
  font-size: 1.6rem;
  border: 2px solid #999;
}

input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="search"]:focus,textarea:focus {
  border-color: #000;
  color: #111;
  outline: none;
}

input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"] {
  height: 2.5em;
  padding: 0 7px;
}

textarea {
  padding-left: 7px;
  width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/

a {
  color: #999;
  text-decoration: none;
}

a:hover,a:focus,a:active {
  color: #222;
}

a:focus {
  outline: thin dotted;
}

a:hover,a:active {
  outline: 0;
}

.page-content a {
  border-bottom: 2px solid transparent;
}

.page-content a:hover {
  border-bottom: 2px solid #222;
}

a img {
  border: 0;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/

/* Small menu. */

.menu-toggle {
  color: #fff;
  display: block;
  margin: 0 auto;
}

.menu-toggle:before {
  border: none;
  content: '\f419';
  display: inline-block;
  padding-right: 8px;
  font-family: "Genericons";
  font-weight: normal;
  font-style: normal;
  vertical-align: top;
}

.menu-toggle:hover {
  border-color: #fff;
  color: #fff;
  opacity: 0.7;
}

/* Posts, comments navigation */

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/

.site-content:before,.site-content:after,.widget-wrapper:after,.widget-wrapper:before {
  content: "";
  display: table;
}

.site-content:after,.widget-wrapper:after {
  clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/

.widget {
  margin: 0 0 1.7778em;
  overflow: hidden;
}

.widget-title {
  font-family: "Cabin", Helvetica, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: .03em;
  margin-bottom: 1.7778em;
  text-align: center;
  text-transform: uppercase;
}

.widget ul {
  list-style: none;
  margin: 0;
}

.widget ul > li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.785em 0 0.857em;
}

.widget li > ul {
  margin-left: 24px;
}

.widget ul ul {
  margin-top: 0.785em;
}

.widget ul ul > li:last-child {
  padding-bottom: 0;
}

.widget button,.widget input[type="button"],.widget input[type="submit"] {
  border: 2px solid #ccc;
  color: #ccc;
}

.widget button:hover,.widget input[type="button"]:hover,.widget input[type="submit"]:hover {
  border: 2px solid #fff;
  color: #fff;
}

/* Make sure select elements fit in widgets. */

/* Search widget. */

.widget_search .search-field {
  width: 100%;
}

.widget_search .search-submit {
  display: none;
}

/* Calendar widget */

/* Social widgets */

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
10.1 Layout
--------------------------------------------------------------*/

.site-title {
  display: table;
  font-family: "Cabin",Helvetica,sans-serif;
  line-height: 1.25;
  letter-spacing: .03em;
  margin: 0 auto;
  max-width: 90%;
  text-align: center;
  text-transform: uppercase;
  z-index: 0;
}

.site-description {
  display: none;
  font-family: "Cabin", Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 0.8889em;
}

.site-title a {
  border: 10px solid currentColor;
  color: #222;
  display: block;
  padding: 0 .25em;
}

.site-main {
  margin: 3.5556em 0;
}

.site-info,.site-info a {
  color: rgba(255, 255, 255, 0.5);
}

.site-info a:hover {
  color: rgba(255, 255, 255, 1);
}

/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/

.home .page-content:after {
  display: block;
  color: #ddd;
  content: '\002A \002A \002A \002A \002A';
  font-size: 50px;
  letter-spacing: 25px;
  line-height: 1;
  font-size: 5rem;
  font-family: Arial, serif;
  margin: 0.64em 0;
  text-align: center;
  text-indent: 25px;
}

.home.page-template-default .page-content:after,.page-content:last-child:after {
  display: none;
}

.page-title,.page-title {
  font-family: "Alegreya", Georgia, serif;
  font-size: 40px;
  font-size: 4rem;
  font-style: italic;
  line-height: 1.6em;
  text-align: center;
}

.page .page-content {
  font-size: 18px;
  font-size: 1.8rem;
}

.sticky {
  display: block;
}

.page-content {
  margin: 0.75em 0 0;
}

/* Page links */

/* Read more link */

/* 404 Page / No search results */

.search-no-results .search-form {
  margin-bottom: 1.7778em;
}

.search-no-results .search-form input[type="search"] {
  width: 79%;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/

/*--------------------------------------------------------------
10.3 Portfolio
--------------------------------------------------------------*/

/* Portfolio shortcode */

/* Force-show single column on smaller screens */

/*--------------------------------------------------------------
10.4 Comments
--------------------------------------------------------------*/

#comments {
  font-size: 16px;
  font-size: 1.6rem;
}

.comments-title {
  font-size: 40px;
  font-size: 4rem;
  font-style: italic;
  line-height: 1.6;
  margin: 1.6em auto;
  text-align: center;
}

.no-comments {
  font-style: italic;
  margin-top: 1.75em;
  text-align: center;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinite-loader {
  clear: both;
  margin: 0 auto;
  width: 36px;
}

.infinite-loader {
  padding: 1.7778em 0;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/

.page-content img,.widget img {
  vertical-align: middle;
}

/* Make sure embeds and iframes fit their containers. */

embed,iframe,object {
  max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

/*--------------------------------------------------------------
13 Media Queries
--------------------------------------------------------------*/

@media screen and (max-width: 600px) {
  .menu-toggle {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .home .page-content,  .site-info {
    margin-right: 2em;
    margin-left: 2em;
  }
}

@media screen and (min-width: 768px) {
  .page-content {
    margin-right: auto;
    margin-left: auto;
    width: 660px;
  }

  /* Menu */

  .menu-toggle {
    display: none;
  }

  .nav-menu > li > a:after {
    color: #fff;
    content: " \2022";
    margin-left: 1em;
    opacity: 0.3;
  }

  .nav-menu > li:last-child > a:after {
    display: none;
  }

  /* Single Posts & Pages */

  /* Posts, comments navigation */

  /* Footer Widget Areas */

  /* Pull content into margins */
}

@media screen and (min-width: 1060px) {
  .site-title {
    max-width: 960px;
  }
}
