/*
Theme Name: Getwid Base Child Theme
Theme URI: https://motopress.com/products/getwid-base/
Author: MotoPress
Author URI: https://motopress.com/
Description: Getwid Base Child theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: getwid-base
Text Domain: getwid-base-child
*/

/******SHORTCODES******/

.plusmeta {
	text-align: center;
	margin-top: 0;
}

.plusmeta p {
	font-size: 0.8em;
}

/******GENERIC******/

body {
  font-family: 'Nexa-Regular', 'Century Gothic', sans-serif;
}

h1, h2, h3, h4 {
  font-family: 'Nexa-Bold', 'Century Gothic', sans-serif;
}


/******MAIN PAGE******/

.wp-block-getwid-progress-bar .wp-block-getwid-progress-bar__percent {
	font-family: 'Nexa-ExtraBold', 'Century Gothic', sans-serif;
	font-weight: bold;
	font-size: 1.4em;
	color: #2D3064;
}

:root .has-light-gray-color {
    color: #2D3064;
}


.wp-block-getwid-custom-post-type .wp-block-getwid-custom-post-type__post .wp-block-getwid-custom-post-type__content-wrapper {
	padding: 20px 20px 20px 20px;
}

/******MAIN PAGE (MOBILE)******/

.wp-block-getwid-custom-post-type.has-layout-list .wp-block-getwid-custom-post-type__post .wp-block-getwid-custom-post-type__post-thumbnail + .wp-block-getwid-custom-post-type__content-wrapper {
    max-width: 100%;
}

/*NAVIGATION*/

/*#masthead {
	margin-top: -4px;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 100%;
	max-width: 1312px;
	margin: 0 auto;
}*/

#masthead {
	padding-top: 25px;
	padding-bottom: 20px;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	position: sticky;
    top: 0;
    z-index: 10;
	box-shadow: 0 4px 6px -6px #222;
}

.masthead-container {
    display: flex;
    max-width: 1320px;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
}

.site-header{
	padding: .875rem 1.5rem;
}

@media (min-width: 992px) {
	.masthead-container{
		padding-right: 2.5rem;
		padding-left: 2.5rem;
	}
	
	.site-header{
		padding: .875rem 2.5rem;
	}
}

@media (max-width: 991px) {
	.primary-menu-wrapper{
		visibility: hidden;
	}

	.main-navigation.toggled .primary-menu-wrapper{
		visibility: visible;
	}
}


/*
header#masthead {
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   z-index: 999;
   box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
   transition: box-shadow 0.3s ease-in-out;
}

.sticky header#masthead {
   box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.site-header has-custom-background {
	border-color: transparent;
	position: sticky;
	top: 0;
	z-index: 999;
}
*/


#main {
	margin-top: -52px;
}

img.custom-logo {
	max-width: 70%;
}


.main-navigation a {
	padding: 0.18rem 1.25rem;
}

.menu-item a {
	font-family: 'Nexa-ExtraBold', 'Century Gothic', sans-serif;
	font-size: 16px;
}

/*
@media (min-width: 992px) {
	li#menu-item-1895 {
	background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(26,188,156,1)),color-stop(100%,rgba(0,154,154,1)));
	border-radius: 30px;
	box-shadow: 0 5px 13px 0 rgba(92,136,130,.4);
    color: #ffffff;
	}
}
	
@media (min-width: 992px) {
	li#menu-item-1895:hover {
	background: linear-gradient(270deg, rgba(26, 188, 156, 1) 0%, rgba(0, 154, 154, 1) 100%);
	}
}

@media (min-width: 992px) {
li#menu-item-1895 a:hover {
	color: #ffffff;
	}
}
*/

@media screen and (max-width: 991px) { body .nav-bar .module-group .module {
    display: inline-block; } }

li#menu-item-4846,
li#menu-item-4847 {
	color: #4C5ADB;
    font-size: 16px;
}

/******BLOG POSTS******/

/*MAIN TITLE*/
body.single .site-main > .hentry > .entry-header .entry-title, body.page .site-main > .hentry > .entry-header .entry-title {
	 margin: 0 auto 0.5rem;
}

.site-footer .site-info {
	font-family: 'Nexa-ExtraBold', 'Century Gothic', sans-serif;
}

/*HEADER*/

.post-header {
	background: #3DE3CF;
}

/*SUB-HEADERS*/

.hentry > .entry-content > * {
	margin-top: 0.9em;
	margin-bottom: 0.4em;
	color: #333333;
}


/*ENTRY META*/

div.entry-meta {
	display: none;
}

/*HEADINGS*/

h1, h2, h3, h4, h5, h6 {
	font-family: 'Nexa-ExtraBold', 'Century Gothic', sans-serif;
	font-weight: bold;
}

.hentry > .entry-content > h1,
.hentry > .entry-content > h2,
.hentry > .entry-content > h3,
.hentry > .entry-content > h4,
.hentry > .entry-content > h5,
.hentry > .entry-content > h6 {
	margin-bottom: 0;
}

h1.has-text-align-center {
    color: #2D3063;
}

.wp-block-getwid-advanced-heading.featured-articles-header.has-custom-font-size {
	margin-top: -10px;
}

/*REFERENCE LOGO SECTIONS*/

.wp-block-columns.are-vertically-aligned-center.recognized-by-section {
	margin-top: 0;
	margin-bottom: 0;
}

/*PARAGRAPHS*/

p {
	font-family: 'Nexa-ExtraBold', 'Century Gothic', sans-serif;
	font-size: 1.3em;
	line-height: 1.8em;
}

p.intro-paragraph {
	font-size: 1.3em;
	color: #2D3064;
}

p.has-background.paragraph-highlight {
	padding: 30px;
	border-left: 5px solid #4C5ADB;
}

.highlight-paragraph-with-list {
	padding: 30px;
	border-left: 5px solid #4C5ADB;
}

/*LINKS*/

p a,
li a,
.icon-highlight-text a {
	font-weight: bold;
	text-decoration: underline;
	color: #4C5ADB;
}

p a:hover,
li a:hover,
.icon-highlight-text a:hover {
	color: #4652C3;
}

.colorful-highlight-box a,
.intro-paragraph a{
	color: #2d3063;
}

.colorful-highlight-box a:hover,
.intro-paragraph a:hover {
	color: #3F438D;
}

.colorful-highlight-box-light a {
	color: #2d3063;
}

.colorful-highlight-box-light a:hover {
	color: #3F438D;
}

.paragraph-green-background a {
	color: #2d3063;
}

.paragraph-green-background a:hover {
	color: #2d3063;
}

/*IMAGE (CENTER ALIGNED)*/

.wp-block-image .aligncenter {
	margin: 5px auto 20px auto;
	padding: 10px 5px 20px 5px;
}

/*HIGHLIGHT LISTS*/

ul li,
ol li {
	font-size: 1.3em;
	line-height: 1.8em;
	margin-top: 0.6em;
}

ul, ol {
	padding-left: 60px;
}

.list-highlight ul,
.list-highlight ol {
	margin-bottom: 0;
	background-color: #EEEFFC;
	border-left: 5px solid #4C5ADB;
	padding-top: 15px;
	padding-bottom: 15px;
}

.white-highlight-list {
	color: #2D3064;
}

.white-highlight-list li,
.dark-highlight-list li {
	line-height: 1.3em;
}

.dark-highlight-list {
	color: #0a0f14;
}

/*ICON HIGHLIGH BOX*/

.icon-highlight-box {
    background: #F6F7FD;
    border-radius: 16px;
}

.icon-highlight-text {
	padding-bottom: 0;
}

.icon-highlight-box p {
	padding-bottom: 10px;
}

.icon-highlight-box ul,
.icon-highlight-box ol {
	padding-left: 20px;
}


/*COLORFUL HIGHLIGHT BOX*/

.colorful-highlight-box,
.colorful-highlight-box-light {
	padding: 20px 0 20px 0;
	background: #3DE3CF;
	border-radius: 16px;
}

.wp-block-getwid-section.colorful-highlight-box.getwid-init {
	margin-top: 50px;
	margin-bottom: 50px
}

.colorful-highlight-box p,
.colorful-highlight-box-light p {
	padding-left: 15px;
	margin-bottom: 15px;
	color: #2D3064;
}

/*MAIN HEADING*/

.wp-block-column > * {
	margin-bottom: 0.4em;
}

/*TABLE OF CONTENTS (LIST)*/

.wp-block-getwid-table-of-contents.is-style-ordered .wp-block-getwid-table-of-contents__list,
.wp-block-getwid-table-of-contents.is-style-none .wp-block-getwid-table-of-contents__list {
	padding-left: 30px;
	padding-top: 30px;
    padding-bottom: 30px;
}

.wp-block-getwid-table-of-contents ul,
.wp-block-getwid-table-of-contents ol {
	padding-left: 20px;
}

ul.wp-block-getwid-table-of-contents__list,
ol.wp-block-getwid-table-of-contents__list {
    background: #f2f2f2;
    margin: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
	padding-left: 60px;
    border-radius: 20px;
}

.table-of-contents-toc ul li,
.table-of-contents-toc ol li {
	font-size: 20px;
	line-height: 1em;
	text-decoration: none;
}

.table-of-contents-toc ul li ul li,
.table-of-contents-toc ol li ol li {
	font-size: 18px;
	font-weight: 100;
}

.table-of-contents-toc ul li ul li:last-of-type {
	padding-bottom: 10px;
}

.table-of-contents-toc ul li a,
.table-of-contents-toc ol li a {
	font-weight: 400;
    text-decoration: none;
}

.table-of-contents-toc ul li a:hover,
.table-of-contents-toc ol li a:hover {
    box-shadow: 0 2px 0 #807fff;
	transition: 0.2s;
}


/*CHAPTERS*/

.chapter-text, .chapter-image {
	margin-bottom: 0;
}

.chapter-image img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.chapter-image:hover img {
	opacity: .7;
}

.chapter-text {
	font-weight: bold;
}

.table-of-contents {
	padding-bottom: 50px;
}

.chapter-block-text + .chapter-heading {
	margin-top: 1px;
}

/*CONTENT SEPARATOR*/

.blog-content-separator {
	background: #3DE3CF;
	color: #3DE3CF;
}

.blog-content-separator, .main-content-separator  {
	border-top: 7px solid;
	width: 150px;
}

.blog-content-separator-sub-chapter-h3 {
	border-top: 4px solid;
	width: 100px;
	background: #3DE3CF;
	color: #3DE3CF;
}

.blog-content-separator-sub-chapter-h4 {
	border-top: 3px solid;
	width: 80px;
	background: #3DE3CF;
	color: #3DE3CF;
}

.blog-content-separator, .blog-content-separator-sub-chapter-h3, .blog-content-separator-sub-chapter-h4 {
	float: left;
}

/*CONTENT BLOCK*/

div.entry-content {
	margin-top: -10px;
}

div#content.site-content{
	margin-top: -80px;
}

.hentry > .entry-content > *.wp-block-separator {
	margin-top: 20px;
	margin-bottom: 30px;
}

div.wp-block-columns, div.wp-block-column {
	margin-bottom: 0;
}

.author-profile-picture img {
	border-radius: 50%;
}

.wp-block-getwid-toggle .wp-block-getwid-toggle__header-title {
}

.recent-posts .wp-block-getwid-custom-post-type__post-excerpt {
	display: none;
}

/*RANK MATH BLOCKS*/

.rank-math-list .rank-math-list-item {
    padding: 20px;
}

.rank-math-list {
    background: #EDF3FD;
    border-radius: 10px;
}

/*FOOTER*/

.post-navigation-wrapper {
    display: none;
}

/*MOBILE FONT SIZES*/

@media (max-width: 767px) {
	h1{
		font-size: 2.5em;
	}
	
	h2{
		font-size: 2em;
	}
	
	p,
	ul li,
	ol li{
		font-size: 1em;
	}

	p.intro-paragraph {
		font-size: 1.1em;
	}
}
