/**
 * CORE Custom CSS Styles
 */

/* General Styles */

::selection {
	background: #23b8d5;
	color: #fff;
}

::-moz-selection {
	background: #23b8d5;
	color: #fff;
}

*:focus, a:focus,
.btn:focus, .btn:active:focus,
.btn.active:focus, .btn.focus,
.btn:active.focus, .btn.active.focus,
button:focus, label,
input[type=submit],
input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
	outline: 0 !important;
	outline-offset: 0 !important;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
	background-color: #23b8d5;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: auto;
}

.form-control:focus {
	border-color: #23b8d5;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ct_word_wrap {
	white-space: pre-wrap;
	word-wrap: break-word;
}

.ct_grey_anchor {
	color: #556070;
}

/* Header Styles */

.pre-header {
	line-height: 1;
}

.pre-header,
.ct_header {
	position: relative;
	z-index: 99999;
}

a.news, a.login {
	height: 31px;
	padding: 8px 14px;
}

a.news {
	display: inline-block;
	margin-right: -3px;
	font-size: small;
	font-weight: 700;
	background: linear-gradient(150.55deg, #94C01F 0%, #23B8D5 100%);
	color: #fff;
	text-decoration: none;
}

a.news:hover {
	opacity: 0.8;
}

.navbar-brand {
	margin-left: 15px;
}

.registrar a {
	border: 1px solid transparent;
}

.registrar a:focus {
	color: #1e9cb5 !important;
	background-color: white !important;
	border-color: #23B8D5;
}

.scrollToTop {
	position: fixed;
	top: 15px;
	right: 15px;
	z-index: 9999;
	padding: 10px 20px;
	text-align: right;
	background: #23b8d5;
	font-weight: bold;
	color: white;
	text-decoration: none;
	display: none;
	opacity: 0.85;
}

.scrollToTop:hover,
.scrollToTop:focus {
	color: #23b8d5;
	background-color: #fff;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
}

.scrollToTop .glyphicon {
	margin-right: 0;
}

.whois-container .btn {
	padding: 6px 12px;
	line-height: 1.4;
	height: 34px;
}

.ct_page_whois .whois.menu-item > a {
	color: #23b8d5;
}

.ct_page_whois .whois.menu-item > a:after {
	content: '';
	display: none;
	position: absolute;
	left: 50%;
	bottom: -14px;
	margin-left: -4px;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background: #23b8d5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	background-color: transparent;
}

.ct_sticky_image.photo-container {
	margin: -20px 0 -5px;
}

/* Carousel Fade */

.carousel-fade .carousel-inner .item {
	-webkit-transition: -webkit-transform 0.8s ease-in-out;
	-moz-transition: -moz-transform 0.8s ease-in-out;
	-o-transition: -o-transform 0.8s ease-in-out;
	transition: transform 0.8s ease-in-out;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
	z-index: 2;
}

/* Content Styles */

.footer-buttons a:focus {
	text-decoration: none;
}

.photo-header {
	overflow: hidden;
}

div.page-container {
	padding: 60px 30px 60px;
	overflow: hidden;
}

.ct_wrapper {
	min-height: 380px;
	background-color: #d8dde1;
}

.ct_anchor_top .page-index {
	margin-left: 15px;
	margin-bottom: 40px;
}

.ct_anchor_right .page-index {
	margin-left: 0;
	margin-bottom: 0;
}

.privacy .text-block {
	margin-bottom: 5px;
}

.privacy .page-index a {
	margin-left: 0;
}

.privacy .page-index dd {
	margin-left: 40px;
}

.privacy .ct_anchor_top .page-index {
	margin-left: 0;
	margin-top: 40px;
}

.privacy .ct_block {
	padding: 14px 0;
	border: 0;
	margin: 0;
}

.privacy .ct_ordered_list {
	margin: 20px 0 0;
	padding: 0;
}

.privacy .ct_ordered_list > li:before {
	content: counters(ol-counter, ".") " ";
}

.ct_recipients_table {
	margin-top: 28px;
}

.ct_recipients_table th,
.ct_recipients_table td {
	width: 50%;
}

.services .service {
	text-align: left;
}

.services a:hover,
.services a:focus {
	text-decoration: none;
}

.services .circle,
.services h3 {
	vertical-align: middle;
}

.services h3 {
	margin: 0;
	padding: 0;
	height: auto;
}

.contact .page-container {
	background: #fff url("../img/core-bg.png") no-repeat;
	background-size: 60%;
	background-position: 110% 110%;
}

.contact .block-social {
	margin-bottom: 60px;
}

.img-title img {
	margin: 0 auto 10px;
	width: 360px;
	pointer-events: none;
}

.img-title .title h2 {
	padding-bottom: 40px;
}

.img-title h2:after {
	display: none;
}

.btn-title {
	margin-top: -20px;
	text-align: center;
	position: relative;
	z-index: 999;
}

.btn-title .btn {
	padding: 4px 12px;
	font-size: 14px;
	text-transform: capitalize;
}

img.tld-logo.w-def {
	width: 100px;
}

.values .values-container,
.provider .tlds-container {
	padding: 0 15px;
}

.box:last-of-type {
	margin-bottom: 40px;
}

/* Hero Video */

#hero {
	padding-bottom: 20px;
}

.hero-video {
	background-color: #fff;
}

.video-wrapper {
	padding: 0 20px;
}

.video-wrapper .embed-responsive {
	border-radius: 6px;
}

/* Not Found Page */

.ct_not_found .page-container {
	min-height: 380px;
	background-color: white;
	background: white url(../img/core-bg.svg) center -340px no-repeat;
}

/* IFrame Page */

.ct_page_iframe,
.ct_page_iframe body {
	width: 100%;
	height: 100%;
	overflow: hidden !important;
}

.ct_table_iframe {
	width: 100%;
	height: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

.ct_header_iframe {
	height: auto;
}

.ct_content_iframe {
	height: 100%;
	background-color: #d8dde1;
}

.ct_iframe {
	float: left;
	width: 100%;
	height: 100%;
}

/* Whois Page */

.whois .element.text-center {
	max-width: 500px;
	margin: 0 auto 60px;
	font-size: 15px;
}

.ct_whois_form {
	margin-bottom: 20px;
}

.whoswho .panel-heading,
.whoswho .panel-footer {
	font-size: 16px;
}

.whoswho .panel-body {
	font-size: 12px;
}

.port43-output .panel pre,
.dns-lookup .panel pre {
	padding: 0;
	font-size: inherit;
	white-space: pre-wrap;
	word-wrap: normal;
	word-break: normal;
	background: transparent;
	margin-bottom: 0;
}

.dns-lookup hr {
	margin: 15px 0;
}

.dns-lookup .btn {
	display: block;
	float: left;
	min-width: 60px;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0 5px 5px 0;
}

.rdap-output .panel table {
	border-spacing: 2px;
	background-color: transparent;
}

.rdap-output .panel .table,
.rdap-output .panel .list-unstyled {
	margin-bottom: 0;
}

.rdap-output .table td,
.rdap-output .table th {
	padding: .2rem .4rem;
	border: 1px solid #dee2e6;
}

.rdap-output > table > tr > td.table-name {
	width: 150px;
}

.rdap-output .table-value td,
.rdap-output .table-value th {
	padding: 0;
	border: 0;
}

.rdap-output .table-value table {
	width: auto;
}

.rdap-output .table-value div + div {
	margin-top: .2rem;
}

.output-code a,
.output-code .text-muted {
	color: #616d72;
}

.output-code .w1 {
	font-size: 90%;
	color: grey;
}

.output-code .w2 {
	background-color: rgba(255, 193, 7, 0.2);
}

.output-code .t1 {
	font-size: 80%;
}

/* Contact Form 7 */

.ct_cf7_form {
	max-width: 580px;
	margin: 0 auto;
}

.ct_cf7_form .wpcf7-list-item {
	margin-left: 0;
}

.ct_cf7_submit {
	padding-top: 10px;
}

.ct_cf7_submit .radio,
.ct_cf7_submit .checkbox {
	margin: 5px 0;
}

.ct_cf7_submit span.wpcf7-list-item {
	margin: 0;
}

.ct_cf7_response div.wpcf7-response-output,
.ct_response_output {
	margin: 2em 0 1em;
	padding: 0.2em 1em 0.3em;
	border: 1px solid #d8dde1;
	text-align: center;
	font-size: 16px;
	border-radius: 3px;
}

.wpcf7-form label {
	font-size: 16px;
}

.wpcf7-form .form-control {
	height: 39px;
	font-size: 16px;
}

.wpcf7-form textarea.form-control {
	height: auto;
	resize: none;
}

span.wpcf7-not-valid-tip {
	color: #a94442;
	font-size: 14px;
	padding-top: 5px;
}

.wpcf7-form input[type="radio"],
.wpcf7-form input[type="checkbox"] {
	margin-top: 7px;
}

.ct_block_items span.wpcf7-list-item {
	display: block;
	position: relative;
}

/* Responsive Styles */

@media (min-width: 768px) {
	.contact .page-container {
		background-position: 380px 270px;
		background-size: 55%;
	}

	.photo-header {
		border-radius: 5px 5px 0 0;
	}

	.photo-header + div {
		border-radius: 0 0 5px 5px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.values-container .row > div:nth-of-type(2n+1) {
		clear: left;
	}

	.values-container .row > div:nth-of-type(n+3) {
		margin-top: 20px;
	}
}

@media (min-width: 992px) {
	.ct_page_whois .whois.menu-item > a:after {
		display: block;
	}

	div.page-container {
		padding-left: 60px;
		padding-right: 60px;
	}

	.contact .page-container {
		background-position: 330px -90px;
		background-size: 80%;
	}

	.navbar-right {
		margin-right: 0;
	}
}

@media (min-width: 1200px) {
	.values .values-container,
	.provider .tlds-container {
		padding: 0 20px;
	}
}

@media (max-width: 991px) {
	.ct_header .navbar-nav {
		margin: 0 0 28px;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > li.current_page_item > a {
		color: #23b8d5;
	}

	.navbar-default .navbar-nav > li:first-child {
		border-top: 1px solid #d8dde1;
		border-radius: 3px 3px 0 0;
	}

	.navbar-default .navbar-nav > li:last-child,
	.navbar-default .navbar-nav > li.registrar:last-child a {
		border-radius: 0 0 3px 3px;
	}

	.navbar-default .navbar-nav > li:not(.registrar) {
		border-left: 1px solid #d8dde1;
		border-right: 1px solid #d8dde1;
	}

	.navbar-default .navbar-nav>li>a {
		padding: 4px 8px;
	}

	.scrollToTop {
		font-size: 12px;
		padding: 8px 12px;
	}

	#whois .whois-container {
		max-width: 720px;
		margin: 0 auto;
	}

	.table-registrars th:nth-of-type(4),
	.table-registrars td:nth-of-type(4) {
		display: none;
	}
}

@media (max-width: 767px) {
	a.news, a.login {
		padding-left: 8px;
		padding-right: 8px;
		font-size: 12px;
	}

	#content:not(.wrapped) {
		padding: 2px 0;
	}

	.photo-header {
		margin: 0 -15px;
	}

	.values .values-container,
	.services .services-container {
		display: table;
		table-layout: fixed;
		margin: 0 auto;
	}

	.values-container .row > div:nth-of-type(n+2) {
		margin-top: 30px;
	}

	.col-2 .col-sm-6 + .col-sm-6 {
		margin-top: 40px;
	}

	div.page-container {
		padding-left: 15px;
		padding-right: 15px;
		margin: 0 -15px;
	}

	.profile .photo {
		margin: 0 auto;
	}

	.ct_anchor_right .page-index {
		margin-left: 15px;
		margin-bottom: 40px;
	}

	.whois pre {
		padding: 15px;
	}

	.privacy .ct_anchor_top .page-index {
		margin: 10px 0;
	}

	.whois .element.text-center {
		margin-bottom: 30px;
	}

	.ct_whois_form {
		max-width: 480px;
		margin-left: auto;
		margin-right: auto;
	}

	.ct_whois_form .form-group {
		position: relative;
		margin-bottom: 0;
		padding-right: 75px;
	}

	.ct_whois_form .form-group > .btn {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 99;
	}

	.ct_cf7_submit .radio,
	.ct_cf7_submit .checkbox {
		margin: 1em 0 0;
	}

	.ct_cf7_submit .btn,
	.ct_cf7_send .btn {
		width: 100%;
	}

	.ct_cf7_submit span.ajax-loader,
	.ct_cf7_send span.ajax-loader {
		display: none;
	}

	.ct_cf7_response div.wpcf7-response-output {
		padding-left: 0.5em;
		padding-right: 0.5em;
	}
}

@media (max-width: 767px) {
	/* force table to not be like tables anymore */
	.ct_responsive_table,
	.ct_responsive_table thead, .ct_responsive_table tbody,
	.ct_responsive_table th, .ct_responsive_table td, .ct_responsive_table tr {
		display: block;
	}

	/* hide table headers */
	.ct_responsive_table thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.ct_responsive_table tr {
		border: 1px solid #D8DDE1;
	}

	.ct_responsive_table tr + tr {
		margin-top: 20px;
	}

	/* behave like a row */
	.table.ct_responsive_table td {
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
	}

	/* now like a table header */
	.ct_responsive_table td:before {
		position: absolute;
		top: 8px;
		left: 12px;
		width: 45%;
		padding-right: 12px;
		white-space: nowrap;
		font-weight: 900;
	}

	/* label the data */
	.table-registrars td:nth-of-type(1):before { content: "Country"; }
	.table-registrars td:nth-of-type(2):before { content: "Registrar Name"; }
	.table-registrars td:nth-of-type(3):before { content: "URL"; }
	.table-registrars td:nth-of-type(4):before { content: "ID"; }
	.table-registrars td:nth-of-type(5):before { content: "Contact Info"; }
}

@media (max-width: 480px) {
	#whois form {
		padding-right: 20px;
	}

	#whois .input-group {
		max-width: 65%;
	}

	.btn-group > .btn-group {
		float: none;
		margin: 0 0 3px !important;
	}

	.btn-group > .btn-group a {
		border-radius: 0 !important;
	}
}

@media (max-width: 320px) {
	#coretheme-site,
	#coretheme-site body {
		width: 320px;
		overflow-x: auto;
	}
}
