/*
 Theme Name:     Business Essential Theme
 Theme URI:      http://example.com/twentyfourteen-child/
 Description:    Business Essential Theme based on Default wordpress theme
 Author:         Contact Point IT Services
 Author URI:     http://www.contactpoint.com.au/
 Template:       twentyfourteen
 Version:        1.0.0
*/
@import url("../twentyfourteen/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
/*.widget-title, .widget-title a {
  color: #005bc3;
} */

/*.widget-title a {
  color: #fff !important;
}*/

.comment-form-cookies-consent {
  display: flex
}
#wp-comment-cookies-consent {
  width: 20px !important;
}

.primary-sidebar {
  background: #005bc3;
  padding: 20px;
}

.primary-sidebar a {
  color: #fff !important;
}

.primary-sidebar a:hover {
  color: #ababab !important;
}


article header {
  border: none;
}

.site-content .entry-header {
  background: none;
}


article footer {
  background: none;
}
/*
#container > footer {
  height: 144px;
}
*/

/* Comment */
.commentlist li ul li {
	font-size: 1em;
}
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
.commentmetadata {
	font-weight: normal;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#respond {
    margin-top: 40px;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: justify;
    list-style: none;
}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
.thread-alt {
	background-color: #ededed;
}
.thread-even {
	background-color: white;
}
.depth-1 {
    border: 1px solid #ddd;
}
.even, .alt {

	border-left: 1px solid #ddd;
}
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}
h3#comments {
	padding: 0;
	margin: 40px auto 20px ;
}


/* Sidebar */

#sidebar {
    margin: 30px 14px 0 15px;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}
#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}
#sidebar ul ol li {
	list-style: decimal outside;
}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
#sidebar .widgettitle {
    font-size: 28px;
}

#logo img {
  vertical-align: baseline;
  width: 250px;
  height: auto;
}
html
{
    overflow-x: hidden;
}
.widget {
  margin-bottom: 0px;
}

.primary-sidebar {
  background: #54d5ff;
}

#primary-sidebar > .widget_search {
  margin-bottom: 15px;
}

.primary-sidebar a:hover {
  color: #fff !important;
}

.content ul, .content ol {
  /*margin-left: 5px;*/
}

#secondary {
  background-color: #54d5ff;
}

h2.site-description {
  display:none;
}

.content-area {
  padding-top: 0px;
}

.post-thumbnail {
  background: none;
}

.site-content .entry-header {
  padding-bottom: 35px;
}

a:active,
a:hover,
.entry-meta .tag-links a:hover:before,
.widget input[type="button"]:hover,
.widget input[type="button"]:focus,
.widget input[type="reset"]:hover,
.widget input[type="reset"]:focus,
.widget input[type="submit"]:hover,
.widget input[type="submit"]:focus {
  color: #045ebe !important;
}

button:hover,
button:focus,
.contributor-posts-link:hover,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.search-toggle:hover,
.search-toggle.active,
.search-box {
  background-color: #045ebe;
}

@media screen and (min-width: 673px) {
  .full-width .site-content .has-post-thumbnail .entry-header,
  .full-width.singular .site-content .hentry.has-post-thumbnail {
    margin-top: -14px;
  }
}

footer p{
  margin-bottom:0;
}


h2 {
  font-size: 17px;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
}


.singular .site-content .hentry.has-post-thumbnail {
  margin-top: 0px;
}

a.post-thumbnail:hover {
  background: none;
}


@media screen and (max-width: 599px) and (min-width: 320px) {
  footer span#by-contactpoint {
    top: 168px;
  }

  footer {
    height: auto;
  }


}




@media screen and (min-width: 1080px) {
  .site-content, .site-main .widecolumn {
    margin-left: 222px;
  }
}


@media screen and (min-width: 1008px) {
  .footer-sidebar .widget .widget-title, .primary-sidebar .widget .widget-title {
    margin-bottom: 0px;
  }

  .site-content {
    margin-left: 222px;
  }

  .site-content .entry-header,
  .site-content .entry-content,
  .site-content .entry-summary,
  .site-content .entry-meta,
  .page-content {
    max-width: none;
  }


}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  #inner-top {
    margin-top: 0px;
  }


}

@media screen and (min-width: 846px) {
  .content-area, .content-sidebar {
    padding-top: 0px;
  }
}

@media screen and (max-width: 767px) and (min-width: 600px) {
  #inner-top {
    margin-top: 0px;
  }

  .content ul, .content ol{
    width: auto;
  }


}

@media screen and (max-width: 600px) {
  .site-content .entry-header {
    padding-bottom: 120px;
  }
}
