.editor-content input[type=text],
.editor-content input[type=email],
.editor-content input[type=number],
.editor-content input[type=password],
.editor-content input[type=search],
.editor-content input[type=tel],
.editor-content textarea,
.editor-content select,
.comment-form input,
#requestform input,
.comment-form textarea{
    border: 1px solid #DEDEDE;
    border-radius: 16px;
    background: #fff;
    padding:10px 16px;
    height: 52px;
    display: block;
    box-sizing: border-box;
    font-family: inherit;
    width: 100%;
    transition: 0.3s;
    margin-bottom: 20px;
    font-size: 14px;
    text-align: right;
}
.editor-content input[type=text]:focus,
.editor-content input[type=email]:focus,
.editor-content input[type=number]:focus,
.editor-content input[type=password]:focus,
.editor-content input[type=search]:focus,
.editor-content input[type=tel]:focus,
.editor-content textarea:focus,
.comment-form input:focus,
#requestform input:focus,
.comment-form textarea:focus{
    background: #F6F6F6;
    border-color: #F58220;
}
.editor-content input[type=text]::placeholder,
.editor-content input[type=email]::placeholder,
.editor-content input[type=number]::placeholder,
.editor-content input[type=password]::placeholder,
.editor-content input[type=search]::placeholder,
.editor-content input[type=tel]::placeholder,
.editor-content textarea::placeholder,
.comment-form input::placeholder,
#requestform input::placeholder,
.comment-form textarea::placeholder{
    font-size: 14px;
    line-height: 22px;
    color: #A6A6A6;
}
.editor-content textarea,.comment-form textarea{
    min-height: 220px;
}
.editor-content{
    line-height: 35px;
}
.editor-content img{
    border-radius: 16px;
}
.swiper-lightgallery .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-lightgallery .swiper-pagination-bullet:hover{
    background: var(--color2);
}
.lg-outer{
    text-align: right;
}
.swiper.swiper-lightgallery {
    padding-bottom: 104px;
}
.swiper.swiper-lightgallery .swiper-pagination {
    display: block;
    bottom: 52px !important;
    position: absolute;
}
.lightgallery-item img {
    width: 100%;
}
.lightgallery-item  {
    border: 1.5px solid #FFF;
    border-radius: 16px;
    display: block;
    overflow: hidden;
    position: relative;
}
.lightgallery-item:after{
    opacity: 0;
    visibility: hidden;
    content: "\e94f";
    position: absolute;
    color: #fff;
    font-size: 56px;
    inset: 0;
    margin: auto;
    transition: 0.3s;
    z-index: 2;
    font-family: icomoon;
    line-height: 1;
    height: 56px;
    width: 56px;
}
.lightgallery-item:before{
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(99, 99, 99, 0.55);
    backdrop-filter: blur(2.77692px);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease;
}
.lightgallery-item:hover:after, .lightgallery-item:hover:before {
     opacity:1;
    visibility:visible;
    transition:0.3s;
}

.editor-content .alignleft {
    float: left;
    margin:0 20px 25px 0;
}

.editor-content .alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 25px;
    margin-top: 0;
}
.editor-content .aligncenter{
	text-align:center;
	display:block;
	margin: 0 auto 25px;
}

.editor-content li h2,
.editor-content li h3,
.editor-content li h4,
.editor-content li h5,
.editor-content li h6{
    margin-bottom: 0;
    margin-top: 0;
    display: inline;
    color: #525354;
}
.editor-content h2,
.editor-content h3,
.editor-content h4,
.editor-content h5,
.editor-content h6{
    margin-bottom: 16px;
    color: #3D3D3D;
    font-family: var(--bold_font),var(--en_font);
    margin-top: 30px;
}

.editor-content h1 {
    font-size: calc( var(--heading_h1_fontsize));
}
.editor-content h2 {
    font-size: calc( var(--heading_h1_fontsize) - 2px);
    line-height: 50px;
}
.editor-content h3 {
    font-size: calc( var(--heading_h1_fontsize) - 4px );
}
.editor-content h4 {
   font-size: calc( var(--heading_h1_fontsize) - 6px );
}
.editor-content h5 {
    font-size: calc( var(--heading_h1_fontsize) - 7px );
}
.editor-content h6 {
   font-size: calc( var(--heading_h1_fontsize) - 8px );
}
.editor-content ul, .editor-content ol {
    margin-bottom: 10px;
}
.editor-content ul li {
    margin: 27px 0;
    font-size: 16px;
    line-height: 25px;
    color: #666666;
}
.editor-content ul li:before{
    content: "";
    background:var(--color2);
    margin-left: 12px;
    display: inline-flex;
    height: 10px;
	width:10px;
	border-radius:50%;
}
.editor-content.main-content .wp-caption-text {
    text-align: center;
}
.editor-content.main-content .wp-caption{
    width: auto!important;
}
.editor-content a{
	color:var(--color1);
    font-size: 16px;
}
.editor-content a:hover{
	color:var(--color2);
}
.editor-content.light-desc a:hover {
    color:var(--color2);
}

.editor-content p{
    font-size: 17px;
    line-height: 34px;
    text-align: right;
    color: #525354;
}

.editor-content blockquote {
    padding: 35px 20px 24px;
    position: relative;
    margin: 60px auto 40px;
    display: table;
    background: #FFFFFF;
    box-shadow: 0px 7px 32px rgba(237, 28, 36, 0.1);
    border-radius: 16px;
    text-align: right;
}
.editor-content blockquote:before{
    content: "\e90d";
    font-family: 'icomoon';
    display: inline-block;
    font-size: 68px;
    color: var(--color2);
    position: absolute;
    right: 23px;
    top: -35px;
    line-height: 1;
}
.editor-content blockquote:after{
    content: "\e90c";
    position: absolute;
    left: 0;
    bottom: -33px;
    font-family: icomoon;
    font-size: 75px;
    color: #FFC899;
    line-height: 1;
}

.editor-content blockquote p{
    font-size: 18px;
    line-height: 36px;
    color: #666666;
    text-align: right;
}

.editor-content ol {
	list-style: none;
    margin-left: 0;
    padding: 0;
}
.editor-content ol li {
	counter-increment:item;
    position: relative;
    padding-right: 30px;
    margin: 32px 0;
    font-size: 16px;
    line-height: 25px;
    color: #666666;
}
.editor-content ol li:before{
    content:counter(item)" ";
    color: var(--color2);
    font-size: 18px;
    height: 100%;
    width: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    position: absolute;
    right: 0;
    font-family: var(--num_font);
    font-weight: bold;
}
.editor-content ol li:after{
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 10px;
    background: var(--color2);
    top: 13px;
    right: 13px;
}
.gallery_item  img{
    transition:all 0.3s;
}
.editor-content .wp-video {
    display: block;
    margin: 20px auto;
}

.editor-content.main-content table {
	border-collapse: collapse;
	margin: 20px auto;
	overflow-x: auto;
	display: block;
	width: -moz-fit-content;
	width: fit-content;
	max-width: 100%;
	border: 1px solid #dcdcdc;
	border-bottom: 0;
    background: #f7f7f7;
    scrollbar-color: #C60001 #EDEDED;
    scrollbar-width: thin;
}
.editor-content.main-content table tr, 
.editor-content.main-content table td,
.editor-content.main-content table th {
    border: 1px solid #dcdcdc;
    text-align: center;
}
.editor-content.main-content table th{
	font-family:var(--bold_font),var(--en_font);
}
.editor-content.main-content table tr:first-child th, 
.editor-content.main-content table tr:first-child {
    border-top: none;
    border-right: none;
}
.editor-content.main-content table td {
    white-space: nowrap;
    border-bottom: none;
    color: #000;
    padding: 10px 15px;
    font-size: inherit;
}
/* width */
.editor-content.main-content table::-webkit-scrollbar {
  width: 5px;
  height:8px;
}
/* Track */
.editor-content.main-content table::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px grey; 
}
/* Handle */
.editor-content.main-content table::-webkit-scrollbar-thumb {
  background: var(--color1); 
  border-radius: 10px;
}
/* Handle on hover */
.editor-content.main-content table::-webkit-scrollbar-thumb:hover {
  background: var(--color1); 
}
.editor-content.light-desc blockquote p,
.editor-content.light-desc p,
.editor-content.light-desc a,
.editor-content.light-desc ol li,
.editor-content.light-desc ul li,
.editor-content.light-desc h2,
.editor-content.light-desc h3,
.editor-content.light-desc h4,
.editor-content.light-desc h5,
.editor-content.light-desc h6,
.editor-content.light-desc li h1,
.editor-content.light-desc li h2,
.editor-content.light-desc li h3,
.editor-content.light-desc li h4,
.editor-content.light-desc li h5,
.editor-content.light-desc li h6 {
    color: #fff;
}
@media screen and (min-width: 768px) and  (max-width: 1200px) {
    .editor-content .alignleft, .editor-content .alignright {
        max-width: 50%;
    }
}
@media screen and (min-width: 992px){
    .editor-content a{
        font-size: 18px;
    }
    .editor-content p {
        font-size: 20px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .editor-content.main-content ul li:before{
        margin-left: 16px;
    }
    .editor-content input[type=text],
    .editor-content input[type=email],
    .editor-content input[type=number],
    .editor-content input[type=password],
    .editor-content input[type=search],
    .editor-content input[type=tel],
    .editor-content textarea,
    .editor-content select,
    .comment-form input,
    #requestform input,
    .comment-form textarea{
        height: 66px;
    }
    .editor-content h2 {
        line-height: 68px;
    }
    .editor-content .alignleft {
        margin:0 20px 40px 0;
    }

    .editor-content .alignright {
        margin-bottom: 40px;
    }
    .editor-content .aligncenter{
        margin: 0 auto 40px;
    }
    .editor-content ul li {
        margin: 32px 0;
    }
    .editor-content blockquote {
        padding: 61px 34px 24px 30px;
        margin: 80px auto;
    }
    .editor-content blockquote:before{

        font-size: 82px;
        right: 33px;
        top: -45px;
    }
    .editor-content blockquote:after{
        bottom: -44px;
        font-size: 82px;
    }

    .editor-content blockquote p{
        font-size: 20px;
        line-height: 44px;
    }
    .editor-content ol li {
        margin: 32px 0;
    }
}

@media screen and (min-width: 1200px){
    .editor-content p {
        font-size: 21px;
        line-height: 50px;
    }
}
.single-tag {
    border-top: 1px solid #f5f5f5;
    padding-top: 10px;
    margin-top: 10px;
}