/*-------------------------------------    
CSS INDEX
===================================
#. Defaults
#. Topbar Layout 1
#. Topbar Layout 2
#. Topbar Layout 3
#. Topbar Layout 4
#. Header Layout 1
    #. Header Logo
    #. Main Navigation
    #. Submenu
    #. 3rd Level Menu
    #. Multi Column Menu
    #. Mobile Multi Column Menu
    #. Header Icons
    #. Header Right Menu
    #. Sticky Header
    #. Transparent Header
#. Header Layout 2
#. Header Layout 3
#. Header Layout 4
#. Header Layout 5
#. Header Layout 6
#. Header Responsive
#. Footer - Preloader, Scroll to top, Copyright
#. Widgets - Sidebar and Footer Widgets
#. Banner
#. Miscellaneous
#. Buttons
#. Contents
#. Single Content
#. Related PostG
#. Comments
#. Archive Contents
#. Search layout
#. Pagination
#. No Content
#. Error 404
#. Feature Image Caption
#. Woocommerce: Fix
#. Woocommerce: Widgets
#. Woocommerce: Owl Nav
#. Woocommerce: Top Bar
#. Woocommerce: Shop
#. Woocommerce: Shop List View
#. Woocommerce: Single Product
#. Woocommerce: Cart
#. Woocommerce: Checkout
#. Woocommerce: Order received
#. Woocommerce: My Account
#. Woocommerce: Login/Register
#. Woocommerce: Yith Wishlist
---------------------------------------*/
/*-------------------------------------
#. Defaults
---------------------------------------*/
body {
	font-size: 15px;
	font-family: Roboto, sans-serif;
	line-height: 1.5;
	font-weight: 400;
	vertical-align: baseline;
	background: #ffffff;
	color: #444444;
	height: 100%;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;	
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.alignleft {
	float: left;
	margin-bottom: 13px;
	margin-right: 33px;
	padding-top: 5px;
}
.alignright {
	float: right;
	margin-left: 33px;
	margin-bottom: 15px;
	padding-top: 15px;
}
@media( max-width:480px ) {	
	img.alignleft {
		float: none;
		margin-bottom: 13px;
		margin-right: 0px;
		padding-top: 5px;
		display: block;
	}
	img.alignright {
		float: none;
		margin-left: 0px;
		margin-bottom: 15px;
		padding-top: 15px;
	}
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 15px;
}
.padding-space {
	padding-top: 100px;
	padding-bottom: 100px;
}
.padding-top {
	padding-top: 100px;
}
.padding-bottom {
	padding-bottom: 100px;
}
@media only screen and (min-width: 768px) {
	.alignfull {
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		width: auto;
		max-width: 1000%;
	}
	.alignwide {
		margin-left: calc(25% - 25vw);
		margin-right: calc(25% - 25vw);
		width: auto;
		max-width: 1000%;
	}
	.alignwide img,
	.alignfull img {
		display: block;
		margin: 0 auto;
	}
}
a {
  text-decoration: none;
}
a:focus {
  outline: 0px solid;
  text-decoration: none;
  outline: 0 none;
}
a:active {
  text-decoration: none;
  outline: 0 none;
}
a:hover {
  text-decoration: none;
  outline: 0 none;
}
img {
  max-width: 100%;
  height: auto;
}
.fix {
  overflow: hidden;
}
p {
  margin: 0 0 20px;
  line-height: 1.6;
  margin: 0 0 20px 0;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Roboto, sans-serif;
	margin: 0 0 20px 0;
    color: #111111;
}
h1 {
	font-size: 36px;
	font-weight: 500;
	line-height: 40px;
}
h2 {
	font-size: 28px;
	font-weight: 500;
	line-height: 34px;
}
h3 {
	font-size: 22px;
	font-weight: 500;
	line-height: 28px;
}
h4 {
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
}
h5 {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
}
h6 {
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
}
.acurate {
  padding: 0;
}
.padding-left {
  padding-left: 0;
}
.padding-right {
  padding-right: 0;
}
@media ( max-width:475px ) {
	.padding-right {
		padding-right: 15px;
	}
	.padding-left {
		padding-left: 15px;
	}
}
.section-top {
  margin-top: 40px;
}
.clear {
  clear: both;
}
.clear:after {
  clear: both;
  content: "";
  display: block;
}
.p0 {
  padding: 0;
}
.mb-2p {
	margin-bottom: 2px;
}
.mb-2 {
    margin-bottom: 2px !important;
}
.mb-4 {
    margin-bottom: 4px !important;
}
.mb-25p {
	margin-bottom: 25px;
}
.mb-30p {
	margin-bottom: 30px;
}
.mb-30 {
    margin-bottom: 30px;
}
ul {
  list-style: disc inside none ;
  margin: 0 0 20px 0;
}
#wrapper {
	overflow: hidden;
	transition: all 0.5s ease-out;
}
blockquote {
	background-color: #F5F5F5;
	border-left: 3px solid #e53935 !important;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	padding: 30px 45px;
	margin: 40px 0 40px !important;
	color: #111111;
}
blockquote p {
	position: relative;
    padding-left: 30px;
    margin-bottom: 0;
}
blockquote p:before {
	font-family: 'FontAwesome';
	content: "\f10d";
	left: 0;
	position: absolute;
	top: -5px;
	z-index: 1;
	font-size: 20px;
	color: #e53935;
}
.wp-block-quote:not(.is-large):not(.is-style-large) {
    padding-left: 63px;
}
.wp-block-quote__citation,
.wp-block-quote cite, .wp-block-quote footer,
.wp-block-pullquote__citation {
	font-size: 14px;
    font-weight: 400;
    margin-top: 12px;
	text-align: right;
	color: #e53935;
	letter-spacing: 1px;
	display: block;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {	
	background-color: #F5F5F5;
    border-left: 3px solid #e53935;
    font-size: 20px;
    font-style: italic;
    font-weight: normal;
    padding: 30px 45px;
    margin: 40px 0 40px;
    color: #111111;	
}
* {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
/*for theme only*/
.img-overlay-70 {
	position: relative;
	display: block;
}
.img-overlay-70::before {
    background-image: linear-gradient(transparent, #111), linear-gradient(transparent, #111);
    height: 70%;
    opacity: 0.7;
}
.img-overlay-70::before, .more-info-link, .more-info-link-light {
    position: absolute;
    right: 0;
    z-index: 1;
}
.img-overlay-70::before, .img-overlay-90::before {
    bottom: 0;
    content: "";
    left: 0;
    width: 100%;
}
#page {
	background-position: top center;
	background-repeat: no-repeat;
}
.post-bottom-spacer {
	margin-bottom:20px;
	width: 100%;
	height:1px;
	border-bottom: 1px solid #d7d7d7;
}
.visibility-h {
	visibility: hidden;
}
/*-------------------------------------
#. Topbar Layout 1
---------------------------------------*/
#tophead {
	background-color: #f8f8f8;
	border-bottom: 1px solid #dadada;
	padding: 6px 0;
	color: #444444;
}
#tophead a {
	color: #444444;
}
#tophead .tophead-contact {
	float: left;
}
#tophead .tophead-contact ul li {
	display: inline-block;
	margin-right: 10px;
}
#tophead .tophead-contact a:hover {
  text-decoration: underline;
}
#tophead .tophead-contact .fa,
#tophead .tophead-address .fa {
  color: #e53935;
  padding-right: 10px;
}
#tophead .tophead-right {
  float: right;
}
#tophead .tophead-social li {
  display: inline-block;
}
#tophead .tophead-social li:first {
  padding-left: 0;
}
#tophead .tophead-social li a {
	line-height: 36px;
	color: #ffffff;
	height: 36px;
	width: 36px;
	display: block;
	border-radius: 50%;
	text-align: center; 
	background-color: #292929;  
}
#tophead .tophead-social li a {
	line-height: 36px;
	color: #ffffff;
	height: 36px;
	width: 36px;
	display: block;
	border-radius: 50%;
	text-align: center; 
	background-color: #292929;  
}
.header-style-10.trheader #tophead .tophead-social li a {
	border: 1px solid #ffffff;
}
.header-style-10.trheader #tophead .tophead-social li a:hover {
	border: 1px solid #e53935;
}
#tophead .tophead-social li a:hover {  
  background-color: #e53935;  
  color: #ffffff;
}
/* Transparent Topbar */
.trheader #tophead,
.trheader #tophead a {
  color: #efefef;
}
.trheader #tophead {
  background-color: transparent;
  border-bottom: 1px solid rgba(181, 181, 181, 0.1);
}
.trheader.has-topbar .entry-banner .container {
  padding-top: 34px;
}
/*-------------------------------------
#. Topbar Layout 2
---------------------------------------*/
.topbar-style-2 #tophead .tophead-social li a {
	line-height: 27px;
	height: 25px;
	width: 25px;
	margin-left: 3px;
	color: #787878;
	display: block;
	border-radius: 50%;
	text-align: center;
	background: #f8f8f8;
}
.topbar-style-2 #tophead .tophead-social li a:hover {	
	color: #ffffff;
	background-color: #e53935;
}
.topbar-style-2 #tophead .tophead-right {
	text-align: right;
}
/*-------------------------------------
#. Topbar Layout 3
---------------------------------------*/
.topbar-style-3 #tophead {
	background-color: #f8f8f8;
	padding: 6px 0;
	color: #444;
	border-bottom: 1px solid #dadada;
}
.topbar-style-3 #tophead .tophead-social li a {
	line-height: 27px;
	height: 25px;
	width: 25px;
	margin-left: 3px;
	color: #787878;
	display: block;
	border-radius: 50%;
	text-align: center;
	background: #f8f8f8;
}
.topbar-style-3.trheader #tophead .tophead-social li a {
	color: #787878;
}
.topbar-style-3 #tophead .tophead-social li a:hover {	
	color: #ffffff;
	background-color: #e53935;
}
.topbar-style-3 #tophead .tophead-right {
  text-align: right;
}
/*all top bar*/
.header-top-bar {
  min-height: 34px;
}
/*all header*/
.header-fixed {
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
	z-index: 1000;
	position: relative;
	transition: all 0.5s ease-out;
}
.header-area {
  background: #fff;
}
.bottomBorder {
  border-bottom: 2px solid #e53935;
  background: #ffffff;
}
.mean-container .mean-nav ul.menu {
	overflow-y: scroll;
}
ul.header-social {
	text-align: right;
	padding: 4px 0
}
ul.header-social li {
	display: inline-block;
	margin-right: 5px
}
ul.header-social li:last-child {
	margin-right: 0
}
ul.header-social li a {
	height: 30px;
	width: 30px;
	line-height: 30px;
	display: block;
	text-align: center;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	-ms-border-radius: 45px;
	-o-border-radius: 45px;
	border-radius: 45px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
/*-------------------------------------
#. Topbar Layout 4
---------------------------------------*/
.topbar-style-4 .header-top-bar h3,
.topbar-style-4 .tml-user-avatar {
	display: none;
}
.topbar-style-4 .widget {
	margin-bottom: 0;
	position: relative;
}
.topbar-style-4 .tophead-right ul li {
	display: inline-block;
	padding-left: 10px;
}
.topbar-style-4 .tophead-right ul li i {
	padding-right: 8px;
}
.topbar-style-4 #tophead .tophead-contact a:hover,
.topbar-style-4 #tophead .tophead-right ul li a:hover {
	text-decoration: none;
	color: #e53935;
}
.topbar-style-4 .tophead-right form {
	position: absolute;
	top: 30px;
	background: #f7f7f7;
	padding: 13px;
	z-index: 2;
}
.topbar-style-4 .tophead-right form .tml-submit-wrap {
	margin-bottom: 5px;
}
.topbar-style-4 .tophead-right form .tml-button {
	padding: 6px 15px;
}
.topbar-style-4 .tml-login form {
    font-size: 13px;
    line-height: 20px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 100%;
    width: 270px;
    z-index: 99999;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    text-align: left;
}
.topbar-style-4 .tml-login:hover form {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
}
.tml .tml-button {
	padding: 6px 15px;
}
.tml ul.tml-links {
	margin: 0;
	padding: 0;
}
.tml ul.tml-links li {
	list-style: none;
}

/*-------------------------------------
#.  Quick Info Bar
---------------------------------------*/
.rt-news-quick-info-bar {
	padding: 6px 0;
}
.rt-news-quick-info-bar ul.news-info-list {
	margin-bottom: 0px;
}
.ticker-content a {
	text-decoration: none;
	color: #222;
}
.ticker-content a:hover {
	color: #e53935 !important;
	text-decoration: none;
}
ul.news-info-list {
	padding: 6px 0
}
ul.news-info-list li {
	font-size: 13px;
	margin-right: 15px;
	display: inline-block;
	color: #444
}
@media only screen and (max-width:1199px) {
	ul.news-info-list li {
		margin-right: 12px
	}
}
ul.news-info-list li:last-child {
	margin-right: 0
}
ul.news-info-list li i {
	color: #e53935;
	font-size: 16px;
	margin-right: 10px
}

/*-------------------------------------
#. Header Layout 1
---------------------------------------*/
.header-style-1 .main-menu-area nav ul li a {
	padding: 40px 15px;
	color: #ffffff;
}
.header-style-1 #header-1 {
	background: #111111;
}
/* Header Logo */
.site-header .site-branding {
	display: table;
	height: 90px;
}
.header-style-1 .site-header .site-branding a.light-logo {
	display: table-cell;
	vertical-align: middle;
}
.header-style-1 .site-header .site-branding a.dark-logo {
	display: none;
}

/* Main Navigation */
.header-style-1 .site-header ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.header-style-1 .site-header .main-navigation nav ul {
	text-align: right;
}
.header-style-1 .site-header .main-navigation nav ul li a {
	color: #ffffff;
	padding: 39px 9px 39px;
}
@media ( max-width:1024px ) {
	.header-style-1 .site-header .main-navigation nav ul li a {
		padding-left: 8px;
		padding-right: 8px;
	}
}
.header-style-1 .site-header .main-navigation  nav ul li a.active {
	color: #e53935 !important;
}
.header-style-1 .site-header .main-navigation ul.menu > li > a:hover {
	color: #e53935;
}
.header-style-1 .site-header .main-navigation ul.menu > li.current-menu-item > a,
.header-style-1 .site-header .main-navigation ul.menu > li.current > a {
	color: #e53935;
}
.header-style-1.stickp .site-header .site-branding a img {
	padding: 3px 0;
}
/* Submenu */
.header-style-1 .site-header .main-navigation ul li ul {
	text-align: left;
}
.header-style-1 .site-header .main-navigation ul li ul.sub-menu li.menu-item-has-children:after {
  color: #fff;
  content: "\f105";
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  right: 6px;
  top: 10px;
}
.header-style-1 .site-header .main-navigation ul li ul li:last-child {
  border-bottom: none;
}
.header-style-1 .site-header .main-navigation ul li ul li a {
  display: block;
  color: #ffffff;
  text-transform: inherit;
  padding: 10px 15px !important;
  font-weight: 400;
  font-size: 14px;
  transition: all 0.3s ease-out 0s;
}
.header-style-1 .site-header .main-navigation ul li ul li a:hover {
  padding-left: 18px !important;
}
.header-style-1 .trheader.non-stickh .site-header .site-branding a.dark-logo {
	padding-top: 20px;
}
/* Multi Column Menu */
.header-style-1 .site-header .main-navigation ul li.mega-menu:hover ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.header-style-1 .site-header .main-navigation ul li.mega-menu ul.sub-menu li {
  background-color: inherit;
}
.header-style-1 .site-header .main-navigation ul li.mega-menu ul.sub-menu li a {
  color: #ffffff;
}
.header-style-1 .site-header .main-navigation ul li.mega-menu ul.sub-menu li a::hover {
  background-color: #e53935;
  color: #071041;
}
.header-style-1 .site-header .main-navigation ul li.mega-menu > ul.sub-menu {
  background-color: #e53935;
  padding: 10px 0;
  width: 460px;
}
.header-style-1 .site-header .main-navigation ul li.mega-menu > ul.sub-menu > li {
  display: block;
  float: left;
  margin: 0 5px;
  width: 210px;
  border: none;
}
.header-style-1 .site-header .main-navigation ul li.mega-menu > ul.sub-menu > li ul {
  position: relative;
  width: inherit;
  left: inherit;
  box-shadow: none;
}
.header-style-1 .site-header .main-navigation ul li.mega-menu > ul.sub-menu > li > a {
  font-weight: 500;
  margin-bottom: 1px;
}
.header-style-1 .site-header .main-navigation ul li.mega-menu > ul.sub-menu li:after {
  content: '';
}
.header-style-1 .site-header .main-navigation ul li.mega-menu.hide-header > ul.sub-menu > li > a {
  display: none;
}
.header-style-1 .header-area-space {
	margin-top: 111px;
}
/* Mobile Multi Column Menu */
.mean-container .mega-menu.hide-header > ul > li {
  border-top: none;
}
.mean-container .mega-menu.hide-header > ul > li > a {
  display: none;
}
.mean-container .mega-menu.hide-header > ul > li > ul {
  display: block !important;
}
.not-top #meanmenu {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 9999;
}
/* Header Icons */
.cart-icon-area,
.header-icon-seperator,
.search-box-area,
.header-icon-area .additional-menu-area {
	padding-top: 38px;
	padding-bottom: 38px;
	color: #757272;
}
@media (max-width: 991px) {
	.header-icon-area .cart-icon-area .cart-icon-num {
		top: 14px;
	}	
	.header-icon-area .cart-icon-area .cart-icon-num {
	  top: 21px;
	}
}
.cart-icon-area > a {
  padding-top: 0px;
}
.header-icon-area .search-box-area,
.header-icon-area .header-icon-seperator,
.header-icon-area .cart-icon-area,
.header-icon-area .additional-menu-area {
  float: right;
}
.header-icon-area {
  position: relative;
  font-size: 24px;
  line-height: 1;
}
.header-icon-area .search-box .search-text {
	background: #f5f5f5;
	border: 1px solid #e53935;
	color: #666666;
	height: 42px;
	right: 0;
	margin-right: 3px;
	opacity: 0;
	visibility: hidden;
	padding: 0;
	position: absolute;
	top: 100%;
	width: 0;
	z-index: 99;
	transition: all 0.3s ease 0s;
	box-shadow: none;
	font-size: 15px;
}
.header-icon-area .search-box .search-text.active {
	right: 0px;
	opacity: 1;
	visibility: visible;
	padding: 0 20px 0 10px;
	width: 251px;
}
.header-icon-area .search-box .search-close {	
    font-size: 18px;
    line-height: 1;
    right: 15px;
    position: absolute;
    top: 111%;
    top: calc(111%);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease 0s;
}
.header-icon-area .search-box .search-close.active {
	opacity: 1;
	visibility: visible;
}
.header-icon-area .search-box .search-button {
	font-size: 20px;
}
.header-icon-area .search-box .search-button i {
	color: #ffffff;
}
.header-icon-area .header-icon-seperator {
	font-size: 20px;
	line-height: 24px;
	padding-left: 15px;
	padding-right: 15px;
}
.header-icon-area .cart-icon-area {
	position: relative;
}
.header-icon-area .cart-icon-area > a {
	display: block;
	color: #222;
	transition: none;
	margin-right: 18px;
}
.cart-icon-area .woocommerce-mini-cart__empty-message {
	color: #222222;
}
.header-icon-area .cart-icon-area .cart-icon-num {
	background-color: #e53935;
	border-radius: 50%;
	color: #ffffff;
	font-size: 13px;
	line-height: 18px;
	min-height: 19px;
	min-width: 19px;
	position: absolute;
	text-align: center;
	top: 33px;
	right: -14px;
}
.header-style-1 .header-icon-area .cart-icon-area > a {
	display: block;
	color: #fff;
	transition: none;
	margin-right: 18px;
}
.header-style-1 .header-icon-area .cart-icon-area .cart-icon-num {
	background-color: #e53935;
	border-radius: 50%;
	color: #ffffff;
	font-size: 13px;
	line-height: 18px;
	min-height: 19px;
	min-width: 19px;
	position: absolute;
	text-align: center;
	top: 33px;
	right: 5px;
}
.header-icon-area .cart-icon-area .cart-icon-products {
	font-size: 13px;
	line-height: 20px;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 100%;
	width: 270px;
	z-index: 99999;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
	opacity: 0;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	transition: all 0.5s ease 0s;
	visibility: hidden;
	text-align: left;
}
.header-icon-area .cart-icon-area .cart-icon-products .widget_shopping_cart {
	padding: 10px 15px;
}
.header-icon-area .cart-icon-area .cart-icon-products .widget_shopping_cart.widget {
    margin: 0;
}
.header-icon-area .cart-icon-area .cart-icon-products .widget_shopping_cart.widget p {
    margin: 0;
	border-top: none;
}
.header-icon-area .cart-icon-area .cart-icon-products .widget_shopping_cart.widget .total {
	margin-top: 5px;
	margin-bottom: 12px;
}
.header-icon-area .cart-icon-area:hover .cart-icon-products {
	opacity: 1;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	visibility: visible;
}
/*header fix */
.header-style-1 .header-icon-area,
.header-style-1 .menu-all-pages-container {
	float: right;
}
.header-style-1 .menu-all-pages-container {
	padding-right: 15px;
}
.woocommerce .cart-icon-products .widget_shopping_cart .cart_list li,
.cart-icon-products .woocommerce.widget_shopping_cart .cart_list li,
.cart-icon-products .widget_shopping_cart .mini_cart_item {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 10px;
	padding-top: 10px;
}
.cart-icon-products .widget_shopping_cart .mini_cart_item:last-child {
	border-bottom: none;
}
.cart-icon-products .widget_shopping_cart .mini_cart_item a {
	color: #666;
}
.cart-icon-products .widget_shopping_cart .mini_cart_item a:hover {
	color: #e53935;
}
.woocommerce .cart-icon-products .widget_shopping_cart .cart_list li a.remove,
.cart-icon-products .woocommerce.widget_shopping_cart .cart_list li a.remove,
.cart-icon-products .widget_shopping_cart .mini_cart_item a.remove {
	line-height: 1;
	top: 12px;
}
.cart-icon-products .woocommerce.widget_shopping_cart ul.product_list_widget li img {
	width: 40px;
}
/* Header Right Menu */
.additional-menu-area {
	
}
.additional-menu-area a.side-menu-trigger {
	color: #ffffff;
	cursor: pointer;
	font-size: 21px;
	line-height: 0;
}
.additional-menu-area a.side-menu-trigger span {
    display: block;
    height: 1px;
    width: 28px;
    background-color: #fff;
    margin-top: 6px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.header-style-2 .additional-menu-area a.side-menu-trigger span,
.header-style-3 .additional-menu-area a.side-menu-trigger span {
	background: #111111;
}
.additional-menu-area a.side-menu-trigger:hover {
  color: #e53935;  
}
.additional-menu-area .sidenav {
	height: 100%;
	width: 400px;
	position: fixed;
	z-index: 150;
	top: 0;
	right: 0;
	padding-left: 20px;
	-webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
	background-color: #111111;
	overflow-x: hidden;
	padding-top: 50px;
	-webkit-transition: all .6s cubic-bezier(.77,0,.175,1);
    -moz-transition: all .6s cubic-bezier(.77,0,.175,1);
    transition: all .6s cubic-bezier(.77,0,.175,1);
}
.additional-menu-area .sidenav img {
	max-width:150px;
}
body .rt-cover {
    z-index: 149; 
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0,0,0,.7);
    -webkit-transition: opacity .2s ease-in-out,z-index .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out,z-index .2s ease-in-out;
    transition: opacity .2s ease-in-out,z-index .2s ease-in-out;
}
.additional-menu-area .sidenav .closebtn {
	border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 24px;
    padding: 0;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 70px;
    line-height: 26px;
    height: 34px;
    width: 34px;
}
.additional-menu-area .sidenav .closebtn:hover {
	color: #e53935;
}
.additional-menu-area .sidenav .sidenav-search {
	border: 1px solid #5f5f5f;
	margin: 0 20px 10px 20px;
}
.additional-menu-area .sidenav ul li {
	border-bottom: none;
	margin-bottom: 0;
	line-height: 24px;
}
.additional-menu-area .sidenav ul li a {
	text-align: left;
	font-size: 14px;
	color: #ffffff;
	border: none;
	padding-left: 20px;
}
.additional-menu-area .sidenav ul li a:hover {
	background-color: #e53935;
}
.additional-menu-area .sidenav ul li a::before {
	font-family: 'FontAwesome';
	content: "\f105";
	padding-right: 8px;
}
.additional-menu-area .sidenav ul li > ul > li > a {
	padding-left: 40px;
}
.additional-menu-area .sidenav a {
	padding: 10px 8px 10px 10px;
	text-decoration: none;
	color: #818181;
	display: block;
	transition: all 0.5s ease-in-out;
}
.additional-menu-area .mega-menu.hide-header > ul > li {
	padding-left: 0;
}
.additional-menu-area .mega-menu.hide-header > ul > li > a {
	display: none;
}
.additional-menu-area .mega-menu.hide-header > ul > li > ul {
	display: block !important;
}
.additional-menu-area .sidenav-address {
    padding: 30px 35px;
	line-height: 24px;
	margin-top: 30px;
	border-top: 1px solid #444444;
}
.additional-menu-area .sidenav-address h3 {
	color: #ffffff;
}
.additional-menu-area .sidenav-address span {
    color: #c4c4c4;
    font-size: 15px;
    display: block;
}
.additional-menu-area .sidenav-address span a {
    color: #c4c4c4;
    padding: 0;
}
.additional-menu-area .sidenav-address span a:hover {
    color: #e53935;
}
.additional-menu-area .sidenav-social {
    margin-top: 20px;
}
.additional-menu-area .sidenav-social span {
    display: inline-block;
    padding-right: 10px;
    font-size: 18px;
}
/* Sticky Header */
.mean-container .mean-nav ul.menu {
    overflow-y: scroll;
}
.admin-bar .rt-sticky-menu {
	top: 32px;
}
.rt-sticky-menu-wrapper {
	background: #111111;
}
.rt-sticky-menu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.non-stickh .rt-sticky-menu {
	-webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
.rt-sticky-menu .main-navigation nav > ul {
	text-align: right !important;
}
.non-stickh .site-header .rt-sticky-menu .main-navigation nav > ul > li > a {
	color: #ffffff;
	padding: 19px 12px;
	-webkit-transition: all 0s ease-out;
	-moz-transition: all 0 ease-out;
	-ms-transition: all 0s ease-out;
	-o-transition: all 0s ease-out;
	transition: all 0s ease-out
}
.non-stickh .site-header .rt-sticky-menu .main-navigation nav > ul > li > a:hover {
	color: #e53935;
}
.non-stickh .site-header .rt-sticky-menu .site-branding {
	height: 60px;
}
.site-header .rt-sticky-menu .site-branding a img {
	max-width: 100px;
	padding: 7px 0;
}
.non-stickh .site-header .rt-sticky-menu .site-branding a.light-logo {
	display: block !important;
}
.header-style-5.trheader.non-stickh .site-header .rt-sticky-menu .main-navigation ul.menu > li > a,
.header-style-5.trheader .site-header .rt-sticky-menu .main-navigation nav > ul > li > a, 
.header-style-5.trheader .site-header .rt-sticky-menu .main-navigation .menu > li > a,
.header-style-5.trheader.non-stickh .site-header .rt-sticky-menu .main-navigation nav ul li a {
	color: #ffffff;
}
/* Transparent Header */
.trheader.non-stickh .site-header {
  left: 0;
  position: absolute;
  right: 0;
  z-index: 99;
}
.trheader.non-stickh .site-header .site-branding a.dark-logo {
  display: table-cell;
}
.trheader.non-stickh .site-header .site-branding a.dark-logo img {
  padding: 8px 0 0px;
}
.trheader.non-stickh .site-header .site-branding a.light-logo {
  display: none;
}
.trheader.non-stickh .site-header .site-branding a.light-logo img {
  padding: 5px 0;
}
.trheader.non-stickh .site-header .main-navigation ul.menu > li > a {
  color: #ffffff;
}
.trheader.non-stickh .site-header .header-icon-area .search-box .search-button i {
  color: #ffffff;
}
.trheader.non-stickh .site-header .header-icon-area .cart-icon-area > a {
  color: #ffffff;
}
.trheader.non-stickh .site-header .search-box .search-button i,
.trheader.non-stickh .header-icon-seperator,
.trheader.non-stickh .header-icon-area .cart-icon-area > a,
.trheader.non-stickh .additional-menu-area a.side-menu-trigger {
  color: #ffffff;
}
.trheader.non-stickh .additional-menu-area a.side-menu-trigger:hover {
  color: #e53935;
}
/*new*/
.trheader .site-header .site-branding a.light-logo {
  display: table-cell;
}
.trheader .site-header .dark-logo {
  display: none;
}
.trheader .site-header .main-navigation nav ul li a,
.trheader .site-header .main-navigation .menu > li > a {
  color: #ffffff;
}
.trheader.non-stickh .site-header .main-navigation nav ul li a,
.trheader.non-stickh .site-header .main-navigation .menu > li > a {
	color: #111111;
}
.trheader .site-header .header-icon-area .search-box .search-button i {
	color: #ffffff;
}
.trheader .site-header .header-icon-area .cart-icon-area > a {
	color: #ffffff;
}
.header-style-5.trheader .site-header .header-icon-area .cart-icon-area > a {
	color: #222222;
}
.trheader.non-stickh .header-area {
	background: #fff;
}
.trheader.stickh .header-area {
	background: transparent;
}
/*common transparent*/
.trheader .header-area {
	background: transparent;
}
.header-style-3.trheader.stickh .header-area {
	background: #ffffff;
}
/*top bar menu*/
.tophead-contact .menu {
	display: inline-flex;
}
.tophead-contact .menu .menu-item {
	position: relative;
	margin-right: 5px;
	padding: 5px 10px;
	display: block;
}
#tophead .tophead-contact ul.menu li.menu-item {
	display: block;
}
.tophead-contact .menu .menu-item:last-child {
	margin-right: 0;
}
.tophead-contact .menu .menu-item:hover .sub-menu{
	display: block;
}
.tophead-contact .menu .menu-item .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 5;
	min-width: 200px;
	background-color: #f8f8f8;
}
.tophead-contact .menu .menu-item .sub-menu .menu-item-has-children {
	position: relative;
	margin-right: 5px;
	padding: 5px 10px;
	display: block;
}
.tophead-contact .menu .menu-item .sub-menu .menu-item-has-children .sub-menu {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 5;
	min-width: 200px;
	background-color: #f8f8f8;
}
.tophead-contact .menu .menu-item .sub-menu .menu-item-has-children:hover .sub-menu {
	display: block;
}

/*-------------------------------------
#. Header Layout 2
---------------------------------------*/
.show-ad-in-mobile {
	display: none;
	text-align: center;
	margin: 10px 15px;
}
@media ( max-width: 768px ) {
	.show-ad-in-mobile {
		display: block;
	}	
}
/* Header Logo */ 
@media ( max-width: 768px ) {
	.header-style-9 .site-header .site-branding {
		margin: 0 auto;
	}
	.header-style-9 .header-icon-area {
		float: left !important;
	}
}
.site-header .site-branding a {
	display: table-cell;
	vertical-align: middle;
}
.site-header .site-branding a img {
	width: 100%;
	padding: 8px 0 8px;
}
.site-header .site-branding a.light-logo {
	display: none;
}
/* Main Navigation */
.site-header ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.site-header .main-navigation nav ul {
	text-align: right;
}
.site-header .main-navigation nav ul li {
	display: inline-block;
	position: relative;
}
.site-header .main-navigation nav ul li a {
	display: block;
	text-decoration: none;
	font-size: 15px;
	line-height: 22px;
	font-weight: 500;
	transition: all 1s ease-out 0s;
	color: #111111;
	padding: 32px 15px 32px;
	text-transform: uppercase;
	font-family: Roboto, sans-serif;
}
@media ( max-width:1024px ) {
	.site-header .main-navigation nav ul li a {
		padding: 32px 8px 32px;
	}
}
.site-header .main-navigation  nav ul li a.active {
	color: #1fa12e !important;
}
.site-header .main-navigation ul.menu > li > a:hover {
	color: #1fa12e;
}
.site-header .main-navigation ul.menu > li.current-menu-item > a,
.site-header .main-navigation ul.menu > li.current > a {
	color: #1fa12e;
}
.stickp .site-header .site-branding a img {
	padding: 3px 0;
}
/* Submenu */
.site-header .main-navigation ul li ul {
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	position: absolute;
	top: 100%;
	-webkit-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	transition: all 0.42s ease-out 0s;
	z-index: 99 !important;
	width: 210px;
	text-align: left;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.site-header .main-navigation ul li ul li ul {
    left: 210px;
    top: 0;
    width: 210px;
}
.site-header .main-navigation ul li ul.sub-menu li.menu-item-has-children:after {
	color: #fff;
	content: "\f105";
	font-family: FontAwesome;
	font-size: 16px;
	position: absolute;
	right: 6px;
	top: 10px;
}
.site-header .main-navigation ul li ul li {
	display: block;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	border-left: none;
	transition: all 0.3s ease 0s;
	background-color: #e53935;
}
.site-header .main-navigation ul li ul li:hover {
	background-color: #000000;
}
.site-header .main-navigation ul li ul li:hover > a {
	color: #ffffff;
}
.site-header .main-navigation ul li ul li:last-child {
	border-bottom: none;
}
.site-header .main-navigation ul li ul li a {
	display: block;
	color: #ffffff;
	text-transform: inherit;
	padding: 10px 15px !important;
	font-weight: 400;
	font-size: 14px;
	transition: all 0.3s ease-out 0s;
}
.site-header .main-navigation ul li ul li a:hover {
	padding-left: 18px !important;
}
.site-header .main-navigation ul > li:hover > ul {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
.header-style-2 .site-header .site-branding,
.header-style-2 .header-firstrow-right {
	display: table;
	height: 70px;
	width: 100%;
}
.header-style-2 .header-firstrow {
	padding: 20px 0 10px;
}
.header-style-2 .header-firstrow-right-contents {
  text-align: right;
  display: table-cell;
  vertical-align: middle;
}
.header-style-2 .header-firstrow-right-contents ul {
  display: inline;
}
.header-style-2 .header-contact li {
  display: inline-block;
  margin-left: 25px;
}
.header-style-2 .header-contact li a {
  color: #444444;
  font-size: 14px;
}
.header-style-2 .header-contact a:hover {
  text-decoration: underline;
}
.header-style-2 .header-contact .fa {
  color: #e53935;
  padding-right: 10px;
  font-size: 14px;
}
.header-style-2 .header-social {
  padding-left: 40px;
}
.header-style-2 .header-social li {
  display: inline-block;
  list-style: outside none none;
}
.header-style-2 .header-social li a {
  color: #444444;
  padding-left: 10px;
}
.header-style-2 .header-social li a:hover {
  color: #e53935;
}
.header-style-2 .site-header .main-navigation ul {
  text-align: left;
}
.header-style-2 .site-header .main-navigation ul li a {
  padding: 24px 30px 24px 0;
}
@media(max-width:1199px) {
	.header-style-2 .site-header .main-navigation ul li a {
		padding-right: 11px;
	}
}
.header-style-2 .cart-icon-area,
.header-style-2 .header-icon-seperator,
.header-style-2 .search-box-area,
.header-style-2 .header-icon-area .additional-menu-area {
  padding-bottom: 23px;
  padding-top: 23px;
}
.header-style-2 .header-icon-area .search-box .search-button i {
	color: #111111;
}
.header-style-2 .header-icon-area .cart-icon-area .cart-icon-num {
  top: 15px;
  right: 5px;
}
.header-style-2 .additional-menu-area a.side-menu-trigger {
	color: #111111;
}
.header-style-2 .header-icon-area .search-box .search-close {
	top: 115%;
}
.header-style-2 #tophead .tophead-social li a {
    line-height: 30px;
    height: 27px;
    width: 27px;
}

/* Sticky header */
.header-style-2.stick .header-firstrow,
.header-style-2.stick .menu-sep {
  display: none;
}
.header-style-2.stick .site-header {
  padding-top: 20px;
}
.header-style-2 .sticky-logo {
	display: none;
}
.header-style-2.stickh .sticky-logo {
	display: block;
	margin-right: 35px;
	float: left;
	margin-top: 13px;
	transition: all 0.3s ease-out 0s;
}
.header-style-2.stickh .sticky-logo img {
	width: 100px;
}
/* Transparent Header */
.topbar-style-2.trheader #tophead .tophead-social li a {
	background: #292929;
}

.header-style-2.trheader .menu-sep,
.header-style-2.trheader.non-stickh .menu-sep {
  background-color: rgba(181, 181, 181, 0.1);
}
.header-style-2.trheader .header-contact li a,
.header-style-2.trheader.non-stickh .header-contact li a,
.header-style-2.trheader .header-social li a,
.header-style-2.trheader.non-stickh .header-social li a {
  color: #fff;
}
.header-style-2.trheader .header-social li a:hover,
.header-style-2.trheader.non-stickh .header-social li a:hover {
  color: #e53935;
}
.header-style-2.trheader.stickh .header-area {
  background: #f8f8f8;
}
.header-style-2.trheader .site-header .header-icon-area .cart-icon-area > a,
.header-style-2.trheader.non-stickh .site-header .header-icon-area .cart-icon-area > a,
.header-style-2.trheader .site-header .header-icon-area .search-box .search-button i,
.header-style-2.trheader.non-stickh .site-header .header-icon-area .search-box .search-button i,
.header-style-2.trheader .site-header .main-navigation .menu > li > a,
.header-style-2.trheader.non-stickh .site-header .main-navigation .menu > li > a {
  color: #111111;
}
.header-style-2.trheader .site-header .site-branding a.light-logo,
.header-style-2.trheader.non-stickh .site-header .site-branding a.light-logo {
  display: table-cell;
}
.header-style-2.trheader .site-header .site-branding a.dark-logo,
.header-style-2.trheader.non-stickh .site-header .site-branding a.dark-logo {
  display: none;
}
.header-style-2.trheader.non-stickh .additional-menu-area a.side-menu-trigger,
.header-style-2.trheader.stickh .site-header .header-icon-area .cart-icon-area > a,
.header-style-2.trheader.stickh .site-header .header-icon-area .search-box .search-button i,
.header-style-2.trheader.stickh .site-header .main-navigation .menu > li > a {
  color: #111111;
}
/*-------------------------------------
#. Header Layout 3
---------------------------------------*/
.header-style-3 .menu-sep {
  background-color: #d0d0d0;
  margin: 0;
}
.header-style-3 .site-header .site-branding,
.header-style-3 .header-firstrow-right {
  display: table;
  height: 70px;
  width: 100%;
}
.header-style-3 .site-header .site-branding a img {
  max-height: 88px;
}
.header-style-3 .header-firstrow-right-contents {
  text-align: right;
  display: table-cell;
  vertical-align: middle;
}
.header-style-3 .header-firstrow-right-contents ul {
  display: inline;
}
.header-style-3 .header-contact li {
  display: inline-block;
  margin-left: 25px;
  font-weight: 500;
}
.header-style-3 .header-contact li a {
  color: #444444;
}
.header-style-3 .header-contact a:hover {
  text-decoration: underline;
}
.header-style-3 .header-contact .fa {
  color: #e53935;
  padding-right: 10px;
}
.header-style-3 .header-social {
  padding-left: 40px;
}
.header-style-3 .header-social li {
  display: inline-block;
  list-style: outside none none;
}
.header-style-3 .header-social li a {
  color: #444444;
  padding-left: 10px;
}
.header-style-3 .header-social li a:hover {
  color: #e53935;
}
.header-style-3 .site-header .main-navigation ul {
  text-align: left;
}
.header-style-3 .site-header .main-navigation ul li a {
  padding: 24px 15px;
}
.header-style-3 .site-header .main-navigation ul li:first-child a {
	padding-left: 0;
}
.header-style-3 .cart-icon-area,
.header-style-3 .header-icon-seperator,
.header-style-3 .search-box-area,
.header-style-3 .header-icon-area .additional-menu-area {
  padding-bottom: 23px;
  padding-top: 23px;
}
.header-style-3 .header-icon-area .cart-icon-area .cart-icon-num {
  top: 15px;
  right: 5px;
}
.header-style-3 .header-icon-area .search-box .search-button i,
.header-style-3 .additional-menu-area a.side-menu-trigger {
	color: #111111;
}
/* Sticky header */
.header-style-3.stick .header-firstrow,
.header-style-3.stick .menu-sep {
  display: none;
}
.header-style-3.stick .site-header {
  padding-top: 20px;
}
.header-style-3.stickh .menu-sep {
  background-color: transparent;
}
/* Transparent Header */

.header-style-3.trheader .menu-sep,
.header-style-3.trheader.non-stickh .menu-sep {
  background-color: rgba(181, 181, 181, 0.1);
}
.header-style-3.trheader .header-contact li a,
.header-style-3.trheader.non-stickh .header-contact li a,
.header-style-3.trheader .header-social li a,
.header-style-3.trheader.non-stickh .header-social li a {
  color: #111111;
}
.header-style-3.trheader .header-social li a:hover,
.header-style-3.trheader.non-stickh .header-social li a:hover {
  color: #e53935;
}
.header-style-3.trheader .header-area,
.header-style-3.trheader.non-stickh .header-area {
  background: transparent;
}
.header-style-3.trheader .site-header .header-icon-area .cart-icon-area > a,
.header-style-3.trheader.non-stickh .site-header .header-icon-area .cart-icon-area > a,
.header-style-3.trheader .site-header .header-icon-area .search-box .search-button i,
.header-style-3.trheader.non-stickh .site-header .header-icon-area .search-box .search-button i,
.header-style-3.trheader .site-header .main-navigation .menu > li > a,
.header-style-3.trheader.non-stickh .site-header .main-navigation .menu > li > a,
.header-style-3.trheader .additional-menu-area a.side-menu-trigger {
  color: #111111;
}
.header-style-3.trheader .site-header .site-branding a.light-logo,
.header-style-3.trheader.non-stickh .site-header .site-branding a.light-logo {
  display: table-cell;
}
.header-style-3.trheader .site-header .site-branding a.dark-logo,
.header-style-3.trheader.non-stickh .site-header .site-branding a.dark-logo {
  display: none;
}
.header-style-3.trheader.stickh .site-header .header-icon-area .cart-icon-area > a,
.header-style-3.trheader.stickh .site-header .header-icon-area .search-box .search-button i,
.header-style-3.trheader.stickh .site-header .main-navigation .menu > li > a,
.header-style-3.trheader.stickh .additional-menu-area a.side-menu-trigger {
  color: #111111;
}
.header-style-3.trheader.non-stickh .header-icon-seperator {
	color: #dcdcdc;
}
/*-------------------------------------
#. Header Layout 4
---------------------------------------*/
.header-style-4 .header-area {
	background: transparent;
}
.header-style-4 .header-full {
	background: #ffffff;
	padding: 0 30px;
}
.header-style-4 .header-firstrow {
  padding: 20px 0 15px;
}
.header-style-4 .site-header .site-branding, 
.header-style-4 .header-firstrow-right {
	display: table;
	height: 70px;
	width: 100%;
}
.header-style-4 .full-menu {
	background: #111111;
	margin: 0;
}
.header-style-4 .header-firstrow-right-contents {
    text-align: right;
    display: table-cell;
    vertical-align: middle;
}
.header-style-4 .site-header .site-branding a {
	text-align: center;
}
.header-style-4 .header-firstrow-contents {
	display: table-cell;
	vertical-align: middle;
}
.header-style-4 .header-contact li {
	display: inline-block;
	margin-right: 25px;
}
.header-style-4 .header-contact li a {
	color: #444444;
	font-size: 14px;
}
.header-style-4 .header-contact a:hover {
	text-decoration: underline;
}
.header-style-4 .header-contact .fa {
	color: #e53935;
	padding-right: 10px;
	font-size: 14px;
}
.header-style-4 .header-firstrow-contents-right {
	text-align: right;
}
.header-style-4 .header-firstrow-contents-right .header-social,
.header-style-4 .header-firstrow-contents-right .header-icon-area {
	display: inline-block;
	vertical-align: middle;
}
.header-style-4 .header-social li {
	display: inline-block;
	list-style-type: none;
}
.header-style-4 .header-social li a {
	color: #444444;
	padding-left: 10px;
}
.header-style-4 .header-social li a:hover {
	color: #e53935;
}
.header-style-4 .cart-icon-area,
.header-style-4 .header-icon-seperator,
.header-style-4 .search-box-area,
.header-style-4 .header-icon-area .additional-menu-area {
	padding-bottom: 25px;
	padding-top: 24px;
}
.header-style-4 .header-icon-area .search-box .search-close {
	top: 114%;
}
.header-style-4 .header-icon-area .search-box .search-button i,
.header-style-4 .header-icon-area .cart-icon-area > a {
	color: #ffffff;
}
.header-style-4 .header-icon-area .cart-icon-area .cart-icon-num {
	line-height: 14px;
	min-height: 18px;
	min-width: 17px;
	padding: 2px;
	right: 5px;
	top: 15px;
}
.header-style-4 .site-header .main-navigation ul {
	text-align: left;
}
.header-style-4 .site-header .main-navigation ul li a {
	color: #ffffff;
	padding-top: 26px;
	padding-bottom: 25px;
}
/* Sticky header */
.header-style-4 .sticky-logo {
	display: none;
}
.header-style-4.stickh .sticky-logo {
	display: block;
	margin-right: 35px;
	float: left;
	margin-top: 13px;
	transition: all 0.3s ease-out 0s;
}
.header-style-4.stickh .sticky-logo img {
	width: 100px;
}
/* Transparent Header */
.header-style-4.trheader .menu-sep {
  background-color: rgba(181, 181, 181, 0.1);
}
.header-style-4.trheader .header-contact li a,
.header-style-4.trheader .header-social li a {
  color: #fff;
}
.header-style-4.trheader .header-social li a:hover {
  color: #e53935;
}
.header-style-4.trheader .entry-banner {
  padding-top: 110px;
}
.header-style-4.trheader .header-full {
	background: transparent;
	padding: 0;
}
.header-style-4.trheader.stickh .header-area {
	background: transparent;
}
.header-style-4.trheader.non-stickh .site-header .main-navigation nav > ul > li > a, 
.header-style-4.trheader.non-stickh .site-header .main-navigation .menu > li > a {
    color: #ffffff;
}
.header-style-4 .ad-header-below {
	background: transparent;
	border-bottom: none;
}
.header-style-4 .ad-before-content {
	padding-top: 30px;
	padding-bottom: 0;
	background: #ffffff;
}
/*-------------------------------------
#. Header Layout 5
---------------------------------------*/
.header-style-5 .header-full {
	padding: 0 0px 5px;
}
.header-style-5 .header-firstrow {
  padding: 20px 0 10px;
}
.header-style-5 .header-firstrow-right {
	text-align: right;
}
.header-style-5 .full-menu {
	background: #111111;
	margin: 0;
}
.header-style-5 .site-header .site-branding a {
	text-align: center;
}
.header-style-5 .header-firstrow-contents {
	display: table-cell;
	vertical-align: middle;
}
.header-style-5 .header-contact li {
	display: inline-block;
	margin-right: 25px;
}
.header-style-5 .header-contact li a {
	color: #444444;
	font-size: 14px;
}
.header-style-5 .header-contact a:hover {
	text-decoration: underline;
}
.header-style-5 .header-contact .fa {
	color: #e53935;
	padding-right: 10px;
	font-size: 14px;
}
.header-style-5 .header-firstrow-contents-right {
	text-align: right;
}
.header-style-5 .header-firstrow-contents-right .header-social,
.header-style-5 .header-firstrow-contents-right .header-icon-area {
	display: inline-block;
	vertical-align: middle;
}
.header-style-5 .header-social li {
	display: inline-block;
	list-style-type: none;
}
.header-style-5 .header-social li a {
	color: #444444;
	padding-left: 10px;
}
.header-style-5 .header-social li a:hover {
	color: #e53935;
}
.header-style-5 .cart-icon-area,
.header-style-5 .header-icon-seperator,
.header-style-5 .search-box-area,
.header-style-5 .header-icon-area .additional-menu-area {
	padding-bottom: 24px;
	padding-top: 24px;
}
.header-style-5 .header-icon-area .search-box .search-close {
	top: 114%;
}
.header-style-5 .header-icon-area .search-box .search-button i {
	color: #ffffff;
}
.header-style-5 .header-icon-area .cart-icon-area .cart-icon-num {
	line-height: 14px;
	min-height: 18px;
	min-width: 17px;
	padding: 2px;
	right: 5px;
	top: 15px;
}
.header-style-5 .site-header .main-navigation ul {
	text-align: left;
}
.header-style-5 .site-header .main-navigation ul li a {
	color: #ffffff;
	padding-top: 26px;
	padding-bottom: 25px;
}
.header-style-5 .header-icon-area .cart-icon-area > a,
.header-style-5 .additional-menu-area a.side-menu-trigger span {
	color: #ffffff;
}
/* Sticky header */
.header-style-5.stickh .header-full {
	background: transparent;
	padding: 0;
}
.header-style-5.trheader .site-header .dark-logo.sticky-logo {
	/*display: block;*/
}
.header-style-5 .sticky-logo {
	display: none;
}
.header-style-5.stickh .sticky-logo {
	display: block;
	margin-right: 35px;
	float: left;
	margin-top: 13px;
	transition: all 0.3s ease-out 0s;
}
.header-style-5.stickh .sticky-logo img {
	width: 100px;
}
/* Transparent Header */
.header-style-5.trheader .header-area {
	background: transparent;
}
.header-style-5.trheader .menu-sep {
  background-color: rgba(181, 181, 181, 0.1);
}
.header-style-5.trheader .header-contact li a,
.header-style-5.trheader .header-social li a {
  color: #fff;
}
.header-style-5.trheader .header-social li a:hover {
  color: #e53935;
}
.header-style-5.trheader .entry-banner {
  padding-top: 110px;
}
.header-style-5.trheader.non-stickh .header-area {
	background: transparent;
}
.header-style-5.trheader .header-full {
	background: transparent;
	padding: 0;
}
.header-style-5.trheader .full-menu {
	background: #ffffff;
}
.header-style-5.trheader.non-stickh .site-header .main-navigation ul.menu > li > a,
.header-style-5.trheader .site-header .main-navigation nav > ul > li > a, 
.header-style-5.trheader .site-header .main-navigation .menu > li > a {
	color: #111111;
}
.header-style-5.trheader .site-header .header-icon-area .search-box .search-button i {
	color: #111111;
}
.header-style-5.trheader .additional-menu-area a.side-menu-trigger span {
	background: #111111;
}
.header-style-5 .ad-header-top {
	background: #f8f8f8;
}
.header-style-5.trheader .ad-header-below {
	background: transparent;
	border-bottom: none;
	padding-top: 15px;
}
/*-------------------------------------
#. Header Layout 6
---------------------------------------*/
.header-style-6 .site-header .main-navigation nav ul li a {
	padding: 39px 8px 39px;
}
.header-style-6 .header-icon-area .search-box .search-button i {
	color: #111111;
}
.header-style-6 .header-icon-area .cart-icon-area .cart-icon-num {
    top: 30px;
    right: 5px;
}
/*-------------------------------------
#. Header Responsive
---------------------------------------*/
@media all and (max-width: 1199px) {
  .site-header .main-navigation ul li a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media all and (max-width: 1024px) {
  .site-header .main-navigation ul li a {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media all and (max-width: 991px) {
  /* Header 1 */
  .header-icon-seperator {
    padding-left: 3px;
    padding-right: 3px;
  }
  .additional-menu-area {
    margin-left: 28px;
  }
  /* Header 5 */
  .header-menu-btn {
    display: none;
  }
  .site-header .main-navigation ul.menu > li > a {
    border-left: none;
  }
}
@media all and (max-width: 767px) {
  /* Topbar 1 */
  #tophead .tophead-contact,
  #tophead .tophead-right {
    text-align: center;
    float: none;
  }
  /* Topbar 3 */
  .topbar-style-3 #tophead .topbar-logo {
    display: none;
  }
  .topbar-style-3 #tophead .tophead-right {
    text-align: center;
  }
  /* Header 1 */
  .site-header .site-branding {
    display: block;
    height: inherit;
    padding: 20px 0;
    text-align: center;
  }
  .site-header .site-branding a {
    display: block;
    vertical-align: inherit;
  }
  .site-header .site-branding a img {
    height: 35px;
  }
  .site-header .main-navigation ul {
    text-align: center;
  }
  .site-header .main-navigation ul li a {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .header-icon-area {
    display: none;
  }
  /* Header 2 */
  .header-style-2 .masthead-container {
    padding-top: 10px;
  }
  .header-style-2 .site-header .main-navigation ul {
    text-align: center;
  }
  .header-style-2 .site-header .main-navigation ul li a {
    padding: 10px 15px;
  }
  /* Header 3 */
  .header-firstrow {
    padding: 15px 0 10px;
  }
  .site-header .site-branding,
  .header-firstrow-right {
    display: block;
    height: inherit;
  }
  .site-header .site-branding {
    padding: 0 0 10px 0px;
  }
  .site-header .site-branding a img {
    max-height: 35px;
  }
  .header-firstrow-right-contents {
    display: block;
  }
  .header-firstrow-right-contents ul {
    display: block;
    padding: 0;
    text-align: center;
  }
  .header-contact li {
    display: block;
    margin-left: 0;
  }
  .menu-sep {
    margin-bottom: 10px;
  }
  .site-header .main-navigation ul {
    text-align: center;
  }
  .site-header .main-navigation ul li a {
    padding: 10px 15px;
  }
  /* Header 4 */
  .header-firstrow-wrap {
    padding-top: 10px;
  }
  .site-header .site-branding,
  .header-firstrow {
    display: block;
    height: inherit;
    text-align: center;
    padding-top: 0;
    padding-bottom: 10px;
  }
  .header-firstrow-contents {
    display: block;
  }
  .header-contact li {
    display: block;
    margin-right: 0;
  }
  .header-firstrow-contents-right {
    text-align: center;
  }
  .header-firstrow-contents-right .header-icon-area {
    display: none;
  }
  /* Header 5 */
  .site-header .site-branding {
    float: none;
    height: inherit;
  }
  .site-header .main-navigation {
    float: none;
  }
  .site-header .main-navigation ul.menu > li > a {
    padding: 10px 15px;
    border-left: none;
  }
  .header-menu-btn {
    display: none;
  }
}
/*@media all and (max-width: 414px) {*/
@media all and (max-width: 767px) {
	.site-header .site-branding a img {
		max-height: 100% !important;
		height: 100% !important;
	}
}
/*-------------------
#. EL: Preloader css
--------------------*/
#preloader {
	overflow: visible;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999999;
	background-color: #e53935;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}
.preloader-wrap {
	height: 100%;
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.preloader-wrap .preloader-content {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.preloader-wrap .preloader-content .circle {
	text-align: center;
	background-color: #ffffff;
	border-radius: 50%;
	position: relative;
	-webkit-animation: 2s ease 0s infinite main_circle2;
	animation: 2s ease 0s infinite main_circle2;
}
.preloader-wrap .preloader-content .circle:after {
	position: absolute;
	content: "";
	border-radius: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	left: 50%;
	background: transparent;
	border: 3px solid #ffffff;
	-webkit-animation: 2s ease 0s infinite spinner2;
	animation: 2s ease 0s infinite spinner2;
}
.preloader-wrap .preloader-content .circle:before {
	position: absolute;
	content: "";
	border-radius: 50%;
	background: transparent;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	left: 50%;
	border: 3px solid #ffffff;
	-webkit-animation: 2s ease 1s infinite spinner2;
	animation: 2s ease 1s infinite spinner2;
}
@keyframes spinner2 {
  0% {
    background-color: #ffffff;
    opacity: 1;
    height: 50px;
    width: 50px;
    -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  100% {
    background-color: rgba(255, 255, 255, 0);
    height: 300px;
    width: 300px;
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
}
@keyframes main_circle2 {
  0% {
    height: 50px;
    width: 50px;
    -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  10% {
    height: 50px;
    width: 50px;
    -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  40% {
    height: 70px;
    width: 70px;
    -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  50% {
    height: 50px;
    width: 50px;
    -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  60% {
    height: 50px;
    width: 50px;
    -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  90% {
    height: 70px;
    width: 70px;
    -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  100% {
    height: 50px;
    width: 50px;
    -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
}
/*---------------------------------------------------------
#. Footer - Scroll to top, Copyright
-----------------------------------------------------------*/
.scrollToTop {
	background-color: rgb(229, 57, 53 , .4);
	bottom: 5px;
	color: #ffffff;
	display: block;
	font-size: 20px;
	height: 50px;
	padding: 10px 0 0;
	position: fixed;
	right: 20px;
	text-align: center;
	text-decoration: none !important;
	transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
	width: 50px;
	opacity: 1;
	z-index: 99999;
	border-radius: 50%;
	border: 2px solid rgb(229, 57, 53 , 1);  
}
.scrollToTop i {
	color: #ffffff;
}
.scrollToTop:hover {
	opacity: 0.9;
}
.footer-top-area {
	background-color: #000000;
	padding: 70px 0 40px;
}
@media (max-width: 1024px) {
	.footer-top-area {
		padding: 55px 0 55px;
	}
}
@media (max-width: 414px) {
	.footer-top-area {
		padding: 40px 0 40px;
	}
}
.footer-bottom-area {
	background-color: #000000;
	padding: 50px 0;
	color: #ababab;
	font-size: 15px;
	text-align: center;
	border-top: 1px solid #4d4d4d;
}
.footer-bottom-area a:link,
.footer-bottom-area a:visited {
	color: #f5f5f5;
}
.footer-bottom-area a:hover {
	text-decoration: underline;
}
.footer-logo {
	margin: 0 auto 30px;
	max-width: 210px;
}
.footer-bottom-social {
	width: 100%;
}
.footer-bottom-social ul {
	padding-left: 0;
	display: inline-flex;
	list-style: none;
}
.footer-bottom-social ul li {
	width: 100%;
	margin-bottom: 5px;
	margin-right: 5px;
}
.footer-bottom-social ul li a {
	width: 42px;
    height: 42px;
    line-height: 42px;
    background-color: #404040;
    text-align: center;
    color: #fff;
    display: block;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
@media(max-width:480px) {
	.footer-bottom-social ul li a {
		width: 34px;
		height: 34px;
		line-height: 34px;
	}
}
.footer-bottom-social ul li a:hover {
    background-color: #e53935;
    text-align: center;
    color: #fff;
    display: block;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;	
}
/*---------------------------------------------
#. Widgets - Sidebar and Footer Widgets
-----------------------------------------------*/
.search-form label {
	margin-bottom: 15px;
	display: block;
}
.search-form input.search-field {
	background-color: #f5f5f5;
	border-color: #e5e5e5;
	border-radius: 0;
	box-shadow: none;
	height: 40px;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
}
.search-form input.search-field::-webkit-input-placeholder {
	font-style: italic;
}
.search-form input.search-field:-ms-input-placeholder {
	font-style: italic;
}
.search-form input.search-field::placeholder {
	font-style: italic;
}
.search-form input.search-submit {
	background-color: #e53935;
	border: 2px solid #e53935;
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	padding: 12px 0;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.5s ease-out 0s;
	width: 200px;
	font-weight: 500;
}
.search-form input.search-submit:hover {
	background-color: #fff;
	color: #e53935;
}
.widget_search .custom-search-input .btn {
	z-index: 5;
}
.widget_search .search-form {
	padding-top: 0;
}
.widget_search input.search-submit {
	width: 100%;
}
.widget select {
	padding: 8px 10px;
	width: 100%;
}
.widget > form {
	padding-top: 10px;
}
.widget > select {
	margin-top: 10px;
}
.widget ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.widget ul li a {
	color: #444444;
	display: inline;
	transition: all 0.3s ease 0s;
}
.widget ul li a:hover {
	color: #797979;
}
.widget_recent_entries ul li span {
	display: block;
}
.elementor-widget-wp-widget-apsc_widget h5 {
    background: #111111;
    text-transform: capitalize;
    z-index: 2;
    display: inline-block;
    padding: 6px 20px 6px 20px;
    position: relative;
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1.4;
}
/*widget header style 1*/
.sidebar-widget-area .widget.title-style-1 {
	margin-bottom: 50px;
	overflow: hidden;
}
@media ( max-width: 475px ) {
	.sidebar-widget-area .widget.title-style-1 {  
	  margin-top: 60px;
	}
}
.sidebar-widget-area .widget.title-style-1 .rt-widget-title-holder {
	border-bottom: 2px solid #111111;
	margin-bottom: 30px;
}
.sidebar-widget-area .widget.title-style-1 h3.widgettitle {
	position: relative;
	padding: 8px 20px;
	background-color: #e53935;
	color: #fff;
	display: block;
	font-size: 18px;
	margin-bottom: 0;
	line-height: 1.4;
}
.sidebar-widget-area .widget.title-style-1 h3.widgettitle span {
	position: absolute;
	bottom: -10px;
	left: 10px;
	z-index: 1;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 10px solid #e53935;
}
/*widget header style 2*/
.sidebar-widget-area .widget ,
.sidebar-widget-area .widget.title-style-2 {
	margin-bottom: 50px;
	overflow: hidden;
	position: relative;
}
@media ( max-width: 475px ) {
	.sidebar-widget-area .widget,  
	.sidebar-widget-area .widget.title-style-2 {  
	  margin-top: 60px;
	}
}
.sidebar-widget-area .widget .rt-widget-title-holder ,
.sidebar-widget-area .widget.title-style-2 .rt-widget-title-holder {
	border-bottom: 2px solid #111111;
	margin-bottom: 30px;
}
.sidebar-widget-area .widget h3.widgettitle ,
.sidebar-widget-area .widget.title-style-2 h3.widgettitle {
    background: #111111;
    text-transform: capitalize;
    z-index: 2;
    display: inline-block;
    padding: 6px 20px 6px 20px;
    position: relative;
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 0px;
    line-height: 1.4;
}
.sidebar-widget-area .widget h3.widgettitle span ,
.sidebar-widget-area .widget.title-style-2 h3.widgettitle span {
	position: absolute;
    content: "";
    top: 0;
    right: -8px;
    border-top: 8px solid #111111;
    border-right: 8px solid transparent;
}
.sidebar-widget-area .widget:last-child {
  margin-bottom: 0;
}
.sidebar-widget-area .widget ul li {
  border-bottom: 1px solid #dcdcdc;
  margin: 0;
  padding: 8px 0px;
  position: relative;
}
.sidebar-widget-area .widget ul li a {
	color: #111111;
	font-size: 15px;
	transition: all 0.3s ease-out;
	font-weight: 500;
}
.sidebar-widget-area .widget ul li a:before {
	content: "\f0da";
	font-family: fontawesome;
	padding-right: 8px;
}
.sidebar-widget-area .widget ul li a:hover {
  color: #e53935;
}
.sidebar-widget-area .widget_nav_menu ul ul.sub-menu li:last-child,
.sidebar-widget-area .widget_categories ul ul.children li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.sidebar-widget-area .widget ul li.active a {
  color: #e53935;
}
.sidebar-widget-area .widget ul li.active a:before {
  content: "\f105";
  font-family: fontawesome;
  color: #e53935;
}
.sidebar-widget-area .widget ul li ul.children,
.sidebar-widget-area .widget ul li ul.sub-menu {
	border-top: 1px solid #dcdcdc;
	padding-left: 17px;
	padding-top: 0px;
	margin-top: 8px;
}
.sidebar-widget-area .widget ul li ul.children li:last-child,
.sidebar-widget-area .widget ul li ul.sub-menu li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
/*recent comment widget*/

.sidebar-widget-area .widget_recent_comments ul li.recentcomments {
  padding-bottom: 10px !important;
}
.sidebar-widget-area .widget_recent_comments ul li.recentcomments a {
  line-height: 1.2 !important;
}
.sidebar-widget-area .widget_recent_comments ul li.recentcomments > a:before {
	content: "-";
	font-size: 20px;
	position: relative;
	top: 2px;
	margin-left: 8px;
}
.sidebar-widget-area .widget_recent_comments ul li.recentcomments > span:before {
	content: "\f0da";
	font-family: fontawesome;
	font-size: 14px;
	position: relative;
	top: 0;
	color: #e53935;
	padding-right: 8px;
}

.sidebar-widget-area .widget_recent_comments ul li.recentcomments span > a:before {
	content: "";
	padding: 0;
}
.sidebar-widget-area .widget_recent_entries ul li {
	margin: 0 0 15px;
	padding: 0 0 15px;
	position: relative;
}
.sidebar-widget-area .widget_recent_entries ul li:last-child {
	margin-bottom: 0;
}
.sidebar-widget-area .widget_recent_entries ul li a {
	line-height: 1.4;
	font-size: 15px;
	font-weight: 500;
	display: block;
}
.sidebar-widget-area .widget_recent_entries ul li .post-date {
	color: #7d7d7d;
	font-size: 14px;
}
.sidebar-widget-area .widget_tag_cloud a {
	color: #444444;
	border: 1px solid #dcdcdc;
	display: inline-block;
	font-size: 16px !important;
	margin: 0 2px 4px 0;
	padding: 8px 12px;
	transition: all 0.3s ease 0s;
	font-weight: 500;
}
.sidebar-widget-area .widget_tag_cloud a:hover {
	background-color: #e53935;
	border: 1px solid #e53935;
	color: #ffffff;
}
/* #. Search layout */
.sidebar-widget-area .widget.widget_search {
	margin-bottom: 40px;
}
.sidebar-widget-area .widget_search form input {
	background: #f8f8f8;
	border: 1px solid #dcdcdc;
	border-radius: 0px;
	box-shadow: none;
	float: left;
    height: 40px;
    padding: 0 25px 0 12px;
	width: 100%;
}
.sidebar-widget-area .widget_search form button {  
	background: #111111;
	border: none;
	border-radius: 0px;
	box-shadow: none;
	color: #ffffff;
	font-size: 16px;
	position: absolute;
	top: 42px;	
	transition: all 0.5s ease;	
	padding: 8px 18px 13px 17px;
	right: 0;
}
.sidebar-widget-area .widget_search form button:hover {
	background: #e53935;
}
.mobile-header-search .custom-search-input input {
	background: #f8f8f8;
	border: 1px solid #dcdcdc;
	border-radius: 0px;
	box-shadow: none;
	float: left;
    height: 40px;
    padding: 0 25px 0 12px;
	width: 100%;
}
.mobile-header-search .custom-search-input button {  
	background: #111111;
	border: none;
	border-radius: 0px;
	box-shadow: none;
	color: #ffffff;
	font-size: 16px;
	position: absolute;
	top: 0;	
	transition: all 0.5s ease;	
	padding: 8px 18px 8px 17px;
	right: 15px;
}
.mobile-header-search .custom-search-input button:hover {
	background: #e53935;
}
.mobile-header-search .custom-search-input .btn {
    z-index: 5;
}
/*recent widget*/
.sidebar-widget-area .widget.title-style-2.rt_widget_recent_entries_with_image {
	margin-bottom: 20px;
}
.sidebar-widget-area .rt-news-box .topic-box {
	margin-top: 30px;
	position: relative;
}
.sidebar-widget-area .widget.rt-news-box .rt-widget-title-holder {
	margin-bottom: 0;
}
.rt-news-box .topic-box .widget-recent-post-title ,
.rt_widget_recent_entries_with_image .topic-box .widget-recent-post-title {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 0;
	margin-top: 10px;
}
.rt_widget_recent_entries_with_image .topic-box {
	margin-bottom: 30px;
	position: relative;
}
.rt_widget_recent_entries_with_image .topic-box .rt-wid-post-img {
	display: block;
}
.rt-news-box .topic-box .rt-wid-post-img {
	padding-bottom: 5px;
	display: block;	
}
.rt_widget_recent_entries_with_image .topic-box .widget-recent-post-title a {
	color: #111111;
}
.rt_widget_recent_entries_with_image .topic-box .widget-recent-post-title a:hover {
	color: #e53935;
}
.rt-news-box .topic-box .post-date1 ,
.rt_widget_recent_entries_with_image .topic-box .post-date1 {
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
}
.rt_widget_recent_entries_with_image .topic-box .posted-date {
	color: #757272;
	font-size: 14px;
	padding-top: 12px;
	line-height: 1.4;
}
.rt_widget_recent_entries_with_image .topic-box .posted-date i {
	padding-right: 7px;
}
.rt-news-box .topic-box .post-date1 span a ,
.rt_widget_recent_entries_with_image .topic-box .post-date1 span a {
	color: #ffffff;
}
.rt-news-box .topic-box .post-date1 span a:hover ,
.rt_widget_recent_entries_with_image .topic-box .post-date1 span a:hover {
	color: #e53935;
}
.rt-news-box .topic-box .post-date1 span ,
.rt_widget_recent_entries_with_image .topic-box .post-date1 span {	
	text-transform: uppercase;
    z-index: 2;
	display: inline-block;
	background: #111111;
	padding: 5px 12px;
	position: relative;
    color: #ffffff;
    font-size: 11px;
	font-weight: 700;
	line-height: 1.4;
}
.rt-news-box .topic-box .post-date1 span:before ,
.rt_widget_recent_entries_with_image .topic-box .post-date1 span:before {
	position: absolute;
	content: "";
	top: 0;
	right: -8px;
	border-top: 8px solid #111111;
	border-right: 8px solid transparent;	
}
/*news box*/
.rt-news-box .rt-news-box-widget {
	position: relative;
	margin-top: 30px;
}
.rt-news-box .rt-news-box-widget:last-child {
	margin-bottom: 0;
}
.rt-news-box .media a.post-img-holder {
	width: 35%;
	margin-right: 15px;
}
.rt-news-box .media-body h3 {
	font-size: 16px;
	font-weight: 500;
	margin-top: 9px;
	margin-bottom: 0px;
}
.rt-news-box .media-body .post-date ul {
	display: inline-flex;
}
.rt-news-box .media-body .post-date ul li {
	margin-top: 0px;
	padding-top: 0px;
	margin-right: 15px
}
.rt-news-box .media-body .post-date ul li:last-child {
	margin-right: 0px
}
.rt-news-box .light .topic-box .posted-date {
	color: #757272;
	font-size: 14px;
	margin-top: 8px;
}
.rt-news-box .light .topic-box .posted-date i {
	padding-right: 8px;
}
.rt-news-box .light .topic-box .widget-recent-post-title a,
.rt-news-box .light .rt-news-box-widget .media-body a,
.rt-news-box .light .media-body .post-date ul li {
	color: #111111;
}
.rt-news-box .dark .topic-box .widget-recent-post-title a,
.rt-news-box .dark .topic-box .posted-date,
.rt-news-box .dark .rt-news-box-widget .media-body a,
.rt-news-box .dark .media-body .post-date ul li {
	color: #ffffff;
}
.rt-news-box .light .topic-box .widget-recent-post-title a:hover,
.rt-news-box .dark .topic-box .widget-recent-post-title a:hover,
.rt-news-box .light .rt-news-box-widget .media-body a:hover,
.rt-news-box .dark .rt-news-box-widget .media-body a:hover {
	color: #e53935;
}
.rt-news-box .post-date-dark ul {
	line-height: 1;
}
.rt-news-box .post-date-dark ul li {
	color: #757272;
	padding: 0 0 5px 0;
	margin: 0;
	font-size: 14px;
	border: none;
}
.rt-news-box .post-date-dark ul li i {
	padding-right: 7px;
}
.rt-news-box .post-cat {
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
}
.rt-news-box .box-style-1 .post-cat,
.rt-news-box .box-style-3 .post-cat {
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
}
.rt-news-box .post-cat span a {
	color: #ffffff;
}
.rt-news-box .post-cat span a:hover {
	color: #e53935;
}
.rt-news-box .post-cat span {	
	text-transform: uppercase;
    z-index: 2;
	display: inline-block;
	background: #111111;
	padding: 5px 12px;
	position: relative;
    color: #ffffff;
    font-size: 11px;
	font-weight: 700;
	line-height: 1.4;
}
.rt-news-box .post-cat span:before {
	position: absolute;
	content: "";
	top: 0;
	right: -8px;
	border-top: 8px solid #111111;
	border-right: 8px solid transparent;	
}
/*Tab post widget*/
.sidebar-widget-area .rt-news-tab .media {
	margin-bottom: 25px;
}
.sidebar-widget-area .rt-news-tab .position-relative:last-child .media {
	margin-bottom: 0px;
}
.sidebar-widget-area .rt-news-tab .btn-tab {
    border-bottom: none;
    margin-bottom: 30px;
}
.sidebar-widget-area .rt-news-tab .btn-tab li {
    margin-bottom: 0;
	padding: 0;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
	border-bottom: none;
}
.sidebar-widget-area .rt-news-tab ul.item-inline2 li {
	width: 33.33%;
}
.sidebar-widget-area .rt-news-tab ul.item-inline2 li, ul.item2-inline li {
    display: inline-block;
}
.sidebar-widget-area .rt-news-tab ul.item-inline li, ul.item-inline2 li {
    margin-right: 3px;
    margin-bottom: 3px;
    float: left;
}
.sidebar-widget-area .rt-news-tab .btn-tab .active {
    border: 1px solid #e53935!important;
    background-color: #e53935!important;
    color: #fff!important;
}
.sidebar-widget-area .rt-news-tab .btn-tab li a:before {
	content: "";
	padding-right: 0px;
}
.sidebar-widget-area .rt-news-tab .btn-tab li a {
    background-color: #f8f8f8;
    border: 1px solid #dcdcdc;
    padding: 10px 5px;
    display: block;
    color: #111111;
    transition: all .5s ease-out;
	line-height: 20px;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
}
.sidebar-widget-area .rt-news-tab .tab-img-holder {
	width: 30%;
	margin-right: 15px;
}
.sidebar-widget-area .rt-news-tab .entry-title {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0;
	margin-top: 9px;
	line-height: 1.5;
}
.sidebar-widget-area .rt-news-tab .entry-title a {
	color: #111111;
}
.sidebar-widget-area .rt-news-tab .entry-title a:hover {
	color: #e53935;
}
.sidebar-widget-area .rt-news-tab .post-date-dark {
	line-height: 1;
}
.sidebar-widget-area .rt-news-tab .post-date-dark ul li {
	font-size: 14px;
	color: #757272;
    padding: 0 0 5px 0;
    margin: 0;	
	border: none;
}
.sidebar-widget-area .rt-news-tab .post-date-dark ul li i {
	margin-right: 7px;
}
/*about widget*/
.sidebar-widget-area .widget .corporate-address li {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.sidebar-widget-area .widget .corporate-address li i {
	color: #e53935;
	font-size: 19px;
	padding: 0px 15px 10px 0;
}
.sidebar-widget-area .widget .corporate-address li i.fa-map-marker {
	color: #e53935;
	font-size: 19px;
	padding: 0px 24px 10px 0;
}
.sidebar-widget-area .widget .corporate-address li a {
    color: #222222;
    line-height: 34px;
    font-size: 15px;
    transition: all 0.3s ease-out;
    font-weight: 400;
}
.sidebar-widget-area .widget .corporate-address li a:before {
	content: "";	
    margin-right: 0px;
}
/*Categories and Archive widget*/
.sidebar-widget-area .widget_categories ul li, 
.sidebar-widget-area .widget_archive ul li {
    text-align: right;
    width: 100%;
    float: left;
	position: relative;
}
.sidebar-widget-area .widget_categories ul li a, 
.sidebar-widget-area .widget_archive ul li a {
    float: left;
}
.sidebar-widget-area .widget_recent_entries ul li:before,
.sidebar-widget-area .widget_archive ul li:before,
.sidebar-widget-area .widget_meta ul li:before {
    content: "";
    background-color: #e53935;
    width: 0;
    height: 1px;
    left: 0;
    bottom: 0;
    transition: all .5s ease-out;
    position: absolute;
    -webkit-transition: all .5s ease-out;
}
.sidebar-widget-area .widget_recent_entries ul li:hover:before,
.sidebar-widget-area .widget_archive ul li:hover:before,
.sidebar-widget-area .widget_meta ul li:hover:before {
    width: 100%;
}
/*calendar sidebar*/
.sidebar-widget-area .widget_calendar table {
	margin: 0;
}
.sidebar-widget-area .widget_calendar table caption {
	padding-bottom: 0;
	font-weight: 500;
	color: #111111;
}
/*mail chimp sidebar*/
.mc4wp-form {
	background: #e53935;
	text-align: center;
}
.mc4wp-form .newsletter-area {
	padding: 30px 30px 50px;
}
.mc4wp-form .newsletter-area h2 {
	font-size: 24px;
	color: #fff;
	font-weight: 500;
	line-height: 1.4;
}
.mc4wp-form .newsletter-area p {
	font-size: 16px;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 12px;
}
.mc4wp-form .newsletter-area i.fa-envelope-o {
	font-size: 80px;
    color: #EC8D8B;
}
.mc4wp-response {
	overflow: hidden;
}
.mc4wp-response .mc4wp-alert,
.mc4wp-response .mc4wp-alert a  {
	color: #ffffff;
}
.stylish-input-group {
	padding-top: 15px;
	flex-wrap: inherit;
}
.stylish-input-group input {
	border: none;
	border-radius: 3px 0 0 3px;
	padding: 0 10px;
	width: 100%;
}
.stylish-input-group .form-control {
	background: #2d2d2d;
	border: none;
	box-shadow: none;
	color: #646464;
	border-radius: 0px;
	height: 39px;
	padding-left: 18px;
}
.stylish-input-group .form-control::-moz-placeholder {
	color: #646464;
}
.stylish-input-group .form-control::-webkit-input-placeholder {
	color: #646464;
}
.stylish-input-group .input-group-addon {
	border: none;
	border-radius: 0 4px 4px 0;
	padding: 0;
}
.stylish-input-group .input-group-addon button {
	background: #111111;
	border-radius: 0 4px 4px 0;
	border: none;
	box-shadow: none;
	padding: 11px 16px;
	transition: all 0.3s ease-out;
}
.stylish-input-group .input-group-addon button i {
	color: #ffffff;
}
.stylish-input-group .input-group-addon button:hover {
	background: #f8f8f8;
	opacity: 1;
}
.stylish-input-group .input-group-addon button:hover i {
	color: #111111;
}
/*Elemetor widget sidebar*/
.elementor-widget-wp-widget-categories h5 {
	display: none;
}
.rt-cat-list-widget ,
.elementor-widget-wp-widget-categories ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.rt-cat-list-widget li,
.elementor-widget-wp-widget-categories ul li {
	position: relative;
	text-align: right;
	width: 100%;
	margin-bottom: 6px;
	padding-bottom: 6px;
}
.rt-cat-list-widget li a,
.elementor-widget-wp-widget-categories ul li a {
	float: left;
	color: #444444;
}
.rt-cat-list-widget li:hover a ,
.elementor-widget-wp-widget-categories ul li:hover a {
	color: #e53935;
}
.rt-cat-list-widget li:before,
.elementor-widget-wp-widget-categories ul li:before {
    content: "";
    background-color: #e53935;
    width: 0;
    height: 1px;
    left: 0;
    bottom: 0;
    transition: all .5s ease-out;	
    position: absolute;
    -webkit-transition: all .5s ease-out;
}
.rt-cat-list-widget li:hover:before,
.elementor-widget-wp-widget-categories ul li:hover:before {
    width: 100%;
}
.rt-cat-list-widget li a:before,
.elementor-widget-wp-widget-categories ul li a:before {
	content: "\f0da";
	font-family: fontawesome;
	padding-right: 7px;
}
/*footer area start*/
.footer-top-area {
	color: #cccccc;
	font-size: 15px;
	line-height: 1.4;
}
.footer-top-area .widget {
	padding-bottom: 0px;
	width: 100%;
	float: left;
}
.footer-top-area .widgettitle {
	color: #ffffff;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 30px;
	text-transform: Capitalize;
}
.footer-top-area .widgettitle:after {
	background: #e53935;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	margin: 17px 0 23px;
	right: 0;
	top: 0;
	width: 50px;
}
.footer-top-area ul.menu li {
	display: inline-block;
	width: 48%;
	vertical-align: top;
}
.footer-top-area ul.menu li.menu-item-has-children {
	width: 100%;
}
.footer-top-area .corporate-address li {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.footer-top-area .corporate-address li i {
	color: #e53935;
	font-size: 19px;
	padding: 0px 15px 10px 0;
}
.footer-top-area .widget_archive li {
	border-bottom: 1px dotted #e53935;
}
.footer-top-area .widget_archive li a:before {
	color: #e53935;
	content: "\f054";
	font-family: fontawesome;
	margin-right: 12px;
	font-size: 10px;
	font-weight: 100;
}
.footer-top-area .widget_categories li ,
.footer-top-area .widget_pages li  {
	float: left;
	width: 50%;
	text-align: right;
	cursor: pointer;
}
.footer-top-area .widget_categories li a,
.footer-top-area .widget_pages li a {
	float: left;
}
.footer-top-area .widget_categories li a:before,
.footer-top-area .widget_pages li a:before {
}
.footer-top-area .rt_footer_social_widget .footer-social li {	
	float: left;
	margin-right: 25px;
	transition: all 0.3s ease-out 0s;
}
.footer-top-area .rt_footer_social_widget .footer-social li a {	
	display: block;
    font-size: 18px;
    padding: 3px 0 0;
    text-align: center;
    transition: all 0.3s ease-out 0s;
}
.footer-top-area .rt_footer_social_widget .footer-social li a i {
	color: #ffffff;
	transition: all 0.3s ease-out 0s;
}
.footer-top-area .rt_footer_social_widget .footer-social li:hover i {
  color: #e53935;
}
.footer-top-area .widget_tag_cloud .tagcloud {
	padding-top: 10px;
}
.footer-top-area .widget_tag_cloud a {
	border: 1px solid #ffffff;
	color: #e53935;
	display: inline-block;
	font-size: 14px !important;
	margin: 0 2px 4px 0;
	padding: 8px 15px;
	transition: all 0.3s ease 0s;
}
@media(max-width:991px) {
	.footer-top-area .widget_tag_cloud a {
		padding: 8px;
	}
}
.footer-top-area .widget_tag_cloud a:hover {
	background-color: #e53935 !important;
	color: #ffffff !important;
	border: 1px solid #e53935 !important;
}
.footer-top-area .search-form input.search-submit {
	background-color: #fff;
	color: #e53935;
}
.footer-top-area a {
	text-decoration: none;
}
.footer-top-area a:link,
.footer-top-area a:visited {
  color: #cccccc;
}
.footer-top-area a:hover,
.footer-top-area a:active {
  color: #e53935;
}
.footer-top-area ul li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-left: 1px;
	position: relative;
}
.footer-top-area ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.footer-top-area ul li ul.children,
.footer-top-area ul li ul.sub-menu {
	margin-top: 8px;
	padding-left: 4px;
	padding-top: 8px;
}
.footer-top-area ul li ul.children li :last-child,
.footer-top-area ul li ul.sub-menu li :last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.footer-top-area ul li a {
  text-decoration: none;
}
.footer-top-area ul li.recentcomments a {
	line-height: 1.2 !important;
}
.footer-top-area ul li.recentcomments a:before {
	content: "-";
	font-size: 28px;
	position: relative;
	top: 2px;
	margin-left: 12px;
	margin-right: 12px;
}
.footer-top-area ul li.recentcomments span a:before {
	content: "\f054";
	font-family: fontawesome;
	font-size: 10px;
	position: relative;
	top: 0;
}
.footer-top-area .widget_tag_cloud a {
	text-decoration: none;
}
.footer-top-area .mc4wp-success {
	margin-top: 25px;
}
.footer-top-area .widget > form.mc4wp-form {
	padding-top: 0px;
}
.footer-top-area .stylish-input-group {
	padding-top: 15px;
}
.footer-top-area .stylish-input-group .form-control {
	background: #2d2d2d;
	border: none;
	box-shadow: none;
	color: #646464;
	border-radius: 0px;
	height: 39px;
	padding-left: 18px;
}
.footer-top-area .stylish-input-group .form-control::-moz-placeholder {
	color: #646464;
}
.footer-top-area .stylish-input-group .form-control::-webkit-input-placeholder {
	color: #646464;
}
.footer-top-area .stylish-input-group .input-group-addon {
	background: #2d2d2d;
	border: none;
	border-radius: 0px;
	padding: 0;
}
.footer-top-area .stylish-input-group .input-group-addon button {
	background: #2d2d2d;
	border-radius: 0px;
	border: none;
	box-shadow: none;
	padding: 11px 16px;
	transition: all 0.3s ease-out;
}
.footer-top-area .stylish-input-group .input-group-addon button i {
	color: #e53935;
}
.footer-top-area .stylish-input-group .input-group-addon button:hover {
	background: #e53935;
	opacity: 0.7;
}
.footer-top-area .stylish-input-group .input-group-addon button:hover i {
	color: #ffffff;
}
.footer-top-area .rt-news-box .media-body .post-date-dark {
	font-size: 14px;
	margin-bottom: 12px;
}
.footer-top-area .rt-news-box .media-body .post-date-dark ul li {
	color: #aeaeae;
}
.footer-top-area .rt-news-box .media-body h3 {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 0;
}
.footer-top-area .rt-news-box .dark .rt-news-box-widget .media-body a {
	color: #cccccc;
}
.footer-top-area .rt-news-box .dark .rt-news-box-widget .media-body a:hover {
	color: #e53935;
}
.footer-top-area .rt-news-box .media a.post-img-holder {
	width: 32% !important;
}
.footer-top-area .gallery .gallery-item {
	max-width: 31.5%;
    margin: 0 5px 5px 0px;
}
.footer-top-area .gallery .gallery-item img {
	max-height: 100px;
}

/*----------------------
#. Miscellaneous
----------------------*/
.entry-banner {
	position: relative;
}
.entry-banner:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0 , 0.5);
	z-index: 1;
}
.entry-banner .entry-banner-content {
  padding: 30px 0;
  text-align: left;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
	.entry-banner .entry-banner-content {
		padding: 40px 0;
	}
}
@media (max-width: 414px) {
	.entry-banner .entry-banner-content {
		padding: 50px 0;
	}
}
.entry-banner .entry-banner-content h1 {
	line-height: 1.4;	
    font-weight: 500;
    margin-bottom: 2px;
    color: #fff;
    font-size: 30px;
}
.entry-banner .entry-banner-content h1 a {
    color: #fff;
}
.entry-banner .entry-banner-content h1 a:hover {
    color: #e53935;
}
.breadcrumb-area .entry-breadcrumb {
    padding: 5px 0 0px;
}
.breadcrumb-area .entry-breadcrumb .breadcrumb-seperator {
	padding: 0 5px;
}
.breadcrumb-area .entry-breadcrumb span a {
	color: #e53935;
	transition: all 0.3s ease-in-out 0s;
	font-size: 14px;
}
.breadcrumb-area .entry-breadcrumb span a:hover {
	color: #ffffff;
}
.breadcrumb-area .entry-breadcrumb > span:last-child {
	color: #ffffff;
	font-size: 14px;
}
.breadcrumbs-area2 .breadcrumbs-content .entry-breadcrumb > span:last-child {
	color: #757272;
}
.breadcrumbs-area2 .breadcrumbs-content .entry-breadcrumb span a:hover {
	color: #757272;
}
.breadcrumbs-area2 .breadcrumbs-content h3 {
	font-size: 18px;
	margin-bottom: 5px;
	line-height: 1.4;
}
.breadcrumbs-area2 .breadcrumbs-content h3 a {
	color: #111111;
}
.breadcrumbs-area2 .breadcrumbs-content h3 a:hover {
	color: #e53935;
}
.banner-text {
	line-height: 1.4;
}
.border-shadow.wpb_single_image img {
	-webkit-box-shadow: 0px 3px 16px 2px rgba(153,151,153,1) !important;
    -moz-box-shadow: 0px 3px 16px 2px rgba(153,151,153,1) !important;
    box-shadow: 0px 3px 16px 2px rgba(153,151,153,1) !important;
    border: 13px solid #ffffff !important;
    background: #ffffff !important;
}
.news-details-layout2 .entry-breadcrumb .current,
.post-detail-style3 .entry-breadcrumb .current,
.site-main .entry-breadcrumb .current {
	color: #111111;
}
.post-detail-style3 .banner-content .el-rt-cat.style_2 {
	position: relative;
	left: 0;
	top: 0;
	margin-bottom: 25px;
	margin-right: 15px;
}
.news-details-layout2 .post .entry-title {
	color: #111111;
}
/*new special title & category name*/
/*Style 01*/
.rt-box-title-1 {	
	position: relative;
	padding: 4px 10px;
	background-color: #e53935;
	color: #fff;
	display: inline-flex;
	align-items: center;
	margin-bottom: 25px;
	font-size: 13px;
	text-transform: uppercase;
}
.rt-box-title-1 span {
	position: absolute;
	right: -8px;
	z-index: 1;
	width: 0;
	height: 0;
	border-right: 8px solid transparent;
	border-top: 10px solid;
	border-top-color: #e53935;
	top: 0px;
}
/*Style 01*/
.rt-box-title-2 {
	position: relative;
	padding: 4px 10px;
	background-color: #e53935;
	color: #fff;
	display: inline-flex;
	align-items: center;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.rt-box-title-2 span {
	position: absolute;
	bottom: -7px;
	left: 8px;
	z-index: 1;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 10px solid #e53935;
}
@media ( min-width:1024px ) {
	.hide-desktop {
		display: none;
	}
}
.position-relative {
    position: relative;
}
.img-overlay-70:before {
    background-image: linear-gradient(transparent, #111), linear-gradient(transparent, #111);
    height: 70%;
    opacity: 0.7;
	position: absolute;
	right: 0;
	z-index: 1;
}
/*-------------------------------------
#. Buttons
---------------------------------------*/
.barta-button-1 {
  border: none;
  color: #e53935;
  padding: 13px 30px;
  background: #ffffff;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  transition: all 0.3s ease-out;
}
.barta-button-1:hover {
  color: #ffffff;
  background: #e53935;
}
.barta-button-2 {
  border: none;
  color: #ffffff;
  padding: 13px 30px;
  background: #e53935;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  transition: all 0.3s ease-out;
}
.barta-button-2:hover {
  color: #e53935;
  background: #797979;
}
.barta-button-2 i {
  font-size: 14px;
  padding-left: 10px;
}
.barta-primary-color {
  color: #e53935;
}
.btn-send-message {
	background: #e53935;
	padding: 10px 0;
	border: 2px solid #e53935;
	text-transform: capitalize;
	color: #ffffff;
	font-weight: 500;
	display: inline-block;
	width: 190px;
	transition: all 0.5s ease-out;
}
.btn-send-message:hover {
	color: #e53935;
	background: #ffffff;
	box-shadow: 0px 0px 19px -14px #e53935;
	transition: all 0.5s ease-out;
}
.btn-contact {
	background: transparent;
	padding: 10px 44px;
	border: 2px solid #ffffff;
	text-transform: capitalize;
	color: #ffffff;
	font-weight: 500;
	display: inline-block;
	border-radius: 45px;
	transition: all 0.5s ease-out;
}
.btn-contact:hover {
	color: #e53935;
	background: #ffffff;
	box-shadow: 0px 0px 19px -14px #e53935;
	transition: all 0.5s ease-out;
}
.btn-contact2 {
	background: #ffffff;
	padding: 10px 0;
	width: 180px;
	border: 2px solid #ffffff;
	text-transform: capitalize;
	color: #111111;
	font-weight: 500;
	display: block;
	text-align: center;
	margin: 0 auto;
	transition: all 0.5s ease-out;
}
.btn-contact2:hover {
	border: 2px solid #e53935;
	color: #e53935;
	background: transparent;
	box-shadow: 0px 0px 19px -14px #e53935;
	transition: all 0.5s ease-out;
}
.btn-error {
	background: #646464;
	padding: 12px 33px;
	color: #ffffff;
	border-radius: 0;
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 30px;
	border: 1px solid #646464;
	transition: all 0.5s ease-out;
}
.btn-error:hover {
	background: #5c9d01;
	color: #000000;
	transition: all 0.5s ease-out;
}
.btn-read-more {
	background: #ffffff;
	padding: 10px 44px;
	border: 1px solid #e53935;
	text-transform: capitalize;
	color: #111111;
	font-weight: 500;
	display: inline-block;
	border-radius: 45px;
	box-shadow: 0px 0px 19px -14px #e53935;
	transition: all 0.5s ease-out;
}
.btn-read-more:hover {
	color: #ffffff;
	background: #e53935;
	transition: all 0.5s ease-out;
}
.entry-content .btn-read-more-h-b {
	background: #ffffff;
	padding: 15px 30px;
	border: 1px solid #e53935;
	text-transform: capitalize;
	color: #111111 ;
	font-weight: 500;
	display: inline-block;
	border-radius: 45px;
	box-shadow: 0px 0px 19px -14px #e53935;
	transition: all 0.5s ease-out;
}
.entry-content .btn-read-more-h-b:hover {
	color: #ffffff;
	background: #111111;
	border: 1px solid #111111;
	box-shadow: none;
	transition: all 0.5s ease-out;
}
/*btn-square-transparent == ghost button*/
.btn-square-transparent {
	background: transparent;
	/*padding: 10px 30px 12px;*/
	border: 2px solid #e53935;
	text-transform: capitalize;
	color: #e53935;
	display: inline-block;
	box-shadow: 0px 0px 19px -14px #e53935;
	transition: all 0.5s ease-out;
	border-radius: 0px;
	font-weight: 500;
	font-size: 16px;
	padding: 13px 28px;
	margin: 0 auto;
	cursor:pointer;
}
.entry-content .btn-square-transparent.more {
    color: #e53935;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}
.entry-content .btn-square-transparent.more:hover {
    color: #ffffff;
	background: #e53935;
}
.btn-square-transparent:hover {
	color: #ffffff;
	background: #e53935;
	transition: all 0.5s ease-out;
}
.btn-slider-fill {
	background: #e53935;
	padding: 18px 40px;
	border: 2px solid #e53935 !important;
	text-transform: capitalize;
	color: #ffffff !important;
	font-weight: 500;
	border-radius: 45px;
	transition: all 0.5s ease-out;
	font-size: 16px;
}
.btn-slider-fill:hover {
	color: #ffffff !important;
	background: transparent;
	transition: all 0.5s ease-out;
}
@media (max-width: 1440px) {
  .btn-slider-fill {
    padding: 12px 25px;
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .btn-slider-fill {
    padding: 12px 30px;
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .btn-slider-fill {
    padding: 12px 30px;
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .btn-slider-fill {
    padding: 6px 14px;
    font-size: 11px;
  }
}
.entry-content .btn-slider {
	background: transparent;
	padding: 18px 40px;
	border: 2px solid #ffffff !important;
	text-transform: capitalize;
	color: #ffffff ;
	font-weight: 500;
	border-radius: 45px;
	transition: all 0.5s ease-out;
	font-size: 16px;
}
.entry-content .btn-slider:hover {
	color: #ffffff;
	background: #e53935;
	transition: all 0.5s ease-out;
	border: 2px solid #e53935 !important;
}
@media (max-width: 1440px) {
  .entry-content .btn-slider {
    padding: 12px 25px;
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .entry-content .btn-slider {
    padding: 12px 30px;
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .entry-content .btn-slider {
    padding: 12px 30px;
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .entry-content .btn-slider {
    padding: 6px 14px;
    font-size: 11px;
  }
}
.btn-submit {
	background: #e53935;
	padding: 10px 44px 12px;
	border: none;
	text-transform: capitalize;
	color: #ffffff;
	font-weight: 500;
	display: inline-block;
	border-radius: 45px;
	transition: all 0.5s ease-out;
	height: auto !important;
}
.btn-submit:hover {
	color: #ffffff;
	background: #111111;
	transition: all 0.5s ease-out;
}
.btn-quote {
	background: #e53935;
	padding: 10px 44px;
	border: 2px solid #ffffff;
	text-transform: capitalize;
	color: #ffffff;
	font-weight: 500;
	display: inline-block;
	transition: all 0.5s ease-out;
}
.btn-quote:hover {
	background: #111111;
	color: #ffffff !important;
	box-shadow: 0px 0px 19px -14px #e53935;
	transition: all 0.5s ease-out;
}
.btn-quote2 {
	background: #e53935;
	padding: 12px 44px;
	text-transform: capitalize;
	color: #ffffff;
	font-weight: 500;
	display: inline-block;
	transition: all 0.5s ease-out;
}
.btn-quote2:hover {
	background: #111111;
	color: #ffffff !important;
	box-shadow: 0px 0px 19px -14px #e53935;
	transition: all 0.5s ease-out;
}
.btn-submit2 {
	background: #ffffff !important;
	padding: 10px 44px !important;
	border: 2px solid #ffffff;
	text-transform: capitalize;
	color: #111111 !important;
	font-weight: 500;
	display: inline-block;
	border-radius: 45px;
	transition: all 0.5s ease-out;
}
.btn-submit2:hover {
  color: #ffffff !important;
  background: #111111 !important;
  box-shadow: 0px 0px 19px -14px #e53935;
  transition: all 0.5s ease-out;
}
.solid-title {
  text-transform: uppercase;
  color: #111111;
  position: relative;
  margin-bottom: 3px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
}
.solid-title:before {
  content: "";
  height: 1px;
  width: 60%;
  background: #d6d6d6;
  position: absolute;
  right: 0;
  top: 28px;
}
.entry-content .shop-button {
	background: #e53935;
	color: #fff;
	padding: 14px;
}
.wp-block-button__link {
    border-radius: 0px;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;	
	padding: 12px 25px;
    border: 2px solid #e53935;
    background-color: #e53935;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    transition: all .5s ease-out;	
}
.wp-block-button__link:hover {
    background-color: transparent !important;
    color: #e53935 !important;
}
/*----------------------
#. EL: Stay Connected css
------------------------*/
.apsc-theme-1 .apsc-each-profile {
	width: 23.5%;
	min-height: 72px;
	margin: 0 5px 0 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.apsc-theme-1 .apsc-each-profile {
		width: 23%;
	}
}
@media (max-width: 320px) {
	.apsc-theme-1 .apsc-each-profile {
		width: 23%;
	}
}
.apsc-theme-1 .apsc-each-profile:last-child {
	margin-right: 0;
}
.apsc-theme-1 .apsc-each-profile a {
	border-radius: 0;
	box-shadow: none;
	padding: 23px 10px;
}
.apsc-theme-1 .social-icon .fa {
	font-size: 30px;
}
.apsc-theme-2 .apsc-each-profile {
    float: left;
    min-height: 83px;
    text-align: center;
    width: 23.8%;
    margin: 0 5px 0 0;	
}
.apsc-theme-2 .apsc-each-profile:last-child {
	margin-right: 0;
}
.apsc-theme-2 .apsc-each-profile a {
	border-radius: 0;
	box-shadow: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .apsc-theme-2 .apsc-each-profile {
    width: 23.5%;
  }
}
@media (max-width: 320px) {
	.apsc-theme-2 .apsc-each-profile {
		width: 23.5%;
	}
}
.apsc-theme-3 .apsc-each-profile {
	margin: 0 5px 5px 0;
	width: 48.5%;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.apsc-theme-3 .apsc-each-profile {
		width: 48%;
	}
}
.apsc-theme-3 .apsc-count {
	position: absolute;
	top: 1px;
	right: 1px;
	bottom: 1px;
	padding: 5px 10px;
}
.apsc-theme-3 .apsc-each-profile a {
	padding: 5px;
}
.apsc-theme-3 .social-icon {
	min-width: 128px;
}
@media(max-width: 767px) {
	.apsc-theme-3 .apsc-each-profile a {
		display: block;
	}
	.apsc-theme-3 .apsc-each-profile {
		width: 100%;
	}
}
.post-detail-style2 .apsc-theme-2 .apsc-each-profile {
	float: left;
    min-height: 78px;
    text-align: center;
    width: 66px;
    margin: 3px;	
}
/*-------------------------------------
#. Contents
---------------------------------------*/
.entry-content .wpb_layerslider_element a.layerslider-button {
	color: #ffffff !important;
	background: #e53935;
	opacity: 1;
	padding: 15px 30px;
}
.entry-content .wpb_layerslider_element a.layerslider-button:hover {
  opacity: .7;
}
/*-------------------------------------
#. Single Content
---------------------------------------*/
.content-area {
	padding: 70px 0;
}
#primary.content-area {
	overflow: hidden;
}
.entry-header .entry-thumbnail-area {
	margin-bottom: 35px;
}
.entry-header .entry-meta {	
}
.entry-header .entry-category {
	margin-bottom: 5px;
}
.entry-header .entry-date {
	list-style: none;
}
.entry-header .entry-date ul {
	list-style: none;
	padding-left: 0px;
}
.entry-header .entry-date ul li {
	display: flex;
}
.entry-header .entry-date ul li i {
	font-size: 22px;
    color: #f80136;
    line-height: 1.2;
    padding-top: 0px;
    margin-top: -2px;	
	margin-right: 10px;
}
.entry-header .entry-meta ul {
	padding-left: 0px;
	margin: 0 0 15px 0;
}
.entry-header .entry-meta ul li {
	display: inline-block;
	margin-right: 20px;
	color: #757272;
}
@media ( max-width:475px ) {
	.entry-header .entry-meta ul li {
		margin-bottom: 10px;
	}
}
.entry-header .entry-meta ul li:last-child {
	margin-right: 0;
}
.entry-header .entry-meta ul li a {
	color: #444444;
}
.entry-header .entry-meta ul li a:hover {
	color: #e53935;
}
.entry-header .entry-meta .entry-cat-tag {
	margin-bottom: 5px;
}
.entry-header .entry-meta .entry-cat-tag .ui-cat {
	position: relative;
    padding: 0 0 .4rem 0;
    overflow: hidden;
}
.ui-cat-tag {
    padding: .3rem 1.5rem .3rem 1rem;
    position: relative;
    z-index: 1;
    display: inline-block;
    color: #ffffff;
    background: #9575cd;
	margin: 0 5px 5px 0;
}
.ui-cat-tag a {
    color: #ffffff !important;
}
.ui-cat-tag a:hover {
    color: #ffffff !important;
}
.ui-cat-tag .r1, .ui-cat-tag .r2, .ui-cat-tag .r3 {
    content: '';
    border-top: solid 1.44rem transparent;
    border-bottom: solid 1.44rem transparent;
}
.ui-cat-tag .r1, .ui-cat-tag .r2, .ui-cat-tag .r3 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
}
.ui-cat-tag .r2 {
	top: 3px;
	border-bottom-width: 1.368rem;	
}
.ui-cat-tag .r3 {
	top: 0px;
    border-top-width: 18px;
    border-right: solid 13px #ffffff;
    border-bottom-width: 19px;
}
.entry-post-meta {
	margin-bottom: 20px;
	color: #757272;
}
.entry-post-meta .text-right {
	padding-top: 6px;
	padding-left: 0;
}
@media(max-width:480px) {
	.entry-post-meta .text-right {
		padding-left: 15px;
		text-align: left !important;
	}
	.post-detail-style1 .entry-title {
		font-size: 24px;
	}
}
.entry-post-meta span {
	margin-right: 8px;
}
.entry-post-meta span:last-child {
	margin-right: 0px;
}
.entry-post-meta span.date.meta-item {
	margin-left: 20px;
}
.entry-post-meta .post-author a {
	color: #757272;
}
.entry-post-meta .post-author a:hover {
	color: #e53935;
}
.entry-post-meta .post-author a.author-social {
	color: #757272;
	padding: 0 2px;
}
.entry-post-meta .meta-views.meta-item.high i {
	color: #f3711b;
}
.entry-post-meta .meta-views.meta-item.very-high i {
	color: #f12d29;
}
.entry-post-meta img.avatar {
	border-radius: 50%;
	margin-right: 15px;
}
.post-detail-style1 .ad-before-content {
	padding: 0 0 30px;
}
.post-detail-style1 .ad-after-content {
	padding-left: 0;
	padding-right: 0;
}
.post-detail-style1 .entry-title {
	margin-bottom: 20px;
}
/*single layout 2*/
.post-detail-style2 .content-area {
	background: #f8f8f8;
}
.post-detail-style1 .entry-thumbnail-area,	
.post-detail-style2 .entry-thumbnail-area,
.post-detail-style3 .entry-thumbnail-area{
	text-align: center;
}
.post-detail-style2 .rt-news-box .media a.post-img-holder {
    width: 45%;
}
.post-detail-style2 .single-2-cats {	
	position: absolute;
	top: 20px;
	left: 20px
}
.post-detail-style2 .single-2-cats .el-rt-cat.style_2 {
	position: relative;
	top: 0px;
	left: 0px
}
.post-detail-style2 .single-2-cats a {	
	margin-right: 10px;
}
.post-detail-style2 .cat-holder {
	position: relative;
	display: inline-block;
	margin-right: 15px;
}
.news-details-layout2 .cat-holder-text {
	position: relative;
	color: #fff;
	height: 26px;
	padding: 0 15px;
	line-height: 27px;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	z-index: 2;
}
.news-details-layout2 .cat-holder:before {
    border-right: 8px solid transparent;
    border-top: 8px solid #e53935;
}
.news-details-layout2 .cat-holder:before {
	z-index: 1;
	content: "";
	top: 0;
	right: -8px;
	position: absolute;
	width: 0;
	height: 0
}
.news-details-layout2 .cat-holder:after {
	content: "";
	height: 100%;
	width: 100%;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}
.news-details-layout2 .post-info {
	left: 30px;
	padding-right: 30px;
	position: absolute;
	z-index: 7;
	bottom: 60px;
}
.news-details-layout2 .entry-title {
	color: #ffffff;
	font-size: 34px;
	font-weight: 500;
}
@media(max-width: 480px) {
	.news-details-layout2 .post-info {
		bottom: 18px;
		left: 20px;
	}
	.news-details-layout2 .entry-title {
		font-size: 18px;
	}
}
.news-details-layout2 .post-2-no-img-meta .entry-title {
	color: #111111;
	margin-bottom: 20px;
}
.news-details-layout2 .post-info-light ul.entry-meta {
	margin-bottom: 20px;
}
.news-details-layout2 .post-info-light ul li,
.news-details-layout2 .post-info-light ul li a {
	color: #757272;
}
.news-details-layout2 .post-info-light ul li a:hover {
	color: #e53935;
}
.news-details-layout2 .entry-meta {
	margin-bottom: 10px;
    padding: 0;
}
.news-details-layout2 .entry-meta li {
    display: inline-block;
    line-height: 1;
    padding-right: 20px;
	color: #ffffff;
}
@media(max-width: 480px) {
	.news-details-layout2 .entry-meta li {
		padding-right: 10px;
	}
}
.news-details-layout2 .entry-meta li i {
	margin-right: 10px;
}
.news-details-layout2 .entry-meta li a {
	color: #ffffff;
}
.news-details-layout2 .entry-meta li a:hover {
	color: #e53935;
}
.news-details-layout2 .entry-content {
    border-top: none;
    padding-top: 0px;
}
.news-details-layout2 .sidebar-widget-area {
	background: #fff;
	margin-top: 30px;
	padding: 30px;
}
.post-detail-style2 .post-detail-holder {
	margin-top: 30px;
	padding: 30px 30px 1px;
	background: #fff;
	-webkit-box-shadow: 0 1px 0px 0 rgba(211,211,211,.75);
	-moz-box-shadow: 0 1px 0px 0 rgba(211,211,211,.75);
	box-shadow: 0 1px 0px 0 rgba(211,211,211,.75);
}
.post-detail-style2 .post-navigation  {
	margin-top: 50px;
	margin-bottom: 50px;
}
.post-detail-style2 .related-post {
	background: #ffffff;	
    padding: 30px 33px 10px;
	border: none;
}
.post-detail-style2 .about-author {
	background: #ffffff;	
    padding: 30px 33px 30px;
	border: none;
	-webkit-box-shadow: 0 1px 0px 0 rgba(211,211,211,.75);
	-moz-box-shadow: 0 1px 0px 0 rgba(211,211,211,.75);
	box-shadow: 0 1px 0px 0 rgba(211,211,211,.75);
}
.post-detail-style2 .rt-related-post {
	background: #ffffff;	
    padding: 30px 30px 30px;
	border: none;
	-webkit-box-shadow: 0 1px 0px 0 rgba(211,211,211,.75);
	-moz-box-shadow: 0 1px 0px 0 rgba(211,211,211,.75);
	box-shadow: 0 1px 0px 0 rgba(211,211,211,.75);
}
.post-detail-style2 .comments-area {
	margin-top: 40px;
}
.post-detail-style2 .each-comment {
	background: #ffffff;	
    padding: 30px;
	-webkit-box-shadow: 0 1px 0px 0 rgba(211,211,211,.75);
	-moz-box-shadow: 0 1px 0px 0 rgba(211,211,211,.75);
	box-shadow: 0 1px 0px 0 rgba(211,211,211,.75);
}
.post-detail-style2 .comment-respond form {
	background: #ffffff;
    padding: 30px;
	-webkit-box-shadow: 0 1px 0px 0 rgba(211,211,211,.75);
	-moz-box-shadow: 0 1px 0px 0 rgba(211,211,211,.75);
	box-shadow: 0 1px 0px 0 rgba(211,211,211,.75);
}
.post-detail-style2 .ad-before-content {
	padding: 30px 15px 0;
}
.post-detail-style2 .ad-after-content {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-top: 10px;
}
/*news detail page 3*/
.post-detail-style3 .banner-content ul.post-info-dark {
	margin-bottom: 0;
}
.post-detail-style3 .content-area {
	padding-top: 0px !important;
}
.post-detail-style3 .entry-content {
	padding-top: 0px !important;
	border: none;
}
.post-detail-style3 .content-holder {
	margin-top: 40px;
}
.post-detail-style3 .breadcrumbs-area2 {
    display: block;
    padding: 33px 0;
    text-align: left;
    background-color: #f8f8f8;
}
.post-detail-style3 .breadcrumbs-area2 .breadcrumbs-content h2 {
	text-transform: capitalize;
	font-weight: 500;
	margin-bottom: 2px;
	color: #111;
	font-size: 28px
}
.post-detail-style3 .breadcrumbs-area2 .breadcrumbs-content ul li {
	display: inline-block;
	color: #e53935
}
.post-detail-style3 .breadcrumbs-area2 .breadcrumbs-content ul li a {
	font-family: Poppins, sans-serif;
	font-size: 14px;
	color: #9d9c9c;
	transition: all .5s ease-out
}
.post-detail-style3 .breadcrumbs-area2 .breadcrumbs-content ul li a:hover {
	color: #e53935
}
.post-detail-style3 .ad-before-content {
	padding: 30px 15px 0;
}
.post-detail-style3 .ad-after-content {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-top: 10px;
}
.post-detail-style3 .post-3-no-img-meta .inner-banner-title {
	margin-bottom: 15px;
}
.post-detail-style3 .post-3-no-img-meta ul.post-info-light li,
.post-detail-style3 .post-3-no-img-meta ul.post-info-light li a {
	color: #757272;
	font-weight: 400;
}
.post-detail-style3 .post-3-no-img-meta ul.post-info-light li a:hover {
	color: #e53935;
}
/*if no banner*/
.post-detail-style3 .entry-meta {
	margin-bottom: 45px;
    padding: 0;
}
.post-detail-style3 .entry-meta li {
    display: inline-block;
    line-height: 1;
    padding-right: 20px;
	color: #111111;
}
@media(max-width: 480px) {
	.post-detail-style3 .entry-meta li {
		padding-right: 10px;
	}
}
.post-detail-style3 .entry-meta li i {
	margin-right: 10px;
}
.post-detail-style3 .entry-meta li a {
	color: #111111;
}
.post-detail-style3 .entry-meta li a:hover {
	color: #e53935;
}
/*if no banner ends*/
.post-detail-style3 .sidebar-widget-area .rt-news-tab .btn-tab li a,
.post-detail-style2 .sidebar-widget-area .rt-news-tab .btn-tab li a {
	font-size: 13px;
}
.inner-page-banner {
	position: relative
}
.inner-page-banner .container {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 50px;
	z-index: 7;	
}
.post-detail-style3 .inner-page-banner .container {	
	text-align: left;
}
.inner-page-banner .container .banner-content .inner-banner-title {
	font-size: 40px;
	line-height: 48px;
	color: #fff;
	margin-bottom: 25px
}

@media only screen and (max-width:1199px) {
	.inner-page-banner .container .banner-content .inner-banner-title {
		font-size: 36px;
		line-height: 40px
	}
}
@media only screen and (max-width:991px) {
	.inner-page-banner .container .banner-content .inner-banner-title {
		font-size: 32px;
		line-height: 36px;
		margin-bottom: 15px
	}
}
@media only screen and (max-width:767px) {
	.inner-page-banner .container .banner-content .inner-banner-title {
		font-size: 26px;
		margin-bottom: 0;
		line-height: 32px
	}
}
@media only screen and (max-width:575px) {
	.inner-page-banner .container {
		bottom: 20px
	}
	.inner-page-banner .container .banner-content .inner-banner-title {
		font-size: 20px;
		line-height: 26px
	}
}
 ul.post-info-dark {
	 padding-left: 0;
}
ul.post-info-dark li i {
	margin-right: 15px;
}
ul.post-info-dark li {
	margin-right: 20px;
	border-right: 2px solid #dcdcdc;	
    display: inline-block;
    padding-right: 20px;
    line-height: 1;
	color: #ffffff;
}
@media(max-width:768px) {
	ul.post-info-dark li {
		margin-right: 10px;
		padding-right: 10px;
	}
}
ul.post-info-dark li:last-child {
	border-right: 0
}
ul.post-info-dark li:first-child a {
	font-weight: 500
}
ul.post-info-dark li a {
	color: #fff;
	transition: all .5s ease-out
}
ul.post-info-dark li a:hover,
ul.post-info-dark li span {
	color: #ffffff
}
ul.post-info-dark li a i {
	margin-right: 15px
}
/*Light*/
 ul.post-info-light {
	 padding-left: 0;
}
ul.post-info-light li i {
	margin-right: 15px;
}
ul.post-info-light li {
	margin-right: 20px;
	border-right: 2px solid #dcdcdc;	
    display: inline-block;
    padding-right: 20px;
    line-height: 1;
	color: #222222;
}
ul.post-info-light li:first-child a {
	font-weight: 500
}
ul.post-info-light li:last-child {
	border-right: 0
}
ul.post-info-light li a {
	color: #222222;
	transition: all .5s ease-out
}
ul.post-info-light li a i {
	margin-right: 15px
}
/*content social button*/
.share-links {
	padding-bottom: 20px;
}
.share-links .fa {
  font-size: 15px;
}
.share-links .share-title {
  padding-right: 5px;
  display: inline-block;
  float: left;
  line-height: 40px;
  font-size: 12px;
  margin: 2px 0;
}
.share-links .share-title .fa {
  margin-right: 5px;
  font-size: 14px;
}
.share-links.icons-text .share-title {
  line-height: 30px;
}
.share-links a {
  display: inline-block;
  margin: 2px;
  height: 40px;
  overflow: hidden;
  color: #ffffff !important;
  background: #444444;
  position: relative;
  transition: 0.3s;
  border-radius: 0px;
  width: 42.7px;
}
.share-links a:hover {	
  color: #ffffff !important;
}
.share-links a.large-share-button {
  width: auto;
}
.share-links a .fa {
  width: 40px;
  height: 40px;
  float: left;
  display: block;
  text-align: center;
  line-height: 40px;
}
.share-links a .social-text {
  border: 0 solid rgba(255, 255, 255, 0.3);
  border-left-width: 1px;
  padding-left: 15px;
  height: 20px;
  float: left;
  margin-top: 10px;
  padding-right: 25px;
  font-size: 12px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
}
.share-links a:hover {
  opacity: 0.8;
  color: #fff;
}
.share-links.icons-text .large-share-button {
  height: 30px;
}
.share-links.icons-text .large-share-button .social-text {
  padding-left: 6px;
  padding-right: 8px;
  height: 20px;
  margin-top: 5px;
  line-height: 20px;
  font-size: 10px;
}
.share-links.icons-text .large-share-button .fa {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .share-links .social-text {
    display: none;
  }
}
@media (max-width: 479px) {
  .share-links .share-title {
    display: none;
  }
}
.share-links a.facebook-share-button {
	background: #5d82d1;
}
.share-links a.twitter-share-button {
	background: #40bff5;
}
.share-links a.google-share-button {
	background: #eb5e4c;
}
.share-links a.linkedin-share-button {
	background: #238cc8;
}
.share-links a.pinterest-share-button {
	background: #e13138;
}
.share-links a.reddit-share-button {
	background: #ff4500;
}
.share-links a.stumbleupon-share-button {
	background: #eb4924;
}
.share-links a.tumblr-share-button {
	background: #35465c;
}
.share-links a.vk-share-button {
	background: #45668e;
}
.share-links a.odnoklassniki-share-button {
	background: #ee8208;
}
.share-links a.pocket-share-button {
	background: #ef4056;
}
.share-links a.whatsapp-share-button {
	background: #43d854;
}
.share-links a.telegram-share-button {
	background: #0088cc;
}
.share-links a.viber-share-button {
	background: #773ead;
}
.share-links a.viber-share-button .fa {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.share-links a.email-share-button {
	background: #333333;
}
/*post footer share buttons*/
.post-share-area {
	padding: 20px;
	background-color: #f8f8f8;
	margin-bottom: 40px;
	margin-top: 40px;
	-webkit-box-shadow: 0 1px 0px 0 rgba(211,211,211,.75);
    -moz-box-shadow: 0 1px 0px 0 rgba(211,211,211,.75);
    box-shadow: 0 1px 0px 0 rgba(211,211,211,.75);
}
.post-share-area p {
	font-size: 16px;
	font-weight: 500
}
.post-footer-share .share-links a.large-share-button {
	width: 42.7px;
}
.post-footer-share .share-links {
    padding-bottom: 0px;
}
.post-share-area ul.social-default li a.facebook {
	background: #516eab;
	border: 2px solid #516eab;
	transition: all .3s ease-out
}
.post-share-area ul.social-default li a.google,
.post-share-area ul.social-default li a.twitter {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out
}
.post-share-area ul.social-default li a.facebook:hover {
	background: 0 0;
	color: #516eab
}
.post-share-area ul.social-default li a.twitter {
	background: #29c5f6;
	border: 2px solid #29c5f6;
	transition: all .3s ease-out
}
.post-share-area ul.social-default li a.twitter:hover {
	background: 0 0;
	color: #29c5f6
}
.post-share-area ul.social-default li a.google {
	background: #eb4026;
	border: 2px solid #eb4026;
	transition: all .3s ease-out
}
.post-share-area ul.social-default li a.pinterest,
.post-share-area ul.social-default li a.rss {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out
}
.post-share-area ul.social-default li a.google:hover {
	background: 0 0;
	color: #eb4026
}
.post-share-area ul.social-default li a.pinterest {
	background: #ca212a;
	border: 2px solid #ca212a;
	transition: all .3s ease-out
}
.post-share-area ul.social-default li a.pinterest:hover {
	background: 0 0;
	color: #ca212a
}
.post-share-area ul.social-default li a.rss {
	background: #ef6c00;
	border: 2px solid #ef6c00;
	transition: all .3s ease-out
}
.post-share-area ul.social-default li a.rss:hover {
	background: 0 0;
	color: #ef6c00
}
.post-share-area ul.social-default li a.linkedin {
	background: #1976d2;
	border: 2px solid #1976d2;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.blog-post-slider .prev-article,
.post-share-area ul.social-default li a {
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	display: block
}
.post-share-area ul.social-default li a.linkedin:hover {
	background: 0 0;
	color: #1976d2
}
.post-share-area ul.social-default li:last-child {
	margin-right: 0
}
.post-share-area ul.social-default li a {
	height: 44px;
	line-height: 42px;
	width: 48px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	transition: all .5s ease-out
}
.entry-content {
    padding-top: 20px;	
	border-top: 1px solid #d7d7d7;
}
.page .entry-content {
    padding-top: 0px;	
	border-top: none;
}
.entry-footer {
	border-top: 1px solid #d7d7d7;
	margin-top: 15px;
	padding-top: 40px;
}
.entry-footer .entry-footer-meta {
	margin-bottom: 40px;
}
.entry-footer .item-tags {
	padding-left: 0;
	display: flex;
}
.entry-footer .item-tags .tag_styles {
    list-style: none;
    padding: 0;
    margin-top: 0px;
	margin-bottom: 0px;
}
.entry-footer .item-tags .tag_styles li {
	font-size: 13px;
	margin-right: 3px;
	margin-bottom: 1px;
	margin-top: 1px;
	display: inline-block;
}
.entry-footer .item-tags span {	
	font-size: 14px;
	font-weight: 400;
	padding-right: 10px;
	border: 1px solid #e53935;
	padding: 3px 10px;
	color: #fff;
	margin-right: 5px;
	background: #e53935;
	display: flex;
	align-items: center;	
}
.entry-footer .item-tags a {
	border: 1px solid #dcdcdc;
	display: block;
	padding: 3px 10px;
	color: #444;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;	
}
.entry-footer .item-tags a:hover {
	background: #222222;	
	border: 1px solid #222222;
	color: #ffffff;
}
.rt-drop {
	color: #e53935;
	float: left;
	font-family: Georgia;
	font-size: 75px;
	line-height: 60px;
	padding-top: 4px;
	padding-right: 8px;
	padding-left: 3px;
}
.about-author {	
	padding: 35px;
	margin-bottom: 40px;
	margin-top: 40px;
	border-radius: 0px;
	border: 1px solid #dcdcdc;
}
.about-author .pull-left {
	padding-right: 20px;
}
.about-author .pull-left img {
	border-radius: 50%;
}
.about-author .media-body .author-title {
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: 500;
	line-height: 1.4;
}
.about-author .media-body .author-title a {
	color: #111111;
}
.about-author .media-body .author-title a:hover {
	color: #e53935; 
}
.about-author .media-body .author-designation {
	margin-bottom: 10px;
	font-size: 14px;
	color: #757272;
}
.about-author ul.author-box-social {
	list-style: none;
	margin: 12px 0 0 0;
	padding: 0;
	text-align: left;
}
.about-author ul.author-box-social li {
	display: inline-block;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    border: 1px solid #dcdcdc;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out
}
.about-author ul.author-box-social li:hover {
	border: 1px solid #e53935;
	background: #e53935;
}
.about-author ul.author-box-social li:last-child {
	margin-right: 0px;
}
.about-author ul.author-box-social a {
	font-size: 15px;
	color: #e53935;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out
}
.about-author ul.author-box-social a:hover {
	color: #ffffff;
}
/*next post & prev post*/
.post-navigation {
	padding: 0px;
	margin-top: 40px;
	margin-bottom: 40px;
}
.post-navigation .post-nav-title {
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 0;
}
.post-navigation .text-left {
	padding-right: 15px;
}
.post-navigation .text-right {
	padding-left: 15px;
}
.post-navigation .post-nav-title a {
	color: #111;
}
.post-navigation .post-nav-title a:hover {
	color: #e53935;
}
.post-navigation .prev-article {
	color: #757272;
	margin-bottom: 10px;
	display: block;
	transition: all .5s ease-out
}
.post-navigation .next-article,
.post-navigation .prev-article i {
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out
}
.post-navigation .prev-article i {
	margin-right: 10px;
	color: #e53935;
	font-size: 20px;
	transition: all .5s ease-out
}
.post-navigation .prev-article:hover {
	color: #e53935
}
.post-navigation .next-article {
	color: #757272;
	margin-bottom: 10px;
	display: block;
	transition: all .5s ease-out
}
.post-navigation .next-article i {
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out
}
.post-navigation .next-article i {
	margin-left: 10px;
	color: #e53935;
	font-size: 20px;
	transition: all .5s ease-out
}
.post-navigation .next-article:hover {
	color: #e53935
}
.divider {
	position: relative
}
.divider:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #dcdcdc;
	z-index: 1;
	content: "";
	margin: 0 auto
}

/*-------------------------------------
#. Related Post
---------------------------------------*/
.cat-holder {
	position: absolute;
	top: 20px;
	left: 20px
}
.cat-holder-text {
	position: relative;
	color: #fff;
	height: 26px;
	padding: 0 15px;
	line-height: 27px;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	z-index: 2;
	background-color: #e53935;
}
.cat-holder:before {
    border-right: 8px solid transparent;
    border-top: 8px solid #e53935;
}
.cat-holder:before {
	z-index: 1;
	content: "";
	top: 0;
	right: -8px;
	position: absolute;
	width: 0;
	height: 0
}
.cat-holder:after {
	content: "";
	height: 100%;
	width: 100%;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}
.rt-related-post {
	margin-bottom: 40px;
}
.rt-related-post .title-section {
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 30px;
}
.rt-related-post .title-section .owl-custom-nav-title {
	padding-bottom: 0;
}
.rt-related-post-info .post-date ul {
    list-style: none;
    padding: 0;
    margin-bottom: 2px;
}
.rt-related-post-info .post-date ul li {
	color: #757272;
    font-size: 15px;
}
.rt-related-post-info .post-date ul li i {
	padding-right: 8px;
}
.rt-related-post-info .post-title {
	font-size: 18px;
	line-height: 1.5;
	padding-top: 15px;
	margin-bottom: 10px;
}
.rt-related-post-info .post-title a {
	color: #111111;
}
.rt-related-post-info .post-title a:hover {
	color: #e53935;
}
/*-------------------------------------
#. Comments
---------------------------------------*/
.comments-area ul {
	list-style-type: none;
	padding: 0;
}
.comments-area > h3 {
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.comments-area h3.comment-num {
	color: #222222;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 35px;
	position: relative;
}
.comments-area h3.comment-num:after {
	background: #e53935;
	content: "";
	display: block;
	height: 3px;
	left: 0;
	margin: 5px 0 0;
	top: 0;
	width: 80px;
}
.comments-area .comment-form {
  margin-top: 15px;
}
.comments-area .main-comments .imgholder img {
	border-radius: 50%;
	overflow: hidden;
	margin-right: 20px;
	margin-bottom: 0px;
	max-width: 90px;
}
@media(max-width: 767px) {
	.comments-area .main-comments .imgholder img {
		max-width: 60px;
		margin-right: 10px;
	}
}
.comments-area .main-comments .comments-body p {
	margin-bottom: 10px;
	font-size: 15px;
}
.comments-area .main-comments .comment-meta {
	font-size: 15px;
}
.comments-area .main-comments .comment-meta .comment-author-name {
	margin-bottom: 10px;
	color: #757272;
}
.comments-area .main-comments .comment-meta .comment-author-name a,
.comments-area .main-comments .comment-meta .comment-author-name span {
	color: #000000;
	font-size: 15px;
	font-weight: 700;
}
.comments-area .main-comments .comment-meta .comment-author-name a:hover {
	color: #e53935;
}
.comments-area .main-comments .replay-area {
	float: right;
}
.comments-area .main-comments .replay-area a {
	background-color: #e53935;
	color: #ffffff;
	font-size: 13px;
	transition: all 0.3s ease-in-out;
    padding: 8px 15px;
    border-radius: 4px;
	font-weight: 500;
}
.comments-area .main-comments .replay-area a:hover {
  background-color: #111111;
}
.comments-area .main-comments .comment-text {
  font-size: 14px;
}
.comments-area .main-comments #respond {
  padding-top: 20px;
}
.comments-area .reply-separator {
  margin-top: 40px;
  padding-top: 50px;
}
.comments-area {
	margin-top: 20px;
}
.main-comments ul.children {
  margin-left: 50px;
  padding: 0;
}
.avatar-disabled .main-comments ul.children {
  margin-left: 50px;
  padding: 0;
}
.no-comments {
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  padding-top: 20px;
}
.comment-awaiting-moderation {
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
}
.comment-navigation ul {
  margin-top: 30px;
}
.comment-navigation ul li {
  margin-right: 5px;
  margin-top: 0;
}
.comment-navigation ul li a {
  display: inline;
  font-size: 12px;
  height: 49px;
  line-height: inherit;
  padding: 10px;
  width: inherit;
}
.comment-list pre {
	white-space: pre-wrap;
	/* css-3 */
	white-space: -moz-pre-wrap;
	/* Mozilla, since 1999 */
	white-space: -pre-wrap;
	/* Opera 4-6 */
	white-space: -o-pre-wrap;
	/* Opera 7 */
	word-wrap: break-word;
	/* Internet Explorer 5.5+ */
}
.comment-respond {
	margin-top: 40px;
}
#respond .comment-reply-title {
	font-size: 18px;
	font-weight: 500;
	color: #111111;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 30px;
	padding-bottom: 10px;
}
#respond .comment-notes {
  margin-bottom: 30px;
}
#respond .logged-in-as {
  margin-bottom: 20px;
}
#respond .logged-in-as a {
  color: #111111;
}
#respond .form-group {
  margin-bottom: 25px;
}
#respond .form-group.form-submit {
  margin-bottom: 0px;
}
#respond form input {
	background: #f8f8f8;
	border: 1px solid #f8f8f8;
	color: #111111;
	border-radius: 0;
	margin-right: 20px;
	box-shadow: none;
	height: 45px;
	font-size: 14px;
	font-weight: 500;
	-webkit-box-shadow: 0 1px 0px 0 rgba(211,211,211,.75);
	-moz-box-shadow: 0 1px 0px 0 rgba(211,211,211,.75);
	box-shadow: 0 1px 0px 0 rgba(211,211,211,.75));
}
#respond form input:focus {
  border: 1px solid #e53935;
  box-shadow: none;
}
#respond form textarea {
	background: #f8f8f8;
	border: 1px solid #f8f8f8;
	border-radius: 0px;
	color: #111111;
	font-size: 14px;
	font-weight: 500;
	margin-right: 20px;
	box-shadow: none;
	-webkit-box-shadow: 0 1px 0px 0 rgba(211,211,211,.75);
	-moz-box-shadow: 0 1px 0px 0 rgba(211,211,211,.75);
	box-shadow: 0 1px 0px 0 rgba(211,211,211,.75);
}
input.form-control::placeholder,
textarea.form-control::placeholder {
	color: #111111;
}
#respond input.form-control::placeholder,
#respond input.form-control::-webkit-input-placeholder,
#respond input.form-control::-moz-placeholder,
#respond input.form-control:-moz-placeholder,
#respond input.form-control:-ms-input-placeholder {
  color: #111111;
}
#respond textarea.form-control::placeholder,
#respond textarea.form-control::-webkit-input-placeholder,
#respond textarea.form-control::-moz-placeholder,
#respond textarea.form-control:-moz-placeholder,
#respond textarea.form-control:-ms-input-placeholder {
  color: #111111;
}
#respond form textarea:focus {
  border: 1px solid #e53935;
  box-shadow: none;
}
#respond form input[type="submit"] {
	height: inherit;
	border-radius: 0px;	
}
#respond form .btn-send {
  background-color: #e53935;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 25px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
  margin-right: 2px;
  border: 2px solid #e53935;
}
#respond form .btn-send:hover {
	background: #ffffff;
	color: #e53935;
}
#respond #cancel-comment-reply-link {
  font-size: 12px;
}
.comment-list li {
  padding-top: 40px;
}
.comment-list li:first-child {
  padding-top: 0px;
}
.comment-list li .children li {
  padding-top: 40px;
}
.comment-list .comment-text ul {
  padding: 0 15px;
  margin-bottom: 20px;
  list-style: disc;
}
.comment-list .comment-text ul li {
  padding-top: 0px;
}
.comment-list .comment-text ul li .children li {
  padding-top: 0px;
}
.comment-list .comment-text ul ul {
  margin-bottom: 0px;
}
.comment-list .comment-text ol {
  margin-bottom: 20px;
}
.comment-list .comment-text ol li {
  padding-top: 0px;
}
.comment-list .comment-text ol li .children li {
  padding-top: 0px;
}
.comment-list .comment-text ol ol {
  margin-bottom: 0;
}
.item-comments {
  margin-top: 50px;
}
.item-comments h2 {
  font-size: 24px;
}
.item-comments .item-comments-list {
  margin-top: 50px;
}
.item-comments .item-comments-list ul.comments-list {
  padding-top: 20px;
}
.item-comments .item-comments-list ul.comments-list li {
  margin-bottom: 50px;
  overflow: hidden;
}
.item-comments .item-comments-list ul.comments-list li .comment-image {
  float: left;
  padding-right: 20px;
}
.item-comments .item-comments-list ul.comments-list li .comment-name {
  font-size: 16px;
  font-weight: 500;
  margin-right: 10px;
}
.item-comments .item-comments-list ul.comments-list li .comment-date {
  color: #646464;
}
.item-comments .item-comments-list ul.comments-list li .comment-reply {
  background: #e53935;
  padding: 2px 10px 3px;
  float: right;
  font-size: 14px;
}
.item-comments .item-comments-list ul.comments-list li .comment-reply a {
  color: #ffffff;
}
.item-comments .item-comments-list ul.comments-list li .comment-reply:hover {
  background: #a51c2d;
}
.item-comments .item-comments-list ul.comments-list li p {
  padding-top: 20px;
}
.item-comments .item-comments-list ul.comments-list li:last-child {
  margin-bottom: 0;
}
.item-comments .item-comments-list ul.comments-list li.odd {
  margin-left: 50px;
}
.item-comments .item-comments-form {
  border-top: 1px solid #d7d7d7;
  margin-top: 50px;
  padding-top: 50px;
}
.item-comments .item-comments-form .comments-form {
  padding-top: 20px;
}
.item-comments .item-comments-form .comments-form .form-group {
  margin-bottom: 20px;
}
.item-comments .item-comments-form .comments-form .form-group .form-control {
  background: #222222;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.item-comments .item-comments-form .comments-form .form-group input {
  height: 40px;
}
/*-------------------------------------
#. Archive Contents
---------------------------------------*/
.entry-title {
	font-size: 28px;
    font-weight: 500;
	margin: 0 0 6px 0;
	line-height: 1.4;
}
.entry-title a {
	color: #ffffff;
}
.entry-title a:hover {
	color: #e53935;
}
.custom-search-input .btn {
	background-color: #e53935;
	color: #fff;
}
.custom-search-input > .input-group  {
	display: flex;
}
.search-no-results .search-query {
	border-radius: 0;
}
.search-no-results .custom-search-input .btn {
	background-color: #e53935;
	color: #fff;
	border-radius: 0;
}
.author .about-author {
	background: #f8f8f8;
	border: none;
	margin-top: 0;
	-webkit-box-shadow: 0 1px 0 0 rgba(211,211,211,.75);
    -moz-box-shadow: 0 1px 0 0 rgba(211,211,211,.75);
    box-shadow: 0 1px 0 0 rgba(211,211,211,.75);
}
/*search result page*/
.search .entry-header .entry-meta ul li span {
	padding-right: 5px;
}
/*default blog*/
.rt-blog-layout {
	margin: 30px 0 0;
}
.rt-blog-layout .entry-thumbnail-area ul {
	list-style: none;
	padding: 0;
}
.rt-blog-layout .entry-thumbnail-area ul li {
	float: left;
	padding: 12px;
}
.rt-blog-layout .entry-thumbnail-area ul li i {
	color: #e53935;
}
.rt-blog-layout .entry-thumbnail-area ul li a {
	text-decoration: none;
	text-align: center;
	color: #666666;
	transition: all 0.3s ease-out 0s;
}
.rt-blog-layout .entry-thumbnail-area ul li a:hover {
	color: #e53935;
}
.rt-blog-layout .entry-thumbnail-area ul li:last-child {
	float: right;
}
.rt-blog-layout .entry-thumbnail-area ul .active {
	background: #e53935;
	color: #ffffff;
}
.rt-blog-layout .entry-thumbnail-area ul .rt-post-author {
	display: -webkit-box;
}
.rt-blog-layout .entry-thumbnail-area ul .rt-post-author a {
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: none;
	width: 10.5em;
	white-space: nowrap;
	display: block;
	float: initial;
	text-align: left;
	padding-left: 5px;
}
.rt-blog-layout .entry-thumbnail-area ul.side_bar {
	padding: 0 15px 0 0;
}
.rt-blog-layout .entry-content h3 {
	margin: 0 0 10px;
	line-height: inherit;
}
.rt-blog-layout .entry-content h3 a {
	color: #222222;
	display: block;
	font-size: 22px;
	font-weight: 500;
	padding: 17px 0 0;
	text-decoration: none;
	transition: all 0.3s ease-out 0s;
	line-height: 33px;
}
.rt-blog-layout .entry-content h3 a:hover {
	color: #e53935;
}
.rt-blog-layout .entry-content p {
	font-size: 14px;
	color: #666666;
}
/*blog layout 1*/
.blog-layout-1 {
	overflow: hidden;
	position: relative;
	margin-bottom: 50px;
}
.blog-layout-1 * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.blog-layout-1 .entry-content h3 {
	margin-bottom: 13px;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.4;
}
.blog-layout-1 .entry-content h3 a {
	color: #111111;
	transition: all 0.4s ease-out;
}
.blog-layout-1 .entry-content h3 a:hover {
	color: #e53935;
	transition: all 0.4s ease-out;
}
.blog-layout-1 .entry-meta ul {
	margin-bottom: 0;
	line-height: 1;
}
.blog-layout-1 .entry-meta ul li {
	color: #757272;
	font-size: 14px;
	display: inline-block;
	margin-right: 10px;
	padding-bottom: 6px;
}
.blog-layout-1 .entry-meta ul li i {
	margin-right: 8px;
}
.blog-layout-1 .entry-meta ul li a {
	font-size: 14px;
	color: #757272;
}
.blog-layout-1 .entry-meta ul li a:hover {
	color: #e53935;
}
.blog-layout-1 .entry-thumbnail-area {
	margin-bottom: 0px;
	overflow: hidden;
	position: relative;
}
@media(max-width: 991px) {
	.blog-layout-1 .entry-thumbnail-area {
		margin-bottom: 20px;
	}
}
.blog-layout-1 .entry-thumbnail-area img {
	width: 100%;
	max-width: 100%;
}
.blog-layout-1:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.blog-layout-1 .entry-thumbnail-area .post-cat {
	left: 10px;
	margin: 0 auto;
	opacity: 1;
	position: absolute;
	text-align: center;
	top: 10px;
	z-index: 2;
	background: #111111;
	padding: 8px 15px;	
	font-weight: 500;
	font-size: 11px;
	line-height: 1;
}
.blog-layout-1 .entry-thumbnail-area .post-cat span {
	color: #ffffff;
}
.blog-layout-1 .entry-thumbnail-area .post-cat span:before {
    position: absolute;
    content: "";
    top: 0;
    right: -8px;
    border-top: 8px solid #111111;
    border-right: 8px solid transparent;
}
.blog-layout-1 .entry-thumbnail-area .post-cat span a {
	color: #ffffff;
	text-transform: uppercase;
}
.blog-layout-1 .entry-meta .blog-date {
	margin-bottom: 10px;
	font-size: 14px;
	color: #111111;
}
.blog-layout-1 .entry-meta .blog-date i {
	margin-right: 10px;
}
.blog-layout-1 .entry-content {
	border-top: initial;
	padding-top: 5px;
}
.blog-layout-1 .entry-content ul {
	margin-bottom: 5px;
	padding-bottom: 8px;
	padding-left: 2px;
}
.blog-layout-1 .entry-content .avatar {
	border-radius: 50%;
}
/*blog layout 2*/
.blog-layout-2 {
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}
.blog-layout-2 * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.blog-layout-2 .blog-img-holder {
	margin-bottom: 17px;
	overflow: hidden;
	position: relative;
}
.blog-layout-2 .blog-img-holder img {
	width: 100%;
	max-width: 100%;
}
.blog-layout-2 .blog-img-holder:after {
	background: #e53935;
	width: 0px;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: 0px;
	content: '';
	-webkit-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.blog-layout-2:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.blog-layout-2:hover .blog-img-holder:after {
	width: 100%;
}
.blog-layout-2 .blog-img-holder .post-cat {
	left: 10px;
	margin: 0 auto;
	opacity: 1;
	position: absolute;
	text-align: center;
	top: 10px;
	z-index: 2;
	background: #111111;
	padding: 5px 15px;	
	font-weight: 500;
	font-size: 12px;
}
.blog-layout-2 .blog-img-holder .post-cat span {
	color: #ffffff;
}
.blog-layout-2 .blog-img-holder .post-cat span:before {
    position: absolute;
    content: "";
    top: 0;
    right: -8px;
    border-top: 8px solid #111111;
    border-right: 8px solid transparent;
}
.blog-layout-2 .blog-img-holder .post-cat span a {
	color: #ffffff;
	text-transform: uppercase;
}
.blog-layout-2 .blog-bottom-content-holder h3 {
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.5;
}
.blog-layout-2 .blog-bottom-content-holder ul li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 5px;
	font-size: 14px;
	color: #757272;
}
.blog-layout-2 .blog-bottom-content-holder ul li a {
	color: #757272;
}
.blog-layout-2 .blog-bottom-content-holder ul li span {
	font-weight: 500;
}
.blog-layout-2 .blog-bottom-content-holder ul li a:hover {
	color: #e53935;
}
.blog-layout-2 .blog-bottom-content-holder ul li i {
	margin-right: 8px;
}
.blog-layout-2 .blog-bottom-content-holder h3 a {
	color: #111111;
	transition: all 0.4s ease-out;
}
.blog-layout-2 .blog-bottom-content-holder h3 a:hover {
	color: #e53935;
	transition: all 0.4s ease-out;
}
.blog-layout-2 .blog-bottom-content-holder ul {
	margin: 0;
	padding: 0;
}
.blog-layout-2 .blog-bottom-content-holder .blog-text {
	margin-bottom: 15px;
}
/*blog layout 3*/
.blog-layout-3 {
	overflow: hidden;
	position: relative;
	margin-bottom: 50px;
}
.blog-layout-3 .entry-content h3 {
	margin-bottom: 20px;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.4;
}
.blog-layout-3 .entry-content h3 a {
	color: #111111;
}
.blog-layout-3 .entry-content h3 a:hover {
	color: #e53935;
}
.blog-layout-3 .entry-content {
	border-top: none;
}
.blog-layout-3 .entry-content p {
	margin-bottom: 30px;
}
.blog-layout-3 .entry-meta ul {
	margin: 0;
	padding: 0;
	line-height: 1.4;
}
.blog-layout-3 .entry-meta ul li {
	margin-bottom: 12px;
	margin-right: 15px;
	font-size: 14px;
	color: #757272;
}
.blog-layout-3 .entry-meta ul li a {
	color: #757272;
}
.blog-layout-3 .entry-meta ul li a:hover {
	color: #e53935;
}
.blog-layout-3 .entry-meta ul li i {
	padding-right: 10px;
}
.blog-layout-3 .entry-meta ul li span {
	font-weight: 500;
}
.blog-layout-3 .entry-header .entry-thumbnail-area {
	margin-bottom: 30px;
}
.blog-layout-3 .entry-header .entry-thumbnail-area .post-cat {
	list-style: none;
	background: #111111;
	color: #ffffff;
	font-weight: 500;
	position: absolute;
	left: 25px;
	top: 25px;
	text-align: center;	    
    height: 26px;
    padding: 0 15px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    z-index: 2;	
}
.blog-layout-3 .entry-header .entry-thumbnail-area .post-cat a {
	color: #ffffff;
}
.blog-layout-3 .entry-header .entry-thumbnail-area .post-cat:before {
	position: absolute;
	content: "";
	top: 0;
	right: -8px;
	border-top: 8px solid #111111;
	border-right: 8px solid transparent;	
}
.blog-layout-3 .entry-header .entry-thumbnail-area .post-cat span {
	display: block;
	font-size: 18px;
}
.blog-layout-3 .entry-header .entry-thumbnail-area .post-cat span:last-child {
	display: block;
	font-size: 18px;
	font-weight: 400
}
.blog-layout-3 .entry-content .dark-button {
	text-transform: capitalize;
	font-size: 15px;
}
.blog-layout-3 .entry-content .dark-button span {
	padding: 8px 20px;
}
.blog-layout-3 .entry-content .dark-button:before {
	top: 21px;
}
/*masonry*/
.rt-grid-sizer {
	width: 100%;
}
.rt-grid-item {
	width: 50%;
	padding: 0 15px;
	display: block;
	float: left;	
}
@media(max-width:767px) {
	.rt-grid-sizer, .rt-grid-item {
		width: 100%;
	}
}
@media(max-width:991px) {
	.right-sidebar .sidebar-widget-area {
		margin-top: 50px;
	}
	.right-left .sidebar-widget-area {
		margin-bottom: 50px;
	}
}
/*blog sticky*/
.blog-layout-1.sticky {
    display: flex;
    padding: 25px 10px;
    margin: 0 0 30px;
	background: #f8f8f8;
	-webkit-box-shadow: 0 1px 1px 0 rgba(111,111,111,.50);
    -moz-box-shadow: 0 1px 1px 0 rgba(111,111,111,.50);
    box-shadow: 0 1px 1px 0 rgba(111,111,111,.50);
}
@media(max-width: 991px) {
	.blog-layout-1.sticky .entry-content {
		padding-bottom: 15px;
	}
}
.blog-layout-2.sticky .blog-wrap {
	margin-bottom: 1px;
	background: #f8f8f8;
	-webkit-box-shadow: 0 1px 1px 0 rgba(111,111,111,.50);
    -moz-box-shadow: 0 1px 1px 0 rgba(111,111,111,.50);
    box-shadow: 0 1px 1px 0 rgba(111,111,111,.50);
}
.blog-layout-2.sticky .blog-bottom-content-holder {
	padding: 0 20px 10px 20px;
}
.blog-layout-2.sticky .blog-img-holder {
	margin-bottom: 20px;
}
.blog-layout-3.sticky {
	background: #f8f8f8;
	padding: 0;
	-webkit-box-shadow: 0 1px 1px 0 rgba(111,111,111,.50);
    -moz-box-shadow: 0 1px 1px 0 rgba(111,111,111,.50);
    box-shadow: 0 1px 1px 0 rgba(111,111,111,.50);
}
.blog-layout-3.sticky .entry-content {
	padding: 30px;
}
.blog-layout-3.sticky .entry-header .entry-thumbnail-area {
	margin-bottom: 0;
}
.sticky .blog-layout-4-masonry {
	background: #f8f8f8;
	-webkit-box-shadow: 0 1px 1px 0 rgba(111,111,111,.50);
    -moz-box-shadow: 0 1px 1px 0 rgba(111,111,111,.50);
    box-shadow: 0 1px 1px 0 rgba(111,111,111,.50);
}
.sticky .blog-layout-4-masonry .blog-img-holder {
	margin-bottom: 20px;
}
.sticky .blog-layout-4-masonry .blog-bottom-content-holder {
	padding: 0 20px 10px 20px;
}
/*blog layout 5*/
.blog-box {
  background-color: #f7f7f7;
  border-radius: 0 0 4px 4px;
  overflow: hidden;
  position: relative;
  margin-bottom: 32px;
  transition: all 0.3s ease-out 0s;
}
.blog-box:hover {
  box-shadow: 0 14px 33px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 14px 33px rgba(0, 0, 0, 0.2);
  -moz-box-shadow:    0 14px 33px rgba(0, 0, 0, 0.2);
}
.blog-box .blog-bottom-content-holder {
  padding: 30px 28px 40px;
}
.sticky .blog-box {
  background-color: transparent;
  border-radius: 4px;
  padding: 20px 20px 30px;
  border-bottom: 2px solid #e53935;
  box-shadow: 0 14px 33px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 14px 33px rgba(0, 0, 0, 0.2);
  -moz-box-shadow:    0 14px 33px rgba(0, 0, 0, 0.2);
}
.blog-layout-2.sticky .blog-box {
  margin-bottom: 50px;
}
.sticky .blog-bottom-content-holder {
  margin: 0px;
  padding: 10px 0px 10px;
}
.blog-box * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.blog-box .blog-img-holder {
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  position: relative;
}
.blog-box .blog-img-holder img {
  width: 100%;
  max-width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-box .blog-img-holder:after {
  background: #e53935;
  width: 0px;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0px;
  content: '';
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-box:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.blog-box:hover .blog-img-holder:after {
  width: 100%;
}
.blog-box .blog-img-holder .blog-content-holder {
  left: 23px;
  margin: 0 auto;
  opacity: 1;
  position: absolute;
  text-align: center;
  bottom: 30px;
  z-index: 2;
  background: #e53935;
  padding: 7px 14px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 17px;
}
.blog-box .blog-img-holder .blog-content-holder span {
  color: #ffffff;
  line-height: 20px;
}
.blog-box .blog-bottom-content-holder h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 15px;
}
.blog-layout-1 .blog-box .blog-bottom-content-holder h3 {
  font-size: 28px;
  line-height: 38px;
}
.blog-box .blog-bottom-content-holder h3 a {
  color: #111111;
}
.blog-box .blog-bottom-content-holder h3 a:hover {
  color: #e53935;
}
.blog-box .blog-bottom-content-holder ul {
  margin-bottom: 16px;
  padding-left: 0px;
  position: relative;
}
.blog-box .blog-bottom-content-holder ul li {
  display: inline-block;
  margin-right: 15px;
  color: #646464;
}
.blog-box .blog-bottom-content-holder ul li i {
  padding-right: 8px;
  color: #e53935;
}
.blog-box .blog-bottom-content-holder ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.blog-box .blog-bottom-content-holder ul li a {
  color: #646464;
}
.blog-box .blog-bottom-content-holder ul li a:hover {
  color: #e53935;
}
.blog-box .blog-bottom-content-holder a.blog-button {
  background-color: transparent;
  border: 1px solid #e53935;
  padding: 6px 19px;
  color: #e53935;
  font-weight: 500;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-box .blog-bottom-content-holder a.blog-button i {
  font-size: 22px;
  padding-left: 8px;
  position: relative;
  top: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-box .blog-bottom-content-holder a.blog-button:hover {
  background-color: #e53935;
  color: #ffffff;
}
.blog-box .blog-bottom-content-holder a.blog-button:hover i {
  padding-left: 12px;
}
/*woocommerce button*/
.woocommerce nav.woocommerce-pagination ul, 
.pagination-area ul {
    text-align: center;
    font-size: 0;
    padding-left: 0;
	border: none;
}
.woocommerce nav.woocommerce-pagination ul li,
.pagination-area ul li {
	display: inline-block;
	margin-top: 10px;
	border: none;
}
.woocommerce nav.woocommerce-pagination ul li a,
.pagination-area ul li a {
	background-color: #f2f2f2 !important;
	color: #222222 !important;
	font-size: 15px;
	line-height: 22px;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	padding: 11px 19px;
	margin: 0 6px 0 0;
	font-size: 16px;
	font-weight: 500;
}
.woocommerce nav.woocommerce-pagination ul li a:hover,
.pagination-area ul li a:hover {
	background-color: #e53935 !important;
	color: #ffffff !important;
}
.woocommerce nav.woocommerce-pagination ul li span,
.pagination-area ul li span {
	background-color: none;
	border: 1px solid #e53935;
	color: #222222;
	font-size: 15px;
	line-height: 22px;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	padding: 10px 18px;
	margin: 0 3px;
	font-size: 16px;
	font-weight: 500;
}
.woocommerce nav.woocommerce-pagination ul li .current,
.pagination-area ul li .current {
	background-color: #e53935 !important;
	color: #ffffff !important;
	border-radius: 4px;
    margin-right: 5px;
}
.woocommerce nav.woocommerce-pagination ul li.active a,
.pagination-area ul li.active a {
	background-color: #e53935 !important;
	color: #ffffff !important;
}
.site-content .pagination-area {
	clear: both;
	padding-top: 15px;
}
.no-results h2.page-title {
	color: #222222;
}
/*-------------------------------------
#. Error 404
---------------------------------------*/
.error404 #page {
	background: none !important;
}
.error-page-area {
	padding-top: 70px;
	padding-bottom: 70px;
}

.error-page-content {
	text-align: center;
}
.error-page-content .text-1 {
	font-size: 60px;
	line-height: 1.4;
	color: #ffffff;
	font-weight: 500;
	margin-top: 20px;
}
.error-page-content .text-2 {
	width: 60%;
	margin: 0 auto 50px;
}
.error-page-area .error-page-content .go-home a {
	border: 2px solid #ffffff;
	border-radius: 45px;
	font-size: 15px;
	font-weight: 500;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	padding: 16px 40px;
	background: #e53935;
	transition: all 0.3s ease 0s;
	color: #ffffff;
}
.error-page-area .error-page-content .go-home a:hover {
	background: #ffffff;
	color: #e53935;
}
@media(max-width: 767px) {
	.error-page-content .text-1 {
		font-size: 40px;
	}
	.error-page-content .text-2 {
		width: 80%;
	}
}
@media only screen and (max-width: 479px) {
  .entry-content .pricetable-btn {
    height: 40px;
    width: 130px;
    font-size: 14px;
    padding: 8px 0;
  }
  .contact-form-area .form-response .alert-success {
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 991px) {
  .btn-send-message {
    padding: 11px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .btn-send-message {
    padding: 9px 0;
  }
}
@media (max-width: 767px) {
  .comments-area .main-comments .replay-area {
    display: block;
    float: inherit;
    width: 100%;
    margin-bottom: 10px;
	margin-top: 10px;
  }
  .rt-blog-layout .entry-thumbnail-area ul li:last-child {
    display: block;
  }
  .main-comments ul.children {
	  margin-left: 30px;
  }
}
@media (max-width: 992px) {
  .rt-blog-layout .entry-thumbnail-area ul li:last-child {
    display: none;
  }
}
@media (min-width: 479px) and (max-width: 991px) {
  .blog-box .blog-social {
    top: 8%;
  }
  .blog-box .blog-img-holder .blog-content-holder {
    height: 40px;
    width: 160px;
    padding: 6px;
  }
}
@media (max-width: 480px) {
  .entry-content .wpb_layerslider_element a.layerslider-button {
    padding: 10px 20px;
  }
}
/*-------------------------------------
#. Feature Image Caption
---------------------------------------*/
.entry-thumbnail-area.overimage {
	position: relative;
}
.entry-thumbnail-area.overimage .featured-image-caption.text-right a,
.post-detail-style2 .overimage .featured-image-caption.text-right a {
	color: #fff !important;
}
.entry-thumbnail-area.overimage .featured-image-caption.text-right,
.post-detail-style2 .overimage .featured-image-caption.text-right {
	position: absolute;
	right:0;
	bottom: 15px;
	/*styling*/
	background: -moz-linear-gradient(left, rgba(30,87,153,0) 0%, rgba(30,87,153,0.05) 1%, rgba(229,57,53,1) 20%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(30,87,153,0) 0%,rgba(30,87,153,0.05) 1%,rgba(229,57,53,1) 20%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(30,87,153,0) 0%,rgba(30,87,153,0.05) 1%,rgba(229,57,53,1) 20%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#e53935',GradientType=1 ); /* IE6-9 */
	color: #fff;
    padding: 7px 7px 7px 30px;
	z-index: 1;
}
.entry-thumbnail-area.overimage .featured-image-caption.text-left,
.post-detail-style2 .overimage .featured-image-caption.text-left {
	color: #fff !important;
}
.entry-thumbnail-area.overimage .featured-image-caption.text-left,
.post-detail-style2 .overimage .featured-image-caption.text-left {
	position: absolute;
	left:0;
	bottom: 15px;
	color: #fff;
    padding: 7px 30px 7px 7px;
	z-index: 1;
	/*styling*/
	background: -moz-linear-gradient(left, rgba(229,57,53,1) 80%, rgba(30,87,153,0.05) 99%, rgba(30,87,153,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(229,57,53,1) 80%,rgba(30,87,153,0.05) 99%,rgba(30,87,153,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(229,57,53,1) 80%,rgba(30,87,153,0.05) 99%,rgba(30,87,153,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e53935', endColorstr='#001e5799',GradientType=1 ); /* IE6-9 */
}
.entry-thumbnail-area.overimage .featured-image-caption.text-center,
.post-detail-style2 .overimage .featured-image-caption.text-center {
	color: #fff !important;
}
.entry-thumbnail-area.overimage .featured-image-caption.text-center,
.post-detail-style2 .overimage .featured-image-caption.text-center {
	position: absolute;
	left:0;
	right:0;
	width:300px;
	margin: 0 auto;
	bottom: 15px;
	color: #fff;
    padding: 7px;
	z-index: 1;
	/*styling*/
	background: -moz-linear-gradient(left, rgba(229,57,53,0) 0%, rgba(229,57,53,0.8) 10%, rgba(229,57,53,1) 19%, rgba(229,57,53,1) 20%, rgba(229,57,53,1) 81%, rgba(229,57,53,0.8) 89%, rgba(229,57,53,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(229,57,53,0) 0%,rgba(229,57,53,0.8) 10%,rgba(229,57,53,1) 19%,rgba(229,57,53,1) 20%,rgba(229,57,53,1) 81%,rgba(229,57,53,0.8) 89%,rgba(229,57,53,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(229,57,53,0) 0%,rgba(229,57,53,0.8) 10%,rgba(229,57,53,1) 19%,rgba(229,57,53,1) 20%,rgba(229,57,53,1) 81%,rgba(229,57,53,0.8) 89%,rgba(229,57,53,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e53935', endColorstr='#00e53935',GradientType=1 ); /* IE6-9 */
}
.post-detail-style3 .overimage .featured-image-caption.text-center {
	color: #fff !important;
}
.post-detail-style3 .overimage .featured-image-caption.text-center {
	bottom: 7px;
}
.entry-thumbnail-area.underimage .featured-image-caption,
.post-detail-style2 .underimage .featured-image-caption {
	padding: 7px 0;
}
.wp-block-image figcaption {
    margin-bottom: 0em;
}
/*-------------------------------------
#. Woocommerce: Fix
---------------------------------------*/
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    float: left;
    width: 48% !important;
    max-width: 48% !important;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    float: right;
    max-width: 48% !important;
    width: 48% !important;
}
.woocommerce-input-wrapper {
    width: 100%;
}
@media ( max-width: 768px ) {
	.woocommerce .col2-set .col-1,
	.woocommerce .col2-set .col-2,
	.woocommerce-page .col2-set .col-1,
	.woocommerce-page .col2-set .col-2 {
		float: none;
		width: 100% !important;
	}
}

/*-------------------------------------
#. Woocommerce: Widgets
---------------------------------------*/
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce .widget_shopping_cart .cart_list li a.remove {
	top: 14px;
}
.woocommerce .widget_shopping_cart li.mini_cart_item,
.woocommerce .widget_shopping_cart li.mini_cart_item {
	padding-bottom: 12px;
	padding-top: 12px;
}
.woocommerce.widget_product_search .search-field {
	background-color: #f5f5f5;
	border: medium none;
	border-radius: 0;
	box-shadow: none;
	height: 40px;
	padding: 6px 12px;
	width: 100%;
}
.woocommerce.widget_product_search input[type="submit"] {
  display: block;
  line-height: 1;
  margin-top: 11px;
  padding: 10px 25px;
}
.woocommerce .widget_price_filter .price_slider_wrapper,
.woocommerce .widget_price_filter .price_slider_amount {
  margin-top: 10px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #e53935;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #eaeaea;
}
.woocommerce ul.product_list_widget li {
  padding: 10px 0;
}
.woocommerce ul.product_list_widget li img {
  width: 60px;
}
.woocommerce .widget_shopping_cart_content .buttons a {
  text-align: center;
  width: 47%;
  max-width: 170px;
}
.woocommerce .widget_shopping_cart_content .buttons a.checkout {
  margin-right: 0;
}
.woocommerce .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav ul li span {
  padding: 10px 0;
}
/*-------------------------------------
#. Woocommerce: Owl Nav
---------------------------------------*/
.rt-woo-nav.no-nav .owl-custom-nav {
  display: none;
}
.rt-woo-nav .section-title {
  margin-bottom: 20px;
  float: none;
}
.rt-woo-nav .owl-custom-nav-title {
  color: #222222;
  float: left;
  font-size: 22px;
  padding-bottom: 12px;
  position: relative;
  margin-bottom: 10px;
  font-weight: 500;
}
.rt-woo-nav .owl-custom-nav {
  float: right;
  margin-bottom: 10px;
  margin-top: 2px;
  padding-left: 30px;
}
.rt-woo-nav .owl-custom-nav .owl-prev,
.rt-woo-nav .owl-custom-nav .owl-next {
  background-color: #eeeeee;
  border-radius: 3px;
  color: #222222;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  line-height: 32px;
  opacity: 1;
  text-align: center;
  width: 30px;
  transition: all 0.5s ease-in-out 0s;
}
.rt-woo-nav .owl-custom-nav .owl-next {
  margin-left: 8px;
}
.rt-woo-nav .owl-custom-nav .owl-prev:hover,
.rt-woo-nav .owl-custom-nav .owl-next:hover {
  background-color: #e53935;
  color: #ffffff;
}
.rt-woo-nav .owl-custom-nav i {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.rt-woo-nav .owl-custom-nav-bar {
  border-color: #e8e8e8;
  border-style: solid;
  border-width: 1px 0;
  float: right;
  margin-top: 16px;
}
/*-------------------------------------
#. Woocommerce: Top Bar
---------------------------------------*/
.woo-shop-top {
  border: 1px solid #e7e7e7;
  overflow: hidden;
  padding: 20px;
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.woo-shop-top .view-mode {
  margin-right: 5px;
  padding: 5px 0;
}
.woo-shop-top .view-mode ul li {
  display: inline-block;
  margin-right: 5px;
}
.woo-shop-top .view-mode ul li .fa {
  color: #666666;
}
.woo-shop-top .view-mode ul li:first-child .fa {
  color: #e53935;
}
.woo-shop-top .view-mode ul li:last-child .fa {
  color: #e53935;
}
.woo-shop-top ul {
  margin: 0;
  padding: 0;
}
.woo-shop-top .limit-show {
  text-align: right;
}
.woo-shop-top .limit-show > div {
  font-weight: 400;
  display: inline-block;
}
.woo-shop-top .sort-list {
  text-align: right;
}
.woo-shop-top .sort-list select {
  background: #f5f5f5;
  border: 1px solid #e7e7e7;
  padding: 6px 18px;
}
.woocommerce .woo-shop-top .woocommerce-ordering,
.woocommerce .woo-shop-top .woocommerce-result-count {
  margin-bottom: 0;
}
.woocommerce .woo-shop-top .woocommerce-ordering {
  float: none;
}
.woocommerce .woo-shop-top .woocommerce-result-count {
  line-height: 28px;
}
/*-------------------------------------
#. Woocommerce: Shop
---------------------------------------*/
.woocommerce ul.products li.product {
  margin: 0 1% 40px 0;
  overflow: hidden;
}
.woocommerce ul.products li.product h3 {
  margin: 20px 0 8px;
  padding: 0;
}
.woocommerce ul.products li.product h3 a {
  color: #111111;
  font-size: 20px;
}
.woocommerce ul.products li.product h3 a:hover {
  color: #e53935;
}
.woocommerce ul.products li.product .star-rating {
  font-size: 13px;
}
.woocommerce ul.products li.product .price {
  color: #e53935;
  font-size: inherit;
  font-weight: 500;
  margin-bottom: 0;
}
.woocommerce ul.products li.product .price del {
  display: inline;
}
.woocommerce ul.products li.product .button {
  float: left;
}
.woocommerce ul.products li.product .button.compare {
  float: left;
  margin-left: 10px;
}
.woocommerce ul.products li.product .onsale {
  margin: 0;
}
.woocommerce.has-sidebar ul.products li.product {
  width: 32%;
}
@media(max-width:767px) {
	.woocommerce.has-sidebar ul.products li.product {
		width: 49%;
	}
}
@media(max-width:375px) {
	.woocommerce.has-sidebar ul.products li.product {
		width: 100%;
	}
}
.woocommerce.no-sidebar ul.products li.product {
  width: 24%;
}
.woocommerce.no-sidebar ul.products li.product .product-thumb-area img {
  width: 100%;
}
.woocommerce .star-rating {
  color: #f7c51d;
}
.woocommerce .products .star-rating {
  margin: 0 0 8px;
}
.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
  background-color: #e53935;
  padding: 0;
}
.woocommerce a.added_to_cart {
	background-color: #e53935;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	padding: 4px 12px;
	margin-top: 5px;
}
.woocommerce a.added_to_cart.wc-forward {
	margin-top: 1em;
	margin-left: 2px;
	padding: 12px 20px;
	line-height: 1;
}
.woocommerce a.added_to_cart:hover {
	background-color: #000000;
}
.woocommerce #yith-quick-view-modal #yith-quick-view-content {
	padding: 10px;
}
.woocommerce .products .product-thumb-area img {
	width: 100%;
}

.woocommerce .product-thumb-area {
	position: relative;
    overflow: hidden;
}
.woocommerce .product-thumb-area .overlay {
	background-color: rgba(31, 161, 46, 0.8);
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: all 0.5s ease 0s;
	width: 100%;
}
.woocommerce .product-thumb-area:hover .overlay {
  opacity: 1;
}
.woocommerce .product-thumb-area .product-info {
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  z-index: 9;
}
.woocommerce .product-thumb-area .product-info ul {
  margin: 0;
  text-align: center;
  font-size: 0;
}
.woocommerce .product-thumb-area .product-info ul li {
	display: inline-block;
	font-size: 16px;
	padding: 0 2px;
	overflow: hidden;
}
.woocommerce .product-thumb-area .product-info ul li a {
  background: #ffffff;
  display: block;
  padding: 8px;
  min-width: 38px;
}
.woocommerce .product-thumb-area .product-info ul li a .fa {
  color: #111111;
}
.woocommerce .product-thumb-area .product-info ul li a:hover .fa {
  color: #e53935;
}
.woocommerce .product-thumb-area:hover .product-info {
  opacity: 1;
}
.woocommerce .product-thumb-area .yith-wcwl-add-to-wishlist {
  position: relative;
  margin-top: 0;
}
.woocommerce .product-thumb-area .yith-wcwl-add-to-wishlist a.wishlist-icon {
  border-radius: 0;
}
.woocommerce .product-thumb-area .yith-wcwl-add-to-wishlist a.wishlist-icon i {
  margin: 0;
}
.woocommerce .product-thumb-area .yith-wcwl-add-to-wishlist img {
  background-color: #fff;
  left: 11px;
  margin: 0;
  position: absolute;
  top: 11px;
}
.woocommerce #yith-wcwl-popup-message {
  background-color: #000;
  border: none;
  border-radius: 0;
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
  padding: 10px;
}
/*-------------------------------------
#. Woocommerce: Shop List View
---------------------------------------*/
.woocommerce ul.products .grid-hide {
  display: none;
}
.woocommerce.product-list-view ul.products .grid-hide {
  display: block;
}
.woocommerce.product-list-view ul.products li.product h3 {
  margin: 0 0 12px;
}
.woocommerce.product-list-view ul.products li.product .button {
  margin-top: 0;
}
.woocommerce.product-list-view .product-thumb-area {
  float: left;
  margin-right: 20px;
  border: 1px solid #e7e7e7;
}
.woocommerce.product-list-view .product-info-area {
  overflow: hidden;
}
@media(max-width:767px) {
	.woocommerce.product-list-view .product-thumb-area {
		width: 30%;
	}
}
@media(max-width:375px) {
	.woocommerce.product-list-view .product-thumb-area {
		width: 100%;
		margin-right: 0;
	}
	.woocommerce.product-list-view .product-info-area {
		width: 100%;
		padding-top: 20px;
	}
}
.woocommerce.product-list-view .product-info-area .shop-excerpt {
  margin-top: 10px;
}
.woocommerce.product-list-view ul.products li.product,
.woocommerce-page.product-list-view ul.products li.product {
  width: 100%;
}
/*-------------------------------------
#. Woocommerce: Single Product
---------------------------------------*/
.woocommerce div.product div.summary {
  margin-bottom: 40px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:first-child {
  margin-bottom: 15px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
	margin-right: 7px;
	width: 31%;
	width: calc(28.66666667%);
	max-width: 195px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(3n+1) {
  margin-right: 0;
}
.woocommerce div.product .product_title {
	color: #222222;
	font-size: 24px;
	line-height: 1.1;
	margin-bottom: 10px;
}
.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 12px;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: #e53935;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 20px;
	display: inline-block;
}
.woocommerce div.product .sku {
	color: #222222;
	font-weight: 500;
	margin-bottom: 15px;
}
.woocommerce div.product .short-description {
	border-bottom: 1px solid #e7e7e7;
	border-top: 1px solid #e7e7e7;
	margin-bottom: 20px;
	padding: 15px 0;
}
.woocommerce div.product form.cart .variations {
	margin-top: 0;
	margin-bottom: 10px;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
	display: table-cell;
	padding-bottom: 10px;
	padding-top: 0;
	text-align: left;
	vertical-align: middle;
}
.woocommerce div.product form.cart .variations label {
	color: #222;
	font-size: 16px;
	margin-bottom: 0;
}
.woocommerce div.product form.cart .variations select {
  padding: 8px 10px;
}
.woocommerce div.product form.cart div.quantity {
  margin-right: 8px;
}
.woocommerce div.product form.cart,
.woocommerce div.product p.cart {
  margin-bottom: 17px;
}
.woocommerce div.product form.cart .button {
	background-color: #e53935;
	border-radius: 0;
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	padding: 16px 25px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
}
.woocommerce div.product form.cart .button:hover {
	background-color: #111111;
}
.woocommerce div.product .product-meta span {
	color: #222222;
	font-weight: 500;
}
.woocommerce div.product .product-meta a {
	color: #666666;
}
.woocommerce div.product .product-meta a:hover {
	color: #e53935;
}
.woocommerce div.product .woocommerce-tabs {
	border: 1px solid #e7e7e7;
	margin-bottom: 70px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin-bottom: 0;
	padding-left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	border-bottom: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background-color: #f5f5f5;
	border-color: #e7e7e7;
	border-radius: 0;
	border-width: 0 1px 1px;
	margin: 0;
	padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.description_tab {
  border-left-width: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #e53935;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	content: none;
	height: inherit;
	left: inherit;
	position: inherit;
	width: inherit;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #222222;
  font-weight: 500;
  padding: 12px 30px;
  text-transform: uppercase;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: #222222;
}
.woocommerce div.product .woocommerce-tabs .panel {
  border: medium none;
  box-shadow: none;
  margin: 0;
  padding: 30px 30px 20px;
}
.woocommerce div.product .woocommerce-tabs h2 {
  color: #111111;
  font-size: 24px;
}
.woocommerce div.product .up-sells {
  margin-bottom: 50px;
}
.woocommerce a.woocommerce-review-link {
  color: #666666;
}
.woocommerce a.woocommerce-review-link:hover {
  color: #e53935;
}
.woocommerce .quantity .qty {
	border: 1px solid #e7e7e7;
	border-radius: 0;
	box-shadow: none;
	height: 46px;
	text-align: center;
	padding: 1px;
	background-color: #fff;
}
.woocommerce .quantity .input-group-btn-vertical {
  float: left;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
}
.woocommerce .quantity .input-group-btn-vertical > .btn {
  border-radius: 4px;
  display: block;
  float: none;
  height: 23px;
  line-height: 14px;
  margin-left: -1px;
  max-width: 100%;
  outline: medium none;
  padding: 0 7px;
  position: relative;
  width: 100%;
}
.woocommerce .quantity .input-group-btn-vertical > .btn:hover,
.woocommerce .quantity .input-group-btn-vertical > .btn:active,
.woocommerce .quantity .input-group-btn-vertical > .btn:focus {
  background-color: #fff;
  border-color: #ccc;
  color: #333;
}
.woocommerce table.shop_attributes td {
  padding: 0 8px;
}
.woocommerce #reviews #comments {
  margin-bottom: 20px;
}
.woocommerce #reviews #comments h2 {
  margin-bottom: 30px;
}
.woocommerce #reviews #comments ol.commentlist {
  padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border: 1px solid #e7e7e7;
  border-radius: 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  padding: 0;
}
#review_form_wrapper {
  padding-top: 20px;
}
.woocommerce #reviews h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #111111;
}
.woocommerce p.stars a {
  color: #f7c51d;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background-color: #e53935;
  border-radius: 0px;
  box-shadow: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 20px;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #111111;
  color: #ffffff;
}
#review_form .form-group {
  margin-bottom: 10px;
}
.woocommerce #review_form #respond .comment-notes,
.woocommerce #review_form #respond .comment-form-rating {
  margin-bottom: 20px;
}
.woocommerce #review_form #respond .comment-form-rating {
  margin-top: 20px;
}
.woocommerce #review_form #respond .comment-form-rating label {
  color: #111111;
}
.woocommerce #review_form #respond .form-submit {
  margin: 5px 0 10px;
}
.woocommerce .related.products ul.products li.product {
  margin: 0;
  padding: 0;
  width: inherit !important;
}
.woocommerce .related.products ul.products li.product .onsale {
  margin: 0;
}
.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a {
  border: 1px solid #e7e7e7;
  margin-right: 1.8%;
  width: 32%;
}
/*-------------------------------------
#. Woocommerce: Cart
---------------------------------------*/
p.demo_store {
  background-color: #e53935;
}
.woocommerce-message::before,
.woocommerce-info::before {
  color: #e53935;
}
.woocommerce-message,
.woocommerce-info {
  border-color: #e53935;
}
.woocommerce table.shop_table {
  border-radius: 0;
}
.woocommerce-cart .woocommerce table.shop_table {
  border-width: 1px 1px 0 0;
}
.woocommerce-cart .woocommerce table.shop_table.cart {
  margin: 0 0 100px;
}
.woocommerce-cart .woocommerce table.shop_table th,
.woocommerce-cart .woocommerce table.shop_table td {
  border-width: 0 0 1px 1px;
  color: #111;
  text-align: center;
}
.woocommerce-cart .woocommerce table.shop_table th.product-name,
.woocommerce-cart .woocommerce table.shop_table td.product-name {
  text-align: left;
}
.woocommerce-cart .woocommerce table.shop_table td.product-quantity .spinner.quantity,
.woocommerce-cart .woocommerce table.shop_table td.product-remove > a {
  margin: 0 auto;
}
.woocommerce-cart .woocommerce table.shop_table td.product-name > a {
  color: #111;
  font-weight: 500;
}
.woocommerce-cart .woocommerce table.shop_table td.product-quantity .spinner.quantity input {
  color: #111;
}
.woocommerce-cart .woocommerce .quantity .qty {
  height: 30px;
}
.woocommerce-cart .woocommerce .actions {
  padding: 10px 12px;
}
.woocommerce-cart .woocommerce .actions input.button {
  padding: 10px 15px;
}
.woocommerce-cart .woocommerce .actions #coupon_code {
  border-color: #ddd;
  margin-right: 10px;
  padding: 9px;
  width: 110px !important;
}
.woocommerce-cart table.cart img {
  width: 50px;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  padding: 15px;
}
.woocommerce .cart-collaterals .cross-sells ul.products li .product-thumb-area li {
  width: inherit;
}
.woocommerce .cart-collaterals .cross-sells h2:after {
  content: none;
}
.woocommerce .cart-collaterals .cross-sells h2 {
  margin-bottom: 10px;
  padding-bottom: 0;
}
.woocommerce .cart-collaterals .cross-sells h2,
.woocommerce .cart-collaterals .cart_totals h2 {
  color: #111;
  font-size: 24px;
  margin-bottom: 35px;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit[disabled]:disabled,
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button[disabled]:disabled,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button[disabled]:disabled,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button[disabled]:disabled {
  color: #fff;
}
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit[disabled]:disabled:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button[disabled]:disabled:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button[disabled]:disabled:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button[disabled]:disabled:hover {
  background-color: #e53935;
  color: #fff;
}
.woocommerce-cart .woocommerce .cart_totals table.shop_table {
  border-width: 1px;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #e53935;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #000;
}
/*-------------------------------------
#. Woocommerce: Checkout
---------------------------------------*/
.woocommerce-checkout .checkout_coupon .button {
  padding: 12px 25px;
}
.woocommerce-checkout .woocommerce h3 {
  color: #111;
  font-size: 20px;
  margin-bottom: 25px;
}
.woocommerce-checkout .woocommerce label {
  color: #111;
}
.woocommerce form.woocommerce-checkout .form-row {
  margin-bottom: 20px;
}
.woocommerce form.woocommerce-checkout .form-row .select2-choice {
  padding: 4px 8px;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  line-height: 1.2;
  padding: 10px;
}
.woocommerce-checkout .select2-container .select2-choice {
  border-radius: 0;
}
.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table {
  margin-bottom: 40px;
}
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: #ccc;
  background-color: #f5f5f5;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
  border-color: 1px solid #ccc;
  border-width: 0 0 1px 1px;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table td,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table th {
  border-width: 1px 1px 0 0;
  color: #111;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background-color: #ededed;
  border-radius: 0;
}
/*-------------------------------------
#. Woocommerce: Order received
---------------------------------------*/
.woocommerce-order-received .woocommerce {
  color: #111;
}
.woocommerce-order-received .woocommerce h2 {
  font-size: 20px;
}
.woocommerce-order-received .woocommerce .order_details li {
  font-size: 1em;
}
.woocommerce-order-received .woocommerce .shop_table {
  margin-bottom: 40px;
  border-color: #ccc;
  border-width: 1px 1px 0 0;
}
.woocommerce-order-received .woocommerce .shop_table th,
.woocommerce-order-received .woocommerce .shop_table td {
  border-color: #ccc;
  border-width: 0 0 1px 1px;
}
.woocommerce-order-received .woocommerce .woocommerce-thankyou-order-received {
  font-size: 20px;
  margin-bottom: 40px;
}
.woocommerce-order-received .woocommerce .title h3 {
  margin-bottom: 10px;
}
/*-------------------------------------
#. Woocommerce: My Account
---------------------------------------*/
.woocommerce-account .woocommerce {
  color: #111;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  float: none;
  width: inherit;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  margin-bottom: 50px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
  color: #fff;
  display: inline-block;
  margin-bottom: 5px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
	color: #fff;
	padding: 10px 20px;
	background-color: #e53935;
	display: inline-block;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a:hover,
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  background-color: #000;
}
.woocommerce-account .woocommerce .shop_table {
	margin-bottom: 0;
	border-color: #ccc;
	border-width: 1px 1px 0 0;
	font-size: 1em;
}
.woocommerce-account .woocommerce .shop_table th,
.woocommerce-account .woocommerce .shop_table td {
	border-color: #ccc;
	border-width: 0 0 1px 1px;
}
.woocommerce-account .woocommerce table .button {
	padding: 8px 14px;
}
.woocommerce table.my_account_orders th,
.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders .order-actions,
.woocommerce table.woocommerce-MyAccount-downloads th,
.woocommerce table.woocommerce-MyAccount-downloads td,
.woocommerce table.woocommerce-MyAccount-downloads .order-actions {
	text-align: center;
}
.woocommerce-edit-address .woocommerce-MyAccount-content > p,
.woocommerce-edit-account .woocommerce-MyAccount-content .form-row {
	margin-bottom: 30px;
}
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-Button {
	margin-top: 30px;
}
/*-------------------------------------
#. Woocommerce: Login/Register
---------------------------------------*/
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	border-radius: 0;
}
.woocommerce-account .woocommerce form.login .form-row,
.woocommerce-account .woocommerce form.register .form-row {
	margin-bottom: 20px;
}
/*-------------------------------------
#. Woocommerce: Yith Wishlist
---------------------------------------*/
.woocommerce .wishlist-title h2 {
	color: #111;
	margin-bottom: 25px;
	padding: 0;
}
.woocommerce .shop_table.wishlist_table {
	border-color: #ccc;
	border-width: 1px 1px 0 0;
	color: #111;
	font-size: 14px;
	margin-bottom: 40px;
}
.woocommerce .shop_table.wishlist_table th,
.woocommerce .shop_table.wishlist_table td {
	border-color: #ccc;
	border-width: 0 0 1px 1px;
	text-align: center;
}
.woocommerce .shop_table.wishlist_table tfoot td {
	text-align: left;
}
.woocommerce .wishlist_table td.product-add-to-cart a {
	border-radius: 0;
}
.entry-breadcrumb .breadcrumb-first:nth-child(2) {
	display: none;
}
/*Gutenberg support*/
.wp-block-pullquote {
	border-top: 0;
    border-bottom: 0;
    padding: 1em 0;
}
.wp-block-pullquote blockquote {
	margin: 20px 0 20px !important;
	padding: 30px 45px;
}
.wp-block-pullquote blockquote cite {
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px;
    color: #e53935;
    letter-spacing: 1px;
	display: block;
}
.wp-block-pullquote.aligncenter .editor-rich-text .wp-block-pullquote__citation,
.wp-block-pullquote.aligncenter blockquote cite {
    text-align: center;
}
.editor-styles-wrapper figure {
    margin: 1em 0;
}
.wp-block-separator {
    border: none;
    border-bottom: none;
}
/*Post progress bar*/
.single .barta-progress-container {
	width: 100%;
	height: 8px;
	background: #ccc;
	position: fixed;
	top: 0px;
	z-index:999999;
}
.single.admin-bar .barta-progress-container {
	top: 32px;
}
.single.admin-bar.scroll_indicator_on .rt-sticky-menu {
	top: 40px;
}
.single.admin-bar .barta-progress-container.bottom {
    bottom: 0 !important;
    top: initial;
}
.single .barta-progress-bar {
	height: 8px;
	background: #e53935;
	width: 0%;
}
/**/
.comment-text .item-rating {
	margin-bottom: 10px;
	top: -27px;
	right: 0;
	z-index: 1;
}
@media only screen and (max-width: 1199px) {
	.comment-text .item-rating {
		position: inherit;
		margin-bottom: 5px;
	}
}
.comment-text .item-rating li.single-item {
	display: inline-block;
}
.comment-text .item-rating li.single-item i {
	font-size: 16px;
	margin-right: 4px;
}
.comment-text .item-rating li.single-item span {
	color: #111111;
	display: inline-block;
	margin-left: 8px;
}
.comment-text .item-rating li.single-item span span {
	color: #bebebe;
	margin-left: 0;
}
/*for avarage rating*/
.avg.item-rating li > span {
    margin-left: 8px;
}
.avg.item-rating li {
    font-size: 18px;
}
.avg.item-rating li i {
    font-size: 18px;
}
.avg.item-rating li span span {
    color: #bebebe;
	font-size: 14px;
}
.avg.item-rating { display: inline-flex; margin-bottom: 6px; list-style: none; padding-left: 0px; }
.avg.item-rating li { margin-right: 3px; }
.avg.item-rating li.star-fill > i,
.single-recipe-layout1 .recipe-reviews .reviews-single-item .item-rating li.star-fill > i {
	color: #ffb300;
}
.item-rating li.star-empty > i,
.single-recipe-layout1 .recipe-reviews .reviews-single-item .item-rating li.star-empty > i {
	color: #d9d9d9;
}
.avarage-rating-wrap {
	margin-bottom: 20px;
}

#meanmenu{
  position: relative;
}
.mean-bar .header-action-items{
    position: absolute;
    top: 14px;
    right: 67px;
}
.mean-container .mean-bar {
    width: 100%;
    position: relative;
    background: #ffffff;
    padding: 10px 0;
    z-index: 999999;
    border-bottom: 2px solid #26c6da;
}
.offscreen-navigation .sub-menu {
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    display: none;
}
.offscreen-navigation ul li {
  position: relative;
}
.offscreen-navigation ul li span {
    position: absolute;
    right: -14px;
    top: -7px;
    height: 40px;
    width: 40px;
    z-index: 9;
    cursor: pointer;
}
.offscreen-navigation li>a {
    display: block;
    position: relative;
    color: black;
    font-size: 16px;
    font-weight: 500;
}
.offscreen-navigation .sub-menu li>a {
    font-size: 14px;
    font-weight: 500;
}
.offscreen-navigation .menu>li{
   padding-bottom: 8px;
}
.offscreen-navigation li.menu-item-has-children> a:after {
    content: '\f067';
    display: inline-block;
    font-family: FontAwesome;
    transition: .1s;
    right: 0;
    position: absolute;
    font-size: 13px;
}

.offscreen-navigation li.menu-item-has-children> a.opened:after {
    content: '\f068';
}

@media only screen and (min-width: 1025px){
  #meanmenu {
     display: none;
  }
}
@media only screen and (max-width: 1025px){

  #masthead {
     display: none;
  }
  
}
.mean-bar .header-btn-new.mobile-btn {
    position: absolute;
    right: 12%;
    top: 8px;
}
.mean-bar .sidebarBtn{
    position: absolute;
    font-size: 20px;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.header-style-2 .rt-header-menu{
  background:transparent;
}

.rt-slide-nav{
    position: absolute;
    background: white;
    width: 100%;
    left: 0;
    z-index: 99;
    display: none;
    padding: 30px;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    box-shadow: 0px 0px 10px 0px #0000001c;
}
.rt-slide-nav ul{
  list-style-type: none;
  margin: 0px;
}
#meanmenu .mean-bar .logo-small{
    width: 140px;
    padding: 0px 15px;
}
body.slidemenuon{
  overflow:hidden;
}

