/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
.search_box{
	display: flex;
    justify-content: center;
    padding: 20px;
	.mod-easyblogsearchsearch_box {
    	width: 452px;
	}
}
.com-content #sp-main-body {
    padding: 10px 0;
}
.article-details p {
   
    line-height: 24px;
    font-family: inherit;
    font-size: 15px;
	img{
		display: inline-block;
	}
}
#eb p{
	 line-height: 24px;
    font-family: inherit;
    font-size: 15px;
}
/* Custom CSS by Natural Selection Web Design LLC */
/* See https://nswd.co/terms for License Information */
.home a.home {
    color: #d02121 !important;
}
h3.sp-module-title{
  color: #d02121;
	margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
  text-transform: uppercase;
}
span.required {
    color: red;
    font-size: 16px !important;
}

.firstltr {
	font-weight: 700;
	color: #CC0814;
}

.imagedem img {
	border-radius: 50%;
	height: 75%px;
	width: 75%px;
	vertical-align: middle;
}

.height {
	margin-top: 50px;
}

.midalg .uk-width-7-10 {
	vertical-align: middle;
	position: relative;
	margin-top: auto;
	margin-bottom: auto;
}

.quick-register-form{
	margin-top: 75px;
}



.homespash h2,
.homesplash h3,
.homesplash p {
	text-align: center!important;
}

.homesplash h2 {
	text-align: center!important;
}

/* Quick Reg */

.quick-register-splash {
	display: none;
}

.quick-register {
	border: 0px!important;
}

.quick-register-form {
	background: #fff;
}

.quick-register-form p,
.quick-register-form h3 {
	color: #333!important;
}
#eb .eb-bar--snackbar{
	padding: 16px 22px !important;
}

/* Upgrade Buttons */
.a-btn{
    background:#fecc5f;
    background:-webkit-gradient(linear,left top,left bottom,color-stop(#feda71,0),color-stop(#febb4a,1));
    background:-webkit-linear-gradient(top, #feda71 0%, #febb4a 100%);
    background:-moz-linear-gradient(top, #feda71 0%, #febb4a 100%);
    background:-o-linear-gradient(top, #feda71 0%, #febb4a 100%);
    background:linear-gradient(top, #feda71 0%, #febb4a 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#feda71', endColorstr='#febb4a',GradientType=0 );
    border:1px solid #f5b74e;
    border-color:#f5b74e #e5a73e #d6982f;
    -webkit-box-shadow:0 1px 1px #d3d3d3, inset 0 1px 0 #fee395;
    -moz-box-shadow:0 1px 1px #d3d3d3, inset 0 1px 0 #fee395;
    box-shadow:0 1px 1px #d3d3d3, inset 0 1px 0 #fee395;
    padding:0px 108px 0px 5px;
    height:38px;
    display:inline-block;
    position:relative;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    float:left;
    margin:10px;
    overflow:hidden;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.a-btn-text{
    padding-top:5px;
    display:block;
    font-size:18px;
    white-space:nowrap;
    color:#996633;
    text-shadow:0 1px 0 #fedd9b;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
    margin-left: 25px;
    margin-right: 25px;
    text-align: center;
}
.a-btn-slide-text{
    position:absolute;
    top:35px;
    left:0px;
    width:auto;
    right:52px;
    height:0px;
    background:#fff;
    color:#996633;
    font-size: .7em;
    white-space:nowrap;
    font-style:italic;
    text-indent:15px;
    overflow:hidden;
    line-height:30px;
    -webkit-box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 1px rgba(0,0,0,0.5) inset;
    -moz-box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 1px rgba(0,0,0,0.5) inset;
    box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 1px rgba(0,0,0,0.5) inset;
    -webkit-transition:height 0.3s linear;
    -moz-transition:height 0.3s linear;
    -o-transition:height 0.3s linear;
    transition:height 0.3s linear;
}
.a-btn-icon-right{
    position:absolute;
    right:0px;
    top:0px;
    height:100%;
    width:52px;
    border-left:1px solid #f5b74e;
    -webkit-box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
    -moz-box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
    box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
}
.a-btn-icon-right span{
    width:38px;
    height:38px;
    opacity:0.7;
    position:absolute;
    left:50%;
    top:50%;
    margin:-20px 0px 0px -20px;
    background:transparent url(../images/arrow_right.png) no-repeat 50% 55%;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.a-btn:hover{
    height:65px;
    -webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
    -moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
    box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
}
.a-btn:hover .a-btn-text{
    text-shadow:0px 1px 1px rgba(0,0,0,0.2);
    color:#fff;
}
.a-btn:hover .a-btn-slide-text{
    height:30px;
}
.a-btn:hover .a-btn-icon-right span{
    opacity:1;
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    transform:rotate(-45deg);
}
.a-btn:active{
    position:relative;
    top:1px;
    background:#fec354;
    background:-webkit-gradient(linear,left top,left bottom,color-stop(#fec354,0),color-stop(#fecd61,1));
    background:-webkit-linear-gradient(top, #fec354 0%, #fecd61 100%);
    background:-moz-linear-gradient(top, #fec354 0%, #fecd61 100%);
    background:-o-linear-gradient(top, #fec354 0%, #fecd61 100%);
    background:linear-gradient(top, #fec354 0%, #fecd61 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec354', endColorstr='#fecd61',GradientType=0 );
    border-color:#d29a3a #cc9436 #c89133;
    text-shadow:0 1px 0 #fee1a0;
    -webkit-box-shadow:0 1px 1px #d4d4d4, inset 0 1px 0 #fed17e;
    -moz-box-shadow:0 1px 1px #d4d4d4, inset 0 1px 0 #fed17e;
    box-shadow:0 1px 1px #d4d4d4, inset 0 1px 0 #fed17e;
}

.upgradenow a:hover,
.upgradenow a:active,
.upgradenow a:focus,
.a-btn-text:hover,
.a-btn-text:active,
.a-btn-text:focus {
	text-decoration: none!important;
	color: #d02121!important;
}

.leading,
.upgradenow {
	text-align: center;
}

.nothanks {
	text-align: center;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
	margin-top: 100px;
}

.upgrade h1 {
	text-align: center;
}

.subt {
	font-size: 1.2em;
	text-transform: uppercase;
}

.upgrade {
	margin-bottom: 50px;
}

.upgradelist ul {
	margin-left: 40%!important;
	position: relative;
}

.leading .a-btn {
	position: relative;
	left: 40%
}

/*Free Dwnld Btn */

.button-wrapper-large {
	margin-left: -5px;;
}

.c-btn{
    background:#80a9da;
    background:-webkit-gradient(linear,left top,left bottom,color-stop(#80a9da,0),color-stop(#6f97c5,1));
    background:-webkit-linear-gradient(top, #80a9da 0%, #6f97c5 100%);
    background:-moz-linear-gradient(top, #80a9da 0%, #6f97c5 100%);
    background:-o-linear-gradient(top, #80a9da 0%, #6f97c5 100%);
    background:linear-gradient(top, #80a9da 0%, #6f97c5 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#80a9da', endColorstr='#6f97c5',GradientType=0 );
    padding-left:22px;
    padding-right:97px;
    height:90px;
    display:inline-block;
    position:relative;
    border:1px solid #5d81ab;
    -webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    -moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    float:left;
    clear:both;
    margin:10px 0px;
    overflow:hidden;
    -webkit-transition:box-shadow 0.3s ease-in-out;
    -moz-transition:box-shadow 0.3s ease-in-out;
    -o-transition:box-shadow 0.3s ease-in-out;
    transition:box-shadow 0.3s ease-in-out;
}
.c-btn img{
    position:absolute;
    left:15px;
    top:13px;
    border:none;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.c-btn .c-btn-slide-text{
    position:absolute;
    font-size:36px;
    top:18px;
    left:18px;
    color:#bde086;
    text-shadow:0px 1px 1px rgba(0,0,0,0.3);
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
    opacity:0;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.c-btn-text{
    padding-top:13px;
    display:block;
    font-size:30px;
    text-shadow:0px -1px 1px #5d81ab;
    line-height: 1em;
}
.c-btn-text small{
    display:block;
    font-size:10px;
    letter-spacing:1px;
}
.c-btn-icon-right{
    position:absolute;
    right:0px;
    top:0px;
    height:100%;
    width:80px;
    border-left:1px solid #5d81ab;
    -webkit-box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
    -moz-box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
    box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
}
.c-btn-icon-right span{
    width:38px;
    height:38px;
    opacity:0.7;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:20px;
    position:absolute;
    left:50%;
    top:50%;
    margin:-20px 0px 0px -20px;
    border:1px solid rgba(0,0,0,0.5);
    background:#5b5b5b url(../images/arrow_down.png) no-repeat center center;
    -webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.3) inset, 0px 1px 2px rgba(255,255,255,0.5);
    -moz-box-shadow:0px 1px 1px rgba(255,255,255,0.3) inset, 0px 1px 2px rgba(255,255,255,0.5);
    box-shadow:0px 1px 1px rgba(255,255,255,0.3) inset, 0px 1px 2px rgba(255,255,255,0.5);
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.c-btn:hover{
    -webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
    -moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
    box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
}
.c-btn:hover img{
    opacity:0;
}
.c-btn:hover .c-btn-slide-text{
    opacity:1;
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
}
.c-btn:hover .c-btn-icon-right span{
    opacity:1;
    background-color:#bc3532;
}
.c-btn:active{
    position:relative;
    top:1px;
    background:#5d81ab;
    -webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
    -moz-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
    box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
    border-color:#80a9da;
}
.c-btn:active .c-btn-icon-right span{
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    -o-transform:rotate(360deg);
    transform:rotate(360deg);
}

.c-btn-text a,
.c-btn-small a,
.c-btn {
	color: #fff!important;
}

.c-btn-text a:hover,
.c-btn-small a:hover,
.c-btn:hover {
	text-decoration: none!important;
}

.aff .pagination-list,
.table-striped .icon-arrow-down-3 {
	display: none;
}

.pagination select#limit {
	width: 65px;
}

/* Chat Tab */

.jchat_tab,
#jchat_default_suggestion_tooltip .jchat_tooltip_content {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#jchat_default_suggestion_tooltip .jchat_tooltip_content  {
	box-shadow: 0 1px 1px #d3d3d3, 0 1px 0 #fee395 inset;
	background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #feda71 0%, #febb4a 100%) repeat scroll 0 0;
    border-color: #f5b74e #e5a73e #d6982f;
    color: #996633;
}

#jchat_default_suggestion_tooltip::before {
	box-shadow: none;
	background: #d6982f;
}

#jchat_tooltip_close {
	margin-top: 10px;
	margin-right: 10px;
}

/*Free Module */

.freedownload {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.download-center {
	font-size: 1.2em;
	text-align: center;
	text-transform: uppercase;
}

/*EasyBlog */

.eb-post-content {
	border-bottom: 1px solid #ccc!important;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.at-icon-wrapper {
	margin-right: 5px;
	margin-top: 5px;
}

/* InviteX */

.inv_optional_message {
	display: none;
}

.leftfloat {
	float: right;
	margin-top: 20px;
}


.midalg .uk-grid1 {
   
    padding: 20px 20px 33px 20px;
    float: left;
    width: 100%;
    border-bottom: 1px solid gray;
}

.midalg .uk-grid1 .author-section {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.midalg .uk-grid1 .author-section .author_img {
    float: left;
    padding-right: 11px;
}

.midalg .uk-grid1 .author-section .author_img img {
    width: 58px;
    border-radius: 50%;
}

.midalg .uk-grid1 .author-section .author-content {
    float: left;
}

.midalg .uk-grid1 .author-section .author-content h6 {
    font-weight: bold;font-family: inherit;
    margin-bottom: 2px;
}

.midalg .uk-grid1 .author-section .author-content p {
    margin: 0;
    color: #000;font-family: inherit;
    font-size: 14px;font-weight: 500
}

.midalg .uk-grid1 .author-section .author-content span {
    color: #000;
    font-size: 14px;font-family: inherit;
    font-weight: 400;
}

.midalg .uk-grid1 .uk-width-10-10.textSec {
    float: left;
    width: 100%;
}

.midalg .uk-grid1 h3.btn-action {
    float: left;
    width: 100%;
    padding: 0;
}

.midalg .uk-grid1 h3.btn-action span a {
    font-size: 16px;
    border-radius: 20px;font-family: inherit;
    padding: 8px 14px 8px 14px;    text-transform: initial;
}

.midalg {
    border-radius: 10px;
    float: left;
    width: 100%;
    display: flex;
    flex-flow: wrap;
    background: white;
}

section.tm-bottom-b.uk-grid {
    margin: 0;
}
body {
    font-family: -apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Fira Sans,Ubuntu,Oxygen,Oxygen Sans,Cantarell,Droid Sans,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Lucida Grande,Helvetica,Arial,sans-serif;
	background:#f0f0f1;

}
.sp-module.topblog {
    padding: 30px;
    background: #ffffff;
    color: #919191;
    border: 1px solid #dddddd;
}
.btn-action a,.btn-primary,#eb .btn-primary {
  
    display: inline-block;
    margin: 0px;
    padding: 8px 14px 8px 14px;
    color: #fff;
    font-weight: 600;
    background: linear-gradient(90deg, #a0b3c1 0%, #c60404 100%);
    border: none;
    border-radius: 11px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
	font-size:15px;
}
.btn-action a:hover, .btn-primary:hover{
    background: linear-gradient(90deg, #c60404 0%, #a0b3c1 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    color: #fff;
}

.midalg .uk-grid1 .uk-width-10-10.textSec p {
    color: #919191;
    font-weight: 400;
    margin-top: 7px;
    font-family: inherit;
    line-height: 22px;
}

.midalg .uk-grid1 .uk-width-10-10.textSec h3 {
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 9px;
    font-family: inherit;
}
section.tm-bottom-b.uk-grid .uk-width-1-1.uk-row-first {
    padding: 0;
}
ul.social-icons, #sp-footer ul.menu{
	display: flex;
    justify-content: center;
	margin: 17px;
}

#sp-footer ul.menu li a {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}
section.tm-bottom-b.uk-grid .uk-width-1-1.uk-row-first .uk-panel.uk-panel-box {
    border: none;
    padding: 0;
    margin-top: 30px;
    background: transparent;
}
.sp-module.lead-banner {
    margin-top: 40px;
    border: none;
    border-radius: 10px;
}

.midalg .uk-grid1:last-child {
    border: none;
}

.sp-module.lead-banner .homesplash h2{
    font-size: 69px;
    line-height: 76px;    font-family: inherit;
    padding: 00 90px;
}

.sp-module.lead-banner .homesplash p {
    font-size: 50px;
    line-height: 61px;
    padding: 0 30px;
    color: #000;    font-family: inherit;
    margin: 30px 0 35px;
}

.sp-module .homesplash h3 {
    font-size: 58px;    font-family: inherit;
    line-height: 61px;
    padding: 0 40px;
}
.sp-module .homesplash p.email_activation {
    line-height: 24px;
    background: red;
    color: #fff;
    display: block;
    padding-bottom: 12px;
    border-radius: 10px;
}
.home .tm-wrapper {
    padding-top: 140px !important;
}

.home .uk-container.uk-container-center {
    width: 100%;
    max-width: 100%;
}
.tm-headerbar .uk-panel.leftfloat {
    margin-top: 30px;
}

.tm-headerbar .uk-panel.leftfloat select {
    border-radius: 20px;
    color: #000;
    background: #fff;
}
.tm-noblog .tm-navbar-fixed .tm-toolbar, .tm-noblog .tm-navbar-fixed .tm-headerbar {
    position: unset !important;
}
 /* added by 23-05; */
 .tm-headerbar .uk-panel {
    float: right;
	margin-top: 30px;
}
.tm-headerbar .uk-panel select {
    border-radius: 20px;
    color: #000;
    background: #fff;
}
.tm-navbar-fixed .tm-headerbar + .tm-wrapper {
    padding-top: 140px !important;
}

.home #eb.eb-mod.eb-mod-search .form-control{
	padding:9px 12px;
	
}
.uk-panel-box {
    padding: 20px;
    background: #ffffff;
    color: #919191;
    border: 1px solid #dddddd;
	        margin-top: 35px;
}
.uk-nav-side {
	padding-left : 0px !important;
	 li{
		 list-style:none;
		 a{
				text-transform: uppercase;
				font-size: .9em!important;
				padding: 5px 5px;
				display: block;
			    text-decoration: none;
				cursor: pointer;
			}
	 }
	
}


.home #eb.eb-mod.eb-mod-search .mod-btn {
    height: 37px;
   background-color: #d02121 !important;
     border-color: #d02121 !important;
}
.home .tm-main-top .uk-panel.uk-panel-box {
    margin-top: 21px;
    border-radius: 5px;
  
    background: #F3F2EF;
    border: none; 
    padding: 0px;
    display: flow-root;
    text-align: center;
}
.tm-main-top + .tm-content {
    margin-top: 7px;
}
 .mod-easyblogsearch {
    text-align: center;
    direction: ltr;
    width: 57%;
    text-align: center;
    justify-content: center;
    display: inline-flex;
}
#eb.eb-mod .eb-gallery-title a {
    color: #fff !important;
    font-weight: bolder !important;
}
#eb.eb-mod .eb-gallery-more a {
    background: #d02121 !important;
    border: 1px solid #d02121 !important;
    border-radius: 3px;
    color: #fff !important;
}
#eb.mod-easyblogshowcase--hero .eb-gallery-content {
    color: #fff;
    line-height: 26px !important;
}
    /* added by 23-05; */
.tm-navbar-fixed .tm-headerbar.tm-headerbar-small .uk-panel.leftfloat {
    margin-top: 0px;
}
/* added by 01-05-2022; */
.uk-width-medium-1-4{width:25% !important;}
#eb .eb-dialog-content .control-label{width: 136px !important;}
@media (min-width:320px) and (max-width:767px){
.tm-headerbar .uk-panel.leftfloat {
    margin-top: 0;
    margin-left: 15px;
}
.uk-panel.uk-panel-box.lead-banner .homesplash h3 {
    font-size: 30px;
    line-height: 35px;
}

.uk-panel.uk-panel-box.lead-banner .homesplash h2 {
    font-size: 40px;
    line-height: 45px;
    padding: 0 30px;
}
.e-mailit_toolbox{
    display: none !important;   
}
.uk-panel .e-mailit_toolbox{
    display: block !important;   
}
}
}
