/*
 Theme Name:   Lagunita Custom
 Theme URI:
 Description:  Child theme of Stanford's Lagunita theme, ready for customization.
 Author:       University Communications, Stanford University
 Author URI:   http://ucomm.stanford.edu/webteam/
 Template:     lagunita
 Version:      1.0.0
 Text Domain:  lagunita-child
*/


@import url("../lagunita/style.css"); /* load parent themes styles */


/**
 * Custom styles
 * -----------------------------------------------------------------------------
 *
*/
@import url("custom.css");
@import url("custom-mobile.css")  screen and (max-width: 640px);


#signature #site-name {
    font-size: 2.6em;
}

.navbar .nav > li > a {
    font-weight: 400;
    margin-right: 40px;
}

#primary-nav li.current-menu-ancestor > a, #primary-nav li.current-menu-item a {
    border-bottom: 2px solid #8C1515;
}

.navbar .nav li a {
    border-bottom: 2px solid #f8f7f2;
}

.navbar .nav li a:hover {
    border-bottom: 2px solid #820000;
}

.nav .dropdown-menu li a:focus, .nav .dropdown-menu li a:hover {
    border-bottom: solid 2px #820000 !important;
}

.footerlogo-right {
    float: right;
	padding-top: 20px;
}


#header {
    background-color: #eee;
}

#mainmenu {
    background-color: #eee;
}

.navbar-default {
    background-color: #eee;
    border-color: #eee;
}

.nav .dropdown-menu {
    background-color: #eee;
}

.navbar .nav li a {
    border-bottom: 0px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #eee;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}


.footer #footer-content {
    padding: 15px 0;
}

.footer {
    background-color: #eee;
    border-top: 1px solid #dfdfdf;
}

/* Header Customization for adding featured homepage banner into full width header */

#feature-banner {
    margin-top: -30px;
}

#feature-banner .img-responsive {
    width: 100%;
}


/* Content Views customization */

.pt-cv-readmore {
    color: #ffffff !important;
    background-color: #8c1515 !important;
    border: none !important;
}

.pt-cv-readmore:hover {
    color: #ffffff !important;
    background-color: #a71d21 !important;
    border: none !important;
}



/* Single Post customization */

.post-meta {
    display: none;
}

.post-navigation, .paging-navigation, .image-navigation {
    display: none;
}

.extra-left-padding {
    margin-left: 45px;
	margin-bottom: 15px;
}

/* Page Customization */

#content {
    margin-bottom: 30px;
}

/* Search result customization */

.post-attribution {
    display: none;
}



/* Mobile and Tablet */

@media (max-width: 470px) {
	h1 {
		font-size: 1.8em;	
	}
	
	body {
    font-size: 16px;
	}
	
	h4.pt-cv-title a {
    font-size: 20px;
    }	
	
	#signature #site-name {
    font-size: 1.6em;
	line-height: 1.1em;
	}
}

@media (min-width: 471px) and (max-width: 768px) {
	h1 {
		font-size: 2em;	
	}
	
	body {
    	font-size: 16px;
	}

}


@media (min-width: 470px) and (max-width: 768px) {
	#main-content img.alignright, #main-content img.alignleft {
    	max-width: 50%;
	}

}

/* @media (min-width: 992px) and (max-width: 1199px) {
	.navbar .nav > li > a {
    font-size: 1.2em;
	}
} */




