/*
Theme Name: Content Square Theme
Author: KPS3
Author URI: http://www.kps3.com/
Version: 1.7.56
Template: kps3-theme
*/


/*.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: none !important;
}

.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated,
.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap {
  padding: 0 !important;
}

 Remove the column editor
.elementor-editor-column-settings {
  display: none !important;
}

.elementor-section {
  margin-bottom: 0;
}

#elementor-section:last-of-type {
  margin-bottom: 0;
}

.elementor-editor-element-edit {
  display: none !important;
}

.elementor-add-section-area-button {
  display: none !important;
}

.elementor-widget:not(:last-child) {
  margin-bottom: 0 !important;
}*/

/* Safari only styles break when run through scss */

_::-webkit-full-page-media, _:future, :root .blog-rollup .card {
  transform: none;
  box-shadow: none !important;
  border: solid 1px #F5F6F8;
}

_::-webkit-full-page-media, _:future, :root .blog-rollup .card:focus,
_::-webkit-full-page-media, _:future, :root .blog-rollup .card:hover {
  transform: none;
  box-shadow: none
}

_::-webkit-full-page-media, _:future, :root .blog-rollup .card::before {
  display: none;
}
