/*
Theme Name: Outta Site
Theme URI: http://minddevelopmentanddesign.com
Description: The best wordpress theme to ever exist.
Author: MIND
Author URI: http://minddevelopmentanddesign.com
*/
/* ======================
    WordPress Core
   ======================*/
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
  font-family: "Arial", sans-serif; }

/* ===================================
    Standard Styles
   =================================== */
p {
  font-family: "Arial", sans-serif;
  color: #4a2c14; }

a {
  font-family: "Arial", sans-serif;
  color: black; }

a:hover {
  color: blue; }

a:visited {
  color: black; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  color: black; }

.clearfix {
  clear: both; }

/* ===================================
    OuttaSite Styles
   =================================== */
.masthead {
  background-color: #aaaaaa;
  border: solid black 5px;
  border-right: none;
  border-left: none; }

.menucontainer {
  background-color: #888888;
  text-align: center; }

.headermenu {
  display: block; }

.piecebackground {
  background-color: #aaaaaa;
  padding: 5px; }

.pieceinner {
  background-color: white;
  border-radius: 15px;
  padding: 15px; }

.blogsidebar div {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 5px 10px 5px 10px;
  margin: 10px 0px 10px 0px; }

.slider {
  padding: 10px; }

.footer {
  background-color: #888888;
  padding: 10px; }

.blogcontent {
  padding: 10px; }

.blogsidebar {
  padding: 10px; }

.mobilenav {
  display: none;
  z-index: 9000; }

.footermenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none; }

.footermenu li {
  display: inline; }

.searchform {
  display: block;
  width: 350px; }

.searchtext {
  float: left;
  width: 100px; }

.searchbox {
  float: left;
  width: 100px; }

.searchbutton {
  float: left;
  width: 80px; }

i {
  float: right;
  padding: 0px 5px 0px 5px; }

/* ========================
    Mobile Styles
   ======================== */
@media only screen and (max-width: 768px) {
  .mobilenav {
    display: block;
    margin-left: auto;
    margin-right: auto; }

  .headermenu {
    display: none; } }
/* =========================
    Print Styles
   ========================= */
@media print {
  .blogsidebar, .postsidebar, .pagesidebar, .footer, .headermenu, .masthead {
    display: none; } }
/* ===========================
    Mobile Drop down menu
   ===========================*/
#cssmenu ul, #cssmenu li, #cssmenu a {
  margin: 0;
  padding: 0;
  z-index: 5000; }

#cssmenu ul {
  list-style: none; }

#cssmenu a {
  text-decoration: none; }

#cssmenu {
  height: 70px;
  z-index: 5000; }

#cssmenu > ul > li {
  float: left;
  margin-left: 15px;
  position: relative; }

#cssmenu > ul > li > a {
  color: black;
  font-family: "Arial", sans-serif;
  font-size: 22pt;
  line-height: 70px;
  padding: 15px 20px;
  -webkit-transition: color .15s;
  -moz-transition: color .15s;
  -o-transition: color .15s;
  transition: color .15s; }

#cssmenu > ul > li > a:hover {
  color: blue; }

#cssmenu > ul > li > ul {
  opacity: 0;
  visibility: hidden;
  padding: 16px 0 20px 0;
  background-color: #fafafa;
  text-align: left;
  position: absolute;
  top: 55px;
  left: 50%;
  margin-left: -90px;
  width: 180px;
  -webkit-transition: all .3s .1s;
  -moz-transition: all .3s .1s;
  -o-transition: all .3s .1s;
  transition: all .3s .1s;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4); }

#cssmenu > ul > li:hover > ul {
  opacity: 1;
  top: 65px;
  visibility: visible; }

#cssmenu > ul > li > ul:before {
  content: '';
  display: block;
  border-color: transparent transparent #fafafa transparent;
  border-style: solid;
  border-width: 10px;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -10px; }

#cssmenu > ul ul > li {
  position: relative; }

#cssmenu ul ul a {
  color: #323232;
  font-family: "Arial", sans-serif;
  font-size: 13px;
  background-color: #fafafa;
  padding: 5px 8px 7px 16px;
  display: block;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s; }

#cssmenu ul ul a:hover {
  background-color: #888888;
  color: #f0f0f0; }

/* ================================
    Drop Down Menu
   ================================ */
#headermenu ul,
#headermenu li,
#headermenu span,
#headermenu a {
  margin: 0;
  padding: 0;
  position: relative; }

#headermenu {
  height: 49px;
  width: auto; }

#headermenu:after,
#headermenu ul:after {
  content: '';
  display: block;
  clear: both; }

#headermenu a {
  display: inline-block;
  font-family: "Arial", sans-serif;
  line-height: 49px;
  padding: 0 20px;
  color: #000000;
  text-decoration: none;
  font-size: 22pt; }

#headermenu a:hover {
  color: blue;
  background: #aaaaaa; }

#headermenu ul {
  list-style: none; }

#headermenu > ul, #headermenu > ul > li {
  float: left; }

#headermenu > ul > li > a {
  color: black;
  font-size: 22px; }

#headermenu .has-sub {
  z-index: 1; }

#headermenu .has-sub:hover > ul {
  display: block;
  color: black; }

#headermenu .has-sub ul {
  display: none;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 0; }

#headermenu .has-sub ul li {
  *margin-bottom: -1px; }

#headermenu .has-sub ul li a {
  background: #888888;
  border-bottom: 1px dotted #000000;
  filter: none;
  font-size: 22px;
  display: block;
  line-height: 120%;
  padding: 10px;
  color: #000000; }

#headermenu .has-sub ul li:hover a {
  background: #aaaaaa;
  color: blue; }

#headermenu .has-sub .has-sub:hover > ul {
  display: block;
  background: #aaaaaa;
  color: #ffffff; }

#headermenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0; }

#headermenu .has-sub .has-sub ul li a {
  background: #888888;
  border-bottom: 1px dotted #ff0f1b; }

#headermenu .has-sub .has-sub ul li a:hover {
  background: #aaaaaa;
  color: #ffffff; }

*, :before, :after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  font-size: 100%; }

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue",Helvetica,Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

a:hover {
  cursor: pointer; }

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

object, embed {
  height: 100%; }

img {
  -ms-interpolation-mode: bicubic; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5em;
  *zoom: 1; }

.row:before, .row:after {
  content: " ";
  display: table; }

.row:after {
  clear: both; }

.row.collapse > .column, .row.collapse > .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left; }

.row.collapse .row {
  margin-left: 0;
  margin-right: 0; }

.row .row {
  width: auto;
  margin-left: -.9375em;
  margin-right: -.9375em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1; }

.row .row:before, .row .row:after {
  content: " ";
  display: table; }

.row .row:after {
  clear: both; }

.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1; }

.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table; }

.row .row.collapse:after {
  clear: both; }

.column, .columns {
  position: relative;
  padding-left: .9375em;
  padding-right: .9375em;
  width: 100%;
  float: left; }

@media only screen {
  .column, .columns {
    position: relative;
    padding-left: .9375em;
    padding-right: .9375em;
    float: left; }

  [class*=column] + [class*=column]:last-child {
    float: right; }

  [class*=column] + [class*=column].end {
    float: left; } }
@media only screen and (min-width: 768px) {
  .large-1 {
    position: relative;
    width: 8.33333%; }

  .large-2 {
    position: relative;
    width: 16.66667%; }

  .large-3 {
    position: relative;
    width: 25%; }

  .large-4 {
    position: relative;
    width: 33.33333%; }

  .large-5 {
    position: relative;
    width: 41.66667%; }

  .large-6 {
    position: relative;
    width: 50%; }

  .large-7 {
    position: relative;
    width: 58.33333%; }

  .large-8 {
    position: relative;
    width: 66.66667%; }

  .large-9 {
    position: relative;
    width: 75%; }

  .large-10 {
    position: relative;
    width: 83.33333%; }

  .large-11 {
    position: relative;
    width: 91.66667%; }

  .large-12 {
    position: relative;
    width: 100%; } }
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  background: #fff;
  color: #000;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

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

h1 {
  font-size: 2em;
  margin: .67em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace,serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }
