/* Enter Your Custom CSS Here */
/* Enter Your Custom CSS Here */
@media (min-width: 760px) {
.navigation-top {
position: absolute;
top: 0px;
width: 100%;
height: 83px;
}
}
as you wanted to put navigation menu to the top, the inner page header image may be overlapped, so use this code too
@media (min-width: 760px) {
.custom-header {
position: relative;
padding-top: 70px;
}
}



.wrap {
max-width: 1145px;
padding-left: 0em;
padding-right: 0em;
}
 

.post-content{
    padding:0px;
    margin-top:0px;
}
.post-header{
    margin:0px;
    padding:0px;
}
.entry:first-child{
    padding:0px;
}



.colors-custom .main-navigation > div > ul{
background-color : #f9f9f1;
  color: #000;

}




.entry-header{
display : none;
}



.home-section-content{
padding : 50px;
}

.site-info{
display: none;
}
.social-navigation{
margin-left :430px;
}


#panel1{

display: none;
}

#panel3{

display: none;
}

#panel4{

display: none;
}

.wc-shortcodes-post-border{
 background-color:#F7F9F9   ;
}

.site-footer{
  display : none;
 background-color: #f9f9f1 ;
}




.featured-content-entry{
background-color: #f9f9f1 ;
}


.sample{
resize:none;
}

.wc-shortcodes-item {
	margin-top: 1.5em;
  margin-bottom: 0;
}

.tc-content{
height : 270px;
}

/*my code*/



div.wpcf7-validation-errors {
    border: 2px solid #ff1b1b;
    color: #FFF;
    font-weight: normal;
    font-family: Kollektif;
}
span.wpcf7-not-valid-tip {
    color: #fbfbfb;
    font-size: 1em;
    font-family: Kollektif;
    font-weight: normal;
    display: block;
}





