/*
	Theme Name: 6 Sense Web Theme
	Theme URI: https://6sense.com.au
	Author: 6 Sense Web
	Author URI: https://6sense.com.au
	Description: Custom Wordpress Theme for 6 Sense Web Solutions
	Version: 1.1.0
*/

.topbutton {
height:50px;
width:50px;
position:fixed;
right:5px;
bottom:5px;
z-index:1;
background-image: url("https://6sense.com.au/wp-content/uploads/2017/08/top-button.png");
background-repeat:no-repeat;
display:none;
}

/*************** GENERAL STYLE ***************/
.shine-nav a {
    color: #000000;
}
.screen-reader-text {
	display: none;
}
.rollover-tab {
	opacity: 1;
}
.rollover-tab:hover {
	opacity: 0.6;
}
.grow { 
	transition: all .2s ease-in-out; 
}
.grow:hover { 
	transform: scale(1.05); 
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.alignnone {
	float: none;
}
.aligncenter {
	margin: 0 auto;
}
.h1 {
	font-size: 36px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.h1, h2, h3, h4, h5 {
	color: #000000;
}
a:focus, a:hover {
	color: #ff0000;
	text-decoration: none;
}
.no-space {
	margin: 0px;
	padding: 0px;
}
.btn {
    display: inline-block;
    padding: 12px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
code {
    color: #000000;
}
.wp_cart_button_wrapper input, wppsc_compact_cart_co_btn {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    display: inline-block;
    padding: 12px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.wp_cart_button_wrapper input:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
/*************** SOCIAL MEDIA STYLE***************/


#footer_a span.mm_icon, .social_widget ul li {
	background-color: #525252;
}
.social_widget ul li.facebook:hover {
	background-color: #3B5998;
}
.social_widget ul li.twitter:hover {
	background-color: #4BB8E2;
}
.social_widget ul li.google:hover {
	background-color: #D73A1A;
}
.social_widget ul li.pinterest:hover {
	background-color: #C92026;
}
.social_widget ul li {
	width: 38px;
	height: 38px;
	border-radius: 38px;
	margin: 0 3px 7px 0;
	float: none;
	display: inline-block;
	box-shadow: none;
}
.social_widget ul li a {
	display: block;
	line-height: 38px;
	overflow: hidden;
	text-indent: -9999px;
}
.social_widget ul li:first-child {
	margin: 0 3px 7px 0;
}
.social_widget ul li.facebook {
	background-image: url("img/icon-facebook.png");
}
.social_widget ul li.twitter {
	background-image: url("img/icon-twitter.png");
}
.social_widget ul li.google {
	background-image: url("img/icon-google.png");
}
.social_widget ul li.pinterest {
	background-image: url("img/icon-pinterest.png");
}
/*************** COLOR CIRCLES STYLE***************/

#round-image1 {
    border-radius: 100px;
    border: 1px solid #000000;
    background: url('https://6sense.com.au/wp-content/uploads/2017/07/tool-belt.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px; 
    width: 200px;
    height: 200px;    
}
#round-image2 {
    border-radius: 100px;
    border: 2px solid #000000;
    background: url('https://6sense.com.au/wp-content/uploads/2017/07/web-hosting.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px; 
    width: 200px;
    height: 200px;    
}
#round-image3 {
    border-radius: 100px;
    border: 2px solid #000000;
    background: url('https://6sense.com.au/wp-content/uploads/2017/07/plugins.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px; 
    width: 200px;
    height: 200px;    
}
#round-image4 {
    border-radius: 100px;
    border: 2px solid #000000;
    background: url('https://6sense.com.au/wp-content/uploads/2017/07/e-learning.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px; 
    width: 200px;
    height: 200px;    
}
.btn-circle.btn-med {
	width: 70px;
	height: 70px;
	padding: 10px 16px;
	font-size: 24px;
	line-height: 1.33;
	border-radius: 35px;
}
.full-circle {
	background-color: #ffffff;
	/*    border: 3px solid #333333; */
    height: 100px;
	width: 100px;
	font-size: 28px;
	text-align: center;
	-moz-border-radius:50px;
	-webkit-border-radius: 50px;
}
/**************LOGIN PAGE STYLE***************/


body.login div#login h1 a {
	background-image: url("img/6sense-login.png");
}
/**************CONTACT FORM STYLE***************/


#contact-number-field {
	background-color: #fff;
	color: #000;
	width: 70%;
	height: 30px;
}
#name-field {
	background-color: #fff;
	color: #000;
	width: 70%;
	height: 30px;
}
#email-field {
	background-color: #fff;
	color: #000;
	width:70%;
	height: 30px;
}
#message-field {
	background-color: #fff;
	color: #000;
	width: 100%;
}
.wpcf7-submit.button {
	background-color: #4BB8E2;
	border: none;
	line-height: 3;
}
.wpcf7-submit.button:hover {
	background-color: #ff0000;
	border: none;
	line-height: 3;
}
/************ NAVBAR STYLE ****************/


.navbar-default {
	background-color: #F6F6F6;
	border-color: #F6F6F6;
}
.navbar-default .navbar-nav>li>a:hover {
	color: #ffffff;
	background-color: #000000;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #ffffff;
	background-color: #ff0000;
}
.navbar-default .navbar-nav>li>a {
	color: #000000;
	background-color: #F6F6F6;
}
/************ HOSTING STYLE ****************/


.background-1 {
	background: url('https://6sense.com.au/wp-content/uploads/2017/01/background-color-1.jpg');
}
.background-2 {
	background: url('https://6sense.com.au/wp-content/uploads/2017/01/background-color-2.jpg');
}
.background-3 {
	background: url('https://6sense.com.au/wp-content/uploads/2017/01/background-color-3.jpg');
}
.background-4 {
	background: url('https://6sense.com.au/wp-content/uploads/2017/08/boa-background.jpg');
/************ SHOPPING CART ****************/

.wppsc_add_cart_submit {
    display: inline-block;
    padding: 12px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px; 
    color: #fff;
    background-color: #337ab7 !important;
    border-color: #2e6da4 !important;
}
.wppsc_add_cart_submit:hover {
     background-color: #275f8f;
}
.shopping_cart h2 {
    font-size: 20px !important;
}
.shopping_cart .wppsc_cart_item_name_th {
    font-size: 16px !important;
}
.shopping_cart .wppsc_cart_qty_th, .shopping_cart .wppsc_cart_price_th {
    font-size: 16px !important;
}
.shopping_cart {
    font-size: 16px;
}
.wppsc_compact_cart {
    max-width: 270px;
    padding: 15px 7px;
}
.wppsc_compact_cart_container {
    padding-left: 15px;
    font-size: 16px !important;
}
.wppsc_compact_cart_co_btn {
    color: #fff !important;
    background-color: #337ab7 !important;
    padding: 15px 10px !important;
    border-color: #2e6da4 !important;
    border-radius: 5px !important;  
}
.wppsc_compact_cart_co_btn:hover {
     background-color: #275f8f !important;
}
.shopping_cart input {
    text-align: center;
    margin-top: 10px !important;
}
.wppsc_cart_header_image {
    height: 100px;
    width: 100px;		
}
.wppsc_compact_cart2 {
    background-color: #DDDDDD;
    border: 1px solid #CCCCCC;
    max-width: 140px;
    min-width: 140px;
    padding: 5px 5px;
    margin: 10px 0;
}
.wppsc_apply_coupon {
	background-color: #337ab7;
    color: #ffffff;
	border: none;
	line-height: 2;
}
.wppsc_apply_coupon:hover {
	background-color: #286090;
    color: #ffffff;
	border: none;
	line-height: 2;
}
.wppsc_cart_total {
        line-height: 3 !important;
}
.wp_cart_checkout_button {
    padding-top: 20px !important;
}
.wp_cart_empty_cart_section {
    padding-bottom: 20px;
}