/*
Theme Name: Tarpuna
Description: Tarpuna theme for Basic theme
Author: Toni Viader
Template: basic
*/

@import url("../basic/style.css");

/* write custom css below */

#header {
    border-bottom: 0px solid #CCCCCC;
    height: 65px;
}

.widget li {
    border-top: 1px solid #62B3C2;
}

.type-page {
    border-top: 1px solid #62B3C2;
}

#footer {
    border-top: 1px solid #62B3C2;}
	
.themify_builder_row {
	border-radius: 0px;
}

.post-image {
	margin: 0 0 -4px 0;	
}

a {
    color: #62B3C2;
}
ul#main-nav.main-nav.menu-name-horitzontal{
  margin-left: 220px;
  top: 83px;
}

div#body{
  margin-top:20px;
}