Edit File by line
/home/barbar84/www/wp-conte.../themes/Divi
File: style.dev.css
margin-right: 0 !important; }
[13500] Fix | Delete
[13501] Fix | Delete
/* Divider Module */
[13502] Fix | Delete
.et_pb_space {
[13503] Fix | Delete
-webkit-box-sizing: content-box;
[13504] Fix | Delete
box-sizing: content-box;
[13505] Fix | Delete
height: 23px; }
[13506] Fix | Delete
[13507] Fix | Delete
.et_pb_divider_hidden {
[13508] Fix | Delete
margin-bottom: 0 !important; }
[13509] Fix | Delete
[13510] Fix | Delete
.et_pb_divider_internal {
[13511] Fix | Delete
display: inline-block;
[13512] Fix | Delete
width: 100%; }
[13513] Fix | Delete
[13514] Fix | Delete
.et_pb_divider {
[13515] Fix | Delete
margin: 0 0 30px 0;
[13516] Fix | Delete
position: relative; }
[13517] Fix | Delete
[13518] Fix | Delete
.et_pb_divider:before {
[13519] Fix | Delete
content: '';
[13520] Fix | Delete
width: 100%;
[13521] Fix | Delete
height: 1px;
[13522] Fix | Delete
border-top-color: #EEE;
[13523] Fix | Delete
border-top-color: rgba(0, 0, 0, 0.1);
[13524] Fix | Delete
border-top-width: 1px;
[13525] Fix | Delete
border-top-style: solid;
[13526] Fix | Delete
position: absolute;
[13527] Fix | Delete
left: 0;
[13528] Fix | Delete
top: 0;
[13529] Fix | Delete
z-index: 10; }
[13530] Fix | Delete
[13531] Fix | Delete
.et_pb_space:after,
[13532] Fix | Delete
.et_pb_divider:after {
[13533] Fix | Delete
content: '';
[13534] Fix | Delete
display: table; }
[13535] Fix | Delete
[13536] Fix | Delete
.et_pb_divider_position_bottom:before {
[13537] Fix | Delete
top: auto !important;
[13538] Fix | Delete
bottom: 0 !important; }
[13539] Fix | Delete
[13540] Fix | Delete
.et_pb_divider_position_center:before {
[13541] Fix | Delete
top: 50% !important; }
[13542] Fix | Delete
[13543] Fix | Delete
/* Divider Position - Tablet */
[13544] Fix | Delete
@media all and (max-width: 980px) {
[13545] Fix | Delete
.et_pb_divider_position_top_tablet:before {
[13546] Fix | Delete
top: 0 !important;
[13547] Fix | Delete
bottom: auto !important; }
[13548] Fix | Delete
.et_pb_divider_position_bottom_tablet:before {
[13549] Fix | Delete
top: auto !important;
[13550] Fix | Delete
bottom: 0 !important; }
[13551] Fix | Delete
.et_pb_divider_position_center_tablet:before {
[13552] Fix | Delete
top: 50% !important; } }
[13553] Fix | Delete
[13554] Fix | Delete
/* Divider Position - Phone */
[13555] Fix | Delete
@media all and (max-width: 767px) {
[13556] Fix | Delete
.et_pb_divider_position_top_phone:before {
[13557] Fix | Delete
top: 0 !important;
[13558] Fix | Delete
bottom: auto !important; }
[13559] Fix | Delete
.et_pb_divider_position_bottom_phone:before {
[13560] Fix | Delete
top: auto !important;
[13561] Fix | Delete
bottom: 0 !important; }
[13562] Fix | Delete
.et_pb_divider_position_center_phone:before {
[13563] Fix | Delete
top: 50% !important; } }
[13564] Fix | Delete
[13565] Fix | Delete
/* Fullwidth Header Module */
[13566] Fix | Delete
.et_pb_fullwidth_header {
[13567] Fix | Delete
padding: 50px 0;
[13568] Fix | Delete
position: relative;
[13569] Fix | Delete
background-position: center center;
[13570] Fix | Delete
background-size: cover; }
[13571] Fix | Delete
[13572] Fix | Delete
.et_pb_fullwidth_header p {
[13573] Fix | Delete
padding-bottom: 0; }
[13574] Fix | Delete
[13575] Fix | Delete
.et_pb_fullwidth_header_subhead {
[13576] Fix | Delete
display: block; }
[13577] Fix | Delete
[13578] Fix | Delete
.et_pb_fullscreen {
[13579] Fix | Delete
padding: 0; }
[13580] Fix | Delete
[13581] Fix | Delete
header.et-l.et-l--header:after {
[13582] Fix | Delete
clear: both;
[13583] Fix | Delete
display: block;
[13584] Fix | Delete
content: ''; }
[13585] Fix | Delete
[13586] Fix | Delete
.et_pb_fullwidth_header .et_pb_fullwidth_header_container {
[13587] Fix | Delete
position: relative;
[13588] Fix | Delete
z-index: 3;
[13589] Fix | Delete
width: 80%;
[13590] Fix | Delete
max-width: 1080px;
[13591] Fix | Delete
margin-left: auto;
[13592] Fix | Delete
margin-right: auto; }
[13593] Fix | Delete
[13594] Fix | Delete
.et_pb_fullscreen .et_pb_fullwidth_header_container {
[13595] Fix | Delete
min-height: 100vh;
[13596] Fix | Delete
width: 80%;
[13597] Fix | Delete
max-width: none;
[13598] Fix | Delete
height: 100%; }
[13599] Fix | Delete
[13600] Fix | Delete
/* Center */
[13601] Fix | Delete
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center {
[13602] Fix | Delete
display: -moz-flex;
[13603] Fix | Delete
display: -ms-flex;
[13604] Fix | Delete
display: -webkit-box;
[13605] Fix | Delete
display: -ms-flexbox;
[13606] Fix | Delete
display: flex;
[13607] Fix | Delete
-ms-flex-flow: row wrap;
[13608] Fix | Delete
-webkit-box-orient: horizontal;
[13609] Fix | Delete
-webkit-box-direction: normal;
[13610] Fix | Delete
flex-flow: row wrap;
[13611] Fix | Delete
-moz-justify-content: center;
[13612] Fix | Delete
-ms-justify-content: center;
[13613] Fix | Delete
-webkit-box-pack: center;
[13614] Fix | Delete
-ms-flex-pack: center;
[13615] Fix | Delete
justify-content: center; }
[13616] Fix | Delete
[13617] Fix | Delete
.et_pb_fullscreen .et_pb_fullwidth_header_container.center.bottom-bottom {
[13618] Fix | Delete
-ms-flex-flow: column wrap;
[13619] Fix | Delete
-webkit-box-orient: vertical;
[13620] Fix | Delete
-webkit-box-direction: normal;
[13621] Fix | Delete
flex-flow: column wrap;
[13622] Fix | Delete
-moz-justify-content: flex-end;
[13623] Fix | Delete
-ms-justify-content: flex-end;
[13624] Fix | Delete
-webkit-box-pack: end;
[13625] Fix | Delete
-ms-flex-pack: end;
[13626] Fix | Delete
justify-content: flex-end; }
[13627] Fix | Delete
[13628] Fix | Delete
.et_pb_fullscreen .et_pb_fullwidth_header_container.center.center-center {
[13629] Fix | Delete
-ms-flex-flow: column nowrap;
[13630] Fix | Delete
-webkit-box-orient: vertical;
[13631] Fix | Delete
-webkit-box-direction: normal;
[13632] Fix | Delete
flex-flow: column nowrap; }
[13633] Fix | Delete
[13634] Fix | Delete
.et_pb_fullscreen .et_pb_fullwidth_header_container.center.center-bottom .header-content-container {
[13635] Fix | Delete
display: -moz-flex;
[13636] Fix | Delete
display: -ms-flex;
[13637] Fix | Delete
display: -webkit-box;
[13638] Fix | Delete
display: -ms-flexbox;
[13639] Fix | Delete
display: flex;
[13640] Fix | Delete
-ms-flex-flow: row wrap;
[13641] Fix | Delete
-webkit-box-orient: horizontal;
[13642] Fix | Delete
-webkit-box-direction: normal;
[13643] Fix | Delete
flex-flow: row wrap; }
[13644] Fix | Delete
[13645] Fix | Delete
.et_pb_fullscreen .et_pb_fullwidth_header_container.center.center-bottom .header-content-container .header-content {
[13646] Fix | Delete
-webkit-align-self: center;
[13647] Fix | Delete
-ms-align-self: center;
[13648] Fix | Delete
-ms-flex-item-align: center;
[13649] Fix | Delete
align-self: center; }
[13650] Fix | Delete
[13651] Fix | Delete
.et_pb_fullscreen .et_pb_fullwidth_header_container.center.bottom-center .header-image-container.center {
[13652] Fix | Delete
-webkit-align-self: flex-start;
[13653] Fix | Delete
-ms-align-self: flex-start;
[13654] Fix | Delete
-ms-flex-item-align: start;
[13655] Fix | Delete
align-self: flex-start; }
[13656] Fix | Delete
[13657] Fix | Delete
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content-container,
[13658] Fix | Delete
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-image-container {
[13659] Fix | Delete
width: 100%;
[13660] Fix | Delete
-webkit-align-self: center;
[13661] Fix | Delete
-ms-align-self: center;
[13662] Fix | Delete
-ms-flex-item-align: center;
[13663] Fix | Delete
align-self: center; }
[13664] Fix | Delete
[13665] Fix | Delete
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content-container.center,
[13666] Fix | Delete
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-image-container.center {
[13667] Fix | Delete
-webkit-align-self: center;
[13668] Fix | Delete
-ms-align-self: center;
[13669] Fix | Delete
-ms-flex-item-align: center;
[13670] Fix | Delete
align-self: center; }
[13671] Fix | Delete
[13672] Fix | Delete
.et_pb_fullscreen .et_pb_fullwidth_header_container.center .header-content-container.bottom,
[13673] Fix | Delete
.et_pb_fullscreen .et_pb_fullwidth_header_container.center .header-image-container.bottom {
[13674] Fix | Delete
-webkit-align-self: flex-end;
[13675] Fix | Delete
-ms-align-self: flex-end;
[13676] Fix | Delete
-ms-flex-item-align: end;
[13677] Fix | Delete
align-self: flex-end; }
[13678] Fix | Delete
[13679] Fix | Delete
/* Left and Right */
[13680] Fix | Delete
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left {
[13681] Fix | Delete
display: -moz-flex;
[13682] Fix | Delete
display: -ms-flexbox;
[13683] Fix | Delete
display: -webkit-box;
[13684] Fix | Delete
display: flex;
[13685] Fix | Delete
-ms-flex-flow: row;
[13686] Fix | Delete
-webkit-box-orient: horizontal;
[13687] Fix | Delete
-webkit-box-direction: normal;
[13688] Fix | Delete
flex-flow: row; }
[13689] Fix | Delete
[13690] Fix | Delete
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right {
[13691] Fix | Delete
display: -moz-flex;
[13692] Fix | Delete
display: -ms-flexbox;
[13693] Fix | Delete
display: -webkit-box;
[13694] Fix | Delete
display: flex;
[13695] Fix | Delete
-ms-flex-flow: row-reverse;
[13696] Fix | Delete
-webkit-box-orient: horizontal;
[13697] Fix | Delete
-webkit-box-direction: reverse;
[13698] Fix | Delete
flex-flow: row-reverse; }
[13699] Fix | Delete
[13700] Fix | Delete
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content-container,
[13701] Fix | Delete
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content-container {
[13702] Fix | Delete
width: 100%; }
[13703] Fix | Delete
[13704] Fix | Delete
.et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.left .header-content-container,
[13705] Fix | Delete
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-image-container,
[13706] Fix | Delete
.et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.right .header-content-container,
[13707] Fix | Delete
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-image-container {
[13708] Fix | Delete
width: 50%;
[13709] Fix | Delete
-webkit-align-self: center;
[13710] Fix | Delete
-ms-align-self: center;
[13711] Fix | Delete
-ms-flex-item-align: center;
[13712] Fix | Delete
align-self: center; }
[13713] Fix | Delete
[13714] Fix | Delete
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content-container.center,
[13715] Fix | Delete
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-image-container.center,
[13716] Fix | Delete
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content-container.center,
[13717] Fix | Delete
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-image-container.center {
[13718] Fix | Delete
-webkit-align-self: center;
[13719] Fix | Delete
-ms-align-self: center;
[13720] Fix | Delete
-ms-flex-item-align: center;
[13721] Fix | Delete
align-self: center; }
[13722] Fix | Delete
[13723] Fix | Delete
.et_pb_fullscreen .et_pb_fullwidth_header_container.left .header-content-container.bottom,
[13724] Fix | Delete
.et_pb_fullscreen .et_pb_fullwidth_header_container.left .header-image-container.bottom,
[13725] Fix | Delete
.et_pb_fullscreen .et_pb_fullwidth_header_container.right .header-content-container.bottom,
[13726] Fix | Delete
.et_pb_fullscreen .et_pb_fullwidth_header_container.right .header-image-container.bottom {
[13727] Fix | Delete
-webkit-align-self: flex-end;
[13728] Fix | Delete
-ms-align-self: flex-end;
[13729] Fix | Delete
-ms-flex-item-align: end;
[13730] Fix | Delete
align-self: flex-end; }
[13731] Fix | Delete
[13732] Fix | Delete
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content {
[13733] Fix | Delete
text-align: left;
[13734] Fix | Delete
margin-left: 0; }
[13735] Fix | Delete
[13736] Fix | Delete
.et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.left .header-content {
[13737] Fix | Delete
margin-right: 6%; }
[13738] Fix | Delete
[13739] Fix | Delete
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content {
[13740] Fix | Delete
text-align: right;
[13741] Fix | Delete
margin-right: 0;
[13742] Fix | Delete
float: right; }
[13743] Fix | Delete
[13744] Fix | Delete
.et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.right .header-content {
[13745] Fix | Delete
margin-left: 6%; }
[13746] Fix | Delete
[13747] Fix | Delete
.et_pb_fullscreen .et_pb_fullwidth_header_container.left .header-content-container.bottom,
[13748] Fix | Delete
.et_pb_fullscreen .et_pb_fullwidth_header_container.right .header-content-container.bottom {
[13749] Fix | Delete
margin-bottom: 80px; }
[13750] Fix | Delete
[13751] Fix | Delete
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content {
[13752] Fix | Delete
padding-left: 0; }
[13753] Fix | Delete
[13754] Fix | Delete
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content {
[13755] Fix | Delete
padding-right: 0; }
[13756] Fix | Delete
[13757] Fix | Delete
/* Content and Image Styling */
[13758] Fix | Delete
.et_pb_fullwidth_header .header-content {
[13759] Fix | Delete
padding: 10px;
[13760] Fix | Delete
text-align: center; }
[13761] Fix | Delete
[13762] Fix | Delete
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
[13763] Fix | Delete
margin: 20px auto;
[13764] Fix | Delete
width: 80%;
[13765] Fix | Delete
max-width: 800px; }
[13766] Fix | Delete
[13767] Fix | Delete
.et_pb_fullwidth_header .header-image {
[13768] Fix | Delete
text-align: center;
[13769] Fix | Delete
margin-left: 2%;
[13770] Fix | Delete
margin-right: 2%;
[13771] Fix | Delete
line-height: 0; }
[13772] Fix | Delete
[13773] Fix | Delete
/* Header Content Styling */
[13774] Fix | Delete
.et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content a.et_pb_button {
[13775] Fix | Delete
margin-top: 20px;
[13776] Fix | Delete
display: inline-block; }
[13777] Fix | Delete
[13778] Fix | Delete
.et_pb_fullwidth_header .et_pb_fullwidth_header_container .et_pb_button_one {
[13779] Fix | Delete
margin-right: 15px; }
[13780] Fix | Delete
[13781] Fix | Delete
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .et_pb_button_one {
[13782] Fix | Delete
margin-right: 0; }
[13783] Fix | Delete
[13784] Fix | Delete
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .et_pb_button_two {
[13785] Fix | Delete
margin-left: 15px; }
[13786] Fix | Delete
[13787] Fix | Delete
/* Header Overlay */
[13788] Fix | Delete
.et_pb_fullwidth_header .et_pb_fullwidth_header_overlay {
[13789] Fix | Delete
content: "";
[13790] Fix | Delete
position: absolute;
[13791] Fix | Delete
top: 0;
[13792] Fix | Delete
left: 0;
[13793] Fix | Delete
bottom: 0;
[13794] Fix | Delete
right: 0;
[13795] Fix | Delete
z-index: 2;
[13796] Fix | Delete
pointer-events: none; }
[13797] Fix | Delete
[13798] Fix | Delete
/* Parallax Effect */
[13799] Fix | Delete
.et_pb_fullwidth_header .et_pb_parallax_css {
[13800] Fix | Delete
background-repeat: no-repeat;
[13801] Fix | Delete
background-position: top center;
[13802] Fix | Delete
background-size: cover;
[13803] Fix | Delete
background-attachment: fixed;
[13804] Fix | Delete
position: absolute;
[13805] Fix | Delete
width: 100%;
[13806] Fix | Delete
height: 100%;
[13807] Fix | Delete
overflow: hidden; }
[13808] Fix | Delete
[13809] Fix | Delete
/* Header Scroll */
[13810] Fix | Delete
.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll {
[13811] Fix | Delete
width: 100%;
[13812] Fix | Delete
min-height: 30px;
[13813] Fix | Delete
text-align: center;
[13814] Fix | Delete
padding-top: 10px;
[13815] Fix | Delete
padding-bottom: 20px;
[13816] Fix | Delete
margin: 0 auto;
[13817] Fix | Delete
position: absolute;
[13818] Fix | Delete
z-index: 3;
[13819] Fix | Delete
right: 0;
[13820] Fix | Delete
bottom: 0;
[13821] Fix | Delete
left: 0;
[13822] Fix | Delete
pointer-events: none; }
[13823] Fix | Delete
[13824] Fix | Delete
.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll a {
[13825] Fix | Delete
display: inline-block;
[13826] Fix | Delete
pointer-events: all; }
[13827] Fix | Delete
[13828] Fix | Delete
.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll a .et-pb-icon {
[13829] Fix | Delete
color: #FFF;
[13830] Fix | Delete
font-size: 3.5em; }
[13831] Fix | Delete
[13832] Fix | Delete
/* Scroll Down Icon */
[13833] Fix | Delete
.et_pb_fullwidth_header .scroll-down-container .scroll-down-tablet,
[13834] Fix | Delete
.et_pb_fullwidth_header .scroll-down-container .scroll-down-phone {
[13835] Fix | Delete
display: none; }
[13836] Fix | Delete
[13837] Fix | Delete
@media all and (max-width: 980px) {
[13838] Fix | Delete
.et_pb_fullwidth_header .scroll-down-container-tablet .scroll-down,
[13839] Fix | Delete
.et_pb_fullwidth_header .scroll-down-container-tablet .scroll-down-phone {
[13840] Fix | Delete
display: none; }
[13841] Fix | Delete
.et_pb_fullwidth_header .scroll-down-container-tablet .scroll-down-tablet {
[13842] Fix | Delete
display: inline-block; } }
[13843] Fix | Delete
[13844] Fix | Delete
@media all and (max-width: 767px) {
[13845] Fix | Delete
.et_pb_fullwidth_header .scroll-down-container-phone .scroll-down,
[13846] Fix | Delete
.et_pb_fullwidth_header .scroll-down-container-phone .scroll-down-tablet {
[13847] Fix | Delete
display: none; }
[13848] Fix | Delete
.et_pb_fullwidth_header .scroll-down-container-phone .scroll-down-phone {
[13849] Fix | Delete
display: inline-block; } }
[13850] Fix | Delete
[13851] Fix | Delete
/* Accordion + Toggle Modules */
[13852] Fix | Delete
.et_pb_accordion .et_pb_toggle {
[13853] Fix | Delete
margin-bottom: 10px;
[13854] Fix | Delete
position: relative; }
[13855] Fix | Delete
[13856] Fix | Delete
.et_pb_accordion .et_pb_toggle:last-child {
[13857] Fix | Delete
margin-bottom: 0; }
[13858] Fix | Delete
[13859] Fix | Delete
.et_pb_accordion .et_pb_toggle_open .et_pb_toggle_title:before {
[13860] Fix | Delete
display: none; }
[13861] Fix | Delete
[13862] Fix | Delete
.et_pb_counters,
[13863] Fix | Delete
.et_pb_pricing,
[13864] Fix | Delete
.et_pb_widget_area ul,
[13865] Fix | Delete
.et_pb_tabs_controls {
[13866] Fix | Delete
list-style: none !important;
[13867] Fix | Delete
padding: 0 !important;
[13868] Fix | Delete
line-height: inherit !important; }
[13869] Fix | Delete
[13870] Fix | Delete
/* Gallery and Portfolio Modules */
[13871] Fix | Delete
.et_pb_gallery .et_pb_gallery_items {
[13872] Fix | Delete
width: 100%; }
[13873] Fix | Delete
[13874] Fix | Delete
.et_pb_gallery.et_pb_section_parallax {
[13875] Fix | Delete
width: 100%; }
[13876] Fix | Delete
[13877] Fix | Delete
.et_pb_gallery.et_pb_section_parallax:hover {
[13878] Fix | Delete
overflow: hidden; }
[13879] Fix | Delete
[13880] Fix | Delete
.et_pb_gallery_grid .et_pb_gallery_items {
[13881] Fix | Delete
transition: height 0.2s ease-in-out;
[13882] Fix | Delete
-webkit-transition: height 0.2s ease-in-out;
[13883] Fix | Delete
-moz-transition: height 0.2s ease-in-out; }
[13884] Fix | Delete
[13885] Fix | Delete
.et_pb_gallery_grid .et_pb_gallery_image {
[13886] Fix | Delete
position: relative; }
[13887] Fix | Delete
[13888] Fix | Delete
.et_pb_gallery_image {
[13889] Fix | Delete
line-height: 0; }
[13890] Fix | Delete
[13891] Fix | Delete
.et_pb_gallery_grid .et_pb_gallery_item,
[13892] Fix | Delete
.et_pb_filterable_portfolio_grid .et_pb_portfolio_item {
[13893] Fix | Delete
display: none; }
[13894] Fix | Delete
[13895] Fix | Delete
.et_pb_portfolio .et_pb_portfolio_item {
[13896] Fix | Delete
position: relative; }
[13897] Fix | Delete
[13898] Fix | Delete
.et_pb_gallery_fullwidth .et_pb_gallery_item {
[13899] Fix | Delete
display: none;
[13900] Fix | Delete
float: left;
[13901] Fix | Delete
margin-right: -100%;
[13902] Fix | Delete
position: relative; }
[13903] Fix | Delete
[13904] Fix | Delete
.et_pb_gallery_fullwidth .et_pb_gallery_item,
[13905] Fix | Delete
.et_pb_gallery_fullwidth .et_pb_gallery_image img {
[13906] Fix | Delete
width: 100%; }
[13907] Fix | Delete
[13908] Fix | Delete
.et_pb_gallery_fullwidth .et_pb_gallery_item:first-child {
[13909] Fix | Delete
display: block; }
[13910] Fix | Delete
[13911] Fix | Delete
.et_pb_gallery .et_pb_bg_layout_light .et-pb-arrow-prev,
[13912] Fix | Delete
.et_pb_gallery .et_pb_bg_layout_light .et-pb-arrow-next {
[13913] Fix | Delete
color: inherit; }
[13914] Fix | Delete
[13915] Fix | Delete
.et_pb_portfolio.et_pb_section_parallax .pagination,
[13916] Fix | Delete
.et_pb_portfolio.et_pb_section_parallax .wp-pagenavi,
[13917] Fix | Delete
.et_pb_portfolio.et_pb_section_video .pagination,
[13918] Fix | Delete
.et_pb_portfolio.et_pb_section_video .wp-pagenavi,
[13919] Fix | Delete
.et_pb_portfolio_grid.et_pb_section_parallax .pagination,
[13920] Fix | Delete
.et_pb_portfolio_grid.et_pb_section_parallax .wp-pagenavi,
[13921] Fix | Delete
.et_pb_portfolio_grid.et_pb_section_video .pagination,
[13922] Fix | Delete
.et_pb_portfolio_grid.et_pb_section_video .wp-pagenavi {
[13923] Fix | Delete
position: relative; }
[13924] Fix | Delete
[13925] Fix | Delete
.et_pb_text_align_left.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul,
[13926] Fix | Delete
.et_pb_text_align_left.et_pb_gallery .et_pb_gallery_pagination ul,
[13927] Fix | Delete
.et_pb_text_align_left .wp-pagenavi {
[13928] Fix | Delete
text-align: left; }
[13929] Fix | Delete
[13930] Fix | Delete
.et_pb_text_align_center.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul,
[13931] Fix | Delete
.et_pb_text_align_center.et_pb_gallery .et_pb_gallery_pagination ul,
[13932] Fix | Delete
.et_pb_text_align_center .wp-pagenavi {
[13933] Fix | Delete
text-align: center; }
[13934] Fix | Delete
[13935] Fix | Delete
.et_pb_text_align_right.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul,
[13936] Fix | Delete
.et_pb_text_align_right.et_pb_gallery .et_pb_gallery_pagination ul,
[13937] Fix | Delete
.et_pb_text_align_right .wp-pagenavi {
[13938] Fix | Delete
text-align: right; }
[13939] Fix | Delete
[13940] Fix | Delete
.et_pb_text_align_justified.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul,
[13941] Fix | Delete
.et_pb_text_align_justified.et_pb_gallery .et_pb_gallery_pagination ul,
[13942] Fix | Delete
.et_pb_text_align_justified .wp-pagenavi {
[13943] Fix | Delete
text-align: justify; }
[13944] Fix | Delete
[13945] Fix | Delete
/* Filterable Portfolio Module */
[13946] Fix | Delete
.et_pb_filterable_portfolio .et_pb_portfolio_filters {
[13947] Fix | Delete
clear: both;
[13948] Fix | Delete
margin: 0 0 40px 0; }
[13949] Fix | Delete
[13950] Fix | Delete
.et_pb_filterable_portfolio.et_pb_section_parallax .et_pb_portfolio_filters,
[13951] Fix | Delete
.et_pb_filterable_portfolio.et_pb_section_video .et_pb_portfolio_filters {
[13952] Fix | Delete
position: relative; }
[13953] Fix | Delete
[13954] Fix | Delete
.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {
[13955] Fix | Delete
list-style-type: none !important;
[13956] Fix | Delete
padding: 0; }
[13957] Fix | Delete
[13958] Fix | Delete
.et_pb_filterable_portfolio.et_pb_text_align_center .et_pb_portfolio_filters ul {
[13959] Fix | Delete
display: -webkit-box;
[13960] Fix | Delete
display: -ms-flexbox;
[13961] Fix | Delete
display: flex;
[13962] Fix | Delete
-webkit-box-pack: center;
[13963] Fix | Delete
-ms-flex-pack: center;
[13964] Fix | Delete
justify-content: center;
[13965] Fix | Delete
-ms-flex-wrap: wrap;
[13966] Fix | Delete
flex-wrap: wrap; }
[13967] Fix | Delete
[13968] Fix | Delete
.et_pb_filterable_portfolio.et_pb_text_align_justified .et_pb_portfolio_filters ul {
[13969] Fix | Delete
display: -webkit-box;
[13970] Fix | Delete
display: -ms-flexbox;
[13971] Fix | Delete
display: flex;
[13972] Fix | Delete
-webkit-box-pack: justify;
[13973] Fix | Delete
-ms-flex-pack: justify;
[13974] Fix | Delete
justify-content: space-between;
[13975] Fix | Delete
-ms-flex-wrap: wrap;
[13976] Fix | Delete
flex-wrap: wrap; }
[13977] Fix | Delete
[13978] Fix | Delete
.et_pb_filterable_portfolio.et_pb_text_align_right .et_pb_portfolio_filters ul {
[13979] Fix | Delete
display: -webkit-box;
[13980] Fix | Delete
display: -ms-flexbox;
[13981] Fix | Delete
display: flex;
[13982] Fix | Delete
-webkit-box-pack: end;
[13983] Fix | Delete
-ms-flex-pack: end;
[13984] Fix | Delete
justify-content: flex-end;
[13985] Fix | Delete
-ms-flex-wrap: wrap;
[13986] Fix | Delete
flex-wrap: wrap; }
[13987] Fix | Delete
[13988] Fix | Delete
.et_pb_filterable_portfolio .et_pb_portfolio_filters li {
[13989] Fix | Delete
float: left;
[13990] Fix | Delete
font-size: 14px;
[13991] Fix | Delete
line-height: 1em; }
[13992] Fix | Delete
[13993] Fix | Delete
.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {
[13994] Fix | Delete
color: #666666;
[13995] Fix | Delete
padding: 10px 20px;
[13996] Fix | Delete
border: 1px solid #E2E2E2;
[13997] Fix | Delete
display: block;
[13998] Fix | Delete
height: auto;
[13999] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function