/*
Theme Name: MyDesigna
Template: oceanwp
Author: MyDesigna
Tags: two-columns,right-sidebar,footer-widgets,blog,news,custom-background,custom-menu,post-formats,rtl-language-support,sticky-post,editor-style,threaded-comments,translation-ready,buddypress,custom-colors,featured-images,full-width-template,theme-options,e-commerce,block-styles,wide-blocks,accessibility-ready
Version: 1.0.0
Updated: 2021-03-13 10:58:28

*/

/*BEGIN - Custom font */
@font-face {
    font-family: 'Helvetica LT Std Black';
    src: url('fonts/helvetica/HelveticaLTStd-Blk.eot'); /* IE9 Compat Modes */
    src: url('fonts/helvetica/HelveticaLTStd-Blk.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */

@font-face {
    font-family: 'Helvetica LT Std Cond Black';
	src: url('fonts/helvetica/HelveticaLTStd-BlkCond.eot'); /* IE9 Compat Modes */
    src: url('fonts/helvetica/HelveticaLTStd-BlkCond.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
}

@font-face {
    font-family: 'Helvetica LT Std Cond Black Obl';
	src: url('fonts/helvetica/HelveticaLTStd-BlkCondObl.eot'); /* IE9 Compat Modes */
    src: url('fonts/helvetica/HelveticaLTStd-BlkCondObl.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
}


@font-face {
    font-family: 'MyDesigna Beat';
    src: url('fonts/mydesigna/mydesigna-beat-webfont.woff2') format('woff2'),
         url('fonts/mydesigna/mydesigna-beat-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*END - Custom font */

/*BEGIN - Fixed Header*/

/*
@media only screen and (min-width: 768px) {
  header#site-header {
    position: float;
    transition: background-color .15s ease-in;
  }
}*/

/*END - Fixed Header*/

/*.transparent-header {
    position: fixed;
    transition: background-color .15s ease-in;
  }*/
  
#site-header {
    background:#00000;
    height:60px;
    z-index:170;
    margin:0 auto;
    border-bottom:1px solid #dadada;
    width:100%;
    position:fixed;
    top:0;
    left:0;
    right:0;
    text-align: center;
}

.site-branding {
margin-top:60px !important;
}