/* LICENSE & DETAILS
   ==================================================

	Theme Name: Flexform Child Theme
	Theme URI: http://themes.swiftpsd.com/flexform
	Description: A Retina Responsive Multi-Purpose WordPress Theme - Designed & Developed by Swift Ideas ( www.swiftpsd.com / www.swiftideas.net )
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Template: flexform
	Version: 1.0
	Author: Swift Ideas
	Author URI: www.swiftpsd.com / www.swiftideas.net

	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

   ==================================================
*/

/* --------------------------------------------
	FLEXFORM CSS IMPORT
-------------------------------------------- */

@import url("../flexform/style.css");


/* --------------------------------------------
	CHILD THEME CSS
-------------------------------------------- */

/* SLIDER */

#header-shadow {
	background: none;
}

#header-section {
	border-bottom: none;
}

.home-slider-wrap {
	background-color: #636568;
}

#top-bar .menu > li > a, #top-bar .menu > li.parent:after {
	font-weight: bold;
}

.ui-widget-content a {
	color: #1381c2 !important
}

.wpb_content_element.span4.fixed_content.add_software_box.wpb_text_column {
	border-left: solid 1px #E9E9E9;
	margin-right: -50px;
	padding: 0 20px;
}

code {
	color: #02AD02;
	font-weight: bold;
	padding: 1px 1px;
	font-size: 100%;
	display: inline;
}

.add_software_box .last {
	display: block;
	background-color: #F5F5F5;
	height: 180px;
	padding: 25px 0 0 20px;
	margin: 0 0 0 -20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.add_software_box ul {
	list-style: disc;
	margin: 10px 0 10px 30px;
}

/* NAVIGATION */
nav .menu li a {
	margin: 0 10px;
}

nav .menu li {
	font-size: 16px;
}

.dns-co-orange li a, .dns-co-orange a {
color: rgba(242,101,49,1) !important;
}

.dns-co-orange li a:hover, .dns-co-orange a:hover {
  color: rgba(242,101,49,0.7) !important;
  cursor: pointer;
}

/* CONTENT SIZE */

.inner-page-wrap {
margin-top: 25px;
margin-bottom: 25px;
}

.ad-space-box {
font-size: 89%;
}

h6 {
font-weight: normal;
}

/* SOFTWARE STATUS */
.software_status table {
	width: 100%;
	padding: 0;
	margin: 0 0 20px 0;
	font-size: 11px;
	border-top-style: solid;
	border-top-width: 1px;
	border-color: #E8E8E8;
}

.software_status td {
	font-size: 12px;
	padding: 6px 6px 6px 12px;
	border-style: solid;
	border-width: 1px;
	border-left: none;
	border-top: none;
	border-color: #E8E8E8;
}

.software_status td.c_sw a {
	background-color: #FFF;
	color: #02AD02;
	font-weight: bold;
}

.software_status td.eol_sw a {
	background-color: #FFF;
	font-weight: bold;
	color: #FFA300;
}

.software_status td.d_sw {
	background-color: #FFF;
	font-weight: bold;
	color: rgba(250, 11, 11, 0.85);
}

.software_status th {
	background-color: #007FC4;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	font-size: 13px;
	letter-spacing: 1.5px;
	line-height: 1.5em;
	text-transform: uppercase;
	padding: 6px 6px 6px 12px;
	border-style: solid;
	border-width: 1px;
	border-left: none;
	border-top: none;
}

.software_status td:nth-child(3) {
	text-align: center;
	padding: 10px;
	width: 55px;
}

.software_status .sf-button.accent {
	display: block;
	margin: 0px;
}

.wpb_toggle_content {
	padding: 0px 25px 0px 25px;
}

.software_status td:nth-child(2) a {
	text-decoration: underline;
}

.software_status td:nth-child(2) a:hover {
	color:#333;
}

.tooltip {
	opacity:1;
}

/* BIND VUL LIST */
.vul_list thead {
	border-bottom: solid 1px rgb(228, 228, 228);
}

.vul_list th {
	text-align: center;
}

.vul_list td:nth-child(2), .vul_list td:first-child {
	text-align: center;
}

.vul_list tr {
	height: 30px;
}

.vul_list tr:nth-child(even) {
	background-color: rgb(245, 243, 244);
}

/* RESPONSIVE LAYOUT */

@media screen {
	#nav-section {
		padding-top: 13px;
	}
}


@media (max-width: 979px) and (min-width: 768px)
{
	.span9 {
	width: 720px;
	}
	
	#nav-section {
		margin-bottom: -10px;
	}
}

@media (min-width: 978px) and (max-width: 1199px) {
	.span9 {
	width: 100%;
	}
	
	#nav-section {
		padding-top: 0;
		margin-bottom: -15px;
	}
}

/* BUTTONS */
a.sf-button {
	font-weight: bold;
}

/* CONTACT */
span.wpcf7-not-valid-tip {
	position: relative;
	top: -15px;
	left: 0px;
	z-index: 100;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
	color: red;
	border: 0px;
}

.wpcf7 select {
	width: 55%;
}

.maximize-contact {
	width: 55%;
}

.wpcf7 input[type="email"], .wpcf7 input[type="text"], .wpcf7 textarea, .wpcf7 select {
width: 65%;
}

#ck-button {
    margin:4px;
    background-color:#EFEFEF;
    border-radius:4px;
    border:1px solid #D0D0D0;
    overflow:auto;
    float:left;
    position:relative;
}

#ck-button label {
	float: left;
	width: 17em;
	display: block;
	font-size: 14px;
	border-radius: 4px;
	height: 21px;
}

#ck-button span {
    text-align:center;
    padding:3px 0px;
    display:block;
}

#ck-button label input {
    position:absolute;
    top:-20px;
}

#ck-button input:hover + span {
    background-color:#A3BBC9;
}

#ck-button input:checked + span {
    background-color:#0080C4;
    color:#fff;
}

#ck-button input:checked:hover + span {
    background-color:#1190CC;
    color:#fff;
}​

/* CALL TO ACTION BAR */

.impact-text-wrap h2 a, .wpb_call_text h2 a {
color: #0080c4;
}

/* BLOG */

.pagination-wrap li span.current, .pagination-wrap li a:hover {
background: rgb(230, 230, 230) !important; 
border-color: rgb(230, 230, 230) !important;
font-weight: bold;
}

.filter-slide-wrap {
background-color: rgb(250, 250, 250) !important;
font-weight: bold;
}

.blog-aux-options li.selected a {
background: rgb(247, 247, 247) !important;
font-weight: bold;
}

.da2a_button {
display:none;
}

/* LOVE IT ICON */
.comments-likes .love-it-wrapper {
visibility: hidden;
}

/* TOP BAR */
#top-bar {
background: #444444 !important;
}

#top-bar .menu > li > a:hover {
color: rgba(255, 255, 255, 0.7) !important;
}

#top-bar .menu > li > a {
color: rgb(255, 255, 255) !important;
}

/* EVENTS */
.events-table {
border-top: none;
border-left: solid 5px #ABABAB;
}

.events-table h4 {
color: #f26532;
}

.events-table th, .events-table td {
border: none;
vertical-align: middle;
}

.events-table td:nth-child(4) {
  text-align:center;
}

.events-table td {
  width: 225px;
  padding: 0px 0px 10px 20px;
}

a.sf-button:hover, #footer a.sf-button:hover {
  background-color: #0080c4;
}

.event-time {
width: 33%
}

.events-description {
width: 66%
}

.em-events-search-submit {
margin-top: -11px;
margin-left: 20px;
}

td.register-button-event {
display: inline-block;
text-align: center;
vertical-align: middle;
}

td.register-button-event .sf-button {
margin-left: 20px;
}

/* FRONT PAGE */

.wpb_content_element .ui-widget-header li:hover a {
background: rgb(240, 240, 240) !important;
color: #f26532 !important;
}

/* Public Services Page */
.f_root_box {
background: #F7F7F7;
padding: 15px 0px 0px 15px;
}

.f_root_box p {
	font-size: 16px;
}

.no-js-alert {
	visibility: hidden;
}

#ui-id-3, #ui-id-4  {
	color: rgba(242,101,49,0.7) !important;
	font-weight: bold;
}

/* TEAM */

article.type-team .profile-image-wrap {
width: 35%;
}

.team-member-details-wrap ul.social-icons.small {
width: 110px;
margin-left: 35px;
}

.profile-image-wrap img {
width: 200px;
}

.team-member figure img {
width: 200px !important;
}

.team-member figure, .team-member-name, .team-member-position {
text-align: center;
}

@media (max-width: 782px) {
  .team-member .team-member-details-wrap .team-member-bio {
    border-bottom-color: rgb(255, 255, 255);
  }
  .team-member {
    border-bottom: 1px solid #ABABAB !important;
  }
}

/* DOWNLOADS */

.download-area {
	width: 525px;
}

.download-versions li {
	display: inline-block;
	padding: 15px 22px;
	width: 220px;
	float: left;
}

ul ul, ul ol, ol ol, ol ul {
   margin-left: 20px;
}

div.wpcf7-mail-sent-ok {
border: 2px solid #49CE10;
font-weight: bold;
background-color: #49CE10;
color: #FFF;
}

div.wpcf7-mail-sent-ok a {
color: #000;
text-decoration:underline;
}

div.wpcf7-mail-sent-ok a:hover {
color: #FFF;
}

.documentation-link {
text-align: center;
}

.adv-button .sf-button {
margin: 4px 0px 0px;
}

/* SPONSOR */

.isc_member table {
 width: 100%;
 margin-bottom: 20px;
}

.isc_member td {
 text-align: center;
 padding: 0px 0px 0px 10px
}

.isc_member td:first-child {
 text-align: left;
 padding: 0px 2px;
}

.isc_member tr:not(:first-child) {
 border-bottom: 1px solid #DAD8D8;
}

.isc_member tr:nth-child(even) {
 background-color: #F5F5F5;
}

.isc_member tr:first-child {
 background-color: #1381C2;
 color: #FFF;
}

.isc_member tr:nth-child(2) {
 background-color: #DAD8D8;
 color: #111;
}

.isc_member th, .isc_member td {
 height: 30px;
}

.isc_member th:first-child {
 color: #fff;
 background: #fff;
}

/* WOOCOMMERCE */

.page-content .related.products  {
display: none;
}

.woocommerce-page div.product div.images {
width: 30% !important;
position: relative;
left: 10%;
}

.woocommerce-page .variations .label {
background: #fff;
color: #000;
margin-top: 4px;
margin-right: 10px;
}

.woocommerce-page input.button.alt {
color: #FFF !important;
}

.woocommerce-page button.button.alt {
color: #FFF !important;
}

.product div.images {
display:none;
}

.product div.summary {
width:auto !important;
float:left !important;
}

/* TOP BANNER DONATION */
#top-banner-donation {
padding: 10px 20px 0px 20px;
display: none;
}

#top-banner-donation p {
margin-top: 25px;
}

.modal {
 width: 575px;
}

.modal-body {
 max-height: 500px;
}