/*

Theme Name: PlayMag - Child Theme

Theme URI: http://wpcurve.com

Author: WPCurve

Author URI: http://wpcurve.com

Description: PlayMag is a modern, responsive Magazine WordPress theme that combines both form and function into one comprehensive website. It is perfect for all kinds of online magazines, classic news websites, professional blogs and other editorial related projects.

Version: 1.0

Template: playmag

*/



@import url('../playmag/style.css');

@import url('../playmag/style_char_bio.css');

@import url('../playmag/style_char_main.css');

@import url('../playmag/style_general.css');

.title_area {

	background: url('img/title-bg.png') 0 0 repeat-x;

	min-height: 47px;

}

.title_area h1 {

	margin: 10px 0px 10px;

	text-transform: uppercase;

	font-family: 'Titillium Web';

	font-size: 24px;

	font-weight: 600;

}

.page-content-wrapper p {

    margin: 25px 0px 0px;

    line-height: 1.7;

    font-size: 16px;

}



.page-id-11 td h1 {

font-family: Titillium Web;

font-weight: 900;

margin-top: 0px!important;

}



/* WPCurve */

.page h4 {

font-family: Titillium Web;

font-weight: 900!important;

text-transform: uppercase;

font-size: 16px!important;

margin-bottom: 0px;

}

.page p {

margin-top: 0px;

margin-bottom: 20px;

}



#text_ticker { position: relative; overflow: hidden; margin: -30px 0 10px 0;  }

#text_ticker ul { position: relative; margin: 0; padding: 0; height: 35px; list-style: none; }

#text_ticker ul li { position: relative; display: block; float: left; margin: 0; padding: 0; width: 260px; height: 35px; background: transparent; text-align: center; line-height: 35px;  font-weight: 900; text-transform: capitalize; }

/* Mobile Friendly */
@media only screen and (max-width: 768px){
#text_ticker {
	display: none;
}
.title_area {

	background: url('img/title-bg.png') 0 0 repeat-x;

	min-height: 80px;

}
.title_area h1 {
	
	font-size: 18px;

}
}

/* WPCurve */
#menu-main-menu-1, #menu-main-menu-1 li { height: 56px; }

body.archive .cat-wrapp.post-cat > div {
    min-height: 450px!important;
}
body.archive .cat-wrapp.post-cat .post-infs {
    width: 100%!important;
}

/* James 4-29-15 */

.gridlayout {}

.gridlayout a {
  display: block;
}
.gridlayout ul {
padding: 0;
margin: 0;
display: inline;
}
.gridlayout li {
  float: left;
  margin-right: 30px;
  max-width: 350px;
  width: 100%;
  list-style-type: none;
  height: 100px;
  display: table;
  position: relative;
}

.gridlayout li:nth-child(3n+3) {
margin-right: 0px;
}

.gridlayout li .image {}

.gridlayout a:hover > .image {
  opacity: 0.8;
}

.gridlayout li .textoverlay {
  position: absolute;
  bottom: 20px;
  background: rgba(0,0,0, 0.4);
  width: 100%;
  padding: 7px;
  color: #fff;
}


.gridlayouts ul {
padding: 0;
margin: 0;
display: inline;
}

.gridlayouts li {
  list-style-type: none;
}
.gridlayouts .col-lg-4 {
  width: 33.3333333333%;
}

/* End James 4-29-15 */