/* Enter Your Custom CSS Here */

#div {
background: rgb(54, 25, 25); /* Fall-back for browsers that don’t support rgba */
background: rgba(54, 25, 25, .5);
}


#masthead { padding: 10px 25px; background-color: #000; height: 50%; }
.nav-menu > li > a:hover, .nav-menu > .current-menu-item > a, .navigation .current-menu-parent > a, .navigation .current-menu-parent > a:hover, .nav-menu > .current-menu-item > a:hover {
    color: #fff;
  background: none repeat scroll 0% 0% rgba(241, 35, 159, 1); }


.flex-direction-nav li a:hover {
    background: none repeat scroll 0% 0% rgba(241, 35, 159, 1);
    color: #FFF;
    text-decoration: none;
}

.masthead-search input[type="search"] {
    float: left;
    border-width: 1px medium 1px 1px !important;
    border-style: solid none solid solid !important;
    border-color: #CCC -moz-use-text-color #CCC #CCC !important;
    -moz-border-top-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-bottom-colors: none !important;
    -moz-border-left-colors: none !important;
    border-image: none !important;
    font-size: 11px;
    padding: 0px 10px;
    width: 150px;
    height: 30px;
    line-height: 30px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.08);
    border-radius: 5px !important;
}

.masthead-search #searchsubmit {
    height: 30px;
    line-height: 30px;
    width: 35px;
    padding: 0px;
    text-align: center;
    float: right;
    border-radius: 5px;
    font-size: 12px;
    font-weight: normal;
    color: #666;
}

.page-header h1, .page-header h2 {
    font-size: 24px;
    line-height: 1.2em;
    color: rgba(241, 35, 159, 1);
    margin: 0px;
    max-width: 85%;
}

#main {
    background-color: #000000;
}
#commentform label {
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
}
body {
    font: 12px/1.8 "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #ffffff;
}

body a {
    color: rgba(241, 35, 159, 1);
}

.heading span {
    background: none repeat scroll 0% 0% #000;
    padding-right: 20px;
}
#respond h3 span {
    background: none repeat scroll 0% 0% #000;
    padding-right: 20px;
}

.heading {
    line-height: 35px;
    font-size: 14px;
    color: rgba(191, 189, 189, 1);
}


.sidebar-container input[type="search"], #footer input[type="search"] {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
}

input[type="search"], input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="url"], textarea {
    font-family: inherit;
    border: 1px solid #CCC;
    color: #777;
    display: block;
    font-size: 13px;
    font-weight: normal;
    margin: 0px 0px 5px;
    padding: 7px 10px;
    box-sizing: border-box;
    max-width: 100%;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.09);
    transition: all 0.15s ease-in-out 0s;
  border-radius: 10px;
}


.nav-menu ul li > a:hover {
    background-color: rgba(241, 35, 159, 1)
}
  
.body {
font-size:15px;
}


#two-column{
	width: 550px;
}
#two-column #left{
	width: 250px;
	float: left;
}
#two-column #right{
	width: 250px;
	float: right;
}
#two-column p{
	margin-bottom: 12px;
}

#two-column textarea {
    float: left;
    width: 540px;
}


p {
margin: 0px 0 0px;
}



.symple-box.black { color: #c4690e; background: rgba(241, 35, 159, 1); border: 1px solid #000000; margin: 10px }
