/*
Bienvenue dans l’éditeur CSS de l’extension Design !

CSS (Cascading Style Sheets) est un langage qui fournit des informations à
votre navigateur concernant le style de la page web que vous visitez. Vous
pouvez maintenant supprimer ces commentaires et commencer à ajouter votre
propre code CSS.

Par défaut, cette feuille de style sera chargée après la feuille de
style de votre thème, ce qui veut dire que les nouvelles règles que vous
ajouterez ici pourront remplacer celles créées par le thème.

Vous pouvez donc ajouter ici les changements que vous souhaitez apporter à
votre thème, sans avoir à copier la feuille de style existante de
celui-ci, ou avoir à recréer toutes les règles de style de votre thème.
*/
.fm-form td label {
	line-height: 18px;
}

.fm-form table, .fm-form tr, .fm-form td {
	vertical-align: middle;
}

#omc-header-search, #desktop-search,#omc-header-search * {
	display: none;
	visibility: hidden;
}

ul.sub-menu {
	width: 196px !important;
}

nav#omc-main-navigation ul.sub-menu ul {
	top: 0;
	left: 180px;
	padding-top: 0;
}

.box_skitter img {
	min-width: 100%;
}

#emailSub-email {
	padding: 6px 0 6px 5%;
	background: #333;
	font-family: "Open Sans", sans-serif;
	font-size: 1.16667em;
	margin: 0;
	border: none;
	width: 69%;
	color: #FFF;
	-moz-transition: .8s linear;
	-webkit-transition: .8s ease-out;
	transition: .8s linear;
}

.emailSub-submit {
	display: inline-block;
	background: #781f0d;
	border: none;
	padding: 0;
	height: 31px;
	line-height: 34px;
	margin: 0 0 0 -3px;
	color: #fff;
	font-family: "Open Sans";
	width: 25%;
}

p.omc-blog-one-exceprt {
	font-size: 1.1em !important;
}

article#omc-full-article p {
	font-size: 1.12em !important;
}

.mtphr-dnt-title {
	background: #781F0D;
	padding: 5px;
	color: #fff;
	font-size: 12px;
	width: 65px;
}

.mtphr-dnt-tick.mtphr-dnt-default-tick.mtphr-dnt-clearfix {
	font-size: 14px;
	text-shadow: 0 1px 0 rgb(179,179,179);
}

.mtphr-dnt-tick-container {
	margin-top: 5px;
}

.mtphr-dnt-wrapper {
	position: relative;
	width: 98%;
}

input#es_txt_email,#signup_email {
	padding: 6px 0 6px 5%;
	background: #333;
	font-family: "Open Sans", sans-serif;
	font-size: 1.16667em;
	margin: 0;
	border: none;
	width: 73% !important;
	color: #FFF;
	-moz-transition: .8s linear;
	-webkit-transition: .8s ease-out;
	transition: .8s linear;
}

input#es_txt_button,#webform_submit_button {
	padding: 6px 0;
	font-family: "Open Sans", sans-serif;
	text-align: center;
	width: 25%;
	font-size: 1.16667em;
	margin: 0;
	margin-left: -3px;
	background: #781f0d !important;
	border: none;
	color: #FFF;
	-moz-transition: .8s linear;
	-webkit-transition: .8s ease-out;
	transition: .8s linear;
}

.es_textbox {
	padding-bottom: 0;
	display: inline;
}

.es_button {
	padding-top: 0;
	padding-bottom: 0;
	display: inline;
}

.easy_t_single_testimonial blockquote.easy_testimonial {
    border: 0;
    display: block;
    width: 95% !important;
    font-family: "open sans"!important;
    font-size: 14px !important;
    line-height: 15px !important;
    padding: 10px;
}
blockquote.easy_testimonial .wp-post-image {
    border-radius: 50px !important;
    float: left;
    margin: 0 10px 10px 0;
}

.omc-half {
    clear: both;
    padding: 5px;
    position: relative;
    font-size: 1.4em;
    font-weight: 100;
    font-family: "Open sans";
    color: #fff;
    width: 110px;
    text-align: center;
    background-color: #781F0D;
}