﻿/*  
=========================
FindFamilyFun (Responsive)
=========================
*/


/* normalize.css v2.1.2 | MIT License | git.io/normalize
   
---------------------------------------------------------------- */

/* ::: HTML5 display definitions ::: */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

/* ::: Base ::: */
/**
 * Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ::: Links ::: */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

/* ::: Typography ::: */
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/* ::: Embedded content ::: */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/* -- end of abridged normalize -- */




/* GENERAL (APPLIED DIRECTLY TO ELEMENTS MOSTLY)
------------------------------------------------ */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
  font-size: 1em;
  font-weight:400;
  line-height: 1.5;
  -webkit font-smoothing: antialiased;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 50em)
{
  body { font-size: 1.25em; }
}

* {
  -webkit-box-sizing: border-box; /* Android <= 2.3, iOS <= 4 */
  -moz-box-sizing: border-box; /* Firefox 1+ */
  box-sizing: border-box; /* Chrome, IE 8+, Opera, Safari 5.1 */
}

h1 {
  color: #212121;
  font-family: 'Lato', sans-serif;
  font-size: 2.25em;
  font-weight: 300;
  letter-spacing: -2px;
  line-height: .975;
  margin-bottom: .4125em;
}


.nav-main a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}


ul
{
 list-style-image: url("https://findfamilyfun.com/images/checkbox.jpeg");
}


a {
  color: #1162a4;
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
}

.more:after {
  content: ' Â»';
}

img {
  border: 0;
}

.page {
  /* these declarations combine to center entire page in browser */
  margin: 0 auto;
  max-width: 960px;
}



/* MASTHEAD
------------------------------------------ */
.masthead {
  padding-top: 12px;
}

.logo {
  font-size: 10px;
  line-height: 1;
  margin-bottom: -8px;
  margin-top: 0;
  max-width: 100%;
}


.logo,
.social-sites,
.nav-main li {
  text-align: center;
}

/* ::: Main Navigation ::: */
.nav-main {
  border-bottom: 1px solid #c7c7c8;
  border-top: 5px solid #019443;
  margin-top: 0;
  padding: .45em 0 .5em;
}

.nav-main a {
  color: #292929;
  font-size: 1.125em; /* 18px/16px */
}

.nav-main a:hover {
  color: #029443;
  text-decoration: none;
}

.nav-main .current-page,
.nav-main .current-page:hover {
  color: #747474;
  cursor: default;
}

/* ::: Social Sites Icons ::: */
.social-sites {
  margin-bottom: 12px;
  padding: 0;
}

.social-sites li {
  display: inline;
}

.social-sites a {
  color: #019443;
  font-family: 'Social Icons', sans-serif;
  font-size: 30px;
  line-height: .8;
  vertical-align: middle;
}

.social-sites a:hover {
  color: #1162a4;
  text-decoration: none;
}


/* MAIN CONTENT
------------------------------------------ */
main > .post:first-child > h1 {
  margin-top: 0.769em;
}



.footer p {
  color: #3a3a3a;
  font-family: arial, helvetica, sans-serif;
  font-size: 0.688em;
}

/* .footer p small {
  font-size: inherit;
}*/




/* SIDEBAR
------------------------------------------ */
.sidebar {
  margin-top: 60px;
}




/* FOOTER
--------------------------------- */
footer[role="contentinfo"] {
  border-top: 1px solid #cacbcb;
text-align: center;
}

footer[role="contentinfo"] {
  border-top: 1px solid #cacbcb;
  text-align: center;
}

/* PHOTO GALLERY */

div.img-gallery {
    margin: 20px auto;
    padding: 5px;
    border: 1px solid #0000ff;

    float: none;
    clear: both;

    width: 100%;
    max-width: 600px;

    box-sizing: border-box;

    text-align: center;
}

div.img-gallery img {
    display: block;
    margin: 5px auto;
    border: 1px solid #ffffff;

    max-width: 600px;
    width: 100%;
    height: auto;
}

div.desc {
    text-align: center;
    font-weight: normal;
    width: auto;
    margin: 5px 0;
}

/* ===================== MEDIA QUERIES ===================== */


/* 320+ 
------------------------------------------ */
@media only screen and (min-width: 20em) {
  /* Masthead */
  .nav-main li {
    border-left: 1px solid #c8c8c8;
    display: inline-block;
    text-align: left;
  }

  .nav-main li:first-child {
    border-left: none;
  }

  .nav-main li:last-child a {
    padding-right: 0;
  }

  .nav-main a {
    display: inline-block;
    font-size: 1em;
    padding: .5em .9em .5em 1.15em;
  }

  /* Sidebar */
  .links {
    width: 90%;
  }
}


/* 480+ 
------------------------------------------ */
@media only screen and (min-width: 30em) {
  /* Masthead */
  .masthead {
    position: relative;
  }

  .logo {
    margin-bottom: 8px;
    text-align: left;
  }

  .nav-main a {
    font-size: 1.125em; /* 18px/16px */
    padding-left: 1.4em;
    padding-right: 1.15em;
  }

  .social-sites {
    margin: 0;
    position: absolute;
    right: -3px;
    top: 41px;
  }

  .social-sites li {
    margin-left: -1px;
  }

  

  /* Sidebar */
  .links a {
    font-size: 1.125em;
  }
}


/* 480-767-only 
------------------------------------------ */
@media only screen and (min-width: 30em) and (max-width: 47.9375em) {
  /* Sidebar */  
  .about {
    overflow: hidden;
  }

  .about img {
    float: left;
    margin-right: 15px;
  }
}




div.img img {
    display: inline;
    margin: 5px;
    border: 1px solid #ffffff;
}

div.img a:hover img {
    border:1px solid #0000ff;
}

div.desc {
    text-align: center;
    font-weight: normal;
    margin: 5px;
}

/* 600-767-only 
------------------------------------------ */
@media only screen and (min-width: 37.5em) and (max-width: 47.9375em) {
  /* Sidebar */
  .about {
    padding-bottom: 1.4em;
  }
}

 


div.img img {
    display: inline;
    margin: 5px;
    border: 1px solid #ffffff;
}

div.img a:hover img {
    border:1px solid #0000ff;
}

div.desc {
    text-align: left;
    font-weight: normal;
    margin: 5px auto;
    padding: 0 10px;
}

/* 768+ 
------------------------------------------- */
@media only screen and (min-width: 48em) {
  h1 {
    font-size: 3.25em;
  }

  /* Masthead */
  .masthead {
    padding-top: 10px;
  }

  .nav-main {
    margin-bottom: 0;
  }

  /* Main Content */
  .container {
    padding-bottom: 1.9375em;
  }

  main {
      width: 100%;
  }

  main > .post:first-child > h1 {
    margin-top: 0.904em;
  }



div.img a:hover img {
    border:1px solid #0000ff;
}

.ad-box {
    margin: 30px auto;
    padding: 20px;
    text-align: center;
    border: 1px solid #ddd;
    background: #fafafa;
}





 

  /* Sidebar */
  .sidebar {
    float: right;
    margin-top: 1.875em;
    width: 31.25%;
  }




  /* Page Footer */
  footer[role="contentinfo"] {
    border-top: 1px solid #cacbcb;
  }
}
/* --- end media queries ---- */


/* html5boilerplate.com Clearfix
--------------------------------- */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}

.search-form {

    margin-top: 15px;

}

.search-form input {

    padding: 6px;

    width: 220px;

}

.search-form button {

    padding: 6px 10px;

}

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

.footer {
    text-align: center;
}
