/*==============================================================
	cf7ea template list style start
==============================================================*/
.cf7ea-title {
	padding-bottom: 20px;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}
.cf7ea-template-list{
	padding-bottom: 30px;
}
.cf7ea-template-list.thank_you_templates {
    height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 30px;
}
.cf7ea-template-list ul{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
	box-sizing: border-box;
}
.cf7ea-template-list ul li{
	padding: 15px;
	width: 25%;
	margin-bottom: 10px;
	box-sizing: border-box;
}

.cf7ea-template-list ul li .cf7ea-template-box{
	background: #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: 0px 2px 15px rgba(48, 48, 48, 0.15);
	-moz-box-shadow: 0px 2px 15px rgba(48, 48, 48, 0.15);
	box-shadow: 0px 2px 15px rgba(48, 48, 48, 0.15);
}
.cf7ea-template-list ul li .cf7ea-template-box .lightbox-gallery a{
	display: block;
	position: relative;
}
.cf7ea-template-list ul li .cf7ea-template-box .lightbox-gallery a:before{
	content: "";
	width: 100%;
	height: 100%;
	background: url(../images/plus.png) no-repeat rgba(0,0,0,0.8);
	background-position: center center;
	left: 0;
	top: 0;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.cf7ea-template-list ul li .cf7ea-template-box .lightbox-gallery a:hover:before{
	opacity: 1;
	visibility: visible;
}
.cf7ea-template-list ul li .cf7ea-template-overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(45,45,45,0.9);
	opacity: 0;
	visibility: hidden;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.cf7ea-template-list ul li .cf7ea-template-overlay a{
	display: inline-block;
	color: #ffffff !important;
	font-weight: 500;
	font-size: 16px;
	background: #169294;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 10px 15px;
	text-decoration: none;
}
.cf7ea-template-list ul li.cf7ea-template-selected .cf7ea-template-overlay{
	opacity: 1;
	visibility: visible;
}
.cf7ea-template-list ul li.cf7ea-template-active.cf7ea-template-selected .cf7ea-template-overlay{
	opacity: 0;
	visibility: hidden;
}
.cf7ea-template-list ul li.cf7ea-template-active .cf7ea-template-box{
	-webkit-box-shadow: 0px 0px 0px 2px #169294;
	-moz-box-shadow: 0px 0px 0px 2px #169294;
	box-shadow: 0px 0px 0px 2px #169294;
}
.cf7ea-template-list ul li .cf7ea-template-box a{
	display: block;
}
.cf7ea-template-list ul li .cf7ea-template-box a img{
	width: 100%;
	display: block;
}
.cf7ea-template-list ul li .cf7ea-template-name{
	padding: 15px;
	border-top: 3px solid #f8f8f8;
}
/*==============================================================
	cf7ea template list style end
==============================================================*/
/*==============================================================
	magnific popup css start
==============================================================*/
.mfp-bg{
	z-index: 999999 !important;
}
.mfp-wrap{
	z-index: 999999 !important;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}
/*==============================================================
	magnific popup css end
==============================================================*/
/*==============================================================
	custom radio btn start
==============================================================*/
.custom-control {
	position: relative;
	display: block;
	min-height: 25px;
	padding-left: 30px;
}
.custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
	color: #fff;
	background-color: #169294;
}
.custom-control-input:active ~ .custom-control-label::before {
	color: #fff;
	background-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label {
	color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
	background-color: #e9ecef;
}
.custom-control-label {
	position: relative;
	margin-bottom: 0;
	display: block;
	font-size: 16px;
	color: #000000;
	font-weight: 600;
	letter-spacing: 0.030em;
}
.custom-control-label::before {
	position: absolute;
	top: 2px;
	left: -28px;
	display: block;
	width: 16px;
	height: 16px;
	pointer-events: none;
	content: "";
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-box-shadow: 0px 0px 0px 2px #169294;
	-moz-box-shadow: 0px 0px 0px 2px #169294;
	box-shadow: 0px 0px 0px 2px #169294;
	background-color: #ffffff;
}

.custom-control-label::after {
	position: absolute;
	top: 2px;
	left: -28px;
	display: block;
	width: 16px;
	height: 16px;
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
}
.custom-radio .custom-control-label::before {
	border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
	background-color: #169294;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: rgba(0, 123, 255, 0.5);
}
/*==============================================================
	custom radio btn start
==============================================================*/
/*#email_template{
	width: 160px;
}*/

/*==============================================================
	contact form style start
==============================================================*/
#contact-form-editor a{
	color: #169294;
}
#contact-form-editor .contact-form-editor-panel h2{
	font-size: 24px;
	line-height: 30px;
	color: #000000;
	position: relative;
	padding-bottom: 8px;
}
#contact-form-editor .contact-form-editor-panel h2:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 4px;
	background: url(../images/line.png) no-repeat;
	width: 60px;
}
#contact-form-editor-tabs{
	padding: 0;
	border: 0;
	margin-bottom: 10px;
}
#contact-form-editor-tabs li{
	margin: 0 8px 8px 0;
	border: 0;
	background: transparent;
}
#contact-form-editor-tabs li a{
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 24px;
	display: inline-block;
	font-weight: 500;
	letter-spacing: 0.020em;
	padding: 8px 20px;
	border: 1px solid #169294;
	background: #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#contact-form-editor-tabs li a:hover{
	background: #169294;
	color: #ffffff;
}
#contact-form-editor-tabs li a:focus{
	box-shadow: none;
}
#contact-form-editor-tabs li.ui-tabs-active a{
	background: #169294;
	color: #ffffff;
	font-weight: 500;
	font-size: 15px;
}
#contact-form-editor-tabs li.ui-tabs-active, #contact-form-editor-tabs li.ui-tabs-active:hover{
	border: 0;
	background: transparent;
}
#contact-form-editor .contact-form-editor-panel{
	background: #ffffff;
	border: 2px solid rgba(22,146,148,0.8) !important;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #1f1f1f;
	padding: 16px 30px;
}
#contact-form-editor #tag-generator-list{
	display: block;
	margin-bottom: 15px;
	padding-top: 6px;
}
#contact-form-editor #tag-generator-list a.button{
	box-shadow: none;
	border: 1px solid #169294;
	background: #ffffff;
	margin: 2px 4px;
	color: #363636;
	font-size: 13px;
	font-weight: 500;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#contact-form-editor #tag-generator-list a.button:hover{
	background: #169294;
	color: #ffffff;
}
#contact-form-editor textarea{
	border: 1px solid #ced4da;
	-webkit-border-radius: 0.25rem;
	-moz-border-radius: 0.25rem;
	border-radius: 0.25rem;
	box-shadow: none;
	padding: 15px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: #222222;
}
#contact-form-editor textarea:focus{
	border: 1px solid rgba(22,146,148,0.5);
	-webkit-box-shadow: 0px 0px 0px 2px rgba(22,146,148,0.5);
	-moz-box-shadow: 0px 0px 0px 2px rgba(22,146,148,0.5);
	box-shadow: 0px 0px 0px 2px rgba(22,146,148,0.5);
}
.contact-form-editor-box-mail span.mailtag.used{
	margin: 5px;
	color: #000000;
}

#contact-form-editor label{
	font-weight: 500;
	color: #333333;
}
#contact-form-editor label input{
	font-weight: 400;
}

#contact-form-editor input[type=text],
#contact-form-editor input[type=search],
#contact-form-editor input[type=tel],
#contact-form-editor input[type=time],
#contact-form-editor input[type=url],
#contact-form-editor input[type=week],
#contact-form-editor input[type=password],
#contact-form-editor input[type=color],
#contact-form-editor input[type=date],
#contact-form-editor input[type=datetime],
#contact-form-editor input[type=datetime-local],
#contact-form-editor input[type=email],
#contact-form-editor input[type=month],
#contact-form-editor input[type=number],
#contact-form-editor select{
	border: 1px solid #ced4da;
	-webkit-border-radius: 0.25rem;
	-moz-border-radius: 0.25rem;
	border-radius: 0.25rem;
	box-shadow: none;
	padding: 0 15px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: #222222;
	height: 45px;
}

#contact-form-editor input[type=text]:focus,
#contact-form-editor input[type=search]:focus,
#contact-form-editor input[type=tel]:focus,
#contact-form-editor input[type=time]:focus,
#contact-form-editor input[type=url]:focus,
#contact-form-editor input[type=week]:focus,
#contact-form-editor input[type=password]:focus,
#contact-form-editor input[type=color]:focus,
#contact-form-editor input[type=date]:focus,
#contact-form-editor input[type=datetime]:focus,
#contact-form-editor input[type=datetime-local]:focus,
#contact-form-editor input[type=email]:focus,
#contact-form-editor input[type=month]:focus,
#contact-form-editor input[type=number]:focus,
#contact-form-editor select:focus{
	border: 1px solid rgba(22,146,148,0.5);
	-webkit-box-shadow: 0px 0px 0px 2px rgba(22,146,148,0.5);
	-moz-box-shadow: 0px 0px 0px 2px rgba(22,146,148,0.5);
	box-shadow: 0px 0px 0px 2px rgba(22,146,148,0.5);
}

#wpcf7-admin-form-element span.shortcode{
	background: #169294;
}
#wpcf7-admin-form-element span.shortcode input{
	padding: 10px;
	color: #ffffff;
}
#wpcf7-admin-form-element #titlediv #title{
	border: 1px solid #ced4da;
	-webkit-border-radius: 0.25rem;
	-moz-border-radius: 0.25rem;
	border-radius: 0.25rem;
	box-shadow: none;
	padding: 0 15px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: #222222;
	height: 45px;
}

#wpcf7-admin-form-element #titlediv #title:focus{
	border: 1px solid rgba(22,146,148,0.5);
	-webkit-box-shadow: 0px 0px 0px 2px rgba(22,146,148,0.5);
	-moz-box-shadow: 0px 0px 0px 2px rgba(22,146,148,0.5);
	box-shadow: 0px 0px 0px 2px rgba(22,146,148,0.5);
}

#wpcf7-admin-form-element .submit .button-primary, #wpcf7-admin-form-element #publishing-action .button-primary{
	border: 1px solid #169294;
	font-family: 'Roboto', sans-serif;
	background: #169294;
	color: #ffffff;
	-webkit-border-radius: 0.25rem;
	-moz-border-radius: 0.25rem;
	border-radius: 0.25rem;
	font-weight: 500;
	box-shadow: none;
	font-size: 15px;
	padding: 6px 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	height: auto;
	text-shadow: none;
}
#wpcf7-admin-form-element .submit .button-primary[disabled],
#wpcf7-admin-form-element .submit .button-primary:disabled{
	background: rgba(22, 146, 148, 0.8) !important;
	color: rgba(255,255,255,0.7) !important;
}

#wpcf7-admin-form-element #submitpost input.copy{
	border: 1px solid rgba(242,196,25,1);
	font-family: 'Roboto', sans-serif;
	background: rgba(242,196,25,0.4);
	color: #000000;
	-webkit-border-radius: 0.25rem;
	-moz-border-radius: 0.25rem;
	border-radius: 0.25rem;
	font-weight: 500;
	box-shadow: none;
	font-size: 14px;
	padding: 3px 15px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	height: auto;
	text-shadow: none;
}

#wpcf7-admin-form-element #delete-action input.delete{
	border: 1px solid #ff5f73;
	font-family: 'Roboto', sans-serif;
	background: #ff5f73;
	color: #ffffff;
	-webkit-border-radius: 0.25rem;
	-moz-border-radius: 0.25rem;
	border-radius: 0.25rem;
	font-weight: 500;
	box-shadow: none;
	font-size: 16px;
	line-height: 26px;
	padding: 6px 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	height: auto;
	text-shadow: none;
}
/*==============================================================
	contact form style end
==============================================================*/

/*==============================================================
	Export button style end
==============================================================*/

.export-template a {
	outline: none;
	border: 0;
	box-shadow: none;
	padding: 10px;
}

.cf7-buy-now {
	text-align: center;
	margin: 15px 0 5px 0;
}
.cf7-features-list ul {
	list-style: square;
	margin-left: 15px;
}
.cf7-buy-now a {
    background: #169294;
    color: #ffffff;
    font-weight: 500;
    font-size: 15px;
    padding: 10px;
    outline: none;
    border: none;
    box-shadow: none;
    text-align: ;
    text-decoration: none;

}
/*==============================================================
	Export button style end
==============================================================*/

/*==============================================================
	media style start
==============================================================*/
@media (max-width: 1600px){
	.cf7ea-template-list ul li{
		width: 33.33%;
	}
}
@media (max-width: 1300px){
	.cf7ea-template-list ul li{
		width: 50%;
	}
}
@media (max-width: 767px){
	.cf7ea-template-list ul li{
		width: 100%;
	}
}
/*==============================================================
	media style end
==============================================================*/

/*==============================================================
 Special mail tags start
==============================================================*/
.nav-tab-wrapper {
	border: none !important;
	margin-bottom: 25px !important;
}
.nav-tab-wrapper .nav-tab{
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 24px;
	display: inline-block;
	font-weight: 500;
	letter-spacing: 0.020em;
	padding: 8px 20px;
	border: 1px solid #169294;
	background: #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.nav-tab-wrapper .nav-tab:hover {
	background: #169294;
	color: #ffffff;
}
.nav-tab-wrapper .nav-tab:focus {
	box-shadow: none;
}
.nav-tab-wrapper .nav-tab-active {
	background: #169294;
	color: #ffffff;
	font-weight: 500;
	font-size: 15px;
}
#wpcf7-mail tbody td, #wpcf7-mail-2 tbody td {
	position: relative;
}
.form-table .dashicons {
	position: absolute;
	right: 25px;
	top: 25px;
	color: #169294;
	cursor: pointer;
}
.shortcode-list ul li {
	margin-bottom: 20px;
}
.shortcode-list code {
	cursor: pointer;
	font-size: 14px;
	background: none;
	position: relative;
}
.shortcode-list code:hover::before, .shortcode-list code:hover::after {
    opacity: 1;
    visibility: visible;
}
.shortcode-list code::before {
    content: "Click to copy";
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    background: #169294;
    font-size: 12px;
    font-weight: 400;
    padding: 4px 0px;
    text-align: center;
    position: absolute;
    top: 107%;
    width: 93px;
    height: 16px;
    left: 50%;
    margin-left: -47px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.shortcode-list code::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #169294;
    position: absolute;
    top: 107%;
    left: 50%;
    margin-left: -3px;
    margin-top: -5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#cf7-email-suggestion-list {
    max-width: 660px;
    width: 100% !important;
    white-space: normal;
}

.contact-form-editor-box-mail span.mailtag{
	position: relative;
}

.contact-form-editor-box-mail span.mailtag:hover::before, .contact-form-editor-box-mail span.mailtag:hover::after {
    opacity: 1;
    visibility: visible;
}
.contact-form-editor-box-mail span.mailtag::before {
    content: "Click to copy";
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    background: #169294;
    font-size: 12px;
    font-weight: 400;
    padding: 4px 0px;
    text-align: center;
    position: absolute;
    top: 100%;
    width: 93px;
    height: 16px;
    left: 50%;
    margin-left: -47px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.contact-form-editor-box-mail span.mailtag::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #169294;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -3px;
    margin-top: -5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cf7-table.widefat{
	-webkit-box-shadow: 0px 1px 15px rgba(0, 0, 0, .09);
	-moz-box-shadow: 0px 1px 15px rgba(0, 0, 0, .09);
	box-shadow: 0px 1px 15px rgba(0, 0, 0, .09);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 0;
	/*overflow: hidden;*/
}
.cf7-table.widefat td, .cf7-table.widefat th{
	padding: 15px;
}
.cf7-table.widefat thead{
	background: rgba(0, 74, 135, .15);
}
.cf7-table.widefat th{
	color: #004a87;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.030em;
}
.cf7-table.widefat .mupr-checkbox{
	width: 50px;
}
.cf7-table.widefat tbody tr td{
	border: 0;
	font-size: 13px;
	font-weight: 400;
	color: #222222;
	white-space: normal;
	word-wrap: break-word;
}
.cf7-table.widefat tbody tr:nth-child(2n) td{
	background: #f2f2f2;
}
.cf7-table.widefat tbody tr td a{
	color: #004A87;
}
/*==============================================================
 Special mail tags end
==============================================================*/

.cf7-buy-now a:not(:last-child) {
	margin-right: 10px;
}