/*
Theme Name:     Archi Cenote
Theme URI:      https://www.archimatetool.com
Description:    Archi Child theme
Author:         Phillipus
Author URI:     https://www.archimatetool.com
Template:       cenote
Version:        1.1.2
*/

/* @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic); */
@import "fonts.css";

/* Phillipus Stuff */

.boxout {
	background-color: #cbd8de;
	padding: 1%;
	margin-left: 10%;
	margin-right: 10%;
	box-shadow: 6px 6px 10px 0px rgba(100, 100, 100, 0.4);
}

.infobox {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
	padding: 15px;
	border-radius: 4px;
}

.dangerbox {
	background-color: #f8d7da;
	border-color: #f5c6cb;
	color: #721c24;
	padding: 15px;
	border-radius: 4px;
}

.indented {
	margin-left: 10%;
	margin-right: 10%;
}

.img_shadow {
    box-shadow: 6px 6px 10px 0px rgba(100, 100, 100, 0.4);
}

.gradient {
	background-color: #cbd8de;
	background-image: linear-gradient(150deg , rgb(110,178,220) 0%, rgb(250,250,255) 100%);
	border-radius: 18px;
	box-shadow: 6px 6px 10px 0px rgba(100, 100, 100, 0.4);
}

.smalltext {
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4;
}

.tinytext {
    font-size: 14px;
    font-weight: 200;
    line-height: 1.4;
}


/* Version History styling */
span.badge {
	color: #fff;
	padding: 3px 8px;
	border-radius: 8px;
	font-weight: 600;
	font-size: 0.8em;
	line-height: 1;
	display: table-caption;
}

span.badge.new {
	background-color: #fcab57;
}

span.badge.improvements {
	background-color: #57b8f0;
}

span.badge.fixes {
	background-color: #72cc60;
}

#vhistory ul {
    list-style: disc;
	margin: 0 0 40px;
	margin-bottom: 20px;
	padding: 0 0 0 20px;
	font-size: 0.9em;
	line-height: 1.6;
}

#vhistory hr {
	margin: 50px 0px 50px 0px;
}

/* Add a div with this class to compensate for height of the nav bar when jumping to an #id */
.navbar_offset {
    display: block;
    position: relative;
    top: -60px;
    visibility: hidden;
}

/* Full width. See https://css-tricks.com/full-width-containers-limited-width-parents/ */
.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.download-button {
	background-color: rgba(0, 0, 0, .075);
	border: 1px solid #fff;
	font-weight: 500;
}

.download-button:hover {
	background-color:rgba(255, 255, 255, .15)
}







/* Theme over-rides */

button {
	background-color: #69adf9;
	font-family: "Helvetica Neue", "Open Sans", Arial, sans-serif;
	font-weight: 400;
	/* text-transform: none; */
}

/*
.body {
	font-family: "Helvetica Neue", "Open Sans", Arial, sans-serif;
	color: #464C66;
	font-weight: 300;
}
*/

strong {
	font-weight: 600;
}

.entry-content {
	font-size: 21px;
    line-height: 1.5;
	color: #464C66;
	font-weight: 200;
}

.entry-title {
	font-weight: 400;
}

.single .hentry .entry-title {
    font-size: 1.8rem;
	font-weight: 500;
}

/* was 1160px
@media (min-width: 1200px) {
	.tg-container {
		max-width: 1060px; 
	}
}
*/

@media screen and (max-width: 768px) {
	.single .hentry .entry-title {
    	font-size: 1.6rem;
	}
	
	.entry-content {
		font-size: 18px;
	}
}

@media screen and (max-width: 600px) {
	.single .hentry .entry-title {
    	font-size: 1.4rem;
	}
	
	.entry-content {
		font-size: 16px;
	}
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    /* font-family: "Helvetica Neue", "Open Sans", Arial, sans-serif */
    font-weight: 400;
	color: #464C66;
}

code, kbd, pre, samp {
    font-size: 0.7em;
}

a img { 
	border: none; /* removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	/* color: #7ca3de; */
	text-decoration: none;
	font-weight: 400;
}

a:visited {
	text-decoration: none;
}

a:hover {
    color: #13a7ef;
    text-decoration: underline;
}

a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	background-color: inherit; /* stops grey box on IE */
	outline: none; /* remove nasty dotted line around focussed links */
}

blockquote {
    text-align: left;
	padding-left: 60px;
}

/* Page ID 2 is the home page */
.page-id-2 .site-content {
    margin-top: 5px;
}

/* Default is 80px */
.site-content {
	margin-top: 60px;
}

.cenote-header-sticky.cenote-sticky-header--not-top {
	opacity: 0.95;
	background-color: #f8f8f8;
}

.tg-site-footer .tg-footer-bottom .site-info {
    font-size: 12px;
}

/* top padding just under nav bar */
.tg-site-header .tg-header-bottom .header-bottom-bottom .tg-container {
	padding: 10px 0; /* was 20px */
}
