/*
Theme Name: Staminor
Author: Staminor Dev Team
Theme URI: https://www.staminor.com/
Description: Staminor – Power That Lasts
Version: 1.3
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);

* {
	margin: 0;
	padding: 0;
	outline: 0 none;
	border: 0 none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

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

audio, canvas, img, video {
	vertical-align: middle;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
/* WebKit browsers */
*::-webkit-input-placeholder {
	color: #2f2f2f;
	opacity: 1;
}

*:-moz-placeholder {
 /* FF 4-18 */
	color: #2f2f2f;
	opacity: 1;
}

*::-moz-placeholder {
/* FF 19+ */
	color: #2f2f2f;
	opacity: 1;
}

*:-ms-input-placeholder {
 /* IE 10+ */
	color: #2f2f2f;
	opacity: 1;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
	color: transparent;
} /* FF 4-18 */
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
	color: transparent;
} /* FF 19+ */
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
	color: transparent;
} /* IE 10+ */


.left {
	float: left;
}

.right {
	float: right;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.noFloat {
	float: none;
}

.hidden {
	position: absolute;
	top: 0;
	visibility: hidden;
}

.pointer {
	cursor: pointer;
}

a {
	text-decoration: none;
	outline: 0;
	max-width: 100%;
	max-width: none\9;
	color: #ff0375;
}

a:hover, a:focus, a:visited {
	outline: 0;
	color: #000000;
	text-decoration: none;
}

p a, p a:visited {
	line-height: inherit;
}

ul, ol {
	margin: 0 0 20px 0;
	list-style-position: inside;
}

ul {
	list-style: none;
}

ul li {
	list-style: none;
}

ol {
	list-style-type: decimal;
}

ol ol {
	list-style: upper-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: lower-alpha;
}

ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
/**{-webkit-transition: all 0.3s; transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s;}
*/ 
/*-------------------------------------------------------
 #Typography
 -------------------------------------------------------*/

body {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.8em;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
 /*Heading Styles*/
	font-weight: 600;
	margin: 0;
}

h1, .h1 {
	font-size: 2.6em;
	margin-bottom: 20px;
	line-height: 1.1em;
}

h2, .h2 {
	font-size: 2.2em;
	margin-bottom: 20px;
	line-height: 1.1em;
}

h3, .h3 {
	font-size: 1.4em;
	margin-bottom: 20px;
	line-height: 1.1em;
}

h4, .h4 {
	font-size: 1.4em;
	margin-bottom: 20px;
	line-height: 1.1em;
}

h5, .h5 {
	font-size: 1em;
	margin-bottom: 12px;
	line-height: 1.1em;
}

p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
	margin-top: 1.5em;
}

p {
	margin: 0.85em 0;
	line-height: 28px;
}

p img {
	margin: 0;
}

img, a img {
	border: none;
	padding: 0;
	margin: 0;
	display: inline-block;
	max-width: 100%;
	height: auto;
	image-rendering: optimizeQuality;
}

em {
	font-style: italic;
}

strong, b {
	font-weight: 700;
}

small {
	font-size: 80%;
}

/*-------------------------------------------------------
 Forms
 -------------------------------------------------------*/
 
form {
	margin-bottom: 20px;
}

fieldset {
	margin-bottom: 20px;
}

.input-text, input[type="text"], input[type="input"], input[type="password"], input[type="email"], input[type="number"], input[type="url"], input[type="tel"], input[type="search"], textarea, select {
	-webkit-appearance: none;
	padding: 8px 6px;
	outline: none;
	background: #F1F1F1;
	border-radius: 0px;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="url"]:focus, input[type="tel"]:focus, input[type="search"]:focus, textarea:focus {
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
	color: #555;
}

input[type="submit"], #submit, .button {
	padding: 9px 22px;
	cursor: pointer;
	border: none;
	-webkit-appearance: none;
	border-radius: 0px;
}

textarea {
	min-height: 60px;
	line-height: 1.5em;
}

label {
	display: block;
	font-weight: 700;
}

legend {
	display: block;
	font-weight: 400;
	font-size: 15px;
}

input[type="checkbox"], input[type="radio"] {
	display: inline;
}

label span, legend span {
	font-weight: 400;
	font-size: 13px;
	color: #444;
}

textarea {
	width: 100%;
}

/* Editors */
.wp-editor-wrap {
	position: relative;
}

.wp-editor-tools {
	position: relative;
	z-index: 1;
}

.wp-editor-tools:after {
	clear: both;
	content: "";
	display: table;
}

.wp-editor-container {
	clear: both;
	border: 1px solid #e5e5e5;
}

.wp-editor-area {
	font-family: Consolas, Monaco, monospace;
	font-size: 13px;
	padding: 10px;
	margin: 1px 0 0;
	line-height: 150%;
	border: 0;
	outline: none;
	display: block;
	resize: vertical;
	box-sizing: border-box;
}

.rtl .wp-editor-area {
	font-family: Tahoma, Monaco, monospace;
}

.locale-he-il .wp-editor-area {
	font-family: Arial, Monaco, monospace;
}

.wp-editor-container textarea.wp-editor-area {
	width: 100%;
	margin: 0;
	box-shadow: none;
}

.wp-editor-tabs {
	float: right;
}

.wp-switch-editor {
	float: left;
	box-sizing: content-box;
	position: relative;
	top: 1px;
	background: #ebebeb;
	color: #666;
	cursor: pointer;
	font-size: 13px;
	line-height: 1.46153846;
	height: 20px;
	margin: 5px 0 0 5px;
	padding: 3px 8px 4px;
	border: 1px solid #e5e5e5;
}

.wp-switch-editor:focus {
	box-shadow: 0 0 0 1px #5b9dd9,
            0 0 2px 1px rgba(30, 140, 190, 0.8);
	outline: none;
	color: #23282d;
}

.wp-switch-editor:active,
    .html-active .switch-html:focus,
    .tmce-active .switch-tmce:focus {
	box-shadow: none;
}

.wp-switch-editor:active {
	background-color: #f5f5f5;
	box-shadow: none;
}

.js .tmce-active .wp-editor-area {
	color: #fff;
}

.tmce-active .quicktags-toolbar {
	display: none;
}

.tmce-active .switch-tmce,
    .html-active .switch-html {
	background: #f5f5f5;
	color: #555;
	border-bottom-color: #f5f5f5;
}

.wp-media-buttons {
	float: left;
}

.wp-media-buttons .button {
	margin-right: 5px;
	margin-bottom: 4px;
	padding-left: 7px;
	padding-right: 7px;
}

.wp-media-buttons .button:active {
	position: relative;
	top: 1px;
	margin-top: -1px;
	margin-bottom: 1px;
}

.wp-media-buttons .insert-media {
	padding-left: 5px;
}

.wp-media-buttons a {
	text-decoration: none;
	color: #444;
	font-size: 12px;
}

.wp-media-buttons img {
	padding: 0 4px;
	vertical-align: middle;
}

.wp-media-buttons span.wp-media-buttons-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 1;
	vertical-align: middle;
	margin: 0 2px;
}

.wp-media-buttons .add_media span.wp-media-buttons-icon {
	background: none;
}

.wp-media-buttons .add_media span.wp-media-buttons-icon:before {
	font: normal 18px/1 dashicons;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.wp-media-buttons .add_media span.wp-media-buttons-icon:before {
	content: "\f104";
}

.mce-content-body dl.wp-caption {
	max-width: 100%;
}

#error-page {
	margin: 0;
}

body {
	border: 0px !important;
	margin: 0  !important;
	padding: 0  !important;
	max-width: 100%  !important;
	box-shadow: none  !important;
}