/********************* Common **************************/
/********************* Heading Typography **************/
/********************* Sticky Post *********************/
/********************* Layout **************************/
/********************* Page Setting Css ****************/
/********************* Row with equal height columns ***/

/********************* Common **************************/
body {
    background: #fff;
    margin: 0px;
    padding: 0px;
    color: #222222;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 30px;
    overflow-x: hidden;
}
/********************************* Input Element Css ************/
.main-body button:not(.slick-arrow), 
.main-body input[type="button"], 
.main-body input[type="reset"], 
.main-body input[type="submit"], 
.btn,
ol.commentlist li.comment div.reply a, 
a.button, 
button.button, 
input.button,
#review_form #submit,
a.button, 
a.button.alt, 
button.button.alt,
.products .tinv-wraper.tinv-wishlist,
#review_form #respond .form-submit input,
#respond input#submit,
input.button{

    position: relative;
    transition: all .3s ease;
    border-width: 1px;
    font-size: 0.875rem;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
        line-height: 1.5rem;
    padding: 0.6rem 1rem;
    
    color:#fff;
    cursor: pointer;
   
}
.btn:hover, 
button:hover, 
input[type="button"]:hover, 
input[type="reset"]:hover, 
input[type="submit"]:hover, 
ol.commentlist li.comment div.reply a:hover, 
a.button:hover, 
a.button:hover, 
button.button:hover, 
input.button:hover, 
#review_form #submit:hover, 
a.button.alt:hover, 
button.button.alt:hover,
#review_form #respond .form-submit input:hover,
input.button:hover{
    background-color: var(--secondarycolor);
    color:#fff;
}
button.btn-outline, 
input[type="button"].btn-outline, 
input[type="reset"].btn-outline, 
input[type="submit"].btn-outline, 
.btn-outline
{
    position: relative;
    transition: all .3s ease;
    border-width: 1px;
    font-size: 0.875rem;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
     line-height: 1.5rem;
    padding: 0.6rem 1rem;
    cursor: pointer;
    background: transparent;
    border: 1px solid;
    border-radius: 0px;
    display: -webkit-inline-box;
    text-align: center;
}
button.btn-outline:hover, 
input[type="button"].btn-outline:hover, 
input[type="reset"].btn-outline:hover, 
input[type="submit"].btn-outline:hover, 
.btn-outline:hover
{ 
    background: transparent;
}

.main-body input[type="text"],
.main-body select, 
.main-body input[type="email"], 
.main-body input[type="url"], 
.main-body input[type="password"], 
.main-body input[type="search"], 
.main-body input[type="number"], 
.main-body input[type="tel"], 
.main-body input[type="range"], 
.main-body input[type="date"], 
.main-body input[type="month"], 
.main-body input[type="week"], 
.main-body input[type="time"], 
.main-body input[type="datetime"], 
.main-body input[type="datetime-local"], 
.main-body input[type="color"], 
.main-body textarea
{
    width: 100%;
    padding: 3px 10px;   
    line-height: 1.25;
    color: #747474;    
    border: 1px solid #e1e1e1;
    border-radius: .25rem;
    border-radius: .25rem;
    line-height: 2rem;
    outline: none;
}


a {
    text-decoration: none;
    outline: none;
    color: #000;
}

a:hover, 
a:focus {
    text-decoration: none; }
.area-content
{
    padding-top: 50px;
    padding-bottom: 50px;
}

.flexslider
{
    background: transparent;
    border: none;
    margin-bottom: 0px;
}
pre{
    background: transparent;
    white-space: pre-wrap;
}

/*===============Heading Typography==========================*/
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
    color: #000;
    margin: 0 0 10px;
     font-family: 'Roboto', sans-serif;
    line-height: 1.4; }
h1 a, 
h2 a, 
h3 a, 
h4 a, 
h5 a, 
h6 a {
    color: inherit;
}
h1, 
h2, 
h3, 
h4 {
    font-weight: 700; 
}

h1 {
    font-size: 2.5rem; 
}

h2 {
    font-size: 2rem; 
}

h3 {
    font-size: 1.75rem; 
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
    font-weight: 600; 
}

h6 {
    font-size: 1rem;
    font-weight: 600;
}
.breadcrumb
{
    background-color: transparent;
}
.border-light
{
    border: solid 1px #ebebeb !important;
}
.box-shadow
{
    -webkit-box-shadow: 0px 0px 40px -5px rgba(0,0,0,0.67);
    -moz-box-shadow: 0px 0px 40px -5px rgba(0,0,0,0.67);
    box-shadow: 0px 0px 40px -5px rgba(0,0,0,0.67);
}
/********************* Sticky Post ************************/
.sticky-label {
    position: absolute;
    top: 0;
    right: 15px;
    font-weight: normal;
    font-size: 15px;
    padding-top: 7px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    z-index: 0;
    color: #fff;}
.sticky-label:before, 
.sticky-label:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    z-index: -1;
    bottom: -10px;
    left: 0;
    background: inherit; 
}

.sticky-label:before {
    transform-origin: 0 100%;
    transform: skew(0, -20deg); 
}

.sticky-label:after {
    transform-origin: 100% 100%;
    transform: skew(0, 20deg); 
}

/********************** Layout *************************/
#page.boxed
{
    max-width: 1200px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 200px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 200px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.35);
}

/*********************** Page Setting Css *******************/
.no-top-padding .area-content {
    padding-top: 0px;

}
.no-bottom-padding .area-content {
    padding-bottom: 0px;

}
/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
blockquote {
    font-size: 30px;
    line-height: 1.1;
    font-style: italic; 
    position: relative;
    padding: 30px;
}
blockquote:before {
    display: block;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: -10px;
    top: 6px;
    color:var(--color);
}
blockquote cite {
    font-size: 14px;
    display: block;
    margin-top: 5px;
}
.page-links {

    margin-top: 20px;
}
.area-content ul li i{
    margin-right: 5px;
}
.hover-shadow .vc_column-inner:hover{
    -moz-box-shadow: 0 .9375rem .9375rem -.5625rem rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0.9375rem 0.9375rem -0.5625rem rgba(0,0,0,.3);
    box-shadow: 0 0.9375rem 0.9375rem -0.5625rem rgba(0,0,0,.3);  
}

/******************************* Rlated Post ****************************/

.relativepost .slick-prev {
    right: 45px;
    left:auto;
    top:-40px
}
.relativepost .slick-next {
    right: -0px;
    left:auto;
    top:-40px
}
.overflow-visible
{
    overflow: visible !important;
}