/*!
Theme Name: JD
Author: JD
Description: The theme is specially designed for Footpatrol 
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hip
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready


*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}
.d_none {
    display: none !important;
}
.d_block {
    display: block !important;
}
.nav {
  width: 100%;
  background-color: #fff;
  position: relative;
  border-bottom:#000 solid 1px;
  display: flex;
  align-items: center;
  padding:0 2.5%;
  flex-flow: wrap;
  gap: 30px;
}
.nav > .nav-header {
  display: inline;
}

.nav > .nav-header > .nav-title {
  display: inline-block;
  font-size: 22px;
  color: #fff;
  padding: 10px 10px 10px 10px;
}
.nav-title a img {
	max-width: 94px;
	display:block;
	position: relative;
    top: 3px;
}

.nav > .nav-btn {
  display: none;
}

/*.nav > .nav-links {
  display: inline;
  float: right;
  font-size: 18px;
  margin: 0 auto;
}*/
.nav > .nav-links {
    display: flex;
    font-size: 18px;
    margin: 0 auto;
    justify-content: center;
    width: 50%;
    position: absolute;
	left:0;
	right:0;
}
.nav .nav-links ul#primary-menu {
    display: flex;
    list-style: none;
    margin: 0px;
    align-items: center;
}
.nav .nav-links ul#primary-menu .menu-item {
   padding: 13px 20px 13px 20px;
}
.nav-links .links .menu-item a {
  text-decoration: none;
  color: #000;
  font-size:14px;
  font-family: 'Neue Haas Grotesk Display Pro';
  font-weight: 400;
}
.nav > .nav-links > a:hover {
  background-color: none;
  color: #424242;  
}

.nav > #nav-check {
  display: none;
}
.right-top-icons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    display: none;
}
right-top-icons .searchicon {
    width: 17px;
    height: 17px;
    margin: 0 8px;
    display: flex;
}
.right-top-icons .searchicon {
    width: 17px;
    height: 17px;
    margin: 0 8px;
    display: flex;
	visibility: hidden;
}

@media (max-width:767px) {
  .nav > .nav-btn {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 4px;
  }
  .nav > .nav-btn > label {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 13px;
  }
  .nav > .nav-btn > label:hover,.nav  #nav-check:checked ~ .nav-btn > label {
    background-color:transparent;
  }
  .nav > .nav-btn > label > span {
    display: block;
    width: 25px;
    height: 8px;
    border-top: 3px solid #000;
  }
  .nav > .nav-links {
    position: absolute;
    display: block;
    width: 100%;
    background-color: #fff;
    height: 0px;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 50px;
    left: 0px;
  }
  .nav .nav-links .links{
     display: block !important;
  }
  .nav .nav-links ul#primary-menu .menu-item {
    padding: 5px 10px 5px 10px;
}
  .nav > .nav-links > a {
    display: block;
    width: 100%;
	border-bottom: #e6e4e4 solid 1px;
  }
  .nav > #nav-check:not(:checked) ~ .nav-links {
    height: 0px;
  }
  .nav > #nav-check:checked ~ .nav-links {
    height: calc(360px - 50px);
    overflow-y: auto;
  }
  .nav {
	  padding:0 20px;
  }
  .nav > .nav-header > .nav-title {
    padding: 10px 0;
}
  .searchicon.menicon, .searchicon.hearticon, .searchicon.carticon, .searchicon.plusicon {
	  display:none;
  }
  .right-top-icons {
    position: absolute;
    right: 70px;
}
.right-top-icons .searchicon {
    width: 20px;
    height: 20px;
    margin-top: -1px;
}
.right-top-icons {
    display: block !important;
}
.editorial-tabsec .alm-reveal {
    grid-template-columns: repeat(2,1fr)!important;
}
.thumbsec h3 {
    font-size: 25px!important;
}
}
@media(max-width:575px) {
	.editorial-tabsec .alm-reveal {
    grid-template-columns: repeat(1,1fr)!important;
	}
}
@media(min-width:768px) and (max-width:1024px) {
	.nav > .nav-links > a {
    padding: 13px 6px;
}
.editorial-img-belowsec h2 {
    line-height: 45px;
    text-align: center;
}
.editorial-img-belowsec p {
	line-height:24px;
	font-size: 1.1rem;
}
}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Neue Haas Grotesk Display Pro';
}
body{
	min-height: 100vh;
	font-family: 'Neue Haas Grotesk Display Pro';
}
.main {
	margin: 0;
	padding: 0 20px;
	width:100%;
	box-sizing:border-box;	
}
.container {
	margin: 0 auto;
	padding: 0;
	width:100%;
	max-width:1160px; 
}
.container .pharagraph {
	padding:0;
	margin:30px auto;
	width:80%;
	color:#000;
	font-size:16px;
	font-weight:500;
	line-height:24px;
	text-align:left;
	font-family: 'Neue Haas Grotesk Display Pro';
}
.container .pharagraph h1 {
    padding-bottom: 20px;
    font-size: 37px;
    font-weight: 900;
	font-family: 'Neue Haas Grotesk Display Pro';
}
.container .pharagraph.lessspace {
	padding:0 0 2.5%;
	margin:0 auto;
}
.container .pharagraph h4 {
	padding:0 0 15px;
	margin:0;
	color:#000;
	font-size:18px;
	font-weight:600;
	line-height:22px;
	font-family: 'Neue Haas Grotesk Display Pro';
}
.hip-blog {
	display:flex;
	justify-content:center;
	padding:50px 0 30px;	
}
.hip-blog img {
	width:30%;
	display:block;	
}
.breadcrumb {
	display:flex;
	justify-content:start;
	padding:20px 0;	
	align-items: center;
}
.breadcrumb a {
	color:#000;
	font-size:16px;
	font-weight:500;
	text-decoration:none;
	margin:0px;
	font-family: 'Neue Haas Grotesk Display Pro';
	/*border-bottom:#000 solid 1px;*/
	font-weight: bold;
}
.breadcrumb span {
    padding-left: 5px;
    font-size: 16px;
}
.breadcrumb a:first-child {
	margin-left:0;
}
.breadcrumb a.active {
	font-weight:600 !important;
}
.breadcrumb a:hover {
	text-decoration:underline;
}
.heading {
	display:flex;
	justify-content: center;
}
.heading h1 {
	color:#000;
	font-size:2.2rem;
	font-weight:900;
	letter-spacing: -1px;
	line-height:40px;
	font-family: 'Neue Haas Grotesk Display Pro';	
}
.post-navigation .nav-links {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    grid-gap: 20px;
}
.post-navigation .nav-links a {
   color: #fff;
    font-size: 1rem;
    font-weight: 500;
    padding: 0;
    margin: 0;
    text-decoration: none;
	background:#000 !important;
    border-bottom: #000 solid 1px;
	border-radius: 50px !important;
}

.body-mainimg-sec .post-thumbnail {
	display:none;  /* its been removed as suggested */
	padding:4% 0 2%;
	justify-content:center;
	align-items:center;
}
.body-mainimg-sec img {
	display:block;
	width:65%;
  object-fit: cover;
}
.body-mainimg-sec.editorial-imgsec {
	display:flex;
	padding: 0;
	justify-content:center;
	align-items:center;
	width: 80%;
    margin: 0 auto;
}
.body-mainimg-sec.small-imgsec {
	display:flex;
	padding:20px 0 40px;
	justify-content:center;
	align-items:center;
}
.body-mainimg-sec.small-imgsec img {
	display:block;
	width:65% ;
}
.editorial-img-belowsec {
	display:flex;
	justify-content:center;
	flex-direction:column;
	width:100%;
	margin:0 auto;
	align-items:center;
}

.editorial-img-belowsec h2 {
    color: #000;
    font-size: 32px;
    font-weight: 900;
    padding: 30px 0;
    margin: 0;
    line-height: 36px;
    text-transform: uppercase;
    font-family: 'Neue Haas Grotesk Display Pro';
    max-width: 50%;
    word-wrap: break-word;
	text-align:center;
}
.editorial-img-belowsec p {
	padding:0;
	margin:0;
	text-align:center;
	line-height: 24px;
	font-family: 'Neue Haas Grotesk Display Pro';
	width: 75%;
	color: black;
}
.editorial-tabsec {
	display:flex;
	flex-direction:column;
}
.editorial-breadcrumb {
	display:flex;
	flex-direction:row;
	margin:30px 0;
}
.editorial-breadcrumb a {
	color:#000;
	font-size:1.2rem;
	font-weight:500;
	padding:0;
	margin:0 40px 0 0;
	text-decoration:none;
	font-family: 'Neue Haas Grotesk Display Pro';	
}
.editorial-breadcrumb a:hover {
	color:#000;
	border-bottom: #000 solid 1px;
}
.editorial-breadcrumb a.selected {
	color:#000;
	border-bottom: #000 solid 1px;
}

.thumbsec img {
	display:block;
	width:100%;
	min-height: 347.5px !important;
	max-height: 347.5px !important;
	object-fit: cover;
}
.thumbsec a{
	text-decoration: none;
  color: #000 !important;
}
.thumbsec h3 {
	margin: 30px 0;
    padding: 0;
    font-weight: 900;
    font-size: 1.1rem;
    font-family: 'Neue Haas Grotesk Display Pro';
    letter-spacing: 1px;
	min-height:54px;
	text-transform:uppercase;
    line-height: 21px;
}
.thumbsec h3 span {
	display:block;
}
.thumbsec p {
	margin:10px 0;
	padding:0;
}
.thumbsec p a {
	color:#fff !important;
	font-size:1rem;
	font-weight:500;
	padding:5px 8px;
	margin:0;
	text-decoration:none;
	border-bottom:none;
	background:#000;
	font-family: 'Neue Haas Grotesk Display Pro';
}
.thumbsec p a:hover {
	border-bottom:#000 solid 1px;
}
.alm-btn-wrap {
	display:flex;
	justify-content:center;
	margin:20px 0;
}

.alm-btn-wrap .alm-load-more-btn {
	color:#fff !important;
	font-size:1rem !important;
	font-weight:500 !important;
	padding: 8px 40px !important;
	margin:0 !important;
	background:#000;
	text-decoration:none !important;
	font-family: 'Neue Haas Grotesk Display Pro' !important;
	border-radius: unset !important;
	text-transform: uppercase;
}
h2.entry-title {
    text-transform: uppercase;
}
header.entry-header.heading h2 {
    font-size: 30px;
	text-align:center;
}

@media(max-width:767px) {
.hip-blog {
	display:none;
}
	
.main .container .pharagraph {
	font-size: 14px;
	line-height: 21px;
	padding:0 0 7%;
	width:100%;
	margin-bottom:0;
	margin-top:0;
}
.main .container .pharagraph h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}
.hip-blog {
    padding: 30px 0 10px !important;
}
.hip-blog img {
    width: 50% !important;
    display: block;
}
.main .breadcrumb {
	justify-content: flex-start;
}
.main .body-mainimg-sec .post-thumbnail img {
    width: 100%;
}
.main .heading h1 {
	font-size: 1.8rem;
    text-align: left;
    font-weight: 900;
	line-height: 36px;
}
.main .body-mainimg-sec.editorial-imgsec {
    padding: 6% 0;
    width: 90%;
	display:none;
}
.main .editorial-img-belowsec {
	width:100%;
	display:none;
}
.main .editorial-img-belowsec h2 {
	text-align:left;
	font-size:1.8rem;
	padding: 20px 0;
	line-height: 34px;
}
.main .editorial-img-belowsec p {
    text-align: left;
}
.main .editorial-thumbsec {
	flex-direction: column;
}
.main .thumbsec {
	width:100%;
	
}
.main .thumbsec h3 span {
    text-align: left;
	font-family: 'Neue Haas Grotesk Display Pro';
}
.thumbsec h3 {
    text-align: left;
    font-size: 1.6rem;
    line-height: 34px;
	margin: 15px 0;
}
.main .editorial-breadcrumb {
    margin: 30px 0 20px;
}
.breadcrumb a {
	font-size:13px;
}
.thumbsec h3 {
	min-height:auto;
}
.body-mainimg-sec .post-thumbnail {
	padding: 4% 0 4%;
}	
.editorial-tabsec .alm-reveal {
    flex-direction: column;
}
.editorial-tabsec .thumbsec {
       width: 100%;
    align-items: flex-start;
}
.editorial-breadcrumb a {
	font-weight:600;	
}
.container .pharagraph {
	width:100%;
}
h2.entry-title {
    text-transform: uppercase;
    font-size: 22px !important;
    line-height: 24px;
}	
}

@media(min-width:768px) and (max-width:1024px) {
	
.main {
	padding:0 30px;
}
.thumbsec h3 {
    min-height: auto;
}
.editorial-img-belowsec h2 {
	font-size:2rem;
	padding-bottom: 20px;
}

}
/**
 * Sws Css Start.
 */
 	.single main#primary {
    padding: 0px 20px;
}
.editorial-tabsec .alm-reveal {
   margin: 0;
   grid-column-gap: 40px;
   display: grid;
   grid-template-columns: repeat(3,1fr);
   text-align: center;
}
.editorial-tabsec .thumbsec {
    align-items: center;
    margin: 0 0 35px 0;
    width: 100%;
    box-sizing: border-box;
}
nav.post-navigation {
    padding: 30px 0px;
}
nav.post-navigation .nav-links > div a {
    color: rgb(255 255 255 / 90%);
    background-color: #2A2A2A;
    padding: 10px 20px;
    border-radius: 4px;
    display: block;
}
.post-navigation span.nav-subtitle {
    font-weight: 900;
    letter-spacing: 1px;
    font-size: 16px;
}
.post-navigation span.nav-title {
    font-size: 14px;
}
.alm-btn-wrap .alm-load-more-btn.loading:before {
    background-color: transparent !important;
}

/**
 * Footer Css Start
 */
@font-face {
    font-family: 'open_sansregular';
    src: url('https://jdsports-client-resources.s3.amazonaws.com/fonts/hipstore/opensans-regular-webfont.eot');
    src: url('https://jdsports-client-resources.s3.amazonaws.com/fonts/hipstore/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://jdsports-client-resources.s3.amazonaws.com/fonts/hipstore/opensans-regular-webfont.woff2') format('woff2'),
         url('https://jdsports-client-resources.s3.amazonaws.com/fonts/hipstore/opensans-regular-webfont.woff') format('woff'),
         url('https://jdsports-client-resources.s3.amazonaws.com/fonts/hipstore/opensans-regular-webfont.ttf') format('truetype'),
         url('https://jdsports-client-resources.s3.amazonaws.com/fonts/hipstore/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
#footerInfoLinks{
	padding: 40px 20px;
}
.footer-content-wrap {
    border-top: 1px solid #cccccc8a;
}
#footerInfoLinks ul {
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#footerInfoLinks ul li {
    font-size: 11px;
    padding: 10px 15px 0 0;
    display: block;
    line-height: 21px;
}
#footerInfoLinks ul li a {
	color: #1a1a1a;
	text-decoration: none;
	font-family: 'open_sansregular',sans-serif;
}
#footerInfoLinks ul li a:hover{
	text-decoration: underline;
}
#footerCopy {
    padding: 20px 30px;
    border-top: 1px solid #e7e8e9;
    background-color: #fff;
}
#footerCopy .maxWidth{
	max-width: 1380px;
    margin: 0 auto;
}
#footerCopy span.cards {
    float: right;
	text-align: center;
	display: block;
}
#footerCopy span.cards img {
    margin: 8px 0 0;
    height: 20px;
}
#footerCopy span.corporate {
	padding: 0 0 8px;
	display: block;
	font-size: 11px;
	font-family: 'open_sansregular',sans-serif;
}
#footerCopy span.corporate a{
	color: #1a1a1a;
	text-decoration: none;
	font-family: 'open_sansregular',sans-serif;
}
#footerCopy span.copyright{
	font-size: 11px;
	font-family: 'open_sansregular',sans-serif;
}
/*---------------- || search icon popup css start || ----------------------*/
.modal {
	  display: none;
    position: fixed;
    z-index: 1;
    padding-top: 80px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255,0.9);
}
.modal-content {
    margin: 0 auto;
    padding: 20px;
    width: 70%;
    box-sizing: border-box;
}
.start-here {
    width: 100%;
    padding: 0;
    margin: 12% 0 6%;
}
.close-button {
    color: #aaaaaa;
    font-size: 28px;
    font-weight: bold;
    float: right;
    position: relative;
    width: 100%;
    text-align: center;
    top: 0;
    cursor: pointer;
}
.close-button strong {
    background: #000;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
}
.start-here p {
    width: 100%;
    padding: 0;
    margin: 0 0;
    font-size: 1rem;
    color: #000;
    text-align: center;
}
.start-here input {
    width: 100%;
    padding: 10px;
    margin: 0 0 25px 0;
    font-size: 2.5rem;
    text-align: center;
    box-sizing: border-box;
    color: #000;
    border-bottom: #000 solid 1px;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
    background: none;
}
.searchbar {
    display: flex;
    align-items: center;
   /* border: 1px solid #000;*/
    padding: 12px;
    cursor: pointer;
    width: 200px;
}
.searchbar button {
    border: 0;
    background: #fff;
    cursor: pointer;
}
.searchbar img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
@media (max-width:800px) {
.searchbar{
    width: 150px !important;
}
}
@media (max-width:575px) {
.searchbar{
    border: none !important;
}
.searchbar button{
  display: none !important;
}
}
.single .post .hip-blog {
    display: none !important;
}
.copyrightsec .links a {
    color: black !important;
    text-decoration: none !important;
}