/*
 Theme Name: Total OCSF Child
 Template: total
 Author: Carmelites of the Holy Face
 Description: A child theme for total theme, used for the OCSF website.
 Version: 1.0
*/
/*BEGIN DEFAULT FONTS*/
/*p, div.elementor-text-editor > p > span,
p, div.elementor-text-editor > ul > li {
	font-family : 'Times New Roman', 'Sans Serif';
	font-size: 1.1em;
}

h1,h2,h3,h4,h5 {
	font-family : "Alegreya SC", 'Times New Roman', 'Sans Serif';
}*/
/*END DEFAULT FONTS*/


/*This is to hide the name of the Entry title*/
.home .entry-title {display:none!important;}


ul.page-title-list {
	list-style-type:none;
	line-height:1.2em;
}
ul.page-title-list li.page-title-super {
	font-size: 1.1em; 
	font-family: 'Alegreya SC', Sans-serif;
}

ul.page-title-list li.page-title-main {
	font-size: 1.3em; 
	font-family: 'Alegreya SC', Sans-serif; 
	font-weight:bold; 
	text-shadow: 1px 1px 2px #888;
}

/* For tablets (typically 768px and below) */
@media (max-width: 1080px) {
	ul.page-title-list li.page-title-super {
		font-size: 0.9em; /* Slightly smaller on tablets */
	}
	

	ul.page-title-list li.page-title-main {
		font-size: 1em; /* Slightly smaller on tablets */
	}
	ul.page-title-list {
		list-style-type:none;
		line-height:0.9em;
  }
}

/* For Mobile (typically 480px and below) */
@media (max-width: 480px) {
	ul.page-title-list li.page-title-super {
		font-size: 0.6em; /* Slightly smaller on tablets */
	}
	

	ul.page-title-list li.page-title-main {
		font-size: 0.7em; /* Slightly smaller on tablets */
	}
	ul.page-title-list {
		list-style-type:none;
		line-height:0.7em;
  }
}


/*BEGIN DEFAULT COLORS.*/

/* This is to set a dark brown across all the text*/
/* p, span:not(a span), li {
	color:#442000;
} */

/* The following style is to lighten up the link text on the  current selected language of the lang switcher dropdown */
/* li.pll-parent-menu-item.sfHover a.sf-with-ul > span,
li.pll-parent-menu-item.sfHover ul.sub-menu li.current-lang span,
li.pll-parent-menu-item.sfHover ul.sub-menu li:hover span
{
	color: #FFF;
}

@media screen and (max-width: 1000px) {
	li.pll-parent-menu-item  > a > span,
	li.pll-parent-menu-item  > ul.sub-menu > li > a > span,
ul#menu-top-menu li.menu-item a span.ht-dropdown
	{
		color: #FFF;
	}
}  */


/*The footer is dark, so the text needs to be a lighter color*/
/* div.ht-footer p,
div.ht-footer span {
	color: #BBB;
} */
/*END DEFAULT COLORS */

/*BEGIN LINK CSS to add the end arrows and hover effects */
/* .widget_archive ul li a, .elementor-widget-heading .elementor-heading-title>a, a {
	color: blue;
} */
h2 a::after, p a::after, .widget-area li a::after {
	content: "»";
	font-size: .7em;
}

a:hover, a:focus {
	text-decoration: underline;
}

/*END LINK CSS*/

/*Tighten up space*/
/* .ht-main-navigation li {
     margin-left: 0px; 
}

.ht-main-navigation a {
	font-size: 12px;
} */

/* body { background-image: url("/wp-content/uploads/2018/06/background-colour.png"); background-position: center center; background-size: auto; background-repeat: repeat; background-attachment: scroll; } */

/*NEW LETTER*/
.wrapper {
  margin: 50px auto;
  width: 280px;
  height: 370px;
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 8px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 8px rgba(0,0,0,0.3);
  position: relative;
  z-index: 90;
}

.new-letter-wrapper {
  /*width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;*/
}

.new-letter {
  font: bold 15px Sans-Serif;
  color: #FFF;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  position: relative;
  padding: 7px 0;
  left: 0px;
  margin-top: -30px;
  width: 100%;
	opacity: 0.8;
  background-color: #BFDC7A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0422f9), to(#9e8dff)); 
  background-image: -webkit-linear-gradient(top, #0422f9, #9e8dff); 
  background-image:    -moz-linear-gradient(top, #0422f9, #9e8dff); 
  background-image:     -ms-linear-gradient(top, #0422f9, #9e8dff); 
  background-image:      -o-linear-gradient(top, #0422f9, #9e8dff); 
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.new-letter:before {
  left: 0;
}
.new-letter:after {
  right: 0;
}
/*END NEW LETTER*/

/* SOCIAL ICONS */
.social-media-icons 
{ 
	background-color: none;
	width:100%;
	height:80px;
}

.social-header 
{ 
	padding:0px 10px 2px 10px;
	background-color:#eee;
	color:#444; 	
}

.socialfb
{
         background: url(/images/ocsficp-social.png) no-repeat 0px 0px; 
	background-size: 40px 250px;
         width: 40px; 
         height: 42px; 
         text-indent: -9999px;  
         float: left;
}

.socialfb:hover
{ 
	background: url(/images/ocsficp-social-bw.png) no-repeat 0 0px; 
	background-size: 40px 250px;
	width: 40px; 
	height: 42px;
}

.socialtw
{
	background: url(/images/ocsficp-social.png) no-repeat 0px -42px; 
	background-size: 40px 250px;
	width: 40px; 
	height: 42px; 
	text-indent: -9999px;  
	float: left; 
	margin: 0 0 0 5px;
}

.socialtw:hover
{
	background: url(/images/ocsficp-social-bw.png) no-repeat 0px -42px;
	background-size: 40px 250px;
	width: 40px; 
	height: 42px;
}
 
.socialyt
{
	background: url(/images/ocsficp-social.png) no-repeat 0px -84px; 
	background-size: 40px 250px;
	width: 40px; 
	height: 42px; 
	text-indent: -9999px;  
	float: left; 
	margin: 0 0 0 5px;
}

.socialyt:hover
{
	background: url(/images/ocsficp-social-bw.png) no-repeat 0px -84px;
	background-size: 40px 250px;
	width: 40px; 
	height: 42px;
}

.socialpin
{
	background: url(/images/ocsficp-social.png) no-repeat 0px -126px; 
	background-size: 40px 250px;
	width: 40px; 
	height: 42px;
	text-indent: -9999px;  
	float: left; 
	margin: 0 0 0 5px;
}

.socialpin:hover
{
	background: url(/images/ocsficp-social-bw.png) no-repeat 0px -126px;
	background-size: 40px 250px;
	width: 40px; 
	height: 42px;
}

.socialinst
{
	background: url(/images/ocsficp-social.png) no-repeat 0px -167px; 
	background-size: 40px 250px;
	width: 40px; 
	height: 42px;
	text-indent: -9999px;  
	float: left; 
	margin: 0 0 0 5px;
}

.socialinst:hover
{
	background: url(/images/ocsficp-social-bw.png) no-repeat 0px -167px;
	background-size: 40px 250px;
	width: 40px; 
	height: 42px;
}
.socialtelegram
{
	background: url(/images/ocsficp-social.png) no-repeat 0px -208px; 
	background-size: 40px 250px;
	width: 40px; 
	height: 42px;
	text-indent: -9999px;  
	float: left; 
	margin: 0 0 0 5px;
}

.socialtelegram:hover
{
	background: url(/images/ocsficp-social-bw.png) no-repeat 0px -208px;
	background-size: 40px 250px;
	width: 40px; 
	height: 42px;
}
/* END SOCIAL ICONS */