/*
Theme Name:     daisho child
Theme URI:      http://arsenalstudios.com/
Description:    Child theme for the daisho theme
Author:         Matt Winwood 
Author URI:     http://arsenalstudios.com
Template:       daisho                             
Version:        1.0
*/

/******** ANIMATIONS start *************/
@-webkit-keyframes pulsate {
  0%, 100% {
    opacity: 0.0
  }
  50% {
    opacity: 1.0;
  }
}
@-moz-keyframes pulsate {
  0%, 100% {
    opacity: 0.0
  }
  50% {
    opacity: 1.0;
  }
}
@-o-keyframes pulsate {
  0%, 100% {
    opacity: 0.0
  }
  50% {
    opacity: 1.0;
  }
}
@keyframes pulsate {
  0%, 100% {
    opacity: 0.0
  }
  50% {
    opacity: 1.0;
  }
}
/******** ANIMATIONS end *************/

#info-box-container {
	display: none;
}


#header .inner {
	min-height: 108px;
}

#navigation {
top: 27px;
}

.project-title {
margin-top: 0.5%;
margin-bottom: 3%;
}

.project-slides {
	margin-top: 2%;
}

.project-description {
font-size: 99.5%;
line-height: 127%;
width: 100%;
}

.sharing-icons {
display: none;
}

.width3.height2 .symbol a {
font-size: 70%;
line-height: 95%;
}

.width2.height2 .symbol a {
font-size: 70%;
line-height: 95%;
}

.symbol a {
font-size: 70%;
line-height: 95%;
}
.wpcf7 select, .wpcf7 select[size="0"], select[size="1"]{
	background: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
	background-repeat: no-repeat;
	background-position: 99% center;
	/* font-size: .875em; */
	border: 1px solid #d9dcdd;
	border-radius: 0;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box; 
		 -moz-box-sizing: border-box;
					box-sizing: border-box;
	font-family:"Open Sans", Arial, sans-serif; 
	/* font-size: 85%;  */
	font-weight: 600; 
	margin: 0;
	padding: 7px;
	width: 100%;
}
/* a:hover, input[type="submit"]:hover, .footer-social-icons a:hover{color: #fff !important; } */
#options li a:hover { text-decoration: none; background-color: #573C77; color: #ffffff !important; border-radius: 12px;}

.buttontext {
	width: 60%;
	background-color: #573C77;
	color: #ffffff !important;
	border-radius: 12px;
	font-weight: 700;
	display: block;
	padding: 0.5em 0.9em;
	font-weight: normal;
	font-size: 87.5%;
	line-height: 1.125;
	text-transform: uppercase;
	font-family: "Dosis", Arial, sans-serif;
	text-align: center;
	margin: 1.5em auto;
}

.buttontext {
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
padding: 1.0em 0.9em;
font-size: 100%;
cursor: pointer;
font-family: inherit;
font-weight: bold;
line-height: 1;
margin: 1.25em 0 1.25em;
position: relative;
text-decoration: none !important;
text-align: center;
display: inline-block;
color: white;
}

.buttontext.white {
	width: 60%;
	background-color: #fff;
	color: #573C77 !important;
	border-radius: 12px;
	font-weight: 700;
	display: block;
	padding: 0.5em 0.9em;
	font-weight: 900;
	font-size: 87.5%;
	line-height: 1.125;
	text-transform: uppercase;
	font-family: "Dosis", Arial, sans-serif;
	text-align: center;
	margin: 1.5em auto;
	text-decoration: none !important;
		zoom: 1;
		filter: alpha(opacity=100);
		opacity: 1;
		-webkit-transition: opacity .2s ease-in-out;
		-moz-transition: opacity .2s ease-in-out;
		-ms-transition: opacity .2s ease-in-out;
		-o-transition: opacity .2s ease-in-out;
		transition: opacity .2s ease-in-out;
}

.buttontext:hover, .buttontext.white:hover {
	text-decoration: none !important;
		filter: alpha(opacity=80);
		opacity: .8;
}

.mobile-menu-settings-wrapper {
	display: none !important;
}


.header-arrow-container {
margin: 0 0 0 3%;
bottom: -60px;
height: 60px;
width: 30px;
position: absolute;
left: 0;
-moz-transition: margin 0.2s;
		-webkit-transition: margin 0.2s;
		-o-transition: margin 0.2s;
		-ms-transition: margin 0.2s;
		transition: margin 0.2s;
}
@media (max-width: 1080px) { .header-arrow-container { margin: 0 0 0 0; } }
@media (min-width: 1240px) { .header-arrow-container { margin: 0 0 0 1%; } }

.header-arrow-tab {
margin: 0 0 0 0;
top: 0px;
/* right: 0; */
/* position: absolute; */
}

.header-arrow-ring {
margin: 0;
top: 0px;
/* right: 0; */
left: 0;
position: absolute;
   -webkit-animation: pulsate 2s ease-in-out infinite;
       -moz-animation: pulsate 2s ease-in-out infinite;
        -ms-animation: pulsate 2s ease-in-out infinite;
         -o-animation: pulsate 2s ease-in-out infinite;
            animation: pulsate 2s ease-in-out infinite;
}


.project-meta {
max-width: 100%;	
}

.project-meta-col-1 {
width: 30%;
max-width: 30%;
min-width: 30%;
}

.project-meta-col-2 {
width: 65%;
max-width: 65%;
min-width: 65%;
}

.project-meta-description {
width: 70%;
}

.project-description {
line-height: 154%;
}

.project-meta-heading {
color: #573c77;
}

.project-title {
margin-top: 2%;
margin-bottom: 2%;
}

.page-title {
border-bottom: none;
font-size: 300%;
padding-bottom: 0px;
}

.large-12 {
width: 100%;	
position: relative;
}

.large-6 {
width: 50%;	
position: relative;
}

.large-4 {
width: 33.33%;	
position: relative;
}

.large-2 {
width: 20%;	
position: relative;
}

.column, .columns {
position: relative;
padding-left: 0.9375em;
padding-right: 0.9375em;
float: left;
}


.mobile-menu-open-fixed #mobile_app_menu .current-menu-item > a { 
	background-color: #573c77; 
	border-bottom: 1px solid #573c77;  
}

.mobile-menu-open-fixed #header .mobile-menu-open-wrapper-active {
	background-color: #573c77;
}

.welcome-text a {
color: #573c77;
text-decoration: none;
line-height: 94px;
background-color: transparent;
border-radius: 18px;
padding: 0 25px 7px 25px;
	-webkit-transition: border-radius .25s, background-color .25s;
	-moz-transition: border-radius .25s, background-color .25s;
	-o-transition: border-radius .25s, background-color .25s;
	-ms-transition: border-radius .25s, background-color .25s;
	transition: border-radius .25s, background-color .25s;
}

.welcome-text a:active, .welcome-text a:hover {
/* text-decoration: underline; */
background-color: #573c77;
border-radius: 18px;
color: white;
}

#options li a, #options li a:hover, #options li a.selected {
border-radius: 0px;
}

.news-title {
font-weight: 400;
font-size: 160%;
width: 85%;
}

.news-icon {
margin-right: 5px;
font-size: 350%;
}

#header .inner {
border: none;	
}

h2, h3, h4 {
margin-bottom: 0.5em;	
}

h2, h4 {
color: #573c77;
}

h3 {
	font-size: 145%;
}

h4 {
	font-size: 125%;
}

h5 {
	font-size: 110%;
}

p {
margin: 0 0 1.5em 0;
}

.page-header {
margin-bottom: 20px;
}

#header {
background: #fafafa;
}

.project-coverslide-visible { opacity: 0.98; visibility: visible;
	-webkit-transition: visibility 0s linear 0s, opacity 0.25s linear;
	-moz-transition: visibility 0s linear 0s, opacity 0.25s linear;
	-o-transition: visibility 0s linear 0s, opacity 0.25s linear;
	-ms-transition: visibility 0s linear 0s, opacity 0.25s linear;
	transition: visibility 0s linear 0s, opacity 0.25s linear;
}

.portfolio-arrowleft-normal, .portfolio-arrowright-normal {
	margin: 33% auto 0 auto;
}

.project-navigation { 
	z-index: 213; 
	width: 100%;
	max-width: 100%;
}

.portfolio-arrowleft-visible { left: 0; }

.portfolio-arrowright-visible { right: 0; }




.daisho-icon {
	font-family: 'ModernPictogramsNormal';
	font-size: 200%;
	display: block;
	float: left;
	height: 27px;
	margin-right: 10px;
	padding-top: 5px;
}

.wpcf7-response-output.wpcf7-mail-sent-ok, .wpcf7-response-output.wpcf7-validation-errors {
background-color: transparent!important;
border: 0 none !important;
color: red;
margin: -20px 0 20px 0 !important;
width: 60%;
font-family: "Open Sans", Arial, sans-serif!important;
font-size: 20px;
font-weight: 600;
line-height: 100%;
text-transform: uppercase;
padding: 0 !important;
}

/* Back Button */
.header-back-to-blog-link { float: left; }
	.header-back-to-blog { float: left; }
		.header-back-to-blog-icon { background: url("https://www.arsenalstudios.com/wp-content/themes/daisho/images/xheader-compressed-purple.png.pagespeed.ic.WfdODWQWA2.png") no-repeat left top transparent; width: 19px; height: 34px; cursor: pointer; float: left; opacity: 0.35; }
		.header-back-to-blog-message { float: left; cursor: pointer; margin: 10px 0 0 5px; font-family: "Open Sans", Arial, sans-serif; font-size: 62.5%; text-transform: uppercase; font-weight: 700; color: #573c77; opacity: 1; }
		.header-back-to-blog:hover .header-back-to-blog-icon { opacity: 1; }
		.header-back-to-blog:hover .header-back-to-blog-message { text-decoration: none; color: #573c77; opacity: 0.35 }
		/* SVG Version */
		.header-back-to-blog-icon-svg { height: 34px; cursor: pointer; float: left; display: none; }
			.compact-header-arrow-back-svg {
				cursor: pointer;
				/* -webkit-transform: rotateZ(-90deg); 
				   -moz-transform: rotateZ(-90deg); 
					-ms-transform: rotateZ(-90deg); 
					 -o-transform: rotateZ(-90deg); 
						transform: rotateZ(-90deg); */
			}
				.compact-header-arrow-back-svg polyline {
					stroke: #573c77;
					stroke-width: 4.2px;
					stroke-linecap: round;
					stroke-linejoin: round; 
				}
		.header-back-to-blog:hover .compact-header-arrow-back-svg polyline { stroke: #573c77; }
		html.mod-svg .header-back-to-blog-icon { display: none; }
		html.mod-svg .header-back-to-blog-icon-svg { display: block; }


/* sub page ad-hoc fix - does not play well with block content horizontal slider -  */
	@media (min-width: 950px) and (max-width: 1240px){ #header .inner, #footer .inner, .page-template-wrapper { width: 900px; margin: 0 auto; float: none; } }
	@media (min-width: 800px) and (max-width: 950px){ #header .inner, #footer .inner, .page-template-wrapper { width: 675px; margin: 0 auto; float: none; } }
	@media (min-width: 450px) and (max-width: 800px){ #header .inner, #footer .inner, .page-template-wrapper { width: 450px; margin: 0 auto; float: none; } }
	/* reset footer inner margin from changes above */
	#footer .inner { margin: 0 auto 35px; }

	@media (min-width: 950px) and (max-width: 1240px){ .page-title, .page-content, .page-description { width: 100%; } }
	@media (min-width: 800px) and (max-width: 950px){ .page-title, .page-content, .page-description  { width: 100%; } }
	@media (min-width: 450px) and (max-width: 800px){ .page-title, .page-content, .page-description  { width: 100%; } }

@media (min-width: 950px) {
	.project-meta-heading {
		width: auto;
	}
}


@media (max-width: 600px) {
	.news-icon {
		margin-bottom: 0px;
		float: none;
	}
}

@media (min-width: 851px) and (max-width: 950px) {
	.daisho-icon {
		float: none;
		height: 35px;
	}

@media (max-width: 950px) {

	.daisho-portfolio-viewing-project .portfolio-arrowleft-mobile, .daisho-portfolio-viewing-project .portfolio-arrowright-mobile {
		top: inherit;
		bottom: 0;
	}

	.project-title {
		font-size: 30px !important;
		letter-spacing: inherit;
	}

	.project-meta-description {
		text-transform: none;
		line-height: 110%;		
	}

	.project-meta-col-1, .project-meta-col-2 {
		float: none;
		width: auto;
		max-width: none;
		min-width: none;
	}

}


	


