/*
Theme Name: Interpol
Theme URI: http://www.lollum.com/interpol/
Author: Lollum
Author URI: http://www.lollum.com/
Description: A clean WordPress blog/magazine theme
Version: 1.8
License: The PHP code and integrated HTML are licensed under the General Public
License (GPL). All other parts, but not limited to the CSS code, images, and design belong to their respective owners.
License URI: http://www.gnu.org/licenses/gpl-2.0.html - https://help.market.envato.com/hc/en-us/articles/202501064
Text Domain: interpol
Tags: white, light, one-column, two-columns, three-columns, left-sidebar, right-sidebar, full-width-template, custom-menu, featured-images, sticky-post, theme-options, translation-ready

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 Layout
	2.1 Clearings
3.0 Typography
4.0 Elements
5.0 Forms
6.0 Breadcrumbs
7.0 Accessibility
8.0 Alignments
9.0 Sharer
10.0 Header
	10.1 Site navigation
	10.2 Branding
	10.3 Site follow
	10.4 Site search
11.0 Content
	11.1 Posts and pages
	11.2 Comments
12.0 Footer
13.0 Widgets
	13.1 Search
	13.2 Recent posts
	13.3 Recent comments
	13.4 Tag cloud
	13.5 RSS
	13.6 Calendar
	13.7 Social
14.0 Media
	14.1 Captions
	14.2 Galleries
	14.3 Slider
15.0 Media Queries
--------------------------------------------------------------*/

/*$color__link: #518896;
$color__link: #81AE9D;
$color__link: #A97C73;
$color__link: #899878;*/

/*--------------------------------------------------------------
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: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  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/ */
  box-sizing: border-box;
  /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}

*, *: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: #f5f5f5;
  /* 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;
}

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

a img {
  border: 0;
  vertical-align: middle;
}

/*--------------------------------------------------------------
2.0 Layout
--------------------------------------------------------------*/

#page {
  position: relative;
  z-index: 1;
}

#content {
  margin-top: 50px;
}

#primary {
  margin-bottom: 50px;
}

#secondary {
  margin-top: 50px;
  margin-bottom: 50px;
}

.wrap {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/*--------------------------------------
2.1 Clearings
--------------------------------------*/

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, #masthead:before, #masthead:after, #content:before, #content:after, #colophon:before, #colophon:after {
  content: "";
  display: table;
}

.clear:after, .entry-content:after, .comment-content:after, #masthead:after, #content:after, #colophon:after {
  clear: both;
}

/*--------------------------------------------------------------
3.0 Typography
--------------------------------------------------------------*/

body, button, input, select, textarea {
  color: #171617;
  font-family: "PT Serif", serif;
  font-size: 13px;
  line-height: 23px;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  color: #000;
  clear: both;
}

h1 {
  margin: 46px 0 20px;
  font-size: 25px;
  line-height: 38px;
}

h2 {
  margin: 46px 0 15px;
  font-size: 22px;
  line-height: 30px;
}

h3 {
  margin: 38px 0 8px;
  font-size: 19px;
  line-height: 26px;
}

h4 {
  margin: 30px 0 6px;
  font-size: 17px;
  line-height: 24px;
}

h5 {
  margin: 24px 0 6px;
  font-size: 16px;
  line-height: 19px;
}

h6 {
  margin: 24px 0 6px;
  font-size: 15px;
  line-height: 17px;
}

p {
  margin-bottom: 23px;
}

b, strong {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 0 50px;
  font-size: 18px;
  line-height: 28px;
  font-style: italic;
}

blockquote cite {
  padding-top: 15px;
  display: block;
  text-align: right;
  font-size: 14px;
  line-height: 24px;
}

address {
  margin: 0 0 23px;
}

pre {
  background: #f5f5f5;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 23px;
  max-width: 100%;
  overflow: auto;
  padding: 30px;
}

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

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

mark, ins {
  background: #d9f3fa;
  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%;
}

p.intro {
  font-size: 19px;
  line-height: 29px;
  font-weight: 700;
}

span.dropcap {
  padding: 7px 7px 7px 0;
  display: inline-block;
  float: left;
  font-size: 60px;
  font-weight: 700;
  color: #000;
}

/*--------------------------------------------------------------
4.0 Elements
--------------------------------------------------------------*/

hr {
  background-color: #000;
  border: 0;
  height: 1px;
  margin-bottom: 23px;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

a:hover {
  color: #84A9C0;
  text-decoration: none;
}

.entry-content a, .entry-summary a, .comment-text a {
  color: #84A9C0;
}

.entry-content a:hover, .entry-summary a:hover, .comment-text a:hover {
  color: #000;
}

.entry-content ul, .entry-content ol, .comment-text ul, .comment-text ol {
  margin: 0 0 23px 46px;
}

.entry-content ul, .comment-text ul {
  list-style: square;
}

.entry-content ol, .comment-text ol {
  list-style: decimal;
}

.entry-content ol ol, .comment-text ol ol {
  list-style-type: upper-alpha;
}

.entry-content li>ul, .entry-content li>ol, .comment-text li>ul, .comment-text li>ol {
  margin-bottom: 0;
  margin-left: 23px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 23px 23px;
}

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

figure {
  margin: 0;
}

table, th, td {
  border: 1px solid #ddd;
}

table {
  margin: 0 0 23px;
  width: 100%;
  border-width: 0 0 1px 0;
  border-collapse: collapse;
}

th {
  font-weight: 700;
  border-width: 0 0 1px 0;
}

td {
  border-width: 1px 0 0 0;
}

th, td {
  padding: 10px 15px 10px 0;
}

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

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

label {
  color: #000;
  font-weight: 700;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  padding: 10px 25px;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: none;
  line-height: 15px;
  text-shadow: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #84A9C0;
  -webkit-transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  color: #fff;
  background-color: #000;
}

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 */
  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 {
  margin-bottom: 23px;
  font-size: 13px;
  color: #000;
  border: 1px solid #f5f5f5;
  border-radius: 0;
  background-color: #f5f5f5;
  -webkit-appearance: none;
}

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

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
  padding: 8px 25px;
  line-height: 15px;
  box-sizing: border-box;
}

.firefox input[type="text"], .firefox input[type="email"], .firefox input[type="url"], .firefox input[type="password"], .firefox input[type="search"] {
  padding: 9px 25px;
}

form input[type="search"], form input[type="submit"] {
  vertical-align: top;
}

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

/*--------------------------------------------------------------
6.0 Breadcrumbs
--------------------------------------------------------------*/

.crumbs {
  margin-top: -20px;
  margin-bottom: 30px;
  padding: 23px;
  list-style: none;
  text-align: center;
}

.crumbs li {
  display: inline;
  position: relative;
  font-size: 15px;
  font-style: italic;
}

.crumbs li:before {
  padding: 0 5px;
  content: "\00BB";
}

.crumbs li:first-child:before {
  content: none;
}

/*--------------------------------------------------------------
7.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 {
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  display: block;
  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 */
}

/* Semantic text */

.semantic {
  display: none !important;
}

/*--------------------------------------------------------------
8.0 Alignments
--------------------------------------------------------------*/

.alignleft {
  display: inline;
  float: left;
  margin-right: 23px;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 23px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

/*--------------------------------------------------------------
9.0 Sharer
--------------------------------------------------------------*/

.post-sharer {
  margin-top: 23px;
  text-align: center;
}

.post-sharer li {
  display: inline-block;
  margin-bottom: 3px;
}

.post-sharer a {
  width: 32px;
  height: 32px;
  display: inline-block;
  color: #838383;
  font-size: 12px;
  line-height: 32px;
  text-align: center;
  border-radius: 100%;
  background-color: #e5e5e5;
}

.post-sharer a:hover {
  color: #fff;
}

.post-sharer .interpol-facebook-share:hover {
  background-color: #3B5998;
}

.post-sharer .interpol-twitter-share:hover {
  background-color: #00ACED;
}

.post-sharer .interpol-google-share:hover {
  background-color: #D14836;
}

.post-sharer .interpol-linkedin-share:hover {
  background-color: #007FB1;
}

.post-sharer .interpol-pinterest-share:hover {
  background-color: #CB2027;
}

.post-sharer .interpol-vk-share:hover {
  background-color: #45668E;
}

/*--------------------------------------------------------------
10.0 Header
--------------------------------------------------------------*/

#masthead {
  padding-bottom: 27px;
  text-align: center;
  background-color: #fff;
}

/*--------------------------------------
10.1 Site navigation
--------------------------------------*/

#site-mobile-navigation-toggle {
  padding: 10px 0;
  display: block;
  color: #000;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
}

#site-mobile-navigation-toggle .fa {
  margin-left: 10px;
}

#site-mobile-navigation-toggle:hover {
  text-decoration: none;
}

#mobile-navigation {
  padding: 30px 0;
  display: none;
  background-color: #f5f5f5;
}

#mobile-navigation .menu-item-has-children>a, #mobile-navigation a {
  padding: 4px 0;
  display: block;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
}

#mobile-navigation .menu-item-has-children>a:hover, #mobile-navigation a:hover {
  text-decoration: none;
}

#mobile-navigation ul ul {
  display: none;
}

#mobile-navigation ul ul a {
  font-weight: 400;
  text-transform: none;
}

#site-navigation {
  display: none;
}

/*--------------------------------------
10.2 Branding
--------------------------------------*/

.site-branding {
  margin-top: 50px;
}

.site-branding img {
  height: 50px;
  margin-bottom: 15px;
}

#retina-logo {
  display: none;
}

.site-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
}

.site-title a {
  color: #494d4f;
  text-decoration: none;
}

.site-description {
  font-size: 16px;
}

.site-logo {
  display: block;
}

/*--------------------------------------
10.3 Site follow
--------------------------------------*/

.site-follow {
  margin-top: 50px;
}

.site-follow li {
  display: inline-block;
  margin-bottom: 3px;
}

.site-follow a {
  width: 32px;
  height: 32px;
  display: inline-block;
  color: #838383;
  font-size: 12px;
  line-height: 32px;
  text-align: center;
  border-radius: 100%;
  background-color: #e5e5e5;
}

.site-follow a:hover {
  color: #fff;
  background-color: #84A9C0;
}

/*--------------------------------------
10.4 Site search
--------------------------------------*/

#masthead .search-form {
  margin-top: 50px;
}

/*--------------------------------------------------------------
11.0 Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
11.1 Posts and pages
--------------------------------------------------------------*/

/*--------------------------------------
12.1 Pages
--------------------------------------*/

.page-header {
  padding: 30px;
  margin-bottom: 2px;
  background-color: #fff;
}

.page-header .page-title {
  margin-top: 0;
  margin-bottom: 0;
}

.taxonomy-description p {
  margin-bottom: 0;
  font-style: italic;
}

.single-page-post {
  padding-bottom: 23px;
  background-color: #fff;
}

.type-page>.entry-content {
  padding: 30px 30px 0;
}

.page-content {
  padding: 30px;
  background-color: #fff;
}

.not-found .page-content p {
  font-size: 15px;
  font-style: italic;
}

.author #author-bio {
  margin-bottom: 2px;
}

/*--------------------------------------
12.2 Posts
--------------------------------------*/

.entry-header {
  padding: 20px;
  text-align: center;
}

.entry-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 34px;
}

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

.entry-title a:hover {
  color: #84A9C0;
  text-decoration: none;
}

.interpol_cat {
  margin: 0 5px 5px 5px;
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  color: #84A9C0;
  border-bottom: 1px solid #84A9C0;
  -webkit-transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.interpol_cat:hover {
  color: #000;
  border-bottom: 1px solid #000;
}

.tags-links {
  padding: 30px;
  /*margin-top: 40px;*/
  margin-bottom: 40px;
  font-size: 13px;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  background-color: #f5f5f5;
}

.tags-links a {
  font-weight: 400;
  text-transform: none;
}

.date-author {
  text-align: center;
  font-size: 12px;
}

.date-author .nickname {
  font-weight: 700;
}

.comments-views {
  font-weight: 700;
  text-align: center;
}

.comments-views>span:nth-child(2):before {
  margin: 0 3px;
  content: "\002F";
}

.comments-views>span.semantic:before {
  content: none;
}

.comments-views a {
  color: #171617;
}

.comments-views a:hover {
  color: #84A9C0;
}

.post-thumbnail {
  display: block;
  text-align: center;
}

.post-thumbnail embed, .post-thumbnail iframe, .post-thumbnail object {
  margin-bottom: 30px;
}

.post-module {
  margin-bottom: 50px;
  background-color: #fff;
}

.post-module-content {
  padding: 0 30px 30px;
}

.has-post-thumbnail .post-module-content {
  padding: 30px;
}

.format-video .post-module-content {
  padding-top: 30px;
}

.format-audio .post-module-content {
  padding-top: 0;
}

.sticky {
  border: 5px solid #e5e5e5;
}

.more-link-wrap {
  font-style: italic;
  text-align: center;
}

.more-link-wrap a:hover {
  color: #000;
}

.entry-content .more-link-wrap {
  margin-bottom: 0;
}

.page-links {
  margin-bottom: 23px;
  padding-top: 23px;
  font-weight: 700;
  text-align: center;
  border-top: 1px solid #ededed;
}

.post-password-form {
  text-align: center;
}

.post-password-form input[type="password"] {
  margin-left: 15px;
}

.entry-footer {
  margin-top: 23px;
}

#author-bio {
  margin-top: 2px;
  padding: 30px;
  text-align: center;
  background-color: #fff;
}

#author-bio .author-avatar {
  margin-bottom: 10px;
}

#author-bio .author-avatar img {
  border-radius: 6px;
}

#author-bio .author-name {
  font-weight: 700;
  color: #000;
  font-size: 15px;
}

#author-bio .author-name a {
  color: #84A9C0;
}

#author-bio .author-info {
  margin-top: 23px;
  margin-bottom: 0;
  font-style: italic;
}

.post-navigation {
  margin-top: 2px;
  padding: 20px 30px;
  text-align: center;
  background-color: #fff;
}

.post-navigation .nav-post {
  margin: 10px 0;
  font-style: italic;
}

.post-navigation .meta-nav {
  display: block;
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  color: #000;
}

#related-posts {
  margin-top: 2px;
  padding: 30px 0 10px;
  text-align: center;
  background-color: #fff;
}

#related-posts h3 {
  margin-top: 0;
  margin-bottom: 30px;
  display: inline-block;
  font-size: 15px;
  border-bottom: 1px solid #000;
}

#related-posts .post-thumbnail {
  margin-bottom: 10px;
}

#related-posts .entry-title {
  margin-bottom: 20px;
  padding: 0 30px;
  font-size: 15px;
  line-height: 25px;
}

#related-posts .entry-cats {
  padding: 0 30px;
}

.paging-navigation {
  margin-bottom: 50px;
  font-size: 15px;
  font-style: italic;
  text-align: center;
}

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

/*--------------------------------------------------------------
11.2 Comments
--------------------------------------------------------------*/

#comments {
  margin-top: 2px;
  padding: 30px;
  background-color: #fff;
}

#comments .comments-title, #comments .comment-reply-title {
  margin-top: 0;
  margin-bottom: 30px;
  display: inline-block;
  font-size: 15px;
  border-bottom: 1px solid #000;
}

#comments .children {
  margin-left: 50px;
}

#comments .comment-body {
  margin-bottom: 23px;
  padding-bottom: 23px;
  border-bottom: 1px solid #ededed;
}

#comments .bypostauthor>.comment-body {
  padding-left: 23px;
  border-bottom: 1px solid #84A9C0;
  border-left: 5px solid #84A9C0;
}

#comments .comment-author img {
  position: absolute;
  border-radius: 4px;
}

#comments .comment-author cite {
  margin-left: 50px;
  display: block;
  font-style: normal;
  font-weight: 700;
  line-height: 15px;
}

#comments .comment-meta {
  margin-left: 50px;
  line-height: 15px;
  font-style: italic;
}

#comments .pingback .comment-author cite, #comments .pingback .comment-meta {
  margin-left: 0;
}

#comments .comment-text {
  margin-top: 10px;
}

#comments .reply {
  margin-top: -20px;
  font-weight: 700;
  font-size: 12px;
}

#comments .logged-in-as, #comments .comment-awaiting-moderation, #comments .no-comments {
  font-weight: 700;
}

#commentform label {
  display: none;
}

#commentform input[type="text"], #commentform input[type="email"], #commentform input[type="url"], #commentform input[type="password"], #commentform input[type="search"], #commentform textarea {
  margin-bottom: 0;
  width: 100%;
}

#commentform .comment-notes {
  font-style: italic;
}

.comment-navigation {
  margin: 50px 0;
  font-weight: 700;
  text-align: center;
}

.comment-navigation span {
  display: block;
}

/*--------------------------------------------------------------
12.0 Footer
--------------------------------------------------------------*/

#colophon {
  padding-top: 50px;
  background-color: #fff;
}

#colophon .widget {
  padding: 0;
}

#colophon .widget-title {
  margin-bottom: 23px;
  display: block;
  font-size: 13px;
  font-weight: 700;
  border-bottom: none;
}

#colophon .textwidget a {
  color: #84A9C0;
}

#colophon .site-description {
  margin-bottom: 0;
  padding: 10px 30px;
  font-size: 13px;
  text-align: center;
  background-color: #f5f5f5;
}

#colophon .site-description a {
  color: #84A9C0;
}

#colophon .widget-area {
  margin-bottom: 50px;
}

/*--------------------------------------------------------------
13.0 Widgets
--------------------------------------------------------------*/

#secondary input[type="text"], #secondary input[type="email"], #secondary input[type="url"], #secondary input[type="password"], #secondary input[type="search"] {
  width: 100%;
}

.widget-title, .section-title h4 {
  margin-top: 0;
  margin-bottom: 30px;
  display: inline-block;
  font-size: 15px;
  border-bottom: 1px solid #000;
}

.widget {
  margin-bottom: 50px;
  padding: 30px;
  background-color: #fff;
}

.widget select {
  width: 100%;
}

/*--------------------------------------
13.1 Search
--------------------------------------*/

.widget_search input[type="search"] {
  margin-bottom: 0;
}

/*--------------------------------------
13.2 Recent posts
--------------------------------------*/

.widget_recent_entries .post-date {
  margin-bottom: 5px;
  display: block;
  color: #868686;
  font-size: 11px;
  font-style: italic;
}

/*--------------------------------------
13.3 Recent comments
--------------------------------------*/

.widget_recent_comments .comment-author-link {
  font-weight: 700;
  font-style: italic;
}

/*--------------------------------------
13.4 Tag cloud
--------------------------------------*/

.widget_tag_cloud a {
  margin: 0 0 3px 0;
  padding: 0 10px;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  background-color: #84A9C0;
}

.widget_tag_cloud a:hover {
  color: #838383;
  background-color: #e5e5e5;
}

/*--------------------------------------
13.5 RSS
--------------------------------------*/

.widget_rss .rsswidget img {
  display: none;
}

.widget_rss li {
  margin-bottom: 23px;
}

.widget_rss li .rsswidget {
  font-weight: 700;
}

.widget_rss li .rss-date {
  display: block;
  color: #868686;
  font-size: 11px;
  font-style: italic;
}

.widget_rss li cite {
  color: #84A9C0;
}

/*--------------------------------------
13.6 Calendar
--------------------------------------*/

.widget_calendar {
  font-size: 12px;
}

.widget_calendar caption {
  padding: 15px;
  text-align: center;
  font-weight: 700;
  border: 1px solid #ddd;
  border-bottom: none;
}

.widget_calendar th, .widget_calendar td {
  padding: 5px;
  border: 1px solid #ddd;
  text-align: center;
}

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

/*--------------------------------------
13.7 Social
--------------------------------------*/

.interpol_widget_social .site-follow {
  margin-top: 0;
  display: block;
  width: auto;
  float: none;
}

/*--------------------------------------
13.8 Post Modules
--------------------------------------*/

.interpol_widget_module_category .post, .interpol_widget_module_comments .post, .interpol_widget_module_ids .post, .interpol_widget_module_random .post, .interpol_widget_module_recent .post, .interpol_widget_module_tag .post, .interpol_widget_module_views .post {
  margin-bottom: 15px;
  padding-bottom: 15px;
  min-height: 100px;
  border-bottom: 1px solid #ededed;
  overflow: hidden;
}

.interpol_widget_module_category .post:last-child, .interpol_widget_module_comments .post:last-child, .interpol_widget_module_ids .post:last-child, .interpol_widget_module_random .post:last-child, .interpol_widget_module_recent .post:last-child, .interpol_widget_module_tag .post:last-child, .interpol_widget_module_views .post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.interpol_widget_module_category .post.no-thumb, .interpol_widget_module_comments .post.no-thumb, .interpol_widget_module_ids .post.no-thumb, .interpol_widget_module_random .post.no-thumb, .interpol_widget_module_recent .post.no-thumb, .interpol_widget_module_tag .post.no-thumb, .interpol_widget_module_views .post.no-thumb {
  min-height: 0;
}

.interpol_widget_module_category .post-thumbnail, .interpol_widget_module_comments .post-thumbnail, .interpol_widget_module_ids .post-thumbnail, .interpol_widget_module_random .post-thumbnail, .interpol_widget_module_recent .post-thumbnail, .interpol_widget_module_tag .post-thumbnail, .interpol_widget_module_views .post-thumbnail {
  position: absolute;
}

.interpol_widget_module_category .entry-header, .interpol_widget_module_comments .entry-header, .interpol_widget_module_ids .entry-header, .interpol_widget_module_random .entry-header, .interpol_widget_module_recent .entry-header, .interpol_widget_module_tag .entry-header, .interpol_widget_module_views .entry-header {
  padding: 0;
}

.interpol_widget_module_category .entry-title, .interpol_widget_module_comments .entry-title, .interpol_widget_module_ids .entry-title, .interpol_widget_module_random .entry-title, .interpol_widget_module_recent .entry-title, .interpol_widget_module_tag .entry-title, .interpol_widget_module_views .entry-title {
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}

.interpol_widget_module_category .date-author, .interpol_widget_module_comments .date-author, .interpol_widget_module_ids .date-author, .interpol_widget_module_random .date-author, .interpol_widget_module_recent .date-author, .interpol_widget_module_tag .date-author, .interpol_widget_module_views .date-author {
  margin-top: 5px;
  text-align: left;
}

.interpol_widget_module_category .entry-summary, .interpol_widget_module_comments .entry-summary, .interpol_widget_module_ids .entry-summary, .interpol_widget_module_random .entry-summary, .interpol_widget_module_recent .entry-summary, .interpol_widget_module_tag .entry-summary, .interpol_widget_module_views .entry-summary {
  margin-top: 10px;
}

.interpol_widget_module_category p, .interpol_widget_module_comments p, .interpol_widget_module_ids p, .interpol_widget_module_random p, .interpol_widget_module_recent p, .interpol_widget_module_tag p, .interpol_widget_module_views p {
  margin-bottom: 0;
}

.interpol_widget_module_category .entry-footer, .interpol_widget_module_comments .entry-footer, .interpol_widget_module_ids .entry-footer, .interpol_widget_module_random .entry-footer, .interpol_widget_module_recent .entry-footer, .interpol_widget_module_tag .entry-footer, .interpol_widget_module_views .entry-footer {
  margin-top: 0;
}

.interpol_widget_module_category .has-post-thumbnail .entry-header, .interpol_widget_module_category .has-post-thumbnail .date-author, .interpol_widget_module_category .has-post-thumbnail .entry-summary, .interpol_widget_module_comments .has-post-thumbnail .entry-header, .interpol_widget_module_comments .has-post-thumbnail .date-author, .interpol_widget_module_comments .has-post-thumbnail .entry-summary, .interpol_widget_module_ids .has-post-thumbnail .entry-header, .interpol_widget_module_ids .has-post-thumbnail .date-author, .interpol_widget_module_ids .has-post-thumbnail .entry-summary, .interpol_widget_module_random .has-post-thumbnail .entry-header, .interpol_widget_module_random .has-post-thumbnail .date-author, .interpol_widget_module_random .has-post-thumbnail .entry-summary, .interpol_widget_module_recent .has-post-thumbnail .entry-header, .interpol_widget_module_recent .has-post-thumbnail .date-author, .interpol_widget_module_recent .has-post-thumbnail .entry-summary, .interpol_widget_module_tag .has-post-thumbnail .entry-header, .interpol_widget_module_tag .has-post-thumbnail .date-author, .interpol_widget_module_tag .has-post-thumbnail .entry-summary, .interpol_widget_module_views .has-post-thumbnail .entry-header, .interpol_widget_module_views .has-post-thumbnail .date-author, .interpol_widget_module_views .has-post-thumbnail .entry-summary {
  margin-left: 120px;
}

.interpol_widget_module_category .no-thumb .entry-header, .interpol_widget_module_category .no-thumb .date-author, .interpol_widget_module_category .no-thumb .entry-summary, .interpol_widget_module_comments .no-thumb .entry-header, .interpol_widget_module_comments .no-thumb .date-author, .interpol_widget_module_comments .no-thumb .entry-summary, .interpol_widget_module_ids .no-thumb .entry-header, .interpol_widget_module_ids .no-thumb .date-author, .interpol_widget_module_ids .no-thumb .entry-summary, .interpol_widget_module_random .no-thumb .entry-header, .interpol_widget_module_random .no-thumb .date-author, .interpol_widget_module_random .no-thumb .entry-summary, .interpol_widget_module_recent .no-thumb .entry-header, .interpol_widget_module_recent .no-thumb .date-author, .interpol_widget_module_recent .no-thumb .entry-summary, .interpol_widget_module_tag .no-thumb .entry-header, .interpol_widget_module_tag .no-thumb .date-author, .interpol_widget_module_tag .no-thumb .entry-summary, .interpol_widget_module_views .no-thumb .entry-header, .interpol_widget_module_views .no-thumb .date-author, .interpol_widget_module_views .no-thumb .entry-summary {
  margin-left: 0;
}

/*--------------------------------------------------------------
14.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 {
  margin-bottom: 50px;
  max-width: 100%;
}

.wp-audio-shortcode, .wp-audio-shortcode {
  margin-bottom: 50px;
}

/*--------------------------------------------------------------
14.1 Captions
--------------------------------------------------------------*/

.wp-caption {
  margin-bottom: 23px;
  max-width: 100%;
}

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

.wp-caption .wp-caption-text {
  margin: 0 0 15px;
  font-size: 13px;
  font-style: italic;
}

.wp-caption-text {
  text-align: center;
  font-style: italic;
}

/*--------------------------------------------------------------
14.2 Galleries
--------------------------------------------------------------*/

.gallery {
  margin-bottom: 23px;
}

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

.gallery-item img {
  margin-bottom: 15px;
}

.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 {
  margin: 0 0 15px;
  display: block;
  font-size: 12px;
  font-style: italic;
}

.interpol-gallery {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 23px;
  position: relative;
  background-color: #f5f5f5;
}

.interpol-gallery h4 {
  margin-top: 0;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 15px;
  border-bottom: 1px solid #000;
}

.interpol-gallery .interpol-gallery-images {
  margin-top: 23px;
  overflow: hidden;
}

.interpol-gallery figcaption {
  display: none;
}

.interpol-gallery figure {
  padding: 3px;
  float: left;
  width: 20%;
}

.interpol-gallery figure img {
  border: 3px solid transparent;
  -webkit-transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.interpol-gallery figure:hover img {
  border-color: #000;
}

.interpol-gallery p {
  margin-left: 3px;
  margin-top: 5px;
  margin-bottom: 0;
  font-style: italic;
}

/*--------------------------------------------------------------
14.3 Slider
--------------------------------------------------------------*/

.flex-container a:hover, .flex-slider a:hover, .flex-container a:focus, .flex-slider a:focus {
  outline: none;
}

.slides, .slides>li, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides>li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  /*width: 100%;*/
  display: block;
}

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides>li:first-child {
  display: block;
}

.flex-home {
  margin-bottom: 50px;
  position: relative;
}

.flex-home .slides>li {
  position: relative;
}

.flex-home .slides {
  zoom: 1;
}

.flex-home .slides img {
  height: auto;
}

.flex-home .flex-direction-nav a {
  display: none;
}

.flex-home .post-thumbnail {
  margin-bottom: 0;
}

.flex-home .post-slider-content {
  display: none;
}

/*--------------------------------------------------------------
15.0 Media Queries
--------------------------------------------------------------*/

@media (min-width: 471px) {
  .wrap {
    padding-left: 0;
    padding-right: 0;
    width: 440px;
  }
}

@media (min-width: 480px) {
  .flex-home .post-slider-content {
    display: block;
    padding: 10px;
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    text-align: center;
    background-color: #fff;
  }
  .flex-home .post-slider-content .entry-header {
    padding: 0;
  }
  .flex-home .post-slider-content .entry-title {
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .flex-home .post-slider-content .entry-summary, .flex-home .post-slider-content .date-author, .flex-home .post-slider-content .entry-cats {
    display: none;
  }
}

@media (min-width: 768px) {
  /* from this breakpoint, the post modules are floatted dependenig on the number of columns */
  .wrap {
    width: 728px;
  }
  .post-modules {
    font-size: 0;
    /* hack for margin in inline-block */
  }
  .post-module {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    /* hack for margin in inline-block */
  }
  .single-page-post, .post-module-full {
    width: 100%;
  }
  .single-page-post .entry-footer, .post-module-full .entry-footer {
    font-size: 0;
    /* hack for margin in inline-block */
  }
  .single-page-post .comments-views, .post-module-full .comments-views {
    display: inline-block;
    width: 50%;
    text-align: left;
    font-size: 13px;
    /* hack for margin in inline-block */
  }
  .single-page-post .post-sharer, .post-module-full .post-sharer {
    margin-top: 0;
    display: inline-block;
    width: 50%;
    text-align: right;
    font-size: 13px;
    /* hack for margin in inline-block */
  }
  .post-module-grid {
    width: 349px;
  }
  .post-module-grid:nth-child(odd) {
    margin-right: 30px;
  }
  .misc-modules .post-module-grid:nth-child(odd) {
    margin-right: 0;
  }
  .misc-modules .post-module-grid:nth-child(even) {
    margin-right: 30px;
  }
  .paged .post-module-grid:nth-child(odd) {
    margin-right: 30px;
  }
  .paged .post-module-grid:nth-child(even) {
    margin-right: 0;
  }
  /* related posts */
  #related-posts {
    padding: 30px 30px 10px;
    text-align: left;
  }
  #related-posts .related-posts {
    font-size: 0;
    /* hack for margin in inline-block */
    text-align: center;
  }
  #related-posts article {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    /* hack for margin in inline-block */
  }
  #related-posts article:nth-child(odd) {
    padding-right: 15px;
  }
  #related-posts article:nth-child(even) {
    padding-left: 15px;
  }
  #related-posts article:nth-last-of-type(-n+2) .entry-title {
    margin-bottom: 10px;
  }
  .paging-navigation {
    text-align: left;
    overflow: hidden;
  }
  .paging-navigation .nav-previous, .paging-navigation .nav-next {
    display: inline-block;
  }
  .paging-navigation .nav-next {
    float: right;
  }
  .flex-home .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 30px;
    height: 30px;
    margin: -15px 0 0;
    position: absolute;
    bottom: 20px;
    right: 50px;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    text-indent: -9999px;
    cursor: pointer;
    -webkit-transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    background-image: url(images/flex-left.svg);
  }
  .flex-home .flex-direction-nav a.flex-next {
    right: 10px;
    background-image: url(images/flex-right.svg);
  }
  .flex-home:hover .flex-direction-nav .flex-prev {
    opacity: 0.5;
  }
  .flex-home:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
  }
  .flex-home:hover .flex-direction-nav .flex-next {
    opacity: 0.5;
  }
  .flex-home:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
  }
  .flex-home .flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
  }
  .flex-home .post-slider-content {
    padding: 30px;
    width: 400px;
    left: 30px;
    right: auto;
    top: 30px;
    bottom: 30px;
  }
  .flex-home .post-slider-content:after {
    content: '';
    position: absolute;
    right: -20px;
    top: 0;
    bottom: 0;
    width: 15px;
    height: 100%;
    display: block;
    background-color: #fff;
  }
  .flex-home .post-slider-content .entry-title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 34px;
    position: static;
    -webkit-transform: none;
    transform: none;
  }
  .flex-home .post-slider-content .date-author, .flex-home .post-slider-content .entry-cats {
    display: block;
  }
  .flex-home .post-slider-content .wrap-slider-content {
    padding: 30px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    overflow: hidden;
  }
}

@media (min-width: 783px) {
  .admin-bar #site-mobile-navigation {
    top: 32px;
  }
}

@media (min-width: 992px) {
  /* from this breakpoint the layout becomes floated (sidebar right/left) and the normal navigation is shown */
  .wrap {
    padding-left: 15px;
    padding-right: 15px;
    width: 952px;
  }
  #primary {
    margin: 0 -33.4% 50px 0;
    width: 100%;
    float: left;
  }
  #main {
    margin: 0 33.4% 0 0;
  }
  #secondary {
    margin-top: 0;
    padding-left: 30px;
    width: 33.4%;
    float: right;
    overflow: hidden;
    border-top: none;
  }
  #colophon {
    width: 100%;
    clear: both;
  }
  .left-sidebar #primary {
    margin: 0 0 50px -33.4%;
    float: right;
  }
  .left-sidebar #main {
    margin: 0 0 0 33.4%;
  }
  .left-sidebar #secondary {
    padding-left: 0;
    padding-right: 30px;
    float: left;
  }
  .no-sidebar #primary {
    float: none;
    margin: 0 0 50px;
  }
  .no-sidebar #main {
    margin: 0;
  }
  /* navigation */
  #masthead {
    padding-bottom: 50px;
    text-align: left;
  }
  .site-branding {
    margin-top: 0;
    margin-left: 25%;
    display: inline-block;
    width: 50%;
    float: left;
    text-align: center;
  }
  .has-social .site-branding {
    margin-left: 0;
  }
  .site-follow {
    margin-top: 20px;
    display: inline-block;
    width: 25%;
    float: left;
  }
  .site-description {
    margin-bottom: 0;
  }
  #masthead .search-form {
    margin-top: 20px;
    display: inline-block;
    width: 25%;
    float: left;
    text-align: right;
  }
  #masthead .search-form input[type="search"] {
    margin-bottom: 0;
  }
  #site-mobile-navigation-toggle, #mobile-navigation {
    display: none;
  }
  #site-navigation {
    margin-bottom: 50px;
    padding: 0;
    display: block;
    position: relative;
    font-size: 12px;
    font-weight: 700;
    border-bottom: 2px solid #000;
  }
  .sf-menu {
    text-align: center;
  }
  .sf-menu li {
    display: inline-block;
    position: relative;
  }
  .sf-menu li.hide-small, .sf-menu li.hide-medium {
    display: none;
  }
  .sf-menu a {
    padding: 20px 15px;
    position: relative;
    display: block;
    color: #999;
    text-transform: uppercase;
  }
  .sf-menu a:hover {
    color: #000;
    text-decoration: none;
  }
  .sf-menu>li.current_page_item>a, .sf-menu>li.current-menu-item>a, .sf-menu>li.current_page_ancestor>a, .sf-menu li.sfHover>a, .sf-menu li>a:hover {
    color: #000;
  }
  .sf-menu ul {
    padding: 0;
    width: 250px;
    display: none;
    position: absolute;
    left: 0;
    top: 63px;
    text-align: left;
    z-index: 999;
    border: 1px solid #ddd;
    background-color: #fff;
  }
  .sf-menu ul li {
    padding: 0;
    width: 100%;
  }
  .sf-menu ul a {
    padding: 10px 15px;
    font-weight: 400;
    color: #646464;
    border-bottom: 1px solid #ededed;
    text-transform: none;
  }
  .sf-menu ul>li:last-child a {
    border-bottom: none;
  }
  .sf-menu ul ul {
    left: 248px;
    top: -1px;
    display: none;
  }
  .sf-menu li:hover>ul, .sf-menu li:hover>.megamenu, .sf-menu li.sfHover>ul {
    display: block;
  }
  .interpol-sticky-header-yes.yes-responsive #site-navigation {
    position: fixed;
    width: 922px;
    top: 0;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 9999;
    background-color: #fff;
  }
  .interpol-sticky-header-yes.yes-responsive body.admin-bar #site-navigation {
    top: 32px;
  }
  .interpol-sticky-header-yes.yes-responsive #masthead {
    padding-top: 115px;
  }
  .fixed-yes.yes-responsive #site-navigation {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    z-index: 9999;
    background-color: #fff;
    border-bottom-color: transparent;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  }
  .post-module-grid {
    width: 292px;
  }
  .no-sidebar .post-module-grid {
    width: 446px;
  }
  /* author bio */
  #author-bio {
    min-height: 152px;
    text-align: left;
  }
  #author-bio .author-avatar {
    margin-bottom: 0;
    position: absolute;
  }
  #author-bio .author-information {
    margin-left: 130px;
  }
  /* post next/prev buttons */
  .post-navigation .nav-links {
    overflow: hidden;
  }
  .post-navigation .nav-post {
    margin: 0;
    float: left;
    display: block;
    width: 49.5%;
    text-align: left;
  }
  .post-navigation .nav-next {
    float: right;
    text-align: right;
  }
  #secondary .widget:last-child {
    margin-bottom: 0;
  }
  /* from this breakpoint, footer widgets are floatted dependenig on the number of columns */
  #colophon {
    padding-top: 100px;
  }
  #colophon .widget-area {
    margin: 0 -15px 50px;
    font-size: 0;
    /* hack for margin in inline-block */
  }
  #colophon .footer-widget {
    padding: 0 15px;
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    /* hack for margin in inline-block */
  }
  #colophon .footer-widget-2cols {
    width: 50%;
  }
  #colophon .footer-widget-3cols {
    width: 33.33333333333333%;
  }
  #colophon .footer-widget-4cols {
    width: 25%;
  }
  .flex-home .post-slider-content .entry-summary {
    display: block;
  }
  .flex-home .post-slider-content .entry-summary p {
    display: none;
  }
  .flex-home .post-slider-content .entry-summary .more-link-wrap {
    margin-bottom: 0;
    display: block;
  }
}

@media (min-width: 1200px) {
  .wrap {
    width: 1160px;
  }
  .post-module-grid {
    width: 361px;
  }
  .no-sidebar .post-module-grid {
    width: 550px;
  }
  .interpol-sticky-header-yes.yes-responsive #site-navigation {
    width: 1130px;
  }
  .fixed-yes.yes-responsive #site-navigation {
    width: 100%;
  }
  .no-sidebar #related-posts .related-posts {
    margin-left: -15px;
    margin-right: -15px;
  }
  .no-sidebar #related-posts article {
    padding-left: 15px;
    padding-right: 15px;
    width: 25%;
  }
  .no-sidebar #related-posts article .entry-title {
    margin-bottom: 0;
  }
}

@media (min-width: 1400px) {
  .wrap {
    width: 1360px;
  }
  .post-module-grid {
    width: 427px;
  }
  .no-sidebar .post-module-grid {
    width: 650px;
  }
  .flex-home .post-slider-content .entry-summary p {
    display: block;
  }
  .interpol-sticky-header-yes.yes-responsive #site-navigation {
    width: 1330px;
  }
  .fixed-yes.yes-responsive #site-navigation {
    width: 100%;
  }
}

/* -------- customization starts here -------- */

.post-modules article {
  border-radius: 10px;
  BORDER-bottom: 10PX SOLID #ccc;
}

.entry-cats a {}

#secondary aside {
  border-radius: 10px;
  BORDER-bottom: 10PX SOLID #ccc;
}

#site-navigation {
  border-bottom: 2px solid #ccc;
}

/* #Newsletter Popup Start */
	.modal {
		display: none;
		position: fixed;
		z-index: 9999;
		padding-top: 100px;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow: auto;
		background-color: rgb(0,0,0);
		background-color: rgba(0,0,0,0.4);
	}

	.modal-content {
		background-color: #fefefe;
		margin: auto;
		padding: 0;
		border: 1px solid #888;
		width: 670px;
		height: 333px;
		position:relative;
	}

	.close {
		color: #000;
		float: right;
		font-size: 28px;
		font-weight: bold;
		position:absolute;
		right:10px;
		top:10px;
	}

	.close:hover,
	.close:focus {
		color: #000;
		text-decoration: none;
		cursor: pointer;
	}
	
	 @media (max-width: 480px) {
		.modal {
			padding-top: 0px;
		}
		.modal-content {
			height: 100%;
			width: 100%;
		}
		.modal-content iframe {
			height: 100%;
			width: 100%;
		}
	}
/* #Newsletter Popup End */
