/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Layout
# Clearing
# Lists
# Media
# Links
# Header
# Content
# Media Queries
  ## >= 320px
  ## >= 768px
  ## >= 1024px
  ## >= 1280px
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
.gmt-post-ids-main,
.gmt-post-ids-main button,
.gmt-post-ids-main input,
.gmt-post-ids-main textarea,
.gmt-post-ids-main p {
  color: #1a1a1a;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.gmt-post-ids-main h1 {
  font-size: 24px;
  font-size: 1.5rem;
}

.gmt-post-ids-main h2 {
  font-size: 20px;
  font-size: 1.25rem;
}

.gmt-post-ids-main h3 {
  font-size: 18px;
  font-size: 1.125rem;
}

.gmt-post-ids-main h4 {
  font-size: 16px;
  font-size: 1rem;
}

.gmt-post-ids-main h5 {
  font-size: 14px;
  font-size: 0.875rem;
}

.gmt-post-ids-main h6 {
  font-size: 13px;
  font-size: 0.8125rem;
}

.gmt-post-ids-main p {
  margin:  0 0 1.5em;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/

.gmt-post-ids-main  {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.gmt-post-ids-main *,
.gmt-post-ids-main *:before,
.gmt-post-ids-main *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

.gmt-post-ids-main {
  background-color: #fff;
}

/*--------------------------------------------------------------
# Clearing
--------------------------------------------------------------*/

.gmt-post-ids-main .clear:before,
.gmt-post-ids-main .clear:after {
  content: "";
  display: table;
}

.gmt-post-ids-main .clear:after {
  clear: both;
}

/*--------------------------------------------------------------
# Lists
--------------------------------------------------------------*/
.gmt-post-ids-main .ul,
.gmt-post-ids-main ol {
  margin: 0 0 1.5em 2em;
  padding: 0;
}

.gmt-post-ids-main li {
  margin: 0;
}

.gmt-post-ids-main ul {
  list-style: disc;
}

.gmt-post-ids-main ol {
  list-style: decimal;
}

.gmt-post-ids-main li > ul,
.gmt-post-ids-main li > ol {
  margin-top: 0.55em;
  margin-left: 1.5em;
  margin-bottom: 0;
}

.gmt-post-ids-main li {
  margin-bottom: 0.55em;
}

.gmt-post-ids-main dt {
  font-weight: 700;
}

.gmt-post-ids-main dd {
  margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.gmt-post-ids-main img {
  height: auto; /* Make sure images are scaled corrcatchidsly. */
  max-width: 100%; /* Adhere to container width. */
  vertical-align: middle;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/

.gmt-post-ids-main a {
  color: #0085c3;
  cursor: pointer;
  text-decoration: none;
}

.gmt-post-ids-main a:hover,
.gmt-post-ids-main a:focus,
.gmt-post-ids-main a:active {
  color: #444;
  text-decoration: underline;
}

.gmt-post-ids-main a:focus {
  outline: thin dotted;
}

.gmt-post-ids-main a:hover,
.gmt-post-ids-main a:active {
  outline: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.gmt-post-ids-main #masthead {
  background: #00618d;
  background: -webkit-radial-gradient(circle farthest-side at center bottom, #0085c3, #00618d 110%);
  background: -o-radial-gradient(circle farthest-side at center bottom, #0085c3, #00618d 110%);
  background: -moz-radial-gradient(circle farthest-side at center bottom, #0085c3, #00618d 110%);
  background: radial-gradient(circle farthest-side at center bottom, #0085c3, #00618d 110%);
}

.gmt-post-ids-main #masthead .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
  flex-flow : column wrap;
}

.gmt-post-ids-main #plugin-description {
  margin: 0 auto;
  max-width: 960px;
  padding-bottom: 20px;
  text-align: center;
}

.gmt-post-ids-main #plugin-description p:last-child {
  margin-bottom: 0;
}

.gmt-post-ids-main #site-branding {
  display: block;
  order: 1;
  padding: 30px 20px;
  text-align: center;
  width: 100%;
}

.gmt-post-ids-main .site-title {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  text-transform: capitalize;
}

.gmt-post-ids-main .site-title a {
  color: #fff;
}

.gmt-post-ids-main .site-title a:hover,
.gmt-post-ids-main .site-title a:focus {
  text-decoration: none;
}

.gmt-post-ids-main .site-title-additional {
  color: #006ea4;
}

.gmt-post-ids-main .setting {
  padding: 0 7px;
  color: #fff;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.gmt-post-ids-main .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 680px;
}

.gmt-post-ids-main .module-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content:flex-start;
}

.cwt .gmt-post-ids-options {
  border-top:  1px solid #dfdfdf;
  padding-top: 20px;
  margin-top: 20px;
}

#module-status {
  margin-bottom: 0;
}

#module-status .module-header {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
  justify-content: flex-start;
}

#module-status .module-header h3 {
  margin-right: 90px;
}

#module-status .loader {
  right: inherit;
  left: 170px;
}

.gmt-post-ids-main .module-header {
  background-color: #f3f3f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  padding: 11px 18px;
  position: relative;
 }

.gmt-post-ids-main .module-header.active {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.gmt-post-ids-main .module-header.inactive {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.gmt-post-ids-main .gmt-modules {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  margin-bottom: 20px;
}

.gmt-post-ids-main #module-disabled {
  margin-bottom: 0;
}

.gmt-post-ids-main #module-disabled.gmt-modules {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%
}

.gmt-post-ids-main .module-content p:last-child {
  margin-bottom: 0;
}

.gmt-post-ids-main #main-nav .dashicons {
  line-height: 2.7;
}

/*--------------------------------------------------------------
# Toggle Switch
--------------------------------------------------------------*/

.gmt-post-ids-main .switch {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  float: none;
  right: 0;
  top: 2px;
}

.gmt-post-ids-main .module-title.active {
  background-color: #0085c3;
}

.gmt-post-ids-main .switch label {
  background-color: #2271B1;
  border-radius: 11px;
  cursor: pointer;
  height: 16px;
  right:0;
  position: absolute;
  top: 3px;
  width: 30px;
}

.gmt-post-ids-main .inactive .switch label {
  background-color: #ccc;
}

.gmt-post-ids-main .switch input[type="checkbox"] {
  visibility: hidden;
  display: none;
}

.gmt-post-ids-main .switch label:after {
  background-color: #fff;
  border-radius: 100%;
  content: '';
  height: 12px;
  left: 2px;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  top: 2px;
  width: 12px;
}

.gmt-post-ids-main .switch input[type="checkbox"]:checked + label:after {
  left: 16px;
  background-color: #fff;
}

.gmt-post-ids-main .loader {
  border: 2px solid #2271B1;
  border-radius: 50%;
  border-top: 2px solid transparent;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  position: absolute;
  right: 60px;
  display: none;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## >= 320px
--------------------------------------------------------------*/

@media screen and (min-width: 20em) {
  .gmt-post-ids-main .module-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
  }

  .gmt-post-ids-main .module-title {
	margin-bottom: 0;
  }
}

/*--------------------------------------------------------------
## >= 768px
--------------------------------------------------------------*/
@media screen and (min-width: 48em) {
  .gmt-post-ids-main .container {
	max-width: 100%;
  }

  .gmt-post-ids-main .module-container {
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
  }

  .gmt-post-ids-main #plugin-description {
	padding-bottom: 30px;
  }

  .gmt-post-ids-main .gmt-modules {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 1 50%;
	  flex: 0 1 50%
  }

  .gmt-post-ids-options .gmt-modules {
	  padding-right: 21px;
  }

  .gmt-post-ids-options .gmt-modules:nth-child(2n) {
	  padding-right: 0;
  }

  .gmt-post-ids-main .menu-footer-container {
	padding: 10px 40px 30px;
  }
}

/*--------------------------------------------------------------
## >= 1024px
--------------------------------------------------------------*/

@media screen and (min-width: 64em) {
  .gmt-post-ids-main h1 {
	font-size: 32px;
	font-size: 2rem;
  }

  .gmt-post-ids-main h2 {
	font-size: 22px;
	font-size: 1.375rem;
  }

  .gmt-post-ids-main #site-branding {
	padding: 40px;
  }

  .gmt-post-ids-main .module-container {
	-webkit-box-pack: flex-start;
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
  }

  .gmt-post-ids-main .module-container .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: flex-start;
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
  }

  .gmt-post-ids-main .menu-footer-container {
	padding: 25px 40px;
  }

  .gmt-post-ids-main .footer-navigation a {
	padding: 10px;
  }
}

/*--------------------------------------------------------------
## >= 1280px
--------------------------------------------------------------*/

@media screen and (min-width: 80em) {
  .gmt-post-ids-main,
  .gmt-post-ids-main button,
  .gmt-post-ids-main input,
  .gmt-post-ids-main textarea,
  .gmt-post-ids-main p {
	font-size: 18px;
	font-size: 1.1875rem;
  }

  .gmt-post-ids-main h1 {
	font-size: 48px;
	font-size: 3rem;
  }

  .gmt-post-ids-main h2 {
	font-size: 24px;
	font-size: 1.5rem;
  }

  .gmt-post-ids-main #plugin-description {
	padding-bottom: 40px;
  }

  .gmt-post-ids-main #site-branding {
	padding: 50px;
  }

  .gmt-post-ids-main .footer-navigation a {
	padding: 10px 10px 10px 13px;
  }

   .gmt-post-ids-main .gmt-modules {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 33.33%;
	flex: 0 1 33.33%
  }

  .gmt-post-ids-options .gmt-modules:nth-child(2n) {
	  padding-right: 21px;
  }

  .gmt-post-ids-options .gmt-modules:nth-child(3n) {
	  padding-right: 0;
  }
}
