/*---------------------------------------------------------------------------------

 Theme Name:   Sigma 1 Child Themee
 Theme URI:    https://sigma1.com
 Description:  This is a child theme for the development of Sigma 1 Clients
 Author:       Sigma 1
 Author URI:   https://sigma1.com
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/


/* BASIC STYLING & FORMATTING */
:root{
	--main-color: #ff7a59; 
	--second-color: #f2a78f;
	--third-color: #333333;
	--fourth-color: #666666;
	--fifth-backup-orange: #fe5722;
}

::selection {
    background: #ff8c5a;
}

::-moz-selection {
  background: #ff8c5a; /* Gecko Browsers */
}

.menu-header{
	font-size: 1.6rem;
	font-family: nunito;
}

.primary-color {
  color: var(--main-color)!important;
}
.second-color {
  color: var(--second-color)!important;
}
.third-color {
  color: var(--third-color)!important;
}
.fourth-color{
	color: var(--fourth-color)!important;
}



h1, .h1 {
    font-size: 3.14285714em;
    line-height: 1.31818182em;
}

h2, .h2 {
    font-size: 2.35714286em;
    line-height: 1.36363636em;
}
h3, .h3 {
    font-size: 1.78571429em;
    line-height: 1.5em;
}
h4, .h4 {
    font-size: 1.35714286em;
    line-height: 1.68421053em;
}
h5, .h5 {
    font-size: 1em;
    line-height: 1.85714286em;
}
.lead {
    font-size: 1.35714286em;
    line-height: 1.68421053em;
}


@media (max-width:980px) {
	.reverse-columns-mobile {
		display: flex;
		flex-direction: column-reverse;
	}
}

/* FEATURES & FUNCTIONALITY */

			/* VERTICALLY ALIGN IN MIDDLE*/
.my-auto { 
        display: flex; 
        flex-direction: column; 
        justify-content: center;
    } 

			/* ADDS OVERLAY TO ANY SECTION/ROW/MODULE */
.overlay:before {
content:"";
  position: absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  z-index:1;
  background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5));
}
.dotted-overlay:before{
content:"";
  position: absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  z-index:1;
  background:url('https://byblostech.com/wp-content/uploads/2020/05/dots-for-dark-background.png');
    background-color: #000000b5;
}
			/* ADDS BOX SHADOW TO ANY ELEMENT */
.shadow{
	box-shadow: 0 8px 60px 0 rgba(103,151,255,.11),0 12px 90px 0 rgba(103,151,255,.11);
}

	/* CREATES BORDERS FOR SECTIONS, ROWS, MODULES */
.left-border{
border-left: 3px solid var(--main-color);	
}
.top-border{
border-top: 3px solid var(--main-color);	
}
.right-border{
border-right: 3px solid var(--main-color);	
}
.bottom-border{
border-bottom: 3px solid var(--main-color);	
}

.all-borders{
	border: 3px solid var(--main-color);
}

.hidden{
    display:none;
  }
.annual, .monthly, .general-info{
	font-weight:500!important;
}
.key-features{
	font-size:14px !important;
}

/* SLIDER FUNCTIONALITY */

#k3-slider-1 .et-pb-arrow-prev:before {
  content: "\23";
}

#k3-slider-1 .et-pb-arrow-next:before {
  content: "\24";
}

#k3-slider-1 .et-pb-controllers a {
  background: none !important;
}

#k3-slider-1 .et-pb-controllers {
  bottom: 75px;
}

#k3-slider-1 a.et-pb-active-control {
    text-decoration: overline;
  transition: all 0.3s ease;
}

#k3-slider-1 .et-pb-arrow-next {
    left: 10%;
    opacity: 1;
    bottom: 67px;
    background: #eaeaea;
    font-size: 32px;
    position: relative;
    border-radius: 50%;
    width: 60px !important;
    height: 60px !important;
    display: inline-block;
    line-height: 62px;
    text-align: center;
}

#k3-slider-1 .et-pb-arrow-next:hover {
	background: #f7f7f7;
}
.et-pb-arrow-next {
    right: -22px;
}
.et_pb_slider:hover .et-pb-arrow-next {
    right: -22px;
    opacity: 1;
}


#k3-slider-1 .et-pb-arrow-prev:hover {
	background: #f7f7f7;
}

#k3-slider-1 .et-pb-arrow-prev {
    opacity: 1;
    left: 10%;
    bottom: 67px;
    background: #eaeaea;
    font-size: 32px;
    position: relative;
    border-radius: 50%;
    width: 60px !important;
    height: 60px !important;
    display: inline-block;
    line-height: 62px;
    text-align: center;
    margin-right: 15px;
}

#k3-slider-1 .et-pb-controllers a {
  text-indent: 0px;
  color: var(--main-color);
  font-size: 30px;
  padding: 11px;
}

@media (max-width: 767px) {
  #k3-slider-1 .et_pb_slide_image {
    display: block !important;
  }
  
  #k3-slider-1 .et-pb-arrow-prev, #k3-slider-1 .et-pb-arrow-next {
 	bottom: 9px;
  }
  
  #k3-slider-1 .et-pb-controllers {
    display: none;
  }
}


@media (max-width: 767px) {
	

nav > ul > li > ul::after {
  border-left: none!important;
   border-right: none!important; 
   border-bottom: none!important;
}


#dm_nav li ul.sub-menu {
 
  background-color: transparent!important;
}
	
	#dm-menu li {
    margin: .5em 0!important;
    text-align: center;
}


.nav li ul {
  border-top: none!important;
  box-shadow: none!important;
  -webkit-box-shadow:none!important;
}


.collapse-submenu #dm_nav .menu-wrap__inner .visible > ul.sub-menu {
  padding-left: 25px!important;
}

	
}

/*	CHANGING SEARCH BAR TEXT TO ICON */

/*Hide the search button*/
.icon-search-button input.et_pb_searchsubmit,
.widget_search input#searchsubmit {
    background: transparent;
    color: transparent;
    border: none;
    width: 55px;
    z-index: 2;
}
/*Add padding to the search input field*/
.icon-search-button input.et_pb_s,
.widget_search input#s {
    padding-right: 55px !important;
}
/*Add the icon*/
.icon-search-button .et_pb_searchform:before,
.widget_search::before {
    content: '\55';
    position: absolute;
    font-family: 'ETModules';
    z-index: 1;
    right: 0;
    font-size: 20px;
    padding: 8px 20px;
}






/*Creating Sticky Header on Scroll; */

body:not(.et-fb) .et_pb_section.fixed-header {
	position:fixed;
	top:0;
	width:100%;
	transform: translateY(-100%);
	transition: 0.3s transform ease-in-out;
	z-index:99;
}

body.admin-bar:not(.et-fb) .et_pb_section.fixed-header {top:32px;}

@media (max-width:782px) {
	body.admin-bar:not(.et-fb) .et_pb_section.fixed-header {top:46px;}
}

@media (max-width:600px) {
	body.admin-bar:not(.et-fb) .et_pb_section.fixed-header {top:0;}
}

body:not(.et-fb) .et_pb_section.fixed-header.scrolled {
	transform: translateY(0);
}





/*Adjusting Menu */

.et_pb_menu_0_tb_header.et_pb_menu .nav li ul {
    background-color: #f1e6d0 !important;
    border-color: #f1e6d0;
    border-radius: 7px;
	box-shadow: 0 8px 60px 0 rgba(103,151,255,.11),0 12px 90px 0 rgba(103,151,255,.11);	
}

/*Adding Menu Carrot */
/* nav > ul > li > ul:after {
    position: absolute;
    left: 90%;
    margin-left: -20px;
    top: -14px;
    width: 0;
    height: 0;
    content:'';
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #f1e6d0;
}

.et_pb_fullwidth_menu .et_pb_menu__menu > nav > ul > li > ul, .et_pb_menu .et_pb_menu__menu > nav > ul > li > ul {
    top: calc(100% - 1px);
    left: -150%!important;
}
 */

.et_pb_menu__menu [class*="dropdown-menu-container"]:before {
position: absolute;
left: 195px;
top: -20px;
width: 0;
height: 0;
content: '';
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-bottom: 20px solid #f1e6d0!important;
}

.green-text{
	color: #29c4a9!important;
}


.et_pb_scroll_top.et-pb-icon {
    text-align: center;
    background: rgba(0,0,0,.4);
        background-color: rgba(0, 0, 0, 0.4);
    text-decoration: none;
    position: fixed;
    z-index: 99999;
    bottom: 125px;
    right: 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    display: none;
    cursor: pointer;
    font-size: 30px;
    padding: 5px;
    color: #fff;
    margin-right: 15px;
    border-radius: 25px;
    background-color: #ff7a59;
}

.sticky-section {
    position: sticky;
    position: -webkit-sticky;
    top: 80px; /* Change the height from the top here */
}

#page-container {
	overflow: visible !important;
}






/* Monthly & Annual Pricing Toggle */
input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
input[type="checkbox"]:focus {
  outline: 0;
}

.toggle {
  height: 32px;
  width: 52px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  margin: 0;
  border: 2px solid #474755;
  background: transparent;
  transition: all 0.2s ease;
}
.toggle:after {
  content: "";
  
  position: absolute;
  top: 2px;
  left: 2px;
  width: 24px;
  height: 24px;
  line-height: 22px;
  border-radius: 3px;
  background: white;
  box-shadow: 0 1px 2px rgba(44, 44, 44, 0.2);
  transition: all 0.2s cubic-bezier(0.5, 0.1, 0.75, 1.35);
  font-family: "ETModules";
}
.toggle:checked {
  border-color: #455170 ;
  background: var(--main-color);
}
.toggle:checked:after {
  transform: translatex(20px);
  color:#29c4a9;
  
}


/* End Monthly & Annual Pricing Toggle */



.et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu, .et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu ul {
    background-color: #f2f4f5 !important;
    margin-top: 20px!important;
}

.et_mobile_menu {
    width: 127.5%!important;
   
}

@media only screen and (max-width: 600px) {
  .et_pb_section_1_tb_header.et_pb_section {
    padding-top: 15px!important;
    padding-bottom: 15px!important;
    background-color: #ffffff !important;
}
}



 @media only screen and (max-width: 980px) {
.four-columns .et_pb_column {
width: 50%!important;
}
.rmjs-1[data-readmore] {
  overflow-x: scroll!important;
}
}





/* Floating Contact Button */
/*Adjusting the Width and Height of the Floating Icon*/

.ds_floating_icon.et_pb_blurb {
	width: 80px;
	height: 80px !important;
	padding: 20px;
	transition: .3s ease !important;
}


/*Changes the width of the Icon on Hover*/

.ds_floating_icon.et_pb_blurb:hover {
	width: 230px;
}


/*Makes the Title text invisibile*/

.ds_floating_icon.et_pb_blurb .et_pb_module_header {
	opacity: 0;
}


/*Shows the Title text with Animation*/

.ds_floating_icon.et_pb_blurb:hover .et_pb_module_header {
	opacity: 1;
	-webkit-animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


/*Keyframes for Animation to work*/

@-webkit-keyframes slide-in-right {
	0% {
		-webkit-transform: translateX(300px);
		transform: translateX(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes slide-in-right {
	0% {
		-webkit-transform: translateX(300px);
		transform: translateX(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}


.ds_floating_icon.et_pb_blurb_0_tb_footer.et_pb_blurb .et_pb_module_header {
 margin-top:1px;
}

.ds_floating_icon.et_pb_blurb_0_tb_footer .et-pb-icon {
 font-size:35px;
 color:#ff7a59;
 padding-top: 8px;
}



/* Inline #21 | https://soffrontnew.wpengine.com/pricing/#compare-table */

.rmjs-1[data-readmore] {
  /* transition: height 200ms; */
  /* overflow: hidden; */
  transition: height 1200ms!important;
  
}
.rmjs-3[data-readmore] {
  /* transition: height 200ms; */
  /* overflow: hidden; */
  transition: height 1200ms!important;
  
}

.rmjs-5[data-readmore] {
  /* transition: height 200ms; */
  /* overflow: hidden; */
  transition: height 1200ms!important;
  
}



.et_pb_pricing li {
  line-height: 1.6em;
  padding: 0;
  position: relative; }

.et_pb_pricing_content_top {
  border-bottom: 1px solid #BEBEBE;
  padding-top: 17px;
  padding-bottom: 0;
  position: relative;
  border-style: solid; }


.price-addon{
  color: var(--main-color);
  font-weight: bold;
}









/*Table Comparison Styling */

tr:nth-child(even).compare {
  background-color: #f2f2f2;
  }
  tr:nth-child(odd).compare {
  background-color: #ffffff;
  }
  
  .main-row{
    background-color: #455170 ;
    color: white;
    font-weight: bold;
    text-align:center;
  }
  
  .main-row, .secondary-row{
    
  }
  .entry-content table:not(.variations), body.et-pb-preview #main-content .container table {
    text-align: center;
}
  
  
  th{
    position:sticky;
    position: -webkit-sticky;
    top: 0;
    background-color: white;
    z-index: 999;
  }
  
.tooltip {
  position: relative;
  padding: 20px !important;
  
  
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: #455170;
  border: 1px solid #29c4a9;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 999;
  top: -10px;
  left: 110%;
  font-family: 'Nunito',Helvetica,Arial,Lucida,sans-serif;
  box-shadow: 0 8px 60px 0 rgba(103,151,255,.11),0 12px 90px 0 rgba(103,151,255,.11);
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 37%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #29c4a9 transparent transparent;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
  
  .entry-content tr td,
body.et-pb-preview #main-content .container tr td {
 border-top:none!important;
 padding:6px 24px
}
  
  tr{
    text-align:left;
  }
  
  
  .fa,
.fas,
body *[data-icon^="agsdix-fas "]:before,
body #page-container .et_pb_custom_button_icon[data-icon^="agsdix-fas "]:before,
body *[data-icon^="agsdix-fas "]:after,
.et-fb-root-ancestor #et-fb-app .et-fb-font-icon-list *[data-icon^="agsdix-fas "]:after,
#et-boc #et-fb-app .et-fb-font-icon-list *[data-icon^="agsdix-fas "]:after,
.wp-admin *[data-icon^="agsdix-fas "]:before {
 font-weight:900;
 padding-top: 3px!important;
 
}
  
  a {
    color: inherit;
}
  
  
  .fa-question-circle:before,
*[data-icon="agsdix-fas fa-question-circle"]:before,
*[data-icon="agsdix-fas fa-question-circle"]:after,
*[data-icon="agsdix-far fa-question-circle"]:before,
*[data-icon="agsdix-far fa-question-circle"]:after {
 content:"\f059"!important;
 color: #bfbfbf;
}

  .fa-times-circle:before,
*[data-icon="agsdix-fas fa-times-circle"]:before,
*[data-icon="agsdix-fas fa-times-circle"]:after,
*[data-icon="agsdix-far fa-times-circle"]:before,
*[data-icon="agsdix-far fa-times-circle"]:after {
 content:"\f057"!important;
 color: #d6545b;
 font-size: 20px;
}


.main-row, .secondary-row {
  font-size: 15px;
  font-weight: bold;
}

th {
  text-transform: uppercase;
}


.tooltip .tooltiptext {
  font-size: 14px;
}

tr {
  font-size: 12px;
}


.entry-content thead th, .entry-content tr th, body.et-pb-preview #main-content .container thead th, body.et-pb-preview #main-content .container tr th {
  
  font-weight: 900;
  font-size: 16px;
  color:#455170;
}

  .secondary-row {
  color: #455170;
    width: 220px;
}

tr:hover.compare {
    background-color: #e9e9e9;
}

  
  .table-category{
    text-align:center!important;
  }
  
   .sticky-prices {
    position: sticky;
    position: -webkit-sticky;
    top: 0px; /* Change the height from the top here */
    z-index:100;
}

    @media only screen and (max-width: 768px) {
    .main-row{
      text-align:left!important;
    }
}
  

  
.entry-content table:not(.variations).compare, body.et-pb-preview #main-content .container table {
	border: 1px solid #eee !important;
}




.et_pb_team_member_image {
    border-radius: 284px 284px 284px 284px;
    overflow: hidden;
    border-radius: 284px 284px 284px 284px;
    overflow: hidden;
    border: 3px solid var(--main-color);
    width: 150px!important;
    height: 150px!important;
    transform: translateY(-35%)!important;
    margin-right: auto!important;
    margin-left: auto!important;
    box-shadow: 0 8px 60px 0 rgba(103,151,255,.11),0 12px 90px 0 rgba(103,151,255,.11);
}

.icon{
  color:var(--main-color)
}


 .dsm_fixed_header_scroll_active .et_pb_menu_0_tb_header.et_pb_menu ul li a {
    color: #333333 !important;
}

/* .dsm_fixed_header_scroll_active .et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-item a {
    color: #333333  !important;
} */




.et_pb_menu__logo {
    overflow: hidden;
     filter: none;
}

.dsm_fixed_header_scroll_active .et_pb_menu_0_tb_header.et_pb_menu .et_pb_menu__logo {
    overflow: hidden;
   
	filter: brightness(0) invert(0);
}

.mfp-title {
 display: none!important;
}
