/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.1
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
Modified By: Mark Lyndon Ramos
*/
@font-face {
  font-family: 'Helvetica';
  src: url(assets/fonts/helvetica.ttf) format("truetype"),url(./fonts/helvetica.ttf) format("opentype");
  font-weight: 400;
}

@font-face {
  font-family: 'Helvetica';
  src: url(assets/fonts/helvetica-bold.ttf) format("truetype"),url(./fonts/helvetica-bold.ttf) format("opentype");
  font-weight: 700;
}

@font-face {
  font-family: 'ZapfDingbats';
  src: url(assets/fonts/ZapfDingbats.ttf) format("truetype"),url(./fonts/ZapfDingbats.ttf) format("opentype");
  font-weight: 400;
}

/*Add your own styles here:*/
#header .widget {
  left: 71.5%;
  padding-top: 0;
  position: absolute;
  top: 0;
  transform: translate(-50%);
  z-index: 999;
}


.wpcf7-form-control {
	border-color: #000 !important;
}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    
}