/* 
Theme Name: Corporate Synergies Group, LLC.
Template: hello-elementor
Text Domain: elementor-custom-2018-site
 */
/*
custom css , to apply to elements from old site: by k.a.a
*/

/*CALLOUT BOX with ARROW */

.speech-bubble {
  color: #FFFFFF;
  display: inline-block;
	font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 2.25em;
	margin-top: 1em;
	padding: 1.5em;
	position: relative;
	text-align: center;
	vertical-align: top;
	max-width: 800px;
}

.speech-bubble:after {
	border: 1em solid transparent;
	border-top-color: #00A0DF;
	content: '';
	margin-left: -1em;
	position: absolute;
		top: 100%;
		left: 50%;
	width: 0;
	height: 0;
}

.speech-bubble.blue {
	background: #0082d8; /* Old browsers */
	background: -moz-linear-gradient(top, #0082d8 12%, #00a0df 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0082d8 12%,#00a0df 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0082d8 12%,#00a0df 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0082d8', endColorstr='#00a0df',GradientType=0 ); /* IE6-9 */
}

.speech-bubble.blue:after {
	border-top-color: #00a0df;
}

.speech-bubble.large {
	font-size: 1.5em;
	padding: 1em;
}

.speech-bubble.rounded {
	border-radius: .25em;
}

/* SPEECH BUBBLE and  CALLOUT ON MOBILE*/ 
@media screen and (max-width: 600px) {
  .speech-bubble {
	  display:block;
  }
	.red-callout {
		width: 100% !important;
		margin: 15px 0;
	}
	.case-study-callout-container {
		width: 100% !important;
		margin: 15px 0;
	}
}

.red-callout-old {
     width: 32%;
    border-radius: 0;
    background: linear-gradient(to bottom,#d6083b 0%,#b7073c 100%);
    color: #fff;
    font-size: 20px !important;
     font-size: 1.25em;
    float: right;
    padding: 15px;
    text-align: center;
    margin: 15px 0 15px 15px;
    letter-spacing: 1px;
	box-shadow: 0 0 20px #999;
}

.red-callout-old a::after {
	display: block;
	content: ' \279C';
}

.article-callout {
    width: 37%;
    border-radius: 0;
    background: linear-gradient(to bottom,#F3F3F3 0%,#E6E6E6 100%);
    color: #000 !important;
    font-size: 19px !important;
     font-size: 1.2em;
	font-family: Merriweather, sans-serif;
	font-weight: 300;
    float: right;
    padding: 15px;
    text-align: center;
    margin-left: 15px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

/* callout 1 Style  */
.case-study-callout-container {
	display: flex;
    flex-direction: column;
    align-items: end;
	width: 40%;
    float: right;
}

.case-study-callout {
    font-family: "Merriweather", Sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.7rem;
    letter-spacing: 1px;
    text-align: center;
    background-color: transparent;
    background-image: radial-gradient(farthest-corner at 40px 40px, #dd6000 0%, #dd6000 100%);
/* 	background-image: radial-gradient(farthest-corner at 40px 40px, #00a0df 0%, #00a0df 100%); */
/*     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;
    padding: 30px;
    margin-left: 15px;
    align-items: center;
    z-index: 1;
    transition: 1s;
    min-height: 210px;
}

.case-study-callout-after {
	height: 0;
    width: 0;
/*     border-top: 60px solid rgba(214, 8, 59,0.95); */
/* 	border-top: 60px solid #00a0df; */
	border-top: 60px solid #dd6000;
    border-left: 60px solid transparent;
	
}
.case-study-calloudt::before {
/*     content: '&'; */
    font-size: 240px;
    font-family: "Source Sans Pro", Sans-serif;
    display: inline-flex;
    line-height: 4rem;
    color: rgba(0,0,0,0.09);
    position: absolute;
    text-align: left;
    transform: translate(-24px, 40px);
    margin-left: -10px;

	z-index: 0;
}

.red-callout {
	display: block;
	 width: 37%;
	 float: right;
	font-family: "Merriweather", Sans-serif;
	font-weight: 300;
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.7rem;
	letter-spacing: 1px;
	text-align: center;
	background-color: transparent;
	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: 30px; 
	margin: 30px 0 30px 30px;
	z-index: 1;	
	transition: 1s;
	min-height: 210px;
}
.red-callout:hover {
	background-color: rgba(0, 0, 0,1);
}

.red-callout a::before {
    content: '&';
    font-size: 220px;
    font-family: "Merriweather", Sans-serif;
    display: inline-flex;
    line-height: 4rem;
    color: rgba(0,0,0,0.1);
    position: absolute;
    text-align: left;
    transform: translate(-24px, 24px);
    margin-left: -10px;
    z-index: 0;
}

.red-callout a::after {
	display: block;
	content: ' \279C';
}

.article-callout a {
	color: #000 !important;
	z-index: 1;
}

.article-callout a::after {
	display: block;
	content: ' \279C';
	color: #00a0df;
	font-size: 30px;
}

/* X Button */

.x-btn {
    font-weight: bold;
    padding: 0.643em 1.143em 0.643em;
}
.x-btn {
    color: rgb(255,255,255);
    border-color: rgb(255,255,255);
    background-color: rgb(0,160,223);
    text-shadow: 0 0.075em 0.075em rgb(0 0 0 / 50%);
    border-radius: 0.25em;
}
.x-btn {
    display: inline-block;
    position: relative;
    border: 1px solid #ac1100;
    border-radius: 0;
    padding: 0.563em 1.125em 0.813em;
    cursor: pointer;
    font-size: 18px;
    font-weight: inherit;
    line-height: 1.3;
    text-align: center;
    vertical-align: middle;
    color: #fff !important;
    background-color: #ff2a13 !important;
    transition: all 0.15s linear;
}

/* Style for Badge  */

.gallery-item, .wp-caption {
    width: 295px !important;
    padding-top: 20px;
    padding-left: 1px;
    padding-right: 1px;
    padding-bottom: 1px;
}
.wp-caption-text {
    padding: 0!important;
}
.wp-caption {
    position: relative !important;
    padding-top: 5px !important;
    background: #e5e5e5 !important;
    display: flex;
    flex-direction: column-reverse;
}

.wp-caption, .gallery-item {
    max-width: 100%;
     border: 4px solid #e5e5e5 !important; 
    padding: 4px;
    text-align: center;
    background-color: #fff;
}
.alignleft {
    float: left;
    margin: 0.35em 1.5em 0.35em 0;
}

.wp-caption p {
    position: absolute;
    top: 0;
    left: 30%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 14px;
    color: #393A3B;
}

.gallery-item>.wp-caption-text, .gallery-item>.wp-caption-text:last-child, .wp-caption>.wp-caption-text, .wp-caption>.wp-caption-text:last-child {
    font-size: 18px;
    font-family: 'Oswald';
    margin: 5px;
}

.wp-caption>.gallery-caption, .wp-caption>.wp-caption-text, .wp-caption>.wp-caption-text:last-child, .gallery-item>.gallery-caption, .gallery-item>.wp-caption-text, .gallery-item>.wp-caption-text:last-child {
    display: block;
    margin: 9px 0 15px;
    padding: 0 5%;
    font-size: 17px !important;
    line-height: 1;
    text-transform: uppercase;
}

figcaption {
    font-size: 16px;
    color: #333;
    line-height: 1.4;
    font-style: normal !important;
    font-weight: 400;
}