/*

 Theme Name:   MarkMinevich

 Theme URI:    

 Description:  Divi Child Theme

 Author:       Leo

 Author URI:   http://idealideas.com

 Template:     divi

 Version:      1.0.0

 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready

*/



@import url("../Divi/style.css");



/* =Theme customization starts here

-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {  }

h1:before, h2:before { font-family: "FontAwesome"; content: '\f45c'; color: #ee2346; clip-path: polygon(20% 20%, 60% 40%, 80% 20%, 80% 80%, 20% 80%); vertical-align: top; }

.et-fixed-header #logo { content: url(/wp-content/uploads/2022/04/MarkMinevich-logo-site.svg); }

/* Main Menu item separators */
.et_header_style_left #top-menu > .menu-item + .menu-item:before,
.et_header_style_centered #top-menu > .menu-item + .menu-item:before,
.et_header_style_split #top-menu > .menu-item + .menu-item:before { position: absolute; left: -20px; top: -1px; font-family: "FontAwesome"; content: '\f45c'; color: #ee2346; clip-path: polygon(20% 20%, 40% 40%, 80% 20%, 80% 80%, 20% 80%); }

/* Buttons */
.et_pb_button { clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 10px 10px); }

/* Back to top icon */
.et_pb_scroll_top.et-pb-icon { clip-path: polygon(20% 5%, 100% 0, 100% 100%, 30% 95%, 0 60%); }

/* remove sidebar line */
#main-content .container:before { width: 0; }

/* GDPR Cookie Consent plugin */
.cli-plugin-button, .cli-plugin-button:visited { clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 10px 10px); text-transform: uppercase; }

/*------------------------------------------------*/
/*---------------[RESPONSIVE LAYOUTS]-------------*/
/*------------------------------------------------*/

/*-------------------[960px]------------------*/
@media only screen and ( min-width: 981px ) and ( max-width: 1079px ) {

}

/*-------------------[768px]------------------*/
@media only screen and ( max-width: 980px ) {

	#logo { content: url(/wp-content/uploads/2022/04/MarkMinevich-logo-site.svg); }

	/* Make main menu sticky on mobile */
	.et_fixed_nav #main-header, .et_fixed_nav #top-header { position: fixed; }
	.et-fixed-header { padding: 0 !important; min-height: 30px !important; max-height: 54px !important; }
	.et_header_style_left .et-fixed-header #et-top-navigation, .et_header_style_split .et-fixed-header #et-top-navigation { padding-top: 10px; }

}

/*-------------------[480px]------------------*/
@media only screen and ( max-width: 767px ) {

}

/*-------------------[320px]------------------*/
@media only screen and ( max-width: 479px ) {

}

/* hack SSBA social sharing buttons */
.ssba img { vertical-align: text-top; margin-top: -3px; }
