/*
 * Theme Name: Enigma Child
 * Template: enigma
 * Author: Peter Max Dreyer
 * Author URI: https://petermaxdreyer.com
 */

/* Header */

#SocialEntries {
	display: none !important;
}

#PageLogo {
	width: 200px;
	height: auto;
	float: left;
}

@media(max-width:450px){
	.mobile-padding {
		padding: 15px;
		padding-bottom: 10px;
	}
}

/* HeaderContent should always cover the entire header.*/
#HeaderContent {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	padding-left: 15px;
	font-size: 24pt;

  border-top: 2px solid rgb(49, 163, 221);
}

#HeaderText > p {
	font-size: 24pt;
}

#HeaderText > a > h1 {
	font-size: 25pt;
}

#HeaderContent > .logo {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 5px;
}

.bordered > div {
	border: 1px solid black !important;
}

.breadcrumb > li {
				color: rgb(119, 119, 119);
}

form input{
	color: black;
}

form textarea {
	color: black;
}

.enigma_blog_full {
	margin-top: 0px;
}

.enigma_img_responsive:hover{
	-webkit-transform:scale(1) !important; 
	-moz-transform:scale(1) !important; 
	-ms-transform:scale(1) !important;
	-o-transform:scale(1) !important; 

}

.enigma_img_responsive{
				border: 3px solid rgb(79,79,79) !important;	
				border-top: 0px solid black !important;
}

body {
				color: #777777;
}

.copy_image {
	margin: 0px;
	margin-right: 15px !important;
	float: left;
}

.logo a {
				font-weight: normal !important;
}

.copy_image > figure > img {
	width: 480px;
}

.copy_image > img {
	width: 480px;
	height: auto;
}

.copy_text {
	width: calc(100% - 490px);
	margin: 10px;
	margin-left: 490px !important;
}


h2 {
	font-weight: 400;
}

#SiteTitle {
				/* On desktop devices, the flow of the page allows the usage of
				 * inline-block.  On mobile however, this is not the case.
				 * The text gains a large amount of padding which is not reflecteed
				 * in the element itself.  Therefore, a separate layout for mobile is used.
				 */
				display: inline-block;
				font-size: 4vw;
				/* border-bottom: 1px solid rgb(49, 163, 221); */
}

.navbar-default{
	margin-bottom: 0px;

	border-bottom: 3px solid rgb(79,79,79);
}

.header_section > .container {
	border-top: 3px solid rgb(79,79,79);
	display: inline;
}

#HeaderText > a > h1 {
	font-size: 4vw;
}

#SocialEntries {
	position: absolute;
	right: 0px;
}

/* End Header */

.crellyslider {
	border-bottom: 3px solid rgb(79,79,79);
}

#FrontPageAlign {
	width: 100%;
	text-align: center;
}

#FrontPageContent {
	display: inline-block;
	width: 90%;

	border-left: 1px solid gray;
	border-right: 1px solid gray;

	margin-top: 0px;
	margin-bottom: 20px;

	text-align: left;
	padding: 10px;
}

.enigma_blog_thumb_wrapper_showcase .wp-post-image {
	transition: none !important;
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: non !important;

	border: 3px solid #777;
	border-top: 0px solid #777;
}

.enigma_header_breadcrum_title {
	display: inline-block;
	width: 100%;
	margin-bottom: 0px;
	border-bottom: 3px solid rgb(79,79,79);
	background-color: #d5e3d9;
}

#ContactForm {
	padding: 15px;
	margin: 30px;
	margin-top: 55px;
	text-align: left !important;
	font-size: 15pt !important;
	width: 500px;
	background-color: #31A3DD;
	color: white;
	border: 3px solid rgb(79, 79, 79);
}

#ContactForm input {
	width: 100%;
}

#ContactForm textarea {
	width: 100%;
}

#ContactForm > #wpcf7-f212-o1 > form > p > label {
	display: block;
	text-align: left;
}

#ContactForm > #wpcf7-f212-o1 > form > p > span > input {
	display: inline-block !important;
	width: 100% !important;
}

ul {
	padding-left: 20px;
}

#ContactForm > #wpcf7-f212-o1 > form > p > span > textarea{
	width: 100%;
}

#ContactForm > #wpcf7-f212-o1 > form > p > label > span > textarea {
	width: 100%;
}

/* Snippets */
.left-aligned {
	text-align: left;
}

.header {
	background-color: #31A3DD;
	color: white !important;
	margin: 0px;
	margin-left: 15px;
	border: 3px solid rgb(79, 79, 79);
	/* text-align: center; */
}

.copy_header {
	background-color: #31A3DD;
	color: white !important;
	margin: 0px;
	border: 3px solid rgb(79, 79, 79);
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-weight: 300;
	display: inline-block;
	width: 100%;
}

.cta-logo > figure {
	width: 480px;
}

.cta-logo > figure > img {
	padding: 35px;
	background-color: rgb(54, 62, 71);
	width: 100%;
	height: 100%;
}


.header > div > div > div > h2 {
	color: white;
	margin: 0px;
}

.contact-text {
	text-align: left;
}

.navbar-container {
	width: 100%;
}

.enigma_blog_full > .enigma_blog_post_content > p {
	/*margin: 15px !important;*/
	margin-top: 0px !important;
	margin-left: 8px;
	margin-right: 8px;
}

.no-border  > img {
				border: 0px !important;
}


.enigma_blog_full > .enigma_blog_post_content > ul {
	list-style-position: inside;
	color: rgb(119, 119, 119);
}

.desktop-bordered {
	border: 1px solid gray;
}

/* Contact Us */
#ContactInfo {
				width: 50%;
				padding: 0px;
}

#ContactInfo > * {
				padding: 15px;
}

#ContactInfo > ul {
				list-style-position: inside;
}

.two-column-left {
			float: left;
			width: 100%;
}

.two-column-right {
				float: right;
				width: 100%;
}

.cta-text {
				width: 100%;
				display: inline-block;
				text-align: center;
}

.blue-background {
				color: white;
				background-color: #31A3DD;
				padding: 5px;
				border-bottom: 2px solid black;
				border-top: 2px solid black;

				border-left: 2px solid darkgray;
				border-right: 2px solid darkgray;
}

@media(min-width: 400px){
	.mobile-centered {
		text-align: center;
	}
	.centered {
		width: 100%;
		text-align: center;
  }}

