/*
Theme Name:  COREENA
Theme URI:   http://test.coreenarobertson.com
Version:     1.0
Description: A child theme of Divi. This is a custom child theme created for our site Coreena Robertson.
Author:      coreenar
Author URI:  http://test.coreenarobertson.com
Template:    Divi
*/


@import url("../Divi/style.css");
@import url(http://fonts.googleapis.com/css?family=Lora|Montserrat);

/***********************************************************************
Caution: do not remove this to keep Divi Children Engine always updated 
Divi Children Engine version: 1.0.0
***********************************************************************/

/*------------------------------[FONT ICONS]-----------------------------*/
/*--[Created by Divi Children, http://divi4u.com/divi-children-plugin/]--*/
/*-----------------------------------------------------------------------*/

.icon_tags, .icon_profile, .icon_chat, .icon_clipboard, .icon_calendar {
	font-family: 'ETmodules';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	color: #318EC3;
}
.icon_tags:before {
	content: "\e07c";
	padding: 0px 5px 0 0;
}
.icon_profile:before {
	content: "\e08a";
	padding: 0 5px 0 0;
}
.icon_chat:before {
	content: "\e066";
	padding: 0 5px 0 20px;
}
.icon_clipboard:before {
	content: "\e0e6";
	padding: 0 5px 0 20px;
}
.icon_calendar:before {
	content: "\e023";
	padding: 0 5px 0 20px;
}

/*- YOU CAN INCLUDE THE CUSTOM CODE FOR YOUR CHILD THEME BELOW THIS LINE-*/

/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*---------------[MAIN LAYOUT INFO]---------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*---------------[DROPDOWN MENU]------------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*-------------------[COMMENTS]-------------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*---------------------[FOOTER]-------------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*--------------------[SIDEBAR]-------------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*------------[CAPTIONS AND ALIGNMENTS]-----------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*-----------------[WP CALENDAR]------------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*-------------------[PAGE NAVI]------------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*------------------[TRANSITIONS]-----------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*---------------[RESPONSIVE LAYOUTS]-------------*/
/*------------------------------------------------*/

@media only screen and ( min-width: 981px ) {

}

/*-------------------[960px]------------------*/
@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) {

	/*-------------------[Sliders]------------------*/

	/*-------------------[Portfolio]------------------*/

	/*-------------------[Sidebar]------------------*/
	
	/*-------------------[Menu]------------------*/
	
}

/*-------------------[768px]------------------*/
@media only screen and ( max-width: 980px ) {

	/*-------------------[Portfolio]------------------*/
	
	/*-------------------[Sliders]------------------*/
	
	/*-------------------[Menu]------------------*/

}

@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {

}

@media screen and ( max-width: 782px ) {

}

/*-------------------[480px]------------------*/
@media only screen and ( max-width: 767px ) {

	/*-------------------[Menu]------------------*/

}

/*-------------------[320px]------------------*/
@media only screen and ( max-width: 479px ) {

}

/*------------------------------------------------*/
/*-------------------[HEAD]-----------------------*/
/*------------------------------------------------*/
 
.head {height: 400px;}

.head h1 {
font-family: Montserrat;
font-size: 36pt;
color: white;
opacity: 0.7;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.head2 {height: 400px;}

.head2 h1 {
font-family: Montserrat;
font-size: 36pt;
color: #e82776;
opacity: 1;
  position: relative;
  top: 40%;
  transform: translateY(-60%);
}

.head3 {height: 500px;}

.head3 h1 {
font-family: Montserrat;
font-size: 36pt;
color: #e82776;
opacity: 1;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

h1 {
font-family: Montserrat!important;
font-size: 28pt;
color: #e82776;
padding-top: 10px;
}

h2 {
font-family: Montserrat!important;
font-size: 24pt;
color: #e82776;
}

h3 {
font-family: Montserrat!important;
font-size: 20pt;
color: #de5b9f;
}

h4 {
font-family: Montserrat!important;
font-size: 16pt;
color: #de5b9f;
}

blockquote {
  background: #fff;
  border-left: 10px solid #e82776;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
}

blockquote p {
  display: inline;
font-style: italic;
font-weight: bold;
font-size: 22px;
}

p {
font-size: 18px;
}

ul.img-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
 
ul.img-list li {
  display: inline-block;
  height: 300px;
  margin: 0 1em 1em 0;
  position: relative;
  width: 300px;
}

span.text-content {
  background: rgba(255,255,255,0.5);
  color: #e82776;
  cursor: pointer;
  display: table;
  height: 300px;
  left: 0px;
  position: absolute;
  top: 25px;
  width: 300px;
opacity: 0;
-webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
 
span.text-content span{
  display: table-cell;
  text-align: center;
  font-size: 32px;
  vertical-align: middle;
}

ul.img-list li:hover span.text-content {
  opacity: 1;
}

.et_pb_slide_description .et_pb_more_button { position: absolute; top: 0; left: -100%; right: -100%; bottom: 0; opacity: 0; }

#footer-bottom {
text-align: center!important;
font-size: 14px!important;
font-family:Montserrat!important;
text-color: #222222;
background-color: #f5f5f5;
}

#main-header nav#top-menu-nav a{
font-size: 22px!important;
font-family: Montserrat!important;
}

.et_right_sidebar #main-content .container:before {
  background-color: white!important;
}

img.alignleft {
  margin-right: 30px!important;
margin-top: 15px;
margin-bottom: 15px;
}

img.alignright {
  margin-left: 30px!important;
margin-top: 15px;
margin-bottom: 15px;
}

.et_pb_pricing_table_button, .et_pb_promo_button, a.et_pb_more_button, .et_pb_newsletter_button, .comment-reply-link, .form-submit input, .et_pb_contact_submit, .et_pb_contact_reset, .et_password_protected_form .et_submit_button, .single_add_to_cart_button .button {
font-family: Montserrat!important;
font-size: 24px;
font-weight: 500;
}

#comment_postinfo span{
font-family: Lora!important;
}

#comment-content p{
font-family: Lora!important;
}

.et_pb_widget_area_left {
  border-right: 0px!important;
}

.entry-content p:first-child:first-letter { float: left; color: #e82776; font-size: 64px; line-height: 60px; padding-top: 4px; padding-right: 8px; padding-left: 3px; font-family: Lora; }

/*-----------------------[DIVI CHILDREN ENGINE CSS]----------------------*/
/*--[Created by Divi Children, http://divi4u.com/divi-children-plugin/]--*/
/*------------[Updated to Divi Children Engine version 1.0.0]------------*/

/*------------------------------[FONT ICONS]-----------------------------*/

.icon_tags, .icon_profile, .icon_chat, .icon_clipboard, .icon_calendar {
	font-family: 'ETmodules';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	color: #318EC3;
}
.icon_tags:before {
	content: "\e07c";
	padding: 0px 5px 0 0;
}
.icon_profile:before {
	content: "\e08a";
	padding: 0 5px 0 0;
}
.icon_chat:before {
	content: "\e066";
	padding: 0 5px 0 20px;
}
.icon_clipboard:before {
	content: "\e0e6";
	padding: 0 5px 0 20px;
}
.icon_calendar:before {
	content: "\e023";
	padding: 0 5px 0 20px;
}

.post-meta {
font-weight: bold;
}

.form-allowed-tags {
display: none;
}

/*-------------------[END OF DIVI CHILDREN ENGINE CSS]-------------------*/