body{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	font-family: 'Barlow', sans-serif;
}

#content.site-content{
min-height:90vh;
}

.clear{
	clear:both;
}

.width-container{
	width:90%;
	max-width:1280px;
	margin:auto;
}

h2.section__title{
	font-size: 25px;
    color: #000;
    font-weight: bold;
    margin:0px;
}

h2.section__title a{
    text-decoration:none;
}

.slider__section h2.section__title{
    position:absolute;
}

h2.section__title::after,
h3.section__title::after {
    content: '';
    display: block;
    width: 40px;
    height: 5px;
    background: #000;
    margin-top: 17px;
}

h3.section__title{
	font-size: 22px;
    color: #000;
    font-weight: bold;
    margin:0px;
}

h3.section__title a{
    text-decoration:none;
}

body.page-template #content {
    padding-top: 145px;
}

body.page-template-page-homepage #content{
	padding-top:0px;
}

body.page-template-page-contact-thankyou #content{
    padding-top: 109px;
}

body.page-template-page-homepage .header{
	 background: rgba(0,0,0,0.5);
     transition:background 0.3s;
}

body.page-template-page-homepage .header.black__header{
     background: rgba(0,0,0,1);
}

body .Popular_Kit{
	display:none!important;
}

/* burger menu icon */

#nav-icon3{
	display:none;
    width: 30px;
    height: 30px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    margin-top: 13px;
}

#nav-icon3 span{
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

/* Icon 3 */

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 10px;
}

#nav-icon3 span:nth-child(4) {
  top: 20px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/* burger menu icon end */

.header__container{
	position:fixed;
	width:100%;
	z-index:8999;
}

.header{
	width: 100%;
    height: 109px;
    background: rgba(0,0,0,1);
    box-sizing: border-box;
}

.header__logo img{
    width:260px;
    margin-top:30px;
}

.header nav{
	margin-top: 30px;
}

.header nav ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	margin-right:-26px;
}

.header nav ul a{
	color:#fff;
	font-size:14px;
	font-weight:bold;
	display:inline-block;
	text-decoration:none;
	text-transform: uppercase;
	padding: 29px;
    outline: 0;
}

.header nav ul a.categories{
	padding:26px 26px 30px 26px;
}

.header nav ul a li .fa-caret-down{
	font-size: 20px;
    padding-top: 1px;
    margin-left: 3px;
}


#menu-item-1424 a, #menu-item-839 a {
    background: url('/wp-content/themes/connect/images/resources_button.jpg');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    color: white;
    text-transform: uppercase;
}

#social-modal {
    background: url('/wp-content/themes/connect/images/c2e_popup_desktop.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    max-width: 656px;
    width: 100%;
    max-height: 643px;
    height: 100%;
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    align-content: flex-end;
}

#modal-close {
    width: 100%;
    text-align: right;
    margin: 0 0 60px 0;
}

#modal-close:hover {
    cursor: pointer;
}

#modal-close span {
    color: rgba(255, 255, 255, 0.8);
    padding-right: 2rem;
    font-size: 12px;
}

#popup-content {
    max-width: 320px;
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    color: #fff;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 0 90px 0;
}

#close-popup {
    display: block;
    justify-self: flex-end;
}

#popup-content h3 {
    text-decoration: underline;
    font-size: 28px;
    margin: 0 0 0 0;
}

#popup-content p {
    line-height: 1.2;
    font-size: 16px;
    margin: 0 0 10px 0;
}

#popup-content .popup__button {
    width: 240px;
    background: #000;
    margin-bottom: 10px;
    color: #fff;
    font-weight: bold;
    padding: 1px 1rem;
}

#popup-content a {
    text-decoration: none;
}

.popup__button:hover {
    cursor: pointer;
}

#popup-content .popup__button i {
    padding-right: 10px;
}

#modal-container {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#modal-fade {
    background: rgba(0,0,0,0.9);
    height: 100%;
    width: 100%;
    grid-row: 1 / 2;
    grid-column: 1 / 2;
}

#modal {
    width: 100%;
    max-width: 650px;
    height: 100%;
    max-height: 650px;
    justify-content: center;
    align-items: flex-start;
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    justify-self: center;
}

.single__banner {
    background-image: url('/wp-content/themes/connect/images/single-page-banner.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 150px;
    width: 100%;
    margin-top: 3rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.single__banner:hover {
    cursor: pointer;
}

.single__banner p {
    max-width: 400px;
    display: block;
    color: #ffffff;
}

.banner_text {
    margin: 0;
    font-size: 22px;
    line-height: 1.2;
    padding: 0 2rem 5px 2rem;
}

.banner_subtext {
    margin: 0;
    font-size: 14px;
    line-height: 1.2;
    padding: 0 1rem 5px 1rem;
}

/* new menu */

ul#main-menu li{
	display:inline-block;
}

#menu-item-30 a::after{
	content: " ";
    position: absolute;
    margin-top: 8px;
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #fff;
}

.header nav ul li.current-menu-item a{
    padding: 9.5px 29px;
    color: #000;
    background: #fff;
}

.header nav ul li.current-menu-item.menu-item-30 a{
    padding:29px;
    color:#fff;
    background:none;
}

/* new menu */

.header .header__right{
	float:right;
	position:relative;
}

.header__right .language{
	width:175px;
	position: absolute;
    right: -45px;
    margin-top: 15px;
    display:none;  /* REMOVE DISPLAY NONE TO UNHIDE  LANGUAGE MENU */
}

.header__right .language ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
	text-align:center;
}

.header__right .language ul li ul{
	margin:0px;
	padding:0px;
}

.header__right .language ul li a{
	text-decoration:none;
	color:#fff;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	position: relative;
}

.pll-parent-menu-item a::before{
    content: " ";
    position: absolute;
    top: 3px;
    right: -20px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #fff;
}

.sub-menu{
	border: 1px solid #fff;
	border-bottom:0px;
	cursor:pointer;
	display:none;
}

.sub-menu a::before{
	display:none;
}

.sub-menu li.lang-item{
	background: rgba(0,0,0,0.9);
	border-bottom:1px solid #fff;
	padding: 7.5px 0px;
}

.pll-parent-menu-item:hover > .sub-menu{
	display:block;
}

.sub-menu:hover{
	display:block;
}

.width-container--cat{
	width:90%;
	max-width:1320px;
	margin:auto;
	display:none;
}

.width-container--cat:hover{
	display:block;
}

.width-container--cat .event__date{
    font-size: 10px;
    font-weight: 100;
}

.cat__dropdown{
    width: 100%;
    background: rgba(0,0,0,0.95);
    display: flex;
    justify-content: center;
    padding: 8px 8px 2px 8px;
}

.cat__dropdown .cat__image{
    width: 100%;
    height: 110px;
    background-size: cover;
    background-position: center center;
}

.cat__dropdown .category--section{
	width: 15.6%;
    margin: 0.6%;
    min-height: 100px;
    cursor: pointer;
}

.cat__dropdown .category--section a{
	text-align:center;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
}

.cat__dropdown .category--section a span{
	margin: auto;
    display: block;
    margin-top: 3px;
}


.width-container--cat.show{
	display:block;
}



.mobile__language{
	display:none;
    width: 26px;
    height: 31px;
    background-image: url(/wp-content/themes/connect/images/languages-icon@2x.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-right: 20px;
}

.mobile__menu{
	background:#000;
	display:none;
	padding: 20px 20px 10px 20px;
}

.mobile__cats{
}

.mobile__cats .category--section {
    width: 47%;
    margin: 1.5%;
    float: left;
    text-align: center;
    position: relative;
    height: 15vh;
}

.mobile__menu ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
	text-align: center;
}

.mobile__menu ul li{
	padding: 7px;
}

.mobile__menu ul a{
	text-decoration:none;
	color:#fff;
	font-size:16px;
	font-weight:bold;
}

.mobile__menu ul a.about li {
	border-bottom:2px solid #1F1F1F;
	border-top:2px solid #1F1F1F;
	margin-top:20px;
}

.category--image{
	height: 15vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
}

.mobile__cats--overlay {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 15vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    background: rgba(0,0,0,0.5);
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
}

.mobile__cats--overlay .coming__soon--title{
    font-weight: normal;
    font-size: 12px;
}

.mobile__cats--overlay .event__date{
    font-size: 12px;
    font-weight: normal;
}


#menu-item-24-en,
#menu-item-24-ar,
#menu-item-24-zh,
#menu-item-24-fr,
#menu-item-24-es{
	display:none;
}

.mobile__lang__menu .menu-item-13{
	display:none;
}

.mobile__lang__menu{
	display:none;
}

.mobile__lang__menu ul{
	margin:0px;
	padding:0px;
	text-align:center;
	padding: 0px 20px;
	list-style-type:none;
}

.mobile__lang__menu ul a{
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	width: 100%;
    display: block;
}

.mobile__lang__menu .lang-item {
    border-top: 2px solid #1F1F1F;
    padding: 8.5px;
}

/* HERO SECTION */

.hero__section{
	width:100%;
	height:100vh;
	max-height:570px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position: center center;
	display:flex;
}

body.IE .hero__section{
    padding-top:160px;
}

.hero__section h1{
	margin:0px;
	font-size:70px;
	line-height:75px;
	letter-spacing:1px;
	color:#fff;
}

.hero__section p{
	font-size: 16px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.3px;
    width: 100%;
    max-width: 800px;
}

.hero__section a{
	color: #fff;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
    border: 2px solid #fff;
    padding: 8.5px 81px;
    margin-top: 25px;
    display: inline-block;
    transition: all 0.3s;
}

.hero__section a:hover {
    background: #fff;
    color: #000;
}

.hero__section .width-container{
    margin-bottom: -12rem;
    max-width: 1280px;
    opacity:0;
    transition:opacity 1s, margin-bottom 1s;
}

.hero__section .width-container.fadein{
    opacity:1;
    margin-bottom: 2rem;
}

/* HERO SECTION END */

/* SLIDER SECTION */

.slider__section{
	padding:41px 0px;
}

.slide__text {
    width: 40%;
    float: left;
    margin-right:5%;
    margin-top: 57px;
}

.slide__text h2{
    font-size: 40px;
    font-weight: bold;
    color: #000;
  /*  text-transform: capitalize;*/
    border-bottom: 7px solid #000;
    padding-bottom: 17px;
    margin-bottom: 23px;
}

.slide__text h2 a{
    color: #000;
    font-size: 15px!important;
    display: block;
    text-decoration:none;
}

.slide__text .slide__image--hero{
	display:none;
}

.slide__text p,
.slide__text p a{
	font-size:16px;
	color:#000;
	font-weight:600;
	background:none;
	padding:0px;
}

.slide__text p a{
    font-weight:bold;
}

.slide__text a.download {
    text-decoration: none;
    color: #fff;
    background: #0E8D49;
    font-weight: bold;
    font-size: 18px;
    padding: 9px 25px;
    display: inline-block;
    margin-top: 10px;
}

.slide__image {
    width: 55%;
    float: left;
}

.slide__image--hero {
    width: 100%;
   	height: 335px;
    background-size: cover;
    background-position: center center;
}


.slider__nav--container .slick-dots{
	position:relative;
	bottom:0;
}

.slider__nav--container .slick-dots li button{
    width: 14px;
    height: 14px;
    background: #E4E4E4;
    border-radius: 50%;
}

.slider__nav--container .slick-dots li {
    margin: 0px 5px;
    width:14px;
}

.slider__nav--container .slick-dots li.slick-active button{
	background:#000;
}

.slider__nav--container {
    width: 55%;
    float: right;
    margin-top: -30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-slide{
    outline:0;
}

.slick-dots li button:before {
    color: transparent;
}

.slick-arrow {
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
    width: 20px;
    height: 12px;
    margin-top: 8px;
    cursor:pointer;
    outline:0;
}
.slick-dots-prev {
    border-right: solid 16px #000;
    border-bottom: solid 8px transparent;
    border-top: solid 8px transparent;
    margin-right:15px;
}
.slick-dots-next {
    border-left: solid 16px #000;
    border-bottom: solid 8px transparent;
    border-top: solid 8px transparent;
    margin-left:15px;
}

.slick-dots-cont{
    display:inline-block;
}

/* SLIDER SECTION END */


/* CATEGORIES SECTION */

.categories__section{
	position:relative;
}

.categories__section .section__title{
	padding-top: 35px;
}

/*.page-template-page-homepage .categories__container{
    opacity:0;
    margin-top:150px;
}*/

.page-template-page-homepage .categories__container.fadein{
    opacity:1;
    margin-top:0px;
    transition:opacity 1s, margin-top 1s;
}

.categories__inner{
    margin-left: -2%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.categories__container .category {
    width: 31.3%;
    float: left;
    position: relative;
    margin-left: 2%;
    margin-bottom: 2%;
}

.see-more__container {
    width: 100%;
    padding: 0 0 0 2%;
    margin-top: -20px;
    display: flex;
    justify-content: flex-end;
}

.see-more__link {
    color: #000000 !important;
    text-decoration: underline;
}

/*.categories__container .category:nth-child(1),
.categories__container .category:nth-child(4){
	margin-left:0px;
}
.categories__container .category:nth-child(3),
.categories__container .category:nth-child(6){
	margin-right:0px;
}*/

.categories__container .Popular_Kit{
    display:none!important;
}

.category--overlay{
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	top:0;
	left:0;
	color:#fff;
	display:flex;
	align-items: center;
	justify-content: center;
	transition:all 0.6s;
	text-decoration:none;
	text-align:center;
    padding: 20px;
    line-height: 30px;
}

.coming__soon .category--overlay{
    cursor:initial;
    background:rgba(0,0,0,0.5)!important;
}

.category--overlay h3,
.category--overlay span{
	color:#fff;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
}

.category--overlay .event__date{
    color: #fff;
    padding-bottom: 10px;
    margin-top: -5px;
}

.category--overlay h3{
	font-size:32px;
    margin-bottom: 10px;
    margin-top: -10px;
}
.category--overlay span{
    font-size: 12px;
    padding: 8px 21px;
    border: 2px solid #fff;
}

.category--overlay:hover{
	background:rgba(0,0,0,0.2);
}

.category--section-image{
	width:100%;
	height:202px;
	background-size:cover;
	background-position: center center;
	background-repeat: no-repeat;
	transition:all 0.5s;
}

.category--overlay:hover ~ .category--section-image{

}

.grey--background{
	width: 50%;
    height: 600px;
    background: #F9F9F9;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.categories__container{
	padding-top:30px;
}




/* CATEGORIES SECTION END */

/* SUBSCRIBE SECTION */

.subscribe__section{
	padding: 60px 0px 110px 0px;
}

.subscribe__inside{
	display: flex;
    align-items: center;
    justify-content: center;
}

.subscribe__inside__inside{
    width:50%;
}

#mc_embed_signup_scroll{
    display:flex;
}

.mc-field-group{
    width:100%;
}

/*.subscribe__inside div{
	width:50%;
}*/

.subscribe__inside div span{
	text-align: center;
    display: block;
    font-weight: bold;
    font-size: 25px;
    color: #000;
    margin-bottom: 20px;
}

.subscribe__section input[type="email"]{
    border: 2px solid #D3D3D3;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0px;
    padding: 6px;
    width: 100%;
    outline:0;
    height:40px;
}

.subscribe__section input[type="submit"]{
    border: 2px solid #000;
    font-size: 16px;
    font-weight: bold;
    background: none;
    border-radius: 0px;
    padding: 6px 0px; /* should be 10px */
    cursor: pointer;
    width: 35%;
    margin-left: 2%;
    outline: 0;

    /* remove below */
    display: inline-block;
    text-align: center;
    color: #000;
    text-decoration: none;
}

/* SUBSCRIBE SECTION END */


/* ABOUT PAGE */

.page-template-page-about .categories__section{
	padding-bottom: 100px;
}

.page-template-page-about .about--left .section__title{
	position:initial;
	margin-bottom: 25px;
}

.about--left{
	width:40%;
	margin-right:10%;
	float:left;
}

.about--right{
	width:50%;
	float:left;
}

.about--image{
	width: 100%;
    height: 450px;
    background-size: cover;
    background-position: center center;
}

.about--left p {
    font-size: 16px;
    font-weight: 600;
    margin: 7px 0px;
    color:#000;
}

.about__top {
    padding-bottom: 50px;
}

.page-template-page-about .grey--background {
    width: 58%;
}

.about--left .about--image{
	display:none;
}

/* ABOUT PAGE END */


/* CONTACT PAGE */

.page-template-page-contact .section__title{
	position:initial;
}

.contact--name,
.contact--email{
	width: 50%;
    float: left;
}

.page-template-page-contact input[type="text"],
.page-template-page-contact input[type="email"],
.page-template-page-contact textarea{
    background: #e7e8e8!important;
    border-radius: 0;
	border:0px!important;
	outline:0!important;
	width:100%!important;
	padding: 5.5px 10px;
	margin-top:10px;
}

.contact--name{
width:calc(50% - 12px);

}
.contact--email{
width:calc(50% - 12px);
margin-left: 24px;
}

.page-template-page-contact form label{
	color:#000;
	font-weight:600;
	font-size:13px;
}

.page-template-page-contact form{
	margin-top: 35px;
	margin-bottom:45px;
}

.page-template-page-contact .contact--message{
	margin-top:24px;
}


.page-template-page-contact input[type="submit"]{
	border: 1px solid #000;
    border-radius: 0px;
    background: #fff;
    font-weight: bold;
    font-size: 13px;
    padding: 8px 43px;
    cursor:pointer;
}

.page-template-page-contact .contact--bottom{
	margin-top: 20px;
}

.page-template-page-contact .contact--bottom .submit,
.page-template-page-contact .contact--bottom .opt-in{
	float:left;
}

.page-template-page-contact .contact--bottom span{
	display:inline-block;
}

.opt-in-email .wpcf7-list-item-label{
	font-size: 11px;
    font-weight: 600;
    padding-left: 10px;
}

span.wpcf7-list-item.first.last{
	width:100%;
}


/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  font-family: Arial;
  margin-top:24px;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
	margin-top:10px;
  	background: #e7e8e8!important;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 48px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #000 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #000 transparent;
  top: 42px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  padding: 6.5px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
  text-align: center;
}

.select-items div{
    border-bottom: 1px solid #fff;
    background-color: rgba(245, 242, 242, 0.9);
}

.select-selected{
	border-bottom:0px;
}

/*style items (options):*/
.select-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  text-align: center;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

/*.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}*/


/* Hide the default checkboxes inside the 'new' div that jQuery adds for us */
.check__container input[type="checkbox"] {
    opacity: 0;
    width: 20px;
    height: 20px;
    margin-right: -20px;
    margin-top: -2px;
    z-index: 9000;
    position: relative;
}

/* jQuery adds this span for us which we style to look like a box */
.check-box {
  width: 20px;
  height: 20px;
  border: 1px solid black;
  display: inline-block;
  cursor: pointer;
  margin-right: 5px;
  position: relative;
  top: 3px;
}

/* When someone clicks our new box, add or remove the tick which has been created using some CSS */
[type=checkbox]:checked + .check-box:before {
  content: '';
  display: block;
  width: 6px;
  height: 15px;
  margin-left: 6px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.check__container{
    margin-top:4px;
}

.check__container .wpcf7-list-item-label{
    font-weight: 600;
    font-size: 12px;
    margin-left: 5px;
}



/* CONTACT PAGE END */

/* ARCHIVE PAGE */

body.archive.category .archive__page--headers{
	margin-top:45px;
}

body.archive.category .archive__page--headers p{
	font-size: 17px;
    font-weight: 600;
    color:#000;
    margin-bottom:40px;
}

body.archive.category .site-content,
.page-template-default .site-content,
.post-template-default .site-content{
	padding-top: 110px;
}

body.archive.category h2.section__title{
	position:initial;
}

body.archive.category article.entry-content {
    width: 29.7777%;
    float: left;
    margin-left: 3.5%;
    margin-bottom: 50px;
    margin-top: 0px;
    color: #000;
}

.easy__nav--categories{
    margin-top:50px;
    margin-left:-1.55%;
}

.easy__nav--categories a {
    display: block;
    width: 15.1%;
    height: 100px;
    z-index: 1000;
    position: relative;
    float: left;
    margin: 10px 0px 0px 1.55%;
}

.easy__nav--categories .category--image{
    height:100px;
}

.easy__nav--categories .mobile__cats--overlay{
    height:100%;
}

.article__container{
	margin-left:-3.5%;
	margin-bottom:25px;
}

.article__container a.post--thumbnail {
    width: 100%;
    height: 140px;
    display: block;
    background-position: center center;
    background-size: cover;
}

.article__container h3{
	margin:0px;
	font-size:16px;
	font-weight:bold;
	margin-top: 20px;
}

.article__container p.the__excerpt{
	font-size:13px;
	font-weight:600;
	margin:0px;
	margin-top: 10px;
    min-height:57px;
}

.article__container p.the__excerpt a{
	color:#000;
	font-weight:bold;
}

.article__container a.download__kit {
    display: inline-block;
    background: #0E8D49;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    padding: 6px 37px;
    margin-top:20px;
}

/* ARCHIVE PAGE END */

/* SINGLE POST PAGE */

.single__post__container{
    padding-top:45px;
}

.post-template-default h2.section__title{
    position:initial;
}

.post-template-default h2.section__title a{
    color:#000;
}

.post-template-default .post__left .section__title{
    display:none;
}

.post-template-default .post__left .section__title:nth-child(1){
    display:block;
}

.post__left{
    float:left;
    width:40%;
    margin-right:5%;
}

.post__right{
    float:left;
    width:55%;
    padding-top: 91px;
    padding-bottom:90px;
}

.single__post--image{
    margin-top:40px;
}

.single__post__container .slider__nav--container{
    width:100%;
    margin: -20px 0px;
}

.single__post--image img{
    width:100%;
}

.go__back-link{
    border-bottom: 1px solid;
    padding-bottom: 10px;
}

.go__back-link a{
    font-size: 13px;
    color: #000;
    font-weight: bold;
    display:none;
    padding-left: 21px;
}

.go__back-link a:nth-child(1){
    display:block;
}

.go__back-link a::before{
    content: '';
    width: 16px;
    height: 10px;
    background-image: url(/wp-content/themes/connect/images/go-back-arrow@2x.png);
    background-size: cover;
    display: block;
    margin-top: 5px;
    position: absolute;
    margin-left:-21px;
}

.go__back-link a.Popular_Kit{
    display:none!important;
}

h1.post__title{
    color: #000;
    font-size: 40px;
    margin: 15px 0px;
}

.post__left h1.post__title{
    display:none;
    font-size:18px;
}


.post__right .page__content p{
    font-weight: 600;
    color: #000;
    font-size: 13px;
    min-height: 120px;
}

.post__right .download{
    color: #fff;
    font-weight: bold;
    background: #0E8D49;
    padding: 10.5px 31px;
    text-decoration: none;
    margin-top: 10px;
    display: inline-block;
}

.post__left .section__title .the__title{
    display:inline-block;
}

.wide-container-wrap{
    position:relative;
}

.wide-container-wrap .single__post--grey-box{
    max-width: 460px;
    width: 30vw;
    max-height: 342px;
    height: 20vw;
    left: 0%;
    top: 250px;
    background: #F9F9F9;
    position: absolute;
    z-index: -1;
}

.comments__container{
    margin-top:45px;
}

.addtoany_share_save_container{
    display:none!important;
}

.share__container {
    display: flex;
    float: right;
    align-items: center;
}

.share__container a.email{
    margin: 24px 0px 0px 6px;
}

.addtoany_shortcode{
    float:right;
    margin-top: 20px;
}

.addtoany_shortcode .addtoany_share_save.addtoany_share{
    display:none;
}

.addtoany_shortcode .a2a_button_facebook span,
.addtoany_shortcode .a2a_button_twitter span,
.addtoany_shortcode .a2a_button_email span{
    display:none!important;
}

.addtoany_list.a2a_kit_size_32 a{
    font-size:initial!important;
    margin: 0px 3px;
}

.addtoany_shortcode .fa{
    font-size: 21px;
    color: #000!important;
}

.addtoany_shortcode .share__now{
    margin-right:15px;
}

.extra__info{
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 635px;
}

/* SINGLE POST PAGE END */

/* DEFAULT PAGE */

.page-template-default .site-content{
    padding-bottom: 100px;
}

.page-template-default .section__title{
    position:initial;
    margin-top: 45px;
    margin-bottom: 35px;
}

.page__content{
    font-weight:600;
    color:#000;
    font-size:13px;
}

/* DEFAULT PAGE END */

/* FOOTER */

footer img{
	width: 326px;
    margin: auto;
    display: block;
}

.footer__logos__container {
    position: relative;
    width: 326px;
    margin: auto;
    border: 1px solid #000;
    border-radius: 7px 7px 0px 0px;
    border-bottom: 0px;
}

a.link__earth-hour {
    display: block;
    height: 100%;
    width: 75px;
    position: absolute;
}

a.link__wwf{
    display: block;
    height: 100%;
    width: 75px;
    position: absolute;
    margin-left: 75px;
}

a.link__ici{
    display: block;
    height: 100%;
    width: 175px;
    position: absolute;
    margin-left: 150px;
}

.footer__bottom{
	width: 100%;
    background: #F4F4F4;
    color:#000;
    text-align:center;
    font-weight: 600;
    padding: 13.5px;
    font-size:10px;
}

.footer__bottom a{
	color:#000;
}

.footer__bottom .footer__menu{
    display:inline-block;
}

.footer__bottom .footer__menu ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.footer__bottom .footer__menu ul li {
    display: inline-block;
    margin: 0px 5px;
}

.footer__text{
	display:none;
}


/* FOOTER END */

/* THANKYOU PAGE */

body.page-template-page-contact-thankyou .hero__section{
    margin-bottom:200px;
}

body.page-template-page-contact-thankyou .site-content{
    padding-top:50px!important;
}


/* MASTER LINK PAGE */

body.page-template-page-master-template #content {
    padding-top: 110px;
}


body.page-template-page-master-template .category--overlay h3 {
    margin-bottom: 35px;
}

/* MASTER LINK END */


/* RESPONSIVE BELOW */

@media only screen and (max-width: 1180px) {

    ul#main-menu li.menu-item-30{
        display:none;
    }
    .menu-item-13{
        display:none;
    }

    .mobile__lang__menu{
        display:none;
        background: #000;
    }

    .lang-menu-open .mobile__lang__menu{
        display:block!important;
    }

    .mobile__menu{
        display:none;
        opacity:0;
        transition:all 0.3s;
    }
    .mobile__menu.open{
        display:block;
        opacity:1;
        transition:all 0.3s;
    }

    #nav-icon3{
        display:inline-block;
    }

    .mobile__language{
        display: none; /*DISPLAY INLINE BLOCK TO UNHIDE MOBILE LANGUAGE MENU */
    }

    .width-container--cat,
    .width-container--cat.show{
        display:none!important;
    }

    nav{
        display:none;
    }

    .language{
        display:none;
    }



    .header{
        height:50px;
    }

    .header__logo img{
        width: 170px;
        margin-top: 8px;
    }

    /* HERO SECTION */

.hero__section{
	max-height:300px;
}

body.IE .hero__section{
    padding-top:65px;
}

.hero__section h1{
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 1px;
}

.hero__section p{
    font-size: 12px;
    letter-spacing: 0.3px;
    margin: 0px;
    margin-top: 7px;
}

.hero__section p br{
	display:none;
}

.hero__section a{
    font-size: 13px;
    padding: 8.5px 81px;
    margin-top: 15px;
    display: block;
    text-align: center;
}

.hero__section .width-container{
	margin-bottom:15px;
}

.hero__section .width-container.fadein{
    opacity:1;
}

/* HERO SECTION END */

}

@media only screen and (max-width: 767px) {

    body.page-template #content {
        padding-top: 75px;
    }

    body.page-template.page-template-page-homepage #content{
        padding-top:0px;
    }

    h2.section__title{
        font-size:16px;
    }

    h2.section__title::after{
        margin-top:10px;
    }

    ul#main-menu li {
        display: block;
        border-top: 2px solid #1F1F1F;
        padding: 10px;
    }

    .extra__info {
        justify-content: center;
    }

/* SLIDER SECTION */

.slide__text{
	width:100%;
	float:none;
	margin-right:0px;
}

.slide__text .slide__image--hero{
	display:block;
}

.slide__image{
	display:none;
}

.slider__nav--container {
    width: 100%;
    float: none;
    margin-top: 0px;
}

.slide__text h2{
    font-size: 18px;
    padding-top: 15px;
}

.slide__text p,
.slide__text p a{
	font-size:12px;
}

.slide__text a.download{
	display:block;
	text-align:center;
	font-size:13px;
}

.slide__image--hero {
    height: 35vw;
}

/* SLIDER SECTION END */

/* CATEGORIES SECTION */


.categories__container .category {
    width: 98%;
}

.grey--background{
	width:100%;
	height: 1475px;
}



/* CATEGORIES SECTION END */

/* SUBSCRIBE SECTION */

.subscribe__section{
	padding: 50px 0px 110px 0px;
}

.subscribe__inside div{
	width:100%;
}

.subscribe__inside div span{
	font-size:16px;
}


.subscribe__section input[type="email"]{
	width:100%;
	text-align:center;
	font-size:16px;
	-webkit-appearance: none;
}

 /*input[type="submit"]*/
.subscribe__section a{
    width: 100%;
    margin-left: 0px;
    padding: 7px;
    color: #fff;
    background: #000;
    margin-top: 15px;
    font-size:13px;
    -webkit-appearance: none;
}

#mc_embed_signup_scroll {
    display: initial;
}

.subscribe__section input[type="submit"] {
	display: block;
	margin: 10px auto;
	width: 100%;
}

/* SUBSCRIBE SECTION END */


/* ABOUT PAGE */

.about__top {
    padding-bottom: 30px;
}

.about--left{
	margin-right:0px;
	width:100%;
	float:none;
}

.about--left .about--image{
	display:block;
	width:100%;
	height:35vw;
	margin-bottom: 20px;
}

.about--left p{
	font-size:12px;
}

.about--right{
	display:none;
}

.page-template-page-about .grey--background{
	width:100%;
}
/* ABOUT PAGE END */

/* CONTACT PAGE */

.contact--name,
.contact--email{
	width:100%;
	margin:0px;
}

.contact--email{
	margin-top: 20px;
}

.page-template-page-contact form label{
	font-size:12px;
}

.page-template-page-contact .contact--bottom span {
    font-size: 12px;
    font-weight: bold;
}

.page-template-page-contact input[type="submit"]{
	width: 100%;
    color: #fff;
    background: #000;
}

.page-template-page-contact .contact--bottom .submit,
.page-template-page-contact .contact--bottom .opt-in{
	float:none;
}

.page-template-page-contact .contact--bottom{
	position:relative;
	padding-top: 20px;
}

.opt-in {
    position: absolute;
    top: 0;
}

.page-template-page-contact .contact--bottom .submit{
	margin-top:20px;
}


.check__container .wpcf7-list-item.first.last{
    margin-left:0px;
}

.wpcf7-form-control-wrap.checkbox-517{
    position:absolute;
    top:-8px;
}

/* CONTACT PAGE END */

/* ARCHIVE PAGE */

body.archive.category .archive__page--headers{
	margin-top:10px;
}

body.archive.category .site-content,
.page-template-default .site-content,
.post-template-default .site-content{
	padding-top: 50px;
}

body.archive.category .archive__page--headers p{
	font-size: 12px;
    font-weight: 600;
}

body.archive.category article.entry-content {
    width: 100%;
    margin-left: 0%;
}

.article__container{
	margin-left:0%;
}

.article__container a.post--thumbnail {
    height: 120px;
}

.article__container h3{
	font-size:15px;
}

.article__container p.the__excerpt{
	font-size:12px;
}

.article__container p.the__excerpt a{
	font-size:12px;
}

.article__container a.download__kit {
    display: block;
    text-align:center;
}

.easy__nav--categories a {
    width: 48.45%;
}

.easy__nav--categories .category--image {
    background-position: center center;
}

.easy__nav--categories{
    display:none;
}

/* ARCHIVE PAGE END */

/* SINGLE POST PAGE */

.post__left{
    float:none;
    width:100%;
    margin-right:0%;
}

.post__right{
    float:none;
    width:100%;
    padding-top:10px;
}

.go__back-link{
    display:none;
}

h1.post__title{
    display:none;
}

.post__left h1.post__title{
    display:block;
    margin-top:20px;
}

.page__content p{
    font-size: 12px;
}

.single__post--image{
    margin-top:0px;
}

.post__right .download{
    display:block;
    text-align:center;
    padding: 5.5px 31px;
    font-size:13px;
}

.post__left .section__title .the__title{
    display:none;
}

.wide-container-wrap .single__post--grey-box{
    display:none;
}

/*.addtoany_shortcode {
    float: none;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -88px!important;
    margin-top: 45px!important;
}*/


.share__container {
    display: flex;
    float: none;
    align-items: center;
    margin: auto;
    width: 170px;
    margin-top: 1rem;
}

/* SINGLE POST PAGE END */

/* FOOTER */

footer img{
	display:none;
}

footer .footer__text{
	display:block;
	font-size:10px;
	font-weight:600;
	color:#000;
	padding: 20px 0px;
    text-align: center;
}

footer .footer__text a{
    color:#000!important;
}

.footer__logos__container{
    border:none;
}

/* FOOTER END */

}



@media only screen and (max-width: 500px) {
/* CATEGORIES SECTION */

    .category--section-image{
        height:130px;
    }

    .category--overlay div{
        width:95%;
    }

    .category--overlay h3{
        font-size:20px;
        margin-bottom: 0px!important;
        margin-top:0px;
    }

    .category--overlay span{
        display: block;
        padding: 0px 21px;
    }

    .grey--background{
        height: 1035px;
    }


    /* CATEGORIES SECTION END */

}

.coming__soon{
    cursor:initial;
    opacity:0.4;
}


.agree--button{
    display:inline-block;
    text-decoration:underline;
    cursor:pointer;
}
a.download__button.disabled{
    background:#adb5bd;
}

a.download__button{
    opacity:1;
}

.download__button__container label{
    font-size: 12px;
    color: #918E8E;
}

#important__header {
    font-size: 22px;
    color: #000;
    margin: 1rem 0;
    width: 100%;
}

.important__link--wrapper {
    max-width: 31.5%;
    min-width: 200px;
    height: 120px;
    background-size: 180px;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    margin-bottom: 10px;
}

.important__link {
    max-width: 31.5%;
    min-width: 200px;
    height: 120px;
    background-size: cover;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    margin-bottom: 10px;
}

.important__link p {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}

.extra__info a {
    text-decoration: none;
}

.thumbnail__overlay {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.4);
    text-align: center;
}

.important__link__overlay {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.4);
    text-align: center;
}
