/*
Theme Name: IG
Theme URI: http://underscores.me/
Author: CPL
Author URI: http://www.cpl.co.uk
Description: Description
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ig
Tags:

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.

 IG is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
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 Comments
11.0 Infinite scroll
12.0 Media
    12.1 Captions
    12.2 Galleries
--------------------------------------------------------------*/

@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=a37dee61-0a4c-46a6-a4cb-2703820f58a3");
@font-face{
font-family:"AvantGardeGothic";
src:url("/wp-content/themes/ig/fonts/2a334c60-3e0d-4f43-b0e9-5284ea33961a.eot?#iefix");
src:url("/wp-content/themes/ig/fonts/2a334c60-3e0d-4f43-b0e9-5284ea33961a.eot?#iefix") format("eot"),url("/wp-content/themes/ig/fonts/c68f0543-0caf-4988-b234-355520476b8c.woff") format("woff"),url("/wp-content/themes/ig/fonts/2d4f1d98-ddb3-4acc-ae78-c8b1863f780e.ttf") format("truetype"),url("/wp-content/themes/ig/fonts/80f98a03-905d-49e6-8614-cec7c32ca4f2.svg#80f98a03-905d-49e6-8614-cec7c32ca4f2") format("svg");
}
@font-face{
font-family:"AvantGardeGothic";
font-style: italic;
src:url("/wp-content/themes/ig/fonts/d6c308a1-6908-40bc-b732-0fec02d083ac.eot?#iefix");
src:url("/wp-content/themes/ig/fonts/d6c308a1-6908-40bc-b732-0fec02d083ac.eot?#iefix") format("eot"),url("/wp-content/themes/ig/fonts/7571e8e6-97a2-48aa-97c1-b8aeeefc5409.woff") format("woff"),url("/wp-content/themes/ig/fonts/8f1e17ad-3b38-4d51-83f5-4e5469174a77.ttf") format("truetype"),url("/wp-content/themes/ig/fonts/1ee7d1fd-0f7c-4d70-b970-f4dc602eab62.svg#1ee7d1fd-0f7c-4d70-b970-f4dc602eab62") format("svg");
}
@font-face{
font-family:"AvantGardeGothic";
font-weight: bold;
src:url("/wp-content/themes/ig/fonts/b74e5f86-4477-435a-abdf-32d8215f21bc.eot?#iefix");
src:url("/wp-content/themes/ig/fonts/b74e5f86-4477-435a-abdf-32d8215f21bc.eot?#iefix") format("eot"),url("/wp-content/themes/ig/fonts/c18aee57-7585-4a8b-9a1c-69d226301d73.woff") format("woff"),url("/wp-content/themes/ig/fonts/44ccbb2b-0fbc-4d95-b1da-0aa73bd26fb0.ttf") format("truetype"),url("/wp-content/themes/ig/fonts/f2de529c-11d2-43b7-be7c-05c5aaeaf133.svg#f2de529c-11d2-43b7-be7c-05c5aaeaf133") format("svg");
}
@font-face{
font-family:"AvantGardeGothic";
font-weight: bold;
font-style: italic;
src:url("/wp-content/themes/ig/fonts/11458aa4-54c5-4577-b6c7-03209f393c77.eot?#iefix");
src:url("/wp-content/themes/ig/fonts/11458aa4-54c5-4577-b6c7-03209f393c77.eot?#iefix") format("eot"),url("/wp-content/themes/ig/fonts/4e9994cb-061f-4678-850d-527f1d636f44.woff") format("woff"),url("/wp-content/themes/ig/fonts/cb81a665-3c91-4f41-a739-dbf62a943154.ttf") format("truetype"),url("/wp-content/themes/ig/fonts/a662b8b1-1550-4c01-9eec-437f22cab36e.svg#a662b8b1-1550-4c01-9eec-437f22cab36e") format("svg");
}

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: AvantGardeGothic, sans-serif;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    text-rendering: geometricPrecision;
    vertical-align: baseline;
}

html {
    font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll; /* Keeps page centered 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/ */
}

*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
    -webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
    -moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
    box-sizing:         border-box;
}

body {
    background: #fff; /* Fallback for when there is no custom background color defined. */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

a:focus {
    outline: 0 none;
}

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

a img {
    border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
}

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

p {
    margin-bottom: 24px;
}

b,
strong {
    font-weight: bold;
}

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: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 24px;
}

ul,
ol {
    margin: 0 0 24px 32px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    width: inherit; /* Solves IE8 streched height bug - http://stackoverflow.com/a/8831173 */
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

figure {
    margin: 0;
}

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

th {
    font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
    font-size: 100%; /* Corrects font size not being inherited in all browsers */
    margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

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

input[type="search"] {
    -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
    -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
    -moz-box-sizing:    content-box;
    box-sizing:         content-box;
}

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 {
    color: #a1a1a1;
    border: 1px solid #141414;
    border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #141414;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 3px;
}

textarea {
    overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left: 3px;
    vertical-align: top; /* Improves readability and alignment in all browsers */
    width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
    color: #f1d300;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    text-decoration: underline;
}

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

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
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;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.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-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 */
}

/*--------------------------------------------------------------
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: 0 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;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
    max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
    display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 32px;
    overflow: hidden;
}

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

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

.page-content,
.entry-content,
.entry-summary {
    margin: 32px 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 32px;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-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;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.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%;
}

.oembed-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.oembed-container iframe,
.oembed-container object,
.oembed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

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

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

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 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.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;
}



/**
 * Site - Layout
 */

.site {
    background-color: #fff;
    min-width: 320px;
}

.wrapper-outer {}
.wrapper-inner {}
.wrapper-outer--header,
.wrapper-outer--footer {
    min-width: 100%;
    background-color: #fffefe;
    color: #141414;
}
.wrapper-outer--main {
    margin: 0 auto;
    background-color: #141414;
    color: #fffefe;
}

.wrapper-outer--header {
    position: relative;
    z-index: 2;
    height: 52px;
}
/* fixed header and footer */
@media screen and (min-width: 720px) { /* grid columns - 3 */
    .wrapper-outer--header {
        position: fixed;
        top: 0;
    }
    .admin-bar .wrapper-outer--header {
        top: 46px;
    }
    .wrapper-outer--main {
        margin-top: 52px;
    }
}
@media screen and (min-width: 783px) { /* grid columns - 3 */
    .admin-bar .wrapper-outer--header {
        top: 32px;
    }
}

.wrapper-inner--main {
    margin: 0 auto;
}
.wrapper-inner--main {
    padding: 32px 8px;
}
.wrapper-inner--footer {
    padding: 8px;
}
@media screen and (min-width: 320px) { /* grid columns - 1 */
    /*
    only here during dev, so it highlights the
    breakpoint in Chrome's device emulator
    */
}
@media screen and (min-width: 480px) { /* grid columns - 2 */
    .wrapper-inner--main,
    .wrapper-inner--header,
    .wrapper-inner--footer {
        width: 480px;
    }
    .wrapper-inner--footer {
        margin: 0 auto;
    }
}
@media screen and (min-width: 720px) { /* grid columns - 3 */
    .wrapper-inner--main,
    .wrapper-inner--header,
    .wrapper-inner--footer {
        position: relative;
        margin: 0 auto;
        width: 720px;
    }

    .content-area {
        float: right;
        margin: 0 0 0 -240px;
        width: 100%;
    }
    .site-main {
        margin: 0 0 0 240px;
    }
    .site-content .widget-area {
        float: left;
        overflow: hidden;
        width: 224px;
        /* .content-area sits on top, so need this to
           make the sidebar elements clickable */
        position: relative;
        z-index: 1;
    }
    .home .site-main {
        margin: 0;
    }
    .site-footer {
        clear: both;
        width: 100%;
    }
}
@media screen and (min-width: 960px) { /* grid columns - 4 */
    .wrapper-inner--main,
    .wrapper-inner--header,
    .wrapper-inner--footer {
        width: 960px;
    }
}
@media screen and (min-width: 1200px) { /* grid columns - 5 */
    .wrapper-inner--main,
    .wrapper-inner--header,
    .wrapper-inner--footer {
        width: 1200px;
    }

    .site-main {
        margin-right: 240px;
    }
}


/**
 * Header - Theme
 */

.main-navigation-toggle {
    display: none;
}
.main-navigation .menu {
    list-style-type: none;
    margin: 0;
}
.main-navigation .menu-item {
    display: block;
}
.main-navigation .menu-item a {
    color: #141414;
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 15px 10px;
    text-decoration: none;
}
.main-navigation .current-menu-item a,
.main-navigation .menu-item a:hover {
    background-color: #5e0097;
    color: #f1d300;
}
@media screen and (max-width: 719px) { /* grid columns < 3 */
    .main-navigation-toggle {
        display: inline-block;
        position: absolute;
        top: 12px;
        left: 12px;

        border-radius: 4px;
        border: 1px solid #141414;
        cursor: pointer;
        font-size: 16px;
        line-height: 1;
        padding: 6px 6px 4px;
        text-transform: uppercase;
    }
    .main-navigation-toggle.is-open {
        background-color: #5e0097;
        color: #f1d300;
    }
    .main-navigation {
        display: none;
        position: absolute;
        top: 100%;
        width: 100%;

        background-color: #fffefe;
    }
    .main-navigation.is-open {
        display: block;
    }
}
@media screen and (min-width: 720px) { /* grid columns - 3 */
    .main-navigation .menu-item {
        display: inline-block;
    }
}
@media screen and (min-width: 960px) { /* grid columns - 4 */
    .main-navigation .menu-item a {
        padding-left: 12px;
        padding-right: 12px;
    }
}


.search-and-social {
    position: absolute;
    top: 11px;
    right: 8px;
}
.search-and-social .search-form,
.search-and-social .social-links {
    display: inline-block;
    vertical-align: top;
}
.search-form .search-field {
    border: 0 none;
    border-bottom: 1px solid #141414;
    border-radius: 0;
    outline: 0 none;
    width: 160px;
    /* stops rounded corners on iOS */
    -webkit-appearance: none;
}
.search-form .search-submit {
    background-image: url(/wp-content/themes/ig/images/search.png);
    background-image: url(/wp-content/themes/ig/images/search-ie8.png)\9;
    background-size: contain;
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0 none;
    cursor: pointer;
    height: 30px;
    outline: 0 none;
    padding: 0;
    text-indent: 100%;
    width: 30px;
}
.site-header .social-links {
    display: none;
}
@media screen and (min-width: 720px) { /* grid columns - 3 */
    .search-form .search-field {
        width: 120px;
    }
}
@media screen and (min-width: 960px) { /* grid columns - 4 */
    .search-form .search-field {
        width: 160px;
    }
    .site-header .social-links {
        display: inline-block;
        margin-left: 8px;
    }
}

/* These rules are for the social links when displayed
   in either the header and the footer */
.social-links .menu {
    list-style-type: none;
    margin: 0;
}
.social-links .item {
    display: inline-block;
    vertical-align: top;
    margin-left: 8px;
}
.social-links .item:first-child {
    margin-left: 0;
}
.social-links .item a {
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}
.social-links .item--linkedin a {
    background-image: url(/wp-content/themes/ig/images/LinkedIn.png);
    background-image: url(/wp-content/themes/ig/images/LinkedIn-ie8.png)\9;
}
.social-links .item--twitter a {
    background-image: url(/wp-content/themes/ig/images/Twitter.png);
    background-image: url(/wp-content/themes/ig/images/Twitter-ie8.png)\9;
}
.social-links .item a {
    display: block;
}


/**
 * Grid - Layout
 */

.grid {
    overflow: hidden;
}
.grid-item {
    overflow: hidden;
}
.grid-item {
    width: 100%;
}
.grid-item--small .grid-item__inner {
    margin: auto;
    width: 224px;
}
.grid-item a {
    position: relative;
    display: block;
}
.grid-item img {
    display: block;
}
.widget-area .grid-item {
    display: none;
}
@media screen and (min-width: 480px) { /* grid columns - 2 */
    .grid {
        position: relative;
    }
    .grid-item {
        position: relative;
    }
    .grid-item--small {
        width: 224px;
        height: 224px;
    }
    .grid-item--large {
        width: 464px;
        height: 464px;
    }
    .grid-item__inner {
        height: 100%;
        width: 100%;
    }
    .grid a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
@media screen and (min-width: 720px) { /* grid columns - 3 */
    .widget-area .grid-item {
        display: block;
    }
}

.stamp {
    z-index: 1;
}
.stamp--logo {
    left: 0;
    top: 0;
}
.stamp--summary {
    left: 0;
    top: 240px;
}
.widget-area .stamp--logo {
    display: block;
}
@media screen and (min-width: 480px) { /* grid columns - 2 */
    .widget-area .stamp--logo {
        width: 100%;
    }
    .widget-area .stamp--logo a {
        position: static;
    }
}
@media screen and (min-width: 720px) { /* grid columns - 3 */
    .widget-area .stamp--logo a {
        position: absolute;
    }
    .stamp--summary {
        left: 240px;
        top: 0;
    }
}


/**
 * Grid - Theme
 */

.grid-item .grid-item__inner {
    background-color: #505050;
}
.stamp .grid-item__inner {
    background-color: #141414;
}
.stamp--summary .grid-item__inner {
    font-size: 24px;
    padding: 16px 8px;
}
@media screen and (min-width: 480px) { /* grid columns - 2 */
    .stamp--summary .grid-item__inner {
        font-size: 30px;
        padding: 32px;
    }
}
@media screen and (min-width: 720px) { /* grid columns - 3 */
    .site-main .grid {
        margin-left: -16px;
    }
}
.grid a {
    color: #fffefe;
    text-decoration: none;
}
.grid a:hover {
    text-decoration: underline;
}

.teaser--image .caption,
.teaser--team-member .name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;

    background-color: #505050;
    color: #a1a1a1;
    font-size: 20px;
    padding: 4px;
    text-align: center;
}

.teaser--fallback a,
.teaser--quote a,
.teaser--text a {
    font-size: 20px;
    padding: 16px;
}

.teaser--quote .quote {
    font-size: 18px;
}
.teaser--quote .quotee {
    color: #a1a1a1;
    font-size: 16px;
}

.teaser--testimonial a {
    font-size: 24px;
    padding: 16px;
}
.teaser--testimonial .testimonial-testimonial:before,
.teaser--testimonial .testimonial-testimonial:after {
    background-image: url(/wp-content/themes/ig/images/quote-open.png);
    background-image: url(/wp-content/themes/ig/images/quote-open-ie8.png)\9;
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    display: block;
    height: 46px;
    width: 73px;
}
.teaser--testimonial .testimonial-testimonial:after {
    background-image: url(/wp-content/themes/ig/images/quote-close.png);
    background-image: url(/wp-content/themes/ig/images/quote-close-ie8.png)\9;
}
.teaser--testimonial .testimonial-testimonial > *:last-child {
    margin-bottom: 0;
}
.teaser--testimonial .quotee {
    color: #a1a1a1;
    font-size: 16px;
    text-align: right;
}
@media screen and (max-width: 479px) { /* grid columns < 2 */
    .teaser--testimonial .testimonial-testimonial {
        margin-bottom: 16px;
    }
}
@media screen and (min-width: 480px) { /* grid columns - 2 */
    .teaser--testimonial .quotee {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 16px;
    }
}

.teaser--tweet {
    line-height: 1.1;
    -ms-word-break: break-all;
    word-break: break-all;
    /* Non standard for webkit */
    word-break: break-word;
}
.teaser--tweet a {
    font-size: 16px;
    padding: 16px;
}
.teaser--tweet .tweet-user {
    color: #a1a1a1;
}
.teaser--tweet .tweet-date {
    font-weight: bold;
}


/**
 * Posts/Page - Theme
 */


.site-main .post-navigation {
    margin: 0 0 32px;
}
.entry-meta {
    margin-bottom: 16px;
}
.page-title,
.entry-title {
    font-size: 24px;
}
.entry-content > *:last-child {
    margin-bottom: 0;
}

.featured-image {
    margin: 16px auto;
    width: 224px;
}
@media screen and (min-width: 720px) { /* grid columns - 3 */
    .site-main {
        padding-left: 16px;
    }
    .featured-image {
        float: right;
        margin: 0 0 16px 16px;
    }
}

.type-page .entry-content > p:first-of-type {
    font-size: 20px;
}

.job-title {
    font-size: 20px;
}


/**
 * Archive - Theme
 */

.blog .page-title,
.archive .page-title,
.search .page-title {
    margin-bottom: 32px;
}
.blog .hentry,
.archive .hentry,
.search .hentry {
    margin-bottom: 24px;
}
.blog .entry-title,
.archive .entry-title,
.search .entry-title {
    font-size: 20px;
    margin-bottom: 0;
}
.blog .entry-meta,
.archive .entry-meta,
.search .entry-meta {
    margin-bottom: 0;
}
.blog .entry-content,
.archive .entry-content,
.search .entry-content {
    margin-top: 0;
}
.blog .entry-content > *,
.archive .entry-content > *,
.search .entry-content > * {
    margin: 0;
}


/**
 * Archive - Theme
 */

.search-results .page-title span {
    color: #a1a1a1;
}


/**
 * Footer - Theme
 */

.site-footer {
    font-weight: bold;
}
.site-footer a {
    color: #141414;
    font-size: 15px;
    text-decoration: none;
}
.site-footer .current-menu-item a,
.site-footer a:hover {
    color: #a1a1a1;
}

.footer-navigation .menu {
    list-style-type: none;
    margin: 0 0 24px;
}
.footer-navigation > div {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}
div.menu-footer-nav-statics-container {
    width: 100%;
}
.footer-navigation .menu-item {
    display: block;
}
.footer-navigation .menu-item a {
    display: block;
    padding: 4px 0;
}
@media screen and (min-width: 480px) { /* grid columns - 2 */
    .footer-navigation > div {
        width: 32%;
    }
}
@media screen and (min-width: 720px) { /* grid columns - 3 */
    .footer-navigation {
        float: right;
        width: 443px;
    }
    .footer-navigation > div {
        float: left;
        width: auto;
    }
    .footer-navigation .menu {
        margin: 0;
    }
    .menu-footer-nav-content-types-container .menu {
        width: 93px;
    }
    .menu-footer-nav-categories-container .menu {
        margin-left: 24px;
        width: 92px;
    }
    .menu-footer-nav-statics-container .menu {
        margin-left: 24px;
        width: 210px;
    }
    .footer-navigation .menu-item {
        /* in case rounding errors force a break */
        white-space: nowrap;
    }
}
@media screen and (min-width: 960px) { /* grid columns - 4 */
    .footer-navigation {
        width: 459px;
    }
    .menu-footer-nav-categories-container .menu {
        margin-left: 32px;
    }
    .menu-footer-nav-statics-container .menu {
        margin-left: 32px;
    }
}

.contact-details-and-social {
    clear: left;
    margin: 0 0 32px;
    width: 240px;
}
.site-footer .social-links {
    margin-top: 32px;
}
.copyright {
    clear: left;
}
@media screen and (min-width: 720px) { /* grid columns - 3 */
    .contact-details-and-social {
        margin-bottom: 48px;
        width: 240px;
    }
    .copyright {
        position: absolute;
        left: 8px;
        bottom: 8px;
    }
}
@media screen and (min-width: 960px) { /* grid columns - 4 */
    .contact-details-and-social {
        margin-bottom: 56px;
    }
    .site-footer .social-links {
        display: none;
    }
}


/**
 * Google Maps
 */

.acf-map-wrapper{
    margin: 32px 0;
 }
.acf-map {
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    color: #2c2c2c;
}
@media screen and (min-width: 480px) and (max-width: 560px) and (orientation : landscape) { /* grid columns - 2 */
    /* This adds a space the the sides of maps (to allow space for scrolling the site, not panning the map) when:
     * - the layout is 2 columns wide (map would still be full width)
     * - the device is landscape
     */
    .acf-map-wrapper {
        padding: 0 40px;
    }
    .acf-map {
        padding-bottom: 59%;
    }
}
.acf-map > div {
    position: absolute;
    width: 100%;
    height: 100%;
}
.acf-map img {
    max-width: none;
}
.acf-map h4 {
    font-weight: bold;
    margin-bottom: 0;
}

/**
 * Social buttons
 */

 .social-buttosn {
    display: block;
 }
 .social-button {
    padding: 2px 0;
 }