/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 16px;
   /* font-family: sans-serif;*/
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    background-color: #fff;
    color: #191919;;
   /* font-family: 'Assistant', sans-serif!important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;*/
    margin: 0;
    padding: 0;
}

.entertaiments li {
    display: block;
    font-weight: 400 !important;
    font-size: 1.1rem;
}
span.entertaiment-title, span.entertaiment-description {
   
    width: 100%;
}
span.entertaiment-title{
	text-decoration: underline;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */


/* Column Widths and Positions
--------------------------------------------- */

/* Content */
.single-post .site-inner {
    margin: 20px auto;
}
.single header.entry-header {
    padding: 5px;
    width: 100%;
    float: right;
	position: relative;
}
.content {
    float: right;
    padding: 20px 0 0;
    width: 100%;
}
.blog .content {
    display: flex;
    flex-wrap: wrap;
	position: relative;

}

.mobile .content-sidebar-wrap{
	width :100%;
}

.single-post main.content {
    width: calc( 100% - 400px );
    float: right;
	padding-right: 20px;
	padding-left: 20px;
}
figure.gallery-item {
    width: 50%;
    padding: 5px;
}
.rtl.single-post main.content {
	float: left;
}
/*.blog .content, .category .content, .search .content, .archive .content {
    max-width: 1170px;
    margin-right: 70px;
    width: 100%;
    margin: 0 auto;
    display: block;
    float: none !important;
}*/
/*.single-post aside {
	width: 32%;
	float: right;
}*/
.entry-content{
	clear: both;
}


/* Feed
--------------------------------------------- */
span.socialmedia {
    display: block;
}
span.socialmedia ul {
	list-style: none;
}
span.socialmedia ul li {
	float: left;
	/*background: #ccc;*/
	padding: 0;
	margin: 0 5px;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 50%;
	line-height: 21px;
}

span.socialmedia ul li:hover{
	cursor: pointer
}
.rtl span.socialmedia ul li {
	float: right;
}
span.socialmedia ul li a {
    display: inline-block;
    width: 100%;
    padding: 5px;
}
.simple-social-icons a i {
	color: #fff;
	font-size: 1rem;
}
li.simple-social-facebook {
	background: #3b5998;
}
li.simple-social-twitter{
	background: #00acee;
}
li.simple-social-youtube{
	background: #c4302b;
}
li.simple-social-linkedin{
	background: #0e76a8;
}
li.simple-social-email{
	background: #eb0000;
}
/* Content with / without sidebars
--------------------------------------------- */

.content-sidebar .content {
    float: left;
}

.content-sidebar .sidebar {
    float: left;
}


.full-width-content .sidebar {
    display: none;
}


/* Float Clearing
--------------------------------------------- */
p.entry-meta:before,
.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
    content: " ";
    display: table;
}

p.entry-meta:after,
.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table;
}

/*
*/
.left {
    float: left;
}

.right {
    float: right;
}

/* sharer
*/


ul.sharer-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.sharer-list li {
    display: inline-block;
}

ul.sharer-list li a {
    display: block;
    line-height: 1
}


/**/
/*body.search .top-section,
.iwebsite-access-container,
#comments,
.toggle-btn-logo-container,
.background-over-all,
.site-footer,
#query-monitor-main,
.button-more-wrap,
.calculators-page-btn-container ,
.contact-form-side.close-side-contact,
.toggle-contact-form-container ,
section.top-section.blog,
.site-header,
nav.menu-overlay {
    display: none;
}
*/

.iwebsite-access-container,
#comments,
.toggle-btn-logo-container,
.background-over-all,
#query-monitor-main,
.button-more-wrap,
.calculators-page-btn-container ,
.contact-form-side.close-side-contact,
.toggle-contact-form-container ,
section.top-section.blog,
nav.menu-overlay {
    display: none;
}


/* NEW STYLES FOR BLOG ::::
*/
.site-container {
    background: #efefef;
}

.page-template .site-container {
    background: #fff;
}


/* BLOG grid
*/
.blog .banner-content h2 {
    color: #000;
    font-weight: 500;
}
body.search article.post,
body.blog article.post,
body.category article.post,
body.archive article.post {
    display: inline-block;
    position: relative;
    width: 32%;
    margin-left: 2%;
    margin-right: 0;
    margin-bottom: 23px;
}
body.blog article.post .entry-header a img, .archive.category  a.entry-image-link img {
    /* max-height: 210px !important; */
    width: 100%;
    margin: 35px auto 0;
    display: block;
}
body.search.rtl article.post,
body.blog.rtl article.post,
body.category.rtl article.post,
body.archive.rtl article.post {
    float: right;
    margin-left: 2%;
    margin-right: 0;
    /*min-height: 535px;*/
	background-color: #fff;
}

body.search article.post .entry-header,
body.blog article.post .entry-header,
body.category article.post .entry-header,
body.archive article.post .entry-header{
    min-height: 175px;
}

.new-blog.rtl article.post:nth-child( 3n+3 ) {
    margin: 0 0 23px;
}

body.search article.post:nth-child(3n+3),
body.category article.post:nth-child(3n+3),
body.blog article.post:nth-child(3n+3),
body.archive article.post:nth-child(3n+3){
    margin: 0 0 23px;
}

div.archive-pagination.pagination {
    clear: both;
}

.archive-pagination.pagination {
    display: none;
}

/* END Blog grid
*/
@media screen and ( min-width: 1024px ) {
    aside.sidebar.sidebar-primary.widget-area {
        padding-top: 0;
    }
}
/* Before posts table
*/
.blog .form-search-container {
    /*margin: 10px 0 10px 30px;*/
    /*max-width: 25%;*/
    /*float: right;*/
    /*width: 100%;*/
}
.before-posts-panel-container .form-search-container {
    float: right;
    width: 32%;
}

.single-post-sidebar-promotion-container  .form-search-container{
    margin: 0 0 50px;
}

.post-categories-container {
    float: left;
    width: 66%;
    margin-top: 32px;
}

.before-posts-panel-container {
    margin: 25px auto 50px;
}

.entry-content {
    clear: both;
}

/* Search form */
.form-search-container {
    /*margin: 0 0 30px;*/
}
.form-search-container form input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

.form-search-container form{
	 border-bottom: 1px solid #555555;
}
.form-search-container form input.search-form-input {
    background-color: transparent;
    line-height: 50px;
    display: inline-block;
    width: calc( 100% - 40px );
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0px;
    border: none;
}
.form-search-container form input.search-form-submit {
    float: right;
    background-image: url(../../../assets/images/icons/search.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding: 0;
    color: transparent;
    display: block;
    height: 50px;
    width: 40px;
    min-width: 40px;
    background-color: transparent;
	background-size: 70%;
}
.rtl .form-search-container form input.search-form-submit {
    float: left;
}

ul.categories-list li {
    display: inline-block;
    padding: 0 0 0 30px;
}

ul.categories-list li a{
    display: block;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1;
    outline: none;
}
ul.categories-list li:hover a{
    text-decoration: underline;
}

ul.categories-list li.active a{
    color: #ff3c2b;
}



/* POST
*/

span.views > img , span.views span, span.views i, span.views img{
    vertical-align: middle;
    padding-right: 5px;
}

span.time-to-read, span.time-to-read, span.time-to-read, span.view {
    padding-left: 10px;
}
span.time-to-read img{
	padding-left: 5px;
}

.entry-header span.time-to-read > * {
    vertical-align: middle;
}

body.search article.post .entry-header .entry-title,
body.category article.post .entry-header .entry-title,
body.blog article.post .entry-header .entry-title,
body.archive article.post .entry-header .entry-title  {
    font-size: 1.3rem;
    padding: 0 25px;
	margin: 0;
    line-height: 2;
    min-height: 45px;
    font-weight: 600;
}

.entry-header p.entry-meta {
    padding: 7px 10px 3px;
    margin: 0;
    color: #010100;
    line-height: 1;
    font-size: 0.85rem;
    position: absolute;
    right: auto;
    top: 5px;
    left: 5px;
    background: #f5f5f5c4;
    border-radius: 2px;
	width: 98%;
}
.post .entry-header p.entry-meta {
	width: auto;
}
aside .entry-header p.entry-meta {
	top: 12px;
    left: 12px;
}
aside  span.right, aside  span.left{
	color: #6d6c6c;
    line-height: 1;
    font-size: 0.85rem;
}
.single aside .entry-header p.entry-meta{
	width: 100%;
	padding: 10px 0;
}
body.single .single-post-sidebar-promotion-container .post-metadata  {
    margin: 20px 0 ;
    color: #6d6c6c;
    line-height: 1;
    font-size: 0.85rem;
}

body.single .single-post-sidebar-promotion-container .post-metadata span.time-to-read {
    margin: 0 0 0 5px;
}

body.single .single-post-sidebar-promotion-container .post-title {
    font-weight: 600;
    font-size: 1.3125rem;
    line-height: 1;
}
body.search article.post .entry-header a.only-link img,
body.category article.post .entry-header a.only-link img,
body.blog article.post .entry-header a.only-link img,
body.archive article.post .entry-header a.only-link img{
    display: block;
}

body.search article.post .entry-content p ,
body.category article.post .entry-content p ,
body.blog article.post .entry-content p,
body.archive article.post .entry-content p {
    margin: 0;
    height: 125px;
    overflow: hidden;
    /*line-height: 1.58;*/
}


body.search article.post .entry-header .entry-title a,
body.category article.post .entry-header .entry-title a,
body.blog article.post .entry-header .entry-title a,
body.archive article.post .entry-header .entry-title a{
    color: #1a1a1a;
    text-decoration: none
}

body.search article.post .entry-content,
body.category article.post .entry-content,
body.blog article.post .entry-content,
body.archive article.post .entry-content {
    padding: 5px 20px 0;
}


.entry-footer {
    padding: 0 20px 10px;
    line-height: 1;
}
aside .entry-footer {
    background-color: transparent;
    padding: 15px 0 ;
    line-height: 1;
}
aside .posts-slider article {
    padding: 10px;
    margin: 10px 0;
    clear: both;
    /* border: 1px dashed #D7B65D; */
    position: relative;
    background: #f5f5f596;
}
section.widget.contact-form {
    background: #f5f5f596;
    padding: 15px;
    margin-top: 25px;
    text-align: center;
}
aside .slick-dots button {
    display: none;
}
aside .sidebar li{
	border: none;
}
aside ul.slick-dots {
    margin: 0 auto;
    text-align: center;
}
aside ul.slick-dots li {
    display: inline-block;
    height: 10px;
    width: 10px;
    background: #6d6c6c;
    border: none;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}
aside ul.slick-dots li.slick-active {
    background: #ccc;
}
body.single aside .entry-title {
    font-size: 1.3rem;
	margin: 25px 0 5px;
    text-align: right;
}
.entry-footer ul.sharer-list li  {
    margin: 0 15px 0 0;
	border: none;
}
.entry-footer ul.sharer-list li:first-child{
	margin: 0;
}


body.search article.post.without-paddings .entry-content,
body.blog article.post.without-paddings .entry-content,
body.category article.post.without-paddings .entry-content,
body.archive article.post.without-paddings .entry-content,
body.search article.post.without-paddings .entry-footer,
body.blog article.post.without-paddings .entry-footer,
body.category article.post.without-paddings .entry-footer,
body.archive article.post.without-paddings .entry-footer {
    padding: 0;
}

body.search article.post.without-paddings  .entry-header ,
body.blog article.post.without-paddings  .entry-header ,
body.category article.post.without-paddings  .entry-header,
body.archive article.post.without-paddings  .entry-header {
    min-height: auto;
}
.entry-footer a.read-more-link {
    text-transform: uppercase;
    color: #D7B65D;
    line-height: 28px;
	font-weight: 600;
	position: relative;
	display: block;
	min-width: 150px;
}
.entry-footer a.read-more-link .read-more:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f060";
    font-size: 10px;
    margin: 0;
    /* margin-inline-end: 0; */
    margin-inline-start: 10px;
    position: relative;
    top: -1px;
}

.entry-footer a.read-more-link .read-more {
    position: absolute;
    top: 5px;
    left: 5px;
    display: block;
    width: 130px;
    font-weight: 400;
}
.entry-footer a.read-more-link .arrow {
    position: absolute;
    top: 12px;
    left: 0;
    font-size: 2.3rem;
	line-height: 0;
	display: inline-block;
}
.entry-footer a.read-more-link img {
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
    -o-transform: scale(-1);
    transform: scale(-1);
}
.entry-footer a.read-more-link span {
    padding:0 10px 0 0;
}

body.search article.post .entry-content 	> img.img-block ,
body.category article.post .entry-content 	> img.img-block ,
body.blog article.post .entry-content 		> img.img-block,
body.archive article.post .entry-content 		> img.img-block {
    display: block;
    margin: 0 auto;
}

/* Single post
*/
aside  h2.entry-title {
    line-height: 1.5;
    margin: 15px 0 5px;
    color: #D7B65D;
    font-weight: 400;
    font-size: 1.5rem;
	text-align: right;
}
aside  h2 a {
    color: #D7B65D;
    font-weight: 400;
}
aside  .content h2 a:hover {
    color: #000;
    font-weight: 400;
	text-decoration: underline;
}

img.middle {
    vertical-align: middle;
}


.single  .products-slider-container .post-title {
    font-size: 1.375rem;
}

.single .products-slider-container .post-content {
    font-size: 1.125rem;
    margin: 0 0 45px;
}

.single .products-slider-container .product-slide {
    padding: 40px 25px;
    background-repeat: no-repeat;
}

.single .products-slider-container .post-slide-bottom .product-price {
    font-size: 1.5rem;
}

.single .products-slider-container .post-slide-bottom .product-price del {
    color: #010101;
}

.single .products-slider-container .post-slide-bottom .product-price ins{
    text-decoration: none;
    color: #ff3c2b;
    font-weight: 600;
}

.single .products-slider-container .post-slide-bottom  a.buy-it-link {
     font-size: 1.5rem;
}

.single .products-slider-container .post-slide-bottom  a.buy-it-link img {
    display: inline-block;
}

.single .entry-header p.entry-meta span.views > img {
	padding-left: 5px;
}

.single .entry-header p.entry-meta span.views img {
    vertical-align: middle;
}

.single .entry-header p.entry-meta span.views span{
    padding: 0 5px 0 0 ;
    vertical-align: middle;
    line-height: 1;
}

.single-post-sidebar-promotion-container {
    float: left;
    max-width: 290px;
    width: 25%;
}

.single-post-sidebar-promotion-container .single-post-sidebar-promotion {
    margin: 30px 0 0 ;
}

.single-post-sidebar-promotion-container .breadcrumb a.breadcrumb-link {
    color: #e1e1e1;
    text-decoration: underline;
}

.single-post-sidebar-promotion-container .breadcrumb{
    color:#df547f;
    margin: 0 0 30px;
}

.single-post-sidebar-promotion-container .breadcrumb span.delimeter {
    padding: 0 5px;
    color: #d6d6d6;
}


.single main.content .post .entry-footer {
    display: none;
}

.single .entry-header > .clearfix {
    margin: 0 0 20px;
}

.single .entry-header ul.sharer-list {
    float: right;
    width: 30%;
    text-align: right;
}

.single .entry-header ul.sharer-list li {
    margin: 0 15px 0 0 ;
}

.single .entry-header ul.sharer-list li:last-child {
    margin: 0;
}

/* faq section
*/

.faq--container {
    margin: 30px auto;
    background-color: #fff;
    padding: 0 15px 30px;
}
.faq--container p{
	margin: 0;
}
.faq--container h3 {
    outline: none;
    position: relative;
    cursor: pointer;
    padding: 15px 0 15px 30px;
}

.faq--container h3:after {
    content: url(../images/plus.webp);
    position: absolute;
    left: 0;
    top: 15px;
    transition: transform 0.3s;
}

.faq--container h3.ui-state-active:after {
     -webkit-transform: rotate( -45deg );
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/**/
.single .post-content-title {
    font-size: 1.3125rem;
    font-weight: 600;
}

.big-number {
    font-size: 4.5rem;
    font-weight: 600;
    padding-left: 25px;
}


/* Post single sidebar
*/

.single-post-sidebar-promotion-container .banner-slider-container {
    margin: 0 0 60px;
}
.testimonials-slider-container {
    padding: 15px;
    background-color: #f8f8f7;
    margin: 20px 0;
}

.testimonials-slider-container .testimonial {
    font-size: 1.375rem;
    /*font-size: 1.2rem;*/
    margin: 0 0 40px;
}

.testimonials-slider-container .inline {
    display: inline-block;
    text-align: right;
    vertical-align: middle;
    padding-right: 10px;
}
/*
.testimonials-slider-container .testimonial-slide .bottom {
    padding-right: 25px;
}*/

.testimonials-slider-container .bottom img {
    vertical-align: middle;
    display: inline;
	width: 50px;
    border-radius: 50%;
}

.testimonials-slider-container .inline .client-name {
    font-weight: 600;
    display: block;
}

.logo-slider-container {
    margin: 0 0 30px;
}
.logo-slider-container .logo-wrap {
    height: 160px;
    width: 100%;
    position: relative;
    background-color: transparent;
    cursor: pointer;
}

.logo-slider-container .logo-wrap:hover {
    background-color: transparent!important;
}

.logo-slider-container .date {

}

.logo-wrap img{
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.logo-wrap:hover img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}

/*
*/

.posts-slider-container .post-content {
    margin: 0 0 80px;
}


/* Menu fixed
*/

.menu-fixed-rectangle {
    background-color: #0d0d0d;
    width: 55px;
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 55;
    display: none;
}


.menu-burger-container {
    width: 16px;
    height: 11px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.menu-fixed-rectangle .red-dot {
    background-color: #ff3c2b;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 45px;
    left: 50%;
    margin-left: -5px;
}

.scroll-text-container {
    position: absolute;
    bottom: 75px;
    right: -33px
}

.scroll-text-container .rotate-text {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #444444;
    width: 120px;
}


.menu-burger:before,
.menu-burger:after,
.menu-burger {
    display: block;
    background-color: #cfc9bd;
    height: 1px;
    width: 100%;
}

.menu-burger:before,
.menu-burger:after {
    content: "";
}

.menu-burger:before {
position: absolute;
    top: -6px;
}

.menu-burger:after {
    position: absolute;
    bottom: 4px;
}

/* Footer
***********************************************************************/

.site-footer {
    background-color: #000;
    padding: 5px;
    color: #fff;
    text-align: center;
}

.footer-address, .footer-phone-number, .footer-logo {
    text-align: center;
    margin-top: 10px;
    text-transform: uppercase;
}
.wpcf7-form  .mc4wp-checkbox p span{
    color: #fff;
}

.site-footer .wrap p {
    margin: 0;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    background-color: #fff;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 300;
}

.admin-bar .site-header {
    top: 32px;
}

.admin-bar .header-icons {
    top: 50px;
}



.transparent-header .bumper {
    min-height: 0;
    background: transparent;
}

.site-header,
.site-header .wrap,
.site-description {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.menu-item-language a {
    margin: 0 !important;
}

.menu-item-language a:after {
    content: "/";
    padding: 0 2px !important;
}

.transparent-header .menu-item-language a:after {
    color: #cdcdcd;
}

.menu-item-language:last-child a:after {
    content: "";
}

.category-menu-button {
    left: auto;
    right: 4%;
}

.mobile-menu-button, .category-menu-button {
    display: none;
    border:none;
}



/* Shrink
--------------------------------------------- */

.site-header.shrink .wrap {
    background-color: rgba(255, 255, 255, 0.1);
    min-height: 60px;
    padding: 10px 40px;
}

.shrink .site-title {
    font-size: 2rem;
    padding-top: 10px;
}

.header-image .shrink .site-title {
    padding: 0;
}

.header-image .shrink .site-title > a {
    min-height: 60px;
}

.site-header.shrink .widget-area {
    padding-top: 0;
}


/*.transparent-header .wpml-ls-current-language,
.transparent-header .wpml-ls-current-language a,
.transparent-header .wpml-ls-current-language a:visited {*/

.genesis-nav-menu .sub-menu {
    background-color: #c00;
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 200px;
    z-index: 99;
}

.genesis-nav-menu .sub-menu a {
    background-color: rgba(255, 255, 255, 0.2);
    font-size: 1.28rem;
    padding: 20px;
    position: relative;
    width: 200px;
}

ul.genesis-nav-menu .sub-menu a:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
    position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
}

.genesis-nav-menu > .first > a {
    padding-left: 0;
}

.genesis-nav-menu > .last > a {
    padding-right: 0;
}

.genesis-nav-menu > .right {
    color: #fff;
    float: right;
    list-style-type: none;
}

.genesis-nav-menu > .right > a {
    display: inline-block;
}

.genesis-nav-menu > .date {
    padding: 22px;
}

.genesis-nav-menu > .search {
    padding: 10px 0 0;
}

.genesis-nav-menu > .search input[type="search"] {
    font-size: 1.28rem;
    padding: 12px 24px;
}

li.before-last a {
    padding-left: 0;
}

li.search {
    cursor: pointer;
    position: relative;
}

li.search a {
    position: relative;
    display: none;
    padding: 0;
}

body .search:before {
    content: "\f002";
    font-family: fontAwesome;
    color: #888;
    padding: 0 22px;
}

.transparent-header .search:before {
    color: #fff;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
    margin-left: 0;
}
.site-inner li, .faq--container li {
    padding: 5px 0;
    line-height: 1.5;
    font-weight: 500;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
    position: relative;
    z-index: 98;
}

.nav-primary .genesis-nav-menu li .sub-menu,
.nav-primary {
    background-color: transparent;
}

/* Responsive Menu
--------------------------------------------- */

#responsive-menu-icon {
    cursor: pointer;
    display: none;
    text-align: center;
}

#responsive-menu-icon::before {
    -webkit-font-smoothing: antialiased;
    color: #fff;
    content: "\f333";
    font: normal 20px/1 'dashicons';
    line-height: 1;
    margin: 0 auto;
    speak: none;
    text-transform: none;
}

/*
*/

.site-container.o-wrapper.show .site-inner {
    display: block!important;
}
.single .site-inner .wrap {
    background: #fff;
	max-width: 1280px;
}
/**/
.infinitescrolling-preloader {
    margin: 0 auto;
    display: none;
    width: 100%;
    clear: both;
}

.infinitescrolling-preloader.active {
    display: block;
}

.cssload-jumping {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 107px;
    top: 50%;
}

.cssload-jumping, .cssload-jumping * {
    box-sizing: border-box
}

.cssload-jumping span {
    display: inline-block;
    height: 15px;
    width: 15px;
    background: rgba(192, 13, 0, .38);
    border-radius: 487px;
    background-clip: padding-box;
    -o-background-clip: padding-box;
    -ms-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box
}

.cssload-jumping span:nth-child(1) {
    animation: scale-blog-animation 1.15s .12s infinite cubic-bezier(.6, -.28, .735, .045);
    -o-animation: scale-blog-animation 1.15s .12s infinite cubic-bezier(.6, -.28, .735, .045);
    -ms-animation: scale-blog-animation 1.15s .12s infinite cubic-bezier(.6, -.28, .735, .045);
    -webkit-animation: scale-blog-animation 1.15s .12s infinite cubic-bezier(.6, -.28, .735, .045);
    -moz-animation: scale-blog-animation 1.15s .12s infinite cubic-bezier(.6, -.28, .735, .045)
}

.cssload-jumping span:nth-child(2) {
    animation: scale-blog-animation 1.15s .23s infinite cubic-bezier(.6, -.28, .735, .045);
    -o-animation: scale-blog-animation 1.15s .23s infinite cubic-bezier(.6, -.28, .735, .045);
    -ms-animation: scale-blog-animation 1.15s .23s infinite cubic-bezier(.6, -.28, .735, .045);
    -webkit-animation: scale-blog-animation 1.15s .23s infinite cubic-bezier(.6, -.28, .735, .045);
    -moz-animation: scale-blog-animation 1.15s .23s infinite cubic-bezier(.6, -.28, .735, .045)
}

.cssload-jumping span:nth-child(3) {
    animation: scale-blog-animation 1.15s .35s infinite cubic-bezier(.6, -.28, .735, .045);
    -o-animation: scale-blog-animation 1.15s .35s infinite cubic-bezier(.6, -.28, .735, .045);
    -ms-animation: scale-blog-animation 1.15s .35s infinite cubic-bezier(.6, -.28, .735, .045);
    -webkit-animation: scale-blog-animation 1.15s .35s infinite cubic-bezier(.6, -.28, .735, .045);
    -moz-animation: scale-blog-animation 1.15s .35s infinite cubic-bezier(.6, -.28, .735, .045)
}

.cssload-jumping span:nth-child(4) {
    animation: scale-blog-animation 1.15s .46s infinite cubic-bezier(.6, -.28, .735, .045);
    -o-animation: scale-blog-animation 1.15s .46s infinite cubic-bezier(.6, -.28, .735, .045);
    -ms-animation: scale-blog-animation 1.15s .46s infinite cubic-bezier(.6, -.28, .735, .045);
    -webkit-animation: scale-blog-animation 1.15s .46s infinite cubic-bezier(.6, -.28, .735, .045);
    -moz-animation: scale-blog-animation 1.15s .46s infinite cubic-bezier(.6, -.28, .735, .045)
}

.cssload-jumping span:nth-child(5) {
    animation: scale-blog-animation 1.15s .58s infinite cubic-bezier(.6, -.28, .735, .045);
    -o-animation: scale-blog-animation 1.15s .58s infinite cubic-bezier(.6, -.28, .735, .045);
    -ms-animation: scale-blog-animation 1.15s .58s infinite cubic-bezier(.6, -.28, .735, .045);
    -webkit-animation: scale-blog-animation 1.15s .58s infinite cubic-bezier(.6, -.28, .735, .045);
    -moz-animation: scale-blog-animation 1.15s .58s infinite cubic-bezier(.6, -.28, .735, .045)
}
/*
@keyframes scale-blog-animation {
    0%, 100% {
        transform: scale(0)
    }
    25% {
        transform: scale(.9, .9);
        background: #c00d00
    }
    50% {
        transform: scale(1, 1);
        margin: 0 3px;
        background: #c00d00
    }
}

@-o-keyframes scale-blog-animation {
    0%, 100% {
        -o-transform: scale(0);
    }
    25% {
        -o-transform: scale(.9, .9);
        background: #c00d00;
    }
    50% {
        -o-transform: scale(1, 1);
        margin: 0 3px;
        background: #c00d00;
    }
}

@-ms-keyframes scale-blog-animation {
    25%, 50% {
        background: #c00d00;
    }
    0%, 100% {
        -ms-transform: scale(0);
    }
    25% {
        -ms-transform: scale(.9, .9);
    }
    50% {
        -ms-transform: scale(1, 1);
        margin: 0 3px;
    }
}

@-webkit-keyframes scale-blog-animation {
    0%, 100% {
        -webkit-transform: scale(0);
    }
    25% {
        -webkit-transform: scale(.9, .9);
        background: #c00d00
    }
    50% {
        -webkit-transform: scale(1, 1);
        margin: 0 3px;
        background: #c00d00
    }
}

@-moz-keyframes scale-blog-animation {
    0%, 100% {
        -moz-transform: scale(0);
    }
    25% {
        -moz-transform: scale(.9, .9);
        background: #c00d00
    }
    50% {
        -moz-transform: scale(1, 1);
        margin: 0 3px;
        background: #c00d00
    }
}
*/
/* RTL */
.rtl .left {
	float: right;
}

.rtl .right {
	float: left;
}

.rtl  .posts-slider-container .post-slide-bottom a.read-more-link img,
body.search.rtl article.post .entry-footer a.read-more-link img,
body.category.rtl article.post .entry-footer a.read-more-link img,
body.blog.rtl article.post .entry-footer a.read-more-link img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
aside .entry-footer a.read-more-link img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.rtl article.post .entry-footer ul.sharer-list li {
    margin: 0 0 0 15px;
}

rtl article.post .entry-footer a.read-more-link span {
    padding:0 0 0 10px;
}

.rtl.single .entry-header ul.sharer-list li {
    margin: 0 0 0 15px ;
}

.rtl.single .entry-header ul.sharer-list {
	float: left;
	text-align: left;
}


.rtl .single-post-sidebar-promotion-container {
	float: right;
}

.rtl .form-search-container form input#search-submit {
	float: left;
}

.single.rtl .entry-header p.entry-meta span.views {
	padding: 0 15px 0 0;
}

.single.rtl .entry-header p.entry-meta span.views span{
    padding: 0  0 0 5px;
}
/* */
@media only screen and (max-width: 1365px) {
    .form-big-title {
        font-size: 2.5rem;
    }
    .form-subtitle {
        font-size: 1rem;
    }
}
@media only screen and (max-width: 1280px) {

}
@media only screen and (max-width: 1220px) {

    .form-big-title {
        font-size: 2rem;
    }

    .testimonials-slider-container .testimonial,
    .single .products-slider-container .post-slide-bottom a.buy-it-link,
    .single .products-slider-container .post-slide-bottom .product-price {
        font-size: 1.35rem;
    }

    .single .products-slider-container .post-subtitle, .single .single-post-image .post-subtitle {
        max-width: 100%;
    }

    .menu-fixed-rectangle {
        display: none;
    }
	body.search article.post a.entry-image-link img, body.search article.post a.entry-image-link,
	body.category article.post a.entry-image-link img, body.category article.post a.entry-image-link,
	body.blog article.post a.entry-image-link img, body.blog article.post a.entry-image-link{
		height: auto;
	}
	body.search.rtl article.post, body.blog.rtl article.post, body.category.rtl article.post {
		min-height: 496px;
	}

}

/*@media only screen and (max-width: 1170px) {
	.rtl .content-sidebar-wrap {
		margin-right: 66px;
		margin-left: 10px;
	}
	.content-sidebar-wrap {
		margin-right: 10px;
		margin-left: 66px;
	}
}*/
@media only screen and (max-width: 1024px) {

	.section-after-header--banner {
		min-height: 175px;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
	}

	.section-after-header--banner img {
		display: none;
	}
	.single-format-standard .content, .archive .content, .category .content, .blog .content {
		width: 100% !important;
		margin: 5% 0;
		padding: 0;
	}

	body.search article.post .entry-content p, body.category article.post .entry-content p, body.blog article.post .entry-content p{
		height: auto;
		oberflow: auto;
	}
	.single-post main.content,
	.rtl.single-post main.content {
		padding-right: 0;
		padding-left: 0;
	}
	body.search article.post .entry-content, body.category article.post .entry-content, body.blog article.post .entry-content {
		padding: 25px 10px 40px;
	}

    body.search article.post:nth-child(3n+3),
    body.category article.post:nth-child(3n+3),
    body.blog article.post:nth-child(3n+3) {
        margin: 0 0 23px 2%;
    }
	.rtl body.search article.post:nth-child(3n+3),
    .rtl body.category article.post:nth-child(3n+3),
    .rtl body.blog article.post:nth-child(3n+3) {
        margin: 0 2% 23px 0;
    }
	.content-sidebar-wrap, .rtl .content-sidebar-wrap {
		margin-right: 10px;
		margin-left: 10px;
	}

    body.search article.post:nth-child(2n+2) ,
    body.category article.post:nth-child(2n+2) ,
    body.blog article.post:nth-child(2n+2) {
		margin-right: 0;
		margin-left: 0;
    }

    body.search article.post,
    body.category article.post,
    body.blog article.post,
    body.archive article.post {
        width: 49%;
    }

    body.search article.post .entry-content,
    body.category article.post .entry-content,
    body.blog article.post .entry-content {
        padding: 20px 15px 60px;
    }

    .single .single-post-image .post-title {
        font-size: 2rem;
    }

    html {
        font-size: 15px;
    }

    h1 {
        font-size: 2.5rem;
    }

    h2 {
        font-size: 1.35rem;
    }

    h3 {
        font-size: 1.25rem;
    }

    h4 {
        font-size: 1rem;
    }

    .posts-slider-container .post-content {
        margin: 0 0 60px;
    }
	aside.sidebar.sidebar-primary.widget-area {
		display: none;
	}

}


@media only screen and (max-width: 782px) {



    .toggle-contact-form-container {
        display: none!important;
    }
    .posts-slider-container .post-content {
        margin: 0 0 40px;
    }

    .single .single-post-title-mobile {
        display: block!important;

    }

    .single-post-image-content.desktop {
        display: none;
    }

    ul.categories-list li {
        display: block;
        padding: 0;
        margin: 0 0 10px;
    }

    .before-posts-panel-container {
        margin: 25px auto;
    }

    body.search.rtl article.post,
    body.blog.rtl article.post,
    body.category.rtl article.post {
        min-height: auto;
    }

    body.search article.post .entry-content, body.blog article.post .entry-content,
    body.blog article.post .entry-content, body.blog article.post .entry-content,
    body.category article.post .entry-content, body.blog article.post .entry-content {
        padding: 20px 15px 40px;
    }

    .post-categories-container {
        width: 100%;
        float: none;
        clear: both;
    }

    .form-search-container {
        max-width: 320px;
        margin: 0 auto 30px;
        float: right;
        width: 100%;
    }

    .before-footer-form-container {
        background-position: 60% 0;
        min-height: 500px;
    }

    .before-footer-form-container  .form-container {
        text-align: center;
    }

    /*.single main.content .post,
    .single-post-sidebar-promotion-container {
        float: none;
        width: 100%;
        margin: 0 auto;
        clear: both;
    }*/

    .single-post-sidebar-promotion-container {
        display: none;
    }


}

@media only screen and (max-width: 650px) {

    body.search .site-inner article.post,
    body.blog .site-inner article.post,
    body.archive .site-inner article.post,
    body.category .site-inner article.post {
        margin: 0 auto 20px;
        width: 100%;
        max-width: 365px;
        float: none;
        display: block;
    }

    body.search .site-inner article.post:nth-child(2n+1),
    body.category .site-inner article.post:nth-child(2n+1),
    body.blog .site-inner article.post:nth-child(2n+1) {
        clear: none;
    }

    body.search.rtl article.post, body.category.rtl article.post ,
    body.blog.rtl article.post, body.category.rtl article.post {
        min-height: auto
    }

    body.search article.post .entry-footer, body.blog article.post .entry-footer,
    body.category article.post .entry-footer, body.blog article.post .entry-footer {
        padding: 0 20px 20px;
    }

    body.search article.post .entry-footer ul.sharer-list, body.blog article.post .entry-footer ul.sharer-list,
    body.category article.post .entry-footer ul.sharer-list, body.blog article.post .entry-footer ul.sharer-list {
        margin: 0 0 20px;
    }

    body.search article.post .entry-content ,
    body.category article.post .entry-content ,
    body.blog article.post .entry-content {
        padding: 20px 15px 30px;
    }
	aside.sidebar.sidebar-primary.widget-area {
		width: 100%;
		margin: 0 auto;
		display: inherit;
		float: none;
		max-width: 400px;
		clear: both;
	}

}


@media only screen and (max-width: 550px) {
	/*.single .single-post-image {
		background-size: 150%;
		min-height: 230px;
	}*/
}

@media only screen and (max-width: 480px) {

     .posts-slider-container .post-content {
        margin: 0 0 20px;
    }
	/*.single .single-post-image {
		min-height: 200px;
	}*/

}
@media only screen and (max-width: 435px) {
	.single .entry-header ul.sharer-list{
		display:none;
	}
	.single .entry-header p.entry-meta{
		width: 100%;
	}
	/*.single .single-post-image {
		min-height: 160px;
	}*/
}
@media only screen and (max-width: 350px) {
	/*.single .single-post-image {
		min-height: 130px;
	}*/
}

/**
 * Isotope filter
 */

.iws-blog-filter {
    list-style-type: none;
}
.iws-blog-filter:after {
    content: '';
    display: block;
    clear: both;
}

.iws-isotope-wrapper {
    position: relative;
    width: calc(100% + 14px);
    margin-right: -7px;
    margin-left: -7px;
}
body.blog .iws-isotope-wrapper article.post {
    position: relative;
    float: right;
    width: calc((100% - 3 * 14px) / 3);
    margin-left: 7px;
    margin-right: 7px;
    margin-bottom: 14px;
}

@media only screen and (max-width: 1024px) {
    body.blog .iws-isotope-wrapper article.post {
        width: calc((100% - 2 * 14px) / 2) !important;
    }
}

@media only screen and (max-width: 650px) {
    .iws-isotope-wrapper,
    body.blog .iws-isotope-wrapper article.post {
        width: 100% !important;
    }
    body.blog .iws-isotope-wrapper article.post {
        margin-right: auto;
        margin-left: auto;
    }
}