/*
Theme Name: CIPnew
Description: The best possible theme for WordPress
Author: Robert B - DouglassDigital
Version: 1.0
Tags: lightweight
*/

:root {
	--cip-blue: #2B3C4F;
	--cip-lightblue: #90C8DD;
	--cip-green: #ACC8AC;
	--cip-red: #D3867E;
	
	--custom-color2: rgba(0,0,0,0.9);
	--custom-color3: rgba(0,0,0,0.5);

	--boxed-width: 1416px;
}


* {
	scroll-margin-top: 100px;
}


html {
  scroll-behavior: smooth;
}


.site-main {
	min-height:calc(100vh - 375px);
	overflow: hidden;
}

.boxed-width {
	max-width: var(--boxed-width);
	margin: 0 auto;
}

img {
    vertical-align: middle;
}

.map_text p{
	font-size: 16px;
	line-height: 1.4
}

.map_text h4 {
	margin-top: 0;
	
}

/* Hubli Form */
@media screen and (max-width: 700px) {
	#mbSearch .mb-form-group {
		width: 100%;
	}
}
/* Headings */

h1, h2, h3, h4, h5, h6 {
	padding: 0!important;
	margin: 0;
	color: var(--cip-blue);
}

h1 {
	font-size: 3.55rem;
}

h2 {
	font-size: 2.66rem;
}

h3 {
	font-size: 1.77rem;
}


.simple_text h4, .post_sidebar h4 {
	font-size: 1.33rem!important;
}

.post_sidebar h5 {
	font-size: 1rem;
}

.post_sidebar_content div {
	margin-top: 20px;
}

.post_sidebar_content i {
	margin-right: 10px;
}

.simple_text a {
	color: var(--cip-blue);
	text-decoration:underline;
}

a {
	color: var(--cip-blue);
}


.colored h1, .colored h2, .colored h3, .colored h4, .colored h5, .colored h6  {
	color: var(--cip-lightblue);
}

.colored p, .colored, .colored span  {
	color: #fff;
}

/* Reverse mobile */

@media screen and (max-width: 900px) {
.reverse_even_mobile .row:nth-of-type(even) {
	flex-direction: column-reverse!important;
}}

/* Columns and Rows */
section {
	padding-top: 40px;
	padding-bottom: 40px;
	overflow: hidden;
}

section .overlay {
	position: relative;
}

section > .boxed-width {
	position: relative;
}

section#shadow-host-companion {
	padding: 0; 
/* 	fix for Loom extension */
}

section:has(.overlay) {
	padding: 0;
}

section.no_margins {
	padding: 0;
}

section.full_column_image {
	padding: 0;
}

section.full_column_image > div > .col:not(.col:has(.simple_image )) {
	padding-top: 60px;
	padding-bottom: 60px;
}

.row {
	display: flex;
	flex-wrap: wrap;
}

.valign_center.row{
	align-items: center;
}

.valign_top.row{
	align-items: flex-start;
}

.valign_bottom.row{
	align-items: flex-end;
}

.col {
	padding: 20px 20px;
	flex-grow: 0!important;
}

/* padding adjustments for consecutive columns */

/* .row ~ .row .col {
	padding-top: 0px;
	margin-top: -30px;
	flex-grow: 0!important;
}


.col.width1of1 ~ .col.width1of2 {
	padding-top: 0px;
	margin-top: -30px;
	flex-grow: 0!important;
}

.col.width1of2 ~ .col.width1of1 {
	padding-top: 0px;
	margin-top: -30px;
	flex-grow: 0!important;
}
 */
@media screen and (min-width:900px) {
.x-grid .col.width1of2 img{
	margin-top: 150px;
	} 
	
	.x-grid .col.width1of4 .simple_text{
		min-height: 200px
	}	
}

@media screen and (max-width:899px)  {
	.x-grid .row{
		justify-content: center;
	}
	}

/* MEdia responsiveness query for columns */
@media screen and (min-width:900px) {
	.col.width1of2 {
	flex: 50%;
}
		.col.width1of4 {
	flex: 25%;
}
	.col.width3of4 {
	flex: 75%;
}
	.col.width1of3 {
	flex: calc(100% / 3);
}
	
	.col.width2of3 {
	flex: calc(100% / 3 * 2);
}
	
	.mobile_only {
		display: none;
	}
	
}

@media screen and (min-width:500px) and (max-width: 899px) {
	.map_text	.col.width1of3 {
		flex: 100%;
	}
		.col.width1of4, .col.width1of3 {
	flex: 50%;
}
	.col.width3of4, .col.width2of3 {
		flex: 100%;
	}
}

@media screen and (max-width:899px) {
	.col.width1of2 {
	flex: 100%;
}
	.desktop_only {
		display: none;
	}
	
	.mobile_only  {
		margin-bottom: 25px;
	}
}

.col.width1of1 {
	flex: 100%;
	width: 100%;
}

@media screen and (max-width:499px) {
	.col {
	flex: 100%!important;
	width: 100%;
}
}


/* Buttons */

.buttons_container {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	margin-top: 20px;
}

.buttons_container.center {
	justify-content: center;
}

.buttons_container.right {
	justify-content: flex-end;
}

.custom_button {
	display: inline-block;
	text-decoration: none;
	padding: 12px 25px;
	font-family: GothamPro; font-weight: 600;
	color: #000;
	transition: all 0.3s;
	border: 0;
	cursor: pointer;
	white-space: wrap;
	text-align: center;
	min-width: 180px;	
}

.custom_button.social {
	min-width: auto!important;
	padding: 0!important;
}

.custom_button.social {
	font-size: 40px;
	width: 40px;
	color: red!important;
}

.custom_button.social i{
	color: var(--cip-lightblue)!important;
}


button.custom_button , input[type="button"].custom_button , input[type="reset"].custom_button , input[type="submit"].custom_button  {
	border-radius: 0px;
	padding: 12px 25px;
	border: 0;
	font-size: 18px;
	line-height: 1.5;
}


.custom_button span {
	font-family: GothamPro; font-weight: 600;
	color: var(--cip-darkblue);
}

body.page-id-296  .custom_button span {
	letter-spacing: 0;
}

.custom_button.green  {
	background: var(--cip-green);
}

.custom_button.blue  {
	background: var(--cip-blue);
}

.custom_button.lightblue  {
	background: var(--cip-lightblue);
}

.custom_button.red  {
	background: var(--cip-red);
}


.custom_button:hover {
	color: #FFF;
	background: var(--cip-blue);
}

/* no_margin */

.no_margins .col  {
	padding: 0;
}

/* Full column image  */
.full_column_image .row {
	align-items: stretch!important;
}
.full_column_image > .row > .col {
	position: relative;
	min-height: 350px;
}

.full_column_image .col:has(.simple_image) {
	padding: 0;
}

.full_column_image .col .simple_image  img  {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}

.full_column_image .simple_text {
	max-width: 670px;
}

/* Image slider */

section.custom_slider {
	background-position: top right!important;
	margin-top: -65px;
	position: relative;
}

.custom_slider:before {
	content: '';
	position: absolute;
	bottom: 50px;
	z-index: 0;
	left: 0;
	width: 40px;
	height: 30px;
	background: var(--cip-blue);
}

.custom_slider:after {
	content: '';
	position: absolute;
	bottom: 50px;
	z-index: 0;
	right: 0;
	width: 40px;
	height: 30px;
	background: var(--cip-blue);
}

@media screen and (max-width: 900px) {
	.custom_slider:before, .custom_slider:after {
		display: none;
	}
}

section {
		position: relative;
}
.image_slider {
	margin-left: -20px;
	margin-right: -20px;
	height: 586px;
	padding-bottom: 30px;
	overflow-y: hidden;
	overflow-x: scroll;
	display: flex;
	gap: 30px;
	cursor: pointer;

}
.image_slider.dragstart a  {
	pointer-events: none;
}
.image_slider img {
	position: relative;
	height: 546px;
	min-height: 546px;
	max-height: 546px;
	width: auto;
	min-width: none;
	max-width: none;
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;

}

.image_container {
	position: relative;
	    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
	display: block;
}

.image_container .image_title {
	font-size: 1.77rem;
	padding: 20px;
	text-align: center;
	font-family: GothamPro; font-weight: 600;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 2px;
	left: 0;
	z-index: 1;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(0deg, rgba(43, 60, 79, 0.66) 0%, rgba(0, 0, 0, 0.00) 100%);
	transition: all 0.3s;
}

.image_container .image_title * {
	font-family: 'Lato';
	font-weight: bold;
}

.image_slider .image_container .image_title {
	align-items: flex-end;
}

.image_slider .image_container .image_title div {
	min-height: 100px;
}

.image_container .image_title div {
	transition: all 0.3s;
}

.image_slider .image_container:hover .image_title div {
	transform: scale(1.05);
}

.image_container:hover .image_title {
	background: linear-gradient(0deg, rgba(43, 60, 79, 0.66) 0%, rgba(0, 0, 0, 0.00) 100%);
}
 

/* .image_slider .image_container:nth-of-type(3)::after {
	content: 'Drag me';
	background: var(--cip-red);
	width: 200px;
	height: 200px;
	position: absolute;
	right: -115px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: GothamPro; font-weight: 600;
	font-size: 1.77rem;
	border-radius: 50%;
	pointer-events: none;
	transition: all 1s;
}

.image_slider.active .image_container:nth-of-type(3)::after { 
opacity: 0;} */

.image_slider::after {
	content: 'Drag me';
	background: var(--cip-red);
	color: var(--cip-blue);
	width: 200px;
	height: 200px;
	position: absolute;
	right: 25%;
	top: 45%;
	transform: translateY(-50%);
	z-index: 9;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: GothamPro; font-weight: 600;
	font-size: 1.77rem;
	border-radius: 50%;
	pointer-events: none;
	transition: all 1s;
}

.image_slider.active::after { 
opacity: 0;}

/* Image grid */
.image_grid {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
}

.image_grid .image_container {
	position: relative;
	overflow: hidden;
	height: 520px;
}

.image_grid .image_container img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}

.image_grid .image_container:hover img{
	transform: scale(1.05);
}
.image_grid .image_container .image_title {
	background: linear-gradient(0deg, rgba(43, 60, 79, 1), rgba(22, 23, 42, 0.20) 100%);
}

.image_grid .image_container .image_title div {
	max-width: 250px;
}


@media screen and (min-width:800px) {
.image_grid .image_container {
	flex: calc((100% - 60px) / 3);
}}

@media screen and (max-width:799px) {
.image_grid .image_container {
	flex: 100%;
}}


/* Community directory */
.community_directory {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
	justify-content: center;
}

.logo_container {
	background : #fff;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.back_container {
	background: url(/wp-content/uploads/2023/11/Group-53.jpg);
	background-size: cover;
	background-position: right bottom;
	background-repeat: no-repeat;
	text-align: center;
	padding: 20px;
}

.back_container i {
	color: var(--cip-lightblue);
	margin-top: 3px;
	margin-right: 10px;
}

.back_title {
	color :#fff;
	font-size:1.33rem; 
	font-family: GothamPro; font-weight: 600;
	margin-bottom: 20px;
}

.back_content a {
	display: flex;
	color: #fff;
}

.back_content {
	display: flex;
	flex-direction: column;

	align-items: center;
	justify-content: center;
	color: #fff;
}

.back_container {
		overflow-y: scroll;
}

/* width */
.back_container::-webkit-scrollbar {
  width: 2px;
}

/* Track */
.back_container::-webkit-scrollbar-track {
  background: rgba(0,0,0,0);
}

/* Handle */
.back_container::-webkit-scrollbar-thumb {
  background: var(--cip-lightblue);
}

/* Handle on hover */
.back_container::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.back_content div {
	margin-bottom: 10px;
	display: flex;
	flex-wrap: nowrap;
	
	justify-content: center;
}

.preview_community_directory .logo_container  {
	width: 203px;
	height: 203px;
}

.preview_community_directory .back_container {
	height: 203px;
}


.preview_community_directory .single_community_directory:nth-of-type(12)~.single_community_directory {
	display: none;
}

.preview_community_directory .single_community_directory  {
	flex: 203px;
	width: 203px;
	height: 203px;
}

.preview_community_directory .back_link {
	font-size: 0;
}

.preview_community_directory .back_link::after {
	font-size: 1rem;
	content:'Visit site';
}

.full_community_directory .community_directory{
	margin-top: 60px;
}
.full_community_directory .logo_container  {
	width: 320px;
	height: 320px;
}

.full_community_directory .back_container {
	height: 320px;
}

.full_community_directory .single_community_directory  {
	flex: 320px;
	width: 320px;
	height: 320px;
}
.facetwp-facet-load_more.facetwp-type-pager {
	text-align: center;
	margin-top: 60px;
}
.facetwp-load-more {
	border: none;
	padding: 15px 25px;
	border-radius: 0;
	cursor: pointer;
	background: var(--cip-green);
	transition: all 0.3s;
	font-family: GothamPro; font-weight: 600;
}

.facetwp-load-more:hover {
	background: var(--cip-lightblue);
}

.single_community_directory {
	flex-grow: 0!important;
}

/* Users Section */
.featured_users {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.single_user_card  {
	width: 320px;
	max-width: 100%;
}

.single_user_background_container {
	width: 100%;
	height: 340px;
	position: relative;
	margin-bottom: 20px;
}

.single_user_background_container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.3s;
}

.single_user_hover {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	padding: 30px;
	text-align: center;
	color: #fff;
	font-family: GothamPro; font-weight: 600;
	opacity: 0;
	transition: all 0.3s;
}

.single_user_hover * {
	z-index: 1;
	position: relative;
}

.single_user_hover::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.3);
	z-index: 0;
	opacity: 0;
}

.single_user_card:hover .single_user_hover{
	opacity: 1;
}

.single_user_card:hover .single_user_hover::before{
	opacity: 1;
	filter: blur(10px);
}

.single_user_card:hover .single_user_background_container img{
	filter: blur(10px);
}

.single_user_details {
	text-align: center;
}

.single_user_title {
	margin-bottom: 10px;
	font-family: GothamPro; font-weight: 600;
}

.user_details .bio {
	margin-bottom: 20px;
}

.user_details i {
	color: #fff;
	font-size: 40px;
}

.user_details .inline a {
	margin-left: 10px;
	margin-right: 10px;
}

/* Transport cards */
.transportation {
	padding: 0;
}

.transportation .col.width1of2 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.transportation .simple_image img {
	margin-top: -60px;
	margin-bottom: -60px;
}

.transportation .boxed-width {
	max-width: 1800px;
}
.transport_cards {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 40px;
}

.transport_card {
	flex-grow: 0!important;
}

.transport_card_title {
	border-top: 1px solid #fff;
	padding-top: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-family: GothamPro; font-weight: 600;
	font-size: 1.33rem;
}

.transport_card_image {
	margin-bottom: 20px;
	min-height: 110px;
}

.transport_row {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #fff;
}

.transport_routes {
	margin-bottom: 20px;
}

@media screen and (min-width:600px) {
.transport_card {
	flex: calc((100% - 30px) / 2);
}}
@media screen and (max-width:599px) {
.transport_card {
	flex: 100%;
}}

/* Numbers and icons section */
.inc_numbers {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
	text-align: center;
	justify-content: center;
}

.inc_number {
	flex: 203px;
	width: 203px;
	flex-grow: 0;
}

.number_number {
	font-size: 1.20rem!important;
	font-family: GothamPro; font-weight: 600;
}

.number_number * {
	font-family: GothamPro; font-weight: 600;
	letter-spacing: 0!important;
	margin-left: 5px;
	margin-right: 5px;
}
.number_icon {
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 8px;
	border: 2px solid var(--cip-blue);
	height: 203px;
	width: 203px;
	display: flex;
	justify-content: center;
	align-items: center;
	
}

.colored .number_icon {
	border: 2px solid #fff;
}

.text_under_icon {
	font-weight: 400;
}

/* CD Filters */
.custom_search {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
}

.blog_search .fitler_toggle button.togle_title {
	min-width: 202px;
	background: #E8E8E8;
} 

.fitler_toggle button.togle_title{
	padding: 15px 20px;
	height: 64px;
	text-align: center;
	border: none;
	min-width: 320px;
	background: #F8F8F8;
	font-family: GothamPro; font-weight: 600;
	color: var(--cip-blue);
	cursor: pointer;
}
.search_filter {
	flex: calc(100% - 350px);
}
.search_filter .facetwp-type-search, .search_filter .facetwp-type-search span{
	margin: 0;
	width: 100%;
}

.search_filter .facetwp-type-search input {
	padding: 15px 20px 15px 60px;
	height: 64px;
	width: 100%;
	background: #F8F8F8;
	border: none;
}

.search_filter .facetwp-type-search input::placeholder {
	font-family: GothamPro; font-weight: 600;
	color: var(--cip-blue);
}

.facetwp-icon {
    left: 15px;
		width: 30px;
    height: 100%;
    line-height: 1;
    position: absolute;
    cursor: pointer;
    opacity: 1!important;
}

.facetwp-icon:before {
	background: url(/wp-content/themes/cipnew/images/seach_icon.svg)!important;
	background-size: 25px!important;
	background-position: center!important;
	background-repeat: no-repeat!important;
}


.fitler_toggle {
	position: relative;
}
.fitler_toggle
.facetwp-facet {
	position: absolute;
	background: #fff;
	padding: 0 10px;
	width: calc(100% - 20px);
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 0 0 8px 8px;
	max-height: 0;
	overflow: hidden;
	transition: all 0.3s;
	font-size: 15px;
	box-shadow: 0 0 16px rgba(0,0,0,0.16);
	z-index: 1;
}

.fitler_toggle
.facetwp-facet .facetwp-checkbox:first-of-type {
	margin-top: 10px;
}

.fitler_toggle
.facetwp-facet .facetwp-checkbox:last-of-type {
	margin-bottom: 10px;
}

.fitler_toggle .facetwp-facet.active {
	max-height: 300px;
	overflow-y: scroll;
}

/* width */
.fitler_toggle ::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.fitler_toggle ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.fitler_toggle ::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.fitler_toggle ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* 3dcards */
.card3d {
  perspective: 1000px;
	
}
.card3d .card3d_content {
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.3s cubic-bezier(0.75, 0, 0.85, 1);
	height: 100%;
}


.card3d:hover .card3d_content {
  transform: rotateY(180deg);
}

.card3d_front,
.card3d_back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
	box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
	
}

.card3d_front {
	z-index: 1;
}

.card3d_back {
	z-index: 0;
}

.card3d:hover .card3d_front{
	z-index: 0;
}

.card3d:hover .card3d_back{
	z-index: 1;
}

.card3d_back {
  transform: rotateY(180deg);
}



/* width */
.image_slider::-webkit-scrollbar {
  width: 12px;
	height: 12px;
}

/* Track */
.image_slider::-webkit-scrollbar-track {
  background: #FFFFFF; 
}
 
/* Handle */
.image_slider::-webkit-scrollbar-thumb {
  background: var(--cip-green); 
}

/* Handle on hover */
.image_slider::-webkit-scrollbar-thumb:hover {
  background: var(--cip-lightblue); 
}

/* General sections and overlay */

section {
	background-size: cover!important;
	background-position: center!important;
}


.overlay {
	background: linear-gradient(180deg, rgba(43, 60, 79, 0.4) 45.31%, rgba(43, 60, 79, 0.284) 100%)!important;

}

.title_bar .col {
	padding: 20px;
	min-height: 460px;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}

.title_bar.align_center .col {
	justify-content: center;
	align-items: center;
}

.title_bar.large .col {
	height: 740px;
}

#CIPVideo {
    position: absolute;
    left: 50%;
	top: 50%;
    -webkit-transform: translateX(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 0;
		transition: all ease-in-out 1s;
	min-width: 100%;
  min-height: 100%;
		max-width: 500%;
	max-height: 500%;
}

.hero .col.width1of1 {
	height: 740px;
	max-height: calc(100vh - 100px);
}

.hero.small .col.width1of1 {
	min-height: 460px;
}

.hero h1 {
	color: #FFF!important;
}

.hero:not(.centered) .col.width1of1 {
	justify-content: flex-end!important;
	align-items: flex-start!important;
	flex-direction: column!important;
	display: flex!important;
}

body.page-id-1702 .hero {
	background-size: cover!important;
	background-position: center top!important;
}

.hero.centered .col.width1of1 {
	justify-content: center!important;
	align-items: center!important;
	display: flex!important;
	flex-direction: column;
}


/* Contact form */

.wpcf7-checkbox .wpcf7-list-item {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-left: 10px;
}

form.wpcf7-form .row .col, .wpcf7 .row .col {
	padding: 0 10px;
}


form.wpcf7-form ::placeholder {
	color: #212121;
}

.wpcf7-form-control-wrap {
	width: 100%;
}

.wpcf7-form-control-wrap input[type="text"], .wpcf7-form-control-wrap select, .wpcf7-form-control-wrap input[type="email"], .wpcf7-form-control-wrap textarea {
	width: 100%;
	padding: 14px 20px;
	border: 0;
	background: #E8E8E8;
	color: #E8E8E8;
}

.wpcf7 .simple_text ul {
	margin: 0!important;
}

.wpcf7 .simple_text ul li p {
	margin: 0!important;
}

p:has([data-name="your-message"]) {
	margin-top: 10px;
	margin-bottom: 10px;
}

.wpcf7-form-control-wrap textarea {
	height: 180px;
}

/* Popups */
.popup_container  {
position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--custom-color3);
	display: none;
	z-index: 9999;
}

.popup_container.active {
	display: flex;
	justify-content: center;
	align-items: center;
}

.popup_frame {
	position: relative;
	background: url(/wp-content/uploads/2023/09/pills_background-scaled.jpg);
	background-size: cover;
	background-position:center;
	border-radius: 24px;
	padding: 30px;
	max-width: min(var(--boxed-width), calc(100% - 40px));
	max-height: calc(100% - 40px);
}

.site-search .popup_frame {
	background: none;
	width: 600px;
	max-width: 100%;
	padding-right: 90px;
}

@media screen and (max-width: 600px) {
	.site-search .popup_frame {
		padding-top: 100px;
		padding-left: 20px!important;
		padding-right: 20px!important;
	}	
}

.site-search
.title_search {
	margin: 0;
}

.site-search input[type="text"] {
	color: #fff!important;
}

.site-search .popup_frame .close_button {
	top: 32px;
}

.search_placeholder {
	position: absolute;
	left: 20px;
	pointer-events: none;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	transition: all 0.3s;
}

.search_placeholder.active {
	margin-top: -50px;
}

@media screen and (max-width: 600px) {
	.popup_frame {
		overflow-y: scroll;
	}
}

.close_button {
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 1.77rem;
	color: var(--custom-color1);
	background: var(--custom-color2);
	display: flex;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	padding: 0;
	border: 0;
	transition: all 0.3s;
}

.close_button:hover {
	color :#fff;
}

/* Simple image */

.simple_image {
	text-align: center;
}
.simple_image.round_corners img {
	border-radius: 4px;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
}

/* Simple Text */

.simple_text ul {
	margin: 15px 0;
	padding-left: 20px;
}

.simple_text ul li {
	color: #212121;
	list-style: none;
	position: relative;
	margin-bottom: 15px;
}

.simple_text ul li::before {
	content: '';
	position: absolute;
	top: 0px;
	left: -20px;
	width: 4px;
	height: 24px;
	background: var(--lb-blue);
	border-radius: 3px;
}

/* 404 */
.four_oh_four .overlay{
	min-height: 740px;
	display: flex;
	color :#fff;
}

.four_oh_four .overlay h1, .four_oh_four .overlay h4 {
	color: #fff;
}

.four_oh_four .overlay h1 {
	font-size: 6rem!important;
}

/* Single Blog */
.post_meta {
	display: flex;
	align-items: center;
	gap: 30px;
	flex-wrap: wrap;
	margin-top: 20px;
}

.post_date {
	display: flex;
	align-items: center;
}

.post_meta i {
	margin-right: 20px;
	font-size: 30px;
	display: inline-block;

}

.post_meta div {
	color: var(--cip-blue);
	font-family: GothamPro; font-weight: 600;
}
.short_author {
	display: flex;
	align-items: center;
	gap: 10px;

}
.meta_separator {
	width: 2px;
	background: var(--cip-blue);
	height: 30px;
}
.short_author
.author_avatar img {
	border-radius: 50%;
	width: 42px;
	height: 42px;
	object-fit: cover;
}
/* ALL Blogs */

.all_posts  {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
	margin-top: 60px;
	margin-bottom: 40px;
}
.single_featured_card {
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.16);
	padding: 25px;
	border-top; 
	display: block;
	border-top: 8px solid var(--cip-lightblue);
	text-decoration: none!important;
	flex-grow: 0!important;
	transition: all 0.3s;
}

.single_featured_card:hover {
	border-top: 8px solid var(--cip-green);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
}

.single_featured_card
.single_b_title {
	font-family: GothamPro; font-weight: 600;
	color: var(--cip-blue);
	font-size: 1.33rem;
	margin-bottom: 10px;
}
.single_featured_card
.single_b_date {
	color: #16172A;
}
.single_featured_card
.read_more {
	margin-top: 10px;
	font-family: GothamPro; font-weight: 600;
	color: #16172A;
}

@media screen and (min-width:900px) {
.single_featured_card {
	flex: calc((100% - 60px) / 3);
}
}

@media screen and (min-width:600px) and (max-width:899px) {
.single_featured_card {
	flex: calc((100% - 30px) / 2);
}
}

@media screen and (max-width:599px) {
.single_featured_card {
	flex: 100%;
	}
}




/* Sliders */
.slider * {
  -webkit-user-select: none;
  -ms-user-select: none; 
  user-select: none; 
}

.slider {
	display: flex;
	margin-left: -16px;
	margin-right: -16px;
	padding-left: 8px;
	padding-right: 8px;
	flex-wrap: nowrap;
	overflow: hidden;
	gap: 0!important;
	position: relative;
	margin-top: 0!important;
	margin-bottom: 0!important;
}

.slider_arrow {
	background:var(--custom-color2);
	border-radius: 50%;
	width: 48px;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff
	font-size: 20px;
	position: absolute;
	z-index: 01;
	cursor: pointer;
	transition: all 0.3s;
	top: 346px!important;
	transform: translateY(-50%);
}

.slider_left_arrow {
	left: 0px;
}
.slider_right_arrow {
	right: 0;
}
.slider_arrow:hover {
	background:var(--lb-yellow);
}

.single_slide {
	flex-grow: 0!important;
	flex-shrink: 0!important;
}

.single_slide {
		padding-top: 24px;
	padding-bottom: 24px;
	transition: all 1s;
}
.single_slide_content  {
	margin-left: 16px;
	margin-right: 16px;
	background: #fff;
	padding: 20px 20px 20px 20px;
	height: 100%;
	border-radius: 16px;;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
	overflow: hidden;
	position: relative;
}

.slider .single_slide:nth-of-type(3) ~ .single_slide .single_slide_content {
	box-shadow: none!important;
}

.slider .single_slide.remove ~ .single_slide:nth-of-type(4) .single_slide_content {
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.16)!important;
}


@media screen and (min-width:900px) {
.single_slide {
	flex: calc(100% / 3);
}

	.single_slide.remove {
	margin-left: max(calc((100% + 0px) / -3), -550px)!important;
}
}

@media screen and (min-width:600px) and (max-width:899px) {
.single_slide {
	flex: calc(100% / 2);
}
	
	.single_slide.remove {
	margin-left: max(calc((100% - 0px) / -2), -550px)!important;
}
}

@media screen and (max-width:599px) {
.single_slide {
	flex: 100%;
}
	.single_slide.remove {
	margin-left: max(calc((100% - 0px) / -1), -550px)!important;
}
}

/* Footer */

.simple_text p:has(i.fa-solid) {
	display: flex;
	flex-wrap: nowrap;
}

.simple_text i.fa-solid {
  flex: 0 0 auto; /* Prevent icon from taking extra space */
  margin-right: 0.2em;
	margin-top: 7px;
}

#footer section {
	padding-bottom: 0;
	padding-top: 20px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: var(--cip-green);
}

#footer i {
	color: var(--cip-lightblue);
	width: 30px;
}

#footer .simple_image:first-of-type {
	max-width: 190px;
	margin-bottom: 20px;
}

#footer .simple_image:nth-of-type(3) {
	margin-top: 20px;
}

#footer h4 {
	font-family: GothamPro; font-weight: 600;
	font-size: 1.11rem!important;
}

#footer .row:first-of-type .col .simple_image {
	text-align: left;
}

#footer .row:first-of-type .col:first-of-type img {
	max-width: 250px;
}

#footer .row:first-of-type .col:first-of-type{
	flex: 25%;
	padding-left: 30px;
	padding-right: 30px;
}

#footer .row:first-of-type .col{
	flex: 18%;
	padding-left: 30px;
	padding-right: 30px;
}

#footer .row:first-of-type .col:nth-of-type(2){
	flex: 38%;
	min-width: 400px;
}

#footer .row:first-of-type .col:nth-of-type(2) p {
    column-count: 2;
    column-gap: 90px;
		column-width: auto;
}

#footer .row:first-of-type .col:nth-of-type(2) p a {
	min-width: 230px;
	margin-right: 30px!important;
	display: inline-block;
}

#footer .row:first-of-type .col:nth-of-type(2) p a {
	break-inside: avoid-column;
}



@media screen and (max-width: 1200px) {
	#footer .row:first-of-type .col {
	min-width: 300px;
}
	#footer .row:first-of-type .col:nth-of-type(2) p {
		column-count: 1!important;
	}
}

/* footer copyright */

.footer .row:nth-of-type(2) {
	position: relative;
	justify-content: space-between;
	gap: 0px;
}
.footer .row:nth-of-type(2) .col{
	flex: auto;
}

.footer .row:nth-of-type(2)::before {
	content:'';
	width: calc(100% - 40px);
	position: absolute;
	top: 0;
	left: 20px;
	border-top: 1px solid #fff;
}

.footer .row:nth-of-type(2) .col {
	padding-top: 0;
	padding-bottom: 0;
}

.footer .col {
	margin-top: 0!important;
}


/* Heading adjustments */
@media screen and (min-width:900px) and (max-width: 1099px) {
	
	html h1 {
		font-size: 2.2rem!important;
	}
	
	html h2 {
		font-size: 2rem!important;
	}
	
	html h3 {
		font-size: 1.7rem!important;
	}
	
	html h4 {
		font-size: 1.3rem!important;
	}
}

@media screen and (min-width:500px) and (max-width: 899px) {
	
		.col.width1of4 {
	flex: 50%;
}
		.row .col {
		padding: 30px 20px;
	}
	html h1 {
		font-size: 1.9rem!important;
	}
	
	html h2 {
		font-size: 1.7rem!important;
	}
	
	html h3 {
		font-size: 1.4rem!important;
	}
	
	html h4 {
		font-size: 1.2rem!important;
	}
}

@media screen and (max-width:499px) {
		.row .col {
		padding: 30px 20px;
	}
	html h1 {
		font-size: 1.75rem!important;
	}
	
	html h2 {
		font-size: 1.5rem!important;
	}
	
	html h3 {
		font-size: 1.2rem!important;
	}
	
	html h4 {
		font-size: 1rem!important;
	}
	
	.col.width1of4 {
	flex: 100%;
}
}

/* Title bar */
#title_bar h1, #title_bar h2, #title_bar h3, #title_bar h4, #title_bar h5, #title_bar h6, #title_bar p{
	color: #fff;
}

#title_bar {
	background-size: cover!important;
	background-position: center!important;
	
}

/* Main menu */

#header {
	position: fixed;
	background: var(--cip-blue);
	width: 100%;
	z-index: 10;
	transition: all 0.3s;
}

#header.sticky {
	box-shadow: 0 0 20px rgba(0,0,0,0.3);
}


body:not(.logged-in) #header {
	top: 0;
}

body.logged-in #header {
	top: 32px;
}

body.logged-in.customize-partial-edit-shortcuts-shown #header {
	top: 0;
}

.header_container {
	display: flex!important;
	position: relative;
	justify-content: space-between;
	align-items: center;
	padding-right: 20px;
}

main#primary {
	padding-top: 92px;
}

#primary-menu {
	margin: 0;
	list-style: none;
	padding: 0;
	display: flex;
}
#primary-menu>ul {
	margin: 0;
	list-style: none;
	padding: 0;
	display: flex;
}
#primary-menu>li>a>i {
	font-size: 22px;
}

#primary-menu > li:last-of-type a{
	background: var(--cip-green);
	padding: 12px 22px;
	color: var(--cip-blue);
}

#primary-menu > li:last-of-type a:hover {
	color: var(--cip-blue)!important;
	background: var(--cip-lightblue);
}

#primary-menu > li:last-of-type a::before {
	display: none;
}

#primary-menu a {
	font-size: 18px;
	color: #fff;
	transition: all 0.3s;
	cursor: pointer;
	font-weight: 600;
	font-style: normal;
	position: relative;
}

#primary-menu a::before {
	content: '';
	position: absolute;
	width: 0;
	height: 4px;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	background: var(--cip-lightblue);
	transition: all 0.3s;
}

#primary-menu .sub-menu a::before {
	content: '';
	position: absolute;
	width: 0;
	height: 30px;
	top: 50%;
	left: -5px;
	transform: translateY(-50%);
	background: var(--cip-lightblue);
	transition: all 0.3s;
}

#primary-menu .sub-menu a:hover::before {
	width: 4px;
}

#primary-menu a:hover::before {
	width: 100%;
}

#primary-menu a:hover {
	color: var(--cip-lightblue)!important;
}

#primary-menu .current_page_item > a, #primary-menu .current_page_ancestor > a {
	font-family: GothamPro; font-weight: 600;
	color: var(--cip-lightblue);
}


#main_site_logo {
	padding: 10px 20px;
}

#main_site_logo img {
	width: 75px;
}


#main_site_logo * {
	transition: all 0.3s;
}


#main_site_logo .logo_link {
	height: 100%;
	width: 100%;
	display: block;
	position: relative;
}
	#site-navigation #primary-menu>li:not(.menu-item-has-children) {
		padding-right: 35px;
	}



/* Desktop menu  */
@media screen and (min-width:1100px) {
	#mobile_menu_toggle{ 
	display: none;}
	#primary-menu> .menu_posts {
		display: none;
	}
	.sub-menu {
		padding: 10px 20px;
		left: 0;
		display: none;
	list-style: none;
	position: absolute;
		width: 330px;
		background :var(--cip-blue);
		border-radius: 0px;
		box-shadow: 0 0 16px rgba(0,0,0,0.16);
		margin-top: 20px;
		margin-left: -20px;
}
	.sub-menu >li> a {
		margin-top: 10px;
		margin-bottom: 10px;
		padding-left: 10px;
		display: block;
	}
	
	#primary-menu > li {
		padding-top: 20px;
		padding-bottom: 20px;
	}

#primary-menu > li.menu-item-has-children:hover	.sub-menu {
		display: block;
	}
	
	#primary-menu > li:last-of-type {
		padding-right: 0!important;
	}


		#site-navigation #primary-menu>li.menu-item-has-children {
		padding-right: 60px;
			position: relative;
	}
		#site-navigation #primary-menu>li.menu-item-has-children > a {
		position: relative;
	}
	
	#site-navigation #primary-menu>li.menu-item-has-children > a::after {
		content: '\f078';
		font-family: "Font Awesome 5 Free"; font-weight: 900;
		color: var(--cip-lightblue);
		position: absolute;
		right: -25px;
		top: 50%;
		transform: translateY(-50%);
	}
}

/* Tablet menu */
@media screen and (min-width:1099px) and (max-width: 1300px) {
		#primary-menu a{
	font-size: 16px!important;
	}
}

@media screen and (min-width:1099px) and (max-width: 1200px) {
		#primary-menu a{
	font-size: 15px!important;
	}
		#site-navigation #primary-menu>li:not(.menu-item-has-children):not(li:last-of-type) {
		padding-right: 25px!important;
	}
}

/* Mobile menu */
@media screen and (max-width:1100px) {
	#primary-menu {
		box-shadow: 0px 10px 8px rgba(0,0,0,0.16);
	}
	.main-navigation a{
		color: var(--lb-darkblue)!important;
	}
/* Hide search	 */
	#menu-item-509 {
/* 		display: none; */
	}
	
.main-navigation #primary-menu {
		display: block!important;
		transform: scaleY(0);
	transform-origin: top left;
		position: absolute;
	left: 0;
	top: 95px;
	width: 100%;
	background :#fff;
	padding: 60px 30px;
		transition: all 0.3s;
	overflow-Y: scroll;
	
	max-height: calc(100vh - 0px);
	
	}
	
	
	
.main-navigation ::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.main-navigation ::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
.main-navigation ::-webkit-scrollbar-thumb {
  background: #f1f1f1;
	border-radius: 10px;
}

/* Handle on hover */
.main-navigation ::-webkit-scrollbar-thumb:hover {
  background: #999;
}
	
		
.main-navigation.active	#primary-menu {
		display: block!important;

	transform: scaleY(1);
	}
	
	.main-navigation.active	#primary-menu li{
		line-height: 2.5;
}	
	
	#mega_menu {
		display: none!important;
	}
	
	.has_mega_menu.active::after {
		display: none!important;
	}
	#primary-menu li.menu-item-has-children {
		position: relative;
	}
#primary-menu li.menu-item-has-children::before {
	content: "\f078";
    position: absolute;
    right: 5px;
    top: -5px;
    color: var(--lb-blue);
    font-family: "Font Awesome 5 Free";
	font-size: 1.33rem;
    font-weight: 900; 
	z-index: 1;
	cursor: pointer;
}	
	.sub-menu{
		padding-left: 20px;
		display: none;
		list-style: none;
	}
	
	
	
	.open-subnav > .sub-menu{
		display: block;
	}

	
#mobile_menu_toggle{
    position:absolute;
    width:40px;
    height:40px;
    right:20px;
    top:50%;
    cursor:pointer;
    transform:translateY(-50%);
}
#mobile_menu_toggle span{
    position:absolute;
    transition:.3s;
    width:100%;
    height:3px;
    border-radius:2px;
    transform:translate(-50%,-50%);
    background: var(--cip-green)!important;
    left:50%;
}
#mobile_menu_toggle span:first-of-type{
    top:25%;
}
#mobile_menu_toggle span:nth-of-type(2){
    top:50%;
}
#mobile_menu_toggle span:nth-of-type(3){
    top:75%;
}
#mobile_menu_toggle.active span:first-of-type{
    transform:translate(-50%,-50%) rotate(45deg);
    top:50%;
}
#mobile_menu_toggle.active span:nth-of-type(2){
    width:0;
}
#mobile_menu_toggle.active span:nth-of-type(3){
    transform:translate(-50%,-50%) rotate(-45deg);
    top:50%;
}
	
}
/* Small mobile */
@media screen and (max-width:600px) {
	#main_site_logo img {
		width: 75px!important;
	}
	
	#primary-menu {
		top: 95px!important;
	}
	
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	font-size: 18px;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-family: GothamPro; font-weight: 600;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */

@font-face {
    font-family: 'Gotham';
    src: url('/wp-content/themes/cipnew/fonts/gothambook-webfont.woff2') format('woff2'),
         url('/wp-content/themes/omedhealth/fonts/gothambook-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Medium';
    src: url('/wp-content/themes/cipnew/fonts/gothammedium-webfont.woff2') format('woff2'),
         url('/wp-content/themes/omedhealth/fonts/gothammedium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: GothamPro; font-weight: 600;
    src: url('/wp-content/themes/cipnew/fonts/gothambold-webfont.woff2') format('woff2'),
         url('/wp-content/themes/omedhealth/fonts/gothambold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
font-family: 'Gotham';
	letter-spacing: 0.02rem;
	font-weight: normal;
  font-style: normal;
}

p {
	line-height: 2;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato';
	font-weight: 400;
  font-style: normal;
	text-transform: uppercase;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
	font-family: 'Lato';
	font-weight: 700;
  font-style: normal;
}

#primary-menu a {
	font-family: GothamPro; font-weight: 600;
  font-style: normal;
}


body,
button,
input,
select,
optgroup,
textarea {
	color: #212121;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 15px;
	margin-top: 15px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {

}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul, li > ol {
	margin-bottom: 0;
	margin-left: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

.simple_image img{
		width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
/* a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
} */

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 0em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin:  0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Admin area CSS fixes */

html body.wp-autoresize {
	overflow-Y: scroll!important;
}

.postbox-container #categorychecklist {
	list-style: none;
	margin: 0;
}
.postbox-container #categorychecklist ul.children {
	list-style: none;
}

.postbox-container #categorychecklist button.wpseo-make-primary-term {
	line-height: 1!important;
	font-size: 14px!important;
	width: 100%;
    text-align: right;
}

body h2.media-attachments-filter-heading, body h2.media-frame-menu-heading {
	font-size: 14px!important;
}

.media-frame-title h1 {
	font-size: 18px!important;
	margin-left: 15px!important;
}

h1.wp-heading-inline {
	font-size: 1rem!important;
}


h2.hndle {
	font-size: 16px!important;
	margin-left: 10px!important;
}

/* MEdia responsiveness query */
@media screen and (min-width:900px) {
.div {
	flex: calc((100% - 40px) / 3);
}}

@media screen and (min-width:700px) and (max-width:899px) {
.div {
	flex: calc((100% - 40px) / 3);
}}

@media screen and (min-width:500px) and (max-width:699px) {
.div {
	flex: calc((100% - 20px) / 2);
}}

@media screen and (max-width:499px) {
.div {
	flex: 100%;
}}
