/*
Theme Name: CNBC Child Theme
Theme URI: http://www.ChimpStudio.co.uk/
Template: statfort
Description: Child theme for the Statfort theme
Author: CNBC Web Developer(s): Priyank Hinesh Mehta 
Version: 2.4.CNBC.1.0
*/

/* CSS Document From statfort  */
/*@import url(../statfort/style.css);*/


/*Changes to Full-Width display for the Website*/

.wrapper.wrapper_boxed {
	margin: 0px;
	max-width:100%;
}
/* changes slider height */

#div.banner #flexslider, #banner, #mdSlider {
	height: 275px;
}

/* tring to make the slider a little more responsive */
@media only screen and (max-width: 750px) {
    #div.banner #flexslider, #banner, #mdSlider  {
      /*height: 275px;*/
      min-height: 150px;
      max-height: 150px;
      min-width: 450px;
      width: 100%;
    }
}
/*
.banner-slider .slider-item {
    height: 800px;
}
*/

       

/*Hides the View Button in the business directory plugin listing*/
/* DAP COMMENTED OUT.
.listing-actions {
	display:none;
}
*/
/* Reduce space between the heading h3 and paragraph */
.cnbc_content > h3 {
	margin-bottom:0px;
}


/* Link color */
a { color: #dca13a; }
a:hover { color: blue;  text-decoration:underline; }


/* section link color 	*/ 
/* .cs-section-title  { color: #dca13a; }  */
.cs-section-title:a { color:#dca13a; text-decoration:none; }
.cs-section-title:hover { color: blue; text-decoration:underline;  }

/* Footer link color   ,#footer-widgets  .widget li */
div#footer-widgets  .widget a { color: #dca13a; }
body {
  color: #000;
}
/* front page headers with links make color of our theme */
body h1, body h2, body h3, body h4, body h5 {
    color: #dca13a;
}
/* Chnage phone/fax to gray - not exactly Kristen's request because changed address too.*/
#footer-widgets {color: #ccc;}

/* To change the font size on main menu */
nav.navigation > ul > li > a { font-size:18px; }

/* form style change to work with white background.... */
input[type="text"] {
    border-style: solid;
    border-color: gray;
    border-width: 1px;
}

#ninja_forms_field_3 {
	text-transform: none;
}

#ninja_forms_field_23 {
	text-transform: none;
}


/* to hide the featured image inside the post */

.detail_figure{
display:none;
}


/*
.post-options>:first-child{
display:none;
} 
*/

/* removed white padding-top - above the CMU/Pitt logos and adjust whitespace between logo and slider*/
#mainheader {
    padding-bottom: 5px;
    padding-top: 0px;
    top: 0 !important;
}
/* Add content in header for CMU and Pitt Logos */

/*Kristen- Changes to make the image responsive as well as look better at full screen.*/
div#mainheader.fullwidth::before {
	background: #212121 url("/wp-content/uploads/2016/06/CMU_Pitt_logo_horiz_white_V2_570_40.png") no-repeat scroll center center / 450px auto;
	content: "";
	display: block;
	height: 45px;
	margin: 0 auto;
	opacity: 0.95;
}

@media screen and (max-width: 570px) {
	 div#mainheader.fullwidth::before {
		 background: #212121 url("/wp-content/uploads/2016/06/CMU_Pitt_logo_horiz_white_V2_570_40.png") no-repeat scroll center center / 90%  auto;
		 content: "";
		 display: block;
		 height: 45px;
		 margin: 0 auto; 
		 opacity: 0.95;
		 padding:0 50%;
	 }
}

/*div#mainheader.fullwidth::before {
   content: url(/wp-content/uploads/2016/06/CMU_Pitt_logo_horiz_white_V2_570_40.png) "";
   display: flex;
   position:relative;
   background: #212121;
   opacity: 0.95;
   text-align: center;
   width: 100%; 
   height: 100%;  
   min-width: 570px;
   flex-shrink: auto; 
   justify-content: center;
   object-fit: contain;
}
*/


/* Decrease visual emphasis of default breadcrumbs */
div.breadcrumbs{
	float: right;
	padding: 10px 0px 0px 0px;

}
.breadcrumbs ul li {
    float: left;
    position: relative;
	line-height:16px;
	list-style:none;
	padding:2px 10px;
	color: #fff;
        background-color: #333;
	border-right: 1px solid #fff;
	font-size: 10px;
	text-transform: capitalize;

}
.breadcrumbs ul li a {
	text-transform: capitalize;
}
/* Fix responsiveness of breadcrumbs and title */
    div.breadcrumb{
	height:auto;
        padding-bottom: 10px;

    }


/*Kristen - added to fix the spacing of larger page titles.*/
@media (max-width: 767px){
    .breadcrumb{
        margin-top:40px;
    }
}


/* Change Body font from 12px to 13px */
body {
 font-size:14px !important;
}

body.page {
	font-size:14px !important;
}
/* fix responsiveness of calendar plugin  ---  and (min-device-width : 0px)*/

@media only screen and (max-width: 720px) {
    .element_size_50  {
       float: left;
       /*padding: 0px 15px 0px 15px;*/
       padding: 0px 0px 0px 0px;
       width: 100%;
    }
}
/* DAP trying to fix input text box.  When text is in the box, and you leave focus and return, text disappears and you cannot edit. */
body.widget_countdown figure figcaption body.cs-post-title a,body.widget-latest-news article h5 a:hover  {
	box-shadow: 0px 0 0 0 #409f74,0px 0 0 0 #dca13a;
}

/* taken from  http://designsbytierney.com/2013/11/how-to-add-a-print-button-to-a-wordpress-page-or-post/ 

Print button
*/
.print-link {
float: right;
display:inline-block;
margin-bottom: 15px;
padding:8px 20px;
line-height:1em;
background-color: #333;
color: #FFF !important;
font-size: 14px;
font-family:"Lucida Grande", 'LucidaSansRegular', Arial, Helvetica, sans-serif !important;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
text-shadow: 1px 1px 1px #111;
box-shadow: 1px 1px 1.2px #555555;
-moz-box-shadow: 1px 1px 1.2px #555555;
-webkit-box-shadow: 1px 1px 1.2px #555555;
transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
/*-0-transition: all 0.5s ease 0s;*/
}
.print-link:hover {
background-color: #dca13a;
color: #FFF;
text-decoration:none;
}

