/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/











/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */



























/* 1d. Buttons */




/* Primary Button Gradient */












/* Primary Button Gradient End */









/* 1d. Secondary Buttons */












/* 1d. Tertairy Buttons */












/* 1e. Forms */









































/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */








:root {
  --primary-color: #151d2c;
  --secondary-color: #ea774b;
}

.content-wrapper {
  max-width: 1440px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 1rem;
}

.dnd-section > .row-fluid {
  max-width: 1440px;
}
.header-blue .header {
  background-color: #fffdeb;
}
/* .header-white .header {
background-color: #fff;
} */




html {
  font-size: 25px;
}

body {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 25px;
  background-color: #fffdeb;
}

/* Paragraphs */

p{
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */

a {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: underline;
  color: #051E34;
}

a:hover,
a:focus {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: underline;
  color: #00000c;
}

a:active {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: underline;
  color: #2d465c;
}
span, .span{ color:#EA774B; }
/* Headings */

h1,.h-xl, .h1  {
  font-family: Playfair, serif; font-style: normal; font-weight: 900; text-decoration: none;
  color: #000000;
  font-size: 100px;
  text-transform: none;
  line-height: 0.9;
}


@media only screen and (max-width: 1300px){   h1,.h-xl,.h1 { font-size:90px; }  }

@media only screen and (max-width: 1294px){
  h1,.h-xl, .h1 {
    font-size: 90.278px;
  }
  
}
@media screen and (max-width: 992px){
  h1,.h-xl, .h1 {
    font-size: 75.0px;
  }
  
}
@media screen and (max-width: 768px){
  .button {
    font-size:16px !important; padding: 12px 18px !important;
  } 
  p {
    font-size:20px;
  }
  h1,.h-xl, .h1 {
    font-size: 60.0px;
  }
 
}
h2, .h2 {
  font-family: Playfair, serif; font-style: normal; font-weight: 900; text-decoration: none;
  color: #000000;
  font-size: 70px;
  text-transform: none;
  line-height: 0.9;
}
@media screen and (max-width: 375px){ h1,.h-xl, .h1{ font-size:46px; }  }
@media only screen and (max-width: 1294px){
  h2, .h2 {
    font-size: 63.1946px;
  }

}
@media screen and (max-width: 992px){
  h2, .h2 {
    font-size: 52.5px;
  }

}
@media screen and (max-width: 768px){
  h2, .h2 {
    font-size: 43.75px;
  }

}
h3, .h3{
  font-family: Playfair, serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #151D2C;
  font-size: 50px;
  text-transform: none;
}

@media only screen and (max-width: 1294px){
  h3, .h3 {
    font-size: 45.139px;
  }
}
@media screen and (max-width: 992px){
  h3, .h3 {
    font-size: 37.5px;
  }
}
@media screen and (max-width: 768px){
  h3, .h3 {
    font-size: 31.25px;
  }
}

h4,.h4 {
  font-family: Playfair, serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #000000;
  font-size: 30px;
  text-transform: none;
}

@media only screen and (max-width: 1294px){
  h4,.h4  {
    font-size: 27.0834px;
  }

}
@media screen and (max-width: 992px){
  h4,.h4 {
    font-size: 22.5px;
  }
}

h5,.h5 {
  font-family: Playfair, serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #ea774b;
  font-size: 24px;
  text-transform: none;
}
}
h6,.h6{
  font-weight: normal; text-decoration: none; font-family: Poppins, serif; font-style: normal;
  color: #ea774b;
  font-size: 16px;
  text-transform: none;
}
li::marker {
  color: #151d2c; 
}
/* Blockquote */

blockquote {
  border-left-color: #ea774b;
}





button,
.button,
.btn-primary,
.hs-button,
.hs-blog-post-listing__post-button {
  border: 1px solid #EA774B;

  padding-top: 13px;
padding-right: 44px;
padding-bottom: 13px;
padding-left: 44px;

  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(234, 119, 75, 1.0)

;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 20px;
  text-transform: none;
  line-height:1;
}
.btn-primary{
  background: linear-gradient(to bottom,rgba(, , , ), rgba(, , , ));
}
button:hover,
button:focus,
.button:hover,
.button:focus,
.btn-primary:hover,
.btn-primary:focus,
.hs-button:hover,
.hs-button:focus,
.hs-blog-post-listing__post-button:hover,
.hs-blog-post-listing__post-button:focus {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border: 1px solid #EA774B;
;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background: 

  
  
    
  


  rgba(21, 29, 44, 1.0)

;
  border-radius: 5px;
  line-height:1;
}
.btn-primary:hover,
.btn-primary:focus{
  background-color: 

  
  
    
  


  rgba(21, 29, 44, 1.0)

 !important;
}
button:active,
.button:active,
.btn-primary:active,
.hs-button:active,
.hs-blog-post-listing__post-button:active {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(255, 159, 115, 1.0);
  border-color: #ff9f73;
}




.btn-secondary {
  border: 1px solid #EA774B;

  padding-top: 13px;
padding-right: 44px;
padding-bottom: 13px;
padding-left: 44px;

  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(21, 29, 44, 1.0)

;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 20px;
  text-transform: none;
  line-height:1;
}

.btn-secondary:hover,
.btn-secondary:focus {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border: 1px solid #EA774B;
;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color: 

  
  
    
  


  rgba(234, 119, 75, 1.0)

;
  border-radius: 5px;
  line-height:1;
}
.btn-secondary:active {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(61, 69, 84, 1.0);
  border-color: #ff9f73;
}





.btn-tertiary {
  border: 1px solid #ffffff;

  padding-top: 18px;
padding-right: 44px;
padding-bottom: 18px;
padding-left: 44px;

  font-family: Lato, serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(24, 79, 114, 0.0)

;
  border-radius: 90px;
  color: #ffffff;
  font-size: 20px;
  text-transform: none;
  line-height:1;
}

.btn-tertiary:hover,
.btn-tertiary:focus {
  font-family: Lato, serif; font-style: normal; font-weight: normal; text-decoration: none;
  border: 1px solid #ffffff;
;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 90px;
  line-height:1;
}
.btn-tertiary:active {
  font-family: Lato, serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(64, 119, 154, 0.0);
  border-color: #ffffff;
}

section .button.outline{
  color: #3488B8 !important;
  border: 1px solid #3488B8 !important;
  box-shadow: inset 0px 0px 2px #3488B8 !important;
  font-family: 'Poppins';
  background: transparent !important;
}
section .button.outline:hover{
  color: #fff !important;
  background: #3488B8 !important;
}
section .button.orange-btn{
  color: #19171C !important;
  border: 1px solid #F7941D !important;
  box-shadow: inset 0px 0px 2px #F7941D !important;
  font-family: 'Poppins';
  background: #F7941D !important;
}
section .button.orange-btn:hover{
  color: #F7941D !important;
  background: transparent !important;
}
section .button.grey-outline{
  color: #000000 !important;
  border: 1px solid rgb(0 0 0 / 40%) !important;
  box-shadow: inset 0px 0px 2px rgb(0 0 0 / 40%) !important;
  font-family: 'Poppins';
  background: #fff !important;
}
section .button.grey-outline:hover{
  color: #fff !important;
  border: 1px solid #fff !important;
  background: rgb(0 0 0 / 40%) !important;
}
section .button.black-outline{
  color: #000000 !important;
  border: 1px solid rgb(0 0 0 / 100%) !important;
  box-shadow: inset 0px 0px 2px rgb(0 0 0 / 40%) !important;
  font-family: 'Poppins';
  background: transparent !important;
}
section .button.black-outline:hover{
  color: #fff !important;
  background: rgb(0 0 0 / 100%) !important;
}





form,
.submitted-message {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border: 0px solid #051E34;
;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: 

  
  
    
  


  rgba(5, 30, 52, 1.0)

;
  padding: 25px;
;
}

/* Form title */

.form-title {
  border: 0px none #ffffff;
;
  padding: 0px;
;
  font-family: Poppins; font-style: normal; font-weight: normal; text-decoration: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 50px;
  color: #ea774b;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}


/* Labels */

form label {
  color: #ffffff;
}

/* Help text */

form legend {
  color: #151d2c;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border: 0px solid #D1D6DC;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.2)

;
  color: #ffffff;
  border-radius: 0px;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #ffffff;
}

::-moz-placeholder {
  color: #ffffff;
}

:-ms-input-placeholder {
  color: #ffffff;
}

::placeholder {
  color: #ffffff;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #ffffff;
}

.fn-date-picker td.is-selected .pika-button {
  background: #151d2c;
}

.fn-date-picker td .pika-button:hover {
  background-color: #151d2c !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #151d2c;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 0px none #151d2c;
;
  padding-top: 13px;
padding-right: 44px;
padding-bottom: 13px;
padding-left: 44px;
;
  font-family: Playfair, serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #3488B8;
  font-size: 16px;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 5px;
  text-transform: none;
  text-transform: capitalize;
  line-height:1
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  font-family: Playfair, serif; font-style: normal; font-weight: normal; text-decoration: none;
  padding-top: 13px;
padding-right: 44px;
padding-bottom: 13px;
padding-left: 44px;
;
  background-color: 

  
  
    
  


  rgba(5, 30, 52, 0.0)

;
  color: #ffffff;
  border: 1px solid #ffffff;
;
  text-transform: capitalize;
  line-height:1
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(255, 159, 115, 1.0);
  border-color: #ff9f73;
}





/* Table */

table {
  border: 0px solid #749abe;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 0px solid #749abe;

  padding: 25px;

  color: #151d2c;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(36, 45, 61, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #151d2c;
}





.header {
  background-color: 

  
  
    
  


  rgba(255, 253, 235, 1.0)

;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #000000;
  font-family: Poppins;
}

.menu__child-toggle-icon {
  border-top-color: #000000;
}

.menu .menu__link:hover,
.menu .menu__link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #000000;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: #000000;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #282828;
}

.menu__child-toggle-icon:active {
  border-top-color: #282828;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: #000000;
}

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    border: 2px solid #151d2c;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 2px solid #151d2c;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #151d2c;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #151d2c;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(255, 253, 235, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(255, 253, 235, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Poppins;
}

.header__language-switcher-label-current:after {
  border-top-color: #000000;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(255, 253, 235, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #000000;
  }
}





.footer {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}

/* Footer content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #FFFFFF;
}





.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 80px 0;
}

/* Blog post */

.blog-post__meta a {
  color: #000000;
}

.blog-post__tag-link {
  color: #000000;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #000000;
}

.blog-post__tag-link:active {
  color: #282828;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  font-family: Playfair, serif; font-style: normal; font-weight: 900; text-decoration: none;
  text-transform: none;
}

.blog-related-posts__title-link {
  color: #000000;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #000000;
}

.blog-related-posts__title-link:active {
  color: #282828;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 80px;
}

#comments-listing .comment-reply-to {
  color: #051E34;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #00000c;
}

#comments-listing .comment-reply-to:active {
  color: #2d465c;
}





.hs-search-results__title {
  font-family: Playfair, serif; font-style: normal; font-weight: 900; text-decoration: none;
  color: #000000;
}





/* Blog listing */

.hs-blog-post-listing__post-title-link,
.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus,
.hs-blog-post-listing__post-title-link:active {
  font-family: Playfair, serif; font-style: normal; font-weight: 900; text-decoration: none;
  text-transform: none;
}

.hs-blog-post-listing__post-title-link {
  color: #000000;
}

.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus {
  color: #000000;
}

.hs-blog-post-listing__post-title-link:active {
  color: #282828;
}


.hs-blog-post-listing__post-tag,
.hs-blog-post-listing__post-author-name {
  color: #000000;
}

/* Blog pagination */

.hs-pagination__link-text,
.hs-pagination__link--number {
  color: #000000;
}

.hs-pagination__link:hover .hs-pagination__link-text,
.hs-pagination__link:focus .hs-pagination__link-text,
.hs-pagination__link--number:hover,
.hs-pagination__link--number:focus {
  color: #000000;
}

.hs-pagination__link:active .hs-pagination__link-text,
.hs-pagination__link--number:active {
  color: #282828;
}

.hs-pagination__link-icon svg {
  fill: #000000;
}

/* Pricing card */

.card__price {
  font-family: Playfair, serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #151D2C;
  font-size: 50px;
}

.card__body svg {
  fill: #151d2c;
}

/* Social follow */

.social-links__icon {
  background-color: #151d2c;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #000004;
}

.social-links__icon:active {
  background-color: #3d4554;
  font-family: Playfair, serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #151D2C;
  font-size: 50px;
}







.blog-listing-wrap .sidebar-tag-list {
  margin-top: 26px;
}
.blog-listing-wrap .author-btn-wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 6px;
  font-size: 14px;
}

.blog-listing-wrap>.row-fluid {
  max-width: 1680px;
}
.blog-listing-wrap .post-sidebar-wrap .recent-post-list{
  display: flex;
  flex-direction: column;
  gap: 25px;
}


.blog-listing-wrap .post-sidebar-wrap .sidebar-tag-list ul {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style-type: none;
}
.blog-listing-wrap .post-sidebar-wrap .sidebar-tag-list ul a{
  text-decoration: none;
  color: #000;
}
.blog-listing-wrap .sidebar-tag-list ul li {
  margin-bottom: 8px;
}
.blog-listing-wrap .blog-main-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 70px;
  position: relative;
  overflow: hidden;
  margin: 80px auto;
  padding: 0 20px;
}
.blog-listing-wrap .listing-posts{
  width: 70%;
}
.blog-listing-wrap .post-sidebar-wrap .popular-post-title *, .blog-listing-wrap .post-sidebar-wrap .sidebar-tag-list h3{
  margin-bottom: 12px;
}
.blog-listing-wrap .post-sidebar-wrap {
  width: calc(30% - 70px);
}
.blog-listing-wrap img {
  width: 100%;
}
.blog-listing-wrap .recent-post {
  display: flex;
  align-items: center;
  /*       flex-wrap: wrap; */
  gap: 10px;
  padding: 10px 15px;
  background-color: #F5F5F5;
  border-radius: 10px;

}
.blog-listing-wrap .blog-date-wrap,.blog-listing-wrap time.blog-post-timestamp, .blog-listing-wrap .blog-read-min-wrap .post-read-min{
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog-listing-wrap .blog-date-wrap {
  gap: 30px;
}
.blog-listing-wrap time.blog-post-timestamp span, .blog-listing-wrap .blog-date-wrap span {
  display: inline-flex;
}
.blog-listing-wrap .blog-post__meta {
  margin-bottom: 12px;
  margin-top: 40px;
}
.blog-listing-wrap .post-title h3{
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
}
.blog-listing-wrap .post-img img {
  height: 80px;
  width: 80px;
  object-fit: cover;
  border-radius: 10px;
}
.blog-listing-wrap .post-sidebar-wrap img.blog-listing__post-image {
  border-radius: 20px;
}
.small-text{
  font-size: 20px;
}
.footer-main {
  background-image: url(https://244087754.fs1.hubspotusercontent-na2.net/hubfs/244087754/footer%20bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position:center center;
}
.footer-main .content-wrapper {
  max-width: 100%;
}

/* override section */ 
.span6.widget-span.widget-type-cell.cell_1776939886032-background-layers.dnd-column.cell_1776939886032-background-color.cell_1776939886032-padding, .span6.widget-span.widget-type-cell.cell_17770177566028-background-color.cell_17770177566028-background-layers.cell_17770177566028-padding.dnd-column, .span6.widget-span.widget-type-cell.cell_17770271252117-padding.cell_17770271252117-background-color.cell_17770271252117-background-layers.dnd-column  {
  border-radius: 0 20px 20px 0;
}
.span6.widget-span.widget-type-cell.cell_17769398631445-background-layers.cell_17769398631445-background-image.dnd-column,.span6.widget-span.widget-type-cell.cell_17770177566027-padding.cell_17770177566027-background-image.dnd-column.cell_17770177566027-background-layers, .span6.widget-span.widget-type-cell.cell_17770271252116-padding.cell_17770271252116-background-image.dnd-column.cell_17770271252116-background-layers { border-radius: 20px 0 0 20px; }
.cell_17769398631444-row-0-background-layers .row-fluid, .cell_17770177566025-row-0-background-color .row-fluid, .cell_17770271252114-row-0-background-layers .row-fluid  {
  gap: 100px;
}
.row-fluid-wrapper.row-depth-1.row-number-16.cell_17770177566025-row-0-background-color.dnd-row.cell_17770177566025-row-0-background-layers, .row-fluid-wrapper.row-depth-1.row-number-8.cell_17770271252114-row-0-background-layers.cell_17770271252114-row-0-background-color.dnd-row {
  border-radius: 20px;
}
@media only screen and (max-width: 1440px) {

  .blog-listing-wrap .listing-posts {
    width: 65%;
  }
  .blog-listing-wrap .post-sidebar-wrap {
    width: calc(35% - 70px);
  }
}
@media only screen and (max-width: 1240px) {
  .blog-listing-wrap .blog-main-wrapper {
    gap: 30px;
  }
  .blog-listing-wrap .listing-posts {
    width: 58%;
  }
  .blog-listing-wrap .post-sidebar-wrap {
    width: calc(42% - 30px);
  }
}
@media screen and (max-width: 991px) {
  .blog-listing-wrap .listing-posts,.blog-listing-wrap .post-sidebar-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px){ .span6.widget-span.widget-type-cell.cell_1776939886032-background-layers.dnd-column.cell_1776939886032-background-color.cell_1776939886032-padding, .span6.widget-span.widget-type-cell.cell_17770177566028-background-color.cell_17770177566028-background-layers.cell_17770177566028-padding.dnd-column, .span6.widget-span.widget-type-cell.cell_17770271252117-padding.cell_17770271252117-background-color.cell_17770271252117-background-layers.dnd-column {
  border-radius: 0 0 20px 20px  ;
  } 
  .span6.widget-span.widget-type-cell.cell_17769398631445-background-layers.cell_17769398631445-background-image.dnd-column,.span6.widget-span.widget-type-cell.cell_17770177566027-padding.cell_17770177566027-background-image.dnd-column.cell_17770177566027-background-layers, .span6.widget-span.widget-type-cell.cell_17770271252116-padding.cell_17770271252116-background-image.dnd-column.cell_17770271252116-background-layers{ border-radius: 20px 20px 0 0; }
  .cell_17769398631444-row-0-background-layers .row-fluid, .cell_17770177566025-row-0-background-color .row-fluid, .cell_17770271252114-row-0-background-layers .row-fluid {
    gap: 40px;
  }
}
@media screen and (max-width: 500px){ body{  font-size:18px; } }