/*
Theme Name: TM Lawyers
Theme URI: http://lawyers.thememove.com
Author: ThemeMove Team
Author URI: http://thememove.com
Description: The best WordPress theme for lawyers
Version: 50.2.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tm-lawyers
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Repeatable Patterns
# Elements
# Typography
# Responsive images
# Alignment
# Entry Content
# Attachments
# Widgets
# Galleries
# Text meant only for screen readers.
--------------------------------------------------------------*/

/**
 * Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

a {
    text-decoration: none !important;
}

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font: normal 16px/1 Genericons;
    vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
    clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
    content: "";
    display: table;
}

/**
 * Elements
 * ----------------------------------------------------------------------------
 */

hr {
    background-color: #eaeaea;
    background-color: rgba(51, 51, 51, 0.1);
    border: 0;
    height: 1px;
    margin-bottom: 1.6em;
}

ul,
ol {
    margin: 0 0 1.6em 1.3333em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dl {
    margin-bottom: 1.6em;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 1.6em;
}

table,
th,
td {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.6em;
    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.4em;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

figure {
    margin: 0;
}

del {
    opacity: 0.8;
}

/**
 * Typography
 * ----------------------------------------------------------------------------
 */

b,
strong {
    font-weight: 700;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    border-left: 4px solid #707070;
    border-left: 4px solid rgba(51, 51, 51, 0.7);
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-size: 18px;
    font-size: 1.8rem;
    font-style: italic;
    line-height: 1.6667;
    margin-bottom: 1.6667em;
    padding-left: 0.7778em;
}

blockquote p {
    margin-bottom: 1.6667em;
}

blockquote > p:last-child {
    margin-bottom: 0;
}

blockquote cite,
blockquote small {
    color: #333;
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "Noto Sans", sans-serif;
    line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
}

blockquote strong,
blockquote b {
    font-weight: 400;
}

address {
    font-style: italic;
    margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
    font-family: Inconsolata, monospace;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

pre {
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.01);
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    line-height: 1.2;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 0.8em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

abbr[title] {
    border-bottom: 1px dotted #eaeaea;
    border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
    cursor: help;
}

mark,
ins {
    background-color: #fff9c0;
    text-decoration: none;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

/**
 * Responsive images
 * ----------------------------------------------------------------------------
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
    max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
    height: auto;
    max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
    max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
    max-width: 100% !important;
}

/**
 * Alignment
 * ----------------------------------------------------------------------------
 */
/* Images */
.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

figure.wp-caption.alignleft,
img.alignleft {
    margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
    margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
    margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
    margin: 5px 0 5px 10px;
}

img.aligncenter {
    margin: 5px auto;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
    color: #220e10;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
    float: right;
}

div.wp-caption.alignright .wp-caption-text {
    padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
    list-style-position: inside;
}

/**
 * Entry Content
 * ----------------------------------------------------------------------------
 */

.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
    display: none;
}

/* Page links */
.page-links {
    clear: both;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    line-height: 2.2;
    margin: 20px 0;
    text-transform: uppercase;
}

.page-links a,
.page-links > span {
    background: #fff;
    border: 1px solid #fff;
    padding: 5px 10px;
    text-decoration: none;
}

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}

.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
    background: #fff;
    color: #000;
}

.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
    background: none;
}

.page-links .page-links-title {
    background: transparent;
    border: none;
    margin-right: 20px;
    padding: 0;
}

/* Mediaelements */
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
    background: #333333;
    outline: none;
}

.hentry .mejs-container {
    height: 60px !important;
}

.hentry .mejs-controls {
    bottom: 15px !important;
    padding: 0 15px !important;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-float {
    border: none !important;
    background: #ffffff !important;
    top: -22px !important;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #C8A472;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    background: #666666;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    border-radius: 0;
}

/**
 * Attachments
 * ----------------------------------------------------------------------------
 */

.attachment .hentry {
    background-color: #e8e5ce;
    margin: 0;
    padding: 0;
}

.attachment .entry-header {
    margin-bottom: 0;
    max-width: 1040px;
    padding: 30px 0;
}

.attachment .entry-title {
    display: inline-block;
    float: left;
    font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
    margin: 0;
}

.attachment .entry-title:before {
    content: "\f416";
    font-size: 32px;
    margin-right: 10px;
}

.attachment .entry-meta {
    clear: none;
    color: inherit;
    float: right;
    max-width: 604px;
    padding: 9px 0 0;
    text-align: right;
}

.hentry.attachment:not(.image-attachment) .entry-meta {
    max-width: 104px;
}

.attachment footer.entry-meta {
    display: none;
}

.attachment-meta:before {
    content: "\f307";
}

.full-size-link a:before {
    content: "\f402";
}

.full-size-link:before {
    content: none;
}

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
    color: #ca3c08;
}

.attachment .entry-content {
    background-color: #fff;
    max-width: 100%;
    padding: 40px 0;
}

.image-navigation {
    margin: 0 auto;
    max-width: 1040px;
    position: relative;
}

.image-navigation a:hover {
    text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
    position: absolute;
    top: 50px;
}

.image-navigation .nav-previous {
    left: 0;
}

.image-navigation .nav-next {
    right: 0;
}

.image-navigation .meta-nav {
    font-size: 32px;
    font-weight: 300;
    vertical-align: -4px;
}

.attachment .entry-attachment,
.attachment .type-attachment p {
    margin: 0 auto;
    max-width: 724px;
    text-align: center;
}

.attachment .entry-attachment .attachment {
    display: inline-block;
}

.attachment .entry-caption {
    text-align: left;
}

.attachment .entry-description {
    margin: 20px auto 0;
    max-width: 604px;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
    margin: 0;
}

.attachment .site-main .sidebar-container {
    display: none;
}

.attachment .entry-content .mejs-audio {
    max-width: 400px;
    margin: 0 auto;
}

.attachment .entry-content .wp-video {
    margin: 0 auto;
}

.attachment .entry-content .mejs-container {
    margin-bottom: 24px;
}

/**
 * Widget
 * ----------------------------------------------------------------------------
 */

/* Search widget */
.search-form .search-submit {
    display: none;
}

/* RSS Widget */
.widget_rss .rss-date {
    display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
    color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
    border: 0;
    border-collapse: separate;
    border-spacing: 1px;
}

.widget_calendar caption {
    font-size: 14px;
    margin: 0;
}

.widget_calendar th,
.widget_calendar td {
    padding: 0;
    text-align: center;
}

.widget_calendar a {
    display: block;
}

.widget_calendar a:hover {
    background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
    background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
    background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
    background-color: transparent;
}

@media (min-width: 1200px) {
    blockquote,
    q {
        -webkit-hyphens: none;
        -moz-hyphens: none;
        -ms-hyphens: none;
        hyphens: none;
        quotes: none;
    }

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: "";
        content: none;
    }

    blockquote {
        font-size: 18px;
        margin: 24px 40px;
    }

    blockquote blockquote {
        margin-right: 0;
    }

    blockquote cite,
    blockquote small {
        font-weight: normal;
        display: block;
        font-size: 11px;
        color: #000;
        margin-top: 20px;
    }

    blockquote em,
    blockquote i {
        font-style: normal;
        font-weight: 300;
    }

    blockquote strong,
    blockquote b {
        font-weight: 400;
    }
}

/**
 * Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
    margin-bottom: 1.6em;
}

.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

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

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.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: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}

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

/**
 * Text meant only for screen readers.
 * ----------------------------------------------------------------------------
 */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

.lang1 {
    margin-left: 25%;
}

span.comment {
    display: none;
}

.memberinfo .memberinfo_name {
  
    font-family: Open Sans !important;
}

.site-footer .widget .widget-title:before {
    display: none !important;
    margin-bottom: 0px !important;
}

.site-footer .widget .widget-title {
    margin-bottom: 10px !important;
}

.woocommerce-loop-product__title {
   color: #f78f1e;
   font-size: 22px !important;
   line-height: 1.25em;
}

.um-postmessage {
   line-height: 1.35em;
}

ul.tabs.wc-tabs {
display: none;
}
.woocommerce-Tabs-panel h2 {
padding-top: 20px;
padding-bottom: 20px;
}

.memberinfo .memberinfo_contact .memberinfo_contact_title {
    text-transform: uppercase;
    font-size: 20px;
    color: #333333;
    font-family: Open Sans !important;
}

div#return_to_team {
    margin-top: 40px;
}

.author.vcard {
    display: none !important;
}


.tableicons2 td:nth-child(2), .tableicons2 td:nth-child(4) {
    width: 24%;
    padding-left: 2%;
}

.tableicons2 tr > td:first-child {
    width: 22% !important;
}
.sku_wrapper {
    display: none !important;
}

.no-online-sale {
    margin-bottom: 1em;
}

p#breadcrumbs {
    margin-top: 20px !important;
}

.single-product .tagged_as {
    display: none;
}

.search-results .row {
    margin-bottom: 40px !important;
    margin-top: 20px !important;
    border-bottom: 2px solid #dcdcdc;
    padding-bottom: 40px;
}
.search-results header .row ,
.search-results nav .row {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    border-bottom:0px solid #dcdcdc;
    padding-bottom: 0px;
}

section.up-sells.upsells.products h2 {
    background: #F1932E;
    color: #ffffff;
    padding: 12px;
}

section.up-sells.upsells.products li h2 {
    background: #ffffff !important;
    color: #F1932E;
}

section.related.products {
    display: none !important;
}

span.tagged_as {
    display: none !important;
}


.col-md-3.site-header-right {
    height: auto !important;
}

#gdpr-cookie-message {
	background-color: #ffffff;
}

#gdpr-cookie-message a:hover {
    color: #1899c4 !important;
 
    transition: all 0.3s ease-in;
}

.pea_cook_wrapper {
	background-color: #ffffff !important;
}

#product-2524 .woocommerce-Tabs-panel h2 {
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
}

.memberinfo_desc p {
    font-size: 13px;
}

.woocommerce-Tabs-panel h2 {
   
    display: none;
}

div#tab-description {
    padding-top: 40px;
}


@media only screen and (max-width: 640px) {
	h2.vc_custom_heading.ogtitle1 {

    font-size: 2em !important;
margin-top: 20px !important;
    margin-bottom: 20px !important;
padding-left: 30px !important;
}

.vc_custom_heading.ogtitle2 {
    color: white;
    width: 80%;
    margin-left: 10% !important;
}

.ogparagraph1a {
    color: #ffffff;
    margin-left: 10% !important;
    width: 80%;
}

.pardotform {
    height: 900px;
    width: auto !important;
}
	
	iframe.pardotform {
    padding-left: 10%;
}
	
}

.case-stuy-panes button { text-transform: inherit; }

.error404-bg {
    background-image: none !important;
}

.error404 .search-form {
    display: none !important;
}

.error404 .error404-bg .error-404 .page-content p {
    color: #f78e1e !important;
    font-size: 20px;
    margin-bottom: 30px;
}

sup {
	top: -0.5em !important;
}

.postid-1526 .newproductmobiletitle, .postid-2927 .newproductmobiletitle, .postid-2923 .newproductmobiletitle, .postid-2918 .newproductmobiletitle, .postid-2820 .newproductmobiletitle, .postid-2813 .newproductmobiletitle, .postid-2682 .newproductmobiletitle, .postid-2524 .newproductmobiletitle, .postid-2523 .newproductmobiletitle, .postid-2518 .newproductmobiletitle, .postid-2231 .newproductmobiletitle, .postid-1837 .newproductmobiletitle, .postid-1834 .newproductmobiletitle, .postid-1828 .newproductmobiletitle, .postid-1819 .newproductmobiletitle, .postid-1807 .newproductmobiletitle, .postid-1800 .newproductmobiletitle, .postid-1795 .newproductmobiletitle, .postid-1783 .newproductmobiletitle, .postid-1767 .newproductmobiletitle, .postid-1754 .newproductmobiletitle, .postid-1736 .newproductmobiletitle, .postid-1727 .newproductmobiletitle, .postid-1711 .newproductmobiletitle, .postid-1698 .newproductmobiletitle, .postid-1688 .newproductmobiletitle, .postid-1671 .newproductmobiletitle, .postid-1658 .newproductmobiletitle, .postid-1651 .newproductmobiletitle, .postid-1626 .newproductmobiletitle, .postid-1608 .newproductmobiletitle, .postid-1591 .newproductmobiletitle, .postid-1580 .newproductmobiletitle, .postid-1544 .newproductmobiletitle {
    display: none;
}

@media only screen and (max-width: 736px) {
.single-product p#breadcrumbs {
    display: none !important;
}
}

@media only screen and (min-width: 737px) {
	.productbacklinknew {
		display: none !important;
	}
	
}

.productbacklinknew {
    font-size: 12px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 40px !important;
	padding-left: 20px !important;
}



#newbrandheader2 {
    background-color: 
#f5f5f5 !important;
height: 40px;
color:
    #969696;
    position: relative;
    z-index: 1001;
}

#newbrandheader2a {

    padding-top: 6px;
    padding-bottom: 0px;
    margin: 0 auto;
   max-width: 2000px;
    min-height: 24px;
   
	float: right;
	
	
  

}

#newbrandheader2b {
    display: inline-block;
    float: left;
	
}


.company {
    margin-left: 8px;
}

.p-company img {
    float: left;
    display: inline-block;
}


#newbrandheader2c {
    float: left;
    display: inline-block;
}
.p-text {

float: left;
    text-align: right;
	font-size: 12px;
margin-top: 4px;

}

#newbrandheader2c li {
    list-style-type: none !important;
    float: left;
	margin-right: 24px;
}

@media only screen and (max-width: 812px) {

	
	#newbrandheader2b {
    display: inline-block;
    float: right;
    margin-right: 40px;
}
	
}

.col-md-3.hidden-sm-down.align-right.site-header-right {
    padding-right: 0px !important;
}

#newbrandheader2c ul {
    margin-left: -18px;
}

#newbrandheader2b .p-text {
    margin-right: 12px;
}

@media only screen and (max-width: 812px) {
	#newbrandheader2c li {
        margin-right: 12px !important;
    }


    .company {
        margin-left: 4px !important;
    }

    #newbrandheader2b .p-text {
        margin-right: 4px !important;
    }


    #newbrandheader2c ul {
        margin-left: -30px !important;
    }

    .p-text {
       
        font-size: 11px !important;
        margin-top: 4px !important;
    }

    #newbrandheader2a {
        float: left !important;
        margin-left: 8px !important;
    }
    	
    	#newbrandheader2b {
        margin-right: 0px !important;
    		float: left;
    }	
}

.vc_active   .fa-chevron-down:before {
    content: "\f077";
}


div#newbrandheader2 {
    DISPLAY: NONE !IMPORTANT;
}

.woof_term_132 {
    float: left !important;
    width: 100%;
}

.woof_childs_list {
    margin: 7px 0 0 -20px !important;
}

.site-footer .col-md-3:last-child {

   flex: 100% !important;
    max-width: 100% !important;
	padding-left: 0%;
	text-align: center !important;

}

.site-footer .col-md-3 {

    flex: 33% !important;
    max-width: 33% !important;
	padding-left: 10%;
}
.site-footer .col-md-3:nth-child(2) {
	padding-left: 0% !important;
}

#text-3 {

    text-align: center;

}

.site-footer .logo {

    padding-left: 37%;

}

.site-footer {

    padding-bottom: 20px !important;

}

#brand22 {

    margin-top: 30px;

}

.fa.fa-facebook-square {

    font-size: 24px;

}

.fa.fa-linkedin-square {

    font-size: 24px;
margin-left: 24px;
}

.sm22 {

    margin-left: 14%;
    margin-top: 10%;

}

.copyright .col-md-6 {

    flex: 100%;
        flex-basis: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;

}

.col-md-6.copyright-left {

    text-align: center;

}

@media only screen and (min-width: 812px) { 
	#text-13{ display: none !important;}
	#better-menu-widget-3 {display: none !important}
	
}

@media only screen and (max-width: 812px) { 
	#better-menu-widget-2{ display: none !important;}
		#text-3 {display: none !important;
	}
	
	.site-footer .col-md-3 {

    flex: 100% !important;
	    max-width: 100% !important;
		padding-left: 00%;
	}
	.site-footer .col-md-3:nth-child(2) {
		padding-left: 0% !important;
	}
		
	.site-footer .logo {

	    padding-left: 0% !important;
	    width: 100%;

	}
		
	.site-footer .col-md-3:first-child {
		text-align: center !important;
	}
	
	#better-menu-widget-3 {

		text-align: center;}
		#better-menu-widget-3 {

	    margin-top: 30px;

	}


	#text-4 {

	    text-align: center;
			margin-top: 30px;

	}
	.sm22 {

    margin-left: 0% !important;
    margin-top: 5% !important;

	}
	
	#text-13 img {

    	margin-bottom: 20px;

	}
		
	
}


.auto-width input[type=radio] {
	width: auto !important;
}

div#contactusbutons1 a {
    color: #ffffff !important;
}

div#contactusbutons1 {
    margin-top: 30px;
}

@media (min-width: 992px) {
.shop-once .vc_col-sm-4 {
    width: 27% !important;
}

.shop-once .vc_col-sm-8 {
    width: 71.666667% !important;
}

}

.woocommerce ul.products li.product:nth-child(even), .woocommerce-page ul.products li.product:nth-child(even) {
    border-right: none !important;
}


.woocommerce.single-product ul.products li.product:nth-child(even), .woocommerce.single-product ul.products li.product:nth-child(even) {
    border-right: 2px dashed #cac8c8 !important;
}

section.up-sells.upsells.products li h2 {
    background: #ffffff !important;
    color: #F1932E;
    display: block !important;
    margin-bottom: 20px !important;
}

.page-id-2172 li.page_item.page-item-1467.page_item_has_children {
    display: none !important;
}


.page-id-3548 p.welcome {
    display: none !important;
}

.page-id-3578 p.welcome {
    display: none !important;
}

.pea_cook_wrapper.pea_cook_topright {
    margin-top: 80px;
    margin-right: 300px;
}

#text-3 a.logo img {
    width: 40% !important;
}

.site-footer .logo {
    padding-left: 0% !important;
}