/* --

	* Custom CSS File *
	Please make any amendments to your theme's CSS in this file rather than "styles.css"
	This will make updating your theme files much easier without overwriting your changes!

-- */

/* Example: Change the background colour to black (!important is used to overwrite any duplicate classes in styles.css)
body { background: #000!important; } */

body, input, textarea { color: #3d3d3d; }

#sidebar a { color: #3d3d3d;}
#sidebar a:hover { color: #0098d1; }

.page-title {
    border-bottom: 1px solid #efefef;
    color: #3d3d3d;
}

#primary .entry-title, #primary .entry-title a {
    font-family: "proxima-nova",sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
		padding-bottom: 0;
 }

.entry-meta { font-size: 13px; color: #cccccc; }
.entry-meta a { color: #cccccc; }
.entry-meta a:hover { color: #0098d1; }

.hentry { padding: 0 0 10px 0; border-bottom: 1px solid #efefef; margin-bottom:50px;}

.post .post-thumb a { display: inline-block; outline: none; text-decoration: none;}
.post .post-thumb a img { display: block;}
li.comment { padding: 0; list-style-type: none; }
#commentform label { display: none; }
#commentform #submit {
	background:#00b1ea;
	color: white;
	width: auto;
	padding: 0.6em 1em 0.45em;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 1px solid transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	text-shadow: none;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 600;
	opacity: 1;
	-o-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#commentform #submit:hover {
	background-color: #0098d1; 
	outline: none;
}


h3.widget-title {
    border-left: 3px solid #00b1ea;
    color: #3d3d3d;
    font-weight: 700;
    padding: 5px 12px;
    margin-bottom:10px;
    line-height: 20px;
 }

 #sidebar .widget ul li{ line-height: 20px; display: block; padding: 6px 20px; color: #3d3d3d; }
 #searchform { margin: 0; max-width: 400px;}

 .widget_search #searchsubmit, .entry-content #searchsubmit {
	 background:#00b1ea;
	 padding:0.35em 0.5em;
	 text-decoration:none;
	 text-align: center;
	 color:#fff;
	 font-size:16px;
	 text-transform:uppercase;
	 line-height:1.2;
	 font-weight:normal;
	 box-shadow:none;
	 border:none;
	 float:left;
	 cursor:pointer;
	 width: 30%;
	 white-space: nowrap;
	 -ms-text-overflow: ellipsis;
	 -o-text-overflow: ellipsis;
	 text-overflow: ellipsis;
	 overflow: hidden;
 }
 .widget_search #searchsubmit:hover, .entry-content #searchsubmit:hover {background-color: #0098d1; color:#fff; }
 .widget_search #s, .entry-content #s { width: 70%; float: left;  }

.widget label.screen-reader-text{ display: none;}
.widget select{
    width: 100%;
    min-height: 44px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 12px 0.625em;
    margin-bottom: 16px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.2;
    border: 1px solid #efefef;
    background-color: white;
    margin-bottom: 0;
    position: relative;
    padding-right: 35px;
    padding-right: 2%\9;
    color: #999999;
  }

.widget select:active, .widget select:focus{
  border-color: #00b1ea;
  outline: none;
}

.lc-header-section ul,
ul.social-links{
  margin-left: 0;
}

ul.social-links{
  margin-bottom: 0;
}

.lc-header-section.after-wp-admin, .after-wp-admin .device-menu{
  top: 32px;
}

@media screen and (max-width: 782px) {
  .lc-header-section.after-wp-admin, .after-wp-admin .device-menu{
    top: 46px;
  }
}

.post .entry-content span[id^="more"]::before{
  content: '';
  display: block;
  width: 100%;
  height: 175px;
  margin-top: -175px;
  visibility: hidden;
}
