/*
Theme Name:    Child Twentyfifteen
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Fifteen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     twentyfifteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentyfifteen
*/



body.custom-background {
	background-repeat: no-repeat !important;
	background-size: cover;
	background-attachment: fixed !important;

}

body:before {
	background-color: rgba(255,255,255,0) !important;
}

.sidebar {
	background-color: white;
	height: 100%;
	position: fixed;
}


.entry-title {
	margin: 0px 0px 54px 82px;
	color: white;
	padding: 8px 0px 11px 10px!important;

}

.entry-header {
	background-color: #1e65c1;
	padding: 0px 0px 0px 0px;

}

.entry-content a, .entry-summary a, .page-content a, .comment-content a, .pingback .comment-body > a {
	border-bottom: 0px solid #333 !important;

}

.fa {
	font-size: 29px;
	margin-left: 4px;

}


.fa-angle-double-right {
	font-size: 16px;
}


.sidebar {
	overflow-y: scroll;
}



#style-3::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #d9d8d8;
}

#style-3::-webkit-scrollbar
{
	width: 4px;
	background-color: #d9d8d8;
}

#style-3::-webkit-scrollbar-thumb
{
	background-color: #ccc;
}


.textwidget a {
	border-bottom: 0px solid black;
}

.site-main {
	padding: 0 !important; 
}

h1 {
	font-weight: 400;
	font-size: 23px !important;
}


h2 {
	font-weight: 400 !important;
	font-size: 18px !important;

}

h3 {
	font-weight: 400 !important;
	font-size: 16px !important;

}

li {
	font-size: 14px;
	font-weight: 400 !important;
}

p {
	font-size: 14px;
}


.hentry {
	margin: 5% 0 5% 5.0%;
	padding-top: 5%;
}

.site-footer {
	margin: 0 0 0 33%;
	width: 67%;

}

h3{
	background-color: #f2f2f2;
	padding: 10px 0px 10px 19px;
}

h5 {
	background-color: #afd9f3;
	color: black;
	padding: 9px 0px 10px 10px!important;
	font-size: 15px !important;
	text-transform: none !important;
}

h6 {
	background-color: #eee;
	color: black;
	padding: 9px 0px 10px 10px!important;
	font-size: 15px !important;
	text-transform: none !important;
}

.page-id-2 {
	background-image: url();

}

.su-tabs {
	background: #afd9f3 !important;

}

.site-branding {
	text-align: center;
}

.site-header {
	margin: 15% 0;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-required.wpcf7-validates-as-tel {
	width: 100%;
	padding: 8px 0px 8px 8px;

}

.main-navigation {
	margin: 0 20% 15%;
}

button, input, select, textarea {
	font-size: 14px;

}


input[type="submit"] {
	font-size: 14px;
	background-color: #0053a6;

}

.site-info {
	padding: 5%;
	text-align: center;

}


.page-id-2 #post-2, .page-id-2 footer{
	display: none;

} 



@media screen and (max-width: 400px) {
  
 .hentry {
	margin: 0;
	padding-top: 5%;
}
  
 .sidebar {
 	position: relative;
 }

 .site-header {
 	margin: 0px;
 }

 .site-footer {
 	margin: 0;
 	width: 100%;
 }


 h3 {
 	padding: 10px 5px 10px 19px;
 }


.entry-title {
	margin: 0px 0px 54px 10px;
}


}