/*
Theme Name: Executive
Theme URI: https://diversethemes.com/premium-themes/executive
Author: Diverse Themes
Author URI: https://diversethemes.com
Description: a WordPress theme for Professionals
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: executive
Tags: two-columns, right-sidebar, grid-layout, flexible-header, custom-header, featured-images, custom-menu, full-width-template, theme-options, translation-ready, blog, news, portfolio

This theme, like WordPress, is licensed under the GPL.

Based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Font Icons by Font Awesome: http://fontawesome.io

Normalizing styles have been helped along thanks to the fine work of
Bo-Yi Wu (https://github.com/appleboy/), Nicolas Gallagher (https://github.com/necolas), and Jonathan Neal (https://github.com/jonathantneal).
*/
html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

/*--------------------------------------------------------------
Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
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;
  /* 1 */
  padding: 0;
  /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  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;
}

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
html,
body {
  height: 100%;
}

body,
button,
input,
select,
textarea {
  background: #ffffff;
  color: #4c4c4c;
  font-family: Lato, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

h1 {
  font-family: Oswald, Georgia, serif;
  font-size: 1.875rem;
  color: #1d1d1d;
  font-weight: 300;
  margin: 0;
  padding: 0 0 1.25rem;
  text-transform: uppercase;
  line-height: 1.3125rem;
}

h2 {
  font-family: Oswald, Georgia, serif;
  font-weight: 300;
  color: #4c4c4c;
  font-size: 26px;
  line-height: 1.31;
}

h3 {
  margin: 0 0 rem16;
  font-size: 1.5rem;
  line-height: 2rem;
}

h4 {
  margin: 0 0 1.0625rem;
  font-size: 1.375rem;
  line-height: 1.625rem;
}

h5 {
  margin: 0 0 1.3125rem;
  font-size: 1.125rem;
  line-height: 1.3125rem;
}

h6 {
  margin: 0 0 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

p {
  margin: 0 0 1.25rem;
}

b,
strong {
  font-weight: 700;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote,
q {
  margin: 0 1.5rem;
  quotes: "" "";
}

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

blockquote {
  font-size: 1.375rem;
  padding-left: 1.5rem;
  margin: 0 auto;
  border-left: 0.125rem solid #dddddd;
  font-family: Oswald, Georgia, serif;
}

address {
  margin: 0 0 1.5rem 0;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin: 0 0 1.5rem;
  max-width: 100%;
  overflow: auto;
  padding: 1.5rem;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

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

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
  height: auto;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
}

.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  height: auto;
  width: auto;
  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: 0.875rem;
  font-weight: 700;
  left: 0.3125em;
  line-height: normal;
  padding: 0.9375rem 1.4375rem 0.875rem;
  text-decoration: none;
  top: 0.3125em;
  z-index: 100000;
  /* Above WP toolbar */
}

/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  padding: 0 1.5rem 1.5rem 0;
}

.alignright {
  display: inline;
  float: right;
  padding: 0 0 1.5rem 1.5rem;
}

.aligncenter {
  padding: 1.5rem auto;
}

/*--------------------------------------------------------------
Clearings
--------------------------------------------------------------*/
.clear::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
  clear: both;
  content: "";
  display: block;
}

/*--------------------------------------------------------------
HTML Elements
--------------------------------------------------------------*/
embed,
iframe,
object {
  max-width: 100%;
}

hr {
  height: 1px;
  width: auto;
  background-color: #ccc;
  border: 0;
  margin: 0 0 1.5rem 0;
}

figure {
  margin: 0;
}

img {
  height: auto;
  max-width: 100%;
  width: 100%;
}

ul,
ol {
  margin: 0 0 3rem 1.5rem;
}

ul {
  list-style: square;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin: 0 0 0 1.5rem;
}

.hentry li {
  margin: 0 0 0.875rem;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5rem 1.5rem 0;
}

table {
  margin: 0 0 24px;
  width: 100%;
}

caption,
th {
  font-weight: bold;
}

th,
td {
  padding: 6px;
  border-bottom: 1px solid #c5c5c5;
}

/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin: 0;
  padding: 0;
}

.wp-caption {
  margin: 0 0 1.5rem 0;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}

.wp-caption .wp-caption-text {
  margin: 0.75rem 0;
}

.wp-caption-text {
  text-align: center;
}

.gallery {
  margin: 0 0 1.5rem 0;
}

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

.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;
}

/*--------------------------------------------------------------
Structure
--------------------------------------------------------------*/
.site {
  width: 100%;
  background: #000000;
}

.site-wrapper {
  width: 100%;
  background: #ffffff;
}

#content {
  margin: 2.5rem auto 1.25rem;
  max-width: 73.125rem;
  padding: 0 1.25rem;
}

#primary {
  width: 100%;
  padding: 0;
}

#secondary {
  width: 100%;
}

.homepage #primary,
.portfolio #primary,
.full-width #primary {
  width: 100%;
  padding: 0;
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
#masthead {
  background: #ffffff;
  width: 100%;
}

#masthead .branding-wrapper {
  height: 5.3125rem;
  margin: 0 auto;
  max-width: 73.125rem;
  padding: 1.25rem 0;
}

.header-image img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

.site-branding {
  float: left;
  margin-right: 1.25rem;
  text-align: left;
  text-transform: uppercase;
}

.site-title {
  font-family: Oswald, Georgia, serif;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.0625rem;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

.site-title a {
  color: #1d1d1d;
}

.site-title a:hover {
  color: #999;
}

/*--------------------------------------------------------------
Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/
a {
  color: #999;
  text-decoration: none;
}

a:hover {
  color: #000000;
}

a:focus, a:active {
  color: #000;
}

/*--------------------------------------------------------------
Main Navigation
--------------------------------------------------------------*/
.main-navigation {
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
  width: auto;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  color: #6a6a6a;
  display: block;
  text-decoration: none;
}

.main-navigation a:hover {
  color: #b8b8b8;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

/* Small menu. */

.posts-navigation {
  clear: both;
  display: block;
  overflow: hidden;
}

.nav-links {
  border-top: 1px solid #eee;
  clear: both;
  display: block;
  font-size: 0.875rem;
  margin: 1.25rem 0;
  padding: 1.25rem 0;
  overflow: hidden;
  text-transform: uppercase;
}

.nav-links .nav-previous {
  color: #999;
  float: left;
  width: 50%;
}

.nav-links .nav-previous:before {
  content: '\f100';
  font-family: FontAwesome;
  position: relative;
  margin-right: 0.3125rem;
  top: -1px;
}

.nav-links .nav-next {
  color: #999;
  float: right;
  text-align: right;
  width: 50%;
}

.nav-links .nav-next:after {
  content: '\f101';
  font-family: FontAwesome;
  position: relative;
  margin-left: 0.3125rem;
  top: -1px;
}

.blog .nav-links {
  border: none;
}

/*--------------------------------------------------------------
Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Posts and Pages
--------------------------------------------------------------*/
.bypostauthor {
  display: inline;
}

.sticky {
  display: block;
}

.hentry {
  border-bottom: 1px solid #eee;
  margin: 0 0 2.5rem;
  padding: 0 0 2.5rem;
}

.single .hentry,
.page .hentry {
  border-bottom: none;
}

.site-content img {
  display: block;
  max-width: 100%;
  width: 100%;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.25rem 0 0;
  max-width: 100%;
}

.page-content img,
.entry-content img,
.entry-summary img {
  margin: 0 0 1.25rem;
}

.entry-title {
  font-family: Oswald, Georgia, serif;
  font-size: 1.875rem;
  color: #1d1d1d;
  font-weight: 300;
  line-height: 1.09091;
  margin: 0;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
}

.entry-title a {
  color: #000;
}

.entry-title a:hover {
  color: #999;
}

.page-title {
  font-family: Oswald, Georgia, serif;
  font-size: 1.875rem;
  color: #1d1d1d;
  font-weight: 300;
  line-height: 1.09091;
  margin: 0;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
}

.homepage .page-title {
  margin: 0;
}

.archive-title {
  padding: 0 0 2.5rem;
}

.error404 .page-title,
.home .page-title {
  padding: 0;
}

.entry-meta {
  font-size: 1rem;
  margin: 1.25rem 0;
}

.entry-footer {
  font-size: 1rem;
}

.entry-footer a:hover {
  color: #000000;
}

.entry-footer span {
  display: block;
}

.portfolio-thumbnail-wrapper {
  margin-bottom: 1.25rem;
}

.page-links {
  clear: both;
  margin: 0 1.25rem 1.25rem 0;
}

.page-links a {
  background: #999;
  border-radius: 0.1875rem;
  color: #ffffff;
  padding: 0.0625rem 0.25rem;
}

.page-links a:hover {
  background: none;
  color: #000000;
}

.more-link {
  color: #999;
  display: block;
  font-size: 0.9375rem;
  font-weight: 700;
  padding: 1.25rem 0 0;
  text-transform: uppercase;
  width: 7.5rem;
}

.more-link:after {
  content: '\f101';
  font-family: FontAwesome;
  font-size: 0.9375rem;
  margin-left: 0.3125rem;
  position: relative;
  top: -1px;
}

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
}

button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  padding: 0.75rem 1.25rem;
  border: none;
  color: #ffffff;
  cursor: pointer;
  font-size: 0.875rem;
  text-transform: uppercase;
  -webkit-appearance: button;
}

.site-content button,
.site-content input[type="button"],
.site-content input[type="reset"],
.site-content input[type="submit"] {
  background: #000000;
}

.site-content button:hover,
.site-content button:focus,
.site-content button:active,
.site-content input[type="button"]:hover,
.site-content input[type="button"]:focus,
.site-content input[type="button"]:active,
.site-content input[type="reset"]:hover,
.site-content input[type="reset"]:focus,
.site-content input[type="reset"]:active,
.site-content input[type="submit"]:hover,
.site-content input[type="submit"]:focus,
.site-content input[type="submit"]:active {
  background: #333333;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */
  margin: 0 0.3125rem 0 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  background: none;
  border: 0.125rem solid #e8e8e8;
  box-sizing: border-box;
  font-size: 0.875rem;
  padding: 0.625rem;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  border: 0.125rem solid #000000;
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
}

label {
  display: block;
  margin-bottom: 0.625rem;
  font-weight: bold;
}

label[class*="radio"], label[class*="checkbox"] {
  margin-bottom: 0;
  font-size: 0.73rem;
  font-weight: normal;
}

/* Password protected posts from */
.post-password-form label {
  display: block;
  margin-bottom: 0;
}

.post-password-form input[type="password"] {
  margin: 0.625rem 0;
}

/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/
.comments-area {
  margin: 3rem auto 0;
  width: 100%;
}

.comment-reply-title,
.comments-title {
  font-size: 1.0625rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
  margin: 0;
  text-transform: uppercase;
}

.comment-list {
  list-style: none;
  margin: 0 0 3rem;
  padding: 0;
}

.comment-list article, .comment-list .pingback, .comment-list .trackback {
  border-top: 1px solid #ededed;
  margin-bottom: 1.5rem;
  padding-top: 1.5rem;
}

.comment-list > li:first-child > article, .comment-list > .pingback:first-child, .comment-list > .trackback:first-child {
  border-top: 0;
}

.comment-list .reply {
  margin-top: 1.5rem;
}

.comment-list .reply a:active {
  position: relative;
  bottom: -2px;
}

.comment-list .trackback a, .comment-list .pingback a {
  color: #737678;
}

.comment-list .trackback a:hover, .comment-list .trackback a:active, .comment-list .trackback a:focus, .comment-list .pingback a:hover, .comment-list .pingback a:active, .comment-list .pingback a:focus {
  color: #00a1e0;
}

.comment-list .children {
  list-style: none;
  margin-left: 1.5rem;
}

.comment-author {
  padding: 0 0 0 2.25rem;
  position: relative;
}

.bypostauthor {
  display: inline;
}

.comment-author a {
  color: #23292b;
}

.comment-author a:hover, .comment-author a:active, .comment-author a:focus {
  color: #00a1e0;
}

.comment-author .avatar {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
}

.says {
  display: none;
}

.comment-metadata a {
  font-size: 0.875rem;
  line-height: 1.23077;
  color: #aaa;
  text-transform: uppercase;
}

.comment-metadata a:hover, .comment-metadata a:active, .comment-metadata a:focus {
  color: #903000;
}

.comment-edit-link {
  margin-left: 0.625rem;
}

.comment-edit-link:before {
  content: "\f044";
  font-family: 'FontAwesome';
  position: relative;
  top: 0;
  margin: 0 4px 0 0;
}

.comment-content {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
  margin-top: 1.5rem;
}

.comment-content ul,
.comment-content ol {
  margin: 0 0 1.5rem 1.5rem;
}

.comment-content li > ul,
.comment-content li > ol {
  margin-bottom: 0;
}

.comment-content > :last-child {
  margin-bottom: 0;
}

.comment .comment-respond {
  margin-top: 3rem;
}

.comment-respond h3 {
  margin: 0 0 1.5rem;
}

.comment-notes, .comment-awaiting-moderation, .logged-in-as, .subscribe-label {
  line-height: 1.71429;
  color: #737678;
}

.no-comments {
  line-height: 1.5;
  color: #737678;
  margin-top: 1.5rem;
  text-transform: uppercase;
}

.comment-form label {
  display: block;
}

.form-allowed-tags, .form-allowed-tags code {
  line-height: 1.33333;
  color: #737678;
}

.required {
  color: #c0392b;
}

.comment-reply-title a {
  color: #23292b;
  float: right;
  height: 1.5rem;
  overflow: hidden;
  width: 1.5rem;
}

.comment-reply-title a:hover, .comment-reply-title a:active, .comment-reply-title a:focus {
  color: #00a1e0;
}

#cancel-comment-reply-link {
  width: auto;
}

.comment-navigation {
  margin-bottom: 3rem;
}

.comment-navigation a {
  line-height: 1.14286;
  text-transform: uppercase;
}

.comment-navigation .nav-next, .comment-navigation .nav-previous {
  display: inline-block;
}

.comment-navigation .nav-previous a {
  margin-right: 0.625rem;
}

#comment-nav-above {
  margin: 2.25rem 0 1.5rem;
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
.site-footer {
  background: #000;
  clear: both;
  width: 100%;
}

.site-info {
  clear: both;
  color: #fff;
  font-size: 15px;
  max-width: 1170px;
  margin: 0 auto;
  padding: 40px 0;
  text-align: center;
}

.site-info a {
  color: #fff;
}

.site-info a:hover {
  color: #999;
}

/*--------------------------------------------------------------
Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.25rem;
  /* Make sure select elements fit in widgets */
}

.widget select {
  background: transparent;
  margin: 1.25rem 0;
  max-width: 100%;
  width: 100%;
}

.widget-title {
  color: #1d1d1d;
  font-family: Oswald, Georgia, serif;
  font-size: 1.1875rem;
  font-weight: 300;
  line-height: 1.09091;
  margin: 0 0 1.25rem;
  padding: 0;
  text-transform: uppercase;
}

.widget ul {
  margin: 0 0 1.25rem;
  padding: 0;
}

.widget ul ul {
  margin: 0;
}

.widget ul li {
  border-top: 1px solid #e8e8e8;
  margin: 0;
  padding: 0.3125rem 0;
  font-size: 0.9375rem;
  list-style-type: none;
}

.widget ul li .sub-menu li,
.widget ul li .children li {
  border: none;
  border-top: 1px solid #e8e8e8;
}

.widget ul li:last-child {
  border-bottom: 1px solid #e8e8e8;
}

.widget ul li a {
  color: #333333;
  display: inline-block;
  padding: 0;
}

.widget ul li a:hover {
  color: #000000;
}

.widget_recent_comments .recentcomments a {
  border: none !important;
}

.widget_search {
  padding: 0 0 1.25rem;
}

.search-form .search-toggle:before {
  color: #cccccc;
  content: '\f002';
  font-family: FontAwesome;
  font-size: 1.25rem;
}

.search-form .search-icon {
  display: block;
  position: absolute;
  right: 0.75rem;
  top: 0.375rem;
}

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

.search-form input[type="search"] {
  padding-right: 2.5rem;
  color: #999;
}

.widget .search-form {
  position: relative;
}

.textwidget {
  margin: 1.25rem 0 0;
}

.textwidget p {
  font-size: 0.9375rem;
}

.calendar_wrap {
  max-width: 100%;
  margin: 1.25rem 0;
  width: 100%;
}

.widget_calendar {
  border-color: #e8e8e8;
  text-align: left;
}

.widget_calendar caption {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25em;
  margin-bottom: 20px;
  text-align: left;
}

.widget_calendar table {
  border-color: #e8e8e8;
}

.widget_calendar table a {
  color: #999;
}

.widget_calendar table a:hover,
.widget_calendar table a:active {
  color: #000;
}

.widget_calendar table th,
.widget_calendar table tr,
.widget_calendar table td {
  padding: 10px;
  text-align: center;
}

.widget_calendar thead th {
  font-weight: 600;
  font-size: 14px;
}

.widget_calendar tbody {
  color: #999;
  border-color: #e8e8e8;
}

.widget_calendar tbody th,
.widget_calendar tbody tr,
.widget_calendar tbody td {
  border: 1px solid #e8e8e8;
}

.widget_calendar tfoot a {
  font-weight: 400;
}

.widget_calendar #prev {
  text-align: left;
}

.widget_calendar #next {
  text-align: right;
}

.widget_rss ul li {
  border-bottom: 1px solid #e8e8e8;
  border-top: none;
  margin: 0 0 0.9375rem;
  padding: 0 0 0.9375rem;
}

.widget_rss .rss-date {
  display: block;
  padding: 0.3125rem 0;
}

.widget_rss .rsswidget {
  display: block;
  color: #1d1d1d;
}

.widget_rss .rsswidget img {
  display: none;
}

.widget_rss cite {
  display: block;
  padding-top: 0.625rem;
}

/*--------------------------------------------------------------
Homepage Template
--------------------------------------------------------------*/
.our-services {
  margin: 2.5rem 0 0;
  max-width: 73.125rem;
  overflow: hidden;
}

.our-services .hentry {
  border-bottom: 0;
  margin-bottom: 0;
}

.our-services .hentry p {
  margin: 0;
}

.our-services .featured-page {
  width: 100%;
}

.our-services .featured-page img {
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  background: #000000;
  display: block;
  width: 100%;
}

.our-services .featured-page img:hover {
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  opacity: .5;
}

.our-services .entry-title {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 1.25rem 0 0.9375rem;
}

.our-services .entry-content,
.our-services .entry-summary,
.our-services .page-content {
  margin: 0;
  padding: 0;
}

.home .featured-secondary-content {
  border-top: 0.0625rem solid #eeeeee;
  margin: 1.25rem 0;
  overflow: hidden;
  padding: 2.5rem 0 0;
  width: 100%;
}

.home .featured-secondary-content .hentry {
  border-bottom: none;
  margin-bottom: 0;
}

.home .featured-secondary-content section {
  width: 100%;
  padding: 0;
}

.home .featured-secondary-content .featured-thumbnail {
  margin: 0 auto;
  width: 100%;
}

/*--------------------------------------------------------------
Portfolio Template
--------------------------------------------------------------*/
.archive.tax-jetpack-portfolio-type .page-title {
  margin: 0 0 2.5rem;
}

.portfolio-wrap {
  height: 100%;
  margin: 2.5rem 0 0;
  overflow: hidden;
  padding: 0 0 2.5rem;
  width: 100%;
}

.archive .type-jetpack-portfolio,
.full-width .type-jetpack-portfolio,
.portfolio .type-jetpack-portfolio,
.homepage .type-jetpack-portfolio {
  margin-bottom: 2.3866348449%;
  width: 100%;
}

.type-jetpack-portfolio {
  position: relative;
}

.type-jetpack-portfolio .content-wrap {
  position: relative;
  -webkit-transform: translateZ(0);
}

.type-jetpack-portfolio .content-wrap:hover > .port-content {
  visibility: visible;
  display: block;
  opacity: 1;
  transition: all .4s ease-in-out;
}

.type-jetpack-portfolio .port-content {
  background-color: rgba(255, 255, 255, 0.7);
  border: 2px solid #000000;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-align: center;
  transition: all .4s ease-in-out;
}

.type-jetpack-portfolio .port-title {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: #000000;
  font-size: 1.0625rem;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  z-index: 9999;
}

/*--------------------------------------------------------------
Infinite scroll
--------------------------------------------------------------*/
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

.infinity-end.neverending .site-footer {
  display: block;
}

.post-type-archive-jetpack-portfolio #infinite-handle,
.tax-jetpack-portfolio-type #infinite-handle,
.tax-jetpack-portfolio-tag #infinite-handle,
.page-template-page-templatesarchive-jetpack-portfolio-php #infinite-handle {
  display: none;
}

.infinite-wrap {
  border-top: 1px solid #ededed;
  margin-top: 48px;
  padding-top: 48px;
}

/* Elements to hide: post navigation, normal footer. */
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

.infinity-end.neverending .site-footer {
  display: block;
}

/* Spinner */
.infinite-loader {
  clear: both;
  height: 36px;
  padding: 48px 0 12px;
}

.infinite-loader .spinner {
  margin: 0 auto;
  top: 18px !important;
  left: 0 !important;
}

/* Click-to-load */
#infinite-handle {
  clear: both;
  padding-top: 48px;
  text-align: center;
}

#infinite-handle span:hover {
  background-color: #00a1e0;
}

#infinite-handle span {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  background: #007cad;
  display: inline-block;
  color: #fff;
  padding: 12px 24px;
  text-transform: uppercase;
}

/* Footer */
#infinite-footer {
  z-index: 496;
}

#infinite-footer .container {
  border-color: #ededed;
  margin: 0;
  padding: 5px 24px;
}

#infinite-footer .blog-info a {
  color: #23292b;
}

#infinite-footer .blog-info a:hover, #infinite-footer .blog-info a:active, #infinite-footer .blog-info a:focus {
  color: #00a1e0;
}

#infinite-footer .blog-credits {
  color: #737678;
}

#infinite-footer .blog-credits a {
  color: #737678;
}

#infinite-footer .blog-credits a:hover, #infinite-footer .blog-credits a:active, #infinite-footer .blog-credits a:focus {
  color: #00a1e0;
}

#infinite-footer .blog-info a:hover,
#infinite-footer .blog-credits a:hover {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  #primary {
    float: left;
    display: block;
    margin-right: 2.3866348449%;
    width: 74.4033412888%;
    padding: 0 1.25rem 0 0;
  }
  #primary:last-child {
    margin-right: 0;
  }
  #secondary {
    float: left;
    display: block;
    margin-right: 2.3866348449%;
    width: 23.2100238663%;
    margin-right: 0;
  }
  #secondary:last-child {
    margin-right: 0;
  }
  #masthead .branding-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .site-title {
    margin-right: 0.875rem;
  }
  .main-navigation {
    margin-right: 1.25rem;
  }
  .main-navigation a {
    line-height: 5.3125rem;
    margin-right: 0.875rem;
  }
  .main-navigation ul ul {
    background-color: rgba(255, 255, 255, 0.9);
    border-top: 0.25rem solid #000000;
    box-shadow: 0 6px 30px -10px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    display: block;
    top: 4.6875rem;
    left: -999em;
    min-width: 15rem;
    z-index: 99999;
  }
  .main-navigation ul ul:before {
    content: "\f0d8";
    font-family: 'FontAwesome';
    position: absolute;
    left: 2em;
    height: auto;
    width: auto;
    line-height: 0;
    top: -0.4375rem;
  }
  .main-navigation ul ul a {
    display: block;
    line-height: 2.16666666666667em;
    padding: 0.625rem;
  }
  .main-navigation ul ul ul {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 6px 30px -10px rgba(0, 0, 0, 0.2);
    border: none;
    left: -999em;
    min-width: 15rem;
    top: 0;
    width: 100%;
  }
  .main-navigation ul ul ul:before {
    content: '';
  }
  .main-navigation ul ul a {
    width: 240px;
    line-height: 1.5;
  }
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
  .our-services .featured-page {
    float: left;
    display: block;
    margin-right: 2.3866348449%;
    width: 31.7422434368%;
  }
  .our-services .featured-page:last-child {
    margin-right: 0;
  }
  .home .featured-secondary-content section {
    float: left;
    display: block;
    margin-right: 2.3866348449%;
    width: 65.8711217184%;
    padding: 0 0.625rem 0 0;
  }
  .home .featured-secondary-content section:last-child {
    margin-right: 0;
  }
  .home .featured-secondary-content .featured-thumbnail {
    float: left;
    display: block;
    margin-right: 2.3866348449%;
    width: 31.7422434368%;
  }
  .home .featured-secondary-content .featured-thumbnail:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 48em) {
  .infinite-wrap {
    margin-top: 72px;
    padding-top: 72px;
  }
  .infinite-loader {
    padding: 72px 0 36px;
  }
  #infinite-handle {
    padding-top: 72px;
  }
}

@media screen and (min-width: 800px) {
  .archive .type-jetpack-portfolio,
  .full-width .type-jetpack-portfolio,
  .portfolio .type-jetpack-portfolio,
  .homepage .type-jetpack-portfolio {
    float: left;
    display: block;
    margin-right: 2.3866348449%;
    width: 31.7422434368%;
  }
  .archive .type-jetpack-portfolio:last-child,
  .full-width .type-jetpack-portfolio:last-child,
  .portfolio .type-jetpack-portfolio:last-child,
  .homepage .type-jetpack-portfolio:last-child {
    margin-right: 0;
  }
  .archive .type-jetpack-portfolio:nth-child(3n),
  .full-width .type-jetpack-portfolio:nth-child(3n),
  .portfolio .type-jetpack-portfolio:nth-child(3n),
  .homepage .type-jetpack-portfolio:nth-child(3n) {
    margin-right: 0;
  }
  .archive .type-jetpack-portfolio:nth-child(3n+1),
  .full-width .type-jetpack-portfolio:nth-child(3n+1),
  .portfolio .type-jetpack-portfolio:nth-child(3n+1),
  .homepage .type-jetpack-portfolio:nth-child(3n+1) {
    clear: left;
  }
}

@media screen and (min-width: 1070px) {
  #masthead .branding-wrapper {
    padding: 0;
  }
}

@media screen and (min-width: 1170px) {
  #content {
    padding: 0;
  }
}

@media screen and (max-width: 1170px) {
  .site-title {
    padding-left: 1.25rem;
  }
}

@media screen and (max-width: 900px) {
  .site-title {
    padding: 0 1.25rem;
  }
}

@media screen and (max-width: 768px) {
  .menu-toggle,
  .main-navigation.toggled ul {
    display: block;
    margin: 0;
    padding: 0;
  }
  .menu-toggle {
    background: #fff;
    border: 1px solid #eee;
    color: #000000;
    padding: 0.625rem;
    position: absolute;
    right: 1.25rem;
    top: 20px;
  }
  .menu-toggle:hover {
    background: #eee;
  }
  .toggled .menu-toggle {
    background: #eee;
    border-color: #999;
  }
  .main-navigation.toggled {
    padding: 1.25rem 0 0;
    width: 100%;
  }
  .main-navigation ul {
    margin: 0;
    padding: 0;
  }
  .main-navigation ul li {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .main-navigation ul a {
    display: block;
    padding: 0.625rem 0;
    text-align: center;
    width: 100%;
  }
  .main-navigation ul a:hover {
    background: #f1f1f1;
    color: #000000;
  }
}

@media screen and (max-width: 48em) {
  #infinite-footer {
    position: static;
  }
}
