
/*--------------------*/
/* ---- MASTHEAD ---- */
/*--------------------*/

/* LOGOS */

.journal-header .journal-logo {
    width: 480px;
}

/* HEADER BRAND COLOUR */

.journal-header {
  	background-color: #ffffff;
	background-image: url(//academic.oup.com/data/sitebuilderassetsoriginals/preview/images/oxford-clinical-psychology/oxford-clinical-psychology_headerBackground.png);
	background-position: top center;
	background-size: cover;
    border-top: 1px solid #cfd5e4;
}

/* NAVBAR BRAND COLOUR */

.navbar {
	background-color: #1F5C91;
}


/*--------------------*/
/* ---- HOMEPAGE ---- */
/*--------------------*/

#cloudCMS #mainContent .rows .row:first-child { /* The first row is included to change the alternating row colours, but need to hide it from the front end  */
    display: none;
}

/* FEATURED ROW */

#cloudCMS .rowForStoryCard {
	background-color: #F5F7FA !important;
	padding-top: 40px;
	padding-bottom: 40px;
}
#cloudCMS .storyCardButtons .buttony {
	background-color: #1F5C91;	
}  
#cloudCMS .storyCardButtons .buttony:hover {
	background-color: #144570;	
} 
@media all and (min-width: 930px) {
	#cloudCMS .rowForStoryCard {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}
@media all and (min-width: 1100px) {
	#cloudCMS .rowForStoryCard {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

#cloudCMS #aboutOCP {
	background-color: #F5F7FA !important;
}
#cloudCMS #aboutOCP .buttony {
	background-color: #1F5C91;	
}  
#cloudCMS #aboutOCP .buttony:hover {
	background-color: #144570;	
} 
#cloudCMS #aboutOCP h2 {
	font-size: 2rem;
    line-height: 1.15em;
}
#cloudCMS #aboutOCP p {
    font-size: 1.1875rem;
    line-height: 1.5em;
}
@media all and (min-width: 930px) {
	#cloudCMS #aboutOCP h2 {
		font-size: 2.125rem;
	}
	#cloudCMS #aboutOCP p {
        font-size: 1.25rem;
    }
}
@media all and (max-width: 767px) {
    #cloudCMS #aboutOCP .editable {
        padding: 0;
        background-color: transparent;
        border: none;
    }
}

/* FEATURED PUBLICATIONS ROW */

#cloudCMS .rowForTwoEditablePanelsCentered {
	background-color: #263740 !important;
	border-top: 10px solid #C89A1B;
	color: #ffffff;
}
#cloudCMS .rowForTwoEditablePanelsCentered .col {
	border-color: #626E74 !important;
}
@media all and (max-width: 768px) {
	#cloudCMS .rowForTwoEditablePanelsCentered .col:not(:first-child) {
		padding-top: 20px;
		border-top-width: 1px;
		border-top-style: solid;
		margin-top: 5px;
	}
}
#cloudCMS .rowForTwoEditablePanelsCentered .itemBody h2, #cloudCMS .rowForTwoEditablePanelsCentered .itemBody h2 {
	background-image: url(//academic.oup.com/data/sitebuilderassetsoriginals/preview/images/oxford-clinical-psychology/tick-gold.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 35px 36px;
	font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    margin-left: auto;
    margin-right: auto;
	padding-left: 40px;
    width: fit-content;
}
#cloudCMS .rowForTwoEditablePanelsCentered .editable .buttony {
	background-color: transparent;	
	background-image: url(//academic.oup.com/data/sitebuilderassetsoriginals/preview/images/oxford-clinical-psychology/chevron-right-gold.svg);
	border: 1px solid #CCCCCC;
}
#cloudCMS .rowForTwoEditablePanelsCentered .editable .buttony:hover {
	background-color: #202c32;
}

#cloudCMS #featuredPublications {
	background-color: #263740 !important;
	border-top: 10px solid #C89A1B;
	color: #ffffff;
}
#cloudCMS #featuredPublications > .inner {
    max-width: 1160px;
}
@media all and (min-width: 768px) {
    #cloudCMS #featuredPublications .panels {
        --columnGap: 10%;
    }
}
#cloudCMS #featuredPublications .editable {
	background-color: transparent;
	border: none;
}
#cloudCMS #featuredPublications .itemBody .buttony {
	background-color: transparent;	
	background-image: url(//academic.oup.com/data/sitebuilderassetsoriginals/preview/images/oxford-clinical-psychology/chevron-right-gold.svg);
	border: 1px solid #CCCCCC;
}
#cloudCMS #featuredPublications .itemBody .buttony:hover {
	background-color: #202c32;
}
#cloudCMS #featuredPublications .itemBody h2 {
	background-image: url(//academic.oup.com/data/sitebuilderassetsoriginals/preview/images/oxford-clinical-psychology/tick-gold.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 35px 36px;
	font-size: 1.6rem;
	padding-left: 40px;
}
@media all and (min-width: 768px) {
	#cloudCMS #featuredPublications .itemBody h2 {
		margin-left: auto;
		margin-right: auto;
		width: fit-content;
	}
}

/* UNDERBAR */

.widget-dynamic__underbar.journal-bg {
	background-color: #1F5C91;
}
#cloudCMS .panels .widget-dynamic-title::after, #cloudCMS .panels .widgetHead h2::after, #cloudCMS .rowHead h2::after, #cloudCMS .panels .widgetHead h2::after, #cloudCMS .rowHead h2::after {
	background-color: #1F5C91;
}


/*----------------------*/
/* ---- OUP FOOTER ---- */
/*----------------------*/

.oup-footer {
	border-top: 1px solid #cfd5e4;
}