/*--------------------------------------------------------------------------------------

Default Styling

--------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------
General
--------------------------------------------------------------*/

body {
background-color: #fff;
color: #000;
font-family: "Poppins", sans-serif;
font-weight: normal;
}
a {
color: #F6635E;
}
a:hover {
color: #AF67AC;
}
p {
font-size: 16px;
line-height: 36px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Poppins", sans-serif;
color: #000;
font-weight: 600;
}
h1 {
font-size: 46px;
line-height: 52px;
font-weight: 600;
}
h2 {
font-size: 36px;
line-height: 48px;
font-weight: 600;
}
h3 {
font-size: 22px;
line-height: 32px;
font-weight: 600;
}
h4 {
font-size: 18px;
line-height: 28px;
font-weight: 600;
}
h5 {
font-size: 16px;
line-height: 26px;
font-weight: 600;
}
h6 {
font-size: 14px;
line-height: 24px;
font-weight: 600;
}
input, 
select, 
textarea,
.wp-block-search .wp-block-search__input {
padding: 12px;
background: #f0f0f0;
border-radius: 5px;
}
label {
font-size: 16px;
}
input[type="submit"],
.wp-block-search .wp-block-search__button {
font-size: 16px;
line-height: 16px;
color: #fff;
border-radius: 5px;
background-color: #F6635E;
padding: 20px;
border: 0;
}
input[type="submit"]:hover,
.wp-block-search .wp-block-search__button:hover {
color: #fff;
background-color: #AF67AC;
}

/*--------------------------------------------------------------
Page wrapper
--------------------------------------------------------------*/

.gp-default-page-wrapper {
display: flex;
flex-direction: column;
height: 100vh;
overflow: visible;
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/

/* General ************************************/

.gp-default-header-outer {
position: relative;
width: 100%;
padding: 20px 20px 20px 20px;
}
.gp-default-header-inner {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
margin: 0 auto;
max-width: 1140px;
}
.gp-default-logo {
font-size: 1.95em;
line-height: 1.35;
font-weight: 500;
}
.gp-default-logo a,
.gp-default-logo a:hover {
color: #fff;
}
.gp-default-logo.gp-logo-dark a,
.gp-default-logo.gp-logo-dark a:hover {
color: #000;
}

/* Nav ************************************/

.gp-default-header-inner .gp-menu-container {
margin: 30px 0 0 0;
}
.gp-default-header-inner .gp-menu-container .menu {
margin: 0;
list-style: none;
text-align: center;
justify-content: center;
font-size: 16px;
line-height: 22px;
}
.gp-default-header-inner .menu > .menu-item {
margin: 0 15px;
}
.gp-default-header-inner .menu > .menu-item > a {
display: block;
color: #fff;
margin: 0 0 10px 0;
padding: 0 0 10px 0;
font-size: 16px;
line-height: 16px;
font-weight: 500;
border-bottom: 2px solid transparent;
}
.bp-user .gp-default-header-inner .menu > .menu-item > a,
.single-item.groups .gp-default-header-inner .menu > .menu-item > a,
.error404 .gp-default-header-inner .menu > .menu-item > a {
color: #000;
}
.gp-default-header-inner .menu > .menu-item:hover > a {
border-color: #fff;
}
.bp-user .gp-default-header-inner .menu > .menu-item:hover > a,
.single-item.groups .gp-default-header-inner .menu > .menu-item:hover > a,
.error404 .gp-default-header-inner .menu > .menu-item:hover > a {
border-color: #000;
}
.gp-default-header-inner .gp-dropdown-icon-align-right .menu > .menu-item .gp-dropdown-menu-icon {
margin-left: 5px;
font-size: 10px;
}
.gp-default-header-inner .menu-item:not(.gp-column-menu-item) > .sub-menu {
padding: 10px 0;
background-color: #fff;
border-radius: 5px;
box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
}
.gp-default-header-inner .gp-menu-container.gp-format-horizontal .menu-item:not(.gp-columns-menu):not([data-sub-menu-width]) .sub-menu .menu-item {
display: flex;
clear: both;
justify-content: space-between;
}
.gp-default-header-inner .sub-menu .menu-item a {
padding: 10px 20px;
font-size: 16px;
line-height: 22px;
}
.gp-default-header-inner .sub-menu .menu-item a, 
.gp-default-header-inner .sub-menu .menu-item .gp-dropdown-menu-icon {
color: #000;
}
.gp-default-header-inner .sub-menu a:hover,
.gp-default-header-inner .gp-highlight-current-item .sub-menu .menu-item.current-menu-item > a {
color: #F6635E;
}
.gp-default-header-inner .sub-menu a:focus-visible {
color: #F6635E;
}
.gp-default-header-inner .sub-menu .gp-dropdown-menu-icon {
padding-left: 10px;
}

/*--------------------------------------------------------------
Page title
--------------------------------------------------------------*/

.gp-default-page-title-wrapper {
position: relative;
}   
.gp-default-page-title-overlay {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-image: url(../images/gradient-overlay.png);
background-repeat: repeat-y;
background-size: contain;
opacity: 0.7;
transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
} 
.gp-default-page-title-image {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-image: url(../images/members-bg.jpg);
background-position: center center;
background-attachment: scroll;
background-repeat: repeat;
}   
.bp-user .gp-default-page-title-image,
.single-item.groups .gp-default-page-title-image,
.error404 .gp-default-page-title-image,
.bp-user .gp-default-page-title-overlay,
.single-item.groups .gp-default-page-title-overlay,
.error404 .gp-default-page-title-overlay {
display: none;
}
.gp-default-page-title-outer {
position: relative;
padding: 0 20px;
}
.bp-user .gp-default-page-title-outer,
.single-item.groups .gp-default-page-title-outer,
.error404 .gp-default-page-title-outer {
background: none;
}
.gp-default-page-title-inner {
position: relative;
margin: 0 auto;
max-width: 1140px;    
padding: 0 20px 100px 20px;
}
h1.gp-default-page-title {
margin: 0 0 20px 0;
color: #fff;
text-align: center;
font-size: 38px;
line-height: 48px;
font-weight: 600;
letter-spacing: 1;
}

/* Mountains shape ************************************/

.elementor-shape[data-negative=false].elementor-shape-bottom, 
.elementor-shape[data-negative=true].elementor-shape-top {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.elementor-shape-top {
top: -1px;
}
.elementor-shape-bottom {
bottom: -1px;
}
.bp-user .elementor-shape-bottom,
.single-item.groups .elementor-shape-bottom,
.error404 .elementor-shape-bottom {
display: none;
}
.elementor-shape {
overflow: hidden;
position: absolute;
left: 0;
width: 100%;
line-height: 0;
direction: ltr;
}
.elementor-shape-bottom:not([data-negative=true]) svg {
z-index: -1;
}
.elementor-shape svg {
display: block;
width: calc(100% + 1.3px);
position: relative;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.elementor-shape .elementor-shape-fill {
fill: #fff;
-webkit-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
}


/*--------------------------------------------------------------
Content
--------------------------------------------------------------*/

/* General ************************************/

.gp-default-content-outer {
clear: both;
font-family: "Poppins", sans-serif;
padding: 30px 20px 30px 20px;
flex: 1 0 auto;
}
.gp-default-content-inner {
display: flex;
margin: 0 auto;
max-width: 1140px;
}
.gp-default-main-content {
width: 100%;
}
.gp-default-sidebar {
display: none;
width: 30%;
padding-left: 30px;
}

/*--------------------------------------------------------------
Single Post/Page
--------------------------------------------------------------*/

.gp-default-content-inner .bypostauthor {
}
.single-post .gp-default-content-inner .wp-post-image {
width: 100%;
border-radius: 5px;
margin-bottom: 20px;
}
.gp-default-post-metas {
display: flex;
margin: 10px 0 0 0;
justify-content: center;
}
.gp-default-post-meta {
margin-right: 4px;
color: #fff;
font-size: 15px;
line-height: 21px;
}
.gp-default-post-meta:not(:last-child):after {
content: '\00B7';
margin-left: 10px;
margin-right: 10px;
}

.gp-default-post-content {
margin-bottom: 30px;
hyphens: auto;
word-wrap: break-word;
}

/* Comment form */
.gp-default-post #comments,
.gp-default-post #respond {
clear: both;
margin-top: 30px;
}
.gp-default-post .gp-comments-title {
margin: 0px 0px 20px 0px;
}
.gp-default-post .comment-reply-title {
margin: 0;
}
.gp-default-post .gp-comment-avatar .avatar {
width: 48px;
height: 48px;
margin: 0px 20px 0px 0px;
border-radius: 100%;
}
.gp-default-post .gp-comment-body {
padding: 20px;
margin: 0 0 20px;
background-color: #fff;
border-radius: 5px;
box-shadow: 0px 4px 34px 0px rgb(0 0 0 / 10%);
}
.gp-default-post .gp-comment-author {
line-height: 1;
}
.gp-default-post .gp-comment-date-time {
margin: 0px 0px 10px 0px;
font-size: 12px;
line-height: 12px;
color: #777;
}
.gp-default-post .gp-comment-text p {
font-size: 14px;
line-height: 24px;
}

/*--------------------------------------------------------------
Archive/Home/Search
--------------------------------------------------------------*/

.gp-default-post-item {
display: flex;
flex-direction: column;
width: 100%;
margin-bottom: 40px;
box-shadow: 0px 4px 34px 0px rgb(0 0 0 / 10%);
border-radius: 5px;
}
.gp-default-image {
width: 100%;
position: relative;
line-height: 0;
}
.gp-default-image-link {
position: absolute;
z-index: 2;
top: 0;
left: 0;
width: 100%;
height: 100%;
cursor: pointer;
}
.gp-default-image-outer {
display: inline-block;
position: relative;
width: 100%;
padding-bottom: 56%;
}
.gp-default-image-inner {
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 100%;
max-width: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
border-radius: 5px 5px 0 0;
}
.gp-default-post-item-text {
width: 100%;
padding: 30px;
}
.gp-default-post-item h2 {
margin: 0 0 20px 0;
font-size: 22px;
line-height: 28px;
font-weight: 500;
}
.sticky.gp-default-post-item h2 a {
color: #AF67AC;
}
.sticky.gp-default-post-item h2 a:hover {
color: #F6635E;
}
.gp-default-post-item-excerpt {
margin-bottom: 22px;
hyphens: auto;
font-size: 16px;
line-height: 26px;
}
.gp-default-post-item-metas {  
display: flex;
position: relative;
font-size: 14px;
line-height: 20px;
color: #777;
}
.gp-default-post-item-meta { 
display: flex;
}
.gp-default-post-item-meta a {
color: #777;
}
.gp-default-post-item-meta .gp-element-icon {
margin-right: 8px;
}
.gp-default-post-item-meta:not(:last-child):after {
content: "\00A0";
margin-left: 10px;
margin-right: 10px;
}
.single .gp-default-content-inner .gp-pagination,
.page .gp-default-content-inner .gp-pagination {
font-size: 16px;
line-height: 16px;
}
.gp-default-content-inner .gp-pagination {
margin-top: 40px;
font-size: 14px;
line-height: 14px;
}
.gp-default-content-inner .gp-pagination ul,
.gp-default-content-inner .gp-pagination.gp-post-page-numbers {
justify-content: center;
}
.gp-pagination.gp-default-pagination li .page-numbers,
.gp-pagination.gp-default-pagination .post-page-numbers {
width: 35px;
height: 35px;
line-height: 35px;
}
.gp-pagination.gp-default-pagination a.page-numbers, 
.gp-pagination.gp-default-pagination span.page-numbers,
.gp-pagination.gp-default-pagination .post-page-numbers {
margin: 0 4px 0 0;
border-radius: 5px;
}
.gp-pagination.gp-default-pagination a.page-numbers,
.gp-pagination.gp-default-pagination span.page-numbers,
.gp-pagination.gp-default-pagination .post-page-numbers {
color: #F6635E;
}
.gp-pagination.gp-default-pagination a.page-numbers:hover,
.gp-pagination.gp-default-pagination .current.page-numbers,
.gp-pagination.gp-default-pagination .post-page-numbers:hover,
.gp-pagination.gp-default-pagination .post-page-numbers.current {
color: #fff;
background-color: #F6635E;
}

/*--------------------------------------------------------------
404
--------------------------------------------------------------*/

.error404 .gp-default-main-content {
width: 100%;
}
.error404 .gp-default-post {
padding: 0 20px;
}
.error404 .gp-default-page-title {
margin: 0;
font-size: 120px;
line-height: 120px;
font-weight: 700;
color: #F6635E;
text-align: center;
}
.error404 .gp-default-main-content h2 {
margin: 0;
font-size: 40px;
line-height: 50px;
font-weight: 700;
text-align: center; 
}
.error404 .gp-default-main-content h3 {
margin: 0;
margin: 0;
font-size: 20px;
line-height: 32px;
font-weight: 500;
text-align: center;
}

/*--------------------------------------------------------------
Sidebar
--------------------------------------------------------------*/

.single-post .gp-default-sidebar {
display: none;
}
.widget {
padding: 20px;
background-color: #fff;
border-radius: 5px;
box-shadow: 0px 4px 34px 0px rgb(0 0 0 / 10%);
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/

.gp-default-footer-outer {
position: relative;
margin-top: 50px;
padding: 160px 10px 30px 10px;
}
.gp-default-footer-inner {
position: relative;
margin: 0 auto;
max-width: 1140px;
text-align: center;
}
.gp-default-footer-inner p {
margin: 10px 0 0 0;
color: #fff;
font-size: 14px;
line-height: 22px;
}

#buddypress.gp-default-content-wrapper #header-cover-image {
background-image: url(../images/members-bg.jpg);
background-position: center center;
background-attachment: scroll;
background-repeat: repeat;
opacity: 0.3;
}
#buddypress.gp-default-content-wrapper .users-header .gp-cover-image-overlay {
background: none;
}
#buddypress.gp-default-content-wrapper #item-header #cover-image-container {
background: #000;
}
#buddypress.gp-default-content-wrapper #item-header-cover-image, 
#buddypress.gp-default-content-wrapper .gp-main-nav-outer {
max-width: 1140px;
padding: 0;
}
#buddypress.gp-default-content-wrapper #item-header-content {
max-width: 1140px;
}


/*--------------------------------------------------------------------------------------

Media queries

--------------------------------------------------------------------------------------*/

/* Tablet (768px and above) */
@media only screen and (min-width: 768px) {


	h1.gp-default-page-title {
	font-size: 58px;
	line-height: 68px;
	font-weight: 600;
	letter-spacing: 2;
	}
	.error404 .gp-default-post {
	padding: 40px 30px;
	}
	.error404 .gp-default-page-title {
	font-size: 180px;
	line-height: 180px;
	}
	.error404 .gp-default-main-content h2 {
	font-size: 60px;
	line-height: 70px;
	}
	.gp-default-post-item {
	flex-direction: row;
	}
	.gp-default-image-outer {
	height: 100%;
	padding-bottom: 0;
	}
	.gp-default-image {
	width: 50%;
	}
	.gp-default-image-inner {
	border-radius: 5px 0 0 5px;
	}
	.gp-default-post-item-text {
	padding: 60px 30px;
	}
	.gp-default-image + .gp-default-post-item-text {
	width: 50%;
	}
	
}	

/* Tablet (1025px and above) */
@media only screen and (min-width: 1025px) {

	.gp-default-header-outer {
	padding: 20px 30px 20px 30px;
	}
	.gp-default-header-inner {
	flex-direction: row;
	}
	.gp-default-header-inner .gp-menu-container {
	margin-top: 0;
	}	
	.gp-default-header-inner .menu > .menu-item > a {
	margin: 10px 0 10px 0;
	padding: 10px 0 10px 0;
	}
	.gp-default-page-title-outer {
	padding: 0 30px;
	}
	.gp-default-page-title-inner { 
	padding: 100px 30px 240px 30px;
	}	
	.gp-default-content-outer {	
	padding: 30px;
	}
	.gp-default-main-content {
	width: 70%;
	}
	.single-post .gp-default-main-content {
	width: 100%;
	}
	.gp-default-sidebar {
	display: block;
	}
	.gp-default-footer-outer {
	margin-top: 100px;
	padding: 160px 15px 30px 15px;
	}
	
}	