/*****************************************************
******************************************************
			BEESAFE GENERAL CSS
******************************************************
******************************************************/

body {
    margin: 0;
    color: #1d1d1d;
    font-family: 'Montserrat-Medium', sans-serif;
    overflow-x: hidden;
}
:focus {
	outline: none
}
a {
    text-decoration: none;
    color: #343635;
}
p {
  margin-top: 0;
}
* {
    box-sizing: border-box;
}
.grecaptcha-badge {
    display: none !important;
}
/* FONT STYLE SIZES AND COLOR 
*************************************************************/
h1, h2, h3, h4, header li a {
  text-transform: uppercase;
  margin: 0;
  
}
p, a.btn, input[type="submit"] {
  font-family: 'Montserrat-Medium', sans-serif;
  font-size: 16px;
  letter-spacing: -0.5px;
}

ul{
  list-style-image: url(https://www.bee-safe.eu/wp-content/uploads/2014/02/ape2.jpg);
  list-style-position: inside;
}
/* FONT COLOR 
*************************************************************/
p {
  color: #000000;
  line-height: 1.6;
  margin-bottom: 1.6em;
}
.pre-title {
  color: #b4b4b4;
  font-size: 30px;
  font-family: 'Montserrat-Bold', sans-serif;
  letter-spacing: -2px;
  margin-bottom: 0.35em;
}
.fc-white {
  color: #fff;
}
/* BORDER
*************************************************************/
/* BUTTONS STYLES
*************************************************************/
.btn, button, input[type="submit"] {
    background-color: unset;
    border-style: unset;
    display: inline-block;
    padding: 10px 30px;
    cursor: pointer;
    border: 1px solid #000;
    min-width: 160px;
	  text-align: center;
}
.btn-white {
    border: 1px solid #fff;
    color: #fff;
}
.btn-black {
    border: 1px solid #000;
    color: #000;
}
.btn-green {
    border: 1px solid #89A980;
    background-color: #89A980;
    color: #fff;
}
/* STRIPE CONTAINER WIDTHS 
*************************************************************/
.stripe-container {
	max-width: 1260px;
	width: 100%;
	margin: 0 auto;
}
.stripe-container-small {
  max-width: 992px;
  width: 100%;
  margin: 0 auto;
}
.stripe-container-full {
  max-width: 100%;
  width: 100%
}
.sc-padding {
  padding: 165px 0;
}
.sc-padding-small {
  padding: 82.5px 0;
}
.sc-padding-nb {
  padding-top: 165px;
}
.sc-padding-nt {
  padding-bottom: 165px;
}
.sc-padding-low-bt {
  padding-top: 165px;
  padding-bottom: 82.5px;
}
.sc-padding-nt-low-bt {
  padding-bottom: 82.5px;
}
.sc-padding-nt-extra-low-bt {
  margin-bottom: 41.25px;
}
/* IMAGE OBJECT FIT
*************************************************************/
.img-fit {
    width: 100%;
    height: 100%;
    object-position: center;
}
.img-fit-cover {
    object-fit: cover;
}
.img-fit-contain {
    object-fit: contain;
}
/* Z-INDEX CLASS
*************************************************************/
.z0 {
  z-index: 0;
}
.z1 {
  z-index: 1;
}
.z2 {
  z-index: 2;
}
.z3 {
  z-index: 3;
}
.z4 {
  z-index: 4;
}
.z5 {
  z-index: 5;
}
/* POSITIONS
*************************************************************/
.p-relative {
  position: relative;
}
.p-absolute {
  position: absolute !important;
}
.p-absolute-centered {
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
}
/* STRIPE BACKGROUND COLOR
*************************************************************/
.bg-white {
  background-color: #FFF;
}
.bg-light-gray {
  background-color: #FAFAFA;
}
.bg-green {
  background-color: #89A980;
  color: #fff;
}
/* TEXT ALIGN
*************************************************************/
.a-center {
  text-align: center;
}
.a-left {
  text-align: left;
}
.a-right {
  text-align: right;
}
/* DISPLAY
*************************************************************/
.d-flex {
  display: flex;
}
.d-flex-centered {
  justify-content: center;
  align-items: center;
}
/* BACKGROUND-IMAGE
*************************************************************/
.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-contain {
  background-size: contain;
  background-repeat: no-repeat;
}
.bg-center {
  background-position: center;
}
/* SEPARATOR
*************************************************************/
.separator {
  width: 85px;
  border-top: 2px solid #000;
  margin: 0 auto;
  margin-top: 8px;
  margin-bottom: 35px;
}
.left-position {
  margin-right: 1em;
}
.right-position {
  margin-left: 1em;
}
.text-container-w-separator .separator {
  margin-bottom: 0;
}
.al-left {
  margin: 8px 0 35px 0;
}
.service-separator {
	border-top-color: #89a980;
	margin: 1em auto;
}
/* OVERLAY
*************************************************************/
.overlay {
    position: relative;
}
.overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5) !important;
}
.overlay > *,.overlay a {
    color: white;
    position: relative;
}
/* ZOOM EFFECT
*************************************************************/
.zoom-container {
    overflow: hidden;
}
.zoom-container:hover .zoom {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.zoom-container .zoom, .zoom-container:hover .zoom {
    transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    -webkit-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    -ms-transition: all 1.2s ease;
}
/* BUTTON SCROLL TO TOP
*************************************************************/
button.scroll-to-top {
    position: fixed;
    bottom: 0;
    right: 2em;
    cursor: pointer;
    z-index: 9999;
    background: none;
    border: none;
    outline: none;
    display: none;
    padding: 0;
    min-width: unset;
}
button.scroll-to-top .fa{
    font-size:2em;
    padding:.5em 1em;
    color:#fff;
    background:#89a980;
    box-shadow:0 0 3px #000;
    height:auto;
}
.fa-chevron-circle-up:before{content:"\f106"!important}
/* DESKTOP MENU
*************************************************************/
#mobile-header,
#mobile-menu-wrapper {
    display: none;
}
ul.menu {
    padding: 0;
    margin: 0;	
}
header ul.menu,
.social-links ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.social-share-button .social-links ul {
    justify-content: flex-start;
}
ul.menu li,
.social-links li {
    list-style: none;
}
.social-share .social-links a {
    color: #fff !important;
}
#main-header-section {
  border-bottom: 1px solid #EFEFEF;
}
.main-menu-navigation.second-block {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
header .menu li {
    padding: 0 1.8em;
}
.second-block-container .menu li a {
	display: block;
    font-family: 'Montserrat-Bold', sans-serif;
    letter-spacing: -1px;
    font-size: 16px;
    position: relative;
}
.main-menu-navigation .menu-item.menu-item-has-children {
    position: relative;
}
/*OLD.main-menu-navigation .menu-main-menu-container > ul > li.menu-item.menu-item-has-children > a:after {
    content: '\f0dd';
    font-family: 'Font Awesome 5 Free';
    vertical-align: baseline;
    font-weight: 600;
    padding-left: 0.5em;
    font-size: 14px;
}*/
/*NEW*/
.main-menu-navigation .menu-main-menu-container > ul > li.menu-item.menu-item-has-children > a:after,
.main-menu-navigation .menu-demain-menu-container > ul > li.menu-item.menu-item-has-children > a:after {
    content: '\f0dd';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    padding-left: 0.5em;
    font-size: 14px;
    position: absolute;
    bottom: 70%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}
.main-menu-navigation .menu-main-menu-container > ul > li.menu-item-has-children:hover > .sub-menu,
.main-menu-navigation .menu-demain-menu-container > ul > li.menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    transition: 0.2s opacity ease-in-out;
    -webkit-transform: none;
    transform: none;
    transition-delay: 0s,0s,0s;
}
.main-menu-navigation .menu-main-menu-container > ul > li.menu-item-has-children > .sub-menu,
.main-menu-navigation .menu-demain-menu-container > ul > li.menu-item-has-children > .sub-menu {
    display: block !important;
    z-index: 2;
    top: 100%;
    position: absolute;
    border: 1px solid #EAEAEA;
    background-color: #FAFAFA;
    padding: 2em;
    width: auto;
    white-space: nowrap;
    opacity: 0;
    transition: 0.2s all ease-in-out;
    transform: translateY(-10000px);
    transition: opacity .2s,margin .2s,-webkit-transform 0s;
    transition: transform 0s,opacity .2s,margin .2s;
    transition: transform 0s,opacity .2s,margin .2s,-webkit-transform 0s;
    transition-delay: .2s,.1s,.1s;
}
.third-block-container {
    align-items: center;
}
.lang-switcher li a {
    color: white;
    width: 50px;
    height: 50px;
    display: flex;
    background-color: #BABABA;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    padding: 0;
	font-family: 'Montserrat-Bold', sans-serif;
    font-size: 14px;
}

.main-menu-navigation .menu-main-menu-container .sub-menu .sub-menu,
.main-menu-navigation .menu-demain-menu-container .sub-menu .sub-menu {
    padding-left: 10px;
}
.header-stripe-container.grid {
	position: relative;
    height: 110px;;
}
.logo-container.first-block {
    position: absolute;
    left: 3em;
    display: flex;
    align-items: center;
    height: 100%;
}
.social-header.third-block {
    position: absolute;
    right: 3em;
    height: 100%;
    display: flex;
}
.lang-switcher {
    margin-left: 1em;
}
/* Sub Menu */
ul.sub-menu li { 
    padding: 0;
}
.second-block-container .menu ul.sub-menu li a {
    font-size: 14px;
    padding: 0.5em 0;
    font-family: 'Montserrat-Medium', sans-serif;
    text-transform: none;
}
li.no-click > a {
    pointer-events: none;
    font-weight: 600;
    text-transform: uppercase;
}
.second-block-container .menu-subtitle > a {
    font-weight: 600;
    text-transform: uppercase !important;
}
.second-block-container .menu ul.sub-menu li#menu-item-204,
.second-block-container .menu ul.sub-menu li#menu-item-206 {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px solid;
}
/* STICKY HEADER
*************************************************************/
.still-sticky {
    position: fixed;
    width: 100%;
    top: -200px;
}
#main-header-section, .still-sticky, .sticky-header {
    transition: 0.5s top ease-in-out;
}
#main-header-section {
    box-shadow: 0 -8px 20px 4px rgba(0, 0, 0, 0.2);
}
.sticky-header {
    top: 0;
}
#main-header-section {
    z-index: 999;
}
/* WHITE BLOCK
*************************************************************/
.wwb:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #FFF;
    z-index: 0;
}
.wwb-l:before{
    left: -56%;
}
.wwb-r:before{
    right: -56%;
}
.wwb {
    position: relative;
}
.wwb img {
    position: relative;
}
/* SOCIAL LINKS HEXAGON
*************************************************************/
.social-links li {
  width: 35px;
  height: 35px;
  text-align: center;
  margin: 0 10px;
  position: relative;
  display: inline-block;
}
.social-links li a {
  height: 100%;
  width: calc(100% * 0.57735);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: unset !important;
}
.social-links li a:before,
.social-links li a:after {
  position: absolute;
  top: 0;
  background-color: inherit;
  height: inherit;
  width: inherit;
  content: '';
}
.social-links li a:before {
  right: calc((100% / 2) - ((100% * 0.57735) / 2));
  transform: rotateZ(60deg);
}
.social-links li a:after {
  right: calc((100% / 2) - ((100% * 0.57735) / 2));
  transform: rotateZ(-60deg);
}
.social-links a i {
  z-index: 2;
  position: relative;
  font-size: 20px;
}
/* HEXAGON WITH IMAGES
*************************************************************/
.hexagon {
    margin-bottom: 70px;
}
.hexbox1{
  width: 413px;
  height: 310px;
  transform:rotate(120deg);
  overflow:hidden;
  visibility:hidden;
}
.hexagon-text {
  width: 413px;
}
.hexbox2{
  width:100%;
  height:100%;
  transform:rotate(-60deg);
  overflow:hidden;
}
.heximage{
  width:100%;
  height:100%;
  transform:rotate(-60deg);
  visibility: visible;
}
.hexagon .heximage h3 {
  width: 60%;
  color: white;
  margin: 0;
}
.hexagons-container {
  justify-content: center;
}

/* HOME PAGE 
*******************************************************************************************/
.text-container-w-separator .stripe-description {
    width: 100%;
}

/* AJAX QUESTIONS
@@@@@@@@@@@@@@@@@@@@@@@@@*/
#target-services .cell-container-inner {
    cursor: pointer;
}
#target-services .cell-container-inner p {
    position: relative;
    margin-top: 1em;
    margin-bottom: 0;
	padding-top: 1em;
    font-size: 14px;
    line-height: 1.4;
}
#target-services .cell-container-inner p:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    top: 0;
    left: 50%;
    -webkit-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    transform: translatex(-50%);
    background-color: #89a980;
}
#target-services .cell-container-inner .fas {
  display: none !important;
}
#target-services .selected .cell-container-inner .fas {
    color: #fff;
    background-color: #63ff50;
    border-radius: 100%;
    position: absolute;
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#target-services .cell-container {
    padding: 0.5em;
}
#target-services .cell-container-inner {
    padding: 1.7em;
    border: 1px solid #dadada;
    position: relative;
    min-height: 300px;
    max-height: 300px;    
}
#ask-me .container-inner {
    position: relative;
}
#ask-me .heximage:hover:before {
    background-color: rgba(0, 0, 0, 0.7) !important;
    transition: 0.3s background-color ease-in-out;
}

#ask-me .heximage:before {
    transition: 0.3s background-color ease-in-out;
}
div#loader {
    margin-top: 82.5px;
}
#loader-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 3;
}
#loader, #loader-overlay {
    display: none;
}
/* COURSES SECTION
@@@@@@@@@@@@@@@@@@@@@@@@@*/
#home-courses .course-image,
#curriculum .cell-container-inner {
    height: 24em;
}
/* BLOG SECTION
@@@@@@@@@@@@@@@@@@@@@@@@@*/
.latest-blog-post-container {
    height: 40em;
}
.slick-prev, .slick-next {
    height: 40px !important;
    width: 40px !important;
    border: 2px solid #fff !important;
    border-radius: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    opacity: 0.7 !important;
    transition: 0.2s ease-in-out;
    min-width: unset;
}
.slick-prev {
    left: 10px !important;
    z-index: 1;
}
.slick-prev:before, .slick-next:before {
    font-family: "font awesome 5 free" !important;
    font-weight: 700 !important;
    opacity: 1 !important;
    font-size: 12px !important;
}
.slick-prev:before {
    content: "\f053" !important;
}
.slick-next:before {
    content: "\f054" !important;
}
.slick-next {
    right: 10px !important;
}
.slick-prev:hover, .slick-next:hover {
    opacity: 1 !important;
    transition: 0.2s ease-in-out;
}

/* Edits Ajax Home */
a.simple-link {
    width: 100%;
    display: block;
    padding: 1em;
    background: #f7f7f7;
    margin-top: 1em;
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: 14px;
    cursor: help;
    border: 1px solid #dadada;
}
.action-text p {
    font-variant: small-caps;
    font-size: 20px;
    font-family: 'Montserrat-Semibold', sans-serif;
}
#selected-services p {
    text-align: center;
    margin: 1em 0;
    padding: 1em 0;
    background: #89a980;
    border-radius: 5px;
    color: #fff;
    font-variant: small-caps;
    font-size: 20px;
    margin-bottom: 1.5em;
}
label.seleted-name {
    width: 100%;
    display: block;
    font-size: 18px;
}
#target-services .selected .cell-container-inner {
    background-color: #89a980 !important;
    color: #fff;
    transition: all 0.2s ease-in-out;
    box-shadow: none !important;
}
#target-services .selected .cell-container-inner p {
    color: #fff;
}
#target-services .selected .cell-container-inner p:before {
    background-color: #fff;
}
#target-services .cell-container-inner:hover {
    transition: all 0.2s ease-in-out;
    box-shadow: inset 0 0 30px 0px rgba(0, 0, 0, 0.2);
}
span.wpcf7-not-valid-tip {
    background-color: #ff6347;
    margin-top: -0.5em;
    color: #fff;
    padding: 1em;
    margin-bottom: 1em;
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: 14px;
    text-align: left;
}
span.wpcf7-form-control-wrap.acceptance-692 span.wpcf7-not-valid-tip {
    margin-top: 0.5em;
}
div.wpcf7-validation-errors, 
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ok {
    border: none;
    padding: 2em;
    font-family: 'Montserrat-Semibold', sans-serif;
    text-transform: uppercase;
    color: #fff;
    background-color: #ff6347;
    letter-spacing: -1px;
    font-size: 20px;
    width: 100%;
    margin: 0;
    margin-top: 2em;
}
div.wpcf7-mail-sent-ok {
	background-color: #89A980;
}


/* NEWSLETTER
*************************************************************/
#newsletter p {
  color: #fff;
}
.et_bloom_form_text {
    display: none !important;
}
.et_bloom .et_bloom_form_container .et_bloom_form_header {
    display: none;
}
.et_bloom .et_bloom_form_container .et_bloom_form_content {
    background-color: transparent !important;
    padding: 0 !important;
}
.newsletter-form * {
    background-color: transparent !important;
}
.newsletter-form form {
    display: flex !important;
    flex-flow: wrap !important;
    justify-content: center !important;
}
.newsletter-form form > * {
    float: none !important;
}
.et_bloom_subscribe_email {
    width: 400px !important;
    padding-right: 15px !important;
}
.newsletter-form input {
    border: 1px solid white !important;
}
.et_bloom .et_bloom_form_content button {
    width: auto !important;
    background-color: white !important;
}
.et_bloom #newsletter .et_bloom_form_container .et_bloom_form_content span {
    margin: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
}
.newsletter-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-weight: 100 !important;
}
.newsletter-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-weight: 100 !important;
}
.newsletter-form ::-ms-input-placeholder { /* Microsoft Edge */
  font-weight: 100 !important;
}
#newsletter #newsletter-checkbox {
    justify-content: center;
    width: 100%;
    display: flex;
    margin-top: 1em;
}
#newsletter #newsletter-checkbox #newsletters-accept {
    width: 20px !important;
}
#newsletter #newsletter-checkbox span {
    font-weight: 400 !important;
}
#newsletter #newsletter-checkbox span {
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 13px;
}
#newsletter #newsletter-checkbox a {
    color: #285b18;
    font-family: 'Montserrat-Semibold', sans-serif;
}
/* Error Message */
.et_bloom_error_message {
    order: 3;
    width: 100%;
    color: red;
}
.et_bloom .et_bloom_form_container h2.et_bloom_error_message:after {
    display: none;
}
/* Success Message */
h2.et_bloom_success_message.et_bloom_animate_message {
    margin-top: 0 !important;
}
.et_bloom_success_container.et_bloom_animate_success {
    display: none !important;
}
.et_bloom h2.et_bloom_success_message:after {
    display: none;
}
h2.et_bloom_success_message.et_bloom_animate_message {
    font-size: 25px !important;
    width: 100% !important;
    color: #fff !important;
    max-width: unset !important;
    padding: 0 !important;
}
.et_bloom .et_bloom_form_container .et_bloom_form_content .et_bloom_popup_input input {
  font-family: 'Montserrat-Medium', sans-serif !important;
  font-size: 16px !important;
}
button.et_bloom_submit_subscription {
  padding: 1em 2em !important;
}
.et_bloom .et_bloom_form_container h2.et_bloom_error_message {
    font-family: 'Montserrat-Bold', sans-serif !important;
    letter-spacing: 1px !important;
    background: #ff6347 !important;
    color: #fff !important;
    margin-top: 1em !important;
    margin-bottom: 0 !important;
}
.et_bloom h2.et_bloom_success_message.et_bloom_animate_message {
    font-family: 'Montserrat-Bold', sans-serif !important;
    letter-spacing: 0 !important;
    color: #8aff8a !important;
}

/* SERVICES ARCHIVE
*******************************************************************************************/
.service-category .cell {
    padding-bottom: 2em;
}
.service-category .cell:nth-child(even) .cell-container {
    padding-left: 1em;
}
.service-category .cell:nth-child(odd) .cell-container {
    padding-right: 1em;
}
.service-category .cell:last-of-type,
.service-category .cell:nth-last-of-type(2) {
    padding-bottom: 0;
}
.service-category .cell:last-child .cell-container,
.service-category .cell-container-inner {
    height: 29em;
}
.service-category .service-container {
    padding: 3em;
    width: 100%;
}
.service-category .cell-container-inner .service-container p {
    color: #fff;
}

.page-template-page-template-archive-service .content-text h2 {
    font-size: 30px !important;
}

.page-template-page-template-archive-service .content-text a,
.page-template-page-template-services .site-main a {
    color: #00a202;
}

.page-template-page-template-archive-service .content-text a:hover,
.page-template-page-template-services .site-main a:hover,
.stripe-description p a:hover {
    color: #343635;
}

/* Social Share
@@@@@@@@@@@@@@@@@@@@@@@@@*/
.service-category .social-links li {
    width: 25px;
    height: 25px;
    margin: 0 5px;
}
.service-category .social-links li a i {
    font-size: 13px;
}
.service-category .social-share-title {
    display: none;
}
.service-category .social-share {
    position: absolute;
    bottom: 0;
    right: 0.5em;
}
/* SERVICES Single Template
*******************************************************************************************/
.page-template-page-template-services .social-share {
    text-align: right;
    padding-top: 30px;
}

.page-template-page-template-services .social-links ul.grid {
    justify-content: flex-end !important;
}

.page-template-page-template-services .content-text h2 {
    font-size: 30px !important;
}

.page-template-page-template-service .content-text a {
    color: #89a980;
}

.page-template-page-template-service .content-text a:hover {
    color: #343635;
}

/* SERVICES 
*******************************************************************************************/
.home .main-image img {
    height: 100%;
}
/* COURSE 
*******************************************************************************************/
.reverse > .cell:first-child{
  order: 2;
}
.reverse > .cell:last-child{
  order: 1;
}
#request-information.active {
  display: block !important;
}
/* CONTACT 
*******************************************************************************************/
#contacts .cell .cell-container-inner {
    border: 0;
    background: #f6f6f6;
    padding: 1.5em;
    text-align: center;
    height: 100%;
    margin: 0 1em;
}
#contacts .social-links li {
    width: 30px;
    height: 30px;
}
#contacts .social-links li a i {
  font-size: 15px;
}
#contacts .cell-container {
    height: 100%;
}
#bee-safe-contacts .contact-icon i {
    font-size: 36px;
    margin-bottom: 0.5em;
}
#contact-us .separator {
    margin: 35px auto;
}
#contact-us #checkbox,
#contact-us #checkbox span.wpcf7-not-valid-tip {
    text-align: center;
}

/* PARTNERS 
*******************************************************************************************/
#partners-logos img {
    width: 200px;
    height: auto;
}
#partners-logos a, #partners-logos .cell-container-inner {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    width: 100%;
}
#partners-logos .cell-container {
    height: 100%;
}
#partners-logos .cell-container {
    padding: 1em;
}

/* BLOG 
*******************************************************************************************/
.blog-articles {
    width: 100%;
}
.blog-sidebar {
    width: 400px;
}
.article {
    margin: 2em 0;
}
.article-container {
    border: 1px solid #eaeaea;
}
.article-thumbnail {
    min-width: 350px;
    max-width: 350px;
    background-color: #fafafa;
    background-image: url("https://www.bee-safe.eu/wp-content/uploads/2019/02/beeSafe-6.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    border-right: 1px solid #eaeaea;
}
.article-thumbnail img {
    width: 350px;
    height: 100%;
}
.article-details {
    padding-bottom: 20px;
}
.article-details > div {
    margin-right: 20px;
}
.article-details > div i {
    padding-right: 5px;
}
.article-description {
    padding: 2em 4em;
}
.article-description h2 {
    font-size: 32px;
    letter-spacing: -2px;
}
.article-details p {
    margin: 0;
}
/* SIDEBAR FILTERS
@@@@@@@@@@@@@@@@@@@@@@@@@*/
.filters-button {
    display: none;
}

/* BLOG DETAIL ( SINGLE BLOG )
*******************************************************************************************/
.single-post h2 {
    font-size: 30px;
}
.single-post .blog-carousel img {
    height: 40em;
}
.single-post #realted-posts .latest-blog-post-container {
    height: 20em !important;
}
#bessafe-article .article-details {
    padding-bottom: 0;
    position: absolute;
    margin-top: 1em;
    zoom: 0.9;
}
#bessafe-article .article-details > div i:before {
    vertical-align: sub;
}
#bessafe-article .social-links ul {
    padding: 0;
}
.single-post .beesafe-article-container .stripe-description img {
    object-fit: contain;
    height: auto;
}

/* COMMENTS
@@@@@@@@@@@@@@@@@@@@@@@@@*/
form#commentform {
    display: flex;
    flex-flow: wrap;
}
form#commentform > * {
    width: 100%;
}
.comment-form-author {
    order: 1;
}
.comment-form-email {
    order: 2;
}
.comment-form-url {
    order: 3;
}
.comment-form-comment {
    order: 4;
}
.comment-notes {
    order: 5;
}
.form-submit {
    order: 6;
}
.comment-form-comment label {
    display: none;
}
#comments h2.comments-title {
    font-size: 24px;
    font-family: 'Montserrat-Semibold', sans-serif;
    letter-spacing: -2px;
}
#comments ul.comment-list {
    padding: 0;
    list-style: none;
    background-color: #fff;
    padding: 2em;
    border: 1px solid #eaeaea;
}
#comments ul.children {
    list-style: none;
    padding-left: 2em;
}
#comments .comment {
    border: 1px solid #eaeaea;
    padding: 2em;
    margin-bottom: 1em;
}
#comments p:last-child {
    margin-bottom: 10px;
}
#comments p {
    margin-top: 10px;
    font-size: 14px;
}
#comments span.fn:before {
    background-color: #fafafa;
    display: inline-flex;
    vertical-align: middle;
    margin-right: 01em;
    width: 50px;
    height: 50px;
    content: '';
    border: 1px solid #eaeaea;
    background-image: url("https://www.bee-safe.eu/wp-content/uploads/2019/02/beeSafe-6.png");
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
}
#comments span.post-author-badge .svg-icon {
    display: none;
}
#comments footer.comment-meta {
    display: flex;
    align-items: center;
}
#comments .comment-metadata {
    font-size: 14px;
    font-family: 'Montserrat-Medium', sans-serif;
    font-style: italic;
}
#comments .comment-author.vcard {
    flex-grow: 1;
    align-items: center;
    display: flex;
}
#comments .comment-reply a.comment-reply-link {
    padding: 0.5em 4em;
    background: #89a980;
    display: block;
    width: fit-content;
    color: #fff;
    font-size: 14px;
    font-variant: small-caps;
    border: 1px solid #89a980;
}
#comments .comment-reply {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1em;
}
#comments span.screen-reader-text.says {
    display: none;
}
#comments .stripe-container {
    border-top: 1px solid #c1c1c1;
}
#commentform p.comment-form-comment {
    margin-bottom: 0;
}
#blog-checkbox {
    margin-bottom: 1.5em;
}
/* Search
@@@@@@@@@@@@@@@@@@@@@@@@@*/
.search-word h5.page-title {
    margin: 0;
    margin-right: 1em;
}
.search-word .page-description {
    font-size: 24px;
    font-family: 'Montserrat-Semibold', sans-serif;
    color: #535353;
}
.search-word {
    justify-content: center;
    align-items: center;
}
/* 404 PAGE
*******************************************************************************************/
h2.subtitle-404 {
    font-size: 200px;
    color: #a7a7a7;
    letter-spacing: -18px;
    margin: 0;
}
/* FOOTER
*******************************************************************************************/
footer .widget-column {
    display: flex;
    flex-flow: wrap;
}
footer .widget-column > div:first-child {
    width: 100%;
}

footer .footer-widget-2 > .widget:last-child a {
    text-transform: uppercase;
    font-weight: 700;
}
footer .widget {
    padding-right: 40px;
}
#footer-contact {
    margin-top: 2em;
}
#footer-contact a {
    font-family: 'Montserrat-Semibold', sans-serif;
}
footer .contact-icon {
    font-size: 26px;
}
#footer-notes {
  background-color: #1A1819;
  color: #fff;
}
#footer-notes .stripe-container {
    padding: 16px 0;
}
#footer-notes p{
	color: #c4c4c4;
	margin: 0;
	font-size: 12px;
}
#footer-notes a {
	color: #647517;
}
#footer-widgets-inner h3 {
	font-family: 'Montserrat-Bold', sans-serif;
	color: #5e483d;
	margin-bottom: 1.5em;
}
#footer-contact p {
	margin-bottom: 0;
}
#footer-widgets-inner li {
    padding: 5px 0;
}
#footer-widgets-inner li:first-child {
    padding-top: 0;
}
#footer-widgets-inner {
    font-family: 'Montserrat-Medium', sans-serif;
}
#footer-widgets-inner a {
    font-size: 12px;
    color: #7c7c7c;
}
footer #footer-widgets-inner ul.menu > li:first-child a {
  font-family: 'Montserrat-Bold', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #1d1d1d;
}
.widget-column.footer-widget-2 .widget_nav_menu, 
.widget-column.footer-widget-3 .widget_nav_menu {
  width: 33.3%;
}
ul#menu-footernavigationgeneral a {
    color: #1d1d1d;
}



@media only screen and (max-width: 992px) {
  #main-header-section {
    display: none;
  }

  .wwb:before {
    display: none;
  }

  /* BLOG 
  *******************************************************************************************/
  .blog-sidebar {
    order: 1;
    width: 100%;
  }
  #blog .d-flex {
      flex-flow: wrap;
  }
  .blog-articles {
      order: 2;
  }
  .single-post h2 {
      font-size: 26px;
  }
  /* SIDEBAR FILTERS
  @@@@@@@@@@@@@@@@@@@@@@@@@*/
  .filters-button {
      display: block;
  }
  .blog-sidebar .blog-sidebar-widget h4 {
      position: relative;
  }
}


