/*
Theme Name: Wildweb
Theme URI: https://demo.wildweb.top
Author: seosanin
Author URI: https://themeforest.net/user/seosanin
Description: Seosanin team happy to present you absolutely unique and powerful WordPress theme. It combines more than 600 addons for WPBakery Page Builder, new technologies and functional design that helps to showcase your content in better way.. This WordPress theme is simply for using. Enjoy do web pages with Wildweb!
Version: 1.0.0
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: wildweb
Tags: two-columns, left-s.widget-titleidebar, right-sidebar, grid-layout, custom-background, custom-colors, custom-logo, theme-options, portfolio, e-commerce, blog
*/

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
}

/* Grouping content
     ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    overflow: visible; /* 2 */
	height: 0; /* 1 */
	box-sizing: content-box; /* 1 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-size: 1em; /* 2 */
    font-family: monospace, monospace; /* 1 */
}

/* Text-level semantics
     ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
	font-weight: 400;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
    border-bottom: none; /* 1 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: 900;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-size: 1em; /* 2 */
    font-family: monospace, monospace; /* 1 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
     ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}


/* Forms
     ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    margin: 0; /* 2 */
    font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
    font-family: inherit; /* 1 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *      `fieldset` elements in all browsers.
 */

legend {
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
	box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    padding: 0; /* 2 */
	box-sizing: border-box; /* 1 */
}

.bbhd-search-box .container form .bbhd-search-txt {
	border: 1px solid #fff!important;
	padding: 17px 10px!important;
}

.bbhd-search-box .container form .bbhd-search-submit{
	right: 20px!important;
}

.whitered a{
	color:#fff;
}

.whitered a:hover{
	color:#ff4b36;
}

.whitered{
	color:#fff!important;
}

.whitered:hover{
	color:#ff4b36!important;
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}


/* Interactive
     ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}


/* Misc
     ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
.highlighter {
	padding: 0 10px;
	border-radius: 5px;
}

.dropcap {
	margin: 3px;
	padding: 6px;
	border-radius: 5px;
}

li {
	font-weight: 400;
    line-height: 24px !important;
	font-family: 'Nunito', sans-serif !important;
}

.bbhd-menu > .menu > li{
	margin: 0 5px!important;
}

button {
	font-weight: bold !important;
    font-size: 14px !important;
    line-height: 24px !important;
	font-family: 'Nunito', sans-serif !important;
}

.woocommerce .star-rating span{
	color: #ff4b36;
}

.woocommerce .star-rating{
	font-size:14px!important;
}

.uc_clean_testemonial_carousel .uc_name {
	font: 14px 'Nunito', sans-serif !important;
}

body,
input,
select,
optgroup,
textarea {
	font-weight: 400;
	font-family: 'Nunito', sans-serif !important;
	color: #333;
	font-size: 16px;
    line-height: 30px;
}

.fa-arrow-up {
	padding-top: 9px;
	font-weight: 100;
	font-size: 30px !important;
}

.uc_clean_testemonial_carousel .uc_content {
	font-weight: 400;
	font-size: 18px !important;
    line-height: 18px;
	font-family: 'Nunito', sans-serif !important;
}

sub, sup {
	font-weight: 400;
	font-size: 18px !important;
    line-height: 18px;
	font-family: 'Nunito', sans-serif !important;
}

.uc_diagonal_team-member .uc_inner .uc_text_box h2 {
	font-weight: 400;
	font-size: 20px !important;
    line-height: 18px;
	font-family: 'Nunito', sans-serif !important;
}

.uc_diagonal_team-member .uc_inner .uc_text_box p {
	font-weight: 400;
	font-size: 18px !important;
    line-height: 18px;
	font-family: 'Nunito', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

h1,
h1 a,
h1 span {
	font-weight: 600;
	font-size: 42px;
    line-height: 36px;
    font-family: 'Nunito', sans-serif;
}

h2,
h2 a,
h2 span {
	font-weight: 500;
	font-size: 36px;
    line-height: 36px;
    font-family: 'Nunito', sans-serif;
}

h3,
h3 a,
h3 span {
	font-weight: 500;
	font-size: 30px;
    line-height: 36px;
	font-family: 'Nunito', sans-serif;
}

h4,
h4 a,
h4 span {
	font-weight: 500;
	font-size: 24px;
    line-height: 36px;
	font-family: 'Nunito', sans-serif;
}

h5,
h5 a,
h5 span {
	font-weight: 400;
	font-size: 20px;
    line-height: 36px;
	font-family: 'Nunito', sans-serif;
}

h6,
h6 a,
h6 span {
	font-weight: 400;
	font-size: 18px;
    line-height: 36px;
	font-family: 'Nunito', sans-serif;
}

p {
    margin-bottom: 1.5em;
}

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

blockquote {
    margin: 0 1.5em;
	border-radius: 10px;
	box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15);
	padding: 20px;
}

blockquote p {
    padding: 10px;
}

blockquote:before {
    content: '“';
	z-index: 1;
	display: inline-block;
	float: left;
	width: 55px;
    height: 55px;
	box-sizing: border-box;
	font-style: normal;
	font-weight: 500;
    font-size: 100px;
    line-height: 108px;
    text-align: center;
	color: #1e248e;
    border-radius: 5px;
	opacity: 1;
}

address {
    margin: 0 0 1.5em;
}

pre {
    max-width: 100%;
    margin-bottom: 1.6em;
    padding: 1.6em;
    font-size: 15px;
    line-height: 1.6;
    font-family: "Courier 10 Pitch", Courier, monospace;
    background-color: #eee;
    overflow: auto;
}

code,
kbd,
tt,
var {
    font-size: 15px;
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

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

big {
    font-size: 125%;
}


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

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    max-width: 100%;
    overflow-x: hidden; 
}

hr {
    height: 1px;
    margin-bottom: 1.5em;
    border: 0;
    background-color: #ccc;
}

ul,
ol {
    margin: 3px;
    padding: 3px;
}

ul {
    list-style: none;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
	margin: auto auto 0 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    max-width: 100%;
    /* Adhere to container width. */
    height: auto;
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    width: 100%;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    padding: 10px 25px;
    font-size: 12px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.8);
    background: #e6e6e6;
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 15px;
	
}

button:active,
button:focus{
	border:none!important;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"]{
    width: 80%;
    color: #666;
	padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

textarea {
	padding: 10px 15px;
	width: 85%;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 5px;
	resize: none;
}

input[type="search"] { 
    width: 230px;
	border-radius: 50px;
	padding: 7px;
}

.search-submit{
	margin-left: -35px;
	margin-bottom: 50px;
	
}

.search-button{
	padding: 0 5px;
    margin-left: -40px;
    margin-bottom: 10px;
    height: 40px;
    width: 40px;
    border-radius: 50px;
}

  
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #333;
}

input:focus,
input:active,
textarea:focus {
	outline: none !important;
	border-color: #bedaf4;
}

select {
    border: 1px solid #ccc;
	border-radius: 15px;
}

input[type="submit"] {
	font-weight: 800;
    font-size: 15px;
    line-height: 34px;
    text-transform: uppercase;
    color: #fefefe;
    background: -webkit-linear-gradient(left, #ff9836 0%, #ff4936 50%,#ff9836 100%);;
    background-position: 0%;
	background-size: 300%, 1px;
    border-width: 1px;
	border-radius: 5px;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    -moz-transition: all 400ms;
    transition: all 400ms;
    cursor: pointer;
    -webkit-appearance: none;
}

button:hover {
    background-position: 100%;
}

.widget_product_search button{
	    height: 42px;
    border-radius: 50px;
}

.woocommerce button.button:hover {
    background-image: -webkit-linear-gradient(left, #1e248e 0%, #087be6 50%, #1e248e 100%);
    background-image: linear-gradient(to right, #1e248e 0%, #087be6 50%, #1e248e 100%);
    background-position: 100% !important;
    background-size: 300%, 1px;
	color: #fff;
}

.coupon button{
	color: #fff!important;
    background-color: #087be6;
    background-image: -webkit-linear-gradient(left, #087be6 0%, #1e248e 50%,#087be6 100%);
    background-image: linear-gradient(to right, #087be6 0%, #1e248e 50%,#087be6 100%);
	background-size: 200% 100%;
	opacity: 1!important;
	}


.coupon button:hover{
    background-image: -webkit-linear-gradient(left, #1e248e 0%, #087be6 50%, #1e248e 100%);
    background-image: linear-gradient(to right, #1e248e 0%, #087be6 50%, #1e248e 100%);
    background-position: 100% !important;
    background-size: 300%, 1px;
	color: #fff;
	}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    color: #fff;
    background-color: #fcb022;
    background-image: -webkit-linear-gradient(left, #fcb022 0%, #ff4936 50%,#fcb022 100%);
    background-image: linear-gradient(to right, #fcb022 0%, #ff4936 50%,#fcb022 100%);
	background-size: 200% 100%;
	border: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

input[type="submit"]:hover {
    background-position: 100% !important;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    font-weight: 800;
	font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    background-image: -webkit-linear-gradient(left, #087be6 0%, #1e248e 50%,#087be6 100%);
    background-image: linear-gradient(to right, #087be6 0%, #1e248e 50%,#087be6 100%);
    background-position: 0%;
	background-size: 300%, 1px;
    color: #fefefe;
	border-width: 1px;
    border-radius: 5px;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    -moz-transition: all 400ms;
    transition: all 400ms;
    cursor: pointer;
    -webkit-appearance: none;
    box-shadow: 0 0 10px #fff;
}

.related,
.products{
	margin-top:50px;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover{
    font-weight: 800;
	font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: #fefefe;
    background: -webkit-linear-gradient(left, #1e248e 0%, #087be6 50%,#1e248e 100%);;
    background-position: 100% !important;
    background-size: 300%, 1px;
    border-width: 1px;
	border-radius: 5px;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    -moz-transition: all 400ms;
    transition: all 400ms;
    cursor: pointer;
    -webkit-appearance: none;
    box-shadow: 0 0 10px #fff;
}

.woocommerce div.product form.cart .button {
    font-weight: 800;
	font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: #fefefe;
    background-image: -webkit-linear-gradient(left, #087be6 0%, #1e248e 50%,#087be6 100%);
    background-image: linear-gradient(to right, #087be6 0%, #1e248e 50%,#087be6 100%);
    background-position: 0%;
	background-size: 300%, 1px;
    border-width: 1px;
	border-radius: 5px;
    opacity: 100;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    -moz-transition: all 400ms;
    transition: all 400ms;
    cursor: pointer;
    -webkit-appearance: none;
    box-shadow: 0 0 10px #fff;
	height:46px;
}

.woocommerce div.product form.cart .button:hover {
    background-position: 100% !important;
}

.woocommerce a.button:hover {
    font-weight: 800;
	font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: #fefefe;
    background: -webkit-linear-gradient(left, #1e248e 0%, #087be6 50%,#1e248e 100%);;
    background-position: 100% !important;
    background-size: 300%, 1px;
    border-width: 1px;
	border-radius: 5px;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    -moz-transition: all 400ms;
    transition: all 400ms;
    cursor: pointer;
    -webkit-appearance: none;
    box-shadow: 0 0 10px #fff;
}


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    text-decoration: none;
    color: #333;
}

a:focus,
a:active,
a:visited {
    color: #333;
}

a:hover {
    color: #ff4b36;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    display: block;
	clear: both;
    float: left;
	max-width: 850px;
    margin: auto;
    font-size: 18px;
}

.main-navigation li {
    position: relative;
    float: left;
	font-weight: 800;
	padding:5px;
}

.sub-menu .main-navigation li {
	font-weight: 500;
}


.main-navigation a {
    display: block;
    text-decoration: none;
}


/* Small menu. */
.menu-toggle,
.main-navigation.toggled div > ul {
    display: block;
}

.main-navigation.toggled ul {
    margin-top: 0;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 10px 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    width: 50%;
    text-align: right;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
    position: absolute !important;
	overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
	clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
}

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

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1em;
}

.aligncenter {
	display: block;
    clear: both;
	margin: auto;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

#calendar_wrap {
    padding: 10px;
    border-radius: 10px;
    box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15);
}
    
.widget-area {
    min-width: 30%;
    list-style-type: none;
}


.uc_gradient_counter .uc_gradient_counter_col .uc_counter_box {
	border: none !important;
}

.posts-widgets img {
	max-width: 100px;
	height:100px;
	border-radius:10px;
}

.posts-widgets {
	display: flex;
    border-bottom: 1px dashed #c0c0c0;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
	margin-bottom:5px;
}

.post-w-content{
	margin: auto;
	text-align:center;
	max-width:150px;
}

.widget_archive a:hover:before, 
.widget_categories a:hover:before {
	 content: "⇝"; 
    padding-right: 7px; 
    color: #ff4b36;
}

#mastheadphonebg {
	background:#111;
	padding: 5px 0 20px 0;
}

#menu-services a:hover:before,
#menu-pages a:hover:before{
	 content: "⇝"; 
    padding-right: 3px; 
    color: #ff4b36;
}

.post-date{
	font-size: 14px !important;
	font-weight:600;
}

.widgettitle h2 {
	font-size: 20px;
}

.footer-widget1 .search-form {
    margin-top: 10px;
}

.uc_counter_box .fa{
	color: #ff4b36!important;
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.woocommerce-product-rating{
	margin:10px;
}

.post{
    margin: 0;
	margin-top: 45px;
    border-radius: 15px;
	box-shadow: 1px 1px 10px 0 rgba(72,73,121,0.15);
}

.vc_gitem-zone{
	min-height: 210px;
}

.borderdesign{
	box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15);
    border-radius:15px;
}

.youtuber .vc_active{
	background:#1f114f!important;
}

.youtuber .vc_grid-filter.vc_grid-filter-size-md .vc_grid-filter-item:hover{
	background:#1f114f!important;
}

.vc_grid.vc_row.vc_grid-gutter-30px{
	text-align:center!important;
}

.portfolios:hover,
.post:hover{
	box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15);
	border-radius: 15px;
}

.wp-block-image {
	overflow: hidden;
}

.main-images {
	overflow: hidden;
	border-radius: 10px 10px 0 0;	
	max-height: 500px;
}

.home2button button{
	background:#ffdd6e!important;
	border-radius:15px!important;
	border: 2px solid #000!important;
}

.home2button button:hover{
	background:#ff4936!important;
}

.home2button .uc_gradient_price_table a.uc_btn{
	background:#fff!important;
	border-radius:15px!important;
	border: 2px solid #000!important;
	font-size:14px!important;
	color:#000;
	padding: 15px 40px!important;
}

.home2button .uc_gradient_price_table a.uc_btn:hover{
	background:#ffdd6e!important;
	color:#000;
}

.post img{
	overflow: hidden;	
	max-height: 500px;
}

.entry-footer-project{
    font-weight: 600;
    color: #fff;
    background: #1e248e;
    border-radius: 0 0 10px 10px;
}

.gallery-icon{
	overflow: hidden;
	border-radius: 10px;	
	max-height: 100px;
	max-width: 100px;
}

.gallery-icon img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}


.woocommerce div.product .product_title{
	color: #1c1c25;
}

.woocommerce img:hover,
.woocommerce-page img:hover{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.nomargin{
	margin:0!important;
}

.cat-item {
	background: #f4f6fa;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
	max-width: 330px;
    margin: 5px auto;
	font-size: 16px;
}

.fa-facebook{
	text-align:center;
	width:15px;
	margin: 0 auto;
}

.tagcloud{
	margin: 0 auto;
	text-align: center;
	padding:10px;
	background:#fff;
	border-radius:10px;
}

#relatedposts img{
	width:268px;
	height:150px;
}
.no-results{
    padding: 15px;
    font-weight: 900;
    border-radius: 15px;
    box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15);
    background: #f4f6fa;
    margin: 45px auto;
    text-align:center;
}

.no-results button,
.error-404 button{
	margin-left:-35px;
}

.uc_clean_hover_team_member_effect .uc_team_desc,
.uc_clean_hover_team_member_effect span{
	font-size:16px!important;
	color: #000!important;
	line-height:22px;
}

.no-results input[type="search"],
.error-404 input[type="search"]{
	float:none;
}

.entry-title-style1{    
	margin: 0;
    color: #333;
    text-align: center;
    padding-top: 30px;
}

.wildweb_module_spacing{
	margin:0px;
}

.footer-widget1 input[type="search"]{
	width: 200px;
}

.footer-widget1 .search-button{
	margin-left: -50px!important;
	background:#ff4b36;
}

.center{
	text-align:center;
	margin: 0 auto;
}

.style2img img{
	border-top-left-radius:15px;
	border-top-right-radius:15px;
}

.comment-form-author,
.comment-form-email{
	width: 45%;
    display: inline-block;
	border-radius: 25px;
}

.wgl_col-6,
.cwgl_col-6,
.comment-form-url{
	width: 28%!important;
    display: inline-block;
	border-radius: 25px;
}

#author,
#email,
#url{
	width: 100%!important;
	border-radius: 25px;
	background:#f4f6fa;
}

#comment{
	border-radius: 25px;
	background:#f4f6fa;
}

#project-view-portfolios{
	width: 30%;
    display: inline-block;
    margin: 45px 10px 10px 10px;
	box-shadow: 1px 1px 10px 0 rgba(72,73,121,0.15);
	border-radius: 15px;
	background:#f4f6fa;
}

#project-view{
	box-shadow: 1px 1px 10px 0 rgba(72,73,121,0.15);
}

#project-view:hover {
	box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15);
	border-radius: 15px;
}

#project-view-portfolios:hover {
	box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15);
	border-radius: 15px;
}

@media only screen and (max-width: 770px) {
#project-view-portfolios {
    width: 100%;

  }
}

.entry-meta-portfolios{
	margin: 0 auto;
    text-align: center;
	padding-bottom:10px;
}


.author_post img{
	height: 20px;
    width: 20px;
    border-radius: 50px;
    margin-bottom: -5px;
}


#wp-comment-cookies-consent{
	margin-right:5px;
}

.entry-title-post{    
	margin: auto;
    color: #ff4b36;
    padding: 14em 0;
    text-align: center;
    justify-content: center;}

.bread-header{    
	margin: 0;
    color: #ff4b36;
    height: 10em;
    display: flex;
    align-items: center;
    justify-content: center;}

.uc_counter_box{
	box-shadow:none!important;
}

.entry-title-header{
    margin: auto;
    justify-content: center;
    max-width: 600px;
    text-align: center;
    font-weight: 400;
    color: #333;
    background: #fff;
    padding: 10px;
	box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15);
	border-radius: 10px;}

.portfolios:hover{
	box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15);
}

.portfolios{
	padding:15px;
}

.tagcloud a{
	background: #f4f6fa;
    color: #333;
    border-radius: 10px;
    padding: 0 10px;
    margin-top: 40px;
}

.tagcloud a:hover{
	color:#fff;
	background: #1e248e;
}

.entry-meta img {
	border-radius: 50px;
	vertical-align: middle;
	margin-top: -3px;
}

.entry-meta a {
	color:#333;
	
}

.entry-meta a:hover {
	color:#ff4b36;
}

.entry-meta {
	font-size: 14px;
	font-weight: 400	
}

.h1-post h1{
	color:#333;
	padding:20px 0;
	text-align:center;
}

.h1-post h3{
	color:#333;
	padding:20px 0;
	text-align:center;
}

.h1-post h3 a{
	color:#333;
	padding:20px 0;
	text-align:center;
}

.left_padding {
	margin-left:10px;
	background: #f4f6fa;
	padding:5px;
	border-radius:10px;
}

.post-padding {
	padding:15px 0 0 0;
}

.post-thumb {
	overflow: hidden;
	border-radius:10px;
	height:100px;
}

.post-thumb img:hover{
	 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
}

.post-thumbnail:focus,
.post-thumbnail:active {
	outline: none !important;
}



.updated:not(.published) {
    display: none;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.entry-content {
    padding: 20px;
	padding-top: 0;
}

.site-content {
    width: 100%;
    margin: 0 auto;
}

.popup-call {
	margin-top: 100px;
}

.entry-content ul {
	margin: 0 10px;
	list-style: circle;
}

.error-404{
	margin: 20px;
}

#project-view {
	position: relative;
	float: left;
	width: 48%;
	min-height: 300px;
	margin: 1%;
	margin-top: 45px;
}

#project-view {
	overflow:hidden;
	max-height: 300px;
}

#project-view img {
	overflow:hidden;
	max-height: 500px;
}



#project-view-blog {
		position: relative;
	float: left;
	width: 100%;
	margin-top: 45px;
}



.entry-title a:hover{
	color:#ff4b36;
}

.readmore{
    text-align: center;
    margin: 10px auto;
    max-width: 130px;
    border-radius: 10px;
}

.readmore a {
	color:#1e248e;
	font-weight: 600;
    font-size: 16px;
}

.readmore a:hover {
	color:#ff4b36;
}

.readmore a:hover:after{
	content: "⇝";
	margin-left:4px;
	color:#ff4b36;
}
.readmore a:hover:before{
	content: "⇜";
	margin-right:4px;
	color:#ff4b36;
}


.excerpt{
	padding:10px;
}

.projects-title {
	position: absolute;
	bottom: 2%;
    left: 0;
	width: 100%;
	
}

#project-view .projects-title  {
	opacity: 0.85;
}

#project-view .projects-title:hover{
	opacity:1;
}

.projects {
	display: table;
	border-radius: 15px;
	margin: 45px 0 30px 0;
}

.aligncenterblock{
	text-align:center!important;
}

.projects:hover {
	box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15);
}


.content-mar {
	margin-bottom: 20px;
}

.vc_btn3-container.vc_btn3-left {
	text-align: center !important;
}

.vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item.vc_active {
	margin: 20px;
}

.footer-block .post-date {
	color:#fff;
}



.wpb_content_element{
	margin:0!important;
}

.homeserviceinstashop {
	margin: 1%;
	border-radius: 15px;
	-webkit-box-shadow: 0 0 3px rgba(72,73,121,0.15);
	box-shadow: 0 0 3px rgba(72,73,121,0.15);
}

.homeservices:hover{
	margin-top:-10px!important;
	margin-bottom:10px!important;
}

.bbhd-menu > .menu > li > ul{
	border-radius:5px;
}

.fontweight600{
	font-weight:800;
}

.fontweight6001{
	font-weight:800;
	margin: 0;
}

.fontweight6001 h3 a,
.fontweight6001 a{
	font-size:20px!important;
	font-weight:800!important;
}

.fontweight6001 h3{
	margin:0!important;
}

.homeservices .vc_column-inner{
	padding-top:0!important;
}


#service1stop,
#service2stop,
#service3stop,
#service4stop{
	margin:10px!important;
}
.home_demo2_services {
	margin: 10px;
	padding: 0 !important;
    border-radius: 15px;
	-webkit-box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15);
	box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15);
}

.home_demo2_services  .vc_column-inner:hover {
	background-color: #ffdd6e !important;
    border-radius: 15px;
	border: 1px solid #ff4b36;
	
}

#service2stop {
	margin: 32px auto 50px;
}

#service3stop {
	margin-top: 92px;
}

#service4stop {
	margin-top: 48px;
}
#service4stop:hover {
	background:#f2f7ff;
}
.homeservices:hover,
.homeservices .vc_column-inner:hover {
	background-color: #f2f6ff!important;
		-webkit-box-shadow:  0 0 3px #1e248e;
	    box-shadow: 0 0 3px #1e248e;
	border-radius:15px;
	
}

.homeservices{
	margin-top:10px!important;
}



.borderred::before{
    content: 'i';
    border-radius: 15px;
    color: #ff4b36;
    background: #ff4b36;
    margin-right: 5px;

}

.borderred{
    text-align: center;
	font-weight: 800;
    font-size: 15px;
    text-transform: uppercase;
    color: #ff4b36;
}

.borderfiolet::before{
    content: 'i';
    border-radius: 15px;
    color: #bb2390;
    background: #bb2390;
    margin-right: 5px;

}

.borderfiolet{
    text-align: center;
	font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    color: #bb2390;
}

.borderwhite::before{
    content: 'i';
    border-radius: 15px;
    color: #fff;
    background: #fff;
    margin-right: 5px;

}

.borderwhite{
    text-align: center!important;
	font-weight: 800;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
}

.borderhome3::before{
    content: 'i';
    border-radius: 15px;
    color: #087be6;
    background: #087be6;
    margin-right: 5px;

}

.borderhome3{
    text-align: center;
	font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    color: #087be6;
}

.borderhome31::before{
    content: 'i';
    border-radius: 15px;
    color: #1e248e;
    background: #1e248e;
    margin-right: 5px;

}

.borderhome31{
    text-align: center;
	font-weight: 800;
    font-size: 15px;
    text-transform: uppercase;
    color: #1e248e;
}

.borderour::before{
    content: 'i';
    border-radius: 15px;
    color: #1d248e;
    background: #1d248e;
    margin-right: 5px;

}

.borderour{
    text-align: center;
	font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    color: #1d248e;
}

.borderblue::before{
    content: 'i';
    border-radius: 15px;
    color: #25c9ee;
    background: #25c9ee;
    margin-right: 5px;

}

.blueinfo h2{
	font-weight: 600!important;
    font-family: 'Nunito', sans-serif !important;
    color: #333!important;
    font-size: 16px!important;
    line-height: 30px!important;
}

.blueinfo a{
	font-weight: 600!important;
    font-family: 'Nunito', sans-serif !important;
    color: #333!important;
    font-size: 14px!important;
    line-height: 30px!important;
}



.blueinfo .uc_diagonal_product_box{
	border-radius:15px;
}

.blueinfo  .uc_diagonal_product_box .uc_top_product .uc_top_pic{
	border-top-left-radius:15px;
	border-top-right-radius:15px;
}

.blueinfo .uc_diagonal_product_box:hover{
	margin-top:-10px;
}

.borderblue{
    text-align: center;
	font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    color: #25c9ee;
}
	
.homeservices-youtube{
	border-radius: 15px;
    -webkit-box-shadow: 0 0 10px rgba(72,73,121,0.15);
    box-shadow: 0 0 10px rgba(72,73,121,0.15);	
}

.homeservices-youtube:hover{
	background:#f4f6fa!important;
}

.fioletinfo .uc_simple_price_table .uc-pricing-table{
	background:#1f114f;
	color:#fff!important;
	border: 1px #fff solid;
}

.youtubepage .owl-theme .owl-dots .owl-dot span{
	background-color:#1f114f!important;
}

.home3page .owl-theme .owl-dots .owl-dot span{
	background-color:#087be6!important;
}

.ourteam .owl-theme .owl-dots .owl-dot span{
	background-color:#1d248e!important;
}

.insta .owl-theme .owl-dots .owl-dot span{
	background-color:#ec4956!important;
}

.borderdesign .owl-theme .owl-dots .owl-dot span{
	background-color:#25c9ee!important;
}

.uc_clean_hover_team_member_effect .uc_social a:hover{
	background-color:#ec4956!important;
}

.fioletinfo .uc-pricing-row{
	color:#fff!important;
}

.fioletinfo .uc_simple_price_table .uc_button{
	font-size: 14px !important;
    background-image: -webkit-linear-gradient(left, #bb2390 0%, #1f114f 50%, #bb2390 100%);
    background-image: linear-gradient(to right, #bb2390 0%, #1f114f 50%, #bb2390 100%);
    background-size: 200% 100%;
    border: none;
    border-radius: 5px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.homeprice .uc_simple_price_table .uc_button{
    color: #ffffff;
    border: none;
    background-color: #fcb022;
    background-image: -webkit-linear-gradient(left, #fcb022 0%, #ff4936 50%,#fcb022 100%);
    background-image: linear-gradient(to right, #fcb022 0%, #ff4936 50%,#fcb022 100%);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-size: 200% 100%;
}

.homeprice .uc_simple_price_table .uc_button a:hover,
.homeprice .uc_simple_price_table .uc_button span:hover{
    color: #111;
}

.homeprice .uc_simple_price_table .uc-pricing-table-content{
	color: #111;
}

.uc_clean_testemonial_carousel .uc_content{
	font-weight: 400!important;
    font-family: 'Nunito', sans-serif !important;
    color: #333!important;
    font-size: 14px!important;
    line-height: 30px!important;
}

.fioletinfo li{
	color:#fff!important;
}

.homeprice ul:hover{
	color:#fff!important;
}

.demo2_h2under {
    max-width: 220px;
    margin: 0 auto;
	padding-bottom: 15px;
    border-top: 5px dashed #ff9836;
}

.h2under{
    max-width: 220px;
    margin: 0 auto;
    border-top: 5px dashed #ff4b36;
    padding-bottom: 15px;
}

.h2under-youtube{
    max-width: 220px;
    margin: 0 auto;
    border-top: 5px dashed #1f114f;
    padding-bottom: 15px;
}

.h2under-insta{
    max-width: 220px;
    margin: 0 auto;
    border-top: 5px dashed #ec4956;
    padding-bottom: 15px;
}

.h2under-design{
    max-width: 220px;
    margin: 0 auto;
    border-top: 5px dashed #25c9ee;
    padding-bottom: 15px;
}

.homeservices-design:hover{
	box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15);
    border-radius: 15px;
}


.homeservices-design{
	box-shadow: 1px 1px 10px 0 rgba(72,73,121,0.15);
    border-radius: 15px;
}

.h2under2 {
    max-width: 220px;
    margin: 0 auto;
	padding-bottom: 15px;
    border-top: 5px dashed #fff;
}

.vc_grid-container-wrapper {
	max-width: 1000px;
	margin: 0 auto;
}

.uc_simple_price_table {
	max-width: 350px;
	margin: 0 auto;
	border-radius: 15px;
	-webkit-box-shadow: 0 0 10px rgba(72,73,121,0.15);
	box-shadow: 0 0 10px rgba(72,73,121,0.15);
}

.uc-pricing-table-content li:hover {
	color: #fff;
	cursor: pointer;
}

.uc-pricing-table {
    border-radius: 15px;
}

.uc_clean_testemonial_carousel .uc_avatar {
    max-width: 200px !important;
	border: 3px solid #fcb022 !important;
}

.insta .uc_clean_testemonial_carousel .uc_avatar {
    max-width: 200px !important;
	border: 3px solid #ec4956 !important;
}

.youtube .uc_clean_testemonial_carousel .uc_avatar {
    max-width: 200px !important;
	border: 3px solid #bb2390 !important;
}

.uc_clean_testemonial_carousel .uc_content span{
	font-size:16px!important;
	font-weight: 400!important;
    line-height: 36px!important;
    font-family: 'Nunito', sans-serif!important;
}

.borderdesigner .uc_clean_testemonial_carousel .uc_avatar{
    max-width: 200px !important;
	border: 3px solid #25c9ee !important;
}

.borderdesigner .owl-theme .owl-dots .owl-dot span {
    background-color: #25c9ee!important;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
	background: #1e248e !important;
}

.uc_simple_price_table .uc-pricing-table,
.uc_simple_price_table .uc-pricing-table li,
.uc_simple_price_table .uc-pricing-table h4{
	font-weight: 400;
    font-family: 'Nunito', sans-serif !important;
	font-size:14px!important;
}

.uc_simple_price_table .uc-pricing-row{
	font-family: 'Nunito', sans-serif !important;
}



.uc_overlap_carousel .owl-dot.active,
.uc_overlap_carousel .owl-dot:hover {
	background: #ff4b36 none repeat scroll 0 0 !important;
}

.vc_active {
	background-color: #f4f6fa !important;
}

.vc_grid-filter-item:hover {
	background-color: #f4f6fa !important;
}

.gridtextcolor {
	color: #fff;
}

.uc_shadow {
	border-radius: 15px !important;
}

.uc_simple_price_table .uc_button {
	letter-spacing: 0 !important;
}

.uc_gradient_price_table .uc_content_box {
	border-radius: 15px!important;
    -webkit-box-shadow: 0 0 10px rgba(72,73,121,0.15);
	box-shadow: 0 0 10px rgba(72,73,121,0.15);
}

.uc_gradient_price_table a.uc_btn {
	font-weight: bold !important;
	font-size: 18px !important;
    line-height: 24px !important;
    font-family: 'Nunito', sans-serif !important;
	text-transform: none !important;
    color: #fff;
    background-color: #ff9836;
    background-image: -webkit-linear-gradient(left, #ff9836 0%, #ff4936 50%, #ff9836 100%);
    background-image: linear-gradient(to right, #ff9836 0%, #ff4936 50%, #ff9836 100%);
	background-size: 200% 200%;
	border: 2px solid #fff;
	border-radius: 15px !important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.uc_gradient_price_table a.uc_btn:hover {
	color:#fff;
    background: -webkit-linear-gradient(left, #ff9836 0%, #ff4936 50%, #ff9836 100%);
    background-position: 100% !important;
}

.uc_gradient_price_table .uc_price_marker {
	font-weight: 800 !important;
	font-size: 50px !important;
}

.uc_gradient_price_table h4 {
	font-weight: 800 !important;
    font-size: 24px !important;
    line-height: 36px !important;
	font-family: 'Nunito', sans-serif !important;
}

.uc_gradient_price_table .uc_price_detail ul li {
	color: #333;
}

.uc_gradient_price_table .uc_content_box:hover {
	    background: rgba(0, 0, 0, 0) linear-gradient(to top, #f4524d, #ffdd6e) repeat scroll 0 0 !important;
}

/*.vc_btn3.vc_btn3-shape-rounded {
	border-radius: 15px !important;
}*/

.uc_faq_accordion .uc_container,
.uc_faq_accordion{
	font-weight: 400;
    font-size: 16px !important;
    line-height: 30px !important;
    font-family: 'Nunito', sans-serif !important;
}

.uc_faq_accordion .uc_container .uc-heading span.bbb,
.uc_animated_feature_box{
    border-radius: 15px;
}

.owl-theme .owl-dots .owl-dot {
	zoom: 1.5 !important;
}

.uc_tech_bullets .uc_container_holder {
	font-weight: 400;
    font-size: 18px !important;
    line-height: 24px !important;
    font-family: 'Nunito', sans-serif !important;
    color: #333 !important;
}

.uc_tech_bullets .tech_bullets_left .uc_content_box {
	text-align: center !important;
}

.uc_tech_bullets .uc_tech_bullets_row .uc_content_box {
	text-align: center !important;
}

.uc_shadow_counter .uc_shadow_counter_col .uc_counter_box span {
	font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 24px !important;
    font-family: 'Nunito', sans-serif !important;
    text-transform: lowercase !important;
	color: #333 !important;
}

.uc_shadow_counter .uc_shadow_counter_col .uc_counter_box {
	border-radius: 15px;
}

.mainform {
	max-width: 1200px;
    margin: auto;
	text-align: center;
	background-image: url("/wp-content/themes/wildweb/img/1-3.png");
	background-position: top;
	background-repeat: no-repeat;
}

.mainform input {
	max-width: 320px;
}

.breadcrumbs {
	padding: 20px;
}

.breadcrumbs a, 
.breadcrumbs__current{
    font-weight: 400;
    color: #333!important;
    background: #fff;
    padding: 5px;
    border-radius: 10px;
	box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15);
}

.breadcrumbs__separator{
	color:#ff4b36!important;
}

.breadcrumbs a:hover {
	color:#ff4b36!important;
}

.entry-header a:hover {
	color:#ff4b36;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

#respond{
	text-align:center;
}

.comment-author {
    padding-right: 5px;
	padding-left: 5px;
    color: #333;
	font-weight:300;

}

.comment-metadata a {
	font-weight:400!important;
	font-size: 13px;
}

.comment-meta img {
    width: 20px;
    height: 20px;
	border-radius:50px;
}
.comment {
    margin: 5px;
    margin-bottom: 10px;
    padding: 10px;
}

.comment-respond {
    padding: 15px;
    font-weight: 900;
    border-radius: 15px;
    box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15);
}



.comment-form-comment label {
	margin: 10px;
	display: block;
}



#relatedposts li {
	border-radius: 10px;
    margin:5px;
    text-align: center;
	padding: 10px;
}


#relatedposts li:hover{
	box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15);
}

.slider-caption-class{
	margin:0px;
	padding:0px;
}


#relatedposts ul {
    display: inline-flex;
	margin: 0;
    padding: 10px;
}

#relatedposts {
	margin: 20px auto 30px;
	background: #fff;
}

.comment-author a {
    color: #333;
}

.widget_search {
    margin: auto;
    text-align: center;
}

.reply{
    max-width: 100px;
    text-align: center;
    margin: auto;
	font-size: 14px;
	text-transform: uppercase;
    background-color: #087be6;
    background-image: -webkit-linear-gradient(left, #087be6 0%, #1e248e 50%,#087be6 100%);
    background-image: linear-gradient(to right, #087be6 0%, #1e248e 50%,#087be6 100%);
    background-size: 200% 100%;
    border: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-radius: 10px;
}

.reply:hover{
	background-image: -webkit-linear-gradient(left, #1e248e 0%, #087be6 50%, #1e248e 100%);
    background-image: linear-gradient(to right, #1e248e 0%, #087be6 50%, #1e248e 100%);
    background-position: 100% !important;
    background-size: 300%, 1px;
}

.reply a{
	color: #fff;
	font-weight: 600;
}


.comment-list p {
    padding: 20px;
	margin: 20px;
    box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15);
    border-radius: 10px;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    margin: 0 auto 0;
    padding: 0;
	border: none;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    max-width: 100%;
    margin-bottom: 1.5em;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Pagination     
-------------------------------------------------------------------------------------- */

.pagination {
    margin: 30px;
	font-weight: 600;
    font-size: 20px;
    text-align: center;
}

.pagination a,
.pagination span {
	margin-right: 10px;
	padding: 10px;
	box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15);
}


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

.gallery {
    margin-bottom: 1.5em;
}

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

.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-caption {
    display: block;
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

.preloader {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    text-align: center;
}


/*--------------------------------------------------------------
# Go to top button
--------------------------------------------------------------*/

#gotop {
    position: fixed;
    right: 25px;
    bottom: 20px;
    z-index: 9999;
    display: block;
    float: right;
    width: 60px;
    height: 60px;
    font-size: 30px;
    text-align: center;
    border-radius: 50px;
    opacity: 0.8;
    cursor: pointer;
}

#gotop:hover {
    opacity: 1;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.header-image img {
	width: 100%;
}

.site-header {
    min-height: 90px;
}

#mastheadphone {
    display: flex;
    max-width: 1200px;
    max-height: 10px;
    margin: 3px auto;
	padding-right: 10px;
	padding-left: 10px;
    color: #1e248e;
}

#mastheadphone a {
    text-decoration: none;
}

#mastheadphone a:hover {
    color: #ff4b36;
}

#mastheadphone .icon-2x {
    font-size: 1em;
}

.phone {
    display: flex;
    margin-right: 10px;
    margin-left: 10px;
    font-weight: 600;
}

.phone a {
	font-size: 14px;
	color: #fff;
}

.email {
    display: flex;
    margin-left: 20px;
    font-weight: 600;
}

.email a {
	font-size: 14px;
	color: #fff;
}

#masthead {
    display: flex;
	align-items: baseline;
    max-width: 1200px;
    margin: 0 auto;
    padding:10px;
    color: #fff;
}

#masthead a {
    color: #ff4b36;
}

#masthead a:hover {
    color: #fff;
}

.site-branding {
    display: flex;
}

.site-branding img {
    max-width: none;
}

.site-title {
    padding-right: 10px;
	padding-left: 10px;
    font-size: 24px;
}

.site-description {
    margin: auto;
}

.site-branding {
    max-width: 1200px;
    margin: 0 auto;
    color: #fff;
}

#site-navigation a {
    color: #333333!important;
    font-family: 'Nunito', sans-serif!important;
    font-size: 16px!important;
    line-height: 24px!important;
    letter-spacing: 0.4px!important;
    font-weight: 500!important;
    text-transform: none!important;
	padding: 0 5px;
}

.uc_animated_feature_box .uc_content{
	text-align:left;
}

.uc_shadow_counter .uc_shadow_counter_col .uc_counter_box{
	z-index:5000;
}

.uc_animated_feature_box{
	
}

#site-navigation a:hover {
    color: #333;
    background: #fff;
    border-radius: 5px;
}

#site-navigation .sub-menu a {
	padding-left: 10px;
	font-weight: 500;
    color: #333;
}

.social a {
	color: #fff;
}
#site-navigation .sub-menu a:hover:before {
     content: "⇝";
	color: #ff4b36;
}

#site-navigation .sub-menu a:hover {
	color: #ff4b36;
	padding-right: 10px;
}

.contactusform {
	display:inline-flex;
}

.borderform{
	padding: 10px;
    background: #f4f6fa;
    border-radius: 10px;
    box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15);
}

.contactusform input{
	width:90%;
	margin: 0 7px;
}
.contactusform textarea {
width: 85%;
max-height: 170px;}

#masthead h1 {
    display: flex;
	align-items: center;
    margin: 0 10px;
}

.free-audit {
    max-width: 200px; 
    margin-top: auto;
	margin-bottom: auto;
}

.free-audit a {
    max-width: 200px;
    margin-top: auto;
	margin-bottom: auto;
    padding: 10px;
	font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    border: 2px solid  #ff4b36;
    border-radius: 10px;
}

.free-audit a:hover {
    max-width: 200px;
    margin: auto;
    padding: 10px;
    background: #ff4b36;
    border: 2px solid #ff4b36;
    border-radius: 10px;
}

.soc-but {
    float: right;
}

.social ul {
    display: flex;
    list-style-type: none;
}
.social li {
    padding-right: 10px;
}
 
.social {
	display: flex;
    margin-left: auto;
    font-size: 18px;
}

.footsocial a{
	color:#fff;
}

.footsocial a:hover{
	color:#ff4b36;
}

.footsocial {
	float:left;
    font-size: 25px!important;
	margin-top:10px;
   
}

.menu-services-container, 
.menu-pages-container{
	padding-top: 25px;
}

.footsocial .facebook,
.footsocial .youtube,
.footsocial .instagram,
.footsocial .linkedin,
.footsocial .twitter,
.footsocial .pinterest,
.footsocial .google {
    margin-right: 5px;
	padding:7px;
}

.facebook,
.youtube,
.instagram,
.linkedin,
.twitter,
.pinterest,
.google {
    margin-right: 5px;
}

.social a:hover {
    color: #ff4b36;
}

.sidenav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
	overflow-x: hidden;
    width: 0;
    height: 100%;
    padding-top: 60px;
    text-align: center;
    background: linear-gradient(150deg, #131c9f 0%, #131c9f 0%, #000843 100%, #000843 100%);
    transition: 0.5s;
}

.sidenav a {
    display: block;
    padding: 8px;
	padding-left: 32px;
    font-size: 25px;
    text-decoration: none;
    color: #818181;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 40px;
    right: 40px;
    margin-left: 50px;
    font-size: 56px;
}

.contact-mobile {
    visibility: hidden;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

#secondary {
    padding: 20px;
	padding-top: 10px;
}

.entry-header {
    text-align: center;
    color: #fff;
	
}
.entry-header-blog {
    padding: 10px;
    text-align: center;
    color: #fff;
    background: #1e248e;
	border-radius:10px;
	border-left: 10px solid #ff4b36;
	
}

.entry-header a,
.entry-header-blog a{   
    color: #333;
}



.entry-title {
    margin: 0;
	color:#fff;
}

.widget-title {
	font-size: 26px;
    text-align: center;
    color: #333;
    border-radius: 5px;
}

.widget-title:before, .widget-title:after {
        content: '-';
    color: #ff4b36;
    margin: 5px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.widget-title h2 {
	font-size: 26px;
}

.widgettitle {
	font-size: 16px;
    text-align: center;
    color: #333;
    border-radius: 5px;
}

.widgettitle:before, .widgettitle:after {
        content: '-';
    color: #ff4b36;
    margin: 5px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.widgettitle h2 {
	font-size: 26px;
}

.tag-cloud-link {
	
	font-size: 16px!important;
}

.widget {
    margin: 35px 0 20px;
    padding: 10px;
    border-radius: 10px;
}


.tags-links {
    display: block;
	float: left;
    margin-right: 20px;
}

.widget_recent_entries {
	text-align: center;
}

.widget_recent_entries a {
	font-weight: 600;
}

.entry-meta {
	padding: 5px;
}

.fa-comments,
.fa-user,
.fa-calendar{
	margin-right:6px;
}

.fa-user{
	margin-left:6px;
}

.fa-tag{
	margin:0 6px;
}

select {
    padding: 10px;
    color: #333;
    background: #f4f6fa;
    box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15);
}

.widget:hover{
	 box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15);
}

.page-title {   
    text-align: center;
    color: #fff;
	margin: 0;

}

.page-title:before,
.page-title:after {
        content: '-';
    color: #ff4b36;
    margin: 5px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.page-block {
    margin: 0;
	margin-top: 30px;
    padding: 15px;
	background: #fff;

}

.content-area-wildweb {
    display: flex;
    min-height: 70vh;
    margin: 0 auto;
	padding:0;
	margin-bottom: 40px;
	overflow-x:hidden;
}

.wpcf7-response-output{
	color: #111;
    background: #fff;
    border-radius: 15px;
}

.content-area {
    min-width: 70%;
}

.content-area-projects{
    min-width: 100%;
}

.error404-wildweb {
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
}

.content-area404-wildweb {
    display: block;
    max-width: 1200px;
    margin: 0 auto;
    padding-right: 20px;
	padding-left: 20px;
    text-align: center;
}

.b900 {
    font-weight: 900;
}

.footer-widget1 li{
	line-height:30px!important;
}

.entry-footer {
    padding: 15px;
	min-height:50px;
    font-weight: 600;
    color: #fff;
    background: #1e248e;
    border-radius: 0 0 10px 10px;
}

.entry-footer a {
    margin-left: 5px;
    padding-right: 5px;
	padding-left: 5px;
    color: #1e248e;
    background: #fff;
    border-radius: 5px;
}

.main-images img{
	min-height:250px;
}

.entry-footer-portfolios a {
    margin-left: 5px;
    padding-right: 5px;
	padding-left: 5px;
    color: #333;
    background: #fff;
    border-radius: 5px;
}

.entry-footer-portfolios a:hover {
    color: #fff;
    background: #ff4b36;	
}

.entry-footer-blog{   
	margin: 10px 30px;
}

.entry-footer-blog a {
    margin-left: 5px;
    padding-right: 5px;
	padding-left: 5px;
    color: #333;
    background: #f4f6fa;
    border-radius: 5px;
	font-weight: 400;
}

.entry-footer-blog a:hover {
    color: #fff;
    background: #ff4b36;	
}

.entry-footer a:hover {
    color: #fff;
    background: #ff4b36;
    border-radius: 5px;
}


.entry-footer-project a {
    margin-left: 5px;
    padding-right: 5px;
	padding-left: 5px;
    color: #1e248e;
    background: #fff;
    border-radius: 5px;
}

.entry-footer-project a:hover {
    color: #fff;
    background: #ff4b36;
    border-radius: 5px;
}

.vc_gitem-zone {
	background-color: #1e248e !important;
	border-radius: 15px;
}

.vc_gitem-animate-scaleRotateIn,
.vc_grid-item-mini .vc_clearfix,
.vc_grid-item-mini .vc_clearfix:hover,
.vc_is-hover:hover,
.vc_is-hover,
.vc_grid-item-mini .vc_clearfix,
.vc_gitem-zone:hover
.vc_gitem-zone a:hover{
	border-radius: 15px!important;
}

.uc_simple_price_table .uc_button {
    font-size: 14px !important;
    background-color: #087be6;
    background-image: -webkit-linear-gradient(left, #087be6 0%, #1e248e 50%, #087be6 100%);
    background-image: linear-gradient(to right, #087be6 0%, #1e248e 50%, #087be6 100%);
	background-size: 200% 100%;
	border: none;
	border-radius: 5px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.uc_simple_price_table .uc_button:hover {
	color: #1e248e !important;
    background-color: #087be6;
    background-image: -webkit-linear-gradient(left, #087be6 0%, #1e248e 50%,#087be6 100%)!important;
	background-image: linear-gradient(left, #1d82e6 0%, #09fdfd 50%, #087be6 100%) !important;
    background-position: 100% !important;
}

.share_social-wpapper {
	min-width: 15px;
    float: right;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer {
    margin-top: -10px;    
    padding-top: 40px;
    background: #333;
}

.footer-block {
    max-width: 1200px;
    margin: 0 auto;
    padding-right: 10px;
	padding-left: 10px;
	color: #fff;
}

.footer-block a{
	color: #fff;
}

.footer-block a:hover{
	color: #ff4b36;
}


.footer-widget1 .recentcomments {
	color:#fff;
	padding-top: 20px;
}

.footer-widget1 {
    float: left;
    min-width: 290px;
    max-width: 290px;
    margin: 0 auto;
    padding: 10px;
    color: #fff;
}


.footer-widget2,
.footer-widget3,
.footer-widget4 {
    float: left;
    min-width: 280px;
    margin: 0 auto;
    padding: 10px;
}

.footer-copy {
    text-align: center;
    color: #fff;
    background: #333;
    border-top: 3px dotted #1e248e;
}

.footer-widget1-title {
	padding-left: 10px;
	font-weight: 700;
    font-size: 24px;
    line-height: 36px;
	font-family: 'Nunito', sans-serif;
    color: #fff;
    border-left: 4px dotted #ff4b36;
}

.footer-widget1::first-letter {
	color:#ff4b36;
}

.footer-menu {
    display: flex;
    margin: 0 auto;
    padding-top: 20px;
	padding-bottom: 20px;
    text-align: center;
    background: #333;
    border: 1px solid #333;
}

.footer-menu a:hover {
    border-top: 1px solid #ff4b36;
    border-bottom: 1px solid #ff4b36;
}

.footer-menu ul {
    display: flex;
}

.footer-menu li {
    padding: 10px;
}

.menu-social-container ul {
    display: flex;
    margin: 0 auto;
    list-style-type: none;
}

.menu-social-container li {
    padding-right: 10px;
}

.menu-social-container a {
    color: #fff;
    text-decoration: none;
}

.menu-social-container a:hover {
    color: #1e248e;
    text-decoration: none;
}

input.wpcf7-not-valid {
	border-color: #f00;
}

.sidenav input.wpcf7-not-valid {
	border-color: #fff;
}

span.wpcf7-not-valid-tip {
	display: inline-block;
	padding: 2px 15px;
	font-size: .7em;
	background-color: #f00;
    color: #fff;
    border-radius: 0 0 5px 5px;
}

.sidenav span.wpcf7-not-valid-tip {
	display: block;
    margin: 0 auto;
    max-width: 230px;
}


/*--------------------------------------------------------------
#woocommerce
--------------------------------------------------------------*/

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    width: 100px;
}

.woocommerce-message {
    line-height: 28px;
    color: #fff;
    background: #1e248e;
    border-radius: 10px;
    border-top-color: #ff4b36;
    box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15);
	margin: 20px 0;
}

.woocommerce-message:before {
    content: '\e015';
    color: #ff4b36;
}

.cart-empty {
	font-weight: 900;
    font-size: 30px;
	text-align:center; 
	margin:50px;
}

.return-to-shop {
	text-align:center; 
	margin:50px;
}

.product_list_widget li{
	text-align: -webkit-center;
	padding: 10px!important;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar{
	width:50px!important;
	border:none!important;
	border-radius: 50px;
}

.comment-text{
	box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15);
	border-radius: 15px!important;
}

.comment-form-rating{
	font-size: 25px;
    padding: 10px;
	color:#ff4b36;
}

.woocommerce #review_form #respond textarea{
	width:90%!important;
}

.product_list_widget li img{
	float:left!important;
	margin: -20px 15px 0 15px!important;
}

.woocommerce div.product {
    position: relative;
    margin-bottom: 0;
    padding: 20px;
    border-radius: 10px;
}

.wc-forward {
    line-height: 14px;
}

.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
    padding: 20px;
    text-align: center;
    border-radius: 10px;
}

.woocommerce ul.products.columns-3 li.product:hover,
.woocommerce-page ul.products.columns-3 li.product:hover {
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15);
}

.woocommerce ul.products li.product .button {
	padding: 10px;
}

.woocommerce ul.products li.product .price {
    display: block;
    font-weight: 800;
    color:#1e248e;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    padding: 3px;
	color: #333;
    font-size: 15px;
    
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
    padding: 3px;
    font-weight: 800;
    text-align: center;
    color: #333;
    background: #fff;
	max-width:200px;
	margin: 10px auto;
	border-top: 0;
    border-radius: 10px;
    box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15);
}

.woocommerce-mini-cart__buttons {
    font-weight: 800;
    text-align: center;
}

.woocommerce-product-search {
    text-align: center;
}

.woocommerce .quantity .qty {
    width: 3.631em;
    padding: 10px;
    font-size: 16px;
    text-align: center;
}

.woocommerce a.added_to_cart{
	font-weight: 800;
    font-size: 14px;
	padding:10px;
    line-height: 14px;
    text-transform: uppercase;
    background-image: -webkit-linear-gradient(left, #087be6 0%, #1e248e 50%,#087be6 100%);
    background-image: linear-gradient(to right, #087be6 0%, #1e248e 50%,#087be6 100%);
    background-position: 0%;
    background-size: 300%, 1px;
    color: #fefefe;
    border-width: 1px;
    border-radius: 5px;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    -moz-transition: all 400ms;
    transition: all 400ms;
    cursor: pointer;
    -webkit-appearance: none;
    box-shadow: 0 0 10px #fff;
}

.woocommerce a.added_to_cart:hover{
	background-image: -webkit-linear-gradient(left, #1e248e 0%, #087be6 50%, #1e248e 100%);
    background-image: linear-gradient(to right, #1e248e 0%, #087be6 50%, #1e248e 100%);
    background-position: 100% !important;
    background-size: 300%, 1px;
}
.woocommerce span.onsale {
    background-color: #1e248e;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    text-align: center;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    font-weight: 800;
	font-size: 1.25em;
    text-align: center;
    color: #1e248e;
    border-radius: 5px;
}

.woocommerce-product-details__short-description {
    margin: 10px auto 20px;
    padding: 10px;
    border-width: 1px 0 1px 0;
    border-color: #dde2ef;
    border-style: solid;
}

#masthead img:hover{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
}

.product_meta {
    padding: 10px;
    display: block;
    font-size: 16px;
    font-weight: 500;
	border-width: 0 0 1px 0;
    border-color: #dde2ef;
    border-style: solid;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after{
	border:none!important;
	box-shadow:none!important;
}

.woocommerce div.product .woocommerce-tabs .panel{
	padding-left:25px;
}

.sku_wrapper,
.tagged_as{
	display: block;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    font-weight: 800;
    color: #fefefe;
    background: -webkit-linear-gradient(left, #087be6 0%, #1e248e 50%,#087be6 100%);;
    background-position: 0%;
	background-size: 300%, 1px;
    border-width: 1px;
	border-radius: 10px;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    -moz-transition: all 400ms;
    transition: all 400ms;
    cursor: pointer;
    -webkit-appearance: none;
}



.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin-left: 10px;
    padding: 10px;
	border-radius:10px;
	background:#f4f6fa;
}

.woocommerce #review_form #respond {
    padding: 20px;
	font-weight:400;
}

.star-rating {
    color: #1e248e;
}

.woocommerce ul.products li.product .star-rating {
    margin: 10px auto;
}

 .related h2 {
    padding: 5px;
    text-align: center;
    color: #333;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    padding: 15px;
    text-align: center;
    border-radius: 10px;
	border: 1px solid #dde2ef;
}

.related products{
	margin-top:80px;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
	box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15);
	border: none;
}

#woocommerce_price_filter-1{
	background:#f4f6fa;
	border-radius:10px;
}

.price_label{
	font-size: 15px;
    font-weight: 500;
}

.product_list_widget .woocommerce-Price-amount{
	color: #1e248e;
    font-size: 14px;
    font-weight: 700;
}

.entry-summary .woocommerce-Price-amount{
	font-size:24px;
	padding-left:10px;
}

.entry-summary .price{
	text-align:left!important;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {  
    background: #1e248e;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {  
    background: #1e248e;
}

.ui-slider-handle {  
    background: #1e248e;
}

.ui-slider-range {  
    background: #1e248e;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {  
    background: #087be6;
}

.woocommerce-info {
	margin-top: 20px;
	border-top-color: #1e85be;
    border-radius: 10px;
    box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15);
}

.woocommerce-error {
	margin-top: 20px;
    border-top-color: #b81c23;
	border-radius: 10px;
    box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15);
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2,
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    float: none; 
    width: 100%;
}

.woocommerce table.shop_table {
    margin: 20px 0 24px;
}

.woocommerce table.shop_table thead {
    color: #fff;
	background: #000843;
}


#coupon_code {
    min-width: 105px;
	padding:10px;
}

.wc-proceed-to-checkout {
	max-width:300px;
	margin: 0 auto;
}

.wc-proceed-to-checkout a:hover {
    font-size: 1.25em !important;
}

#check-width {
	max-width: 800px;
	margin: 0 auto;
	background: #f2f7ff;
    box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15);
    margin-top: 45px;
    border-radius: 15px;
}


/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/

@media screen and (min-width: 1024px) {
	
    .menu-toggle {
        display: none;
    }

    li > ul,
    li > ol {
        margin: 0 auto 0;
    }

    .main-navigation ul ul {
        position: absolute;
        top: 90%;
        left: -999em;
        z-index: 99999;
        float: left;
        background: #fff;
		border-radius: 10px;
        box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15)
    }

    .main-navigation ul ul ul {
        top: 0;
        left: -999em;
    }

    .main-navigation ul ul li:hover > ul,
    .main-navigation ul ul li:focus > ul {
        left: 100%;
    }

    .main-navigation ul ul a {
        min-width: 280px;
    }

    .main-navigation ul li:hover > ul,
    .main-navigation ul li:focus > ul {
        left: auto;
    }

}

@media (min-width: 768px) {
	
	.vc_col-sm-3 {
		width: 23% !important;
	}
	
}

@media screen and (max-width: 1450px) {
	.contactusform input{
		max-width:80%;
		margin:0;
	}
	textarea{
		width:90%;
	}
}

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

    .btn-header img {
        display: block !important;
    }

    .btn-header span {
        display: none;
    }

    .free-audit a {
        border: none;
    }

    .free-audit a:hover {
        padding: 10px;
        background: none;
        border: none;
    }
		.vc_message_box {
		padding: 10px!important;
	}
	.vc_message_box-icon{
		display:none;
	}

}

@media screen and (max-width: 800px) {
	.mobilenone{
		display:none;
	}
}



@media screen and (max-width: 1100px) {
	#service1stop,
#service2stop,
#service3stop,
#service4stop{
	margin:10px 5px!important;
}
}
	
@media screen and (max-width: 1023px) {
	#masthead a{
		color:#333;
	}
	

	#site-navigation a{
		color:#fff!important;
		padding:25px!important;
	}
	
	
	.post-w-content{
	margin: 0;
	text-align:left;
	max-width: 300px;
    padding-left: 20px;
}

	
	.bbhd-hide-on-mobile{
		display:none!important;
	}
	
	#masthead a:hover,
	#masthead a:focus,
	#masthead a:active{
		color:#ff4b36!important;
	}
	
	.main-navigation li {
	padding:0;
	}
	
	.main-navigation li {
		padding-right: 10px;
		padding-left: 10px;
	}
	
	.main-navigation li a {
		padding: 25px 5px;
	}
	
	.free-audit {
		padding-bottom: 10px;
	}
	
	.free-audit a {
		font-size: 0;
    }
	
    .free-audit .fa-bullseye { 
        font-size: 40px;
        font-weight: 800;
        margin-top: 5px;
    }

    .site-description {
        display: none;
    }

    .menu-primary-container ul,
    .menu-1-container ul {
        position: absolute;
        left: 0;
        z-index: 9;
        width: 100%;
        padding-left: 20px;
        background: #333;
    }

    #mastheadphone {
        display: none;
    }

    #relatedposts ul {
        display: block !important;
    }

    .contact-mobile {
        visibility: visible;
		margin: auto 0;
        padding: 10px;
		padding-top: 0;
        font-size: 40px;
    }

    .site-branding {
        margin-left: 10px;
    }

    .main-navigation li {
        position: static;
        float: none;
    }

    .content-area-wildweb {
        display: block;
		overflow-x:hidden;
		max-width:100%;
    }

    .sub-menu {
        color: #f00;
    }

    .sub-menu a {
        color: #fff !important;
    }

    #site-navigation a {
        color: #fff;
    }

    .menu-toggle {
        padding: 10px;
        font-size: 30px;
        color: #fff !important;
        border: none;
		background:#333;
    }
	
	 .menu-toggle button{
		background:#333;
    }
	
	.menu-toggle button:focus{
		border:none;
    }
		.menu-toggle button:active{
		border:none;
    }
    
    .main-navigation ul {
        display: none;
        margin: 0;
		padding: 0;
        list-style: none;
    }

    .main-navigation ul ul {
        top: 100%;
        left: 100%;
    }
    
    .main-navigation ul ul ul {
        top: 0;
        left: 100%;
    }

    .main-navigation ul ul a {
        width: auto;
    }

    #site-navigation a:hover,
	.slinky-menu .current-menu-item,
	.slinky-menu .current-menu-parent {
        background: transparent;
        border-radius: 0;
    }

	.slinky-menu .current-menu-item,
	.slinky-menu .current-menu-parent {
		background: #333;
	}
	
	#primary-menu{
		margin-top:10px;
	}
	
	.menu a{
		cursor:pointer;
	}
	.slinky-menu .current-menu-parent .button_switcher:not(.button_switcher_back) {
		background: #fff;
	}
	
	.slinky-menu .current-menu-parent .button_switcher:not(.button_switcher_back):after {
		color: #000843;
	}
	
	.slinky-menu .current-page-item.current-menu-parent .button_switcher:not(.button_switcher_back) {
		background: transparent;
	}
	
	.slinky-menu .current-page-item.current-menu-parent .button_switcher:not(.button_switcher_back):after {
		color: #fff;
	}

    #site-navigation .sub-menu a {
        color: #fff;
    }

    #site-navigation .sub-menu a:hover {
        border-left: 0;
        border-radius: 0;
    }

    .menu-1-container ul {
        padding-left: 0;
    }

    .slinky-menu {
        position: absolute;
        left: 0;
		z-index: 99;
        width: 100%;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }

    .slinky-menu > ul {
        position: relative;
        left: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }

    .slinky-menu li,
    .slinky-menu ul {
        margin: 0;
        list-style: none;
    }

    .slinky-menu ul {
        width: 100%;
    }

    .slinky-menu a {
        position: relative;
        display: block;
        padding: 1em;
        color: #fff;
        border: none;
    }

    .slinky-menu li ul {
        position: absolute;
        top: 0;
        left: 100%;
        display: none;
    }

    .slinky-menu ~ a.back {
        position: absolute;
        top: 0;
        left: 0;
    }

    .slinky-menu h2 {
        margin: 0;
        padding: 1em;
        font-size: 1em;
        text-align: center;
        color: #fff;
    }

    .slinky-menu li {
        line-height: 1;
		background: #333;
		border-bottom: 2px solid #fff;
    }

    .slinky-menu a.back {
        padding-left: 50px !important;
		line-height: 1;
		background: #333;
    }

    .slinky-menu a:hover {
        background: #000;
    }
	
    .slinky-menu div.button_switcher,
    .slinky-menu div.button_switcher_back {
        position: absolute;
        top: 12px;
        right: 0;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border: 1px solid #fff;
    }

    .slinky-menu div.button_switcher_back {
        left: 0;
        width: 100%;
        padding-left: 17px;
        text-align: left;
        border: 0;
    }

    .slinky-menu div.button_switcher:after {
        content: '\276f';
    }

    .slinky-menu a.back .button_switcher_back:before {
        content: '\276e';
    }
	
	.slinky-menu a.back .button_switcher_back:after {
        content: '';
    }

}

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

    .social {
        display: none;
    }
	
    #project-view {
		width: 80%;
		margin: 10%;
		text-align: center;
	}


}

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

    .free-audit {
        display: none;
    }
    .share_social-wpapper {
        display: none;
    }
}

@media screen and (max-height: 450px) {

    .sidenav {
        padding-top: 15px;
    }
	
    .sidenav a {
        font-size: 18px;
    }

}

/*--------------------------------------------------------------
# Additional hooks
--------------------------------------------------------------*/


#contact-us-form input[type="submit"] {
	width: 80%;
    margin-left: 20px;
	background-color:#1e248e;
    background-image: none;
}

#contact-us-form input[type="submit"] {
	width: 80%;
    margin-left: 20px;
	background-color: #1e248e;
    background-image: none;
	border: 1px solid #bedaf4;
}

#contact-us-form input[type="submit"]:hover {
	background-color: #fff;
	color: #1e248e;
}

#contact-us-form input,
#contact-us-form textarea {
	border-color: #1e248e;
	box-shadow: 0 1px 1px #1e248e;
}

#contact-us-form .wpcf7-not-valid {
    border-color: #f00;
	box-shadow: 0 5px 15px #f00;
}

.page-title-black {
	text-align: center;
    color: #111;
    margin: 0
}

.bbhd-mini-cart-wrap .bbhd-mini-cart .bbhd-mini-cart-icon{
    font-size: 20px!important;
    height: 21px!important;	
}
.vc_row{
	margin:0!important;
}