/*
Theme Name: BFM CMG Theme
Theme URI: http://bluefountainmedia.com/
Author: the BFM team
Author URI: http://bluefountainmedia.com/
Description: Theme for CMG
Version: 1.0
License: #
License URI: #
Tags: #
Text Domain: bfm_domain
*/

/* blocks/a-service/__fonts.css */
@font-face {
    font-family: 'Arimo Regular';
    src: url('fonts/arimo-regular-webfont.eot');
    src: url('fonts/arimo-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/arimo-regular-webfont.woff') format('woff'),
    url('fonts/arimo-regular-webfont.ttf') format('truetype'),
    url('fonts/arimo-regular-webfont.svg#arimoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Arimo Bold';
    src: url('fonts/arimo-bold-webfont.eot');
    src: url('fonts/arimo-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/arimo-bold-webfont.woff') format('woff'),
    url('fonts/arimo-bold-webfont.ttf') format('truetype'),
    url('fonts/arimo-bold-webfont.svg#arimobold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Oswald Bold';
    src: url('fonts/oswald-bold-webfont.eot');
    src: url('fonts/oswald-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/oswald-bold-webfont.woff') format('woff'),
    url('fonts/oswald-bold-webfont.ttf') format('truetype'),
    url('fonts/oswald-bold-webfont.svg#oswaldbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Oswald Regular';
    src: url('fonts/oswald-regular-webfont.eot');
    src: url('fonts/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/oswald-regular-webfont.woff') format('woff'),
    url('fonts/oswald-regular-webfont.ttf') format('truetype'),
    url('fonts/oswald-regular-webfont.svg#oswaldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* blocks/a-service/__reset.css */
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, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 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;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

button {
    padding: 0;
    margin: 0;
    border: none;
}

button::-moz-focus-inner { padding:0; border:0; }

a {outline-style: none;}

body {
    background: #ececec;
    font-family: Arial, sans-serif;
    min-width: 980px;
}

/* blocks/b-article/b-article.css */
.b-article {
	/*color: #676767;*/
    color: #494949;
    font-size: 13px;
    line-height: 1.5;
}

.b-article a:link {
    color: #f77205;
    text-decoration: underline;
}

.b-article a:hover {
    color: #f74f05;
}

.b-article a:visited {
    color: #666;
    text-decoration: none;
}

.b-article p, .b-article ul, .b-article ol {
    margin-bottom: 20px;
}

.b-article h1, .b-article h2 {
    font: 28px "Oswald Bold";
    color: #3a3a3c;
    margin-bottom: 10px;
}

.b-article h3, .b-article h4, .b-article h5, .b-article h6, .b-contacts h3 {
    font: 20px "Oswald Regular";
    color: #585858;
    margin-bottom: 10px;
}

.b-article h4, .b-article h5, .b-article h6 {
    font-size: 16px;
}

.b-article img {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    padding: 5px;
}

.b-article b, .b-article strong { font-weight: bold }
.b-article i, .b-article em { font-style: italic }

.b-article .alignleft { float: left; margin: 5px 15px 5px 0 }
.b-article .alignright { float: right; margin: 5px 0 5px 15px }

.b-article ul { list-style: disc; margin-left: 20px; }
.b-article ol { list-style: decimal; margin-left: 20px; }

.b-article blockquote {
    margin-left: 20px;
}

/* blocks/b-button/b-button.css */
.b-button {
	display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
}

/* blocks/b-button/_type/b-button_type_black.css */
.b-button_type_black {
    background: url("images/sprites.png") right -80px;
    height: 37px;
    color: #fff !important;
    font-size: 15px;
    font-family: "Arimo Bold";
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 1px 1px rgba(0, 0, 0, .75);
    cursor: pointer;

    box-shadow: 0 4px 10px rgba(0, 0, 0, .55);
    -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, .55);
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .55);
}

.b-button_type_black span {
    display: block;
    line-height: 37px;
    padding: 0 12px 0 20px;
    margin-right: 1px;
    background: url("images/sprites.png") left -80px;
}


.b-button_type_black span:after {
    content: "";
    display: inline-block;
    vertical-align: -5px;
    width: 10px;
    height: 21px;
    background: url("images/sprites.png") 0 -160px;
    margin-left: 13px;
}

.b-button_type_black:hover {
    background-position: right -117px;
}

.b-button_type_black:hover span {
    background-position: left -117px;
}

.b-button_type_black:hover span:after {
    background-position: 0 -181px;
}


/* blocks/b-button/_type/b-button_type_gray.css */
.b-button_type_gray {
	background: url("images/sprites.png") right -20px;
    height: 27px;
    color: #fff !important;
    font-size: 11px;
    font-family: "Arimo Regular";
    text-transform: uppercase;
    text-decoration: none;
}

.b-button_type_gray span {
    display: block;
    line-height: 27px;
    padding: 0 14px 0 15px;
    margin-right: 1px;
    background: url("images/sprites.png") left -20px;
}

.b-button_type_gray span:after {
    content: "";
    display: inline-block;
    vertical-align: -2px;
    width: 11px;
    height: 12px;
    background: url("images/sprites.png") -12px -160px;
    margin-left: 15px;
}

.b-button_type_gray:hover {
    background-position: right -47px;
}

.b-button_type_gray:hover span {
    background-position: left -47px;
}

/* blocks/b-button/_type/b-button_type_iconless.css */
.b-button_type_iconless {
	
}

.b-button_type_iconless span:after {
    display: none;
}

/* blocks/b-contacts/b-contacts.css */
.b-contacts {
	
}

/* blocks/b-contacts/__form/b-contacts__form.css */
.b-contacts__form {
	width: 350px;
    display: inline-block;
    vertical-align: top;
}

.b-contacts__form p {
    margin-bottom: 5px;
}

.b-contacts__form label {
    font: 20px "Oswald Regular";
    color: #585858;
    padding-left: 2px;
}

.b-contacts__form  input, .b-contacts__form textarea {
    width: 328px;
    padding: 0 10px;
    border: none;
    border-radius: 4px;
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, .19);
    -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, .19);
    -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, .19);
    background: url("images/bgs.png") 0 -872px repeat-x #fffefe;
    font: 13px Arial, sans-serif;
    color: #585858;
    margin-top: 1px;
}

.b-contacts__form  input.placeholder, .b-contacts__form textarea.placeholder {
    color: #a0acb5;
}

.b-contacts__form input {
    height: 29px;
    line-height: 29px;
}

.b-contacts__form textarea {
    resize: none;
    height: 93px;
    padding-top: 7px;
    overflow: auto;
}

.b-contacts__form__submit {
    text-align: right;
    margin-top: 20px;
}



.b-contacts__form small {
    font-size: 13px;
    color: #494949;
}

.error input, .error textarea, .wpcf7-not-valid {
    border: 1px solid #f00 !important;
}

label.error, .wpcf7-not-valid-tip-no-ajax, .wpcf7-validation-errors {
    font: 13px Arial, sans-serif;
    color: #f00;
}

.wpcf7-response-output {
    margin-top: 10px;
}


/* blocks/b-contacts/__map/b-contacts__map.css */
.b-contacts__map {
	width: 303px;
    display: inline-block;
    vertical-align: top;
    margin-left: 18px;
}

.b-contacts__map .title {
    font: 20px "Oswald Regular";
    color: #585858;
    margin-bottom: 2px;
}

.b-contacts__map .map {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    padding: 5px;
}

.b-contacts__map .map img {
    vertical-align: top;
}

.b-contacts__map .address {
    line-height: 1.5;
    font-size: 12px;
}

.b-contacts__map p {
    margin-bottom: 15px;
    color: #717171;
    font-size: 13px;
}

/* blocks/b-content/b-content.css */
.b-content {
	display: table-cell;
    vertical-align: top;
    width: 650px;
    padding: 30px;
}

/* blocks/b-featured-image/b-featured-image.css */
.b-featured-image {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    padding: 5px;
}

.b-featured-image img {
    vertical-align: top;
}

/* blocks/b-footer/b-footer.css */
.b-footer {
    background: url("images/bgs.png") 0 -159px repeat-x;
}

.b-footer__copyright a {
    color: #717171;
}

.b-footer__copyright a:hover {
    color: #f77002;
}

/* blocks/b-footer/__address/b-footer__address.css */
.b-footer__address {
    display: inline-block;
	padding-top: 20px;
    color: #717171;
    font-size: 12px;
    text-align: center;
    margin-bottom: 10px;
    border-top: 1px solid #454545;
}

.b-footer__address a {
    color: #717171;
    text-decoration: none;
}

/* blocks/b-footer/__copyright/b-footer__copyright.css */
.b-footer__copyright {
    color: #717171;
    font-size: 12px;
    text-align: center;
}

.b-footer__copyright a {
    text-decoration: none;
}

/* blocks/b-footer/__inner/b-footer__inner.css */
.b-footer__inner {
	width: 980px;
    margin: auto;
    text-align: center;
}

/* blocks/b-footer/__menu/b-footer__menu.css */
.b-footer__menu {
	text-align: center;
    font-size: 14px;
    padding-top: 35px;
}

.b-footer__menu li {
    display: inline-block;
    margin: 0 13px 20px;
    text-decoration: none;
}

.b-footer__menu a {
    color: #a1a1a1;
    text-decoration: none;
}

/* blocks/b-footer/__wrapper/b-footer__wrapper.css */
.b-footer__wrapper {
    height: 222px;
    background: url("images/sprites.png") 0 -330px no-repeat;
}

/* blocks/b-header/b-header.css */
.b-header {
	height: 135px;
    background: url("images/bgs.png") repeat-x;
}

/* blocks/b-header/__inner/b-header__inner.css */
.b-header__inner {
	width: 980px;
    margin: auto;
}

/* blocks/b-header/__line/b-header__line.css */
.b-header__line {
    width: 440px;
	height: 16px;
    background: url("images/bgs.png") 0 -140px repeat-x;
}

.b-header__line b {
    display: block;
    height: 16px;
    margin: 0 0 0 -600%;
    width: 600%;
    background: url("images/bgs.png") 0 -140px repeat-x;
}

.b-header__line i {
    display: block;
    float: right;
    width: 125px;
    height: 16px;
    background: url("images/sprites.png") 0 0 no-repeat #fff;
}

/* blocks/b-logo/b-logo.css */
.b-logo {
    padding-top: 35px;
    float: left;
}

.b-logo a, .b-logo span {
    /*display: block;
    width: 312px;*/
    /*height: 40px;*/
    /*text-indent: -9999px;*/
}

/* blocks/b-logos/b-logos.css */
.b-logos {
    position: relative;
    z-index: 500;
    margin-top: -17px;
}

.b-logos .shadow-top {
    height: 17px;
    background: url("images/shadow.png") center 0 no-repeat;
}

.b-logos .shadow-bottom {
    height: 17px;
    background: url("images/shadow.png") center -17px no-repeat;
}

.b-logos .images {
    height: 124px;
    line-height: 124px;
    background: url("images/logos.png") center top no-repeat;
    text-align: center;
}

.b-logos .images img {
    vertical-align: middle;
    margin: 0 5px;
}

.b-logos .images div {
    width: 980px;
    height: 124px;
    margin: auto;
    position: relative;
}

.b-logos .sdvosb, .b-logos .swam {
    position: absolute;
    top: 16px;
    display: block;
    background: url("images/_blank.gif");
}

.b-logos .sdvosb {
    width: 100px;
    height: 95px;
    left: 295px;
}

.b-logos .swam {
    width: 265px;
    height: 90px;
    left: 410px;
}

/* blocks/b-menu/b-menu.css */
.b-menu {
	float: right;
    padding-top: 42px;
}

.b-menu li {
    display: inline-block;
    font: 17px "Arimo Regular";
    margin-left: 32px;
}

.b-menu a {
    text-decoration: none;
    color: #7f7f7f;
    text-shadow: 0 1px #ffffff;
}

.b-menu a:hover, .b-menu .current-menu-item a, .b-menu .current-page-ancestor a {
    text-decoration: none;
    color: #f77002;
}


/* blocks/b-page/b-page.css */
.b-page {
    position: relative;
	width: 980px;
    margin: 0 auto 70px;
    background: url("images/page.png") center bottom no-repeat;
}

/* blocks/b-page/__shadow/b-page__shadow.css */
.b-page__shadow {
	position: absolute;
    top: 0;
    left: 0;
    background: url("images/shadow.png") center -34px no-repeat;
    width: 100%;
    height: 16px;
}

/* blocks/b-page/__title/b-page__title.css */
.b-page__title {
    position: relative;
    font: 29px/60px "Oswald Bold";
    text-transform: uppercase;
    text-shadow: 0 1px rgba(255, 255, 255, .75);
	color: #4e4e4e;
    margin-bottom: 60px;
}

.b-page__title .wrapper {
    position: absolute;
    top: -35px;
    left: -12px;
    width: 695px;
    height: 85px;
}

.b-page__title .outer-left {
    float: left;
    margin-right: -55px;
}

.b-page__title .outer-left > span {
    display: inline-block;
    vertical-align: top;
    width: 12px;
    height: 59px;
    background: url("images/page-title.png") left 0;
}

.b-page__title .inner-left {
    display: inline-block;
    vertical-align: top;
    padding-left: 3px;
    padding-right: 65px;
    background: url("images/page-title.png") right 0;
}

.b-page__title .inner-left > span {
    display: block;
    min-width: 280px;
    max-width: 500px;
    overflow: hidden;
    white-space: nowrap;
}

.b-page__title .outer-right {
    overflow: hidden;
    padding-top: 25px;
    white-space: nowrap;
    position: relative;
}

.b-page__title .outer-right span {
    position: absolute;
    right: 0;
    top: 25px;
    width: 12px;
    height: 58px;
    background: url("images/page-title.png") right -62px;
}

.b-page__title .inner-right {
    margin-right: 12px;
    height: 58px;
    background: url("images/page-title.png") left -62px;
}

/* blocks/b-services/b-services.css */
.b-services {
	background: url("images/home-block.png") center bottom no-repeat;
    margin-bottom: 70px;
    margin-top: -17px;
    padding-top: 25px;
}

/* blocks/b-services/__image/b-services__image.css */
.b-services__image {
	padding: 5px;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

.b-services__image img {
    vertical-align: top;
}

/* blocks/b-services/__inner/b-services__inner.css */
.b-services__inner {
	width: 980px;
    margin: auto;
}

/* blocks/b-services/__item/b-services__item.css */
.b-services__item {
    float: left;
	width: 225px;
    margin: 0 10px;
    padding-bottom: 25px;
}

.b-services__item p {
    margin: 15px 4px 0;
    font-size: 13px;
    line-height: 18px;
    /*color: #949494;*/
    color: #494949;
}

.b-services__item a {
    color: #f77205;
}

.b-services__item a:hover {
    color: #f74f05;
}

.b-services__item__title {
    position: relative;
    z-index: 100;
    color: #494949;
    width: 230px;
    height: 49px;
    font: 15px "Arimo Bold";
    text-transform: uppercase;
    margin-top: -20px;
    margin-left: -2px;
    white-space: nowrap;
    background: url("images/sprites.png") 0 -220px no-repeat;
}

.b-services__item__title span {
    display: block;
    max-width: 115px;
    padding-left: 15px;
    padding-top: 9px;
    overflow: hidden;
}

.b-services__item__title span.inner {
    display: block;
    max-width: 150px;
    overflow: hidden;
}

.b-services__item__button {
    margin-top: 20px;
    margin-left: 4px;
}

/* blocks/b-services/__items/b-services__items.css */
.b-services__items {
	width: 980px;
    margin: auto;
    overflow: hidden;
}

/* blocks/b-services/__title/b-services__title.css */
.b-services__title {
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px #fff;
    font: 16px "Arimo Bold";
    color: #494949;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 20px;
}

.b-services__title span:after {
    margin-left: 10px;
    background: url("images/title.png") left -18px no-repeat;
}
.b-services__title span:before, .b-services__title span:after {
    content: "";
    display: inline-block;
    height: 1px;
    vertical-align: middle;
    width: 40%;
    height: 18px;
}
.b-services__title span:before {
    margin-right: 10px;
    background: url("images/title.png") right 0 no-repeat;
}

.b-section_type_services .b-section__title span {
    display: block;
    margin-left: -50%;
    text-align: center;
    width: 200%;
}

/* blocks/b-sidebar/b-sidebar.css */
.b-sidebar {
	display: table-cell;
    vertical-align: top;
    width: 270px;
    background: url("images/sidebar.png") right top no-repeat;
    padding-top: 25px;
}

.b-sidebar .title {
    font: 21px "Oswald Bold";
    text-transform: uppercase;
    text-align: right;
    color: #939393;
    text-shadow: 0 1px rgba(255, 255, 255, .75);
    padding-right: 20px;
    margin-bottom: 10px;
}

.b-sidebar .menu {
    width: 262px;
    margin-bottom: 50px;
    margin-left: 8px;
    padding-bottom: 2px;
    background: url("images/line.png") right bottom no-repeat;
}

.b-sidebar .menu-item {
    position: relative;
    width: 262px;
    height: 35px;
    padding-botom: 2px;
    background: url("images/line.png") right top no-repeat;
}

.b-sidebar .menu-item:first-child, .b-sidebar .current-menu-item {
    background: none;
}

.b-sidebar .menu-item a {
    display: block;
    position: absolute;
    top: 0;
    left: -8px;
    width: 250px;
    line-height: 35px;
    text-align: right;
    padding-right: 20px;
    text-decoration: none;
    color: #7f7f7f;
    font-family: "Arimo Regular";
    text-shadow: 0 1px rgb(255, 255, 255);
}

.b-sidebar .menu-item a:hover {
    color: #F77002;
}

.b-sidebar .menu-item span {
    display: inline-block;
    max-width: 185px;
    height: 35px;
    overflow: hidden;
}

.b-sidebar .current-menu-item a {
    height: 45px;
    line-height: 45px;
    top: -5px;
    background: url("images/sprites.png") 0 -280px;
    z-index: 100;
}

.b-sidebar .current-menu-item a:hover {
    color: #7f7f7f;
}

.b-sidebar .prev-current-menu-item {
    margin-left: 38px;
    width: 224px;
}

.b-sidebar .prev-current-menu-item a {
    width: 212px;
}

.b-sidebar .widget {
    width: 270px;
    text-align: right;
}

.b-sidebar .widget-title {
    height: 45px;
    padding-right: 25px;
    margin-bottom: 15px;
    background: url("images/sprites.png") 0 -280px;
    font: 21px/49px "Oswald Bold";
    color: #8f8f8f;
    text-transform: uppercase;
    text-shadow: 0 1px #fff;;
}

.b-sidebar .widget-content {
    font: 16px "Arimo Regular";
    color: #7f7f7f;
    text-shadow: 0 1px #fff;
    padding-right: 25px;
}

.b-sidebar .widget-content p {
    margin-bottom: 12px;
}

/* blocks/b-slider/b-slider.css */
.b-slider {
	height: 358px;
    /*background: #769abc;*/
    position: relative;
    overflow: hidden;
}

.b-slider > ul li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 358px;
    background-image: url(images/slider-bg.png);
    background-position: 0 0 ;/*-390px;*/
    background-repeat: repeat-x;
}

/* blocks/b-slider/__nav/b-slider__nav.css */
.b-slider__nav {
    position: absolute;
    bottom: 40px;
    left: 0;
	width: 100%;
}

.b-slider__nav ul {
    width: 980px;
    margin: 0 auto;
}

.b-slider__nav li {
    display: inline-block;
    width: 13px;
    height: 13px;
    cursor: pointer;
    background: url("images/sprites.png") -25px -160px;
}

.b-slider__nav .active {
    background-position: -25px -173px;
}

/* blocks/b-slider/__slide/b-slider__slide.css */
.b-slider__slide {
    position: relative;
	width: 980px;
    height: 358px;
    margin: auto;
}

.b-slider__slide__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 520px;
    padding-top: 50px;
}

.b-slider__slide__content h4 {
    font: 33px/39px "Oswald Bold";
    color: #303030;
    text-transform: uppercase;
    text-shadow: 0 1px rgba(255, 255, 255, .75);
    margin-bottom: 15px;
    max-height: 78px;
    overflow: hidden;
}

.b-slider__slide__content h4 + h4 {
    display: none;
}

.b-slider__slide__content p {
    font-size: 14px;
    line-height: 21px;
    color: #2d2d2d;
    margin-bottom: 20px;
    max-height: 84px;
    overflow: hidden;
}

.b-slider__slide__left-decor {
    width: 220px;
    height: 358px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("images/slider-decoration.png") 0 0;
}

.b-slider__slide__right-decor {
    width: 220px;
    height: 358px;
    position: absolute;
    top: 0;
    right: 0;
    background: url("images/slider-decoration.png") -220px 0;
}


.file-upload {
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.file-upload .filename {
    width: 245px;
    color: #A0ACB5;
}

.file-upload input[type="file"] {
    cursor: pointer !important;
    font-size: 15px;
    height: 30px;
    left: -32px;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0px;
    width: 382px;
}

.file-upload .b-button_type_gray span {
    padding-right: 5px;
}

.file-upload .b-button_type_gray span:after {
    background: none;
    margin-left: 0;
}

.b-footer__copyright ul, .b-footer__copyright li {
    display: inline;
}

.wp-paginate {
    line-height: 40px;
    text-align: center;
    font-size: 14px;
}

.wp-paginate li:first-child {
    display: none;
}

.wp-paginate li {
    display: inline-block;
    margin: 0 5px;
}

.wp-paginate a, .wp-paginate a:visited {
    color: #F77205;
    text-decoration: none !important;
}

.wp-paginate a:hover {
    color: #F74F05;
}

.wp-paginate span {
    color: #666;
}

.wp-paginate .prev {
    vertical-align: 1px;
}

.wp-paginate .next {
    vertical-align: 1px;
}
#ws-plugin--s2member-profile-password-strength{
display:none;

}
#ws-plugin--s2member-profile-submit
{

margin-top:20px;
}
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {background-color:#f77205 !important;}
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button  {background-color:#f77205 !important; color:#fff !important;}
.b-article img {border: 1px solid #ccc !important;}
.placeholder {display:none !important;}
.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3 {
    height: 90px;
}

