/*
Theme Name: Divi Hosting
Theme URI: https://divilife.com/downloads/divi-hosting-child-theme
Version: 1.0
Description: Divi Hosting is a child theme for Divi, designed for Hosting companies technology, companies, and more!
Author: Divi Life — Tim Strifler
Template: Divi
Author URI: https://divilife.com
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/***GENERAL styling start***/

#page-container {
	overflow-x: hidden;
}
 
.et_button_no_icon .et_pb_button, .et_button_no_icon .et_pb_button:hover {
	padding: 12px 36px !important;
}

body #page-container #hero-section.et_pb_fullwidth_header .et_pb_button.et_pb_more_button, body #page-container #hero-section.et_pb_fullwidth_header .et_pb_button.et_pb_more_button:hover, 
body #page-container .divi-host-contact-form.et_pb_contact_form_container.et_pb_module .et_pb_button, 
body #page-container .divi-host-contact-form.et_pb_contact_form_container.et_pb_module .et_pb_button:hover {
	padding: 10px 28px !important;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}

.et_pb_bg_layout_dark h1, .et_pb_bg_layout_dark h2, .et_pb_bg_layout_dark h3, .et_pb_bg_layout_dark h4, .et_pb_bg_layout_dark h5, .et_pb_bg_layout_dark h6 {
	font-weight: 500;
}

h1, h2 { padding-bottom: 14px;  }

h2 { font-size: 30px; }

h3 { font-size: 28px; }

h4 { font-size: 25px; }

h5 { font-size: 22px; }

h6 { font-size: 18px; }

.underline-title-green h1:after, 
.underline-title-green h2:after,  
.underline-title-green h3:after, 
.underline-title-green h4:after, 
.underline-title-green h5:after {
	content: "";
	display: block;
    width: 45px;
    height: 3px;
    background-color: #00bfa5;
    margin: 6px 0 8px;
}

/***GENERAL styling end***/


/***MENU STYLING start***/

#top-menu-nav > ul > li > a:hover, #et-secondary-menu > ul > li > a:hover, #et-info-email:hover, .et-social-icons a:hover, .nav ul li a:hover, .et_mobile_menu li a:hover, .et_mobile_menu .menu-item-has-children > a {
	opacity: 1;
	background: transparent;
}

#top-menu li:not(:last-of-type) {
	padding-right: 32px;
}

#top-menu li.menu-item-has-children {
	padding-right: 26px;
}

.menu-item-button a {
	background: #00bfa5;
	padding: 12px 30px 13px !important;
	border-radius: 3px;
	box-shadow: 0 10px 57px rgba(16, 29, 48, 0.27);
}

.menu-item-button a:hover { background: #00bfa5 !important; }

.menu-item-with-icon {
	margin-top: 12px;
	padding-left: 25px;
	position: relative;
}

.menu-item-with-icon:not(:last-of-type) {
	margin-right: 40px !important;
}

.menu-item-with-icon a:before {
	font-family: 'ETmodules';
	color: #c8d6ff;
	margin-right: 8px;
	font-size: 14px;
	position: absolute;
	left: 0;
	top: -2px;
}

.menu-item-phone a:before {
	content: "\e090";
	left: 4px;
}

.menu-item-livechat a:before {
	content: "\e066";
	font-size: 16px;
}

/***MOBILE MENU start***/

@media (max-width:980px) {
	
	.mobile_menu_bar:before {
		color: #FFF;
	}

	#mobile_menu.et_mobile_menu {
		background-color: #031d5b !important;
		border-top: 3px solid #00bfa5;
	}
	
	#et-secondary-nav, #et-secondary-menu, .et_secondary_nav_only_menu #top-header {
			display: block !important;
	}
	
	#top-header { 
		padding: 10px 0; 
	}
	
body.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_enabled #main-header {
		top: 33px !important;
	}
	
	body.admin-bar.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_enabled #main-header {
		top: 63px !important;
	} 
	
	#mobile_menu.et_mobile_menu .menu-item-with-icon {
		display: none;
	}
	
	.et_mobile_menu li a {
		font-size: 16px;
		padding: 20px 5%;
	}
	
	.et_mobile_menu li .sub-menu li a {
		font-size: 14px;
		padding: 10px 5%;
	}
	
	.menu-item-button a {
		max-width: 230px;
		margin: 30px auto 12px;
		text-align: center;
	}
	.menu-item-button a:hover {
		opacity: 1 !important;
		background: #00bfa5 !important;
	}
	
	#mobile_menu .menu-item-has-children {
		position: relative; 
		overflow: hidden;
	}
	
	#mobile_menu .menu-item-has-children > a { padding-right: 40px; }
	
	#mobile_menu .menu-item-has-children .mobile-menu-drop-icon {
		position: absolute;
		width: 60px;
		height: 63px;
		top: 0;
		right: 0;
		cursor: pointer;
	}
	
	#mobile_menu .menu-item-has-children .mobile-menu-drop-icon:after {
		content: "\33";
		position: absolute;
		top: 0;
		right: 0;
		height: 45px;
		padding-top: 18px;
		width: 40px;
		font-family: ETmodules;
		font-size: 28px;
		font-weight: normal;
		text-align: center;
		color: #FFF;
	}
	
	#mobile_menu .menu-item-has-children .mobile-menu-drop-icon.flipped-icon:after {
		content: "\32";
	}
	
	#mobile_menu .menu-item-has-children .sub-menu {
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.3s ease;
	}
	
	#mobile_menu .menu-item-has-children .sub-menu.expanded {
		max-height: 600px;
		overflow: hidden;
		transition: max-height 0.3s ease;
	}
	
}

/***MENU STYLING end***/


/***HOMEPAGE STYLING start***/

/***HERO SECTION start***/

@media (min-width:1500px) {
	#hero-section.bigger-image .header-image-container {
	margin-right: -17%;
	width: 70% !important;
	}
}

@media (min-width:981px) {
	#hero-section {
		padding-top: 130px !important;
	}
}

/***HERO SECTION end***/


/***PRICING TABLES start***/

body #page-container #pricing-tables.et_pb_pricing .et_pb_button.et_pb_pricing_table_button, body #page-container #pricing-tables.et_pb_pricing .et_pb_button.et_pb_pricing_table_button:hover {
	padding: 12px 30px !important;
	min-width: 50%;
}

body #page-container #pricing-tables.et_pb_pricing .et_pb_button.et_pb_pricing_table_button:hover { color: #FFF !important; }

body #page-container #pricing-tables.et_pb_pricing .et_pb_featured_table .et_pb_button.et_pb_pricing_table_button { background: #00bfa5; }

body #page-container #pricing-tables.et_pb_pricing .et_pb_featured_table { 
	overflow: visible; 
	transform-style: preserve-3d;
}

body #page-container #pricing-tables.et_pb_pricing .et_pb_featured_table:before {
	content: "";
	position: absolute;
    top: -7px;
    left: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 114px 114px;
    border-color: transparent transparent #029c87 transparent;
	z-index: -1;
	transform: translateZ(-1px);
}


body #page-container #pricing-tables.et_pb_pricing .et_pb_featured_table:after {
	content: "Best Seller";
	position: absolute;
	top: 25px;
    left: -42px;
    color: #FFF;
    background: #00bfa5;
    padding: 2px 50px 3px;
    -webkit-clip-path: polygon(20% 0%,80% 0%,100% 100%,0% 100%);
    clip-path: polygon(18% 0%,82% 0%,100% 100%,0% 100%);
    transform: rotate(-45deg);
    z-index: 999999;
}

/***PRICING TABLES end***/

/***BLURBS with LEARN More Button start***/

.blurb-learn-more-arrow {
	position: relative;
	padding-right: 28px;
}

.blurb-learn-more-arrow:after {
	content: "\24";
	font-family: ETmodules;
	position: absolute;
    top: -3px;
    right: 0;
    font-size: 24px;
}

/***BLURBS with LEARN More Button end***/


/***BLUE BG BLURBS start***/

.blue-bg-blurbs .et_pb_blurb_container { padding-left: 28px; }

.blue-bg-blurbs .et_pb_button { margin-top: 8px; display: inline-block; }

/***BLUE BG BLURBS end***/


/***TESTIMONIAL MODULE start***/

.divi-host-testimonial-module .et_pb_testimonial_description { margin-left: 0 !important; }

.divi-host-testimonial-module .et_pb_testimonial_description_inner {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.divi-host-testimonial-module .et_pb_testimonial_description_inner .et_pb_testimonial_author {
	order: 1;
	margin-top: 18px;
	font-size: 25px;
}

.divi-host-testimonial-module .et_pb_testimonial_description_inner .et_pb_testimonial_meta {
	order: 2;
}

.divi-host-testimonial-module .et_pb_testimonial_description_inner p:first-of-type {
	order: 4;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 0;
	font-style: italic;
}

.divi-host-testimonial-module .et_pb_testimonial_description_inner .et_pb_testimonial_author, .divi-host-testimonial-module .et_pb_testimonial_description_inner .et_pb_testimonial_meta {
	width: 100%;
	padding: 0 58px 0 108px;
	color: #031d5b;
}


.divi-host-testimonial-module .et_pb_testimonial_portrait {
	position: absolute;
	top: 30px;
	left: 30px;
}

.et_pb_testimonial {
  quotes: "“" "”" "‘" "’";
}

.et_pb_testimonial:before {
    content: '”';
    top: 20px;
    left: calc(100% - 80px);
    background: transparent;
    font-size: 220px;
    font-family: 'PT Sans', sans-serif !important;
    font-weight: normal;
}

/***TESTIMONIAL MODULE end***/

/***HOMEPAGE Styling end***/


/***Divi Builder FOOTER Styling start***/

#footer-bottom { display: none; }

#menu-bottom-bar-menu { 
	padding: 30px 0;
	border-top: 1px solid #172557;
}

.bottom-nav a:hover { opacity: 1 !important; }

@media(min-width: 768px) {
	#menu-bottom-bar-menu { text-align: right; }
	#menu-bottom-bar-menu li:first-child { float: left; }
	#menu-bottom-bar-menu li:last-child { padding-right: 0; }
}

@media(max-width: 767px) {
	#menu-bottom-bar-menu {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#menu-bottom-bar-menu li:first-child { width: 100%; order: 10; margin-top: 20px; }
	#menu-bottom-bar-menu li:last-child { padding-right: 0; }
}

@media(min-width:981px) {
.custom-footer-wide-col { width: 22% !important; }
.custom-footer-narrow-col { width: 11.3% !important; }
}

@media only screen and (min-width:481px) and (max-width:980px) {
	.custom-footer-wide-col:first-of-type { width: 100% !important; }
}

.footer-social-media-icons li a.icon { padding: 3px; }
.footer-social-media-icons li a.icon:before,
.footer-social-media-icons li a.icon:hover:before { color: #fff; }
.footer-social-media-icons li:not(:last-child) a { margin-right: 16px; }

.footer-info-blurb .et_pb_blurb_container { padding-left: 5px; }

.custom-footer-narrow-col p, .custom-footer-narrow-col a { padding-bottom: 20px; }

.footer-optin-form .et_pb_newsletter_field.et_pb_contact_field_half { 
	flex-basis: 80%; 
}

.footer-optin-form .et_pb_newsletter_button_wrap { flex-basis: 20%; }

.footer-optin-form .et_pb_newsletter_button_text { text-indent: -8px; }

.footer-optin-form .et_pb_newsletter_button.et_pb_button {
	padding: 10px !important;
	border-radius: 0 3px 3px 0;
	background: #319bd6 !important;
	height: 44px;
}

.footer-optin-form .et_pb_newsletter_button_text:before {
	content: "\f1d8";
	font-family: FontAwesome !important;
	color: #FFF;
	font-size: 20px;
	position: absolute;
	left: calc(50% - 3px);
	top: calc(50% - 12px);
}

.footer-optin-form #et_pb_signup_email { 
	border-radius: 3px 0 0 3px;
	font-size: 14px;
	padding-left: 14px !important;
}

.footer-bottom-bar-links ul { 
	list-style-type: none; 
	padding: 0;
	line-height: 3em;
}

@media (min-width: 641px) {
	.footer-bottom-bar-links ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	}
	.footer-bottom-bar-links ul li:not(:last-child) { margin-right: 40px; }
}

/***Divi Builder FOOTER Styling end***/


/***ABOUT US page styling start***/

@media (min-width:981px) {
	.about-us-video { min-height: 550px; }
}

.about-us-video .et_pb_video_play {
	background: #FFF;
    border-radius: 50%;
    border: 8px solid rgba(232, 236, 253, 0.3);
	-webkit-background-clip: padding-box;
    background-clip: padding-box;
	height: 100px;
    width: 100px;
}

.about-us-video .et_pb_video_play:before {
	content: "\45";
	font-size: 38px;
    position: absolute;
    left: 24px;
    top: -5px;
}

.about-us-team-member { position: relative; overflow: hidden; }

.about-us-team-member .et_pb_team_member_image { margin-bottom: 0; }

.about-us-team-member .et_pb_team_member_description {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(3, 29, 91, 0.5);
	padding: 20px;
	top: 100%;
	transition: all 0.3s ease;
}

.about-us-team-member:hover .et_pb_team_member_description, 
.about-us-team-member .et_pb_team_member_image:hover + .about-us-team-member .et_pb_team_member_description { 
	top: 0;
	transition: all 0.3s ease;
}

.about-us-team-member .et_pb_module_header { padding-bottom: 0; line-height: 1.2em; }

.about-us-team-member .et_pb_member_social_links { margin-top: 10px; }

.about-us-team-member .et_pb_member_social_links .et_pb_font_icon { font-size: 12px; }

/***ABOUT US page styling end***/


/***NEWS PAGE STYLING start***/

.news-page-blog-module .entry-featured-image-url {
	border-radius: 10px;
	overflow: hidden;
}

.news-page-blog-module .post-meta {
	border-bottom: 1px solid #3d4f7a;
    padding-bottom: 12px;
    margin-bottom: 10px;
}

.news-page-blog-module .post-content .more-link {
	color: #ffffff!important;
	background-color: #00bfa5;
	padding: 10px 28px;
	margin-top: 20px;
	border-radius: 3px;
	display: inline-block !important;
}

/***NEWS PAGE STYLING end***/


/***SIDEBAR STYLING start***/

.widget_search #searchform {
	box-shadow: 0 16px 65px rgba(0, 87, 191, 0.25);
	border-radius: 3px;
	overflow: hidden;
}

.widget_search input#s, .widget_search input#searchsubmit {
	height: 60px !important;
	border-width: 0;
}

.widget_search input#s { 
	padding: 12px 18px; 
}

.widget_search input#searchsubmit {
	background: transparent;
	text-indent: -999999px;
}

.sidebar-s-icon {
	position: absolute;
    top: 0px;
    right: 0px;
	padding: 18px 9px;
	text-align: center;
    width: 80px;
    height: 100%;
    background: #00bfa5;
}

.sidebar-s-icon:before {
	content: "\f002";
	display: inline-block;
	font-family: FontAwesome !important;
	font-size: 20px;
	color: #FFF;
}

.widgettitle { margin-bottom: 12px; }

.widget_categories ul li.cat-item { text-align: right; margin-bottom: 14px; }
.widget_categories ul li.cat-item:last-of-type { margin-bottom: 0; }

.widget_categories ul li.cat-item a { float: left; }

.widget_tag_cloud .tagcloud a {
	border: 1px solid #3d4f7a;
	margin: 0 10px 10px 0;
    padding: 6px 18px 4px;
	background: transparent;
}

/***SIDEBAR STYLING end***/


/***CONTACT PAGE STYLING start***/

.divi-host-contact-form p.et_pb_contact_field { 
	width: 100%; 
	float: none; 
}

.divi-host-contact-form p.et_pb_contact_field .input::-webkit-input-placeholder {
    color: #fff !important;
}
.divi-host-contact-form p.et_pb_contact_field .input:-moz-placeholder {
   color: #fff !important;
   opacity:  1;
}
.divi-host-contact-form p.et_pb_contact_field .input::-moz-placeholder { 
   color: #fff !important;
   opacity:  1;
}
.divi-host-contact-form p.et_pb_contact_field .input:-ms-input-placeholder { 
   color: #fff !important;
}

.divi-host-contact-form .et_pb_contact_form_label {
    display: block;
    margin: 14px 0 6px;
	font-size: 18px;
	color: #031d5b;
}

.divi-host-contact-form .et_contact_bottom_container { margin-top: 0; }

/***CONTACT PAGE STYLING end***/


/***FAQ ACCORDION MODULE styling start***/

@media (min-width: 981px) {
	.faq-accordion-module {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-end;
		justify-content: space-between;
	}

	.faq-accordion-module .et_pb_accordion_item {
		width: 48%;
		margin-bottom: 2.75% !important;
	}
}

.faq-accordion-module .et_pb_toggle_title:before { 
	content: "\33"; 
	font-size: 30px;
}

.faq-accordion-module .et_pb_toggle_open .et_pb_toggle_title:before {
	display: block !important;
	content: "\32";
}

/***FAQ ACCORDION MODULE styling end***/


/***SINGLE BLOG POST PAGE styling start***/

.et_right_sidebar #main-content .container:before { display: none; }

@media (min-width: 981px) {
	#left-area {
		width: 70%;
	}
	#sidebar {
		width: 30%;
		padding-left: 0 !important;
	}
}

.single .et_pb_post > .et_post_meta_wrapper:first-of-type { 
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	border-bottom: 1px solid #3d4f7a;
}

.single .et_post_meta_wrapper .entry-title { display: block; width: 100%; order: 2; }
.single .et_post_meta_wrapper .post-meta { display: block; width: 100%; order: 3; }
.single .et_post_meta_wrapper img { 
	display: block; 
	width: 100%; 
	order: 1; 
	border-radius: 10px; 
	margin-bottom: 30px; 
}

#sidebar .et_pb_widget { margin-bottom: 18%; }


.comment-form-comment, .form-submit { width: 100%; }

@media(min-width:681px) {
	.comment-form-author, .comment-form-email, .comment-form-url {
		width: 32%;
		margin-right: 2%;
		float: left;
		margin-bottom: 14px;
	}

	.comment-form-url {
		margin-right: 0;
	}
}

#commentform textarea, #commentform input[type="text"], #commentform input[type="email"], #commentform input[type="url"] {
	background: #FFF;
	color: #3d4f7a;
	font-size: 14px;
	border: 1px solid #3d4f7a;
	border-radius: 3px;
	width: 100%;
}

.submit.et_pb_button { color: #FFF; }

.single-post #top-header, #et-secondary-nav li ul, .single-post #main-header {
    background-color: rgb(3, 29, 91);
}
/***SINGLE BLOG POST PAGE styling end***/