/*
Theme Name: Illdy Custom Child
Theme URI: http://colorlib.com/wp/themes/illdy/
Template: illdy
Author: Colorlib
Author URI: http://colorlib.com
Description: Illdy is a stunning multipurpose WordPress theme built based on Bootstrap frontend framework making it fully responsive and mobile friendly. This theme is well suited for business, landing page, portfolio or any other creative websites. This leaves heavy lifting to WordPress Customizer therefore you can create your website on live preview mode. Which means that you can see changes happen on your website in real time as you make them
Tags: blog,e-commerce,portfolio
Version: 2.1.5.1577498271
Updated: 2019-12-27 17:57:51

*/

/*
    Add your custom styles here
*/
@import url('https://fonts.googleapis.com/css?family=Public+Sans:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');

h1, h2, h3, h4, h5, h6 {
    font-family: "Public Sans", Helvetica, Arial, sans-serif !important;
  
}
#header .bottom-header h1{
  font-family: "Public Sans" !important;
  font-weight:800;
}
h1 {
    font-size: 80px;
    line-height: 84px;
    font-weight: 800;
}

h2 {
    font-size: 65px;
    line-height: 70px;
    font-weight: 800;
}

h3 {
    font-size: 35px;
    line-height: 38px;
    font-weight: 800;
}

h4 {
    font-size: 25px;
    line-height: 32px;
    font-weight: 800;
}

h5 {
    font-size: 23px;
    line-height: 32px;
    font-weight: 800;
}

h6 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 800;
}
.blog-post-author {
  display: none;
}
#sidebar{

}
#sidebar .widget_title{
  padding: 0;
}

.front-page-section .section-content .widget-title{
	text-align:center;
}
#header .bottom-header h1{
font-family:"Public Sans";
}
html, body {
  overflow-x:hidden 
} 
/*******COPIED FROM SITE ORIGIN CSS ********/
#full-width.width-padding {padding: 50px;}
#about .section-header h3 {margin-top: 15px; margin-bottom: 15px;}
.home #about {padding: 65px 0 10px 0;}
@media only screen and (min-width: 600px) {
.snap-text {margin-top:10px;padding:10px 30%;}
}
@media only screen and (max-width: 600px) {
  .snap-text {margin-top:10px;padding:10px 5%;}
}
#full-width .widget .widget-title h5 {
    margin: 0;
    padding: 0;
    font-size: 36px;
    color: #162a75;
}
/*collapse o matic*/
.collapseomatic {
    font-size: 25px;
    line-height: 38px;
    font-weight: 700;
    font-family: "Public Sans";
    color: #667;
    background-image: url(http://www.seattlejobsinitiative.com/wp-content/uploads/arrow.png);
    background-repeat: no-repeat;
    background-position: 0px 11px;
    padding: 0 0 40px 25px;
    background-size: 17px;
}
.colomat-close {
    background-image: url(http://www.seattlejobsinitiative.com/wp-content/uploads/arrow-up.png);
}
.collapseomatic_content {
    margin-top: 0px;
    margin-left: 0px;
    padding: 0px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 40px;
}
.collapseomatic_content li {
    list-style-position: outside !important;
  	padding: 5px 0px;
}
/*Menus*/
.sub-menu .menu-item a {
line-height: 23px !important;
margin: 0px 0 !important;
padding: 15px 15px !important;
}
.fa {text-shadow: 1px 1px 2px #666 !important;}
#header .top-header .header-navigation ul li a {text-shadow: 1px 1px 1px #666 !important;}
#header .top-header .header-navigation ul li.menu-item-has-children a {text-shadow: none !important;}

/*footer*/
#footer .col-md-3.col-sm-6.col-xs-12 {margin-bottom: 25px !important;}

input.wpcf7-form-control.wpcf7-submit:hover {
background-color: purple;
color: white;
}
input.wpcf7-form-control.wpcf7-submit {
background-color: #162a75;
color: white;
}