/*
 Theme Name:   illdy Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  illdy Child Theme
 Author:       John Hilbert
 Author URI:   http://example.com
 Template:     illdy
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         
 Text Domain:  illdy-child
*/

#footer{
	width:100%;
	background-color:#293240;
	padding:40px 0 0
	}

#footer .bottom-footer{
	margin-top:50px;
	padding:30px 0;
	text-align:right;
	background-color:#12161d
	}
	
.col-foot-1 {
	width: 20%
}

.col-foot-2 {
	text-align: right;
	width: 80%
}

.about-contents {
	max-width: 700px;
	margin: 0px auto
}

.col-blog-side {
	width: 25%
}

.col-blog {
	width: 70%
}

.markup-format a {
    color: #214478;
    text-decoration: none;
}


#header .top-header .header-logo {
	font-size: 50px
}


input.wpcf7-form-control.wpcf7-submit {
	color: #fff;
	background-color: #3771c8;
}
input.wpcf7-form-control.wpcf7-submit:hover {
	color: #fff;
	background-color: #87aade;
}

#latest-news .latest-news-button, a.button {
	color: #fff;
	background-color: #3771c8;
}
#latest-news .latest-news-button, a.button:hover {
	color: #fff;
	background-color: #87aade;
} 

.markup-format ul, .markup-format ul li {
	list-style-type: square;
	list-style-position: outside;
}
.markup-format ol, .markup-format ol li {
	list-style-position: outside;
}

.markup-format table {
	width: 0px;
	border-collapse: collapse;
	border: none;
}
 
 li {
	text-align: left;
 }
 
 
.rb-resume-block .rb-experience .rb-section-title {
	color: #214478
}

.rb-experience {
	text-align: justify
}

.rb-title {
	color: #3771c8;
}

.rb-resume-block .rb-experience-item .rb-subtitle {
	color: #37415c;
}

.rb-experience-description {
	margin-bottom: 2em
}


/* ----- ToolTipster CSS ----- */
/* to hide the template-class automatically */
.tooltip_templates { display: none; }

.ttip.tooltipstered{
	color:#214478;
}

.tooltipster-sidetip.tooltipster-default.tooltipster-default-customized .tooltipster-box {
	background: #293240;
	border: 0px;
	border-radius: 6px;
	box-shadow: 3px 3px 2px 1px rgba(0,0,0,0.3);
}


.tooltipster-sidetip.tooltipster-default-customized .tooltipster-arrow-background {
	border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom.tooltipster-default-customized .tooltipster-arrow-background {
	border-bottom-color: #293240;
	left: 0px;
	top: 3px;
}

.tooltipster-sidetip.tooltipster-left.tooltipster-default-customized .tooltipster-arrow-background {
	border-left-color: #293240;
	left: -3px;
	top: 0px;
}

.tooltipster-sidetip.tooltipster-right.tooltipster-default-customized .tooltipster-arrow-background {
	border-right-color: #293240;
	left: 3px;
	top: 0px;
}

.tooltipster-sidetip.tooltipster-top.tooltipster-default-customized .tooltipster-arrow-background {
	border-top-color: #293240;
	left: 0px;
	top: -3px;
}

.tooltipster-sidetip.tooltipster-default-customized.tooltipster-arrow-border{
    border:8px solid transparent;}
.tooltipster-sidetip.tooltipster-default-customized.tooltipster-bottom .tooltipster-arrow-border{
    border-bottom-color:#293240;}
.tooltipster-sidetip.tooltipster-default-customized.tooltipster-left .tooltipster-arrow-border{
    border-left-color:#293240;}
.tooltipster-sidetip.tooltipster-default-customized.tooltipster-right .tooltipster-arrow-border{
    border-right-color:#293240;}
.tooltipster-sidetip.tooltipster-default-customized.tooltipster-top .tooltipster-arrow-border{
    border-top-color:#293240;}
    
