/*
Custom CSS
=============

Author:  Dave Stadelman
Updated: November 2020
Notes:	 Hoffmann + Hoffmann CPA's LTD

*/


/* ----------------------------------------------- */
/* GLOBAL */
/* ----------------------------------------------- */

body { font-size: 18px; }

h2 { color: #ee1d1d; }

.picframe img {
  border: 3px solid #2d4eb5;
  margin-top:0;
  padding:0;
}

.picframe2 img {
  border: 3px solid #2d4eb5;
  margin: 25px 40px 15px 0;
}

.picframeCalc img {
  border: 6px solid #2d4eb5;
  margin: -25px 0px 250px 0;
}

.pdfLink a:visited {
  color: #ff1a1a; 
}

.pdfLink a:link, a:active {
  color: #2c2c2c; 
}

.pdfLink a:hover {
  color: #0000a2;
  font-size: 110%;
  font-weight: bold;
}

.download-button { margin-top: 50px; background-color: #0000a2 !important; }



/* ----------------------------------------------- */
/* NAV MENU */
/* ----------------------------------------------- */

/* Increase font-size on Nav Menu */

#access a,
#access ul li ul li a,
#access ul li.current-menu-item ul li a,
#access ul li ul li.current-menu-item a,
#access ul li.current_page_ancestor ul li a,
#access ul li.current-menu-ancestor ul li a,
#access ul li.current_page_item ul li a {
		font-size: 19px;
}


/* ----------------------------------------------- */
/* FP */
/* ----------------------------------------------- */

#content a:visited { 
  color: #ff1a1a; 
  text-decoration: none;
}

#content a:hover { 
  color: #ff1a1a;  
  text-decoration: none;
  font-weight: bold;
  font-size: 110%;
}


/* ----------------------------------------------- */
/* SERVICES */
/* ----------------------------------------------- */


/* Services Page Navigation */
.svcs-nav li {
  display: inline-block;
  margin: -50px 40px 100px 0px;
  font-size: 19px;
  font-family:'PT Sans', sans-serif;
}

.svcs-nav li a:link,
.svcs-nav li a:visited {
  padding: 8px 0 8px 0;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border: 3px solid transparent;
  -webkit-transition: border-bottom 0.4s;
  transition: border-bottom 0.4s;
  -webkit-transition: border-top 0.4s;
  transition: border-top 0.4s;
}

.svcs-nav li a:hover,
.svcs-nav li a:active
{
  border-bottom: 3px solid #ee1d1d;
  border-top: 3px solid #ee1d1d;
}

/* Increase size of service icon */

.service-item .service-icon, .service-item .service-icon img {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

widget_service .service-item, .widget_service p, .widget_service .more-link {
    text-align: left;
}

.entry-meta .cat-links, .date-updated, .entry-meta .cat-links a {
    display: none;
}


/* Styles the lists on the services page */

.HH-services-list {
  background-color: #f6f6f6;
  line-height: 180%;
  font-size: 110%;
}

.HH-services-list li {
  list-style-type: none;
}  

/* Temporarily removes list styling on services page */

/*
.HH-services-list li:before {
  content: "∫∫ ";
  height: 4px;
  margin-right: 10px;
}

*/


/* Styles the graphics on the services page */

.post-51 {
  width: 145%;
  margin-right: -900px;
  padding: 0 5% 0 5%;
   
}

#svContainer {
  	width: 450%;
    max-width: 1280px;
    height: 25%;
    max-height: auto;
  	background-color: #2d4eb5;
    display: inline-block;
    margin-top: -80px;
    margin-left: 32px;
    margin-bottom: 20px;
    padding: 20px;
    box-sizing: border-box;
    line-height: 196px;
}
     
#svContainer a:link, #svContainer a:visited { 
     color: #fff;
     background-color:#737373; 
     text-decoration: none; 
     font-size: 130%;
     opacity: .85; 
}

#svContainer a:hover, #svContainer a:active { 
        color: white; 
        background-color: #4a89c3; 
        text-decoration: none; 
        opacity: 1.0;
        font-size: 150%;
        line-height: 150%;
}

.svBox {
    color: #fff;
    font-size: 120%;
    font-family: arial, sans-serif;
    text-align: center;
    width: 200px;
    height: 196px;
    margin: 10px 10px 10px 5px;
    display: inline-block;
    border: 2px solid black;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;  
    background-size: contain;
    float: left;
}

.svBox1 { 
    background-color: #23463E;
    background-image: url("https://windycitycpas.com/wp-content/uploads/2016/08/laptop-1.png");
    background-size: cover;
    
    margin-top: 18px;
}

.svBox2 { 
    background-color: #A6CFC5; 
    background-image: url("https://windycitycpas.com/wp-content/uploads/2018/07/draft-2018-1040-1-35.jpg" );
}

.svBox3 { 
    background-color: #384643; 
    background-image: url("https://windycitycpas.com/wp-content/uploads/2016/05/client2.jpg" );
}

.svBox4 {
    background-color: #499381; 
    background-image: url("https://windycitycpas.com/wp-content/uploads/2016/08/dollar_sign-1-150x150.jpg" );
}
    
#svContainer img {
   position: relative;
   border-radius: 50%;
}

.svPayroll li {
   margin-top: 6px;
}

.svUls li {
   margin-top: 6px;
}


/* ----------------------------------------------- */
/* ABOUT US */
/* ----------------------------------------------- */


.HH-staff-name {
  margin-top: 40px;
  font-weight: bold;
  font-size: 125%;
  line-height: 130%;
  color: #2d4eb5;
}


.HH-staff-title {
  font-style: italic;
  font-size: 115%;
  line-height: 130%;
  color: #333;
}

#post-45 p {
   line-height: 135%;
}


/* ----------------------------------------------- */
/*CONTACT SIDEBAR*/
/* ----------------------------------------------- */

.csh3 {
  text-align: center;
  color: #2d4eb5;
  font-size: 150%;
  margin-bottom: 25px;
  margin-top: 10px;
}


/* ----------------------------------------------- */
/*CONTACT FORM 7*/
/* ----------------------------------------------- */

.wpcf7-form{
    background: #4A4A4A;
    background: #F0F0F0;
    width : 450px;
    height: 450px;
    overflow: hidden;
    margin: 20px;
    border: 4px solid  #2d4eb5;
    padding: 20px;
}
.wpcf7-form h2{
    font-size : 20px;
    text-align: center;
}
.wpcf7-form input, .wpcf7-form textarea {
    border: 2px solid #2d4eb5; 
    padding: 4px;
    line-height: 20px;
    font-size: 16px;
    width: 400px;
    float: none;
    margin: 0;
    
}
.wpcf7-form textarea {
    line-height: 20px;
    font-size: 16px;
    height: 150px;
}
.wpcf7-form p {
    font-size : 18px;
    margin-left: 22px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 290px;
    padding: 0 0 10px;
    color: #ff1a1a;
}


/* ----------------------------------------------- */
/* Download Buttons */
/* ----------------------------------------------- */

/*
QR		ID
---------	----
fed     		216
state 	  	219
qual plans 	222
soc sec		  225
itemized	  228
guide-sp  	357
pass-thru   794
qbi deduct  809

 ----------------------------------------------- */

.post-216 a:hover, 
.post-219 a:hover, 
.post-222 a:hover, 
.post-225 a:hover, 
.post-228 a:hover, 
.post-357 a:hover,
.post-794 a:hover,
.post-809 a:hover,
.post-715 a:hover { 
  color: #1F009A !important; 
}



/* ----------------------------------------------- */
/*MISC*/
/* ----------------------------------------------- */

/* Ent &amp; Bus Meals- adjust caption meals top margin  */

#attachment_741 > p { margin-top: 2px;}


/* ----------------------------------------------- */
/*FOOTER*/
/* ----------------------------------------------- */

#colophon .widget-wrap {
    background-color: #2d4eb5;
}

.phone-number > a, .phone-number::before, .email > a, .email::before, .address, .address::before, .info-bar  { background-color: #494949 !important; color:#5BF3A3!important; }

.dwts {
  margin-top: 0;
  padding: 0;
  color: #f2f2f2;
}

.dwts a:link, a:visited, a:active { color:#f6f6f6; }

.dwts a:hover {
  font-size: 115%;
  color: #AD0000 !important;
  background-color: #e8e4e4;
}

.dwts { color: #f2f2f2; }

.footerMore a:link, a:visited, a:hover, a:active { color: #f2f2f2; }

/* ----------------------------------------------- */
/*MEDIA QUERIES*/
/* ----------------------------------------------- */

/* Small phones to small tablets: from 481px to 767px */
@media only screen and (max-width: 767px) {
  
   .svBox, #svContainer {
    display: none;
  }
}
  
@media only screen and (max-width: 480px) {
  
  .svBox, #svContainer, .svcs-nav, .aboutLogo {
    display: none;
  }
  
  img {width: 95%; height: auto; }
  
  .picframe img { border: 2px solid #0000a2; }
  
  .widget-wrap img, .heaader-image { height: 120px; width: auto; }
  
  .payroll img {width: 120px; height: auto; display: inline-block; }
 
  .site-title {
    font-size: 20px;
    line-height: 24px;
  }
  
  .post-51 { width: 100%; }  /*services page width */

}






