@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Coda+Caption:800|Kosugi|Lobster|Oleo+Script:400,700|Saira+Condensed:100,200,300,400,500,600,700,800,900|Sarpanch:400,500,600,700,800,900');


/* ODD CUSTOM */

.cl_wht{ color: #fff; }
.cl_org{ color: #f14000; }
.cl_red{ color: #d8000f; }
.cl_prink{ color: #ff5c99; }

.pc_none{ display: block; }
.sp_none{ display: none; }

.font-we-bold{ font-weight: bold; }

.fz-40per { font-size:40%; }
.fz-50per { font-size:50%; }
.fz-60per { font-size:60%; }
.fz-70per { font-size:70%; }
.fz-80per { font-size:80%; }
.fz-90per { font-size:90%; }
.fz-110per { font-size:110%; }
.fz-120per { font-size:120%; }
.fz-130per { font-size:130%; }
.fz-140per { font-size:140%; }
.fz-150per { font-size:150%; }
.fz-200per { font-size:200%; }

.ftume-005 { letter-spacing: -0.05em; }
.ftume-01 { letter-spacing: -0.1em; }
.ftume-015 { letter-spacing: -0.15em; }

.lineh-130per { line-height: 130%; }
.lineh-140per { line-height: 140%; }
.lineh-150per { line-height: 150%; }

.wf_CodaCaption{ font-family: 'Coda Caption';}
.wf_Kosugi{ font-family:'Kosugi';}
.wf_Lobster{ font-family:'Lobster';}
.wf_Oleo{ font-family:'Oleo Script';}
.wf_SairaCon{ font-family:'Saira Condensed';}
.wf_Sarpanch{ font-family:'Sarpanch';}





/* BUTTON */

cpbutton {color:#f14000;background:transparent;border-width:2px;border-style:solid;border-color:#f14000;position:relative;margin:1em;display:inline-block;padding:2em 1.5em;transition:all 0.3s ease-in-out;text-align:center;font-family:Kosugi;font-weight:bold;}
cpbutton:before, cpbutton:after {content:'';display:block;position:absolute;border-color:#f14000;box-sizing:border-box;border-style:solid;width:1em;height:1em;transition:all 0.3s ease-in-out}
cpbutton:before {top:-6px;left:-6px;border-width:2px 0 0 2px;z-index:5;}
cpbutton:after {bottom:-6px;right:-6px;border-width:0 2px 2px 0;}
cpbutton:hover:before, cpbutton:hover:after {width:calc(100% + 12px);
  height:calc(100% + 12px);border-color:#f14000}
cpbutton:hover {color:#fff;background-color:#f14000;border-color:#f14000}
.panel {max-width:960px;text-align:center;position:relative;margin:auto;}




