/*  Theme Name: S&M Digital Forms
    Theme URI: https://forms.federalland.ph
    Author: Web Administrator- Niño <webadmin@federalland.ph>
    Author URI: https://wordpress.org
    Description: Custom theme for S&M Digital Forms
    Version: 1.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: federalland , Digital Forms
    Text Domain: digitalforms

    This theme, like WordPress, is licensed under the GPL.
    Use it to make something cool, have fun, and share what you've learned with others.
*/

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
    color: #222;
    border-color: #333;
    outline-width: 0;
    outline: none;   
    box-shadow: none;
}
#mainmenu {
    padding: 15px 0;
}
#mainmenu a {
    text-decoration: none;
    color: #2e3192;
    text-transform: uppercase;
    padding: 6px 15px 7px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 18px;
}
.main-container {
    padding: 1.5em 0;
}
a.mainmenu-item:hover {
    background-color: #2e3192;
    color: #fff!important;
}
.header-wrap {
    margin-bottom: 1.4em;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #495057!important;
    outline: 0;
    box-shadow: none!important;
}
.fa {
    line-height: 1.5;
    padding: 0 5px;
}
.fa-wpforms {
    font-size: 20px!important;
    line-height: 1.5!important;
    color: #989494;
    padding: 0 10px 0 0;
}
.panel {
    border: 1px solid #ddd;
    background-color: #fcfcfc;
}
ul.all-forms {
    padding-left: 0;
    margin-bottom:0;
}
a.all-forms-item {
    padding:10px;
    -webkit-box-shadow: inset 0 -1px 0 0 rgba(100,121,143,0.122);
    box-shadow: inset 0 -1px 0 0 rgba(100,121,143,0.122);
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    text-decoration: none;
    color: #2e3192;
}
.all-forms-item:hover {
    -webkit-box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60,64,67,.3), 0 1px 3px 1px rgba(60,64,67,.15);
    box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60,64,67,.3), 0 1px 3px 1px rgba(60,64,67,.15);
    z-index: 1;
}
ul.all-forms li {
    list-style: none;
    margin-bottom: 0;
}
.clear-pad{
    padding-left: 1px!important;
    padding-right: 1px!important;    
}
.form-control {
    border-radius: .15rem!important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out!important;
    font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif!important;
    font-weight: 400!important;
    font-size: 13px!important;
    margin: 0.2em 0;
}
.container {
    box-shadow:0 5px 5px 0 #dedede, 0 6px 35px 0 rgba(0,0,0,0.20);
    border-radius: 10px 10px 0 0;    
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
     background-color: #ffffff;    
     margin-bottom:4em;
}

.open-btn {
    right: 10;
    position: absolute;
    display: none;
}
a.all-forms-item:hover .open-btn {
    display: block;
}
#copyright {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px 20px;
    background: #fff;
}
body {
    background-color: #f5f5f5!important;   
}

label {
    font-weight: 700;
    color: #2e3192;
    margin: 8px 0px 0px -13px!important;
 }
span {
    color: #3c3d3e;
    font-size: 12.5px;
    margin-left: 5px;
        font-weight: 500;
}
input[type=checkbox], input[type=radio] {
    transform: scale(1.5);
    margin: 0 15px 0 0;
}
.form-bottom {
    padding: 10px 15px;
    border-top: 1px solid #e5e5e5;
    margin-top: 2em;
    text-align: right;
    display: block!important;   
}
 
/* ribbon style */
 
 .ribbon-wrapper {
	position: relative;
	top: 10px;
	margin-bottom: 1em;
}
  .ribbon-front {
	background-color: #2e3192;	height: 45px;
	width: 1170px;
	position: relative;
	left:-30px;
	z-index: 2;
}

  .ribbon-front,
  .ribbon-back-left,
  .ribbon-back-right
{
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	-khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	-o-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
}

  .ribbon-edge-topleft,
  .ribbon-edge-topright,
  .ribbon-edge-bottomleft,
  .ribbon-edge-bottomright {
	position: absolute;
	z-index: 1;
	border-style:solid;
	height:0px;
	width:0px;
}

  .ribbon-edge-topleft,
  .ribbon-edge-topright {
}

  .ribbon-edge-bottomleft,
  .ribbon-edge-bottomright {
	top: 45px;
}

  .ribbon-edge-topleft,
  .ribbon-edge-bottomleft {
	left: -30px;
	border-color: transparent #2e3192 transparent transparent;
}

  .ribbon-edge-topleft {
	top: 0px;
	border-width: 0px 20px 0 0;
}
  .ribbon-edge-bottomleft {
	    border-width: 0 15px 10px 0;
}

  .ribbon-edge-topright,
  .ribbon-edge-bottomright {
	right: -30px;
	border-color: transparent transparent transparent #2e3192;
}

  .ribbon-edge-topright {
	top: 0px;
	border-width: 0px 0 0 20px;
}
  .ribbon-edge-bottomright {
	border-width: 0 0 10px 15px;
}

  .ribbon-back-left {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 0px;
	height: 40px;
		z-index: 0;
}

  .ribbon-back-right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 0px;
	height: 50px;
		z-index: 0;
}
 
 .ribbon-front h2 {
    text-align: center;
    color: #fff;
    font-size: 1.8em;
    padding: 5px;
}
 