/* 
Theme Name:		 RejsyHADM Child
Description:	 RejsyHADM Child is a child theme of RejsyHADM, created by ChildTheme-Generator.com
Author:			 creatorzy
Author URI:		 http://childtheme-generator.com/
Template:		 rejsyhadm
Version:		 1.0.0
Text Domain:	 rejsyhadm-child
*/

 

@font-face {
    font-family: Trueno-Bold;
    src: url('/wp-content/themes/rejsyhadm-child/fonts/TruenoBd.otf');
}
@font-face {
    font-family: Trueno-Regular;
    src: url('/wp-content/themes/rejsyhadm-child/fonts/TruenoRg.otf');
}
@font-face {
    font-family: Trueno-Light;
    src: url('/wp-content/themes/rejsyhadm-child/fonts/TruenoLt.otf');
}

h1 {
    font-family: Trueno-Bold, Lato, sans-serif;
}
h2 {
    font-family: Trueno-Bold, Lato, sans-serif;
}
h3 {
    font-family: Trueno-Bold, Lato, sans-serif;
}
h4 {
  font-family: Trueno-Bold, Lato, sans-serif;
}
h5 {
    font-family:Trueno-Regular, Lato, sans-serif;
}
body {
    font-family: Trueno-Regular, Lato, sans-serif;
}
p {
    font-family: Trueno-Light, Lato, sans-serif;
}

.menu-item {
    font-family: Trueno-Bold, Lato, sans-serif !important;
  }

.et_pb_menu__wrap {
    padding-top: 10px;
}



/** SECTION 1 **/


/* input[type=checkbox], input[type=radio] {
    visibility: hidden!important;
    margin: 0!important;
    width: 0!important;
  } */
  
  /* Set Elegant Icont font, size, & positioning for the checkboxes/radio buttons plus the cursor on hover */
   /* input[type=checkbox] + label:before,
  input[type=checkbox] + span:before,
  input[type=radio] + label:before {
    visibility: visible;  
    font-family: "ETmodules";
    font-size: 30px;
    position: relative;
    top: 6px;
    padding-right: 8px;
  }
  
  input[type=checkbox] + label:hover,
  input[type=checkbox] + span:hover,
  input[type=radio] + label:hover { 
    cursor: pointer; 
  } */
    
  /** SECTION 2 **/
  
  /* Set checkbox to ET icons: normal, hover, checked, & checked hover
  input[type=checkbox] + label:before,
  input[type=checkbox] + span:before { 
    content: '\56'; 
  }
  input[type=checkbox] + label:hover:before,
  input[type=checkbox] + span:hover:before {
    content: '\5a'; 
    filter: alpha(opacity=20); 
    opacity: 0.2;
  }
  input[type=checkbox]:checked + label:before,
  input[type=checkbox]:checked + span:before {
    content: '\5a';
  }
  input[type=checkbox]:checked + label:hover:before,
  input[type=checkbox]:checked + span:hover:before { 
    filter: alpha(opacity=100); opacity: 1; 
  } */
  
  /* Set radio buttons Divi icons: normal, hover, checked, & checked hover
  input[type=radio] + label:before { 
    content: '\5b';
  }
  input[type=radio] + label:hover:before { 
    content: '\5c'; 
    filter: alpha(opacity=20); 
    opacity: 0.2; 
  }
  input[type=radio]:checked + label:before { 
    content: '\5c'; 
  }
  input[type=radio]:checked + label:hover:before { 
    filter: alpha(opacity=100); opacity: 1; 
  }

  .woocommerce-checkout form textarea#order_comments {
    height: 230px; // Set your height
} */

.woocomerce-notice {
    display: none;
}

.woocommerce-order-overview {
    display: none;
}

.et_pb_contact p input[type=checkbox]+label i {
      display: none !important;
  }

  .et_pb_contact p input[type=radio]+label i {
    display: none !important;
}


  /* .et_pb_contact_field_checkbox, .et_pb_contact_field_radio {
    display: inline-block!important;
    margin-right: 30px;
  }
  /*add some adjustments to the check boxes and radio buttons*/
  /* .et_pb_contact p input[type="checkbox"] + label i, .et_pb_contact p input[type="radio"] + label i, .et_pb_subscribe .et_pb_contact_field input[type="checkbox"] + label i, .et_pb_subscribe .et_pb_contact_field input[type="radio"] + label i {
      width: 22px;
      height: 22px;
      margin-right: 6px;
      margin-top: -4px;
      background-color: #ffffff;
      border: 2px solid #666666!important;
  } */ 

  .et_pb_module .et_pb_contact_submit, .et_pb_module .et_contact_bottom_container {
    width: 100%!important;
}

.pa-inline-buttons .et_pb_button_module_wrapper {
  display: inline-block;
}

.et_pb_section .dsm_button_0_tb_body .et_pb_button_two.et_pb_button:hover {
  color: #fff !important;
}

.mfp-bottom-bar {
  display:none;
}
.et_pb_gallery_caption {
  display: none;
}