/*Variables */
/* Rest */
img {
    max-width: 100%;
    height: auto; 
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lora', serif;
}
h1 {
    font-size: 55px;
}
ul li {
    list-style: none;
}
/* General css */
#grid[data-columns]::before {
    content: '2 .column.size-1of2';
}

/* These are the classes that are going to be applied: */
.column { float: left; padding-left: 15px; padding-right: 15px;}
.size-1of2 { width: 50%; }
.no-padding {
    padding: 0 !important;
}
figcaption {text-align: center; margin-top:-10px; font-size: 12px;}
blockquote {
    margin: 0 0 1rem;
    border-left: 5px solid #e2e2e2;
    padding: 10px 10px 10px 20px;
    color: #000;
    background: #fff;
}
blockquote p {
    margin-bottom: 0;
}
.btn {
    font-weight: 400;
    border: 1px solid transparent;
    padding: 1.3rem 5rem;
    font-size: 1em;
    line-height: 1.5;
    border-radius: 50px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.no-radius {
    border-radius: 0;
}
.btn-full {
    display: block;
}
.btn-gradient, section.browser .nav-tabs span.number, .wp-block-button a {
    background-color: #9055a2;
    background-image: -webkit-gradient(linear,left top,right top,from(#9055a2),to(#3750d1));
    background-image: linear-gradient(to right,#9055a2,#3750d1);
    border: 0 !important;
    text-transform: uppercase;
    color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-transition: all .3s !important;
    transition: all .3s !important;
}
.wp-block-button a {
    padding: 1rem 3rem;
}
.btn-shadow {
    -webkit-box-shadow: 0 20px 25px -12px rgba(0,0,0,.09) !important;
    box-shadow: 0 20px 25px -12px rgba(0,0,0,.09) !important;
}
.btn.btn-gradient:hover, .cat-tags:hover, .post-header h2:hover , .wp-block-button a:hover{
    opacity: .85;
}
.btn:hover , .wp-block-button a:hover {
    color: #fff;
    background-color: #7a4889;
    border-color: #724381;
    text-decoration: none;
}
/* Header */
.top-header {
    padding: 8px 0;
    background: #e2e2e2;
    color: #000; }
.top-header ul {
    margin: 0;
    padding: 0;
    list-style: none; }
.top-header ul li {
    float: left;
    margin-right: 10px; }
.top-header ul li :last-child {
    margin-right: 0px; }
.top-header ul a {
    color: #000; }
.top-header a {
    color: #000; }
.headerads  {
    margin-top: 5px;
}
.section-gradient {
    padding: 0px 0;
    background: linear-gradient(90deg, #1d8bdd 40%, #6d61b1);
    box-shadow: 0 10px 15px rgba(0,0,0,0.1);

    position: relative;

    z-index: 999;
}
.btm-header .main-menu {
    margin-top: 0px; }
.btm-header .main-menu .navbar {
    margin-bottom: 0px; }

.header-2 .main-menu {
    margin-top: 35px; }
.main-menu  ul.ubermenu-nav > li > a {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 20px 25px;
    border-bottom: 2px solid transparent;

}
.ubermenu-current-menu-item a, .main-menu  ul.ubermenu-nav > li > a:hover {
    border-bottom: 2px solid #fff !important;
}
.navbar-fixed-top {
    border-bottom: 1px solid #ddd;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.12); }
.navbar-fixed-top .logo {
    width: 60%; }
.navbar-fixed-top .top-header-2 {
    display: none; }
.navbar-fixed-top .main-menu {
    margin-top: 0; }

#subheader_box {
    background-position: 0px 0px; }
#subheader_box p {
    font-size: 1.5em; }

.subheader_box {
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -ms-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease; 
}
.subheader_box h1 {
    text-transform: uppercase;
}
.subheader_box_color {
    color: #FFF;
}

.subheader_bg_img {
    background-repeat: no-repeat;
    background-size: 100%; }

.subheader_box_color {
    background: #00a3ff;
    background:rgba(0, 165, 255, 0.3);
}
.subheader_box_color_breadcrumb{
    background:rgba(0, 0, 0, 0.5);
}
.main-blog {
    margin-bottom: 30px;
}
.sub-blog {
    margin-bottom: 50px;
    overflow: hidden;
}
.post-img {
    margin-bottom: 25px;
    text-align: center; }

.post-header {
    text-align: center;
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
.post-header h2 {
    font-family: 'Lora', serif; 

}
.post-header h2 a, .post-header h2, .post-header h1 {
    color: #000;
    font-size: 28px;
    font-style: italic;
    -o-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -webkit-transition: .25s;
    transition: .25s;
    text-decoration: none;
}
.sub-blog .post-header h2 a {
    font-size: 22px;
}
.post-header .cat-tags {
    margin-bottom: 8px; 
    background: #0090FF;
    padding: 0.2em 1.2em;
    color: #fff;
    border-radius: 30px;
    margin: 0.2em 0.1em;
    display: inline-flex;
    align-items: center;
}
.post-header .cat-tags i {
    padding-right: 5px;
}
.post-header .cat-tags  a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
}

.main-blog .post-entry.is-excerpt, .single-blog-post h3 {
    text-align: center;
    padding: 0 90px 34px; 
    text-align:center;
    padding-bottom:20px;
    background: /* gradient can be an image */
        -webkit-linear-gradient(left, #00A3FF 0%, #AF53FF 50%)
        left 
        bottom
        transparent    
        no-repeat; 
    background-size:100% 2px ;/* if linear-gradient, we need to resize it */
}
.viewall:hover {
    box-shadow: 0 0 25px rgba(0,0,0,0.2);
}
.viewall {
    display: inline-block;
    padding: 0.8em 3em;
    text-align: center;
    font-size: 12px;
    color: #00A3FF !important;
    text-decoration: none !important;
    font-family: arial, sans-serif;
    text-decoration: none;
    position: relative;
    background: #fff; /* Old browsers */
    -webkit-backface-visibility: hidden;
    text-transform: uppercase;
    z-index: 1;
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.viewall:after {

}
.viewall:hover:after {
    opacity: 1;
}

.viewall span {
    position: relative;
    z-index: 3;
    font-size: 18px;
}

.viewallbordercircle {
    border-radius: 60px;
}
.viewallbordercircle:after {
    border-radius: 60px;
    border: 1px solid #fff;
}

.viewall-lg {
    font-size: 25px;
}
/* Single blog post */
.single-blog-post {

}
.date-stamp {
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 20px;

}
.date-stamp ul {
    overflow: hidden;
}
.date-stamp ul li {
    float: left;
    padding: 10px 15px;
    color: #b4b4b4;
}
.date-stamp ul li a {
    color: #b4b4b4;
    vertical-align: middle;
    display: flex;
    line-height: 18px;
}
.date-stamp .gc-counter {
    margin-right: 5px;
}
.date-stamp ul li:last-child {
    float: right;
    border-left: 1px solid #e3e3e3;
}
.post-pagination {
    overflow: hidden;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}
.post-pagination a {
    text-decoration: none;
    font-family: "Lora", sans-serif;
}
.post-pagination a:hover {
    color: #000;
}
.post-pagination .prev.first {

}

.post-pagination .prev {
    float: left;
    width: 50%;
    text-align: left;
    border-right: 1px solid #e8e8e8;
}
.post-pagination .next {
    float: right;
    width: 50%;
    text-align: right;
}
.post-pagination .prev, .post-pagination .next {
    padding: 22px 0;
    text-decoration: none;
}
.post-pagi-title {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 12px;
    margin-bottom: 2px;
}
.post-pagination a {
    font-size: 14px;
    color: #999;
    font-style: italic;
}
.post-pagination .prev i {
    margin-right: 4px;
}
.single-blog-post .post-entry.is-excerpt {
    padding: 0;
    text-align: left;
    background: none;
}
.single-blog-post .wp-block-image img {
    margin: 20px 0 20px 0;
} 
.single-blog-post h3 {
    color: #ff6200;
    text-align: left;
    padding-left: 0;
}

/**
 * Related Posts
 */
.section-head {
    position: relative;
    margin-top: 55px;
    text-align: center;
    font-family: Poppins, Arial, sans-serif;
    font-size: 0;
    line-height: 28px;
}
.section-head:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    width: 100%;
    height: 1px;
    background: #ebebeb;
}
.section-head .title {
    font-weight: 900;
    letter-spacing: 0.1em;
    font-size: 11px;
}

.section-head .title {
    position: relative;
    display: inline-block;
    padding: 0 22px;
    z-index: 1;
    background: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    vertical-align: middle;
}
.related-posts .posts {
  margin-bottom: -25px;
  padding-top: 50px;
  padding-bottom: 10px;
  text-align: center;
}

.related-posts .post {
  margin-bottom: 25px;
  float: left;
}

.related-posts .post:nth-child(3n+1) {
  clear: both;
}

.related-posts .image-link img {
  display: block;
  height: 150px;
  object-fit: cover;
}

.related-posts .post-title {
  display: block;
  margin-top: 16px;
  margin-bottom: 6px;
  font-size: inherit;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.related-posts .post-title em {
  font-style: normal;
  font-weight: inherit;
}

.related-posts .post-meta {
  font-size: 9px;
  margin-bottom: 15px;
}

.related-posts.grid-2 .post:nth-child(3n+1) {
  clear: none;
}

.related-posts.grid-2 .post:nth-child(2n+1) {
  clear: both;
}

.related-posts.grid-2 .post {
  width: 50%;
}

.related-posts.grid-2 .post-title {
  margin-top: 20px;
  margin-bottom: 8px;
  padding: 0 10%;
  font-size: 16px;
}

.related-posts.grid-2 .post-meta {
  font-size: 11px;
}
/* Widget: Posts */
.widget-posts .post {
    margin-bottom: 25px;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 15px;
    overflow: hidden;
}

.widget-posts .post:last-child {
    margin-bottom: 0;
}

.widget-posts .image-link img {
    float: left;
    margin: 0;
    margin-right: 24px;
}

.widget-posts .content {
    overflow: hidden;
}

.widget-posts .post-meta {
    margin-bottom: 8px;
    margin-top: -2px;
}

.widget-posts .post-meta .post-cat {
    margin-right: 10px;
}

.widget-posts .posts:not(.full) .meta-sep {
    display: none;
}

.widget-posts .post-title {
    margin: 0;
    padding: 0;
    display: block;
    font-family: Poppins, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.6;
}

.widget-posts .post-title.limit-line {
    text-overflow: ellipsis;
    padding-right: 10px;
}

.widget-posts .post-title em {
    font-style: normal;
}

.widget-posts .excerpt {
    margin-top: 10px;
}

.widget-posts .excerpt > p {
    margin: 0;
    padding-right: 10px;
    color: #b4b4b4;
    font-size: 13px;
    letter-spacing: -0.025em;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-font-smoothing: antialiased;
}

.widget-posts .post-title + .post-meta {
    margin-top: 11px;
    margin-bottom: 11px;
}

.widget-posts .content > :last-child {
    margin-bottom: 0;
}
.wp-block-embed-codepen iframe {
    width: 100%;
    height: 400px;
}
/* Content */
#overlay {
    background-color: rgba(0, 0, 0, 0.65);
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    transition: background-color 300ms ease;
    width: 100%; }

#state {
    bottom: 0;
    cursor: pointer;
    font-size: 2.25rem;
    right: 0;
    line-height: 1;
    padding: 2rem 2.5rem 1.65rem;
    position: absolute;
    z-index: 999; }

.owl-theme .owl-nav [class*='owl-'] {
    background: none !important; }

.icon {
    background: rgba(255, 255, 255, 0.6);
    color: rgba(0, 0, 0, 0.3);
    font-family: 'FontAwesome';
    font-size: 40px;
    line-height: 60px;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    text-align: center;
    width: 60px;
    height: 60px; }

.owl-next,
.owl-prev {
    height: 100%;
    position: absolute;
    top: 0; }

.owl-next {
    right: 0; }

.owl-prev {
    left: 0; }

.owl-next:hover .icon,
.owl-prev:hover .icon {
    background: rgba(48, 117, 70, 0.8);
    color: rgba(255, 255, 255, 0.9); }

.icon-arrow-left7 {
    left: 0; }

.icon-arrow-left7:before {
    content: "\f053"; }

.icon-arrow-right7 {
    right: 0; }

.icon-arrow-right7:before {
    content: "\f054"; }

.section-padding {
    padding: 60px 0; }

/* Quote */
.quote-block {
    color: #fff;
}
.quote-block h2 {

    line-height: 40px;
    text-transform: uppercase;
}
.quote-block h1 {
    font-size: 20px;
}
/* Footer */
footer {
    background: #f4f4f4;
}
.btm-footer {
    color: #fff;
}
.btm-footer a {
    color: #fff;
}
.footer-social {
    list-style: none;
}
.footer-social li {
    margin: 0 28px;
    display: inline-block;
    color: #999;
    font-size: 16px;
}
.footer-social li a {
    color: #999;
    text-decoration: none;
}
.footer-social li a:hover {
    color: #000;
}
.footer-social li a i {
    margin-right: 5px;
}
.footer-social li 
.btm-footer {
    padding: 15px 0; }

.copyright p {
    margin-bottom: 0; }
.copyright span {
    color: #1d8bdd;
}
.powered {
    float: right; }

.scrollup {
    color: #fff;
    position: fixed;
    bottom: -50px;
    right: 0px;
   background: #af53ff;
    background: -moz-linear-gradient(top, #af53ff 0%, #00a3ff 100%);
    background: -webkit-linear-gradient(top, #af53ff 0%,#00a3ff 100%);
    background: linear-gradient(to top, #af53ff 0%,#00a3ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af53ff', endColorstr='#00a3ff',GradientType=1 );
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.scrollup.showScroll{
    bottom: 0px;
}
.scrollup.showScroll i {
    margin-top: 17px;
    margin-left: -6px;
    position: absolute;
}

/**
 * Sidebar
 */
.main .sidebar {
    padding-left: 45px;
}

.sidebar .widget {
    margin-bottom: 45px;
	background: #f2f2f2;
}

.sidebar .widget-title {
    margin-bottom: 35px;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 41px;
    letter-spacing: 0.055em;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.1em;
    border-top-color: #f6b2ca;
}
.author_bio_section{
    margin-top: 20px;
background-color: #fff;
padding: 15px;
border: 1px solid #d7d7d7;
}
  
.author_name{
font-size:16px;
font-weight: bold;
}
  
.author_details img {
border: 1px solid #D8D8D8;
border-radius: 50%;
float: left;
margin: 0 10px 10px 0;
}
.author-social li {
    display: inline-block;
    margin-right: 10px;
}
.author-social li a {
    color: #fff;
}
.comments-section input[type="text"], .comments-section textarea {
    padding: 5px 15px;
}
/*-------------------------------------------------------------------------------
  17.Comment Section Styling
-------------------------------------------------------------------------------*/
#respond h3, .comments-title{
    padding:20px;
    font-size:20px;
    border-top:1px solid #d7d7d7;
    border-bottom:1px solid #d7d7d7;
    margin:30px 0;
}
#commentform .comment-notes{
    margin-bottom:20px;
}
#commentform label{
    display:block;
}
#commentform input[type="text"],
#commentform input[type="url"],
#commentform input[type="email"],
#commentform textarea{
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 20px;
    width: 100%;
    background-color: #f8f8f8;
    padding: 7px 10px;
    font-size: 18px;
}
#commentform input[type="submit"]{
    background-color: #9055a2;
    background-image: -webkit-gradient(linear,left top,right top,from(#9055a2),to(#3750d1));
    background-image: linear-gradient(to right,#9055a2,#3750d1);
    border: 0 !important;
    text-transform: uppercase;
    color: #fff;
    padding: 1.3rem 5rem;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-transition: all .3s !important;
    transition: all .3s !important;
    line-height: 1.5;
    border-radius: 50px;
    position: relative;
    cursor:pointer;
}

.comment-body .comment-author{
    float:left;
    width:20%;
}
.comment-body .comment-author .fn{
    display:block;
    margin-top:10px;
}
.comment-body{
    overflow:hidden;
    margin-bottom:30px;
}
.comment{
    margin-bottom:0;
}
.comment-list, .children{
    margin:0;
    padding:0;
    list-style-type: none;
}
.comment-list > li:first-child{
    border-top:0;
    padding-top:0;
}
.comment{
    border-top:1px solid #ccc;
    padding-top:30px;
    position:relative;
}
.children .comment{
    border-top:0;
}
.comment .children{
    
}
.children{
    margin-left:50px;
}
.children img{
    max-width:75px;
    height:auto;
}
.children .fn{
    font-size:12px;
}
.says{
    display:none;
}
.comment-metadata{
    margin-left:30%;        
}
.comment-metadata a{
    color:#5e666b;
    font-size:14px;
    margin-bottom:10px;
    display:block;
}
.comment-reply-link{
    position:absolute;
    top:15px;
    right:0;
    font-size:12px;
    color:#1a3794;
}
/**
 * Sidebar adjustments
 */
.sidebar .widget-title {
    font-weight: 900;
    letter-spacing: 0.1em;
    border-top-color: #f6b2ca;
    font-size: 16px;
}

.sidebar .widget_mc4wp_form_widget,
.sidebar .widget-subscribe {
    background: #f7f7f7;
}
.widget-about .author-image {
    margin-bottom: 18px;
}
.widget-about .about-text {
    padding: 0 8px;
    text-align: center;
    font-size: 13px;
    color: #535353;
}
.widget-about .more {
    font-weight: 900;
    letter-spacing: 0.1em;
}
.widget-about .about-footer {
    margin-top: 16px;
    text-align: center;
}
.widget-about .more {
    font-weight: 900;
    letter-spacing: 0.1em;
}
.widget-cta .label {
    font-weight: 900;
    letter-spacing: 0.1em;
}
.widget-social .social-link {
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
    border: 1px solid #e4e4e4;
    border-radius: 50%;
    box-sizing: border-box;
   /* padding: 10px;*/
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    text-align: center;
}
.widget-social .social-icons {
    text-align: center;
}
.visuallyhidden, .screen-reader-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.social-icons a {
    color: #535353;
}

.widget-posts .post-title {
    color: #535353;
    font-family: 'Lora', serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
}
.widget-cta .cta-box {
    position: relative;
    margin-bottom: 28px;
}
.widget-cta a, .widget-cta img {
    display: block; 
}
.widget-cta .label {
    font-weight: 900;
    letter-spacing: 0.1em;
}
.widget-cta .label {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 95%;
    text-align: center;
    transform: translateY(-50%) translateX(-50%);
    padding: 6px 18px;
    border: 1px solid #fff;
    background: #fff;
    color: #454545;
    font-family: Poppins, Arial, sans-serif;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    transition: all 0.3s ease-in;
}
.sidebar .widget_mc4wp_form_widget, .sidebar .widget-subscribe {
    padding: 28px 30px;
}
.widget-subscribe .message {
    text-align: center;
    margin-bottom: 18px;
    color: #353535;
    font-size: 13px;
    letter-spacing: -0.025em;
}
.widget .mc4wp-form input, .widget-subscribe input {
    box-sizing: border-box;
    width: 100%;
    height: 41px;
}
.widget-subscribe input {
    box-sizing: border-box;
    width: 100%;
    height: 41px;
}
input[type="submit"] {
    background: #1d8bdd ;
    color: #fff;
    text-transform: uppercase;
    width: inherit;
}
input, textarea, select {
    background: #fff;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    padding: 0 16px;
    max-width: 100%;
    outline: 0;
    font-size: 13px;
    letter-spacing: -0.025em;
    color: #b4b4b4;
}
.zindexsidebar {
    position: relative;
    z-index: 999;

}
.btm-footer.section-gradient.zindexsidebar{
    padding: 25px 0;
    background: #333 !important;

}
/*.sidebarfix {
    position: fixed;
    top: 90px;
    width: 24%;
    z-index: 99;
}*/
aside.sidebar.pull-left {
    position: sticky;
    top:90px;
}
.navbar-fixed-top .navbar-search {
    top: 7px;
}
.navbar-search {
    position: fixed;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #fff;
    border-radius: 50%;
    top: 25px;
    right: 30px;
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0  30px rgba(0,0,0,0.1);
    box-shadow: 0 0 30px rgba(0,0,0,0.1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.navbar-search a {
    /*margin-top: 10px;*/
    margin-left: -6px;
    position: absolute;
}

#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: rgba(255,255,255, 0.9);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
}
#search input[type="text"] {
  position: absolute;
  top: 50%;
  width: 100%;
  color: #1d8bdd;
  background: rgba(0, 0, 0, 0);
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
}
#search .btn {
    position: absolute;

    top: 50%;

    left: calc(50% - 108px);

    margin-top: 61px;

    margin-left: 0;

    background: linear-gradient(90deg, #1d8bdd 40%, #6d61b1);
}
#search .close:hover{
    opacity: 0.7;
}
#search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #fff;
background: #1d8bdd;
  opacity: 1;
  height: 45px;
    width: 45px;
  font-size: 17px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}
.cat-pagination {
    text-align: center;
}
.pagination {
    display: inline-block;
    margin-top: 50px;
}
.pagination a {
    border: 1px solid #dfdfdf;
    padding: 10px;
    text-align: center;
    margin-left: -5px;
}
.pagination span {
    border: 1px solid #dfdfdf;
    padding: 10px;
    text-align: center;
    margin-left: -5px;
}
.sub-blog:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.05), 0 10px 10px rgba(0,0,0,0.12);
}
.sub-blog {
    margin-bottom: 1rem;

}
.sub-blog {

    padding: 15px;
    background: #fff;
    box-shadow: 0 2px 5px 0 transparent, 0 2px 2px 0 rgba(0,0,0,0.1);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);

}
body{
    background: #f2f2f2;
}
.sent-small h2{
    overflow: hidden;
    max-height: 55px;
}
.post-img.img-small {

    overflow: hidden;
    max-height: 197px;


}
.post-img{
    margin-bottom: 0;
}
#grids > div {

    display: flex;
    flex-wrap: wrap;

}
.col-lg-12.mb-3.sent-small .post-img.img-small {
    max-height: 104px;
    min-height: 104px;
}
.sent-small .post-img {

    max-height: 144px;
    min-height: 144px;
    display: flex;
    align-items: center;
    overflow: hidden;

}
.post-header {
    margin-top: 0px;
    background: #fff !important;
    padding: 15px 10px;
    position: relative;
    max-width: 100%;
    margin-bottom: 20px;

}
.sub-blog .post-header h2 a{
    font-size: 1.1rem;
    line-height: 1.7rem;
    color: #666;
}

.main-blog.single-blog-post h2{
    padding-bottom: 15px;
    margin-top: 20px;
    margin-bottom: 0;
}
.sharethis-inline-share-buttons {
    margin-bottom: 20px !important;
}
.large-col .post-header h2 a{
    font-size: 26px;

}
.large-col .post-header {

    background: #333 !important;
    position: relative;
    padding: 15px;

}
.large-col .post-header h2 {
    margin-top: 0;
}
.large-col .post-header h2 a {

    font-size: 29px;
    color: #fff;
    line-height: 45px;

}
.large-col .post-header .time-ago {
    bottom: -25px;
    color: #fff;
}
ul.slimmenu li a::after{
    background: none !important;
    border-bottom: 3px solid #fff;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
ul.slimmenu li a:hover, ul.slimmenu li.current-menu-item a:hover{
    background: rgba(0,0,0,0.1);

}
ul.slimmenu li a, ul.slimmenu li.current-menu-item a{
    padding: 15px 25px !important;
    font-weight: 300 !important;
}
#menu-main-menu{
    float: left;
}
.post-img.slide a{
    width: 100%;

}
.post-img.slide {

    overflow: hidden;
    max-height: 450px;
    display: flex;
    align-items: center;

}
#homeSlider .active .post-header{
    opacity: 1;

}
#homeSlider .post-header {
    position: absolute;
    width: 100%;
    opacity: 0.1;
    bottom: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

    padding: 15px 30px;

}
.sectionTitle {

    padding-left: 15px;
    font-family: 'Lora';
    font-size: 20px;
    margin-bottom: 20px;

}
.sectionTitle a {
    color: #212529;
}
.sectionTitle a:hover {
    text-decoration: none;
}
.logo img {

    width: 320px;
    margin: 20px 0;

}
.btm-header.section-gradient.navbar-fixed-top {

    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99999;
    border: none !important;

}
.post-header a {

    display: block;
    max-width: 100%;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    overflow: hidden;
    line-height: 2.0;

}
.time-ago {

    text-align: center;
   /* position: absolute;
    bottom: -10px;*/
    margin-top: 15px;
    font-size: 14px;
    color: #777;

}
.slidingPosts {

    background: #e9e9e9;
    padding: 60px 0;

}
.slidingPosts .owl-stage, .slidingPosts .owl-stage-outer {

    /*height: calc(100% + 30px) !important;*/
    padding-bottom: 30px;

}
.slidingPosts .post-img.img-small {

    overflow: hidden;
    max-height: 160px;
    min-height: 160px;

}
.searchOpen {

    overflow: hidden;

}
.cotact-form-wrapper {
    background: #fff;
    padding: 50px;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
}
@media screen and (max-width: 767px){
    #wrapper .item .top-section-image:before {

    background: linear-gradient(to bottom,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.65) 100%) !important;
}
    .btm-header.section-gradient {

        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;

    }
    .btm-header.section-gradient .container {

        width: 100%;
        margin: 0;

    }
    .menu-collapser{
        background: none !important;
    }
    .navbar-search{
       /* position: initial !important;
        margin-top: 5px;
        margin-right: 5px;*/
    margin-top: -21px;
    margin-right: 5px;
    position: absolute;
    right: 0;
    }
    .collapse-button{
        right: initial !important;
    }
    .logo {

        text-align: center;

    }
    .collapse-button{
        background: rgba(0,0,0,0.5) !important;
    }
}
#wrapper {
  display: flex;
  height: 500px;
  margin-top: 30px;
}
#wrapper .column {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 0;
}
#wrapper .item a{
    position: absolute;
    height: 100%;
    width: 100%;
}
.col-lg-12.mb-3.large-col .post-img {
    max-height: 265px;
}
.top-section-image {
    background-size: 100% !important;
    transition: all .5s;
    transition-duration: 0.4s;
    background-position: top; 

}
.top-section-image:hover {
    background-size: 110% !important;
}
#wrapper .item .top-section-image:before {
    content: '';
    width: 100%;
    position: absolute;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.65) 100%);
    height: 100%;
    z-index: 9;
}
#wrapper .item .top-section-image h2 {
    font-size: 20px;
    color: #fff;
    padding: 20px;
    position: absolute;
    bottom: -10px;
    z-index: 9;
    font-family: 'Lora', serif;
    font-weight: 600;
    text-shadow: 0 0 2px #000;
}
#wrapper .item {
  background: #444;
  margin: 5px;
  padding: 5px;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#wrapper .column:first-child > :last-child, .column:last-child > :first-child {
  flex-grow: 2;
}
@media (max-width: 800px) {
  #wrapper {
    flex-direction: column;
  }
  #wrapper .column {
    display: contents;
  }
}
.post-entry ul li {
    list-style: square;
    margin-left: 20px;
    line-height: 26px;
    margin-bottom: 5px;
}
.post-entry ul {
    margin-bottom: 25px;
}
a.hvr-underline-from-left:hover {
    text-decoration: none;
    color: #fff;
}
[class^="hvr-"] {
    margin: 0.4em;
    padding: 0.5em 1.2em;
    cursor: pointer;
    background: #0090FF;
    text-decoration: none;
    color: #fff;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.hvr-underline-from-left {
    display: inline-block;
    vertical-align: middle;
    border-radius: 30px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    overflow: hidden;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
    right: 0;
}
.hvr-underline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #2098D1;
    height: 4px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.dwk-column-wrapper > .wp-block-column {
    padding: 24px 16px;
    border-radius: 8px;
}
@keyframes scroll {
    0%, 100% {
      transform: translate(0, 0);
    }
    
    50% {
      transform: translate(0, 200px);
    }
     100% {
      transform: translate(0, 0);
    }
  }