.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,
.comment-form textarea{
    border: 1px solid #DEDEDE;
    border-radius: 16px;
	 background: #fff;
	 padding:10px 16px;
	 height: 50px;
	 display: block;
	 box-sizing: border-box;
	 font-family: inherit;
	 width: 100%;
	 transition: 0.3s;
	 margin-bottom: 20px;
	 font-size: 14px;
	 text-align: left;
}
.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,
.comment-form textarea:focus{

    background: rgba(166, 166, 166, 0.1);
    border-color: #93D500;
}
.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,
.comment-form textarea::placeholder{
    font-size: 14px;
    line-height: 21px;
    color: #A6A6A6;
}
.editor-content textarea,.comment-form textarea{
    min-height: 115px;
} 
.editor-content{
    line-height: 35px;
}
.editor-content img{
	border-radius:24px;
    margin: 16px 0;
}
.swiper-navigation.light-gallery-nav {
    margin: 10px auto;
}
.swiper-gallery-wrap {
    position: relative;
}
.swiper-gallery-wrap .swiper-pagination{
    margin: 0 auto;
    right: 0 !important;

}
.gallery_item {
    position: relative;
    display: block;
}
.lg-outer{
    text-align: right;
}

.swiper-gallery-wrap .gallery-item img {
    margin: 0 !important;
    width: 100%;
}
.gallery-item a {
    display: block;
    position:relative;
    text-align: center;
    transition: 0.4s ease;
    border: 1px solid transparent;
    border-radius: 24px;
    overflow: hidden;
}
.gallery-item {
    margin: 15px 0;
}
.swiper-gallery .gallery-item:hover a {
    transform: translateY(-10px);
    border-color: var(--color2);
    box-shadow: 0 20px 20px -18px rgba(255, 158, 27, 0.51);
}

.editor-content .alignleft {
    float: left;
}

.editor-content .alignright {
    float: right;
}
.editor-content .aligncenter{
	text-align:center;
	display:block;
	margin: 16px auto;
}
.editor-content li h1,
.editor-content li h2,
.editor-content li h3,
.editor-content li h4,
.editor-content li h5,
.editor-content li h6{
    margin-bottom: 0;
    display: inline;

}
.editor-content h1,
.editor-content h2,
.editor-content h3,
.editor-content h4,
.editor-content h5,
.editor-content h6{
    margin-bottom: 10px;
    color: #777777;
}
.editor-content.main-content h1,
.editor-content.main-content h2,
.editor-content.main-content h3,
.editor-content.main-content h4,
.editor-content.main-content h5,
.editor-content.main-content h6{
	margin-top: 16px;
}
.editor-content h1 {
    font-size: calc( var(--heading_h1_fontsize));
}
.editor-content h2 {
    font-size: calc( var(--heading_h1_fontsize) - 2px );
}
.editor-content h3 {
    font-size: calc( var(--heading_h1_fontsize) - 4px );
}
.editor-content h4 {
   font-size: calc( var(--heading_h1_fontsize) - 5px );
}
.editor-content h5 {
    font-size: calc( var(--heading_h1_fontsize) - 6px );
}
.editor-content h6 {
   font-size: calc( var(--heading_h1_fontsize) - 7px );
}
.editor-content ul, .editor-content ol {
    margin-bottom: 10px;
}
.editor-content ul li {
    margin: 15px 0;
    color: #7F7D7E;
    font-size: 14px;
    line-height: 26px;
}
.editor-content.main-content ul li:before{
    content: "";
    background:var(--color3);
    margin-right: 8px;
    display: inline-flex;
    height: 8px;
	width:8px;
	border-radius:50%;
}
.editor-content.main-content .wp-caption-text {
    text-align: center;
}
.editor-content.main-content .wp-caption{
    width: auto!important;
}
.editor-content.main-content a{
	color:var(--color1);
}
.editor-content.main-content a:hover{
	color:var(--color2);
}
.editor-content p{
    color: #7F7D7E;
	text-align: left;
    font-size: 15px;
    line-height: 34px;
}

.editor-content blockquote {
    border-radius: 3px;
    position: relative;
    margin: 30px 0;
    display: table;
}
.editor-content blockquote .icon-quote{
    position:absolute;
    top: 50%;
    font-size: 80px;
    line-height: 1;
    display: inline-table;
    transform: translateY(-50%);
}

.editor-content blockquote .icon-quote:first-child {
    left: -12px;
}
.editor-content blockquote .icon-quote:last-child {
    right: -12px;
    transform: translateY(-50%) rotate(180deg);
}
/*.editor-content blockquote:before{*/
/*    content: "\e91a";*/
/*	color: rgb(255, 255, 255);*/
/*}*/
.editor-content blockquote p{
    font-size: 15px;
    line-height: 30px;
    color: #777777;
    position: relative;
    padding: 8px 0;
    font-family: var(--bold_font);
}
.editor-content ol {
	list-style: none;
    margin-left: 0;
    padding: 0;
}
.editor-content ol li {
	counter-increment:item;
    position: relative;
    padding-left: 20px;
    margin: 15px 0;
    color: #7F7D7E;
    font-size: 14px;
    line-height: 26px;
}
.editor-content ol li:before{
    content:counter(item)" ";
    color: var(--color3);
    font-size: 17px;
    height: 100%;
    width: 15px;
    position: absolute;
    left: 0;
}
.gallery_item  img{
    transition:all 0.3s;
}
.editor-content .wp-video {
    display: block;
    margin: 20px auto;
}
.owl-carousel.owl-gallery .owl-item img {
    object-fit: contain;
}
.owl-carousel.owl-gallery  .owl-nav{
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    height: 30px;
	    font-size: 30px;
	    margin: auto;
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	    right: -15px;
	    left: -15px;
	    z-index: -1;
}
.owl-carousel.owl-gallery  .owl-nav button i{
  display:inline-block;
  font-size: 18px;
  padding: 10px;
}
.owl-carousel.owl-gallery  .owl-nav button i:before{
	color:#c9c9c9;
	transition:0.3s ease-in;
}
.owl-carousel.owl-gallery  .owl-nav button:hover i:before{
	color:var(--color1);
}

.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;
}
.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)
}
.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); 
}


@media screen and (min-width: 768px){
    .editor-content .alignleft {
       margin-right: 20px;
    }
    .editor-content .alignright {
        margin-left: 20px;
    }

    .editor-content textarea,.comment-form textarea{
        min-height: 166px;
    }
    .editor-content blockquote p{
        font-size: 16px;
        line-height: 33px;
        padding: 17px 0;
    }
    .editor-content p{
        font-size: 16px;
        line-height: 36px;
    }
    .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,
    .comment-form textarea{
 
        height: 67px;
    }
}
@media screen and (max-width: 992px){
    .editor-content img{
        width: 100%;
    }
}