/* 
Theme Name: Corporate Synergies Group, LLC.
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
 */

/*
main style by k.a.a
*/
body {

  font-family: "Source Sans Pro", Sans-serif !important;
    font-size: 1.2rem !important;
}


html, body {
	height:100%;
}
h1, h2, h3, h4 {
	margin: 0.75rem 0 0 0 !important;
}

/* Categories list boxes */
.topics-box li {
    background-color: #00A0DF;
   
    padding: 0 !important;
    margin: 5px !important;
}

.topics-box li a {
        color: white !important;
    font-size: 1.3rem !important;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.post_content_box_div h2 {
	padding: 40px 0 15px 0;
	font-weight: 400;
}

.post_content_box_div h3 {
	padding: 40px 0 15px 0;
	font-weight: 400;
}

.post_content_box_div a:not(.red-callout > a,  .article-callout > a, u > a, sub > a, figure > a) {
	position: relative;
	color: #00A0DF;
	font-weight:700;
	display: inline-block;
	letter-spacing:0.5px;
	background: none;
	box-shadow: inset 0 0 0 0 #00A0DF25;
	transition: all .2s ease-in-out;
 }

.post_content_box_div a:not(.red-callout > a, .article-callout > a, u > a, sub > a, figure > a)::before {
	content:' ';
	height: 8px;
	position: absolute;
	display: inline-flex;
	width: 100%;
	background-color: #00A0DF25;
	background-repeat: no-repeat;
	background-size: 100% 3px, 0 3px;
	bottom: 2px;
	transition: all .3s ease-in-out;
	z-index: -2;
	
}

.post_content_box_div a:not(.red-callout > a,  .article-callout > a, u > a, sub > a, figure > a):hover {
	bottom:0;
	height: 40%;
	color: #1e1e1e;
	transition: all .3s ease-in-out;
	box-shadow: inset 100% 0 0 0 #00A0DF30;
}

.post_content_box_div a:not(.red-callout > a,  .article-callout > a, u > a, sub > a, figure > a):hover::before {
	content:' ';
	height: 25px;
	position: absolute;
	display: inline-flex;
	width: 100%;
	background-color: #00A0DF30;
	background-repeat: no-repeat;
	background-size: 100% 17px, 0 17px;
	bottom: 1px;
	transition: all .3s ease-in-out;
	
}
/* pulsing button class */
.pulsingButton a {

  box-shadow: 0 0 0 0 rgba(51, 38, 37, 0.7);
/*   border-radius: 3px; */
/*   background-color: #000; */
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  transition: all 300ms ease-in-out;
}


/* Comment-out to have the button continue to pulse on mouseover */

/* a.pulsingButton:hover { */
.pulsingButton a:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
  color: #ffffff;
}

/* Dashicons */
.dashicons dashicons-external
.dashicons-admin-links:before {
    display: inline-block  !important;
    vertical-align: middle  !important; 
}
/* Animation */

@-webkit-keyframes pulsing {
    from {
    box-shadow: 0 0 0 0 rgba(51, 38, 37, 0.4);
  }
	to {
    box-shadow: 0 0 0 15px rgba(51, 38, 37, 0);
  }
}

@-moz-keyframes pulsing {
   from {
    box-shadow: 0 0 0 0 rgba(51, 38, 37, 0.4);
  }
	 to {
    box-shadow: 0 0 0 15px rgba(51, 38, 37, 0);
  }
}

@-ms-keyframes pulsing {
   from {
    box-shadow: 0 0 0 0 rgba(51, 38, 37, 0.4);
  }
	 to {
    box-shadow: 0 0 0 15px rgba(51, 38, 37, 0);
  }
}

@keyframes pulsing {
  from {
    box-shadow: 0 0 0 0 rgba(51, 38, 37, 0.4);
  }
	to {
    box-shadow: 0 0 0 15px rgba(51, 38, 37, 0);
  }
}

/* EVENT BOX STYLE */
 @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap');
        .events_date_container {
                /* background-color: #1c1c1c; */
    width: 110px !important;
    /* height: 110px !important; */
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: -10px;
        }
        
        .events_date_type {
            color: white;
            font-family: Merriweather, sans-serif;
            text-transform: uppercase;
            font-size: 14px;
            font-weight: 700;
        }
        
        .events_date_month {
            color: #77B800;
            font-family: 'Oswald', sans-serif;
            font-size: 53px;
			text-transform: uppercase;
			font-weight: 700;
            line-height: 80%;
        }
        
        .events_date_number {
            display: block;
            color: white;
            font-family: 'Oswald', sans-serif;
            font-size: 63px;
            line-height: 100%;
			font-weight: 700;
            align-self: flex-end !important;
            margin-top: -10px;
        }

/* Categories List Boxes */
#terms_list a {
	display: inline-block;
	background-color: #77B800;
	margin: 5px 5px 5px 0;
	padding: 5px 9px;
	color: white;
	font-family: "Merriweather", Sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 23px;
    letter-spacing: 0.6px;
	background: #77B800;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	
}

/* BlockQuote 1 Style  */
.blockquote-1 {
	display: block;
	font-family: "Merriweather", Sans-serif;
	font-weight: 300;
	color: #fff;
	font-size: 1.6rem;
	line-height: 2.2rem;
	letter-spacing: 1px;
	text-align: center;
	background-image: radial-gradient(farthest-corner at 40px 40px, rgba(221, 96, 0, 0.9) 0%, rgba(214, 8, 59,0.95) 100%);
	display: flex;
	align-items: center;
	padding: 75px 50px; 
	margin: 50px 0;
	
}
.blockquote-1 p::before {
	 content: '&';
    font-size: 250px;
    font-family: "Merriweather", Sans-serif;
    display: inline-flex;
    line-height: 0rem;
    color: rgba(0,0,0,0.1);
    position: absolute;
    text-align: left;
    transform: translate(-24px, 40px);
	
}
.blockquote-1::before {
    content: '”';
    font-size: 4rem;
    font-family: "Merriweather", Sans-serif;
    margin: 0 0 0 0rem;
    opacity: 1.2;
    display: inline-flex;
    position: absolute;
    text-align: right;
    width: 88%;
    align-items: end;
    justify-content: flex-end;
    height: 205px;
    color: white;
}

/* BlockQuote 2 Style  */
.blockquote-2 {
	display: block;
	font-family: "Merriweather", Sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 1.6rem;
	line-height: 2.2rem;
	letter-spacing: 1px;
	text-align: center;
	background-image: radial-gradient(farthest-corner at 40px 40px, rgba(0, 160, 223, 0.6) 0%, rgba(0, 160, 223,0.95) 100%);
	display: flex;
	align-items: center;
	padding: 75px 50px; 
	margin: 50px 0;
	
}
.blockquote-2 p::before {
	 content: '&';
    font-size: 250px;
    font-family: "Merriweather", Sans-serif;
    display: inline-flex;
    line-height: 0rem;
    color: rgba(0,0,0,0.1);
    position: absolute;
    text-align: left;
    transform: translate(-24px, 40px);
	z-index:-1;
	
}
.blockquote-2::before {
    content: '”';
    font-size: 4rem;
    font-family: "Merriweather", Sans-serif;
    margin: 0 0 0 0rem;
    opacity: 1.2;
    display: inline-flex;
    position: absolute;
    text-align: right;
    width: 88%;
    align-items: end;
    justify-content: flex-end;
    height: 205px;
    color: white;
}

/* BlockQuote 3 Style  */
.blockquote-3 {
	text-align:center;
	font-family: "Merriweather", Sans-serif;
	color: #000;
	font-size:1.6rem;
	font-weight: 300;
	letter-spacing: 1px;
	margin:auto;
	padding:15px;
	border: 2px solid lightskyblue;
	max-width: 100%;
	position: relative;
	margin: 75px 0 50px 0;
		line-height: 130%;
}

.blockquote-3::before {
	content: '\201C';
    position: absolute;
    font-family: "Merriweather", Sans-serif;
    top: -7px;
    left: -20px;
    width: 151px;
    text-align: left;
    z-index: 2;
    font-size: 8rem;
    color: lightskyblue;
    background-color: white;
    line-height: 50px;
}

.blockquote-3-spotlight {
    text-align: center;
    font-family: "Merriweather", Sans-serif;
    color: #000;
    font-size: 1.3rem;
    font-weight: 300;
    letter-spacing: 1px;
    margin: auto;
        padding: 10px 0;
    border: 2px solid lightskyblue;
    max-width: 100%;
    position: relative;
    margin: 50px 0 15px 0;
    line-height: 130%;
}

.blockquote-3-spotlight::before {
	content: '\201C';
    position: absolute;
    font-family: "Merriweather", Sans-serif;
    top: -7px;
    left: -20px;
    width: 151px;
    text-align: left;
    z-index: 2;
    font-size: 8rem;
    color: lightskyblue;
    background-color: white;
    line-height: 40px;
}
/* Style for KC Articel Lede */
.kc-lede {
    font-family: "Merriweather", Sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 0 0 2px darkgrey;
    padding: 1.2rem 1rem ;
	color: #00a0df;
	margin-bottom: 40px !important;
}

.kc-lede::before {
	    content: '';
    display: block;
    position: absolute;
    border-top: 5px solid white;
    border-bottom: 5px solid white;
    height: calc(100% - 0px);
    width: calc(100% - 40px);
    top: 0px;
    left: 20px;
}

.kc-lede::after {
    content: '';
    display: block;
    position: absolute;
    border-right: 5px solid white;
    border-left: 5px solid white;
    height: calc(100% - 36px);
    width: calc(100% - 0px);
    top: 18px;
    left: 0;
}

.kc-lede-2 {
    font-family: "Merriweather", Sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
	border-left: 6px dotted #77B800;
    padding-left: 1rem;
	
	color: #00a0df;
	margin-bottom: 40px !important;
 
}

/* Styling Forms */
#pardot-form > p.required {
	font-size: 35px !important;
}
form.form p span.description {
            margin-left: 0px;
            color: yellow
        }
        
        a {
            color: yellow;
        }
        
        form.form p.no-label {
            color: white !important;
        }
        
        form.form p label {
            display: block !important;
            font-family: 'Source Sans Pro', sans-serif;
            float: left;
            margin-bottom: 10px;
            text-align: left;
            font-weight: 600;
        }
        
        form.form p.form-field {
            margin-block-start: 1rem !important;
            margin-block-end: 0px !important;
            margin: 1.5rem 0 0 0 !important;
        }
        
        p.form-field.error {
            background-color: #00a0df !important;
            margin-block-start: 1rem !important;
            margin-block-end: 0px !important;
            margin: 1.5rem 0 0 0 !important;
        }

 		span.error {
			color: white !important;
		}
        
        form.form input[type=text] {
            font-size: 1rem;
            width: 100%;
            background-color: #f3f3f3;
            box-sizing: border-box;
            border: 3px solid #ebebeb;
            -webkit-transition: 0.75s;
            transition: 0.75s;
            outline: none !important;
        }
        
        form.form select {
            font-size: 1rem;
            width: 100%;
            background-color: #f3f3f3;
            box-sizing: border-box;
            border: 3px solid #ebebeb;
            /* outline-color: #dfdfdf; */
        }
        
        form.form input,
        select {
            max-width: 100% !important;
            font-weight: 400;
            padding: 2px;
            padding: 10px;
        }
        
        input[type=text]:focus,
        select:focus {
            border: 3px solid #00a0df !important;
            outline: none !important;
        }
        
        select {
            background-color: #1F99CD;
            border-radius: 2px;
            border: none;
            outline: none;
            background-color: #f3f3f3 !important;
            margin-bottom: 15px;
        }
        
        form.form p.submit input {
            padding: 15px 25px;
            margin: 12px 0 !important;
            font-size: 18px;
            font-weight: 400;
            text-transform: uppercase;
            letter-spacing: 1px;
            fill: #fff;
            color: #fff;
            border: none;
            background-color: #77b800;
            border-radius: 100px 100px 100px 100px;
            box-shadow: 3px 3px 0px 0px rgb(0 0 0 / 12%);
            outline: none !important;
            cursor: pointer;
        }
        
        form.form p.submit {
            margin-left: 0px !important;
        }
        
        form.form p.no-label,
        form.form p.error {
            color: white !important;
            display: block !important;
            background-color: red;
            margin: 0 !important;
            padding: 5px !important;
            font-family: "Source Sans Pro", sans-serif;
            font-size: 14px;
            text-align: center;

	
}

/* CRC Button + Case Study PDF Button */

.crc_button, .case_study_pdf_button {
	display: flex;
	justify-content: center;
 
}

.crc_button_left {
	display: flex;
	justify-content: left;
}

.crc_button a, .crc_button_left a {
   
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    fill: var( --e-global-color-c05c5d2 );
    color: var( --e-global-color-c05c5d2 );
    background-color: var( --e-global-color-primary );
    border-radius: 100px 100px 100px 100px !important;
    box-shadow: 3px 3px 0px 0px rgb(0 0 0 / 12%);
}

.case_study_pdf_button a {
   
    font-size: 20px !important;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    fill: var( --e-global-color-c05c5d2 );
    color: var( --e-global-color-c05c5d2 );
    background-color: #DD6000;
    border-radius: 100px 100px 100px 100px !important;
    box-shadow: 3px 3px 0px 0px rgb(0 0 0 / 12%);
}

.crc_link_text {
	font-weight: 700;
}
.crc_link_text a::after {
    display: inline-block;
    font-family: "dashicons";
    content: "\f504";
    font-weight: 400 !important;
    font-size: 120%;
    line-height: 50%;
}

.crc-style-alert {
	margin: 0px 0px 3px 0px !important;
    padding: 3px 8px 3px 8px !important;
    background-color: #DD6000 !important;
	color: white !important;
}
/* case-studies-loop-grid Loop Grid  */

.case-studies-loop-grid {
	
}

/* Style for expired event button */

.event_button_exp {
	    margin: 20px 0;
    background-color: transparent !important;
    color: #000!important;
    border: 1px solid #77B800;
}

.event_button_exp_video {
	    margin: 20px 0;
    background-color: transparent !important;
    color: #000!important;
    border: 1px solid #dd6000;
}

.dashicons-video-alt3:before {
    content: "\f236";
    font-size: 27px;
    color: red;
}
#authors-image-kc img {
	border-radius: 50%;
	width: 110px;
}
.event-post-content ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.event-post-content li {
	    display: block;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 69.09 21.35'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:url(%23linear-gradient)%3Bopacity:.5%3B%7D%3C/style%3E%3ClinearGradient id='linear-gradient' x1='0' y1='10.68' x2='69.09' y2='10.68' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23149fda'/%3E%3Cstop offset='1' stop-color='%23fff'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath class='cls-1' d='m10.83 0h57.08C68.56 0 69.09.53 69.09 1.18v19c0 .65-.53 1.18-1.18 1.18H10.53C4.72 21.35 0 16.64 0 10.83H0C0 4.85 4.85 0 10.83 0Z'/%3E%3C/svg%3E");
background-repeat: no-repeat;
/* background-position: left center; */
/* height: 100%; */
padding-left: 40px;
padding-top: 0;
background-size: 46px;
margin-bottom: 15px;
/* line-height: 23px; */
background-position-y: 7px;
/* margin-left: 15px; */
}

 
/* PARDOT Style */

#pardot-form form.form p {
    clear: left;
    /* line-height: 1.4em; */
    margin: 3px 5px;
    padding: 11px 2px;
}

/* Form background, width etc */
#pardot-form {
	background-color: yellow !important;
	width:600px;
}
/* ------ Styles for all the fields  ------*/
/* Text */
#pardot-form input.text,
/* Dropdown */
#pardot-form select,
/* Date */
#pardot-form input.date,
/* Textarea */
#pardot-form textarea.standard {
}
/* Text input fields */
#pardot-form input.text {
}
/* Textarea fields */
#pardot-form textarea.standard {
}
/* Dropdown fields */
#pardot-form select {
}
/* Date fields */
#pardot-form input.date {
}
/* Checkbox fields */
#pardot-form .pd-checkbox input {
}
/* Radio buttons */
#pardot-form .pd-radio input {
}
/* Captcha */
#pardot-form .g-recaptcha {
}
/* Description field */
#pardot-form p span.description {
}
/* The field labels */
#pardot-form p label {
}
/* Required field labels */
#pardot-form p.required label, #pardot-form span.required label {
}
/* The submit button */
#pardot-form p.submit input {
}
/* The container around the submit button */
#pardot-form p.submit {
}
/* Error message header */
.red-background, #pardot-form p.errors {
}
/* Error message field text */
#pardot-form p.error.no-label {
}
/* Error message label text */
#pardot-form p.required label,
#pardot-form span.required label {
}

/* Search filter style  */
.searchandfilter ul li li {
    padding: 7px;
    display: inline-block;
    margin: 5px;
    border: 1px solid lightgray;
}
   
.searchandfilter ul {
    padding-left: 0;
}
.searchandfilter ul li {
    list-style: none;
    display: inline-grid;
/*     padding: 10px; */
    margin: 5px 5% 5px 0;
}
.searchandfilter select.sf-input-select {
    min-width: 170px;
    border: 3px solid lightgray;
}
.searchandfilter ul>li>ul:not(.children) {
    padding: 0;
}
#search-filter-form-58151 > ul > li.sf-field-reset > input {
    background-color: #00a0df;
	color: white ;
    border: 1px solid #00a0df;
    border-radius: 35px;
}

#search-filter-form-58151 > ul > li.sf-field-reset > input:hover {
    background-color: white;
color: #00a0df;
}
/* Styling Protected pages */
form.post-password-form p {
    font-weight: 700;
}
form.post-password-form {
    border: solid 1px lightgray;
    padding: 50px;
}

.post-password-required {
    width: 53%;
    margin: auto;
    padding: 15% 0;
}
form.post-password-form label {
    font-size: 31px;
}
#content > div > form > p:nth-child(2) > label > input {
	border: solid 3px lightgray;
    border-radius: 0;
}
.post-password-form [type=submit] {
    margin-left: 15px;
    color: white;
    background-color: #00A0DF;
    border-radius: 25px;
    padding: 7px 45px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
}

@media only screen and (max-width: 800px) {
   form.post-password-form {
   padding: 15px;
	}
	.post-password-required {
    width: 92%;
    margin: auto;
    padding: 10% 0;
	}
	.post-password-form p {
    width: 100%;
    display: block;
	}
   	#content > div > form > p:nth-child(2) > label > input {
    margin-bottom: 15px;
	}	
	.post-password-form [type=submit] {
       margin-left: 0;
}
}

/* Style for The Current TOC */
#the-current-toc > div > ol {
	    margin-bottom: 20px !important;
}

#event-where-box > div > div > div.elementor-icon-box-content > p:nth-child(3) {
	line-height:33px;
	padding-top: 15px;
}

#event-cost-box > div > div > div.elementor-icon-box-content > p {
	line-height:33px;
		padding-top: 15px;
}
#event-when-box > div.elementor-element.elementor-element-771397e.elementor-widget.elementor-widget-text-editor > div > p {
		line-height:33px;
 	padding-bottom: 0 !important;
}


/* DELETE After June 18th - was created to fix issue related to formating of custom forum events */
#post-59109 {
/* 	display: none; */
}
.a-svg-before::before {
	content: url("/wp-content/uploads/pdf-.svg");
	display: inline-block;
	width: 20px;
	height: 20px;
}

.a-svg-before  {
color: black !important;
	font-weight: 400 !important;
}

