/*
Theme Name: McKinley
Theme URI: http://themetrust.com/themes
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mckinley

This theme, like WordPress, is licensed under the GPL.
This theme is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc. licensed under GPLv2 - http://www.gnu.org/licenses/gpl-2.0.html.

And FitVids by Chirs Coyier and Paravel: http://fitvidsjs.com/ licensed under the WTFPL license - http://sam.zoy.org/wtfpl/.

Fonts used:
Genericons http://genericons.com/ licensed under GPLv2 - http://www.gnu.org/licenses/gpl-2.0.html.
Raleway http://www.google.com/fonts/specimen/Raleway licensed under the SIL Open Font License, 1.1 - http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL.

*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.13 - Multisite
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */

/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */
@font-face {
  font-family: "tt_rounds_condensedbold";
  src: url("../fonts/ttroundscondensed-bold-webfont.eot");
  src: url("../fonts/ttroundscondensed-bold-webfont.eot?#iefix") format("embedded-opentype"),
    url("../fonts/ttroundscondensed-bold-webfont.woff2") format("woff2"), url("../fonts/ttroundscondensed-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.wpcf7-form {
  background-color: #efeeee;
  padding: 20px;
}

div.wpcf7 {
  padding-top: 40px;
  padding: 10px;
  text-align: center;
  background: #ececec;
  border-radius: 10px;
}

input,
textarea {
  background: #ffffff;
}

.title-gift {
  text-transform: uppercase;
  color: red;
  font-size: 27px;
  width: 690px;
  text-align: center;
  margin: 10px auto;
  line-height: 4;
}

.contient-abo {
  width: 79%;
  margin: auto;
}

.title-gift {
  text-transform: inherit !important;
  color: #636262;
  font-size: 17px;
  width: 100%;
  text-align: center;
  margin: 10px auto 30px;
  line-height: 2;
}

.title-gift h1 {
  font-size: 69px;
  margin: 0;

  text-transform: uppercase;
  color: #cf2e2e;
}

div.advgb-tab-body {
  /* border-top: 1px solid #ccc; */
  padding: 0;
  /* background: white; */
  border-radius: 30px;
  display: block;
}

.title-cad {
  padding-top: 30px;
  font-size: 48px;
  text-transform: uppercase;
  line-height: 1.2;
  color: #cf2e2e;
  margin: auto;
  text-align: center;
  width: 80%;
}

@media screen and (min-width: 200px) and (max-width: 480px) {
  div.advgb-tab-body {
    border-radius: 10px;
  }

  .title-gift h1 {
    font-size: 30px;
  }

  .contient-abo {
    width: 100%;
    margin: auto;
  }

  .title-cad {
    font-size: 30px;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

aside,
article,
details,
figure,
header,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}

html,
input,
select,
textarea {
  font-family: Helvetica, sans-serif;
}

body {
  color: #636262;
  line-height: 1.7;
  margin: 0;
  background: #f1f5f5;
  font-family: "tt_rounds_condensedbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #6ab4cf;
  text-decoration: none;
  outline: 0;
}

a:visited {
  color: #60a4bd;
  outline: 0;
}

a:focus {
  outline: 0;
}

a:active,
a:hover {
  color: #60a4bd;
  outline: 0;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.3;
  font-family: "tt_rounds_condensedbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 48px;
  margin: 33px 0;
}

h2 {
  font-size: 28px;
  margin: 25px 0;
  color: #c52b38;
  text-transform: uppercase;
  text-align: center;
}

h3 {
  font-size: 22px;
  margin: 22px 0;
}

h4 {
  font-size: 20px;
  margin: 25px 0;
}

h5 {
  font-size: 18px;
  margin: 30px 0;
}

h6 {
  font-size: 16px;
  margin: 36px 0;
}

address {
  font-style: italic;
  margin: 0 0 24px;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

p {
  margin: 24px 0 0 0;
  font-family: Roboto, helvetica, Arial;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 14px;
}

pre {
  background: #f5f5f5;
  color: #666;
  font-family: monospace;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

small {
  font-size: smaller;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl {
  margin: 0 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 20px;
}

ol,
ul {
  margin: 16px 0;
  padding: 0 0 0 40px;
}

ul {
  list-style-type: square;
}

li > ul,
li > ol {
  margin: 0;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

input {
  line-height: normal;
}

input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

del {
  color: #333;
}

ins {
  background: #e2e2e2;
  text-decoration: none;
}

hr {
  border: 1px;
  height: 1px;
  margin: 0 0 24px;
}

/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */
.genericon:before,
.featured-post:before,
.date a:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: normal 16px/1 Genericons;
  vertical-align: text-bottom;
}

.entry-content:after {
  clear: both;
}

.entry-content:before,
.entry-content:after {
  content: "";
  display: table;
}

/* Form fields, general styles first. */
input {
  background-color: #fafafa;
  padding: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #6a6a6a;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  font-size: 0.9em;
  -webkit-appearance: none;
}

input:focus,
textarea:focus {
  outline: 0;
}

input[type="submit"],
input[type="reset"] {
  background: #4fa888; /* Old browsers */
  border: none;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  padding: 11px 24px 10px;
  text-decoration: none;
}

input[type="submit"] {
  height: 43px;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="reset"]:focus {
  background: #499b7d; /* Old browsers */
  outline: none;
}

input[type="submit"]:active,
input[type="reset"]:active {
  background: #499b7d; /* Old browsers */
  padding: 10px 24px 11px;
}

.post-password-required input[type="submit"] {
  padding: 7px 24px 4px;
  vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
  padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #7d7b6d;
}

:-moz-placeholder {
  color: #7d7b6d;
}

::-moz-placeholder {
  color: #7d7b6d;
}

:-ms-input-placeholder {
  color: #7d7b6d;
}

/*
 * Responsive images
 *
 */
.entry-content img {
  max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
  height: auto;
}

img.size-full,
img.size-large {
  height: auto;
  max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
  max-width: 100%;
}

/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

.site {
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

.site-main {
  position: relative;
}
/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-title {
  font-size: 40px;
  line-height: 1;
  margin: 0 0 0px;
  font-family: "tt_rounds_condensedbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  letter-spacing: -2px;
}

.site-description {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  color: #7e7e7e;
  font-size: 14px;
}

/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.hentry {
  padding: 0 0 60px;
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.08); */
}

.entry-content {
  margin: 0 auto;
  width: 100%;
}

/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.entry-title {
  font-weight: normal;
  margin: 0 0 5px;
  text-align: center;
  margin: 0 30px 30px;
  color: #141414;
  padding-top: 60px;
  line-height: 1.2em;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.entry-title a {
  color: #141414;
}

.entry-title a:hover {
  color: #4f4f4f;
  text-decoration: none;
}

/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {
  word-wrap: break-word !important;
  max-width: 1000px;
}

.entry-content a {
  color: #6cb7d3;
}

.entry-content a:hover {
  color: #5fa1ba;
}

/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

@media (max-width: 1599px) {
  .site {
    border: 0;
  }
}

@media (max-width: 767px) {
  #content .entry-title,
  #content .entry-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 643px) {
  body {
    padding-top: 0;
  }

  .site-title {
    font-size: 30px;
    margin: 0 !important;
    padding: 0 !important;
  }

  #content .entry-title,
  #content .entry-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .toggled-on li,
  .toggled-on .children {
    display: block;
  }

  .entry-title {
    font-size: 22px;
    font-weight: bold;
  }
}

/* Mobile devices */
@media (max-width: 359px) {
  .uphead {
    width: 100%;
  }
}

.passster-form {
  /* background: #ffffff; */
  padding: 20px;
  margin: 0px;
  /* border-radius: 20px; */
}

.passster-form h4 {
  font-size: 20px;
  font-weight: 700;
  color: #4998b3;
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.passster-form p {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}

.passster-form .error {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  background: #cc4c43;
}

.passster-form #submit {
  color: #ffffff;
  background: #c52b38;
}

.passster-form #submit:hover {
  color: #ffffff;
  background: #bf4943;
}

.passster-form fieldset {
  border: medium none !important;
  margin: 0px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

.passster-form input[type="text"],
.passster-form input[type="email"],
.passster-form input[type="password"] {
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  margin: 0 0 5px;
  padding: 10px;
}

.passster-form input[type="text"]:hover,
.passster-form input[type="email"]:hover,
.passster-form input[type="password"]:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

.passster-form input[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #0cf;
  color: #fff;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

.passster-form input[type="submit"]:hover {
  background: #09c;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.passster-form input[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.passster-form input:focus,
.passster-form textarea:focus {
  outline: 0;
  border: 1px solid #999;
}
.passster-form::-webkit-input-placeholder {
  color: #888;
}

.passster-form:-moz-placeholder {
  color: #888;
}

.passster-form::-moz-placeholder {
  color: #888;
}

.passster-form:-ms-input-placeholder {
  color: #888;
}

.passster-error {
  width: 100%;
  text-align: center;
  float: left;
  padding: 10px;
  background: #e95353;
  color: white;
}
.passster-success {
  width: 100%;
  text-align: center;
  float: left;
  padding: 10px;
  background: #369633;
  color: white;
}

img.wp-image-3568 {
  width: 20%;
  float: right;
  display: inline-block;
  transform: rotate3d(1, 2.0, 2, 10deg);
  box-shadow: 0 0 1px 2px #32373c69;
  margin-right: 22px;
}

.entry-content li:first-child {
  float: left;
  margin: 14px;
  display: block;
  color: #d2282d;
  font-size: 25px;
}

.entry-content ul {
  list-style-type: none;
  width: 80%;
  margin: 0 auto;
  list-style-position: inside;
  color: #615d5d;
  font-size: 20px;
  padding: 0;
  padding-bottom: 30px;
}

.lds-dual-ring {
  width: 32px;
  position: relative;
  height: 0;
  top: 2px;
  left: 7px;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 32px;
  height: 33px;
  margin: 1px;
  border-radius: 50%;
  border: 2px solid #000000;
  border-color: #000000 transparent #000000 transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
  animation: lds-dual-ring 1.2s linear infinite;
}

@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#contactForm p.success {
  text-align: center;
  font-size: 20px;
  color: #615d5d;
}
.tb_button {padding:1px;cursor:pointer;border-right: 1px solid #8b8b8b;border-left: 1px solid #FFF;border-bottom: 1px solid #fff;}.tb_button.hover {borer:2px outset #def; background-color: #f8f8f8 !important;}.ws_toolbar {z-index:100000} .ws_toolbar .ws_tb_btn {cursor:pointer;border:1px solid #555;padding:3px}   .tb_highlight{background-color:yellow} .tb_hide {visibility:hidden} .ws_toolbar img {padding:2px;margin:0px}