/*
Theme Name: Exprexsion
Theme URI: http://tidingweb.com/themes/#exprexsion
Author: Christian Yves
Author URI: http://tidingweb.com/
Description: The Exprexsion theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, grid-layout, custom-background, custom-header, featured-image-header, threaded-comments, theme-options, photography, portfolio
Text Domain: Exprexsion
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =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;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.sticky {}
.gallery-caption {}
.bypostauthor {}



body{
	position:relative;
	overflow-x: hidden;
	background: darkgrey;
	margin:0;
	/*min-width:1200px;*/
	max-width: 1800px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}

a{
	text-decoration:none;
	color: #9F0;
}

.header_home{
    background-color: #6e5163;
	min-height:615px;
	background:url(images/banner.jpg);
	background-position: center; 
	background-repeat: no-repeat;
	width:100%;
}

.menu{
	display:inline-flex;
	width:80%;	
}


.menu img{
	padding-top:1%;
	padding:16%;
	width:50px;
	height:50px;
	

    background: gray;
    border: none 5px #000000;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomleft: 25px;
    -moz-border-radius-bottomright: 26px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-left-radius: 25px;
    -webkit-border-bottom-right-radius: 26px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 26px;
}

.menu h2{
	padding-right: 4%;
    font-size: 21px;
    width: 208px;
    color: #FFF;
    min-width: 100px;
    margin-top: 10px;
}

.menu h3{
	padding-right: 4%;
	font-size: 14px;
    width: 100px;
    color: #FFF;
	min-width: 100px;
}

.menu span{
    display: inline-flex;
    margin-left: 17%;
	margin-right: 4px;
    float: right;
    min-width: 138px;
    max-width: 306px;
}

.menu li{
	list-style:none;
	padding-right: 26px;
}

.menu span a{
	color:#FFF;
}

.menu span a:hover{
	color: #666;
}

.menu span div{
	width: 100%;
}

.menu span div ul{
	width: 100%;
}

#cssmenu li > ul{
	margin-left: 0px;
    padding-left: 0px;
    font-size: 13px;
}

.m_menu{
	width: 96px;
    height: 32px;
	
	display:none;
}

.m_menu:hover{
	width: 100px;
    height: 36px;

}

.m_menu_frame{
	position:fixed;
	background-color:#000;
	opacity:0.8;
	top:0;
	right: 0;
	width: 35%;
	height: 100%;
	visibility:hidden;
}

.m_menu_content{
    padding: 9%;
}

.menu-content-container{
	margin-top: 50px;

}
.m_menu_content span{
    color: bisque;
    float: right;
    font-size: 36px;
}

.r_menu_display ul{
	display: block;
	margin-top: 55px;
}

.r_menu_display li{
	padding-bottom: 20px;
	font-size: 1.2em;

}

.r_menu_display a{
	color: #e6e2de;
}

.r_menu_display a:hover{
	color: #56b674;
}

.m_menu_content div.menu-sample-menu-container{
	margin-top: 50px;
}

.r_menu_display ul.sub-menu{
    margin-top: 6px;
    font-size: 15px;
}




.title{
	position: absolute;
    top: 20%;
    width: 50%;
	margin-left: 28%;
	margin-right:22%;
    color: white;	
}

.title h1{
	font-size: 400%;
	margin: -1%;	
}

.title img{
	margin-top: 0%;
	color:#333;
	opacity:0.5;
}

.title img:hover{
	 opacity:0.9;
}


.container{
	width: 100%;
	height:900px;
}

.grid{
    height: 65%;
	overflow-y: hidden;
	background: white;
	
}


.first_box{
	width: 48%;
    height: 99%;
    margin: 1%;
    
}

.first_box2{
   	width: 50%;
    height: 600px;
    float: left;
	background-image: url(images/2-1box.jpg);
	background-position: center; 
	background-repeat: no-repeat;
    background-size: cover;
	
}

.first_box2,.second_box1 img{
	 background-size: cover;
}

.inner_box{
	border: solid 5px rgba(58, 58, 58, 0.6);
    -moz-border-radius: 19px;
    -webkit-border-radius: 19px;
    border-radius: 19px;
    min-width: 500px;
    height: 89.5%;
    padding: 2%;
    color: #333;
	
}

.inner_box h4{
	margin: 4px;
}

.second_box1{
	 width: 50%;
    height: 585px;
    float: right;
    background: url(images/1-2box.jpg);
	background-position: center; 
	background-repeat: no-repeat;
    background-size: cover;
}

.inner_box:hover{
	border:solid 5px  rgba(58, 58, 58, 1.0);
}
	
.second_box2{
	padding: 1%;
    width: 48%;
    height: 99%;
    float: right;
}

.home-box-image{
	width:100%;
	height: 100%;
	}

.btn{
	 margin: 6%;
    font-size: x-large;
}

.btn:hover{
	color:#666;
}


.mid-strip{
	background-image:url(images/mid_widget.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

.mid-strip div{
	padding-bottom:2%;
}

.mid-strip p{
	margin:0px;
	color:#FFF;
	font-size:24px;
	padding: 2%;
    max-width: 50%;
}

.mid-strip-input{
	height: 3%;
    width: 25%;
    margin-bottom: 2%;
    padding: 8px;
}

.mid-strip-btn{
	padding: 0%;
    background-color: #9C6;
    margin-left: -0.3%;
    width: 6%;
	min-width: 79px;
    height:34px;;
}



/*SUBSCRIPTION PAGE*/

.subscription-admin-css{
    font-size: 19px;
    margin: 3%;
}

#subscription-css tr{
	font-size: 20px;
	text-align: center;
}





.gallery{
	background-color: #000;
	background-image: url(images/empty_gallery.jpg);
	background-position: center; 
	background-repeat: no-repeat;
	display: table;
	width:100%;
	height:560px;
}

.gallery h1{
	text-decoration: underline;
    font-size: 3em;
}

.gallery img{
	max-width:100%;
}

.gallery a{
	text-decoration: none;
    color: #FFF;
}

.gallery a:hover{
	color: rgba(250, 235, 215, 0.77);
}


.gallery div{
    margin-top: 18%;
	margin-left:1%;
    height: 100px;
    width: 100%;
}

.arrows{
	opacity:0.5;
}

.arrows:hover{
	opacity:1;
}
.gallery div span{
	float:right;
	opacity:0.5;
	margin-right: 2%;
}

#gallery-header{
	float: left;
    position: absolute;
    top: 586px;
    width: 100%;
    color: #FFF;
    /* background: cadetblue; */
    padding: 9px;
    /* left: 40%; */
    text-align: center;
    text-shadow: 5px 5px 5px #000000;
}

#post-title{
	float: left;
    position: absolute;
    top: 695px;
    left: 8%;
    color: #FFF;
    background: cadetblue;
    padding: 13px;
    -moz-box-shadow: 10px 10px 5px #000000;
    -webkit-box-shadow: 10px 10px 5px #000000;
    box-shadow: 10px 10px 5px #000000;
}

#post-summary{
    float: right;
    position: absolute;
    top: 919px;
    right: 75px;
	margin-right:50px;
    color: #FFF;
    background: cadetblue;
    padding: 20px;
    width: 46%;
	-moz-box-shadow:10px 10px 5px #000000;
	-webkit-box-shadow:10px 10px 5px #000000;
	box-shadow:10px 10px 5px #000000;
}

#post-summary a{
	color: #cab85a;
    float: right;
    padding-top: 7px;
}

.footer{
	padding: 2%;
	color:#999;
	background:#FFF;
	font-size: 18px;	
	}
	
.footer img{
	width:30px;
	height:30px;
}
.footer p{
	 margin: 0%;
}
		
.featured-title{
	background: #a9a9a9;
    color: #FFF;
    padding-bottom: 6px;
}


/** SINGLE POST **/
.content-area{
	padding: 19px;
	background-image:  url(images/clouds.png);
	background-size:cover;
}

.comment-form-comment label{
	display: block;
}

.post-content{
    margin: 25px;
    font-size: 1.2em;
    min-height: 481px;	
}

.comment{
	margin: 4%;
}


@media screen and (max-width: 1200px) {
	.menu span{
		display:none;
	}
	
	.m_menu{
		display:block;
		margin-top: 1%;
		margin-right:21px;
		padding:1%;
   	    float: right;
		opacity:0.5%;
    
	}
	

		

}


@media screen and (max-width: 1025px){
	.title{
		margin-left: 25%;
	}

	.gallery{
		/*height: 54%;*/
	}
	
	#post-summary{
		right: 0%;
	}
	
	.second_box1, .first_box2{
		width: 45%;
	}
	.second_box2{
		margin-right: 5%;
	}
	
}	

@media screen and (min-width: 700px) {
	.header_home{
		height:600px;
	}
	.title{
		top: 300px;
	}
		
}

@media screen and (max-width: 1115px){
		.second_box1, .first_box2{ display:none; }	
		.first_box {
		width: 98%;
		height: 99%;
		margin: 1%;
	}
	.second_box2 {
		padding: 1%;
		width: 99%;
		height: 99%;
		float: none;
	}
}
@media (max-width: 800px) {
	.second_box1, .first_box2{ display:none; }
	.first_box {
		width: 98%;
		height: 99%;
		margin: 1%;
	}
	.second_box2 {
		padding: 1%;
		width: 99%;
		height: 99%;
		float: none;
	}
}

@media (max-width: 950px) {
	.second_box1, .first_box2{ width:35%; }
	.second_box2 { padding-right: 118px; }
}
/* Mobile Style Sheet */
@media handheld {
	.second_box1, .first_box2{ display:none; }
	.first_box {
		width: 98%;
		height: 99%;
		margin: 1%;
	}
	.second_box2 {
		padding: 1%;
		width: 99%;
		height: 99%;
		float: none;
	}
}


.title {
-webkit-animation: cssAnimation 1s 1 ease;
-moz-animation: cssAnimation 1s 1 ease;
-o-animation: cssAnimation 1s 1 ease;
}
@-webkit-keyframes cssAnimation {
from { -webkit-transform: rotate(0deg) scale(0.406) skew(1deg) translate(0px); }
to { -webkit-transform: rotate(0deg) scale(1.034) skew(1deg) translate(0px); }
}
@-moz-keyframes cssAnimation {
from { -moz-transform: rotate(0deg) scale(0.406) skew(1deg) translate(0px); }
to { -moz-transform: rotate(0deg) scale(1.034) skew(1deg) translate(0px); }
}
@-o-keyframes cssAnimation {
from { -o-transform: rotate(0deg) scale(0.406) skew(1deg) translate(0px); }
to { -o-transform: rotate(0deg) scale(1.034) skew(1deg) translate(0px); }
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	