/*entry
 Theme Name:   Divi Child
 Description:  A child theme of the Divi WordPress theme
 Author:       Cloudburst
 Template:     Divi
 Version:      1.0.0
*/

/*LOGO*/
#logo {
    position: relative;
    top:-8px;
}
.et-fixed-header #logo {
    top:-3px;
}

h1, h2, h3, h4, h5, h6, .et_quote_content blockquote p, .et_pb_slide_description .et_pb_slide_title {
    line-height: 1.2em !important;
}

.et_pb_section_0 {
    padding-top: 0 !important;
}

.et_pb_section_0 .et_pb_row{
    padding-top: 8px !important;
}

.et_pb_section_0 .et_pb_row h1{
    padding-bottom: 30px !important;
}

body.home .breadcrumbs {
	display:none;
}

.et_fullscreen_slider .et_pb_slides,
.et_fullscreen_slider .et_pb_slide,
.et_fullscreen_slider .et_pb_container {
    min-height: 100% !important;
    height: 100% !important;
}
#footer-info p {
	line-height:1.5em;
}
.load-dark:before,
.load-light:before {
    display: block;
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-content: center;
    text-align: center;
    line-height: 100%;
    -webkit-animation: curtain 2s forwards !important;
    animation: curtain 2s forwards !important;
}
.load-dark:after,
.load-light:after {
    font-family: "etModules";
    font-size: 3.4em;
    content: "\e02d";
    position: fixed;
    text-align: center;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    top: 45%;
    -webkit-animation: wheel 1.5s forwards !important;
    animation: wheel 1.5s forwards !important;
}
.load-dark:before {
    background: #303030;
}
.load-dark:after {
    color: #f1f1f1;
}
.load-light:before {
    background: #f1f1f1;
}
.load-light:after {
    color: #303030;
}

#top-menu li {
    display: inline-block;
    padding-right: 30px;
    font-size: 14px;
}

/* Dropdown menu */
#top-menu li li a {
    width: 200px;
    padding: 6px 20px;
    line-height: 20px;
    
}

#top-menu li a:hover, #top-menu li li a:hover  {
    color: #C6D551 !important;
    opacity: 1 !important;
    transition:all .2s !important;
}

/* GRAVITY FORMS */
.field_sublabel_above .gfield_description {
    margin-top:0px !important;
    padding-bottom:0 !important;
}
.dcgd_gravity_divi_wrapper .gfield_select {
    padding:13px !important;
}
.button.gform_button_select_files{
    color:#2ea3f2 !important;
    font-weight:bold;
}
.button.gform_button_select_files:hover {
    cursor: pointer;
}
.gform_ajax_spinner {
    position:relative;
    top:13px;

}


/*FLEX GRID STYLES*/
.flex-wrapper {
	display: flex;
	align-content: flex-start;
	flex-flow: row wrap;
	flex-wrap: wrap;
	position: relative;
}
.flex-1 .flex-item {
	flex: 1 1 100%;
	flex-grow:0;
}

.flex-2 .flex-item{
	flex: 1 1 50%;
	flex-grow:0;
}

.flex-3 .flex-item {
	flex: 1 1 33.3%;
	flex-grow:0;
}
.flex-4 .flex-item {
	flex: 1 1 25%;
	flex-grow:0;
}
.flex-5 .flex-item {
	flex: 1 1 25%;
	flex-grow:0;
}
.flex-6 .flex-item {
	flex: 1 1 16.6%;
	flex-grow:0;
}
.flex-item {
	flex: 1;
	display: inline-block;
}
/* With gutters */
.flex-gutters {
	margin: -2em 0 0 -2em;
}
.flex-gutters > .flex-item {
	padding: 2em 0 0 2em;
}
.valign {
	align-items: center;
   	justify-content: center;
}
.flex-grow-1{
	flex:1 !important;
	flex-grow:1 !important;
}
.flex-grow-2{
	flex:2 !important;
	flex-grow:2 !important;
}
.flex-grow-3{
	flex:3 !important;
	flex-grow:3 !important;
}
.flex-grow-4{
	flex:4 !important;
	flex-grow:4 !important;
}

.mp-vertical-align { 
    display: flex;
    align-items: center;
}


/** Footer Styles **/
h3.footer-category {
	text-transform: uppercase;
	color: #FFFFFF;
    font-size: 20px !important;
	letter-spacing: 1px;
}

.footer-category {
	text-transform: uppercase;
	padding-bottom: 13px;
	margin-bottom: -9px;
	border-bottom: 1px solid #335f86;
}

.footer-widget ul.sub-menu, .footer-widget-html {
	text-transform: none;
	margin-top: 28px;
	line-height: 1.24em !important;
	letter-spacing: 0.5px;
}

#footer-widgets .footer-widget li {
	padding-left: 0;
	margin-left: 0;
}

.footer-widget li:before {
	display: none; 
} 

.footer-widget .fwidget {
    width: 100%;
}




.button-inline .et_pb_button_module_wrapper {
	display: inline-block;
}

.mp-button {
	padding-top: 10px!important;
    padding-right: 20px!important;
    padding-bottom: 10px!important;
    padding-left: 20px!important;
	border-width: 0!important;
	border-radius: 0;
    font-size: 14px;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 800!important;
	min-width: 250px;
	margin: 0 10px;
	text-align: center;
}

.et_pb_button.button-green,
.et_pb_button.button-blue{
    min-width:200px;
    text-align:center;
    padding:10px 30px !important;
}
.et_pb_button.button-green:hover,
.et_pb_button.button-blue:hover{
    padding:10px 30px !important;
    box-shadow: 0px 8px 15px rgba(0,0,0,.2);
}

.et_pb_button.button-green-small,
.et_pb_button.button-blue-small{
    min-width: 125px;
    text-align: center;
    padding: 5px 10px !important;
}
.et_pb_button.button-green-small:hover,
.et_pb_button.button-blue-small:hover{
    padding: 5px 10px !important;
    box-shadow: 0px 8px 15px rgba(0,0,0,.2);
}

.mp-green-button,.button-green {
	color: #000000 !important;
    background-color: #c1d72e;
}

.mp-blue-button, .button-blue, .button-blue-small {
	color: #ffffff !important;
    background-color: #003768 !important;
    border-color: #003768 !important;
}
.et_pb_button.button-blue:hover, .et_pb_button.button-blue-small:hover {
    border-color: #003768 !important;
    color: #000000 !important;
}

.work-sample-column {
	position:relative;
	height:280px;
	width:25%;
	margin:0 auto;
	overflow: hidden;
}

.work-sample-column img {
	min-width: 100%;
	min-height: 100%;
	overflow: hidden;
	position:absolute;
	left:0;
	top:0;
	object-fit: cover;
}

.work-sample-row {
	width: 100%;
	max-width: 2880px !important;
	overflow: hidden;
}

.mobile_menu_bar::before {
    color:#fff !important;
}
#mobile_menu {
    padding:20px;
}

.printing-row-homepage {
	margin: 0;
	margin-left:auto;
	
}
 
.vertical-blog-post-homepage .entry-title, .mp-blog-preview-left-image .entry-title {
	padding: 0 30px;
}

.vertical-blog-post-homepage .post-content {
	padding: 0 30px 40px 30px;
}

.vertical-blog-post-homepage .et_pb_post {
	margin-bottom: 30px;
}

.mp-blog-preview-left-image .post-content {
	padding: 0 30px;
}

.mp-blog-preview-left-image .entry-title {
	padding: 30px 30px 0 30px;
}

.et_pb_posts a.more-link {
	font-weight: bold;
}

.announcement-section {
	min-height: 20px;
}

.announcement-section p{
	color: #000000;
}

.announcement-microphone img {
	margin-bottom: 20px;
}

.hidden-announcements {
	display: none;
}

.entry-featured-image-url img{
	min-width: 100% !important;
	min-height: 100% !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	object-fit:cover;
}

.entry-featured-image-url {
	position: relative;
	overflow: hidden;
	padding-bottom: 50%;
    display:block;
    margin-bottom:20px;
}
.mp-blog-preview-left-image .entry-featured-image-url {
	display: inline-block;
	width:47%;
	padding-bottom:30%;
	float:left;
	margin-bottom:0 !important;
}
.mp-blog-preview-left-image article {
	margin-bottom:0 !important;
}
.mp-blog-preview-left-image .entry-title,
.mp-blog-preview-left-image .post-content{
	display: inline-block;
	float:left;
	width:52%;
}


.sidebar-post {
    margin-bottom: 30px;
}

.sidebar-post hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

/*Category pages */
article.flex-item {
	margin-bottom:50px;
}
.post-image {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-bottom: 50%;
	margin: 0 auto 15px;
	display: block;
	background:#eee;
	color:#eee;
	transition:.2s all ease-in-out;
}
.post-image > img {
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
	transition: .2s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
}

.archive-meta .post-categories li {
	display:inline-block;
	list-style: none;
	font-size:12px;
}
.archive-meta .post-categories li:after {
	content:", ";
}
.archive-meta .post-categories li:last-child:after {
	content:"";
}
.archive-meta .post-categories{
	padding:0 !important;
	margin-bottom:10px !important;
	line-height: 1.5em !important;
}
/*
.archive #main-content .container,
.search #main-content .container,
.error404 #main-content .container,
.page-template-page-template-magazine-view-all #main-content .container{
	padding:20px 0;
}
*/
.archive #main-content .container h1,
.search #main-content .container h1,
.error404 #main-content .container h1,
.page-template-page-template-magazine-view-all .container h1
{
	font-size:34px !important;
}
.et_right_sidebar #left-area {
	padding-right: 2.5%;
}
.et_right_sidebar #sidebar {
	padding-bottom: 0;
}

.archive.et_right_sidebar #left-area,
.search.et_right_sidebar #left-area{
	padding-right: 0;
}
.archive.et_right_sidebar #left-area article,
.search.et_right_sidebar #left-area article,
.page-template-page-template-magazine-view-all.et_right_sidebar #left-area article{
	padding-right:30px;
}
.wp-pagenavi {
	width:100%;
}
.archive.et_right_sidebar #left-area .post-meta,
.search.et_right_sidebar #left-area .post-meta{
	padding-bottom:0;
}

/*SINGLE pages */
.single .entry-content h2 > a {
    text-decoration:underline;
}
.single .post-meta {
    padding-bottom:0 !important;
}
.et_monarch .et_social_networks .et_social_icons_container{
    margin:0 auto 15px !important;
}
.single .row {
    margin-left:0;
    margin-right:0;
}
.single .entry-content .wp-caption-text {
    font-size:14px;
    line-height:1.4em;
    margin:5px auto;
    padding-bottom:0;
}
.single h1 {font-size:40px !important;
	color:#444444;
	margin:0;
    line-height:1.2em;
}
.brightGreen h2 {
/*	color:#95c11c !important;*/
    font-size:2.5em !important;
}
.brightGreen p {
    font-size:1.4em !important;
}
.single h2 {font-size:28px;}
.single h3 {font-size:22px;}
.single h4 {font-size:18px;}

blockquote {
	padding:20px;
	margin:30px 50px;
	background: #f9f9f9;
}
blockquote p {
	font-size:22px;
	line-height:1.5em;
}
.single .entry-content p, .single .entry-content li, .single .entry-content {
	font-size:16px;
}
.entry-content li {
	line-height:1.5em;
	margin-bottom:10px;
}
.single .entry-content ul,
.single .entry-content ol{
	padding: .5em 0 .5em 2em !important;
	list-style-position: outside !important;
}

.single .entry-content > .et_pb_section:first-child {
	padding-top:0;
/*	border-top:1px solid #e2e2e2;*/
}
#comment-wrap {
	padding-top:0px;
}
.single .entry-content .et_pb_section .et_pb_row:first-child {
	padding-bottom:0;
}
.single .entry-content .et_pb_section,
.single .entry-content p,
.single .entry-content .et_pb_row {
    padding-top:0;
    padding-bottom:20px;
}
.single .entry-content .et_pb_row {
    padding-bottom:0;
}

.et_monarch .et_pb_section .et_social_inline_top, .et_monarch .et_pb_section .et_social_inline_bottom,
.et_monarch .et_social_autowidth li{
	margin-bottom:0 !important;
}
.et_pb_gallery_item.et_pb_grid_item {
	padding:10px 20px 30px 0;
}

article h2.entry-title{
	font-size: 23px !important;
}

#left-area-categories{
	width:100%;	
}

.breadcrumbs {
    margin-top: 20px;
}

.breadcrumb-text {
    font-size: 11px;
}

h1.indexTitle {
	margin-bottom:20px;
}

#main-content .container {
    padding-top: 10px !important;
}

.services-blurb img{
	filter: gray; /* IE5+ */
      -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
      -webkit-transition: all .4s ease-in-out;  
}

.services-blurb img:hover {
    filter: none;
      -webkit-filter: grayscale(0);
    }

.services-blurb .et_pb_main_blurb_image {
	margin-bottom: 18px;
}

.services-blurb .et_pb_module_header {
	font-size: 25px;
}

/* remove gray vertical line by sidebar */
.container:before { background-color:transparent !important; }
.et_pb_widget_area_right { border-left:0 !important; }
.et_pb_widget_area_left { border-right:0 !important; }

/* Search in header */
#morrell_search input#searchsubmit, #morrell_search input#s {
    height: 30px !important;
    margin: 0;
    padding: 0;
    border: 1px solid #ddd;
    color: #666;
    font-size: 14px;
    line-height: normal !important;
}

#top-menu a:last-child {
	padding-bottom: 0 !important;
}

.et_pb_map {
    max-height: 400px !important;
}
/* Media Queries */

@media (max-width:1400px){
    .mp-blog-preview-left-image .entry-featured-image-url {
        padding-bottom: 25%;
    }
}

@media (max-width:1200px){
    .et_menu_container.container {
        width:98%;
    }
	
	.mp-blog-preview-left-image .entry-featured-image-url {
        padding-bottom: 30%;
    }
}

@media (max-width:1024px){	
	.mp-blog-preview-left-image .entry-featured-image-url {
        padding-bottom: 50%;
    }
}

@media (max-width:980px){
    .et_pb_button_module_wrapper {
        text-align:center !important;
    }
	
	.mp-blog-preview-left-image {
		margin-bottom: 30px;
	}
	.work-sample-row .flex-item, .flex-item {
		flex: 1 1 50% !important;
	}
}



@media (max-width:767px){
	#footer-widgets #media_image-2 {
		text-align: center;
	}
    .button-inline .et_pb_button_module_wrapper {
        display: block;
    }
    .et_pb_button_module_wrapper a {
        display:block;
    }
    .et_pb_button {
        width:100%;
        display:block;
    }
	.mp-vertical-align {
    	display: block;
	}
	 .mp-blog-preview-left-image .entry-featured-image-url {
		position: relative;
    	overflow: hidden;
    	padding-bottom: 50%;
	}
	
	.mp-blog-preview-left-image .entry-title, .mp-blog-preview-left-image .post-content {
		width: 100%;
	}
	
	.mp-blog-preview-left-image .post-content {
		padding: 0 30px 40px 30px;
	}
	
	.mp-blog-preview-left-image .entry-featured-image-url {
    	width: 100%;
	}
    .work-sample-row .flex-item,.flex-item {
		flex: 1 1 100% !important;
	}
}

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