/*
Theme Name:  AG IREPAIR New
Theme URI:   http://72.52.245.18/~agirepair
Version:     1.0
Description: A child theme of Divi. This is a custom child theme created for our site AG iRepair.
Author:      AG Repair
Author URI:  http://72.52.245.18/~agirepair
Template:    Divi
*/


/***********************************************************************
Caution: do not remove this to keep Divi Children Engine always updated 
Divi Children Engine version: 1.0.3
***********************************************************************/

/*------------------------------[FONT ICONS]-----------------------------*/
/*--[Created by Divi Children, http://divi4u.com/divi-children-plugin/]--*/
/*-----------------------------------------------------------------------*/

@import 'https://fonts.googleapis.com/css?family=Nunito:300,400';

.gform_wrapper .gform_body {width:100% !important;}
body .gform_wrapper textarea.textarea {background-color:#fff !important;border: 1px solid #ccc !important; border-radius:5px !important;}

.icon_tags, .icon_profile, .icon_chat, .icon_clipboard, .icon_calendar {
	font-family: 'ETmodules';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	color: #318EC3;
}
.icon_tags:before {
	content: "\e07c";
	padding: 0px 5px 0 0;
}
.icon_profile:before {
	content: "\e08a";
	padding: 0 5px 0 0;
}
.icon_chat:before {
	content: "\e066";
	padding: 0 5px 0 20px;
}
.icon_clipboard:before {
	content: "\e0e6";
	padding: 0 5px 0 20px;
}
.icon_calendar:before {
	content: "\e023";
	padding: 0 5px 0 20px;
}

/*- YOU CAN INCLUDE THE CUSTOM CODE FOR YOUR CHILD THEME BELOW THIS LINE-*/

/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*---------------[MAIN LAYOUT INFO]---------------*/
/*------------------------------------------------*/

.et_header_style_left .logo_container {
	top: 0;
}

.et-fixed-header .logo_container {
	top: 10px;
}

#et-top-navigation {
	padding-top: 60px !important;
	padding-right: 200px;
}

#header-logins {
	position: absolute;
	top: 10px;
	right: 0;
	width: 200px;
	text-align: right;
	z-index: 999
}

#header-logins > div {
	width: 100%;
	float: none;
}

#header-logins .button {
	display: inline-block;
	width: 170px;
	height: 30px;
	text-align: center;
	text-transform: uppercase;
	padding: 4px;
	border: 2px solid;
	border-radius: 3px;
	font-size: 15px;
	line-height: 17px;
	margin: 0 0 15px;
}

#header-logins .button.create {
	border-color: #005b89;
	color: #38a6de;
	width:140px;
        font-size:12px;
        background: #fff;
	color: #005b89;
}

#header-logins .button.create:hover {
	background: #005b89;
	color: #fff;	
}

#header-logins .button.login {
	border-color: #005b89;
	background: #005b89;
	color: #fff;
	width:140px;
        font-size:12px;
}

#header-logins .button.login:hover {
	background: #fff;
	color: #005b89;
	border-color: #005b89;
}

#menu-item-818 > a {
	cursor: default;
}

.et_pb_gutters3.et_pb_footer_columns3 .footer-widget {
	width: 25%;
	margin: 0;
}

.et_pb_gutters3.et_pb_footer_columns3 .footer-widget:nth-child(2) {
	width: 50%;
}

.footer-widget, .footer-widget li, .footer-widget li a {color:#6e6e6e !important;}

.edu-k12 .et_pb_blurb_content {
	max-width: 100%;
}

.testimonials .et_pb_column:last-child img {
	max-width: 85%;
	margin-bottom: 12px;
}

.iPad img {
	width: 80%;
	display: block;
	margin: auto;
}

#rquote-form, #rmoreinfo-chrome-form, #rmoreinfo-surface-form, #rsample-form, #contact-frm, #rpricelist-frm {
	display: none;	
}

#three-sections, 
#about-slider {
	padding: 0 !important;	
}

.et_pb_contact p input, .et_pb_contact p textarea {border:1px solid #999; background-color:#fff !important; border-radius:5px !important;}
.et_contact_bottom_container {float:left !important;}

/*------------------------------------------------*/
/*---------------[DROPDOWN MENU]------------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*-------------------[COMMENTS]-------------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*---------------------[FOOTER]-------------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*--------------------[SIDEBAR]-------------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*------------[CAPTIONS AND ALIGNMENTS]-----------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*-----------------[WP CALENDAR]------------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*-------------------[PAGE NAVI]------------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*------------------[TRANSITIONS]-----------------*/
/*------------------------------------------------*/

/*---- slider */


/* entire container, keeps perspective */
.flip-container {
	perspective: 1000px;
	width: 100%;
	height: 325px;
	cursor: default;
}

/* flip the pane when hovered */
.flip-container:hover .flipper, 
.flip-container.hover .flipper {
	transform: rotateY(180deg);
}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;	
	width: 250px;
	height: 250px;
	margin: auto;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 600ms ease-in-out;
	font-family: 'Nunito', sans-serif;
}

.flip-container .flipper .front {
	padding: 60px 35px !important;
	text-align: center;
}

/* front pane, placed above back */
.front {
	z-index: 2;
	background: #fff;
	/* for firefox 31 */
	transform: rotateY(0deg);
	opacity: 1;
}

/* back, initially hidden pane */
.back {
	transform: rotateY(180deg);
}

.flip-container .flipper .front, 
.flip-container .flipper .back {
	border: 2px solid #00a651;
	padding: 30px;
	border-radius: 5px;
}
.flip-container .flipper .back {
	padding: 20px;
	background: #00a651;
	color: #fff;
	font-size: 18px;
}

.safari .flip-container .flipper .back {
	opacity: 0;	
}

.flip-container:hover .flipper .back,
.flip-container.hover .flipper .back {
	z-index: -1;
}

.safari .flip-container:hover .flipper .front,
.safari .flip-container.hover .flipper .front {
	opacity: 0;	
}

.safari .flip-container:hover .flipper .back,
.safari .flip-container.hover .flipper .back {
	opacity: 1;	
}

.flip-container .flipper .front .img-ico {
	display: inline-block;
	margin: auto !important;
}

.flip-container .flipper .front .img-ico img {
	display: block;
}

.flip-container .flipper .front .content {
	text-align: center;
}

.flip-container .flipper .back .content {
	font-size: 15px;
	line-height: 17px;
	font-weight: 300;
	text-align:center;
}

.flip-container .flipper .front .content h4 {
	font-size: 20px;
	line-height: 22px;
	font-weight: 200;
	color: #3b925d !important;
	line-height: 1.3em;
}

.flip-container .flipper .back .content h4 {
	font-size: 20px;
	line-height: 1.3em;
	color: #fff;	
}

.flip-container .flipper .back .content p {text-align:center;}

#top-menu li a:hover, #top-menu li.current_page_item a {color:#005b89 !important;}


#top-menu > li > a:after {
	opacity: 1;
	transition: 150ms all linear;
}
#top-menu > li:hover > a:after {
	opacity: 0;	
}

#top-menu li .sub-menu {
	padding: 0;
	width: 170px;
	border: 0;
	background: none;
}

#top-menu > li:last-child .sub-menu {
	right: 0;	
}

#top-menu li .sub-menu:before {	
	content: '';
	display: block;
	width: 11px;
	height: 11px;
	border: 2px solid #005b89;
	border-top-color: transparent;
	border-left-color: transparent;
	transform: rotate(-135deg);
	background: #005b89;	
	z-index: 99;
	position: absolute;
	top: -5.75px;
	left: 25%;
}

#top-menu > li:last-child .sub-menu:before {
	left: 50%;	
}

#top-menu li .sub-menu li {
	padding: 0;
	width: 100%;
	background: #005b89;
	border: 2px solid #005b89;
	border-top: 0;
	border-bottom: 0;
	position: relative;
	z-index: 999;
}

#top-menu li a { color: #005b89 !important; }

#top-menu li .sub-menu li:hover {	
	background: #fff;	
}

#top-menu li .sub-menu li:hover a {
	color: #005b89 !important;
}


#top-menu li .sub-menu li:first-child {
	border: 2px solid #005b89;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
}

#top-menu li .sub-menu li:last-child {
	border: 2px solid #005b89;
	border-top: none;
	border-radius: 0 0 5px 5px;
}


#top-menu li .sub-menu li > a {
	padding: 0 10px;
	width: 100%;
	color: #fff !important;
}



/*------------------------------------------------*/
/*---------------[RESPONSIVE LAYOUTS]-------------*/
/*------------------------------------------------*/

@media only screen and ( max-width: 1485px) {
	#post-2 .entry-content > .et_pb_section:nth-child(2) > .et_pb_row > .et_pb_column > div {
		min-height: 280px !important;
	}	
	.post-169 .entry-content > .et_pb_section:nth-child(2) > .et_pb_row > .et_pb_column > div h4 a {
		font-size: 18px;
		line-height: normal;
	}
	
}

@media only screen and (max-width:1152px) {
 #logo {
		margin: 0 !important;
	        margin-left: 0px !important;
	}

  #top-menu li {
    padding-right: 10px !important;
   }
}

@media only screen and ( min-width: 981px ) {

}

/*-------------------[960px]------------------*/
@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) {

	/*-------------------[Sliders]------------------*/

	/*-------------------[Portfolio]------------------*/

	/*-------------------[Sidebar]------------------*/
	
	/*-------------------[Menu]------------------*/
    
	
}

/*-------------------[1024px]------------------*/
@media only screen and ( max-width: 1024px ) {

	/*-------------------[Portfolio]------------------*/
	
	/*-------------------[Sliders]------------------*/
	
	/*-------------------[Menu]------------------*/
	
	.post-169 .entry-content > .et_pb_section:nth-child(2) > .et_pb_row > .et_pb_column > div {
		min-height: 345px;
		font-size: 15px;
	}
	.post-169 .entry-content > .et_pb_section:nth-child(2) > .et_pb_row > .et_pb_column > div h4 a {
		font-size: 18px;
		line-height: normal;
	}
	#header-logins {
		width: 500px;
		right: 10px;
	}
	#logo {
		margin: 0 !important;
	        margin-left: 0px !important;
	}
	.logo_container {
		position: static !important;
		width: 25% !important;
		margin: auto;
	}
	#top-menu-nav, #top-menu {
		float: none !important;
	}
	#et-top-navigation {
		margin-top: 10px;
		padding: 0 !important;
		float: none;
		position: static;
		text-align: center;
	}

}

@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {
.page-id-378 .et_pb_blurb_0.et_pb_blurb h4, .et_pb_blurb_0.et_pb_blurb h4 a {margin-top:25%;}
}

@media screen and ( max-width: 961px ) {
.post-169 .entry-content > .et_pb_section:nth-child(2) > .et_pb_row > .et_pb_column > div h4 a {
		font-size: 25px;
		line-height: normal;
	}
}

@media screen and ( max-width: 782px ) {
	#header-logins {
		position: static;
		width: 100%;
		margin: 25px auto;
		text-align: center;
	}
	#main-header .logo_container {
		position: static;
		width: 100% !important;
	}
	#main-header .logo_container > a {
		display: inline-block;
		text-align: center;
		width: 99%;
	}
	#main-header #et-top-navigation {
		padding-left: 0 !important;
		padding-top: 20px !important;
		width: 100%;
	}
	#et_mobile_nav_menu {
		margin: auto;
		float: none;
		text-align: center;
	}
	
}

/*-------------------[480px]------------------*/
@media only screen and ( max-width: 600px ) {

	/*-------------------[Menu]------------------*/
	#header-logins {
		margin-bottom: 0;	
	}
	#header-logins .button {
		margin-bottom: 15px;
	}
	#main-header .logo_container > a {
		width: 98%;
	}
	#main-header .logo_container #logo {
		max-width: 80%;
	}
	.flip-container {
		margin-bottom: 25px;	
	}
	.flip-container .flipper {
		height: 100%;	
	}
	.flip-container .flipper .front {
		padding: 40px 15px !important;
	}
	.flip-container .flipper .front .img-ico {
		float: none;
		margin: auto;
		text-align: center;
		display: block;
	}
	.flip-container .flipper .front .content {
		float: none;
		padding: 0;
		text-align: center;
	}
	.flip-container .flipper .front .content h4 {
		font-size: 30px;
	}
	.flip-container .flipper .back {
		font-size: 14px;
		padding: 20px 10px;
		text-align: center;
	}
	.flip-container .flipper .back .content h4 {
		font-size: 20px;
		line-height: 20px;
	}
}

/*-------------------[320px]------------------*/
@media only screen and ( max-width: 479px ) {

}