/*
Theme Name: SSXTHEME
Theme URI: http://demo.com/themes/ssxtheme
Author: the ssx team
Author URI: http://demo.com/
Description: The SSXTHEME 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: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ssxtheme


*/
/**
 * 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
 * ----------------------------------------------------------------------------
 */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&family=Quattrocento:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@300;400;700&family=Quattrocento:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&family=Raleway:wght@500;700&display=swap');
* { margin: 0px; padding: 0px; -webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-text-size-adjust: none; }
html, body { width: 100%; font-size: 19px; line-height: 1.1; color: #090a0a; font-weight: 400; font-family: 'Montserrat', sans-serif; background: #fff; }

*::-webkit-input-placeholder { opacity:1; color: #fff; }
*::-moz-placeholder {opacity:1;color: #fff; }
*:-ms-input-placeholder {opacity:1;color: #fff; }

input[type=checkbox]{ -webkit-appearance: checkbox; margin: 0px 0 0 0px; display: inline-block; vertical-align: top; }
button, input, textarea, select { -webkit-appearance: none; -webkit-border-radius: 0px; font-family: 'Montserrat', sans-serif; }

:focus,input:focus, textarea:focus { outline: none; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
:focus { outline: none; }

/* common */
a { color: #bf1e2e; text-decoration: none; outline: none; transition: all 0.3s; -webkit-transition: all 0.3s; }
a:hover { color: #000; }
ul { list-style: none; margin: 0px; }
.clear { clear: both; overflow: hidden; }
img { border: 0px; outline: none; display: block; max-width: 100%; }
p { padding-bottom: 20px; }
h1, h2, h3, h4, h5, h6 { margin-bottom: 10px; font-family: 'Montserrat', sans-serif; font-weight: 700; }
h1 { font-size: 65px; }
h2 { font-size: 59px; position: relative; }
h3 { font-size: 50px; }
h4 { font-size: 36px; }
h5 { font-size: 30px; }
h6 { font-size: 25px; }

.home h2 { margin-bottom: 30px; text-transform: uppercase; }
.home h2:before { content: ''; position: absolute; left: -100px; top: -9px; width: 97px; height: 130px; background: url(images/heading-bg.png) no-repeat top center; background-size: cover; }

#back-to-top { box-shadow: 0px 0px 15px rgba(0,0,0,0.4) inset; -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.4) inset; -ms-box-shadow: 0px 0px 15px rgba(0,0,0,0.4) inset; position: fixed; bottom: 20px; display: none; right: 15px; z-index: 9999; width: 34px; height: 34px; cursor: pointer; border-radius: 50%; -webkit-border-radius: 50%; transition: opacity 0.2s ease-out; -webkit-transition: opacity 0.2s ease-out; opacity: 0; background: #006bb6; }
#back-to-top:after { width: 0px; height: 0px; content: ''; position: absolute; left: 50%; top: 50%; border: 10px solid transparent; border-bottom-color: #fff; margin: -15px 0 0 -10px; }
#back-to-top.show { opacity: 0.8; }
#back-to-top.show:hover { opacity: 1; }
a.close, a.mobilemenu { display: none; }

#wrapper { padding-bottom: width: 100%; position: relative; overflow: hidden; }

.wrapper { padding-right: calc((100% - 1425px) / 2); padding-left: calc((100% - 1425px) / 2); position: relative; }

	/*header-part*/
	#header-bar { width: 100%; position: absolute; top: 0; left: 0; z-index: 99; }
	
		/*top bar*/
		.top-bar { width: 100%; height: 66px; display: flex; justify-content: flex-end; }
		.top-bar .social { display: flex; align-items: center; position: relative; right: -145px; }
		.top-bar .social li { padding: 0 20px; position: relative; }
		.top-bar .social li:after { content: ''; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 35px; background-color: #fff; }
		.top-bar .social li a { font-size: 30px; color: #fff; }
		.top-bar .social li a:hover { opacity: 0.8; }
		.top-bar .social li:last-child:after { display: none; }
		
		/* nav-bar */
		.nav-bar { padding: 8px 0; width: 100%; position: relative; display: none; text-align: center; z-index: 999; background: #e8b714; }
		#header-bar .nav-bar .wrapper { padding: 0 15px; }
		.nav-bar ul { list-style: none; line-height:0;}
		.nav-bar li { display: inline-block; vertical-align: top; font-size: 16px; line-height: 20px; font-weight: 600; position: relative; text-transform: uppercase;  }
		.nav-bar li a { padding: 10px; border-radius: 3px; -webkit-border-radius: 3px; color: #fff; display: block; }
		.nav-bar li.current-menu-item > a, .nav-bar li.current_page_parent > a { background-color: #000; }
		.nav-bar li > a:hover { background-color: #000; }
		.nav-bar li:hover .sub-menu { color: #fff; opacity: 1; visibility: visible; }
		.nav-bar .sub-menu li { padding: 2px 10px; }
		.nav-bar .sub-menu { padding: 8px 0; min-width: 130px; position: absolute; top: 100%; left: 0; z-index: 999; text-align: left; opacity: 0; visibility: hidden; transition: all 0.3s; -webkit-transition: all 0.3s; background: #039be6; }
		.nav-bar .sub-menu li { padding: 2px 10px; font-size: 17px; }
		
		@-webkit-keyframes stickyhead{
			0%{opacity:0;-webkit-transform:translateY(-100%) }
			100%{opacity:1;-webkit-transform:translateY(0)} 
		}	
		@-moz-keyframes nav-bar{ 
			0%{opacity:0;-moz-transform:translateY(-100%)}
			100%{opacity:1;-moz-transform:translateY(0)}
		}
		@keyframes stickyhead{
			0%{opacity:0;-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}
			100%{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}
		}
		.stickyhead .nav-bar { top:0; position: fixed; -moz-box-shadow: 0px 0px 4px #000000; -webkit-box-shadow: 0px 0px 4px #000000; box-shadow: 0px 0px 4px #000000; opacity: 1; visibility: visible; display: block !important; -webkit-animation:stickyhead ease-in-out 0.7s 0.1s both;-moz-animation:stickyhead ease-in-out 0.7s 0.1s both;animation:stickyhead ease-in-out 0.7s 0.1s both; }
		
		/* bottom-bar */
		.bottom-bar { width: 100%; background-color: #e8b714; }
		.bottom-bar .row { width: 100%; height: 75px; display: flex; justify-content: flex-end; position: relative; }
		.bottom-bar .menu-toggle { padding: 12px 43px 12px 0; position: relative; font-size: 14px; color: #000; font-family: 'Montserrat', sans-serif; font-weight: 300; }
		.bottom-bar .logo { position: absolute; left: 5px; top: 50%; transform: translateY(-50%); }
		.bottom-bar .search-submit { margin: 0; height: 30px; width: 30px; border: 0; font-size: 0 !important; cursor: pointer; background: url(images/search-icon.png) no-repeat center center; }
		.bottom-bar .search-field { padding: 3px 20px; margin: 0; width: 232px; height: 30px; border: 0; background: url(images/input-bg.png) no-repeat top center; background-size: cover; }
		.bottom-bar .search-form { margin-right: 15px; padding: 4px; border-radius: 18px; display: flex; align-items: center; background-color: #000; }
		.bottom-bar .right { display: flex; align-items: center; position: relative; right: -127px; }
		.bottom-bar .link { margin-right: 15px; font-size: 14px; color: #000; font-family: 'Montserrat', sans-serif; font-weight: 300; }
		.bottom-bar .menu-toggle span { width: 37px; height: 37px; border-radius: 50%; display: block; position: absolute; right: 0; top: 0; background-color: #000; }
		.bottom-bar .menu-toggle em { font-style: normal; }
		.bottom-bar .menu-toggle em { width: 23px; -webkit-transition: -webkit-transform .3s;transition:transform .3s; display: block; height: 2px; position: absolute; left: 7px; top: 17px; border-radius: 10px; background-color: #e8b714; }
		.bottom-bar .menu-toggle em:before{ top: -7px; transition-property:top,transform; }
		.bottom-bar .menu-toggle em:after, .bottom-bar .menu-toggle em:before { background-color: #e8b714; content: ""; display: block; height: 2px; left: 0; position: absolute; width: 100%; transition-duration:.3s,.3s; border-radius: 10px; }
		.bottom-bar .menu-toggle em:after{ bottom: -7px; transition-property:bottom,transform; }
		
		.bottom-bar .menu-toggle.open em { background: transparent; }
		.bottom-bar .menu-toggle.open em:before { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); top: 0; background: #e8b714; }
		.bottom-bar .menu-toggle.open em:after { transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); bottom: 0; background: #e8b714; }
	
	/* content-part */
	#content-part { width: 100%; position: relative; }
	
		/* slider-bar */
		.slider-bar { width: 1000%; }
		.slider-bar .heading .tp-caption { font-family: 'Montserrat', sans-serif !important; font-weight: 200 !important; text-transform: uppercase !important; letter-spacing: 0.3em !important; }
		.slider-bar .sub-heading .tp-caption { font-family: 'Esenin script One' !important; font-weight: normal !important; letter-spacing: 0.1em !important; }
		.slider-bar .content .tp-caption { font-family: 'Constantia' !important; font-weight: normal !important; font-style: italic; }
		.slider-bar .custom .tp-bullet { width: 27px !important; height: 26px !important; background-color: #bf1e2e !important; border-radius: 4px; opacity: 0.6; }
		.slider-bar .custom .tp-bullet.selected { opacity: 1; }
		.slider-bar #rev_slider_1_1 .zeus.tparrows:hover .tp-title-wrap { transform: inherit !important; -webkit-transform: inherit !important; }
		.slider-bar #rev_slider_1_1 .zeus.tparrows:hover { background-color: #00afc9 !important; }
		.slider-bar .tparrows:before { font-size: 60px; color: #ef2d2a !important; }
		.slider-bar .tparrows { background: transparent !important; }
		.banner-bar.innerpage .banner_container { height: 400px; background-repeat: no-repeat; background-size: cover; }
		
		/* newsletter bar */
		.newsletter-bar { width: 100%; min-height: 424px; position: relative; display: flex; align-items: center; justify-content: flex-end; background: url(images/newletter-bg.jpg) no-repeat; background-size: cover; background-attachment: fixed; }
		.newsletter-bar .right { width: 555px; text-align: center; position: relative; }
		.newsletter-bar h3 { margin-bottom: 18px; font-size: 58px; font-weight: 400; color: #fff; line-height: 0.8; font-family: 'Bebas Neue', cursive;
 }
		.newsletter-bar h3 span { display: block; font-family: 'Bebas Neue', cursive; line-height: 1; font-size: 105px; color: #fff; }
		.newsletter-bar .mailpoet_submit { width: 170px !important; height: 60px; border: 0; cursor: pointer; font-family: 'Raleway', sans-serif; text-transform: uppercase; color: #fff; font-size: 20px; letter-spacing: 0.1em; border-radius: 0; font-weight: 500; background-color: #bf1e2e; }
		.newsletter-bar .mailpoet_text { padding: 6px 22px !important; width: 386px !important; height: 60px; border: 0; border-radius: 0; font-weight: 400; font-size: 15px !important; background-color: #fff; }
		.newsletter-bar #mailpoet_form_1 .mailpoet_form { padding: 0 !important; display: flex; }
		.newsletter-bar .mailpoet_form .mailpoet_paragraph { margin-bottom: 0; }
		.newsletter-bar *::-webkit-input-placeholder { color: #9d9d9d; opacity: 1;  }
		.newsletter-bar *::-moz-placeholder { color: #9d9d9d; opacity: 1; }
		.newsletter-bar *:-ms-input-placeholder { color: #9d9d9d; opacity:1; }
		.newsletter-bar .mailpoet_submit:hover { background-color: #e8b714; }
		
		/* gallery bar */
		.gallery-bar { margin-top: -125px; position: relative; width: 100%; }
		.gallery-bar .item { height: 447px; overflow: hidden; }
		.gallery-bar .item img { width: 100%; height: 100%; object-fit: cover; }
		.gallery-bar .slick-arrow { margin-top: 10px; width: 27px; height: 45px; z-index: 9; font-size: 0; border: 0; background-color: transparent; cursor: pointer; position: absolute; top: 50%; transform: translateY(-50%); background-repeat: no-repeat; background-size: cover; }
		.gallery-bar .slick-prev { left: 20px; background-image: url(images/prev-img1.png); }
		.gallery-bar .slick-next { right: 20px; background-image: url(images/next-img1.png); }
		.gallery-bar .row { position: relative; }
		.gallery-bar .row:before { content: ''; position: absolute; left: 0; top: 0; width: 340px; height: 100%; background: -moz-linear-gradient(left, rgba(0,0,0,0.52) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.52) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0.52) 0%,rgba(255,255,255,0) 100%); }
		.gallery-bar .row:after { content: ''; position: absolute; right: 0; top: 0; width: 210px; height: 100%; background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.52) 100%); background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.52) 100%); background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.52) 100%); }
		.gallery-bar h2 { margin-bottom: 36px; padding-top: 23px; }
		
		/* content bar */
		.content-bar { padding-top: 100px; padding-bottom: 56px; width: 100%; background: url(images/content-bg.jpg) no-repeat top center; background-size: cover; background-attachment: fixed; }
		.content-bar .left { width: 44%; }
		.content-bar h2 { color: #fff; text-transform: uppercase; }
		.content-bar p { color: #fff; }
		
		/* blog bar */
		.blog-bar { padding-top: 45px; padding-bottom: 55px; width: 100%; background: url(images/blog-bg.jpg) no-repeat top center; background-size: cover; background-attachment: fixed; }
		.blog-bar h2 { color: #fff; }
		.blog-bar .slick-arrow { margin-top: 10px; width: 20px; height: 35px; z-index: 9; font-size: 0; border: 0; background-color: transparent; cursor: pointer; position: absolute; top: 50%; transform: translateY(-50%); background-repeat: no-repeat; background-size: cover; }
		.blog-bar .slick-prev { left: -100px; background-image: url(images/prev-img1.png); }
		.blog-bar .slick-next { right: -100px; background-image: url(images/next-img1.png); }
		.blog-bar figure { margin-bottom: 25px; }
		.blog-bar figure img { width: 100%; }
		.blog-bar .item span { padding-bottom: 10px; color: #fff; font-family: 'Quattrocento', serif; font-weight: 700; font-size: 32px; border-bottom: 2px solid #ececec; display: block; }
		.blog-bar .item { padding: 0 60px; }
		.blog-bar .item a { display: block; }
		.blog-bar .slick-list { margin: 0 -60px; }
		
		/* product bar */
		.product-bar { padding-top: 45px; padding-bottom: 155px; width: 100%; background: url(images/product-bg.jpg) no-repeat top center; background-size: cover; background-attachment: fixed; }
		.product-bar .slick-slide img { width: 100% !important; }
		.product-bar .product-title { display: none; }
		.product-bar .woocommerce-Price-amount { display: none; }
		.product-bar .slick-arrow { margin-top: 10px; width: 20px; height: 35px; z-index: 9; font-size: 0; border: 0; background-color: transparent; cursor: pointer; position: absolute; top: 50%; transform: translateY(-50%); background-repeat: no-repeat; background-size: cover; }
		.product-bar .slick-prev { left: -100px; background-image: url(images/prev-img.png); }
		.product-bar .slick-next { right: -100px; background-image: url(images/next-img.png); }
		.product-bar .row { padding: 0 70px; }
		.product-bar .slick-slide { padding: 20px 50px !important; }
		.product-bar .slick-slide a { display: block; overflow: hidden; box-shadow: 24px 5px 18px rgba(0,0,0,0.2); }
		
		/* text-bar */
		.text-bar { padding: 40px 0; }
		.text-bar.innerpage { text-align: left; }
		.text-bar blocquote p { font-style: italic; }
		.text-bar.innerpage h1 { padding-bottom: 10px; }
		.text-bar.innerpage h2, .text-bar.innerpage h3, .text-bar.innerpage h4, .text-bar.innerpage h5, .text-bar.innerpage h6 { margin-bottom: 10px; }
		.text-bar.innerpage ul { padding: 0 0 20px 30px; list-style: disc; }
		.text-bar.innerpage ol { padding: 0 0 20px 30px; }
		.text-bar.innerpage p, .text-bar.innerpage li { line-height: 1.5; }
	
		/* ----------Alignment ----------*/ 
		.alignleft { margin-right: 2em !important; margin-top: 1.5em; display: inline; float: left; }
		.alignright { display: inline; float: right; margin-left: 1em !important; }
		.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }
		img.alignleft, img.alignright, img.aligncenter { margin-bottom: 1.625em; }
		table, th, td { border: none }
		table { border-collapse: separate; border-spacing: 0; border-width: 1px 0 0 1px; margin: 0 0 1.6em; table-layout: fixed; width: 100%; }
		caption, th, td { font-weight: normal; text-align: left; }
		th { border-width: 0 1px 1px 0; }
		td { border-width: 0 1px 1px 0; vertical-align: top; }
		td img { width: 100%; max-width: 100%; vertical-align: top; margin: 0px; height: auto; }
		th, td { padding: 0.4em; }
		th { font-size: 24px; letter-spacing: 1px; line-height: 28px; }
		td img.alignnone { margin: 0px }
		blockquote { font-weight: normal; margin: 0 1em; }
		blockquote em, blockquote i, blockquote cite { font-style: normal; }
		blockquote cite { color: #666; letter-spacing: 0.05em; text-transform: uppercase; }
		blockquote:before, blockquote:after, q:before, q:after { content: ""; }
		blockquote, q { quotes: "" ""; }
		#blogWrapper { padding-top: 45px; padding-bottom: 45px; width: 100%; overflow: hidden; }
		
		/* blog container */
		.patners_box { float: left; width: 100%; text-align: center; padding: 20px }
		#BlogCntr { width: 100%; position: relative; overflow: hidden; }
		
		/* left blog box */
		.leftBlogBox { width: 72%; float: left; padding-right: 30px; border-right: 1px solid #bebebe; min-height: 500px }
		.leftBlogBox ul, .leftBlogBox ol { margin-bottom: 20px; list-style-position: inside; }
		.leftBlogBox ul { list-style: disc; padding-left: 15px; }
		.single .leftBlogBox ul { padding: 0 0 20px 25px; list-style: disc; }
		.single .leftBlogBox ol { padding: 0 0 20px 0px; }
		.single .leftBlogBox li { line-height: 23px; font-size: 18px; }
		/*.single .leftBlogBox h1 { padding-bottom: 5px; text-transform: capitalize }*/
		.single .leftBlogBox p { display: block; line-height: 1.5; }
		.single .leftBlogBox .leftBlogBox li { line-height: 1.5; }
		.single .leftBlogBox .comment-form-cookies-consent { display: none; }
		.leftBlogBox ul.dateBar { list-style: none; margin: 0 0 10px 0; padding: 0px }
		.single .leftBlogBox ul.dateBar { margin: 0 0 15px 0; padding-left: 0px }
		.leftBlogBox ul.dateBar li { font-size: 14px; }
		.leftBlogBox ul.dateBar li strong { color: #000; }
		.leftBlogBox p { padding-bottom: 15px; display: inline; margin-bottom: 0; }
		.leftBlogBox .postLoop { width: 100%; overflow: hidden; padding: 15px 0; margin: 0px; border-bottom: 1px solid #bebebe; }
		.leftBlogBox .postLoop:last-child, .leftBlogBox .postLoop:last-of-type { border-bottom: none; }
		.leftBlogBox .postLoop .image { max-width: 45%; float: left; margin: 5px 20px 5px 0; }
		.leftBlogBox .postLoop h2 { text-transform: capitalize; margin: 0px; font-size:30px; line-height: 36px; padding-bottom: 10px; letter-spacing: 0; font-family: 'Quattrocento', serif; }
		.leftBlogBox .postLoop h2 a { color: #bf1e2e; text-decoration: none }
		.leftBlogBox .postLoop h2 a:hover { color: #000000; }
		.leftBlogBox .postLoop a.read-more { display: inline-block;  color: #bf1e2e; text-decoration: none; text-transform: capitalize; font-weight: 600 }
		.leftBlogBox .postLoop a.read-more:hover { color: #000000; }
		.leftBlogBox h4.title { font-size: 16px; font-weight: normal; padding-top: 15px; color: #bf1e2e; text-transform: capitalize; } /* comment form */
		.leftBlogBox #commentform { width: 100%; }
		.leftBlogBox #commentform input[type="text"], .leftBlogBox #commentform input[type="url"], .leftBlogBox #commentform input[type="email"], .leftBlogBox #commentform textarea, .leftBlogBox #commentform input[type="url"] { border: 1px solid #000; padding: 7px 10px; box-sizing: border-box; color: #000; font-size: 15px; border-radius: 0px; -webkit-appearance: none; -webkit-border-radius: 0px; resize: none; margin: 0; width: 535px; }
		.leftBlogBox #commentform textarea { height: 150px; }
		.leftBlogBox #commentform input[type="submit"] { width: auto; padding: 5px; border: none; background: #ea0000; color: #fff; cursor: pointer; border-radius: 0; font-size: 16px; }
		.leftBlogBox #commentform input[type="submit"]:hover, .leftBlogBox #commentform p.form-submit input[type="submit"]:hover { background: #000000; }
		.leftBlogBox #commentform p.form-submit input[type="submit"] { width: auto; padding: 8px 15px; border: none; background: #bf1e2e; color: #fff; cursor: pointer; margin-left: 100px; }
		.leftBlogBox #respond h3 { padding-bottom: 20px; }
		.leftBlogBox #commentform input[type="text"].error, .leftBlogBox #commentform input[type="email"].error, .leftBlogBox #commentform textarea.error { border: 1px solid #f00!important }
		.leftBlogBox div.error { display: none !important }
		.leftBlogBox h3#comments, .leftBlogBox #respond h3, h2.comments-title, h3#reply-title { border-bottom: 1px solid #000; font-size: 24px; font-weight: normal; line-height: 29px; margin-bottom: 10px; padding-bottom: 10px; color: #000; }
		.leftBlogBox #comments { clear: both; margin-bottom: 10px }
		.leftBlogBox #comments footer { border: none }
		.leftBlogBox .commentlist, .leftBlogBox .comment-list { list-style: outside none none; margin-top: 10px !important; margin-bottom: 10px; }
		.leftBlogBox .commentlist li { color: #34343f; font-size: 20px; line-height: 30px; list-style: outside none none; overflow: hidden; }
		.leftBlogBox .comment-list li { color: #34343f; font-size: 20px; line-height: 20px; list-style: outside none none; overflow: hidden; }
		.leftBlogBox img.avatar { float: left; margin: 3px 10px 10px 0; width: 50px; border: 1px solid #cccccc; max-width: 100%; height: auto; display: block }
		.leftBlogBox .commentlist cite.fn, .leftBlogBox cite.fn { color: #000000;; font-size: 16px; }
		.leftBlogBox span.says { font-size: 16px; }
		.leftBlogBox .commentlist a.url, .leftBlogBox .commentlist cite.fn, .leftBlogBox a.url, .leftBlogBox cite.fn { font-style: normal; text-decoration: none; font-size: 20px; }
		.leftBlogBox .comment-awaiting-moderation { font-size: 16px; line-height: 21px; color: #000; font-style: normal }
		.leftBlogBox .commentmetadata a { color: #000; cursor: default !important; font-size: 13px; line-height: 16px; }
		.leftBlogBox .commentlist p, .leftBlogBox .comment-list p { clear: both; font-size: 15px; line-height: 19px; }
		.comment-content p { padding-bottom: 5px; } #commentform p { padding-bottom: 15px !important; font-size: 16px; margin-bottom: 0; }
		.leftBlogBox .comment-list .comment-metadata { font-size: 16px; color: #000; }
		.leftBlogBox .comment-reply-link { font-size: 16px; text-decoration: none }
		.leftBlogBox .comment-reply-link:hover { text-decoration: none; color: #039be6; } #cancel-comment-reply-link { color: #000; text-decoration: none; font-size: 20px; line-height: 25px } #cancel-comment-reply-link:hover { text-decoration: underline }
		.leftBlogBox .reply { padding: 0px 0 15px; }
		.leftBlogBox .reply a { color: #000 }
		.leftBlogBox #respond { margin-top: 10px; /*overflow: hidden;*/ width: auto; padding: 0px }
		.leftBlogBox #cancel-comment-reply-link:hover { color: #039be6; text-decoration: none }
		.leftBlogBox .commentlist ul.children, .leftBlogBox .comment-list ol.children { /*margin-left: 25px;*/ /*float:left*/ }
		.leftBlogBox label.screen-reader-text { display: none }
		.leftBlogBox #searchform { width: 100%; margin: 0 auto; } #commentform label { float: left; width: 100px; font-size: 16px; line-height: 21px } #commentform label.error { display: none!important } /* pagination */
		.leftBlogBox .wp-pagenavi { margin: 25px 0 50px 0; }
		.leftBlogBox .wp-pagenavi a, .wp-pagenavi span { font-size: 15px; color: #000; border: 1px solid #7b7b7b }
		.wp-pagenavi a, .wp-pagenavi span { border-color: #7b7b7b; padding: 5px 7px }
		.wp-pagenavi span.current { border-color: #bf1e2e; font-weight: normal; color: #fff; background: #bf1e2e; }
		.leftBlogBox .wp-pagenavi a:hover, .wp-pagenavi a:hover { background: #bf1e2e; color: #fff; border-color: #bf1e2e; }
		.wp-pagenavi span.pages:hover { border-color: #000; } /* right blog box */
		.rightBlogBox { width: 27%; float: right; padding-top: 0; padding-left: 25px; }
		.rightBlogBox ul { width: auto; padding-left: 20px; list-style: disc }
		.rightBlogBox .widget { text-align: left; margin-bottom: 25px; overflow: hidden }
		.rightBlogBox h3.widgettitle { margin-bottom: 10px; text-align: center; color: #f1c855; font-size: 34px; text-align: left; text-transform: capitalize; line-height: 40px; padding-bottom: 0px }
		.rightBlogBox label.screen-reader-text { display: none; }
		.rightBlogBox #searchform { width: 100%; margin: 0 auto; }
		.rightBlogBox #searchform input#s { width: 65%; border: 1px solid #7b7b7b; height: 30px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; padding: 5px; float: left; margin-right: 5px; color: #7b7b7b; height: 33px; }
		.rightBlogBox #searchform input#searchsubmit { width: 27%; background: #dfb643; color: #fff; border: none; height: 30px; text-transform: capitalize; font-weight: bold; cursor: pointer; float: left; }
		.rightBlogBox #searchform input#searchsubmit:hover { background: #c70505; }
		.rightBlogBox ul  { padding-left:0; list-style: disc; margin-top: 0px }
		.rightBlogBox ul li { width: 100%; text-align: left; padding: 2px 0; color: #000; font-size: 16px; line-height: 19px; list-style-position: inside; }
		.rightBlogBox ul li a { color: #000; text-decoration: none; text-transform: capitalize; outline: none }
		.rightBlogBox ul li.current-cat a { color: #bf1e2e; font-weight:600; }
		.rightBlogBox ul li a:hover { text-decoration: none; color: #bf1e2e; }
		.mobilesidebar { display: none; }
		.desktopsidebar { display: block } /* single page */
		.search-form .screen-reader-text { display: none }
		.rightBlogBox .search-form input[type='Search'] { margin:0; border-radius: 0px; padding: 5px; font-size: 14px; line-height: 19px; float: left; border: solid 1px #000; color: #000; width: 62%; -webkit-appearance: none; -webkit-border-radius: 0px; height: 33px; }
		#BlogCntr .search-form input[type='submit'] { float: left; background: #bf1e2e; border-radius: 0px; font-size: 15px; line-height: 20px; border: none; color: #fff; cursor: pointer; -webkit-appearance: none; -webkit-border-radius: 0px; padding: 4px 15px; margin-right: 0px; height: 33px; border: solid 1px #bf1e2e; }
		#BlogCntr .search-form input[type='submit']:hover { background: #000000;; border: solid 1px #000000;; }
		/*.search-form input[type='Search']:focus { border: solid 1px #000!important }*/
		.leftBlogBox .singleimage { width: 100%; margin-bottom: 15px; }
		.leftBlogBox .singleimage img { max-width: 100%; height: auto; width: 100% }
		input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration { display: none; }	
		
		
.post-type-archive-product .content-area, .single-product .content-area, .tax-product_cat .content-area { padding-top: 68px; padding-bottom: 25px; padding-right: calc((100% - 1425px) / 2); padding-left: calc((100% - 1425px) / 2); overflow: hidden; }
.post-type-archive-product #header-bar, .single-product1 #header-bar, .tax-product_cat #header-bar { position: relative; }

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button { border-radius: 0; color: #fff;  background-color: #bf1e2e; }
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { color: #fff; background-color: #e8b714; }
.woocommerce-message { border-top-color: #bf1e2e; }
.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce ul.products li.product .price { color: #bf1e2e; }
.leftBlogBox #cat, .woocommerce .woocommerce-ordering select { padding: 5px 10px; width: 300px; margin-top: 3px; -webkit-appearance: none; -ms-appearance: none; -moz-appearance: none; appearance: none; cursor: pointer; background: #fff; -webkit-appearance: none; border-radius: 0; border: 1px solid #000; float: left; width: 100%; color: #000; font-size:14px; line-height:19px; background-size:22px; max-width:100%;  }
.woocommerce .woocommerce-result-count { padding: 0; }

.post-type-archive-product .top-bar .social li a, .single-product1 .top-bar .social li a { color: #000; }
.post-type-archive-product .top-bar .social li:after, .single-product1 .top-bar .social li:after { background-color: #000; }

#add_payment_method .cart-collaterals .shipping-calculator-button::after, .woocommerce-cart .cart-collaterals .shipping-calculator-button::after, .woocommerce-checkout .cart-collaterals .shipping-calculator-button::after { position: relative; top: 3px; }

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea { padding: 5px 10px; height: 40px; border-radius: 0; }
.select2-container--default .select2-selection--single { height: 40px; border-radius: 0; }
.select2-container--default .select2-selection--single .select2-selection__arrow { height: 40px; right: 5px; }

#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input { width: 15px; height: 15px; }

#add_payment_method #payment ul.payment_methods li input:checked, .woocommerce-cart #payment ul.payment_methods li input:checked, .woocommerce-checkout #payment ul.payment_methods li input:checked { border-color: #bf1e2e; background-color: #bf1e2e; }
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address input[type=checkbox] { vertical-align: middle; }
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address, .woocommerce-billing-fields h3 { font-size: 32px; }
.woocommerce form .form-row label { line-height: 1.5; }
.woocommerce ul.order_details { padding: 0 !important; }
.woocommerce .woocommerce-customer-details address br { display: none; }
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone { margin-top: 13px; padding-bottom: 15px; }
.woocommerce .woocommerce-customer-details address { padding: 18px 16px; }
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before { line-height: inherit; }
.woocommerce div.product form.cart { display: flex; align-items: center; }
.woocommerce-page div.product .woocommerce-tabs { display: none !important; }
.related.products { clear: both; }
.woocommerce-page div.product div.images { width: 30%; }
.woocommerce-page div.product div.summary { width: 66%; }
.woocommerce a.added_to_cart { margin-left: 8px; }
		
#footer-part { width: 100%; position: relative; border-top: 16px solid #bf1e2e; clear: both; }
#footer-part .wrapper { padding-right: calc((100% - 1660px) / 2); padding-left: calc((100% - 1660px) / 2); }

	/* footer bar */
	.footer-bar { padding-top: 20px; padding-bottom: 22px; width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; background: url(images/footer-bg.jpg) no-repeat top center; background-size: cover; }
	.footer-bar .title { margin-right: 5px; width: 63px; height: 249px; display: inline-block; font-size: 0; background: url(images/instagram-text.png) no-repeat; background-size: 100% 100%; }
	.footer-bar .instagram { margin-top: 20px; width: 33%; display: flex; align-items: center; }
	.footer-bar .contact { padding: 20px 0; width: 35%;}
	.footer-bar h3 { margin-bottom: 10px; color: #fff; font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 26px; }
	.footer-bar .form-control { padding: 0 10px; width: 100%; height: 35px; font-family: 'Montserrat', sans-serif; font-size: 11px; color: #fff; border: 2px solid #fff; border-radius: 0; background-color: transparent; }
	.footer-bar .row { margin: 0 -12px; display: flex; flex-wrap: wrap; }
	.footer-bar .column { padding: 0 12px; margin-bottom: 18px; width: 50%; }
	.footer-bar .column.full { margin-bottom: 5px; width: 100%; }
	.footer-bar textarea.form-control { padding: 10px; height: 67px; }
	.footer-bar .wpcf7-submit { width: 98px; height: 34px; font-family: 'Montserrat', sans-serif; text-transform: uppercase; font-size: 11px; color: #fff; border: 0; border-radius: 0; cursor: pointer; font-weight: 400; background-color: #bf1e2e; }
	.footer-bar .wpcf7-submit:hover { background-color: #e8b714; }
	.footer-bar .f-logo { width: 26%; }
	.footer-bar #sbi_images { background-color: #fff; }
	
	/* copyright bar */
	.copyright-bar { padding-top: 15px; padding-bottom: 13px; width: 100%; min-height: 75px; display: flex; align-items: center; color: #fff; font-size: 13px; background-color: #2e2e2e; }
	.copyright-bar a { color: #fff; }
	.copyright-bar a:hover { text-decoration: underline; }
	.copyright-bar .code-widget { padding-left: 35px; }

@media only screen and (max-width: 1599px) {
	
	h1 { font-size: 50px; }
	h2 { font-size: 45px; }
	h3 { font-size: 40px; }
	h4 { font-size: 30px; }
	.home h2:before { left: -62px; top: -15px; width: 50px; height: 84px; }
	.home h2 { margin-bottom: 20px; }
	.wrapper, #footer-part .wrapper, .post-type-archive-product .content-area, .single-product .content-area, .tax-product_cat .content-area { padding-left: 20px; padding-right: 20px; }
	.bottom-bar .right { right: 0; }
	.top-bar .social { margin: 0 -15px; right: 0; }
	.content-bar .left { width: 60%; padding-left: 60px; }
	.content-bar { padding-top: 75px; padding-bottom: 40px; }
	.blog-bar, .product-bar { padding-left: 80px; padding-right: 80px; }
	.blog-bar .item { padding: 0 30px; }
	.blog-bar .slick-list { margin: 0 -30px; }
	.blog-bar .item span { font-size: 26px; }
	.gallery-bar .item { height: 405px; }
	.gallery-bar h2 { margin-left: 60px; }
	.banner-bar.innerpage .banner_container { height: 370px; }
	.blog-bar .slick-next { right: -48px; }
	.blog-bar .slick-prev { left: -48px; }
	.product-bar .slick-slide { padding: 20px 30px !important; }
	.product-bar .row { padding: 0; }
	.product-bar .slick-slide a { box-shadow: 10px 2px 16px rgb(0 0 0 / 20%); }
	.product-bar .slick-prev { left: -48px; }
	.product-bar .slick-next { right: -48px; }
}


@media only screen and (max-width: 1279px) {
	
	h1 { font-size: 45px; }
	h2 { font-size: 40px; }
	h3 { font-size: 35px; }
	html, body { font-size: 18px; }
	.top-bar .social li a { font-size: 25px; }
	.top-bar .social li { padding: 0 15px; }
	.top-bar .social li:after { height: 28px; }
	.top-bar { height: 55px; }
	.top-bar .social { margin: 0 -12px; }
	.bottom-bar .logo img { max-width: 260px; }
	.bottom-bar .row { height: 65px; }
	.newsletter-bar h3 { font-size: 50px; }
	.newsletter-bar h3 span { font-size: 88px; }
	.newsletter-bar { min-height: 360px; }
	.content-bar .left { width: 100%; }
	.content-bar { padding-top: 50px; padding-bottom: 30px; }
	.blog-bar .item { padding: 0 20px; }
	.blog-bar .slick-list { margin: 0 -20px; }
	.blog-bar figure img { height: auto; }
	.gallery-bar .item { height: 338px; }
	.footer-bar .contact { width: 40%; }
	.copyright-bar { padding-top: 10px; padding-bottom: 10px; min-height: 60px; }
	.copyright-bar .code-widget { padding-left: 0; }
	.banner-bar.innerpage .banner_container { height: 310px; }
	.slider-bar .tparrows:before { font-size: 35px; }
	.slider-bar .custom .tp-bullet { width: 20px !important; height: 20px !important; }
	.product-bar .slick-slide { padding: 20px 20px !important; }
	.product-bar .slick-slide a { box-shadow: 5px 2px 13px rgb(0 0 0 / 20%); }
	.post-type-archive-product .content-area, .single-product .content-area { padding-top: 50px; }

}

@media only screen and (max-width: 1023px) {

	.newsletter-bar .mailpoet_text { width: 350px !important; }
	.newsletter-bar .mailpoet_submit { width: 150px !important; }
	.blog-bar .item { padding: 0 10px; }
	.blog-bar .slick-list { margin: 0 -10px; }
	.blog-bar .item span { font-size: 18px; }
	.gallery-bar .item { height: 255px; }
	.footer-bar .f-logo, .footer-bar .instagram, .footer-bar .contact { width: 100%; }
	
	#BlogCntr { padding-top: 10px; }
	.rightBlogBox { padding-left: 5px; }
	.search-form input[type='submit'] { font-size: 13px; padding: 4px 10px; }
	.leftBlogBox .postLoop h2 { font-size: 32px; line-height: 40px; }
	.rightBlogBox ul li { font-size: 18px; }
	.leftBlogBox p { font-size: 16px; line-height: 24px; }
	.leftBlogBox #commentform input[type="text"], .leftBlogBox #commentform input[type="email"], .leftBlogBox #commentform textarea, .leftBlogBox #commentform input[type="url"] { max-width: 100%; }
	.leftBlogBox #commentform p.form-submit input[type="submit"] { margin-left: 0px;}
	.banner-bar.innerpage .banner_container {  height: 270px; }
	.product-bar .slick-slide { padding: 15px 10px !important; }
	.product-bar .slick-slide a { box-shadow: 0 0 14px rgb(0 0 0 / 20%); }
	.woocommerce-page div.product div.images { width: 100%; }
	.woocommerce-page div.product div.summary { width: 100%; }

}

@media only screen and (max-width: 767px) {
	
	h1 { font-size: 40px; }
	h2 { font-size: 35px; }
	h3 { font-size: 30px; }
	h4 { font-size: 25px; }
	h5 { font-size: 22px; }
	h6 { font-size: 20px; }
	html, body { font-size: 17px; }
	.home h2:before { display: none; }
	.home h2 { margin-bottom: 15px; }
	.bottom-bar .search-form { display: none; }
	.newsletter-bar h3 span { font-size: 60px; }
	.newsletter-bar h3 { font-size: 35px; }
	.newsletter-bar .mailpoet_text, .newsletter-bar .mailpoet_submit { width: 100% !important; }
	.newsletter-bar #mailpoet_form_1 .mailpoet_form { flex-wrap: wrap; }
	.newsletter-bar .right { width: 100%; }
	.newsletter-bar .mailpoet_form .mailpoet_paragraph { margin-bottom: 0 !important;  width: 100%; }
	.newsletter-bar .mailpoet_submit { height: 52px; font-size: 17px; }
	.newsletter-bar .mailpoet_text { padding: 6px 20px !important; height: 52px; }
	.newsletter-bar { min-height: 310px; }
	.content-bar .left { padding-left: 0; }
	.blog-bar, .product-bar { padding-left: 20px; padding-right: 20px; }
	.blog-bar { padding-top: 40px; padding-bottom: 35px; }
	.blog-bar .slick-arrow, .product-bar .slick-arrow { display: none !important; }
	.gallery-bar h2 { margin-left: 0; }
	.gallery-bar .row:before, .gallery-bar .row:after { display: none; }
	.footer-bar .column { padding: 0 6px;  margin-bottom: 12px; }
	.footer-bar .row { margin: 0 -6px; }
	.footer-bar h3 { font-size: 24px; }
	.text-bar { padding: 26px 0; }
	.slider-bar .tparrows { display: none; }
	.slider-bar .custom .tp-bullet { margin: 0 6px; width: 15px !important; height: 15px !important; left: 0 !important; position: relative; }
	.slider-bar .custom.tp-bullets { flex-wrap: wrap; width: 100% !important; transform: matrix(1, 0, 0, 1, -28, -45) !important; display: flex; }
	.footer-bar .instagram { flex-wrap: wrap; }
	.footer-bar .title { margin-right: 0; margin-bottom: 12px; width: 100%; height: auto; display: block; color: #fff; font-size: 24px; font-family: 'Raleway', sans-serif; font-weight: 700; background: none; }
	.footer-bar .f-logo { margin-bottom: 10px; }
	
	.leftBlogBox { width: 100%; border-right: 0; }
	.mobilesidebar{ width: 500px; display: block; }
	.mobilesidebar .search-form{ float:left; width:100%; position:relative; padding-right:85px}
	.mobilesidebar .search-form input[type="Search"]{ width:100%; max-width:100%; border-radius: 0px; -webkit-border-radius: 0px; height: 34px; }
	.mobilesidebar .search-form input[type="submit"]{ position:absolute; right:0px; top:0px}
		
	#blogWrapper { padding: 30px 0; width:100%; }
	.leftBlogBox .widget { margin-bottom: 10px; }
	.leftBlogBox { padding-right: 0; width: 100%; float: none; margin-top: 0px; padding-bottom: 10px; }
	.rightBlogBox { width: 100%; float: none }
	.leftBlogBox .postLoop { padding: 10px 0; }
	.mobilesidebar h3.widgettitle { display: none }
	.leftBlogBox .widget { margin-bottom: 12px; overflow: hidden; }
	.leftBlogBox h1.pagetitle { padding-bottom: 15px; }
	.leftBlogBox #searchform input#s { border: 1px solid #7b7b7b; box-sizing: border-box; float: left; height: 30px; margin-right: 4px; padding: 5px; width: 200px; color: #7b7b7b; }
	.leftBlogBox #searchform input#searchsubmit { background: #ea0000 none repeat scroll 0 0; border: medium none; color: #fff; cursor: pointer; float: left; font-weight: bold; height: 30px; text-transform: capitalize; width: 76px; }
	.leftBlogBox #searchform input#searchsubmit:hover { background: #c70505; }
	.desktopsidebar { display: none; }
	.leftBlogBox #cat option { padding: 2px 5px; font-size: 13px; color: #000; }
	.leftBlogBox #cat option { padding: 2px 5px; font-size: 13px; }
	.leftBlogBox #searchform input#s { width: 200px; }
	.wp-pagenavi { margin-bottom: 50px; }
	.leftBlogBox .widget_search h3.widgettitle, .leftBlogBox .widget_categories h3.widgettitle { display: none }
	.leftBlogBox h1.pagetitle { }
	.leftBlogBox #commentform input[type="text"], .leftBlogBox #commentform input[type="email"], .leftBlogBox #commentform textarea , .leftBlogBox #commentform input[type="url"] { width:380px; border-radius:0px; padding:7px; resize:none;  font-size:16px; line-height:21px  ;-webkit-appearance:none; -webkit-border-radius:0px;}
	.leftBlogBox h3#comments, .leftBlogBox #respond h3{ line-height: 18px; font-style:normal }
	h2.comments-title { line-height: 22px; font-style: normal; font-size: 18px; }
	.leftBlogBox #commentform { margin-top: 30px; }
	.leftBlogBox p { padding-bottom: 20px; }
	.leftBlogBox h3#comments, .leftBlogBox #respond h3 { font-size: 18px; }
	.leftBlogBox #commentform p.form-submit input[type="submit"] { margin-left: 0px; color:#fff; border-radius:0px; font-size:15px; line-height:20px; margin-left:100px ;-webkit-appearance:none; -webkit-border-radius:0px; }
	.search-form input[type="submit"] { padding: 4px 16px; }
	.leftBlogBox .widget .widget-title { display: none; }
	.leftBlogBox .postLoop .image img { height: auto; }
	#commentform p { font-size: 15px; }
	.leftBlogBox .comment-list .comment-metadata { font-size: 15px; }
	.leftBlogBox .commentlist a.url, .leftBlogBox .commentlist cite.fn, .leftBlogBox a.url, .leftBlogBox cite.fn { font-size: 18px; }
	.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address, .woocommerce-billing-fields h3 { font-size: 27px; }
	
}

@media only screen and (max-width: 639px) {

	.leftBlogBox #commentform input[type="text"], .leftBlogBox #commentform input[type="email"], .leftBlogBox #commentform textarea, .leftBlogBox #commentform input[type="url"] { width: 100%; font-size: 15px; }
	.leftBlogBox #commentform textarea { height: 150px; }
	.leftBlogBox #commentform p.form-submit input[type="submit"] { margin-left: 0; font-size: 14px; }
	#commentform label { font-size: 15px; }
	.leftBlogBox #commentform { margin-top: 20px; }
	.mobilesidebar{ width: 100%; display: block; }
	#blogWrapper { padding: 25px 0; }
	.bottom-bar .link { margin-right: 5px; display: none; }
	.woocommerce .woocommerce-ordering { width: 100%; }
	.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 { margin-bottom: 16px; }

}

@media only screen and (max-width: 480px) {

	.bottom-bar .logo { left: 0; }
	.bottom-bar .logo img { max-width: 180px; }
	.bottom-bar .row { height: 55px; }
	.footer-bar .f-logo img { max-width: 255px; }
	.banner-bar.innerpage .banner_container { height: 205px; }
	.nav-bar li a { padding: 7px; }
	
	caption, th, td { padding-left: 0; float: left; width: 100%; padding-right: 0px; }
	.alignleft, .alignnone, .alignright, .aligncenter { float: none; margin: 0 0 10px 0 !important; max-width: 100%; height: auto; display: block; clear: both }
	.wp-caption { width: 98% !important; }
	.wp-caption.alignleft, .wp-caption.alignnone, .wp-caption.lignright, .wp-caption.aligncenter { float: none; margin: 0 0 10px 0 !important; }
	.wp-caption.alignleft img, .wp-caption.alignnone img, .wp-caption.lignright img, .wp-caption.aligncenter img { max-width: 96%; height: auto; width: 96%; }
	.wp-caption img { width: 96%; }
	.wp-caption p { padding: 3px !important }
	td img.alignnone { margin: 0px !important; }
	
	.leftBlogBox .postLoop .image img { width: 100%; max-width: 100%; }
	.leftBlogBox .postLoop .image { margin: 5px 0px 10px 0; max-width: 100%; width: 100%; float: none; }
	.leftBlogBox .postLoop h2 { font-size: 23px; line-height: 1.2; }
	.leftBlogBox .wp-pagenavi { margin: 25px 0 35px 0; }
	.leftBlogBox #commentform textarea { height: 100px; }
	
	.nav-bar li { font-size: 14px; line-height: 18px; }
	.bottom-bar { padding-left: 15px; padding-right: 15px; }
	.post-type-archive-product .content-area, .single-product .content-area, .tax-product_cat .content-area  { padding-top: 33px; }
	.woocommerce ul.order_details li {  padding-bottom: 10px; }
	.woocommerce ul.order_details { margin: 0 0 2em; }
}




