.text-center {
	text-align: center;
}
.button, .button-secondary, button, input[type="button"], input[type="reset"], input[type="submit"] {
	color: #fff !important;
}
.button:hover, .button-secondary:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	color: #444 !important;
}
aside.sidebar-primary {
	  background:#fff;
    margin:20px auto 20px;
    position:relative;
}
.sidebar-primary {
	font-size: 13px;
}
.sidebar-primary a {
	color: #d5c8a1;
}
.sidebar-primary a:hover {
	color: #6c8599;
}
.sidebar-primary h3.widget-title {
	display: none;
}
.hello-image {
	margin: 7px;
	border: 3px solid #c4d0cc;
	float: right;
    -webkit-box-shadow: 0 8px 6px -6px #444;
       -moz-box-shadow: 0 8px 6px -6px #444;
            box-shadow: 0px 8px 6px -6px #444;
}
.wp-tabbed-tabs .wp-tabbed-nav {
	background: #fff !important;
}
.wp-tabbed-tabs .wp-tabbed-contents {
	border: 1px solid #6c8599 !important;
	border-top: 0px !important;
	margin-top: 0px !important;
	padding-top: 20px;
}
.wp-tabbed-tabs .wp-tabbed-contents a.more-link {
	width: 100%;
}
.wp-tabbed-tabs .wp-tabbed-nav li {
	background: #fff !important;
		border: 1px solid #6c8599 !important;
}

.wp-tabbed-tabs .wp-tabbed-nav li.tab-active {
	border-bottom: 1px solid #fff !important;
}
.wp-tabbed-tabs .wp-tabbed-nav li a {
	padding: 4px 6px !important;
	color: #6c8599 !important;
}

.wp-tabbed-tabs .wp-tabbed-nav li a:hover {
	color: #6c8599 !important;
}

.textwidget .searchandfilter input[type="checkbox"] {
	width: 2em !important;
}
.textwidget .searchandfilter li {
	text-align: left !important;
}
.sidebar ul li {
	background-color: #fff;
	text-transform: capitalize;
}
.sidebar ul li:hover {
	background-color: #fff;
}

.sidebar ul.widget-list li a{
	color: #c4d0cc;
}

.sidebar ul.widget-list li a:hover{
	color: #c4d0cc;
}

.sidebar .widget {
	margin-bottom: 0px !important;
	padding: 12px !important;
}

.sidebar .simple-social-icons {
	padding: 30px 10px 0px;
	margin-bottom: 0px;
}

.entry-content p {
	text-align: center;
}
a.more-link {
	background: none;
	border: 1px solid #faf2d8;
	color: #6c8599;
}
a.more-link:hover {
	background: none;
	border: 1px solid #d5c8a1;
}
a.more-link:before {
    color: #d5c8a1;
}
.archive-pagination {
	text-align: center;
}

.archive-pagination li {
	border: 1px solid #faf2d8 !important;
	color: #6c8599;
}
.archive-pagination li:hover {
	border: 1px solid #d5c8a1 !important;
}

.paint-color {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	line-height: 2;
}
.paint-color a img {
 margin-bottom: 5px;	
}
.sidebar-primary .widget_text .textonly {
	margin-bottom: 10px !important;
}
.sidebar-primary .searchandfilter ul {
	width: 100%;
}
.sidebar-primary .searchandfilter ul li {
	border: 0px;
	width: 100%;
}
.sidebar-primary .searchandfilter ul li input {
	width: 100%;
}
.sidebar-primary .textwidget ul.widget-list li {
	border: 0px;
	width: 100% !important;
}
.sidebar-primary .textwidget ul.widget-list li a.more-link {
	color: #6c8599;
	margin: 0px auto;
	padding: 7px 14px;
	width: 100%;
}

img.aligncenter.entry-image {
	  display: block;
}

div.nc_socialPanel .nc_tweetContainer {
	border-radius: 0px !important;
}

select {

  /* styling */
  background-color: white;
  border-radius: 0px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select#cat {
	border-color: #6c8599 !important;
  background-image:
    linear-gradient(45deg, transparent 50%, #6c8599 50%),
    linear-gradient(135deg, #6c8599 50%, transparent 50%),
    linear-gradient(to right, #6c8599, #6c8599);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

select#cat:focus {
  background-image:
    linear-gradient(45deg, #6c8599 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #6c8599 50%),
    linear-gradient(to right, #6c8599, #6c8599);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: #6c8599;
  outline: 0;
}

article.post .entry-content img {
    background:#fff;
    margin:20px auto 20px;
    position:relative;
    -webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.4);
    box-shadow:0 1px 3px rgba(0, 0, 0, 0.4);
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
	text-align: center;
}

#jp-relatedposts h3.jp-widget-title {
	border-bottom: 1px solid #6c8599;
	color: #6c8599;
	margin-left: 25%;
	margin-right: 25%;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover{
    text-decoration: none;
		color: #6c8599;
}
.widget_top-posts ul.widgets-list-layout {
	-moz-column-count: 2;
    -moz-column-gap: 5px;
    -webkit-column-count: 2;
    -webkit-column-gap: 3px;
    column-count: 2;
    column-gap: 3px;
}
.widget_top-posts ul.widgets-list-layout li {
        max-width: 100%;
} 
.widget_top-posts .widgets-list-layout li > a {
    width: 100%;
} 
 
.widget_top-posts .widgets-list-layout img.widgets-list-layout-blavatar {
    max-width: 150px;
    width: 100%;
}
 
.widget_top-posts .widgets-list-layout div.widgets-list-layout-links {
    max-width: 100%;
    width: 100%;
}
 
@media only screen and (max-width: 1019px) {
 
    .widget_top-posts ul.widgets-list-layout {
        max-width: 100%;
        margin: 0 auto;
    } 
}
.fb-email-field {
	width: 60%;
	display: block;
	float: left;
	margin: 5px 0;
}
.fb-subscribe-btn {
	width: 40%;	
	display: block;
	float: right;
	margin: 5px 0;
}
a.entry-image-link > div.sw-pinit {
	margin: 0 auto;
}
.room {
	background-color: #6c8599;
	border: 1px solid #6c8599;
	margin: 10px 5px;
	padding: 6px 3px;
	font-size: 16px;
	color: #fff;
}
.room:hover {
		color: #6c8599;
		background-color: #fff;
}
.widget_top-posts .widgets-list-layout li > a {
    width: 50%;
} 
 
.widget_top-posts .widgets-list-layout img.widgets-list-layout-blavatar {
    max-width: 180px;
    width: 100%;
		height: 160px;
}
 
.widget_top-posts .widgets-list-layout div.widgets-list-layout-links {
    max-width: 100%;
    width: 100%;
		float: left !important;
}
.entry-title {
	font-size: 24px !important;
}
#popslide {
	border-bottom: 1px solid #444 !important;
	border-left: 1px solid #444 !important;
	border-right: 1px solid #444 !important;
	background-color: #eee !important;
}
#popslide .popslide-content {
	padding: 5px 40px !important;
}
#popslide .popslide-content input[type=checkbox] {
	width: 24px !important;
}
#popslide .popslide-content input[type=text] {
	width: 40% !important;
	margin: 0 5px;
	display: inline-block !important;
}