/* Self Clearing Goodness */
#catchwebtools:after,
#plugin-option-title:after,
#plugin-support:after,
#catch_ad_tabs:after,
.module-container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
	clear: both;
}

#catchwebtools {
    background-color: #fff;
	box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
	margin: 10px 20px 10px 0;
	padding-bottom: 30px;
}

#catchwebtools .updated {
	float: right;
}

#catchwebtools .form-table th {
	padding-left:  10px;
}

#plugin-option-header {
    background-color: #3A3D41;
    display: block;
	padding: 15px 20px;
	overflow: hidden;
}

#plugin-social {
    float: right;
    width: 330px;
}

#plugin-social ul li {
    display: inline;
    float: right;
}
#plugin-option-title {
    float: left;
}

#plugin-option-title .title {
    color: #fff;
    float: left;
    font-size: 21px;
    line-height: 53px;
    padding: 0 10px 0 0;
	text-shadow: none;
}

#plugin-option-title .logo  {
	float: left;
    padding: 0;
}

#plugin-support {
	float: right;
    text-align: right;
}

#plugin-support ul li {
	display: inline;
}

#plugin-support a {
	opacity: 0.8;
	-moz-opacity: 0.8;
}

#plugin-support a:hover {
	opacity: 1;
	-moz-opacity: 1;
}

#catchwebtools .tabNavigation {
    background-color: #000;
    clear: both;
    margin: 0 auto 10px;
    text-align: center;
	font: 13px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
	line-height: 18px;
}

#catchwebtools .tabNavigation li {
    display: inline-block;
    margin: 0;
}

#catchwebtools .tabNavigation li a {
    color: #EEEEEE;
    display: block;
    font-size: 15px;
    line-height: 38px;
	outline: none;
    padding: 0 20px;
    text-decoration: none;
    text-transform: uppercase;
}

#catchwebtools .tabNavigation li a:hover,
#catchwebtools .tabNavigation li.ui-state-active a {
	background-color: #dfdfdf;
    color: #000;
}

#catchwebtools .option-container {
    margin: 0 auto;
    width: 90%;
}

#catchwebtools .tabNavigation .ui-tabs-selected a {
	background: url( '../../../../../wp-admin/images/menu-bits.gif' ) repeat-x left top #E0E0E0;
	border-color: #aaa !important;
	color: #000;
}

#catchwebtools #videos textarea, #howimadeit textarea {
	height: 150px;
	width: 400px;
}

#catchwebtools #videos textarea, #howimadeit textarea {
	height: 150px;
	width: 400px;
}

#catchwebtools #faq ul li {
	list-style:disc inside none;
}

#sociallinks .form-table th {
	padding: 0px;
	vertical-align: middle;
}

#catchwebtools .form-table select[multiple] {
	height: 200px;
}

#catchwebtools .form-table label.box {
	float: left;
	margin-right: 20px;
}

#catchwebtools .form-table label.box:last-child {
	margin-right: 0;
}

h3.option-toggle {
	margin: 20px 0 0 0;
	border:1px solid #dfdfdf;
	background-color: #F1F1F1;
	background-image: -ms-linear-gradient(top, #f9f9f9, #ececec);
	background-image: -moz-linear-gradient(top, #f9f9f9, #ececec);
	background-image: -o-linear-gradient(top, #f9f9f9, #ececec);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ececec));
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ececec);
	background-image: linear-gradient(top, #f9f9f9, #ececec);
	font-size: 15px;
	font-weight: normal;
	float: left;
	width: 100%;
}

h3.option-toggle a {
	background:url(../images/arrow-down.png) 96% 50% no-repeat;
	color: #464646;
	text-decoration: none;
	display: block;
	text-shadow:#fff 0 1px 0;
    padding: 12px;
}

h3.option-active a {
	background:url(../images/arrow-up.png) 96% 50% no-repeat;
	color: #000;
}

.option-content {
	margin: 0;
	padding: 0;
	border: 1px solid #dfdfdf;
	border-top:none;
	background: #fcfcfc;
	overflow: hidden;
	font-size: 12px;
	clear: both;
	color: #333;
    padding: 21px;
}

/* Genericon */
.catchwebtools-social .genericon {
	vertical-align: middle;
    font-size: 18px;
    padding-right: 7px;
    margin-top: -3px;
    display: inline;
}

/* Dashboard */

.wrap #plugin-description h2 {
    color: #464646;
    font-size: 18px;
    padding-bottom: 0;
}

.wrap #plugin-description p {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 5px;
}

.module-container .catch-modules {
    border: 1px solid #dfdfdf;
}

.module-container .module-wrap {
    display: inline;
    float: left;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.module-container .catch-modules-long .updated {
    float: none;
}

.module-container .catch-modules p {
	margin: 0 0 10px;
}

.module-container .module-content p:last-of-type {
    margin-bottom: 0;
}

.module-container .catch-actions {
    margin-top: 14px;
}

.module-container .catch-actions a, .module-container .catch-actions .button {
	font-weight: bold;
}

/* Hover Effects For Social Icon */
.catchwebtools-social.social-brand-hover .genericon.genericon-feed:hover,
.catchwebtools-social.social-brand-static .genericon.genericon-feed {
    border-color: #dc622c;
    color: #dc622c;
}

.catchwebtools-social.social-brand-hover .genericon.genericon-codepen:hover,
.catchwebtools-social.social-brand-static .genericon.genericon-codepen {
    border-color: #000;
    color: #000;
}

.catchwebtools-social.social-brand-hover .genericon.genericon-digg:hover,
.catchwebtools-social.social-brand-static .genericon.genericon-digg {
    border-color: #333;
    color: #333;
}

.catchwebtools-social.social-brand-hover .genericon.genericon-dribbble:hover,
.catchwebtools-social.social-brand-static .genericon.genericon-dribbble {
    border-color: #ea4c89;
    color: #ea4c89;
}

.catchwebtools-social.social-brand-hover .genericon.genericon-dropbox:hover,
.catchwebtools-social.social-brand-static .genericon.genericon-dropbox {
    border-color: #2281cf;
    color: #2281cf;
}

.catchwebtools-social.social-brand-hover .genericon.genericon-facebook:hover,
.catchwebtools-social.social-brand-static .genericon.genericon-facebook {
    border-color: #3b5998;
    color: #3b5998;
}

.catchwebtools-social.social-brand-hover .genericon.genericon-flickr:hover,
.catchwebtools-social.social-brand-static .genericon.genericon-flickr {
    border-color: #ff0084;
    color: #ff0084;
}

.catchwebtools-social.social-brand-hover .genericon.genericon-foursquare:hover,
.catchwebtools-social.social-brand-static .genericon.genericon-foursquare {
    border-color: #f94877;
    color: #f94877;
}

.catchwebtools-social.social-brand-hover .genericon.genericon-googleplus:hover,
.catchwebtools-social.social-brand-static .genericon.genericon-googleplus {
    border-color: #dd4b39;
    color: #dd4b39;
}

.catchwebtools-social.social-brand-hover .genericon.genericon-github:hover,
.catchwebtools-social.social-brand-static .genericon.genericon-github {
    border-color: #4183c4;
    color: #4183c4;
}

.catchwebtools-social.social-brand-hover .genericon.genericon-instagram:hover,
.catchwebtools-social.social-brand-static .genericon.genericon-instagram {
    border-color: #3f729b;
    color: #3f729b;
}

.catchwebtools-social.social-brand-hover .genericon.genericon-linkedin:hover,
.catchwebtools-social.social-brand-static .genericon.genericon-linkedin {
    border-color: #007bb6;
    color: #007bb6;
}

.catchwebtools-social.social-brand-hover .genericon.genericon-pinterest:hover,
.catchwebtools-social.social-brand-static .genericon.genericon-pinterest {
    border-color: #cb2027;
    color: #cb2027;
}

.catchwebtools-social.social-brand-hover .genericon.genericon-pocket:hover,
.catchwebtools-social.social-brand-static .genericon.genericon-pocket {
    border-color: #f13753;
    color: #f13753;
}

.catchwebtools-social.social-brand-hover .genericon.genericon-polldaddy:hover,
.catchwebtools-social.social-brand-static .genericon.genericon-polldaddy {
    border-color: #bc0b0b;
    color: #bc0b0b;
}

.catchwebtools-social.social-brand-hover .genericon.genericon-reddit:hover,
.catchwebtools-social.social-brand-static .genericon.genericon-reddit {
    border-color: #ff4500;
    color: #ff4500;
}

.catchwebtools-social.social-brand-hover .genericon.genericon-stumbleupon:hover,
.catchwebtools-social.social-brand-static .genericon.genericon-stumbleupon {
    border-color: #eb4924;
    color: #eb4924;
}

.catchwebtools-social.social-brand-hover .genericon.genericon-tumblr:hover,
.catchwebtools-social.social-brand-static .genericon.genericon-tumblr {
    border-color: #32506d;
    color: #32506d;
}

.catchwebtools-social.social-brand-hover .genericon.genericon-twitter:hover,
.catchwebtools-social.social-brand-static .genericon.genericon-twitter {
    border-color: #00aced;
    color: #00aced;
}

.catchwebtools-social.social-brand-hover .genericon.genericon-vimeo:hover,
.catchwebtools-social.social-brand-static .genericon.genericon-vimeo {
    border-color: #aad450;
    color: #aad450;
}

.catchwebtools-social.social-brand-hover .genericon.genericon-vk:hover,
.catchwebtools-social.social-brand-static .genericon.genericon-vk {
    border-color: #45668e;
    color: #45668e;
}

.catchwebtools-social.social-brand-hover .genericon.genericon-wordpress:hover,
.catchwebtools-social.social-brand-static .genericon.genericon-wordpress {
    border-color: #21759b;
    color: #21759b;
}

.catchwebtools-social.social-brand-hover .genericon.genericon-youtube:hover,
.catchwebtools-social.social-brand-static .genericon.genericon-youtube {
    border-color: #bb0000;
    color: #bb0000;
}

.catchwebtools-social.social-brand-hover .genericon.genericon-mail:hover,
.catchwebtools-social.social-brand-static .genericon.genericon-mail {
    border-color: #1d62f0;
    color: #1d62f0;
}

.catchwebtools-social.social-brand-hover .genericon.genericon-spotify:hover,
.catchwebtools-social.social-brand-static .genericon.genericon-spotify {
    border-color: #81b900;
    color: #81b900;
}

.catchwebtools-social.social-brand-hover .genericon.genericon-twitch:hover,
.catchwebtools-social.social-brand-static .genericon.genericon-twitch {
    border-color: #6441a5;
    color: #6441a5;
}

.catchwebtools-social.social-brand-hover .genericon.genericon-website:hover,
.catchwebtools-social.social-brand-hover .genericon.genericon-phone:hover,
.catchwebtools-social.social-brand-hover .genericon.genericon-handset:hover,
.catchwebtools-social.social-brand-hover .genericon.genericon-card:hover,
.catchwebtools-social.social-brand-hover .genericon.genericon-cloud:hover,
.catchwebtools-social.social-brand-hover .genericon.genericon-link:hover,
.catchwebtools-social.social-brand-static .genericon.genericon-website,
.catchwebtools-social.social-brand-static .genericon.genericon-phone,
.catchwebtools-social.social-brand-static .genericon.genericon-handset,
.catchwebtools-social.social-brand-static .genericon.genericon-card,
.catchwebtools-social.social-brand-static .genericon.genericon-cloud,
.catchwebtools-social.social-brand-static .genericon.genericon-link,{
    background-color: #42b41e;
	border-color: #42b41e;
}


/*Custom Styles*/
.catch-modules .module-header,
.catch-modules-long .module-header {
    background-color: #f3f3f3;
    padding: 11px 18px;
}

.catch-modules .module-header h3,
.module-container .catch-modules-long h3 {
    margin: 0;
}

.module-content {
     padding: 11px 18px;
}

.module-container .module-wrap.catch-modules-long {
    width: 100%;
    padding-right: 0;
}

.module-container .catch-actions .button {
    margin-top: 5px;
    margin-right: 5px;
}

.module-container .module-wrap.catch-modules-long,
.wrap p.submit {
    margin-bottom: 0;
    padding-bottom: 0;
}

.form-table {
    margin-top: 0;
    table-layout: fixed;
}

.form-table th,
.form-table td {
    padding-top: 0;
    margin-top: 0;
    padding-left: 0;
    padding-bottom: 14px;
}

.form-table td {
    padding-right: 0;
}

.form-table .catchwebtools-social th {
    padding-right: 14px;
}

.form-table .catchwebtools-social {
    padding-bottom: 15px;
}

.wp-core-ui .button,
.wp-core-ui .button-primary,
.wp-core-ui .button-secondary {
    white-space: normal;
    height: auto;
}

input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
textarea {
    width: 100%;
}

.notice.notice-warning {
    padding: 12px 0 12px 12px;
    box-shadow: none;
}

#module-disabled .module-content {
    margin-top: 21px;
}
