/**
 * Author: Srikanth Lavudia
 * Created: Thu Nov 02, 2023
 * Owner: Solix Technologies, Inc.
**/

/* Custom CSS for the Solix Blog START */
.ogma-blog-site-layout--separate #page{background: #fff;}
.ogma-blog-container{width: 80%;}
.ogma-blog-flex{display: block;}
.site-branding{text-align: left; width: 100%;}
.custom-logo-link .custom-logo{width: 190px;}
.custom-button-wrap.ogma-blog-icon-elements{display: none;}
#site-navigation ul li a {font-weight: 300; font-size: 15px; padding: 0px; margin: 0px 10px 0px 0px;}
.single .ogma-blog-post-content-wrap .entry-title {
  color: rgb(27 49 57);
  font-size: 30px;
  font-family: 'DM Sans', serif;
  font-weight: 800;
  line-height: 35px;
}
.single .ogma-blog-post-content-wrap .entry-content p {
  font-size: 17px;
  font-family: 'DM Sans', serif;
  font-weight: 300;
  color: #000;
}
.single .ogma-blog-post-content-wrap .entry-content p.callout {
  padding: 50px;
  background: #0088CF1A;
  border: 1px solid #0088CF1A;
  box-shadow: 0px 0px 10px 0px #0D192D14;
  border-radius: 8px;
  margin: 40px auto;
  width: 90%;
}
.single .ogma-blog-post-content-wrap .entry-content p.callout span{position: relative;}
.single .ogma-blog-post-content-wrap .entry-content p.callout span.before::before {
  content: "";
  background-image: url('images/icons/quote-left.png');
  height: 32px;
  width: 32px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  top: -30px;
  left: -30px;
}
.single .ogma-blog-post-content-wrap .entry-content h2 {
  color: rgb(27 49 57);
  font-family: 'DM Sans', serif;
  font-weight: 500;
  font-size: 22px;
  margin: 20px 0px 7px 0px;
}
.ogma-blog-container #primary .page h1 {
  color: rgb(27 49 57);
  font-family: 'DM Sans', serif;
  font-weight: 700;
  font-size: 28px;
  margin: 30px 0px;
}
.ogma-blog-container #primary .page .entry-content h2, .ogma-blog-container #primary .page .entry-content h3 {
  color: rgb(27 49 57);
  font-family: 'DM Sans', serif;
  font-weight: 500;
  font-size: 25px;
  margin: 15px 0px;
}
.single .ogma-blog-post-content-wrap .entry-content h3 {
  color: rgb(27 49 57);
  font-family: 'DM Sans', serif;
  font-weight: 500;
  font-size: 22px;
  margin: 20px 0px 7px 0px;
}
.single .ogma-blog-post-content-wrap .entry-content p {
  font-size: 17px;
  font-family: 'DM Sans', serif;
  font-weight: 300;
  color: #000;
  line-height: 30px;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  display: inline-block;
  width: 100%;
}
.ogma-blog-container #primary .page .entry-content p {
  font-size: 17px;
  font-family: 'DM Sans', serif;
  font-weight: 300;
  color: #000;
  line-height: 30px;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}
.single .ogma-blog-post-content-wrap .entry-content .wp-caption{border: none;}
.single .ogma-blog-post-content-wrap .entry-content .wp-caption .wp-caption-text {
  font-size: 15px;
  font-family: 'DM Sans', serif;
  font-weight: 500;
  color: #000;
}
.ogma-blog-author__avatar{width: 7%;}
#top-header{display: none;}

#custom_html-41 .custom-html-widget > a{display: inline-block; margin: 0px 0px 10px 0px;}

.entry-content .faqs{}
.entry-content .faqs dt {
  font-size: 1.7rem;
  font-family: 'DM Sans', serif;
  margin: 0px 0px 10px 0px;
}
.entry-content .faqs dd {
  font-size: 1.5rem;
  font-weight: 300;
  font-family: 'DM Sans', serif;
}

.blg-form-blk {
/*  display: block;*/
  display: none;
  width: 100%;
  /* border: 1px solid #ccc; */
  margin: 0 auto;
  /*background: #f9f9f9;
  position: relative;
  top: -50px;*/
  opacity: 0.9;
  padding: 0px 0px 50px 0px;
  background-image: url('images/content-blur.png');
}
.blg-form-blk .blk-inner {
  margin: 0 auto 0px auto;
  border: 1px solid #333;
  width: 50%;
  /* text-align: center; */
  padding: 30px 0px 30px 35px;
  background: #fff;
  min-height: 290px;
}
.blg-form-blk .blk-inner #blgCampForm {display: inline-block;}
.blg-form-blk .blk-inner > p {
  color: #000;
  font-weight: 500;
  font-size: 19px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.blg-form-blk .blk-inner #blgCampForm > ul {margin: 0px; padding: 0px;}
.blg-form-blk .blk-inner #blgCampForm > ul li {
  display: inline-table;
  /*width: 50%;*/
  width: 100%;
  float: left;
  display: block;
  text-align: left;
}
.blg-form-blk .blk-inner #blgCampForm > ul li:last-child{margin: 20px 0px 0px; width: 100%;}
.blg-form-blk .blk-inner form input {
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 45px;
/*  margin-bottom: 20px;*/
  width: 90%;
  padding-left: 10px;
}
.blg-form-blk .blk-inner form button {
  height: 45px;
  font-size: 17px;
  line-height: 0px;
  padding: 10px 25px;
  margin-left: 13px;
  background: #ee2424;
  border-color: #ee2424;
  color: #fff;
  margin: 20px 0px 0px 0px;
  font-weight: 400;
}
.setContinueReading {
  color: #3788D1;
  text-decoration: underline;
  margin: 0px;
  font-family: 'DM Sans', serif;
  font-weight: 400;
  cursor: pointer;
  width: auto;
  display: inline-block;
}
.blg-form-blk .blk-inner .ajxMsg{display: none;}
.blg-form-blk .blk-inner .ajxMsg.error {
  color: #ee2424;
  margin: 10px 0px 0px 0px;
  display: inline-block;
  font-weight: 400;
}

@media (max-width: 979px) {
  #site-navigation {/* margin-left: 20px; */}
  #site-navigation ul li a{margin: 0px 0px 0px 0px; padding-left: 20px;}
}
.widget_custom_html .custom-html-widget > a {
  display: inline-block;
  width: 100%;
  margin: 5px 0px;
}
.entry-content a{color: #ee2424 !important;}
.ogma-blog-banner-wrapper .slide-title a{font-size: 20px;line-height: 20px;font-weight: 500;}
.ogma-blog-banner-wrapper .post-excerpt{font-size: 15px;}
.ogma-blog-post-content-wrap .entry-title{line-height: 0px; margin: 20px 0 20px;}
.archive-style--grid .ogma-blog-post-content-wrap .entry-title{margin: 20px 0px;}
.archive-style--grid .ogma-blog-post-content-wrap .entry-title a{font-size: 20px; line-height: 30px; display: inline-block; font-weight: 500; /*text-transform: capitalize;*/}
.home .showCmpBlk{display: none;}
.home .widget_tag_cloud .tagcloud a, .widget_tag_cloud a{border: 1px solid #000; color: #333; font-family: 'Roboto'; font-weight: 300;}
.home .archive-style--grid .archive-content-wrapper article{vertical-align: text-top;}
.archive-style--grid .archive-content-wrapper{display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: flex-start;}
.single .ogma-blog-post-content-wrap h1.entry-title{margin: 25px 0px;}
.cbpoints > li {
  background-image: url(images/icons/icon-checklist.png);
  background-repeat: no-repeat;
  font-family: 'DM Sans', serif;
  font-weight: 300;
  font-size: 17px;
  margin: 17px 0px;
  background-size: 2%;
  padding: 0px 0px 0px 25px;
  background-position: 0px 5px;
  display: block;
}
.blg-lead-magnet {
  background: #615ccb;
  /*background: linear-gradient(310deg,rgba(125,129,251,.3) .01%,rgba(244,197,204,.3));*/
  /*background: linear-gradient(#003f80,#966efd) !important;*/
  box-shadow: 0 0 4px 0 rgba(16,24,64,.12);
  /*border: 1px solid #128cf6;*/
  padding: 25px;
  border-radius: 5px;
  margin: 20px 0px 20px 0px;
  text-align: center;
}
.blg-lead-magnet > a {
  font-family: 'DM Sans', serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff !important;
}
.single .ogma-blog-post-content-wrap .entry-content .quoteBlk, .ogma-blog-container .entry-content .quoteBlk {
  display: block;
  padding: 55px;
  background: #f5f5f5;
  border-radius: 20px;
  position: relative;
}
.single .ogma-blog-post-content-wrap .entry-content p.quote, .ogma-blog-container .entry-content .quoteBlk p.quote {
  position: relative;
  padding: 0px 0px 0px 75px;
}
.single .ogma-blog-post-content-wrap .entry-content .quoteBlk .quote > i, .ogma-blog-container .entry-content .quoteBlk p.quote > i {
  background-image: url(images/icons/quote-left.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
  position: absolute;
  height: 62px;
  width: auto;
  left: 0px;
  top: -25px;
  padding-left: 80px;
}
.single .ogma-blog-post-content-wrap .entry-content p.line2 {
  width: 50%;
  padding: 0px;
  display: inline-block;
  text-align: right;
  position: absolute;
  right: 44px;
  bottom: 10px;
  font-size: 15px;
  line-height: 16px;
  font-weight: 500;
}
/* Featured Page */
.ogma-blog-post-content-wrap.featured-page h2.entry-title {margin: 20px 0px;}
.ogma-blog-post-content-wrap.featured-page h2.entry-title a {
  color: #000;
  font-family: 'DM Sans', serif;
  font-size: 20px;
  text-transform: capitalize;
  text-decoration: underline;
}
.ogma-blog-container #primary .page .ogma-blog-post-content-wrap.featured-page .entry-content p {color: #000; font-size: 16px;}
.pagination.featured-page {
  display: inline-block;
  width: 100%;
  margin: 20px 0px 0px 0px;
  text-align: right;
  background: #fff;
  padding: 20px 10px;
  border-radius: 15px;
}
.pagination.featured-page .page-numbers {
  color: #000;
  font-family: 'Open Sans';
  font-size: 14px;
  border: 1px solid #000;
  padding: 7px 17px;
  margin: 0px 3px;
}
.pagination.featured-page .page-numbers.current {
  background: #000;
  color: #fff;
}
#footer-navigation{display: none;}
.ogma-blog-featured-image-bg {
  background-size: cover;
  /*max-height: 400px;*/
  /*height: 400px;*/
  max-height: 250px;
  height: 250px;
  background-position: center;
}
table.blogTable {background: #fbf8f6; margin: 30px 0px;}
.blogTable th {
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 700;
}
.blogTable tbody tr:nth-child(2n+1) {background: #efefef;}
.blogTable tr td {
  font-family: 'DM Sans', serif;
  font-weight: 300;
  font-size: 15px;
}
/* styles for rank math breadcrumbs */
.ogma-blog-breadcrumb-wrapper {display: block; margin: 0px 0px 20px 0px;}
.ogma-blog-breadcrumb-wrapper .ogma-blog-container {
  background: #fff;
  /*padding: 15px 0px 5px 30px;*/
  border-radius: 15px;
}
.post-author-box-wrapper .custom-author-bio {
  display: block;
  width: 100%;
  margin: 10px 0px 0px;
}
.post-author-box-wrapper .custom-author-bio p {
  font-family: 'DM Sans', serif;
  font-weight: 300;
  line-height: 25px;
}
.pagination.featured-page button.ajx-auth-post-load {
  padding: 7px 20px;
  margin: 0px 3px;
  background: #fff;
  border: 1px solid #000;
  color: #000;
}
.pagination.featured-page button.ajx-auth-post-load.active {background: #000; color: #fff;}
table.blgtable td {
  color: #000;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 300;
}
table.blgtable td.center{text-align: center;}

/* CUSTOM MEGA MENU */
.site-branding .headCustom {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: auto;
}
.site-branding .headCustom .cols.logo {flex: 0 0 30%;}
.site-branding .headCustom .cols.mainMenu {flex: 0 0 70%;}

/*#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1{top: 60px; padding: 10px 0px !important; box-shadow: 0px 20px 50px #333;}*/
.primary-menu-wrapper{display: none;}
#masthead{margin-bottom: 20px;}
#mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover{color: #ee2424;}
#mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link{background: transparent;}
#mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link:hover{background: #f7f5f5;}
.page-content-wrapper .post-thumbnail-wrap .post-thumbnail img{/*height: 250px;*/ height: auto; object-fit: cover; object-position: top; max-height: 250px;}
.page-content-wrapper .archive-content-wrapper .post-thumbnail-wrap img {height: 170px;}
.single-post .ogma-blog-post-content-wrap {}
.single-post .ogma-blog-post-content-wrap .post-cats-wrap {display: inline-block; width: auto; float: left;}
.single-post .ogma-blog-post-content-wrap .entry-meta {display: inline-block; width: auto; float: right; margin: 0px;}
/*.single-post .ogma-blog-post-content-wrap .entry-meta > span > a {color: #000;}*/
.single-post .ogma-blog-post-content-wrap .entry-meta .post-comment{display: none;}

.single .ogma-blog-post-content-wrap .entry-content .wp-block-quote {margin: 20px 30px 20px 10px; border-left: 5px solid #ee2424; padding: 0px 0px 0px 20px;}
.single .ogma-blog-post-content-wrap .entry-content .wp-block-quote::after{content: "";}
.single .ogma-blog-post-content-wrap .entry-content .wp-block-quote::before{content: "";}

.single .ogma-blog-post-content-wrap .entry-content .wp-block-quote > p {font-size: 25px; font-style: italic; font-weight: 700; line-height: 30px;}

/* ----------- Smaller Devices ----------- */
@media screen and (min-width: 320px) {
  .site-branding .headCustom .cols.mainMenu #site-navigation{display: none;}
  .site-branding .headCustom .cols.mainMenu .mobile-only{display: block;}
  .site-branding .headCustom .cols.logo{flex: 0 0 50%;}
  .site-branding .headCustom .cols.mainMenu{flex: 0 0 50%;}
  .logo-ads-wrapper{padding: 10px 0 10px;}
  .site-branding .headCustom .cols.mainMenu #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-item:last-child > a{font-weight: 600;}
  .langBlk {display: none;}
  .single .ogma-blog-post-content-wrap h1.entry-title{font-size: 25px; line-height: 30px; text-transform: none;}
  .site-branding .headCustom .cols.mainMenu .gtranslate_wrapper{display: none;}
  .post-thumbnail > img{height: 150px;}
  .single-post .ogma-blog-post-content-wrap .entry-meta{margin: 0px 0px 10px 0px;}
  .ogma-blog-featured-image-bg{height: 150px;}
  .ogma-blog-container #primary .page h1{font-size: 20px; line-height: 25px;}
}
.site-branding .headCustom .cols.mainMenu .gtranslate_wrapper {float: right; padding: 5px 0px 0px;}

@media screen and (min-width: 375px) {
  .home-slider-blk #sliders li{min-height: 835px;}
}

@media screen and (min-width: 414px) {

}

/* ---------- Devices with medium screens ------------- */
@media screen and (min-width: 500px) and (max-width: 700px) {

}
/* ---------- IPAD's   ------------- */
@media screen and (min-width: 768px) {
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
}

@media screen and (min-width: 1210px) {
  .site-branding .headCustom .cols.mainMenu .mobile-only{display: none;}
  .site-branding .headCustom .cols.mainMenu #site-navigation{display: block; /*float: right;*/ float: left; margin-right: 0px;}
  .site-branding .headCustom .cols.logo{flex: 0 0 30%;}
  .site-branding .headCustom .cols.mainMenu{flex: 0 0 70%; display: flex;}
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu{left: -165px;}
  .logo-ads-wrapper{/*padding: 5px 0 20px;*/ padding: 20px 0 20px;}
  .site-branding .headCustom .cols.mainMenu #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-item:last-child > a{
    background-image: linear-gradient(to right, #ff512f 0, #f09819 51%, #ff512f 100%) !important;
    border: 2px solid transparent !important;
    background-size: 200% auto;
    color: #fff;
    font-family: Roboto;
    font-size: 1.1em;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    transition: .5s;
    border-radius: 8px;
    padding: 10px 20px;
    line-height: normal;
  }
  .langBlk {display: block; width: auto;}
  .langBlk .gtranslate_wrapper {display: block; text-align: right; padding: 0px 5px 10px 0px;}
  .single .ogma-blog-post-content-wrap h1.entry-title{font-size: 30px; line-height: 35px;}
  .site-branding .headCustom .cols.mainMenu .gtranslate_wrapper{display: block;}
  .post-thumbnail > img{/*height: 250px;*/ height: auto;}
  .ogma-blog-featured-image-bg{height: 250px;}
  .ogma-blog-container #primary .page h1{font-size: 28px; line-height: 30px;}
}

@media screen and (min-width: 1366px) {
  #mega-menu-wrap-primary_menu #mega-menu-primary_menu li.mega-blgSolutionsMenu > ul.mega-sub-menu {/*width: 880px; left: -300px;*/ width: 1210px; left: -585px;}
  #mega-menu-wrap-primary_menu #mega-menu-primary_menu li.mega-blgSolutionsMenu > ul.mega-sub-menu > li.mega-menu-item-has-children > ul > li > a{font-weight: 600 !important;}
}

@media screen and (min-width: 1400px) {
}

@media screen and (min-width: 1700px){
}


