/*
Theme Name: Supalva Production
Theme URI: http://demo.com/themes/ssxtheme
Author: Supalva Production
Author URI: http://demo.com/
Description: The Supalva Production 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: Supalva Production


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

font-family: 'Bebas Neue', cursive; font-family: 'Montserrat', sans-serif; font-family: Gotham; * ----------------------------------------------------------------------------
*/

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:ital,wght@0,300;0,400;0,700;1,300&display=swap'); * { margin: 0px; padding: 0px; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none; box-sizing: border-box; -webkit-box-sizing: border-box; }

html, body { width: 100%; font-size: 18px; color: #fff; font-family: 'Gotham'; outline: none; font-weight: 400; background: #fff; }
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; }

*::-webkit-input-placeholder { color: #fff; opacity: 1; }
*::-moz-placeholder { color: #fff; opacity: 1; }
*:-ms-input-placeholder { color: #fff; opacity: 1; }
[href^="tel"] { cursor: default; color: #999999; text-decoration: none !important; }
[href^="tel"]:hover { text-decoration: none; }
.rounded { border-radius: 6px; -webkit-border-radius: 6px; }
.circle { border-radius: 50%; -webkit-border-radius: 50%; }

/* common */
a { color: #fff; text-decoration: none; outline: none; transition: all 0.3s; -webkit-transition: all 0.3s; }
a:hover { color: #ccc; }
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; line-height: 28px; }
h1, h2, h3, h4, h5, h6 { margin-bottom: 10px; font-family: Gotham; font-weight: 700; list-style: 1.1; }
h1 { font-size: 60px; font-weight: normal; }
h2 { font-size: 50px; }
h3 { font-size: 40px; }
h4 { font-size: 30px; }
h5 { font-size: 25px; }
h6 { font-size: 20px; }
.slick-list { outline: none !important; }
:focus { outline: none; border: 0; }
.wpcf7 input:not([type=checkbox]):not([type=radio]):not([type=submit]), .wpcf7 textarea, .tnp-subscription input[type=text], .tnp-subscription input[type=email] { padding: 0 17px; margin-bottom: 7px; width: 100%; height: 46px; font-family: 'Montserrat', sans-serif; color: #959595; font-size: 14px; border: 0px; border-radius: 0px; -webkit-border-radius: 0px; background: #323232; }

input:focus, textarea:focus { outline: none; }
.wpcf7 textarea { height: 95px; padding: 10px 15px; resize: none; }
span.wpcf7-not-valid-tip { display: none !important; }
.wpcf7-not-valid { border-color: #F00 !important; }
div.wpcf7-response-output { border: 0px; text-align: center; margin: 0px; padding-bottom: 10px; padding-top: 15px; font-size: 14px; color: #F00; width: 100%; }
div.wpcf7-mail-sent-ok { color: #063; }

#back-to-top { position: fixed; bottom: 30px; right: 15px; width: 40px; height: 40px; cursor: pointer; transition: opacity 0.2s ease-out; -webkit-transition: opacity 0.2s ease-out; background: rgba(0,0,0,0.5) url(images/next.png) center center no-repeat; border-radius: 50%; transform: rotate(-90deg); font-size: 0; line-height: 0; background-size: contain; opacity: 0; letter-spacing: 0.1em; z-index: 99; }
#back-to-top.show { opacity: 1; }
.button { font-size: 17px; line-height: 21px; padding: 18px 35px 21px; display: inline-block; color: #fff; text-transform: uppercase; font-style: italic; font-weight: 900; background: url(images/btn.png) center center no-repeat; background-size: 100% 100%; min-width: 230px; text-align: center; }
.button:hover { color: #ff5252; }
.wpcf7 input[type="submit"], 
.tnp-field input[type="submit"] { color: #fff; font-size: 14px; font-weight: 700; width: 132px; height: 46px; border-radius: 0px; -webkit-border-radius: 0px; border: 0px; text-transform: uppercase; background: #8c172a; }
.wpcf7 input[type="submit"]:hover,
.tnp-field input[type="submit"]:hover { background: #790a1c; }
.wrapper { padding: 0 15px; max-width: 1780px; position: relative; margin: auto; }
.flex-wrap { display: flex; flex-wrap: wrap; }
.v-center { align-items: center; }
.h-center { justify-content: center; }
.space-between { justify-content: space-between; }

/* wrapper */
#wrapper { padding: 150px 0 0 0; width: 100%; min-height: 100%; margin: auto; position: relative; overflow: hidden; }

/* header */
#header-part { width: 100%; position: absolute; z-index: 100; left: 0; top: 0; background: linear-gradient(to right, rgba(13, 13, 13, 1) 0%, rgba(43, 43, 43, 1) 50%, rgba(13, 13, 13, 1) 100%); padding-bottom: 10px; }
#header-part:after { width: 100%; height: 10px; content: ''; position: absolute; left: 0; bottom: 0; background: url(images/border.jpg) no-repeat; background-size: 100% 100%; }
#header-part .mobilemenu,
#header-part .close { display: none; }

/* nav-bar */
.nav-bar { padding: 14px 0; width: 100%; height: 53px; position: absolute; left: 0px; top: 100%; display: none; text-align: center; z-index: 999; border-bottom: #fff solid 1px; background: linear-gradient(to right, rgba(13, 13, 13, 1) 0%, rgba(43, 43, 43, 1) 50%, rgba(13, 13, 13, 1) 100%); }
.nav-bar ul { list-style: none; }
.nav-bar li { padding: 0 10px; display: inline-block; vertical-align: top; font-size: 16px; font-weight: 600; position: relative; text-transform: uppercase; }
.nav-bar li a { color: #fff; display: block; }
.nav-bar li.current_page_item a,
.nav-bar li.current_page_parent a { color: #c8151b; }
.nav-bar li:after { width: 2px; height: 18px; content: ''; position: absolute; left: -3px; top: 2px; background: #fff; }
.nav-bar li:first-child:after { display: none; }
.nav-bar li.current-menu-item>a { color: #c8151b; }
.nav-bar li:hover>a { color: #c8151b; text-decoration: none; }
.nav-bar .sub-menu li:after { display: none; }
.nav-bar li:hover .sub-menu { opacity: 1; visibility: visible; }
.nav-bar.intro { margin-top: 0px; top: 0px; opacity: 1; visibility: visible; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; }
.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; }

/* logo-bar */
.logo-bar { width: 100%; position: relative; text-align: right; }
.logo-bar a.logo { z-index: 1; position: absolute; left: 120px; top: 17px; display: block; max-width: 342px; }
.logo-bar .right { padding: 0px 12px 0 0; max-width: calc(100% - 342px); margin-left: auto; display: inline-flex; }
.logo-bar .links { display: inline-block; text-align: left; padding: 20px 22px 0px 0px; }

/* join */
.logo-bar a.join-btn { min-width: 225px; display: inline-block; vertical-align: top; text-align: center; position: relative; font-family: 'Gotham'; font-size: 17px; line-height: 22px; font-weight: 900; font-style: italic; text-transform: uppercase; padding: 0 26px 0 24px; }
.logo-bar a.join-btn:after,
.logo-bar a.join-btn:before { width: 26px; height: 100%; content: ''; position: absolute; left: 0; top: 0; background: url(images/btn2-left.png) left top no-repeat; background-size: 100% 100%; }
.logo-bar a.join-btn:after { left: auto; right: 2px; width: 24px; background: url(images/btn2-right.png) right top no-repeat; background-size: 100% 100%; }
.logo-bar a.join-btn span { padding: 14px 0px; background: url(images/btn2-center.png); background-size: 100% 100%; display: block; }

/* login */
.logo-bar a.join-btn.member { margin-right: 8px; min-width: 225px; display: inline-block; vertical-align: top; text-align: center; position: relative; font-family: 'Gotham'; font-size: 17px; list-style: 22px; font-weight: 900; font-style: italic; text-transform: uppercase; padding: 0 26px 0 65px; }
.logo-bar a.join-btn.member:before { width: 64px; height: calc(100% + 15px); content: ''; position: absolute; left: 0; top: 50%; transform: translate(0, -50%); background: url(images/btn1-left.png) left top no-repeat; background-size: 100% 100%; }
.logo-bar a.join-btn.member:after { left: auto; right: 2px; width: 26px; height: 100%; background: url(images/btn1-right.png) right top no-repeat; background-size: 100% 100%; }
.logo-bar a.join-btn.member span { padding: 14px 0px 14px 10px; background: url(images/btn1-center.png); background-size: 100% 100%; display: block; }
.logo-bar a.join-btn:hover { color: #c8151b; }

a.menu-toggle { padding: 0px 0 25px 0; width: 95px; height: 140px; display: flex; flex-wrap: wrap; align-items: flex-end; background: linear-gradient(to bottom, rgba(13, 13, 13, 1) 0%, rgba(43, 43, 43, 1) 50%, rgba(13, 13, 13, 1) 100%); align-content: flex-end; }

a.menu-toggle span.icon { margin: auto; width: 43px; height: 43px; display: block; background: url(images/menu-icon-circle.png) center center no-repeat; background-size: 100% 100%; position: relative; }

a.menu-toggle span.label { width: 100%; text-align: center; font-size: 13px; letter-spacing: 0.10em; line-height: 1.1; text-transform: uppercase; padding-top: 5px; display: block; }

a.menu-toggle span.icon small { transition: all 0.3s; width: 22px; height: 3px; display: block; position: absolute; left: 50%; margin-left: -11px; top: 50%; margin-top: 0px; background: #fff; border-radius: 4px; }

a.menu-toggle span.icon small:before,
a.menu-toggle span.icon small:after { transition: all 0.3s; width: 22px; height: 3px; display: block; position: absolute; left: 0; top: -6px; background: #fff; border-radius: 2px; content: ''; }

a.menu-toggle span.icon small:after { top: 6px; }

a.menu-toggle.open .icon small { background: transparent; }

a.menu-toggle.open .icon small:after { top: 0; transform: rotate(-45deg); background: #c8151b; }

a.menu-toggle.open .icon small:before { top: 0; transform: rotate(45deg); background: #c8151b; }


a.menu-toggle:hover span.icon small:before,
a.menu-toggle:hover span.icon small:after,
a.menu-toggle:hover span.icon small { background: #c8151b; }

a.menu-toggle.open:hover span.icon small { background: transparent; }


@-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) } 

}

#header-part.stickyhead { position:fixed; -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; }
#header-part.stickyhead .logo-bar { }
#header-part.stickyhead a.logo { top: 5px; max-width: 180px; }
#header-part.stickyhead a.menu-toggle { height: 100px; }
#header-part.stickyhead .logo-bar .links { padding-top: 5px; }

/* content-part */
#content-part { width: 100%; position: relative; }

/*#content-part .bgmain { background: url(images/gray-bg.jpg) repeat; }*/

/* banner-bar */
.banner-bar { padding-bottom: 10px; font-family: Gotham !important; position: relative; background: url(images/gray-bg.jpg) no-repeat; background-size: cover; }
.banner-bar:after { width: 100%; height: 10px; content: ''; position: absolute; left: 0; bottom: 0; background: url(images/border2.jpg) no-repeat; background-size: 100% 100%; }
.banner-bar .custom .tp-bullet { width: 21px; height: 21px; border-radius: 0px; -webkit-border-radius: 5px; border: 0px; background: #fff; opacity: 0.5; }
.banner-bar .custom .tp-bullet:hover,
.banner-bar .custom .tp-bullet.selected { background: #fff; opacity: 100; }
.banner-bar.innerpage .banner_container { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; height: 400px; background-repeat: no-repeat; background-size: cover; }
.banner-bar.innerpage .with_title:before { width: 100%; height: 100%; content: ''; position: absolute; left: 0; top: 0; background: rgba(0, 0, 0, 0.5); }
.banner-bar.innerpage .with_title h1 { position: relative; z-index: 1; }
.banner-bar .rs-layer { font-family: Gotham !important; }
.banner-bar a { transition: all 0.3s; }
.banner-bar a:hover { color: #fff !important; }

#rev_slider_1_2_wrapper .custom.tparrows::before { display: none !important; }

#rev_slider_1_2_wrapper .custom.tparrows { width: 67px !important; height: 67px !important; background: url(images/previous.png) center center no-repeat !important; background-size: contain; }

#rev_slider_1_2_wrapper .custom.tparrows.tp-rightarrow { width: 67px !important; height: 67px !important; background: url(images/next.png) center center no-repeat !important; background-size: contain; }

#rev_slider_1_2_wrapper span.styled { font-family: 'Million Smiles' !important; z-index: 1 !important; }


/* gallery-bar */
.gallery-bar { position: relative; padding: 32px 0px 40px 0px; width: 100%; position: relative; background: url(images/gallery-bg.jpg) center center no-repeat; background-size: cover; }
.gallery-bar:after { width: 100%; height: 10px; content: ''; position: absolute; left: 0; bottom: 0; background: url(images/border2.jpg) no-repeat; background-size: 100% 100%; }
.gallery-bar .heading { text-align: center; font-size: 55px; line-height: 1.1; font-family: Gotham; font-weight: 900; }
.gallery-bar .heading strong { padding: 0 45px 0 15px; position: relative; text-transform: uppercase; background: url(images/title-right-shape.png) right center no-repeat; background-size: auto 100%; min-height: 93px; display: inline-flex; align-items: center; justify-content: center; }
.gallery-bar .heading strong:before { width: 51px; height: 100%; content: ''; position: absolute; left: -51px; top: 0; background: url(images/title-left-shape.png) left top no-repeat; background-size: 100% 100%; }
.gallery-bar .heading em { transform: translate(0, 7px); display: inline-block; vertical-align: top; margin: 0px 0 0 -55px; position: relative; z-index: 1; font-style: normal; font-weight: 400; font-family: 'Million Smiles'; letter-spacing: 0.05em; text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8); }
.gallery-bar .galleryfull { position: relative; margin-bottom: 50px; }
.gallery-bar .galleryfull:before { width: calc(100% - 12px); height: calc(100% - 20px); content: ''; position: absolute; left: 6px; top: 10px; background: url(images/slider-sep.jpg) left top repeat-x; background-size: 1px 100%; }
.gallery-bar .slideimg { padding: 0 6px 7px; position: relative; }
.gallery-bar .slideimg:after { width: 140px; height: 4px; content: ''; position: absolute; left: 50%; transform: translate(-50%, 0); bottom: 0px; background: #fff; }
.gallery-bar .img { border: 19px solid #0e0e0e; }
.gallery-bar .img a { width: 100%; height: 0; padding-bottom: 105%; position: relative; display: block; }
.gallery-bar .img a.has_video:before { width: 83px; height: 81px; content: ''; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); background: url(images/play-icon.png) no-repeat; background-size: contain; z-index: 1; }
.gallery-bar .img a img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; object-fit: cover; }
.gallery-bar .slick-dots { font-size: 0; line-height: 0; position: absolute; left: 0; bottom: -75px; width: 100%; text-align: center; }
.gallery-bar .slick-dots li { display: inline-block; vertical-align: top; padding: 12px; }
.gallery-bar .slick-dots li button { width: 19px; height: 19px; border: 0; cursor: pointer; font-size: 0; border-radius: 4px; background: #fff; opacity: 0.50; }
.gallery-bar .slick-dots li.slick-active button,
.gallery-bar .slick-dots li button:hover { opacity: 100; }
.gallery-bar .wrapper { padding: 0 75px; }
.gallery-bar .slick-arrow { position: absolute; left: -40px; top: 50%; width: 25px; height: 25px; transform: rotate(45deg); border: 0px; border-left: #fff solid 4px; border-bottom: #fff solid 4px; cursor: pointer; background: none; font-size: 0; }
.gallery-bar .slick-next { left: auto; right: -40px; transform: rotate(225deg); }

/* join-bar */
.join-bar { position: relative; padding: 90px 0 55px; text-align: center; width: 100%; position: relative; background-position: center center; background-size: cover; }
.join-bar:after { width: 100%; height: 10px; content: ''; position: absolute; left: 0; bottom: 0; background: url(images/border2.jpg) no-repeat; background-size: 100% 100%; }
.join-bar h2 { letter-spacing: 0.03em; text-transform: uppercase; font-size: 57px; line-height: 1; font-weight: 300; }
.join-bar h2 strong { font-size: 98px; font-weight: 900; }
.join-bar h2 em { position: relative; z-index: 1; display: inline-block; vertical-align: top; transform: translate(10px, 0); letter-spacing: 0.06em; text-transform: none; font-family: 'Million Smiles'; font-style: normal; font-size: 77px; font-weight: 400; }
.join-bar h2 strong:nth-of-type(1) { position: relative; line-height: 1.4; margin: -17px 0 0 0; display: inline-block; background: url(images/head-border-left.png) left bottom no-repeat; padding: 0 30px; }
.join-bar h2 strong:nth-of-type(1):after { width: 100%; height: 100%; content: ''; position: absolute; right: 0; top: 0; background: url(images/head-border-right.png) right top no-repeat; }
.join-bar h2 strong:nth-of-type(2) { font-size: 88px; letter-spacing: -0.04em; }
.join-bar h2:after { width: 496px; height: 53px; display: block; margin: auto; background: url(images/graphic1.png) no-repeat; background-size: contain; content: ''; transform: translate(25px, 6px); }
.join-bar .button { margin-top: 10px; }


/* products-bar */
.products-bar { text-align: center; padding: 60px 0px 40px 0px; width: 100%; position: relative; overflow: hidden; background: url(images/product-bg1.jpg) center top repeat-y; background-size: 100% 1px; }
.products-bar:after { width: 100%; height: 315px; position: absolute; left: 0; top: 0; background: url(images/product-bg.jpg) center top no-repeat; background-size: cover; content: ''; }
.products-bar .border { width: 100%; height: 10px; display: block; position: absolute; left: 0; bottom: 0; background: url(images/border2.jpg) no-repeat; background-size: 100% 100%; }
.products-bar .wrapper { max-width: 1600px; position: relative; z-index: 1; }
.products-bar:not(.slideractive) { max-height: 800px; }
.products-bar .heading { text-align: center; font-size: 55px; line-height: 1.1; font-family: Gotham; font-weight: 900; display: inline-block; vertical-align: top; padding: 0 0 35px; margin: 0 0 0 80px; }
.products-bar .heading strong { padding: 0 135px 0 5px; position: relative; text-transform: uppercase; background: url(images/title-right-shape.png) right center no-repeat; background-size: auto 100%; min-height: 93px; display: inline-flex; align-items: center; justify-content: center; }
.products-bar .heading strong:before { width: 51px; height: 100%; content: ''; position: absolute; left: -51px; top: 0; background: url(images/title-left-shape.png) left top no-repeat; background-size: 100% 100%; }
.products-bar .heading em { transform: translate(0, 7px); display: inline-block; vertical-align: top; margin: 0px 0 0 -133px; position: relative; z-index: 1; font-style: normal; font-weight: 400; font-family: 'Million Smiles'; letter-spacing: 0.08em; text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8); }
.products-bar .widget-title { display: none }
.products-bar .ecwidlatestproducts { overflow: visible; margin: 0 -7px; }
.products-bar .ecwidlatestproducts ul li { margin: 0; padding: 0px 7px 0; }
.products-bar .ecwidlatestproducts li a { display: block; position: relative; background: linear-gradient(to bottom, #424242 85%, #262626 100%) !important; }
.products-bar .ecwid-productsList ul li a { opacity: 100; }
.products-bar .ecwidlatestproducts ul li .ecwid-productsList-image { position: relative; padding: 0 0 100% 0 !important; height: 0; display: block !important; }
.products-bar .ecwidlatestproducts ul li .ecwid-productsList-image:after { width: calc(100% - 70px); height: 2px; background: #fff; position: absolute; left: 50%; bottom: 0; transform: translate(-50%, 0); content: ''; }
.products-bar .ecwidlatestproducts ul li .ecwid-productsList-image img { max-width: 100% !important; width: 100% !important; height: 100%; position: absolute; left: 0; top: 0; object-fit: cover; border: 27px solid #373636; }
.products-bar .ecwid-productsList-price,
.products-bar .ecwid-productsList-name { text-align: left !important; position: static !important; text-overflow: initial !important; white-space: normal !important; }
.products-bar .ecwid-productsList-name { font-size: 22px !important; line-height: 1.1; font-weight: 900; padding: 15px 30px 20px !important; text-align: center !important; text-transform: uppercase; font-style: italic; }
.products-bar .ecwid-productsList-price { font-size: 32px !important; line-height: 36px; font-family: myriad pro; font-weight: 400; padding: 0 30px 30px !important; text-align: center !important; }
.products-bar .ecwidlatestproducts li a:after { display: inline-block; margin: 0 auto; width: 220px; height: 50px; background: url(images/cart-btn.png) left top no-repeat; background-size: 100% auto; content: ''; }
.products-bar .ecwidlatestproducts li a:hover:after { background-position: left bottom; }
.products-bar .ecwid-productsList.width-l ul li a { padding-bottom: 20px; }
.products-bar:before { z-index: 9; width: 100%; height: 100%; content: 'Loading...'; display: flex; align-items: center; justify-content: center; font-size: 70px; position: absolute; left: 0; top: 0; background: rgba(255, 255, 255, 0.90); transition: all 0.3s; color: #c61521; outline: 10px solid #c61521; outline-offset: -30px; font-family: 'Estylle Madison'; }
.products-bar.slideractive:before { visibility: hidden; }
.products-bar.slideractive { height: auto; }
.products-bar .ecwidlatestproducts .slick-current li { border-color: transparent; }
.products-bar .slick-arrow { z-index: 1; width: 35px; height: 35px; border: 0; cursor: pointer; position: absolute; left: 50%; margin-left: -730px; bottom: 10px; background: url(images/prev2.png) center center no-repeat; background-size: contain; font-size: 0; line-height: 0; }
.products-bar .slick-arrow.slick-next { left: auto; right: 50%; margin: 0 -735px 0 0; background-image: url(images/next2.png); }
.products-bar .slick-arrow:hover { opacity: 0.50; }
.products-bar .ecwidlatestproducts ul li a,
#widgets .ecwidlatestproducts ul li a { background: none; border-radius: 0; }
.products-bar .slick-dots { width: 100%; max-width: 1500px; margin: 40px auto 0px auto; transform: translate(0, 0px); display: flex; flex-wrap: wrap; align-items: center; justify-content: center; height: 60px; text-align: center; background: linear-gradient(to right, rgba(13, 13, 13, 1) 0%, rgba(43, 43, 43, 1) 50%, rgba(13, 13, 13, 1) 100%); }
.products-bar .slick-dots li { padding: 0 !important; margin: 0 !important; border: 0 !important; display: inline-block; vertical-align: top; margin: 0 20px; }
.products-bar .slick-dots li button { font-size: 27px; line-height: 1.2; color: #fff; border: 0; cursor: pointer; padding: 0; margin: 0 10px; background: none; }
.products-bar .slick-dots li.slick-active button { color: #facf43; }

html#ecwid_html body#ecwid_body .ec-minicart.ec-minicart--pill { display: none; }

/* award_sec */
.award_sec { padding: 70px 0; width: 100%; text-align: center; background: #000; position: relative; }
.award_sec:after { content: ''; width: 100%; height: 10px; display: block; position: absolute; left: 0; bottom: 0; background: url(images/border2.jpg) no-repeat; background-size: 100% 100%; }
.award_sec .slick-track { display: flex; align-items: center; }
.award_sec .awards { width: 400px; padding: 0 30px; }
.award_sec .awards figure,
.award_sec .awards a { display: inline-block; vertical-align: top; }
.award_sec .wrapper { max-width: 1650px; }
.award_sec .awards img { max-height: 157px; object-fit: contain; }
.award_sec .swiper-wrapper { align-items: center; -webkit-transition-timing-function:linear!important;	transition-timing-function:linear!important; }


/* featured_sec */
.featured_sec { padding: 65px 0; background: url(images/featured-bg.jpg) center center no-repeat; background-size: cover; }
.featured_sec .heading { text-align: center; font-size: 64px; line-height: 1.1; font-family: Gotham; font-weight: 900; display: inline-block; vertical-align: top; padding: 0 0 0px; margin: 0 0 0 80px; }
.featured_sec .heading strong { padding: 0 35px 0 0px; position: relative; text-transform: uppercase; background: url(images/title-right-shape.png) right center no-repeat; background-size: auto 100%; min-height: 110px; display: inline-flex; align-items: center; justify-content: center; }
.featured_sec .heading strong:before { width: 51px; height: 100%; content: ''; position: absolute; left: -41px; top: 0; background: url(images/title-left-shape.png) left top no-repeat; background-size: 100% 100%; }
.featured_sec .heading em { display: block; vertical-align: top; margin: -20px 0 0 -65px; position: relative; z-index: 1; font-style: normal; font-weight: 400; font-family: 'Million Smiles'; letter-spacing: 0.08em; text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8); }
.featured_sec .left { padding: 50px; text-align: center; width: 50%; }
.featured_sec .right { padding: 0 60px 0 35px; width: 50%; }
.featured_sec .right .image { overflow: hidden; border: 10px solid #fff; width: 100%; height: 0; padding-bottom: 65.5%; position: relative; display: block; }
.featured_sec .right .image:before { width: 100%; height: 100%; content: ''; position: absolute; left: 0; bottom: 0; background: url(images/shadow.png) left bottom repeat-x; background-size: 1px 100%; z-index: 1; }
.featured_sec .right .image:after { width: 83px; height: 81px; content: ''; position: absolute; left: 35px; bottom: 35px; background: url(images/play-icon.png) no-repeat; background-size: contain; z-index: 2; }
.featured_sec .right .image img { transition: all 1s; position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; }
.featured_sec .wrapper { max-width: 1570px; }
.featured_sec .right .image:hover img { transform: scale(1.1); }

/* instagram_sec */
.instagram_sec { padding: 10px 0 10px; max-height: 580px; overflow: hidden; position: relative; }
.instagram_sec #sb_instagram { padding: 0 85px; }
.instagram_sec #sb_instagram #sbi_images { padding: 5px 0; display: block; }
.instagram_sec #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img,
.instagram_sec .sb_instagram_header.sbi_medium .sbi_header_img { width: 77px; height: 77px; }
.instagram_sec #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3 { font-size: 30px; font-weight: 400; }
.instagram_sec .slick-arrow { border-radius: 50%; z-index: 2; width: 44px; height: 44px; position: absolute; left: -64px; top: 50%; margin-top: -21px; font-size: 0; line-height: 0; border: 0; cursor: pointer; background: url(images/prev3.png) center center no-repeat; background-size: contain; }
.instagram_sec .slick-arrow.slick-next { left: auto; right: -64px; background-image: url(images/next3.png); }
.instagram_sec .slick-arrow:hover { opacity: 0.50; }
.instagram_sec .slick-slide { padding: 5px; height: auto !important; }
.instagram_sec .sbi_photo { height: auto !important; }
.instagram_sec #sb_instagram #sbi_load .sbi_follow_btn { position: relative; margin-left: 5px; position: absolute; left: 400px; top: 32px; }
.instagram_sec #sb_instagram #sbi_load .sbi_follow_btn svg { display: none; }

#sb_instagram .sbi_follow_btn a { margin-top: 0; }

#sb_instagram .sb_instagram_header,
.sb_instagram_header { margin: 0; }
.sb_instagram_header:after { content: ''; width: calc(100% - 400px); height: 8px; display: block; position: absolute; right: 0; top: 50%; margin-top: -4px; background: url(images/border2.jpg) no-repeat; background-size: 100% 100%; }

#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img,
.sb_instagram_header.sbi_medium .sbi_header_img { width: 55px; height: 55px; }

#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3 { font-size: 15px; color: #000; font-family: Myriad Pro; }

#sb_instagram .sb_instagram_header .sbi_header_text,
.sb_instagram_header .sbi_header_text { gap: 10px; }


/* text-bar */
.text-bar { padding: 40px 0; background: url(images/gray-bg.jpg) repeat; }
.text-bar.innerpage { text-align: left; }
.text-bar blocquote p { font-style: italic; }
.text-bar.innerpage h1 { padding-bottom: 10px; text-align: center; }
.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 li { line-height: 28px; font-size: 18px; }
.text-bar .ihc-public-trial-version { display: none; }
.text-bar .iump-register-form { max-width: 800px; }
.text-bar .ihc-tos-wrap { padding: 20px 0 8px 0; }
.text-bar .ihc-tos-wrap a { color: #fff; }
.text-bar .iump-level-details-register .ihc-order-title { color: #fff; }
.text-bar .iump-level-details-register-name,
.text-bar .iump-level-details-register-price { color: #fff; }
.text-bar .ihc-login-template-13 .impu-form-line-fr .impu-form-label-fr { color: #fff; }
.text-bar .ihc-ap-theme-3 .ihc-ap-menu .ihc-ap-menu-item a { color: #fff; }
.text-bar .ihc-ap-theme-3 .ihc-ap-menu .ihc-ap-menu-item .fa-ihc { color: #fff; }
.text-bar .ihc-ap-theme-3 .ihc-ap-wrap { color: #fff; }

/*.text-bar .ihc-ap-top-theme-4 .ihc-background-overlay { background: #274593; }*/
.ihc-ap-top-theme-4 { height: auto; padding: 20px; display: flex; flex-wrap: wrap; align-items: center; }
.ihc-ap-top-theme-4 .ihc-left-side { margin: 0 30px 0 0; width: 200px; }
.ihc-ap-top-theme-4 .ihc-user-page-details { top: auto; }
.ihc-ap-top-theme-4 .ihc-middle-side { margin: 0; width: calc(100% - 230px); }
.ihc-user-page-top-ap-wrapper .ihc-account-page-top-mess div,
.ihc-user-page-top-ap-wrapper .ihc-account-page-top-mess p { padding: 0; }
.ihc-ap-top-theme-4 .iump-user-page-name { margin: 0 !important; }
.ihc-ap-top-theme-4 .ihc-user-page-top-ap-background { height: 100%; }

#js_ihc_edit_top_ap_banner { top: auto !important; bottom: 0; }
.text-bar .ihc-ap-theme-3 .ihc-ap-menu .ihc-ap-menu-item .fa-ihc,
.text-bar .ihc-ap-theme-3 .ihc-ap-menu .ihc-ap-menu-item a { color: #c8151b; }
.ihc-ap-theme-3 .ihc-ap-menu { border-color: #c8151b; }
.ihc-login-template-10 .impu-form-line-fr:checked,
.ihc-login-template-10 .impu-form-line-fr:hover,
.ihc-login-template-11 .impu-form-line-fr:checked,
.ihc-login-template-11 .impu-form-line-fr:hover,
.ihc-login-template-12 .impu-form-line-fr:checked,
.ihc-login-template-12 .impu-form-line-fr:hover,
.ihc-login-template-9 .impu-form-line-fr:checked,
.ihc-login-template-9 .impu-form-line-fr:hover,
.ihc-register-12 .iump-form-line-register .select2-selection:focus,
.ihc-register-12 .iump-form-line-register .select2-selection:hover,
.ihc-register-12 .iump-form-line-register input[type="number"]:focus,
.ihc-register-12 .iump-form-line-register input[type="number"]:hover,
.ihc-register-12 .iump-form-line-register input[type="password"]:focus,
.ihc-register-12 .iump-form-line-register input[type="password"]:hover,
.ihc-register-12 .iump-form-line-register input[type="text"]:focus,
.ihc-register-12 .iump-form-line-register input[type="text"]:hover,
.ihc-register-12 .iump-form-line-register select:checked,
.ihc-register-12 .iump-form-line-register select:focus,
.ihc-register-12 .iump-form-line-register select:hover,
.ihc-register-12 .iump-form-line-register textarea:focus,
.ihc-register-12 .iump-form-line-register textarea:hover,
.ihc-register-9 .iump-form-line-register .select2-selection:focus,
.ihc-register-9 .iump-form-line-register .select2-selection:hover,
.ihc-register-9 .iump-form-line-register input[type="number"]:focus,
.ihc-register-9 .iump-form-line-register input[type="number"]:hover,
.ihc-register-9 .iump-form-line-register input[type="password"]:focus,
.ihc-register-9 .iump-form-line-register input[type="password"]:hover,
.ihc-register-9 .iump-form-line-register input[type="text"]:focus,
.ihc-register-9 .iump-form-line-register input[type="text"]:hover,
.ihc-register-9 .iump-form-line-register select:checked,
.ihc-register-9 .iump-form-line-register select:focus,
.ihc-register-9 .iump-form-line-register select:hover,
.ihc-register-9 .iump-form-line-register textarea:focus,
.ihc-register-9 .iump-form-line-register textarea:hover { border-color: #c8151b; background: transparent; }
.ihc-register-9 .iump-form-line-register .select2-selection,
.ihc-register-9 .iump-form-line-register input[type="number"],
.ihc-register-9 .iump-form-line-register input[type="password"],
.ihc-register-9 .iump-form-line-register input[type="text"],
.ihc-register-9 .iump-form-line-register select,
.ihc-register-9 .iump-form-line-register textarea { border: 0; border-bottom: 1px solid #fff; border-radius: 0 !important; }
.ihc-register-9 .iump-labels-register { color: #fff; padding: 0 0 10px 0; }
.ihc-avatar-trigger .ihc-upload-avatar { color: #fff; border-color: #c8151b; }
.ihc-avatar-trigger .ihc-upload-avatar:hover { color: #c8151b; background: transparent; }
.ihc-register-9 .iump-submit-form input { width: 100%; border-radius: 0 !important; font-family: 'Bebas Neue', cursive !important; cursor: pointer; font-weight: 700; text-transform: uppercase; background: transparent !important; color: #fff !important; border: 2px solid #c8151b; border-radius: 40px !important; font-size: 28px; line-height: 35px; padding: 10px 25px; letter-spacing: 0.04em; font-weight: 400; }
.ihc-register-9 .iump-submit-form input:hover { color: #c8151b !important; }
.ihc_level_template_5 .ihc-level-item-wrap { border: 1px solid #000; box-shadow: 2px 0 30px rgba(0, 0, 0, .1); -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, .1); -moz-box-shadow: 2px 0 30px rgba(0, 0, 0, .1); background-color: #3c3c3c; }
.ihc_level_template_5 .ihc-level-item-link { background: transparent; color: #fff; border:  2px solid #c8151b; border-radius: 30px; }
.ihc_level_template_5 .ihc-level-item-link:hover { background: #c8151b !important; color: #fff !important; border-color: transparent; text-decoration: none !important; }
.iump-user-page-box .iump-user-page-box-title { color: #c8151b; }
.iump-user-page-box .iump-user-page-box-title,
.ihc-ap-wrap h3 { text-align: center; }
.ihc-ap-theme-3 .ihc-ap-menu { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }
.ihc-register-9 .iump-submit-form input:hover { width: 100%; }
.ihc-register-9 .iump-submit-form input { font-size: 18px; line-height: 1.1; }
.ihc_level_template_5 .ihc-level-item-link:hover { text-decoration: none !important; }

.ihc-product-details-table .ihc-product-name,
.ihc-product-price-detail,
.ihc-product-details-table .ihc-product-price { color: #fff !important; }

/*galleries_sec*/
.galleries_sec { width: 100%; padding: 60px 0; background: url(images/gray-bg.jpg) repeat; }
.galleries_sec h1 { text-align: center; padding-bottom: 30px; }
.galleries_sec .wrapper { max-width: 1400px; }
.galleries_sec .main_gallery_list { display: flex; flex-wrap: wrap; justify-content: center; margin: 0 -10px 40px; }
.galleries_sec .main_gallery_list + .button { border:0; cursor: pointer; display:table; margin:40px auto; }
.galleries_sec .main_gallery_list .col { width: calc(25% - 20px); margin: 10px; border: 2px solid #c8151b; }
.galleries_sec .main_gallery_list .col a { overflow: hidden; background: #000; width: 100%; height: 0; padding-bottom: 100%; position: relative; display: block; }
.galleries_sec .main_gallery_list .col a img { transition: all 0.3s; width: 100%; height: 100%; content: ''; position: absolute; left: 0; top: 0; object-fit: cover; }
.galleries_sec .main_gallery_list .col a:hover img { opacity: 0.3; transform: scale(1.2); }
.galleries_sec .main_gallery_list .col a:hover .overlay { transform: scale(1); opacity: 100; }
.galleries_sec h2 { text-align: center; }
.galleries_sec .video_list { max-width: 900px; margin: auto; }
.galleries_sec .video_row { margin-bottom: 50px; }
.galleries_sec .video_row .video_wrap { width: 100%; height: 0; padding-bottom: 56.66%; position: relative; display: block; margin-bottom: 30px; border: 2px solid #c8151b; }
.galleries_sec .video_row .video_wrap video { width: 100%; height: 100%; position: absolute; left: 0; top: 0; object-fit: cover; }
.galleries_sec .overlay { transition: all 0.3s; opacity: 0; transform: scale(0); padding: 20px; width: 100%; height: 100%; position: absolute; left: 0; top: 0; display: flex; flex-wrap: wrap; align-items: center; }
.galleries_sec .overlay h4 { width: 100%; text-align: center; font-weight: 700; color: #fff; padding: 0; margin: 0; }


/*single_gallery_sec*/
.gallery_sec.single { }

/* footer-part */
#footer-part { width: 100%; }

/* footer-bar */
.footer-bar { padding: 28px 0px 25px 0px; text-align: center; overflow: hidden; background: url(images/footer-bg.jpg) center center no-repeat; background-size: cover; }
.footer-bar .logo { max-width: 388px; display: block; margin: auto; }
.footer-bar ul.socialicons { padding: 0; margin: 0; list-style: none; }
.footer-bar ul.socialicons li { padding: 0 7px; display: inline-block; vertical-align: top; }
.footer-bar ul.socialicons li .label { padding: 0 0 0 15px; font-size: 25px; font-weight: 300; line-height: 1.1; color: #fff; }
.footer-bar ul.socialicons li a { display: flex; align-items: center; color: #fff; }
.footer-bar ul.socialicons li .icon { line-height: 73px; font-size: 45px; width: 73px; height: 73px; display: inline-block; vertical-align: top; border-radius: 50%; background: url(images/social-circle.png) no-repeat; background-size: 100% 100%; }

#sb_instagram #sbi_images { padding: 10px; }


/* copyright-bar */
.copyright-bar { padding: 20px 0; text-align: center; background: #2e2e2e; }
.copyright-bar .copyright,
.copyright-bar p { letter-spacing: 0.04em; font-family: myriad pro; display: inline; padding: 0; color: #fff; font-size: 13px; }
.copyright-bar a { color: #fff; }
.copyright-bar a:hover { text-decoration: underline; }
.copyright-bar .wrapper { max-width: 1250px; }

/* Alignment */
.alignleft { display: inline; float: left; margin-right: 1em !important; }
.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 */
#blogWrapper { color: #fff; background: url(images/gray-bg.jpg) repeat; padding: 45px 0; width: 100%; overflow: hidden; }
#blogWrapper .wrapper { max-width: 1500px; }

/* blog container */
.patners_box { float: left; width: 100%; text-align: center; padding: 20px; }

#BlogCntr { width: 100%; position: relative; overflow: hidden; padding-top: 40px; }
#BlogCntr h1 { font-size: 70px; padding-bottom: 20px; }

/* 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 }
.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: #fff; }
.leftBlogBox p { padding-bottom: 15px; display: inline; margin-bottom: 0; font-size: 18px; line-height: 28px; }
.leftBlogBox .postLoop { width: 100%; overflow: hidden; padding: 15px 0; margin: 0px; color: #fff; border-bottom: 1px solid #bebebe; }
.leftBlogBox .postLoop:last-child,
.leftBlogBox .postLoop:last-of-type { border-bottom: none; }
.leftBlogBox .postLoop .image { float: left; margin: 5px 15px 5px 0; }
.leftBlogBox .postLoop .image { width: 300px; }
.leftBlogBox .postLoop .image a { width: 100%; height: 0; padding-bottom: 80%; position: relative; display: block; }
.leftBlogBox .postLoop .image a img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; object-fit: cover; }
.leftBlogBox .postLoop h2 { text-transform: capitalize; margin: 0px; text-shadow: 0px 0px 0 #444; font-size: 40px; line-height: 50px; margin-bottom: 10px; }
.leftBlogBox .postLoop h2 a { color: #fff; text-decoration: none}
.leftBlogBox .postLoop h2 a:hover { color: #c8151b; }
.leftBlogBox .postLoop a.read-more { display: inline-block; /*margin-left: 5px; */
color: #fff; text-decoration: none; text-transform: capitalize; font-weight: 600 }
.leftBlogBox .postLoop a.read-more:hover { color: #c8151b; }
.leftBlogBox h4.title { font-size: 16px; font-weight: normal; padding-top: 15px; color: #000; text-transform: capitalize; }

/* comment form */
.leftBlogBox #commentform { width: 100%; }
.leftBlogBox #commentform input[type="text"],
.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 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: #000; }
.leftBlogBox #commentform p.form-submit input[type="submit"] { width: auto; padding: 8px 20px; border: none; background: #000; border: 3px solid #c8151b; border-radius: 40px; color: #fff; cursor: pointer; margin-left: 100px; }
.leftBlogBox #commentform p.form-submit input[type="submit"]:hover { color: #c8151b; }
.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: #382db5; 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; line-height: 20px; display: inline-block; vertical-align: top; color: #fff; border: 1px solid #7b7b7b }
.wp-pagenavi a,
.wp-pagenavi span { border-color: #7b7b7b; padding: 5px 7px }
.wp-pagenavi span.current { border-color: #c8151b !important; font-weight: normal; color: #fff; background: #000; }
.leftBlogBox .wp-pagenavi a:hover,
.wp-pagenavi a:hover { background: #000; color: #fff; border-color: #c8151b !important; }
.wp-pagenavi span.pages:hover { border-color: #c8151b; }

/* right blog box */

.rightBlogBox { width: 27%; float: right; padding-top: 0; color: #fff; 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: #c8151b; 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 h2 { text-shadow: 2px 2px 0 #444; font-size: 30px; font-weight: 700; line-height: 1.1; }
.rightBlogBox ul { padding-left: 0; list-style: disc; margin-top: 0px }
.rightBlogBox ul li { width: 100%; text-align: left; padding: 2px 0; color: #fff; font-size: 20px; line-height: 1.5; list-style-position: inside; }
.rightBlogBox ul li a { color: #fff; text-decoration: none; text-transform: capitalize; outline: none }
.rightBlogBox ul li.current-cat a { color: #c8151b; }
.rightBlogBox ul li a:hover { text-decoration: none; color: #c8151b; }
.mobilesidebar { display: none; }
.desktopsidebar { display: block }

/* single page */
.search-form .screen-reader-text { display: none }
.rightBlogBox .search-form input[type='Search'] { 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; }
.search-form input[type='submit'] { float: left; background: #000; 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 #000; }
.search-form input[type='submit']:hover { background: #3d1560; border: solid 1px #3d1560; }
.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; }

img { height: auto; }
.ihc-ap-theme-3 .ihc-account-tranz-list td { border: 0px; font-size: 15px; color: #fff; }
.ihc-ap-theme-3 .ihc-account-tranz-list tr:nth-child(even) td { color: #000; }
.ihc-ap-theme-3 .ihc-account-subscr-list tbody td { color: #fff; }

/*.ecwid-initial-productsList-content { display:  block !important; }*/

.single-gallery li.current_page_parent#menu-item-17 a { color: #fff; }
.single-gallery li.current_page_parent#menu-item-17 a:hover { color: #c8151b; }
.single-gallery li#menu-item-119 > a { color: #c8151b; } 


/* responsive */

@media only screen and (max-width: 1779px) { 
.products-bar .ecwidlatestproducts ul li { padding: 0 15px; }
.products-bar .ecwidlatestproducts { margin: 22px -10px 0; }
.gallery-bar { padding: 32px 40px 33px 40px; }
.footer-bar .block1 { padding: 15px 20px 0 0; margin-left: 0px; width: 30%; }
.products-bar .slick-dots { max-width: 1560px; } 

}

@media only screen and (max-width: 1599px) { 
.products-bar .slick-dots { max-width: calc(100% - 30px); width: 100%; }
.products-bar .slick-arrow { left: 30px; margin: 0; }
.products-bar .slick-arrow.slick-next { left: auto; right: 30px; margin: 0; }

.logo-bar a.logo { left: 20px; max-width: 260px; } 
a.menu-toggle { height: 120px; }
.logo-bar .links { padding-top: 10px; }
#wrapper { padding-top: 130px; }
.gallery-bar { padding: 30px 0; }
.gallery-bar .wrapper { padding: 0 50px; }
.gallery-bar .slick-arrow { left: -25px; }
.gallery-bar .slick-next { right: -25px; left: auto; }
.gallery-bar .slick-dots { bottom: -60px; }

.join-bar h2 { font-size: 45px; }
.join-bar h2 em { font-size: 60px; }
.join-bar h2 strong { font-size: 75px; }
.join-bar h2 strong:nth-of-type(2) { font-size: 70px; }

.products-bar .heading em { transform: translate(0, 13px); }

.instagram_sec #sb_instagram { padding: 0 65px; }

.footer-bar .logo { max-width: 300px; }
.footer-bar ul.socialicons li .icon { line-height: 65px; font-size: 35px; width: 65px; height: 65px; }
.sb_instagram_header:after { width: calc(100% - 450px); }


}


@media only screen and (max-width: 1439px) { 
/* .products-bar .featuredproducts .text { padding: 15px 15px 10px 15px; }
.products-bar .ecwid-productsList-name { font-size: 20px !important; }
.products-bar .ecwid-productsList-price { font-size: 25px !important; }
.products-bar .ecwidlatestproducts li a::after { font-size: 18px; line-height: 25px; padding: 10px 20px 10px 50px; background-size: 30px auto; }  */

}

@media only screen and (max-width: 1279px) { 
h1 { font-size: 50px; }
h2 { font-size: 40px; }
h3 { font-size: 35px; }
h4 { font-size: 30px; }
h5 { font-size: 25px; }
h6 { font-size: 20px; }
	
.banner-bar.innerpage .banner_container { height: 300px; }

.products-bar .featuredproducts .img { padding: 15px; height: auto; }
.products-bar .featuredproducts h5 { font-size: 25px; margin-bottom: 20px; }

.leftBlogBox .postLoop .image { width: 300px; max-width: 45%; }

.products-bar .ecwidlatestproducts ul li .ecwid-productsList-image img { border-width: 10px; }
.products-bar .ecwid-productsList-name { padding: 15px !important; }
.products-bar .ecwid-productsList-price { padding: 0 15px 20px !important; font-size: 22px !important; }
/* .products-bar .ecwidlatestproducts li a::after { font-size: 15px; line-height: 24px; padding: 5px 15px 5px 38px; background-size: 20px auto; margin: 0 15px 20px; }  */

.featured_sec .right { padding-right: 0; padding-left: 50px; }
.featured_sec .left { padding: 40px 0; }
.featured_sec .heading { margin-left: 45px; }

.join-bar h2 { font-size: 35px; }
.join-bar h2 em { font-size: 50px; }
.join-bar h2 strong { font-size: 65px; }
.join-bar h2 strong:nth-of-type(2) { font-size: 60px; }
.join-bar h2 strong:nth-of-type(1) { line-height: 1.2; padding: 0 20px; }

.rightBlogBox h2 { font-size: 25px; }  
.rightBlogBox ul li { font-size: 18px; }
.leftBlogBox .postLoop h2 { font-size: 30px; }

.award_sec .awards { width: 250px; padding: 0 30px; }
.award_sec .awards img { max-height: 110px; }

}

@media only screen and (max-width:1023px) { 
h1 { font-size: 40px; }
h2 { font-size: 35px; }
h3 { font-size: 30px; }
h4 { font-size: 25px; }
h5 { font-size: 22px; }
h6 { font-size: 18px; }
	

#wrapper { padding-top: 110px; }
.banner-bar.innerpage .banner_container { height: 250px; }
#BlogCntr h1 { font-size: 60px; }
#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; }
.leftBlogBox p { font-size: 16px; line-height: 1.3; }
.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 .ares.tp-bullets { margin-right: -15px; }
.galleries_sec .main_gallery_list .col { width: calc(33.33% - 20px); }
.galleries_sec .main_gallery_list .col .overlay h4 { font-size: 18px; }
.ihc-ap-theme-1 .ihc-ap-menu .ihc-ap-menu-item a,
.ihc-ap-theme-2 .ihc-ap-menu .ihc-ap-menu-item a,
.ihc-ap-theme-3 .ihc-ap-menu .ihc-ap-menu-item a,
.ihc-ap-theme-4 .ihc-ap-menu .ihc-ap-menu-item a { padding-left: 10px; padding-right: 10px; } 

.rightBlogBox h2 { font-size: 20px; }  
.rightBlogBox ul li { font-size: 16px; }
.leftBlogBox .postLoop h2 { font-size: 25px; }


.gallery-bar .img { border-width: 10px; }
.products-bar .ecwidlatestproducts li a:after { width: 155px; height: 35px; }
.products-bar .ecwid-productsList-name { font-size: 16px !important; }
.products-bar .ecwid-productsList-price { font-size: 20px !important; line-height: 1.1; }
.products-bar .slick-dots li button { font-size: 20px; }
.products-bar .slick-dots li button { width: 25px; height: 25px; bottom: 15px; }
.award_sec { padding: 40px 0; }
.featured_sec .heading { font-size: 45px; }
.featured_sec .heading strong { min-height: 90px; }
.featured_sec .left { width: 100%; padding: 0 0 40px 0; }
.featured_sec .right { width: 100%; padding: 0; }
.gallery-bar .img a.has_video:before { width: 50px; height: 50px; }
.products-bar .heading ,
.gallery-bar .heading { font-size: 40px; }
.products-bar .heading strong,
.gallery-bar .heading strong { min-height: 75px; }
.join-bar h2 em { font-size: 40px; transform: none; }
.join-bar h2 strong { font-size: 50px; }
.join-bar h2 strong:nth-of-type(2) { font-size: 45px; }
.join-bar h2:after {  width: 350px; height: 35px; }
.button { font-size: 16px; line-height: 20px; padding: 15px 35px 18px; min-width: 200px; }
.join-bar h2 strong:nth-of-type(1) { margin: -10px 0 5px 0; }  
.join-bar { padding: 50px 0 40px; }
.featured_sec .heading em { margin-left: -10px; }
.instagram_sec #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img, .instagram_sec .sb_instagram_header.sbi_medium .sbi_header_img { width: 50px; height: 50px; }  
#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img, #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img img, .sb_instagram_header.sbi_medium .sbi_header_img, .sb_instagram_header.sbi_medium .sbi_header_img img { width: 50px; height: 50px; }
.instagram_sec #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3 { font-size: 20px; }  
.instagram_sec #sb_instagram #sbi_load .sbi_follow_btn { left: 310px; top: 20px; }
.sb_instagram_header:after { width: calc(100% - 350px); }
.instagram_sec #sb_instagram { padding: 0 50px; }  
.instagram_sec .slick-arrow  { left: -50px; }
.instagram_sec .slick-arrow.slick-next { left: auto; right: -50px; }
.footer-bar .logo { max-width: 200px; }
.footer-bar ul.socialicons li .icon { line-height: 40px; font-size: 25px; width: 40px; height: 40px; }
.footer-bar ul.socialicons li .label { font-size: 18px; padding-left: 7px; }
.copyright-bar { padding: 15px 0; }
.logo-bar a.join-btn { min-width: 145px; font-size: 15px; line-height: 20px; padding: 0 26px 0 24px; }
.logo-bar a.logo { max-width: 170px; }
#header-part.stickyhead a.logo { max-width: 150px; }
.logo-bar .right { padding: 0px 0px 0 30px; max-width: calc(100% - 170px); ; }
a.menu-toggle { width: 70px; }
.logo-bar a.join-btn span { padding: 10px 0; }
.logo-bar a.join-btn.member span { padding: 10px 0px 10px 10px; }
.logo-bar a.join-btn.member:before { width: 55px; }
.logo-bar a.join-btn.member { padding-left: 55px; font-size: 15px; }
.logo-bar .links { padding-top: 0; }
a.menu-toggle { height: 100px; padding: 10px 0; align-items: center; align-content: center; }
.products-bar .heading { padding-bottom: 20px; }

#rev_slider_1_2_wrapper .custom.tparrows,
#rev_slider_1_2_wrapper .custom.tparrows.tp-rightarrow { width: 40px !important; height: 40px !important; background-size: contain !important; }
.banner-bar .custom .tp-bullet { width: 15px; height: 15px; }
.products-bar .ecwidlatestproducts ul li { padding: 0 10px; }
#header-part.stickyhead a.menu-toggle { height: 80px; }





}






@media only screen and (max-width: 767px) { 
	#wrapper { padding-top: 116px; }
body { font-size: 16px; }
p { padding-bottom: 20px; line-height: 1.5; }
h1,
h2 { font-size: 35px; }
h3 { font-size: 30px; }
h4 { font-size: 25px; }
h5 { font-size: 20px; }
h6 { font-size: 16px; }

.nav-bar { border-top: 1px solid rgba(255,255,255,0.4); padding: 0; top: 116px; height: auto; }
.nav-bar .wrapper { padding: 0; }
.nav-bar li { text-align: right; border-bottom: 1px solid rgba(255, 255, 255, 0.4); display: block; padding: 0; }
.nav-bar li a { padding: 8px 15px; }
.nav-bar li::after { display: none; }

.logo-bar a.join-btn.member { font-size:  12px; padding-left:  35px; min-width: 175px; padding-right: 18px; margin: 0 5px 0 0; }
.logo-bar a.join-btn { font-size: 12px; min-width: auto; padding: 0 20px; }
.logo-bar a.join-btn:after, 
.logo-bar a.join-btn:before { width: 20px; }
.logo-bar a.join-btn span { padding: 5px 0; }
.logo-bar a.logo { max-width: 100px; position: absolute; left: 15px; bottom: -20px; top: auto; margin-left: 0px; }
.logo-bar .right { padding: 0px; max-width: 100%; width: 100%; }
.logo-bar a.join-btn.member:after { width: 18px; right: 0; }
.logo-bar a.join-btn.member span { padding: 5px 0 5px 10px; }
.logo-bar .links { width: 100%; padding: 0; }
.logo-bar a.join-btn.member:before { width: 35px; height: calc(100% + 5px); }
a.menu-toggle span.icon { width: 30px; height: 30px; }
a.menu-toggle span.icon small { width: 16px; margin-left: -8px; height: 2px; }
a.menu-toggle span.icon small:before, a.menu-toggle span.icon small:after { width: 16px; height: 2px; }
a.menu-toggle span.label { font-size: 11px; }
a.menu-toggle { width: 50px; height: 60px; position: absolute; right: 0; bottom: 0; }
.logo-bar .links { width: 100%; }  
.logo-bar .wrapper { padding: 0 0px 60px 0px; }
.logo-bar .links { text-align: center; padding: 10px 10px; background: rgba(255,255,255,0.05); border-bottom: 1px solid rgba(199,21,33,0.8); }
#header-part { padding-bottom: 5px; position: fixed; }
.banner-bar { padding-bottom: 5px; }

.award_sec:after,
.join-bar:after,
#header-part:after,
.gallery-bar:after,
.banner-bar:after { height: 5px; } 

.banner-bar .tp-bullets { margin-top: 25px; }

.products-bar .heading, .gallery-bar .heading { font-size: 25px; margin:  0 0 20px 0; }
.products-bar .heading strong, .gallery-bar .heading strong { min-height: 50px; }
.gallery-bar .heading strong:before { width: 25px; left: -25px; }
.gallery-bar .heading strong { padding-left: 0; }
.gallery-bar .heading em { transform: translate(0, 10px); margin: 0px 0 0 -45px; }
.gallery-bar .slick-dots li button { width: 10px; height: 10px; border-radius: 2px; }
.gallery-bar .slick-dots li { padding: 5px; }
.gallery-bar .wrapper { padding: 0 15px; }
.gallery-bar .slick-arrow { left: 15px; top: auto; bottom: -45px; margin: 0; }
.gallery-bar .slick-next { right: 15px; left: auto; }
.gallery-bar .slick-dots { bottom: -50px; left: 50px; width: calc(100% - 100px); min-height: 35px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }
.featured_sec .right .image:after { width: 50px; height: 50px; left: 15px; bottom: 15px; }
.featured_sec .right .image { border-width: 5px; }
.join-bar h2 em { font-size: 30px; }
.join-bar h2 strong:nth-of-type(1) { margin-top: -5px; line-height: 1.2; padding: 5px 20px; }
.join-bar h2 strong { font-size: 30px; }
.join-bar h2 { font-size: 30px; line-height: 1.3; }
.join-bar h2 strong:nth-of-type(2) { font-size: 28px; }
.join-bar h2:after { width: 180px; height: 20px; translate(0px, 6px); }
.button { font-size: 15px; line-height: 20px; padding: 10px 25px 10px; min-width: 150px; }
.join-bar p { padding-bottom: 0; }
.join-bar { padding: 50px 0; }
.products-bar .heading strong:before { width: 25px; left: -25px; }
.products-bar .heading strong { padding-right: 80px; }
.products-bar .heading em { transform: translate(0, 10px); margin-left: -75px; }
.products-bar { padding-top: 30px; } 
.products-bar:after { height: 120px; background-size: auto 100% ; }

.award_sec .awards img { max-height: 60px; max-width: 100px; }
.award_sec .awards { padding: 0 20px; width: 140px; }
.featured_sec .heading { font-size: 30px; margin-left: 30px; }
.featured_sec .heading strong { min-height: 60px; }
.featured_sec .heading strong:before { width: 30px; left: -30px; }
.featured_sec .heading em { margin-top: -10px; }
.featured_sec {  padding: 30px 0 50px; }
.instagram_sec { max-height: unset;  }
.sb_instagram_header:after { display: none; }
.instagram_sec #sb_instagram #sbi_load .sbi_follow_btn { left: auto; right: 15px; }
.instagram_sec #sb_instagram { padding: 0 0 40px 0 !important; }
.instagram_sec .slick-arrow { left: 50%; margin-left: -35px; top: auto; bottom: -35px; width: 30px; height: 30px; }
.instagram_sec .slick-arrow.slick-next { left: auto; top: auto; right: 50%; margin: 0 -35px 0 0; bottom: -35px; }
.footer-bar ul.socialicons li .label { font-size: 14px; }
.footer-bar ul.socialicons li .icon { line-height: 25px; font-size: 14px; width: 25px; height: 25px; }
.footer-bar ul.socialicons li { padding: 0 5px; }
.footer-bar .logo { max-width: 150px; margin-bottom: 25px; }
.copyright-bar .copyright, .copyright-bar p { font-size: 11px; letter-spacing: 0; }
.products-bar .ecwidlatestproducts ul li { padding: 0 5px; }
.products-bar .ecwidlatestproducts { margin: 20px -5px 0; }

.copyright-bar { padding: 10px 0; height: auto; text-align: center; }
.banner-bar.innerpage .banner_container { height: 200px; }

#back-to-top { right: 10px; bottom: 30px; width: 30px; height: 30px; z-index: 1011; }
.text-bar.innerpage li { font-size: 17px; line-height: 26px; }
.footer-bar .block3 .tnp-subscription { max-width: 100%; }
.leftBlogBox { width: 100%; border-right: 0; }
.mobilesidebar { width: 100%; display: block; padding-bottom: 20px; }
.mobilesidebar .widget_search label { display: none; }
.mobilesidebar .wp-block-search__inside-wrapper { float: left; width: 100%; position: relative; padding-right: 85px }
.mobilesidebar .wp-block-search__inside-wrapper .wp-block-search__input { border: 1px solid #ccc; width: 100%; max-width: 100%; border-radius: 0px; -webkit-border-radius: 0px; height: 34px; }
.mobilesidebar .wp-block-search__inside-wrapper .wp-block-search__input:focus { border: 1px solid #ccc; }
.mobilesidebar .wp-block-search__inside-wrapper .wp-block-search__button { width: 85px; height: 34px; border: 0; color: #fff; background: #c70505; position: absolute; right: 0px; top: 0px }
.mobilesidebar .wp-block-categories .wp-block-categories__label { font-size: 16px; line-height: 20px; display: block; padding: 0 0 10px 0; }
.mobilesidebar select { width: 100%; height: 35px; border: 1px solid #ccc; border-radius: 0; padding: 5px 10px; font-size: 14px; }

h1,
h2 { text-shadow: 2px 2px 0 #444; }
#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: 20px 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 { padding: 4px 2px; width: 300px; margin-top: 3px; -webkit-appearance: none; -ms-appearance: none; -moz-appearance: none; appearance: none; cursor: pointer; background: #fff url(images/drop_arrow.png) no-repeat 98% 8px; -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%; }
.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; }
.leftBlogBox .postLoop .image { width: 100%; max-width: 100%; }
.products-bar::before { font-size: 30px; }
.galleries_sec .main_gallery_list .col { width: calc(50% - 10px); margin: 5px; }
.galleries_sec .main_gallery_list .col .overlay h4 { font-size: 16px; }
.galleries_sec .video_row .video_wrap { margin-bottom: 15px; }
.galleries_sec .video_row h3 { font-size: 30px; line-height: 1.1; }
.galleries_sec .video_row { margin-bottom: 30px; }
.galleries_sec .video_row .info p { padding-bottom: 10px; font-size: 15px; line-height: 1.3; }
.ihc-ap-theme-3 .ihc-ap-menu .ihc-ap-menu-item .fa-ihc { font-size: 25px; line-height: 1.1; padding: 0; }
.text-bar .ihc-ap-theme-3 .ihc-ap-menu .ihc-ap-menu-item a { padding: 0; display: flex; align-items: center; }
.ihc-ap-theme-3 .ihc-ap-menu .ihc-ap-menu-item { width: 100%; margin: 0 0 8px; padding-bottom: 8px; border-bottom: 1px solid #c8151b; }
.ihc-ap-theme-3 .ihc-ap-menu { padding: 20px 0; border: 0; }
.ihc-ap-theme-3 .ihc-ap-menu .ihc-ap-menu-item .fa-ihc { display: inline-block; vertical-align: top; margin: 0 10px 0 0; line-height: 25px; }
.ihc-ap-wrap h3 { font-size: 1.5rem !important; }
.text-bar .ihc-ap-theme-3 .ihc-ap-wrap { margin: 0; }
.ihc_level_template_5 .ihc-level-item { width: 100%; max-width: 100%; }
.ihc_level_template_5 .ihc-level-item-wrap { margin-left: 0; margin-right: 0; } 

#rev_slider_1_2_wrapper .custom.tparrows, #rev_slider_1_2_wrapper .custom.tparrows.tp-rightarrow { display: none !important; }
.copyright-bar .copyright, .copyright-bar p { line-height: 1.2; }
.copyright-bar .wrapper { padding: 0 10px; }
.footer-bar { padding: 30px 0px 20px 0px; }
.products-bar .slick-arrow { bottom: 12px; left: 20px; }   
.products-bar .slick-arrow.slick-next { right: 20px; }
.products-bar .slick-dots { padding: 0 40px; }
.galleries_sec h2,
.galleries_sec h1 { font-size: 30px; padding-bottom: 15px; margin-bottom: 0; }
.galleries_sec { padding: 35px 0; }
.galleries_sec .main_gallery_list { margin: 0 -5px 40px; }
.page-template-gallery .galleries_sec .main_gallery_list { margin-bottom: 0; }
.galleries_sec .video_row h3 { font-size: 22px; }
.galleries_sec .video_row { text-align: center; }
.footer-bar { background-size: 100% 100%; }


}

@media only screen and (max-width: 639px) { 
body { font-size: 16px; }
p { padding-bottom: 20px; line-height: 1.4; }

.banner-bar .custom .tp-bullet { border-radius: 0; width: 10px; height: 10px; }
.banner-bar.innerpage .banner_container { height: 200px; }

.products-bar ul.slick-dots li { padding: 0; }
.products-bar ul.slick-dots li button { margin: 0 2px; font-size: 15px; }
.leftBlogBox p { font-size: 16px; line-height: 22px; }
.text-bar.innerpage li { font-size: 16px; }
.text-bar .iump-register-form { min-width: inherit; }
.ihc-user-page-top-ap-wrapper .ihc-left-side { max-width: inherit; width: 100px; height: auto; }
.ihc-ap-top-theme-4 .ihc-user-page-avatar img { height: auto; min-height: inherit; }
.ihc_level_template_9 .ihc-level-item { width: 100%; box-sizing: border-box; max-width: 100%; position: relative; display: inline-block; vertical-align: top; min-width: inherit; }
.ihc_level_template_9 .ihc-level-item-price { font-size: 50px; }
.ihc-account-tranz-list tr td { float: none; }
.footer-bar .block3 p { font-size: 15px; line-height: 24px; }
.copyright-bar { padding: 10px 0; height: auto; }
.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; } 

}


@media only screen and (max-width: 479px) { 
#BlogCntr h1 { font-size: 40px; padding-bottom: 0; }
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; width: 100%; }
.leftBlogBox .postLoop h2 { font-size: 23px; }
.leftBlogBox .wp-pagenavi { margin: 25px 0 35px 0; }
.leftBlogBox #commentform textarea { height: 100px; }

/*.galleries_sec .main_gallery_list .col { width: calc(100% - 20px); }*/ }
.ihc-register-9 .iump-form-line-register .select2-selection,
.ihc-register-9 .iump-form-line-register input[type=number],
.ihc-register-9 .iump-form-line-register input[type=password],
.ihc-register-9 .iump-form-line-register input[type=text],
.ihc-register-9 .iump-form-line-register select,
.ihc-register-9 .iump-form-line-register textarea { border-color: rgba(255, 255, 255, 0.4); color: #fff; background: transparent; }
.select2 { color: #fff; }
.select2-dropdown { color: #000; }
.select2-container--default .select2-selection--single .select2-selection__rendered { color: #fff !important; }
.ihc-login-template-10 .impu-form-links a,
.ihc-login-template-11 .impu-form-links a,
.ihc-login-template-9 .impu-form-links a,
.ihc-login-template-11 .impu-form-links-pass a { color: #c8151b; }
.ihc-login-template-11 .impu-form-links-pass a:hover,
.ihc-login-template-10 .impu-form-links a:hover,
.ihc-login-template-11 .impu-form-links a:hover,
.ihc-login-template-12 .impu-form-links a:hover,
.ihc-login-template-8 .impu-form-links a:hover,
.ihc-login-template-9 .impu-form-links a:hover,
.ihc_level_template_5 .ihc-level-item-link:hover,
.ihc_level_template_7 .ihc-level-item-link:hover,
.ihc_level_template_8 .ihc-level-item-link:hover { color: #fff; text-decoration: underline !important; }
.ihc_level_template_5 .ihc-level-item-link:hover { text-decoration: none !important; border-color: transparent !important; }

.ihc-login-template-11 .impu-form-submit input { color: #fff !important; border-color: #c8151b !important; cursor: pointer; background-image: none; }
.ihc-login-template-11 .impu-form-submit input:hover { color: #c8151b !important; background: transparent; }
.ihc-login-template-11 .impu-form-line-fr input[type=password],
.ihc-login-template-11 .impu-form-line-fr input[type=text],
.ihc-login-template-9 .impu-form-line-fr input[type=password],
.ihc-login-template-9 .impu-form-line-fr input[type=text] { color: #fff !important; }
.ihc-ap-theme-3 .ihc-ap-wrap h3 { color: #fff; }

  