@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@import url(https://fonts.googleapis.com/css?family=Muli:400,300);
 

a:link {color: #674172;text-decoration:none;}      
a:visited {color: #674172;text-decoration:none;} 
a:hover {color:#674172 ;text-decoration:underline;}
a:active {color:#674172;text-decoration:none;}

img, img a{
	max-width: 100%;
	height: auto;
    border: 0px;
    border: none;
    outline: none;
}	
html,body{
    margin: 0;
    background: #f5f5f5;
    background: #fff;
    color: #2a2a2a;
}
body{
    margin: 0 auto;
    padding: 0;
    /* max-width: 1100px; */
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    /* -webkit-box-shadow: 0 5px 19px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 5px 19px 2px rgba(0,0,0,0.1);
    box-shadow: 0 5px 19px 2px rgba(0,0,0,0.1); */
}
.container{
    max-width: 1024px;
}
.container .border{
    
}
.container .padding{
    padding: 0 25px;
}
.padding-left{
    padding: auto;
}
@media screen and (min-width: 992px){
    .padding-left{
        margin-left: -40px;
        padding-left: 0px;
    }
}
@media screen and (min-width: 1200px){
    .padding-left{
        margin: 0;
        padding-left: 30px;
    }
}

/* -------------------------------- 

 02. DEFAULTS

-------------------------------- */
h1{
    margin: 0;
    padding: 0;
}
h2{
    margin: 0;
    padding: 0 0 20px;
    font-size: 28px;
    font-weight: 600;
}
h3{
    margin: 30px 0 10px;
    padding: 0;
    font-size: 19px;
    font-weight: 700;
}
h4{
    margin: 25px 0 10px;
    padding: 0;
    font-size: 15px;
    font-weight: 400;
}
p{
    margin: 0 0 15px;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
}
strong{
    font-weight: 700;
}
@media screen and (max-width: 992px){
    h2{
        padding: 0 0 20px;
        font-size: 24px;
    }
    h3{
        font-size: 18px;
    }
    h4{
        font-size: 16px;
    }
    p{
        font-size: 14px;
    }
}

.btn {
    position: relative;
    display: inline-block;
    margin: 10px 0;
    padding: 10px 0;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.btn:hover{
    opacity: 0.75;
}
.btn-1{
    background: transparent;
    color: #fff;
    box-shadow: inset 0 0 0 2px #fff;
}
.btn-1:hover{
    opacity: 0.5;
    color: #fff;
}
.btn-2{
    background: #212121;
    color: #fff;
}
.btn-2:hover{
    background: #212121;
    color: #fff;
}
.btn-3{
    background: #674172;
    color: #fff;
}
.btn-3:hover{
    background: #674172;
    color: #fff;
}
.btn-4{
    background: transparent;
    color: #2a2a2a;
    box-shadow: inset 0 0 0 2px #2a2a2a;
}
.btn-4:hover{
    opacity: 0.5;
    color: #2a2a2a;
}
.btn-5{
    background: #eeba47;
    color: #fff;
}
.btn-5:hover{
    background: #E3B142;
    color: #fff;
}

.same-height{
    margin-bottom: -99999px; 
    padding-bottom: 99999px;
}
iframe, object, embed {
    display: block;
    max-width: 100%;
}
@media screen and (max-width: 480px){
   iframe, object, embed {
        max-width: 100%;
        height: auto;
   }    
}


/******************************
 HEADER 
*******************************/
header{
    margin: 0;
    padding: 0;
}
header a.logo{
    display: block;
    margin: 40px 20px 35px;
    text-align: center;
}
header a.logo img{
    width: 100%;
    max-width: 400px;
}
@media screen and (max-width: 992px){
    header a.logo{
        margin: 30px 25px 30px;
    }
}

header a.calendar-popup{
    position: absolute;
    right: 15px;
    top: -36px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    color: #595959;
    font-family: 'Open Sans', sans-serif;
}
header a.calendar-popup .fa{
    float: left;
    margin: 3px 6px 0 0;
    font-size: 15px;
}
@media screen and (max-width: 992px){
    header a.calendar-popup{
        top: 30px;
        right: 10px;
        font-size: 13px;
    }
    header a.calendar-popup .fa{
        margin: 0px 4px 0 0;
        font-size: 14px;
    }
}

/* TOPBAR */
#topbar{
    display: block;
    padding: 0;
    height: 35px;
    line-height: 35px;
    background: #674172;
}
#topbar:after{
    clear: both;
    content: "";
    display: block;
    width: 100%;
}
#topbar .topbar-wrap h1{
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 34px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: rgba(255,255,255,0.75);
    color: #fff;
}
@media screen and (max-width: 360px){
	#topbar .topbar-wrap h1{
		display: none;
	}
}

#topbar .topbar-wrap .contact-links{
    float: right;
    height: 35px;
    line-height: 33px;
    color: #fff;
}
#topbar .topbar-wrap .contact-links a{
    float: left;
    margin: 0 0 0 18px;
    padding: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 400;   
}
#topbar .topbar-wrap .contact-links a .fa{
    float: left;
    margin: 8px 5px 0 0;
    font-size: 13px;
}
@media screen and (max-width: 768px){
	#topbar .topbar-wrap .contact-links{
		display: none;
	}
}

#topbar .topbar-wrap .social-networks{
    float: right;
    display: inline-block;
    margin: 6px 0 0 16px;
    padding: 0 0 0 6px;
    width: auto;
    border-left: 1px solid rgba(255,255,255,0.45);
}
#topbar .topbar-wrap .social-networks a{
	float: left;
	display: inline-block;
	margin: 0;
	padding: 0;
	width: auto;
}
#topbar .topbar-wrap .social-networks .fa{
    float: left;
    margin: 0 0 0 6px;
    line-height: 22px;
    width: 22px;
    text-align: center;
    font-size: 13px;
    color: #674172;
    background: #fff;
    
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
@media screen and (max-width: 768px){
	#topbar .topbar-wrap .social-networks{
		border-left: 0px;
	}
}

/* TOPNAV */
#topnav{
    display: block;
    position: relative;
    background: #fff;
    font-family: 'Muli', sans-serif;
    border-top: 2px solid #442e22; 
    border-bottom: 1px solid #442e22;
    z-index: 999;
    
    text-align: center;
}
@media screen and (max-width: 992px){
    #topnav{
        border: none;
    }   
}

/******************************
 ESSENTIALS 
*******************************/
#main{
    margin: 45px 0 0;
    padding: 0;
}
#main ul{
    list-style: disc outside none;
    padding: 5px 10px 15px 25px;
}
#main ul li{
    margin: 0 0 6px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}
#main ul li strong{
    color: #2a2a2a;
}
@media screen and (max-width: 992px){
    #main{
        margin: 25px 0 0;
    }
}

/* NEWSLETTER SIGNUP */
#newsletter-signup{
    margin: 0;
    padding: 12px 20px;
    background: #f5f5f5;
    
}
#newsletter-signup h2{
    margin: 1px 0 0 0;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #363636;
}
#newsletter-signup h2 .fa{
    float: left;
    margin: 0 12px 0 0;
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: #674172;
    
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
#newsletter-signup h2 span{
    display: block;
    margin: 3px 0 0;
    padding: 0;
    font-style: normal;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: none;
    color: #6B6B6B;
}
#newsletter-signup input{
    margin: 0px 0 0;
    padding: 0 10px;
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    border: 1px solid #E3E3E3;
    outline: 0;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
#newsletter-signup input:focus{
    outline: 0;
}
#newsletter-signup .btn{
    margin: 0;
    padding: 0;
    height: 36px;
    line-height: 34px;
    font-size: 13px;
}
@media screen and (max-width: 992px){
    #newsletter-signup{
        padding: 15px 0;
        display: none;
    }
    #newsletter-signup h2{
        margin: 10px 0 18px 0;
        font-size: 18px;
    }
    #newsletter-signup h2 span{
        font-size: 14px;
        line-height: 1.3;
    }
    #newsletter-signup input{
        margin: 0px 0 0;
        padding: 0 15px;
        width: 100%;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }
    #newsletter-signup .btn{
        margin: 0;
        padding: 8px 0;
        font-size: 12px;
    }
    #newsletter-signup .btn:after{
        display: none;
    }
    #newsletter-signup .btn:hover{
        text-indent: 0;
    }
}


/******************************
 HOME PAGE 
*******************************/
#tagline{
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #ededed;
    
    display: none;
}
#tagline p{
    margin: 0;
    padding: 0;
    font-size: 16px;
}

/* QUICK OPTIONS */
#quick-options{
    display: inline-block;
    margin: 30px 0 -35px;
    padding: 0;
    width: 100%;
}
#quick-options .no-padding-right{
    padding-right: 0px;
}
@media screen and (max-width: 992px){
    #quick-options{
        margin: 15px 0 -35px;
    }
    #quick-options .no-padding-right{
        padding-right: 15px;
    }  
}
#quick-options .item{
    position: relative;
    display: block;
    margin: 0 0 15px;
    padding: 0;
    height: 156px;
    background-image: url(../images/left-full.jpeg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#quick-options .item .wrap{
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    text-align: center;
    z-index: 3;
}

/* LEFT OPTION */
#quick-options .left-option{
    position: relative;
    display: inline-block;
    height: 500px;
    width: 100%;
    overflow: hidden;
}
@media screen and (max-width: 992px){
    #quick-options .left-option{
        height: 300px;
    }
}
#quick-options .left-option .play-button{
	display: none;
}
#quick-options .left-option .play-button:focus{
    outline: 0;
}
#quick-options .left-option .play-button .fa{
    position: relative;
    margin: 0 auto;
    width: 75px;
    height: 75px;
    line-height: 69px;
    background: #fff;
    color: #212121;
    text-align: center;
    font-size: 30px;
    border: 4px solid #ededed;
    text-indent: 4px;
    box-shadow: 0 0 0 8px rgba(255,255,255,0.15);
    
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#quick-options .left-option .play-button .fa:hover{
    box-shadow: 0 0 0 6px rgba(255,255,255,0.0);
    border: 4px solid transparent;
    background: #90181B;
    color: #fff;
}
#quick-options .left-option .play-button .popup-link:focus,
#quick-options .left-option .play-button .popup-link:active{
    outline: none;
}
@media screen and (max-width: 768px){
    #quick-options .left-option .play-button .fa{
    	margin-top: 10px;
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 24px;
        text-indent: 4px;
        border: 0px solid #ededed;
        box-shadow: 0 0 0 6px rgba(255,255,255,0.15);
    }
    #quick-options .left-option .play-button .fa:hover{
        box-shadow: 0 0 0 6px rgba(255,255,255,0.30);
        border: 0px solid transparent;
        background: #90181B;
        color: #fff;
    }
}

/* RIGHT OPTION */
#quick-options .right-option{    
    background-image: url(../images/right-full.jpeg);
    height: 500px;
}
#quick-options .right-option .overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #674172;
    opacity: 0.65;
}
#quick-options .right-option h2{
    position: relative;
    display: block;
    margin: 0;
    padding: 170px 0 0;
    color: #fff;
    font-size: 45px;
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
}
#quick-options .right-option h2 span.piano{
    display: block;
    font-size: 68px;
    font-weight: 400;
}
#quick-options .right-option h2 span.lessons{
    display: block;
    font-size: 48px;
}
@media screen and (max-width: 992px){
    #quick-options .right-option{
        height: 240px;
    }
    #quick-options .right-option h2{
        padding: 46px 0 0;
    }
}

/******************************
 CUSTOM 
*******************************/
#page-header{
    margin: 0px 0 60px 0;
    padding: 45px 18px;
    background: #fff;
    background-image: url(../images/page-headers/about-stephanie.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-bottom: 0px solid #ededed;
    color: #4a4a4a;
    text-transform: uppercase;
    border-bottom: 2px solid #2a2a2a;
}
#page-header h2{
    font-size: 32px;
    font-weight: 300;
}

/* SUB MENU */
ul#submenu {
    list-style: none !important;
    margin: 0 0 30px !important;
    padding: 0 !important;
    line-height: 1.3 !important;
}
ul#submenu li{
    position: relative !important;
    margin: 0 !important;
    padding: 8px 0 8px 28px !important;
    line-height: 1 !important;
}
ul#submenu li a {
    margin: 0;
    padding: 0;
    font-size: 17px;
    font-weight: 400;
    color: #999;
    text-decoration: none;
    
    transition: all 0.25s;
}
ul#submenu li a.active-link, 
ul#submenu li a:active, 
ul#submenu li a:hover {
    color: #333
}
ul#submenu li a.active-link:before {
    content: '\f061';
    font-family: FontAwesome, Helvetica, Arial, sans-serif;
    color: #FDC110;
    color: #674172;
    font-size: 16px;
    position: absolute;
    left: 6px;
    top: 9px;
}
@media screen and (max-width: 992px){
    ul#submenu{
        display: none;
    }
}

/* SUB OPTIONS */
ul#sub-options{
    list-style: none;
    margin: 25px 0;
    padding: 0;
}
ul#sub-options .no-padding{
    padding: 0;
}
ul#sub-options img{
    display: block;
    margin: 0 0 15px;
    width: 100%;
    
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
}
ul#sub-options:hover img:not(:hover) {
	opacity: 0.65;
}

/* SERVICES LIST */
#services-list{
    display: inline-block;
    position: relative;
}
#services-list .service-item{
    margin: 0 0 45px;
}
#services-list .service-item-image{
    position: relative;
    display: block;
    width: 100%;
    background: #2a2a2a;
    border: 6px solid #f8f8f8;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
#services-list .service-item h2{
    margin: 0;
    padding: 100px 0;
    font-size: 42px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 2px rgba(0,0,0,0.2);
}
#services-list .service-item h3{
    margin: 20px 0 10px;
    padding: 0;
    width: 100%;
    font-size: 24px;
    text-transform: uppercase;
    color: #CC184B;
}
#services-list .service-item h3 span.price{
    float: right;
}
#services-list .service-item p{
    padding: 0;
}
#have-more-questions{
    margin: 25px 0 0 0;
    padding: 25px 0 0 0;
    border-top: 1px solid #ededed;
}
#contact-icons{
    display: inline-block;
    width: 100%;
}
#contact-icons li{
    display: block;
    list-style: none;
    margin: 0 0 15px;
    padding: 35px 15px 55px;
    width: 100%;
    text-align: center;
    background: #f8f8f8;
    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#contact-icons li .icon{
    margin: 0 0 25px;
    width: 105px;
    height: 105px;
    line-height: 105px;
    font-size: 38px;
    color: #CC184B;
    background: #fff;
    border: 2px solid #CC184B;
    
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
#contact-icons li h2{
    margin: 0;
    padding: 0 0 10px;;
    font-size: 22px;
    font-weight: 700;
    color: #444;
}
#contact-icons li p{
    margin: 0;
    padding: 0;   
}

.fc-toolbar{
    margin-bottom: 0px !important;
}
/* FIND A SPEAKER POPUP */
.find-a-speaker-popup{
	position:fixed;
	width:250px;
	height:86px;
	background:#674172;
	bottom: 30px;
	left: -250px;
	color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	transition: 0.5s;
	z-index: 22;
    cursor: pointer;
	
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.find-a-speaker-popup:hover{
	background: #5C3966;
}
.find-a-speaker-popup a{
	color: #fff;
}
.find-a-speaker-popup a:hover{
	color: #fff;
}
.find-a-speaker-popup .fa{
	position: absolute;
	left: 14px;
	top: 16px;
	height: 55px;
	width: 55px;
	line-height: 55px;
	font-size: 28px;
	color: #212121;
	background: #fff;
	text-align: center;

	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.find-a-speaker-popup .fa:hover{
    opacity: 1;
}
.find-a-speaker-popup h2{
	position: absolute;
	left: 82px;
	right: 20px;
	top: 16px;
	margin: 0;
	padding: 0;
	font-size: 17px;
	font-weight: 700;
	text-transform: none;
}
.find-a-speaker-popup h2 span{
	display: block;
	margin: 4px 0 0;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
}
.close-popup{
	position:absolute;
	top: 2px;
	right: 2px;
	width: 25px;
	height: 25px;
	cursor:pointer;
	z-index:500;
}
.close-popup .fa{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 25px;
	width: 25px;
	line-height: 25px;
	font-size: 14px;
	color: #fff;
	background: transparent;
	text-align: center;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	
	z-index: 5;
}

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

@-moz-keyframes bounce-search {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  60% {
    -moz-transform: translateY(1px);
    transform: translateY(1px);
  }
}
@-webkit-keyframes bounce-search {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  60% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
}
@keyframes bounce-search {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  60% {
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
}
.bounce-search {
	-moz-animation: bounce-search 2s infinite;
	-webkit-animation: bounce-search 2s infinite;
	animation: bounce-search 2s infinite;
}

/******************************
 RESPONSIVE SETTINGS 
*******************************/
@media screen and (max-width: 1199px) {

   
    #services-list .service-item h2{
        padding: 100px 0;
        font-size: 32px;
    }
}


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

    #services-list .service-item h2{
        padding: 75px 0;
        font-size: 26px;
    }

    
    
    /* ESSENTIALS */
    .container .no-padding{ 
        padding-left: 0 !important; 
        padding-right: 0 !importnant; 
        padding: 0; 
    }
    #topbar .find-us-on,
    #topbar ul#social-networks{
        display: none;
    }
    #topbar a.get-in-touch{
        float: none;
        display: block;
        text-align: center;
        background: #f8f8f8;
        color: #444;
    }
   
}
@media screen and (max-width: 768px) {
    
  

}

@media screen and (max-width: 480px) {
    
    /* CUSTOM */
    #page-header{
        margin: 0px 0 40px 0;
        padding: 25px 18px;
    }
    #page-header h2{
        font-size: 14px;
    }

    

}

/* CONTACT SQUARES */
#contact-squares{
	display: inline-block;
	margin: 0 0 50px;
	padding: 0;
	width: 100%;
	color: #fff;
}
#contact-squares .item-wrap{
	position: relative;
	display: inline-block;
	background: #674172;
	margin: 0;
	padding: 20px 10px 30px;
	width: 100%;
	height: auto;
	text-align: center;
	overflow: hidden;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#contact-squares .item-wrap:hover{
	opacity: 0.75;
}
#contact-squares .item-wrap:before{
	position: absolute;
	content: "\f00c";
	font-family: 'FontAwesome';
	bottom: -75px;
	right: -70px;
	font-size: 100px;
	text-align: center;
	color: #674172;
	
	height: 200px;
	width: 200px;
	line-height: 180px;
	text-align: center;
	
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	
	background: rgba(255,255,255,0.08);
	
	-ms-transform: rotate(25deg); /* IE 9 */
    -webkit-transform: rotate(25deg); /* Chrome, Safari, Opera */
    transform: rotate(25deg);
}
#contact-squares .book-a-speaker:before{
	content: "\f0e0";
}
#contact-squares .become-a-speaker:before{
	content: "\f095";
}
#contact-squares .recommend-a-speaker:before{
	content: "\f041";
}
#contact-squares .fa{
	position: relative;
	display: block;
	margin: 12px auto 12px;
	height: 60px;
	width: 60px;
	line-height: 60px;
	font-size: 26px;
	background: #fff;
	color: #674172;
	text-align: center;
	z-index: 1;
	overflow: hidden;
	
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#contact-squares .item-wrap:hover .fa{
	background: #fff;
	color: #674172;
}
#contact-squares h3{
	position: relative;
	margin: 10px 0 0;
	padding: 0;
	font-size: 19px;
	font-weight: 600;
	line-height: 1.40;
	z-index: 1;
}
#contact-squares h3 span{
	display: block;
	font-size: 13px;
	font-weight: 300;
}
#contact-squares a{
	font-weight: 600;
	color: #fff;
}
#contact-squares a:hover{
	text-decoration: underline;
}
@media screen and (max-width: 992px){
	#contact-squares .item-wrap{
		margin: 0 0 8px;
		padding: 18px 5px 20px;
	
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}
	#contact-squares .item-wrap:hover{
		opacity: 0.95;
	}
	#contact-squares .fa{
		margin: 10px auto 10px;
	}
	#contact-squares h3{
		margin: 6px 0 8px;
		font-size: 18px;
		font-weight: 700;
	}
}
@media screen and (max-width: 480px){
	#contact-squares .fa{
		float: none;
		display: block;
		margin: 7px auto 12px;
	}
	#contact-squares h3{
		margin: 6px 0 8px;
		text-align: center;
		font-size: 16px;
	}
}



/******************************
 FOOTER 
*******************************/
footer{
    margin: 65px 0 0;
    padding: 0;
    color: #212121;
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
}
footer .footer-wrap{
    padding: 50px 0 70px;
    border-top: 1px solid #442e22;
}

/* SOCIAL ICONS */
footer .social-icons{
    margin: 0 0 30px;
    padding: 0;
    text-align: center;
}
footer .social-icons .fa{
    margin: 0 5px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    background: #212121;
    color: #fff;
    font-size: 22px;
    
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

/* CONTACT LINKS */
footer .contact-links{
    margin: 0;
    padding: 0;
}
footer .contact-links h2{
    margin: 0 0 22px;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
}
footer .contact-links h3{
    margin: 0 0 8px;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
	color: #212121;
}
footer .contact-links h3 a{
	color: #212121;
}

/* DEVELOPED BY */
footer .developed-by{
    margin: 50px 0 0;
    padding: 0;
    font-size: 12px;
    color: #878787;
}
footer .developed-by span:before{
    content: "|";
    margin: 0 6px;
    padding: 0;
    font-size: 11px;
    vertical-align: top;
}