/*
Theme Name: Revolved Theme
Theme URI: http: //revolvedmedia.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //revolvedmedia.com/
Template: salient
Version: 0.1
*/

.hidden-from-public {
	display: none;
}



.cpm .cpm-project-header ul li {
     list-style: outside none none;
}


.cpm .project-overview .cpm-right-part .user_list li {
     list-style: outside none none;
}

.cpm .cpm-activity-list li.cpm-row .cpm-activity-body ul li {
	list-style: outside none none;
}


.cpm .notify-users .cpm-user-list {
   list-style: outside none none;
}

.cpm ul, .cpm li {
    list-style: outside none none !important;
}

.cpm-breadcrumb {
	font-size: 34px;
}

.cpm-comment-title {
	font-size: 18px;
}

#project-filter-submit {
	float: left;
    margin: 11px 10px 0;
    padding: 10px 23px !important;
}

#project_cat {
	float: left;
    margin-top: 10px;
    width: 200px;
}

#cpm-search-client {
	margin-left: 12px;
}

.cpm-list-header h3 {
	font-family: Open Sans !important;
}

#project-filter-submit {
	font-family: "Open Sans",sans-serif;
}


@media screen and (max-width: 600px)
{

	.project-wrapper-row {
		width: 130%;
	    margin-left: -15%;
	}

}
/* WooCommerce Single product page */
.single-product-summary {
   margin-bottom: 80px;
}

/* WooCommerce Single product page - Details Page Title*/
.insert-page-title {
    text-align: left;
}

.woocommerce-Price-amount amount {
	font-size: 80px !important;
}


.woocommerce-MyAccount-content {
	font-family: Open Sans;
}

.order-number {
	font-size: 30px !important;
	font-family: Open Sans;
}

.order-date {
	font-size: 30px !important;
	font-family: Open Sans;
}

.order-status {
	font-size: 30px !important;
	font-family: Open Sans;
}

.order-total {
	font-size: 30px !important;
	font-family: Open Sans;
}

.order-actions {
	font-size: 30px !important;
	font-family: Open Sans;
}

.woocommerce table.my_account_orders .order-actions .button {
    font-family: sans-serif;
    font-size: 18px !important;
    margin: 0.125em 0 0.125em 0.25em;
}

.shop_table.order_details {
    font-family: sans-serif;
}

.product-name > a {
    font-size: 23px;
}

.woocommerce-Price-amount.amount {
    font-size: 22px;
}


.woocommerce table.shop_table td small {
    font-size: 16px;
    font-weight: 400;
}

.shop_table.customer_details {
    font-family: sans-serif;
    font-size: 18px;
}


.shop_table.customer_details td {
    font-family: sans-serif;
    font-size: 18px !important;
}



/* Woocommerce myaccount */

/*---- My Account Tabs ----------*/
	      .tabs {
	        width: 100%;
	        float: none;
	        list-style: none;
	        position: relative;
	        padding: 0;
			margin-bottom: 5em;
	      }
	      .tabs li{
	        float: left;
	      }
	      .tabs label {
	          display: block;
	          padding: 10px 20px;
	          border-radius: 2px 2px 0 0;
	          color: #c60000;
	          font-size: 18px;
	          font-weight: normal;
	          background: rgba(255,255,255,0.2);
	          cursor: pointer;
	          position: relative;
	          top: 3px;
	          -webkit-transition: all 0.2s ease-in-out;
	          -moz-transition: all 0.2s ease-in-out;
	          -o-transition: all 0.2s ease-in-out;
	          transition: all 0.2s ease-in-out;
	      }
	      .tabs label:hover {
	        background: #e6b2b2;
	        top: 0;
	      }
	      
	      [id^=tab]:checked + label {
	        background: #c60000;
	        color: white;
	        top: 0;
	      }
	      
	      [id^=tab]:checked ~ [id^=tab-content] {
	          display: block;
	      }
	      .tab-content{
	        z-index: 2;
	        display: none;
	        text-align: left;
	        width: 100%;
	        line-height: 140%;
	        padding-top: 10px;
	        padding: 15px;
	        position: absolute;
	        left: 0;
	        box-sizing: border-box;
	        -webkit-animation-duration: 0.5s;
	        -o-animation-duration: 0.5s;
	        -moz-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	      }
	      
	      
	      
	      
	      
.woocommerce-MyAccount-navigation ul li {
     -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #333333;
    border-color: blue blue;
    border-image: none;
    border-radius: 10px 10px 0 0;
    border-style: solid solid none;
    border-width: 1px 1px 0;
    color: black !important;
    list-style: outside none none !important;
    margin-right: 5px;
    margin-top: 5px;
    padding: 15px;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
	color: white;
}
	      
	      
	      
	      
	      
/*
 * 
 post-meta-key
 */
.post-meta {
	display: none;
}

/* appointment pop form */
.gform_page_footer {
	text-align: center;	
}

.gform_page_fields {
	text-align: center;	
}



@media screen and (min-width: 600px)
{
	#input_1_1 {
		font-size: 65px;
	}
	
	#field_1_2 {
		font-size: 45px;
	}
	
	.gform_title {
		text-align: center;	
	}
	
	.gfield_label {
		font-size: 55px;
	}
	
	#gform_next_button_1_7 {
		font-size: 45px;
	    padding: 15px 85px;
	    margin: 0;
	}
	
	#gform_previous_button_1_8 {
		font-size: 45px;
	    padding: 15px 85px;
	    margin: 0;
	}
	
	#gform_next_button_1_8 {
		font-size: 45px;
	    padding: 15px 85px;
	    margin: 0;
	}
	
	#input_1_3_3 {
		font-size: 25px;
	}
	
	#input_1_3_6 {
		font-size: 25px;
	}
	
	#input_1_4 {
		font-size: 65px;
	    width: 70%;
	    text-align: center;
	}
	
	#input_1_5 {
	    font-size: 35px;
	    width: 70%;
	}
	
	#input_1_6 {
		font-size: 85px;
	}
	
	#gform_previous_button_1 {
		font-size: 45px;
	    padding: 15px 85px;
	    margin: 0;
	}
	
	#gform_submit_button_1 {
		font-size: 45px;
	    padding: 15px 85px;
	    margin: 0;
		background-color: #81d742;
	}
}


/* footer */

@media screen and (min-width: 600px)
{
	#footer-second-column {
		padding-left: 145px;
	}
}
@media screen and (max-width: 600px)
{
	#footer-second-column {
		padding-left: 0px !important;
	}
}


/* Fix footer on mobile device */
@media only screen and (max-width: 1000px) and (min-width: 1px) {
body[data-footer-reveal="1"] #footer-outer {
    position: relative !important;
}
}



#primary_nav_wrap {
    width: 200%;
	background-color: #abd033 !important;
    margin-left: -50% !important;
    padding-left: 50% !important;
    margin-top: -50px !important;
	
}


#primary_nav_wrap ul li.current-menu-item {
	background: #88a529 !important;
}

#primary_nav_wrap ul li:hover {
	background: #88a529 !important;
}

#primary_nav_wrap ul a {
	font-weight: normal !important; 
	font-size: 14px !important;
}

#primary_nav_wrap ul ul {
	border: 1px solid #88a529 !important;
}

#primary_nav_wrap ul.wcap_navbar_left {
    margin-left: 25%;
}

#primary_nav_wrap ul.wcap_navbar_right {
    margin-right: 25%;
}

.whcom_form_field select:not(textarea), .whcom_form_field textarea:not(textarea), .whcom_form_field > input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(textarea) {
    height: 38px;
    line-height: 38px;
    padding: 5px !important;
}

.whcom_main button.whcom_button_secondary:not(.whcom_button_primary), .whcom_main a.whcom_button.whcom_button_secondary:not(.whcom_button_primary), .whcom_main .whcom_button.whcom_button_secondary:not(.whcom_button_primary), .whcom_main input[type="submit"].whcom_button_secondary:not(.whcom_button_primary) {
	font-size: 16px;
	font-weight: 500 !important;
	padding: 15px 25px;
	background-color: #ff7006;
	color: white;
	border: none;
	font-family: Roboto;
}

.whcom_op_product_domain_options .whcom_form_field > input:not([type="radio"]):not([type="checkbox"]):not([type="submit"])[name="domain"] {
    padding-left: 60px !important;
}

#reply_ticket_form.whcom_form_field button {
	padding: 15px 28px !important;
	border: none !important;
}
