/* 
Theme Name:		 GeneratePress Child theme
Theme URI:		 http://www.websitebundles.com/
Description:	 Theme by Site <a href=\"http://childthemegenerator.com/\">http://childthemegenerator.com/</a>
Author:			 WebsiteBundles
Author URI:		 http://childthemegenerator.com/
Template:		 generatepress
Version:		 1.0.0
Text Domain:	 GeneratePress-child
-------------------------------------------------------------- */ 

/* =Theme customization starts here
------------------------------------------------------- */
@font-face {font-family: "Gotham-Bold";font-display: auto;font-fallback: ;font-weight: 400;src: url(/wp-content/themes/getintopc/assest/fonts/Gotham-Bold.woff2) format('woff2');} @font-face {font-family: "Gotham-Book";font-display: auto;font-fallback: ;font-weight: 400;src: url(/wp-content/themes/getintopc/assest/fonts/Gotham-Book.woff2) format('woff2');} @font-face {font-family: "Inter-Regular";font-display: auto;font-fallback: ;font-weight: 400;src: url(/wp-content/themes/getintopc/assest/fonts/Inter-Regular.woff2) format('woff2');}

	
body {
  overflow-x: hidden;
}
article {
    border-bottom: 2px solid #017bf7;
}
/*.entry-summary{display:none;}*/
.fasc-background {
    background-color: #00d084 !important;
}

.sidebar .widget li {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
}

.sidebar .widget {
  background-color: #fff;
  padding-left: 15px !important;
  padding-right: 15px !important;
  margin-bottom: 50px !important;
  border: 1px solid rgba(0, 0, 0, .05);
  box-shadow: 0 0 10px 0 rgba(214, 231, 233, 0.52);
  border-radius: 4px;
}

.message_box
.sidebar .widget {
  margin: 15px 0;
  padding: 1em 1em;
}

.note {
  background: #FAF3D4;
  color: #484019;
  border-width: 0 0 0 12px;
}

.widget_custom_html {
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
}

p.has-background {
    background-color: #f2fef3 !important;
    border-radius: 10px;
}

.wp-block-group.has-background {
    border-radius: 10px;
}

body {
  font-family: Inter-Regular;
}



.main-title,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Gotham-Bold;
}

.main-navigation li {
  font-family: Gotham-Book;
  letter-spacing: 0.8px !important;
}

.separate-containers .inside-article {
  padding: 10px;
}

.separate-containers .site-main>* {
  margin-bottom: 0px;
}

.resize-featured-image .post-image img {
  border-radius: 10px;
	border: 1px solid #003087;
}

.sidebar .widget:first-child {
  background-color: #ecf8f8;
  color: #1c1e29;
}

.below-cta {
  display: block;
  font-size: 15px;
  margin-top: 8px;
}

.apple {
  display: inline-block;
  font-size: 17px;
  padding: .5em 1em;
  text-decoration: none;
  min-width: 130px;
  text-align: center;
  background-color: #15c39a;
  color: #fff !important;
  border-radius: 5px;
}

.footer-widgets a,
.footer-widgets a:visited {
  color: #ffffff;
  font-size: 15px;
}

.wp-block-table-title {
	background-color:#15c39a;
	color:#FFFFFF;
	border-top-left-radius:1px;
	border-top-right-radius:1px;
    padding: .5em 1em;
    font-weight: 700;
    font-size: 1.1em;}

.wp-block-table-content{
	border-bottom-left-radius:1px;
	border-bottom-right-radius:1px;
	background-color: #fff;
    color: #444;
    padding: 1em;}