/*
Theme Name:   Getting Things Done
Theme URI:    https://senson.no/
Description:  Twenty Nineteen Child Theme
Author:       Jarle Dahl Bergersen
Author URI:   https://senson.no/
Template:     twentynineteen
Version:      1.1.7
*/


@font-face {
    font-family: 'ChaletComprimeCologneSixty';
    src: url('../eot/chalet_comprime_cologne_sixty.eot');
    src: url('../eot/chalet_comprime_cologne_sixtyd41d.eot#iefix') format('embedded-opentype'),
    url('../svg/chalet_comprime_cologne_sixty.svg#Chalet Comprime Cologne Sixty') format('svg'),
    url('../woff/chalet_comprime_cologne_sixty.woff') format('woff'),
    url('../ttf/chalet_comprime_cologne_sixty.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


body, html {
	text-rendering: optimizeLegibility;
	text-rendering: geometricPrecision;
	font-smooth: always;
	font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-webkit-font-smoothing: subpixel-antialiased;
}

html body {
    background-color: #1b1b1b;
	line-height: 1.4;
}

body {
	font-family: arial, helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: ChaletComprimeCologneSixty, sans-serif;
	font-weight: normal;
	/* letter-spacing: normal; */
	letter-spacing: 0.001em;
}

span.registered {
	font-family: arial, helvetica, sans-serif;
    font-size: 40%;
    /* vertical-align: text-top; */
    vertical-align: super;
    display: inline-block;
    margin-left: 3px;
	margin-right: 3px;
}

.heading h1 span.registered,
.heading span.registered {
	font-family: arial, helvetica, sans-serif;
    font-size: 20px;
    /* vertical-align: text-top; */
    display: inline-block;
    margin-left: 3px;
	margin-right: 3px;
}

.heading-super-white span.registered,
.heading-super-black span.registered {
	font-size: 30px;
	letter-spacing: normal;
    /* vertical-align: text-top; */
}


/*
a:not([role=button]),
a:link:not([role=button]),
a:visited:not([role=button]) {
	color: #e55300;
}

*/

a:not(.elementor-button),
a:link:not(.elementor-button),
a:visited:not(.elementor-button) {
	color: #e55300;
}



#content .entry .entry-content .alignright,
#content .entry .entry-content .alignleft {
    margin: 1rem;
}

#content .entry .entry-content .alignleft{
	margin-left: 0;	
}

.search .page-header .page-title,
.archive .page-header .page-title,
.blog .page-header .page-title {
	font-family: ChaletComprimeCologneSixty, sans-serif;
	font-weight: normal;
	font-size: 45px;
	color: #e55300;
	text-transform: uppercase;
}

.archive .page-header .page-description,
.blog .page-header .page-description {
    display: block;
    color: #2b2b2b;
    font-size: .75em;
}
.search h2.entry-title,
.archive h2.entry-title,
.blog h2.entry-title {
    font-family: Arial, sans-serif;
    font-size: 30px;
    font-weight: bold;
}

.search h2.entry-title a,
.archive h2.entry-title a,
.blog h2.entry-title a {
    color: #2b2b2b;
}

.archive .entry .entry-footer,
.blog .entry .entry-footer {
    margin-bottom: 0 !important;
}

.archive .entry,
.blog .entry {
    margin-top: 1rem;
}

.search .entry {
    margin-top: calc(2 * 1rem);
}

.archive nav.navigation.pagination,
.blog nav.navigation.pagination {
    margin-top: 6rem;
}

.error-404.not-found .page-title {
	    margin: calc(3 * 1rem) 0;	
}

.entry .entry-content .read-more-link a {
    text-decoration: none;
    color: #e55300;
}

.entry .entry-content .wp-block-image {
    margin: 32px 0;
}

.read-more-link {
    padding-top: 1rem;
}

nav.navigation.pagination {
    margin-bottom: 2em;
}

html .site-logo .custom-logo-link:hover {
	box-shadow: none;
}

html .button, 
html button, 
html input[type="button"], 
html input[type="reset"], 
html input[type="submit"] {
	background: #e55300;
	border: none;
	border-radius: 2px;
	padding: 15px 35px;
	line-height: 1;
	font-family: Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}

html blockquote {
    border-left: 0;
    font-style: italic;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 1rem 0;
    margin: 1.5rem 0 !important;
}

.entry-title {
	font-size: 90px;
	line-height: 1;
}

.entry .entry-title:before,
.comments-area .comments-title-wrap .comments-title:before {
	content: none;
}

.entry-content,
.entry-content p {
	font-size: 20px;
	color: #2b2b2b;
}

#content {
    background-color: #ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#video-container {
    width: 100%;
    padding: 1rem 0;
}

#video-container iframe {
    height: 360px;
    width: 100%;
    padding-top: 5px;
    border: none;
}

.image-filters-enabled .entry .post-thumbnail:before,
.image-filters-enabled .entry .post-thumbnail:after {
	background: none;
}

.image-filters-enabled .entry .post-thumbnail .post-thumbnail-inner {
		filter: none;
}


.elementor-editor-active .entry .entry-content {
	max-width: 100%;
    margin: 0;
    padding: 0;
}

.elementor-editor-active .entry .entry-content > * {
    max-width: 100%;
}

html .elementor-widget-heading .elementor-heading-title {
/*    line-height: 1.4; */
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.group:after {
	content: "";
	display: table;
	clear: both;
}

.outline-button.elementor-widget-button a.elementor-button {
	background-color: transparent;
    border-color: white;
    border: 1px solid;
    border-radius: 2px;
}
	
.elementor-widget-button .elementor-button:hover,
.outline-button.elementor-widget-button a.elementor-button:hover,
#c-colophon #mc-embedded-subscribe:hover {
	background-color: #ea6900;
}

.elementor-button.elementor-size-sm,
.elementor-button.elementor-size-md {
	font-family: Arial, sans-serif;
	-webkit-border-radius: 2px !important;
	border-radius: 2px !important;
}

.elementor-button.elementor-size-sm .elementor-button-text {
	font-size: 20px;
	font-weight: 500;
}

.elementor-button-wrapper .elementor-button.elementor-size-sm {
	padding: 15px 35px;
}

.elementor-widget-form .elementor-message {
    margin-left: 20px;
}

.site-branding-container {
    max-width: 1400px;
    margin: 0 auto;
}

html h1:not(.site-title):before, 
html h2:before {
	display: none;	
}

header#masthead {
    background: #2b2b2b;
}

.site-logo .custom-logo-link {
    border-radius: inherit;
    box-shadow: none;
	overflow: visible;
	transition: none;
}

.site-header {
    margin: 0;
    padding: 1rem 0 1rem 0;
}

.site-logo {
    margin-bottom: 0;
    position: relative;
    right: auto;
    bottom: auto;
    float: left;
    top: auto;
    z-index: 999;
}

.site-title,
.site-description {
    display: none;
}

#site-navigation,
.widget_archive ul li, 
.widget_categories ul li, 
.widget_meta ul li, 
.widget_nav_menu ul li, 
.widget_pages ul li, 
.widget_recent_comments ul li, 
.widget_recent_entries ul li, 
.widget_rss ul li {
	font-family: ChaletComprimeCologneSixty, sans-serif;
}

#site-navigation {
	font-size: 25px;
	text-transform: uppercase;
}

.widget_archive ul li, 
.widget_categories ul li, 
.widget_meta ul li, 
.widget_nav_menu ul li, 
.widget_pages ul li, 
.widget_recent_comments ul li, 
.widget_recent_entries ul li, 
.widget_rss ul li {
	font-size: 25px;
	font-weight: 500;
	text-transform: uppercase;
}

.main-menu-more {
    display: none !important;
}

div#content {
    max-width: 1400px;
    margin: 0 auto;
}

.entry .entry-content a.elementor-button-link {
    text-decoration: none;
}

.heading-super-white,
.heading-super-white h1,
.heading-super-white h2 {
    font-size: 105px;
    line-height: 0.9em;
	color: white;
	/* letter-spacing: normal; */
	letter-spacing: 0.001em;
}

.heading-super-black,
.heading-super-black h1, 
.heading-super-black h2 {
    font-size: 105px;
    line-height: 0.9em;
	color: #2b2b2b;
	/* letter-spacing: normal; */
	letter-spacing: 0.001em;
}

.heading,
.heading h1,
.heading h2 {
	font-size: 90px;
	line-height: 0.9em;
	color: #2b2b2b;
	/* letter-spacing: normal; */
	letter-spacing: 0.001em;
}

.heading-white,
.heading-white h1,
.heading-white h2 {
	font-size: 90px;
	line-height: 0.9em;
	color: white;
	/* letter-spacing: normal; */
	letter-spacing: 0.001em;
}


.sub-heading-center, 
.sub-header-center,
.sub-heading-center-white {
	font-family: ChaletComprimeCologneSixty, sans-serif;
	font-size: 25px;
	text-align: center;
	color: #2b2b2b;
}

body.page-template .sub-heading-center-white .elementor-heading-title {
    color: white;
}

.sub-heading-center:after, 
.sub-header-center:after,
.sub-heading-center-white:after {
    background: #e55300;
    content: "";
    height: 4px;
    width: 54px;
    position: absolute;
    left: 50%;
	margin-left: -27px;
    bottom: -7px;
}


.sub-heading-left .elementor-heading-title, 
.sub-header-left .elementor-heading-title,
.sub-heading-left {
	font-family: ChaletComprimeCologneSixty, sans-serif;
	font-size: 25px;	
	text-align: left;
	color: #2b2b2b;
	position: relative;
}

.sub-heading-left:after,
.sub-header-left:after {
    background: #e55300;
    content: "";
    height: 4px;
    width: 54px;
    position: absolute;
    left: 0;
    bottom: -7px;
}

body.page-template .sub-heading-left-white-black .elementor-heading-title,
body.page-template .sub-heading-left-white .elementor-heading-title,
body.page-template .sub-header-left-neg .elementor-heading-title {
	font-family: ChaletComprimeCologneSixty, sans-serif;
	font-size: 25px;	
	text-align: left;
	color: #ffffff;
}

.sub-heading-left-white-black:after,
.sub-header-left-neg:after {
    background: #000000;
    content: "";
    height: 4px;
    width: 54px;
    position: absolute;
    left: 0;
    bottom: -7px;
}

.sub-heading-left:after,
.sub-heading-left-white:after {
    background: #e55300;
    content: "";
    height: 4px;
    width: 54px;
    position: absolute;
    left: 0;
    bottom: -7px;
}



.sub-heading2-center,
.sub-header2-center {
	padding-bottom: 10px;
}

.sub-heading2-center:after,
.sub-header2-center:after {
    background: #a0a0a0;
    content: "";
    height: 2px;
    width: 121px;
    position: absolute;
    left: 50%;
    margin-left: -60px;
    bottom: -15px;	
}


html .subscription,
html .subscription p {
    margin: 0;
    line-height: 1;
}

.daquote p,.daquote-da p {
	margin: 0;
}

.daquote .elementor-widget-container {
	font-family: ChaletComprimeCologneSixty, sans-serif;
	font-size: 60px;
	text-align: center;
	color: #ffffff;
    padding-bottom: 10px;
}

.daquote .elementor-widget-container:after {
    background: #000000;
    content: "";
    height: 2px;
    width: 121px;
    position: absolute;
    left: 50%;
    margin-left: -60px;
    bottom: -15px;
}


.daquote-da .elementor-widget-container {
	font-family: ChaletComprimeCologneSixty, sans-serif;
	font-size: 25px;
	text-align: center;
	color: white;
	margin-top: 25px;
}

/* Gravity forms */
html .gform_wrapper .gfield_checkbox li input, 
html .gform_wrapper .gfield_checkbox li input[type=checkbox], 
html .gform_wrapper .gfield_radio li input[type=radio],
html .gform_wrapper.gf_browser_chrome .gfield_checkbox li input, 
html .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], 
html .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: -2px;
}

html .gform_wrapper .gfield_radio li label {
    margin: 2px 0 0 10px;
}

html .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 5px 10px;
}

html .gform_wrapper textarea {
    padding: 6px 10px;
}

html .gform_wrapper input::placeholder,
html .gform_wrapper textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a0a0a0;
  opacity: 1; /* Firefox */
}

html .gform_wrapper input:-ms-input-placeholder,
html .gform_wrapper textarea:-ms-input-placeholder{ /* Internet Explorer 10-11 */
  color: #a0a0a0;
}

html .gform_wrapper input::-ms-input-placeholder,
html .gform_wrapper textarea::-ms-input-placeholder{ /* Microsoft Edge */
  color: #a0a0a0;
}

.gtd-contact-form .gform_wrapper {
    background: #e7e7e7;
    padding: 1em 2em;
	margin: 0;
}

.gtd-contact-form h3 {
    font-size: 45px;
    color: #e55300;
}

#colophon {
    background: #2b2b2b;
	color: white;
}

#colophon a {
		color: white;
}

.footer-logo img {
    width: 61px;
}

.social-media-links img {
    width: 40px;
    height: auto;
}

.social-media-links div {
    float: left;
    margin-right: 0px;
    margin-left: 5px;
}

.five-steps .elementor-widget:not(:last-child) {
    margin-bottom: 10px;
}

.five-steps .elementor-widget.five-steps-heading {
    margin-bottom: 0px;
    line-height: initial;
}

.newsletter.elementor-element.elementor-button-align-stretch.elementor-widget.elementor-widget-form,
.social-bottom {
    -webkit-box-shadow: 4px 8px 39px 1px rgba(0,0,0,0.59);
    -moz-box-shadow: 4px 8px 39px 1px rgba(0,0,0,0.59);
    box-shadow: 4px 8px 39px 1px rgba(0,0,0,0.59);
}

.newsletter .elementor-form .elementor-button.elementor-size-sm {
    min-height: 52px;
}


.newsletter2 .elementor-form .elementor-button.elementor-size-sm {
	min-height: 50px;
}

/* Only desktop */
@media screen and (min-width: 768px) {

.newsletter2 .elementor-field-type-email.elementor-field-group.elementor-column.elementor-field-group-email.elementor-col-60 {
    width: 70%;
}
} /* End only desktop */



.faq h2 {
    font-size: 35px;
}

.faq .elementor-widget-text-editor {
    padding-bottom: 1rem;
}

.faq p {
    margin: .4em 0 1.2em 0;
}

.site-branding { margin: 0 0 !important; }	

.noscroll { overflow: hidden !important; position: fixed; }

header#masthead {
	/* max-width: 1225px; */
	max-width: 1400px;
	padding-left: 100px;
	padding-right: 100px;
	background: #2b2b2b;
}	

div#atstbx {
    margin-top: 3rem;
}

.gtd-blog-widget h3.elementor-post__title {
    padding-top: .5rem;
    padding-right: 1rem;
}

.insights a:not([role=button]), 
.insights a:link:not([role=button]), 
.insights a:visited:not([role=button]) {
	color: #2b2b2b;
}
	

.elementor-17689 .elementor-element.elementor-element-c29ccce.resources-left .elementor-post__text {
    padding: 0 1em 0 1em;
}


@media (max-width: 1024px) {
	header#masthead {
		padding-left: 30px;
		padding-right: 30px;
	}
}	



.main-menu-wrap {
	text-align: right;
	margin-right: 60px;
}	

.menu-item { position: relative; }
.menu-item.current_page_item:after { 
	content: "";
	background: #e55301;
	height: 4px;
	width: 30px;
	display: inline-block;
	position: absolute;
	bottom: -10px;
	left: calc(50% - 20px);
}

.site-branding .search-button {
	position: absolute;
	display: inline-block;
	right: 0px;
	top: 20px;
	z-index: 11;
}

.site-branding .search-button a i { color: white; }

.site-branding .search-form-container.close { display: none; }
.site-branding .search-form-container {
	width: 100%;
	background: #2b2b2bab;
	z-index: 10;
	position: absolute;
	padding: 20px 40px 20px 20px;
	top: -12px;
	text-align: right;
}

.site-branding .search-field {
	min-width: 300px;
	font-family: sans-serif;
	font-size: 15px;
	color: #e55301;
}

.site-branding .search-submit { display: none; }


#header-mobile { display: none; }


.clear {
	clear: both;
	display: table;
}

#c-colophon {
	/* max-width: 1225px; */
	max-width: 1400px;
    padding-left: 100px;
    padding-right: 100px;
    margin: 0px auto;
    background: #2b2b2b;
    padding-top: 60px;
    padding-bottom: 60px;
}
@media (max-width: 1024px)
{
	#c-colophon { padding-left: 30px; padding-right: 30px; }
}

#c-colophon .footer-1 { display: flex; justify-content: space-between; }
.footer1-left { flex: 1.2; }
.footer1-right { flex: 0.8; }



#c-colophon .footer1-left {
	display: flex;
	justify-content: space-between;
}
.footer1-left .footer-logo { flex: .4; }
.footer1-left .widget-area { flex: 1.2; display: flex; }
.footer1-left .widget-area .widget-column { flex: 1; }


#c-colophon .widget-column a { color: white; position: relative; display: inline-block; }

#c-colophon .menu-item.current_page_item:after {
	content: "";
	background: #e55301;
	height: 4px;
	width: 30px;
	display: inline-block;
	position: absolute;
	bottom: 1px;
	left: 0px;
}


#c-colophon .social-top {
	display: flex;
	justify-content: space-between;
}

#c-colophon .newsletter-header {
	color: #929292;
	font-size: 30px;
	font-family: "ChaletComprimeCologneSixty", sans-serif;
	letter-spacing: 2px;
	margin: 10px 0px 0px 0px;
	display: inline-block;
}

#c-colophon .social-media-links {
	display: inline-block;
}


#c-colophon .mc-field-group { width: 100%; margin-top: 25px; }
#c-colophon .mc-field-group { display: flex; }
#c-colophon .mc-field-group input[type="email"] { flex: 2; }
#c-colophon .mc-field-group input[type="submit"] { flex: 1; }


#c-colophon .required.email {
	display: inline-block;
	font-size: 16px;
	padding: 10px;
	font-family: sans-serif;
	width: 100%;
}

#c-colophon #mc-embedded-subscribe {
	display: inline-block;
	padding: 13px 15px;
	margin: 0px;
	height: 50px;
	border-radius: 0px;
	background: #e55301;
	position: relative;
	width: 100%;
}

.footer-2 { 
	display: flex; 
	align-items: flex-end; 
}

.footer-2 .footer2-left { 
	flex: 1; 
}

.footer-2 .footer2-right { 
	flex: 0.2; 
	text-align: right; 
}

.footer2-left {
	display: flex;
	justify-content: space-between;
}

.footer2-left .space-left { 
	flex: .265; 
}

.footer2-left .company-data { 
	flex: 1.2; 
}

.footer-navigation .footer-menu ul ,
.footer-navigation .footer-menu li { 
	list-style: none; 
	margin: 0px; 
	padding: 0px; 
	display: inline-block; 
}

.footer-navigation .footer-menu a { 
	color: white; 
	font-size: 13px; 
	font-family: sans-serif; 
}

.footer-navigation .footer-menu a:before { 
	content: "|"; 
	display: inline-block; 
	padding-right: 5px; 
}

.footer-navigation .footer-menu li:first-child a:before { 
	display: none; 
}

#c-colophon .footer-navigation .menu-item:after { 
	height: 2px; 
	top: 30px; 
	left: 0px; 
}

.footer-navigation .footer-menu a:after { 
	height: 2px; 
	top: 30px; 
	left: 0px; 
}

#c-colophon .footer-navigation .menu-item.current_page_item:after { 
	height: 2px; 
	top: 30px; 
	left: 10px; 
}

#c-colophon .footer-navigation .menu-item:first-child.current_page_item:after { 
	left: 0px; 
}

.footer-navigation .footer-menu a:hover:after { 
	height: 2px; 
	top: 30px; 
	left: 5px; 
}

.footer-info p { 
	margin: 0px; 
}

.footer-info > div {
	margin-bottom: 5px;
	line-height: 2.2em;
}

.footer-info > div.trademarks {
    line-height: 1.5;
}

.footer-info * { 
	font-size: 13px; 
	color:white; 
	font-family: sans-serif; 
}

.footer-info br { 
	margin-bottom: 10px; 
}

.footer2-right img { 
	width: 140px; 
	height: auto; 
}

#c-colophon .mobile-only { display: none; }


/* Partners templates, single and archive */
article.gtd_partner { margin-top: 50px; margin-bottom: 50px; }
.content-thumb img { width: 100%; height: auto; }
.content-thumb-desc { display: flex;     align-items: flex-start; }
.content-thumb-desc .content-thumb { max-width: 150px; flex: 1; }
.content-thumb-desc .content-desc { width: 100%; flex: 1;  padding-left: 30px; }
.content-desc p { margin-top: 0px; }
.content-meta .partner-country { font-weight: bold; }
.content-meta-sub { margin-top: 20px; }
.entry-content .content-meta { margin-top: 20px; }

.gtd_partner .content-desc p {
    font-size: 45px;
    font-family: ChaletComprimeCologneSixty, sans-serif;
    color: #a0a0a0;
    line-height: 1;
}

.gtd_partner.entry .entry-content .content-desc {
    margin-bottom: 1.5rem;
	max-width: 600px;
}

.gtd_partner h2 {
    font-size: 90px;
}


/* Twenty Nineteen breakpoint desktop */
@media only screen and (min-width: 1168px) {
html .entry .entry-content,
html .entry .entry-summary,	
html .entry .entry-content > *, 
html .entry .entry-summary > * {
    max-width: 100%;
}
	
} /* End Twenty Nineteen breakpoint desktop */


/* Only desktop */
@media only screen and (min-width: 768px) {
header#masthead {
    /* max-width: 1400px; */
    margin: 0 auto;
}	
	
	
nav#site-navigation {
    position: relative;
}

#site-navigation div:first-of-type {
    float: right;
	margin-top: 20px
}	
	
#site-navigation .searchbox {
    position: absolute;
    top: 20px;
    width: 100% !important;
}

#site-navigation .search-button {
    width: 30px;
    float: right;
}

.main-navigation .main-menu > li {
    color: white;
}

.main-navigation .main-menu > li > a {
    font-weight: 500;
    color: white;
}

.main-navigation .main-menu > li > a:hover, 
.main-navigation .main-menu > li > a:hover + svg {
    color: white;
    /* border-bottom: 2px solid #2b2b2b; */
}	

.menu-item a:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}	
	
.menu-item a:after {
    background: #e55300;
    top: 28px;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform .15s ease-out;
    transition: -webkit-transform .15s ease-out;
    transition: transform .15s ease-out;
    transition: transform .15s ease-out,-webkit-transform .15s ease-out;
    width: calc(100% - 0.5rem);
    will-change: transform;
}	


.main-navigation .main-menu > li.menu-item:last-child > a:after {
	width: 100%;
	-webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.main-navigation .main-menu > li.menu-item:last-child > a:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);		
	}	
	
.entry .entry-content > *, 
.entry .entry-summary > * {
    /* margin: 0; */
}

.entry .entry-content .entry {
	margin: unset;
	padding: unset;
	}	
	
#colophon .widget-area, #colophon .site-info {
    margin: calc(3 * 1rem) auto;
    max-width: 1400px;
}	

ul#menu-footer-navigation,
ul#menu-footer-navigation-2 {
    margin-top: 0;
}

.widget-column.footer-widget-1,
.widget-column.footer-widget-2 {
    width: 20%;
    float: left;
}
	
.newsletter {
    width: 60%;
    float: left;
}

.newsletter-text {
    margin-right: 1rem;
}	
	
.five-steps .elementor-text-editor.elementor-clearfix {
    max-width: 430px;
}	

.archive .page-header, 
.blog .page-header,
.search .page-header, 
.error404 .page-header {
	margin: calc(3 * 1rem) calc(10% + 60px) 1rem;
}

.blog h1.page-title img {
    width: 336px;
}	

.only-on-mobile {
	display: none;
}	

.gtd-thumbnail {
    margin: 0 1rem 1rem calc(10% + 60px);
    float: left;
}	
	
.gtd-thumbnail img {
    object-fit: cover;
    width: 200px;
    height: 200px;
    object-position: 100% 0;
}

.archive.tax-gtd_country .page-header {
    margin: calc(3 * 1rem) 100px 1rem;
}

.hfeed.tax-gtd_country .entry .entry-header {
    margin: calc(3 * 1rem) 100px calc(1rem / 2);
}

.tax-gtd_country .entry .entry-content {
    margin: 0 100px;
    padding: 0 0;
}

.tax-gtd_country #content {
    background-image: url(../jpg/map_image_a_copy-2x.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 50%;
}	

.tax-gtd_country #main {
    margin-bottom: 7rem;
}	

.resources h3.elementor-post__title {
    font-size: 35px;
}

.resources .elementor-posts .elementor-post__meta-data {
    font-size: 18px;
}

	
} /* End only desktop */


/* Tablet */
@media (max-width: 1024px){
#c-colophon .footer-1 { display: block; }
.footer1-left { width: 100%; }
.footer1-right { width: 100%; margin-top: 30px; }
#c-colophon .footer-2 { display: block; margin-top: 40px; }
.footer2-left { width: 100%; }
.footer2-left .space-left { display: none; }
.footer2-right { width: 100%; margin-top: 10px; }
	
	
.resources h3.elementor-post__title {
    font-size: 28px;
}

.resources .elementor-posts .elementor-post__meta-data {
    font-size: 18px;
}
	
}


	
/* Mobile */
@media only screen and (max-width: 767px) {
#header-desktop	{ display: none; }
#header-mobile { display: block; }
#header-mobile .site-logo { float: right; }
#header-mobile .mobmenu-btn { position: relative; top: 10px; height: 40px; }
#header-mobile .bars { width: 40px; height: 2px; background: #bbbbbb; position: relative; display: inline-block; transition: all 0.5s; }
#header-mobile .bars:before,
#header-mobile .bars:after { content: ""; width: 100%; height: 2px; background: #bbbbbb; position: absolute; left: 0px; display: inline-block; transition: all 0.5s; }
#header-mobile .bars:before { top: -10px; }
#header-mobile .bars:after { bottom: -10px; }

/* #header-mobile.open-menu .mobmenu-btn { position: fixed; top: 10px; left: 10px; z-index: 100001; } */

#header-mobile.open-menu .mobmenu-btn {
    position: fixed;
    top: 32px;
    left: 30px;
    z-index: 100001;
}	
	
#header-mobile.open-menu .bars { transform: rotate(45deg); transition: all 0.5s; }
#header-mobile.open-menu .bars:before { top: 0px; transform: rotate(90deg); transition: all 0.5s; }
#header-mobile.open-menu .bars:after { top: 0px; transform: rotate(90deg); transition: all 0.5s; }

.mob-main-navigation.close {
	margin-left: 200%;
	transition: all ease-in-out 0.5s;
}

.mob-main-navigation {

	margin-left: 0%;
	transition: all ease-in-out 0.5s;

	position: fixed;
	z-index: 100000;
	top: 0px; left: 0px;
	bottom: 0px; right: 0px;
	background: black;
	overflow-y: scroll;
}

.mob-main-navigation .mobmenu-btn-close {
	position: absolute;
	top: 10px;
	left: 10px;
	height: 40px;
	display: inline-block;
}

.mob-main-navigation .mobmenu-btn-close .bars-close {
	width: 40px; height: 2px; background: #bbbbbb; position: relative; display: inline-block;
	transform: rotate(45deg);
}
.mob-main-navigation .mobmenu-btn-close .bars-close:before {
	content: "";
	position: absolute;
	top: 0px; left: 0px;
	width: 40px; height: 2px; background: #bbbbbb; display: inline-block;
	transform: rotate(90deg);
}

.mob-main-menu-wrap { padding-top: 80px; }

.mob-main-navigation ul, .mob-main-navigation li {
	margin: 0px; padding: 0px; list-style: none;
	text-align: center;
	color: white;
}

.mob-main-navigation li {
	padding: 20px 0px;
	border-bottom: 1px solid #333333;
	font-family: "ChaletComprimeCologneSixty", sans-serif;
}

.mob-main-navigation li a { color: white; }

.menu-item.current_page_item:after { bottom: 15px; }

#header-mobile .search-field { min-width: 240px; width: 240px; }
#header-mobile .search-form {
	text-align: center;
	position: absolute;
	top: 32px;
	left: calc(50% - 120px);	
}	

.heading, 
.heading h1, 
.heading h2,
html .entry-title {
	font-size: 55px;
	letter-spacing: normal;
}

.heading-super-white,
.heading-super-white h1,
.heading-super-white h2  {
	font-size: 55px;
	letter-spacing: normal;        
}
    
.post-navigation .post-title, 
.entry-title, 
.not-found .page-title, 
.error-404 .page-title, 
.comments-title, 
blockquote {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	word-break: normal;
}
	
.five-step-icon {
    left: 0 !important;
    top: 64% !important;
}

.next-steps .elementor-widget:not(:last-child) {
    margin-bottom: 0px;
}	

.next-steps p {
    margin: 0.5em 0 .5em 0;
}	
	
.daquote .elementor-widget-container {
	font-size: 45px;
}	

.gtd-contact-form .gform_wrapper {
    padding: 1em 1em;
}	
	
#c-colophon .footer1-left { display: block; }

.footer1-left .footer-logo { margin-bottom: 50px; }
.footer1-left .widget-area { display: block; }

#c-colophon .social-top .social-media-links { display: none; }
#c-colophon .mc-field-group { margin-top: 15px; }

#c-colophon .footer1-right { margin-top: 15px; }

#c-colophon .footer2-left { display: block; }
#c-colophon .mobile-only { display: block; }
#c-colophon .social-mobile-only { text-align: center; margin-top: 90px; margin-bottom: 80px; }

#c-colophon .icon-mobile-only img { width: 140px; height: auto; }

#c-colophon .footer2-left .space-left { display: none; }

.footer-2 .footer2-right { display: none; }

.only-on-mobile {
	display: inherit;
}

.entry .gtd-thumbnail {
    margin: 1rem;
}	

h1.page-title img {
    margin-left: 1rem;
    max-width: 100%;
}	

.content-thumb-desc .content-thumb { 
	max-width: 100px; 
	flex: 1; 
}	

.gtd_partner h2 {
    font-size: 55px;
}    
    
} /* End mobile */

