/*
Theme Name: Divi Child
Description: Child theme for Divi
Author: Your Name
Author URI: 
Template: Divi
Version: 1.0
*/

body {
    font-family: 'Gotham', sans-serif;
}

.et_header_style_centered #main-header .logo_container {
    height: 200px;
    padding: 0;
}

.wpcf7-form input[type=submit]{
    background: #0f71b5;
    color: #fff;
    border: none;
    border-radius: 3px;
    padding: 14px 50px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.wpcf7-form {
    max-width: 600px;
    margin: 0 auto;
    padding: 40px;
    background-color: #fff;
    box-shadow: 0 8px 60px 0 rgba(103,151,255,.11), 0 12px 90px 0 rgba(103,151,255,.11);
}
.wpcf7-form p {
    margin-bottom: 20px;
}

.wpcf7-form label {
    display: block;
    margin-top: 5px;
    text-transform: uppercase;
}
.wpcf7-list-item-label{
	text-transform: none;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea,
.wpcf7-form select {
    width: 100%;
    padding: 10px;
    border: 0;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
}
.wpcf7-form select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('data:image/svg+xml;utf8,<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path></svg>') no-repeat right 10px center/12px;
    padding-right: 30px;
}
.wpcf7-form textarea {
    resize: vertical;
}
.wpcf7-form input[type="radio"],
.wpcf7-form input[type="checkbox"] {
    margin-right: 5px;
}
.wpcf7-submit:hover {
    background-color: #0056b3;
}
.wpcf7-checkbox {
    display: grid;
    align-items: center;
}

.wpcf7-checkbox input[type="checkbox"] {
    margin-right: 10px;
}

.wpcf7-radio {
    display: inline-flex;
    align-items: center;
}

.wpcf7-radio input[type="radio"] {
    margin-right: 10px;
}

.wpcf7-form p:last-child {
    margin-bottom: 0;
}

.wpcf7-form label, .wpcf7-form input, .wpcf7-form select, .wpcf7-form textarea {
    line-height: 1.5;
}
.wpcf7-list-item {
    display: inline-block;
    margin: 0.5em 1em 0 0;
}
.checkbox-agree .wpcf7-list-item-label{
	display: inline-block;
    margin-left: 32px;
    margin-top: -21px;
}
.list-social-media{
    display: flex;
    flex-wrap: nowrap;
}
.list-social-media .et_pb_column{
    margin-right: 0!important;
}
ul, li{
    list-style-type: disc!important;
}
.custom-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}
ul.ul1 li{
    padding-bottom: 10px;
}
.h-text.custom-column {
    flex: 0 0 75%; 
    background-color: #fff;
    padding: 30px;
    text-align: center;
}
.h-img.custom-column {
    flex: 0 0 25%;	
    height: 220px;
}
.h-img.custom-column img{
	height: 100%;
}
.custom-column h2 {
    font-size: 22px;
    font-weight: 400;
}
.custom-column .wq-text{
	font-size: 18px;
    font-weight: 400;
	line-height: 1.4;
}
#custom-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 34px;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 999912;
    max-width: 1000px;
    width: 100%;
    box-sizing: border-box;
}
#custom-popup ul{
    padding-left: 20px;
}
.btns-popup {
    padding-top: 20px;
    text-align: center;
}
.btns-popup button {
    padding: 10px 20px;
    margin-right: 10px;
    background-color: #2379b7;
    color: #fff;
    border: none;
    cursor: pointer;
}

.btns-popup a {
    text-decoration: none;
    color: #2379b7;
}
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999910;
}
#ctl02_WidgetId_133_CorrelationHeader h2.h{
    text-align: left;
    font-size: 27px;
    line-height: 32px;
    color: #37669b;
    text-transform: uppercase;
    margin: 10px 0 5px;
    padding: 1px 12px;
    font-weight: bold;
}
.h-text h3{
    color: #2379b7;
    text-align: left;
	font-size: 20px;
    line-height: 1.3em;
}
h6, h5, h4, h3, h2, h1 {
    margin-top: auto!important;
    margin-bottom: auto!important;
}
#custom-size-font h3{
	font-size: 22px;
}
#ctl02_WidgetId_133_Panel1 .correlation-grid tr th {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
#ctl02_WidgetId_133_Panel1 .correlation-grid{
	border: 0;
	margin-top: 15px;
}
#ctl02_WidgetId_133_CorrelationHeader h2.h {
    color: #36669b;
}
.fp-style h2.h{
	font-size: 18px!important;
}
p.footer-text{
	color: #fff;
	font-size: 16px;
}
img.img-arrow{
	max-width: none;
	padding-left: 15px;
}
img.img-arrow-left{
	max-width: none;
	padding-right: 15px;
}

.fp-style .PerformanceStatisticsControl table th {
    width: 25%!important;
	text-wrap: wrap;
}

.footer-btns .et_pb_button_1_wrapper .et_pb_button_1,.footer-btns .et_pb_button_1_wrapper .et_pb_button_1:hover,.footer-btns .et_pb_button_2_wrapper .et_pb_button_2, .footer-btns .et_pb_button_2_wrapper .et_pb_button_2:hover {
	min-width: 410px;
}
body #page-container .et_pb_section .btns-col .et_pb_button_4, body #page-container .et_pb_section .btns-col .et_pb_button_3, body #page-container .et_pb_section .btns-col .et_pb_button_1, body #page-container .et_pb_section .btns-col .et_pb_button_0, body #page-container .et_pb_section .btns-col .et_pb_button_2 {
    min-width: 600px;
}
.privacy-policy-text{
	text-align: center;
    font-size: 12px;
    line-height: 17px;
}
.submit-btn-centr{
	text-align: center;
	margin-bottom: 20px;
}
.wpcf7-spinner{
	display: none;
}

@media only screen and (min-width: 981px){
    .et_header_style_centered #logo {
        max-height: 100%!important;
    }
}
@media screen and (max-width: 980px) {
    .custom-container {
        flex-direction: column;
    }
    .custom-column {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    img.img-arrow {
        transform: rotate(90deg);
    }
    img.img-arrow-left {
        transform: rotate(-90deg);
    }
    .h-img.custom-column{
        max-height: 80px;
    }
    .h-text.custom-column {
        padding: 40px;
    }
	.community-block-rev .et_pb_column:nth-child(1) {
       order: 2; 
    }
    .community-block-rev .et_pb_column:nth-child(2) {
       order: 1; 
    }
    .custom-container.custom-container-reverse {
       flex-direction: column;
    }
   .custom-container.custom-container-reverse .custom-column:first-child {
       order: 2; 
   }
  .custom-container.custom-container-reverse .custom-column:last-child {
      order: 1; 
  }
}
@media only screen and (max-width: 768px){
	body #page-container .et_pb_section .btns-col .et_pb_button_4, body #page-container .et_pb_section .btns-col .et_pb_button_3, body #page-container .et_pb_section .btns-col .et_pb_button_1, body #page-container .et_pb_section .btns-col .et_pb_button_0, body #page-container .et_pb_section .btns-col .et_pb_button_2 {
    min-width: 420px;
}
}
@media only screen and (max-width: 500px){
	.footer-btns .et_pb_button_1_wrapper .et_pb_button_1,.footer-btns .et_pb_button_1_wrapper .et_pb_button_1:hover,.footer-btns .et_pb_button_2_wrapper .et_pb_button_2, .footer-btns .et_pb_button_2_wrapper .et_pb_button_2:hover {
	min-width: 300px;
}
	body #page-container .et_pb_section .btns-col .et_pb_button_4, body #page-container .et_pb_section .btns-col .et_pb_button_3, body #page-container .et_pb_section .btns-col .et_pb_button_1, body #page-container .et_pb_section .btns-col .et_pb_button_0, body #page-container .et_pb_section .btns-col .et_pb_button_2 {
    min-width: 290px;
}
}
@media only screen and (max-width: 400px){
	#custom-popup {
	  font-size: 12px;
      line-height: 1.4em;
	}
}
@media only screen and (max-width: 340px){
	.footer-btns .et_pb_button_1_wrapper .et_pb_button_1,.footer-btns .et_pb_button_1_wrapper .et_pb_button_1:hover,.footer-btns .et_pb_button_2_wrapper .et_pb_button_2, .footer-btns .et_pb_button_2_wrapper .et_pb_button_2:hover {
	min-width: 200px;
}
}

#blog-insights .post-content-inner {
    min-height: 190px !important;
}
#blog-insights h2.entry-title {
	min-height: 50px !important;
}

h1.wp-block-heading, h2.wp-block-heading, h3.wp-block-heading {
   padding: 20px 0 24px;
}
