/*
 Theme Name:     Graphique Creative Theme
 Description:    Web & Marketing Anti-Agency
 Author:         Graphique Creative
 Author URI:     http://www.graphiquecreative.com
 Template:       Divi
 Version:        1.0.0
*/

/* =Theme customization starts here
------------------------------------------------------- */
 
@import url("../Divi/style.css");

/*----------------------------------------------------- */
/*-------------------- Type Styles -------------------- */
/*----------------------------------------------------- */
@font-face {
    font-family: 'aileronregular';
    src: url('http://www.spendthrift.me/themelogic/fonts/aileron-regular-webfont.eot');
    src: url('http://www.spendthrift.me/themelogic/fonts/aileron-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.spendthrift.me/themelogic/fonts/aileron-regular-webfont.woff') format('woff'),
         url('http://www.spendthrift.me/themelogic/fonts/aileron-regular-webfont.ttf') format('truetype'),
         url('http://www.spendthrift.me/themelogic/fonts/aileron-regular-webfont.svg#aileronregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.et_pb_blurb h4 {font-size: 24px;}

#footer-info, #footer-info a {color: #ccc;}

p {line-height: 1.05em;}

.et_pb_text_0 p {line-height: 1.2em !important;}

.panel-wrapper p, .et_pb_blurb_container p, .et_pb_text_2 {font-size: 18px; line-height: 1.2em;}

.et_pb_testimonial_description_inner p, .et_pb_text p {line-height: 1.3em;}

/*----------------------------------------------------- */
/*-------------------- Navigation --------------------- */
/*----------------------------------------------------- */

.rotate{
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
	
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
	
	overflow:hidden;

	}	

.rotate:hover	
{ 
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg); 
	-o-transform:rotate(90deg);
}

/* #main-header {background-color: #210904;} */

#top-menu a, .fullwidth-menu a {color: #210904;}


/*----------------------------------------------------- */
/*-------------------- Page Styles -------------------- */
/*----------------------------------------------------- */

.five {width: 206px; float: left !important; margin-right: 12px;}

	.last {margin-right: 0;}
	
.et_pb_testimonial_author, .et_pb_testimonial_meta {font-weight: bold !important;}


/*----------------------------------------------------- */
/*-------------------- Form Styles -------------------- */
/*----------------------------------------------------- */

.et-social-google-plus a.icon:before { content: '\e09d'; }


/*----------------------------------------------------- */
/*------------------ Footer Styles -------------------- */
/*----------------------------------------------------- */

li.trustwave img {height: 22px !important;}

/*----------------------------------------------------- */
/*------------------- Responsive ---------------------- */
/*----------------------------------------------------- */

@media only screen and ( max-width: 980px ) {
	.five {width: 100%; float: none; margin-right: 0;}
}

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

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

