/*
Theme Name: Advnt Design Child
Theme URI: http://www.advntdesign.com
Description: An Advnt Design child theme for the Total theme.
Author: AJ Clarke
Author URI: http://www.advntdesign.com
Template: Total
Version: 1.0
*/

@import url("../Total/style.css");


div#top-ribbon-pink {
    position: fixed;
    width: 65px;
    top: -5px;
    right: 78px;
    z-index: 9999;
}

div#top-ribbon-blue {
    position: fixed;
    width: 65px;
    top: -5px;
    right: 10px;
    z-index: 9999;
}

div#top-ribbon-pink:hover {
width: 77px;
}

div#top-ribbon-blue:hover {
width: 77px;
}

#slidebutton:hover {
opacity: 0.7;
}

a.vcex-button.block.flat.align-center.large.black.wpb_animate_when_almost_visible.wpb_left-to-right.wpex-data-hover.wpb_start_animation,
a.vcex-button.block.flat.align-center.large.black.wpb_animate_when_almost_visible.wpb_right-to-left.wpex-data-hover.wpb_start_animation {
box-shadow: 2px 2px 5px 1px #777777;
}

i.fa.fa-facebook-square:hover,
i.fa.fa-twitter:hover,
i.fa.fa-instagram:hover,
i.fa.fa-vimeo-square:hover,
i.fa.fa-envelope:hover {
    -webkit-transition: all 1s;
	-webkit-transform: rotate(-360deg);
}

@media only screen and (max-width: 959px) {
    div#top-ribbon-pink, div#top-ribbon-blue {
	display: none;
	}
}