/* 
 Theme Name:     mammoth-child-theme
 Author:         markhendriksen.com
 Author URI:     https://www.markhendriksen.com
 Template:       Divi
 Version:        1.0
*/


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */

/* ############################ */
/* ######  CHANGE COLORS ###### */
/* ############################ */


/* ######  CTA MENU BUTTON ###### */

li.menu_cta a {
	background-color: #eb6200;
}

/* ######  MENU BOTTOM LINE ###### */

.et_header_style_left #et-top-navigation nav>ul>li>a:after,
#et-secondary-nav .menu-item-has-children>a:first-child:after, #top-menu .menu-item-has-children>a:first-child:after {
    background-color: #003366;
}

/* ############ SLIDER TEXT BACKGROUND COLOR ############ */

.home_slider .et_pb_button_wrapper {
	background-color: rgba(0,0,0,0.65);
}

/* ######### DIAGONAL DIVIDERS HOME PAGE ########## */

/* ######### FIRST ########## */

@media all and (min-width: 480px) {
.diagonal_divider:before {
    background-color: #ffffff;
}

/* ######### SECOND ########## */

.diagonal_divider_middle:before {
    background-color: #f5f5f5;
}

/* ######### THIRD ########## */

.diagonal_divider_bottom:before {
    background-color: #003366;
}}

/* ############ BLOG PAGE ############# */

.more-link {
    background-color: #eb6200;
    color: #fff;
}

/* ######### FOOTER SOCIAL IVONS ########## */

.custom_footer .et_pb_social_media_follow li a.icon::before {
    color: #003366 !important;
}

.custom_footer .et_pb_social_media_follow li a.icon.rounded_rectangle {
    background-color: #fff !important;
}

/* ######### SIDEBAR WIDGETS COLORS ########## */

.et_pb_widget_area_right .et_pb_widget {
	border: 1px solid #000;
}

.et_pb_widget_area_right .et_pb_widget ul li {
    border-bottom: 1px solid #000;
}

.et_pb_widget_area_right  h4.widgettitle {
	color: #fff;
	background-color: #003366;
}

.et_pb_widget_area_right .et_pb_widget ul.menu li {
    border-bottom: 1px solid #000;
}

.et_pb_widget_area_right .et_pb_widget ul.menu li:hover,
.et_pb_widget_area_right .et_pb_widget ul.menu li.current-menu-item {
	background-color: #003366;
}

.et_pb_widget_area_right .et_pb_widget ul.menu li:hover a,
.et_pb_widget_area_right .et_pb_widget ul.menu li:hover .fa,
.et_pb_widget_area_right .et_pb_widget ul.menu li.current-menu-item a,
.et_pb_widget_area_right .et_pb_widget ul.menu li.current-menu-item .fa {
	color: #fff;
}

.et_pb_widget_area_right .et_pb_widget ul.menu li:last-child,
.et_pb_widget_area_right .et_pb_widget ul li:last-child  {
	border-bottom: 0px solid #000;
}

.et_pb_widget_area_right .service_icon .fa {
	color: #eb6200;
}

.widget_search input#s, .widget_search input#searchsubmit {
    border: 1px solid #000;  
}

.et_pb_widget_area_right .widget_search {
	border: 0px solid #000 !important;
}

/* ######### BAR UNDER SLIDER COLORS ########## */

@media (min-width: 480px) {
.contact_ribbon {
    background-color: #003366;
}

.contact_top .et-pb-contact-message {
color: #fff !important;
}}

/* ############ PROJECT PAGE OVERLAY HOVER COLOR ############# */

.project_page .et_pb_blurb:hover {
	background-color: rgba(0, 0, 0, 0.53);
}

/* ########  END COLORS ######### */

/* ############ LOGO ############ */

@media only screen and (min-width: 981px) {
#logo {
	min-height: 150px;
	bottom: 0px;
    position: absolute;
}}

/* ############ HOME PAGE ############ */

@media (min-width: 981px) {
.home_image_big .et_pb_image_wrap img {
    max-width: 300% !important;
	margin-left: 50px;
}}

/* ######  TOP HEADER ###### */

#top-menu li a {
    font-weight: 600 !important;
}

#top-header .container {
    padding-top: 0em;
}

@media only screen and (min-width: 981px) {
li.menu_cta a {
	padding: 25px 30px !important;
	font-size: 28px;
}}

li.menu_cta a i.fa {
	padding-right: 5px !important;
}

.tagline_top_menu a {
	font-size: 26px;
	margin-right: 25px;
	font-weight: 300;
	font-style: italic;
}

@media only screen and (max-width: 980px) {
li.menu_cta a,
li.menu_cta a i.fa {
	color: #fff !important;
}}

@media (min-width: 981px) {
.et_fullwidth_secondary_nav #top-header .container {
    padding-right: 0px;
}}

/* ############ MENU ############ */

#top-menu li {
    padding-right: 50px;
}

#top-header {
	z-index: 999;
}

#top-menu-nav>ul>li>a:hover, .et-social-icons a:hover {
    opacity: 1;
}

.et_header_style_left #et-top-navigation nav>ul>li>a:after,
#et-secondary-nav .menu-item-has-children>a:first-child:after, #top-menu .menu-item-has-children>a:first-child:after {
    content: ' ';
    display: block;
    width: 0%;
    height: 8px;
    position: absolute;
    left: 50%;
    bottom: 0 !important;
	top: unset;
    transition: width .5s ease 0s !important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.et_header_style_left #et-top-navigation nav>ul>li>a:hover:after {
    width: 100%;
}

.current-menu-item a:after {
	width: 100% !important;
}

#top-menu .menu-item-has-children>a:first-child {
    padding-right: 0px;
}

@media (min-width: 981px) and (max-width: 1530px) {
#top-menu li {
    padding-right: 23px;
}}

/* ############ DROPDOWN ############ */

.nav li ul {
    padding: 0px;
}

#top-menu li li {
    border-bottom: 1px solid #000;
    padding: 10px 20px;
	-webkit-transition: all .4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

#top-menu li li a {
	font-size: 16px;
	padding: 6px 0px;
}

#top-menu li li:last-child {
    border-bottom: 0px solid #000;
}

#top-menu li li:hover,
#top-menu li li.current-menu-item {
	background-color: #003366 !important;
}

#top-menu li li:hover a,
#top-menu li li.current-menu-item a,
.et-fixed-header #top-menu li li.current-menu-item>a {
	opacity: 1;
	color: #fff !important;
}

#top-menu li li.dropdown_icon .fa {
	font-size: 24px;
	padding-right: 5px;
}

#top-menu li li.dropdown_icon .fa-angle-right:before {
    vertical-align: middle;
}

@media (min-width: 981px) and (max-width: 1335px) {
#logo {
	max-height: 100%;
	min-height: 100% !important;
	bottom: 0px;
    position: relative;
}

#et-top-navigation {
	padding-left: 0px;
}}

@media (min-width: 981px) and (max-width: 1150px) {
.et_fullwidth_nav #main-header .container {
    padding-right: 10px;
    padding-left: 0px;
}

#top-menu li a {
    font-size: 14px !important;
}

#top-menu li {
    padding-right: 20px;
}}


/* ############ GENERAL ############ */

body {
    font-weight: 400 !important;
}

@media (min-width: 981px) {
h2 {
	font-size: 60px !important;
}}

@media (max-width: 479px) {
h2 {
	font-size: 30px !important;
}

h3 {
	font-size: 24px !important;
}

h4 {
	font-size: 24px !important;
}}

@media (max-width: 980px) {
.custom_row {
	width: 100% !important;
}}

@media (min-width: 981px) and (max-width: 1350px) {
.custom_row_services {
width: 95%;
}}

/* ############ SHADOW ############ */

.block_shadow .et_pb_column {
	box-shadow: 10px 10px 40px rgba(0,0,0,0.25);
	border: 1px solid #000;
	-webkit-transition: all .4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.block_shadow .et_pb_column:hover {
	box-shadow: 10px 10px 40px rgba(0,0,0,0);
}

.block_shadow_2 {
	box-shadow: 10px 10px 40px rgba(0,0,0,0.25);
	border: 1px solid #000;
	-webkit-transition: all .4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}


/* ############ SLIDER ############ */

@media (min-width: 981px) {
.home_slider .et_pb_slide_description {
	width: 60%;
    float: left;
	padding: 8%;
	padding-left: 0px;
}

.home_slider .et_pb_container {
	margin-left: 0px;
}

.home_slider .et_pb_slider_with_text_overlay .et_pb_slide_title, .et_pb_slider_with_text_overlay h2.et_pb_slide_title {
    padding: 50px 50px 25px 50px;
}

.home_slider .et_pb_slider_with_text_overlay .et_pb_slide_content {
    padding: 0 50px 0px 50px;
}

.home_slider .et_pb_button_wrapper {
	padding-left: 50px;
	padding-bottom: 50px;
}}

@media (max-width: 479px) {
.home_slider .et_pb_slide_description {
	padding: 8% 0%;
}

.home_slider .et_pb_container {
    width: 100%;
}

.home_slider .et_pb_slide_content {
    padding: 30px;
}}

@media (max-width: 980px) {
.home_slider .et_pb_more_button {
    margin-top: 0px;
	margin-left: 30px;
}
.home_slider  .et_pb_button_wrapper {
	padding-bottom: 30px;
}}

@media (min-width: 981px) and (max-width: 1150px) {
.et_pb_slide_description .et_pb_slide_title {
    font-size: 60px !important;
}}

@media (min-width: 981px) and (max-width: 1250px) {
.home_slider .et_pb_slide_description {
    width: 100%;
	padding-top: 12%;
	padding-bottom: 12%;
}}


/* ########## BACKGROUND TOP HEADER ########### */

.block_shadow_review {
	box-shadow: 10px 10px 40px rgba(0,0,0,0.25);
	border: 1px solid #000;
	border-radius: 10px;
	-webkit-transition: all .4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

/* ######### DIAGONAL DIVIDERS ########## */

/* ######### HOME ########## */

@media all and (min-width: 480px) {
.diagonal_divider:before {
    content: '';
    position: absolute;
    width: 200%;
    height: 100%;
    top: 100%;
    left: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg);
}

.diagonal_divider_middle:before {
   content: '';
    position: absolute;
    width: 200%;
    height: 50%;
    top: 100%;
    left: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg);
}

.diagonal_divider_bottom:before {
    content: '';
    position: absolute;
    width: 200%;
    height: 45%;
    top: 100%;
    left: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg);
}}



/* ################################ */
/* ######### REVIEW PAGE ########## */
/* ################################ */

.Testimonial_text p {
margin: 0 auto;
    display: block;

}

.Testimonial_text_p {
	padding-top: 25px;
    display: block;
}

@media all and (max-width: 479px) {
.Testimonial_text img {
    display: inline-block;
    float: left;
    margin-right: 15px;
    max-width: 80px !important;
}

.Testimonial_text_p {
	padding-top: 5px;
}}

@media all and (max-width: 1350px) and (min-width: 981px) {
.Reviews_page .et_pb_text {
	padding-left: 20px !important;
	padding-right: 20px !important;
	font-size: 14px;
    line-height: 1.7em;
}

.Reviews_page .et_pb_text img {
	width: 20%;
}

.Testimonial_text_p {
	padding-top: 5px;
}}

@media all and (max-width: 1250px) {
.Reviews_page {
	width: 95%;
}}

@media all and (max-width: 479px) {
span.Testimonial_text_p {
	font-size: 15px !important;
	line-height: 1.8em;
}

.Reviews_page  .et_pb_text {
	font-size: 15px !important;
	line-height: 1.8em;
}}


@media all and (min-width: 981px) and (max-width: 1750px) {
.Reviews_page .et_pb_column {
    padding: 25px 15px;
}}

/* ######### BOTTOM CTA ########## */

.bottom_cta_row {
	border: 5px dashed #eb6200;
	box-shadow: 10px 10px 40px rgba(0,0,0,0.25);
	-webkit-transition: all .4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

@media all and (max-width: 479px) {
.bottom_cta_row img {
	max-width: 500px !important;
}}

@media (min-width: 981px) and (max-width: 1630px) {
.bottom_cta_row img {
	max-width: 100% !important;
}

.bottom_cta_row .et_pb_image {
    margin-top: 50px!important;
    margin-left: 0px!important;
    margin-left: 0;
}}

@media (max-width: 479px) {
.bottom_cta_row img {
	max-width: 100% !important;
}}

@media (min-width: 981px) and (max-width: 1200px) {
.bottom_cta_row .et_pb_text {
	line-height: 1.7em;
    font-size: 18px;
}}

/* ######### FOOTER ########## */

@media (min-width: 981px) and (max-width: 1575px) {
.custom_footer .et_pb_blurb_description {
	line-height: 1.7;
    font-size: 14px;
}}

/* ######### SIDEBAR WIDGETS ########## */


.et_pb_widget_area_right .et_pb_widget {
	box-shadow: 10px 10px 40px rgba(0,0,0,0.25);
	padding: 0px;
}

.et_pb_widget_area_right .et_pb_widget ul li {
	padding: 0.7em 25px !important;
    margin-bottom: 0px;
    margin-top: 0px;
}

.et_pb_widget_area_right  h4.widgettitle {
	padding: 25px 25px 25px 25px;
	font-size: 24px;
}

.et_pb_widget_area_right .widget_nav_menu h4.widgettitle {
font-size: 30px;
}

.et_pb_widget_area_right .et_pb_widget ul.menu li {
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 22px;
    font-weight: 300;
	padding: 0.7em 25px !important;
	-webkit-transition: all .4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

@media (min-width: 981px) and (max-width: 1300px) {
.et_pb_widget_area_right .et_pb_widget ul.menu li {
	font-size: 16px;
}}


.et_pb_widget_area_right .widget_nav_menu {
	margin-bottom: 0px !important;
}

.et_pb_widget_area_right .service_icon .fa {
	font-size: 24px;
	padding-right: 20px;
}

@media (max-width: 980px) {
.et_pb_column .et_pb_widget_area_right .et_pb_widget:nth-child(n) {
    width: 100%!important;
	margin-bottom: 20px !important;
}}

.widget_search input#s, .widget_search input#searchsubmit {
    height: 60px!important; 
}


@media (min-width: 480px) {
.contact_top {
    margin-left: 11% !important;
}

.contact_top .et_pb_contact_field_half {
    float: none !important;
    width: 25% !important;
    display: inline-block !important;
}

.contact_top p.et_pb_contact_field {
    margin-bottom: 0%;
    padding: 0 0 0 3%;
}

.et_contact_bottom_container {
    float: none;
    margin-top: 0px;
    text-align: right;
    display: inline-block;
}

.contact_ribbon {
	margin-top: -75px;
    position: absolute;
    top: 1px;
    left: 1px;
    padding: 15px 25px;
    border-radius: 10px 10px 0 0;
	margin-left: 10%;
}

.contact_top.et_pb_contact_form_container .et_pb_button {
padding: 0.4em 1em 0.3em 1em!important;
}}

/* ############ PROJECT PAGE ############# */

.project_page .et_pb_blurb_content {
	visibility: hidden;
}

.project_page .et_pb_blurb:hover .et_pb_blurb_content {
	visibility: visible;
}

.project_page .et_pb_blurb {
	-webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

@media all and (min-width: 981px) {
.project_page_column_1,
.project_page_column_2,
.project_page_column_3 {
	border-right: 5px solid #fff;
}}

@media all and (max-width: 479px) {
.project_page_column_1,
.project_page_column_2,
.project_page_column_3 {
	border-bottom: 5px solid #fff;
}}

@media (min-width: 480px) and (max-width: 980px) {
.project_page_column_1,
.project_page_column_3 {
	border-right: 5px solid #fff;
}

.project_page_column_1,
.project_page_column_2 {
	border-bottom: 5px solid #fff;
}}

@media (max-width: 980px) {
.custom_row_project_page {
	width: 97%;
}}

@media (min-width: 981px) and (max-width: 1250px) {
.project_page .et_pb_column .et_pb_blurb {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}}

/* ############ BLOG PAGE ############# */

.single .et_pb_post {
    margin-bottom: 0px;
}

.single .post {
    padding-bottom: 0px;
}

@media (min-width: 981px) {
#left-area {
    padding-bottom: 0px;
}}

.more-link {
	display: inline-block !important;
    padding: 5px 15px;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 10px;
}

.entry-content {
overflow: hidden !important;
}