/* 
  -----------------------------------
  Omni Panel Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 07 - Glass
  -----------------------------------
*/

.p7OPM-07.p7OPM  {
	font-family: proxima-nova, sans-serif;
    font-weight: 300;
    font-size: 1.0rem;
	line-height: 1.5;
	margin: 0;
}

/*
**********************************
      PRIMARY COLOR RULES
**********************************

*/
.p7OPM-07 .opm-tabs-wrapper {
	background-color: #fff;
}
.p7OPM-07 .opm-panel-wrapper {
	background-color: #FFFFFF;
	color: #222;
}
.p7OPM-07 .opm-tabs-wrapper a,
.p7OPM-07 .opm-accordion-trig a {
	background-color: rgb(180,180,160);
	color: #222;
	border: 0px solid rgba(0,0,0,0.9);
	padding: 16px 8px 8px 24px;
	text-transform: normal;
}
.p7OPM-07 .opm-tabs-wrapper a:hover,
.p7OPM-07 .opm-accordion-trig a:hover {
	background-color: rgb(140,140,120);
	color: #a89377;
}

.p7OPM-07 .opm-tabs-wrapper a.open,
.p7OPM-07 .opm-accordion-trig a.open {
	color: #222;
	font-weight: 600;
	position: relative;
	text-transform: normal;
}
.p7OPM-07 .opm-tabs-wrapper a {
	box-shadow: none;
}

/*
**********************************************
       Current Tab Marker (check mark)
**********************************************
*/
.p7OPM-07 .opm-tabs-wrapper a.open:before {
	content: "\2713";
}

/*
******************************************************
     Colors for Accordion Mode (Phone View)
	-By default, colors for all modes are the 
	 same. Use the rules below if you would like
	 to have different colors for accordion mode.
******************************************************
    EXCEPTION COLORS FOR ACCORDION (PHONE) MODE
*/
.p7OPM-07 .opm-accordion-trig a {
	box-shadow: none;
	border: 0;
}

.yellow-trigger {
	background-color: #ffb915 !important;
}
.green-trigger {
	background-color: #cbdc2b !important;
}
.blue-trigger {
	background-color: #02a79d !important;
}
.red-trigger {
	background-color: #f15b24 !important;
}
.purple-trigger {
	background-color: #d9418d!important;
}
.gray1-trigger {
	background-color: #fff !important;
}
.gray2-trigger {
	background-color: #fff !important;
}
.gray3-trigger {
	background-color: #fff !important;
}
.gray4-trigger {
	background-color: #fff !important;
}
.gray5-trigger {
	background-color: #fff !important;
}
.gray6-trigger {
	background-color: #fff !important;
}


.p7OPM-07 .opm-accordion-trig a:hover,
.p7OPM-07 .opm-accordion-trig a.open {}
.p7OPM-07 .opm-accordion-trig a.open {}



/*
*********************************
      Panel Content Rules
*********************************
*/
.p7OPM-07 .opm-panel-content {
	color: #222;
	font-size: 1.1rem;
    font-weight: 300;
	line-height: 1.5;
}
.p7OPM-07 .opm-panel-content p {
	padding: 0 20% 0 20px;
	color: #222;
	font-size: 1.1rem;
    font-weight: 300;
	line-height: 1.5;
}
.p7OPM-07 .opm-panel-content ul {
	color: #222;
    font-size: 1.1rem;
    font-weight: 300;
	line-height: 1.5;
}


/*
*****************************************
          Tabs Wrapper Structure
    (opm-v-tabs are for Vertical Tabs)
*****************************************	 
*/
.p7OPM-07 .opm-tabs-wrapper ul {
	padding: 0px 0px 0px 10px;
}
.p7OPM-07.opm-v-tabs .opm-tabs-wrapper ul {
	padding: 6px 0px; 
}

.p7OPM-07 .opm-tabs-wrapper li {
	padding: 8px 0px 0px 24px;
}
.p7OPM-07.opm-v-tabs .opm-tabs-wrapper li {
	padding: 8px 0px 0px 24px;
}


/*
**************************
     Rounded Corners
**************************	 
*/
.p7OPM-07.p7OPM.opm-rounded {
	border-radius: 9px;
}
.p7OPM-07.opm-rounded .opm-tabs-wrapper a {
	border-radius: 7px;
}


/*
********************************
    Content Utility Rules 
********************************
*/
.p7OPM-07 .blurb {
	-webkit-transition: all ease 1.25s 0s;
	transition: all ease 1.25s 0s;
	-webkit-transform: translateX(90%);
	transform: translateX(90%);
	opacity: 0;
	letter-spacing: 2px;
	font-size: 160%;
	font-weight: 300;
	color: #222;
	margin-bottom: -12px;
	font-family: Raleway, Helvetica, Verdana, sans-serif;
	text-transform: normal;
}
.p7OPM-07 .current-panel .blurb {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}
.p7OPM-07 .blurb2 {
	-webkit-transition: all ease 2.25s 0s;
	transition: all ease 2.25s 0s;
	-webkit-transform: translateX(90%);
	transform: translateX(90%);
	opacity: 0;
	letter-spacing: 1px;
	font-size: 135%;
	font-weight: 300;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: 24px;
	color: #620c0d;
	font-family: Raleway, Helvetica, Verdana, sans-serif;
	text-transform: normal;
}
.p7OPM-07 .current-panel .blurb2 {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

.p7OPM-07 .title {
	-webkit-transition: all ease 1.25s 0s;
	transition: all ease 1.25s 0s;
	-webkit-transform: translateX(90%);
	transform: translateX(90%);
	opacity: 0;
	letter-spacing: 1px;
	font-size: 1.0rem;
	margin-top: -32px;
	margin-bottom: 18px;
}
.p7OPM-07 .current-panel .title {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

.shadow-effect-a {
	padding: 0;
	font-style: italic; 
	box-shadow: 0px 0px 10px #eee;
	border-radius: 12px;
	margin: 18px;
}
.review	{
	font-family: Raleway, Helvetica, Verdana, sans-serif;
	padding: 15px 18px;
	color: #666;
	font-size: 0.9rem;
	font-weight: 400;
	text-transform: normal;
	line-height: 1.5;
}
.slideout-white {
	font-size: 1.0rem;
	color: #eee;
}

.p7OPM-07 .opm-panel-content a {
	color: #000;
	font-weight: 400;
	text-decoration: none;
}
.p7OPM-07 .opm-panel-content a:hover {
	color: #620c0d;
	font-weight: 400;
	text-decoration: none;
}


@media only screen and (min-width: 0px) and (max-width: 700px) {

.p7OPM-07 .opm-panel-content {
	border-left: 0px;
}
}