/*
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
*/



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


/*==========  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) {
    
}


/*mobile sliding menu*/
/*right:0;*/
/*top:-100%;*/
/*#mobile-advanced{
width:100%;
position: absolute;
z-index: 1000;
padding:89px 0;
overflow: hidden;
border-left-style: solid;
border-left-width: 1px;
margin:0 0 0 -2px;
-webkit-transform:  scale(1);
-moz-transform:  scale(1);
-ms-transform:   scale(1);
transform:    scale(1);
-webkit-transition: all 0.6s ease;
-moz-transition:  all 0.6s ease;
transition:   all 0.6s ease;
-webkit-transform-origin: 0% 0%;
-moz-transform-origin: 0% 0%;
-ms-transform-origin: 0% 0%;
transform-origin: 0% 0%;
display:none;
}

.csstransforms3d #mobile-advanced{
-webkit-transform:  scale3d(1);
-moz-transform:  scale3d(1);
transform:    scale3d(1);
}

.show_mobile_menu #mobile-advanced{
-webkit-transform:  translate(0, 100%);
-moz-transform:  translate(0, 100%);
-ms-transform:   translate(0, 100%);
transform:    translate(0, 100%);
}

.csstransforms3d .show_mobile_menu #mobile-advanced{
-webkit-transform:  translate3d(0, 100%, 0);
-moz-transform:  translate3d(0, 100%, 0);
transform:    translate3d(0, 100%, 0);
}*/