/*
Theme Name: Think Web Strategy
Theme URI: http://nicolaepop.com/
Template: theme
Author: Nicolae Pop
Author URI: http://nicolaepop.com/
Description: The WordPress theme that helps you get started building great themes and websites
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: responsive-layout
Text Domain: nicolaepop

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.

*/
/* Table of Contents */
/* Normalize */
html {
  -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 {
  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-appearance: textfield;
  box-sizing: content-box;
}

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;
}

/* Elements */
*,
*:before,
*:after {
  box-sizing: border-box;
}

p {
  margin: 0 0 1em;
}

img,
iframe,
embed {
  max-width: 100%;
}

img {
  height: auto;
}

figure {
  margin: 1em 0;
}
figure img {
  display: block;
}

ul, ol {
  margin-bottom: 1em;
  margin-top: 1em;
}
ul ul, ul ol, ol ul, ol ol {
  padding-left: 1em;
  margin-bottom: 0;
  margin-top: 0;
}

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: 0.875rem;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  background: #eee;
  font-size: 0.875rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

table,
th,
td {
  border: 1px solid #d1d1d1;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.75em;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
}

th,
td {
  padding: 0.4375em;
}

fieldset {
  margin: 0 0 2em;
  padding: 1em;
}

legend {
  margin-bottom: 1em;
}

input,
select,
textarea {
  max-width: 100%;
}

/* Forms */
form {
  margin-bottom: 1.75em;
}

legend {
  font-weight: bold;
}

label {
  cursor: pointer;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  margin-right: 0.4375em;
}

/* WordPress classes */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
          clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.alignright,
.alignleft,
.aligncenter {
  display: block;
  margin-bottom: 1em;
}

@media (min-width: 48.063em) {
  .alignright {
    float: right;
    margin-left: 1em;
  }
}

@media (min-width: 48.063em) {
  .alignleft {
    float: left;
    margin-right: 1em;
  }
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  max-width: 100%;
}
.wp-caption img {
  display: block;
}

.wp-caption-text {
  visibility: inherit;
  margin-top: .5em;
}

.gallery-item {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 100%;
}
.gallery-item img {
  margin: 0 auto;
}

.gallery-caption {
  visibility: inherit;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

@media (min-width: 48.063em) {
  .gallery-columns-3 .gallery-item {
    width: 33.33%;
  }

  .gallery-columns-4 .gallery-item {
    width: 25%;
  }

  .gallery-columns-5 .gallery-item {
    width: 20%;
  }

  .gallery-columns-6 .gallery-item {
    width: 16.66%;
  }

  .gallery-columns-7 .gallery-item {
    width: 14.28%;
  }

  .gallery-columns-8 .gallery-item {
    width: 12.5%;
  }

  .gallery-columns-9 .gallery-item {
    width: 11.11%;
  }
}
/* Gravity Forms */
.gf_progressbar_wrapper {
  margin-bottom: 1em;
}

.validation_error {
  margin: 1em 0;
}

.gform_fields {
  padding-left: 0;
  list-style-type: none;
}

.gfield {
  margin-bottom: 1em;
  list-style: none;
}
@media (min-width: 48.063em) {
  .gfield .small {
    width: 33%;
  }
  .gfield .medium {
    width: 50%;
  }
  .gfield .large {
    width: 100%;
  }
}
.gfield .ginput_full,
.gfield .ginput_left,
.gfield .ginput_right,
.gfield .name_prefix,
.gfield .name_first,
.gfield .name_middle,
.gfield .name_last,
.gfield .name_suffix,
.gfield .ginput_container_time,
.gfield .ginput_cardinfo_left,
.gfield .ginput_cardinfo_right {
  display: block;
  margin-bottom: 1em;
}

.gfield_label {
  font-weight: bold;
  display: inline-block;
}

.gfield_required {
  margin-left: .25em;
}

.gfield_radio,
.gfield_checkbox {
  padding-left: 0;
  list-style-type: none;
}

.gfield_list_icons img {
  vertical-align: middle;
}

.gfield_creditcard_warning_message {
  margin: 1em 0;
}

.gform_ajax_spinner {
  margin-left: .375em;
  vertical-align: middle;
}

.gform_save_link {
  margin-left: .375em;
}

.resume_form_link {
  display: inline-block;
  margin-bottom: 1em;
}

.form_saved_message_sent {
  margin-bottom: 1em;
}

.form_saved_message_emailform {
  margin-top: 1em;
}

.gfield_required,
.validation_error,
.validation_message,
.gfield_creditcard_warning_message {
  color: #ec4f00;
}

body {
  margin: 0 auto;
  line-height: 1.5;
  font-family: "merriweather", serif;
  max-width: 832px;
  font-size: 20px;
  color: #555;
  padding: 0 1rem;
}

h1, h2, h3, h4 {
  margin-top: 2rem;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1rem;
}

h1, h2, h3 {
  line-height: 1.2;
}

h1, h2, h3 {
  color: #000;
}

a {
  color: #a6c9e2;
}
a:hover {
  color: #a6c9e2;
}

.header {
  padding-top: 2rem;
}

.header-text {
  text-align: center;
}

.header-image {
  display: block;
  text-align: center;
}

.page-header {
  display: none;
}

.category .page-header,
.tag .page-header,
.tax .page-header,
.date .page-header,
.author .page-header {
  display: block;
}

.home h1 {
  font-family: "ff-nuvo-web-pro", sans-serif;
  font-weight: 900;
  font-size: 50px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.home h1 a {
  color: inherit;
}
.home hr {
  margin: 1em auto;
  border: 0;
  border-bottom: 1px #aaa dashed;
  width: 50%;
}
.home blockquote {
  color: #a6c9e2;
}
.home .headline {
  text-align: center;
}
.home .wp-caption-text {
  padding: 0 1em;
  font-size: 18px;
}
.home .wp-caption-text a {
  color: inherit;
}
.home .copy {
  text-align: center;
}
.home .copy ul.list {
  list-style-type: none;
  padding-left: 0;
}
.home .copy ul.list li {
  display: inline-block;
}
.home .copy ul.list-columns {
  text-align: left;
  margin-bottom: 2em;
  list-style-type: none;
  padding-left: 0;
  font-size: 18px;
}
@media screen and (min-width: 640px) {
  .home .copy ul.list-columns {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 2em;
       -moz-column-gap: 2em;
            column-gap: 2em;
  }
}
.home .copy ul.list-columns li {
  margin-bottom: 1em;
}
.home .copy .footer {
  font-size: 18px;
}

.gfield_label {
  margin-bottom: .5em;
  display: inline-block;
}

#field_1_4 .gfield_radio li {
  display: inline-block;
  margin-right: 1em;
}
#field_1_4 .gfield_radio li:last-child {
  margin-right: 0;
}

.error404 .noentry {
  text-align: center;
}
.error404 .headline {
  font-size: 50px;
  margin-bottom: 3rem;
  max-width: 100%;
  margin-top: 3rem;
  font-family: "ff-nuvo-web-pro", sans-serif;
}
@media screen and (min-width: 720px) {
  .error404 .headline {
    font-size: 80px;
  }
}
.error404 .copy {
  color: black;
  font-size: 28px;
  font-weight: bold;
}

/* Forms */
.btn {
  display: inline-block;
  text-decoration: none;
}

.btn,
.btn.disabled:hover,
.btn.disabled:focus,
button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
  background: #1a1a1a;
  border: 0;
  border-radius: 2px;
  color: #fff;
  letter-spacing: 0.046875em;
  line-height: 1;
  padding: 0.74375em 0.875em 0.78125em;
}

.btn.disabled,
input[type="button"][disabled],
input[type="reset"][disabled],
input[type="submit"][disabled],
.btn.disabled:hover,
input[type="button"][disabled]:hover,
input[type="reset"][disabled]:hover,
input[type="submit"][disabled]:hover {
  background: #bababa;
}

.btn:hover,
.btn:focus,
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background: #007acc;
}

.btn:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: thin dotted;
  outline-offset: -4px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
  background: #f7f7f7;
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  color: #686868;
  padding: 0.625em 0.4375em;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
  background-color: #fff;
  border-color: #007acc;
  color: #1a1a1a;
  outline: 0;
}

.byline .image, .byline .url {
  vertical-align: middle;
  display: inline-block;
}
.byline .image {
  margin-right: .5em;
}

/* Comments */
.comments-list {
  padding-left: 0;
  list-style-type: none;
}
.comments-list .children {
  list-style-type: none;
  padding-left: 1.5em;
}

.bypostauthor {
  visibility: inherit;
}

.commentmetadata {
  margin-bottom: 1rem;
}

.comment-body {
  margin-bottom: 1rem;
}

.comment-author {
  margin-bottom: 1em;
}
.comment-author .avatar {
  vertical-align: middle;
  margin-right: .5em;
}

#comment,
#author,
#email,
#url {
  display: block;
}
