/*
 Theme Name:     LifeWritr Child Theme
 Theme URI:      https://www.terrazoom.com/dev/lifewritr
 Description:    LifeWritr Child Theme based on Divi Theme
 Author:         John Williams/TerraZoom
 Author URI:     https://www.terrazoom.com
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/* colors */
.green{ color:green}
.red{ color: red}
.blue{ color: blue}
.orange{ color:orange}
.yellow{ color:yellow}
.alert{ color:red}
.accept{ color:green}
.caution{ color:yellow}

.fa-check:hover {
    opacity:0.5;
}
.fa-times-circle:hover{
opacity:0.5;
}

#text, .frm_no_entries {
	display: inline-block;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 1em;
	color: #000;
	padding: 0 0 0 -30px;
	margin: 0 0 0 5px;
}

.entry-content td tr {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: .5em;
	color: #000;
}

.permYes {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	right: 0;
}
.permYes:before {
	content: "\f00c";
	font-size: 2.2em;
	margin: 0 5px 5px 0;
}

.permYes a {
	display: inline-block;
	font-family: "Open Sans",Arial,sans-serif;
	font-size: 1em;
	color: #000;
	margin: 0 0 0 -30px;
	padding: 0 0 0 35px;
}

.permYes:hover, .permYes a:hover {
	opacity: .6;
}

 .permNo {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	right: 0;
}
.permNo:before {
	content: "\f057"; /* "\f00d" is for simple x or times */
	font-size: 2.2em;
	margin: 0 5px 5px 0;
}

.permNo a {
	display: inline-block;
	font-family: "Open Sans",Arial,sans-serif;
	color: #000;
	margin: 0 0 0 -30px;
	padding: 0 0 0 35px;
	font-size: 1em;
}

.permNo:hover, .permNo a:hover {
	opacity: .6;
}

	
.permUpdated {
	display: inline-block;
	font-family: "Open Sans",Arial,sans-serif;
	color: #000;
	font-size: .6em;
}

.permInfo {
	display: inline-block;
	font-family: "Open Sans",Arial,sans-serif;
	font-size: .5em;
	color: #000;
	margin: 0 0 0 -30px;
	padding: 0 0 0 35px;
}
	

/* allow for more than four columns in module areas */
.ten-columns .et_pb_module {width: 10%; float: left;}
.nine-columns .et_pb_module {width: 11.11%; float: left;}
.eight-columns .et_pb_module {float: left;}
.seven-columns .et_pb_module {width: 14.28%; float: left;}
.six-columns .et_pb_module {width: 16.66%; float: left;}
.five-columns .et_pb_module {width: 20%; float: left;}'


/* BUDDYPRESS STYLES */
/* 
#yz-group-body { margin-bottom: 100px !important; }
.yz-page-main-content { padding: 35px 0 100px 35px !important; }
#send-invite-form { display: none !important; } /* turn this off because it exposes entire user list */
*/

/* table CSS */
table { width: 100%;
    border-collapse: collapse;
    border: 0px solid black;
}
th { height: 50%; text-align: left;}
td { height: 50px; vertical-align: bottom; }
th, td { padding: 15px; text-align: left; border-bottom: 1px solid #ddd; }
tr:nth-child(even) { background-color: #f2f2f2; }

/* WEBFONTS */
@font-face {
    font-family: 'ElegantIcons';
    src: url('/wp-content/fontsicons/ElegantIcons.eot');
    src: url('/wp-content/fontsicons/ElegantIcons.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/fontsicons/ElegantIcons.woff') format('woff'),
         url('/wp-content/fontsicons/ElegantIcons.ttf') format('truetype'),
         url('/wp-content/fontsicons/ElegantIcons.svg#ElegantIcons') format('svg');
    font-weight: normal;
    font-style: normal;
}

.update { font-size: .5em; padding-left: 35px; }


/* GRID LAYOUT FOR PERMISSIONS VIEW */
#wrapper {
	width: 95%;
	margin: 0px auto;
	padding: 0px 0 10px 0;
}

#infoHeader {
	font-weight: 600;
	font-size: 1.5em;
	padding: 20px 10px;
	margin: 20px 0 0 0;
	background: #ECD8FF;
	border-bottom: 1px solid #333;
	width:90%;
}

#formDetails {
	margin: 0px 0 0 0;
	padding: 10px 0 10px 15px;
	height: 70px;
	display: block;
	width: 90%;
}

#formDetails:nth-child(even) {background: #f7f7f7;}
#formDetails:nth-child(odd) { background: #FFF;}

#permLeft {
	width: 55%;
	display: inline-block;
	float: left;
	padding: 14px 0;
}

#permRight {
	margin-left: 10px;
	width: 40%;
	display: inline-block;
}

/* updated text selector */
*[id^='updated-']{
    position: relative;
	margin: 13px 0 0 0px !important;
	float:right;
}


.removeLifeReadr_btn {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	right: 0;
}

.removeLifeReadr_btn:before {
	content: "\f056";
	font-size: 3em;
	margin: 0 5px 5px 0;
}

.removeLifeReadr_btn a {
	display: inline-block;
	font-family: "Open Sans",Arial,sans-serif;
	font-size: 1em;
	color: #000;
	margin: 0 0 0 -30px;
	padding: 0 0 0 35px;
}

.removeLifeReadr_btn:hover, .removeLifeReadr_btn a:hover {
	opacity: .6;
}

.btn { padding: 4px 12px !important; }



/* My Combined Forms Styles */
#lw-combined-header { font-size: 16px; font-weight: 600; margin-bottom: 15px; padding-top: 20px; border-top: 1px dotted #000; }
.contact-info{ width: 100%; padding: 10px; background-color: #e1e1e1; border-radius:7px; margin-bottom: 15px; display: inline-block; height: auto;}
.contact-row { padding-top: 10px; border-top: 1px dotted #000; display: inline-block;}
.col1 { float: left; width: 55%; font-size: 16px; line-height: 22px; display: inline-block; }
.col2 { width: 45%; padding: 0 15px; font-size: 16px; line-height: 22px; display: inline-block;}

.lw-field-name { }
.lw-field-response { }

h5 { color: #000; }
/* 
h5 a:active, h5 a:visited  { color: #6e0fc6; }
h5 a:hover { color: #caa9e8; }

li a:active, a:visited  { color: #6e0fc6; }
li a:hover { color: #caa9e8; }
*/

a:hover, a:visited, a:active { opacity: 0.7; }

/* TOGGLE STYLES */
  .toggle.ios, .toggle-on.ios, .toggle-off.ios { border-radius: 20px; }
  .toggle.ios .toggle-handle { border-radius: 20px; }
  .toggle.btn { margin-top: 0px !important; }

/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {background: none;}
 
/*** Hide Sidebar ***/
#sidebar {display:none;}
 
/*** Expand the content area to fullwidth ***/
@media (min-width: 981px){
#left-area {
    width: 100%;
    padding: 23px 0px 0px !important;
    float: none !important;
}
}

.et_pb_section.et_pb_section_0 {
    /* background-position: center top;
	background-repeat: no-repeat;
	background-size: auto;
    background-image: linear-gradient(3deg,#ffffff 12%,rgba(0,0,0,0.4) 12%),url(http://www.lifewritr.com/wp-content/uploads/2018/02/writer-05.jpg) !important;*/
}
.et_pb_section_0 {
    max-width: 100%;
    padding-top: 6%;
    padding-bottom: 6%;
}

.et_pb_text_0 h2 {
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 90px;
    color: rgba(255,255,255,0.6) !important;
    letter-spacing: 3px;
    line-height: 1.1em;
}

#permRight .checkbox { margin-top: -20px; }

.toggle.ios, .toggle-on.ios, .toggle-off.ios { margin-top: 9px !important; border-radius: 20px; }
.toggle.ios .toggle-handle { border-radius: 20px; }

.pretty {font-size: 2.5em; margin-top:-16px; }
.pretty p { padding-bottom:0; margin-bottom:-26px;}
.pretty label { font-size: 15px; margin-left:25px !important; }
.pretty input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: 10px;
    height: 50px;
}

/* toggles */
.can-toggle {
  position: relative;
}
.can-toggle *, .can-toggle *:before, .can-toggle *:after {
  box-sizing: border-box;
}
.can-toggle input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.can-toggle input[type="checkbox"][disabled] ~ label {
  pointer-events: none;
}
.can-toggle input[type="checkbox"][disabled] ~ label .can-toggle__switch {
  opacity: 0.4;
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:before {
  content: attr(data-unchecked);
  left: 0;
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
  content: attr(data-checked);
}
.can-toggle label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  display: flex;
  align-items: center;
}
.can-toggle label .can-toggle__label-text {
  flex: 1;
  padding-left: 32px;
}
.can-toggle label .can-toggle__switch {
  position: relative;
}
.can-toggle label .can-toggle__switch:before {
  content: attr(data-checked);
  position: absolute;
  top: 0;
  text-transform: uppercase;
  text-align: center;
}
.can-toggle label .can-toggle__switch:after {
  content: attr(data-unchecked);
  position: absolute;
  z-index: 5;
  text-transform: uppercase;
  text-align: center;
  background: white;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.can-toggle input[type="checkbox"][disabled] ~ label {
  color: rgba(119, 119, 119, 0.5);
}
.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch, .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch {
  background-color: #777;
}
.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
  color: #5e5e5e;
}
.can-toggle input[type="checkbox"]:hover ~ label {
  color: #6a6a6a;
}
.can-toggle input[type="checkbox"]:checked ~ label:hover {
  color: #55bc49;
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch {
  background-color: #70c767;
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
  color: #4fb743;
}
.can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch, .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch {
  background-color: #5fc054;
}
.can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
  color: #47a43d;
}
.can-toggle label .can-toggle__label-text {
  flex: 1;
}
.can-toggle label .can-toggle__switch {
  transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
  background: #848484;
}
.can-toggle label .can-toggle__switch:before {
  color: rgba(255, 255, 255, 0.5);
}
.can-toggle label .can-toggle__switch:after {
  transition: -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1), -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  color: #777;
}
.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
  -webkit-transform: translate3d(65px, 0, 0);
          transform: translate3d(65px, 0, 0);
}
.can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
.can-toggle label {
  font-size: 14px;
}
.can-toggle label .can-toggle__switch {
  height: 36px;
  flex: 0 0 134px;
  border-radius: 4px;
}
.can-toggle label .can-toggle__switch:before {
  left: 67px;
  font-size: 12px;
  line-height: 36px;
  width: 67px;
  padding: 0 12px;
}
.can-toggle label .can-toggle__switch:after {
  top: 2px;
  left: 2px;
  border-radius: 2px;
  width: 65px;
  line-height: 32px;
  font-size: 12px;
}
.can-toggle label .can-toggle__switch:hover:after {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-small input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-small input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-small input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
  -webkit-transform: translate3d(44px, 0, 0);
          transform: translate3d(44px, 0, 0);
}
.can-toggle.can-toggle--size-small input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-small input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-small label {
  font-size: 13px;
}
.can-toggle.can-toggle--size-small label .can-toggle__switch {
  height: 28px;
  flex: 0 0 90px;
  border-radius: 2px;
}
.can-toggle.can-toggle--size-small label .can-toggle__switch:before {
  left: 45px;
  font-size: 10px;
  line-height: 28px;
  width: 45px;
  padding: 0 12px;
}
.can-toggle.can-toggle--size-small label .can-toggle__switch:after {
  top: 1px;
  left: 1px;
  border-radius: 1px;
  width: 44px;
  line-height: 26px;
  font-size: 10px;
}
.can-toggle.can-toggle--size-small label .can-toggle__switch:hover:after {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-large input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-large input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-large input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
  -webkit-transform: translate3d(78px, 0, 0);
          transform: translate3d(78px, 0, 0);
}
.can-toggle.can-toggle--size-large input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-large input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-large label {
  font-size: 14px;
}
.can-toggle.can-toggle--size-large label .can-toggle__switch {
  height: 50px;
  flex: 0 0 160px;
  border-radius: 4px;
}
.can-toggle.can-toggle--size-large label .can-toggle__switch:before {
  left: 80px;
  font-size: 14px;
  line-height: 50px;
  width: 80px;
  padding: 0 12px;
}
.can-toggle.can-toggle--size-large label .can-toggle__switch:after {
  top: 2px;
  left: 2px;
  border-radius: 2px;
  width: 78px;
  line-height: 46px;
  font-size: 14px;
}
.can-toggle.can-toggle--size-large label .can-toggle__switch:hover:after {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.can-toggle.demo-rebrand-1 input[type="checkbox"][disabled] ~ label {
  color: rgba(181, 62, 116, 0.5);
}
.can-toggle.demo-rebrand-1 input[type="checkbox"]:focus ~ label .can-toggle__switch, .can-toggle.demo-rebrand-1 input[type="checkbox"]:hover ~ label .can-toggle__switch {
  background-color: #c9302c;
}
.can-toggle.demo-rebrand-1 input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-1 input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
  color: #8f315c;
}
.can-toggle.demo-rebrand-1 input[type="checkbox"]:hover ~ label {
  color: #a23768;
}
.can-toggle.demo-rebrand-1 input[type="checkbox"]:checked ~ label:hover {
  color: #39916a;
}
.can-toggle.demo-rebrand-1 input[type="checkbox"]:checked ~ label .can-toggle__switch {
  background-color: #44ae7f;
}
.can-toggle.demo-rebrand-1 input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
  color: #368a65;
}
.can-toggle.demo-rebrand-1 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch, .can-toggle.demo-rebrand-1 input[type="checkbox"]:checked:hover ~ label .can-toggle__switch {
  background-color: #3d9c72;
}
.can-toggle.demo-rebrand-1 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-1 input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
  color: #2f7757;
}
.can-toggle.demo-rebrand-1 label .can-toggle__label-text {
  flex: 1;
}
.can-toggle.demo-rebrand-1 label .can-toggle__switch {
  transition: background-color 0.3s ease-in-out;
  background: #C9302C;
}
.can-toggle.demo-rebrand-1 label .can-toggle__switch:before {
  color: rgba(255, 255, 255, 0.6);
}
.can-toggle.demo-rebrand-1 label .can-toggle__switch:after {
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  color: #b53e74;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"][disabled] ~ label {
  color: rgba(68, 68, 68, 0.5);
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:focus ~ label .can-toggle__switch, .can-toggle.demo-rebrand-2 input[type="checkbox"]:hover ~ label .can-toggle__switch {
  background-color: #444;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-2 input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
  color: #2b2b2b;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:hover ~ label {
  color: #373737;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label:hover {
  color: #62b125;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label .can-toggle__switch {
  background-color: #75d32d;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
  color: #5da924;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch, .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:hover ~ label .can-toggle__switch {
  background-color: #69be28;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
  color: #52941f;
}
.can-toggle.demo-rebrand-2 label .can-toggle__label-text {
  flex: 1;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch {
  transition: background-color 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  background: #515151;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:before {
  color: rgba(255, 255, 255, 0.7);
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:after {
  transition: -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  color: #444;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-2 input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
  -webkit-transform: translate3d(58px, 0, 0);
          transform: translate3d(58px, 0, 0);
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.can-toggle.demo-rebrand-2 label {
  font-size: 13px;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch {
  height: 60px;
  flex: 0 0 120px;
  border-radius: 60px;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:before {
  left: 60px;
  font-size: 13px;
  line-height: 60px;
  width: 200px;
  padding: 0 12px;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:after {
  top: 2px;
  left: 2px;
  border-radius: 30px;
  width: 58px;
  line-height: 56px;
  font-size: 13px;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:hover:after {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}



	
#shadow {
   -moz-box-shadow:    inset 0 0 10px #999;
   -webkit-box-shadow: inset 0 0 10px #999;
   box-shadow:         inset 0 0 10px #999;
}

li.mp_users_subscriptions_list_alt {
	background: #ae586b;
	}

.frm_style_formidable-style.with_frm_style, .frm_style_formidable-style.with_frm_style form, .frm_style_formidable-style.with_frm_style .frm-show-form div.frm_description p {
	text-align: left !important;
}