/*
Theme Name: Plumberx
Theme URI: http://thenordi/demo/themeforest/wordpress/plumberx/
Author: PLumberx
Author URI: http://thenordi/demo/themeforest/wordpress/plumberx/
Description: Plumbing and Constuction WordPress Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, 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
Text Domain: plumberx

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.
*/
@import url('css/style.css');
.hide{
	display: none;
}
#pricing-content .price-table-wrap .price-table .price-box strong {
    font-size: 45px;
}
.sidebar-widget .popular-post li img {
    max-width: 125px;
}

.sidebar-widget .popular-post li {
    margin-bottom: 30px;
}
.sidebar-widget .popular-post li:last-child {
    margin-bottom: 0;
}
.sidebar-widget .popular-post li img {
    float: left;
    margin-right: 30px;
}
.sidebar-widget .popular-post li .content-wrap {
    width: 51%;
    float: right;
}
.sidebar-widget .popular-post li .content-wrap h5 {
    color: #000000;
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 20px;
}
.sidebar-widget .popular-post li .content-wrap span {
    font-size: 13px;
    line-height: 20px;
    display: inline-block;
    color: #999999;
}
.sidebar-widget.text-widget p {
    font-size: 14px;
    line-height: 26px;
    color: #8e8d8d;
    font-weight: 500;
}
.sidebar-widget .tagcloud a {
    font-size: 13px !important;
    line-height: 38px;
    color: #787878;
    background: #FBFBFB;
    border: 1px solid #E2E2E2;
    margin-right: 10px;
    display: inline-block;
    padding: 0 23px;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 10px;
}
.sidebar-widget .tagcloud a:hover {
    color: #fff;
    background: #FE5454;
    border: 1px solid #FE5454;
}

.sidebar-widget li  a {
    display: block;
    font-size: 14px;
    line-height: 37px;
    color: #999999;
    font-weight: 500;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.sidebar-widget li a .fa {
    margin-right: 10px;
}
.sidebar-widget li:hover > a {
    color: #FE5454;
}
.sidebar-widget li{
    background: rgba(0, 0, 0, 0) url("img/resources/aside-arrow.png") no-repeat scroll 0 16px;
    padding-left: 15px;
}
.single-shop-item a{
	color: #000;
}
.cart-page .table > tbody > tr > td.preview  img{
    min-height: 132px;
	min-width: 120px;
}
.cart-page .table > tbody > tr > td a{
    color: #8e8d8d;
    font-size: 14px;
    font-weight: 600;
}

.checkout-content {
    padding: 80px 0 130px;
}
.checkout-content .return-customer {
    background: #F9F9F9;
    border: 1px solid #EBEBEB;
    padding: 25px 30px;
    margin-bottom: 50px;
}
.checkout-content .return-customer p {
    margin-bottom: 0;
    font-size: 14px;
    color: #8E8E8E;
    line-height: 26px;
}
.checkout-content .return-customer a {
    color: #FE5454;
}

.checkout-content label,
.checkout-content input[type="text"] {
    display: block;
}
.checkout-content label {
    font-size: 14px;
    line-height: 26px;
    color: #8E8D8D;
    margin-bottom: 5px;
    font-weight: 500;
}
.checkout-content input[type="text"] {
    width: 100%;
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #E2E2E2;
    outline: none;
    padding: 0 20px;
}
.checkout-content input[type="text"]:last-child {
    margin-bottom: 0;
}
.checkout-content .left-checkout > .row {
    margin-bottom: 30px;
}

.checkout-content .select-box {
    padding: 0;
    margin: 0;
    border: 1px solid #E2E2E2;
    width: 100%;
    overflow: hidden;
    background-color: #fff;

    background: #fff url(../img/cart/select-box-bg.png) no-repeat 95% 50%;
}

.checkout-content .select-box select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.checkout-content .select-box select:focus {
    outline: none;
}
.checkout-content .row span {
    font-size: 14px;
    font-weight: 500;
    color: #8E8D8D;

}
.checkout-content input[type="checkbox"] {
    margin: 0;
    vertical-align: middle;
    margin-right: 15px;
}
.checkout-content textarea {
    width: 100%;
    height: 100px;
    border: 1px solid #E2E2E2;
    padding: 10px 20px;
    outline: none;
}
.checkout-content .ship-different {
    margin-top: 80px;
}
.checkout-content .order-box {
    border: 1px solid #D9D9D9;
    padding: 30px;
}
.checkout-content .order-box ul li {
    display: block;
    color: #8E8D8D;
    font-size: 14px;
    line-height: 45px;
    font-weight: 600;
}
.checkout-content .order-box ul li.total {
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
}
.checkout-content .order-box ul li span {
    float: right;
    display: inline-block;
}
.checkout-content .order-box ul li span.bold {
    font-size: 18px;
    color: #000;
    font-weight: 700;
}
.checkout-content .order-box ul li a span {
    color: #FE5454;
}
.checkout-content .order-box ul li input[type="radio"] {
    margin-right: 10px;
}
.checkout-content .order-box ul li .note {
    background: #ECECEC;
    padding: 25px;
    color: #8E8D8D;
    line-height: 24px;
    font-size: 14px;
    font-weight: normal;
    position: relative;
}
.checkout-content .order-box ul li .note .fa {
    font-size: 35px;
    position: absolute;
    top: -25px;
    left: 25px;
    color: #ECECEC;
}
.checkout-content .order-box ul li a.place-order {
    background: #FE5454;
    text-transform: uppercase;
    display: inline-block;
    line-height: 36px;
    font-weight: 700;
    color: #fff;
    padding: 0 40px;
    margin-top: 30px;
}
i.icon {
    display: inline !important;
}
.achivement ul li span i {
    vertical-align: bottom !important;
}

.vc_row{
	margin: 0 !important; 
}
.vc_col-xs-1, .vc_col-sm-1, .vc_col-md-1, .vc_col-lg-1, .vc_col-xs-2, .vc_col-sm-2, .vc_col-md-2, .vc_col-lg-2, .vc_col-xs-3, .vc_col-sm-3, .vc_col-md-3, .vc_col-lg-3, .vc_col-xs-4, .vc_col-sm-4, .vc_col-md-4, .vc_col-lg-4, .vc_col-xs-5, .vc_col-sm-5, .vc_col-md-5, .vc_col-lg-5, .vc_col-xs-6, .vc_col-sm-6, .vc_col-md-6, .vc_col-lg-6, .vc_col-xs-7, .vc_col-sm-7, .vc_col-md-7, .vc_col-lg-7, .vc_col-xs-8, .vc_col-sm-8, .vc_col-md-8, .vc_col-lg-8, .vc_col-xs-9, .vc_col-sm-9, .vc_col-md-9, .vc_col-lg-9, .vc_col-xs-10, .vc_col-sm-10, .vc_col-md-10, .vc_col-lg-10, .vc_col-xs-11, .vc_col-sm-11, .vc_col-md-11, .vc_col-lg-11, .vc_col-xs-12, .vc_col-sm-12, .vc_col-md-12, .vc_col-lg-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
p{
	color: #8e8d8d;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 20px;
}
body{
	color: #8e8d8d;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
}
.contact-form input[type="submit"],
.faq .faq-content .faq-search input[type="submit"] {
    background: #fe5454 none repeat scroll 0 0 !important;
    border: medium none !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    margin-left: -4px !important;
    padding: 10px 40px;
    text-transform: uppercase !important;
}
#contact-content .contact-form input[type="submit"] {
    padding: 0 45px !important;
	height: auto !important;
    line-height: 40px;
	width: auto !important;
}
.wpb_gmaps_widget .wpb_wrapper {
    padding: 0 !important;
}

.woocommerce ul.product_list_widget li img {
    float: left;
    margin-right: 30px;
    width: 80px;
}
.woocommerce ul.product_list_widget .product-title{
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.woocommerce ul.product_list_widget .amount{
    color: #999999;
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
}
.product-details-box .product_meta{
	display:none;
	
}
.service-tab-content .col-lg-4 {
    bottom: -95px;
}


#service-we-provide .service-tab-content ul li {
   font-weight: normal;
}
#who-we-are .large-box div p {
    color: #fff !important; 
	margin-bottom: 10px !important;
}
#blog-post .general-question .panel-body .panel_body_up h2 {
    color: #fe5454;
    font-size: 24px;
    font-weight: 300;
    padding: 10px 0;
}
#blog.grid .content-wrap h2 {
    margin-bottom: 5px !important;
    margin-top: -2px !important;
}
.products .single-shop-item img{
	border: 1px solid #eee;
}
#blog-post .no-search-content .suggesion-input input[type="submit"] {
    background: #fe5454 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-left: -4px;
    padding: 6px 30px;
}
#blog-post .woocommerce-billing-fields input[type="tel"],
#blog-post .woocommerce-billing-fields input[type="email"] {
    border: 1px solid #e2e2e2;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    outline: medium none;
    padding: 0 20px;
    width: 100%;
}
.select2-container .select2-choice{
	border-radius: 0px !important;
}
.select2-container .select2-choice > .select2-chosen{
	padding: 5px 8px;
}
#blog-post .woocommerce-shipping-fields textarea {
    border: 1px solid #e2e2e2;
    height: 100px !important;
    outline: medium none !important;
    padding: 10px 20px;
    width: 100% !important;
}
.place-order input#place_order{
    background: #fe5454 none repeat scroll 0 0;
	border:none;
    color: #fff;
    display: inline-block;
	float: left !important;
    font-weight: 700;
    line-height: 36px;
    padding: 0 40px;
    text-transform: uppercase;
}
.cart-page .add-to-cart-wrap input[type="submit"]{
    background: #fe5454 none repeat scroll 0 0;
	border:none;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    line-height: 36px;
    padding: 0 40px;
    text-transform: uppercase;
}
.product-details-box .single_add_to_cart_button {
    background: #fe5454 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 50px;
    margin-top: 25px;
    padding: 0 65px;
    text-transform: uppercase;
}
.woocommerce-checkout #payment ul.payment_methods {
    border: 1px solid #d3ced2;
}
.woocommerce-checkout #payment {
    background: #fff !important;
}
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    color: #fe5454;
}
/* .plumberx_section .row{
	margin: 0 !important;
} */
.woocommerce-tabs {
    margin: -15px;
}
.woocommerce-tabs ul li {
    display: inline;
	background: #ebe9eb;
	border: none !important;
}
.woocommerce-tabs ul li.active a {
    position: relative;
    top: 1px;
    z-index: 999;
	background: #fff !important;
}
.woocommerce-tabs ul li.active {
	border-left: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
    border-top: 2px solid #fe5454 !important;
    background: #fff none repeat scroll 0 0;
}
.woocommerce-tabs ul li a.active {
    background: #fff;
    color: #000000 !important;
}
.woocommerce-tabs ul li a {
    background: #ebe9eb;
    color: #000000 !important;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    line-height: 45px;
    margin-right: 5px;
    padding: 0 27px;
}
.submenu .hvr-overline-from-left:before{
	background: none !important;
	height: 0 !important;
}



.page-template-frontpage-php #topbar .contact-info ul li a {
	color: #fff !important;

	
	}
.page-template-frontpage-php #topbar .social ul li a {
    color: #12aef8 !important;
}

.top-info ul li i.fa,
.contact-info ul li i.fa {
    margin-right: 9px;
}
 header i.icon{
	 margin-left: 1px !important;
	 vertical-align: initial !important;
 }
 #topbar .social ul li a i {
    margin-right: 4px;
}
.request-a-qoute-container{
    position: relative;
	margin: -200px auto 0 auto;
	z-index: 9999;
	width: 1200px;
	max-width: 100%;
}

.request-a-qoute-container form ul li {
    float: left;
    padding: 0 15px;
    width: 20%;
}
.request-a-qoute-container form ul li{
    color: #000000;
    display: block;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: normal;
    transition: all 0.3s ease 0s;
}
.request-a-qoute-container form ul li input {
    border: 1px solid #e1e1e1;
    color: #000;
    display: block;
    height: 35px;
    outline: medium none;
    padding: 0 10px;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.request-a-qoute-container ul.vc_tta-tabs-list li.vc_active {
    background: #fff;
    border-top: 5px solid #51b7e3;
    box-shadow: 5px -5px 5px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 999;
}
.request-a-qoute-container ul.vc_tta-tabs-list li.vc_active a{
    background: #fff !important;
}

.request-a-qoute-container ul.vc_tta-tabs-list li a{
    background: #e8e8e8;
    border-top: 5px solid transparent;
    color: #444444;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    padding: 0 22px;
    text-transform: uppercase;
}



.request-a-qoute-container .wpcf7-submit{
	background: #fe5454 none repeat scroll 0 0;
    border: medium none;
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    outline: medium none;
    padding: 0 35px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.request-a-qoute-container  .request-a-qoute-with-tooltip {
    position: absolute;
    top: 0;
    right: 15px;
    background: #42B8E9 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 900;
    line-height: 45px;
    margin: auto;
    outline: medium none;
    padding: 0 45px;
    text-transform: uppercase;
}
.request-a-qoute-container .vc_tta-panel-body {
    background-color: transparent;
    border-color: transparent;
    padding-top: 30px;
}
.request-a-qoute-container .request-a-qoute-with-tooltip:hover,
.request-a-qoute-container .request-a-qoute-with-tooltip:focus {
    color: #42B8E9;
}
.request-a-qoute-container .request-a-qoute-with-tooltip:before {
    background: #fff;
}
.request-a-qoute-container .request-a-qoute-with-tooltip i {
    position: absolute;
    bottom: -17px;
    font-size: 30px;
    left: 0;
    width: 100%;
    color: #42B8E9;
}

.request-a-qoute-container .request-a-qoute-with-tooltip:hover i {
    color: #fff;
}




#contact-content .wpcf7-submit,
#pricing-content .price-table-wrap .price-table button,
#pricing-content .price-table-wrap .price-table a {
    background: #fe5454 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    margin-top: 30px;
    outline: medium none;
    padding: 0 35px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.woocommerce  button.single_add_to_cart_button {
    background: #fe5454 !important;
	border-radius: 0 !important;
    color: #fff !important;
    display: inline-block;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 50px !important;
    margin-top: 25px !important;
    padding: 0 65px !important;
    text-transform: uppercase;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li  a {
    font-weight: normal;
}
.woocommerce div.product .woocommerce-tabs ul{
	padding-left: 5px !important;
	margin-bottom: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
   border-bottom: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: #ebe9eb;
    border: 1px solid #d3ced2;
    border-radius: 0 !important;
    display: inline-block;
    margin-right: 10px;
    padding: 0 1em;
    position: relative;
    z-index: 0;
	overflow: hidden;
}
.woocommerce div.product .woocommerce-tabs .panel {
    border:1px solid #ccc;
	border-radius: 0 !important;
    padding: 25px;
	margin-top: -9px !important;
}
.woocommerce div.product form.cart div.quantity{
	float: none !important;
}
#emergency h2 {
    font-weight: normal !important;
}
footer .widget p {
    margin: 0;
}
footer .widget a.read-more {
    display: block;
    margin-top: 12px !important;
}
footer .widget .contact-info li .fa {
    margin-right: 14px !important;
}
#request-a-qoute-container .tab-content{
	background: transparent !important;
}
.comment-form .form-submit input[type="submit"]{
    background: #fe5454 none repeat scroll 0 0;
    border: 1px solid #fe5454;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin: 25px 0 40px;
    padding: 5px 30px;
    text-transform: uppercase;
}
.comment-notes{
	margin-left:10px;
}
#blog-post .comments_area .single_comment .comment_text p span a{
    color: #e84c3d;
}
#blog-post .comments_area .single_comment ul.children{
    margin-left:80px;
}

#blog-post .comments_area .single_comment .comment_img img{
    height: auto;
}
#blog-post article .expert_quote_area .col-lg-12 .expert_quote h6 span {
    color: #fe5454;
    float: right;
    font-size: 14px;
    font-style: italic;
    padding-bottom: 30px;
    padding-right: 45px;
    text-transform: capitalize;
}
#menu-onepage-menu.mainmenu .submenu li a{
	color: #999;
}
.request-a-qoute-container .vc_tta-container{
	margin-bottom: 0 !important;
}
.request-a-qoute-container .vc_tta-panel-body{
	padding-bottom: 0 !important;
}
header .mainmenu-container > ul > li.current-menu-ancestor > a{
	 color: #FE5454;
}

img{
	height: auto;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.sidebar-widget li a {
    display: inline-block;
}
.sticky{
	color: #FE4747 !important;
}
.sticky .post-title h2{
	color: #FE4747;
}
figure {
    max-width: 100%;
}
#blog-post article .img-holder::before,
#blog-post article .img-holder::after{
	background: transparent !important;
}
figure.gallery-item{
	margin-top: 10px;
}
h2,
h1,
h3,
h4,
h5,
h6{
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.sidebar-widget ul{
	list-style: none;
}

.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;
}

button, input, select, textarea{
	max-width: 100%;
}

.sidebar-widget select{
	width: 100%;
	height: 40px;
}
.social_button ul{
	list-style: none;
}
.blog-content .page-links a{
	margin-right: 8px;
	font-size: 17px;
}
.blog-content .page-links a:last-child{
	margin-right: 0;
}
iframe{
	max-width: 100%;
}


figure{
	max-width: 100%;
}


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;
}


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;
}


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;
}


optgroup{
	color: inherit;
	font: inherit;
	margin: 0;
}



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="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;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}
dfn,
cite,
em,
i {
	font-style: italic;
}

abbr,
acronym {
	border-bottom: 1px dotted #d1d1d1;
	cursor: help;
}

mark,
ins {
	background: #007acc;
	color: #fff;
	padding: 0.125em 0.25em;
	text-decoration: none;
}

big {
	font-size: 125%;
}

dl {
	margin: 0 0 1.75em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 1.75em;
}


del {
	opacity: 0.8;
}

table{margin:0.6em 0 !important;}
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;
}
p strong img{
	padding: 5px;
}

/**
 * 8.0 - Alignments
 */

.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}

header .mainmenu-container ul{
	margin:0;
	padding: 0;
}
.sidebar-widget ul.children,
.sidebar-widget ul.sub-menu{
	padding-left: 5px;
}
#topbar .contact-info ul{
	list-style: none;
	margin: 0;
}
.unstyled{
	padding-left: 0;
	margin:0;
	list-style: none;
}
#contact-content ul,
#service-we-provide .service-tab-content ul,
#our-mission ul,
#pricing-content .price-table-wrap .price-table .price-info,
.service-tab-title ul,
footer .widget .contact-info,
footer .widget .popular-post{
	padding-left: 0;
	margin:0;
	list-style: none;
}
#topbar .social ul{
	margin:0;
	padding-left: 0;
	list-style: none;
}
#pricing-content .price-table-wrap .price-table .price-info{
	
}
.widget_plumberx_widget_get_in_touch ul li{
	background: none;
}
.widget_plumberx_widget_get_in_touch ul li,
.widget_plumberx_widget_get_in_touch ul{
	margin: 0;
	padding: 0;
}
.sticky,
.sticky  .post-title h2{
    color: #fe4747 !important;
}
.cart-total-box ul,
ul.highlight li{
	list-style: none;
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
    margin-bottom: 0 !important;
}
.woocommerce-billing-fields select#billing_country,
.woocommerce-billing-fields select#billing_state{
	height: 35px;
}
.post-date a{
	color: #fe5454;
}

/*Nyasro*/
.vdotxt{
text-align: center;
font-weight: bold;
color: rgb(80, 80, 80);
margin-top: 9px;
}

.page-id-974 #page-title{
	background: transparent url("http://moniquepressley.com/wp-content/uploads/2016/01/about-monique.jpg") no-repeat center;
}

.page-id-1003 #page-title{
	background: transparent url("http://moniquepressley.com/wp-content/uploads/2016/04/original_page-title-bg3.jpg") no-repeat center;
}

.page-id-1000 #page-title{
	background: transparent url("http://moniquepressley.com/wp-content/uploads/2016/01/speaking-requests.jpg") no-repeat center;
}

.page-id-22 #page-title{
	background: transparent url("http://moniquepressley.com/wp-content/uploads/2016/04/original_page-title-bg4.jpg") no-repeat center;
}

.error404 #page-title{
background: transparent url("http://moniquepressley.com/wp-content/uploads/2016/01/contact-monique.jpg") no-repeat center;
}

.search #page-title{
background: transparent url("http://moniquepressley.com/wp-content/uploads/2016/01/contact-monique.jpg") no-repeat center;
}

#page-title .title{
	display: none !important;
}

.top-icons .icon-ShoppingCart{
	display: none !important;
}

}