/*
 Theme Name:   Tropos Design
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Twenty-One Child Theme
 Author:       Michael Moawad
 Author URI:   http://example.com
 Template:     twentytwentyone
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentytwentyonechild
*/

/*
 * Legal Disclaimer for Web licence
 *
 * Licence to use self-hosted webfonts for displaying dynamic text on specified website domains. Our package includes WOFF and WOFF2 font formats.
 *
 * Should the license page views limit be exceeded the license holder will be required to contact Lineto.com for an upgrade.
 * 
 * It is strictly prohibited to rename the font and to download or use these fonts in any other media. 
 * 
 * These Web fonts are licensed exclusively for the use on the following domain(s) and their subdomains:
 *
 *  (monthly pageviews: <50K)
 *
 */


@font-face{
    font-family: "Lineto";
    src: url(https://tropos.aaschool.ac.uk/new/wp-content/fonts/Lineto_Delivery_21022225750/Unica77/Unica77_Latin_Web_Fonts/Fonts/Unica77LLWeb-Regular.woff) format("woff");
}

@font-face{
    font-family: "Lineto-Italic";
    src: url(https://tropos.aaschool.ac.uk/new/wp-content/fonts/Lineto_Delivery_21022225750/Unica77/Unica77_Latin_Web_Fonts/Fonts/Unica77LLWeb-Italic.woff) format("woff");
}

@font-face{
    font-family: "Plantin";
    src: url(https://tropos.aaschool.ac.uk/new/wp-content/fonts/MyFontsWebfontsKit/webFonts/Plantin/font.woff) format("woff");
}

h2 {
	font-size: 1.6em !important;
}

body {
    font-family: "Lineto" !important;
}

a {
    text-decoration: none !important;
}

.site-main {
    padding-top: 42px !important;
}

nav li a {
    font-size: 24px !important;
    text-decoration: none !important;
    color: #626262 !important;
    /* background-color: #f9f2f2 !important; */
}

.pt-cv-content-item img{
    transition: 0.2s;
}

.pt-cv-content-item img:hover{
    opacity: 0;
    transition: 0.2s;
}

/* .pt-cv-href-thumbnail{
    background: #e9004b !important;
} */

.site-header{
    height: 0px !important;
    padding: 0px !important;
}

.home {
    height: 300px;
}

.footer-navigation{
    font-size: 20px;
}

.primary-navigation{
    width: fit-content;
    margin: 0px !important;
    position: fixed !important;
    left: 0 !important;
    padding: 42px !important;
    z-index: 100;
}

.primary-menu-list{
    position: fixed !important;
    left: 0 !important;
    /* padding: 50px !important; */
    list-style: none;
    padding-left: 13px !important;
}

/* .primary-menu-list {
    padding: 60px;
    padding: 6px 10px 6px 8px !important;
} */

.footer-navigation-wrapper{
	display: grid !important;
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    padding: 42px !important;
    z-index: 100;
	width: 215px !important;
	justify-content: flex-start !important;
}

.nav-links p {
	transition: 0.3s;
}

.nav-links p:hover {
	color: #b8b8b8 !important;
	transition: 0.3s;
}

@media screen and (max-width: 481px){
	
	/*.footer-navigation-wrapper{
		width: 235px !important;
	}*/

    .post-navigation{
        margin: 20px !important;
		margin-bottom: 80px !important;
    }

    .post-navigation .nav-links{
        font-size: 13px !important;
        display: flex;
        justify-content: flex-start !important;
    }

    .nav-links div{
        margin: 0px !important;
        max-height: 33px;
        min-width: 100px;
    }

    .nav-links p{
        margin: 0px !important;
        /* min-width: 100px !important; */
    }

    p{
        max-width: fit-content !important;
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    .pt-cv-wrapper{
        padding: 20px !important;
    }

    .pt-cv-content-item{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .pt-cv-content-item div{
        width: 100% !important;
        border: none;
    }

    .pt-cv-pinterest.pt-cv-border .pt-cv-pinmas {
        border: none;
    }

    .pt-cv-pinmas img {
        width: 100% !important;
        max-width: none !important;
    }

    .primary-navigation{
        padding: 20px !important;
    }

    .footer-navigation-wrapper{
        padding: 20px !important;
    }

    .primary-menu-list-themes{
        margin: 20px !important;
    }

    .single-post .entry-content{
        font-size: 13px;
    }
}

.tropos-logo-container{
	position: fixed;
    width: 100vw;
    height: 100vh;
    display: grid;
    grid-template-rows: 15% 70% 15%;
    grid-template-columns: 10% 80% 10%;
}

.tropos-logo{
    /* position: fixed; */
    padding-bottom: 15px !important;
	grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 2;
    grid-column-end: 3;
}

.tropos-logo h2{
    margin-bottom: 25px !important;
    line-height:1.1 !important; 
    font-size:2.2em !important; 
    font-family: "Lineto";
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.97;
    letter-spacing: -0.2px;
}

@-moz-document url-prefix() {
	
	.tropos-logo {
		/* position: fixed; */
		position: initial !important;
		padding-bottom: 15px !important;
		display: flex;
		justify-content: center;
	}
	
	.tropos-logo-horizontal{
		position: absolute;
		width: max-content;
	}
	
	.tropos-logo-vertical{
		margin-top: 70px !important;
	}
	
	.pt-cv-content-item{
		width: auto;
	}
	
	.pt-cv-pinmas{
		max-width: max-content;
	}
	
	@media screen and (max-width: 861px){

		.tropos-logo-vertical{
			margin-top: 55px !important;
		}
	}
	
	@media screen and (max-width: 656px){

		.tropos-logo-vertical{
			margin-top: 40px !important;
		}
	}

	@media screen and (max-width: 481px){
		.tropos-logo-vertical{
			margin-top: 30px !important;
		}
	}
	
	
}

.entry-title-tropos{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
	font-size: 1.6em !important;
    line-height: 0.9em !important;
}

.entry-title-home-tropos{
    font-size: 20px !important;
    font-style: italic;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    position: absolute;
    top: 15px;
    left: 21px;
}

.entry-header-tropos{
    display: flex;
    justify-content: center;
}

.column-container-test{
    /* position: relative; */
    width: 1000px;
    display: inline;
}

.test-col{
    width: 300px;
    display: inherit;
}

.menu-item a {
    text-align: center !important;
    width: 61px;
    height: 24px;
    /* font-family: Unica77LL; */
    font-size: 20px !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: -0.2px;
    width: 79px;
    height: 36px;
    /* margin: 37px 160px 100px 42px; */
    padding: 6px 10px 7px 8px !important; 
}

/* HOME GRID */

.pt-cv-edit-view {
    display: none;
}

.pt-cv-content-item{
    padding-bottom: 100px !important;
}

.pt-cv-view{
    margin-left: 15vw !important;
    margin-right: 15vw !important;
}

@media screen and (max-width: 1674px){
    .pt-cv-view{
        margin-left: 6vw !important;
        margin-right: 6vw !important;
    }
}

@media screen and (max-width: 1094px){
    .pt-cv-view{
        margin-left: 0vw !important;
        margin-right: 0vw !important;
    }
}

.pt-cv-pinmas{
    width: fit-content !important
}

.pt-cv-title{
    font-size: 20px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: -0.2px;
    color: black;
    text-align: left;
    padding: 0px !important;
}

#pt-cv-view-e89eaddtgx .pt-cv-title a {
    font-weight: 200 !important;
}

.pt-cv-meta-fields{
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: -0.2px;
    text-align: left;
    padding: 0px !important;
}

.pt-cv-meta-fields a{
    color: black !important;
}

.pt-cv-ctf-list{
    padding: 0px !important;
}

.pt-cv-ctf-ArticleAuthor{
    margin: 0px !important;
}

/* .pt-cv-ctf-ArticleNumber{
    position: absolute;
    top: -123px;
    padding-left: 25px !important;
} */

.pt-cv-wrapper{
    padding: 30px;
}


.pt-cv-ctf-column{
    text-align: left;
}

.terms{
    padding-left: 25px !important;
}

.post-thumbnail {
    margin-top: 0px !important;
    position: relative;
}

img {
    margin-top: 0px !important;
}

.pt-cv-ctf-value {
    text-align: left;
}

.pt-cv-mask{
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: -0.2px;
    font-family: "Lineto" !important;
}

.pt-cv-ctf-ArticleTitle{
    margin: 0px;
}

.pt-cv-ctf-ArticleNumber{
    margin-left: 25px !important;
}

.pt-cv-custom-fields{
    margin-top: 0px !important;
}

.primary-menu-container a{
    color: #b8b8b8 !important;
    transition: 0.2s;
}

.primary-menu-container a:hover{
    color: #ffffff !important;
    transition: 0.2s;
}

.footer-navigation a{
    color: #b8b8b8 !important;
    transition: 0.2s;
}

.footer-navigation a:hover{
    color: #ffffff !important;
    transition: 0.2s;
}

.home .site-main{
        padding-top: 320px !important;
    }

@media screen and (max-width: 991px){
    .home .site-main{
        padding-top: 100vh !important;
    }
}

@media screen and (max-width: 861px){

    .tropos-logo h2{
        font-size: 1.8em !important;
    }
}

@media screen and (max-width: 656px){

    .tropos-logo h2{
        margin-bottom: 20px !important;
        font-size: 1.2em !important;
    }
}

@media screen and (max-width: 481px){
    .tropos-logo-container{
		height: 90vh !important;
        position: absolute;
    }
	
	.tropos-logo{
		max-height: 50vh;
        /* position: absolute; */
    }

    .tropos-logo h2{
        margin-bottom: 15px !important;
        font-size: 0.9em !important;
    }

	.pt-cv-ctf-list{
		padding-top: 10px !important;
	}
}


/* BLOG PAGE */

.entry-content.header{
    line-height: 1.2;
    font-size: 20px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.posted-by-tropos{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    font-family: "Lineto" !important;
	font-size: 1.6em !important;
}

.cat-links{
	line-height: 2.1em !important;
}

.cat-links a{
	opacity: 0.6;
	transition: 0.2s;
}

.cat-links a:hover {
	opacity: 1;
	transition: 0.2s;
}

p a{
	opacity: 0.6;
	transition: 0.2s;
}

p a:hover {
	opacity: 1;
	transition: 0.2s;
}

.pt-cv-title{
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: -0.2px;
    font-family: "Lineto" !important;
    /* padding-top: 20px !important; */
}

.posted-by-tropos a{
    color: black !important;
    font-family: "Lineto" !important;
}

.post-taxonomies-tropos{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-left: 35px !important;
}


@media screen and (max-width: 481px){
    .post-taxonomies-tropos{
        max-width: fit-content !important;
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    .nav-previous{
        min-width: 98px !important;
    }

    .nav-next{
        min-width: 98px !important;
        padding-left: 0px !important
    }
}

@media screen and (min-width: 481px){
    .post-navigation .nav-links {
        justify-content: center !important;
    }


    .nav-next{
        padding-left: 5px !important
    }

}

/* .single-post{
    background-color: rgb(255, 255, 255) !important;
    color: black !important;
} */

.nav-links p {
    color: black !important;
}

/* .single-post a {
    color: black !important;
} */

.single-post a p{
    color: black !important;
}

.single-post p{
	line-height: 1.3em !important;
}

.single-post em{
	font-family: "Lineto-Italic" !important;
}

.single-post .entry-content{
    line-height: 1.25;
    margin-bottom: 60px;
    /* font-family: "Plantin" !important; */
	font-family: "Lineto" !important;
}

.single-post .header{
    /* line-height: 1.25;
    margin-bottom: 60px; */
    font-family: "Lineto" !important;
}

/* .single-post .menu-item a {
    background-color: black !important;
    color: #8a8a8a !important;
} */

.menu-item a {
    background-color: black !important;
    color: #b8b8b8 !important;
}

.single-post #menu-item-61 a{
    display: none;
}

figcaption{
    font-size: 12px !important;
	line-height: 1.4 !important;
}

@media screen and (max-width: 926px){
    .page-template-default .entry-content{
        padding-top: 50px !important;
    }

    .single-post .site-main{
        padding-top: 100px !important;
    }
}

/* Theme Page */
/* 
.theme-item-tropos{
    font-size: 12px;
} */

.primary-menu-list-themes{
    /* margin-top: 200px !important; */
    padding: 6px 10px 6px 8px !important; 
    margin: 42px 160px 100px 42px;
    /* color: #626262 !important;
    background-color: #f9f2f2 !important; */
    color: #8a8a8a !important;
    background-color: black !important;
    position: fixed !important;
    left: 0 !important;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

/* .primary-menu-list-themes a{
    color: #626262 !important;
} */

.primary-menu-list-themes li{
    padding-right: 30px !important;
}

.close-tropos {
    position: absolute;
    right: 32px;
    /* top: 32px;
    width: 32px;
    height: 32px; */
    opacity: 0.6;
    transition: 0.2s;
  }
  .close-tropos:hover {
    opacity: 1;
    transition: 0.2s;
  }
  .close-tropos:before, .close-tropos:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 25px;
    width: 2px;
    background-color: rgb(214, 213, 213);
  }
  .close-tropos:before {
    transform: rotate(45deg);
  }
  .close-tropos:after {
    transform: rotate(-45deg);
  }
  
/* ABOUT PAGE */

.page-template-default p{
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: -0.2px;
    font-family: "Lineto" !important;
	/* margin-left: 20px !important;
    margin-right: 20px !important; */
}

.page-id-16 p {
	margin-left: 20px !important;
    margin-right: 20px !important;
}

.page-template-default .wp-block-columns{
	min-width: 75vw !important;
}

.page-template-default p a{
	opacity: 0.6;
	transition: 0.2s;
}

.page-template-default p a:hover {
	opacity: 1;
	transition: 0.2s;
}


@media screen and (max-width: 481px){
    .wp-block-columns{
		max-width: fit-content !important;
		min-width: 95vw !important;
        margin-left: 0px !important;
    	margin-right: 0px !important;
    }
}



