/* Enter Your Custom CSS Here */

body .site {
   margin-top: 0; 
}
body {
    color: #39a4da;
} 
h1.site-title
{
  padding-left:10px;
  color:#039;
  float:left;
}
.site-header h2 {
    padding-left:10px;    
    line-height: 1.846153846;
    color: #039;
}
.contact
{
float:right;
}  
.socialmedia
{
  float:right;
} 
.site-header h1 a, .site-header h2 a
{
  color: #039;
}  
.topheader
{
 background:#FFB301;
  padding-top:8px;
  padding-bottom:8px;
} 

.main-navigation li a {
    border-bottom: 0;
    color: #039;
    font-weight:bold;
}
footer[role="contentinfo"] a
{
  color:#039;
  text-align:center;
  text-decoration:none;
} 
footer[role="contentinfo"] {
    background:#DADADA;
    text-align: center;
} 

.social-icon_footer .icon_facebook {
    background: url(https://www.dheerajbojwani.com/Library/images/FB-02.gif) no-repeat; 
    width:46px;
    height:46px; 
}
.social-icon_footer .icon_facebook:hover
{
  background: url(https://www.dheerajbojwani.com/Library/images/FB-02.gif) no-repeat; 
}  
.social-icon_footer .icon_g-plus {
    background: url(https://www.dheerajbojwani.com/images/DheerajBojwani-consultants-GooglePlus.jpg) no-repeat;
    width:46px;
    height:46px; 
}
.social-icon_footer .icon_g-plus:hover {
    background: url(https://www.dheerajbojwani.com/images/DheerajBojwani-consultants-GooglePlus.jpg) no-repeat;
 }

.social-icon_footer .icon_twitter {
    background: url(https://www.dheerajbojwani.com/Library/images/twitter-02.gif) no-repeat;
    width:46px;
    height:46px; 
}
.social-icon_footer .icon_twitter:hover {
  background: url(https://www.dheerajbojwani.com/Library/images/twitter-02.gif) no-repeat;
 }
.social-icon_footer .icon_pinterest {
    background: url(https://www.dheerajbojwani.com/Library/images/pinterst-02.gif) no-repeat;
     width:46px;
    height:46px; 
}
.social-icon_footer .icon_pinterest:hover {
 background: url(https://www.dheerajbojwani.com/Library/images/pinterst-02.gif) no-repeat;
 }

.archive-title, .page-title, .widget-title, .entry-content th, .comment-content th {
    font-size: 16px;
    color: #066a9e;
}

.widget-area .widget a:visited {
    color: #039;
}
.widget-area .widget a {
    color: #066a9e;
}
.form {
    border: 1px solid #00A1E0;
    box-shadow: 5px 5px 10px 5px #00A1E0;
    padding: 10px;
}
.form h2 {
    background: #00A1E0;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    font-size: 20px;
    margin-bottom: 1%;
}
.form .field input[type="text"] {
    width: 90%;
}
.form .field input[type="email"] {
    width: 90%;
}
.form .field input[type="tel"] {
    width: 90%;
}
.form .field {
    height: 52px;
}
.form textarea {
    font-size: 100%;
    height: 60px;
    overflow: auto;
    width: 90%;
    vertical-align: top;
}
.form select.wpcf7-select {
    width: 98%;
    height: 30px;
}
.submitbtn {
    margin-top: 60px;
}
.submitbtn input[type="submit"] {
    background: #00A1E0;
    color: #fff;
    border: none;
    width: 98%;
}

