/*
* Main styles of site
* Including mobile version (till 1199px)
*/

/* 
* Basic styles 
*/

* 	 { box-sizing: border-box; }
a    { text-decoration: none; color: inherit; transition: all .3s; }
img  { max-width: 100%; height: auto; vertical-align: middle; }
body { padding: 0; margin: 0; }
input,
button,
select,
textarea { outline: none; font-size: inherit; font-family: inherit; }

input {  appearance: none; -webkit-appearance: none; }

main { width: 100%; line-height: 1.5em; } /* for firefox centering by margin:auto */

a,
button { transition: all .3s; }

input:focus,
input:active,
textarea:focus,
textarea:active { outline: none !important; }

h1, h2, h3, h4 { color: #07085b; }

::-webkit-input-placeholder { color: inherit; opacity: 0.2; }
::-moz-placeholder { color: inherit; opacity: 0.2; }
:-ms-input-placeholder { color: inherit; opacity: 0.2; }
:-moz-placeholder { color: inherit; opacity: 0.2; }

.overflow { overflow: hidden; }
.owl-carousel { touch-action: manipulation; }

/* WordPress Core */
.alignnone { margin: 5px 20px 20px 0; }
.aligncenter,
div.aligncenter { display: block; margin: 5px auto 5px auto; }
.alignright { float:right; margin: 5px 0 20px 20px; }
.alignleft { float: left; margin: 5px 20px 20px 0; }
a img.alignright {float: right; margin: 5px 0 20px 20px; }
a img.alignnone {margin: 5px 20px 20px 0; }
a img.alignleft {float: left; margin: 5px 20px 20px 0; }
a img.aligncenter {display: block; margin-left: auto; margin-right: auto; }
.wp-caption {background: #fff; border: 1px solid #f0f0f0; max-width: 96%; /* Image does not overflow the content area */ padding: 5px 3px 10px; text-align: center; }
.wp-caption.alignnone {margin: 5px 20px 20px 0; }
.wp-caption.alignleft {margin: 5px 20px 20px 0; }
.wp-caption.alignright {margin: 5px 0 20px 20px; }
.wp-caption img {border: 0 none; height: auto; margin: 0; max-width: 98.5%; padding: 0; width: auto; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; margin: 0; padding: 0 4px 5px; }
/* End of WordPress Core */
/* --------------------- End of Basic styles --------------------- */

/* 
* Site specific styles
*/
::selection { background: #07085b; color: white; }

body { font-family: "Montserrat"; font-size: 14px; font-weight: 500; color: #07085b; line-height: 1.5; }
p { line-height: 1.5; margin-bottom: 20px; }

a { text-decoration: none !important; }
a:hover { text-decoration: underline !important; }

.btn { border: 2px solid #07085b; border-radius: 0; padding: 8px 30px 9px; font-size: 14px; font-weight: 800; text-transform: uppercase; color: #07085b; letter-spacing: 2px;
 transition: all .3s; }
.btn:hover { background: #07085b; color: #fff; transition: all .3s; text-decoration: none !important; }

.btn-transparent { background: none; border: none; padding: 0; }

	.d-of-g-container { width: 100%; padding: 0 15px; }
	.d-of-g-flex { display: flex; flex-wrap: wrap; }

	body,
	.secondary-page { min-height: 50vh; }

	@media all and (min-width:1200px) { 
		.d-of-g-flex-10 { width: 10%; padding: 0 15px; }
		.d-of-g-flex-20 { width: 20%; padding: 0 15px; }
		.d-of-g-flex-30 { width: 30%; padding: 0 15px; }
		.d-of-g-flex-40 { width: 40%; padding: 0 15px; }
		.d-of-g-flex-50 { width: 50%; padding: 0 15px; }
		.d-of-g-flex-60 { width: 60%; padding: 0 15px; }
		.d-of-g-flex-70 { width: 70%; padding: 0 15px; }
		.d-of-g-flex-80 { width: 80%; padding: 0 15px; }
		.d-of-g-flex-90 { width: 90%; padding: 0 15px; }

		.d-of-g-flex-25 { width: 25%; padding: 0 15px; }
		.d-of-g-flex-75 { width: 75%; padding: 0 15px; }

		.d-of-g-flex-35 { width: 35%; padding: 0 15px; }
		.d-of-g-flex-65 { width: 65%; padding: 0 15px; }

		.d-of-g-container-1200 { max-width: 1200px; margin: 0 auto; }
		.d-of-g-container.secondary-page-full { padding-top: 30px; padding-bottom: 60px; }
	}

	body h1 { margin: 0 0 20px; }

	.block-tag { display: block; }
	.text-strong { font-weight: 600; }

	@media all and (max-width:1199px) { 
		.desktop-only { display: none !important; }
	}

	@media all and (min-width:1200px) { 
		.d-of-g-container { width: 100%; padding: 0 30px; }

		.mobile-only { display: none !important; }
	}

	@media all and (min-width:1700px) { 
		body  { font-size: 16px; }
		.d-of-g-container { width: 100%; padding: 0 100px; }
	}

	body>header { border-bottom: 2px solid rgb( 239, 239, 239 ); }

	header ul { margin: 0; }
	header nav ul li { display: inline-block; padding: 15px 20px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; }
	header nav a { color: #07085b !important; font-size: 16px; }
	header nav a:hover { color: #53ac91 !important; text-decoration: none !important; }
	.header-nav-icons { display: flex; }
	.current-menu-item { font-weight: 800; }
	.header-search { margin-right: 30px; line-height: 0; }
	.header-search svg { fill: #07085b; height: 30px; transition: all .3s; }
	.header-search svg:hover { fill: #85c4b1; transition: all .3s; }
	.header-nav-icons .login { margin-left: 30px; line-height: 0; }

	/* social nav */
	.social-nav { display: flex; align-items: center; list-style: none; margin-bottom: 0; }
	.social-nav a { margin: 0 5px; line-height: 0; }
	.social-nav a:last-of-type { margin-right: 0; line-height: 0; }
	.social-nav svg { fill: #07085b; height: 30px; transition: all .3s; }
	.logout svg:hover,
	.login svg:hover,
	.social-nav svg:hover { fill: #53ac91; transition: all .3s; }
	.logout svg,
	.login svg { fill: #07085b; height: 30px; transition: all .3s; }
	.social-nav svg.fb-icon { height: 26px; }
	.social-nav svg.yt-icon { height: 32px; }
	/* end social nav */

	.mltlngg_switcher select { background: none !important; padding-left: 0 !important; border: 0; font-weight: 600; color: #07085b; }
	.mltlngg-lang-switch > li img { display: none !important; }
	.mltlngg-lang-switch-names li, .mltlngg-lang-switch-names li > ul li { text-transform: uppercase; background: #fff; border-color: #fff; }
	.mltlngg-lang-switch-names > li ul { width: 60px; padding: 0 10px; left: -10px; border: 0; box-shadow: 0 8px 10px -10px rgb(162 161 160); }
	.mltlngg-lang-switch-names > li ul button { text-transform: uppercase !important; }

	.mltlngg-lang-switch-names > li > a, .mltlngg-lang-switch-names > li > a:active, .mltlngg-lang-switch-names > li > a:hover,
	.mltlngg-lang-switch-names li button { color: #07085b; font-size: 14px; font-weight: 600 !important; }
	@media (min-width: 1700px) {
		.mltlngg-lang-switch-names > li > a, .mltlngg-lang-switch-names > li > a:active, .mltlngg-lang-switch-names > li > a:hover,
		.mltlngg-lang-switch-names li button { font-size: 16px; }
	}


	body>header .avatar { width: 32px; border-radius: 50px; margin: 0 0 0 30px; }

	@media all and (max-width:1199px) { 
		body>header { display: flex; flex-direction: row-reverse; align-items: center; justify-content: space-between; }
		body>header img.logo { width: 120px !important; padding: 5px 0; }
		body>header .header-search { margin: 0 10px; }
		.mltlngg_switcher select { margin-right: 50px; }

		ul#menu-header_menu { padding-left: 0; }

		header nav ul li { display: block; }
		header ul#menu-events-menu,
		header ul#menu-events-menu-1 { margin: 0; }
		header ul#menu-events-menu li a,
		header ul#menu-events-menu-1 li a { margin: 0; }
		header a.admin-link svg,
		header a.Logout svg { width: 42px; height: 32px; padding-right: 10px; fill: #07085b; }


		body>header .header-nav-icons .social-nav { display: none; }
		.menu-prime { display: none; position: fixed; left: 0; top: 0; right: 0; bottom: 0; 
			z-index: 1000; padding-top: 60px;
			background: url('../images/bg-menu-mob.jpg'); background-repeat: no-repeat; background-size: cover; }
		@keyframes rotate {
			0% { transform: rotate(0deg); }
			100% { transform: rotate(359deg); }
		}
		.menu-trigger { position: relative; z-index: 1001; }
		.menu-trigger span { display: block; width: 30px; height: 2px; background: #07085b; transition: all .5s; }
		.menu-trigger span:not(:last-of-type) { margin-bottom: 7px; }
		.menu-trigger.active span { background: #07085b; }
		.menu-trigger.active span:nth-of-type(1) { transform: rotate(45deg) translate(11px, 0); }
		.menu-trigger.active span:nth-of-type(2) { opacity: 0; }
		.menu-trigger.active span:nth-of-type(3) { transform: rotate(135deg) translate(-12px, 2px); }

		.mobile-bottom-menu {  }
		.mobile-bottom-menu .menu { z-index: 999; box-shadow: 0px 5px 15px #07085b; list-style: none; padding: 0; margin: 0; position: fixed; bottom: 0; left: 0; right: 0; display: flex; flex-wrap: wrap; }
		.mobile-bottom-menu .menu li { background: #85c4b1; width: 20%; padding: 15px 10px; text-align: center; }
		.mobile-bottom-menu .menu li:not(:last-of-type) { border-right: 1px solid #fff; }
		.mobile-bottom-menu .menu li>a>span { display: none; }
		.mobile-bottom-menu .menu li>a>img { fill: #ffffff; height: 30px; padding: 0; }

		.mobile-bottom-menu .menu li:nth-of-type(1) { background: #85c4b1; }
		.mobile-bottom-menu .menu li:nth-of-type(2) { background: #F2C97A; }
		.mobile-bottom-menu .menu li:nth-of-type(3) { background: #a9baf4; }
		.mobile-bottom-menu .menu li:nth-of-type(4) { background: #e5e1e0; }
		.mobile-bottom-menu .menu li:nth-of-type(5) { background: #FF8C6B; }

		.menu-header-menu-container ul.menu { padding-left: 0; }
		.menu-header-menu-container ul.menu li { padding: 10px 20px; }
		.menu-header-menu-container ul.menu li a { font-size: 16px; }
		img.menu-image { width: 32px !important;  }

		.social-nav { padding-left: 50px; margin-top: 40px; }
		.social-nav a { margin: 0 10px; }

		a.login,
		a.Logout,
		a.admin-link { font-size: 16px; padding: 10px 20px; display: flex; align-items: center; font-weight: 600; text-transform: uppercase; letter-spacing: 1px;  }
		a.login svg,
		a.logout svg,
		a.admin-link svg { margin-right: 20px; fill: #07085B; width: 22px; }

		body>header .user-avatar { margin-bottom: 20px; font-weight: 600; }
		body>header .avatar { margin-left: 20px; margin-right: 10px; width: 32px; }

		#Smallchat iframe { bottom: 60px !important; max-height: 80% !important; }

		body>header a:hover { color: #000 !important; }
	}

	@media all and (min-width:1200px) { 
		header { display: flex; justify-content: space-between; align-items: center; }
		body>header { transition: all .3s; background: #fff; position: fixed; top: 0; left: 0; right: 0; z-index: 1000; }
		body { transition: all .3s; margin-top: 74px; }
		body>header.sticky { box-shadow: 0 8px 10px -10px rgb(162 161 160); }
		body>header.sticky nav ul li { padding-top: 7px; padding-bottom: 7px; }
		body>header img.logo { transition: all .3s; height: 70px; padding: 5px 0; margin-right: 40px; }
		img.menu-image { display: none !important; }

		header nav a { font-size: 14px; }

		.user-nav { display: flex; align-items: center; }
		.user-nav a:not(:first-of-type) { margin-left: 15px; }
		.user-nav a svg { fill: #07085b; }
		.user-nav a svg:hover { fill: #53ac91; transition: all .3s; }

		.user-menu-pc { display: none; transition: all 3s; box-shadow: 0 8px 10px -10px rgb(162 161 160); text-align: right; padding: 20px 30px; position: absolute; right: 0; background: #fff; top: 51px; }
		.nav-user-toggle:hover .user-menu-pc { display: block; transition: all 3s; }
		.nav-user-toggle .user-menu-pc ul { padding-left: 0; }
		.nav-user-toggle .user-menu-pc ul li { padding: 0; display: block; margin-bottom: 5px; }

		.nav-user-toggle .user-menu-pc ul li a,
		.nav-user-toggle .user-menu-pc a.logout { font-size: 14px; font-weight: 600; }
		.nav-user-toggle .user-menu-pc a.logout:hover { text-decoration: none !important; color: #53ac91 !important; }

		a.adminpanel { font-size: 14px; font-weight: 600; text-transform: uppercase; display: block; margin-bottom: 5px; }
		a.adminpanel:hover { color: #53ac91 !important; text-decoration: none !important; }
	}

	@media all and (min-width:1700px) { 
		header nav a { font-size: 16px; }
		.user-menu-pc { right: 70px; }
	}

	@media all and (min-width:1200px) and (max-width:1440px) { 
		header nav ul li { display: inline-block; padding: 10px 15px; }
	}

	footer { font-family: 'Montserrat', sans-serif; color: #07085b; background: #f3f3f3; padding: 40px 0 0; }
	footer .text-wrap p { padding-right: 80px; }
	footer h4 { font-size: 14px; font-weight: 800; text-transform: uppercase; line-height: 1.4;  color: #07085b; letter-spacing: 2px; }
	footer .d-of-g-partners>div { margin-bottom: 20px; }
	footer .d-of-g-partners>div img { margin: 0 5px; max-width: 22%; height: auto; -webkit-filter: grayscale(1); filter: grayscale(1); transition: all .3s; }
	footer .d-of-g-partners>div img:hover {  -webkit-filter: none; filter: none; transition: all .3s; }
	footer .copyright { padding-top: 15px; padding-bottom: 15px; margin-top: 40px; background: #e5e1e0; color: #07085b; }
	.support-mail { font-weight: 600; }
	@media all and (max-width:1199px) { 
		footer { padding-bottom: 60px; }
		footer .text-wrap { display: none; }
		footer h4 { margin-bottom: 15px; }
		footer .copyright { text-align: center; padding-bottom: 30px; }
		footer .copyright .social-nav { justify-content: center; margin-top: 20px; }
		footer .social-nav { padding-left: 0; }
	}
	@media all and (min-width:1200px) { 
		footer .copyright { display: flex; justify-content: space-between; align-items: center; }
		footer .copyright>div:last-of-type { display: flex; align-items: center; }
		footer .text-wrap { position: relative; }
		.support-mail { margin-right: 5px; }
	}
	@media all and (min-width:1700px) { 
		footer { padding: 60px 0 0; }
		footer h4 { font-size: 16px; }
		footer .copyright { margin-top: 60px; }
	}

	.modal-bg {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8); z-index: 1000; transition: 0.7s; }
	.modal { position: fixed; top: 100px; left: 50%; bottom: unset; width: 600px; min-height: 200px; margin-left: -300px; background: #fff; z-index: 1001; padding: 30px; transition: 0.5s ease-out; text-align: center; color: rgb( 42, 47, 65 ); }
	.modal i { font-size: 36px; }
	.modal h3 { margin: 20px 0 60px; line-height: 1.6; font-weight: bold; text-transform: uppercase; letter-spacing: 2px; }
	@media all and (max-width:1199px) { 
	    .modal { top: 20px; margin-left: -45%; width: 90%; }
	}


	.d-of-g-main { padding: 40px 15px; }
	.d-of-g-main blockquote { color: #07085b; margin: 0; line-height: 1.5; position: relative; padding-left: 12%; }
	.d-of-g-main blockquote:before { content: ''; background: url('../images/blockquote.svg');
    background-repeat: no-repeat; background-size: contain; background-position: top center;
    position: absolute; left: 10px; z-index: -1; top: 0; bottom: 0; width: 13%; }

    .home .d-of-g-main blockquote { padding-left: 80px; }
	.home .d-of-g-main blockquote:before { content: ''; background: url('../images/blockquote-home.svg');
    background-repeat: no-repeat; background-size: contain; background-position: top center;
    position: absolute; left: 10px; z-index: -1; top: -50px; bottom: 0; width: 80px; height: 80px; transform: rotate(180deg); }

	.d-of-g-main-more { text-align: center; padding: 30px 0; }
	@media all and (min-width:1200px) { 
		.d-of-g-main { width: 980px; margin: 0 auto; }
	}
	@media all and (min-width:1700px) { 
		.d-of-g-main { width: 1200px; }
	}

	#cookie-notice { background-color: rgb(133 196 177) !important; }
	#cookie-notice .cookie-notice-container { color: #07085b !important; }
	#cookie-notice  a.cn-set-cookie { border: 2px solid #07085b; border-radius: 0; background: none; padding: 8px 30px 9px; font-size: 14px; font-weight: 800; text-transform: uppercase; color: #07085b; letter-spacing: 2px; transition: all .3s; }
	#cookie-notice  a.cn-set-cookie:hover { background: #07085b; color: #fff; transition: all .3s; }
	#cookie-notice .cn-close-icon:after, 
	#cookie-notice .cn-close-icon:before { background-color: #07085b;  }

	@media all and (max-width:991px) { 
		.home .d-of-g-main { display: none; }
	}

/* post section */

            .d-of-g-post-section { display: flex; flex-wrap: wrap; margin-left: -15px; margin-right: -15px; }
            .d-of-g-post-section>div a { display: block; padding: 20px 40px; position: relative; }
            .d-of-g-post-section>div a:hover { color: #07085b; text-decoration: none !important; }
            .d-of-g-post-section>div { margin: 15px; color: #07085b; transition: all .3s; position: relative; }
            .d-of-g-post-section .post-type { position: absolute; left: 0; padding: 7px 15px 7px 40px; }
            .d-of-g-post-section h2 { font-size: 19px; font-weight: 800; text-transform: uppercase; line-height: 1.4; color: #07085b; letter-spacing: 2px; }
            .d-of-g-post-section time { position: absolute; left: 0; bottom: 20px; padding: 7px 15px 7px 40px; background: rgba(255, 255, 255, .3); }
            .d-of-g-post-section .author-name { position: absolute; left: 40px; bottom: 68px; padding: 7px 0; }

            .d-of-g-color-1 { background: #FF8C6B; }
            .d-of-g-color-2 { background: #a9baf4; }
            .d-of-g-color-3 { background: #F2C97A; }
            .d-of-g-color-4 { background: #F2EF8A; }
            .d-of-g-color-5 { background: #F3F3F3; }
            .d-of-g-color-6 { background: #85C4B1; }
            .d-of-g-color-1:hover { background: #FF7F5F; }
            .d-of-g-color-2:hover { background: #9EB0F2; }
            .d-of-g-color-3:hover { background: #F0C06D; }
            .d-of-g-color-4:hover { background: #F0EC7D; }
            .d-of-g-color-5:hover { background: #EAEAEA; }
            .d-of-g-color-6:hover { background: #78BBA6; }

            @media all and (min-width:1200px) { 
                .d-of-g-post-section>div { width: calc( 33.332% - 30px ); }
                /*.d-of-g-post-section>div.video_galery,
                .d-of-g-post-section>div.photo_galery { width: calc( 66.664% - 30px ); }*/
            }
            @media all and (min-width:1700px) { 
            	.d-of-g-post-section h2 { font-size: 21px; }
                /* .d-of-g-post-section>div { width: calc( 25% - 30px ); } */
            }

            @media all and (max-width:1480px) {
            	.d-of-g-post-section h2 { font-size: 18px; }
            }

            

            .post-content-wrap { height: 360px; display: flex; flex-wrap: wrap; position: relative; padding-top: 60px; }
            .post-content-wrap>div:first-of-type { width: 60%; }
            .post-content-wrap>div:last-of-type { width: 45%; position: absolute; right: -55px; top: 0; }

            .d-of-g-post-wrap.hide { display: none; }

            .post-content-wrap.no-img>div:first-of-type { width: 90%; }
            .post-content-wrap.no-img>div:last-of-type { position: relative; right: 0; }
            .post-thumb { -webkit-filter: grayscale(1); filter: grayscale(1); transition: all .3s; width: 45%; height: 350px; background-position: center; background-repeat: no-repeat; background-size: cover; }
			.d-of-g-post-section>div a:hover .post-thumb {  -webkit-filter: none; filter: none; transition: all .3s; }
            .d-of-g-excerpt { font-weight: 600; }
            .d-of-g-post-wrap .post-icon { width: 32px; }


            @media all and (max-width:1199px) { 
            	.post-content-wrap { height: 380px; }
            	.d-of-g-post-section>div { width: calc( 100% - 30px ); }
            	.d-of-g-excerpt { max-height: 120px; overflow: hidden; }
            	.post-thumb { height: 200px; }

            	.stories-single { display: flex; flex-wrap: wrap; }
            	.stories-single>div { width: 100%; }
            	.stories-single>div.stories-main { order: 1; }
            	.stories-single>div.stories-aside { width: 100%; order: 2; padding: 20px 0; position: relative; }
            	.stories-single .stories-main .story-summary { padding: 20px !important; }
            }
            @media all and (min-width:1200px) { 
            	.post-thumb { height: 250px; }
            }
            @media all and (min-width:1500px) { 
            	.post-thumb { height: 350px; }
            }

/* Contact us */
    .country-wrap>div { overflow: hidden; padding: 40px; transition: all .6s; z-index: 1; width: 100%; }
    .country-wrap>div:nth-child(1) { background: #f2c97a; }
    .country-wrap>div:nth-child(2) { background: #ff8c6b; }
    .country-wrap>div:nth-child(3) { background: #85c4b1; }
    .country-wrap h3 { margin: 0 0 30px; font-size: 21px; font-weight: bold; text-transform: uppercase; letter-spacing: 2px; }
    .country-wrap div br { display: none; }

    .country-wrap div div p { display: flex; align-items: center; }
    .country-wrap div div p i { font-size: 24px; margin-right: 5px; }

    .contact-us h2 { font-size: 24px; font-weight: bold; letter-spacing: 2px; margin: 0; }
    .contact-us h1 { margin: 40px 0 20px; }
    .wpcf7 input[type="text"],
    .wpcf7 input[type="email"],
    .wpcf7 textarea { border: none; background: transparent; padding: 10px 0; display: block; width: 100%; font-weight: 800; font-size: 18px; color: #07085b; letter-spacing: 1px; }
    .wpcf7 textarea { height: 45px; min-height: 47px; resize: vertical; }
    div.wpcf7 .ajax-loader { margin: 0 15px; }
    .wpcf7-response-output { display: none !important; }
    .input-wrap { position: relative; border-bottom: 1px solid rgba( 42, 47, 65, 0.42 ); padding: 0; transition: all .3s; margin-top: 30px; }
    .input-wrap.active { border-bottom: 1px solid rgba( 42, 47, 65, 1 ); }
    .input-wrap label { position: relative; top: 40px; z-index: 0; transition: all .3s; font-weight: 800; font-size: 16px; color: rgba( 42, 47, 65, 0.42 ); }
    .input-wrap.active label { top: 10px; }
    .wpcf7 input[type="submit"] { margin-top: 40px; border: 2px solid #07085b; border-radius: 0; font-size: 14px; font-weight: 800; text-transform: uppercase; color: #07085b; letter-spacing: 2px; transition: all .3s; padding: 8px 30px; background: none; }
    .wpcf7 input[type="submit"]:hover { background: #07085b; color: #fff; transition: all .3s; }
    @media all and (max-width:1199px) { 
    	.contact-us>div { margin-bottom: 60px; }
    }
    @media all and (min-width:1200px) { 
        .contact-us { display: flex; flex-wrap: wrap; overflow: hidden; }
        .contact-us>div:first-of-type { width: 70%; }
        .contact-us>div:last-of-type { box-shadow: -5px 0 5px -5px #ccc; width: 30%; padding: 40px 0 80px 30px; }
        .country-wrap { display: flex; flex-wrap: wrap; width: 90%; position: relative; overflow: hidden; margin-bottom: 80px; }
        .country-wrap>div { width: 25%; height: 400px;  }
        .country-wrap>div.active { width: 50%; }
        .country-wrap>div:hover { width: 50%; }
        .country-wrap>div>div { position: absolute; width: calc( 50% - 80px ); }
    }

    @media all and (min-width:1700px) { 
        .contact-us>div:last-of-type { padding: 40px 0 80px 100px; }
    }

/* Member account */
	.member-account-form-wrap { max-width: 720px; }
	.member-account h1 { margin: 0 0 20px;  }
	.member-account .member-info { color: #fff; background: #85c4b1; padding: 15px 10px; font-weight: 800; }
	.member-account .success { background: #85c4b1; }
	.member-account .error { background: #ff8c6b; }
	.member-account form input[type="email"],
	.member-account form input[type="date"],
	.member-account form input[type="text"],
    .member-account form input[type="radio"],
    .member-account form input[type="password"],
    .member-account form textarea,
    .member-account form select { border: none; background: transparent; padding: 7px 0; display: block; width: 100%; font-weight: 800; font-size: 18px; color: #07085b; letter-spacing: 1px; }
    .member-account form input[type="text"],
    .member-account form input[type="email"],
    .member-account form input[type="date"],
    .member-account form input[type="password"],
    .member-account form textarea,
    .member-account form select { border-bottom: 1px solid rgba( 42, 47, 65, 0.42 ); }
    .member-account form textarea { height: 160px; }
    .member-account form input[type="password"] { margin-bottom: 10px; }

    .change-pass label { cursor: pointer; }
	.change-pass label:after {  border-color: #9C9C9C transparent; border-style: solid; border-width: 5px 5px 0; display: inline-block;
    content: ""; height: 0; width: 0; position: relative; vertical-align: middle; right: -10px; }
	.change-pass.show label:after { transform: rotate(180deg); }
    .change-pass input { display: none !important; }
    .change-pass.show input { display: block !important; }
    .member-account .form-row { position: relative; margin-top: 30px; }
    .member-account fieldset legend,
    .member-account fieldset>label,
    .member-account .form-row label { font-weight: 800; font-size: 16px; color: rgba( 42, 47, 65, 0.42 ); margin-bottom: 10px; }
    .member-account .form-row label svg { fill: rgba( 42, 47, 65, 0.42 ); width: 16px; height: 16px; margin-right: 5px; }
    .member-account fieldset.languages-spoken { display: flex; flex-wrap: wrap; }
    .member-account fieldset.languages-spoken legend { width: 100%; }
    .member-account fieldset.languages-spoken .custom-checkbox { width: 50%; }
    .member-account form #submit { margin-top: 20px; border: 2px solid #07085b; border-radius: 0; font-size: 14px; font-weight: 800; text-transform: uppercase; color: #07085b; letter-spacing: 2px; transition: all .3s; padding: 8px 30px; background: none; }
    .member-account form #submit:hover { background: #07085b; color: #fff; transition: all .3s; }
	.member-account fieldset { padding: 0; border: 0; position: relative; }
	.member-account .custom-checkbox,
	.member-account .custom-radio { margin: 10px 0; }
	.member-account .custom-checkbox label,
	.member-account .custom-radio label { display: inline-flex; align-items: center; cursor: pointer; margin-right: 15px;}
	.member-account .custom-radio .input-circle { display: inline-block; margin-right: 8px; width: 21px; height: 21px; 
		border: 2px solid lightgrey; background: white; border-radius: 50%; transition: border 150ms; }
	.member-account .custom-radio input:checked + label .input-circle { border: 6px solid #07085b; }
	.member-account .visually-hidden { clip: rect(0 0 0 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
	.member-account span.required-star { color: red; font-size: 18px; padding-left: 5px; }

	.member-account .custom-checkbox .input-checkbox { display: inline-block; margin-right: 8px; width: 21px; height: 21px; 
		border: 2px solid lightgrey; background: white; transition: border 150ms; }
		.member-account .custom-checkbox input:checked + label .input-checkbox { position: relative; }
	.member-account .custom-checkbox input:checked + label .input-checkbox:before { content: ''; width: 14px; height: 3px; position: absolute; top: 8px; left: 4px; background: #07085b; transform: rotate(125deg); }
	.member-account .custom-checkbox input:checked + label .input-checkbox:after { content: ''; width: 7px; height: 3px; position: absolute; top: 10px; left: 2px; background: #07085b; transform: rotate(50deg); }

	.member-account .updated,
	.member-account #wpua-undo-button-existing,
	.member-account #wpua-thumbnail-existing { display: none !important; }

	.member-account .form-row label.error { width: 100%; display: block; padding: 5px 0; background: none; color: #ff8c6b; font-weight: 600; font-size: 14px; }
	.member-account .form-row input.error,
	.member-account .form-row select.error { background: rgba(255, 140, 107, 0.3); }

	#user_profile { position: relative; /*padding-top: 320px;*/ }
	#user_profile .wpua-edit-container { position: absolute; top: 0; }
	.wpua-edit-container h3 { display: none; }

/* Participants */
	.participants { padding-top: 40px; padding-bottom: 60px; }
	.participants div.members>div { display: flex; flex-wrap: wrap; }

	.participants div.members img { width: 100%; margin: 0; }
	.participants div.members>div>div { width: calc(16.6667% - 20px); margin: 10px; padding: 7px 7px 15px; background: #f3f3f3; }
	.participants-name { font-size: 14px; font-weight: 600; margin: 15px 0 0; }
	.filters { display: flex; flex-wrap: wrap; margin: 20px 0; }
	.filters span { font-weight: 600; background: #f3f3f3; padding: 10px 15px; margin-right: 15px; cursor: pointer; }
	.filters span.active { color: #f3f3f3; background: #07085b;  }
	.member { transition: all .3s; }
	.member.hide { display: none; }
	@media all and (max-width:1199px) { 
		.participants div.members>div>div { width: calc(50% - 20px); }
		.participants .avatar { margin: 0; }

		.member-account .custom-checkbox label,
		.member-account .custom-radio label { display: block; }
	}


.about-us { padding-top: 40px; padding-bottom: 60px; position: relative; }
.about-us-wrap h1,
.about-us-wrap h2,
.about-us-wrap ul,
.about-us-wrap p { margin: 0 0 10px; }
.about-us-wrap .strong { font-weight: 600; }
.about-us-wrap ul { list-style: none; padding: 0; }
.about-us-wrap ul li { position: relative; margin-bottom: 10px; }
.about-us-wrap ul li:before { content: ''; width: 30px; height: 5px; background: #51ab8f; position: absolute; top: 9px; left: -80px; }
.about-project-info h2 { color: #f48a67; text-transform: uppercase; line-height: 1.5; font-size: 16px; }
.about-project-info ul { font-size: 18px; line-height: 1.5; }
.about-us-team { display: flex; flex-wrap: wrap; margin: 90px 0 0; }
.about-us-team>div img { display: block !important; margin: 0 auto; width: calc( 100% - 40px); }
.about-us-team>div .team-member-name { display: block; position: relative; font-size: 14px; font-weight: 600; padding: 20px; box-shadow: 0px 30px 70px -10px rgba(13, 45, 37, 0.16); background: #fff; }
.about-us-team>div .team-member-name:before { content: ''; position: absolute; left: 0; right: 0; top: -120px; height: 120px; background: #fff; box-shadow: 0px 0px 70px 0px rgba(13, 45, 37, 0.16); z-index: -1; }

.author-info span.role,
.about-us-team span.role { display: block; margin-top: 5px; }
.author-info span.role>span,
.about-us-team span.role>span { margin: 0 5px 5px 0; display: inline-block; padding: 0 5px; }
.author-info span.role>span,
.about-us-team span.role>span { background: #F2EF88; }
.author-info span.role>span.Coordinator,
.about-us-team span.role>span.Coordinator { background: #7FBEB5; }
.author-info span.role>span.Tutor,
.about-us-team span.role>span.Tutor { background: #AABFF4; }
.author-info span.role>span.Mentor,
.about-us-team span.role>span.Mentor { background: #FF936F; }
.author-info span.role>span.PR,
.about-us-team span.role>span.PR { background: #F9CC67; }
.author-info span.role>span.Expert,
.about-us-team span.role>span.Expert { background: #FF9AC4; }
.author-info span.role>span.Language,
.about-us-team span.role>span.Language { background: #AE8DBA; }
.author-info span.role>span.Translation,
.about-us-team span.role>span.Translation { background: #CDE087; }
.author-info span.role>span.Support,
.about-us-team span.role>span.Support { background: #FE6C6C; }

@media all and (max-width:1199px) { 
	.about-us-team>div { width: calc( 50% - 30px ); margin: 0 15px 30px; }
	.about-us-team>div img { min-height: 70px; }
	.about-us-team>div .team-member-name:before { top: -60px; height: 60px; }
}

@media all and (max-width:767px) {
	.about-project-info h2 { margin: 40px 0 20px; }
	.about-project-info img { display: none; }
	.about-us-wrap ul { padding-left: 40px; margin-bottom: 40px; }
	.about-us-wrap ul li:before { width: 15px; height: 3px; top: 9px; left: -40px; }
}

@media all and (min-width:768px) and (max-width:1199px) { 
    .about-project-info { display: flex; flex-wrap: wrap; padding: 0 50px; margin: 50px 0;}
    .about-project-info>div:first-of-type { width: 20%; }
    .about-project-info>div:last-of-type { width: 80%; padding: 0 50px 0 100px; }

    .about-project-info { margin: 40px 0; box-shadow: 0px 0px 70px 0px rgba(13, 45, 37, 0.16); padding: 40px 50px; background: url('../images/about-ua-bg.jpg'); background-repeat: no-repeat; background-position: center; background-size: cover; }
    .about-project-info h2 { max-width: 80%; }
    .about-project-info img { width: 120px; margin-top: 30px; }
    .about-project-info ul { font-size: 16px; }
    .about-us-team>div { width: calc( 33.332% - 30px ); margin: 0 15px 30px; }
}
@media all and (min-width:1200px) { 
	.about-us:before { content: ''; width: 280px; height: 110vh; background: #aabaf5; position: absolute; top: 18%; left: 0; z-index: -1; }
    .about-us-wrap { display: flex; flex-wrap: wrap; padding: 0 50px 0 0; margin: 0 0 50px;}
    .about-us-wrap>div:first-of-type { width: 15%; }
    .about-us-wrap>div:last-of-type { width: 85%; padding: 0 200px 0 150px; }
    .about-project-info { box-shadow: 0px 0px 70px 0px rgba(13, 45, 37, 0.16); padding: 40px 50px; background: url('../images/about-ua-bg.jpg'); background-repeat: no-repeat; background-position: center; background-size: cover; }
    .about-project-info h2 { max-width: 80%; }
    .about-project-info img { width: 120px; margin-top: 30px; }
    .about-us-team>div { width: calc( 20% - 40px );; margin: 0 20px 40px; }
    .about-us-team>div img { min-height: 140px; }
}
@media all and (min-width:1200px) and (max-width:1440px) { 
	.about-us:before { height: 160vh; top: 12%; }
	.about-project-info h2 { font-size: 14px; }
	.about-us-wrap ul li:before { height: 3px; top: 5px; }
	.about-project-info ul { font-size: 16px; }
	.about-project-info img { width: 100px; }
}
@media all and (min-width:1700px) { 
	.about-us:before { content: ''; width: 450px; height: 100vh; background: #aabaf5; position: absolute; top: 18%; left: 0; z-index: -1; }
    .about-us-wrap { padding: 0 100px 0 0; }
    .about-us-wrap>div:last-of-type { padding: 0 200px 0 200px; }
    .about-project-info { padding: 60px 100px; }
    .about-project-info h2 { max-width: 83%; font-size: 21px; }
}


/* Events */
	#menu-events-menu,
	#menu-events-menu-1 { list-style: none; padding-left: 0; margin-top: 40px; }
	#menu-events-menu li a,
	#menu-events-menu-1 li a { color: #07085b !important; font-size: 16px; display: inline-block; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 20px; }
	#menu-events-menu img,
	#menu-events-menu-1 img { display: inline-block !important; }

	#menu-events-menu .current-menu-item a>span,
	#menu-events-menu-1 .current-menu-item a>span { color: #53ac91; }

	.near-events-title { font-size: 14px; font-weight: 800; text-transform: uppercase; line-height: 1.4; letter-spacing: 2px; margin-top: 0; }
	.event-title { font-weight: 600; }
	.event-date-block { font-weight: 600; text-align: center; width: 67px; height: 68px; padding: 15px 0; background-color: #f2c97a; float: left; margin-right: 15px; }
	.event-wrap { overflow: hidden; padding: 5px 30px 5px 10px; }
	.event-wrap p { margin: 0; }
	a.event { margin-bottom: 25px; display: block; overflow: hidden; }
	.calendar-header { margin-bottom: 20px; }
	.calendar-header label { margin-right: 20px; }
	.calendar-header input[type="checkbox"] { width: 30px; height: 30px; border: 4px solid #f7f3f0; margin: 0 5px 0 0; padding: 4px; vertical-align: middle; border-radius: 50px; }
	.calendar-header input[type="checkbox"]:checked:after { content: ''; display: block; width: 100%; height: 100%; background: #85c4b1; border-radius: 50px; }
	.calendar-controls { display: flex; align-items: center; }
	.calendar-controls button { vertical-align: middle; margin: 0 20px; background: none; border: 0; }
	.calendar-controls button svg { width: 10px; }
	.calendar-controls button:hover svg { fill: #85c4b1; }

	.fc-day-header { font-weight: 400; }
	.fc-event-container { margin-top: 10px; /* display: block; */ }
	.fc-day-grid-event .fc-time,
	.fc-content { color: #07085b; }
	.fc-content { font-weight: 600; }
	.fc-day-grid-event .fc-time { font-weight: 400; float: left; margin-right: 5px; }
	.fc-basic-view .fc-day-number { display: block; }
	.fc-day-grid-event .fc-title { display: inline; }
	.fc-unthemed th,
	.fc-unthemed thead,
	.fc-unthemed .fc-row.fc-widget-header,
	.fc-head-container.fc-widget-header { border-top: 0; border-left: 0; border-right: 0;  }
	.fc th.fc-day-header { padding: 15px 0; }
	table tr td.fc-sat,
	table tr td.fc-sun { background: #f3f3f3; }

	.fc th.fc-day-header.fc-sat span,
	.fc th.fc-day-header.fc-sun span { color: #FF7F5F; }

	a.fc-event:hover { color: #07085b; }
	.fc-today a { display: inline-block !important; margin-left: 5px; margin-top: 5px; padding: 5px !important; border-radius: 50px; background: #fa9174; width: 30px; height: 30px; line-height: 30px; text-align: center;  }

	.fc-event.assignments .fc-time { display: none !important; }

	a.btn-add-to-calendar { margin-top: 15px; display: inline-block; background: #1a73e8; border-color: #1a73e8; color: #fff; }
	a.btn-add-to-calendar:hover { border-color: #07085b; }

	@media all and (max-width:1199px) { 
		.calendar-header { text-align: center; }
		.calendar-controls { justify-content: center; }
		tr>td>.fc-day-grid-event { padding: 15px; border-radius: 50px; }
		.fc-content { display: none; }
	}

    @media all and (min-width:1700px) { 
    	.near-events-title { font-size: 16px; }
    }

    .member-page-with-aside { display: flex; flex-wrap: wrap; margin-bottom: 40px; padding-top: 40px; }
    .member-page-with-aside>div { width: 100%; }
    @media all and (min-width:1200px) { 
    	.member-page-with-aside>div>h1 { margin-top: 0; }
    	.member-page-with-aside>div:first-of-type { width: 22%; padding-right: 20px; }
    	.member-page-with-aside>div:last-of-type { width: 78%; padding-left: 60px; border-left: 2px solid rgb( 239, 239, 239 ); }
    }
    @media all and (min-width:1700px) { 
    	.member-page-with-aside>div:first-of-type { padding-right: 50px; }
    }

   @media all and (max-width:1720px) { 
    	#menu-events-menu img,
    	#menu-events-menu-1 img { width: 32px; }
    	#menu-events-menu li a,
    	#menu-events-menu-1 li a { font-size: 14px; }
	}
	@media all and (max-width:1440px) { 
		#menu-events-menu img,
		#menu-events-menu-1 img { width: 28px; }
    	#menu-events-menu li a,
    	#menu-events-menu-1 li a { font-size: 12px; }
	}

	@media all and (max-width:1199px) { 
		a.login, 
		a.Logout,
		a.admin-link,
    	#menu-events-menu li a,
    	#menu-events-menu-1 li a { font-size: 14px; }

		a.login svg, 
		a.Logout svg,
    	a.admin-link svg { width: 22px !important; height: 22px !important; padding-right: 0 !important; margin-right: 20px !important; }
	}

    .post-single { max-width: 960px; margin: 0 auto 60px; padding-top: 40px; }
    .post-single>.entry-header { margin-bottom: 20px; display: block; }
    .post-single>.entry-header>h1 { margin-bottom: 0; }
    .post-single>.entry-header>.entry-meta { margin-top: 10px; }
    .post-single,
    .post-single p { line-height: 1.8; }
    .post-single h1,
    .post-single h2 { line-height: 1.3; } 
    .post-single p>br { display: none; }
    .post-single ol li,
    .post-single ul li { line-height: 1.5; margin-bottom: 10px; }
    .post-single img.aligncenter { width: 100%; }
    .post-single figcaption { margin-top: 10px; font-size: 14px; text-align: left; padding: 0 10px; }
    .post-single figcaption strong { font-weight: 600; }
    .post-single figcaption em { font-style: normal; }
    .post-single footer.entry-meta { background: #fff; }
    @media all and (max-width:1560px) { 
        .post-single { max-width: 760px; }
        .post-single figcaption { font-size: 12px; }
    }

    .music-box-content p { margin: 0 0 15px; }
    .music-box-content .video_iframe {position: relative; padding-top: 56%; margin-bottom: 40px; }
    .music-box-content .video_iframe iframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
    @media all and (min-width:1200px) { 
		.music-box-content { display: flex; flex-wrap: wrap; }

		.music-box-content>div { width: calc( 50% - 60px ); }
		.music-box-content>div:last-of-type { padding-left: 60px; }
	}


body.error404>header,
body.error404>footer { display: none !important; }
body.error404 { height: 100vh; line-height: 1; display: flex; align-items: center; color: #fff; margin-top: 0; background: url('../images/bg-404.jpg'); background-repeat: no-repeat; background-size: cover; background-position: center;  }
body.error404 .d-of-g-404-h1 { font-size: 96px; font-weight: 800; letter-spacing: 2px; color: #70c2bd; }
body.error404 .d-of-g-404-h2 { font-size: 42px; font-weight: 800; margin: 40px 0; }
body.error404 h1 { font-size: 36px; color: #fff; font-weight: 400; }
body.error404 .d-of-g-404-links { display: flex; align-items: center; justify-content: center; text-transform: uppercase; margin-top: 40px; }
body.error404 .d-of-g-404-links span { margin: 0 30px; }
body.error404 .d-of-g-404-links a { border: 2px solid #ffffff; border-radius: 0; font-size: 14px; font-weight: 800; text-transform: uppercase; color: #ffffff; letter-spacing: 2px;
 transition: all .3s; padding: 8px 30px; background: #07085b; }
body.error404 .d-of-g-404-links a:hover { color: #07085b; background: #ffffff; text-decoration: none !important; }
body.error404 .d-of-g-404-links a:last-of-type { color: #07085b; background: #ffffff; }
body.error404 .d-of-g-404-links a:last-of-type:hover { color: #ffffff; background: #07085b; }
body.error404 .d-of-g-404-img { max-width: 520px; }

body.error404>#content { width: 100%; }
body.error404 .d-of-g-container { display: flex; align-items: center; text-align: center; width: 100%; }
body.error404 .d-of-g-container>div { width: 100%; }

@media all and (max-width:1199px) { 
	body.error404 .d-of-g-404-img { margin-top: 60px; }
}
@media all and (min-width:1200px) { 
	body.error404 .d-of-g-container>div { width: 50%; }
}


/* add post page */
.post-panel { position: absolute; width: 100%; bottom: -40px; display: flex; justify-content: flex-end; height: 40px; }
.post-panel .edit-my-post { width: 30px; height: 30px; 
	background: url(../images/icons/edit-icon.svg); padding: 5px; background-repeat: no-repeat; 
	background-position: center; background-size: 60%; border: 0; cursor: pointer; margin: 0 5px; }
.post-panel .post-delete { width: 30px; height: 30px; 
	background: url(../images/icons/trash-icon.svg); padding: 5px; background-repeat: no-repeat; 
	background-position: center; background-size: 60%; border: 0; cursor: pointer; margin: 0 5px; }

	.search-page { padding-top: 40px; padding-bottom: 60px; }
	.search-page .screen-reader-text { display: block; }
	.search-page h3 { margin: 5px 0; }
	.search-page p { margin: 0; }
	.search-page .search-result { display: block; margin-bottom: 40px; }
	.search-page .screen-reader-text { font-weight: 600; display: block; }
	.search-page form { width: 100%; }
	.search-page input { width: 68%; margin-top: 20px; padding: 10px 15px; border: 1px solid #07085b; background: none; color: #07085b; }
	.search-page input[type="submit"] { background: #07085b; border: 1px solid #07085b; font-weight: 600; margin: 0; cursor: pointer; width: 30%; color: #fff; }
	.search-page input[type="submit"]:hover { background: rgb( 239, 239, 239 ); color: #07085b; border: 1px solid rgb( 239, 239, 239 ); font-weight: 600; margin: 0; }
	.search-page .read-more { text-decoration: underline !important; }
	@media (max-width: 1199px) {
		.search-page input,
		.search-page input[type="submit"] { width: 100%; }
		.search-page input[type="submit"] { margin-top: 20px; }
	}
	@media (min-width: 1200px) {
		.search-page form { width: 720px; }
	}

.post-author-wrap { font-weight: 600; display: flex; align-items: center; }
.post-author-wrap img { width: 28px; margin: 0 10px 0 0; }
.post-single p a,
.stories-single p a { padding: 0 3px 2px; box-shadow: 0 -3px #f2c97a inset; }
.post-single p em>a,
.stories-single p>em>a,
p>em>a { padding: 0 5px 2px; box-shadow: 0 -8px #f2c97a inset; }
.post-single p a:hover,
.stories-single p a:hover { color: #000; background: #f2c97a; padding: 0 3px; text-decoration: none !important; text-decoration: none !important; }

abbr { padding: 0 5px; cursor: help; position: relative; border-bottom: 3px dashed #ff936f; text-decoration: none; font-style: normal; }
abbr:hover::after { position: absolute; bottom: 140%; left: 0%; box-shadow: 0px 0px 70px 0px rgba(13,45,37,.16); width: max-content; display: block; 
	background: rgba(255,147,111,0.95); padding: 10px 15px; max-width: 280px; content: attr(data-title); }
abbr:hover::before { position: absolute; bottom: 130%; left: 5px; transform: rotate(120deg); width: 10px; height: 10px; 
	display: block; background: rgba(255,147,111,0.95); content: ''; }


.edit-photo { display: flex; width: max-content; align-items: center; }
.edit-photo svg { height: 21px; margin-right: 10px; fill: #07085b; }
.edit-photo:hover svg { fill: #fff; }

nav.navigation.pagination { width: 100%; text-align: center; margin-top: 20px; }
nav.navigation.pagination h2 { display: none; }
nav.navigation.pagination .nav-links a,
nav.navigation.pagination .nav-links span { padding: 4px 10px; border: 1px solid #07085b; margin: 0 5px; }
nav.navigation.pagination .nav-links a:hover { text-decoration: none !important; background: #53ac91; border-color: #53ac91; color: #fff; }
nav.navigation.pagination .nav-links .current { background: #53ac91; border-color: #53ac91; color: #fff; }

#cookie-notice { background: #53ac91 !important; }

@media (min-width: 1200px) {

	.secondary-page blockquote.blockquote-msg { position: relative; margin: 30px 0 30px 200px !important; padding: 30px 40px; background: #f3f3f3; border: 0; }
	.secondary-page blockquote.blockquote-msg:before { content: ''; display: block; width: 30px; height: 30px; margin-left: 0; border-left: 1px solid #f3f3f3; border-top: 1px solid #f3f3f3; background: #f3f3f3; position: absolute; left: -16px; top: 44px; transform: skewX(45deg); }
	.secondary-page blockquote.blockquote-msg.blockquote-img figure { position: absolute; left: -190px; top: 0; width: 120px; border: 0; }
	.secondary-page blockquote.blockquote-msg.blockquote-img figure img { border-radius: 100%; }
	.secondary-page blockquote.blockquote-msg.blockquote-img figure figcaption { margin-top: 10px; }
	.secondary-page blockquote.blockquote-msg.blockquote-img>img { position: absolute; left: -190px; top: 10px; width: 120px; border-radius: 100%; }
	.secondary-page blockquote.blockquote-msg:not(.blockquote-img):after { content: ''; position: absolute; left: -190px; top: 0;  width: 100px; height: 100px; background: url('../images/icons/blank-avatar.svg'); background-size: cover; background-position: center; } 
	.secondary-page blockquote.blockquote-simple { color: #07085b; line-height: 1.5; position: relative; margin: 60px 0 40px; padding-left: 0; padding: 30px 30px 0; }
	.secondary-page blockquote.blockquote-simple:before { content: ''; background: url(../images/blockquote.svg); background-repeat: no-repeat;  background-size: contain; background-position: top center; position: absolute; left: 50%; z-index: 2; top: -14px; width: 60px; height: 60px; margin-left: -30px;}
	.secondary-page blockquote.blockquote-simple:after { content: ''; background: #f2c97a; position: absolute; left: 50%; z-index: 1; top: 0; width: 60%; height: 2px; margin-left: -30%; }
}


	.post-single img.aligncenter.size-large { height: 600px; max-width: 90%; width: auto; }
	.post-single img.aligncenter.size-medium { height: 400px; max-width: 70%; width: auto; }
	.post-single img.aligncenter.size-full { width: 100%; }

    .photo_gallery_content_interview { max-width: 960px; position: relative; margin: 40px auto !important; }
    .photo_gallery_content_interview .fotorama__caption__wrap { width: 100%; text-align: center; background: none; color: #000; font-size: 16px; }
    .photo_gallery_content_interview .fotorama__wrap { margin: 0 auto; }
    .photo_gallery_content_interview .fotorama__dot { width: 10px; height: 10px; border-radius: 0; border: 1px solid #ffffff; background: #ffffff; }
    .photo_gallery_content_interview .fotorama__nav__frame.fotorama__active .fotorama__dot { width: 10px; height: 10px; border-radius: 0; border: 1px solid #07085b; background: #07085b; }
    .photo_gallery_content_interview .fotorama__stage__frame { display: flex; flex-wrap: wrap; }
    .photo_gallery_content_interview .fotorama__stage__frame img { position: relative; padding-bottom: 60px !important; }
    .photo_gallery_content_interview .fotorama__stage__frame .fotorama__caption { width: 100%; position: relative; margin-top: -60px; }
    .photo_gallery_content_interview .fotorama__img { width: auto !important; display: block !important; margin: 0 auto !important; left: unset !important; }
	.photo_gallery_content_interview .fotorama__arr.fotorama__arr--prev,
	.photo_gallery_content_interview .fotorama__arr.fotorama__arr--next { width: 14px; height: 14px; background: none; border-left: 3px solid #07085b; 
		border-top: 3px solid #07085b; transform: rotate(-45deg); }
	.photo_gallery_content_interview .fotorama__arr.fotorama__arr--next { transform: rotate( 135deg); }
	.photo_gallery_content_interview .fotorama__stage .fotorama__fullscreen-icon { width: 20px; height: 20px; background: none; }
	.photo_gallery_content_interview .fotorama__stage .fotorama__fullscreen-icon:before { content: ''; position: absolute; left: 0; bottom: 0; 
	width: 7px; height: 7px; border-left: 3px solid #07085b; border-bottom: 3px solid #07085b; }
	.photo_gallery_content_interview .fotorama__stage .fotorama__fullscreen-icon:after { content: ''; position: absolute; right: 0; 
	top: 0; width: 7px; height: 7px; border-right: 3px solid #07085b; border-top: 3px solid #07085b; }

	.d-of-g-container figure { border: 0; }

.d-of-g-post-section.list .tags:before {
    content: '';
    background: url(../images/icons/tags-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: -20px;
    top: 3px;
    bottom: 0;
    width: 20px;
    height: 20px;
}

.simple-post-thumbnail { max-width: 240px; margin: 0 20px 20px 0; float: left; }

.single-post div.entry-content>div { margin-bottom: 20px; }

.mltlngg-uk .d-of-g-excerpt { font-size: 14px; }

@media (min-width: 1200px) and (max-width: 1700px) {
	.mltlngg-uk .post-content-wrap { height: 380px; }
}

.dev-info { font-size: 12px; }
@media (max-width: 991px) {
	.dev-info { margin-bottom: 20px; }
}

/*
.entry-content blockquote {
    color: #07085b;
    line-height: 1.5;
    position: relative;
    margin: 80px 0;
    padding-left: 0;
    padding: 30px 30px 0;
    border-top: 2px solid #ccc;
}
.entry-content blockquote:before {
    content: '';
    background: url(../images/blockquote.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    position: absolute;
	left: 50%;
    z-index: 2;
    top: -20px;
    width: 80px;
    height: 80px;
    margin-left: -40px;
}
*/