/*
Theme Name: Twenty Nineteen Child 
 
Description: Twenty Nineteen Child Theme
 
Template: twentynineteen
 
Text Domain: twentynineteen-child

*/ 

html {
    margin-top: 0 !important;
}
body{
	margin:0;
	padding: 0;
	background-color: #f1f0f6;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.button:focus, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus ,a:focus{
    outline: 0!important;
}
.container_size{
	max-width: 1100px;
	margin:0 auto;
}
.bg-white{
	background-color: #fff;
}
.navigation-menu-style .main-menu li a {
    font-size: 15px;
    color: #353535;
    font-weight: normal;
    font-family: 'Helvetica Neue', sans-serif;
    margin: 0;
    padding: 17px 20px;
    display: inline-block;
    position: relative;
    z-index: 1;
	-webkit-transition: .5s ease-in-out 0s all;
	-moz-transition: .5s ease-in-out 0s all;
	-ms-transition: .5s ease-in-out 0s all;
	-o-transition: .5s ease-in-out 0s all;
	transition: .5s ease-in-out 0s all;
}
.navigation-menu-style .main-menu li a:hover,
.navigation-menu-style .main-menu li a:focus{
	outline:0;
	border:0;
	text-decoration: none;
}
.navigation-menu-style .main-menu li.current_page_item a,
.navigation-menu-style .main-menu li a:hover{
	color:#fff;
	background-color: #2e3382;
}
.navigation-menu-style {
    text-align: center;
    margin: 0;
    padding: 0;
}
.paddingSpaceAddMain {
    padding: 20px 18px 10px;
}
.main-content-style {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    width: 100%;
}
.inner-col-content h5 {
    font-size: 17px;
    -webkit-font-smoothing: subpixel-antialiased;
    font-family: 'Helvetica Neue', sans-serif;
}
.content-style-main h5 {
    font-size: 17px;
    -webkit-font-smoothing: subpixel-antialiased;
    font-family: 'Helvetica Neue', sans-serif;
}
.inner-col-img {
	-webkit-box-flex:0;
	-webkit-flex: 0 0 39%;
	-ms-flex: 0 0 39%;
	-moz-flex: 0 0 39%;
	-o-flex: 0 0 39%;
	max-width: 39%;
	padding-right: 30px;
}
.inner-col-content {
	-webkit-box-flex:0;
	max-width: 60%;
	-webkit-flex: 0 0 60%;
	-moz-flex: 0 0 60%;
	-ms-flex: 0 0 60%;
	-o-flex: 0 0 60%;
}
.content-style-main p {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    letter-spacing: 0.2px;
    margin: 0 0 30px;
    font-family: 'Helvetica Neue', sans-serif;
}
.content-style-main p a{
	color:#0017f2;
	text-decoration: underline;
	-webkit-transition: .5s ease-in-out 0s all;
	-moz-transition: .5s ease-in-out 0s all;
	-ms-transition: .5s ease-in-out 0s all;
	-o-transition: .5s ease-in-out 0s all;
	transition: .5s ease-in-out 0s all;
    font-family: 'Helvetica Neue', sans-serif;
}

.site-branding.branding-custom-style{
	margin:0;
}
.content-style-main p a:hover{
	color:#313583;
}
.content-style-main h4 {
    font-size: 26px;
    line-height: 50px;
    letter-spacing: 0.15px;
    margin: 0 0 30px;
    font-family: 'Helvetica Neue', sans-serif;
}
.search-field, input[type="submit"].search-submit{
    font-family: 'Helvetica Neue', sans-serif;	
}
.inner-col-img img {
    -webkit-box-shadow: 0 0px 9px rgba(24,24,25,0.2);
    -moz-box-shadow: 0 0px 9px rgba(24,24,25,0.2);
    -ms-box-shadow: 0 0px 9px rgba(24,24,25,0.2);
    -o-box-shadow: 0 0px 9px rgba(24,24,25,0.2);
    box-shadow: 0 0px 9px rgba(24,24,25,0.2);
    min-width: 100%;
}
.coming-soon-main {
	min-height: calc(100vh - 302px);
	box-sizing: border-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
	align-items: center;
}
h1:not(.site-title)::before, h2::before{
	display: none;
}
.coming-soon-text {
	text-align: center;
	padding: 20px 100px;
	-webkit-box-shadow: 0 0 10px rgba(48, 36, 142,0.15);
	-moz-box-shadow: 0 0 10px rgba(48, 36, 142,0.15);
	-o-box-shadow: 0 0 10px rgba(48, 36, 142,0.15);
	-ms-box-shadow: 0 0 10px rgba(48, 36, 142,0.15);
	box-shadow: 0 0 10px rgba(48, 36, 142,0.15);
	margin: 0 auto 0;
	text-transform: uppercase;
	font-size: 27px;
	color: #30248e;
}
.error404 .page-header ,
.search .page-header{
    margin: 0 calc(10% + 60px) 0;
}
.error-404.not-found .page-title,
.no-results.not-found .page-title{
    margin: 0;
    text-align: center;
    display: block;
	color: #30248e;
	font-size: 40px;
	font-family: 'Helvetica Neue', sans-serif;	
}
.error-404.not-found,
.no-results.not-found{
    height: calc(100vh - 53px);
    padding-top: 40px;
}
.error-404.not-found .page-content,
.no-results.not-found .page-content{
    max-width: 460px;
    margin: 0 auto;
    text-align: center;
}
.error-404.not-found .page-content p,
.no-results.not-found .page-content p{
	line-height: 1.5;
	font-family: 'Helvetica Neue', sans-serif;	
}
.error-404.not-found,
.no-results.not-found{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
.inner-error-page-404,
.inner-no-result{
    width: 100%;
}
.error404 .navigation-menu-style,
.search-no-results .navigation-menu-style,
.search-results .navigation-menu-style{
    border-bottom: 1px solid #f1f0f6;
}
.search-no-results footer#colophon,
.search-results footer#colophon{
    display: none;
}
.search-results .entry-header h2.entry-title {
    font-size: 30px;
	font-family: 'Helvetica Neue', sans-serif;
}
.search-results .entry-header h2.entry-title a {
    color:#30248e;
	font-family: 'Helvetica Neue', sans-serif;
}
.search-results .entry .entry-title:before{
	display: none;
}
.search-results .entry-content p {
    font-size: 18px;
    margin: 10px 0!important;
	font-family: 'Helvetica Neue', sans-serif;
}
.search-results.hfeed .entry .entry-header {
    margin: 0 calc(10% + 60px) 0;
}
.search-results header.page-header {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}
.search-results .page-description {
    font-size: 18px;
    font-weight: 600;
    color: #767676;
	font-family: 'Helvetica Neue', sans-serif;
}
.search.search-results .page-header h1.page-title {
    color: #000;
	font-family: 'Helvetica Neue', sans-serif;
}
@media (max-width: 1400px){
.content-style-main h4 {
    font-size: 22px;
    line-height: 42px;
}
.inner-col-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    -moz-flex: 0 0 40%;
    -o-flex: 0 0 40%;
    max-width: 40%;
}
}
@media (max-width: 1099px){
body {
    background-color: #ffffff;
}
}
@media (max-width: 991px){
.inner-col-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.inner-col-content {
    max-width: 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
}
}
@media (max-width: 768px){
.inner-col-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    padding-right: 0;
}
.error404 .page-header,
.search.search-no-results .page-header  {
    margin: 0 0 0;
    padding: 0 15px;
}
.error-404.not-found .page-content,
.no-results.not-found .page-content {
    max-width: 500px;
    padding: 0 15px;
}
.error-404.not-found .search-submit, .no-results.not-found .search-submit {
    padding: 14px 28px;
    font-size: 16px;
}
.error-404.not-found .search-field,
.no-results.not-found .search-field {
    font-size: 18px;
}
.error-404.not-found .page-title,
.no-results.not-found .page-title{
    font-size: 32px;
}
.inner-col-content {
    max-width: 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
}
.main-content-style{
	display: block;
}
.inner-col-content h5 {
    margin-top: 0;
}
.content-style-main h4 {
    font-size: 20px;
    line-height: 40px;
}
.content-style-main p {
    font-size: 15px;
    margin: 0 0 20px;
}
.inner-col-content h5 {
    margin: 0 0 10px;
}
.content-style-main h5 {
    margin: 0 0 10px;
}
.search.search-results .page-header {
    margin: 40px 20px 40px;
}
}
@media (max-width: 767px){
.search-results.hfeed .entry .entry-header {
    margin: 0 20px 0;
}
}
@media (max-width: 575px){
.inner-col-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.content-style-main h4 {
    font-size: 19px;
}
.navigation-menu-style .main-menu li a {
    margin: 0;
    padding: 10px;
}
.coming-soon-text {
    padding: 20px 60px;
    font-size: 20px;
}
}
@media (max-width: 480px){
.navigation-menu-style .main-menu li a {
    font-size: 12px;
    padding: 10px 12px;
 }
.content-style-main h4 {
    font-size: 16px;
    line-height: 28px;
}
.error-404.not-found .page-content p,
.no-results.not-found .page-content p{
    font-size: 16px;
}
}
@media (max-width: 380px){
.navigation-menu-style .main-menu li a {
    padding: 10px 5px;
}
.coming-soon-text {
    padding: 15px 40px;
    font-size: 16px;
}
}