/**
    Theme Name: Purely.Group
    Theme Uri:
    Author: Creativa Motions / JM 
    Author URI: https://www.creativamotions.com
    Description: Theme designed for Purely.Group.
    Version: 1.1
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: flexbox, css grid, mobile first
    Text Domain: purely.Group
*/

/* Custom properties */
:root {
    /* Fonts */
    --OpenSans: 'Open Sans',Verdana,Tahoma,serif;
 
    /* Colors */
    --main: #f5f6fa; /*Body*/
    --main: #f5f6fa; /*Body*/ 
    --white: #FFFFFF;
    --darkBlue: #234c7d;
    --darkGray: #000;
    --mediumGray: #ddd; /*footer border*/
    --lightGray: #f8f8f8; /*background footer*/
    --LightGreen: #08b1c5;
    --mediumBlue: #044271; /*background buttom*/
    --darkGreen: #17a2b8;
    --lightBlue: #007bff; /*links*/
    --red: #e83e8c;


    /* Weight */
    --regular: 400;
    --bold: 600;

    box-sizing: border-box;
    font-size: 62.5%; 
    font-size: 14px;
}
@media (min-width: 768px) {
    :root {
        font-size: 16px;
    }
}

/* Body */
body {
    font-family: var(--OpenSans);
    margin: 0;
    color: var(--darkGray);
    border-color: var(--LightGreen);
}
*, *:before, *:after {
    box-sizing: inherit;
}

/* Globals */
h1 {
    display: block;
    color: #17bebe;
    font-weight: 100;
    letter-spacing: -1px;
    text-align: center;
	margin: 0 0 20px 0;
    line-height: 1.1em;
}
h2 {
    display: block;
    color: var(--darkBlue);
    font-weight: 100;
    letter-spacing: -1px;
    text-align: center;
	margin: 0 0 20px 0;
    line-height: 1.1em;
}
h3 {
    display: block;
    color: var(--darkGreen);
    font-weight: 100;
    letter-spacing: -1px;
    text-align: center;
	margin: 15px 0 10px 0;
    line-height: 1.1em;
}
h4 {
    display: block;
    color: var(--darkGray);
    font-weight: 100;
    letter-spacing: -1px;
    text-align: center;
	margin: 20px 0 40px 0;
    line-height: 1.1em;
}
a {
    text-decoration: none;
    color: #1a426e;
}
a:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
}

p {
    margin: 0 0 10px 0;
}

button {
    background-color: var(--darkGreen);
    color: var(--white);
    border-color: var(--darkGreen);
    font-weight: var(--regular);
}
.container {
    border-radius: 8px;
    background-color: var(--white);
    padding: 40px 20px 20px 20px;
    margin-bottom: 20px;
    font-size: 1.9em;
    font-weight: 100;
    letter-spacing: -1px;
}
.hostingtable {
	font-size: 0.6em;
	padding: 0 0 0 0;
}
.hostingcol1 {
    text-align: left;
    max-width: 50%;
    min-width: 35%;
    display: block;
    float: left;
	border-right: 0.1rem solid var(--darkGreen);
}
.hostingcolgr,
.hostingcolbl,
.hostingcol2 {
    text-align: center;
    max-width: 25%;
    min-width: 18%;
    display: block;
    float: left;
    border-right: 0.1rem solid var(--darkGreen);
}

.hostingtitles {
	padding: 5px 0px 5px 5px;
	text-align: center;
	font-weight: 600;
	font-style: italic;
	font-size: 1.2em;
	letter-spacing:-1px;
}
.hostingmaintitles {
	padding: 5px 0px 5px 5px;
	text-align: center;
	font-weight: 600;
	font-style: italic;
	font-size: 1.2em;
	letter-spacing:-1px;
}
.container a {
    text-decoration: underline;
    text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.container a:hover {
    text-decoration: none;
    color: #15a3a3;
}

.container strong {
    font-weight: 400;
}

/* Top Header */
@media (min-width: 768px) {
.top-header {
        display: flex;
        flex-direction: column;
        margin-left: auto;
        margin-right: auto;
    }
.hostingtable {
    font-size: 1em;
	padding: 30px 0 0 0;
}
.hostingcol1 {
    max-width: 35%;
    min-width: 23%;
}
.hostingcol2 {
	max-width: 25%;
	min-width: 18%;
}
.hostingcolbl {
	max-width: 25%;
	min-width: 18%;
}
.hostingcolgr {
	max-width: 25%;
	min-width: 18%;
}
.hostingcolgr .tabletext {
	color: #006666;
}
.hostingcolbl .tabletext {
	color: #234c7d;
}
.hostingtitles {
	font-size: 1.5em;
	padding: 5px 5px 5px 5px;
	font-weight: 400;
	letter-spacing:-2px;
	line-height: 1.1;
}
.hostingmaintitles {
	font-size: 1.2em;
	padding: 5px 5px 5px 5px;
	font-weight: 400;
	letter-spacing:-2px;
}
}
@media (min-width: 768px) and (max-width: 800px) {
    .top-header {
        max-width: 768px;
        padding: 0 2rem 0 2rem;
    }
}
@media (min-width: 800px) and (max-width: 1100px) {
    .top-header {
        max-width: 768px;
		padding: 10px 0 6px 0;
    }
}
@media (min-width: 1300px) {
    .top-header {
        max-width: 1170px;
		padding: 10px 0 6px 0;
    }
}
@media (min-width: 1100px) and (max-width: 1300px) {
    .top-header {
        max-width: 1024px;
		padding: 10px 0 6px 0;
    }
}
.top-header-container {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 6% 3%;
    text-align: right;
}
@media (min-width: 768px) {
    .top-header-container {
        justify-content: flex-end;
        width: 100%;
    }
    .top-year {
        margin-right: 10px;
        font-size: 0.75em;
    }
    .top-img-purely {
        margin-right: 20px;
    }
}
@media (min-width: 768px) and (max-width: 1100px) {
    .top-header-container {
        margin: 0.5rem 0 1rem 0;
    }
}
@media (min-width: 1100px) and (max-width: 1300px) {
    .top-header-container {
        margin: 0.5rem 0 1rem 0;
    }
}
@media (min-width: 1300px) {
    .top-header-container {
        margin: 0.5rem 0 1rem 0;
    }
}

/* Header Section */
.navigation-section {
    margin: 1rem;
}
@media (min-width: 768px) {
    .navigation-section {
        margin: 0;
    }
}
@media (min-width: 768px) {
    .header-section {
        width: 100%;
        display: flex;
        margin-top: -98px;
    }
}
.site-logo {
    margin: -3% auto 2% auto;
    z-index: 2;
	max-width: 135px;
}
@media (min-width: 768px) {
    .header-container {
        display: flex;
        align-items: center;
        width: 100%;
    }
    .site-logo {
        max-width: 135px;
        width: 100%;
        margin: 3rem 0 0 0;
    }
}
@media (min-width: 768px) and (max-width: 1100) {
    .site-logo img {
        width: 200px;
        height: 120px;
    }
}
@media (min-width: 1100) {
    .site-logo img {
        width: 220px;
    }
}
/* Main Menu */


.main-menu {
    font-family: "Open Sans",Verdana,Tahoma,serif;
	letter-spacing: -0.25px;
	line-height: 1.2;
}
.main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
@media (min-width: 768px) {
	
    .main-menu {
        margin-left: -1px;
        border-radius: 0 8px 8px 0;
        margin: 2.5rem 0 0 0;
    } 
    .main-menu .menu {
        display: flex;
        align-items: center;
    }
    .main-menu .menu li {
        margin: -12px 0 0 0;
        padding: 10px 20px 0 0;
        height: 41px;
		padding-left: 30px;
		padding-right:10px;
    }
    .main-menu ul li a {
        font-size: 16px;
        font-weight: var(--regular);
        color: var(--LightGreen);
    }
    .main-menu ul li a:hover {
        color: var(--darkBlue);
		text-decoration: none;
    }
/* 	.main-menu ul li a:focus {
        color: var(--darkBlue);
		text-decoration: bold;
    } */

	#menu-main-menu .active-menu {
        color: var(--darkBlue);
		text-decoration: none;		
    }
    
}
@media (min-width: 768px) and (max-width: 800px) {
    .main-menu {
        padding-left: 30px;
        margin-left: -10px;
        height: 74px;
    }
    .main-menu .menu li {
        margin: -13px 20px 0 0;
        padding: 10px 20px 0 0;
    }
	.main-menu .menu li:hover {
        margin: -13px 20px 0 0;
        padding: 10px 20px 0 0;
    }
    .main-menu ul li a {
        font-size: 13px;
    }
	    .main-menu ul li a:hover {
        font-size: 13px;
		border-bottom: 1px solid var(--main);
    }
}
@media (min-width: 800px) and (max-width: 1100px) {
    .main-menu {
        width: 75%;
        margin-left: -10px;
        height: 74px;
    }

}
@media (min-width: 1100px) {
    .main-menu {
        width: 100%;
        margin-left: -4px;
        height: 74px;
    }

}

.main-menu .menu {
        padding: 13px 0 0 0;
    }

.menu-main-menu-container {
    height: 41px;
   /** margin-left: 35px; **/
    }

.sub-menu-container {
    margin: -25px 0 0 0;
    height: 15px;
    }
	

.sub-menu-container .menu li {
        border-right: none;
		color: var(--darkBlue);
		text-decoration: none;
    }
.sub-menu-container .menu li a {
        border-right: none;
		color: var(--darkGreen);
		text-decoration: none;
    }
.sub-menu-container .menu li a:hover {
        border-right: none;
		color: var(--darkBlue);
		text-decoration: none;
    }
.sub-menu-container .menu li a:focus {
        border-right: none;
		color: var(--darkGreen);
		text-decoration: none;		
    }

.header-site .slicknav_menu {
    background-color: var(--mediumBlue);
}

@media (min-width: 768px) {
    .header-site .slicknav_menu {
        display: none;
    }
}
.header-site .slicknav_menu .slicknav_btn {
    background-color: var(--LightGreen);
}
.header-site .slicknav_menu ul li a {
    font-size: 1.4rem;
}

.header-site {
	z-index:10;
}
/* Main Menu */


/* below Menu */
.below-menu {
    display: none;
    font-family: "Open Sans",Verdana,Tahoma,serif
	letter-spacing: -0.25px;
	line-height: 1.2;
}
.below-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
@media (min-width: 768px) {
    .below-menu {
        display: flex;
        border: 1px solid var(--LightGreen);
        margin-left: -1px;
        background-color: var(--lightGray);
        border-radius: 0 8px 8px 0;
        margin: 2.5rem 0 0 0;
    } 
    .below-menu .menu {
        display: flex;
        align-items: center;
    }
    .below-menu .menu li {
        margin: -2px 40px 0 0;
    }
    .below-menu ul li a {
        font-size: 15px;
        font-weight: var(--regular);
        color: var(--darkGreen);
    }
    .below-menu ul li a:hover {
        color: var(--darkBlue);
		text-decoration: none;
    }
}
@media (min-width: 768px) and (max-width: 800px) {
    .below-menu {
        padding-left: 30px;
        margin-left: -10px;
    }
    .below-menu .menu {
        padding: 7px 0 5px 0;
    }
    .below-menu .menu li {
        margin-right: 40px;
    }
    .below-menu ul li a {
        font-size: 13px;
    }
}
@media (min-width: 800px) and (max-width: 1100px) {
    .below-menu {
        width: 75%;
        margin-left: -10px;
    }
    .below-menu .menu {
        padding: 7px 0 5px 0;
    }
}
@media (min-width: 1100px) {
    .below-menu {
        width: 100%;
        padding-left: 50px;
        margin-left: -10px;
    }
    .below-menu .menu {
        padding: 18px 0 16px 0;
    }
}

.header-site .slicknav_menu {
    background-color: var(--mediumBlue);
}
@media (min-width: 768px) {
    .header-site .slicknav_menu {
        display: none;
    }
}
.header-site .slicknav_menu .slicknav_btn {
    background-color: var(--LightGreen);
}
.header-site .slicknav_menu ul li a {
    font-size: 1.4rem;
}

/* below  */
/* Footer */
.footer-site {
    padding: 20px 10px;
    background-color: var(--lightGray);
    border-top: 1px solid var(--mediumGray);
}
.footer-container {
    margin: 0 5% 5% 5%;
}
@media (min-width: 768px) {
    .footer-container {
        margin: 0;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        justify-content: space-between;
    }
}
/* Max width Responsive */
@media (min-width: 768px) and (max-width: 800px) {
    .footer-container {
        max-width: 768px;
        padding: 0 2rem 0 2rem;
    }
}
@media (min-width: 800px) and (max-width: 1100px) {
    .footer-container {
        max-width: 768px;
    }
}
@media (min-width: 1100px) and (max-width: 1300px) {
    .footer-container {
        max-width: 1024px;
    }
}
@media (min-width: 1300px) {
    .footer-container {
        max-width: 1170px;
    }
} /* END - Max width Responsive */
.footer-text {
    margin: 1% 0;
    font-size: 0.79em;
    line-height: 180%;
	width: 90%;
}
.footer-menu {
    margin: 1% 0;
    text-align: right;
	width: 10%;
}
.footer-menu a {
    color: #1a426e;
    font-size: 0.79em;
}

/* Front Page */
/* Max width Responsive */
.main-site {
    margin-bottom: 50px;
    margin-top: 30px;
}
@media (min-width: 768px) {
    .main-site {
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 768px) and (max-width: 800px) {
    .main-site {
        max-width: 768px;
        padding: 0 2rem 0 2rem;
    }
}
@media (min-width: 800px) and (max-width: 1100px) {
    .main-site {
        max-width: 768px;
    }
}
@media (min-width: 1100px) and (max-width: 1300px) {
    .main-site {
        max-width: 1024px;
    }
}
@media (min-width: 1300px) {
    .main-site {
        max-width: 1170px;
    }
} /* END - Max width Responsive */

.top-menu-title {
    border-bottom: 1px solid var(--LightGreen);
    padding-bottom: 10px;
}
.top-menu-links .top-menu {
    padding-top: 10px;
}
.top-menu-links .top-menu ul li {
    margin-right: 20px;
}
.top-menu-links .top-menu ul li a {
    font-size: 20px;
    color: var(--darkBlue);
    font-weight: var(--bold);
}
.top-menu-links .top-menu ul li a:hover {
    color: var(--darkGreen);
}
@media (min-width: 768px) {
    .top-menu-links .top-menu .menu {
        display: flex;
    }
}
.home {
    margin-top: 6px;
}

/* WEDOCS */
/* Max width Responsive */
.wedocs-single-wrap {
    padding: 2rem;
}
@media (min-width: 768px) {
    .wedocs-single-wrap {
        margin-left: auto;
        margin-right: auto;
        padding: 6px 0 0 0;
    }
}
@media (min-width: 768px) and (max-width: 800px) {
    .wedocs-single-wrap {
        max-width: 768px;
        padding: 0 2rem 0 2rem;
    }
}
@media (min-width: 800px) and (max-width: 1100px) {
    .wedocs-single-wrap {
        max-width: 768px;
    }
}
@media (min-width: 1100px) and (max-width: 1300px) {
    .wedocs-single-wrap {
        max-width: 1024px;
    }
}
@media (min-width: 1300px) {
    .wedocs-single-wrap {
        max-width: 1170px;
    }
} /* END - Max width Responsive */

.wedocs-single-wrap {
    margin-bottom: 50px;
}
.wedocs-single-content article .entry-content .article-child ul .page_item_has_children >a{
    color: var(--darkBlue);
    font-weight: var(--bold);
}
.wedocs-single-content article .entry-content .article-child ul {
    margin-left: 20px;
}
.wedocs-single-content article .entry-content .article-child ul li {
    list-style: disc;
    display: list-item;
    margin: 0;
    font-size: 0.75em;
    line-height: 1.5em;
}
.wedocs-single-content article .entry-content p a {
    text-decoration: underline;
	text-underline-offset: 3px;
}
.wedocs-single-content article .entry-content p a:hover {
    text-decoration: none;
	color: #15a3a3;
}
.wedocs-single-content article .entry-content li a {
    text-decoration: underline;
	text-underline-offset: 3px;
}
.wedocs-single-content article .entry-content li a:hover {
    text-decoration: none;
	color: #15a3a3;
}
.wedocs-single-content article .entry-content .article-child ul .page_item_has_children a:hover {
    color: var(--LightGreen);
}
.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list li a {
    color: var(--darkBlue);
}
.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list li a:hover {
    color: var(--LightGreen);
}
@media (min-width: 768px) and (max-width: 1100px) {
    .wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list li a {
        font-size: 14px;
        padding: 8px 0px 8px 0px;
    }
}
.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list li ul.children a {
    color: var(--darkGray);
}
.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_parent > a, .wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_item > a, .wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_ancestor > a {
    background-color: var(--darkGreen);
}
.wedocs-single-wrap .wedocs-single-content article footer.entry-footer.wedocs-entry-footer {
    display: none;
}
.wedocs-feedback-wrap {
    display: none;
}
@media (min-width: 768px) {
    .wedocs-single-wrap .wedocs-single-content article footer.entry-footer.wedocs-entry-footer {
        display: block;
    }
    .wedocs-feedback-wrap {
        display: block;
    }
}
.wedocs-single-wrap .wedocs-single-content {
    padding: 1rem 2rem;
    border-radius: 8px;
    background-color: var(--white);
}
.wedocs-single-wrap .wedocs-sidebar {
    font-size: 0.9em;
    padding: 1rem 1rem;
    margin-bottom: 10px;
    border-radius: 8px;
    background-color: var(--white);
}
.wedocs-sidebar ul.doc-nav-list {
    margin: 0 -10px 0 -10px !important;
    padding-top: 20px !important;
}
@media (min-width: 768px) {
    .wedocs-single-wrap .wedocs-sidebar {
        margin-right: 10px;
        padding-top: 30px;
        margin-bottom: 0;
    }
}
.wedocs-feedback-wrap a.positive {
    background-color: var(--darkGreen);
}
.wedocs-feedback-wrap a.negative {
    background-color: var(--red);
}

li.wedocs-docs-single {
    font-size: 0.8em;
}

.article-child.well {
    font-size: 1.5em;
}

/* Wedocs Shortcode */
.wedocs-shortcode-wrap {
    margin-top: 40px;
}
.navigation-section .wedocs-shortcode-wrap ul.wedocs-docs-list li.wedocs-docs-single {
    background-color: var(--white);
    padding: 20px;
}
.top-img-pipe
{
    width: 45px;
}
.back-to-top {
    padding: 10px 0 0 0;
}
.back-to-top strong {
    padding: 4px 8px 4px 8px;
    font-size: 1.4em;
    background-color: #ddd;
    color: #888;
    border-radius: 3px;
    opacity: .7;
}
.back-to-top a {
    text-decoration: none;
}
.back-to-top a:hover {
    text-decoration: none;
}
/* form{
    float: right
}*/
input{
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    padding: 7px 7px;
    font-size: 17px;
    margin: -10px;
    border-radius: 3px;
}
.search-result {
    padding: 0 0 15px 30px;
}
.jumbotron {
    color: #234c7d;
    margin: -60px 0 -20px -55px;
    font-weight: 600;
    letter-spacing: -1px;
    padding: 50px;
	text-align: center;
	font-size: 2.5em;
	font-weight: 100;
	display: block;
}
.writing {
    font-family: "Open Sans",Verdana,Tahoma,serif;
    font-display: swap;
    color: #000;
    margin-bottom: -5px;
    letter-spacing: -1px;
}

.entry-header h1 {
/*	display: contents; */
	font-size: 2em;
	color: #15a3a3;
}

.wedocs-single-wrap .wedocs-sidebar h3.widget-title {
    font-weight: 400;
    font-size: 1.6em;
    display: block;
    text-align: center;
	margin-top: -5px;
	color: #15a3a3;
}

.wedocs-docs-single h3 {
    font-weight: 400 !important;
    font-size: 1.2em !important;
	color: #15a3a3;
}

.wedocs-docs-single h3 a {
	color: #15a3a3;
}

.wedocs-docs-single h3 a:hover {
	color: #234c7d;
}

.entry-content {
    font-size:18px;
}


.main-menu {
    display: none;
}

@media (min-width: 768px) {
    .main-menu {
        display: block;
    } 
}

/* Target the support item LI */
.main-menu li.help-button{
	margin-bottom: -70px;
	margin-right: -7px;
}
/* Target the menu item LI */
.main-menu li.account-button{
	margin-left: auto;
	margin-bottom: -70px;
}
/* Target the menu item Anchor (link) */
.main-menu li.account-button > a{
  /* Colors, font sizes, would normally go here */
}

.menu-no-border {
}


/* Search */

.search-form {
	border: 1px solid var(--LightGreen);
    border-radius: 8px;
    height: 50px;
    min-width: 230px;
    width: 50%;
	margin: 0 auto;
}
.search-button{
	background-color: var(--darkGreen);
	border: 1px solid var(--LightGreen);
	font-weight: var(--bold);
	color:  var(--white);
    border-radius: 8px;
    height: 50px;
	width: 80px;
	margin: 0 auto;
    cursor: pointer;
}


#search-form-alt{
    text-align: center;
    padding: 5px;
    font-size:10px;
}

nav[class*="menu"] li[class*="current-menu-"] > a {
	color: var(--darkBlue) !important;
}

/* Footer Links */

.footer-col{
    font-size: 0.9em;
    float: left; 
    width: 200px; 
    padding: 20px 0 20px 15px; 
    display: block; 
    text-align: left;
}

.footer-col h3{
    letter-spacing: 0px;
    text-align: left;
}

.footer-col ul{
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none;
}

.footer-col li{
    margin: 3px 0 0 0;
}

.footer-col a {
    color: var(--darkGreen);
}

/* Hosting Table */

.tabletitle {
	color: #234c7d;
	padding: 5px 5px 5px 20px; 
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis;
}
.tableheader {
	color: #234c7d;
	font-size: 1em;
	font-weight: 500;
	padding: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tabletext,
.tablespacer {
	padding: 5px 5px 5px 5px;
}

.tabletextmini {
	color: #999; 
	font-size: 0.7em;
}
.tableprice {
	padding: 15px 5px 5px 0px;
	font-size: 1.2em;
	font-weight: 600;
	letter-spacing: -1px;
	line-height: 0.5em;
}
.verticalline {
	background-color: var(--darkGreen); 
	width: 1px; 
	display: block; 
	float: left;
}

.tablebutton {
	color: #fff; 
	text-align: center; 
	vertical-align: middle; 
	-webkit-user-select: none;
	-moz-user-select: none; 
	-ms-user-select: none; 
	user-select: none;  
	border: 3px solid transparent; 
	font-weight: 100; 
    font-size: 0.6em;
	border-radius: .25rem; 
	cursor: pointer;
	margin-top: 10px;
}
.buybutton {
	text-align: center;
	padding: 5px 5px 5px 5px;
}
.most-popular {
    position: absolute;
	top: -30px;
	left: 0;
	right: 0;
    background-color: #234c7d !important;
    color: #ffffff;
    padding: 5px 0px;
	width: 101.5%;
	margin-left: -1.5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-weight: bold;
    font-size: 16px;
	z-index: 1;
}
.most-popular-spacer {
    display: inline-block;
    background-color: #fff !important;
    color: #ffffff;
    padding: 5px 0px;
	width: 100%;
    font-weight: bold;
    font-size: 16px;
	border: none !important;	
}
.trustpilot {
    margin: -70px 0 -15px -150px;
	text-align: center;
    padding: 0 0 30px 0;
}

.trustpilot2 {
	margin: -140px 0 50px -150px;
	text-align: center;
    padding: 0 0 30px 0;
}

@media (min-width: 768px) {
.tabletitle { 
	font-weight: 200;
}
.tabletext {
	font-weight: 200;
	padding: 5px 15px 5px 5px;
}
.tabletextmini {
	font-size: 0.7em;
}
.tableprice {
	font-size: 1.5em;
	letter-spacing: -3px;
	padding: 15px 5px 5px 5px;
}
.verticalline {
	height:650; 
	width: 1px;
}
.tablebutton {
	padding: .375rem .75rem; 
	margin-top: 20px;
}

}

/* Purely.Domains css */

.icons img {
    height: 50px;
    padding: 0 4px 0 0;
}

.icons {
    margin-bottom: 20px;
}

.pricingc {
    font-weight: 400;
    font-size: 1.3em;
    color: #15a3a3;
    letter-spacing: -2px;
}

.pricing {
    font-size: 0.6em;
    font-weight: 400;
    color: darkblue;
    float: left; 
    width: 130px; 
    display: block; 
    text-align: right;
}

@media (min-width: 768px) {
.pricing { 
	font-size: 0.75em;
	width: 190px;
	font-weight: 100;
}
}

.pricing2 {
    display: block;
    float: left;
    font-family: "Open Sans",Verdana,Tahoma,serif;
    font-weight: 300;
    font-size: 1.4em;
    font-display: swap;
    color: #234c7d;
    width: 203px;
    height: 37px;
    text-align: right;
    margin-left: -20px;
    margin-right: 20px;
}

.writing a:hover {
    text-decoration: none;
    color: #15a3a3;
}

.writing a {
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
}

form label .btn-danger:hover {
    background-color: #16a3a3;
    border-color: #16a3a3;
}

form .frinput {
    height: 2.33em;
}

body .btn-success {
    color: #fff;
    background-color: #234c7d;
    border-color: #fff;
}

body .btn-success:hover {
    color: #234c7d;
    background-color: #fff;
    border-color: #234c7d;
}

.jumbohead {
    float: right;
    margin-top: -105px;
    margin-right: -85px;
}

#searchsubmit {
    border-radius: 0px 8px 8px 0px;
    cursor: pointer;
    height: 40px;
    width: 40px;
    margin-left: -30px;
    position: absolute;
}

#s {
    height: 40px;
    border-radius: 8px;
}
h5::before {
	color: #17bebe;
	content: '\f111';
	font: var(--fa-font-solid);
	display: block;
    text-align: center;
	margin: 20px 0 40px 0;
    line-height: 1.1em;
}

.image-container {
    width: 100%;
    padding: 35px 0 35px 0;
    text-align: center;
}

.image-content {
    min-width: 250px;
}

.top-header-container a {
  max-height: 25px;
}

/* slick nav customisations */

.header-site .slicknav_menu:nth-child(3) .slicknav_btn {
    display: none;
}
.header-site .slicknav_menu:nth-child(3) ul {
    display: block !important;
}

.header-site .slicknav_menu:nth-child(2) .slicknav_btn {    display: none;}
.header-site .slicknav_menu:nth-child(2) ul {    display: block !important;}
.header-site .slicknav_menu:nth-child(2) {    background-color: var(--LightGreen);}

.type-docs h1 {text-align: left; font-weight:400; margin: 20px 0 10px 0;}
.type-docs h2 {text-align: left; font-weight:400; line-height: 1.8em; margin: 20px 0 10px 0;}
.type-docs h3 {text-align: left; font-weight:400; font-size: 1.3em; line-height: 1.8em; margin: 20px 0 10px 0;;}
.type-docs h4 {text-align: left; font-weight:400; line-height: 1.8em; margin: 20px 0 10px 0;}
.type-docs li {margin: 0 0 6px 0;}

.tiles ul.glossaryList span {
    display: inline !important;
    border: 0px !important;
    border-bottom: dotted 1px #bbb !important;
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
}

.tiles ul.glossaryList li {
	clear: both;
}

.padding-button-search {
	font-size: 14px!important;
}

.col-1-2 {
    width: 48%;
    margin-right: 1.5%;
    float: left;
    margin-top: 1em;
    margin-bottom: 1em;
}

@media screen and (max-width: 768px)
{
.col-1-2 {
    float: none;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-right: 0;
    width: 100%;
	height: 600px;
}
}

.wp-block-quote strong {
	font-weight: 400;
}
.wp-block-quote img {
	float: left;
	margin: -5px -5px -10px -10px;
}
.wp-block-quote {
	line-height: 1em;
	font-size: 0.9em;
}
.dsearch
{
	width: 100%;
}
@media (min-width: 768px) {
    #pipeten-currency-one {
      padding-left: 60px;
    }
    #pipeten-currency-loch {
      padding-left: 35px;
    }
    #pipeten-currency-fjord{
      padding-left: 35px;
    }
	.header-site {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
	}
	body {
	padding-top: 80px;
	}
	.is-form-style button.is-search-submit {
	margin: 4px 0 0 0;
	}
	.mtsnb {
	top:102px;
	}
	.dsearch
	{
	width: 60%;
	}
}
.top-year {
	z-index: 3;
}
.header-site {
	background-color: #fcfcfc;
	box-shadow: 0px 2px 2px #e7e7e7;
}
.trust {
	margin: -13px 0 0 28px;
	width: 210px;
}
.trust2 {
	margin: 50px 0 0 0;
	width: 120px;
}

#cookies-eu-banner {
  position: fixed;
  bottom: 0;
  padding: 10px;
  z-index: 10;
  background-color: #fbfbfb;
  left:0;
  right:0;
}

#cookies-eu-banner button {
  margin: 5px 2px 2px 2px;
  background-color: gray;
  color: #fff;
  border: 1px solid #ccc;
  height: 35px;
}
#cookies-eu-banner p {
  margin-top: 0;
  margin-bottom: 0;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

#cookie-container {
  display: flex;
}

@media only screen and (max-width: 768px) {
  #col-right {
    width: 100% !important;
  }
  #col-left {
    width: 100% !important;
	padding-bottom:10px;
  }
}

.hostingtable div:nth-child(odd) {
    background-color: #f9f9f9;
}

.hostingtable div:nth-child(even) {
    background-color: #fff;
}

.hostingtable .nb {
	background-color: #fff !important;
}

check::before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c"; /* Unicode for FontAwesome 'fa-check' icon */
  color: #234c7d;
}
.websiteprefix {
	font-size: 0.8em;
}

/* Container for the switch */
.switch-container {
    margin: 0 auto;
    display: flex;
    padding-top: 40px;
}

/* Wrapper for the switch items */
.switch-wrapper {
    position: relative;
    display: inline-flex;
    padding: 4px;
    border: 1px solid #17bebe;
    border-radius: 4px;
    background: #fff;
    text-align: center;
    margin: 0 auto;
}

/* Hide radio buttons */
.switch-wrapper [type="radio"] {
    position: absolute;
    left: -9999px;
}

/* Default label styles */
.switch-wrapper label {
    font-size: 16px;
    z-index: 1;
    min-width: 100px;
    line-height: 32px;
    cursor: pointer;
    border-radius: 4px;
    transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
    padding: 0 10px;
    color: #000; /* Default text colour */
    text-align: center;
}



/* Correctly apply styles to checked radio labels */
#monthly:checked ~ label[for="monthly"],
#yearly:checked ~ label[for="yearly"] {
    background: #17bebe;
    color: #fff !important;
}

/* Disable hover effect on inactive items */
#monthly:checked ~ label[for="monthly"]:hover,
#yearly:checked ~ label[for="yearly"]:hover {
    background: #17bebe !important;
    color: #fff !important;
}


.hostingtable .hide {
  display: none;
}

@media (max-width: 768px) {
    .most-popular::before {
        content: "Popular";
        display: block;
    }
    .most-popular {
        display: none;
    }
}

@media (max-width: 768px) {
    .tabletitle.nb {
        padding-bottom: 75px !important;
    }
}
.buytext {
    white-space: nowrap;
    overflow: hidden; 
    text-overflow: ellipsis; 
}
@media (max-width: 600px) {
  .tablebutton .pkgname {
    display: none;
  }
}

/* Hosting Page Changes */

.product-cards *,
.product-cards *::after,
.product-cards *::before {
    box-sizing: border-box;
}

.product-cards .container {
    max-width: 85%;
    margin: 0 auto;
    padding: 2em 0;
}

.product-cards p,
.product-cards h1,
.product-cards h2 {
    margin: 0;
}

.product-cards .pricing-header {
    font-size: 1.5em;
    color: #234C7D;
	font-style: italic;
    text-align: center;
}

.product-cards .pricing-header-gr {
    font-size: 1.5em;
    color: #006666;
	font-style: italic;
    text-align: center;
}

.product-cards .pricing-header-name {
	font-size: 1.4em;
}

.product-cards .row {
    display: flex;
}

.product-cards .filter {
    align-items: center;
    justify-content: center;
    gap: 1em;
    padding-bottom: 2em;
}

.product-cards .left,
.product-cards .right {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.04em;
}

.product-cards .color-change {
    color: #234C7D;
}

/* Toggle */
.product-cards .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.product-cards .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.product-cards .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 34px;
    background-color: #234C7D;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.product-cards .slider::before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    transition: 0.4s;
    border-radius: 50%;
}

.product-cards input:checked + .slider::before {
    transform: translateX(26px);
    -webkit-transform: translateX(26px);
    -moz-transform: translateX(26px);
    -ms-transform: translateX(26px);
    -o-transform: translateX(26px);
}

/* Cards */
.product-cards .cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    grid-gap: 1em;
    position: relative;
}

.product-cards .cards .col:nth-child(2) {
    border: 1px solid rgb(35, 76, 125);
}

.product-cards .col {
    display: grid;
    position: relative;
    justify-content: center;
    border-radius: 0.5rem;
    background: #FFF;
    padding: 0.6em;
    grid-gap: 0.4em;
    border: 1px solid rgb(229, 231, 235);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
	margin-top:0.9em;
}

.product-cards .col .row:first-child {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #f0f0f0;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
    z-index: 1;
}

.product-cards h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 40px;
    letter-spacing: -0.045em;
}

.product-cards .p-font {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 0.75rem;
    color: #17a2b8;
}

.product-cards .price {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 1.875rem;
    letter-spacing: -0.025em;
    color: #000;
	margin: auto;
}

.product-cards ul {
    display: grid;
    grid-gap: 0.2em;
    padding-left: 0;
    list-style-type: none;
}

.product-cards ul li {
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    font-size: 1.5rem;
    line-height: 2.4rem;
    letter-spacing: -0.025em;
    padding-left: 0.5em;
    color: #000;
}

.product-cards .container strong {
    font-weight: 400;
}

.product-cards a {
    text-decoration: none;
}

.product-cards .btn-gr {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1rem;
    letter-spacing: -0.04em;
    background: #009999;
    border-radius: 0.3rem;
    color: #fff;
    text-align: center;
	font-weight: 400;
	padding: 0.5rem 0.75rem;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.product-cards .btn-bl {
	font-family: 'Open Sans', sans-serif;
    font-size: 1.1rem;
    letter-spacing: -0.04em;
    background: #234C7D;
    border-radius: 0.3rem;
    color: #fff;
    text-align: center;
	font-weight: 400;
	padding: 0.5rem 0.75rem;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}


.product-cards .col:hover {
    transform: scale(1.05);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.product-cards .col:hover .btn-bl {
    background: #009999;
    color: #fff;
}
.product-cards .col:hover .btn-gr {
    background: #234C7D;
    color: #fff;
}

.toptext {
	font-size: 1.125rem;
	line-height: 1.75rem;
	color: rgb(75 85 99);
	width: 70%;
	margin: auto;
	text-align: center;
}


.plans-container {
  max-width: 56rem;
  margin: 2rem auto;
  padding: 2rem;
  padding-top: 1rem;
  padding-left: 0.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
              0 4px 6px -2px rgba(0, 0, 0, 0.05);
  background-color: #234C7D;
  color: #ffffff;
}

.plans-title {
  font-size: 1.9rem;
  line-height: 2rem;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
}
.plans-list {
  columns: 3; /* Split into two columns */
  column-gap: 1.5rem; /* Adjust the gap between columns */
  font-size: 0.875rem;
  list-style: none; /* Remove default list styling */
  padding: 0;
  margin: 0 auto; /* Center the list within the container */
  padding-left: 3em;
}

@media (max-width: 767px) {
  .plans-list {
    columns: 1; /* Switch to single column on smaller screens */
    max-width: 100%; /* Allow full width on small screens */
  }
}

.plan-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
}

.checkmark {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  margin-right: 0.75rem;
}

.plan-text {
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 1.625;
}
.period {
	font-size: 1.3rem;
	font-weight: 100;
	letter-spacing: -1px;
	color: #999;
}
.amount {
	font-size: 1.6em;
	color: #234C7D;
}

.amount-gr {
	font-size: 1.6em;
	color: #006666;
}
/* Default for all sizes */
.currencybox {
    margin-top: -70px;
}

/* For screen sizes between 631px and 767px */
@media screen and (min-width: 631px) and (max-width: 767px) {
    .currencybox {
        margin-top: -110px;
    }
}

/* For screen sizes between 769px and 1099px */
@media screen and (min-width: 769px) and (max-width: 1099px) {
    .currencybox {
        margin-top: -130px;
    }
}

/* For screen sizes 630px and below */
@media screen and (max-width: 630px) {
    .currencybox {
        margin-top: -160px;
    }
}



.plans-list span.glossaryLink, a.glossaryLink {
	color: #fff !important;
	border-bottom: dashed 1px #fff;
}
.plans-list span.glossaryLink:hover, a.glossaryLink:hover {
	color: #fff !important;
	border-bottom: dashed 1px #fff;
}