


/**** MISC ****/

body.page h1.entry-title {
    display: none;
}
body.page .site-main, body.page .entry-content {
    max-width: 1024px !important;
}
.wp-block-jetpack-layout-grid.alignfull {
    max-width: 1024px;
    margin: 0 auto;
}
.entry-header .side-meta span.tags-links {
    display: block;
}

@media only screen and (min-width: 980px) {
	.sidemenu{
		display: none;
	}
}
@media only screen and (max-width: 979px) {
	.sidemenu{
		display: block;
	}
}
@media only screen and (max-width: 601px) {
	.hide-mobile{
		display: none;
	}
}

/**** HEADER ****/
.admin-bar .sidemenu,
.site-header .search-button{
    display: none;
}
button.menu-toggle{
    display: none !important;
}

@media only screen and (max-width: 1190px) {
	.site-header nav.main-navigation div[class$="-container"], .site-header nav.main-navigation #primary-menu{
			display: block;
	}
	.site-header .main-nav-holder {
    position: relative;
    top: unset;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    right: unset;
	}
	header.site-header .site-branding{
		padding-bottom: 0;
		margin-bottom: 20px;
	}
	.site-title a {
    font-size: 3.75rem;
	}
	body.home .site-main-holder:first-child {
    margin-top: -50px;
	}
}

@media only screen and (max-width: 767px) {
	.site-header nav.main-navigation div[class$="-container"], .site-header nav.main-navigation #primary-menu {
			display: none;
	}
	.admin-bar .sidemenu{
			display: block;
	}
	button.menu-toggle{
		display: block !important;
	}
	.site-header .main-nav-holder {
    position: absolute;
    top: calc(50% - 27px);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 60px;
    z-index: 2005;
	}
	.site-header .main-navigation, .site-header .search-button {
    top: 18px;
		right: -28px;
	}
	.site-title a {
    font-size: 44px;
	}
}

@media only screen and (max-width: 782px) {
	html {
			margin-top: 0 !important;
	}
}


/**** FOOTER ****/
footer .widget-area {
	width: 100%;
	margin: 0 !important;
}

footer div, footer div a {
	font-size: .75rem;
}

footer .widget-area section:nth-child(1),
	footer .widget-area section:nth-child(2), footer .widget-area section:nth-child(3){
	width: 100% !important;
	margin: 0 0 30px !important;
	text-align: center;
}
footer .widget-area section:nth-child(3){
	margin: 0 !important;
}

/*footer .widget-area section:nth-child(2), footer .widget-area section:nth-child(3) {
	width: 50% !important;
	margin: 0 !important;
	display: inline-block;
}*/

/*footer .widget-area section:nth-child(3) {
	text-align: right;
}

footer .menu {
	text-align: center;
}*/

footer .menu li {
	display: inline-block;
	margin: 0 10px;
	padding: 5px 8px;
}

footer .menu li a {
	text-transform: uppercase;
	font-weight: 500;
	font-size: .6875rem;
	letter-spacing: 1px;
}

footer .jetpack_widget_social_icons ul li {
    background: #f2f4dd;
    border-radius: 100%;
    padding: 5px;
	  margin: 0 3px;
}
footer .jetpack_widget_social_icons a {
	width: 24px !important;
	height: 24px !important;
}

@media only screen and (max-width: 768px) {
	footer .site-info-wrap {
		display: none;
	}
	
	.site-footer .widget-area {
		padding-left: 0;
		padding-right: 0;
	}
	
	footer .widget-area section:nth-child(1), footer .widget-area section:nth-child(2) {
		margin: 0 0 20px !important;
	}
	
	footer .menu li {
		margin: 0 5px;
		padding: 0;
	}
}

/**** CONTACT ****/

.contact-form p {
    display: none;
}
.contact-form p.contact-submit {
    display: block;
}

/**** HOMEPAGE ****/
.mini-profile {
    padding: 0px 80px;
}
.mini-profile .wp-block-buttons{
	justify-content: center;
}
.mini-profile img{
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
	max-height: 400px
}
.latest-posts {
    max-width: 910px !important;
    margin: 0 auto !important;
}

@media only screen and (max-width: 767px) {
	.mini-profile {
    padding: 0 20px;
	}
	.wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
    width: calc(100% - .5em);
  }
}

/**** PORTFOLIO ****/

.page-template-portfolio-page .gallery-wrapper .gallery-item .featured-image,
.tax-jetpack-portfolio-type .gallery-wrapper .gallery-item .featured-image,
.post-type-archive-jetpack-portfolio .gallery-wrapper .gallery-item .featured-image {
	border: 0 solid rgba(211,126,148, 0);
}
.page-template-portfolio-page .gallery-wrapper .gallery-item:hover .featured-image,
.tax-jetpack-portfolio-type .gallery-wrapper .gallery-item:hover .featured-image,
.post-type-archive-jetpack-portfolio .gallery-wrapper .gallery-item:hover .featured-image {
	opacity: 1 !important;
	border: 5px solid rgba(211,126,148, 0.5);
}

.page-template-portfolio-page .gallery-wrapper .row,
	.tax-jetpack-portfolio-type .gallery-wrapper .row,
	.post-type-archive-jetpack-portfolio .gallery-wrapper .row {
		margin-left: -30px;
		margin-right: -30px;
	}

	.page-template-portfolio-page .gallery-wrapper article,
	.tax-jetpack-portfolio-type .gallery-wrapper article,
	.post-type-archive-jetpack-portfolio .gallery-wrapper article {
		padding-left: 30px;
		padding-right: 30px;
	}
.page-template-portfolio-page .gallery-wrapper article, .tax-jetpack-portfolio-type .gallery-wrapper article,
	.post-type-archive-jetpack-portfolio .gallery-wrapper article {
		padding-left: 40px;
		padding-right: 40px;
	}

	.page-template-portfolio-page .gallery-wrapper article .entry-header,
	.archive.tax-jetpack-portfolio-type .gallery-wrapper article .entry-header,
	.post-type-archive-jetpack-portfolio .gallery-wrapper article .entry-header {
		padding: 0;
		margin: 0;
		background: none;
	}

	.page-template-portfolio-page .gallery-wrapper article .featured-image ~ .entry-header,
	.archive.tax-jetpack-portfolio-type .gallery-wrapper article .featured-image ~ .entry-header,
	.post-type-archive-jetpack-portfolio .gallery-wrapper article .featured-image ~ .entry-header {
		padding: 15px 0 0;
		margin: 0;
		position: static;
		max-height: unset;
	}
	.page-template-portfolio-page .gallery-wrapper article .featured-image ~ .entry-header .entry-header-holder, .tax-jetpack-portfolio-type .gallery-wrapper article .featured-image ~ .entry-header .entry-header-holder, .post-type-archive-jetpack-portfolio .gallery-wrapper article .featured-image ~ .entry-header .entry-header-holder {
		width: 100%;
	}

	.page-template-portfolio-page .gallery-wrapper article .featured-image ~ .entry-header .entry-header-holder,
	.archive.tax-jetpack-portfolio-type .gallery-wrapper article .featured-image ~ .entry-header .entry-header-holder,
	.post-type-archive-jetpack-portfolio .gallery-wrapper article .featured-image ~ .featured-image ~ .entry-header .entry-header-holder,
	.page-template-portfolio-page .gallery-wrapper article .entry-header-holder,
	.archive.tax-jetpack-portfolio-type .gallery-wrapper article .entry-header-holder,
	.post-type-archive-jetpack-portfolio .gallery-wrapper article .entry-header-holder,
	.post-type-archive-jetpack-portfolio .gallery-wrapper article .featured-image ~ .entry-header .entry-header-holder,
	.archive article.jetpack-portfolio .entry-title,
	.blog article.jetpack-portfolio .entry-title,
	.page article.jetpack-portfolio .entry-title {
		position: static;
		text-align: center;
	}

	.page-template-portfolio-page .gallery-wrapper .gallery-item .featured-image ~ .entry-header .entry-title,
	.tax-jetpack-portfolio-type .gallery-wrapper .gallery-item .featured-image ~ .entry-header .entry-title,
	.post-type-archive-jetpack-portfolio .gallery-wrapper .gallery-item .featured-image ~ .entry-header .entry-title,
	.page-template-portfolio-page .gallery-wrapper .gallery-item .featured-image ~ .entry-header .side-meta,
	.tax-jetpack-portfolio-type .gallery-wrapper .gallery-item .featured-image ~ .entry-header .side-meta,
	.post-type-archive-jetpack-portfolio .gallery-wrapper .gallery-item .featured-image ~ .entry-header .side-meta {
		opacity: 1;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}

	.page-template-portfolio-page .gallery-wrapper .gallery-item .entry-title,
	.tax-jetpack-portfolio-type .gallery-wrapper .gallery-item .entry-title,
	.post-type-archive-jetpack-portfolio .gallery-wrapper .gallery-item .entry-title {
		margin-bottom: 5px;
	}

	.page-template-portfolio-page .gallery-wrapper .gallery-item .entry-meta,
	.tax-jetpack-portfolio-type .gallery-wrapper .gallery-item .entry-meta,
	.post-type-archive-jetpack-portfolio .gallery-wrapper .gallery-item .entry-meta {
		display: block;
	}

	.page-template-portfolio-page .gallery-wrapper .gallery-item .entry-meta:nth-child(2),
	.tax-jetpack-portfolio-type .gallery-wrapper .gallery-item .entry-meta:nth-child(2),
	.post-type-archive-jetpack-portfolio .gallery-wrapper .gallery-item .entry-meta:nth-child(2) {
		display: none;
	}

	.page-template-portfolio-page .site-main.container.container-small .gallery-wrapper, .tax-jetpack-portfolio-type .site-main.container.container-small .gallery-wrapper,
	.post-type-archive-jetpack-portfolio .site-main.container.container-small .gallery-wrapper {
		margin-top: 40px;
	}

	.single.single-jetpack-portfolio .site-main-holder {
		margin-top: 0;
	}

	.single .divide-line.vertical,
	.no-sidebar .divide-line.vertical,
	.no-sidebar .content-area>.divide-line.vertical,
	.content-area>.divide-line.vertical {
		right: -120px;
	}

	.page-template-portfolio-page .site-main .category-filter li,
	.page-template-portfolio-page .site-main .category-filter li>a,
	.tax-jetpack-portfolio-type .site-main .category-filter li,
	.tax-jetpack-portfolio-type .site-main .category-filter li>a,
	.post-type-archive-jetpack-portfolio .site-main .category-filter li,
	.post-type-archive-jetpack-portfolio .site-main .category-filter li>a {
		font-size: 16px;
	}

	.page-template-portfolio-page .site-main .category-filter,
	.tax-jetpack-portfolio-type .site-main .category-filter,
	.post-type-archive-jetpack-portfolio .site-main .category-filter {
		margin-bottom: 60px;
	}