/* removes page title*/
article.page .entry-header h1.entry-title {
    display: none;
}

/* remove underline in link*/
.entry-content a {
    color: #248CC8;
    transition: all 0.2s ease 0s;
    text-decoration: none;
}

/* bullets shape*/
.textwidget ul {
    list-style-type: disc;
}


/* Lists keeps bullets to the left*/

ul, ol {
  margin: 0 0 1.5em 0;
}

.entry-content ul li, .entry-content ol li {
  margin-left: 1.1em;
}




/* menu font*/
.main-navigation a {
 font-family: "lato" !important;
 font-weight: normal;
 }

/* Sidebar */

#secondary p, #secondary ol, #secondary ul {
font-size: 18px !important;
}

#secondary .widget .widget-title, #footer-widgets .widget .widget-title {
    font-size: 25px;
}

/* Contact Form 7 Styles
---------------------------------*/
 
.wpcf7 {
 
background-color: #F0F0F0;
}
.wpcf7 textarea  {
  height: 70px;
  width: 87%;
}
.wpcf7-text {
   height: 30px;
   width: 400px;
}

#colophon #theme-attribution {
display: none;
}



 #main {
  padding-top: 0;
}

.layout-full .panel-row-style.panel-row-style-full-width {
  padding-top: 0;
}