/* Standardize child theme styling */
#comments ol.commentlist {
	background: transparent;
}
.builder-module-sidebar {
	background: transparent;
}
.site-title a:hover,
.site-tagline a:hover {
	font-size: inherit;
}



/* Style Manager generated css */
.builder-module-navigation .current-cat a {
	background-color: transparent;
}
.builder-module-navigation .current-menu-item a {
	background-color: transparent;
}
.builder-module-navigation .current_page_item a {
	background-color: transparent;
}
.builder-module-navigation li a {
	font-size: 13px;
}


/* Style Manager custom css */
body {
    font-size: 14px;
}
.entry-title {
    display: none;
}
.hentry img {
    background: none;
    border: 0;
    padding: 0;
}
.hentry .entry-footer { display: none; }
.builder-module-content .hentry { margin:0; }
.builder-module-element {
    padding: 0;
}
.builder-module-content .builder-module-element {
    overflow: initial;
}
.builder-module-1-background-wrapper {
    padding: 0;
    background: #313637;
    color: #fff;
}
.builder-module-1-background-wrapper .widget {
    color: #fff;
    padding:0;
}
.builder-module-1-background-wrapper .builder-module-column-2-outer-wrapper {
    text-align: right;
}
.builder-container-outer-wrapper {
    margin: 0;
}
.builder-module-2-background-wrapper {
    background: #fff;
    padding-bottom: 0;
}
.menu {
    float: right;
    margin-left:0;
}
@media (min-width:500px) {
.menu {
    margin-top: 40px !important;
}
}
.menu>li {
    display: inline-block;
    margin-left: 0;
    text-transform:uppercase;
}
.menu>li:last-child {
    padding-right: 0;
}
.menu>li.current_page_item a {
    color: #0066cc;
    font-weight: 600;
}
a,a:hover {
    text-decoration: none;
}
.email.sc_icon {
    background-image: url(/wp-content/uploads/envelope_icon.png);
    height: 14px;
    width: 20px;
}
.contact.sc_icon {
    background-image: url(/wp-content/uploads/iphone_icon.png);
    height: 14px;
    width: 20px;
}
.sc_icon {
    display: inline-block;
    background-color: #0066cc;
    background-repeat: no-repeat;
    background-position: center;
    padding: 10px 7px;
    vertical-align: middle;
    margin-right: 10px;
}

.builder-module-background-wrapper {
    margin-bottom: 0;
}
.builder-module-4-background-wrapper,
.builder-module-5-background-wrapper {
    background: #313637;
    color: #fff;
    padding-top: 40px;
}
.builder-module-sidebar h4.widget-title {
    color: #fff;
}
.builder-module-sidebar .widget {
    color: #bebebe;
}

.builder-module-5-background-wrapper {
    padding: 40px 0 0 0 !important;
}
.builder-module-5-outer-wrapper {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 10px;
    padding-bottom: 10px;
}
.builder-module-5-background-wrapper .builder-module-column-1 {
    margin-top: 15px;
}
.builder-module-outer-wrapper {
    overflow: initial;
}
.vc_separator h4 {
    font-size: 26px;
    font-weight: normal;
    border: 1px solid #eee;
    border-radius: 100px;
    padding: 16px 60px !important;
    text-transform: uppercase;
    background: #fff;
}
.wg_box {
    background: #eeeeee;
    color: #363636;
    padding-top: 20px !important;
    padding-bottom: 16px !important;
    text-transform: uppercase;
}
.wg_box:hover {
    background: #0066cb;
    color: #fff;
}
.wg_box:hover h3 {
    color: #fff;
}
.wg_box h3 {
    color: #363636;
    margin: 0;
}
.wg_box .vc_custom_heading {
    margin-bottom: 9px;
}
.builder-module-4-background-wrapper .widget a {
    color: #bebebe;
    text-decoration: underline;
}
.builder-module-4-background-wrapper .widget ul {
    line-height: 34px;
    margin: 0;
    list-style: none;
}

input[type=text], input[type=password], input[type=email], input.text, input.title, textarea, select {
    border-color: rgb(222, 222, 222);
    padding: 13px 5px !important;
    height: initial !important;
    line-height: normal;
    width: 100% !important;
}

input[type=submit] {
    background-color: #0066cb;
    color: #ffffff;
    font-size: 14px;
    padding: 14px 20px;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 0;
    font-family: Raleway;
}
.gform_wrapper .gform_footer {
    margin-top: 0;
}

.woocommerce ul.products li.product a img,
.woocommerce div.product div.images img {
    width: auto;
}

/* Center product elements on shop pages */
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  text-align:center;
}
.woocommerce ul.products li.product a img, .woocommerce div.product div.images img {
    margin-left: auto;
    margin-right: auto;
}