/*
 Theme Name:   Brand Boldly
 Theme URI:    http://gofilament.com
 Description:  A Theme Built for Online Entrepreneurs
 Author:       Brooke Lawson
 Author URI:   http://gofilament.com
 Template:     Divi
 Version:      1.1
*/

/* Hide footer */

#main-footer {
    height: 0 !important;
    overflow: hidden;
}

/* Text Styles */

.et_pb_text {
	word-wrap: normal!important;
	word-break: normal!important;
}

.et_pb_text ul { 
	list-style-position: outside;
	margin-left:20px;
	margin-top:10px;
}

.et_pb_text ol { 
	list-style-position: outside;
	margin-left:30px;
}

.et_pb_text li { 
	padding-left: 6px;
}

.et_pb_text ul li { 
	padding-bottom: 10px;
}

.et_pb_text ol li { 
	padding-bottom: 10px;
}

blockquote {
	font-size: 20px;
	line-height: 1.5em;
	word-wrap: normal!important;
	word-break: normal!important;
}

body {
	font-weight:400;
	word-wrap: normal!important;
	word-break: normal!important;
}

a {
	line-height: inherit;
	word-wrap: normal!important;
	word-break: normal!important;

}

h1,h2,h3,h4,h5,h6 {
	font-weight:400;
	word-wrap: normal!important;
	word-break: normal!important;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	color:inherit;
	word-wrap: normal!important;
	word-break: normal!important;
}

.et_pb_text h1 {
	font-size:50px;
	font-weight:600;
}

.et_pb_text h2 {
	font-size:35px;
	font-weight:600;
}

.et_pb_text h3 {
	font-size:70px;
	line-height:0.9em;
}

.et_pb_text h4 {
	font-size:50px;
	line-height:0.9em;
}

.et_pb_text h5 {
	font-size:30px;
	font-weight:300;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height:1.3em;
}

.et_pb_text h6 {
	font-size:22px;
	font-weight:300;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height:1.3em;
}

/*  Customize Main Menu  */

#logo {
	position: relative;
	margin-left:30px;
}

#top-menu li a {
   padding-left:5px;
}

#top-menu .menu-item-has-children > a:first-child {
	padding-right: 0px; 
	padding-bottom: 17px!important;
}

#top-menu .menu-item-has-children > a:first-child:after {
	content: ''; 
	margin-top: -2px;
}

#et_top_search { 
    margin-left: 30px !important; 
	margin-top:12px;
	margin-bottom:0px;
}


/* Customize Secondary Menu */

#et-secondary-menu {
	float: none !important;
	text-align:center;
	padding-top:0px
}

.et_fixed_nav #top-header { 
	position: absolute !important; 
}

.et-fixed-header { 
	top: 0px!important; 
}


/* Customize Mobile Menu */

.et_mobile_menu {
 	background-color: rgba(255,255,255,0.94) !important;
	padding:6%;
}

.et_mobile_menu li a {
 	text-transform:uppercase;
	font-weight:400;
	letter-spacing:1px;
	padding:12px 20px;
}

.et_mobile_menu .menu-link-float a {
	padding-top:12px;
	padding-bottom:0px;
	padding-left:20px;
	padding-right:20px;
	border-bottom:0px;
}

.et_mobile_menu .menu-link-float-icons a {
	display:block;
	float:left;
	padding-right:10px!important;
	border-bottom:0px;
}

#main-header .et_mobile_menu .menu-item-has-children > a { 
	background-color: transparent; 
	position: relative; 
	font-weight:400;
}

#main-header .et_mobile_menu .menu-item-has-children > a:after { 
	font-family: 'ETmodules'; 
	text-align: center; 
	speak: none; 
	font-variant: normal; 
	text-transform: none; 
	-webkit-font-smoothing: antialiased; position: absolute; 
}

#main-header .et_mobile_menu .menu-item-has-children > a:after { 
	font-size: 16px; 
	content: '\4c'; 
	top: 13px; 
	right: 10px; 
}

#main-header .et_mobile_menu .menu-item-has-children.visible > a:after { 
	content: '\4d'; 
}

#main-header .et_mobile_menu ul.sub-menu { 
	display: none !important; 
	visibility: hidden !important;  
	transition: all 1.5s ease-in-out;
}

#main-header .et_mobile_menu .visible > ul.sub-menu { 
	display: block !important; 
	visibility: visible !important; 
}

.inlinemenu span.mobile_menu_bar:before {
     color: inherit!important;
}

.mobile_nav.opened .mobile_menu_bar:before {
	 content: '\4d';
}

@media only screen and (max-width: 980px) {
	#main-header {
    	-webkit-box-shadow: 0 3px 20px rgba(0,0,0,.2);
    	-moz-box-shadow: 0 3px 20px rgba(0,0,0,.2);
    	box-shadow: 0 3px 20px rgba(0,0,0,.2);
	}
}

@media (max-width: 980px) {
	.et_header_style_left #logo {
   		max-height: 90% !important;
		margin-left:8px;
  	}
}


/* Add Button to Menu */

#et-top-navigation .et_pb_button {
    margin-top: 0px;
}

.fullwidth-menu a {
	display:block;
	position:relative;
	color:rgba(0,0,0,.6);
	text-decoration:none;
	-webkit-transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out
}

.fullwidth-menu a:hover {
	opacity:.7;
	-webkit-transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out
}


/* Full Width Page Template */

.container-customfullwidth {
	width:100%;
	max-width:1080px;
	margin:auto
}

#main-content .container-customfullwidth {
	padding-top:58px
}


/* Blank Page Template */

.container-customblank {
	width:100%;
	max-width:1080px;
	margin:auto
}

#main-content .container-customblank {
	padding-top:58px
}


/* Custom 404 Page Template */

.error404 #secondary-menu, .error404 #main-header, .error404 #top-header { 
	display:none; 
}

.error404 #page-container {
	padding-top:0px !important;
	margin-top:-1px !important
}

.error404 .et_transparent_nav #main-content .container {
	padding-top: 58px !important;
}


/* Adjust Widget Sizes */

.et_pb_widget .widgettitle {
	font-size: 15px;
	font-weight: bold;
	letter-spacing:1px;
	padding-bottom:20px;
	line-height:1.5em;
}

.top_bar_custom {
	margin-top:0px;
}

.widget_search {
	width:100%;
}
/* Custom Blog Layout */

.alternatingblog .et_pb_post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	margin-bottom:0px;
	padding: 10% 8%;
}

.alternatingblog .et_pb_post:last-child {
    margin-bottom: 0px;
}

.alternatingblog .et_pb_post .entry-featured-image-url {
	width: 40%;
	margin-right:4%;
    margin-bottom: 0px;
}

.alternatingblog .et_pb_post .post_contents {
    width: 55%;
    padding-top: 60px;
	padding-bottom: 60px;

}

.alternatingblog .custom_meta {
    margin-bottom: 10px;
}

.alternatingblog .custom_meta .categories:after {
    content:'|';
    margin-left: 10px;
    margin-right: 10px;
}

.alternatingblog .custom_meta .categories a:after {
    content:',';
    margin-right: 5px;
}

.alternatingblog .custom_meta .categories a:last-child:after {
    display: none;
}

.alternatingblog .entry-title {
    padding-bottom: 0px;
	font-size:40px;
	line-height:1em;
}

.alternatingblog .post-meta {
    margin-bottom: 15px;
}

.alternatingblog .et_pb_post .post-content .more-link {
    display: inline-block;
    margin-top: 2em;
    padding: 8px 20px;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.alternatingblog .et_pb_post .post-content .more-link:hover {
    background-color: transparent;
}


@media all and (min-width: 981px) {

	.alternatingblog .et_pb_post:nth-child(2n) {
		background-color:#efefef;	
	}
	
	.alternatingblog .et_pb_post:nth-child(2n) .entry-featured-image-url {
        -webkit-order: 2;
        order: 2;
        margin-left: 4%;
		width: 40%;
    }

    .alternatingblog .et_pb_post:nth-child(2n) .post_contents {
        -webkit-order: 1;
        order: 1;
    }

}

@media all and (max-width: 980px) {
	
	.alternatingblog .et_pb_post:nth-child(2n) {
		background-color:#efefef;	
	}
	
    .alternatingblog .et_pb_post {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .alternatingblog .et_pb_post .entry-featured-image-url {
        width: 100%;
        height: 250px;
        margin-right: 0%;
    }

    .alternatingblog .et_pb_post .post_contents {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
    }

}

@media all and (max-width: 490px) {
	
	.alternatingblog .et_pb_post:nth-child(2n) {
		background-color:#efefef;	
	}
	
	.alternatingblog .et_pb_post .entry-featured-image-url {
        height: 150px;
    }

}


/* Blog Pagination */

.et_pb_ajax_pagination_container .pagination {
	width:100%;
	padding:5%;
}

.et_pb_ajax_pagination_container .pagination a {
	display: inline-block;
    position: relative;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    font-weight: bold;
}

.et_pb_ajax_pagination_container .pagination .alignleft a:before, .alternatingblog .et_pb_ajax_pagination_container .pagination .alignright a:after {
    display: inline-block;
	margin-top: -5px;
    vertical-align: middle;
    font-family: ETmodules!important;
    font-size: 25px;
    line-height: 25px;
    text-shadow: 0 0;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
}

.et_pb_ajax_pagination_container .pagination .alignleft a:before {
    content:'4';
    margin-right: 5px;
}

.et_pb_ajax_pagination_container .pagination .alignright a:after {
    content:'5';
    margin-left: 5px;
}

@media all and (max-width: 980px) {

    .et_pb_ajax_pagination_container .pagination .alignleft, .alternatingblog .et_pb_ajax_pagination_container .pagination .alignright {
        width: 100%;
        text-align: center;
    }

    .et_pb_ajax_pagination_container .pagination .alignleft + .alignright {
        margin-top: 20px;
    }

}


/* Custom Blog Comments */

#comment-wrap #reply-title span {
	font-size:30px;
	font-weight: bold;
}

.form-submit .et_pb_button {
	padding: 10px 30px 10px 30px !important;
	margin-top:5px;
}

.form-submit .et_pb_button:hover {
	padding: 10px 30px 10px 30px !important;
}

#commentform input[type=text] {
	font-size:14px;
	padding: 15px 20px 15px 20px !important;
}

#commentform textarea {
	font-size:14px;
	padding: 18px 20px 18px 20px !important;
}

#commentform input[type=email],#commentform input[type=text],#commentform input[type=url] {
	width:100%
}

#commentform input[type=url] {
	width:100%;
}


/* Hover Box Sections */

.interactive_boxes .et_pb_column {
    transform: scale(1);
    -webkit-transition: transform 0.45s ease-in-out, padding 0.45s ease-in-out;
    transition: transform 0.45s ease-in-out, padding 0.45s ease-in-out;
	overflow:hidden;
}

.interactive_boxes .et_pb_column:hover {
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
	transform: scale(1.05);
    z-index: 99;
	overflow:hidden;
}


/* Play Video in Lightbox */

.video_popup_lightbox .mfp-iframe-holder .mfp-close {
	top: -50px;
}

.video_popup:after {
	content:'E'; 
	cursor: pointer; 
	font-family:'ETmodules'; 
	position: absolute; 
	top: calc(50% - 42px); 
	left: calc(50% - 42px); 
	z-index: 20; 
	background-color: rgba(255, 255, 255, 0.4); 
	padding: 40px 10px; 
	font-size: 60px; 
	text-transform: uppercase; 
    color: #fff; 
    border: 5px solid #fff;
    border-radius: 50%;
	-webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out;
}

.video.video_popup:hover:after {
    background-color: #fff;
    border-color: #fff;
	color: #d5d5d5; 
    -webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out;
}


/* Vertical Tabs Custom Layout */

.vertical-tabs .et_pb_tabs_controls {
	background-color: transparent; 
}

.vertical-tabs ul.et_pb_tabs_controls:after {
	display: none;
}

.vertical-tabs .et_pb_tabs_controls li {
	display: list-item; 
    padding: 15px 0px;
    margin-bottom: 0px;
	height: auto; 
	float: none; 
    font-weight: normal; 
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.vertical-tabs .et_pb_tabs_controls li:last-child {
	margin-bottom: 0px;
}

.vertical-tabs .et_pb_tabs_controls li, .vertical-tabs .et_pb_tabs_controls li:not(.et_pb_tab_active):last-child {
	border: 0px;
    border-bottom: 1px solid #CACACA;
}

.vertical-tabs .et_pb_tabs_controls li a {
	padding: 0px 10px;
}

.vertical-tabs .et_pb_all_tabs {
	background-color: transparent;
	padding: 0% 5%;
	border-left: 1px solid #CACACA;
}

.vertical-tabs .et_pb_tab_content ul {
    padding-left: 30px;
	margin-top:-10px;
}

.vertical-tabs .et_pb_tab_content ul li {
    padding-left: 6px;
}

.vertical-tabs .et_pb_tab_content ul li:last-child {
    margin-bottom: 0px;
}

.vertical-tabs .et_pb_tab_content ol {
    padding-left: 35px;
	margin-top:-10px;
}

.vertical-tabs .et_pb_tab_content ol li {
    padding-left: 6px;
	margin-bottom:5px;
}

.vertical-tabs .et_pb_tab_content ol li:last-child {
    margin-bottom: 0px;
}


.vertical-tabs .et_pb_tab_content a {

}

.vertical-tabs .et_pb_tab_content a:hover {
    color: #000;
    background-color: transparent;
}


.vertical-tabs .et_pb_tab_content h1 {
    line-height:1.2em;
	font-size:25px;
	padding-top:5px;
	padding-bottom:15px;
}

.vertical-tabs .et_pb_tab_content h2 {
    line-height:1.2em;
	font-size:18px;
	font-weight:600;
	padding-bottom:15px;
}

.vertical-tabs .et_pb_tab_content h3 {
    line-height:1.2em;
	font-size:18px;
	font-weight:600;
	padding-top:35px;
	padding-bottom:15px;
}

.download-btn {
	display: inline-block;
    padding: 15px 30px;
	margin-bottom: 0.5em;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    background-color: #3c3c3c;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.download-btn:hover {
	color:#3c3c3c;
    padding: 14px 29px;
	background: transparent;
	border: 2px solid #3c3c3c;
}

@media all and (min-width: 800px) {
	.vertical-tabs {
		display: -webkit-box;
    	display: -webkit-flex;
   	 	display: -ms-flexbox;
    	display: flex;
	}

	.vertical-tabs .et_pb_tabs_controls {
		width: calc(33.33% - 60px); 
		display: -webkit-box;
  		display: -webkit-flex;
   		display: -ms-flexbox;
   		display: flex; 
   		-webkit-box-orient: vertical; 
   		-webkit-box-direction: normal; 
   		-webkit-flex-direction: column; 
   		-ms-flex-direction: column; 
   		flex-direction: column;
   		margin-right: 0px;
	}

	.vertical-tabs .et_pb_tabs_controls li {
		padding-right: 15%;
	}

	.vertical-tabs .et_pb_tabs_controls li a {
		word-break: break-word;
	}

	.vertical-tabs .et_pb_all_tabs {
		width: 66.666%;
	}

	.vertical-tabs .et_pb_all_tabs .et_pb_tab {
		padding: 0px;
	}
}

@media all and (max-width: 980px) {

    .vertical-tabs .et_pb_all_tabs {
		margin-left:-20px;
		padding: 0%;
		border: 0px;
		box-shadow: none;
	}
	
	.vertical-tabs .et_pb_tab_content h2 {
	font-size:16px;
	}

}


/* Horizontal Tabs Custom Layout */

.horizontal-tabs ul.et_pb_tabs_controls {
	margin-bottom: -1px;
    background-color: transparent;

}

.horizontal-tabs ul.et_pb_tabs_controls li {
    margin-right: 3px;
    padding: 10px 3%;
    border-right: 0px;
    border-bottom: 1px solid #F8F8F8;
    font-weight: normal;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.horizontal-tabs ul.et_pb_tabs_controls:after {
    border: 1px solid #fff;
}

.horizontal-tabs ul.et_pb_tabs_controls li:last-child {
    margin-right: 0px;
}

.horizontal-tabs .et_pb_all_tabs {
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0,0.16);
	padding: 3% 5%;
	border: 1px solid #fff;

}

.horizontal-tabs .et_pb_tab_content ul {
    padding-left: 35px;
}

.horizontal-tabs .et_pb_tab_content ul li {
    padding-left: 6px;
}

.horizontal-tabs .et_pb_tab_content ul li:last-child {
    margin-bottom: 0px;
}

.horizontal-tabs .et_pb_tab_content a {
    
}

.horizontal-tabs .et_pb_tab_content a:hover {
    color: #000;
    background-color: transparent;
}


.horizontal-tabs .et_pb_tab_content h1 {
    line-height:1.2em;
	font-size:25px;
	padding-top:5px;
	padding-bottom:15px;
}

.horizontal-tabs .et_pb_tab_content h2 {
    line-height:1.2em;
	font-size:18px;
	font-weight:600;
	padding-bottom:15px;
}

.horizontal-tabs .et_pb_tab_content h3 {
    line-height:1.2em;
	font-size:18px;
	font-weight:600;
	padding-top:35px;
	padding-bottom:15px;
}

@media all and (max-width: 980px) {

    .horizontal-tabs ul.et_pb_tabs_controls li {
        display: block;
        margin-right: 0px;
        float: none;
    }

}


/* Customized Tabs for 'work with me' and checkout pages */

#blurb-tabs .et_pb_column {
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
}
#blurb-tabs .tab-title {
	width:25%;
	padding:0px 60px;

}

#blurb-tabs .tab-title6 {
	width:15%;
	padding:0px 10px;

}

#blurb-tabs .tab-title2 {
	width:50%;
	padding:0px 10px;

}

@media (max-width: 767px ) {
	#blurb-tabs .tab-title {
		width:50%;
	}
	
	#blurb-tabs .tab-title6 {
		width:50%;
	}
	
	#blurb-tabs .tab-title2 {
		width:50%;
	}
}
@media (max-width: 479px ) {
	#blurb-tabs .tab-title {
		width:100%;
		padding:0px ;
	}
	
	#blurb-tabs .tab-title2 {
		width:100%;
		padding:0px ;
	}
	
	#blurb-tabs .tab-title6 {
		width:100%;
		padding:0px ;
	}
}

@media (max-width: 767px ) {
	#blurb-tabs .tab-title {
		width:50%;
	}

}

@media (max-width: 479px ) {
	#blurb-tabs .tab-title {
		width:100%;
	}
}
	

#blurb-tabs .tab-title {
	transition:all .3s ease-in-out;
}

#blurb-tabs .tab-title:hover {
	cursor:pointer; 
}

#blurb-tabs .tab-title.active-tab .et_pb_blurb_container h4 a {
	color:#000; /* Active tab title color */
	font-weight:500
}

#blurb-tabs .tab-title6:hover {
	cursor:pointer; 
}

#blurb-tabs .tab-title6.active-tab .et_pb_blurb_container h4 a {
	color:#000; 
	font-weight:500
}

#blurb-tabs .tab-title2:hover {
	cursor:pointer; 
}

#blurb-tabs .tab-title2.active-tab .et_pb_blurb_container h4 a {
	color:#000; /* Active tab title color */
	font-weight:500
}


.tab-content {
	display:none;
}

.tab-open {
	display:block;
}


/* Bar Counters */

.et_pb_counters .et_pb_counter_title {
	padding-top:15px;
	padding-bottom:10px;
}


/* Gallery */

.gallerybottom.et_pb_slider .et-pb-controllers, .gallerytop.et_pb_slider .et-pb-controllers {
    display: none;
}

.gallerybottom.et_pb_slider .et-pb-slider-arrows {
    position: relative;
    bottom: 73px;
    margin-right: 30px;
}

.gallerytop.et_pb_slider .et-pb-slider-arrows {
    position: absolute;
    top: 37px;
    right: 0px;
    margin-right: 30px;
}

.gallerybottom.et_pb_slider .et-pb-arrow-prev, .gallerybottom.et_pb_slider .et-pb-arrow-next, .gallerytop.et_pb_slider .et-pb-arrow-prev, .gallerytop.et_pb_slider .et-pb-arrow-next {
    opacity: 1;
    top: 0px;
    margin-top: 0px;
}

.gallerybottom.et_pb_slider .et-pb-arrow-prev:before, .gallerybottom.et_pb_slider .et-pb-arrow-next:before, .gallerytop.et_pb_slider .et-pb-arrow-prev:before, .gallerytop.et_pb_slider .et-pb-arrow-next:before {
    padding: 5px 15px;
    font-size: 35px;
    color: rgba(255,255,255,0.5);
    border: 2px solid rgba(255,255,255,0.5);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.gallerytop.et_pb_slider .et-pb-arrow-prev:before, .gallerytop.et_pb_slider .et-pb-arrow-next:before {
    color: #fff;
    border-color: #fff;
}

.gallerybottom.et_pb_slider .et-pb-arrow-prev:hover:before, .gallerybottom.et_pb_slider .et-pb-arrow-next:hover:before {
    color: rgba(255,255,255,1);
    border-color: rgba(255,255,255,1);
}

.gallerytop.et_pb_slider .et-pb-arrow-prev:hover:before, .gallerytop.et_pb_slider .et-pb-arrow-next:hover:before {
    color: #373737;
    background-color: #fff;
}

.gallerybottom.et_pb_slider .et-pb-arrow-prev, .gallerytop.et_pb_slider .et-pb-arrow-prev {
    left: calc(100% - 160px);
}

.gallerybottom.et_pb_slider .et-pb-arrow-prev:before, .gallerytop.et_pb_slider .et-pb-arrow-prev:before {
    content: '#';
}

.gallerybottom.et_pb_slider .et-pb-arrow-next, .gallerytop.et_pb_slider .et-pb-arrow-next {
    right: 0px;
}

.gallerybottom.et_pb_slider .et-pb-arrow-next:before, .gallerytop.et_pb_slider .et-pb-arrow-next:before {
    content:'$';
}

@media all and (max-width: 491px) {
    .gallerybottom.et_pb_slider .et-pb-arrow-prev:before, .gallerybottom.et_pb_slider .et-pb-arrow-next:before, .gallerytop.et_pb_slider .et-pb-arrow-prev:before, .gallerytop.et_pb_slider .et-pb-arrow-next:before {
        font-size: 20px;
    }

    .gallerybottom.et_pb_slider .et-pb-slider-arrows{
        bottom: 52px;
        margin-right: 15px;
    }

    .gallerytop.et_pb_slider .et-pb-slider-arrows {
        top: 20px;
        margin-right: 25px;
    }

    .gallerybottom.et_pb_slider .et-pb-arrow-prev, .gallerytop.et_pb_slider .et-pb-arrow-prev {
        left: calc(100% - 120px);
    }

}


/* Portfolio */

.portfolioboxes .et_pb_grid_item.et_pb_portfolio_item {
    width: 22%;
    margin: 0px 4% 4% 0px;
	background-color:#fff;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.20);
}

.portfolioboxes .et_pb_grid_item.et_pb_portfolio_item h2 {
    padding-top: 15px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:0px;
}


.portfolioboxes .et_portfolio_image, .portfolio2 .et_portfolio_image {
    overflow: hidden;
}

.portfolioboxes .et_portfolio_image img, .portfolio2 .et_portfolio_image img {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.portfolioboxes .et_portfolio_image:hover img, .portfolio2 .et_portfolio_image:hover img {
    transform: scale(1.1);
}

.portfolioboxes .et_overlay {
    border: 0px;
	margin-top:0px;
}

.portfolioboxes .et_portfolio_image:hover .et_overlay:before {
    margin-top: -20px;
}

@media all and (max-width: 980px) {

    .portfolioboxes .et_pb_grid_item.et_pb_portfolio_item {
        width: 46%;
        margin: 0px 4% 12% 0px;
        clear: none!important;
    }

    .portfolioboxes.et_pb_filterable_portfolio .et_pb_portfolio_items .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n) {
        margin-right: 0%;
    }

}

@media all and (max-width: 490px) {

    .portfolioboxes .et_pb_grid_item.et_pb_portfolio_item {
        width: 100%;
        margin-right: 0px!important;
        clear: none!important;
    }

}

.portfoliomasonry .et_pb_portfolio_grid_items .et_pb_grid_item.et_pb_portfolio_item {
    width: calc(25% - 10px);
    margin: 5px;
}

.portfoliomasonry .et_portfolio_image img {
    width: 100%;
}

.portfoliomasonry .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n) {
    margin-right: 5px;
}

.portfoliomasonry .et_overlay:before {
    top: calc(100% - 27px);
    left: calc(100% - 56px);
    padding: 10px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.portfoliomasonry .et_overlay {
    border: 0px;
}

.portfoliomasonry .et_portfolio_image:hover .et_overlay:before {
    top: calc(100% - 56px);
}

.portfoliomasonry .et_overlay .custom_meta {
    position: absolute;
    width: calc(100% - 102px);
    left: 20px;
    bottom: 0px;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.portfoliomasonry .et_portfolio_image:hover .et_overlay .custom_meta {
    bottom: 20px;
}

.portfoliomasonry .et_overlay .custom_meta .et_pb_module_header {
    margin-top: 20px;
    padding-bottom: 0px;
    margin-bottom: 10px;
}

.portfoliomasonry .et_overlay .custom_meta .post-meta {
    margin-top: 0px;

}

@media all and (max-width: 980px) {

    .portfoliomasonry .et_pb_portfolio_grid_items .et_pb_grid_item.et_pb_portfolio_item:nth-child(n) {
        width: calc(33.333% - 10px)!important;
        margin: 5px!important;
    }

}

@media all and (max-width: 490px) {

    .portfoliomasonry .et_pb_portfolio_grid_items .et_pb_grid_item.et_pb_portfolio_item:nth-child(n) {
        width: calc(100% - 10px)!important;
        margin: 5px!important;
    }

}


/* Pricing */

.pricingbest .et_pb_pricing_content_top  {
    border-bottom: 0px;
	padding-bottom: 0;
}

.pricingbest .et_pb_et_price .et_pb_dollar_sign {
    top: 20px;
    font-size: 50px;
}

.pricingbest .et_pb_pricing_table  {
    padding: 50px;
}

.pricingbest .et_pb_pricing_content li {
	padding-bottom:10px;
}

.pricingbest .et_pb_pricing_table.et_pb_featured_table {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pricingbest .et_pb_pricing_table:last-child strong {
    color:#000000;
}

.pricingbest .et_pb_pricing_content {
    padding-bottom: 70px;
}

.pricingbest .et_pb_featured_table .et_pb_pricing_content {
    padding-bottom: 75px;
}

.pricingbest .et_pb_pricing_table.et_pb_featured_table:before {
    display: block;
    content: "Best Deal";
    position: absolute;
    top: -10px;
    right: 15px;
    background-color: #fff;
    width: 50px;
    color: #0d0000;
    font-size: 12px;
    letter-spacing: 3px;
    line-height: normal;
    padding: 25px 20px 20px;
    text-transform: uppercase;
    font-weight: 800;
}

.pricingbest .et_pb_pricing_table.et_pb_featured_table:after {
    display: block;
    content: " ";
    position: absolute;
    top: 65px;
    right: 15px;
    width: 0px;
	border-left: 45px solid transparent;
	border-right: 45px solid transparent;
	border-top: 20px solid #fff;
}


@media all and (max-width: 980px) {

    .et_pb_column .pricingbest .et_pb_pricing_table {
        width: 100%!important;
        max-width: 100%!important;
    }

    .pricingbest .et_pb_pricing_table {
        margin-top: 0px!important;
        margin-bottom: 60px;
    }

    .pricingbest .et_pb_pricing_table:last-child {
        margin-bottom: 0px!important;
    }
	
}


/* Off-center Image Hover Alignment */

.hoveralign .et_pb_column {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.hoveralign .et_pb_column:nth-child(2) {
    box-shadow: 0px 2px 50px 0px rgba(0,0,0,0.2);
}


@media all and (min-width: 981px) {

    .hoveralign .et_pb_column:nth-child(1) {
        transform: translate(0px,-15px);
    }

    .hoveralign .et_pb_column:nth-child(2) {
        transform: translate(-25px,15px);
    }

    .hoveralign:hover .et_pb_column:nth-child(1) {
        transform: translate(0px,0px);
    }

    .hoveralign:hover .et_pb_column:nth-child(2) {
        transform: translate(-25px,0px);
    }

}

@media all and (max-width: 980px) {

    .hoveralign .et_pb_column:nth-child(1) {
        transform: translate(0px,7.5px);
    }

    .hoveralign .et_pb_column:nth-child(2) {
        transform: translate(15px,-7.5px);
    }

    .hoveralign:hover .et_pb_column {
        transform: translate(0px,0px);
    }

}