body {
    color: #4c5357;
    background: #fff;
     font-family: 'TradeGothicLT'; 
    line-height: 1.75; font-size:16px
}
body.home {
    background: #efefef;
}
a, a:hover, a:before, a:after, img, img:hover, .more,  .sub-menu, .responsive-menu-subarrow:before, .responsive-menu-subarrow:after {
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}
h1, h2, h3, h4, .entry-title, .page-title{  color: #000;  font-family: 'TradeGothicLT-Bold'; font-weight:normal; text-transform:capitalize; letter-spacing:normal; margin:.75em 0; padding:0; font-weight: normal;}
h1{ position: relative;
    text-align: center;
    display: inline-block;
    margin: 0 0 15px;
    color: #000;  font-weight:normal;
font-size: 33px;}

h2, .entry-title, .page-title{ font-size:30px}
h3{ font-size:25px}
.container {
	max-width: 1176px; width:auto;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
header .container { position:relative}
header .search-field {
    position: absolute;
    bottom: 23px;
    right: 0;
}
header .search-field form {
    margin-bottom: 0;
}
header .btn-search-wrap {
    position: relative; top:-12px;
}
.top-header .btn-search {
    transition: all .5s cubic-bezier(.4,0,.2,1);
}
header#header{ position:relative;background-color: #0365b8;
background-image: linear-gradient(90deg, #dfebf6 0%, #609ed2 10%, #0365b8 40%); border-bottom:2px solid #fff}
.header-search-form {
	margin-top: 0;
	width: 20px;
	border-radius: 50%;
	height: 20px;
	top: 0;
	background: #2d2925;
	cursor: pointer;
	border: 0px solid #2d2925;
	z-index: 110;
	display: none;
	position: absolute;
	right: 0;
	opacity: 0;
	visibility: hidden;
	transition: all .15s .2s;
}

.header-search-form.open{width: 100%;
height: 100%; opacity:1; visibility:visible; border-radius:0; transition: all .15s .2s;}
.header-search-form .btn-search{position: absolute; right: 0; top: 22px; visibility:hidden; opacity:0}

.header-search-form.open .btn-search{ opacity:1; visibility:visible}
.header-search-form .main-input-search {
    width: 100%;
    padding-right: 51px;
    height: 50px;
    font-size: 15px;
    color: #fff;
    display: block;
	background: 0 0;
border: 0px solid #fff;
outline: none;
box-sizing: border-box;
padding: 5px 30px 5px 14px;
position: absolute;
right: 50px;
top: 20px;
z-index: 5;
transition: all .15s .2s;
-webkit-appearance: none;
-moz-appearance: none;
}
.header-search-form .main-input-search:focus{ color:#fff}
.top-header .btn-search {
	position: relative;
	margin-top: -3px;
	width: 32px;
	height: 32px;
	background: rgba(0,0,0,0.5);
	cursor: pointer;
	border-radius: 50%;
	border: 1px solid #000;
	z-index: 1;
	top: -11px;
}
.top-header  .icon-search {
    position: absolute;
    top: -8px;
    right: 9px;
    transition: opacity 0s ease-in-out .5s;
    z-index: 999;
    pointer-events: none; color:#fff
}
.btn-search-wrap.close .icon-search, .search-close { display:none}
.search-close {
    opacity:1;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    color: #fff;
    z-index: 120;
    width: 39px;
    height: 39px;
    transition: all .3s ease-in-out; visibility:visible; display:block
cursor: pointer;

}
 .search-close::after {
	content: "";
	display: block;
	position: absolute;
	width: 32px;
	height: 1px;
	background: #fff;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%) rotate(-45deg);
	transform: translate(-50%,-50%) rotate(-45deg);
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transition: -webkit-transform .2s ease-in-out;
	transition: -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
}
 .search-close::before {
	content: "";
	display: block;
	position: absolute;
	width: 32px;
	height: 1px;
	background: #fff;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%) rotate(45deg);
	transform: translate(-50%,-50%) rotate(45deg);
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transition: -webkit-transform .2s ease-in-out;
	transition: -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out;

}
.top-header .main-input-search {
    display: none;
}
.top-header .menu-main-menu-container > ul > li > a {
    display: inline-block;
    padding-right: 15px;
    padding-bottom:43px;
    color: #000;
    font-family: 'TradeGothicLT';
    font-size: 14px;
    text-transform: uppercase;
    word-wrap: break-word;
    max-width: 100%;
    transition: all .15s;
    line-height: 1.42857143; font-weight:700
}
.top-header .social_media{ margin-right:30px}
.top-header{ display:flex;align-items: baseline;}
.top-header .logo {
    width: 33%;
    margin: .75em 0;
}

.top-header .logo a{ color:#000; font-size: 26px;text-transform: uppercase; color: #000; letter-spacing: 0; font-weight:600}
.top-header .main_menu {
    width: calc(100% - 33%);
    margin-left: 0;
    text-align: center;
}
.top-header .menu-main-menu-container ul{ list-style:none; margin:0; padding:0;}
.top-header .menu-main-menu-container > ul > li{ position:relative;display: inline-block;
list-style: none;
margin-right: 10px;
line-height: 1; -webkit-transition: -webkit-transform .2s ease-in-out;
	transition: -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out;}
.top-header .menu-main-menu-container > ul > li a{ color:#fff}
.top-header .menu-main-menu-container a:hover, .top-header .menu-main-menu-container li:hover a{color: #c3c3c3;}

.top-header .menu-main-menu-container > ul .sub-menu {
 position: absolute;
top: 100%;
left: 0;
z-index: 1000;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
font-size: 14px;
text-align: left;
background-color: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0,0,0,.15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
box-shadow: 0 6px 12px rgba(0,0,0,.175);
-webkit-background-clip: padding-box;
background-clip: padding-box;
visibility: hidden;
	opacity: 0
}
.top-header .menu-main-menu-container > ul .sub-menu  {
    top: 61px;
    margin: 0;
    min-width: 220px;
    width: auto;
    padding: 10px 0 40px;
    box-shadow: 0 8px 12px 0 rgba(79,79,79,.2);
    border: none;
    border-radius: 0;
    left: -28px;
}

.top-header .menu-main-menu-container > ul li:hover > .sub-menu {
    display: block; visibility:visible; opacity:1
}
.top-header .menu-main-menu-container > ul li:hover > .sub-menu li {

    display: block;
    margin-right: 0;
    max-width: 100%;

}

.top-header .menu-main-menu-container > ul li:hover > .sub-menu li a {

    -webkit-transition: all .15s;
    transition: all .15s;
    padding: 10px 31px 10px 20px;
     font-family: 'TradeGothicLT';
    font-size: 12px;
    color: #000;
    max-width: 100%;
    white-space: nowrap;
    display: block;
    text-transform: uppercase;
    font-weight: 600;

}

.top-header .menu-main-menu-container > ul li:hover > .sub-menu li a:hover, .top-header .menu-main-menu-container > ul li:hover > .sub-menu li a:focus, .top-header .menu-main-menu-container > ul li:hover > .sub-menu > li:hover {
	background-image: none;
	background-color: rgba(70,147,170,.149);
	background-repeat: no-repeat;
}

.top-header .menu-main-menu-container > ul li:hover > .sub-menu li:hover > .sub-menu {

    top: 0;
    left: 100%;
    padding-bottom: 39px;
    border-left: 1px solid #e4e4e4; height:100%

}
.top-header .menu-main-menu-container > ul li:hover > .sub-menu li.menu-item-has-children:hover > a:after{ opacity:1}
.top-header .menu-main-menu-container > ul li:hover > .sub-menu a:after {
	content: "\f178";
	display: block;
	opacity: 0;
	position: absolute;
	right: 16px;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	font-family: FontAwesome !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #4693aa;
	font-size: 15px;
}
.social-links-menu{ list-style:none; display:flex; margin:0; padding:0}

.social-links-menu a {
    background: #ff0000;
   position: relative;
width: 22px;
height: 22px;
border-radius: 50%;
text-align: center;
transition: all .15s;
    display: inline-block;
    text-align: center;
    margin: 0 2px; line-height:24px
}
.social-links-menu .tw a{background: #00aced;}
.social-links-menu .pin a {
    background: #cb2027;
}
.social-links-menu .fb a {
    background: #2d4f97;
}
.social-links-menu .inst a {

    background: #517fa6;
}
.social-links-menu .icon { color:#fff;height: 11px;}
.slider-block-wrap {
    padding-bottom:58px;
    background: #fff;
}

.homeslider .nextend-arrow-previous, .homeslider .nextend-arrow-next {
	position: absolute;
	left: 0;
	border: 1px solid #4693aa;
	border-radius: 100%;
	width: 40px !important;
	height: 40px !important; border:1px solid #4693aa; line-height:40px
}
.homeslider .nextend-arrow-next{ right:0; left:auto}
.homeslider .nextend-bullet-bar .n2-ow {

    counter-reset: my-sec-counter;
    width:10px;
    height: 10px;
    background: #ccc;
    margin-right: 1px; overflow:hidden

}
.homeslider{position: relative;}

.home .slider-block-wrap + section {
    background-image: -moz-linear-gradient(to bottom,#fff 40%,#efefef 40%);
    background-image: -webkit-linear-gradient(to bottom,#fff 40%,#efefef 40%);
    background-image: -ms-linear-gradient(to bottom,#fff 40%,#efefef 40%);
    background-image: linear-gradient(to bottom,#fff 40%,#efefef 40%);
}

.sectionpost .title-design-wrap {
    overflow: hidden;
    text-align: center;
    margin-bottom: 35px;
}
.sectionpost .section-title, .section-title {
    position: relative;
    text-align: center;
    display: inline-block;
    font-size:40px;
    margin-top: 0;
    color: #000;  font-family: 'TradeGothicLT-Bold'; font-weight:normal
}
.sectionpost .section-title::before, .section-title::before {
    content: "";
    position: absolute;
    height: 1px;
    background: #4693aa;
    width: 600px;
    top: 52%;
    right: 110%;
}
.sectionpost .section-title::after, .section-title::after {
    content: "";
    position: absolute;
    height: 1px;
    background: #4693aa;
    width: 600px;
    top: 52%;
    left: 110%;
}
.featured-posts-wrap {
    margin-bottom: 24px;
}
.blog-post-category-name, .feat-post-category-name, .latest-post-category-name {
    display: inline-block;
    color: #000;
    position: relative;
    font-size: 15px;
    margin-bottom: 20px;
    z-index: 99;
    transition: all .15s; text-transform:uppercase;  font-family: 'TradeGothicLT-Bold'; font-weight:normal
}
.blog-post-item{ text-align:center; position:relative	}
.blog-post-item h3 {

    color: #000;
    font-size: 22px;
    font-weight: normal; font-family: 'TradeGothicLT-Bold';

}
.blog-post-item:hover h3, .blog-post-item:hover h3 a{ color:#fff}
.blog-post-info {
    padding-top: 16px;
    padding-left: 15px;
    padding-right: 15px;
    background: #fff;
    box-shadow: 0 5px 8px 0 rgba(29,28,28,.12);
    transition: all .15s; min-height:190px
}
.item-title-wrap {
    min-height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}
.blog-post-item-wrap {
    margin-bottom: 50px;
}
.blog-post-category-name::after, .feat-post-category-name::after, .latest-post-category-name::after {
    content: "";
    position: absolute;
    top: 110%;
    left: 50%;
    width: 30px;
    height: 1px;
    background: #4693aa;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    transition: all .15s;
}
.blog-post-item:hover .blog-post-info {
    background: #000;
}
.blog-post-item:hover .blog-post-category-name {
    color: #fff;
}
.blog-post-item:hover .blog-post-category-item-title {
    color: #fff;
}
.blog-post-item.single-post:hover .single-post-read-more-btn {
    opacity: 1;
    transition: all .15s .15s;
}
.blog-post-img{ position:relative}
.home .blog-post-img img{ width:100%}
.single-post-read-more-btn {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-transform: uppercase;
    color: #fff;
    
    font-size: 13px;
    width: auto;
    pointer-events: none;
    transition: all .36s 0s;
}
.blog-post-img::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 150px;
    border: 1px solid #4693aa;
    content: '';
    opacity: 0;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
    -webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);
    transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
}
.blog-post-item:hover .blog-post-img::after {
    opacity: 1;
    -webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(1,1,1);
    transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(1,1,1);
}
.blog-post-img::before {
    opacity: 0;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(17,19,20,.5);
    transition: all .15s .1s;
    pointer-events: none;
}
.blog-post-item:hover .blog-post-img::before {
    opacity: 1;
    transition: all .15s;
}
.blog-post-btn-details .icon{ display:none}
.blog-post-item:hover .blog-post-btn-details .icon{ display:block; margin:0 auto}
.blog-post-item:hover .blog-post-btn-details .text{ display:none}
.blog-post-btn-details, .feat-post-btn-details, .latest-post-btn-details {
    color: #4693aa;
    
    font-size: 13px; font-weight:300
}
.blog-post-btn-details .text {
    transition: all .15s;
    line-height: 10px;
}
.blog-post-btn-details .icon {
    position: relative;
    display: none;
    font-size: 26px;
    font-family: Arial;
    line-height: 10px;
    transition: all .15s;height: 18px;
top: -6px;
}
.blog-post-btn-details:hover{ color: #4693aa; text-decoration:none}
.bg-list-page-btn, .blog-post-cat-btn-link, .feat-post-cat-btn-link, .latest-post-cat-btn-link {
    display: inline-block;
    padding: 13px 10px 12px;
    min-width: 186px;
    text-transform: uppercase;
    
    font-size: 14px;
    border: 1px solid #090909;
    border-radius: 30px;
    background: #090909;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    transition: all .15s; font-weight:300
}
.bg-list-page-btn:hover, .blog-post-cat-btn-link:hover, .feat-post-cat-btn-link:hover, .latest-post-cat-btn-link:hover, .bg-list-page-btn:focus, .blog-post-cat-btn-link:focus, .feat-post-cat-btn-link:focus, .latest-post-cat-btn-link:focus {
    color: #fff;
    background: #4693aa;
    border-color: #4693aa;
}
.sectionpost .btn-details-wrap {
    margin-bottom: 66px;
}

/**Buying Guide**/
.buying-g-item-wrap {
    text-align: center;
    margin-bottom: 68px;
    transition: all .15s;
}
.buying-g-item-img {
    pointer-events: all;
    display: inline-block;
    position: relative;
    width: 100%;
}
.buying-g-item-img img {
    width: 100%;
}
.buying-g-item-info {
	position: absolute;
	bottom: -28px;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
	padding-top: 23px;
	padding-bottom: 56px;
	padding-left: 0;
	padding-right: 0;
	display: inline-block;
	width: 82%;
	background: #fff;
	box-shadow: 0 5px 8px 0 rgba(29,28,28,.12);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	height: 299px;
	min-height: 299px;
	overflow: hidden;
	z-index: 1;
	cursor: pointer;
}
.buying-g-item-info:hover{ height:439px; bottom:-98px}
.buying-g-item-info:hover .buying-g-list-items-wap{ height:300px; overflow:auto}
.buying-g-item-info-wrap {
	padding: 0 15px;
}
.buying-g-list-item {
    display: block;
    margin-bottom: 14px;
    
    font-size: 15px;
    color: #000;
    transition: all .15s; font-weight:300; line-height:normal
}
.dots-bottom-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 56px;
	background: -moz-linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%);
	background: -webkit-linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%);
	background: -o-linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%);
	background: -ms-linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%);
	background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%);
	font-family: montserratextrabold,Helvetica,Arial,sans-serif;
	font-size: 15px;
	letter-spacing: -1px;
	opacity: 1;
	height: 40px;
	transition: all .15s;
}
.buying-g-item-btn-details {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: inline-block;
	width: 100%;
	padding: 19px 10px 17px;
	  font-family: 'TradeGothicLT-Light';
	font-size: 14px;
	color: #fff;
	background: #111314;
	text-transform: uppercase; font-weight:300
}
.buying-g-item-btn-details:hover{ color:#fff}
.buying-g-item-info-title {
    position: relative;
    margin: 0 0 30px;
	 font-family: 'TradeGothicLT-Bold';
    font-size: 27px;
    color: #111314;font-weight: 700;
}
.buying-g-item-info-title::after {
    content: "";
    position: absolute;
    top: 115%;
    left: 50%;
    width: 52px;
    height: 1px;
    background: #4693aa;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

.dots-bottom-list span {
    display: none;
    padding: 3px;
}

.site-footer .widget-area {

    padding-bottom: 0;
    padding-top: 0;
    width: 100%;

}

/***Footer Section**/
.site-footer{
    position: relative;
    background: #000 url(/wp-content/themes/datnolalife/assets/images/footer_bg.png); 
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 56px 0 20px; margin-top:0; border:0
}
.site-footer:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(17,19,20,.6);
	background: -moz-linear-gradient(left,rgba(17,19,20,.7) 0%,rgba(17,19,20,.5) 61%,rgba(17,19,20,.3) 100%);
	background: -webkit-linear-gradient(left,rgba(17,19,20,.7) 0%,rgba(17,19,20,.5) 61%,rgba(17,19,20,.3) 100%);
	background: -o-linear-gradient(left,rgba(17,19,20,.7) 0%,rgba(17,19,20,.5) 61%,rgba(17,19,20,.3) 100%);
	background: -ms-linear-gradient(left,rgba(17,19,20,.7) 0%,rgba(17,19,20,.5) 61%,rgba(17,19,20,.3) 100%);
	background: linear-gradient(to right,rgba(17,19,20,.7) 0%,rgba(17,19,20,.5) 61%,rgba(17,19,20,.3) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#111314',endColorstr='#111314',GradientType=1); height:100%; width:100%; z-index:0
}
.site-footer > div{ position:relative; z-index:1}
.footerbottom h2.widget-title{font-family: 'TradeGothicLT-Bold';
    font-size: 27px; color:#fff; font-weight:600; letter-spacing:0; margin-bottom:10px}
.footerbottom ul li{ border:0; padding:2px 0}
.footerbottom .row{ margin:0}
.footerbottom a {

    text-decoration: none;
    font-size: 16px;
    color: #fff;

}
.footerbottom .social-navigation{ display:block; width:100%}
.footerbottom .social-navigation .screen-reader-text{ display:none}
.footerbottom .social-links-menu .icon {

    color: #fff;
    height: 20px;
    width: 20px;
    line-height: 20px;
    top: 0;

}
.footerbottom .social-links-menu li a{ background-color:transparent !important}
.footerbottom .widget {

    padding-bottom: 8px;
    display: inline-block;
    width: 30%;
    vertical-align: top;

}
.footerbottom .social-links-menu li{ line-height:none}
.footerbottom .social-links-menu{ margin-left:-5px}

.copyrightsec {

    margin-top: 40px;
    position: relative;
    text-align: center;
    color: #7f7f7f;
    font-family: 'TradeGothicLT';
    font-size: 15px;
    display: flex;
    justify-content: space-between; width:100%

}
.copyrightsec a {
    margin-right: 35px;
    color: #7f7f7f;
    font-family: 'TradeGothicLT';
    font-size: 15px;
}

.newsletter-section {
    background: #0d0808 url(/wp-content/uploads/2019/09/email-background.jpg) top center no-repeat; background-size:cover; background-position:center;
}

.newsletter-section-wrap {
    position: relative;
    padding: 110px 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.newsletter-section .newsletter-rhombus { display:none;}
.newsletter-section-wrap::before {
	/*content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(17,19,20,.6);
	background: -moz-linear-gradient(left,rgba(17,19,20,.7) 0%,rgba(17,19,20,.5) 61%,rgba(17,19,20,.3) 100%);
	background: -webkit-linear-gradient(left,rgba(17,19,20,.7) 0%,rgba(17,19,20,.5) 61%,rgba(17,19,20,.3) 100%);
	background: -o-linear-gradient(left,rgba(17,19,20,.7) 0%,rgba(17,19,20,.5) 61%,rgba(17,19,20,.3) 100%);
	background: -ms-linear-gradient(left,rgba(17,19,20,.7) 0%,rgba(17,19,20,.5) 61%,rgba(17,19,20,.3) 100%);
	background: linear-gradient(to right,rgba(17,19,20,.7) 0%,rgba(17,19,20,.5) 61%,rgba(17,19,20,.3) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#111314',endColorstr='#111314',GradientType=1);*/
}
.newsletter-rhombus {
    display: block;
    position: absolute;
    left: 50%;
    bottom: -97px;
    width: 630px;
    height: 630px;
    -webkit-transform: translate(-50%,0) rotate(45deg);
    transform: translate(-50%,0) rotate(45deg);
    border: 1px solid #4693aa;
}
.newsletterwrap {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    padding: 34px 55px;
    background: #fff;
    text-align: center; 
}
.newsletterwrap::before {
	/*content: "";
	position: absolute;
	top: 50%;
	left: -10px;
	-webkit-transform: translate(0,-50%) rotate(45deg);
	transform: translate(0,-50%) rotate(45deg);
	width: 20px;
	height: 20px;
	background: #4693aa;*/
}
.newsletter-content .pretitle {
	margin-bottom: 6px;
	
	font-size: 14px;
	color: #4693aa;
	text-transform: uppercase;font-weight:600
}
.newsletter-content .title {
	position: relative;
	margin-bottom: 16px;
	
	font-size:22px;
	color: #000;
	text-transform: uppercase;font-weight:700
}
.newsletter-content .title::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -7px;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
	width: 30px;
	height: 1px;
	background: #4693aa;
}
.newsletter-content .subtitle {
	margin-bottom: 10px;
	
	font-size: 14px;
	color: #4693aa; font-weight:600
}
.newsletter-content .newsletter-form {
	margin-bottom: 0;
}
.newsletter-content .newsletter-form input, .newsletter-content .elp_textbox_class {
	margin-bottom: 14px;
	display: inline-block;
	width: 100%;
	height: 36px;
	padding: 0 23px;
	border: 1px solid #c3c0ba;
	border-radius: 5px;
	color: #000;
	font-size: 14px;
	-webkit-appearance: none;
	-moz-appearance: none;
	float: left;
}

.newsletter-content form p { text-align:left; font-family: 'TradeGothicLT'; font-weight:normal; color:#333; margin:0; font-size:14px;}
.access-sub, .form-group-checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 24px;align-items: center;
}
.сheckbox-style {
	margin-right: 5px;
	position: relative;
	display: block;
	width: 20px;
	min-width: 20px;
	height: 20px;
	border: 1px solid #4693aa;
	border-radius: 5px;
}
.checkbox-text {
	
	font-size: 15px;
	color: #000;
	text-align: left;font-weight: normal;
}
.newsletter-form br{ display:none}
.newsletter-content .btn-subscribe-newsletter, .newsletter-content .elp_textbox_button {
	display: inline-block;
	width: 100%;
	padding: 10px 10px;
	text-transform: uppercase;
	color: #fff;
	background-color: #0365b8;
	background-image: linear-gradient(180deg, #9fcbf3 0%, #004681 100%);
	border: none;
	border-radius:30px 30px;
	text-align: center;
	font-size: 13px;
	box-shadow: 0 5px 21px 0 rgba(70,147,170,.45);
	transition: all .15s;
	float: right;
}
.newsletter-content .newsletter-form input.custom-checkbox {
    display: none;
}
.innerBanner { background:#000 url(assets/images/DatNolaSubHeader_1.jpg) no-repeat; padding:129px 0 52px 35px; background-position:center;}
.innerBanner h2, .innerBanner h1{position: relative; margin-top: 0; margin-bottom: 12px; font-family: 'TradeGothicLT-Bold'; font-weight:normal;font-size: 42px;  color: #fff;}
.innerBanner h2:before, .innerBanner h1:before  {
    content: "";
    position: absolute;
    top: 124%;
    left: 0;
    width: 100px;
    height: 4px;
    background: #4693aa;
}
.site-content { padding-top:0;}
.breadcrumbs-wrap {

    padding-top: 0;
    margin-bottom: 26px;

}
.breadcrumbs {margin-bottom: 0; padding-left: 0;}
.breadcrumbs li {display: inline-block; margin-right: 12px; padding-right: 26px; color: #000;   font-size: 14px; transition: all .15s;}
.breadcrumbs li.separator{ display:none}
.breadcrumbs a {display: inline-block; position: relative; color: #000;    font-size: 14px; transition: all .15s; font-weight:300}
.breadcrumbs a:after {

    content: "\f178";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
        font-size: 14px;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -27px;

}
.breadcrumbs li:last-child a:after{ display:none} 
.site-content{ min-height:400px;}
.home .site-content{padding-top:0}
.productslider{ margin-bottom:1.5em}
.productslider ul:after { display:table; clear:both; content:""}
.productslider ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom:0;
}

.productslider li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor:pointer;
}
.productslider  img {
    display: block;
    height: auto;
    max-width: 100%;
}
.productslider .lSGallery{ width:100% !important}
.productslider .lSGallery li {

    width: calc(20.13% - 5px) !important;
    padding: 3px;
    border: 1px solid #ccc;
    border-radius: 0 !important;

}
.productslider .lSGallery li.active{ border-color:#000}
.productslider .lSGallery li:last-child{ margin-right:0 !important}
.buy-now-btn, .featured-posts-list .blog-post-btn-details {
    position: relative;
    margin: 0 auto;
    display: inline-block;
    min-width: 186px;
    padding: 13px 10px;
    text-transform: uppercase;
    color: #fff;
    background-color: #ff9816;
    background-repeat: no-repeat;
    background-size: 235px;
    background-position: center;
    text-align: center;
    
    font-size: 14px;
    box-shadow: 0 5px 21px 0 rgba(255,152,22,.45);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    overflow: hidden;
    transition: .3s ease-in-out; font-weight:600;  line-height:normal
}
 .cat-item-description-content .buy-now-btn {
    padding: 16px 10px;
    min-width: 310px;
}
.buy-now-btn.full-width {
    min-width: 100%;
    width: 100%;
    height: auto;
}
.buy-now-btn span, .featured-posts-list .blog-post-btn-details span {
    display: inline-block;
    position: relative;
    opacity: 1;
    padding-right: 25px;
}
.buy-now-btn span:before, .featured-posts-list .blog-post-btn-details span:before {
    opacity: 1;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    content: "\f061";
    font-size: 17px;
    font-family: FontAwesome;
    color: #fff;
    line-height: 1;
    transition: .3s ease-in-out;
}
.buy-now-btn:before, .featured-posts-list .blog-post-btn-details:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    content: '\2794';
    font-size: 34px;
    font-family: Arial;
    color: #ff9816;
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    z-index: 3;
}
.buy-now-btn:after, .featured-posts-list .blog-post-btn-details:after {
    content: '';
    background-color: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    display: block;
    z-index: 2;
    transition: .3s ease-in-out;
}
.buy-now-btn:hover:before, .featured-posts-list .blog-post-btn-details:hover:before {
	opacity: 1;
	-webkit-transition: all .25s ease-in-out .1s;
	transition: all .25s ease-in-out .1s;
}
.buy-now-btn:hover:after, .featured-posts-list .blog-post-btn-details:hover:after {
	width: 100%;
}
.buy-now-btn:hover, .featured-posts-list .blog-post-btn-details:hover {
	box-shadow: none;
	border-radius: 30px;
	background-image: none;
	background-size: 0;
	background-repeat: no-repeat;
	color: #000;
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	transition: .3s ease-in-out;
}
.sharesection{ display:block; margin-top:1em}
.share-it{ clear:both; display:block; margin:1em 0 10px}
.share-it a {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #ccc;
	text-align: center;
	line-height: 40px;
	font-size: 25px;
	border-radius: 100%; color:#fff
}
.share-it a.fb{ background:#2d4f97}
.share-it a.twt{ background:#00aced}
.share-it a.pin{ background:#cb2027}
.embed-button {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d85;
	font-size: 14px;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	box-shadow: 0 4px 8px 0 rgba(79,79,79,.13);
	text-align: center;
	border-radius: 22px;
	height: 44px;
	line-height: 44px;
	transition: .3s ease-in-out;
	max-width: 80%;
	display: block;
	margin: 30px auto 0;
	font-weight: 500;
}
.embed-button:hover, .embed-button:focus {

	background: #4693aa; color:#fff
}
.embed-title {
	position: relative;
	width: 500px;
	margin: 0 auto 24px;
	line-height: 1.071;
	font-family: circularstdblack,Helvetica,Arial,sans-serif;
	font-size: 34px;
	color: #000;
}
.brand-embed-modal .modal-body, #windowModalEmbed .modal-body, #windowModalRateArticle .modal-body, #windowModalSignIn .modal-body {
	text-align: center;
}
.embed-preview iframe {
	border: none;
}
.embed-code-title {
	width: 100%;
	margin: 10px auto;
	line-height: 1.071;
	font-family: circularstdblack,Helvetica,Arial,sans-serif;
	font-size: 20px;
	color: #000;
}
.brand-embed-modal textarea, #windowModalEmbed textarea {
	width: 100%;
	height: 74px;
	border: 1px solid #d3d3d3;
	resize: none;
	color: #000;
	font-family: montserratlight,Helvetica,Arial,sans-serif;
	font-size: 14px;
	border-radius: 5px;
	padding: 15px;
	background: #eff0f1;
}

.section-title:before {
    content: "";
    position: absolute;
    height: 1px;
    background: #4693aa;
    width: 600px;
    top: 52%;
    right: 110%;
}
.section-title:after {
    content: "";
    position: absolute;
    height: 1px;
    background: #4693aa;
    width: 600px;
    top: 52%;
    left: 110%;
}
.section-title{
    color: #000;
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 0;position: relative;
text-align: center;
display: inline-block;
font-family: circularstdblack,Helvetica,Arial,sans-serif;
font-size: 25px;
color: #000;
}
.title-design-wrap {
    overflow: hidden;
    text-align: center;
    margin-bottom: 44px;
}
.overviev-list {
    margin-bottom: 40px;
    padding-bottom: 51px;
    box-shadow: 0 5px 20px 0 rgba(29,28,28,.2);
}

.overview-title {
    margin: 0 0 38px;
    padding: 26px 10px 18px !important;
    text-align: center;
     
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    background: #000;
    box-shadow: 0 5px 8px 0 rgba(29,28,28,.15); font-weight:300
}
.overviev-list .cat-item-about-brand {
    padding-left: 31px;
    margin-bottom: 0;
}
.cat-item-characteristic li, .cat-item-about-brand li {
    margin-bottom: 9px;
     
    margin-bottom: 15px;
font-size: 15px;
padding-right: 15px;
    list-style: none;
}
.overviev-list .cat-item-about-brand li:before, .overviev-list .cat-item-about-brand li:after {
    content: "";
    display: table;
    clear: both;
}
.overviev-list .cat-item-about-brand .title {
    width: 36%;
    margin-right: 0;
    float: left;display: inline-block;color: gray;
}
.cat-item-about-brand .name-wrap {
    width: 64%;
    position: relative;
    float: left; color:#000
}

post-autor-wrap {
    border-top: none;
    margin-bottom: 25px;
    padding: 12px 0;
	position: relative;
transition: all .15s;
}
.post-autor {
    display: flex;
    align-items: center;margin: 2.5em 0;
}
.post-author-photo-info-wrap {
    display: flex;
    align-items: center;
}
.autor-img, .post-author-photo-info-wrap img {
    margin-right: 24px;display: inline-block;width: 46px;
height: 46px;
border-radius: 50%;
box-shadow: 0 5px 8px 0 rgba(29,29,29,.29);
}
.autor-info {
    display: inline-block;
    margin-right: 24px;
    text-align: left;line-height: 1.5em;
}
 .autor-name span {
	font-family: circularstdbolditalic,Helvetica,Arial,sans-serif;
}
.autor-name {
	font-size: 11px;
margin-bottom: 3px;
font-family: circularstdblack,Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	color: #000;
	transition: all .15s; line-height:normal; font-weight:800
}
.published-time {
	 
	font-size: 12px;
	color: #000;
	transition: all .15s; font-weight:300
}
.user-rating-title{font-family: circularstdblack,Helvetica,Arial,sans-serif;
	text-transform: uppercase;font-size: 11px;font-weight:800; color:#000;line-height: 1.5em;}

.cat-item-info .title, .cat-item-info .price {
    font-family: circularstdblack,Helvetica,Arial,sans-serif;
    font-size: 33px;
}
.cat-item-info {
    position: relative;
    margin-bottom: 1em;
    clear: both;
    display: block;
}
#cat-item-description{ margin-bottom:3.5em}
.page:not(.home) #content {

    padding-bottom: 0;

}
/**Category Page**/
.filtercategory .dropdown-toggle{ position:relative; margin:0}
.open > .dropdown-menu {
    display: block;
}
.leftMrgn { margin-left:20px;}
.entrycontent{ line-height:1.75}

.post-inner{
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	overflow: hidden;
	-webkit-transition: all .3s ease;
	transition: all .3s ease; margin-bottom:20px;display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start; word-wrap: break-word;
}
.bloglist{ margin:0 -15px}
.post-inner .post-thumbnail {
	max-width: 40%;
	min-width: 40%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: auto;
	flex-basis: auto; margin-bottom:0
}
.post-content {
	padding: 1.75rem;
	overflow: hidden;-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.post-content h2{
font-weight: 500;
font-style: normal;
color: #464749;
font-size: 20px; margin-top:0}
.post-inner .post-meta{ margin-top:1.5em; border-top:#e5e5e5 1px solid; padding-top:15px; font-size:13px}
.post-inner .post-meta > div {
	display: inline-block;
	font-size: 13px;
	padding-right: 24px;
	color: #8f8f8f;
}
.post-inner .post-meta > div::before {

    font: normal normal normal 18px/1 FontAwesome;
  
    margin-left: 0;
    margin-right: 10px; color:#4693aa

}
.post-inner .post-meta > div.date:before {  content: "\f073";}
.post-inner .post-meta > div.author:before{content: "\f2c0";}

.sidebar-holder{ margin-left:1.5em; margin-right:-15px; font-size:14px}
.sidebar-holder .screen-reader-text{ display:none}
.sidebar-holder .widget {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 1.75rem;
    margin-bottom: 1.75rem;
}

.sidebar-holder #secondary {

    padding: 0 0 2em;

}

.sidebar-holder .search-form input[type="search"] {
    width: 100%;
	line-height: 1.6;
outline: 0;
padding: 15px 10px;
    padding-right: 10px;
border: 1px solid #dcdcdc;
-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.06);
box-shadow: 0 1px 3px 0 rgba(0,0,0,.06);
border-radius: 2px;
-webkit-appearance: none;
-webkit-transition: all .2s;
transition: all .2s; font-size:14px
}

.sidebar-holder .widget .widget-title {

    position: relative;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 0;
    letter-spacing: 0;
    text-transform: none;
    font-weight: normal;

}

.sidebar-holder .widget .widget-title::before{
    background-color: #4693aa;
	display: block;
content: '';
position: absolute;
left: -1.75rem;
top: 0;
width: 2px;
height: 24px;
}

.sidebar-holder .widget .widget-title::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #f4f4f4;
    margin-top: .75em;
}

.sidebar-holder .widget ul li {
	padding: 12px 0;
	border-bottom: 1px solid #eee;
	border-top: 0;
	font-size: 16px;
	text-decoration: none;
}
.sidebar-holder .widget ul li a{ text-decoration:none;box-shadow: none;}
.list-filter-wrap {
	display: flex;
	margin: 0 0 25px;
	justify-content: space-between;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;align-items: center;
}
.filter-popular-list .popular-filter{ display:inline-block; vertical-align:middle; margin:0 2.5em; cursor:pointer}
.filter-popular-list .popular-filter:hover{ color:#31b0d5}

.selectbox {
  position: relative;
}

.selectbox select {
	background-color: #0563af;
	color: white;
	padding: 10px;
	width: 250px;
	border: none;
	font-size: 16px;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
	-webkit-appearance: button;
	appearance: button;
	outline: none;
}
.selectbox::before {
  content: "\f13a";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
  text-align: center;
  font-size: 28px;
  line-height: 45px;
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.selectbox:hover::before {
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.2);
}

.selectbox select option {
  padding: 10px;
}
.top-header .logo .custom-logo-link img { max-width:100% !important;} 

.rwd-menu{ display:none}
.static-page {
    max-width: 80%;
    padding-top: 25px;
}
.cat-item-description-content a{ color:#0365b8; text-decoration:underline;}
.cat-item-description-content ul li,.cat-item-description-content ol li { margin-bottom:10px;}
.cat-item-description-content ul ,.cat-item-description-content ol { margin-left:20px;}
.cat-item-description-content .productslider ul { margin-left:0;}
