body {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-weight: 400;
}

h1 {
	font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    margin-bottom: 1.5rem;
}

.strong {
	font-weight: 700;
}

input.email {
	padding: .5625rem .625rem;
    border-radius: .1875rem;
    border: 1px solid #cbd6e2;
    font-size: 16px;
    font-size: 1rem;
    transition: all .15s ease-out;
    background-color: #f5f8fa;
    color: #7c98b6;
    height: 2.5rem;
    line-height: 1.375rem;
    text-align: left;
    vertical-align: middle;
}
input.email:focus {
	border-color: rgba(0,208,228,.5);
    box-shadow: 0 0 4px 1px rgba(0,208,228,.3), 0 0 0 1px #00d0e4;
    outline: 0;
}

input.button {
	white-space: nowrap;
    display: inline-block;
    height: 40px;
    padding: 0 14px;
    -webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .025em;
    text-decoration: none;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    color: #fff;
    background: #6772FE;
    cursor: pointer;
}

input.button:hover {
	-webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
}

.bg-light {
	background: rgba(235, 244, 251,.33);
}

.btn-secondary {
	color: #fff;
	border: none;
    background: #6772e5;
	white-space: nowrap;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 14px;
    -webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .025em;
    text-decoration: none;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
	color: #fff;
    background-color: #7795f8;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
}

a {
	color: #6772e5;
    font-weight: 500;
    -webkit-transition: color .1s ease;
    transition: color .1s ease;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

a:hover {
	color: #32325d;
	text-decoration: none;
}

.pagination {
	margin-top: 3rem!important;
}

.page-link {
    color: #6571e6;
    border: none;
    border-radius: 0;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
	border-radius: 0 !important;
}

.page-item.active .page-link {
	background-color: #6671e6;
    border: none;
}

.entry-title a {
	color: #33334f;
}

article.post {
	margin-bottom: 3rem!important;
	margin-top: 3rem!important;
}

article.post:first-child {
	margin-top: 0 !important;
}

article.post:first-child {
	margin-bottom: 0 !important;
}

.post h1.entry-title {
	margin-bottom: .5rem;
}

.single .post .entry-header {
	margin-bottom: 3em;
}

.widget_categories ul {
	list-style: none;
}


.imgProfile {
	-webkit-box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
    box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
    border-radius: 100%;
    -webkit-transition-property: color,background-color,-webkit-box-shadow,-webkit-transform;
    transition-property: color,background-color,-webkit-box-shadow,-webkit-transform;
    transition-property: color,background-color,box-shadow,transform;
    transition-property: color,background-color,box-shadow,transform,-webkit-box-shadow,-webkit-transform;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
}

.imgProfile:hover {
	-webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 18px 35px rgba(50,50,93,.1), 0 8px 15px rgba(0,0,0,.07);
    box-shadow: 0 18px 35px rgba(50,50,93,.1), 0 8px 15px rgba(0,0,0,.07);
}