/*
Theme Name: Indigo Child
Theme URI: http://www.wpzoom.com/themes/indigo
Template: wpzoom-indigo
Author: WPZOOM
Author URI: http://www.wpzoom.com
Description: Indigo is a bold magazine &amp; blog theme with numerous features that will easily allow you to switch the theme from blog to magazine style and vice-versa.
Tags: two-columns,right-sidebar,custom-colors,custom-menu,featured-images,theme-options,translation-ready
Version: 1.0.3.1526073227
Updated: 2018-05-11 21:13:47

*/

.inner-wrap {
	margin: 0 auto;
}

.post-thumb img {
	width: 100% !important;
}

.single-post .inner-wrap {
	max-width: 100% !important;
}

.single-post .entry-header {
	margin: 0 auto !important;
	max-width: 600px !important;
}

.single-post .entry-content p {
	margin: 0 auto !important;
	max-width: 600px !important;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.single-post .entry-content ul {
	margin: 0 auto !important;
	max-width: 600px !important;
}

.single-post .entry-image {
	overflow: hidden !important;
	margin-bottom: 50px !important;
}

#slider .slide-overlay {
	display: none !important;
}

.su-posts-default-loop .su-post-thumbnail img {
	max-width: 165px !important;
	max-height: 109px !important;
}

.su-posts-default-loop .su-post-thumbnail {
	width: 165px !important;
	height: 109px !important;
}

.su-posts-default-loop h2.su-post-title {
	font-family: 'Oswald', sans-serif !important;
	text-transform: none !important;
	font-size: 18px !important;
	margin-bottom: 10px !important;
	line-height: 1.3 !important;
	font-weight: bold !important;
}

.su-posts-default-loop h2.su-post-title a {
	font-weight: 600 !important;
	color: #000 !important;
}

.su-posts-default-loop h2.su-post-title a:hover,
a:focus {
	color: #d2266b !important;
}

.su-post-comments-link {
	display: none !important;
}

.su-posts-default-loop .su-post {
	margin-bottom: 25px !important;
}

.su-posts-default-loop .su-post {
	line-height: 1.7 !important;
	font-family: 'Muli', serif !important;
}

.esg-entry-media-wrapper {
	max-width: 576px !important;
	overflow: hidden;
	max-height: 339px !important;
}

.rt-tpg-container .layout2 .rt-holder .rt-detail h2 {
	font-family: 'Oswald', sans-serif !important;
	text-transform: none !important;
	font-size: 18px !important;
	margin-bottom: 10px !important;
	line-height: 1.3 !important;
	font-weight: bold !important;
}

/***** Header Logo *****/
.navbar-brand-wpz {
	margin-left: 4%;
}
.navbar-brand-wpz img {
	margin-left: 10px !important;
	margin-right: 10px !important;
	height: 100px !important;
}
.header-logos {
	margin: 20px auto !important;
	width: 100%;
	text-align: center !important;
}
.header-logos > div {
	/*float: center !important;*/
	margin: 10px 35px 10px 10px !important;
}
.header-logos > div:last-child {
	margin-right: 0 !important;
}
.header-logos > div:first-child {
	margin-right: 50px !important;
}
.main-navbar {
	margin-top: 40px !important;
}

@media screen and (max-width: 1080px) {
	#slider #slides {
		width: 100%;
	}
	#page-wrap {
		width: 100%;
	}

	.header-logos > div {
		margin-right: 10px;
	}
	.header-logos > div:last-child {
		margin-right: 0;
	}
	.header-logos > div:first-child {
		margin-right: 10px;
	}
}
@media screen and (max-width: 460px) {
	.navbar-brand-wpz .header-logos {
		margin: 20px 0 10px;
		width: 100%;
	}
}
/********************************
* css for box model
* https://contemporaryarts.mit.edu/
*/

html {
	box-sizing: border-box;
}

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

p {
	margin: 0 0 10px;
	padding: 0;
}

a {
	text-decoration: none;
}

a,
a:hover {
	color: #2a2a2a;
}

a:hover {
	cursor: pointer;
	text-decoration: underline;
}

body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	width: 100vw;
	overflow-x: hidden;
	color: #333;
	/* font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif*/
}

/*body {
  text-transform: none;
  line-height: 1.28581;
  letter-spacing: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, Icons16, sans-serif;
  font-size: 30px;
  font-weight: 400;
  color: #1f1f1f
}*/

html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

::selection {
	background: rgba(125, 188, 255, 0.6);
}

/*** Custom Template ***/

.page h1.entry-title,
.single h1.entry-title {
	/*font-family: "GT-Pressura-Bold", "nyt-mag-sans", arial, helvetica, sans-serif;*/
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	line-height: 1.3;
	color: #000000;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

div.post_wrapper > div > h1 > span {
	/*	font-family: "GT-Pressura-Bold", "nyt-mag-sans", arial, helvetica, sans-serif !important;*/
	font-size: 13px !important;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	line-height: 1.3;
	color: #000000;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	max-width: 600px;
	margin: 0 auto;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	/*	font-family: "GT-Pressura-Bold", "nyt-mag-sans", arial, helvetica, sans-serif; */
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	line-height: 1.3;
	color: #000000;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	max-width: 600px;
	margin: 0 auto;
}

.single-post .entry-image {
	/*min-height: 1000px !important;*/
}

.entry-content blockquote {
	font-family: 'Muli', serif;
	font-size: 16px;
	font-weight: normal;
}

.entry-content img {
	width: 80% !important;
	margin: 0 auto !important;
	max-width: 1050px !important;
}

.entry-content .wp-caption.aligncenter {
	max-width: 1050px !important;
}

.single-post .s1 {
	margin: 0 auto !important;
	max-width: 600px !important;
}

#post-11236 > header > div > div {
	text-align: center !important;
	text-transform: capitalize;
	color: #868686;
	padding: 15px 0;
	display: block;
	font-style: italic;
	line-height: 1.4;
}

@media (max-width: 768px) {
	.entry-content .wp-caption.aligncenter {
		max-width: 366px !important;
	}
}

a:hover,
a:focus {
	color: #d2266b;
}

div.navigation span.current {
	color: #d2266b;
}

div.navigation a:hover {
	color: #d2266b;
}

.sb-search .sb-icon-search:hover {
	color: #d2266b;
}

.wpzoom-media-widget .post_thumb_withbg:hover h3.title {
	color: #d2266b;
}

.section-footer .zoom-instagram-widget a.ig-b-v-24:hover {
	color: #d2266b;
}

.navbar-wpz > .current-menu-item > a,
.navbar-wpz > .current_page_item > a {
	color: #d2266b;
}

.navbar-nav .current-menu-item > a,
.navbar-nav .current_page_item > a,
.navbar-nav .current-menu-parent > a {
	color: #d2266b;
}

.navbar-wpz ul a:hover {
	color: #d2266b;
}

/* Top menu */
.top-navbar a:hover {
	color: #d2266b;
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
	background-color: #231f20;
	color: #fff;
}
button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
	background: #d2266b;
	color: #fff;
}

.slides li .slide_button a {
	background: #000;
	color: #fff;
}
.slides li .slide_button a:hover,
.slides li .slide_button a:active {
	color: #d2266b;
	background: #111;
}

.slide-indigo .slides li h3 a {
	color: #fff;
}

.slide-indigo .slides li .cat-links a {
	color: #fff;
	background: #000;
}
.slide-indigo .slides li .cat-links a:hover {
	color: #d2266b;
}

.site-footer a:hover {
	color: #d2266b;
}

.site-footer input[type='button'],
.site-footer input[type='reset'],
.site-footer input[type='submit'] {
	background: #d2266b;
}

.site-footer input[type='button']:hover,
.site-footer input[type='reset']:hover,
.site-footer input[type='submit']:hover {
	background: #231f20;
}

#sidebar .widget.widget_wysija .title {
	background: #d2266b;
}

.widget_wysija .wysija-submit {
	background: #d2266b;
}

.single .cat-links a:hover {
	color: #d2266b;
}

.readmore_button a:hover {
	color: #d2266b;
}

.infinite-scroll #infinite-handle span {
	background-color: #121516;
}
.infinite-scroll #infinite-handle span:hover {
	background: #d2266b;
}

.cat-links a:hover {
	color: #d2266b;
}

.entry-content a {
	color: #d2266b;
}

.tag_list a:hover {
	color: #d2266b;
}

.author_links a:hover,
.author_links a:active {
	color: #d2266b;
}

.author_links a:hover:before {
	color: #d2266b;
}

.zoom-twitter-widget a {
	color: #d2266b;
}

.zoom-twitter-widget a:hover {
	color: #231f20;
}

.zoom-twitter-widget time:hover {
	color: #231f20;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	background: #231f20;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background: #231f20;
}

.woocommerce ul.products li.product h3:hover {
	color: #d2266b;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background: #d2266b !important;
}

.single
	#jp-relatedposts
	.jp-relatedposts-items-visual
	h4.jp-relatedposts-post-title
	a:hover {
	color: #d2266b;
}

.stat-links {
	margin-bottom: 8px;
	display: block;
}
.stat-links a {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
}

.single .stat-links a {
	color: #fff;
	background: #d2266b;
	padding: 4px 14px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 8px;
}

.entry-content ul, .entry-content ol {
    margin: 0 auto !important;
    max-width: 600px !important;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
