@charset 'utf-8';
/*
 Theme Name:   Grecko Child
 Theme URI:    http://grecko.themerex.net/
 Description:  Grecko - Multipurpose and Multiskin Responsive Wordpress theme
 Author:       ThemeREX
 Author URI:   http://themerex.net
 Template:     grecko
 Version:      4.4
 Tags:         light, inheritable theme-options
 Text Domain:  themerex
*/


@import url("style-2.css");


/* =Theme customization starts here
-------------------------------------------------------------- */
#proactivechatdiv {
	position: fixed !important;
	top: 100px !important;
	z-index: 99999 !important;
}


@media (max-width: 1167px) and (min-width: 1024px) {
	.topWrap .topMenuStyleLine>ul>li>a {
		font-size: 16px!important;
	}
}


@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px) {
	  #proactivechatdiv {
		  width: 100% !important;
		  left: 0px !important;
	  }
	  
	  #proactivechatdiv > div {
		width: 100% !important;
	  }
	  
	  #inline-chat-can-i-help-text {
		width: 100% !important;
		padding-left: 30px !important;
		font-size: 24px !important;
	  }
	  
	  #inline-chat-can-i-help-greetings {
		padding-left: 135px !important;
		font-size: 14px !important;
		width: 200px !important;
		position: relative !important;
	  }
	  
	  #inline-chat-button-container {
		  padding-left: 0px !important;
	  }
	  
	  #inline-chat-button-container > div {
		  width: auto !important;
		  font-size: 14px !important;
	  }
	  
	  #inline-chat-close-link {
		  left: 22px !important;
	  }
}


.occ-hosting-package-container {
	border: solid thin #efefef;
    margin-bottom: 40px;
}

.occ-hosting-package-name {
	background-color: #c21111;
	color: #fff;
	font-size: 24px;
	line-height: 36px;
	text-align: center;
}

.occ-hosting-package-item-container {
    padding: 10px 5px;
    font-size: 16px;
    text-align: center;
    border-bottom: solid 2px #efefef;
}

.occ-hosting-package-item-label {
    display: inline-block;
    width: 50%;
    font-weight: bold;
    font-size: 14px;
}

.occ-hosting-package-item-description {
	display: inline-block;
	width: 50%;
    vertical-align: super;
}

.occ-hosting-package-item-select-button {
    padding: 10px 0px;
    text-align: center;
}

.occ-hosting-package-item-see-more-button {
    color: #cc0000;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    text-decoration: underline;
    padding: 10px 0px;
    border-bottom: solid 2px #efefef;
    border-top: solid 2px #efefef;
}

.occ-hosting-comparison-table-mobile {
	display: none;
}

.occ-hosting-comparison-table-desktop {
	display: inline-table;
}

@media (max-width: 479px) {
	.occ-hosting-comparison-table-mobile {
		display: block;
	}
	
	.occ-hosting-comparison-table-desktop {
		display: none;
	}
}

@media (max-width: 960px) {
	.occ-hosting-comparison-table-mobile {
		display: block;
	}
	
	.occ-hosting-comparison-table-desktop {
		display: none;
	}
}


.responsive_menu .menuTopWrap li.menu-item-has-children.hidden:before {
    display: none;
}







/*Added by robertp on 20220513*/
/*
#wpcf7-f8434-p8432-o1 .consultation-contact-form {
    text-align: center;
    max-width: 480px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#wpcf7-f8434-p8432-o1 table td, #wpcf7-f8434-p8432-o1 table th {
	border: none !important;
    text-align: center !important;
}


#wpcf7-f8434-p8432-o1 .wpcf7-form-control-wrap > input {
	width: 100%;
    font-size: 18px;
    padding: 22px 15px;
}

#wpcf7-f8434-p8432-o1 .wpcf7-form-control-wrap > textarea {
    width: 100%;
    font-size: 18px;
    padding: 10px 15px;
}

#wpcf7-f8434-p8432-o1 h5, #wpcf7-f8434-p8432-o1 .h5 {
    padding-bottom: 10px !important;
}
*/

.wpcf7 .consultation-contact-form {
    text-align: center;
    max-width: 480px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wpcf7 table td, .wpcf7 table th {
	border: none !important;
    text-align: center !important;
}


.wpcf7 .wpcf7-form-control-wrap > input {
	width: 100%;
    font-size: 18px;
    padding: 22px 15px;
}

.wpcf7 .wpcf7-form-control-wrap > textarea {
    width: 100%;
    font-size: 18px;
    padding: 10px 15px;
}

.wpcf7 h5, .wpcf7 .h5 {
    padding-bottom: 10px !important;
}

input[type="submit"].wpcf7-form-control.wpcf7-submit {
    -webkit-appearance: none;
    border-radius: 5px;
}


/*20220706*/
#OCCRowHostingTableIntroMessage ul {
    width: 178px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.post #occRowHostingTableBillingCycleSelectorContainer p {
    padding-bottom: 0px;	
}

#OCCRowHostingTableAnnual, #OCCRowHostingTableMonthly, #OCCRowHostingTableTriennial {
	display: none;
}

#OCCRowHostingTableAnnual.occ-row-hosting-table-billing-cycle {
	display: block;
}

.occ-hosting-table-upgrade-to-triennial, .occ-hosting-table-upgrade-to-annual {
	cursor: pointer;
}

.occ-hosting-table-column-text-content {
    min-height: 300px;
}

.occ-hosting-table-column-select-button.vc_btn3-container.vc_btn3-center {
    text-align: center;
    margin-right: 20px !important;
    margin-left: 20px !important;
}

.occ-hosting-table-column-select-button button, .occ-hosting-table-column-select-button a {
	font-weight: bold;
    font-size: 18px !important;
}

.occ-hosting-table-column-title-bronze, .occ-hosting-table-column-title-silver, .occ-hosting-table-column-title-gold {
    width: auto;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-top: 25px;
}

.occ-hosting-table-column-title-bronze {
    background: #CD7F32;
}

.occ-hosting-table-column-title-silver {
    background: #C0C0C0;
}

.occ-hosting-table-column-title-gold {
    background: #FFD700;
}

.occ-row-hosting-table-billing-cycle .vc_column-inner, .occ-hosting-table-intro-message .vc_column-inner {
    max-width: 1150px;
    margin-right: auto;
    margin-left: auto;
}

.occ-hosting-table-column-text-content .wpb_wrapper p:nth-of-type(1) {
	height: 48px;
}

#OCCRowHostingTableIntroMessage {
    width: 1150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.occ-hosting-table-column-text-content .wpb_wrapper ul:nth-of-type(1) {
    min-height: 205px;
}


body.home .columns1_3 .wpb_content_element.occ-hosting-table-column-text-content .wpb_wrapper p {
    padding: 0 0 24px 0;
}


body a.occ-link-button {
	color: #fff;
    border-color: #6AB165;
    background-color: #6AB165;
    padding: 14px 20px;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    background-image: -o-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ffffff', endColorstr='#03ffffff', GradientType=0);
    border: 1px solid transparent;
    box-sizing: border-box;
    word-wrap: break-word;
    transition: all .2s ease-in-out;
    line-height: normal;
    border: 1px solid transparent;
    box-sizing: border-box;
    word-wrap: break-word;
    font-weight: 700;
    font-size: 18px !important;
    font-family: inherit;
}


@media (max-width: 1360px) {
	.occ-hosting-table-column-text-content {
		min-height: 300px;
	}
}

@media (max-width: 1359px) {
	#OCCRowHostingTableIntroMessage {
		width: 1050px;
		
	}
}

@media (max-width: 1359px) {
	.occ-hosting-table-column-text-content .wpb_wrapper p:nth-of-type(5) {
		min-height: 30px;
	}
}

@media (max-width: 1167px) {
	#OCCRowHostingTableAnnual, #OCCRowHostingTableMonthly.occ-row-hosting-table-billing-cycle, #OCCRowHostingTableTriennial.occ-row-hosting-table-billing-cycle {
		padding-right: 65px !important;
		padding-left: 65px !important;
	}
	
	#OCCRowHostingTableIntroMessage {
		width: 850px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	.occ-hosting-table-column-text-content .wpb_wrapper p:nth-of-type(5) {
		min-height: 62px;
	}
}

@media (max-width: 1024px) {
	.occ-hosting-table-column-text-content {
		min-height: unset;
	}
	
	.occ-hosting-table-column-text-content .wpb_wrapper p:nth-of-type(5) {
		min-height: unset;
	}
	
	#OCCRowHostingTableIntroMessage {
		width: 780px;
	}
	
	.occ-row-hosting-table-billing-cycle .columns1_3 {
		width: 100% !important;
	    margin-bottom: 20px;	
	}
	
	.occ-hosting-table-column-text-content .wpb_wrapper ul:nth-of-type(1) {
		min-height: unset;
	}
}

@media (max-width: 800px) {
	#OCCRowHostingTableIntroMessage {
		width: 480px;
	}
}

@media (max-width: 640px) {
	html, body.page-id-8231, body.page-id-7968, body.page-id-7983, body.page-id-7974, body.page-id-7981  {
		overflow-x: hidden;
	}
	
	
	body.page-id-8231 .topWrap .mainmenu_area .main, body.page-id-7968 .topWrap .mainmenu_area .main, body.page-id-7983 .topWrap .mainmenu_area .main, body.page-id-7974 .topWrap .mainmenu_area .main, body.page-id-7981 .topWrap .mainmenu_area .main {
		margin: 0px;
		width: auto;
		padding: 0px 45px;
	}
	
	body.page-id-8231 > div.main_content > div > div.mainWrap.without_sidebar > div > div > div > section > article > div > div:nth-child(2), body.page-id-8231 > div.main_content > div > div.mainWrap.without_sidebar > div > div > div > section > article > div > div:nth-child(3) {
		text-align: center;
	}
	
	
	#OCCRowHostingTableIntroMessage {
		width: 100%;
	}
	
	#OCCRowHostingTableAnnual.occ-row-hosting-table-billing-cycle, #OCCRowHostingTableMonthly.occ-row-hosting-table-billing-cycle, #OCCRowHostingTableTriennial.occ-row-hosting-table-billing-cycle {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	
	.occ-row-hosting-table-billing-cycle .columns1_3 {
		width: 95% !important;
		margin: 0px;
		float: unset !important;
		padding-bottom: 5px;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.occ-row-hosting-table-billing-cycle .vc_column-inner, .occ-hosting-table-intro-message .vc_column-inner {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	
	.occ-row-hosting-table-billing-cycle .columnsWrap {
		margin: 0px;
	}
}

body #menu-item-8379 > a, body .occ-live-help-floating-button.online {
	background: #6AB165;
}

#OCCHomepageTestimonialsSlider {
	height: 450px;
}

#OCCHomepageTestimonialsSlider .sc_testimonials_style_2 .sc_testimonials_items, #OCCHomepageTestimonialsSlider .sc_testimonials_style_2 .flex-direction-nav li {
    background-color: #e2e2e2 !important;
}



#occ-embedded-scheduling-calendar {
    display: block;
    margin-left: auto;
    margin-right: auto;
    min-width: 480px;
    min-height: 480px;
}

.occ-embedded-calendar-heading-title {
	text-align: center;
    margin-bottom: 0px;
    padding-bottom: 0px;
	line-height: 40px;
    padding-top: 1px;
}

.occ-embedded-calendar-container {
    position: relative;
    top: -10px;
}

.occ-embedded-calendar-mask {
    background: transparent;
    width: 100%;
    height: 480px;
    position: absolute;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 999999;
}

#tblOCCScheduleACallOrGetMoreInfo td {
	border-style: none !important;
}

.tblOCCScheduleACallOrGetMoreInfo-or {
    font-size: 28px;
    font-weight: 900;
    color: #ca0814;
}

@media only screen and (max-width: 1024px) {
	#tblOCCScheduleACallOrGetMoreInfo, #tblOCCScheduleACallOrGetMoreInfo tbody, #tblOCCScheduleACallOrGetMoreInfo tbody tr {
		width: 100%;
		display: block;
	}
	
	#tblOCCScheduleACallOrGetMoreInfo td {
		display: block;
		width: auto;
	}
	
	#occ-embedded-scheduling-calendar {
	    min-width: 480px;
		position: relative;
		left: -10px;
	}
	
	.tblOCCScheduleACallOrGetMoreInfo-or {
	    padding: 20px 0px !important;	
	}
	
	#tblOCCScheduleACallOrGetMoreInfo table.consultation-contact-form > tbody > tr:nth-child(5) > td > p:nth-child(4) {
	    height: 0px;	
	}
}

@media only screen and (max-width: 479px) {
	#occ-embedded-scheduling-calendar {
		min-width: unset;
	}
}


body.page-id-8921 .vc_custom_1675363629019 ul li::marker {
	color: #fff;
}