/*
Theme Name:     Story Child
Author:         Pexeto
Author URI:     http://pexetothemes.com
Template:       thestory
*/

@import url("../thestory/style.css");


/*------------------------------- 2. Basic Typography ------------------------------- */

body {
  color: #777777;
  font-size: 16px;
  font-family: Work Sans, Helvetica, Arial, sans-serif;
  line-height: 1.7;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  color: #fdd200;
  text-decoration: none;
}
a:focus {
  outline: none;
  outline-width: 0;
  outline-style: none;
  outline-color: transparent;
}
a:hover {
  color: #f3c800;
}
hr {
  margin: 5px 0;
  height: 1px;
  border: 0;
  background-color: #b3b3b1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 10px 0;
  color: #666666;
  font-weight: 100;
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  line-height: 1.3;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 {
  font-size: 200%;
}
h2 {
  font-size: 150%;
}
h3 {
  font-size: 130%;
}
h4 {
  font-size: 120%;
}
h5 {
  font-size: 110%;
}
h6 {
  font-size: 100%;
}
p {
  margin: 7px 0;
  padding: 0 0 8px 0;
}
ol {
  margin-left: 20px;
  list-style-type: decimal;
}
ul {
  margin-left: 20px;
}
dl {
  margin-left: 20px;
}
dt {
  font-weight: bold;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
  font-size: 110%;
}
q {
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
}
/* Blockquote */
blockquote {
  margin: 0 0 20px;
  padding: 0 0 0 15px;
  border-left: 4px solid rgba(0, 0, 0, 0.1);
  text-align: left;
  font: italic 120%/170% Georgia, "Times New Roman", Times, serif;
}
blockquote p {
  font-weight: 300;
}
blockquote small {
  display: block;
  font-style: normal;
  font-size: 12px;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 1.8em;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-weight: bold;
}
/* ------------------------------- END Basic Typography ------------------------------- */


/*---------Hide footer bit-------------*/

.page-id-4040 #footer-cta {
display: none;
}

.page-id-4145 #footer-cta {
display: none;
}

.page-id-4276 #footer-cta {
display: none;
}

.page-id-3948 #footer-cta {
display: none;
}

.page-id-3456 #footer-cta {
display: none;
}

.page-id-4828 #footer-cta {
display: none;
}

.page-id-4859 #footer-cta {
display: none;
}

.page-id-2 #footer-cta {
display: none;
}

/*---------End hide footer bit-------------*/

/*---------hide social share-------------*/

.social-share {
  clear: both;
  margin-top: 20px;
  display: none;
	
}

/*---------End hide social share-------------*/

/*--------Hide arrows----------*/

.ts-arrow {
  background-color: #ffffff;
}
.ts-arrow:hover {
  background-color: #ffffff;
}

/*--------End Hide arrows----------*/


.yikes-easy-mc-form .submit-button-inline-label {
   width: 30% !important; 
}

.yikes-easy-mc-form label.label-inline {
   width: 33% !important; 
}

.yikes-easy-mc-form .yikes-easy-mc-submit-button {
    padding: 7px; !important; 
}