/************
 * ACCORDION
 ************/

.vc-ggt-accordion{
    border: 1px solid rgba(0,0,0,0.2);
}

.ggt-accordion-icon{
    color: #ddd;
}

.ggt-accordion-icon:before{
    font-weight: 700;
}

.accordion-active .ggt-accordion-icon{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.ggt-accordion-label{
    font-weight: 700;
}

.ggt-accordion-header{
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.ggt-accordion-header:hover{
    background-color: #f7f7f7;
}

.vc-ggt-accordion-tab:last-child .ggt-accordion-header{
    border-color: transparent;
}

/************
 * BUTTON
 ************/


/****************
 * HEADINGS
 ***************/

.ggt-vc-hd-title {
    position: relative;
    line-height: 1.5em;
    margin-bottom: 5px;
}

.ggt-vc-hd-subtitle {
    position: relative;
    line-height: 1.5em;
}

.ggt-hd-icon {
    font-size: 50px;
    color: #000;
}

/****************
 * WOOCAROUSEL
 ***************/

.ggt-woo-carousel .product h3 {
    font-size: 13px;
    letter-spacing: 0;
    font-weight: 600;
    margin-bottom: 5px;
}

.ggt-woo-carousel .product-pad {
    padding: 20px 30px;
}

.ggt-product-img-slider .product-img-wrap {
    cursor: url(../img/cursor-slider.cur) 15 15, default;
}

.ggt-woo-carousel .product .ggt-woo-quick-buy,
.ggt-woo-carousel .product .add_to_cart_button {
    font-size: 28px;
    color: #333;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.ggt-woo-carousel .product .ggt-woo-quick-view:after,
.ggt-woo-carousel .product .add_to_cart_button:after {
    font-size: 9px;
    line-height: 10px;
    font-weight: 600;
    left: 50%;
    -webkit-transition: opacity 0.6s ease;
    -moz-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
}

.ggt-woo-carousel .product .add_to_cart_button.added {
    background: #333;
    color: white;
}

.ggt-woo-carousel .product .ggt-woo-quick-view {
    font-size: 28px;
    color: #333;
    -webkit-transition: opacity 0.6s ease;
    -moz-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
}

.ggt-woo-carousel .product:hover .ggt-woo-quick-view,
.ggt-woo-carousel .product:hover .add_to_cart_button {
    opacity: 1;
}

.ggt-woo-quickbuy-modal-wrap {
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: opacity 0.6s ease;
    -moz-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
}

.ggt-woo-quickbuy-modal {
    width: 900px;
    min-height: 50%;
    top: 10%;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.ggt-woo-modal-close {
    right: 20px;
    top: 20px;
    font-size: 20px;
}

.ggt-woo-quickbuy-modal .images {
    padding: 20px;
}

.ggt-woo-quickbuy-modal .entry-summary {
    padding: 20px;
}

.ggt-woo-quickbuy-modal .woocommerce .quantity {
    width: 48px;
}

.ggt-woo-carousel.owl-carousel .owl-item {
    padding: 0 10px;
}

.ggt-woo-carousel.owl-carousel .owl-item .product {
    background: white;
    padding-bottom: 70px;
    padding-top: 90px;
    position: relative;
    opacity: 1;
    -webkit-transition: opacity 0.8s ease;
    -moz-transition: opacity 0.8s ease;
    -o-transition: opacity 0.8s ease;
    transition: opacity 0.8s ease;
}

.ggt-woo-carousel.owl-carousel .product.faded {
    opacity: 0.3;
}

.ggt-woo-carousel .product .onsale {
    background: #ddd;
    color: black;
    line-height: 32px;
    letter-spacing: 1px;
    top: 16px;
}

.ggt-woo-carousel .product .amount {
    font-size: 14px;
    color: #ccc;
}

.ggt-woo-carousel .product .price del .amount {
    font-weight: 300;
}

/*******************
 * PRICING TABLES
 *******************/

.ggt-pt-col {
    background: #f7f7f7;
    text-align: center;
}

.ggt-pt-header {
    background: black;
    color: white;
}

.featured-label{
    font-size: 16px;
    padding: 20px;
    text-transform: uppercase;
    margin-bottom: 5px;
    background: #ddd;
    color: #000;
    font-weight: 600;
}

.ggt-pt-header h3 {
    color: white;
    padding: 50px 20px 120px;
    margin: 0;
}

.ggt-pt-price-wrap {
    width: 140px;
    height: 140px;
    margin: auto;
    background: white;
    color: black;
    text-align: center;
    position: absolute;
    bottom: -70px;
    left: 0;
    right: 0;
}

.ggt-pt-label {
    padding: 0 10px;
    background: white;
    color: #000;
    top: 50px;
    height: 32px;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
}

.ggt-pt-label.label-right:before {
    border-color: transparent #ffffff transparent transparent;
}

.ggt-pt-label.label-left:before {
    border-color: transparent transparent transparent #ffffff ;
}

.ggt-pt-price {
    font-size: 35px;
    font-weight: 600;
    line-height: 45px;
}

.ggt-pt-price small {
    font-size: 20px;
    color: #999;
    line-height: 20px;
}

.ggt-pt-price .ggt-pt-period-text {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #999;
    line-height: 11px;
}

.ggt-pt-features {
    padding: 50px;
    text-align: left;
}

.ggt-pt-feature-item {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    padding: 8px 0;
}

.tip-icon {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    font-style: normal;
    background: black;
    width: 20px;
    height: 20px;
    line-height: 20px;
}

.ggt-pt-footer {
    padding: 5px 0 65px 50px;
}

a.ggt-pt-btn {
    padding: 14px 45px 14px 25px;
    background: black;
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}

a.ggt-pt-btn:hover {
    background: #ddd;
    color: black;
}

a.ggt-pt-btn i {
    margin-right: 15px;
    font-size: 28px;
    line-height: 14px;
}

.ggt-pt-no-media .ggt-pt-features{
    padding-top: 60px;
}

.ggt-pt-feature-item i.ggt-pt-feature-icon {
    margin-right: 20px;
    font-size: 22px;
    line-height: 15px;
}

.ggt-pt-media-icon {
    font-size: 70px;
    color: #999;
    width: 70px;
    height: 70px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ggt-pt-media-wrap:hover .ggt-pt-media-icon{
    color: #fff;
}

/******************
 * PORTFOLIO
 *****************/

.pf-image-overlay {
    background: rgba(0, 0, 0, 0.7);
}

.pf-image-overlay .pf-overlay-buttons,
.pf-overlay-slideup .pf-overlay-buttons {
    margin-top: 30px;
}

.pf-image-overlay .pf-overlay-buttons .pf-overlay-btn,
.pf-overlay-slideup .pf-overlay-buttons .pf-overlay-btn{
    background: #333;
    color: white;
    width: 50px;
    height: 50px;
    margin: 0 5px;
    line-height: 50px;
    font-size: 22px;
    font-weight: 700;
}

.pf-image-overlay .pf-overlay-buttons .pf-overlay-btn:hover {
    background: #fff;
    color: #333;
}

.pf-image-overlay .pf-overlay-buttons .pf-overlay-btn i {
    font-weight: 600;
}

.pf-image-overlay .pf-overlay-buttons .pf-overlay-btn:after {
    text-transform: uppercase;
    color: #fff;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 1px;
}

.pf-item-content h6 {
    margin-top: 25px;
    margin-bottom: 12px;
}

.pf-categories .category-item a {
    color: #999;
    font-weight: 300;
    font-style: italic;
    text-transform: capitalize;
}

.pf-categories .category-item a:after {
    content: "/";
    margin: 0 3px 0 6px;
}

/** filter */

.ggt_pf_filter {
    margin: 40px 0;
}

.ggt_pf_filter li a {
    text-transform: uppercase;
    padding: 15px 25px;
    margin: 0 5px;
    color: #999;
}

.ggt_pf_filter li a.selected {
    background: #333;
    color: #fff;
}

.vc-pf-loadmore {
    padding: 15px 25px;
    text-transform: uppercase;
    border: 2px solid;
    margin: 50px auto 20px;
}

a.filter-link:before {
    content: "";
    width: 100%;
    background: #333;
    position: absolute;
    top: 0;
    left: 0;
    height: 0px;
    z-index: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

a.filter-link:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border: 0 solid;
    border-color: #333 transparent transparent transparent;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a.filter-link:hover:before {
    height: 100%;
}

a.filter-link:hover:after {
    border: 5px solid;
    border-color: #333 transparent transparent transparent;
}

a.filter-link.selected:after {
    border: 5px solid;
    border-color: #333 transparent transparent transparent;
    top: 100%;
}

.pf-overlay-inner {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.pf-grid-item:hover .pf-overlay-inner {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.pf-overlay-slideup .pf-overlay-text {
    background: white;
    color: black;
}

.columns-3 .pf-grid-item h5,
.columns-2 .pf-grid-item h5 {
    font-size: 28px;
}

/**********************
 * PARALLAX PORTFOLIO
 **********************/

.para-content {
    padding: 20px 20px 60px 80px;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.category-item a {
    text-transform: lowercase;
    font-style: italic;
    color: #999;
}

.para-content h5 {
    font-weight: 700;
    letter-spacing: 1px;
}

.para-content h5:before{
    width: 40px;
    height: 1px;
    background: #999;
}

.para-image:after{
    background: white;
}

/***********
 * GGT TABS
 ***********/

.vc_ggt_addon_mtabs{
    background: #ffffff;
}

.tabs_controls li a {
    padding: 35px 35px;
    background: white;
}

.tabs_controls li a i{
    color: #999;
}

.ggt-tab-inside {
    font-size: 20px;
    text-transform: uppercase;
}

.tabsection{
    background: white;
}

.ggt-tab-subtitle {
    text-transform: none;
    font-size: 10px;
    font-style: italic;
    color: #999;
}

.tabs_controls li:after {
    width: 1px;
    background: rgba(0,0,0,0.2);
}

.ggt-tabs-vertical .tabs_controls li:after {
    height: 1px;
}

.tabs_controls li:first-child:before {
    width: 1px;
    background: rgba(0,0,0,0.2);
}

.img_icon {
    height: 48px;
}

.tab-only-icon{
    font-size: 48px;
    line-height: 48px;
}

.tab-bg-img:after{
    background: black;
}

.ggt-tabs-loader {
    background: #f7f7f7;
}

.ggt-tabs-loader-bar {
    width: 200px;
    height: 2px;
    background: #ddd;
}

.ggt-tabs-loader-bar-inside {
    background: #555;
}

.ggt-text-icon-wrap i{
    font-size: 48px;
}

.ggt-text-icon-wrap.icon-pos-top {
    margin-bottom: 20px;
}

.ggt-text-icon-wrap.icon-pos-left {
    margin-right: 20px;
}

.ggt-text-icon-wrap.icon-pos-right {
    margin-left: 20px;
}

.ggt-tab-title h5{
    color: #000;
    margin-bottom: 15px;
}

.ggt-tab-title h5:after {
    width: 30px;
    height: 1px;
    background: #999;
    bottom: -12px;
    opacity: .4;
}

.tab-hover-line {
    background: #000;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.ggt-tabs-horizontal li a:hover .tab-hover-line,
.ggt-tabs-horizontal li a.active .tab-hover-line {
    height: 3px;
}

.ggt-tabs-vertical li a:hover .tab-hover-line,
.ggt-tabs-vertical li a.active .tab-hover-line {
    width: 3px;
}

/****************
 * PROGRESS BARS
 ****************/

.ggt-progress-content .ggt-progress-bar-item {
    height: 3px;
    background: #f7f7f7;
}

.ggt-progress-content {
    margin-bottom: 60px;
    margin-left: 0;
    padding: 20px 30px 0px 0px;
}

.ggt-progress-content h6 {
    font-size: 10px;
    line-height: 1em;
    margin: 0 0 8px;
    color: #999;
    text-transform: uppercase;
}
.ggt-progress-content .ggt-progress-label {
    background: none repeat scroll 0 0 black;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    bottom: 8px;
    color: white;
    font-size: 9px;
    line-height: 19px;
    padding: 0 5px;
    position: absolute;
    right: -15px;
    white-space: nowrap;
}

.ggt-progress-content .ggt-progress-label:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 0;
    margin: auto;
    right: 0;
    z-index: 1;
    bottom: -6px;
    border: 3px solid;
    border-color: black transparent transparent transparent;
}

/***********
 * STRIPES
 **********/

.ggt-stripe-item:after {
    background: rgba(0,0,0,0.8);
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.ggt-stripe-item:before {
    width: 40px;
    height: 40px;
    background: black;
    content: "\ed1a";
    font-family: 'ggticons';
    position: absolute;
    text-align: center;
    font-weight: 300;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    color: white;
    font-size: 30px;
    line-height: 40px;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.ggt-stripe-item:hover:before {
    opacity: 0;
}

.ggt-stripe-content h5{
    color: white;
}

.ggt-stripe-subtitle{
    color: #999;
}

.ggt-stripe-content-sep{
    font-size: 35px;
    margin: 16px 0;
}

.ggt-stripe-content-inside{
    padding: 30px;
}

/****************
 * TEAM MEMBERS
 ***************/

.ggt-team-content {
    padding: 20px 45px;
}

.ggt-progress-bar-item {
    height: 3px;
    background: #f7f7f7;
}

.ggt-team-skills {
    padding: 20px 30px 0px 0px;
}

.ggt-team-skills h6 {
    font-size: 10px;
    line-height: 1em;
    margin: 0 0 8px;
    color: #999;
    text-transform: uppercase;
}

.ggt-team-skills .ggt-progress-inside {
    background: #000000;
}

.ggt-progress-label {
    background: none repeat scroll 0 0 black;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    bottom: 8px;
    color: white;
    font-size: 9px;
    line-height: 19px;
    padding: 0 5px;
    right: -15px;
}

.ggt-progress-label:after {
    bottom: -6px;
    border: 3px solid;
    border-color: black transparent transparent transparent;
}

.ggt-team-name:before {
    background: #ddd;
}

.ggt-team-position {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ggt-team-text {
    margin: 25px 0;
}

.ggt-team-profiles li a {
    border: 2px solid #f7f7f7;
    display: block;
    font-size: 11px;
    height: 38px;
    line-height: 35px;
    margin: 0 3px 13px 0;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 38px;
}

.ggt-team-profiles li a:after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    z-index: 0;
    background: black;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ggt-team-profiles li a:before{
    z-index: 1;
    position: relative;
}

.ggt-team-profiles li a:hover:after{
    height: 100%;
}

.ggt-team-profiles li a:hover{
    border-color: black;
    color: white;
}

.ggt-team-content .ggt-team-profiles > li{
    padding: 0;
}

/****************
 * TESTIMONIALS
 ***************/

.ggt-tst-item:after{
    background: rgba(0,0,0,0.5);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ggt-tst-content{
    background: #f7f7f7;
}

.ggt-tst-bottom-inside{
    padding: 30px;
    background: black;
    text-transform: uppercase;
}

.ggt-tst-content-inside{
    padding: 30px;
    margin-top: 50px;
}

.ggt-tst-content-text:before {
    width: 30px;
    height: 1px;
    left: 0;
    top: -30px;
    background: #ddd;
}

.ggt-tst-btm-name {
    font-size: 25px;
    color: white;
    line-height: 1em;
}

.ggt-tst-btm-name:before{
    font-family: 'ggticons';
    content: "\e8dd";
    margin: 0 20px 0 0;
    line-height: 20px;
    font-size: 40px;
    opacity: 0.5;
}

.ggt-tst-btm-pos {
    margin-left: 30px;
    font-size: 10px;
}

.ggt-tst-btm-pos:before {
    content: "/";
    position: absolute;
    bottom: 2px;
    left: -20px;
    font-size: 38px;
    font-weight: 100;
    line-height: 20px;
    opacity: 0.5;
}