/*
 Theme Name:   Radish
 Theme URI:    https://redradish
 Description:  Divi Child Theme 
 Author:       Frisco
 Author URI:   https://cfrisco.com
 Template:     Divi
 Version:      1.2
*/
/*======================= TABLE OF CONTENTS ================================
      
	1.  GENERAL
	2.  HEADER
	3.  HOME PAGE
	4.  SERVICES
	5.  ABOUT US
	6.  REVIEWS
	7.  BLOG
	8.  CONTACT PAGE
	9.  FOOTER
	10. RESPONSIVE MEDIA QUERIES

============================================================================*/
#top-menu li.current-menu-item > a, #top-menu li.current-menu-ancestor > a {color:#c62634!important;}
.tophead {color:#fff; padding-bottom:0px;}

.et_pb_slide_title a {color:#fff!important;}

/* increase content width for smaller screens */
.container, .et_pb_row { 
	width: 90%;
}

/* reduce section padding on mobile */
@media only screen and ( max-width: 980px ) {
	.et_pb_section {
		padding: 30px 0;
	}
	.et_pb_section.et_pb_section_0 {
		padding: 0;
	}
}

/* default button styling */
.et_pb_button {
	border-radius: 0;
}
.et_pb_module.et_pb_button:hover, .et_pb_button:hover {
	padding: 0.3em 1em!important;
	border-left: none!important;
	border-top: none!important;
}
/* button with offset border adapted from tympanus.net */

.dd-offset-button .et_pb_button, .dd-form-button .et_pb_button {
	border-right-width: 2px;
	border-right-style: solid;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-left: none;
	border-top: none;
	border-color:#57524d;
}
.dd-submit-button div, .comment-respond p.form-submit {
	display: inline-block;
	position: relative;
}
.dd-offset-button .et_pb_button::after {
	margin-left: 0;
	transition: all 0.3s;
}
.dd-offset-button a.et_pb_button::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1!important;
	border-style: solid;
	border-width: 2px;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}
.dd-offset-button a.et_pb_button::after {
	-webkit-transform: translateY(-8px) translateX(6px);
	-moz-transform: translateY(-8px) translateX(6px);
	transform: translateY(-8px) translateX(6px);
}
.dd-offset-button a.et_pb_button:hover::after,
.dd-offset-button a.et_pb_button:focus::after {
	-webkit-transform: translateY(0px) translateX(0px);
	-moz-transform: translateY(0px) translateX(0px);
	transform: translateY(0px) translateX(0px);
}

/* page heading starburst */
.dd-title-starburst {
	background-image: url(images/starburst-bg.png);
}
/*------------------------------------------------*/
/*-----------------[2. HEADER]--------------------*/
/*------------------------------------------------*/
#et-info { 
	float:none;
    padding-bottom: .25em;
text-align: center; 
}
#et-info-phone:before {
	display:none;
}

/* Header slogan/phone number area */

.dd-menu {
	text-align: right;
	width: auto;
	float:right;
	position: relative;
}
.dd-menu div {
	float: left;
	margin: 0;
	display: inline;
}
.dd-menu h5 {
	font-size: 17px!important;
	line-height: 1.0;
	padding-bottom: 0;
	color: #ffffff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
.dd-menu h5 a {
    color: #F0F0F0!important;
}
.dd-header-slogan {
	padding: 5px 10px;
	height: 36px;
}
.dd-header-slogan h5 {
	padding-top: 4px;
}
.dd-header-slogan:before {
	content: "";
	display: block;
	height: 36px;
	position: absolute;
	left: -10px;
	top: 0;
	width: 15px;
	transform: skewX(10deg);
}
.dd-header-slogan:after {
	content: "";
	display: block;
	height: 36px;
	position: absolute;
	right: -10px;
	top: 0;
	width: 15px;
	transform: skewX(-10deg);
}


/* small blurbs */
.dd-blurb-column h4 {
	padding-bottom: 0;
	font-weight: 400;
}
.dd-blurb-column .et_pb_main_blurb_image {
	margin-bottom: 0;
}
.dd-blurb-column.et_pb_blurb_position_left .et_pb_blurb_container {
	vertical-align: inherit;
}
.dd-blurb-column .et_pb_blurb_container {
	position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.dd-blurb-column .et_pb_blurb_container {
	display: inline-block;
}

.dd-blurb-column, .dd-blurb-column h4, .dd-blurb-column .et-pb-icon {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.dd-blurb-column:hover span.et-pb-icon {
	-webkit-animation: spinAround 2s linear infinite;
	-moz-animation: spinAround 2s linear infinite;
	animation: spinAround 2s linear infinite;
}
.dd-blurb-column .et_pb_main_blurb_image {
	display: inline-block;
	font-size: 0px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
}
.dd-blurb-column .et-pb-icon {
	font-size: 26px!important;
	line-height: 38px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}
@-webkit-keyframes spinAround {
	from {
		-webkit-transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}
@-moz-keyframes spinAround {
	from {
		-moz-transform: rotate(0deg)
	}
	to {
		-moz-transform: rotate(360deg);
	}
}
@keyframes spinAround {
	from {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(360deg);
	}
}
/* Reviews section */
.dd-home-reviews .et_pb_testimonial:before {
	top: -40px;
	background: none;
	font-size: 64px;
	content: "\e065";
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
	color:#c62634!important;
}
.dd-home-reviews .et_pb_testimonial {
	border-width: 5px;
	border-style: dotted;	
}
.dd-home-reviews .et_pb_testimonial_author {
	margin-top: 0;
}

/*------------------------------------------------*/
/*----------[10. RESPONSIVE MEDIA QUERIES]--------*/
/*------------------------------------------------*/
/* Laptops and desktops (1101 and up) */
@media only screen and ( min-width: 981px ) { 
	.dd-text-right .et_pb_button_module_wrapper {
		margin-left: 100px;
	}
	.et_header_style_split #et-top-navigation {
    padding-bottom:10px;
}
}
/* Tablets in landscape mode (981-1100px) */
@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) { 
	.dd-text-right .et_pb_button_module_wrapper {
		margin-left: 100px;
	}
}
@media only screen and ( max-width: 980px ) {
	#et_mobile_nav_menu span.select_page {
    display:none;
	}
.et_header_style_split #logo {
    max-height: 100px;
}

/* make "select page bg color transparent" */
    .et_header_style_centered #main-header .mobile_nav,
    .et_header_style_split #main-header .mobile_nav {
         background-color: rgba(0, 0, 0, 0); 
    }
/* remove mobile_nav left and right padding */
    .et_header_style_centered #main-header .mobile_nav,
    .et_header_style_split #main-header .mobile_nav {
         padding: 5px 0px;
    }
/* remove unnecessary top margin */
    .et_header_style_centered #et_mobile_nav_menu,
    .et_header_style_split #et_mobile_nav_menu {
        margin-top: 0px;
    }
/* hide "select page" container */
    .et_header_style_centered #main-header .mobile_nav .select_page,
    .et_header_style_split #main-header .mobile_nav .select_page {
        display: none;
    }
}
/* Tablets in portrait mode (768-980px) */
@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {
	.et_header_style_split #main-header {
		padding: 0;
	}
	.dd-home-reviews .et_pb_column {
		margin-bottom: 50px;
	}
	.dd-home-reviews .et_pb_column:last-child {
		margin-bottom: 0;
	}
}
/* Smartphones in landscape mode (480-768px) */
@media only screen and ( min-width: 480px ) and ( max-width: 767px ) {
/* reverse display order so image appears before text */
	.dd-row-reverse {
		display: flex;
		flex-direction:column-reverse;
	}	
	.tophead h3{font-size:14px!important;}
}
/* Smartphones in portrait mode (0-479px) */
@media only screen and ( max-width: 479px ) {
	.dd-header-slogan {
		height: 30px;
	}
	.dd-header-slogan:before {
		height: 30px;
	}	
	.dd-header-slogan:after {
		height: 30px;
	}	
	.dd-menu h5 {
		font-size: 13px!important;
	}
	.dd-phone h5 span {
		font-size: 13px!important;
	}
}