/*
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it
is easier to update the theme. Simply copy an existing style
from style.css to this file, and modify it to your liking. */


/* GLOBAL STYLES
----------------
Add styles beneath this line that you want to be applied across your entire site */

#header-socialmedia {
    display: inline-block;
    font-size: 1.2em;
    line-height: 1em;
    text-align: right;
    margin: 10px 0 0 0;
    text-decoration: none;
}

a:link, a:visited {
  color: #00483a;
  text-decoration: none; }
a:hover {
  text-decoration: underline;
  color: #65c8c6; }

.socialmediaicons {
    max-width: 100px;
    padding-left: 5px;
    padding-right: 5px;
    float: right;
    top: 13%;
    right: 2%;
}

#social-icons {
    display: block;
    float: right;
}


#footer {
    background-color: #666666;
    border-top: 1px solid #dbdbdb;
    border-bottom: 0px solid;
    border-left: 0px solid;
    border-right: 0px solid;
    border-radius: 0 0 15px 15px;
}

#navigation {
    background: #00483a;
    border-top: 0px solid #dbdbdb;
    border-bottom: 0px solid #dbdbdb;
    border-left: 0px solid #dbdbdb;
    border-right: 0px solid #dbdbdb;
    border-radius: 15px 15px 0 0;

}

#footer-widgets {
    border-top: 1px solid #e6e6e6;
    background: #cecece; 
    padding: 10px 0;
    clear: both;
 }

.entry table {
    border: 0px solid #eee;
    border-collapse: collapse;

a.button, a.comment-reply-link, #commentform #submit, .submit, input[type=submit], input.button, button.button, #wrapper .woo-sc-button {
    display: inline-block;
    padding: .327em 1em;
    color: white !important;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0);
    text-decoration: none;
    font-size: 1em;
    font-family: inherit;
    cursor: pointer;
    overflow: visible;
    width: auto;
    line-height: 1.618em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: normal;
    background: #00483a;
    font-weight: 200;
    text-transform: uppercase;
    box-shadow: 0 0 0 0 #888;
    -webkit-box-shadow: 0 0 0 0 #888;
    border-radius: 3px;
    text-shadow: none;
    -webkit-appearance: none;

/* DESKTOP STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */
@media only screen and (min-width: 768px) {
	/* Desktop styles go below this line */


	
}