/*
Theme Name: DirJewel
Author: Christian Milacek
Author URI: https://direction.at/
Description: DirJuwel a Theme for Nowotny
Version: 1.0.0
License: GNU General Public License version 2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: DirJewel
Requires PHP:  5.6
Tested up to: 5.9
Tags:blog,food-and-drink,two-columns,right-sidebar,full-width-template,custom-colors,custom-menu,custom-header,custom-logo,featured-images,editor-style,custom-background,threaded-comments,
theme-options, translation-ready
DirJewel WordPress Theme is released under the terms of GNU GPL
*/
*{ 
	padding:0;
	outline:none;
	margin:0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.nivo-caption{display:none !important;}
body{
	font-family:'Poppins', sans-serif;		
	font-size:16px;
	line-height:28px;
	color:#555555;
	-ms-word-wrap:break-word; 
	word-wrap:break-word;
	background-color:#ffffff;
}
/* = Heading tags
--------------------------------------------- */
h1, h2, h3, h4, h5, h6{ 
	font-family:'Oswald', sans-serif;
	color:#303030;
	font-weight:600;
	margin:0 0 20px;
	padding:0;
	line-height:1.1;
}
h1{ font-size:42px;}
h2{ font-size:32px;}
h3{ font-size:30px;}
h4{ font-size:24px;}
h5{ font-size:22px;}
h6{ font-size:18px;}

h1.entry-title{ 
	font-size:40px;	
	font-weight:400;
	margin-bottom:35px;
}

/* = Clearings CSS
--------------------------------------------- */
.clear:before,
.clear:after,
.site-header:before,
.site-header:after,
.site-footer:before,
.site-footer:after,
nav:before,
nav:after {
	content: "";
	display: block;
}
.clear:after,
.site-header:after,
.site-footer:after,
nav:after {
	clear: both;
}
.clear{ 
	clear:both;
}
/* = Default CSS
--------------------------------------------- */
a{ 
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	text-decoration:none;
	color:#efc62c;
}
a:hover{ 
	color:#111;
}

a:active, 
a:hover {
	outline-width: 0;
}
b, 
strong {	
	font-weight: bold;
}
pre {
	background-color: #eee;
	padding:20px;	
	line-height: 1.4;
	margin-bottom:25px;
	max-width: 100%;
	font-size: 14px;
	overflow: auto;
}

figcaption,figure{	
	display: block;
}
figure {
	margin: 0em 0;/*direction*/
}
.post-tags{ 
	font-weight:bold;
}
.post-tags a:hover{ 
	color:#000 !important;
}

p{ 
	margin:0;
	padding:0;
}

blockquote{ 
  position: relative;  
  font-size: 16px;
  margin:50px auto;  
  line-height:1.6;
  font-style:italic;  
  background-color:#ededed;
  padding:1.2em 30px 1.2em; 
  color: #555555; 
  border-left:7px solid #bc9873 ; 
}

blockquote p{ 
	margin-bottom:0 !important;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

.left{ 
	float:left;
}
.right{ 
	float:right;
}

.textwidget select{ 
	width:100%;
}
.tagcloud a{ 
	color:#fff;
	margin:0 5px 5px 0;
	font-size:12px !important;	
	border:1px solid #fff;
	display:inline-block;	
	padding:5px 12px;
}
.tagcloud a:hover{ 
	border:1px solid #fff;
}
table{ 
	width:100%
}
.wp-caption, 
.wp-caption-text, 
.sticky, 
.gallery-caption, 
.aligncenter{
	max-width:100% !important; 
	margin:0;
	padding:0;
}

.last_column{
	clear:right;
	margin-right:0 !important;
}



/*
pagination style CSS
---------------------------------*/
nav.pagination .page-numbers{ 
	font-size:14px;	
	padding:10px 15px;
	font-weight:600;
	background-color:#ccc;
	color:#444;
}
nav.pagination .page-numbers.current{
	background-color:#efc62c;
}
.site-nav-previous, 
.nav-previous{ 
	float:left;
}
.site-nav-next,
.nav-next{ 
	float:right;
}
nav#nav-below{ 
	margin-top:15px;
}

#comment-nav-above .nav-previous, 
#comment-nav-below .nav-previous{ 
	float:none !important;
	margin:10px 0;
}

dt {
	font-weight: 700;
}
dd {
	margin: 0 1.5em 1.5em;
}
audio:not([controls]) {	
	display: none;
	height: 0;
}

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

iframe{
	max-width:100%;
}
.breadcrumbs{
	padding:10px 0;
	margin-bottom:0;
}
nav.pagination{ 
	clear:both;
}



/* Accessibility */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	padding: 0;
	position: absolute !important;
	width: 1px;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;	
	overflow: hidden;
	word-wrap: normal !important;
/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	font-size: 14px;
	font-weight: bold;	
	height: auto;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;	
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}


/*
Lists style CSS
---------------------------------*/
ol,
ul{ 
	margin:0;
	padding:0;
}
ul {
	list-style: inside none disc;
}
ol {
	list-style: decimal;
}
ul li ul, 
ul li ul li ul, 
ol li ol, 
ol li ol li ol{ 
	margin-left:10px;
}

ul li,
ol li {
	margin-bottom: 0;
	margin-left: 1.5em;
}
/*image align css*/
img{ 
	max-width:100%; 
	height:auto;
	border:none;
	vertical-align:middle;	
	border-style: none;
}
.alignnone{ 
	width:100%;
}

.aligncenter, 
img.aligncenter { 
	display: block;
	clear: both;	
	margin-left: auto;
	margin-right: auto;
	margin-top:0;
	height:auto;
}
img.alignright, 
.alignright{ 
	border:1px solid #ddd;
	float:right;
	padding:5px;
	margin:0 0 0 15px;
}
img.alignleft, 
.alignleft{ 
	margin:0 15px 0 0;	
	float:left;
	padding:5px;
	border:1px solid #ddd;
}
/* = Default Button CSS
---------------------------- */
a.blogreadmore{ 
	background-color:#505050;
	padding:5px 20px;
	display:inline-block;
	color:#fff ;
	border-radius:3px;
}
a.blogreadmore:hover{ 
	background-color:#404040;
	color:#fff;
}
h2.sectiontitle{
	font-size:50px;	
	font-weight:600;
	position:relative;	
	margin-bottom:70px;
	text-align:center;
	text-transform:uppercase;
}

a.ReadMoreBtn{ 
	padding: 0; 
	margin: 20px 0 0 0; 
	font-weight: 600;
	text-transform:uppercase;
}
a.ReadMoreBtn:hover{ 
	color:#fff;
}

/* = Header Top CSS
------------------------------------------- */
.top-bar-100{
	clear:both; 
	color:#fff; 
	padding:0; 
	margin:0; 
	position:relative;
}
.top-align-left{
	display: inline-block; 
	text-align: left;
	vertical-align: top;
}
.top-align-right{ padding:0; 
	float: right; 
	clear:right; 
}
.top-align-center {
	padding: 0;
	text-align: center;
	align-items: center;
	display: flex;
	justify-content: center;
}
.infobox{ 
	display:inline-block; 
	margin:0; 
	text-align:left; 
	color:#fff; 
	padding:0 25px 0 0; 
	line-height:52px;
}
.top-bar-100 .infobox a{ 
	color:#fff;
}
.infobox i{ 
	margin:0 5px 0 0; 
	line-height:inherit; 
	text-align:center; 
	font-size:18px; 
}
.top-bar-100 .infobox a{ 
	color:#fff;
}
.top-bar-100 .header-request-quote{
	float:right; 
	margin:0 30px 0 0; 
	display: contents;
}
.top-bar-100 .header-request-quote .custombtn{ 
	margin:0;
	position:relative;
	
}
.top-bar-100 .header-request-quote .custombtn a{ 
	background-color:#bc9873; 
	color:#fff; 
	text-transform:uppercase; 
	font-family:'Oswald', sans-serif;  
	font-size:22px; 
	font-weight:500; 
	border-radius:0; 
	padding:20px 38px; 
	display:inline-block;
	
}
.top-bar-100 .header-request-quote .custombtn a:after{ 
	content:''; 
	background-color:#bc9873; 
	height:17px; 
	position:absolute; 
	right:0; 
	bottom:-117px; 
	width:100%; 
	-webkit-border-bottom-right-radius: 5px; 
	-webkit-border-bottom-left-radius: 5px; 
	-moz-border-radius-bottomright: 5px; 
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px; 
	border-bottom-left-radius: 5px;
	display:none;
}

.logo-and-menu{
	background-color:#fff; 
	background-color:#ffffff9c; 
	padding:0 40px; 
	width:1170px;
	/* border-radius:10px; 
	-moz-border-radius:10px; 
	-webkit-border-radius:10px; 
	-webkit-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1); */
}

.top-bar-100 .header-request-quote .custombtn a:hover, 
.top-bar-100 .header-request-quote .custombtn a:hover:after,
.top-bar-100 .header-request-quote .custombtn a:focus, 
.top-bar-100 .header-request-quote .custombtn a:focus:after{ 
	background-color:#7f6345;
}

.hdrtopcart{ display:inline-block;}

/* = Main site CSS
-------------------------------------------------------------*/
#SiteWrapper{ 
	position:relative;
	margin:0 auto;
	overflow-x:hidden;
}

.container{ 
	position:relative;
	width:1170px;
	width:100%; /*by direction*/
	margin:0 auto;
}
.centercon{ 
	display:flex;
	/* position:relative;
	width:1170px; */
	width:100%; /*by direction*/
	/* margin:auto; */
	align-items: center;
	justify-content: center;
}
.centeriframe{
	display:flex;
	width: 100%;
	height: 1000px !important;
	align-items: center;
	justify-content: center;
}

.fullscreenimage{
width: 100%;
/* display: block; */
height: 100%;
/* position: absolute; */
right: 0;
top: 0;
z-index: 0;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center center;
object-position: center center;
}

.site-header{ 
	position: absolute;
	top:0;
	left:0;
	right:0;
	width:100%;
	z-index:999;
}
.site-header.innerpage_header{ 
	position:relative;
} 
.logo {
    /* float: left; */
	/* width:20%; */
	width:100%;/*direction*/
    /* text-align: left;    */
    text-align: center;/*direction*/   
    padding:19px 0;
    position: relative;
    z-index: 99999;
	border-bottom: 1px solid #002762;
}

.logo a{ 
	color: #fff;
	position:relative;
	display:block;
	z-index:99;
}
.site_branding{ 
	position:relative; 
	z-index:99;
}
.logo h1 {
	font-size:35px;
	margin:0;
	font-weight:700;
}
.logo p{ 
	color:#060606;
	display:block;
}
.RightNavMenu{ 	
	/* text-align:right; */
	text-align:center;/*direction*/
	/* float:right;	 */
	padding:20px 0;
	/* width:75%; */
	width:100%;/*direction*/
}

/* = Header Navigation CSS
--------------------------------------------------*/
#navigationpanel{ 
	position:relative; 
}

.header-navigation {
    display: block;
    position: relative;
    width: 100%;
}

.header-navigation ul ul {
    background-color: #fff;
    text-align: left;
    padding: 0;
}
.header-navigation ul ul li a {
    padding: 12px 15px;
}
.header-navigation ul ul a:after {
    float: right;
}
.header-navigation ul {   
    list-style: none;
    margin: 0;
	display: none;
    padding-left: 0;
}
.header-navigation li {
    position: relative;
	margin:0;
}

.header-navigation a {
    font-size: 17px;
    line-height: 1.5;
	display: block;
    font-weight: 400;
    /* color: #212121;    */
    color: #002762; /*direction*/
	text-align:left;
}
.header-navigation ul ul {
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}
.header-navigation ul ul ul {
    left: -999em;
    top: 0;
}
.header-navigation li li {
    display: block;
}
.header-navigation ul.nav-menu .current_page_item > a,
.header-navigation ul.nav-menu .current-menu-item > a,
.header-navigation ul.nav-menu .current_page_ancestor > a,
.header-navigation ul.nav-menu .current-menu-ancestor > a {
    color: #0FBAF4;
}
.header-navigation ul.nav-menu > li:before {
    background-color: #5750A0;
    color: #fff;   
    display: inline-block;
    text-align: center;
    border-radius: 50%;
	width: 46px;
    height: 46px;
    line-height: 46px;
}

.menu-toggle {
    font-size: 16px;
    margin: 10px 0;   
    width: 50px;
    height: 50px;
    position: absolute;
	display: block;
    top: 15px;
    right: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
	z-index:999999;
}

.menu-toggle span {
    position: absolute;
    top: 50%;
    left: 0;	
    right: 0;   
    width: 30px;
    height: 4px;
	margin: 0 auto;
    display: block;
    background-color: #000;
    font-size: 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.menu-toggle span:before, 
.menu-toggle span:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -webkit-transform 0.3s;
    -ms-transition: -webkit-transform 0.3s;
    -o-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}
.menu-toggle span:before {
    -webkit-transform: translateY(-250%);
    -moz-transform: translateY(-250%);
    -ms-transform: translateY(-250%);
    -o-transform: translateY(-250%);
    transform: translateY(-250%);
}
.menu-toggle span:after {
    -webkit-transform: translateY(250%);
    -moz-transform: translateY(250%);
    -ms-transform: translateY(250%);
    -o-transform: translateY(250%);
    transform: translateY(250%);
}
.menu-toggle.active span:before {
    -webkit-transform: translateY(0) rotate(45deg);
    -moz-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    -o-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}
.menu-toggle.active span:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}
.menu-toggle.active span {
    background-color: transparent;
}
.menu-label {
    float: right;
    color: #111;
    padding: 7px 0 0 10px;
    display: none;
}
button.dropdown-toggle {  
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    background-color: transparent;
    color: #000;
    border: none;
    width: 45px;
    height: 45px;
    line-height: 50px;
	padding: 0;
}
button.dropdown-toggle.active i {
    transform: rotate(-180deg);
    transform-origin: center;
}

@media screen and (min-width: 1024px) {
    #masthead {
        min-height: 108px;
    }
    .menu-sticky #masthead {
        position: sticky;
        top: 0;
    }
    .menu-sticky #masthead.nav-shrink {
        box-shadow: 0 6px 10px rgb(0 0 0 / 10%);
    }
    .customize-support.menu-sticky #masthead.nav-shrink {
        top: 32px;
    }
    .site-branding {
        display: flex;
        align-items: center;
        min-height: 108px;
    }
    .header-navigation {
        padding: 10px 0;
        width: auto;
    }
    .header-navigation.icons-active {
        padding: 0;
    }
    .header-navigation ul.nav-menu > li {
        text-align: center;
    }	
    .header-navigation ul.nav-menu > li {
        text-align: center;
        padding: 10px 18px;
    }
    .header-navigation.icons-active ul.nav-menu > li {
        padding: 15px 25px 8px;
    }
    .header-navigation ul.nav-menu > .menu-item-has-children > a:after {              
        position: relative;
        bottom: 1px;
		padding-left: 10px;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        text-rendering: auto;
    }
    .header-navigation ul ul .menu-item-has-children > a:before {       
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        text-rendering: auto; 
        position: absolute;
		top: 20px;
        right: 15px;
    }
	/*Dropdown arrows*/
	.header-navigation .menu-item-has-children > a:after, 
	.header-navigation .page_item_has_children > a:after {
		font-family: dashicons;
		content: '\f347';
		vertical-align: bottom;
		margin-left: 0.25em;
	}		
	
	.header-navigation .menu-item-has-children .menu-item-has-children > a:after,
	.header-navigation .menu-item-has-children .page_item_has_children > a:after,
	.header-navigation .page_item_has_children .menu-item-has-children > a:after,
	.header-navigation .page_item_has_children .page_item_has_children > a:after {
		content: '\f345';
		font-family: dashicons;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translate(0, -50%);
	}		
	
    .header-navigation ul.nav-menu {
        display: block !important;
        height: auto !important;
    }
    .header-navigation ul ul {
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.20);
        width: 220px;
    }
    .header-navigation ul li:hover > ul,
    .header-navigation ul li.focus > ul {
        left: 0;
        right: auto;
        display: block !important;
    }
    .header-navigation ul ul li:hover > ul,
    .header-navigation ul ul li.focus > ul {
        left: 100%;
        right: auto;
    }
    .header-navigation ul ul li:hover > a,
    .header-navigation ul ul li.focus > a {
        
    }
    .header-navigation ul.sub-menu > li:last-child > a {
        border-bottom: none;
    }
    .header-navigation ul ul li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    }
    .header-navigation ul ul > li:last-child {
        border-bottom: none;
    }
    .header-navigation ul ul li a:hover,
    .header-navigation ul ul li.current-menu-ancestor:hover > a {
       
    }   
    .menu-toggle {
        height: 80px;
        position: absolute;
        top: 50%;
        right: 35px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    button.dropdown-toggle {
        display: none;
    }
    .menu-toggle {
        display: none;
    }
    .header-navigation ul {
        display: block;
    }
    .header-navigation li {
        display: inline-block;
    }
    .header-navigation .left-menu {
        padding-left: 50px;
    }
    .header-navigation ul.nav-menu > li.left-menu > a,
    .header-navigation ul.nav-menu > li.right-menu > a {
        padding-left: 5px;
        padding-right: 5px;
    }
    .header-navigation li.left-menu + li.right-menu:before {
        content: "/";
        position: absolute;
        top: 50%;
        margin-left: -6px;
        color: #fff;
        margin-top: -1px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 1023px) {
    #masthead {
        min-height: 86px;
    }    
    .header-navigation ul ul {
        border-top: 1px solid rgba(0, 0, 0, 0.10);
    }
    .header-navigation ul ul ul {
        margin-top: 0;
    }
    .header-navigation ul.nav-menu li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.10);
        display: block;
        width: 100%;
    }
    .header-navigation ul.nav-menu li:last-child {
        border-bottom: none;
    }
    .header-navigation ul.nav-menu > li {
        width: 100%;
        padding: 0;
    }
    .header-navigation ul ul li a {
        padding-left: 35px;
    }
    .header-navigation ul ul ul li a {
        padding-left: 60px;
    }
    .header-navigation ul ul ul ul li a {
        padding-left: 80px;
    }
    .header-navigation ul ul a {
        width: 100%;
    }
    .header-navigation ul ul,
    .header-navigation ul ul ul {
        box-shadow: none;
        float: none;
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 0;
        display: none;
    }
    .header-navigation ul.nav-menu > li:before {
        display: none;
    }
    .header-navigation .menu-item-has-children > a:before {
        content: "";
        float: right;
        position: relative;
        right: 0;
        background-color: rgba(255, 255, 255, 0.20);
        width: 1px;
        height: 25px;
    }
    .header-navigation .menu-item-has-children > a:after {
        padding-top: 3px;
    }
    .header-navigation ul.sub-menu li a {
        border-left: none;
    }
    .header-navigation ul.nav-menu {
        margin-right: 0;
        background-color: #fff;
        margin-top: 25px;
        border-top: 1px solid rgba(0, 0, 0, 0.10);
    }
    .header-navigation {
        position: static;
    }
    .header-navigation a {
        color: #555555;
        padding: 12px 15px;

    }
    #masthead.site-header .header-navigation ul.nav-menu {
        margin-top: 0;
        position: absolute;
        max-width: 500px;
        top: 100%;
        left: auto;
        right: 0;
        width: 100%;
        z-index: 10;
    }
   
}

@media screen and (max-width: 992px) {    
    .comments-title, 
    #reply-title {
        font-size: 28px;
    }
}

@media screen and (max-width: 767px) {
	#masthead.site-header .header-navigation ul.nav-menu {
	max-width: 100%;
	}
}

/* = Page layout css
------------------------------------------ */
.Site-Content-Left{ 
	width:100%;
	margin:0;
	padding:0 5% 0 0;
	float:left;
}
.SitePageStyle-2{
	padding:0;
}

.Site-Content-Left ul, 
.Site-Content-Left ol{ 
	margin:0 0 20px 20px;
}
.Site-Content-Left ul li, 
.Site-Content-Left ol li{ 
	margin:0;
}
.Site-Content-Left ul ul, 
.Site-Content-Left ol ol{ 
	margin:0 0 0 30px;
}
.fullwidth{ 
	width:100% !important;
	float:none  !important;
	padding:0 !important;
}
.fullwidth p{ 
	margin-bottom:15px;
}
.boxlayout{ 
	position:relative;
	width:1210px;
	margin:0 auto;
	background-color:#fff;	
	box-shadow:0 -8px 8px #111;
}
.fulllayout{ 
	width:100% !important;
}
#content-wrapper-full{ 
	padding:0px 0;/*direction*/
}
#content-wrapper-full p{ 
	margin-bottom:25px;
	padding: 10px;
}
.slider_wrapper{ 
	position:relative;
}

.Site-Content-Left a{ 
	font-weight:bold;
	text-decoration:underline;
}
.Site-Content-Left .comments-area a{ 
	font-weight: 400;
	text-decoration:underline;
}


/* = Four column Services Section CSS
----------------------------------------- */
#services-section1{ 
	padding:90px 0;
	background-color:#fff;
}
@media (min-width: 981px){
	/*equal-height-row*/
	.box-equal-height{ display:flex;}
}

.col-lg-30{
	position:relative; 	
	width: 31.55%;
	float:left; 
	margin:0 2.5% 2.5% 0;
	padding:40px;
	background-color:#fff;
	border:1px solid #e3dfdc;
	border-radius:5px;
	text-align:	center; 	
}

.col-lg-30 h4{ 
	margin:0 0 20px;
	font-size:22px;
	line-height:30px;
	text-transform:uppercase;
}
.col-lg-30 h4 a{ 
	color:#494848
}
.col-lg-30:hover h4 a{ 
	color:#bc9873
}

.col-lg-30 p{
	margin-bottom:35px;
}
.col-lg-30 .icon-lx{	
	margin:0 auto 25px auto;
	width:97px; 
	height:97px; 
	overflow:hidden;
}
.col-lg-30 .icon-lx a{	
	display:block;
}
.col-lg-30 .icon-lx img{	
	min-height:97px;
	vertical-align: top;
}
.col-lg-30 a.more-bgbtn{ 
	font-size:0;
	font-weight: 600;
	color:#e4e3e1; 
	width:45px; 
	height:45px; 
	line-height:45px; 
	text-align:center;
	border:1px solid #e3dfdc;
	display:inline-block;
	border-radius:5px; 
 }
.col-lg-30 a.more-bgbtn:after{ 
	content: "\f061"; 
	font-size:16px; 	
	font-family: 'Font Awesome 5 Solid'; 
}

.col-lg-30:hover a.more-bgbtn{ 
	color:#fff; 
}


/* = services-section2 Section CSS
----------------------------------------- */
#services-section2{ 
	padding:100px 0 80px;
	 background-color:#f6f2ee;
}
.Short-descPart{ 
	width:50%; 
	margin:0; 
	float:left; 
	position:relative; 
	padding:0;
}
.Short-descPart h3{ 
	font-size:50px; 
	font-weight:600; 
	margin-bottom:50px; 
	line-height:60px;
	color:#222;
	text-transform:uppercase;
}

.HalfimgBX{ 
	width:45%; 
	margin:0;  
	padding-left:5%; 
	float:right;
	height:450px;
	overflow:hidden;
}
.HalfimgBX img{ 
	width:100%; 
	display:block; 
	position:relative; 
	z-index:99;
}

.Short-descPart ul{ 
	margin:0; 
	padding:0;
	font-size:18px; 
	font-weight:600; 
	margin:50px 0;
}
.Short-descPart ul li{ 
	list-style: inside none; 
	color:#494848; 
	margin:0 0 8px 0;
}
.Short-descPart ul li::before { 
	position:relative; 
	content: "\f105"; 
	font-family: 'Font Awesome 5 Solid'; 
	font-size:18px; 
	vertical-align:top; 
	margin-right:15px; 
}


/* = Sidebar CSS
----------------------------------------------- */
#sidebar{
	position:relative;	
	padding:30px;	
	float:right;
	width:30%;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px; 
	-webkit-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
}
aside.widget{ 
	margin-bottom:30px;
}
aside.widget ul{ 
	list-style:disc inside;
}
#sidebar h3.widget-title, 
#sidebar h2{ 
	position:relative;	
	padding:0;
	margin:0 0 15px 0;
	font-size:28px;
	font-weight:600;
	color:#202020;
}
#sidebar ul li, 
#sidebar ol li{ 
	list-style:none;	
	border-bottom:1px solid #eee;
	line-height:24px;
	margin:0;
	padding:8px 10px 8px 0;
}
		
#sidebar ul li a, 
#sidebar ol li a{ 
	color:#3b3b3b;
}
#sidebar ul li a:hover,
#sidebar ol li a:hover{ 
	color:#bc9873;
}
#sidebar ul li:last-child,
#sidebar ol li:last-child{ 
	border:none;
}
aside .textwidget, 
#sidebar .gallery, 
aside.widget_media_image{ 
	padding:20px;
	background-color:#fff;
	box-shadow:0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
/*sidebar search form css*/
#sidebar .search-form{ 
	margin-bottom:20px;
}
#sidebar .search-form input.search-field{ 
	background-color:#fff;
	width:80%;
	padding: 13px 15px 13px 15px;
	border:1px solid #ddd;
}
#sidebar .search-form input.search-submit{ 
	background:url(images/search-icon.png) no-repeat center center #efc62c;
	float:right;	
	height:43px;
	width:20%;
	padding: 12px 0 12px 0;
	font-size:0;
	border:0;
}
#sidebar .comment-author-link a{ 
	text-transform: capitalize;
}



/* = Site Footer css
-------------------------------------------- */
.site-footer{ 
	background-color:#222222;
	position:relative;
	padding:0;
	color:#fff;
}
.site-footer h2, 
.site-footer h3, 
.site-footer h4{ 	
	margin-bottom:30px;
	font-size:24px;
	font-weight:600;
	color:#fff;
	position:relative;
}

.fwcolumn-1, 
.fwcolumn-2, 
.fwcolumn-3, 
.fwcolumn-4{
	width:30%;
	float:left;
	margin:0 5% 0 0; 
	padding:50px 0;
}

.fwcolumn-3{ 
	margin:0 !important;
}
.fwcolumn-4{ 
	width:30%;
	float:left;
	margin:0;
}

.site-footer ul{ 
	margin:0;
	padding:0;
}
.site-footer ul li { 
	padding:0 0 8px 0;
	margin:0;
	list-style:none;
	color:#fff;
}
.site-footer ul li a { 
	color:#fff;
}
.site-footer ul li::before{ 
	content: "\f105";
	font-family: 'Font Awesome 5 Solid';
	margin-right:15px;
	font-size:16px;
	color:#fff;
}
.site-footer ul li a:hover, 
.site-footer ul li.current_page_item a { 
	color:#000;
}

/* = Footer Copyrigh wrapper css
-------------------------------------------- */
.copyrigh-wrapper{ 	
	position:relative;
	display:flex;
	color:#fff;
	padding:25px 0;
	text-align:center;
	justify-content: center;
	align-items: center;
	background-color:#1b1b1b;	
}

.copyrigh-wrapper a:hover{ 
	color:#000;
}
.copy-100{ 
	text-align:center;
}

/* = Blog post styles
-------------------------------------------------------------- */
.Site-Content-Left.blogfullwidth{ 
	width:100%; 
	float:none; 
	margin:0;
	transition:all ease-in-out .4s;
	-ms-transition:all ease-in-out .4s;
	-webkit-transition:all ease-in-out .4s;	
}

.article-Listing{ 
    width:100%;
	margin:0 0 50px 0;
	transition: 0.5s;
}

.blogin-bx{ 
	-webkit-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
	padding:30px;
	 margin-bottom:50px;
}

.article-Listing .hg-blog-img{
	width:40%;
	float:left;
	margin:0 5% 0 0; 
	position:relative;
	height:280px; 
	overflow:hidden;
	transition:all ease-in-out .4s;
	-ms-transition:all ease-in-out .4s;
	-webkit-transition:all ease-in-out .4s;		
}
.article-Listing .hg-blog-img img{ 
	width:100%;
	height:auto;
	transition: all 300ms ease-out 0s;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-ms-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
}

.article-Listing .hg-blog-img.imgRight{ 
	width:35%; 
	float:right;
	margin:0 0 0 5%;	
}

.article-Listing h3, h3.single-title{ 
	margin-bottom:15px;
	font-size:22px;
	font-weight:600;
}
.article-Listing h3 a{ 
	color:#484f5e;
	font-weight:600;
}
.article-Listing h3 a:hover{ 
	color:#efc62c;
}
.article-Listing p{ 
	margin-bottom:30px;
}
.blog-meta{ 
	font-style:italic;
	margin-bottom:8px;
}
.post-date, 
.post-comment, 
.post-categories, 
.edit-link{ 
	display:inline;
	color:#333;
	font-weight:600;
	margin:0 10px 0 0;
} 
.single_title{ 
	margin-bottom:5px;
}
body.single-post .article-Listing { 
	width:100%;
	float:none;
	margin:0 0 25px;
}
.blog-postmeta{ 
	margin-bottom:15px;
	color:#888;
}
.blog-postmeta a{ 
	color:#999;
}
.blog-postmeta a:hover{ 
	color:#bc9873;
}
.morebutton{ 
	background-color:#505050;
	color:#fff;	
	text-decoration:none !important;
	margin-top:15px;
	padding:7px 20px;
	font-weight:600;
	display:table;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
}
.morebutton:focus,
.hdrsocial a:focus, 
.hdrtop-Info a:focus{
	outline:1px solid #000 !important;
}

.morebutton::after{ 
	content: "\f0a9";
	font-family: 'Font Awesome 5 Solid';
	margin-left:10px;
	font-size:16px;
	color:#fff;
}

.morebutton:hover{
	 background-color:#303030;
	color:#fff;
}

/*fade Effects*/
.col-lg-30, 
.article-Listing,
.hdr-topstrip .right.space250 {
	 transition:all ease-in-out .4s;
	-ms-transition:all ease-in-out .4s;
	-webkit-transition:all ease-in-out .4s;	
}


/* = WooCommerce CSS
------------------------------------------ */
a.added_to_cart{
	background:#e1472f;
	padding:5px;
	display:inline-block;
	color:#fff;
	line-height:1;
}
a.added_to_cart:hover{
	background:#000000;
}
a.button.added:before{
	content:'' !important;
}
#bbpress-forums ul li{
	padding:0;
}
#subscription-toggle a.subscription-toggle{
	padding:5px 10px;
	display:inline-block;
	color:#e1472f;
	margin-top:4px;
}
textarea.wp-editor-area{
	border:1px #ccc solid;
}
.woocommerce input[type=text], 
.woocommerce textarea{
	border:1px #ccc solid;
	padding:4px;
}
form.woocommerce-ordering select{ 
	padding:5px;
	color:#777777;
}
.woocommerce table.shop_table th, 
.woocommerce-page table.shop_table th{ 
	color:#ff8a00;
}
.woocommerce ul.products li.product .price, 
.woocommerce-page ul.products li.product .price{ 
	color:inherit !important;
}
h1.product_title, p.price{ 
	margin-bottom:10px;
}
.woocommerce table.shop_table th, 
.woocommerce-page table.shop_table th{ 
	color:#ff6d84;
}
.woocommerce ul.products li{ 
	text-align:center;
}
.woocommerce ul.products li, 
#payment ul.payment_methods li{ 
	list-style:none !important;
}
.woocommerce ul.products li.product .price, 
.woocommerce-page ul.products li.product .price{ 
	color:inherit !important;
}
.woocommerce table.shop_table th, 
.woocommerce table.shop_table td{ 
	border-bottom:0px !important
}
.woocommerce-Price-amount.amount{
	font-size:14px !important;
}
.woocommerce div.product .product_title{ 
	padding-bottom:20px !important;
}
.woocommerce div.product form.cart{ 
	margin-top:15px !important;
}
.woocommerce .quantity .qty{ 
	padding:7px;
	border:1px solid #ccc;
}

/* = Contact Form 7 CSS
----------------------------------------------- */
.wpcf7{ 
	margin:30px 0 0;
	padding:0;
}
.wpcf7 input[type="text"], 
.wpcf7 input[type="tel"], 
.wpcf7 input[type="email"]{ 
	width:40%;
	border:1px solid #cccccc;
	box-shadow:inset 1px 1px 2px #ccc;
	color:#797979;
	margin-bottom:0;
	height:35px;
	padding:0 15px;
}
.wpcf7 textarea{	
	border:1px solid #cccccc;
	box-shadow:inset 1px 1px 2px #ccc;
	color:#797979;
	margin-bottom:25px;
	padding:10px;
	width:60%;
	height:160px;
	font-size:12px;
}
.wpcf7 input[type="submit"]{
	background-color:#efc62c;
	padding:12px 40px;
	border-radius:25px;
	font-size:16px;
	cursor:pointer;
	color:#ffffff;	
	width:auto;
	border:none;
	text-transform:uppercase;
}
.wpcf7 input[type="submit"]:hover{
	background-color:#101010;
}


/* = Comment Form css
--------------------------------------------- */
.Comment-CustomStyle{
	margin-bottom:50px;
}
h2.comments-title{ 
	margin-bottom:40px;
}
#respond.comment-respond{
	-webkit-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
	padding:30px;
}

h1.screen-reader-text{
	font-family: 'Assistant', sans-serif;
	font-size:22px;
}
h3#reply-title{ 
	font-size:20px;
}
#comments{ 
	margin:30px 0 0;
	padding:0;
}

ol.commentlist{
	list-style:none;
}
#commentform p{
	margin:5px 0;
}
#commentform label{
	display:block;
}
#commentform input#email, 
#commentform input#url, 
#commentform input#author, 
#commentform textarea,
#commentform input
#eazycfc_captcha{
	max-width:96%;
	border:1px #ccc solid;
	padding:5px 2%;
}
#commentform input#submit{ 
	background-color:#32373a;
	border:none;
	color:#fff;
	display:inline-block;
	cursor:pointer;
	border-radius:5px;
	padding:12px 25px;
	text-transform:uppercase;
}
#commentform input#submit:hover{
	background:#34c6f6;
	color:#fff;
}
.form-allowed-tags{
	display:none;
}
.entry-content table, 
.comment-body table{ 
	border-collapse:collapse;
	margin:10px 0;
}
.entry-content table td, 
.entry-content table th, 
.comment-body table td, 
.comment-body table th{
	padding:10px 5px;
	text-align:left;
}
.entry-content table th, 
.comment-body table th{
	color:#676767;
	font:normal 18px Oswald;
	border-bottom:1px #888 solid;
}
.entry-content table td, 
.comment-body table td{
	border-bottom:1px #ccc solid;
}
.fvch-codeblock:hover .comment-form-url{
	display:block !important;
}
.commentlist, 
ol.commentlist {
	background-color:#fff;
	padding:10px 0;
	list-style:none;
	box-shadow:0 0 5px #ddd;
	-moz-box-shadow:0 0 5px #ddd;
	-webkit-box-shadow:0 0 5px #ddd;
	-khtml-box-shadow:0 0 5px #ddd;
	margin:10px 0;
}
.commentlist li, 
ol.commentlist li { 
	list-style:none;
	background-image:none !important;
	padding:0px 15px;
}


.commentlist article, 
.commentlist li.bypostauthor li article, 
ol.commentlist li.bypostauthor li article { 
	border:none !important;
	padding:10px;
	position:relative;
	background-color:#fff;
}
.commentlist li.bypostauthor article, 
ol.commentlist li.bypostauthor article { 
	background:#f9ffe1;
}
.commentlist li .fn { 
	font-weight:normal;
	font-size:15px;
	font-style:normal;
}

img.avatar { 
	vertical-align:middle;
	position:static;
	display:inline-block;
	border:5px solid #ccc;
}

.commentlist article a time { 
	padding:5px 0 10px;
	font-size:13px;
	clear:both;
	font-style:italic;
}
.comment-edit-link{ 
	padding:2px 15px;
	font-style:italic;
}
.commentlist .reply a, 
ol.commentlist .reply a { 
	display:block;
	padding:10px;
	text-align:center;
	background:#f6f6f6;
	margin:5px 0;
	border:1px #ddd solid;
}


/* = Navigation Focus CSS
-------------------------------------------- */
a:focus,
button:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="button"]:focus,
input[type="month"]:focus,
input[type="range"]:focus,		
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="week"]:focus,
input[type="submit"]:focus,
input[type="datetime-local"]:focus,		
input[type="url"]:focus,
input[type="time"]:focus,
input[type="reset"]:focus,
input[type="color"]:focus,
textarea:focus {	
	outline: 1px solid #bc9873;
}

/* Do not show the outline on the skip link target. */
#content-wrapper-full[tabindex="-1"]:focus {
	outline: 0;
}
.fullsizeblock{
	width: 100%;
	height: 100vh;
}
.fullsizeimage img{
	width: 100%;
	height: 100vh;
}
.fullwidthimage img{
	width: 100% !important;
	height: auto !important;
}
.centercolumntext{
	width: 1170px !important;
}
.wp-block-latest-posts.wp-block-latest-posts__list {
	list-style: none;
	padding-left: 0;
	width: 1170px !important;
	/* text-align: center; */
	align-items: center;
	justify-content: center;
	display: flex;
	margin: auto;
}
.wp-block-latest-posts__post-excerpt {
	margin-top: .5em;
	margin-bottom: 1em;
	text-align:justify;
}


@media screen and (max-width: 700px) {
	.wp-block-latest-posts.wp-block-latest-posts__list {
		list-style: none;
		padding-left: 0;
		display: contents;
		margin: auto;
	}
	.wp-block-latest-posts__post-excerpt {
		margin-top: .5em;
		margin-bottom: 1em;
		width: calc(100% - 10px);
	}
	ul li, ol li {
		margin-bottom: 0;
		margin-left: 0.3em;
	}
	#content-wrapper-full p{ 
		margin-bottom:25px;
		padding:10px /*direction*/
	}
	b, strong {
		font-weight: bold;
		margin-left: 10px;
		font-size: 20px;
		word-break: break-all;
	  }
	  h3{
		font-size: 20px;
		word-wrap: break-all;
	  }
}
.dir_footer_menu{
	display: flex;
	justify-content: center;
	align-items:center;
	width: 80%;
	border-bottom: 1px solid  rgba(255,255,255,0.2);
}
.dir_footer_menu li::before{
	 display: none; 
}

.dir_footer_menu ul{
	display: table;
	margin-bottom: 50px;
}
#menu-footermenu li.menu-item {
    display: table-cell;
	/* padding-right: 100px; */
	display: flex;
	padding-right: 0px;
	text-align: center;
	align-items: center !important;
	justify-content: center !important;
	width: 100%;
}

#menu-footermenu .menu form {
    max-width: 100%;
}
.copyrigh-wrapper .container{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.cpr_direction{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	background-color: #1b1b1b;
	padding-bottom: 20px;
}
.wp-block-column{
	border: none;
}
.blocktext{
	text-align: justify;
}
.entry-content{
	display: grid;
	text-align: justify;
	align-items: center;
	width:100%;
}
@media screen and (min-width: 701px) {
	#menu-footermenu li.menu-item {
		display: table-cell;
		padding-right: 100px;
	}
}
@media (max-width: 1024px) {
	.fullsizeblock{
		width: 100%;
		height: auto;
	}
}