/*-------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
Custom Coding
---------------------------------------------------------------------------------------------------
Theme Name: KED-wp107
Description: Premade Template Designed/Coded by KaciElizabeth.
Author: Kaci (Kaci H - sellfy.com/cherrywine)
Website: http://kacielizabeth.com/design and http://sellfy.com/cherrywine
Tags: theme, kaci, elizabeth
Contact: kacielizabethhawkins@gmail.com
---------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------*/

/* Main
   ========================================================================== */

body {
  background-color: #f7f7f7;
  color: #646464;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400!important;
  font-size: 100%;
  margin: 0;
  word-wrap: break-word!important;
}

#mobile {
  display: none;
}

iframe {
  width: 90%;
  margin-bottom: 5px;
}


/* Tooltip
   ========================================================================== */

#tooltip {
  position: absolute;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.8);
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
  color: #ffffff;
  display: none;
  font-size: 10px;
  letter-spacing: 1px;
}


/* Navigation
   ========================================================================== */

.menu main {
  border: 0!important;
}

#menu ul {
  list-style: none;
  color: #9f9f9f;
  margin:0;
}


#menu ul ul {
  display: none;
}

#menu ul li:hover > ul {
  display: none;
}

#menu ul ul li {
  display: none;
}

#menu ul ul li:hover {
  display: none;
}

.navibar {
  background-color: #384f7e;
  text-transform: uppercase;
  width:80%;
  margin-top:-5px;
  color: #ffffff;
}

.navibar ul li {
  display:inline;
}

.navibar li+li:before {
    content:"/\00a0";
  color: rgba(255, 255, 255, 0.3);
}

.navibar a:link,
.navibar a:visited,
.navibar a:active {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #ffffff;
  font-size: 13px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: opacity 0.4s linear;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  text-decoration: none;
  text-transform: uppercase;
}

.navibar a:hover {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #7ac0f6;
  font-size: 13px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: opacity 0.4s linear;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  text-decoration: none;
  text-transform: uppercase;
}


/* Social Network Icons
   ========================================================================== */

.social {
  margin:0;
  position:relative;
  top:258px;
  left:380px;
  width:40%;
}

.socialwrap {
  background-color:#ffffff;
  display: inline-block;
}

.social i {
  color:#838383;
}

.social a:link {
  background-color:#ffffff;
  font-size:12px;
  color:#838383;
  padding-top:15px;
  padding-left:15px;
  padding-bottom:15px;
  padding-right:15px;
  width:15px;
  display:inline-block;
  text-align:center;
}

.social a:hover{
  background-color:#e9e9e9;
  color:#838383;
}

/* Latest Images
   ========================================================================== */
.latestbar {
  background-color:#141414;
  padding-top:20px;
  padding-bottom:20px;
  padding-left:10px;
  padding-right:10px;
}

.latestbar img {
  height:65px;
  padding: 5px!important;
  background-color: #1b1b1b;
  margin-right:3px;
  margin-bottom:1px;
  border: 0px solid #ffffff!important;
  -webkit-transition: opacity 0.3s linear!important;
  -webkit-transition: all 0.3s ease-out!important;
  -moz-transition: all 0.3s ease-out!important;
  transition: all 0.3s ease-out!important;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; /* future proofing */
  -khtml-border-radius: 10px; /* for old Konqueror browsers */
}

.latestbar img:hover {
  height:65px;
  padding: 5px!important;
  background-color: #1b1b1b;
  margin-right:3px;
  margin-bottom:1px;
  border: 0px solid #ffffff!important;
  -webkit-transition: opacity 0.3s linear!important;
  -webkit-transition: all 0.3s ease-out!important;
  -moz-transition: all 0.3s ease-out!important;
  transition: all 0.3s ease-out!important;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; /* future proofing */
  -khtml-border-radius: 10px; /* for old Konqueror browsers */
}


/* Mobile
   ========================================================================== */
.sitetitle {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 900!important;
  letter-spacing: 2px;
  font-size: 25px;
  text-transform: uppercase;
  color: #555555;
}

.siteslogan {
  color: #6f6f6f;
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: 0px!important;
  font-weight: 600!important;
  font-size: 11px!important;
  text-transform: uppercase;
}

/* Regular Link Class
   ========================================================================== */

a:link {
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  color: #141414;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  -webkit-transition: opacity 0.4s linear;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

a:visited {
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #141414;
  -webkit-transition: opacity 0.4s linear;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

a:active {
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #141414;
  -webkit-transition: opacity 0.4s linear;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

a:hover {
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #384f7e;
  -webkit-transition: opacity 0.4s linear;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}


/* Wrapper/Container
   ========================================================================== */

#wrapper {
  margin-top: 5px;
  width: 1200px;
}

#container {
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
}


/* AdditionalClasses
   ========================================================================== */
b,
strong {
  color: #384f7e;
}

i,
em {
  color: #949494;
}

u {
  background-color: #384f7e;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 3px;
  padding-right: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-decoration: none;
}


/* Sidebar Classes
   ========================================================================== */
.sidebarcontainer {
  background-color: #ffffff;
  border:1px solid #f2f0ef;
  padding: 15px;
  font-size: 80%;
  text-align: justify;
  font-family: 'Open Sans'!important;
  font-weight: 400;
  line-height: 25px;
  color:#515151;
}

.sidebartitle {
  background-color:#141414;
  border-bottom:0px solid #384f7e;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif!important;
  letter-spacing: 3px;
  font-size: 90%;
  line-height: 100%;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  padding-top:20px;
  padding-bottom:20px;
  margin-top:-15px;
  margin-left:-15px;
  margin-right:-15px;
  margin-bottom: 3px;
}

/* Entry Classes
   ========================================================================== */
.contentcontainer {
  background-color: #ffffff;
  border:1px solid #f2f0ef;
  padding: 15px;
  font-size: 90%;
  font-family: arial;
  text-align: justify;
  line-height: 25px;
  margin-bottom: 10px;
}

.entry {
  margin-top: -15px;
  font-size: 98%;
  color: #515151;
}

.date {
  background-color:#f7f7f7;
  color:#9b9b9b;
  padding-left:5px;
  padding-right:5px;
  padding-top:15px;
  padding-bottom:15px;
  margin-right:10px;
  text-align:center;
  display:block;
  letter-spacing:1px;
  font-size:13px;
  line-height:15px;
  text-transform:uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600!important;
}

.date strong {
  color:#9b9b9b;
  font-size:15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600!important;
  letter-spacing:3px;
}

.contenttitle {
  font-family: 'Source Sans Pro', sans-serif;
  color: #384f7e!important;
   font-weight: 700!important;
  font-style: none;
  font-size: 210%;
  text-decoration: none;
  text-transform: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: left;
}

.contenttitle a:link {
  font-family: 'Source Sans Pro', sans-serif;
  color: #384f7e!important;
  font-weight: 700!important;
  font-style: none;
  font-size: 90%;
  text-decoration: none;
  text-transform: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.contenttitle a:active {
  font-family: 'Source Sans Pro', sans-serif;
  color: #384f7e!important;
  font-weight: 700!important;
  font-style: none;
  font-size: 90%;
  text-decoration: none;
  text-transform: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.contenttitle a:visited {
  font-family: 'Source Sans Pro', sans-serif;
  color: #454545!important;
  font-weight: 700!important;
  font-style: none;
  font-size: 90%;
  text-decoration: none;
  text-transform: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.contenttitle a:hover {
  font-family: 'Source Sans Pro', sans-serif;
  color: #141414!important;
  font-weight: 700!important;
  font-style: none;
  font-size: 90%;
  text-decoration: none;
  text-transform: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

hr {
  background-color:#f8f8f8;
  border: 0;
  width: 100%;
  height: 1px;
}


.sidebarcontainer ul,
.contentcontainer ul {
  padding: 0px;
}

.sidebarcontainer li,
.contentcontainer li {
  border-bottom:1px solid #f8f8f8;
  padding: 15px;
  list-style: none;
  -webkit-transition: opacity 0.3s linear;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-right: 1px;
  margin-top: 1px;
}


/* Entry Classes = Filed Under Posted By and More
   ========================================================================== */
.postinfo {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #6d6d6d;
  text-transform: none;
  margin-top:-10px;
}

.postinfo a:link {
  color: #6d6d6d;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-transform: none;
}

.postinfo a:visited {
  color: #6d6d6d;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-transform: none;
}

.postinfo a:hover {
  color: #6d6d6d;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-transform: none;
  text-decoration:underline;
}


.mheart {
  position:relative;
  top:-10px;
  left:80%;
}

#heartclass{
  width: 0;
  height: 0;
  border: 50px solid transparent;
  border-bottom-color: #f7f7f7;
  position: relative;
  top: 40px;
} 

.postinfo2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 900;
  font-size: 12px;
  color: #d4d4d4;
  text-transform: none;
  width:50px;
  margin-top:-10px;
  margin-left:-12px;
}

.postinfo2 a:link {
  color: #d4d4d4;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 900;
  font-size: 14px;
  text-transform: none;
}

.postinfo2 a:visited {
  color: #d4d4d4;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 900;
  font-size: 14px;
  text-transform: none;
}

.postinfo3 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #d4d4d4;
  text-transform: none;
}

.postinfo3 a:link {
  color: #d4d4d4;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: none;
}

.postinfo3 a:visited {
  color: #d4d4d4;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: none;
}

.postinfo3 i {
  color: #d4d4d4;
}

.postline {
  background-color:#ebebeb;
  height:1px;
  width:15%;
}

/* Previous and Next Post Buttons
   ========================================================================== */

.previous {
  background-color: rgba(234, 234, 234, 0.1)!important;
  border:1px solid rgba(234, 234, 234, 0.5);
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
  line-height: 30px;
  margin-right: 1px;
}

.next {
  background-color: rgba(234, 234, 234, 0.1)!important;
  border:1px solid rgba(234, 234, 234, 0.5);
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: right;
  line-height: 30px;
  margin-left: 1px;
}

.previous a:link {
  font-size: 90%;
  font-weight: 600!important;
  text-decoration: none;
  -webkit-transition: opacity 0.3s linear;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #757575;
}

.previous a:link:hover {
  font-size: 90%;
  font-weight: 600!important;
  text-decoration: none;
  -webkit-transition: opacity 0.3s linear;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #414141;
}

.next a:link {
  font-size: 90%;
  font-weight: 600!important;
  text-decoration: none;
  -webkit-transition: opacity 0.3s linear;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #757575;
  text-align: right;
}

.next a:link:hover {
  font-size: 90%;
  font-weight: 600!important;
  text-decoration: none;
  -webkit-transition: opacity 0.3s linear;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #414141;
  text-align: right;
}


/* Source class = gallery class is in header.php
   ========================================================================== */
#slink hr {
  background-color: #f5f5f5;
  border: 0;
  width: 100%;
  height: 1px;
}

#slink {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 90%;
  text-transform: none;
  border: 1px solid #f5f5f5;
  text-align: right;
}

#slink a:link {
  color: #696969;
  text-transform: none;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#slink a:hover {
  color: #242424;
  text-transform: none;
  text-decoration: none;
}

#slink:before {
  content: "Source Link(s)";
  background-color: #ffffff;
  display: block;
  font-size: 89%;
  max-width: 150px;
  font-style: normal;
  color: #101010;
  margin-left: 75%;
  margin-top: -30px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}


/* ShareDaddy Plugin CSS
   ========================================================================== */

.sharedaddy {
  text-align: center;
  margin-top: 10px;
}

.sharedaddy a.sd-button {
  margin: 0;
  padding: 0px;
}

.sharedaddy ul li a.sd-button > span {
  margin: 0;
  padding: 0px;
}

.sharedaddy li:hover {
  margin: 0;
  padding: 0px;
}

.sharedaddy a.sd-button {
  background: #ffffff!important;
  color: #d1d1d1!important;
}

.sharedaddy ul li a.sd-button > span {
  background: #ffffff!important;
  color: #d1d1d1!important;
}

.sharedaddy li:nth-child(odd) {
  background-color: #ffffff;
}

.sharedaddy li:nth-child(even) {
  background-color: #ffffff;
}


/* Comments
   ========================================================================== */
#respond {
  background-color: #ffffff;
  border:1px solid rgba(234, 234, 234, 0.5);
  padding: 15px;
}

ol.commentlist {
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  text-indent: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600!important;
  font-size:80%;
  line-height:160%;
}
ol.commentlist li {
  list-style:none;
  padding:5px;
}

ol.commentlist li.comment div.vcard img.avatar {
  border: 3px solid rgba(234, 234, 234, 0.5);
  float: left;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
 /* future proofing */
  -khtml-border-radius: 50px;
 /* for old Konqueror browsers */;
}

ol.commentlist li.even {
  background: #ffffff;
}

ol.commentlist li.odd {
  background: rgba(234, 234, 234, 0.1);
}

ol.commentlist li.parent {
  border-left: 1px solid rgba(234, 234, 234, 0.5);
}

/* Image Class
   ========================================================================== */

a img {
  padding: 5px!important;
  border: 1px solid rgba(234, 234, 234, 0.7);!important;
  -webkit-transition: opacity 0.3s linear!important;
  -webkit-transition: all 0.3s ease-out!important;
  -moz-transition: all 0.3s ease-out!important;
  transition: all 0.3s ease-out!important;
}

a img:hover {
  padding: 5px;
  border: 1px solid rgba(234, 234, 234, 0.9);!important;
  opacity: 0.8!important;
  -webkit-transition: opacity 0.3s linear!important;
  -webkit-transition: all 0.3s ease-out!important;
  -moz-transition: all 0.3s ease-out!important;
  transition: all 0.3s ease-out!important;
}

.contentcontainer img {
  padding: 5px!important;
  border: 1px solid rgba(234, 234, 234, 0.7);!important;
  -webkit-transition: opacity 0.3s linear!important;
  -webkit-transition: all 0.3s ease-out!important;
  -moz-transition: all 0.3s ease-out!important;
  transition: all 0.3s ease-out!important;
}

.contentcontainer img:hover {
  padding: 5px;
  border: 1px solid rgba(234, 234, 234, 0.9);!important;
  opacity: 0.8!important;
  -webkit-transition: opacity 0.3s linear!important;
  -webkit-transition: all 0.3s ease-out!important;
  -moz-transition: all 0.3s ease-out!important;
  transition: all 0.3s ease-out!important;
}

.featured img {
  margin-left: -15px;
  margin-top: -15px;
  margin-bottom: 16px;
  padding: 0px!important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  opacity: 0.9;
  -webkit-transition: opacity 0.3s linear;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: transparent!important;
  border: 0px solid #f1f1f1!important;
}

.featured img:hover {
  margin-left: -15px;
  margin-top: -15px;
  margin-bottom: 16px;
  padding: 0px!important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.3s linear;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: transparent!important;
  border: 0px solid #f1f1f1!important;
}

.imgleft {
  float: left;
  margin-right: 10px;
}

.imgright {
  float: right;
  margin-left: 10px;
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding: 10px;
  border: 1px solid rgba(234, 234, 234, 0.7);;
}

.wp-caption img {
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 12px;
  margin: 0;
  padding: 5px;
  font-style: italic;
  color: #858585;
  font-family: 'Open Sans';
  font-weight: 600;
}

/* Blockquote
   ========================================================================== */

blockquote {
  background-color: rgba(234, 234, 234, 0.2);
  border:1px solid rgba(234, 234, 234, 0.4);
  color:#757575;
  padding: 20px;
  text-align: justify;
  position: relative;
}

blockquote blockquote {
  background-color: #ffffff;
  font-size: 80%;
}

/* Field Classes
   ========================================================================== */

input,
textarea {
  background-color: rgba(234, 234, 234, 0.2);
  border: 2px solid rgba(234, 234, 234, 0.4);
  color: #707070;
  padding: 5px;
}

#searchsubmit {
  border: none;
  color: #222222;
  background-color: rgba(234, 234, 234, 0.2);
  border: 2px solid rgba(234, 234, 234, 0.4);
  padding: 11px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  cursor: pointer;
}

/* Footer
   ========================================================================== */

#footer {
  border-top: 1px solid rgba(234, 234, 234, 0.8);
  font-family: 'Open Sans';
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  font-size: 70%;
  padding: 5px;
  color: #9f9f9f;
  text-decoration: none;
}

#footer b {
  color: #9f9f9f;
}

#footer ul {
  padding: 8px 16px;
  list-style: none;
  color: #9f9f9f;
}

#footer ul li {
  display: inline;
}

#footer ul li+li:before {
  padding: 8px;
  color: #9f9f9f;
  content: "/\00a0";
}

#footer a:link {
  color: #9f9f9f;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}

#footer a:hover {
  color: #9f9f9f;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}

#footer a:visited {
  color: #9f9f9f;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}

.clearfooter {
  height: 5px;
  clear: both;
}

.clear {
  clear: both;
}


/* Bootstrap Snippets
   ========================================================================== */

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

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success strong {
  color: #3c763d!important;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info strong {
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning strong {
  color: #8a6d3b!important;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger strong {
  color: #a94442!important;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

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

.clearfix:after {
  clear: both;
}


/* Buttons
   ========================================================================== */

.button1 {
  background-color: #4CAF50;
 /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.button2 {
  background-color: #008CBA;
} /* Blue */
.button3 {
  background-color: #f44336;
} /* Red */
.button4 {
  background-color: #e7e7e7;
  color: black;
} /* Gray */
.button5 {
  background-color: #555555;
} /* Black */


/* Do not edit / Like Functions
   ========================================================================== */
/* Wrapper */
.sl-wrapper a {
	border-bottom: 0 !important;
	text-decoration: none !important;
	color: #d4d4d4!important;
}

/* Colors */
a.liked {
	color: #d4d4d4!important;
	text-decoration: none !important;
}
a.liked:hover,
a.liked:active,
a.liked:focus {
	color: #d4d4d4!important;
	text-decoration: none !important;
}
a.liked span.sl-count,
.sl-count {
	color: #d4d4d4!important;
	text-decoration: none !important;
}

/* Icon */
.sl-icon {
	margin-right: 0.3125em;
	font-family: 'Arial Unicode MS', Arial, sans-serif;
	color: #d4d4d4!important;
}


.sl-icon i {
	color: #d4d4d4!important;
}

.sl-icon svg {
	fill: currentColor;
	width: 1em;
	height: 1em;
}
.sl-icon svg:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left:0;
}

/* Count */
.sl-count {
	text-transform: none;
}

/* Loader */
.loader,
.loader:before,
.loader:after {
  background: rgba(0, 0, 0, 0.2);
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: .2em;
  height: .6em;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -.375em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader {
  text-indent: -9999em;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 1em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:after {
  left: .375em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 rgba(0, 0, 0, 0.2);
    height: .6em;
  }
  40% {
    box-shadow: 0 -.3em rgba(0, 0, 0, 0.2);
    height: 1em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 rgba(0, 0, 0, 0.2);
    height: .6em;
  }
  40% {
    box-shadow: 0 -.3em rgba(0, 0, 0, 0.2);
    height: 1em;
  }
}

/* Do not edit / Menu Function CSS
   ========================================================================== */

a.menu-link {
  float: right;
  display: block;
  padding: 1em;
}

nav[role=navigation] {
  clear: both;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.js nav[role=navigation] {
  overflow: hidden;
  max-height: 0;
}

nav[role=navigation].active {
  max-height: 25em;
}

nav[role=navigation] ul {
  margin: 0;
  padding: 0;
}

nav[role=navigation] li a {
  padding: 0.8em;
}

@media screen and (min-width: 48.25em) {
  a.menu-link {
    display: none;
  }

  .js nav[role=navigation] {
    max-height: none;
  }

  nav[role=navigation] ul {
    margin: 0 0 0 -0.25em;
    border: 0;
  }

  nav[role=navigation]  li {
    display: inline-block;
    margin: 0 0.25em;
  }

  nav[role=navigation] li a {
    display: inline-block;
    border: 0;
  }
}


/* Responsive
   ========================================================================== */

/*------------------------------------------
     1050px Media
------------------------------------------*/
@media only screen and (max-width: 1050px), only screen and (max-device-width: 1050px) {

.n3 {
    display: none!important;
}

.latestbar {
    display: none!important;
}

  .menu-link i {
    display: inline!important;
    font-size: 18px!important;
    font-family: 'FontAwesome';
    color:#ffffff;
  }

  #menu {
    position: relative!important;
    font-size:100%!important;
  }

  #menu > a {
  }

  #menu:not( :target ) > a:first-of-type,
#menu:target > a:last-of-type {
    display: block!important;
  }
 
    /* first level */
 
  #menu > ul {
    height: auto!important;
    display: none!important;
    position: absolute!important;
    left: 0!important;
    right: 0!important;
  }

  #menu:target > ul {
    display: block!important;
  }

  #menu > ul > li {
    width: 100%!important;
    float: none!important;
  }
 
    /* second level */
 
  #menu li ul {
    position: static!important;
  }

  .navibar {
    margin-top: 3px;
  }

  .navibar li {
    padding: 5px;
  }

  #wrapper {
    margin: 0 auto;
    width: 100%!important;
    margin-top: 0px;
  }

  #container {
    overflow: hidden;
    z-index: 1;
    width: 100%!important;
    margin: 0 auto;
  }

  #sidebar {
    width: 100%!important;
    margin-top: 25px;
    margin-bottom: -30px;
  }

  #content {
    width: 100%!important;
  }

  body {
    margin-left: 10px!important;
    margin-right: 10px!important;
  }

  #mobile {
    display: block;
    background-color: #ffffff;
    padding-top: 30px;
    padding-bottom: 30px;
  }

.site-logo {
    display:none;
}

}

/*------------------------------------------
     1024px Media
------------------------------------------*/
@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {


  nav[role=navigation]  li {
    display: list-item;
    margin: 0;
  }

  nav[role=navigation] li a {
    display: list-item;
    border: 0;
  }


.navibar li+li:before {
    content:"";
  color: rgba(255, 255, 255, 0.3);
  display:none;
}

.navibar a:link,
.navibar a:visited,
.navibar a:active {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #ffffff;
  font-size: 13px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: opacity 0.4s linear;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom:1px solid #3f588a;
}

.navibar a:hover {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #7ac0f6;
  font-size: 13px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: opacity 0.4s linear;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  text-decoration: none;
  text-transform: uppercase;
}

  .featured img {
    margin: 0;
    margin-bottom: 8px;
    width: 100%!important;
    height: auto!important;
  }

  .featured img:hover {
    margin: 0;
    margin-bottom: 8px;
    width: 100%!important;
    height: auto!important;
  }


.n2 {
    text-align:left;
}


.site-logo {
    display:none;
}

}
