/*
Theme Name: tyre
Theme URI: http://www.smegoweb.com/
Author: SMEGOWEB Team

Description: tyre is a modernized take on an ever-popular WordPress layout â€” the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/




 


html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

b,
strong {
	font-weight: 700;
}

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;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

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

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}


/**
 * 2.0 - Genericons
 */

.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}



/**
 * 4.0 - Elements
 */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #1a1a1a;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #d1d1d1;
	border: 0;
	height: 1px;
	margin: 0 0 1.75em;
}

ul,
ol {
	margin: 0 0 1.75em 1.25em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
	margin-left: 1.5em;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin: 0 0 1.75em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 1.75em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align: middle;
}

del {
	opacity: 0.8;
}

table,
th,
td {
	border: 1px solid #d1d1d1;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4375em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #686868;

}

:-moz-placeholder {
	color: #686868;

}

::-moz-placeholder {
	color: #686868;

	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}


/**
 * 5.0 - Forms
 */

input {
	line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background: #1a1a1a;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-weight: 700;
	letter-spacing: 0.046875em;
	line-height: 1;
	padding: 0.84375em 0.875em 0.78125em;
	text-transform: uppercase;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #007acc;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	background: #f7f7f7;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #686868;
	padding: 0.625em 0.4375em;
	width: 100%;
}

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	background-color: #fff;
	border-color: #007acc;
	color: #1a1a1a;
	outline: 0;
}

.post-password-form {
	margin-bottom: 1.75em;
}

.post-password-form label {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 1.75em;
	text-transform: uppercase;
}

.post-password-form input[type="password"] {
	margin-top: 0.4375em;
}

.post-password-form > :last-child {
	margin-bottom: 0;
}

.search-form {
	position: relative;
}

input[type="search"].search-field {
	border-radius: 2px 0 0 2px;
	width: -webkit-calc(100% - 42px);
	width: calc(100% - 42px);
}

.search-submit:before {
	content: "\f400";
	font-size: 24px;
	left: 2px;
	line-height: 42px;
	position: relative;
	width: 40px;
}

.search-submit {
	border-radius: 0 2px 2px 0;
	bottom: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
}


/**
 * 11.2 - Posts and pages
 */

.site-main > article {
	margin-bottom: 3.5em;
	position: relative;
}

.entry-header,
.entry-summary,
.entry-content,
.entry-footer,
.page-content {

}

.entry-title {
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 1em;
}

.entry-title a {
	color: #1a1a1a;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #007acc;
}

.post-thumbnail {
	display: block;
	margin: 0 7.6923% 1.75em;
}

.post-thumbnail img {
	display: block;
}

.no-sidebar .post-thumbnail img {
	margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: 0.85;
}

.entry-content,
.entry-summary {
	border-color: #d1d1d1;
}

.entry-content h1,
.entry-summary h1,
.comment-content h1,
.textwidget h1 {
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.25;
	margin-top: 2em;
	margin-bottom: 1em;
}

.entry-content h2,
.entry-summary h2,
.comment-content h2,
.textwidget h2 {
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 1.2173913043;
	margin-top: 2.4347826087em;
	margin-bottom: 1.2173913043em;
}

.entry-content h3,
.entry-summary h3,
.comment-content h3,
.textwidget h3 {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.1052631579;
	margin-top: 2.9473684211em;
	margin-bottom: 1.4736842105em;
}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin-top: 3.5em;
	margin-bottom: 1.75em;
}

.entry-content h4,
.entry-summary h4,
.comment-content h4,
.textwidget h4 {
	letter-spacing: 0.140625em;
	text-transform: uppercase;
}

.entry-content h6,
.entry-summary h6,
.comment-content h6,
.textwidget h6 {
	font-style: italic;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h1,
.entry-summary h2,
.entry-summary h3,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h1,
.textwidget h2,
.textwidget h3,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
	font-weight: 900;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.comment-content h1:first-child,
.comment-content h2:first-child,
.comment-content h3:first-child,
.comment-content h4:first-child,
.comment-content h5:first-child,
.comment-content h6:first-child,
.textwidget h1:first-child,
.textwidget h2:first-child,
.textwidget h3:first-child,
.textwidget h4:first-child,
.textwidget h5:first-child,
.textwidget h6:first-child {
	margin-top: 0;
}

.post-navigation .post-title,
.entry-title,
.comments-title {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

body:not(.search-results) .entry-summary {
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.4736842105;
	margin-bottom: 1.4736842105em;
}

body:not(.search-results) .entry-header + .entry-summary {
	margin-top: -0.736842105em;
}

body:not(.search-results) .entry-summary p,
body:not(.search-results) .entry-summary address,
body:not(.search-results) .entry-summary hr,
body:not(.search-results) .entry-summary ul,
body:not(.search-results) .entry-summary ol,
body:not(.search-results) .entry-summary dl,
body:not(.search-results) .entry-summary dd,
body:not(.search-results) .entry-summary table {
	margin-bottom: 1.4736842105em;
}

body:not(.search-results) .entry-summary li > ul,
body:not(.search-results) .entry-summary li > ol {
	margin-bottom: 0;
}

body:not(.search-results) .entry-summary th,
body:not(.search-results) .entry-summary td {
	padding: 0.3684210526em;
}

body:not(.search-results) .entry-summary fieldset {
	margin-bottom: 1.4736842105em;
	padding: 0.3684210526em;
}

body:not(.search-results) .entry-summary blockquote {
	border-color: currentColor;
}

body:not(.search-results) .entry-summary blockquote > :last-child {
	margin-bottom: 0;
}

body:not(.search-results) .entry-summary .alignleft {
	margin: 0.2631578947em 1.4736842105em 1.4736842105em 0;
}

body:not(.search-results) .entry-summary .alignright {
	margin: 0.2631578947em 0 1.4736842105em 1.4736842105em;
}

body:not(.search-results) .entry-summary .aligncenter {
	margin-bottom: 1.4736842105em;
}

.entry-content > :last-child,
.entry-summary > :last-child,
body:not(.search-results) .entry-summary > :last-child,
.page-content > :last-child,
.comment-content > :last-child,
.textwidget > :last-child {
	margin-bottom: 0;
}

.more-link {
	white-space: nowrap;
}

.author-info {
	border-color: inherit;
	border-style: solid;
	border-width: 1px 0 1px 0;
	clear: both;
	padding-top: 1.75em;
	padding-bottom: 1.75em;
}

.author-avatar .avatar {
	float: left;
	height: 42px;
	margin: 0 1.75em 1.75em 0;
	width: 42px;
}

.author-description > :last-child {
	margin-bottom: 0;
}

.entry-content .author-title {
	clear: none;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.75;
	margin: 0;
}

.author-bio {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 1.6153846154em;
	overflow: hidden;
}

.author-link {
	white-space: nowrap;
}

.entry-footer {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-top: 2.1538461538em;
}

.entry-footer:empty {
	margin: 0;
}

.entry-footer a {
	color: #686868;
}

.entry-footer a:hover,
.entry-footer a:focus {
	color: #007acc;
}

.entry-footer > span:not(:last-child):after {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.entry-footer .avatar {
	height: 21px;
	margin: -0.1538461538em 0.5384615385em 0 0;
	width: 21px;
}

.sticky-post {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

/**
 * IE8 and earlier will drop any block with CSS3 selectors.
 * Do not combine these styles with the next block.
 */
.updated:not(.published) {
	display: none;
}

.sticky .posted-on,
.byline {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-header {
	border-top: 4px solid #1a1a1a;
	margin: 0 7.6923% 3.5em;
	padding-top: 1.75em;
}

body.error404 .page-header,
body.search-no-results .page-header {
	border-top: 0;
	padding-top: 0;
}

.page-title {
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 1.2173913043;
}

.taxonomy-description {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.taxonomy-description p {
	margin: 0.5384615385em 0 1.6153846154em;
}

.taxonomy-description > :last-child {
	margin-bottom: 0;
}

.page-links {
	clear: both;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	margin: 0 0 1.75em;
}

.page-links a,
.page-links > span {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	display: inline-block;
	font-size: 13px;
	font-size: 0.8125rem;
	height: 1.8461538462em;
	line-height: 1.6923076923em;
	margin-right: 0.3076923077em;
	text-align: center;
	width: 1.8461538462em;
}

.page-links a {
	background-color: #1a1a1a;
	border-color: #1a1a1a;
	color: #fff;
}

.page-links a:hover,
.page-links a:focus {
	background-color: #007acc;
	border-color: transparent;
	color: #fff;
}

.page-links > .page-links-title {
	border: 0;
	color: #1a1a1a;
	height: auto;
	margin: 0;
	padding-right: 0.6153846154em;
	width: auto;
}

.entry-attachment {
	margin-bottom: 1.75em;
}

.entry-caption {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 1.0769230769em;
}

.entry-caption > :last-child {
	margin-bottom: 0;
}

.content-bottom-widgets {
	margin: 0 7.6923%;
}

.content-bottom-widgets .widget-area {
	margin-bottom: 3.5em;
}


/**
 * 11.3 - Post Formats
 */

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.473684211;
	margin-bottom: 1.473684211em;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
	display: none;
}


/**
 * 11.4 - Comments
 */

.comments-area {
	margin: 0 7.6923% 3.5em;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.75em;
}

.comments-title,
.comment-reply-title {
	border-top: 4px solid #1a1a1a;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.3125;
	padding-top: 1.217391304em;
}

.comments-title {
	margin-bottom: 1.217391304em;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #d1d1d1;
	padding: 1.75em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.875em;
}

.comment-author {
	color: #1a1a1a;
	margin-bottom: 0.4375em;
}

.comment-author .avatar {
	float: left;
	height: 28px;
	margin-right: 0.875em;
	position: relative;
	width: 28px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	left: 3px;
	position: relative;
	top: 5px;
}

.comment-metadata,
.pingback .edit-link {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.comment-metadata {
	margin-bottom: 2.1538461538em;
}

.comment-metadata a,
.pingback .comment-edit-link {
	color: #686868;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
	color: #007acc;
}

.comment-metadata .edit-link,
.pingback .edit-link {
	display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.5em 1.25em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-reply-link {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #007acc;
	display: inline-block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1;
	margin-top: 2.1538461538em;
	padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
	border-color: currentColor;
	color: #007acc;
	outline: 0;
}

.comment-form {
	padding-top: 1.75em;
}

.comment-form label {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.comment-list .comment-form {
	padding-bottom: 1.75em;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 2.1538461538em;
}

.no-comments {
	border-top: 1px solid #d1d1d1;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-weight: 700;
	margin: 0;
	padding-top: 1.75em;
}

.comment-navigation + .no-comments {
	border-top: 0;
	padding-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.form-submit {
	margin-bottom: 0;
}

.required {
	color: #007acc;
	font-family: Merriweather, Georgia, serif;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
	color: #1a1a1a;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -5px;
}




/**
 * 12.0 - Media
 */

.site .avatar {
	border-radius: 50%;
}

.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.comment-content .wp-smiley,
.textwidget .wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
	display: block;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
	margin-bottom: 1.75em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
	box-shadow: none;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	margin-top: 0;
	margin-bottom: 1.75em;
}

.wp-playlist.wp-audio-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 0.7142857143em 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 0.7142857143em;
}


/**
 * 12.1 - Captions
 */

.wp-caption {
	margin-bottom: 1.75em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption .wp-caption-text {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}


/**
 * 12.2 - Galleries
 */

.gallery {
	margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.formdata {
    padding: 19px 0;
}

.formdata input select {
    width: 100%;
}

.search_wrapper select {
    width: 100%;
    height: 50px;
    background: #fff;
    padding: 0 12px;
}

.search_wrapper input {
    width: 100%;
    height: 50px;
    border-radius: 0;
}


.video_wrapper { height: 616px;background-repeat: no-repeat; background-size: cover;}
.wrapper_button {
    width: 71px;
    height: 71px;
    /* background: #fff; */
    border-radius: 100%;
    border: solid 2px #fff;
    padding: 15px 23px;
	margin:auto;
}

i.fa.fa-play {
    font-size: 37px;
    color: #fff;
}
a.contact.trans {color:#fff; }
a.contact.trans:hover{   color: #f2693f;
    transition: all 0.4s ease-in-out;}
.wrapper_button:hover {
    border: solid 2px #f2693f;
}
.home iframe#video_new { min-height:819px;}

.hm-video {position: absolute;width: 36px;height: 36px;top: 0px;z-index: 9999999;right: 0;display: none;cursor: pointer;}
.hm-video span {display: block;z-index: 999999;background: #fff;text-align: center;height: 100%;font-size: 24px;}

/* Searching  */




#sizebased .woof_container {float: left;    margin-right: 1%;}
#sizebased  .woof_container_select {   width: 20%;}
#sizebased .chosen-container-single .chosen-single { width: 100%; max-width: inherit !important;  display: block;  height: 40px !important; border-radius: 0px; line-height: 40px !important;}

.chosen-container-single .chosen-single div b{background-position: left 10px!important;}
#sizebased .chosen-container {   width: 100%;   min-width: 100%;}
#sizebased button.button.woof_reset_search_form {display: none !important;}
#sizebased  .woof.woof_sid.woof_sid_widget {  overflow-y: inherit;height: inherit;}
#sizebased  .widget{border:0px;padding-bottom: 0;}
#sizebased  .woof_submit_search_form_container {position: absolute;right: 0;top: -10px;width: 100%;max-width: 185px;padding:0px;}
#sizebased  .woof_redraw_zone {position: relative;float: left;width: 100%;}
#sizebased  button.button.woof_submit_search_form {    height: 40px; border-radius: 0px;    width: 100%;    color: #fff; line-height: 14px;}
.prdside .chosen-container-single .chosen-single {  height: 40px !important; line-height: 40px !important; border-radius: 0px;}

.prdside .chosen-container {  width: 239px !important;    margin: auto;    display: block;}
.prdside  .chosen-container-single .chosen-single {  height: 40px !important; line-height: 40px !important;   border-radius: 0px !important; background: #fff;}
.woof_submit_search_form_container { padding: 0 18px;}
.prdside button.button.woof_reset_search_form {   width: 100%;   margin-bottom: 14px;}
.woocommerce button.button{width:100%;}
.woof.woof_sid.woof_sid_widget{padding-top: 56px !important;}
#sizebased .woof.woof_sid.woof_sid_widget{padding-top: 0px !important;padding-bottom: 0;}
.woof_products_top_panel { display: none !important;}
/*
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
*/
a.shipping-calculator-button {
    color: #ed2026;
}
tr.shipping p {
    color: red;
}
.left_image_wrapper {
    height: 400px;
}
.left_image_wrapper {
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.left_home_image a.right.carousel-control {
    color: #fff;
    background: transparent;
}

.left_home_image a.left.carousel-control {
    color: #fff;
    background: transparent;
}

.left_home_image span.glyphicon.glyphicon-chevron-right {
    color: #fff;
}

.left_home_image span.glyphicon.glyphicon-chevron-left {
    color: #fff;
}
a.shipping-calculator-button {

    display: none;
}
ul#ui-id-1 {
    max-height: 400px;
    overflow-y: scroll;
}
h4.hint_section {
    font-size: 12px;
    color: #ed2026;
}
.woocommerce-cart tr.shipping {
    display: none;
}
input#place_order {
    position: absolute;
    bottom:0px;
    right: 0px;
}
.woocommerce p.order-print a {margin-top: 17px;padding: 10px 16px;height: 37px;}
.prd_size p span.avail_city {color: #ed2026;}
ul.product-categories>li>ul.children {
    padding-left: 10px;
}
.prd_size {clear: both;}
.woocommerce .product_details .summary.entry-summary form.variations_form.cart table.variations tr .label {  padding-left: 32px;
    font-size: 21px;}
.woocommerce div.product form.cart .variations .attribute-pa_rular-area {    font-size: 14px;    color: #000;}
.woocommerce .product_details .summary.entry-summary form.variations_form.cart table.variations .attribute-pa_rular-area td.label {
    display: block;white-space: normal;font-size: 12px;line-height: 15px;padding-left: 21px;}
.woocommerce .product_details .summary.entry-summary form.variations_form.cart table.variations .attribute-pa_rular-area td.value {
    display: block;  width: 100%;  clear: both;  padding-left: 20px;}

.woocommerce .product_details .summary.entry-summary form.variations_form.cart table.variations .attribute-pa_rular-area td.label label {
    line-height: 18px;
}

tr.pa_rular-area {
    display: none;
}
span.select_not_city {
    opacity: .5;
       padding-right: 5px;
}
span.select_city {    padding: 0 6px;}
tr.attribute-pa_rular-area div { float: left; margin-right: 13px;}
tr.attribute-pa_rular-area div input {    margin-right: 5px;    vertical-align: middle;    margin-top: 0px;    -webkit-appearance: none;-moz-appearance: none;-ms-appearance:none;    width: 12px;
    height: 12px;  border-radius: 100%;  background: #ffff;}
tr.attribute-pa_rular-area div label {    vertical-align: middle;}
tr.attribute-pa_rular-area div input:checked {    background: red;}
a.reset_variations {    clear: both;}
.term-used-tyres .woof_container_inner_brand{display:none;}
.s_left_rural { float: left; padding-right: 13px}
.rular_wrapper {    float: left;    clear: both;    width: 100%;      margin-bottom: 18px;}
.rular_wrapper label {    font-size: 18px;    padding-right: 7px;    color: #000;}
/* Single Service Section */
.mini button:hover {
     background-color: #ed2026;
     color: #fff !important;
}
 .service-btm span a {
     color: #000000;
}
 .service-btm span a:hover {
     text-decoration: none;
     color: #3b5998;
}
 .mini h5 {
     padding-top: 30px;
     margin:auto;
     padding-bottom: 30px;
     width: 100%;
    /*background-color: #ffffff;
    */
     text-align: center;
     font-size: 24px;
     font-weight: 700;
     color: #000;
     border-top: 2px solid #c31111;
}
 .mini h1 {
     margin: auto;
    /*font-size: 60px;
    */
     font-size: 27px;
     text-align: center;
     font-weight: 700;
     padding-top: 30px;
     padding-bottom: 30px;
     background-color: #191919;
     color: #fff;
}
 .mini p {
     font-size: 18px;
     font-weight: 700;
     text-align: left;
    /*background-color: #ffffff;
    */
     color: #000000;
     margin: auto;
     padding: 20px 18px 10px;
}
 .mini .ul-pad {
     padding-bottom: 75px;
}
 .mini .ul-pad1 {
     padding-bottom: 37px;
}
 .mini ul {
     margin: auto;
     list-style: none;
     font-size: 13px;
     font-weight: 400;
     text-align: left;
    /*background-color: #ffffff;
    */
     color: #000;
     padding: 0 20px 30px 33px;
}
 .home .mini {
     position: relative;
     margin: 0 7px;
     background-color: #ffffff;
}
 .mini {
     position: relative;
     margin: 0;
     background-color: #ffffff;
         border: solid #000 1px;
}
 .mini:hover {
     background-color: #f1fdd1;
     cursor: pointer;
}
 .mini-top {
     position: absolute;
     width: 10px;
     height: 10px;
     top: -9px;
     left: 0;
     right: 0;
     margin: 0 auto;
}
 .mini-top1 {
     position: absolute;
     width: 18px;
     height: 18px;
     top: 78px;
     left: 0;
     right: 0;
     margin: 0 auto;
}
 .mini li{
    padding: 7px 0;
}
 .mini ul li a {
     color: #000000;
     padding-top: 15px;
     margin-left: -12px;
     pointer-events: none;
     text-decoration: none;
}
/*.mini ul li a:hover {
     color: #000000;
}
*/
 .mini li a::before {
     font-family: FontAwesome;
     content: "\f054";
     font-weight: 400;
     font-size: 13px;
     color: #000000;
     margin-right: 3px;
}
 .mini button {
     padding:18px 28px 13px;
     width: 100%;
     font-size: 30px;
     font-weight: 700;
     background-color: #373534;
     color: #ffffff;
     border-radius: 0px;
     margin:auto;
     text-align: center;
}
 .mini1 h5 {
     padding-top: 30px;
     margin:auto;
     padding-bottom: 30px;
     width: 100%;
    /*background-color: #fff;
    */
     text-align: center;
     font-size: 24px;
     font-weight: 700;
     color: #000;
     border-top: 2px solid #c31111;
}
 .mini1 h1 {
     margin: auto;
     font-size: 60px;
     text-align: center;
     font-weight: 700;
     padding-top: 30px;
     padding-bottom: 30px;
     background-color: #191919;
     color: #fff;
}
 .mini1 p {
     font-size: 18px;
     font-weight: 700;
     text-align: left;
    /*background-color: #fff;
    */
     color: #000000;
     margin: auto;
     padding: 20px;
}
 .mini1 ul {
     margin: auto;
     list-style: none;
     font-size: 13px;
     font-weight: 400;
     text-align: left;
    /*background-color: #fff;
    */
     color: #000;
     padding: 0 20px 30px 35px;
}
 .mini1 {
     background-color: #ffffff;
     position: relative;
}
 .mini1 li{
    padding: 7px 0;
}
 .mini1 ul li a {
     color: #000000;
     padding-top: 15px;
     margin-left: -12px;
     text-decoration: none;
}
 .mini1 ul li a:hover {
     color: #ccc;
}
 .mini1 li a::before {
     font-family: FontAwesome;
     content: "\f054";
     font-weight: 400;
     font-size: 13px;
     color: #000000;
     margin-right: 3px;
}
 .mini1 button {
     padding: 28px;
     width: 100%;
     font-size: 30px;
     font-weight: 700;
     background-color: #373534;
     color: #ffffff;
     border-radius: 0px;
     margin:auto;
     text-align: center;
}
 button:hover {
     color: #ccc !important;
     text-decoration: none;
}
 .mini-detail {
    padding-right: 7px;
    padding-top: 13px;
    padding-left: 7px;
 
}
 .home .mini-detail {
     padding-right: 0;
     padding-left: 0;
     padding-top: 13px;
}
 .service-btm p {
     font-weight: 700;
     font-size: 30px;
     padding-top: 38px;
    /*padding-bottom: 70px;
    */
     padding-bottom: 29px;
     text-align: center;
     color: #000000;
}
 .service-btm1 p a {
     text-decoration: none;
     color: #000;
}
 .service-btm1 p a:hover {
     text-decoration: none;
     color: #3b5998;
}
 .service-btm p span {
     text-transform: uppercase;
}
 .last-ims {
     background-image: url(../images/latest-work-back.png);
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center center;
     width: 100%;
     height: auto;
     padding-bottom: 71px;
}
 .latest-work h2{
    position: relative;
     text-align: center;
     margin-top: 40px;
     padding-top: 30px;
     margin-bottom: 40px;
     color: #000;
     text-transform: uppercase;
     font-size: 36px;
     font-weight: 700;
}
 .latest-work h2 img {
    position: absolute;
    top: 44px;
    width: 70px;
    height: 40px;
     margin-left: 10px;
}

.single_services_data h2 {  text-align: center;  padding-top: 33px; clear: both;font-size: 43px;font-weight: bold;
    padding-bottom: 33px;}
.single_services_data {   padding-bottom: 50px;}
div#__lpform_name {
    display: none;
}
p#wc-gift-packaging_field input {
    padding:  10px;
  
    position: relative;
    width: 18px;
    height: 20px;
}
.header-cart-count {
    float: left;
    color: #ed2026;
    margin-top: -1px;
}

.container.single_services_data {
    display: none;
}
/*End of Single Service Section */

