/**
* Theme Name:   Vermont Slopeside Seafood Divi CHILD THEME
* Theme URL:    http://www.serpcom.com
* Description:  Divi Child Theme
* Author:       SERPCOM
* Author URI:   http://www.serpcom.com
* Template:     Divi
* Version:      1.0.0
* Tags:       
*/

/** =Theme customization starts here
-------------------------------------------------------------- */

/* Custom */
a {
	transition: opacity .3s linear;
}

a:not(.et_pb_button):not(.mobile_nav.opened):hover, a:not(.et_pb_button):not(.mobile_nav.opened):focus {
	opacity: 0.5;
}

.et_pb_image.et_pb_has_overlay a:hover, .et_pb_image.et_pb_has_overlay a:focus, .et_pb_image.et_pb_has_overlay:hover a {
	opacity: 1 !important;
}

.white_link a, .white_link a[href^="tel:"] {
	color: #fff !important;
}

hr {
    margin-top: 10px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #ddd;
}

.hr_cut {
    border-top: 1px solid #ddd;
	width: 30%;
	margin: 0 0 20px;
}

.hr_cut_center {
    border-top: 1px solid #ddd;
	width: 30%;
	margin: 10px auto 20px;
}

.last_p_fix p:last-of-type {
	padding-bottom: 1em !important;
}

.lead, .lead_p p, .lead_p li {
	font-size: 22px;
	line-height: 1.4em;
}

.airy_list li {
  padding-bottom: 10px;
}

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

sup {
    font-size: 0.8em;
    top: -0.5em;
    display: inline-block;
}

.et_pb_text ul ul, .et_pb_text ul ul ul {
    padding-bottom: 0 !important;
}

@font-face {
    font-family: 'Geometos';
    src:url('https://seo2.serpcom.com/wp-content/themes/slopeside-ct/fonts/Geometos.ttf.woff') format('woff'),
        url('https://seo2.serpcom.com/wp-content/themes/slopeside-ct/fonts/Geometos.ttf.svg#Geometos') format('svg'),
        url('https://seo2.serpcom.com/wp-content/themes/slopeside-ct/fonts/Geometos.ttf.eot'),
        url('https://seo2.serpcom.com/wp-content/themes/slopeside-ct/fonts/Geometos.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4 {
	font-family: 'Geometos' !important;
}

/* Hide 'Home' Link on Nav on medium screens, before mobile size */
@media (max-width: 1390px) and (min-width: 980px) {
	.hide_early {
		display: none !important;
	}
}

/* Hide Show */
.show767, .show980 {
	display: none !important;
}

@media (max-width: 980px) {
	.show980 {
		display: inline !important;
	}
}

@media (max-width: 767px) {
	.hide767 {
		display: none !important;
	}
	.show767 {
		display: inline !important;
	}
}

/* Flex */
.flex, .flex_col {
	display: flex;
	align-items: center;	
}

.flex .et_pb_module {
	align-items: center;
	width: 100%;
}

@media (min-width: 981px) {
	.vertical_center_desk {
	   display: flex;
	   align-items: center;
	}
}


/* Nav Button in Secondary Menu */
#top-header .container {
	padding-top: 0;
}

#et-info, #et-secondary-menu {
	padding-top: 0.75em !important;
}

.nav_button a {
	color: #000 !important;
	font-weight: bold;
    line-height: 9px;
    padding: 13px 16px !important;
    text-transform: uppercase;
    display: block;
    transition: all .5s ease;
	background-color: #58acc6;
}

@media (min-width: 981px) {
	.nav_button a {
		margin-top: -10px;
	}
}

@media (max-width: 980px) {
	.nav_button a {
		margin-top: 10px;
	}
}


/* Fullscreen */
.fullscreen_section {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* Blog, Search, Archive Pages */
.search article, .author article, .archive article, .et_pb_posts article, .archive .entry {
	border-bottom: solid 1px #ddd;
	margin-bottom: 40px;
	padding-bottom: 30px;
}

.archive small, .et_pb_posts .et_pb_post p.post-meta, .single p.post-meta, .archive .post-meta, .et_pb_blog_grid .et_pb_post .post-meta {
	width: 100% !important;
	margin-bottom: 15px;
    display: block;
    font-size: 15px;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 4px;
	margin-bottom: 15px;	
	padding-top: 4px;
	font-size: 15px !important;
	line-height: 1.2em;
}

.single article img.alignright, .single article img.alignleft, .single article img.aligncenter, .single article img.alignnone {
	margin-bottom: 15px;
}

.serp_tags {
	margin-bottom: 10px;
}

.serp_byline {
	margin-bottom: 15px;
}

.et_monarch .et_pb_section .et_social_inline_top {
    margin-bottom: 10px !important;
}

.single .et_pb_post_content_0_tb_body img.alignnone {
	margin-bottom: 10px;
}

.instagram_image {
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
}

.instagram_image img {
	width: 100%;
}

.wp-video {
	margin: 0 auto;
} /* Center Instagrate video */

@media (min-width: 981px) {
	#main-content .container:before {
	    background-color: rgba(255,255,255,0);
	}
}

/* Blog Grid w Clamp */
.et_pb_blog_grid h2 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 94px;
    margin-bottom: 20px;
}

@media ( max-width: 980px) {
	.et_pb_blog_grid h2 {
	    display: block;
	    -webkit-line-clamp: none;
	    height: auto;
	}
}

/* Divi Theme Builder Posts Using Divi Builder */
.et_builder_inner_content .et_builder_inner_content .et_pb_section .et_pb_row {
	width: 100%;
	padding: 0;
}

.et_builder_inner_content .et_builder_inner_content .et_pb_section {
	width: 100%;
	padding: 0;
}

/* Sidebar */
.et_pb_widget ul li {
	padding: 8px 0 6px 15px;
	border-bottom: 1px solid #eee;
	margin-bottom: 0 !important;
	font-size: 14px;
	line-height: 1.3em;
}

.et_pb_widget ul li:last-child {
	border-bottom: none;
}

.et_pb_widget ul li, .sidebar_menu li {
	padding-left: 0;
}

.et_pb_widget {
	border-bottom: 1px solid #a0a0a0;
	padding-bottom: 10px;
	margin-bottom: 20px !important;	
}

.et_pb_widget:last-child {
	border-bottom: none;
}

.widget_search {
	padding-bottom: 25px !important;
}

.widgettitle {
	font-size: 16px;
}

.et_monarch .et_social_inline_top {
    margin-bottom: 0;
    margin-top: -15px;
}

/* Hide 'Rule' on single sidebar */
@media (min-width: 981px) {
	#main-content .container:before {
	    background-color: rgba(0,0,0,0);
	}
}

/* Tag Block */
.tag_block_section {
	background: #f3f3f3;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.tag_block_row {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.tag_block {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 13px;
	line-height: 1.4em;
}

.tag_block p span {
	background-color: #ccc;
	padding: 6px 10px;
	border-radius: 5px;
	color: #4f4f4f;
	margin: 3px 5px;
	display: inline-block;
}

@media ( max-width: 479px ) {
	.tag_block {
		font-size: 11px;
	}
}

/* Form */
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper textarea.textarea {
	padding: 10px 15px !important;
	font-size: 16px !important;
	color: #000 !important;
	background: #fff !important;
	border: 1px solid #ccc !important;
}

body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_page_footer input.button {
	font-family: "Open Sans",Arial,sans-serif !important;
}

.gform_wrapper .gform_footer {
    padding: 5px 0 0 !important;
    margin: 0 !important;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	/* height: 56px !important; */
}

.ginput_container_select {position:relative; display: inline;}
.ginput_container_select:after {content:""; width:0; height:0; position:absolute; pointer-events: none;}
.ginput_container_select:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: .3em;
    right: .75em;
    border-top: 8px solid black;
    opacity: 0.5;
}
select::-ms-expand {
    display: none;
}

.gform_wrapper .gform_validation_errors>h2.hide_summary {
    padding: 0 !important;
}

.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
    background: none !important;
    border: none !important;
    padding: 0 !important;
}

body .gform_wrapper {
    padding-bottom: 0 !important;
}

@media (min-width: 641px) {
	.gform_wrapper ul.gform_fields li.gfield {
	    padding-right: 0 !important;
	}
	.gform_wrapper .top_label li.gfield.gf_left_half {
		padding-right: 8px !important;
	}
	.gform_wrapper .top_label li.gfield.gf_right_half {
		padding-left: 8px !important;		
	}
}

@media (max-width: 400px) {
	.ginput_recaptcha {
		margin-left: -23px;
	}
}

.cta_row1, .cta_row2 {
	padding: 5% !important;
}

.cta_row1 {
	padding-bottom: 0 !important;
}

.cta_row2 {
	padding-top: 1% !important;
}

.form_col {
	padding: 6%;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #fff;
}

/* Footer */
#footer-info {
	text-align: center;
	float: none;
	line-height: 1.6em;
}

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




/* Jut Up Columns */
.jut_up_col {
    margin-top: -100px;
    padding: 30px;
    background-color: #434343;
    display: flex;
    flex-direction: column;
    align-items: center;
	border-radius: 4px;
}

.jut_up_col h1 {
	padding-bottom: 0;
	color: #fff !important;
}

@media (min-width: 981px) {
	.jut_up_cols_row .et_pb_column {
	    margin-top: -130px;
	}
	.jut_up_cols_row .et_pb_column .et_pb_image_wrap {
	    padding: 5px;
		background: #f5f5f5;
		background: #fff;
		box-shadow: 0px 12px 18px -6px rgb(0 0 0 / 30%);
		border: 1px solid #ddd;
	}
	.jut_up_cols_row2 .et_pb_column {
	    margin-top: -180px;
	}
}

.home_button_left_col .et_pb_button_module_wrapper {
	text-align: right;
}

.home_button_right_col .et_pb_button_module_wrapper {
	text-align: left;	
}

@media (max-width: 767px) {
	.home_button_left_col .et_pb_button_module_wrapper, .home_button_right_col .et_pb_button_module_wrapper {
		text-align: center !important;
	}
}






