
 
/*
Theme Name: WNM
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 2.1
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* { -webkit-box-sizing: border-box; -moz-box-sizing:    border-box; box-sizing:         border-box; }

@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900');

/* font-family: 'Raleway', sans-serif; */

article, aside, details, figcaption, figure, footer, header, nav, section, summary { display: block; }

audio, canvas, video { display: inline-block; }

audio:not([controls]) { display: none; height: 0; }
 [hidden] {
 display: none;
}

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: "Source Sans Pro", Helvetica, sans-serif; }

body { color: #141412; line-height: 1.5; margin: 0; }

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

a:visited { color: #ac0404; }

a:focus { outline: thin dotted; }

a:active, a:hover { color: #ea9629; outline: 0; }

a:hover { text-decoration: underline; }

h1, h2, h3, h4, h5, h6 { clear: both; font-family: Bitter, Georgia, serif; line-height: 1.3; }
h1 {
    font-size: 38px;
    margin: 33px 0;
}

h2 { font-size: 30px; margin: 25px 0; }

h3 { font-size: 22px; margin: 22px 0; }

h4 { font-size: 20px; margin: 25px 0; }

h5 { font-size: 18px; margin: 30px 0; }

h6 { font-size: 16px; margin: 36px 0; }

address { font-style: italic; margin: 0 0 24px; }

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

dfn { font-style: italic; }

mark { background: #ff0; color: #000; }

p { margin: 0 0 24px; }

code, kbd, pre, samp { font-family: monospace, serif; font-size: 14px; -webkit-hyphens: none; -moz-hyphens:    none; -ms-hyphens:     none; hyphens:         none; }

pre { background: #f5f5f5; color: #666; font-family: monospace; font-size: 14px; margin: 20px 0; overflow: auto; padding: 20px; white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

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; font-style: italic; font-weight: 300; margin: 24px 40px; }

blockquote blockquote { margin-right: 0; }

blockquote cite, blockquote small { font-size: 14px; font-weight: normal; text-transform: uppercase; }

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

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

small { font-size: smaller; }

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

sup { top: -0.5em; }

sub { bottom: -0.25em; }

dl { margin: 0 20px; }

dt { font-weight: bold; }

dd { margin: 0 0 20px; }

menu, ol, ul { margin: 16px 0; padding: 0 0 0 40px; }

ul { list-style-type: square; }

nav ul, nav ol { list-style: none; list-style-image: none; }

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

img { -ms-interpolation-mode: bicubic; border: 0; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }

fieldset { border: 1px solid #c0c0c0; margin: 0 2px; min-width: inherit; padding: 0.35em 0.625em 0.75em; }

legend { border: 0; padding: 0; white-space: normal; }

button, input, select, textarea { font-size: 100%; margin: 0; max-width: 100%; vertical-align: baseline; }

button, input { line-height: normal; }

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

button[disabled], input[disabled] { cursor: default; }

input[type="checkbox"], input[type="radio"] { padding: 0; }

input[type="search"] { -webkit-appearance: textfield; padding-right: 2px; /* Don't cut off the webkit search cancel button */ width: 270px; }
 input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}

textarea { overflow: auto; vertical-align: top; }

table { /* border-bottom: 1px solid #ededed; */ border-collapse: collapse; border-spacing: 0; font-size: 14px; line-height: 2; margin: 0 0 20px; width: 100%; }

caption, th, td { font-weight: normal; text-align: left; }

caption { font-size: 16px; margin: 20px 0; }

th { font-weight: bold; text-transform: uppercase; }

td { border-top: 1px solid #ededed; padding: 6px 10px 6px 0; }

del { color: #333; }

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

hr { background: url(images/dotted-line.png) repeat center top; background-size: 4px 4px; border: 0; height: 1px; margin: 0 0 24px; }




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

.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; }

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

.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-weight: bold; height: auto; line-height: normal; padding: 15px 23px 14px; position: absolute; left: 5px; top: 5px; text-decoration: none; width: auto; z-index: 100000; /* Above WP toolbar */ }

/* Form fields, general styles first. */
button, input, textarea { border: 2px solid #d4d0ba; font-family: inherit; padding: 5px; }

input, textarea { color: #141412; }

input:focus, textarea:focus { border: 2px solid #c3c0ab; outline: 0; }

/* Buttons */
button, input[type="submit"], input[type="button"], input[type="reset"] { background: #e05d22; /* Old browsers */ background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%); /* Chrome 10+, Safari 5.1+ */ background:   linear-gradient(to bottom, #e05d22 0%, #d94412 100%); /* W3C */ border: none; border-bottom: 3px solid #b93207; border-radius: 2px; color: #fff; display: inline-block; padding: 11px 24px 10px; text-decoration: none; }

button:hover, button:focus, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus { background: #ed6a31; /* Old browsers */ background: -webkit-linear-gradient(top, #ed6a31 0%, #e55627 100%); /* Chrome 10+, Safari 5.1+ */ background:   linear-gradient(to bottom, #ed6a31 0%, #e55627 100%); /* W3C */ outline: none; }

button:active, input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active { background: #d94412; /* Old browsers */ background: -webkit-linear-gradient(top, #d94412 0%, #e05d22 100%); /* Chrome 10+, Safari 5.1+ */ background:   linear-gradient(to bottom, #d94412 0%, #e05d22 100%); /* W3C */ border: none; border-top: 3px solid #b93207; padding: 10px 24px 11px; }

.post-password-required input[type="submit"] { padding: 7px 24px 4px; vertical-align: bottom; }

.post-password-required input[type="submit"]:active { padding: 5px 24px 6px; }

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
 color: #7d7b6d;
}

:-moz-placeholder {
 color: #7d7b6d;
}

::-moz-placeholder {
 color: #7d7b6d;
}

:-ms-input-placeholder {
 color: #7d7b6d;
}


/*product page style start */

.product-info {
    float: left;
    width: 99%;
    margin-right: 30px;

	margin-bottom:30px ;
}
h4.price {
    color: #e25858 !important;
    margin: 10px 0px !important;
}
.product-info:nth-child(4n){
	margin-right:0px;
	
}
.product-info p.title {
    margin-top: 10px;
    margin-bottom: 0px;
      min-height: 60px;
    color: #0a0000;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    line-height: 30px;
    font-style: normal;
       letter-spacing: 0px;
    text-transform: none;
}

.product-info img{
	width:100%;

}
.second_inner_servcie {
    width: 100%;
    float: left;
    padding: 70px 0px;
    padding-bottom: 40px;
}
.title_holder {
    background-color: #1faaeb;
    color: #686758;
    font-size: 14px;
    text-align: center;
    height: auto !important;
    width: 100%;
    float: left;
    margin-bottom: 70px;
}
.title_holder h1 {
    width: 100%;
    float: left;
}

.read-more a {
    background-color: #00afef;
    border-radius: 50px;
    display: table;
    margin: 0 auto;
    padding: 0px 37px;
    width: auto;
	color: #ffffff;
    font-family: 'Arvo', sans-serif;
    font-size: 13px;
    line-height: 50px;
    height: 50px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}

.button.product_type_simple.ajax_add_to_cart {
	 background-color: #00afef  !important;
    border-radius: 50px;
    display: table;
    margin: 0 auto;
    padding: 0px 37px;
    width: auto;
	color: #ffffff  !important;
    font-family: 'Arvo', sans-serif;
    font-size: 13px;
    line-height: 50px;
    height: 50px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}

.cat-title {
    color: #fcfbfb;
    float: left;
}

.product_type_variable{background-color: #00afef !important;
border-radius: 50px !important;
color: #ffffff !important;
display: table !important;
font-family: "Arvo",sans-serif !important;
font-size: 13px !important;
font-style: normal !important;
font-weight: 400 !important;
height: 50px !important;
line-height: 50px !important;
margin: 0 auto !important;
padding: 0 37px !important;
text-transform: uppercase !important;
width: auto !important;}

.type-product .product-tabs-right .price{display: none;}  


/*product style end*/
/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.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; }

/* 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; }

img.alignnone { margin: 5px 0; }

.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; }

/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

.site { background-color: #fff; border-left: 1px solid #f2f2f2; border-right: 1px solid #f2f2f2; margin: 0 auto; /* max-width: 1600px; */ width: 100%; }

.site-main { position: relative; min-height: 528px;}

.site-main .sidebar-container { height: 0; position: absolute; top: 40px; width: 100%; z-index: 1; }

.site-main .sidebar-inner { margin: 0 auto; max-width: 1040px; }

/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */
div#gform_confirmation_message_1 {
    padding: 5% 0 0;
    text-align: center;
    font-size: 18px;
}
/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header { position: relative; }

.site-header .home-link { color: #141412; display: block; margin: 0 auto; max-width: 1080px; min-height: 230px; padding: 0 20px; text-decoration: none; width: 100%; }

.site-header .site-title:hover { text-decoration: underline; }

.site-title { font-size: 60px; font-weight: bold; line-height: 1; margin: 0; padding: 58px 0 10px; }

.site-description { font: 300 italic 24px "Source Sans Pro", Helvetica, sans-serif; margin: 0; }

/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.main-navigation { clear: both; margin: 0 auto; max-width: 1080px; min-height: 45px; position: relative; }

ul.nav-menu, div.nav-menu > ul { margin: 0; padding: 0 0 0 0; }

.nav-menu li { display: inline-block; position: relative; }

/*.nav-menu li a {
    color: #141412;
    display: block;
    font-size: 15px;
    padding: 15px 19px;
    text-decoration: none;
    padding: 7px 10px;
    border-radius: 4px;
    margin-bottom: 0px !important;
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: capitalize;
}*/
.wpmm-sub-menu-wrapper.wpmm-menu1 ul li a span.wpmm-mega-menu-href-title {
    font-weight: 600;
    color: #9d9d9d;
    display: block;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 0 !important;
    text-decoration: none;
    text-transform: capitalize;
}
#navbar .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a {
    color: #141412;
    display: block;
    padding: 7px 16px;
    text-decoration: none;
    border-radius: 4px;
    margin-bottom: 0px !important;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: capitalize;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li {
    margin-right: 5px;
}
.wp-megamenu-main-wrapper.wpmega-clean-white.wpmm-orientation-horizontal {
    border: none;
}
.wp-megamenu-main-wrapper.wpmega-clean-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a::before {
    background: none; 
}
#navbar .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:hover,
#navbar .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:focus{
    color: #fff;
background: #1faaeb;
}
ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul {
    background: #fff;
    width: 210px;
    list-style: none;
}
.wpmm-sub-menu-wrapper ul li a span.wpmm-mega-menu-href-title:hover {
    color: #1faaeb;
    background-color: none;
}
.wpmega-clean-white .wpmm-mega-wrapper > li:hover, .wpmega-clean-white .wpmm-mega-wrapper > li.current-menu-item {
    background: transparent;
}
.wpmega-clean-white ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li:hover > a {
    background: transparent !important;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li.current-menu-item a, .wp-megamenu-main-wrapper.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li.current-menu-item a {
    font-weight: 400;
    color: #000;
    text-align: left;
    text-transform: none;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: capitalize;
}
.wpmm-target-description.wpmm-target-text {
    display: none !important;
}

#wp_nav_menu-item-120 {
    border: 2px solid #00a7e0;
    border-radius: 7px;
}
.wpmm_megamenu .wp-megamenu-main-wrapper ul ul.wp-mega-sub-menu li {
    background: none;
    border-bottom: 1px solid #1faaeb;
}

.wpmm_megamenu .wp-megamenu-main-wrapper ul ul.wp-mega-sub-menu li:last-child { border-bottom: 0;}

ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li:hover {
    background: transparent;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-askins-wrapper ul.wpmm-mega-wrapper > li.menu-item-has-children > a::after, .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li.menu-item-has-children > a::after {
    right: 3px;
}

.nav-menu li:hover > a, .nav-menu li a:hover, .nav-menu li:focus > a, .nav-menu li a:focus { background-color: #220e10; color: #fff; }

.nav-menu .sub-menu, .nav-menu .children {border-top: 0; padding: 0; position: absolute; left: -2px; z-index: 99999; height: 1px; width: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px);  padding-top:22px;  }
.nav-menu .sub-menu li ul{
	padding-top:0px;
}
.nav-menu .sub-menu ul, .nav-menu .children ul {  border-left: 0 none;
    left: 100%;
    top: 0;}

ul.nav-menu ul a, .nav-menu ul ul a { color: #fff; margin: 0; width: 200px; }

ul.nav-menu ul a:hover, .nav-menu ul ul a:hover, ul.nav-menu ul a:focus, .nav-menu ul ul a:focus {
    background-color: #f8f8f8;
    color: #1faaeb;
}

ul.nav-menu li:hover > ul, .nav-menu ul li:hover > ul, ul.nav-menu .focus > ul, .nav-menu .focus > ul { clip: inherit; overflow: inherit; height: inherit; width: inherit; }

.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a { /* color: #00AFEF; */ /* font-style: italic; */
}

/* .menu-item-120 a { color: #00afef !important; } */

.menu-toggle { display: none; }

/* Navbar */
.navbar { background-color: #f7f5e7; margin: 0 auto; max-width: 1600px; width: 100%; background: #00adef none repeat scroll 0 0; }

.site-header .search-form { position: absolute; right: 20px; top: 1px; }

.site-header .search-field { background-color: transparent; background-image: url(images/search-icon.png); background-position: 5px center; background-repeat: no-repeat; background-size: 24px 24px; border: none; cursor: pointer; height: 37px; margin: 3px 0; padding: 0 0 0 34px; position: relative; -webkit-transition: width 400ms ease, background 400ms ease; transition:         width 400ms ease, background 400ms ease; width: 1px; }

.site-header .search-field:focus { background-color: #fff; border: 2px solid #c3c0ab; cursor: text; outline: 0; width: 230px; }

/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.hentry { padding: 40px 0; }

.entry-header, .entry-content, .entry-summary, .entry-meta { margin: 0 auto; max-width: 604px; width: 100%; }

.sidebar .entry-header, .sidebar .entry-content, .sidebar .entry-summary, .sidebar .entry-meta { max-width: 1040px; padding: 0 376px 0 60px; }

/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.sidebar .entry-header .entry-meta { padding: 0; }

.entry-thumbnail img { display: block; margin: 0 auto 10px; }

.entry-header { margin-bottom: 30px; }

.entry-title { font-weight: normal; margin: 0 0 5px; }

.entry-title a { color: #141412; }

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

/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta { clear: both; font-size: 14px; }

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

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

.entry-meta > span { margin-right: 20px; }

.entry-meta > span:last-child { margin-right: 0; }

.featured-post:before { content: "\f308"; margin-right: 2px; }

.entry-meta .date a:before { content: "\f303"; }

.comments-link a:before { content: "\f300"; margin-right: 2px; position: relative; top: -1px; }

.entry-meta .author a:before { content: "\f304"; position: relative; top: -1px; }

.categories-links a:first-child:before { content: "\f301"; }

.tags-links a:first-child:before { content: "\f302"; position: relative; top: -1px; }

.edit-link a:before { content: "\f411"; position: relative; top: -1px; }

.single-author .entry-meta .author, .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; }

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

.entry-content { -webkit-hyphens: auto; -moz-hyphens:    auto; -ms-hyphens:     auto; hyphens:         auto; word-wrap: break-word; }

.entry-content a, .comment-content a { color: #bc360a; }

.entry-content a:hover, .comment-content a:hover { color: #ea9629; }

.entry-content .more-link { white-space: nowrap; }

.entry-content blockquote { font-size: 24px; }

.entry-content blockquote cite, .entry-content blockquote small { font-size: 16px; }

.entry-content img.alignleft, .entry-content .wp-caption.alignleft { margin-left: -60px; }

.entry-content img.alignright, .entry-content .wp-caption.alignright { margin-right: -60px; }

footer.entry-meta { margin-top: 24px; }

.format-standard footer.entry-meta { margin-top: 0; }

/* 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: #e63f2a; border: 1px solid #e63f2a; 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: #e63f2a; }

.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: #220e10; }

.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: #ea9629; }

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

.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; }

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

.gallery { margin-bottom: 20px; margin-left: -4px; }

.gallery-item { float: left; margin: 0 4px 4px 0; overflow: hidden; position: relative; }

.gallery-columns-1.gallery-size-medium, .gallery-columns-1.gallery-size-thumbnail, .gallery-columns-2.gallery-size-thumbnail, .gallery-columns-3.gallery-size-thumbnail { display: table; margin: 0 auto 20px; }

.gallery-columns-1 .gallery-item, .gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item { text-align: center; }

.gallery-columns-4 .gallery-item { max-width: 23%; max-width: -webkit-calc(25% - 4px); max-width:         calc(25% - 4px); }

.gallery-columns-5 .gallery-item { max-width: 19%; max-width: -webkit-calc(20% - 4px); max-width:         calc(20% - 4px); }

.gallery-columns-6 .gallery-item { max-width: 15%; max-width: -webkit-calc(16.7% - 4px); max-width:         calc(16.7% - 4px); }

.gallery-columns-7 .gallery-item { max-width: 13%; max-width: -webkit-calc(14.28% - 4px); max-width:         calc(14.28% - 4px); }

.gallery-columns-8 .gallery-item { max-width: 11%; max-width: -webkit-calc(12.5% - 4px); max-width:         calc(12.5% - 4px); }

.gallery-columns-9 .gallery-item { max-width: 9%; max-width: -webkit-calc(11.1% - 4px); max-width:         calc(11.1% - 4px); }

.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n) { margin-right: 0; }

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1), .gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1), .gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1), .gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) { clear: left; }

.gallery-caption { background-color: rgba(0, 0, 0, 0.7); box-sizing: border-box; color: #fff; font-size: 14px; line-height: 1.3; margin: 0; max-height: 50%; opacity: 0; padding: 2px 8px; position: absolute; bottom: 0; left: 0; text-align: left; -webkit-transition: opacity 400ms ease; transition:         opacity 400ms ease; width: 100%; }

.gallery-caption:before { box-shadow: 0 -10px 15px #000 inset; content: ""; height: 100%; min-height: 49px; position: absolute; left: 0; top: 0; width: 100%; }

.gallery-item:hover .gallery-caption { opacity: 1; }

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

/**
 * 5.5 Post Formats
 * ----------------------------------------------------------------------------
 */

/* Aside */
.format-aside { background-color: #f7f5e7; }

.blog .format-aside:first-of-type, .single .format-aside:first-of-type, .format-aside + .format-aside, .format-aside + .format-link, .format-link + .format-aside { box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2); }

.format-aside .entry-meta { margin-top: 0; }

.format-aside blockquote { font-size: 100%; font-weight: normal; }

.format-aside cite { font-size: 100%; text-transform: none; }

.format-aside cite:before { content: "\2014"; margin-right: 5px; }

/* Audio */
.format-audio { background-color: #db572f; }

.format-audio .entry-title { font-size: 28px; font-weight: bold; }

.format-audio .entry-content:before { content: "\f109"; float: left; font-size: 64px; position: relative; top: 4px; }

.format-audio .entry-content a, .format-audio .entry-meta a, .format-audio .entry-content a:hover, .format-audio .entry-meta a:hover { color: #fbfaf3; }

.format-audio .audio-content { background: url(images/dotted-line.png) repeat-y left top; background-size: 4px 4px; float: right; padding-left: 35px; width: 80%; width: -webkit-calc(100% - 85px); width:         calc(100% - 85px); }

.format-audio .wp-audio-shortcode { height: 30px !important; /* Override mediaelement.js style */ margin: 20px 0; max-width: 400px !important; /* Override mediaelement.js style */ }

.format-audio audio { max-width: 100% !important; /* Avoid player width overflow. */ }

/* Chat */
.format-chat { background-color: #eadaa6; }

.format-chat .entry-title { font-size: 28px; font-weight: bold; }

.format-chat .entry-meta a, .format-chat .entry-content a { color: #722d19; }

.format-chat .entry-meta .date a:before { content: "\f108"; margin-right: 2px; }

.format-chat .entry-meta .author { display: none; }

.format-chat .chat { margin: 0; }

.format-chat .chat .chat-timestamp { color: #722d19; float: right; font-size: 12px; font-weight: normal; margin: 5px 10px 0; }

.format-chat .chat .fn { font-style: normal; }

/* Gallery */
.format-gallery { background-color: #fbca3c; }

.format-gallery .entry-header { margin-bottom: 15px; }

.format-gallery .entry-title { font-size: 50px; font-weight: 400; margin: 0; }

.format-gallery .entry-meta a, .format-gallery .entry-content a { color: #722d19; }

/* Image */
.format-image .entry-title { font-size: 28px; font-weight: bold; }

.format-image .categories-links, .format-image .tags-links { display: none; }

/* Link */
.format-link { background-color: #f7f5e7; }

.blog .format-link:first-of-type, .single .format-link:first-of-type { box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2); }

.format-link .entry-header, .format-link .entry-content p:last-child { margin-bottom: 0; }

.format-link .entry-title { color: #ca3c08; display: inline; font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif; margin-right: 20px; }

.format-link .entry-title a { color: #bc360a; }

.format-link div.entry-meta { display: inline; }

/* Standard */
.format-standard .wp-video, .format-standard .wp-audio-shortcode, .format-audio .wp-audio-shortcode, .format-standard .video-player { margin-bottom: 24px; }

/* Quote */
.format-quote { background-color: #210d10; }

.format-quote .entry-content, .format-quote .entry-meta { color: #f7f5e7; }

.format-quote .entry-content blockquote { font-size: 28px; margin: 0; }

.format-quote .entry-content a, .format-quote .entry-meta a, .format-quote .linked { color: #e63f2a; }

.format-quote .entry-content cite a { border-bottom: 1px dotted #fff; color: #fff; }

.format-quote .entry-content cite a:hover { text-decoration: none; }

.format-quote blockquote small, .format-quote blockquote cite { display: block; font-size: 16px; }

.format-quote blockquote { font-style: italic; font-weight: 300; padding-left: 75px; position: relative; }

.format-quote blockquote:before { content: '\201C'; font-size: 140px; font-weight: 400; line-height: .8; padding-right: 25px; position: absolute; left: -15px; top: -3px; }

.format-quote .entry-meta .author { display: none; }

/* Status */
.format-status { background-color: #722d19; padding: 0; }

.format-status .entry-content, .format-status .entry-meta { padding-left: 35px; position: relative; }

.format-status .entry-content a { color: #eadaa6; }

.format-status .entry-meta a { color: #f7f5e7; }

.sidebar .format-status .entry-content, .sidebar .format-status .entry-meta { padding-left: 95px; }

.format-status .entry-content:before, .format-status .entry-meta:before { background: url(images/dotted-line.png) repeat-y left bottom; background-size: 4px 4px; content: ""; display: block; height: 100%; position: absolute; left: 10px; top: 0; width: 1px; }

.sidebar .format-status .entry-content:before, .sidebar .format-status .entry-meta:before { left: 70px; }

.format-status .categories-links, .format-status .tags-links { display: none; }

/* Ensures the dots in the dot background are in lockstep. */
.format-status .entry-meta:before { background-position: left top; }

.format-status .entry-content { color: #f7f5e7; font-size: 24px; font-style: italic; font-weight: 300; padding-bottom: 30px; padding-top: 40px; position: relative; }

.format-status .entry-content p:first-child:before { background-color: rgba(0, 0, 0, 0.65); content: ""; height: 3px; margin-top: 13px; position: absolute; left: 4px; width: 13px; }

.sidebar .format-status .entry-content > p:first-child:before { left: 64px; }

.format-status .entry-content p:last-child { margin-bottom: 0; }

.format-status .entry-meta { margin-top: 0; padding-bottom: 40px; }

.format-status .entry-meta .date a:before { content: "\f105"; }

/* Video */
.format-video { background-color: #db572f; }

.format-video .entry-content a, .format-video .entry-meta a, .format-video .entry-content a:hover, .format-video .entry-meta a:hover { color: #fbfaf3; }

.format-video .entry-title { font-size: 50px; font-weight: 400; }

.format-video .entry-meta { color: #220e10; }

/**
 * 5.6 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; }

/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */

.navigation .nav-previous { float: left; }

.navigation .nav-next { float: right; }

.navigation a { color: #bc360a; }

.navigation a:hover { color: #ea9629; text-decoration: none; }

.paging-navigation { background-color: #e8e5ce; padding: 40px 0; }

.paging-navigation .nav-links { margin: 0 auto; max-width: 604px; width: 100%; }

.sidebar .paging-navigation .nav-links { max-width: 1040px; padding: 0 376px 0 60px; }

.paging-navigation .nav-next { padding: 13px 0; }

.paging-navigation a { font-size: 22px; font-style: italic; font-weight: 300; }

.paging-navigation .meta-nav { background-color: #e63f2a; border-radius: 50%; color: #fff; display: inline-block; font-size: 26px; padding: 3px 0 8px; text-align: center; width: 50px; }

.paging-navigation .nav-previous .meta-nav { margin-right: 10px; padding: 17px 0 23px; width: 80px; }

.paging-navigation .nav-next .meta-nav { margin-left: 10px; }

.paging-navigation a:hover .meta-nav { background-color: #ea9629; text-decoration: none; }

.post-navigation { background-color: #fff; color: #ca3c08; font-size: 20px; font-style: italic; font-weight: 300; padding: 20px 0; }

.post-navigation .nav-links { margin: 0 auto; max-width: 1040px; }

.sidebar .post-navigation .nav-links { padding: 0 376px 0 60px; }

.post-navigation a[rel="next"] { float: right; text-align: right; }

/**
 * 5.8 Author Bio
 * ----------------------------------------------------------------------------
 */

.author-info { margin: 0 auto; max-width: 604px; padding: 30px 0 10px; text-align: left; /* gallery & video post formats */ width: 100%; }

.author.sidebar .author-info { max-width: 1040px; padding: 30px 376px 10px 60px; }

.single .author-info { padding: 50px 0 0; }

.author-avatar .avatar { float: left; margin: 0 30px 30px 0; }

.single-format-status .author-description { color: #f7f5e7; }

.author-description .author-title { clear: none; font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif; margin: 0 0 8px; }

.author-link { color: #ca3c08; margin-left: 2px; }

.author.archive .author-link { display: none; }

/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */

.archive-header { background-color: #e8e5ce; }

.archive-title, .archive-meta { font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif; margin: 0 auto; max-width: 1040px; padding: 30px 0; width: 100%; }

.archive-meta { font-size: 16px; font-style: normal; font-weight: normal; margin-top: -15px; padding: 0 0 11px; }

.sidebar .archive-meta { padding-right: 316px; }

/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */

.page-header { background-color: #e8e5ce; }

.page-title { font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif; margin: 0 auto; max-width: 1040px; padding: 30px 0; width: 100%; }

.page-content { margin: 0 auto; max-width: 604px; padding: 40px 0; width: 100%; }

.sidebar .page-content { margin: 0 auto; max-width: 1040px; padding: 40px 376px 40px 60px; }

/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */

.error404 .page-header { background-color: #fff; }

.error404 .page-title { line-height: 0.6; margin: 0; padding: 300px; position: relative; text-align: center; width: auto; }

.error404 .page-title:before { color: #e8e5ce; content: "\f423"; font-size: 964px; line-height: 0.6; overflow: hidden; position: absolute; left: 7px; top: 28px; }

.error404 .page-wrapper { background-color: #e8e5ce; }

.error404 .page-header, .error404 .page-content { margin: 0 auto; max-width: 1040px; padding-bottom: 40px; width: 100%; }

/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */

.comments-title, .comment-list, .comment-reply-title, .must-log-in, .comment-respond .comment-form, .comment-respond iframe { display: block; margin-left: auto; margin-right: auto; max-width: 604px; width: 100%; }

.sidebar .comments-title, .sidebar .comment-list, .sidebar .must-log-in, .sidebar .comment-reply-title, .sidebar .comment-navigation, .sidebar .comment-respond .comment-form { max-width: 1040px; padding-left: 60px; padding-right: 376px; }

.comments-title { font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif; }

.comment-list, .comment-list .children { list-style-type: none; padding: 0; }

.comment-list .children { margin-left: 20px; }

.comment-list > li:after, .comment-list .children > li:before { background: url(images/dotted-line.png) repeat left top; background-size: 4px 4px; content: ""; display: block; height: 1px; width: 100%; }

.comment-list > li:last-child:after { display: none; }

.comment-body { padding: 24px 0; position: relative; }

.comment-author { float: left; max-width: 74px; }

.comment-author .avatar { display: block; margin-bottom: 10px; }

.comment-author .fn { word-wrap: break-word; }

.comment-author .fn, .comment-author .url, .comment-reply-link, .comment-reply-login { color: #bc360a; font-size: 14px; font-style: normal; font-weight: normal; }

.says { display: none; }

.no-avatars .comment-author { margin: 0 0 5px; max-width: 100%; position: relative; }

.no-avatars .comment-metadata, .no-avatars .comment-content, .no-avatars .comment-list .reply { width: 100%; }

.bypostauthor > .comment-body .fn:before { content: "\f408"; vertical-align: text-top; }

.comment-list .edit-link { margin-left: 20px; }

.comment-metadata, .comment-awaiting-moderation, .comment-content, .comment-list .reply { float: right; width: 79%; width: -webkit-calc(100% - 124px); width:         calc(100% - 124px); word-wrap: break-word; }

.comment-meta, .comment-meta a { color: #a2a2a2; font-size: 13px; }

.comment-meta a:hover { color: #ea9629; }

.comment-metadata { margin-bottom: 20px; }

.ping-meta { color: #a2a2a2; font-size: 13px; line-height: 2; }

.comment-awaiting-moderation { color: #a2a2a2; }

.comment-awaiting-moderation:before { content: "\f414"; margin-right: 5px; position: relative; top: -2px; }

.comment-reply-link:before, .comment-reply-login:before { content: "\f412"; margin-right: 3px; }

/* Comment form */
.comment-respond { background-color: #f7f5e7; padding: 30px 0; }

.comment .comment-respond { margin-bottom: 20px; padding: 20px; }

.comment-reply-title { font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif; }

.comment-reply-title small a { color: #131310; display: inline-block; float: right; height: 16px; overflow: hidden; width: 16px; }

.comment-reply-title small a:hover { color: #ed331c; text-decoration: none; }

.comment-reply-title small a:before { content: "\f406"; vertical-align: top; }

.sidebar .comment-list .comment-reply-title, .sidebar .comment-list .comment-respond .comment-form { padding: 0; }

.comment-form .comment-notes { margin-bottom: 15px; }

.comment-form .comment-form-author, .comment-form .comment-form-email, .comment-form .comment-form-url { margin-bottom: 8px; }

.comment-form [for="author"], .comment-form [for="email"], .comment-form [for="url"], .comment-form [for="comment"] { float: left; padding: 5px 0; width: 120px; }

.comment-form .required { color: #ed331c; }

.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] { max-width: 270px; width: 60%; }

.comment-form textarea { width: 100%; }

.form-allowed-tags, .form-allowed-tags code { color: #686758; font-size: 12px; }

.form-allowed-tags code { font-size: 10px; margin-left: 3px; }

.comment-list .pingback, .comment-list .trackback { padding-top: 24px; }

.comment-navigation { font-size: 20px; font-style: italic; font-weight: 300; margin: 0 auto; max-width: 604px; padding: 20px 0 30px; width: 100%; }

.no-comments { background-color: #f7f5e7; font-size: 20px; font-style: italic; font-weight: 300; margin: 0; padding: 40px 0; text-align: center; }

.sidebar .no-comments { padding-left: 60px; padding-right: 376px; }

/**
 * 5.13 Multisite
 * ----------------------------------------------------------------------------
 */

.site-main .mu_register { margin: 0 auto; max-width: 604px; width: 100%; }

.mu_alert { margin-top: 25px; }

.site-main .mu_register input[type="submit"], .site-main .mu_register #blog_title, .site-main .mu_register #user_email, .site-main .mu_register #blogname, .site-main .mu_register #user_name { font-size: inherit; width: 270px; }

.site-main .mu_register input[type="submit"] { width: auto; }

/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */

.site-main .widget-area { float: right; width: 300px; }

/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */

/* .widget {
	background-color: rgba(247, 245, 231, 0.7);
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	margin: 0 0 24px;
	padding: 20px;
	word-wrap: break-word;
} */

/* .widget .widget-title {
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 0 10px;
} */

.widget ul, .widget ol { list-style-type: none; margin: 0; padding: 0; }

.widget li { padding: 5px 0; }

.widget .children li:last-child { padding-bottom: 0; }

.widget li > ul, .widget li > ol { margin-left: 20px; }

.widget a { color: #bc360a; }

.widget a:hover { color: #ea9629; }

/* 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; }

/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.site-footer { background-color: #1faaeb; color: #686758; font-size: 14px; text-align: center; }

.site-footer .widget-area, .sidebar .site-footer { text-align: left; }

.site-footer a { color: #686758; }

.site-footer .sidebar-container { background-color: #220e10; padding: 20px 0; }

.site-footer .widget-area { margin: 0 auto; max-width: 1040px; width: 100%; }

.sidebar .site-footer .widget-area { max-width: 724px; position: relative; left: -158px; }

.site-footer .widget { background: transparent; color: #fff; float: left; margin-right: 20px; width: 245px; }

.sidebar .site-footer .widget { width: 228px; }

.sidebar .site-footer .widget:nth-of-type(4), .sidebar .site-footer .widget:nth-of-type(3) { margin-right: 0; }

.site-footer .widget a { color: #e6402a; }

.site-footer .widget-title, .site-footer .widget-title a, .site-footer .wp-caption-text { color: #fff; }

/* .site-info {
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
} */
.woocommerce-product-details__short-description {
    display: none;
}

#wpstats { display: block; margin: -10px auto 0; }

.product.type-product {
    padding: 60px 0px 30px;
}
.product-sec1 {
    width: 55%;
    float: left;
	padding-right: 20px ;
}
.contact-summary {
    width: 100% !important;
    float: right !important;
    padding: 0px !important;
    padding-left: 0px !important;
    max-width: 100% !important;
}
/* .related.products {
    display: none;
} */
.contact-summary .contact-form {
    background: none;
    padding: 0;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 35px;
    margin-bottom: 20px;
}
.form-fields.submit {
    width: 100%;
    float: left;
}
.product_gallery .a3-dgallery .a3dg-thumbs li a:first-child {
    padding-top: 0px;
}
.product_gallery .a3-dgallery .a3dg-thumbs li a:last-child {
    padding-bottom: 0px;
}
.contact-summary .contact-form label {
    margin-bottom: 5px;
       font-weight: 700;
    font-size: 14px;
    width: 100%;
    float: left;
	margin-top:10px;
}
.contact-summary .contact-form input, .contact-summary .contact-form textarea {
    border: 1px solid #666;
    margin: 10px 0px ;
}
.contact-summary .contact-form span.wpcf7-list-item {
    display: block;
    margin-left: 0;
}

.form-fields p:empty {
    display: none;
}
.contact-summary .contact-form input[type="checkbox"] {
    width: auto;
    float: left;
    margin-bottom: 0;
    margin-right: 10px;
    margin-top: 5px;
}
.contact-summary .contact-form  span.wpcf7-list-item.first:first-child {
    margin-left: 0;
}
.contact-summary .contact-form .wpcf7-submit {
    background: #00adef none repeat scroll 0 0;
    font-size: 22px;
    width: auto;
    color: #fff;
	margin-top:15px; 
	border:none;
}
.contact-summary .contact-form .wpcf7-submit:hover{

background:linear-gradient(to bottom, #ed6a31 0%, #e55627 100%)
	}
p.price {
    color: #dd3333 !important;
    font-size: 24px !important;
    line-height: 1.384615384615385em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600 !important;
	margin-bottom:6px;
}
.contact-summary .vc_text_separator.full {
    padding-bottom: 20px;
    
    margin-top: 20px;
    border-bottom: 0;

}
/* .contact-summary .vc_text_separator.full div {
    padding: 0 25px;
    line-height: 36px;
    top: -19px;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    background-color: #1faaeb;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border: 1px solid transparent;
    display: inline-block;
    position: relative;
  } */
.menu-header-menu-container {
    float: right;
}

.nav-menu .sub-menu li a {
    color: #121212;
    border-bottom: 2px solid #1faaeb;
    border-radius: 0;
}

.nav-menu .sub-menu li ul li a {
    border-bottom: 2px solid #1faaeb;
    font-weight: 600;
    color: #9d9d9d;
	display: block;
font-family: "Open Sans",sans-serif;
font-size: 13px;
font-style: normal;
font-weight: 400;
letter-spacing: 0;
margin-bottom: 0 !important;
padding: 7px 15px;
text-decoration: none;
text-transform: capitalize;
}

.nav-menu .sub-menu li ul li:hover a{
	color:#1faaeb;
}
.nav-menu .sub-menu li a > ul >  li > a{
 color:#9b9b9b;
}
ul.sub-menu li {
    background: #f8f8f8;
}
.form-fields.name {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.form-left {
    width: 50%;
    float: left;
    padding-right: 10px;
}
.form-right {
    width: 50%;
    float: right;
    padding-left: 10px;
  
}
.form-fields.name input {
    margin-bottom: 0px;
    margin-bottom: 5px;
}
.contact-summary .contact-form input[type="file"] {
    border: none;
    padding: 0;
}
.form-fields.name label {
    margin-top: 0px;
    margin: 0;
}
ul#primary-menu li ul.sub-menu li:hover a {
  background: transparent none repeat scroll 0 0;
  color: #1faaeb;
}

ul#primary-menu li ul.sub-menu li ul.sub-menu li:hover a {
  background: transparent none repeat scroll 0 0;
  color: #1faaeb;
}

ul#primary-menu li ul.sub-menu li ul.sub-menu li a {
	color:#000;
}
body{
	font-size:13px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: none;
	background: none;
	border-radius: 0;
	height: auto !important
	 padding: 20px 0 !important;
}
  
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  
    border-bottom: none;
   
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    right: 0;
    border-bottom-left-radius: 0;
    border-width: 0;
    box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: .5em 0;
    font-weight: 700;
    color: #515151;
    text-decoration: none;
    height: 40px;
    line-height: 40px;
   display:block;
    margin: 0;
    padding: 0 14px;
    font-size: 13px;
    text-decoration: none;
    font-style: normal;
    color: #b4b4b4;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
	outline:none;
}

.woocommerce div.product  .product-tabs .woocommerce-tabs ul.tabs li#tab-title-colors a {
    display: none !important;
}

.woocommerce div.product  .product-tabs .woocommerce-tabs ul.tabs li#tab-title-sizing-chart a {
    display: none !important;
}

.woocommerce div.product  .woocommerce-tabs ul.tabs li#tab-title-sizing-chart a {
    display: none !important;
}
.woocommerce div.product  .product-tabs-right .woocommerce-tabs ul.tabs li#tab-title-description a {
    display: none !important;
}
/* ----------------------- */
.product-tabs-right .colors_tab active {
    display: block !important;
}

.product-tabs-right #tab-colors{display:block ! important;} 

.woocommerce div.product .woocommerce-tabs ul.tabs li#tab-title-colors a{color:#1faaeb ; }

.product-tabs-right div#tab-description {
    display: none !important;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 100%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #1faaeb;
    outline:none;
}
div#tab-description h2 {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin: 0 0 0.618em;
	padding: 0 0 0 0.4em;
	width: 100%;
	float: left;
	overflow: visible;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
	box-shadow: -2px 2px 0 #fff;
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #00a7e0;
}

.form-fields label span {
    color: red;
    margin-right: 5px;
}
.woocommerce div.product div.images {
    margin-bottom: 0px;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    color: red !important;
    border: 2px solid red !important;
    margin-top: 10px;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    color: #398f14;
}

.form-fields.name label br {
    display: none;
}
nav.woocommerce-breadcrumb a, nav.woocommerce-breadcrumb {
    font-family: "Arvo","Helvetica Neue","Helvetica-Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    font-size: 15px !important;
    font-weight: normal !important;
    color: #33ccff !important;
    text-decoration: none;
}
nav.woocommerce-breadcrumb a:after {
    content: '/';
    color: #000;
    padding: 0px 5px;
}
.a3-dgallery .a3dg-image-wrapper:hover .a3dg-next, .a3-dgallery .a3dg-image-wrapper:hover .a3dg-prev {
    display: none;
}
.single-product.woocommerce div.product .product_title {
    color: #303131;
    float: left;
    font-family: 'Montserrat','Raleway',"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 22px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    line-height: 42px;
	font-weight: 300;
    letter-spacing: 3px;
}



.single-product.woocommerce div.product form.cart .variations {
    margin-bottom: 0;
}
.single-product.woocommerce div.product form.cart .variations .tawcvs-swatches {
  
    padding: 7px 0;
}
.single-product.woocommerce div.product form.cart .reset_variations {
    font-size: 15px;
    line-height: 24px;
    margin-top: -6px;
    float: left;
}
.single-product nav.woocommerce-breadcrumb a, .single-product nav.woocommerce-breadcrumb {
       font-family: 'open_sansregular';
}
.single-product .title_holder .cat-title {
	font-family: 'Montserrat','Raleway',"Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	line-height: 42px;
	font-weight: 300;
	font-size: 22px

}

.single-product .product.type-product {
    padding: 30px 0 60px 0;
    width: 100%;
    float: left;
}
.product-tabs-right .product_meta {
    margin-bottom: 2px;
}
.single-product #darkbox>.straight.scale {
  text-align:center;
}
.tawcvs-swatches .swatch-color.selected:before {
  border-color:transparent !important;
}

/* color swatches 23-02-2018 */
.product-tabs-right .swatch.swatch-color.swatch-solid-white-blend , .product-tabs-right .swatch.swatch-color.swatch-white , .product-tabs-right .swatch.swatch-color.swatch-yellow , .product-tabs-right .swatch.swatch-color.swatch-heather-ice-blue ,.product-tabs-right .swatch.swatch-color.swatch-solid-white-triblend , .product-tabs-right .swatch.swatch-color.swatch-corn-silk ,.product-tabs-right .swatch.swatch-color.swatch-white-fleck-triblend , .product-tabs-right .swatch.swatch-color.swatch-pfd-white , .product-tabs-right .swatch.swatch-color.swatch-heather-white , .product-tabs-right .swatch.swatch-color.swatch-light-steel {
	color: #000 !important;
}
/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
 width: device-width;
}
@viewport {
 width: device-width;
}
 @media (max-width: 1599px) {

.site { border: 0; }
}
 @media (max-width: 1069px) {

.sidebar img.alignleft, .sidebar .wp-caption.alignleft { margin-left: 0; }

.sidebar img.alignright, .sidebar .wp-caption.alignright { margin-right: 0; }

.error404 .page-header { margin-left: auto; max-width: 604px; width: 100%; }

.archive-header, .search .page-header, .archive .page-header, .blog .page-header, .error404 .page-content, .search .page-content, .archive .page-content, .attachment .entry-header, .attachment .entry-content, .post-navigation .nav-links, .sidebar .site-info, .site-footer .widget-area { padding-left: 20px; padding-right: 20px; }

.error404 .page-title { font-size: 24px; padding: 180px; }

.error404 .page-title:before { font-size: 554px; }

.attachment .image-navigation { max-width: 724px; }

.image-navigation .nav-previous, .image-navigation .nav-next { position: static; }

.site-main .widget-area { margin-right: 60px; }
}

 @media (max-width: 999px) {

.sidebar .entry-header, .sidebar .entry-content, .sidebar .entry-summary, .sidebar .entry-meta, .sidebar .comment-list, .sidebar .comment-reply-title, .sidebar .comment-navigation, .sidebar .comment-respond .comment-form, .sidebar .featured-gallery, .sidebar .post-navigation .nav-links, .author.sidebar .author-info { max-width: 604px; padding-left: 0; padding-right: 0; }

.sidebar .site-info, .search.sidebar .page-content, .blog.sidebar .page-content, .attachment .entry-header, .sidebar .comments-title { max-width: 604px; }

.sidebar .archive-meta, .attachment .entry-header, .search.sidebar .page-content, .blog.sidebar .page-content, .sidebar .site-info, .sidebar .comments-title, .sidebar .no-comments { padding-left: 0; padding-right: 0; }

.attachment .entry-meta { float: left; text-align: left; width: 100%; }

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

.format-status .entry-content { padding-top: 40px; }

.format-status .entry-meta { padding-bottom: 40px; }

.sidebar .format-status .entry-content, .sidebar .format-status .entry-meta { padding-left: 35px; }

.sidebar .format-status .entry-content:before, .sidebar .format-status .entry-meta:before { left: 10px; }

.sidebar .format-status .entry-content p:first-child:before { left: 4px; }

.sidebar .paging-navigation .nav-links { padding: 0 60px; }

.site-main .sidebar-container { height: auto; margin: 0 auto; max-width: 604px; position: relative; top: 20px; }

.site-main .widget-area { float: none; margin: 0; width: 100%; }

.sidebar .site-footer .widget-area { max-width: 100%; left: 0; }
}

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {

.site-header .home-link { min-height: 0; }

.site-title { font-size: 36px; padding: 8px 0 10px; }

.entry-content img.alignleft, .entry-content .wp-caption.alignleft { margin-left: 0; }

.entry-content img.alignright, .entry-content .wp-caption.alignright { margin-right: 0; }

.attachment .image-navigation, .attachment .entry-attachment .attachment { max-width: 604px; padding: 0; width: 100%; }

.gallery-caption { display: none; }
}
 @media (max-width: 643px) {

.site-title { font-size: 30px; }

#content .entry-header, #content .entry-content, #content .entry-summary, #content footer.entry-meta, #content .featured-gallery, .search.sidebar .page-content, .blog.sidebar .page-content, .sidebar .post-navigation .nav-links, .paging-navigation .nav-links, #content .author-info, .comments-area .comments-title, .comments-area .comment-list, .comments-area .comment-navigation, .comment-respond, .sidebar .site-info, .sidebar .paging-navigation .nav-links { padding-left: 20px; padding-right: 20px; }

#content .format-status .entry-content, #content .format-status .entry-met { padding-left: 35px; }

/* Small menu */
	.menu-toggle { cursor: pointer; display: inline-block; font: bold 16px/1.3 "Source Sans Pro", Helvetica, sans-serif; margin: 0; }

.menu-toggle, .menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active { background: none; border: none; color: #141412; padding: 12px 0 12px 20px;opacity:0; }

.menu-toggle:focus { outline: thin dotted; }

.menu-toggle:after { content: "\f502"; font-size: 12px; padding-left: 8px; vertical-align: -4px; }

.toggled-on .menu-toggle:after { content: "\f500"; vertical-align: 2px; }

.toggled-on .nav-menu, .toggled-on .nav-menu > ul { display: block; margin-left: 0; padding: 0; width: 100%; }

.toggled-on li, .toggled-on .children { display: block; }

.toggled-on .nav-menu li > ul { background-color: transparent; display: block; float: none; margin-left: 20px; position: relative; left: auto; top: auto; }

.toggled-on .nav-menu li > ul a { color: #141412; width: auto; }

.toggled-on .nav-menu li:hover > a, .toggled-on .nav-menu .children a { background-color: transparent; color: #141412; }

.toggled-on .nav-menu > li a:hover, .toggled-on .nav-menu > ul a:hover { background-color: #db572f; color: #fff; }

.toggled-on .nav-menu > li a:focus, .toggled-on .nav-menu > ul a:focus { background-color: #220e10; color: #fff; }

ul.nav-menu, div.nav-menu > ul { display: none; }

#content .featured-gallery { padding-left: 24px; }

.gallery-columns-1 .gallery-item { margin-right: 0; width: 100%; }

.entry-title, .format-chat .entry-title, .format-image .entry-title, .format-gallery .entry-title, .format-video .entry-title { font-size: 22px; font-weight: bold; }

.format-quote blockquote, .format-status .entry-content { font-size: 18px; }

.format-quote blockquote small, .format-quote blockquote cite { font-size: 13px; }

.error404 .page-title { padding: 40px 0 0; }

.error404 .page-title:before { content: normal; }

.comment-author { margin-right: 30px; }

.comment-author .avatar { height: auto; max-width: 100%; }

.comment-metadata, .comment-content, .comment-list .reply { width: 70%; width: -webkit-calc(100% - 104px); width:         calc(100% - 104px); }

.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] { width: -webkit-calc(100% - 120px); width:         calc(100% - 120px); }

.comment-form textarea { height: 80px; /* Smaller field for mobile. */ }

/* Audio */
	.format-audio .entry-content:before { display: none; }

.format-audio .audio-content { background-image: none; float: none; padding-left: 0; width: auto; }
}

/* Mobile devices */
@media (max-width: 359px) {

.site-title { font-weight: normal; }

.site-description { clip: rect(1px, 1px, 1px, 1px); position: absolute; }

.gallery { margin-left: 0; }

.gallery .gallery-item, .gallery-columns-2.gallery-size-thumbnail .gallery-item { max-width: none; width: 49%; width: -webkit-calc(50% - 4px); width:         calc(50% - 4px); }

.gallery-columns-1.gallery-size-medium, .gallery-columns-1.gallery-size-thumbnail, .gallery-columns-2.gallery-size-thumbnail, .gallery-columns-3.gallery-size-thumbnail { display: block; }

.gallery-columns-1 .gallery-item, .gallery-columns-1.gallery-size-medium .gallery-item, .gallery-columns-1.gallery-size-thumbnail .gallery-item { text-align: center; width: 98%; width: -webkit-calc(100% - 4px); width:         calc(100% - 4px); }

.gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-9 .gallery-item:nth-of-type(9n) { margin-right: 4px; }

.gallery br { display: none; }

.gallery .gallery-item:nth-of-type(even) { margin-right: 0; }

/* Comments */
	.comment-author { margin: 0 0 5px; max-width: 100%; }

.comment-author .avatar { display: inline; margin: 0 5px 0 0; max-width: 20px; }

.comment-metadata, .comment-content, .comment-list .reply { width: 100%; }
}


/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */

/* Retina-specific styles. */
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
 .site-header .search-field {
 background-image: url(images/search-icon-2x.png);
}
 .format-audio .audio-content, .format-status .entry-content:before, .format-status .entry-meta:before, .comment-list > li:after, .comment-list .children > li:before {
 background-image: url(images/dotted-line-2x.png);
}
}
 @media print {

body { background: none !important; color: #000; font-size: 13px; }

footer a[rel="bookmark"]:link:after, footer a[rel="bookmark"]:visited:after { content: " [" attr(href) "] "; /* Show URLs */ }

.site { max-width: 98%; }

.site-header { background-image: none !important; }

.site-header .home-link { max-width: none; min-height: 0; }

.site-title { color: #000; font-size: 21pt; }

.site-description { font-size: 10pt; }

.author-avatar, .site-footer, .comment-respond, .comments-area .comment-edit-link, .comments-area .reply, .comments-link, .entry-meta .edit-link, .page-links, .site-content nav, .widget-area, .main-navigation, .navbar, .more-link { display: none; }

.entry-header, .entry-content, .entry-summary, .entry-meta { margin: 0; width: 100%; }

.page-title, .entry-title { font-size: 21pt; }

.entry-meta, .entry-meta a { color: #444; font-size: 10pt; }

.entry-content img.alignleft, .entry-content .wp-caption.alignleft { margin-left: 0; }

.entry-content img.alignright, .entry-content .wp-caption.alignright { margin-right: 0; }

.format-image .entry-content .size-full { margin: 0; }

/* Remove colors from post formats */
	.hentry { background-color: #fff; }

/* Comments */
	.comments-area > li.comment { background: none; position: relative; width: auto; }

.comment-metadata { float: none; }

.comment-author .fn, .comment-reply-link, .comment-reply-login { color: #333; }
}

/********************* css starts from here *****************************/

.page-id-295 .hfeed.site { float: left; height: 91%; }

.page-id-295 .site-main { height: 91%; position: relative; }

@font-face { font-family: 'open_sanssemibold'; src: url('fonts/opensans-semibold.woff2') format('woff2'), url('fonts/opensans-semibold.woff') format('woff'); font-weight: normal; font-style: normal; }

@font-face { font-family: 'open_sansbold'; src: url('fonts/opensans-bold.woff2') format('woff2'), url('fonts/opensans-bold.woff') format('woff'); font-weight: normal; font-style: normal; }

@font-face { font-family: 'open_sanslight'; src: url('fonts/opensans-light.woff2') format('woff2'), url('fonts/opensans-light.woff') format('woff'); font-weight: normal; font-style: normal; }

@font-face { font-family: 'open_sansregular'; src: url('fonts/opensans-regular.woff2') format('woff2'), url('fonts/opensans-regular.woff') format('woff'); font-weight: normal; font-style: normal; }

@font-face { font-family:'Bebas'; src: url('fonts/Bebas.eot'); src: url('fonts/Bebas.eot?#iefix') format('embedded-opentype'), url('fonts/Bebas.woff2') format('woff2'), url('fonts/Bebas.woff') format('woff'), url('fonts/Bebas.svg#Bebas') format('svg'); font-weight: 400; font-style: normal; font-stretch: normal; unicode-range: U+0020-007E;
}

@font-face { font-family: 'bebas_neuethin'; src: url('fonts/bebasneue_thin.woff2') format('woff2'), url('fonts/bebasneue_thin.woff') format('woff'); font-weight: normal; font-style: normal; }

@font-face { font-family: 'bebas_neuebold'; src: url('fonts/bebasneue_bold.woff2') format('woff2'), url('fonts/bebasneue_bold.woff') format('woff'); font-weight: normal; font-style: normal; }

@font-face { font-family: 'bebas_neuebook'; src: url('fonts/bebasneue_book.woff2') format('woff2'), url('fonts/bebasneue_book.woff') format('woff'); font-weight: normal; font-style: normal; }

@font-face { font-family: 'bebas_neuelight'; src: url('fonts/bebasneue_light.woff2') format('woff2'), url('fonts/bebasneue_light.woff') format('woff'); font-weight: normal; font-style: normal; }

@font-face { font-family: 'bebas_neue_regularregular'; src: url('fonts/bebasneue_regular.woff2') format('woff2'), url('fonts/bebasneue_regular.woff') format('woff'); font-weight: normal; font-style: normal; }

body { font-family: 'open_sansregular'; /* overflow-x: hidden; */ padding-top: 125px; }

a { text-decoration: none !important; }

.main-container { margin: 0 auto; width: 1170px; padding: 0 18px; }

.navigation_main-div { background: #00adef none repeat scroll 0 0; float: left; width: 100%; }

.top-bar { background: #ffffff none repeat scroll 0 0; float: left; width: 100%; }

.logo_div { float: left; width: auto; }

.contact_info { float: right; width: auto; padding: 15px 0; position: relative; }

.contact_info:after { background: rgba(0, 0, 0, 0) url("images/phone.png") no-repeat scroll 0 0; content: ""; height: 100px; left: -50px; position: absolute; top: 30px; width: 100px; }

.hfeed.site { float: left; }

.contact_info .textwidget h3 { color: #00adef; font-family: 'open_sansregular'; font-size: 28px; font-style: normal; font-weight: normal; margin: 0; }

.contact_info .textwidget h4 { font-size: 28px; font-weight: bold; padding: 0; text-align: right; margin: 0; font-family: 'open_sansregular'; }

.navigation_main-div .nav-menu li { margin: 0 4% 0 0; }

.navigation_main-div ul.nav-menu, .navigation_main-div div.nav-menu > ul { margin: 0; padding: 0; }

.navigation_main-div .nav-menu li a { color: #ffffff; font-family: "open_sanslight"; font-size: 22px; font-style: normal; padding: 11px 6px 7px; text-transform: uppercase; }

.nav-menu li:hover > a, .nav-menu li a:hover, .nav-menu li:focus > a, .nav-menu li a:focus {
        color: #fff;
    background: #1faaeb;
}

.metaslider .slides .caption { margin:0 auto; width: 1170px; }

.metaslider .slides .caption > p { color: #ffffff; float: right; font-family: "open_sanssemibold"; font-size: 46px; font-weight: bold; line-height: 50px; padding: 30px 0 0; position: relative; right: 0; text-align: center; text-transform: uppercase; top: 0; width: 100%; }

.metaslider .slides .caption > p::after { background: #00adef none repeat scroll 0 0; bottom: -20px; content: ""; height: 7px; left: 0; position: absolute; width: 25%; display: none; }

.metaslider .caption-wrap { background: none !important; padding:0 0 4%; opacity: 9 !important; }

.metaslider .slides .caption > h2 { clear: none; float: left; margin: 0; padding: 18% 0 0; text-align: center; width: 100%; }

.metaslider .slides .caption a { background: #3d3e3e none repeat scroll 0 0; color: #ffffff; display: inline-block; float: none; font-family: bebas_neue_regularregular; font-size: 28px; margin: 5px 10px; padding: 16px 34px; position: relative; vertical-align: middle; }

.metaslider .slides .caption a:hover { background: #0895cb none repeat scroll 0 0; }

.metaslider .slides .caption a:nth-child(2) { background: #049cd6 none repeat scroll 0 0; padding: 16px 44px; }

.metaslider .slides .caption a:nth-child(2):hover, .portfolio_link > a:hover { background: #0681b0 none repeat scroll 0 0; }

.text_div > h2 { color: #303131; float: left; font-family: 'bebas_neue_regularregular'; font-size: 44px; position: relative; text-transform: uppercase; width: 100%; line-height: 42px; text-align: center; }

.what_we_do h2 { color: #303131; float: left; font-family: bebas_neue_regularregular; font-size: 52px; position: relative; text-transform: uppercase; width: 100%; line-height: 42px; text-align: center; }

/* .text_div > h2::after, */ .what_we_do h2::after { background: #303131 none repeat scroll 0 0; bottom: -15px; content: ""; height: 6px; left: 40%; position: absolute; width: 20%; }

.about_div .text_div p { color: #7a7c7d; float: left; font-size: 18px; font-weight: 300; line-height: 22px; margin: 0; padding: 0 0 9px; width: 100%; text-align: center; }

.step_div { float: left; margin: 6% 0 0; width: 100%; }

.steps { float: left; text-align: center; width: 33%; padding: 0 15px; color:#7a7c7d; }

.steps h2 { color: #333333; font-family: "bebas_neue_regularregular"; font-size: 28px; margin: 10px 0; text-transform: uppercase; }

.steps p { font-size: 15px; line-height: 20px; }

.steps p:empty { display: none; }

.about_div, .what_we_do { float: left; width: 100%; padding: 4% 0; }

.what_we_do { background:#f9f9f9; margin: 4% 0; }

.what_we_do p { float: left; width: 100%; text-transform: uppercase; text-align:center; }

.more_porfolio ul#afp-filter a { color: #81817f; font-size: 22px; padding: 0 15px; }

.more_porfolio ul#afp-filter li:hover { border-bottom: 5px solid #00adef; }

.more_porfolio li.afp-single-item { width: 33%; }

.more_porfolio .afp-active-cat { border-bottom: 5px solid #00adef; }

.more_porfolio ul#afp-filter li { padding-right: 0 !important; }

.what_we_do .af-portfolio { /* float: left; margin: 30px 0 0; width: 100%; */ margin: 0 auto; width: 96%; }

.what_we_do .af-portfolio li.afp-single-item { float: left; margin: 5px 0; padding-right: 0; width: 33%; position:relative; }

.afp-items li a { float: left; width: 100%; }

.what_we_do .af-portfolio ul.afp-items { display: block; margin-top: 15px; }

.slider { float: left; width: 100%; }

.slider .metaslider .flexslider { margin: 0 !important; }

.what_we_do .portfolio_link { float: left; height: auto; margin: 28px 0; text-align: center; width: 100%; }

.portfolio_link > a { background: #00adef none repeat scroll 0 0; color: #ffffff; font-size: 26px; padding: 8px 28px; font-family: bebas_neue_regularregular; }

.clients { float: left; text-align: center; width: 100%; padding: 3% 0; }

.clients .main-container > h2 { color: #00adef; font-family: bebas_neue_regularregular; font-size: 48px; margin: 0; padding: 30px 0; position: relative; }

.clients .main-container > h2::after { background: #00adef none repeat scroll 0 0; bottom: 24px; content: ""; height: 6px; left: 29%; position: absolute; width: 42%; }

.testamonial_box > h2::after { background: #00adef none repeat scroll 0 0; bottom: 0; content: ""; height: 6px; left: 34%; position: absolute; width: 32%; }

.testamonial { float: left; padding: 30px 0; width: 100%; }

.facts { float: left; padding: 11% 0; width: 100%; }

.testamonial .main-container { /* background: #f9f9f9 none repeat scroll 0 0; */ height: auto;/* min-height: 450px; */ }

.testamonial_box > h2 { color: #00adef; font-family: bebas_neue_regularregular; font-size: 48px; margin: 0; text-align: center; position:relative; }

td { border: none !important; }

.style1 div.childDiv_style1 div.bxsliderx.rowcust div div.rowupdate.margin_Quotes div.colupdate-sm-12.setmargin .floatLeft { display: none; }

.contact-form { background: rgba(0, 0, 0, 0) url("images/contact-bg2.jpg") no-repeat scroll center center / cover; float: left; padding: 6% 0; width: 100%; }

footer { float: left; width:100%; margin:0 !important; padding: 15px 0; }

.contact-form h2 { color: #303131; font-family: bebas_neue_regularregular; font-size: 48px; margin: 0; text-transform: uppercase; }

.contact-form .wpcf7-form > p { display: inline-block;
margin-bottom: 8px;
margin-right: 9px;
width: 49%; }
/* .contact-form .wpcf7-form > p:nth-child(3n) {
  margin-right: 0;  
} */
.contact-form input, .contact-form select { background: #ffffff none repeat scroll 0 0; border: medium none; padding: 9px 10px; width: 100%; color: #000; }

/* .contact-form .wpcf7-form > p { float: left; width: 50%; margin-bottom: 8px; } */
.contact-form .wpcf7-form-control-wrap {
  float: left;
  width: 100%;
}
.contact-form .wpcf7-submit {
  float: left;
  margin-top: 8px;
}
.contact-form p:nth-child(8) { width: 100%; }

.contact-form textarea {  width: 99%; border:none; height: 115px; color: #000;float:left; }

.contact-form .wpcf7-submit { background: #00adef none repeat scroll 0 0; font-size: 22px; width: 200px; color: #fff; }

.site-info { color: #ffffff; float: left; padding: 8px 7px; text-align: left; width: auto; }
.Footer-menu li a {
    color: #ffffff;
    padding: 12px 0;
    font-size: 14px;
}

.Footer-menu li a:hover { color:#333; border: none; }

.social-icon { float: right; margin-right: 15px; margin-top: 2px; text-align: right; width: auto; }

.facts h2 { color: #303131; float: left; font-family: bebas_neue_regularregular; font-size: 48px; margin: 0 0 40px; position: relative; text-align: center; width: 100%; }

.facts h2::after { background: #303131 none repeat scroll 0 0; bottom: -12px; content: ""; height: 6px; left: 43%; position: absolute; width: 14%; }

.testamonial .main-container { padding: 15px 25px; }

.style1 div.childDiv_style1 div.bxsliderx.rowcust div div.rowupdate blockquote.open_close .quotes_content::before, .style1 div.childDiv_style1 div.bxsliderx.rowcust div div.rowupdate blockquote.open_close .quotes_content::after { display: none !important; }

.testamonial blockquote.open_close { margin: 0 !important; padding: 0 !important; }

.testamonial .style1 .childDiv_style1 .bxsliderx .setMargin { margin: 0 !important; width: 100% !important; }

#divSliderMain585b580074900 .bx-wrapper { border: medium none !important; }

#divSliderMain585b5b9fc0570 .bx-wrapper .bx-viewport { background-color: none !important; }

.testamonial .style1 div.childDiv_style1 div.bxsliderx.rowcust div div.rowupdate blockquote.open_close .author_name { font-family: open_sanslight; text-align: left; width: 100%; }

.testamonial .style1 div.childDiv_style1 div.bxsliderx.rowcust div div.rowupdate blockquote.open_close .author_position { display: none; }

.testamonial .quotes_content { color: #3e3c3c; line-height: 23px; }

.testamonial_box > p { color: #3e3c3c; margin: 0 0 22px; padding: 0 0 12px; text-align: center; }

.testamonial_box { float: right; width: 100%; position: relative; height: auto; }

/* .testamonial_box::after {
	background: rgba(0, 0, 0, 0) url("images/qq.png") no-repeat scroll 0 0;
	content: "";
	height: 100px;
	left: -12%;
	position: absolute;
	top: 0;
	width: 109px;
} */
.testamonial .bxsliderx { margin: 0; padding: 0; width: 100% !important; }

.stop-watch { float: left; width: 100%; }

.timer { border: 1px dashed #cccccc; float: left; margin: 0 27px; text-align: center; width: auto; padding: 15px 26px; }

.stop-watch { float: left; margin: 40px 0; width: 100%; }

.timer > h4 { color: #00adef; font-family: open_sanssemibold; font-size: 54px; text-shadow: 0 0 1px #000000; margin:0; }

.timer > p { font-size: 21px; margin: 0; }

.Footer-menu { color: #ffffff; float: left; margin: 8px 0; }

div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok {
	float: left;
	width: 75%;
	margin-top: 10px;
	margin: 0;
}
.site-header1 { -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; position: fixed; top: 0; width: 100%; z-index: 100;left:0; }

.site-header1.sticky { position: fixed; top: 0; z-index: 100; width: 100%; box-shadow: 0 0 4px #cccccc; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }

.site-header1.sticky h2.easylogo { margin: 15px 0; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }

.site-header1.sticky h2.easylogo img { max-width: 65% !important; }

.site-header1.sticky .top-bar .navbar { margin: 11px 0; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }

.gs_logo_single { float: left; width: 16%; }

/* html { overflow-x: hidden; } */

.top-bar .navbar { float: right; width: auto; background: none; margin: 30px 0 0; }

.get_a_div { float: left; width: 100%; }

.get_a_div .main-container iframe { width: 100%; }

.get_a_div .main-container iframe form.jotform-form { background: #eeeeee none repeat scroll 0 0; margin: 0 auto !important; padding: 24px 0; width: 1170px !important; float: none !important; }

.get_a_div .main-container iframe .jotform-form.form-all { box-shadow: 0 0 5px #999999; }

.metaslider { max-width: 100% !important; }

.qe-testimonial-wrapper { background: #ffffff none repeat scroll 0 0; border: 1px dashed #cccccc; border-radius: 4px; float: left; margin: 0 5px; width: 32.2%; }

.qe-testimonial-wrapper .qe-testimonial-text p { font-size: 14px !important; font-style: normal !important; font-weight: 400; line-height: 19px !important; }

.qe-testimonial-wrapper .qe-testimonial-author { float: left; height: 60px; width: 100%; }

.lcs_logo_container img { width: 100%; }

#awesome-menu .menu-trigger { background: #000000 none repeat scroll 0 0; }

#awesome-menu #menu-item-120 a { color:#00AFEF; }

#awesome-menu li:hover a { color:#00AFEF; }

.responsive-menuwrapper ul { box-shadow: 0 0 4px 1px #cccccc; }

/* .metaslider .slides .caption-wrap {
  padding: 0;
  right: 0;
  top: 0;
  width: 50%;
} */

.slides { position:relative; }

.metaslider .slides img { height: 400px; }

.metaslider .slides .caption-wrap { bottom: 0; color: #ffffff; display: block; float: right; left: 0; line-height: 1.4em; margin: 0; opacity: 0.7; position: absolute; right: 0; width: 100% ! important; top:0; padding: 0; }

.metaslider .caption { padding:0 ! important; }

.metaslider .slides .caption { position: relative; }

.banner_img { bottom: 0; height: 100%; position: absolute; top: 0; width: 24.5%; }

.banner_text { margin-left: 0; margin-top: 0; position: absolute; right: 0; top: 30px; }

.banner_img img { max-width:100%; }

.banner_text p { font-family: bebas_neue_regularregular; font-size: 55px; font-weight: 600; line-height: 55px; }

.banner_text h2 { margin: 0; padding: 15% 0 0; }

.afp-single-item .adipoli-wrapper { width: 100% !important; height: auto !important; }

.afp-single-item .adipoli-wrapper .adipoli-before { position: relative; }

.afp-single-item .adipoli-wrapper .adipoli-after { display: none !important; }

#colorbox { left:2% ! important; width: 96% ! important; top: 3% !important;height: 620px !important; }

#colorbox #cboxWrapper { width: 100% ! important; }

#colorbox #cboxWrapper #cboxContent { width: 100% ! important; }

#cboxContent #cboxLoadedContent { width: 100% ! important; overflow: hidden ! important; }

#cboxTopLeft { display:none; }

#cboxTopCenter { display:none; }

#cboxMiddleLeft { display:none; }

#cboxTopRight { display:none; }

#cboxBottomLeft { display:none; }

#cboxBottomCenter { display:none; }

#cboxBottomRight { display:none; }

#cboxMiddleRight { display:none; }

#cboxLoadedContent .cboxPhoto { height: auto !important; max-height: 620px; max-width: 100% !important; width: auto !important; }

#colorbox #cboxWrapper { height: auto !important; }

#colorbox #cboxWrapper #cboxContent { height: auto !important; }

#cboxContent #cboxLoadedContent { height: 100% !important;min-height: 620px; }

.af-portfolio .portfolio_images { float: left; margin: 0 3.5% 40px 0; padding: 0; width: 31%; }

.af-portfolio .portfolio_images:nth-child(3n) { margin-right:0; }

.af-portfolio .portfolio_images:nth-child(3n+1) { clear: both; }

.af-portfolio .portfolio_images img { width: 100%; height: auto; }

#afp-container .afp-items .afp-single-item { float: left; margin: 0 3.5% 40px 0; padding: 0; width: 31%; }

#afp-container .afp-items .afp-single-item:nth-child(3n) { margin-right:0; }

#afp-container .afp-items .afp-single-item:nth-child(3n+1) { clear: both; }

#afp-container .afp-items .afp-single-item img { width: 100%; height: auto; }

.more_porfolio .title h2 { color: #303131; float: left; font-family: bebas_neue_regularregular; font-size: 52px; line-height: 42px; position: relative; text-align: center; text-transform: uppercase; width: 100%; }

.more_porfolio .title h2::after { background: #303131 none repeat scroll 0 0; bottom: -15px; content: ""; height: 6px; left: 40%; position: absolute; width: 20%; }

.more_porfolio .title p { float: left; text-align: center; text-transform: uppercase; width: 100%; }

.more_porfolio #afp-filter { margin: 20px 0; text-align: center; }

.form-pagebreak-back-container { margin-left: 19px; }

.wpcf7-form-control::-moz-placeholder {color:#000;opacity: 1;}

#section6 h2 { text-align: center; }

#section6 p { text-align: center; }

.contact-form p:nth-child(9) { width: 100%; }

.owl-wrapper-outer .lcsp_logo_container {margin: 0;overflow: hidden;padding: 6px;}

.owl-wrapper-outer .lcsp_logo_container img{width:100%;}

.main-container-get{width:1180px;margin:0 auto;}


.sbi_photo_wrap .sbi_photo{background:none !important;height:auto!important;}

.sbi_photo_wrap .sbi_photo img{display:block ! important}

#post-221 .entry-content {padding: 0;}
#sb_instagram {float: left;width: 100% !important;}
.sbi_photo_wrap a {width: 100%;}
.sbi_photo_wrap a img{width: 100%;}
#post-221 header h1 {
  color: rgb(48, 49, 49);
  float: left;
  font-family: bebas_neue_regularregular;
  font-size: 52px;
  line-height: 42px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
#post-221 header h1::after {
  background: rgb(48, 49, 49) none repeat scroll 0 0;
  bottom: -15px;
  content: "";
  height: 6px;
  left: 40%;
  position: absolute;
  width: 20%;
}
#post-221 .entry-header {
  float: left;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.page-id-221 #content {
  margin: 0 auto;
  width: 82%;
}
#post-221 .entry-content {
  float: left;
  width: 100%;
  max-width: 100%;
}
#post-221 {
  float: left;
  width: 100%;
}
#sb_instagram #sbi_load {
  margin: 21px 0;
}
.sbi_load_btn {
  font-size: 20px !important; 
}
#cboxContent {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
#cboxNext {
  right: 6px !important;bottom: 44% !important;left: none !important;
}
#cboxPrevious {
  bottom: 44% !important; 
}
.read-more a:hover {
    background: #0496cc;
}
.contact-summary .contact-form form p {
    width: 100% !important;
    float: left;
}
div#livechat-compact-container {
    z-index: 99 !important;
}

nav.woocommerce-breadcrumb a, nav.woocommerce-breadcrumb {
    font-family: "Arvo","Helvetica Neue","Helvetica-Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    font-size: 13px !important;
    font-weight: normal !important;
    color: #33ccff !important;
    text-decoration: none;
}
.a3-dgallery .a3dg-image-wrapper .a3dg-image img {
 
    float: left;
}

.a3dg-navbar-control {
    display: none !important;
}
.a3dg-image-wrapper {
    width: 73%!important;
    float: left;
}
.a3-dgallery .a3dg-forward, .a3-dgallery .a3dg-back{
display:none;
}
.a3-dgallery .a3dg-nav {
    PADDING: 0PX !IMPORTANT;
}
.a3-dgallery .a3dg-thumbs li{
 
    width: 100% !important;
}
.a3-dgallery .a3dg-thumbs .a3dg-thumb-list {
   
    display: block !important;
   
}
.product_gallery .a3-dgallery .a3dg-thumbs li a img {
    display: inline;
}
.product_gallery .a3-dgallery .a3dg-thumbs li a {
    border: 1px solid transparent !important;
    width: 81px;
    height: 81px;
    padding: 5px;
}
.a3-dgallery .a3dg-image-wrapper {
    height: 537px !important;
}
.product_gallery .a3-dgallery .a3dg-thumbs li a {
    border: 1px solid transparent !important;
    width: 106px;
    height: 107px;
    padding: 5px;
	float:left;

}
div#tab-description p {
    font-size: 14px;
}
.contact-summary .contact-form form p {
    
    font-size: 14px;
}
div#tab-description {
    max-width: 100%;
}

div#tab-description ul {
    display: inline-block;
    width: 970px;
    text-align: left;
    margin-top: 0;
    padding-left: 30px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li{
	padding:0px;
	padding-right: 30px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
   
    padding: 0;
}
.quote h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    font-weight: bolder;
    position: relative;
    padding-bottom: 20px;
}
.quote h3:after {
    content: '';
    border-bottom: 3px solid #000;
    width: 50px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    
}
.request-quote a {
	background: #fff;
	color: #00a7e0;
	padding: 11px 40px;
	font-size: 12px;
	text-transform: uppercase;
	border: 2px solid #00a7e0;
	font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;

}
.request-quote a:hover {
	background: #00a7e0;
	color: white;
}


.request-quote {
    width: auto;
    float: right;
    text-align: center;
    margin: 5% 0px;
    padding-right: 0;
}

.product-tabs-right {
    width: 50%;
    float: right;
    text-align: left;
}

.quantity_table .button,.quantity_table input,.quantity_table textarea {
  border: none;
  font-family: inherit;
  padding: 5px;
}

.quantity_table input:focus, textarea:focus {
  border: none;
  outline: 0 none;
}

.summary.entry-summary.contact-summary input.data {
    border: 1px solid #d8d8d8;
    margin-left: 5px;
}

.quantity_table .black_bg th {
    color: #d8d8d8;
    text-align: center;
    font-size: 16px;
    font-weight: 100;
    text-transform: capitalize;
}

.quantity_table{float: left;
table-layout: fixed;
width: 100%;}

.quantity_table .odd{background: #d8d8d8 none repeat scroll 0 0;}

.quantity_table .even{background:#F2F2F2;}

.quantity_table td:nth-child(1) {
    border: medium none !important;
    padding: 0px 9px;
    background: #b5b5b5;
    text-align: left;
 }
.quantity_table td.self {
    background: none;
    text-align: center;
}
.quantity_table td span{float: left;
width: auto;}

.quantity_table td  input{background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
display: inline-block;
float: left !important;
width: 90%;}

.quantity_table .same_bg{background: #b5b5b5 none repeat scroll 0 0;  padding: 0 0 0 6px;}

.calculate_price_table{border:1px solid;}

.calculate_price_table input:focus, textarea:focus {
  border: border:1px solid;
  outline: 0 none;
}
.contact-summary .quote {
    text-align: center;
}
table.quantity_table tr:nth-child(even) {
    background: #d8d8d8;
}
table.quantity_table tr:nth-child(odd) {
    background: #f2f2f2;
}

.quantity_table .black_bg{background: #000000 none repeat scroll 0 0 !important;}
.summary.entry-summary.contact-summary .main-container {
    width: 100%;
    padding: 0;
}


.form-fields.name {
    width: 100%;
    float: left;
}
div#tab-description p {
    font-size: 14px;
    margin-bottom: 7px;
}
.form-fields:nth-child(3), .form-fields:nth-child(8), .form-fields:nth-child(10) {
    width: 50%;
    float: left;
    padding-right: 10px;
}
.form-fields:nth-child(4) ,.form-fields:nth-child(9), .form-fields:nth-child(11){
    width: 50%;
    float: right;
    padding-left: 10px;
}
.a3dg-image {
    TOP: 0 !IMPORTANT;
}
.woocommerce .woocommerce-breadcrumb a, .woocommerce .woocommerce-breadcrumb {
    
    TEXT-TRANSFORM: UPPERCASE;
}

.quantity_table td {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    min-height: 38px;
	word-break: break-word;
}
.product-tabs {
    width: 50%;
    float: left;
}

.product-tabs-right .tawcvs-swatches .swatch-color {
  text-indent: 0;
}

.product-tabs-right .tawcvs-swatches .swatch {
 border-radius: 0;
cursor: pointer;
display: table-cell;
float: left;
font-size: 10px;
height: 39px;
margin-bottom: 1px;
margin-right: 1px;
overflow: hidden;
vertical-align: top;
width: 62px;
opacity:1; word-wrap: break-word;
}

.product-tabs-right .product_title { font-size: 31px;}

.product-tabs-right .tawcvs-swatches .swatch {
  border: 1px solid rgba(0, 0, 0, 0);
  line-height: 13px;
  position: relative;
  text-align: left;
  transition: all 0.3s ease 0s; color: #000 !important;   
}  

.product-tabs-right .colors_change{float: left;
text-align: left;
width: 100%;}

.product-tabs-right .colors_change .color_heading{float: left;
width: auto; font-size: 16px;font-weight: 400;  margin-right: 4px; margin-top:-2px}


.colors_change .color_text{float: left;
font-size: 14px;
width: auto; }

#darkbox-cancel {
height: 100%;
position: absolute;
right: 28%;
top: 0;
transform: translateZ(1000px);
width: 45%;
z-index: 50010;
}
 #darkbox .wp-post-image{width:100%;}

.variations .label{display:none;}


.product-sec1 {
  box-sizing: border-box;
  float: left;
  max-width: 100%;
  padding-right: 20px;
  width: 210px;
}

.product-tabs {
  float: left;
  width: 50%;
  clear: both;
}

.type-product nav.woocommerce-breadcrumb.new {
    display: none;
}
 .left-main-cection {
    width: 35%;
    float: left;
}

 .left-main-cection div#tab-description ul {
 
    width: 100%;
  
}
.left-section {
    width: 100%;
    float: left;
}
 .left-main-cection .product-tabs {

    width: 100%;

}
.left-main-cection .request-quote a {
  
    padding: 8px 20px;

}
.left-main-cection .request-quote {
    width: auto;
    float: left;
}
.left-main-cection .request-quote {
    margin-top: 0px;
}
.product-tabs-right {
    width: 65%;
	float: left;
    padding: 0 6%;

}
.quantity_table .black_bg th {
    font-size: 11px;
	font-weight:bold;
}
.quantity_table td {
      font-size: 13px;
}
  .single_variation_wrap {
    display: none !important;
}
.woocommerce span.onsale {
     display: none;
}
.woocommerce div.product form.cart {
    margin-bottom: 0 !important;
}

.product-tabs-right .tawcvs-swatches .swatch {
    color: #fff !important;
    text-align: center;
	    display: flex;
    align-items: center;
    justify-content: center;
}
.product-tabs-right span.swatch.swatch-color.swatch-daisy,.product-tabs-right span.swatch.swatch-color.swatch-natural,.product-tabs-right span.swatch.swatch-color.swatch-ash{
    color: #000 !important;
}
body.db-disable-scrolling {
    overflow: visible;
}
.mgt-expand-open, .mgt-expand-open body {
    overflow: visible !important;
}

.flex-active-slide{height:230px !important; width:auto;}

#home_section_top .flex-active-slide{height:auto !important;}

.left-main-cection .product-sec1 {
  
    width: 100%;
}
.product-sec1 .product-gallery .woocommerce-product-gallery .flex-viewport {
    height: 100% !important;
}
.product-tabs-right .product_meta {
    display: none;
}


/***************************10-may-2018****************************/
.Screen-print.left {
	display: inline;
}

.sub {
	font-size: 12px;
}

.middle-head-address {
	display: inline;
	margin-left: 74px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.right .sub a {
	font-size: 12px;
	color: #0087b8;
	font-weight: 600;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.right {
	margin-left: 40px;
	vertical-align: middle;
	display: inline;
}
.right i {
	margin-right: 5px;
}
.top-header-address {
	width: 100%;
	float: left;
	padding-top: 10px;
}
/*****14-may-2018****************/
.woocommerce-product-details__short-description ul li {
    list-style: none;
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
	color: #666;
     padding: 2px 0px;
}
.woocommerce-product-details__short-description ul {
    padding-left: 0px;
}
.single-product .currency-new-symbol {
	font-size: 32px;
	font-weight: 300;
	color: #00a7e0;
}
.single-product .woocommerce-product-details__short-description {
	width: 100%;
	float: left;
}
.single-product .woocommerce-product-details__short-description p {
	padding: 15px 0;
}
.single-product .product-tabs-right .All-custom-right {
	width: 50%;
	float: right;
	padding: 20px 0;
}

.single-product .product-tabs-right .All-custom-right img {
	display: block;
	max-width: 35%;
	height: auto;
	float: right;
}
.single-product .product-tabs-right .All-custom-data {
	width: 100%;
	float: left;
}

.single-product .product-tabs-right .All-custom-left {
	width: 50%;
	float: left;
}
.single-product .product-tabs-right .All-custom-left ul {
	list-style: none;
	padding: 0;
}
.single-product .product-tabs-right .All-custom-left ul li {
	display: block;
	padding: 2px 0;
}
.single-product .product-tabs-right .sku_wrappers {
	color: #666;
	font-size: 13px;
}
.single-product .product-tabs-right .sku {
	padding: 0 5px;
}
.main-sizess {
	width: 100%;
	float: left;
}
.single-product .product-tabs-right .custom-sizes {
	color: #666;
	font-size: 13px;
	padding: 0 5px;
}
.mb12 {
	width: 100%;
	float: left;
	border-top: 1px solid #ccc;
	margin: 0 0 24px 0;
}
.single-product .product-tabs-right .variations_form.cart.swatches-support {
	width: 100%;
	float: left;
	
}
.mb13 {
	width: 100%;
	float: left;
	border-top: 1px solid #ccc;
	margin: 14px 0;
}

.left-section.new-tab {
	width: 100%;
	float: left;
}
.left-section.new-tab .product-tabs {
	width: 100%;
	float: left;
}

.left-section.new-tab .woocommerce-tabs.wc-tabs-wrapper {
	width: 100%;
	float: left;
}
.yikes-custom-woo-tab-title.yikes-custom-woo-tab-title-screen-printing, .yikes-custom-woo-tab-title.yikes-custom-woo-tab-title-finishing, .yikes-custom-woo-tab-title.yikes-custom-woo-tab-title-samples {
	display: none;
}

.left-section.new-tab .woocommerce div.product .woocommerce-tabs ul.tabs li {
	padding: 15px 10px;
}
.left-section.new-tab .woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
}
#tab-screen-printing .col-sm-4 {
	width: 33.3%;
	float: left;
	padding: 0 15px;
}
#tab-screen-printing .col-sm-4 h3.number {
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 32px;
	line-height: 40px;
	font-weight: 300;
	color: #292929;
}
#tab-screen-printing .col-sm-4 p {
	font-size: 13px;
	line-height: 24px;
	color: #666;
	font-weight: 400;
}
.related.products {
	display: none;
}
.left-section.new-tab  #tab-finishing {
	width: 100%;
	float: left;
}

.left-section.new-tab #tab-finishing .col-sm-4 {
	width: 33.3%;
	float: left;
	padding: 0 15px;
}
.left-section.new-tab #tab-finishing .col-sm-4 h3.number {
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 32px;
	line-height: 40px;
	font-weight: 300;
	color: #292929;
}
.left-section.new-tab #tab-finishing .col-sm-4 p {
	font-size: 13px;
	line-height: 24px;
	color: #666;
	font-weight: 400;
}
#tab-finishing .col-sm-12.text-center {
	width: 100%;
	float: left;
}
#tab-finishing .col-sm-12.text-center p {
	text-align: center;
	color: #666;
	font-weight: bold;
	padding:10px 0
}
.left-section.new-tab #tab-samples {
	width: 100%;
	float: left;
}
#tab-samples .tab-content {
	width: 100%;
	float: left;
	padding:20px 0
	}
#tab-samples .tab-content p {
	color: #666;
}
.left-section.new-tab .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs::before {
 margin: -1px 0 !important;}

.request-Design {
	width: auto;
	float: left;
	text-align: center;
	margin: 5% 0;
	padding-right: 0;
}
.request-Design a {
	padding: 12px 120px;
 font-size: 14px;
 background: #00a7e0;
 border: none;
 font-weight: 700;
 text-transform: uppercase;
 letter-spacing: 1px;
 color: white;
}

/*... 25-5-18...*/

/*... 8-6-18...*/

.site-main .banner-image-main {
	position: relative;
}
.site-main .banner-text {
	position: absolute;
	top: 34%;
	color: #fff;
	text-align: center;
	width: 100%;
}
.site-main .banner-text h2 {
	font-family: 'bebas_neue_regularregular';
	font-size: 40px;
	letter-spacing: 16px;
}
.first_section {
	float: left;
	width: 100%;
	margin-top: 60px;
	border-bottom: 1px solid #666;
}
.cot_post {
	float: left;
	width: 100%;
	margin-bottom: 96px;
}
.first_section .cot_post h1 {
	text-align: center;
	font-family: 'bebas_neue_regularregular';
	letter-spacing: 10px;
	color: #1faaeb;
}
.first_section .cot_post p {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	color: #141412;
	padding: 0px 106px 0 106px;
}
.first_section .cot_post p a {
	color: #1faaeb;
	font-weight: 600;
}
.second_section {
	float: left;
	width: 100%;
	margin-top: 96px;
}
.second_section h2 {
	text-align: center;
	font-family: 'bebas_neue_regularregular';
	color: #141412;
	font-weight: normal;
	font-size: 40px;
	letter-spacing: 1px;
}
.left_contant .blogs_post {
	width: 33%;
	float: left;
}
.left_contant {
    float: none;
    width: 81%;
    display: table;
    margin: 0 auto;
}
.blogs_post h1 {
	font-size: ;
	color: #141412;
	font-weight: normal;
	font-family: 'bebas_neue_regularregular';
	letter-spacing: 1px;
	text-align: center;
}
.left_contant .blogs_post p {
	color: #141412;
	text-align: justify;
	padding: 0 14px;
	line-height: 24px;
	font-size: 13px;
}
.left_contant .blogs_post:last-child {
	margin-right: 0;
}
.left_contant .blogs_post {
    width: 49%;
    float: left;
    margin-right: 0px;
}
.left_contant .new-data-post a {
	color: #1faaeb;
	border: 2px solid #1faaeb;
	padding: 14px 55px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.left_contant .new-data-post a:hover {
	background: #1faaeb;
	color: #fff;
}
.left_contant .new-data-post {
	margin: 0 auto;
	display: table;
	padding-top: 40px;
}
.third_section {
	float: left;
	width: 100%;
}
.third_section p {
	font-size: 25px;
	font-family: bebas_neue_regularregular;
	color: #141412;
	letter-spacing: 1px;
	font-weight: normal;
	text-align: center;
}
.third_section {
	float: left;
	width: 100%;
	padding-top: 75px;
	border-bottom: 1px solid #141412;
	padding-bottom: 90px;
}
.fourth_section {
	float: left;
	width: 100%;
	margin-top: 96px;
	margin-bottom: 90px;
	margin-left: 61px;
}
.fourth_section .left_section {
	float: left;
	width: 40%;
}
.fourth_section .right_section {
	float: right;
	width: 50%;
	margin-top: 30px;
}
.fourth_section .touch_sec h4 {
	font-size: 26px;
	letter-spacing: 4px;
	font-family: bebas_neue_regularregular;
}
.fourth_section  .touch_sec {
	float: left;
	width: 100%;
	border-bottom: 1px solid #141412;
}
.fourth_section .touch_sec p {
	color: #141412;
	line-height: 25px;
}
.left_section .top-bottom-address {
	float: left;
	width: 100%;
	border-bottom: 1px solid #141412;
	margin-bottom: 30px;
}
.right_section .wpcf7-form-control-wrap input {
	border: 0;
	background: #f5f5f5;
	margin-bottom: 20px;
	padding: 16px;
	width: 75.5%;
}
.right_section .wpcf7-form-control-wrap textarea {
	border: 0;
	background: #f5f5f5;
	padding: 16px;
	width: 75.5%;
}
.address .sub a, .email-phone-main .sub a {
	color: #000;
}
.left_section .Screen i, .left_section .address i, .left_section .email i, .left_section .phone i {
	margin-right: 2px;
}
.left_section .Screen .sub, .left_section .address .sub, .left_section .email .sub, .left_section .phone .sub{
font-size:14px;
line-height: 25px;
}
.third_section .main-container .lower-main {
 font-family: unset !important;
}
.page-id-12043 .quote-form button, input[type="submit"], input[type="button"], input[type="reset"] {
	background: #00a7e0;
	background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%);
	background: #00a7e0;
	width: 75.5%;
	height: 50px;
	margin: 20px 0 0 0;
	color: #fff;
	font-weight: bold;
	border: 0;
}
.page-id-12043 button, input[type="submit"], input[type="button"], input[type="reset"]:hover {
 background: #00a7e0 !important;
}
.top-bottom-address .Screen {
	width: 50%;
}
.top-bottom-address  .address {
	margin-bottom: 23px;
	margin-top: 25px;
}
.top-bottom-address h5 {
	margin-bottom: 6px;
	font-size: 14px;
	font-weight: normal;
}
.second_section .main-container .h2 {
	font-family: unset !important;
}
.page-id-12043 .left_contant .new-data-post a{

font-family: 'Montserrat','Raleway',"Helvetica Neue", Helvetica, Arial, sans-serif;
}
.address .sub a:hover, .email .sub a:hover, .phone .sub a:hover{
	color: #1FAAEB;
}
#post-12365 .entry-content {
	padding: 0;
}
.quote-page #gform_1 .gform_body .gform_page .gform_page_fields ul li.gfield {
	float: left;
	width: 50%;
	clear: none;
	padding-right: 16px; 
}
.quote-page #gform_1 .gform_body .gform_page .gform_page_fields ul#gform_fields_1 li.gfield {
    min-height: 110px;
    margin: 0 !important;
}
.quote-page #gform_1 .gform_body .gform_page .gform_page_fields ul li.gfield label.gfield_label {
    margin: 0;
	text-transform: uppercase;
}
.quote-page #gform_1 .gform_body .gform_page .gform_page_fields ul li .validation_message {
    line-height: 12px;
}
.quote-page #gform_1 .gform_body .gform_page .gform_page_fields ul li.gfield.gfield_error {
    background: transparent;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    border: 0;
	
}
.quote-page #gform_1 .gform_body .gform_page .gform_page_fields ul li#field_1_38 {
	width: 100%;
	min-height: auto;
	margin-bottom: 20px !important;
}
.quote-page #gform_1 .gform_body .gform_page .gform_page_fields ul li#field_1_40, .quote-page #gform_1 .gform_body .gform_page .gform_page_fields ul li#field_1_29, .quote-page #gform_1 .gform_body .gform_page .gform_page_fields ul li#field_1_30, .quote-page #gform_1 .gform_body .gform_page .gform_page_fields ul li#field_1_35, .quote-page #gform_1 .gform_body .gform_page .gform_page_fields ul li#field_1_39 {
    width: 100%;
    margin-bottom: 0px !important;
}
.quote-page #gform_1 .gform_body .gform_page .gform_page_fields ul li#field_1_35 span {
    font-size: 20px;
}
.quote-page #gform_1 .gform_body .gform_page .gform_page_fields ul li.gfield .ginput_container input, .quote-page #field_1_9 .gform_body .gform_page .gform_page_fields ul li.gfield .ginput_container input, .quote-page #gform_1 .gform_body .gform_page .gform_page_fields ul li.gfield .ginput_container select, .quote-page #field_1_9 .gform_body .gform_page .gform_page_fields ul li.gfield .ginput_container select {
	float: left;
	width: 100%;
	height: 36px;
	border: 2px solid #d4d0ba;
}
.quote-page #gform_1 .gform_body .gform_page .gform_page_fields ul li.gfield .ginput_container input, .quote-page #gform_1 .gform_body .gform_page .gform_page_fields ul li.gfield .ginput_container select, .quote-page #gform_1 .gform_body .gform_page .gform_page_fields ul li.gfield .ginput_container textarea, .quote-page #gform_1 .gform_body .gform_page .gform_page_fields ul li.gfield .ginput_container textarea:focus {
    border-radius: 8px;
    border: 2px solid #00AFEE !important;
}
.quote-page #gform_1 .gform_body .gform_page .gform_page_footer {
	float: left;
	width: 100%;
}
.quote-page #gform_1 .gform_body .gform_page .gform_page_fields ul li .gfield_description {
    padding: 0;
	font-weight: 600;
}
.quote-page #gform_1 .gform_heading .gform_title {
	text-align: center;
	font-size: 30px;
}  
.quote-page #gform_1 .gform_body .gform_page .gform_page_fields ul li.gfield p {
    font-weight: 600;
    font-size: 14px;
    margin: 0 0 8px 0;
}
.quote-page #gform_1 .gform_body .gform_page .gform_page_fields ul li.gfield span {
    font-weight: 600;
    font-size: 16px;
}
.quote-page #gform_1 .gform_body .gform_page .gform_page_fields ul li.gfield.gfield_error .ginput_container {
    margin-top: 8px;
}
.quote-page #gform_1 .gform_body .gform_page .gform_page_footer input {
    padding: 9px 25px;
    height: auto;
}


/************************ reposnsive*********************/

@media only screen and (min-width: 1460px) {

#colorbox { top: 10% !important; }

#cboxLoadedContent .cboxPhoto { max-height: 800px; }
}
 @media only screen and (max-width: 1180px) {

.main-container { width: 980px; padding: 0; }



.nav-menu li a {
    padding: 15px 12px;
}

.qe-testimonial-wrapper { width: 32%; }

.qe-testimonial-wrapper .qe-testimonial-img { margin: 0 0; }

.testamonial_box::after { left: -14%; }

.timer { margin: 0 0.8%; }

.afp-single-item img { width: 100%; }

.metaslider .slides .caption { width: 980px; }

.metaslider .slides img { height: 340px !important; }

#cboxTopCenter, #cboxMiddleLeft, #cboxMiddleRight, #cboxTopLeft, #cboxTopRight, #cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight { display: none; }

.adipoli-before.img-link-initial { height: auto !important; width: auto !important; }

.adipoli-after { display: none !important; }
.right {
	margin-left: 10px;
}
.middle-head-address {
	margin-left: 0px;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li {
    margin-right: 0;
}
#navbar .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a {
    padding: 7px 15px;
    font-size: 12px;
}
.request-Design a {
    padding: 12px 95px;
}
}
@media screen and (max-width:1169px){
	.product-info p.title {
       font-size: 14px;
   }
	
h1 {
   margin: 33px 0;
}	
.contact-summary {
       padding-left: 0px !important;
}

.a3-dgallery .a3dg-image-wrapper {
    height: 474px !important;
}
.product_gallery .a3-dgallery .a3dg-thumbs li a {
   
    margin-left: 15px;
}
.product_gallery .a3-dgallery .a3dg-thumbs li a {
        width: 90px;
    height: 98px;
}
.a3-dgallery .a3dg-nav {
    PADDING: 0PX !IMPORTANT;
    margin-bottom: 0px !important;
}
.nav-menu li a {
    padding: 15px 7px;
}
}
@media screen and (max-width:1099px){
	.title_holder h1 {
  
    font-size: 25px;
}
.contact-summary .vc_text_separator.full div {
    line-height: 22px;
   
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 0 20px !important;
}
.form-left label {
    padding-right: 10px;
}
.form-right label {
    padding-left: 10px;
}

   .product_gallery .a3-dgallery .a3dg-thumbs li a {
   
    width: 85px;
    height: 85px;
    padding: 5px;
    
}
.a3-dgallery .a3dg-image-wrapper {
    height: 417px !important;
}
.product_gallery .a3-dgallery .a3dg-thumbs li a {
    width: 74px;
    height: 75px;
    padding: 5px;
}
.a3-dgallery .a3dg-image-wrapper {
    height: 383px !important;
}
.nav-menu li a {
        font-size: 15px;
   }
   .menu-header-menu-container {
    
    text-align: center;
}
.menu-header-menu-container {
    float: none;
}
.form-fields.name input {
  
    margin: 5px 0;
}
.form-fields.name label {
  
    padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{margin: 0 !important}

}
@media screen and (max-width:1024px){
	
	.woocommerce ul.products li:nth-child(5n), .woocommerce-page ul.products li:nth-child(5n).product {
    clear: none;
}
	.woocommerce ul.products li:nth-child(9n), .woocommerce-page ul.products li:nth-child(9n).product {
    clear: none;
}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
    margin-right: 3.8%;
}
 .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
       width: 30.8%;
}
.woocommerce ul.products li:nth-child(3n), .woocommerce-page ul.products li:nth-child(3n) {
    margin-right: 0px;
} 
.nav-menu li a {
    padding: 10px 10px;
}
.site-header1.sticky .top-bar .navbar {
       margin-top: 0px;
}
.site-header1.sticky h2.easylogo {
       margin-bottom: 0px;
}
.Screen-print.left {
	display: block;
}
.right {
	margin-right: 15px;
	margin-left: 0px;
}
#navbar .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a {
    padding: 7px 15px;
}
#tab-screen-printing .col-sm-4 h3.number {
    font-size: 26px !important;

}
.left-section.new-tab #tab-finishing .col-sm-4 h3.number
{
	font-size: 26px !important;
}
#tab-screen-printing .col-sm-4 p {
    font-size: 12px;
}
.left-section.new-tab #tab-finishing .col-sm-4 p
{
    font-size: 12px;
}
#tab-samples .tab-content p
{
    font-size: 12px;
}


	
}
@media screen and (max-width:1099px){
	.product-sec1 .product-gallery .woocommerce-product-gallery .flex-viewport {
    height: auto !important;
}
.left-main-cection .request-quote a {
    padding: 8px 10px;
       font-size: 16px;
}
}
 @media only screen and (max-width: 1080px) {

body { padding-top: 145px; }

.main-container { width: 760px; padding: 0; }

.top-bar .navbar { width: 81%; }

.timer { margin: 0 0.6%; }

.top-bar .navbar { margin: 12px 0; width: 100%; }

.logo_div { text-align: center; width: 100%; }

.nav-menu li a {   padding: 10px;}

.easylogo { margin: 15px 0 0; }

.qe-testimonial-wrapper { margin: 0px 4px; }

.jotform-form .form-all { width: 95% !important; }

.jotform-form .form-all .tabs-list.default li { height: 29px; }

.metaslider .slides .caption { width: 760px; }

.banner_text p { font-size: 42px; line-height: 42px; }

.metaslider .slides .caption a { font-size: 24px; padding: 15px 20px !important; }

.metaslider .slides img { height: 270px !important; }

#main .main-container-get { width: 960px;}         
div#tab-description ul {
   
    width: 100%;
   
}
.Screen-print.left {
	display: block;
}
.right {
	margin-right: 15px;
	margin-left: 0px;
}
.single-product.woocommerce div.product .product_title {
    font-size: 15px;
}
.single-product .currency-new-symbol {
    font-size: 25px;	
}

.request-Design a {padding: 12px 67px;font-size: 11px;}
.request-quote a {padding: 11px 30px;font-size: 11px;}
#tab-screen-printing .col-sm-4 h3.number {    font-size: 30px;}
.left-section.new-tab #tab-finishing .col-sm-4 h3.number
{
	font-size: 30px;
}

.title_holder {	padding-top: 60px !important;}
}


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

#main .main-container-get { width: 760px;}      

.responsive-menuwrapper:first-child { margin-right: 15px !important; }

.responsive-menuwrapper ul { list-style: none !important; position: absolute; left: -265% !important; width: 215px !important; }

.nav-menu li:hover > a, .nav-menu li a:hover, .nav-menu li:focus > a, .nav-menu li a:focus { border: none; }

.qe-testimonial-wrapper { width: 31.8%; }

.timer { margin: 10px 10px; width: 47%; }

/* #embeddedDesigner { margin: 0 auto !important; width: 767px; } */

.metaslider .slides .caption > p { font-size: 30px; line-height: 34px; }

.metaslider .slides .caption a { font-size: 20px; padding: 7px 15px !important; }
h1 {
    font-size: 40px;
    margin: 15px 0;
}
.middle-head-address {
	margin-top: 4px;
	float: left;
}
.Screen-print.left {
	display: block;
}
.single-product .title_holder .cat-title {
	font-size: 18px;
}
.title_holder {
	padding-top: 82px !important;
}
.left_contant .blogs_post p {
	text-align: center;
}
}
 @media screen and (max-width:799px){
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
       width: 46%;
}


.product-info {
       margin-right: 0px;
   }
   .woocommerce ul.products li:nth-child(2n), .woocommerce-page ul.products li:nth-child(2n) {
    margin-right: 0px;
}
.product_gallery .a3-dgallery .a3dg-thumbs li a {
    margin-left: 10px;
}
.Screen-print.left {
	text-align: center;
}
.middle-head-address {
	text-align: center;
	width: 100%;
}
.title_holder {
	padding-top: 85px !important;
}

 }

 @media only screen and (max-width: 768px) {
#main .main-container-get { width: 96%;}  
.main-container { width: 96%; }    
.easylogo { margin: auto; }

body { padding-top: 70px; }

#cid_1 .form-header::after { border-top: 3px solid; bottom: 3px; content: ""; display: block; height: 1px; left: 205px ! important; margin: 15px 0 20px; position: relative; width: 243px ! important; } 
.site-header1.sticky .top-bar .navbar {
    margin-top: 11px;
}
.responsive-menuwrapper li a {
       padding: 10px 20px !important;
}
.hfeed.site {

    margin-top: 61px;
}
.title_holder {
padding-top: 98px !important;}

div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok {
	width: 75%;
	margin: 0;}
}

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

#colorbox #cboxWrapper #cboxContent { width: 100% ! important; }

.metaslider .slides .caption { width:95%; }

.text_div > h2, .what_we_do h2 { font-size: 28px; line-height: 37px; }

.what_we_do ul#afp-filter a { font-size: 20px; padding: 0 10px; }

.what_we_do .af-portfolio { margin: 5px 0 0; }

.qe-testimonial-wrapper { width: 100%; margin-bottom: 15px; }

.timer { width: 46%; }

.timer > p { font-size: 16px; }

.timer > h4 { font-size: 44px; }

/* #embeddedDesigner { margin: 0 auto !important; width: 640px; } */

/* .metaslider .slides li img {height: auto !important;margin-left: -10%;width: 150%;} */

.metaslider .slides .caption-wrap { position: static; }

.metaslider .slides .caption { position: static; width: 100%; }

.metaslider .caption-wrap .caption img { margin-left: 0; }

.banner_img { left: 2%; width: 31.5%; }

.banner_text { right: 2%; }

.metaslider .slides .caption p { font-size:36px; }

.metaslider .slides .caption h2 { }

.what_we_do .af-portfolio { float: left; width: 100%; }

.af-portfolio .portfolio_images { clear: none !important; margin: 0 4% 40px 0 !important; width: 48%; }

.af-portfolio .portfolio_images:nth-child(2n) { margin-right: 0 !important; }

.af-portfolio .portfolio_images:nth-child(2n+1) { clear: both !important; }

#afp-container .afp-items .afp-single-item { clear: none !important; margin: 0 4% 40px 0 !important; width: 48%; }

#afp-container .afp-items .afp-single-item:nth-child(2n) { margin-right: 0 !important; }

#afp-container .afp-items .afp-single-item:nth-child(2n+1) { clear: both !important; }
#cboxClose {background-color: rgb(51, 51, 51) ;height: 25px;}
#cboxPrevious, #cboxNext {background-color: rgb(51, 51, 51);}

.title_holder h1 {
    font-size: 20px;
}
.product-sec1 {
    width: 100%;
    padding-right: 0px;
}
.contact-summary {
    width: 100% !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
	padding:0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
	padding:0 7px;
}
.a3dg-image {
    height: auto !important;
}
.a3dg-image img {
    width: 100% !important;
}
.product_gallery .a3-dgallery .a3dg-thumbs li a {
    margin-left: 10px;
}
.a3dg-image-wrapper {
    width: 89%!important;
}
.logo_div {
   
    width: auto;
}
.menu-header-menu-container {
    float: right;
    display: none;
}
#wprmenu_bar {
    z-index: 999;
    width: auto;
}
#wprmenu_bar .wprmenu_icon span {
    background: #fff !important;
}
#wprmenu_bar .wprmenu_icon {
        margin-right: 0;
   }
   #wprmenu_bar {
    position: fixed;
    top: 13px;
      left:90%;
}
body {
    padding-top: 0px;
}
#wprmenu_menu.left {
  
    top: 65px;
}
#wprmenu_menu.wprmenu_levels ul li ul li{
    background: #22bad8 !important;
}
#wprmenu_menu.right {
  
    top: 68px;
}
.form-fields:nth-child(3), .form-fields:nth-child(8), .form-fields:nth-child(10), .form-left {
    width: 100%;
    float: left;
    padding-right: 0px;
}
.form-fields:nth-child(4), .form-fields:nth-child(9), .form-fields:nth-child(11), .form-right{
    width: 100%;
    float: right;
    padding-left: 0px;
}
.form-left {
    MARGIN-BOTTOM: 15PX;
}
.top-bar .navbar {
  
    DISPLAY: NONE;
}
.site-header1.sticky {
   
    PADDING-BOTTOM: 10PX;
    BACKGROUND: #FFF;
}
.hfeed.site {
    margin-top: 0;
}
.product-tabs-right {
    width: 100%;
  
}
div#tab-colors {
    MAX-WIDTH: 100%;
}
.product-tabs {
    width: 100%;
    float: left;
}
.request-quote {
    width: auto;
    float: right;
    text-align: center;
	 margin: 5% 0;
     padding-right: 0;
}
.product-sections {
	width: 100%;
	float: left;
}
.product-gallery {
	width: 100%;
	float: left;
}
.left-main-cection {
    width: 100%;
    float: left;
}
.left-main-cection .woocommerce-product-gallery .flex-active-slide {
    height: auto !important;
}
/* .woocommerce-product-gallery figure.woocommerce-product-gallery__image{
    display: none !important;
}
.left-main-cection .woocommerce-product-gallery figure.woocommerce-product-gallery__image.flex-active-slide {
    display: block !important;
}  */
.page-id-32 .top-bar {
	position: relative;
	top: -40px;
}
.title_holder
{padding-top:0 !important}

.product-gallery {
	width: 100%;
	float: left;
	padding: 0 64px;

}
.request-Design a {
    padding: 12px 90px;
    font-size: 14px;
    letter-spacing: 1px;
}

.request-quote a {
    padding: 10px 45px;
    font-size: 14px;
    letter-spacing: 1px;
}

#tab-screen-printing .col-sm-4 h3.number {
	font-size: 24px !important;
}
.left-section.new-tab #tab-finishing .col-sm-4 h3.number
{
	font-size: 24px !important;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    padding: 0 !important;}
	
.product-tabs-right .tawcvs-swatches .swatch {width: 57px !important;}

.supernova .form-all {width: 100% !important;}
	body.admin-bar #wprmenu_bar {
	top: 53px;
}
.left_contant .new-data-post a {
	padding: 14px 38px;
}
}


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

.text_div > h2, .what_we_do h2 { width: 100%; }

.steps { width: 100%; }

.what_we_do ul#afp-filter a { font-size: 16px; }

.what_we_do .af-portfolio li.afp-single-item { width: 50%; }

h2 { font-size: 22px; }

.qe-testimonial-wrapper { width: 100%; }

.timer { width: 45%; }

.timer > p { font-size: 16px; }

.portfolio_link > a { font-size: 24px; padding: 8px 24px; }

.jotform-form .form-all .form-line-column { width: 100%; }

/* #embeddedDesigner { margin: 0 auto !important; width: 480px; } */

.banner_text { top: 10px; }

#colorbox #cboxWrapper #cboxContent { width: 100% ! important; }

.responsive-menuwrapper { z-index: 1 ! important; }

.more_porfolio ul#afp-filter a { font-size: 18px; padding: 0 10px; }
.hfeed.site {
    margin-top: 0;
}
.top-bar .navbar {
   
    display: none;
}
tr.black_bg {
    display: none;
}
.quantity_table td, .quantity_table td:nth-child(1) {
    width: 100%;
    float: left;
    border-bottom: 1px solid #fff !important;
    position: relative;
    padding: 7px 0 7px 140px;
    MIN-HEIGHT: 41PX;
}
.quantity_table td {
    background: none;
    text-align: left;
}

.quantity_table td:before {
    position: absolute;
    top: 0;
    left: 0px;
    width: 110px;
    padding-right: 10px;
    white-space: nowrap;
    background: #000;
    color: #fff;
	padding:9px 10PX;
}
.quantity_table tr {
    border-bottom: 2px solid #fff;
}
.quantity_table td:nth-of-type(1):before { content: "Shirt Quantity"; }
.quantity_table td:nth-of-type(2):before { content: "1 Color Design"; }
.quantity_table td:nth-of-type(3):before { content: "2 Color Design"; }
.quantity_table td:nth-of-type(4):before { content: "3 Color Design"; }
.quantity_table td:nth-of-type(5):before { content: "4 Color Design"; }
.quantity_table td:nth-of-type(6):before { content: "5 Color Design"; }
.quantity_table td:nth-of-type(7):before { content: "6 Color Design"; }
.quantity_table td:nth-of-type(8):before { content: "7 Color Design"; }
	

div#tab-description {
    padding: 0px !important;
}
div#tab-description ul li {
   
    padding-right: 30px;
}

.product-tabs-right {
    width: 100%;
  
}
.quantity_table td {
    
    font-size: 15px;
 
}
.right {
	display: block;
	text-align: left;
}
.Screen-print.left {
	text-align: left;
}
.product-tabs-right .tawcvs-swatches .swatch {width: 58px !important;}

/*...11-6-18...*/

.fourth_section {
	margin-left: 0;
}
.fourth_section .touch_sec h4 {
	text-align: center;
	margin-bottom: 0;
	margin-top: 8px;
}
.fourth_section .touch_sec p{
	text-align: center;
	padding-top: 15px;
}
.fourth_section .left_section {
	float: none;
	width: 100%;
}
.first_section {
	margin-top: 20px;
}
.first_section .cot_post p {
	padding: 0;
	text-align: center;
	margin: 0;
}
.cot_post{
	margin-bottom: 30px;
}
.second_section {
	margin-top: 10px;
	margin-bottom: 0;
}
.blogs_post h1 {
	margin-top: 0;
	margin-bottom: 0;
}
.third_section {
    padding-top: 8px;
    padding-bottom: 20px;
    margin-top: 30px;
}
.fourth_section {
	margin-top: 20px;
	margin-bottom: 20px;
}
.left_section .top-bottom-address {
	float: none;
	width: 100%;
	margin: 0 auto;
	display: table;
}
.top-bottom-address h5 {
	text-align: center;
}
.top-bottom-address .Screen {
	width: 100%;
	text-align: center;
}
.top-bottom-address .address {
	margin-top: 0;
	text-align: center;
}
.left_section .email-phone-main {
	text-align: center;
	margin-top: 25px;
}
.fourth_section .right_section {
	float: none;
	width: 100%;
	margin: 0 auto;
	display: table;
	padding-top: 25px;
}
.right_section .wpcf7-form-control-wrap input, .right_section .wpcf7-form-control-wrap textarea {
	width: 100%;
}
.blogs_post h1 {
	font-size: 28px;
}
.left_contant .new-data-post a {
	padding: 14px 14px;
}
.right_section .wpcf7-form-control.wpcf7-submit {
	margin: 0 auto;
	display: table;
	margin-top: 25px;
}
.left_contant .blogs_post p {
	padding-top: 15px;
}
.third_section p {
	padding-top: 40px;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
	margin: 0 auto;
	display: table;
	float: none;
	width: 75%;
}
div.wpcf7 .ajax-loader {
	margin: 10px auto;
	display: table;
}
div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok {
	width: 75%;
	margin: 0 auto;
	display: table;
	float: none;
}
}
@media screen and (max-width:639px){
	.product-sec1 {
    width: 100%;
    padding-right: 0px;
}
.contact-summary {
    width: 100% !important;
}
.contact-summary .vc_text_separator.full div {
  
    font-size: 11px;
}
.responsive-menuwrapper li a {
    padding: 8px 15px !important;
}
.responsive-menuwrapper {
    width: 66% !important;
 }
 .responsive-menuwrapper button {
    border: none;
    width: 35px !important;
    height: 35px !important;
 }
 .responsive-menuwrapper button:after {
    width: 68% !important;
    height: 3px !important;
	top: 7px !important;
 }
 .responsive-menuwrapper button{
	 padding:18px !important;
 }

.product-info {
       margin-top: 0px;
  }
  .title_holder {
   
    margin-bottom: 50px;
}
.product_gallery .a3-dgallery .a3dg-thumbs li a {
    margin-left: 6px !important;
}
.a3dg-image-wrapper {
    width: 86%!important;
}
#wprmenu_bar {
   
    left: 86%;
}
.single-product.woocommerce div.product .product_title {

	font-size: 17px;

}
.hfeed.site {
	margin-top: 30%;
}
.page-id-32 #wprmenu_menu ul {
	margin-top: 0%;
}
.page-id-32 .hfeed.site {
	margin-top: 0%;
}
nav.woocommerce-breadcrumb a, nav.woocommerce-breadcrumb {
	font-size: 11px !important;
}
.sub {
	font-size: 11px;
}
.single-product .title_holder .cat-title {
	font-size: 16px;
	line-height: 30px;
}
.single-product.woocommerce div.product .product_title {
	font-size: 15px;
}

#tab-screen-printing .col-sm-4 h3.number {
	font-size: 16px !important;
	margin: 10px 0;
}
.left-section.new-tab #tab-finishing .col-sm-4 h3.number
{
	font-size: 16px !important;
	margin: 10px 0;
}


.woocommerce div.product .woocommerce-tabs ul.tabs li a {font-size: 11px;}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	padding: 0 30px;
}
.request-Design a {
    padding: 11px 60px;
    font-size: 13px;
}
.request-quote a {
    padding: 9px 15px;
    font-size: 13px;
}
	
}

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

.tabs-list li { z-index: 0 !important; }

.form-all .tabs-list.default li.current { background: #ffffff none repeat scroll 0 0 !important; z-index: 0 !important; }

.form-input .form-error-message, .form-input-wide .form-error-message { z-index: 0 ! important; }

.jotform-form .form-all { width: 100% !important; }

.form-pagebreak-back-container { float: left; margin: 0; width: 50%; }

.form-pagebreak-next-container { float: left; width: 50%; }

.form-header-group .form-header { color: #000000; text-align: center; }

.section_break { width: 100% ! important; }

.text_div > h2, .what_we_do h2 { font-size: 22px; line-height: 30px; }

.what_we_do .af-portfolio li.afp-single-item { width: 100%; height: 400px; }

.afp-single-item img { width: auto; }

.afp-single-item img, .contact-form .wpcf7-form > p { width: 100%; }

.what_we_do .portfolio_link { margin: 10% 0 0; }

.timer { width: 96%; padding: 4% 0; }

.contact-form .wpcf7-submit { font-size: 20px; width: 150px; }

.contact-form input, .contact-form select { padding: 5px 10px; }

.contact-form textarea { height: 80px; width: 99%; }

.site-info { text-align: center; width: 100%; padding: 15px 7px; }

.social-icon { margin-right: 0px; margin-top: 0px; text-align: right; width: 100%; }

div { box-sizing: border-box; }

/* #embeddedDesigner { margin: 0 auto !important; width: 320px; } */

/* .metaslider .slides li img {margin-left: -25%;width: 170%;} */

.banner_img { left: 0; width: 35.5%; }

.metaslider .slides .caption p { font-size: 24px; line-height: 30px; }

.metaslider .slides .caption a { font-size: 16px; margin: 0; padding: 7px 15px !important; }

.adipoli-before.img-link-initial { text-align: center; width: 100% !important; }

.more_porfolio ul#afp-filter a { font-size: 16px; padding: 0 5px; }

.more_porfolio .afp-active-cat, .more_porfolio ul#afp-filter li:hover { border-bottom: 2px solid #00adef; }


 #sb_instagram.sbi_col_3 #sbi_images .sbi_item, #sb_instagram.sbi_col_4 #sbi_images .sbi_item, #sb_instagram.sbi_col_5 #sbi_images .sbi_item, #sb_instagram.sbi_col_6 #sbi_images .sbi_item{width:50%;}


#wprmenu_bar {
    left: 89%;
}
#wprmenu_bar {
        padding: 10px 10px;
}

div#tab-description ul li {
   
    width: 100%;

    padding-right: 0;
}
.contact-form .quote h3 {
  
    font-size: 30px;
   
}
.single-product .title_holder .cat-title {
	font-size: 16px;
}

/*...11-6-18..*/

.first_section .cot_post h1, .second_section h2 {
	font-size: 30px;
	
}
.left_contant .blogs_post {
	width: 100%;
	margin-right:0;
    margin-top: 35px;
}
.left_contant .blogs_post .new-data-post {
	padding-top: 10px;
	padding-bottom: 20px;
}
.second_section h2 {
	margin-bottom: 0px;
	padding-bottom:0px;
	margin-top: 20px;
}
.blogs_post h1 {
	padding-top: 11px;
	padding-bottom: 11px;
}
.left_contant .blogs_post p {
	padding: 0 0px;
	text-align: center;
}
.site-main .banner-text h2 {
	font-size: 30px;
	letter-spacing: 10px;
}
.third_section p {
	padding-top: 10px;
}
}
@media screen and (max-width:479px){
	#wprmenu_bar {
    left: 86%;
}
.single-product.woocommerce div.product .product_title {
	font-size: 27px;
}
.single-product.woocommerce div.product .product_title {
	font-size: 15px;
}
.woocommerce-product-details__short-description ul li {
	font-size: 12px;
	padding: 4px 0px;
}
.request-Design {
    width: 100%;
    float: left;
}

.request-Design a {
   padding: 12px 0;
    width: 100%;
    float: left;
    font-size: 12px;
}
.request-quote {
    width: 100%;
    float: left;
    text-align: center;
	margin: 3% 0;
}

.request-quote a {
	padding: 11px 0;
    font-size: 12px;
    width: 100%;
    float: left;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	padding: 0 19px;
}
#tab-screen-printing .col-sm-4 {
	width: 100%;
	float: left;
	padding: 0 10px;
	
}
.left-section.new-tab #tab-finishing .col-sm-4
{
	width: 100%;
	float: left;
	padding: 0 10px;
	
}
#tab-screen-printing .col-sm-4 p {
	margin: 0 0 12px 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 0px 12px !important;
}
}
@media screen and (max-width:420px)
{
   .page-id-12365 .quote-page #gform_1 .gform_body .gform_page .gform_page_fields ul li.gfield {
    min-height: 75px;
    float: none;
    width: 100%;
    padding-right: 0;
}
ul#gform_fields_1 li.gfield{min-height: 75px;}
#gform_1 li#field_1_38>span {font-size: 14px;}
}
@media only screen and (max-width: 360px){
.third_section p {
	font-size: 20px;
	margin-bottom: 10px;
}
}

.page-id-12365 .quote-page #gform_1 .gform_body .gform_page .gform_page_fields ul li#field_1_38 {
    margin-bottom: 0;
}
#field_1_38 span {
    margin-bottom: 30px;
    display: block;
} 
}
 @media only screen and (max-width: 359px) {

.metaslider .slides .caption > p { font-size: 12px; }

.metaslider .slides .caption a { padding: 4px 10px !important; font-size: 14px; }
#wprmenu_bar {
    left: 84%;
}
.hfeed.site {
	margin-top: 35%;
}
.page-id-32 .hfeed.site {
	margin-top: 0%;
}
.single-product .title_holder .cat-title {
	font-size: 15px;
}
.single-product.woocommerce div.product .product_title {
	font-size: 12px;
	letter-spacing: 0;
}
.single-product .currency-new-symbol {
	font-size: 17px;
}
.request-Design a {
    padding: 10px 0;
    font-size: 12px;
}

.request-quote a {
	padding: 9px 0;
	font-size: 10px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	padding: 0 14px;
}
.site-info {
	text-align: center;
	font-size: 12px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 0px 7px !important;
}

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

#cid_1 .form-header::after { border-top: 3px solid; bottom: 3px; content: ""; display: block; height: 1px; left: 5px !important; margin: 15px 0 20px; position: relative; width: 275px !important; }

.what_we_do h2::after { background: #303131 none repeat scroll 0 0; bottom: -15px; content: ""; height: 6px; left: 23%; position: absolute; width: 58%; }

.timer { width: 94%; }

#cid_1 .form-header { font-size: 30px; }

.form-textarea { width: 100% !important; }

.form-line { margin-bottom: 0; margin-top: 0; padding: 12px 10px ! important; }
h1 {
    font-size: 30px;
   
}

.woocommerce ul.products li:nth-child(9n), .woocommerce-page ul.products li:nth-child(9n).product {
    clear: both;
}

.woocommerce ul.products li:nth-child(5n), .woocommerce-page ul.products li:nth-child(5n).product {
    clear: both;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 0px !important;
	font-size: 9px;
}
    

}
 
.metaslider.metaslider-flex.metaslider-34.ml-slider > div { float: left; width: 100%; }  

html{width: 100%; overflow-x: hidden;}

.what_we_do .af-portfolio {clear: both;}

.zoom_gallery_grid  #split_col2 {  margin:0; padding:0; clear: both;}

.zoom_gallery_grid #split_col2 li {margin: 0 2% 2% 0 !important;width: 23.5%;     height: auto;}

.zoom_gallery_grid  #split_col2 li:nth-child(4n) { margin-right:0 !important; }

.zoom_gallery_grid  #split_col2 li:nth-child(4n+1) { clear: both; }

.zoom_gallery_grid #split_col2 li a{position: relative;padding-top: 100%; }

.zoom_gallery_grid #split_col2 li a .wpinsta_featured_image {height: 100%;left: 0;position: absolute;top: 0;width: 100%;}

.more_porfolio .zoom_gallery_grid, .af-portfolio .zoom_gallery_grid {clear: both;float: left;margin-top: 50px;overflow: visible;width: 100%;}


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

.zoom_gallery_grid #split_col2 li {margin: 0 3% 2% 0 !important;width: 31.33%; clear: none !important; } 

.zoom_gallery_grid  #split_col2 li:nth-child(4n) { margin-right: 3% !important; }

.zoom_gallery_grid  #split_col2 li:nth-child(3n) { margin-right:0 !important; }

.zoom_gallery_grid  #split_col2 li:nth-child(3n+1) { clear: both !important; }
	 #wprmenu_bar {

    z-index: 999 ;
}
.single-product .title_holder .cat-title {
	font-size: 14px;
}
nav.woocommerce-breadcrumb a, nav.woocommerce-breadcrumb {
	font-size: 10px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	padding: 0 8px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-size: 10px;
}

 }

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

.zoom_gallery_grid #split_col2 li {margin: 0 4% 2% 0 !important;width: 48%; clear: none !important; } 

.zoom_gallery_grid  #split_col2 li:nth-child(3n) { margin-right:4% !important; }

.zoom_gallery_grid  #split_col2 li:nth-child(2n) { margin-right:0 !important; }

.zoom_gallery_grid  #split_col2 li:nth-child(3n+1) { clear: none !important; }

.zoom_gallery_grid  #split_col2 li:nth-child(2n+1) { clear: both !important; }
	 /* .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 100%;
} */
.contact-summary .contact-form .wpcf7-submit {
    font-size: 20px;
    margin-top: 10px;
}
.product_gallery .a3-dgallery .a3dg-thumbs li a {
    width: 64px;
    height: 64px;
    padding: 5px;
}
.a3-dgallery .a3dg-image-wrapper {
    height: 329px !important;
}
.product_gallery .a3-dgallery .a3dg-thumbs li a {
    margin-left: 3px !important;
}
.a3dg-image-wrapper {
    width: 83%!important;
}
.woocommerce ul.products li.product a img {
   height: auto;
}
}
  @media only screen and (max-width: 420px) {
	  
 .woocommerce ul.products li:nth-child(9n), .woocommerce-page ul.products li:nth-child(9n).product {
    clear: both;
}
.woocommerce ul.products li:nth-child(5n), .woocommerce-page ul.products li:nth-child(5n).product {
    clear: both;
}

.clients .main-container > h2::after { background: #00adef none repeat scroll 0 0; bottom: 33px; content: ""; height: 6px; left: 0; position: absolute; width: 100%; }

.testamonial_box > h2::after { background: #00adef none repeat scroll 0 0; bottom: 0; content: ""; height: 6px; left: 0; position: absolute; width: 100%; }

.facts h2::after { background: #303131 none repeat scroll 0 0; bottom: -12px; content: ""; height: 6px; left: 33%; position: absolute; width: 34%; }

.what_we_do h2::after { background: #303131 none repeat scroll 0 0; bottom: -15px; content: ""; height: 6px; left: 34%; position: absolute; width: 33%; }

/* .metaslider .slides li img {margin-left: -15%;width: 180%;} */
	
.metaslider .slides .caption > h2 { bottom: 10px; }

.metaslider .slides .caption a { display: block; margin: 5px 0 0; padding: 7px 10px !important; text-align: center; width: 140px; }

.metaslider .slides img {height: 200px !important;width: auto !important;}

.banner_img {width: auto;}

.metaslider .caption-wrap .caption img {width: auto !important;height: 200px !important;}   

#colorbox { top: 120px; }

#colorbox { left:10% ! important; width: 80% ! important; }

#cboxPrevious, #cboxNext {bottom: 78% !important;}
.a3dg-image-wrapper {   width: 85%!important;}
.supernova .form-all {width: 100% !important;}
}
@media screen and (max-width:359px){
	.product_gallery .a3-dgallery .a3dg-thumbs li a {width: 58px;   height: 57px; padding: 5px;}
.a3-dgallery .a3dg-image-wrapper { height: 296px !important;}
.a3dg-image-wrapper {  width: 82%!important;}
.supernova .form-all {width: 100% !important;}
} 
/** product-tab s  **/
 /* Style the Image Used to Trigger the Modal */
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}



@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}


/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
} 
.mgt-button.mgt-fade {
    display: none !important;
}

.woocommerce .blockUI.blockOverlay:before,.woocommerce .loader:before {
    height: 50px !important;
    width: 50px !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    margin-left: -.5em !important;
    margin-top: -.5em !important;
    display: block !important;
    content: "" !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    animation: none !important;
    background: url(../images/icons/loader.svg) center center !important;
    background-size: cover !important;
    line-height: 1 !important;
    text-align: center !important;
    font-size: 2em !important;
	background-position:left !important;
}
/* 
<div class="blockUI blockOverlay" style="z-index: 1000; border: none; margin: 0px; padding: 0px; width: 100%; height: 100%; top: 0px; left: 0px; cursor: default; position: absolute; opacity: 0.6; background: url(../images/icons/giphy.gif) 50% 50% / 16px 16px no-repeat rgb(255, 255, 255);"></div>
  */
  /* 2-1-2018*/
 .value .reset_variations {
 display: none !important;}
 
 
 .woocommerce div.product div.images .flex-control-thumbs li {
  float: left;
  list-style: outside none none;
  margin: 0;
  text-align: center;
  width: 25%;
}

.product-info .product-category h2.woocommerce-loop-category__title {
  color: rgb(10, 0, 0);
  font-family: "Open Sans",sans-serif;
  font-size: 17px !important;
  font-style: normal;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 0;
  margin-top: 10px;
  min-height: 60px;
  text-transform: none;
  text-align: center;
}
.product-info .product-category h2.woocommerce-loop-category__title mark {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: rgb(0, 0, 0);
}


li.type-product .button.product_type_variable {
    display: none !important;
}
li.type-product .button.product_type_simple.ajax_add_to_cart {
    display: none;
}
li.type-product .price {
    display: none !important;
}

.cat_bottom {
    clear: both;
}
#tab-title-description {
	float: left;
	height: auto;
	margin-top: 10px;
	width: 100%;
}
#tab-title-description > a {
  float: left;
  height: auto !important;
  line-height: 18px;
  width: 100%;
}
#tab-title-colors {
  float: left;
  height: auto;
  width: 100%;
}
.product-gallery .flex-control-nav{position:unset;}

#home_section_top { }

#home_section_top .widget_media_video {height: 628px;margin: 0 auto;max-width: 100%;overflow: hidden;position: relative;width: 1400px;}

#home_section_top .wp-video {bottom: 0;left: 0;max-width: none;position: absolute;right: 0;top: -80px;width: 100% !important;}

.main-navigation .wpmega-clean-white ul.wpmm-mega-wrapper li.wpmega-menu-flyout div {border: 1px solid #1faaeb; display: none; }

.main-navigation .wpmega-clean-white ul.wpmm-mega-wrapper li.wpmega-menu-flyout:hover div {display:block; }

.main-navigation .wp-megamenu-main-wrapper.wpmm-onhover ul.wpmm-mega-wrapper li.wpmega-menu-flyout:hover > div ul li > div li a .wpmm-mega-menu-href-title{font-size: 12px; color: #000;}

.main-navigation .wp-megamenu-main-wrapper.wpmm-onhover ul.wpmm-mega-wrapper li.wpmega-menu-flyout:hover > div ul li > div{ display: none;}

.main-navigation .wp-megamenu-main-wrapper.wpmm-onhover ul.wpmm-mega-wrapper li.wpmega-menu-flyout:hover > div ul li:hover > div {display: block;top: -1px;z-index: 100;}

.logo_div .easylogo { margin: 25px 0 10px; }


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

#home_section_top .widget_media_video {height: 590px;}

}

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

#home_section_top .widget_media_video {height: auto;padding-top: 42%;}

#home_section_top .wp-video {top: -70px;}

}

@media only screen  and (max-width: 768px) {
	
#home_section_top .widget_media_video {padding-top: 40%;}
	
}

@media only screen  and (max-width: 767px) {
	
body {padding-top: 55px;}

.Screen-print.left {text-align: left; padding-right: 70px;}

.middle-head-address {  display: none;}

.hfeed.site {margin-top: 0;}

}

@media only screen  and (max-width: 660px) {
	
#home_section_top .widget_media_video {padding-top: 37%;}	
.jotform-form .form-all {
    margin: auto !important ;
	width: 100% !important;
}
	
}

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

body {padding-top: 44px;}	

#home_section_top .wp-video {top: -27px;}

.logo_div .easylogo {margin: 5px 0 0;}

}

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

#home_section_top .wp-video {top: -20px;}
.Screen-print.left {
	padding-right: 40px;
}
.supernova .form-all {
	width: 100% !important;
}


}
