Created
September 14, 2015 15:54
-
-
Save mkrdip/5f54e41d422a97b0e661 to your computer and use it in GitHub Desktop.
Nexus Theme RTL CSS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /*------------------------------------------------*/ | |
| /*---------------[MAIN LAYOUT INFO]---------------*/ | |
| /*------------------------------------------------*/ | |
| .container { | |
| text-align: right; | |
| } | |
| #logo { | |
| float: right; | |
| } | |
| .header-banner { | |
| float: left; | |
| } | |
| #top-navigation { | |
| padding-right: 20px; | |
| border-right: 1px solid #e0e0e0; | |
| border-left: 1px solid #e0e0e0; | |
| padding-left: 0; | |
| } | |
| body.home #top-navigation { | |
| padding-right: 0px; | |
| padding-left: 0; | |
| } | |
| #top-navigation nav { | |
| float: right; | |
| } | |
| #top-menu li { | |
| float: right; | |
| } | |
| #et-social-icons { | |
| float: left; | |
| } | |
| #et-social-icons:before { | |
| right: 0; | |
| background: url(images/social-right-shadow.png) no-repeat; | |
| left: auto; | |
| } | |
| #et-social-icons li { | |
| float: right; | |
| border-right: 1px solid #e0e0e0; | |
| border-left: none; | |
| } | |
| .et-featured-post { | |
| float: right; | |
| } | |
| .et-featured-post:before { | |
| right: 0; | |
| left: auto; | |
| } | |
| .et-first, .et-third { | |
| padding-left: 4px; | |
| padding-right: 0; | |
| } | |
| .meta-info { | |
| right: 0; | |
| left: auto; | |
| } | |
| .meta-info .meta-date { | |
| right: 0; | |
| left: auto; | |
| } | |
| .post-description { | |
| right: 40px; | |
| left: auto; | |
| } | |
| .post-excerpt { | |
| right: 0; | |
| left: auto; | |
| } | |
| .home .et-first .excerpt-wrap { | |
| padding: 61px 120px 0 62px; | |
| } | |
| .home .et-second .excerpt-wrap { | |
| padding: 29px 90px 0 73px; | |
| } | |
| .et-third .excerpt-wrap, .et-fourth .excerpt-wrap { | |
| padding: 29px 90px 0 30px; | |
| } | |
| .et-first .excerpt-wrap, .et-second .excerpt-wrap { | |
| padding: 40px 100px 0 65px; | |
| } | |
| .excerpt-more { | |
| left: 23px; | |
| right: auto; | |
| } | |
| .home .et-first .post-description { | |
| right: 60px; | |
| left: auto; | |
| } | |
| .et-first .post-description { | |
| right: 60px; | |
| padding-left: 10px; | |
| left: auto; | |
| padding-right: 0; | |
| } | |
| .featured-comments { | |
| right: 10px; | |
| left: auto; | |
| } | |
| #main-content { | |
| border-right: 1px solid #E0E0E0; | |
| border-left: 1px solid #E0E0E0; | |
| } | |
| #main-content:before { | |
| left: 0; | |
| border-right: 1px solid #E0E0E0; | |
| right: auto; | |
| border-left: none; | |
| } | |
| .home #main-content:after { | |
| right: 638px; | |
| left: auto; | |
| } | |
| .home #content { | |
| float: right; | |
| } | |
| #content, body.page #content { | |
| float: right; | |
| } | |
| #breadcrumbs .raquo { | |
| float: right; | |
| } | |
| #breadcrumbs .raquo:before { | |
| right: 0; | |
| border-left: 1px solid #CAC9C9; | |
| left: auto; | |
| border-right: none; | |
| } | |
| #breadcrumbs .raquo:after { | |
| right: 2px; | |
| left: auto; | |
| } | |
| .et_breadcrumbs_title, .et_breadcrumbs_content { | |
| float: right; | |
| } | |
| h1.module-title:before, h4.widgettitle:before, #breadcrumbs:before { | |
| left: -1px; | |
| right: auto; | |
| } | |
| .et-main-image { | |
| float: right; | |
| margin-left: 39px; | |
| margin-right: auto; | |
| } | |
| .et-main-image:before { | |
| left: 0; | |
| right: auto; | |
| } | |
| .et-description { | |
| margin-right: 279px; | |
| margin-left: auto; | |
| } | |
| .categories-tabs-module .et-description, .recent-module .et-description { | |
| margin: 0 199px 0 0; | |
| } | |
| .et-description .post-meta span { | |
| margin-left: 11px; | |
| margin-right: auto; | |
| } | |
| .load-more a { | |
| padding-left: 23px; | |
| padding-right: 0; | |
| } | |
| .load-more a:before { | |
| left: 0; | |
| right: auto; | |
| } | |
| .popular-tabs { | |
| float: right; | |
| } | |
| .popular-posts { | |
| margin-right: 239px; | |
| margin-left: auto; | |
| } | |
| .et-scroll-arrows a { | |
| right: 40px; | |
| left: auto; | |
| } | |
| .et-scroll-arrows-top:before { | |
| right: 0; | |
| left: auto; | |
| } | |
| .et-scroll-arrows-bottom:before { | |
| right: 0; | |
| left: auto; | |
| } | |
| .review-rating { | |
| float: right; | |
| } | |
| .recent-reviews .review-rating { | |
| right: 0; | |
| left: auto; | |
| } | |
| .et-description .review-rating { | |
| margin-left: 6px; | |
| margin-right: auto; | |
| } | |
| .review-post .et-description { | |
| margin-right: 197px; | |
| margin-left: auto; | |
| } | |
| .categories-tabs:before { | |
| left: 0; | |
| right: auto; | |
| } | |
| .categories-tabs:after { | |
| right: 0; | |
| left: auto; | |
| } | |
| .widget .categories-tabs li { | |
| padding: 13px !important 8px 19px; | |
| } | |
| .home-tab-active:before { | |
| right: 0; | |
| left: auto; | |
| } | |
| #breadcrumbs a { | |
| float: right; | |
| padding: 0 0 0 24px; | |
| } | |
| #breadcrumbs a:first-child { | |
| padding-right: 24px; | |
| padding-left: 0; | |
| } | |
| a.read-more, .comment-reply-link { | |
| float: left; | |
| } | |
| .post-thumbnail:before { | |
| left: 0; | |
| right: auto; | |
| } | |
| h1.post-heading { | |
| right: 0; | |
| left: auto; | |
| } | |
| .entry-content blockquote { | |
| border-right: 10px solid #a9d300; | |
| padding: 0 30px 0 0; | |
| border-left: none; | |
| } | |
| #et-bio-author { | |
| padding: 40px 152px 25px 60px; | |
| } | |
| .author-avatar { | |
| right: 60px; | |
| left: auto; | |
| } | |
| #et-post-share span { | |
| padding: 6px 0 0 20px; | |
| } | |
| #et-post-share span, #et-share-icons { | |
| float: right; | |
| } | |
| #et-share-icons li { | |
| padding-left: 7px; | |
| padding-right: 0; | |
| } | |
| .entry-content table { | |
| text-align: right; | |
| } | |
| .entry-content ul, .comment-content ul { | |
| padding: 0 16px 23px 0; | |
| } | |
| .entry-content ul li ul, .entry-content ul li ol, .comment-content ul li ul, .comment-content ul li ol { | |
| padding: 2px 20px 2px 0px; | |
| } | |
| .entry-content ol li ul, .entry-content ol li ol, .comment-content ol li ul, .comment-content ol li ol { | |
| padding: 2px 35px 2px 0px; | |
| } | |
| /*------------------------------------------------*/ | |
| /*---------------[DROPDOWN MENU]------------------*/ | |
| /*------------------------------------------------*/ | |
| /*------------------------------------------------*/ | |
| /*-------------------[COMMENTS]-------------------*/ | |
| /*------------------------------------------------*/ | |
| h1#comments, #reply-title { | |
| padding-right: 60px; | |
| padding-left: 0; | |
| } | |
| .commentlist li li { | |
| padding-left: 0; | |
| padding-right: 0; | |
| } | |
| .commentlist .children li { | |
| padding-right: 90px; | |
| padding-left: 0; | |
| } | |
| .comment-body { | |
| padding-right: 90px; | |
| padding-left: 0; | |
| } | |
| .comment_avatar { | |
| right: 0; | |
| left: auto; | |
| } | |
| .comment_avatar:before, .author-avatar:before { | |
| right: 0; | |
| left: auto; | |
| } | |
| .form-submit { | |
| float: left; | |
| } | |
| .comment #respond #reply-title, .comment #respond #commentform { | |
| padding-right: 0; | |
| padding-left: 0; | |
| } | |
| /*------------------------------------------------*/ | |
| /*---------------------[FOOTER]-------------------*/ | |
| /*------------------------------------------------*/ | |
| .footer-widget { | |
| float: right; | |
| margin-left: 66px; | |
| margin-right: auto; | |
| } | |
| .footer-widget:last-child { | |
| margin-left: 0; | |
| margin-right: auto; | |
| } | |
| #footer-bottom li { | |
| padding-left: 25px; | |
| padding-right: 0; | |
| } | |
| #copyleft { | |
| text-align: left; | |
| } | |
| /*------------------------------------------------*/ | |
| /*--------------------[SIDEBAR]-------------------*/ | |
| /*------------------------------------------------*/ | |
| #sidebar, #additional-sidebar { | |
| float: right; | |
| } | |
| .smallthumb { | |
| float: right; | |
| margin-left: 20px; | |
| margin-right: auto; | |
| } | |
| .smallthumb:before { | |
| left: 0; | |
| right: auto; | |
| } | |
| .post-metainfo { | |
| margin-right: 77px; | |
| margin-left: auto; | |
| } | |
| .no-thumb .post-metainfo { | |
| margin-right: 0; | |
| margin-left: auto; | |
| } | |
| h4.widgettitle { | |
| border-right: 1px solid #E0E0E0; | |
| border-left: none; | |
| } | |
| .widget li, .footer-widget li { | |
| padding: 10px 19px 10px 0; | |
| } | |
| .widget li:before, .footer-widget li:before { | |
| right: 0; | |
| left: auto; | |
| } | |
| .et-authors .author-avatar { | |
| right: 0; | |
| left: auto; | |
| } | |
| .et-authors-posts { | |
| padding-right: 60px; | |
| padding-left: 0; | |
| } | |
| .et-recent-featured-post:before, .recent-video-slides:before { | |
| right: 0; | |
| left: auto; | |
| } | |
| .et-main-description { | |
| right: 0; | |
| padding: 0 40px 0 20px; | |
| left: auto; | |
| } | |
| .et-recent-video-play { | |
| right: 50%; | |
| margin: -33px -33px 0 0; | |
| left: auto; | |
| } | |
| .et-recent-video-scroll a { | |
| right: 0; | |
| left: auto; | |
| } | |
| .et-scroll-video-top:before, .et-scroll-video-bottom:before { | |
| right: 0; | |
| left: auto; | |
| } | |
| .et-recent-videos-wrap li { | |
| padding-right: 29px; | |
| padding-left: 0; | |
| } | |
| /*------------------------------------------------*/ | |
| /*------------[CAPTIONS AND ALIGNMENTS]-----------*/ | |
| /*------------------------------------------------*/ | |
| div.post .new-post .aligncenter, .aligncenter { | |
| margin-right: auto; | |
| margin-left: auto; | |
| } | |
| .wp-caption.alignright { | |
| margin: 0px 0px 10px 10px; | |
| } | |
| .wp-caption.alignleft { | |
| margin: 0px 10px 10px 0px; | |
| } | |
| .alignleft { | |
| float: left; | |
| } | |
| .alignright { | |
| float: right; | |
| } | |
| img.alignright { | |
| float:right; | |
| margin-left:15px; | |
| margin-right: auto; | |
| } | |
| img.alignleft { | |
| float:left; | |
| margin-right:15px; | |
| margin-left: auto; | |
| } | |
| /*------------------------------------------------*/ | |
| /*---------------[DEFAULT DROPDOWN SETTINGS]---*/ | |
| /*------------------------------------------------*/ | |
| .nav li ul, .et_mobile_menu { | |
| padding: 30px 40px 30px 10px; | |
| } | |
| .nav li:hover ul, ul.nav li.sfHover ul { | |
| right: 0; | |
| left: auto; | |
| } | |
| .nav li li:hover ul, ul.nav li li.sfHover ul { | |
| right: 200px; | |
| left: auto; | |
| } | |
| /*------------------------------------------------*/ | |
| /*-----------------[WP CALENDAR]-----------------*/ | |
| /*------------------------------------------------*/ | |
| #wp-calendar #next a { | |
| padding-left: 10px; | |
| text-align: left; | |
| padding-right: 0; | |
| } | |
| #wp-calendar #prev a { | |
| padding-right: 10px; | |
| text-align: right; | |
| padding-left: 0; | |
| } | |
| /*------------------------------------------------*/ | |
| /*-------------------[PAGE NAVI]------------------*/ | |
| /*------------------------------------------------*/ | |
| #content .wp-pagenavi { | |
| float: left; | |
| margin: 60px 0 60px 60px; | |
| } | |
| #content .wp-pagenavi a, #content .wp-pagenavi span { | |
| background: -webkit-gradient(linear, right top, right bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.02))); | |
| } | |
| .et_color_scheme_red .et-popular-mobile-arrow-previous { | |
| border-left-color: #d30500; | |
| } | |
| .et_color_scheme_blue .et-popular-mobile-arrow-previous { | |
| border-left-color: #0098d3; | |
| } | |
| .et_color_scheme_orange .et-popular-mobile-arrow-previous { | |
| border-left-color: #fc8d00; | |
| } | |
| .et_color_scheme_purple .et-popular-mobile-arrow-previous { | |
| border-left-color: #a920b2; | |
| } | |
| .et_pt_portfolio_item { | |
| margin-right: 99px !important; | |
| margin-left: auto; | |
| } | |
| .et_portfolio_small .et_pt_portfolio_item.et_pt_portfolio_item { | |
| margin-right: 71px !important; | |
| margin-left: auto; | |
| } | |
| .et_portfolio_large .et_pt_portfolio_item { | |
| margin-right: 124px !important; | |
| margin-left: auto; | |
| } | |
| .mobile_nav > span { | |
| left: -25px; | |
| right: auto; | |
| } | |
| .et_mobile_menu { | |
| right: -63px; | |
| text-align: right; | |
| left: auto; | |
| } | |
| .et_mobile_menu ul li { | |
| padding-right: 15px; | |
| padding-left: 0; | |
| } | |
| .et-popular-mobile-arrow-previous { | |
| right: 33px; | |
| left: auto; | |
| } | |
| .et-popular-mobile-arrow-next { | |
| left: 37px; | |
| right: auto; | |
| } | |
| @media only screen and ( min-width: 1301px ) { | |
| .et-popular-mobile-arrow-next { | |
| left: 37px; | |
| right: auto; | |
| } | |
| } | |
| @media only screen and ( min-width: 961px ) and ( max-width: 1300px ) { | |
| #content .wp-pagenavi a, #content .wp-pagenavi span { | |
| background: -webkit-gradient(linear, right top, right bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.02))); | |
| } | |
| .et_color_scheme_red .et-popular-mobile-arrow-previous { | |
| border-left-color: #d30500; | |
| } | |
| .et_color_scheme_blue .et-popular-mobile-arrow-previous { | |
| border-left-color: #0098d3; | |
| } | |
| .et_color_scheme_orange .et-popular-mobile-arrow-previous { | |
| border-left-color: #fc8d00; | |
| } | |
| .et_color_scheme_purple .et-popular-mobile-arrow-previous { | |
| border-left-color: #a920b2; | |
| } | |
| .et_pt_portfolio_item { | |
| margin-right: 99px !important; | |
| margin-left: auto; | |
| } | |
| .et_portfolio_small .et_pt_portfolio_item.et_pt_portfolio_item { | |
| margin-right: 71px !important; | |
| margin-left: auto; | |
| } | |
| .et_portfolio_large .et_pt_portfolio_item { | |
| margin-right: 124px !important; | |
| margin-left: auto; | |
| } | |
| .mobile_nav > span { | |
| left: -25px; | |
| right: auto; | |
| } | |
| .et_mobile_menu { | |
| right: -63px; | |
| text-align: right; | |
| left: auto; | |
| } | |
| .et_mobile_menu ul li { | |
| padding-right: 15px; | |
| padding-left: 0; | |
| } | |
| .et-popular-mobile-arrow-previous { | |
| right: 33px; | |
| left: auto; | |
| } | |
| .et-popular-mobile-arrow-next { | |
| left: 37px; | |
| right: auto; | |
| } | |
| @media only screen and ( min-width: 1301px ) { | |
| .et-popular-mobile-arrow-next { | |
| left: 37px; | |
| right: auto; | |
| } | |
| } | |
| } | |
| @media only screen and ( max-width: 960px ) { | |
| @media only screen and ( min-width: 961px ) and ( max-width: 1300px ) { | |
| #content .wp-pagenavi a, #content .wp-pagenavi span { | |
| background: -webkit-gradient(linear, right top, right bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.02))); | |
| } | |
| .et_color_scheme_red .et-popular-mobile-arrow-previous { | |
| border-left-color: #d30500; | |
| } | |
| .et_color_scheme_blue .et-popular-mobile-arrow-previous { | |
| border-left-color: #0098d3; | |
| } | |
| .et_color_scheme_orange .et-popular-mobile-arrow-previous { | |
| border-left-color: #fc8d00; | |
| } | |
| .et_color_scheme_purple .et-popular-mobile-arrow-previous { | |
| border-left-color: #a920b2; | |
| } | |
| .et_pt_portfolio_item { | |
| margin-right: 99px !important; | |
| margin-left: auto; | |
| } | |
| .et_portfolio_small .et_pt_portfolio_item.et_pt_portfolio_item { | |
| margin-right: 71px !important; | |
| margin-left: auto; | |
| } | |
| .et_portfolio_large .et_pt_portfolio_item { | |
| margin-right: 124px !important; | |
| margin-left: auto; | |
| } | |
| .mobile_nav > span { | |
| left: -25px; | |
| right: auto; | |
| } | |
| .et_mobile_menu { | |
| right: -63px; | |
| text-align: right; | |
| left: auto; | |
| } | |
| .et_mobile_menu ul li { | |
| padding-right: 15px; | |
| padding-left: 0; | |
| } | |
| .et-popular-mobile-arrow-previous { | |
| right: 33px; | |
| left: auto; | |
| } | |
| .et-popular-mobile-arrow-next { | |
| left: 37px; | |
| right: auto; | |
| } | |
| @media only screen and ( min-width: 1301px ) { | |
| .et-popular-mobile-arrow-next { | |
| left: 37px; | |
| right: auto; | |
| } | |
| } | |
| @media only screen and ( min-width: 767px ) and ( max-width: 960px ) { | |
| .alignleft { | |
| float: left; | |
| } | |
| .alignright { | |
| float: right; | |
| } | |
| img.alignright { | |
| float:right; | |
| margin-left:15px; | |
| margin-right: auto; | |
| } | |
| img.alignleft { | |
| float:left; | |
| margin-right:15px; | |
| margin-left: auto; | |
| } | |
| } | |
| /*------------------------------------------------*/ | |
| /*---------------[DEFAULT DROPDOWN SETTINGS]---*/ | |
| /*------------------------------------------------*/ | |
| .nav li ul, .et_mobile_menu { | |
| padding: 30px 40px 30px 10px; | |
| } | |
| .nav li:hover ul, ul.nav li.sfHover ul { | |
| right: 0; | |
| left: auto; | |
| } | |
| .nav li li:hover ul, ul.nav li li.sfHover ul { | |
| right: 200px; | |
| left: auto; | |
| } | |
| /*------------------------------------------------*/ | |
| /*-----------------[WP CALENDAR]-----------------*/ | |
| /*------------------------------------------------*/ | |
| #wp-calendar #next a { | |
| padding-left: 10px; | |
| text-align: left; | |
| padding-right: 0; | |
| } | |
| #wp-calendar #prev a { | |
| padding-right: 10px; | |
| text-align: right; | |
| padding-left: 0; | |
| } | |
| /*------------------------------------------------*/ | |
| /*-------------------[PAGE NAVI]------------------*/ | |
| /*------------------------------------------------*/ | |
| #content .wp-pagenavi { | |
| float: left; | |
| margin: 60px 0 60px 60px; | |
| } | |
| #content .wp-pagenavi a, #content .wp-pagenavi span { | |
| background: -webkit-gradient(linear, right top, right bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.02))); | |
| } | |
| .et_color_scheme_red .et-popular-mobile-arrow-previous { | |
| border-left-color: #d30500; | |
| } | |
| .et_color_scheme_blue .et-popular-mobile-arrow-previous { | |
| border-left-color: #0098d3; | |
| } | |
| .et_color_scheme_orange .et-popular-mobile-arrow-previous { | |
| border-left-color: #fc8d00; | |
| } | |
| .et_color_scheme_purple .et-popular-mobile-arrow-previous { | |
| border-left-color: #a920b2; | |
| } | |
| .et_pt_portfolio_item { | |
| margin-right: 99px !important; | |
| margin-left: auto; | |
| } | |
| .et_portfolio_small .et_pt_portfolio_item.et_pt_portfolio_item { | |
| margin-right: 71px !important; | |
| margin-left: auto; | |
| } | |
| .et_portfolio_large .et_pt_portfolio_item { | |
| margin-right: 124px !important; | |
| margin-left: auto; | |
| } | |
| .mobile_nav > span { | |
| left: -25px; | |
| right: auto; | |
| } | |
| .et_mobile_menu { | |
| right: -63px; | |
| text-align: right; | |
| left: auto; | |
| } | |
| .et_mobile_menu ul li { | |
| padding-right: 15px; | |
| padding-left: 0; | |
| } | |
| .et-popular-mobile-arrow-previous { | |
| right: 33px; | |
| left: auto; | |
| } | |
| .et-popular-mobile-arrow-next { | |
| left: 37px; | |
| right: auto; | |
| } | |
| @media only screen and ( min-width: 1301px ) { | |
| .et-popular-mobile-arrow-next { | |
| left: 37px; | |
| right: auto; | |
| } | |
| } | |
| @media only screen and ( min-width: 961px ) and ( max-width: 1300px ) { | |
| #content .wp-pagenavi a, #content .wp-pagenavi span { | |
| background: -webkit-gradient(linear, right top, right bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.02))); | |
| } | |
| .et_color_scheme_red .et-popular-mobile-arrow-previous { | |
| border-left-color: #d30500; | |
| } | |
| .et_color_scheme_blue .et-popular-mobile-arrow-previous { | |
| border-left-color: #0098d3; | |
| } | |
| .et_color_scheme_orange .et-popular-mobile-arrow-previous { | |
| border-left-color: #fc8d00; | |
| } | |
| .et_color_scheme_purple .et-popular-mobile-arrow-previous { | |
| border-left-color: #a920b2; | |
| } | |
| .et_pt_portfolio_item { | |
| margin-right: 99px !important; | |
| margin-left: auto; | |
| } | |
| .et_portfolio_small .et_pt_portfolio_item.et_pt_portfolio_item { | |
| margin-right: 71px !important; | |
| margin-left: auto; | |
| } | |
| .et_portfolio_large .et_pt_portfolio_item { | |
| margin-right: 124px !important; | |
| margin-left: auto; | |
| } | |
| .mobile_nav > span { | |
| left: -25px; | |
| right: auto; | |
| } | |
| .et_mobile_menu { | |
| right: -63px; | |
| text-align: right; | |
| left: auto; | |
| } | |
| .et_mobile_menu ul li { | |
| padding-right: 15px; | |
| padding-left: 0; | |
| } | |
| .et-popular-mobile-arrow-previous { | |
| right: 33px; | |
| left: auto; | |
| } | |
| .et-popular-mobile-arrow-next { | |
| left: 37px; | |
| right: auto; | |
| } | |
| } | |
| @media only screen and ( min-width: 1301px ) { | |
| .et-popular-mobile-arrow-next { | |
| left: 37px; | |
| right: auto; | |
| } | |
| } | |
| @media only screen and ( max-width: 960px ) { | |
| @media only screen and ( min-width: 961px ) and ( max-width: 1300px ) { | |
| #content .wp-pagenavi a, #content .wp-pagenavi span { | |
| background: -webkit-gradient(linear, right top, right bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.02))); | |
| } | |
| .et_color_scheme_red .et-popular-mobile-arrow-previous { | |
| border-left-color: #d30500; | |
| } | |
| .et_color_scheme_blue .et-popular-mobile-arrow-previous { | |
| border-left-color: #0098d3; | |
| } | |
| .et_color_scheme_orange .et-popular-mobile-arrow-previous { | |
| border-left-color: #fc8d00; | |
| } | |
| .et_color_scheme_purple .et-popular-mobile-arrow-previous { | |
| border-left-color: #a920b2; | |
| } | |
| .et_pt_portfolio_item { | |
| margin-right: 99px !important; | |
| margin-left: auto; | |
| } | |
| .et_portfolio_small .et_pt_portfolio_item.et_pt_portfolio_item { | |
| margin-right: 71px !important; | |
| margin-left: auto; | |
| } | |
| .et_portfolio_large .et_pt_portfolio_item { | |
| margin-right: 124px !important; | |
| margin-left: auto; | |
| } | |
| .mobile_nav > span { | |
| left: -25px; | |
| right: auto; | |
| } | |
| .et_mobile_menu { | |
| right: -63px; | |
| text-align: right; | |
| left: auto; | |
| } | |
| .et_mobile_menu ul li { | |
| padding-right: 15px; | |
| padding-left: 0; | |
| } | |
| .et-popular-mobile-arrow-previous { | |
| right: 33px; | |
| left: auto; | |
| } | |
| .et-popular-mobile-arrow-next { | |
| left: 37px; | |
| right: auto; | |
| } | |
| } | |
| @media only screen and ( min-width: 1301px ) { | |
| .et-popular-mobile-arrow-next { | |
| left: 37px; | |
| right: auto; | |
| } | |
| } | |
| @media only screen and ( max-width: 767px ) { | |
| .wp-caption.alignleft { | |
| margin: 0px 10px 10px 0px; | |
| } | |
| .alignleft { | |
| float: left; | |
| } | |
| .alignright { | |
| float: right; | |
| } | |
| img.alignright { | |
| float:right; | |
| margin-left:15px; | |
| margin-right: auto; | |
| } | |
| img.alignleft { | |
| float:left; | |
| margin-right:15px; | |
| margin-left: auto; | |
| } | |
| } | |
| /*------------------------------------------------*/ | |
| /*---------------[DEFAULT DROPDOWN SETTINGS]---*/ | |
| /*------------------------------------------------*/ | |
| .nav li ul, .et_mobile_menu { | |
| padding: 30px 40px 30px 10px; | |
| } | |
| .nav li:hover ul, ul.nav li.sfHover ul { | |
| right: 0; | |
| left: auto; | |
| } | |
| .nav li li:hover ul, ul.nav li li.sfHover ul { | |
| right: 200px; | |
| left: auto; | |
| } | |
| /*------------------------------------------------*/ | |
| /*-----------------[WP CALENDAR]-----------------*/ | |
| /*------------------------------------------------*/ | |
| #wp-calendar #next a { | |
| padding-left: 10px; | |
| text-align: left; | |
| padding-right: 0; | |
| } | |
| #wp-calendar #prev a { | |
| padding-right: 10px; | |
| text-align: right; | |
| padding-left: 0; | |
| } | |
| /*------------------------------------------------*/ | |
| /*-------------------[PAGE NAVI]------------------*/ | |
| /*------------------------------------------------*/ | |
| #content .wp-pagenavi { | |
| float: left; | |
| margin: 60px 0 60px 60px; | |
| } | |
| #content .wp-pagenavi a, #content .wp-pagenavi span { | |
| background: -webkit-gradient(linear, right top, right bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.02))); | |
| } | |
| .et_color_scheme_red .et-popular-mobile-arrow-previous { | |
| border-left-color: #d30500; | |
| } | |
| .et_color_scheme_blue .et-popular-mobile-arrow-previous { | |
| border-left-color: #0098d3; | |
| } | |
| .et_color_scheme_orange .et-popular-mobile-arrow-previous { | |
| border-left-color: #fc8d00; | |
| } | |
| .et_color_scheme_purple .et-popular-mobile-arrow-previous { | |
| border-left-color: #a920b2; | |
| } | |
| .et_pt_portfolio_item { | |
| margin-right: 99px !important; | |
| margin-left: auto; | |
| } | |
| .et_portfolio_small .et_pt_portfolio_item.et_pt_portfolio_item { | |
| margin-right: 71px !important; | |
| margin-left: auto; | |
| } | |
| .et_portfolio_large .et_pt_portfolio_item { | |
| margin-right: 124px !important; | |
| margin-left: auto; | |
| } | |
| .mobile_nav > span { | |
| left: -25px; | |
| right: auto; | |
| } | |
| .et_mobile_menu { | |
| right: -63px; | |
| text-align: right; | |
| left: auto; | |
| } | |
| .et_mobile_menu ul li { | |
| padding-right: 15px; | |
| padding-left: 0; | |
| } | |
| .et-popular-mobile-arrow-previous { | |
| right: 33px; | |
| left: auto; | |
| } | |
| .et-popular-mobile-arrow-next { | |
| left: 37px; | |
| right: auto; | |
| } | |
| @media only screen and ( min-width: 1301px ) { | |
| .et-popular-mobile-arrow-next { | |
| left: 37px; | |
| right: auto; | |
| } | |
| } | |
| @media only screen and ( min-width: 961px ) and ( max-width: 1300px ) { | |
| #content .wp-pagenavi a, #content .wp-pagenavi span { | |
| background: -webkit-gradient(linear, right top, right bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.02))); | |
| } | |
| .et_color_scheme_red .et-popular-mobile-arrow-previous { | |
| border-left-color: #d30500; | |
| } | |
| .et_color_scheme_blue .et-popular-mobile-arrow-previous { | |
| border-left-color: #0098d3; | |
| } | |
| .et_color_scheme_orange .et-popular-mobile-arrow-previous { | |
| border-left-color: #fc8d00; | |
| } | |
| .et_color_scheme_purple .et-popular-mobile-arrow-previous { | |
| border-left-color: #a920b2; | |
| } | |
| .et_pt_portfolio_item { | |
| margin-right: 99px !important; | |
| margin-left: auto; | |
| } | |
| .et_portfolio_small .et_pt_portfolio_item.et_pt_portfolio_item { | |
| margin-right: 71px !important; | |
| margin-left: auto; | |
| } | |
| .et_portfolio_large .et_pt_portfolio_item { | |
| margin-right: 124px !important; | |
| margin-left: auto; | |
| } | |
| .mobile_nav > span { | |
| left: -25px; | |
| right: auto; | |
| } | |
| .et_mobile_menu { | |
| right: -63px; | |
| text-align: right; | |
| left: auto; | |
| } | |
| .et_mobile_menu ul li { | |
| padding-right: 15px; | |
| padding-left: 0; | |
| } | |
| .et-popular-mobile-arrow-previous { | |
| right: 33px; | |
| left: auto; | |
| } | |
| .et-popular-mobile-arrow-next { | |
| left: 37px; | |
| right: auto; | |
| } | |
| @media only screen and ( min-width: 1301px ) { | |
| .et-popular-mobile-arrow-next { | |
| left: 37px; | |
| right: auto; | |
| } | |
| } | |
| @media only screen and ( max-width: 960px ) { | |
| @media only screen and ( min-width: 961px ) and ( max-width: 1300px ) { | |
| #content .wp-pagenavi a, #content .wp-pagenavi span { | |
| background: -webkit-gradient(linear, right top, right bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.02))); | |
| } | |
| .et_color_scheme_red .et-popular-mobile-arrow-previous { | |
| border-left-color: #d30500; | |
| } | |
| .et_color_scheme_blue .et-popular-mobile-arrow-previous { | |
| border-left-color: #0098d3; | |
| } | |
| .et_color_scheme_orange .et-popular-mobile-arrow-previous { | |
| border-left-color: #fc8d00; | |
| } | |
| .et_color_scheme_purple .et-popular-mobile-arrow-previous { | |
| border-left-color: #a920b2; | |
| } | |
| .et_pt_portfolio_item { | |
| margin-right: 99px !important; | |
| margin-left: auto; | |
| } | |
| .et_portfolio_small .et_pt_portfolio_item.et_pt_portfolio_item { | |
| margin-right: 71px !important; | |
| margin-left: auto; | |
| } | |
| .et_portfolio_large .et_pt_portfolio_item { | |
| margin-right: 124px !important; | |
| margin-left: auto; | |
| } | |
| .mobile_nav > span { | |
| left: -25px; | |
| right: auto; | |
| } | |
| .et_mobile_menu { | |
| right: -63px; | |
| text-align: right; | |
| left: auto; | |
| } | |
| .et_mobile_menu ul li { | |
| padding-right: 15px; | |
| padding-left: 0; | |
| } | |
| .et-popular-mobile-arrow-previous { | |
| right: 33px; | |
| left: auto; | |
| } | |
| .et-popular-mobile-arrow-next { | |
| left: 37px; | |
| right: auto; | |
| } | |
| } | |
| @media only screen and ( min-width: 1301px ) { | |
| .et-popular-mobile-arrow-next { | |
| left: 37px; | |
| right: auto; | |
| } | |
| } | |
| @media only screen and ( min-width: 767px ) and ( max-width: 960px ) { | |
| .alignleft { | |
| float: left; | |
| } | |
| .alignright { | |
| float: right; | |
| } | |
| img.alignright { | |
| float:right; | |
| margin-left:15px; | |
| margin-right: auto; | |
| } | |
| img.alignleft { | |
| float:left; | |
| margin-right:15px; | |
| margin-left: auto; | |
| } | |
| } | |
| /*------------------------------------------------*/ | |
| /*---------------[DEFAULT DROPDOWN SETTINGS]---*/ | |
| /*------------------------------------------------*/ | |
| .nav li ul, .et_mobile_menu { | |
| padding: 30px 40px 30px 10px; | |
| } | |
| .nav li:hover ul, ul.nav li.sfHover ul { | |
| right: 0; | |
| left: auto; | |
| } | |
| .nav li li:hover ul, ul.nav li li.sfHover ul { | |
| right: 200px; | |
| left: auto; | |
| } | |
| /*------------------------------------------------*/ | |
| /*-----------------[WP CALENDAR]-----------------*/ | |
| /*------------------------------------------------*/ | |
| #wp-calendar #next a { | |
| padding-left: 10px; | |
| text-align: left; | |
| padding-right: 0; | |
| } | |
| #wp-calendar #prev a { | |
| padding-right: 10px; | |
| text-align: right; | |
| padding-left: 0; | |
| } | |
| /*------------------------------------------------*/ | |
| /*-------------------[PAGE NAVI]------------------*/ | |
| /*------------------------------------------------*/ | |
| #content .wp-pagenavi { | |
| float: left; | |
| margin: 60px 0 60px 60px; | |
| } | |
| #content .wp-pagenavi a, #content .wp-pagenavi span { | |
| background: -webkit-gradient(linear, right top, right bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.02))); | |
| } | |
| .et_color_scheme_red .et-popular-mobile-arrow-previous { | |
| border-left-color: #d30500; | |
| } | |
| .et_color_scheme_blue .et-popular-mobile-arrow-previous { | |
| border-left-color: #0098d3; | |
| } | |
| .et_color_scheme_orange .et-popular-mobile-arrow-previous { | |
| border-left-color: #fc8d00; | |
| } | |
| .et_color_scheme_purple .et-popular-mobile-arrow-previous { | |
| border-left-color: #a920b2; | |
| } | |
| .et_pt_portfolio_item { | |
| margin-right: 99px !important; | |
| margin-left: auto; | |
| } | |
| .et_portfolio_small .et_pt_portfolio_item.et_pt_portfolio_item { | |
| margin-right: 71px !important; | |
| margin-left: auto; | |
| } | |
| .et_portfolio_large .et_pt_portfolio_item { | |
| margin-right: 124px !important; | |
| margin-left: auto; | |
| } | |
| .mobile_nav > span { | |
| left: -25px; | |
| right: auto; | |
| } | |
| .et_mobile_menu { | |
| right: -63px; | |
| text-align: right; | |
| left: auto; | |
| } | |
| .et_mobile_menu ul li { | |
| padding-right: 15px; | |
| padding-left: 0; | |
| } | |
| .et-popular-mobile-arrow-previous { | |
| right: 33px; | |
| left: auto; | |
| } | |
| .et-popular-mobile-arrow-next { | |
| left: 37px; | |
| right: auto; | |
| } | |
| @media only screen and ( min-width: 1301px ) { | |
| .et-popular-mobile-arrow-next { | |
| left: 37px; | |
| right: auto; | |
| } | |
| } | |
| @media only screen and ( min-width: 961px ) and ( max-width: 1300px ) { | |
| #content .wp-pagenavi a, #content .wp-pagenavi span { | |
| background: -webkit-gradient(linear, right top, right bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.02))); | |
| } | |
| .et_color_scheme_red .et-popular-mobile-arrow-previous { | |
| border-left-color: #d30500; | |
| } | |
| .et_color_scheme_blue .et-popular-mobile-arrow-previous { | |
| border-left-color: #0098d3; | |
| } | |
| .et_color_scheme_orange .et-popular-mobile-arrow-previous { | |
| border-left-color: #fc8d00; | |
| } | |
| .et_color_scheme_purple .et-popular-mobile-arrow-previous { | |
| border-left-color: #a920b2; | |
| } | |
| .et_pt_portfolio_item { | |
| margin-right: 99px !important; | |
| margin-left: auto; | |
| } | |
| .et_portfolio_small .et_pt_portfolio_item.et_pt_portfolio_item { | |
| margin-right: 71px !important; | |
| margin-left: auto; | |
| } | |
| .et_portfolio_large .et_pt_portfolio_item { | |
| margin-right: 124px !important; | |
| margin-left: auto; | |
| } | |
| .mobile_nav > span { | |
| left: -25px; | |
| right: auto; | |
| } | |
| .et_mobile_menu { | |
| right: -63px; | |
| text-align: right; | |
| left: auto; | |
| } | |
| .et_mobile_menu ul li { | |
| padding-right: 15px; | |
| padding-left: 0; | |
| } | |
| .et-popular-mobile-arrow-previous { | |
| right: 33px; | |
| left: auto; | |
| } | |
| .et-popular-mobile-arrow-next { | |
| left: 37px; | |
| right: auto; | |
| } | |
| } | |
| @media only screen and ( min-width: 1301px ) { | |
| .et-popular-mobile-arrow-next { | |
| left: 37px; | |
| right: auto; | |
| } | |
| } | |
| @media only screen and ( max-width: 960px ) { | |
| @media only screen and ( min-width: 961px ) and ( max-width: 1300px ) { | |
| #content .wp-pagenavi a, #content .wp-pagenavi span { | |
| background: -webkit-gradient(linear, right top, right bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.02))); | |
| } | |
| .et_color_scheme_red .et-popular-mobile-arrow-previous { | |
| border-left-color: #d30500; | |
| } | |
| .et_color_scheme_blue .et-popular-mobile-arrow-previous { | |
| border-left-color: #0098d3; | |
| } | |
| .et_color_scheme_orange .et-popular-mobile-arrow-previous { | |
| border-left-color: #fc8d00; | |
| } | |
| .et_color_scheme_purple .et-popular-mobile-arrow-previous { | |
| border-left-color: #a920b2; | |
| } | |
| .et_pt_portfolio_item { | |
| margin-right: 99px !important; | |
| margin-left: auto; | |
| } | |
| .et_portfolio_small .et_pt_portfolio_item.et_pt_portfolio_item { | |
| margin-right: 71px !important; | |
| margin-left: auto; | |
| } | |
| .et_portfolio_large .et_pt_portfolio_item { | |
| margin-right: 124px !important; | |
| margin-left: auto; | |
| } | |
| .mobile_nav > span { | |
| left: -25px; | |
| right: auto; | |
| } | |
| .et_mobile_menu { | |
| right: -63px; | |
| text-align: right; | |
| left: auto; | |
| } | |
| .et_mobile_menu ul li { | |
| padding-right: 15px; | |
| padding-left: 0; | |
| } | |
| .et-popular-mobile-arrow-previous { | |
| right: 33px; | |
| left: auto; | |
| } | |
| .et-popular-mobile-arrow-next { | |
| left: 37px; | |
| right: auto; | |
| } | |
| } | |
| } | |
| @media only screen and ( min-width: 1301px ) { | |
| .et-popular-mobile-arrow-next { | |
| left: 37px; | |
| right: auto; | |
| } | |
| } | |
| @media only screen and ( max-width: 478px ) { | |
| .nav li:hover ul, ul.nav li.sfHover ul { | |
| right: 0; | |
| left: auto; | |
| } | |
| .nav li li:hover ul, ul.nav li li.sfHover ul { | |
| right: 200px; | |
| left: auto; | |
| } | |
| } | |
| /*------------------------------------------------*/ | |
| /*-----------------[WP CALENDAR]-----------------*/ | |
| /*------------------------------------------------*/ | |
| #wp-calendar #next a { | |
| padding-left: 10px; | |
| text-align: left; | |
| padding-right: 0; | |
| } | |
| #wp-calendar #prev a { | |
| padding-right: 10px; | |
| text-align: right; | |
| padding-left: 0; | |
| } | |
| /*------------------------------------------------*/ | |
| /*-------------------[PAGE NAVI]------------------*/ | |
| /*------------------------------------------------*/ | |
| #content .wp-pagenavi { | |
| float: left; | |
| margin: 60px 0 60px 60px; | |
| } | |
| #content .wp-pagenavi a, #content .wp-pagenavi span { | |
| background: -webkit-gradient(linear, right top, right bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.02))); | |
| } | |
| .et_color_scheme_red .et-popular-mobile-arrow-previous { | |
| border-left-color: #d30500; | |
| } | |
| .et_color_scheme_blue .et-popular-mobile-arrow-previous { | |
| border-left-color: #0098d3; | |
| } | |
| .et_color_scheme_orange .et-popular-mobile-arrow-previous { | |
| border-left-color: #fc8d00; | |
| } | |
| .et_color_scheme_purple .et-popular-mobile-arrow-previous { | |
| border-left-color: #a920b2; | |
| } | |
| .et_pt_portfolio_item { | |
| margin-right: 99px !important; | |
| margin-left: auto; | |
| } | |
| .et_portfolio_small .et_pt_portfolio_item.et_pt_portfolio_item { | |
| margin-right: 71px !important; | |
| margin-left: auto; | |
| } | |
| .et_portfolio_large .et_pt_portfolio_item { | |
| margin-right: 124px !important; | |
| margin-left: auto; | |
| } | |
| .mobile_nav > span { | |
| left: -25px; | |
| right: auto; | |
| } | |
| .et_mobile_menu { | |
| right: -63px; | |
| text-align: right; | |
| left: auto; | |
| } | |
| .et_mobile_menu ul li { | |
| padding-right: 15px; | |
| padding-left: 0; | |
| } | |
| .et-popular-mobile-arrow-previous { | |
| right: 33px; | |
| left: auto; | |
| } | |
| .et-popular-mobile-arrow-next { | |
| left: 37px; | |
| right: auto; | |
| } | |
| @media only screen and ( min-width: 1301px ) { | |
| .et-popular-mobile-arrow-next { | |
| left: 37px; | |
| right: auto; | |
| } | |
| } | |
| @media only screen and ( min-width: 961px ) and ( max-width: 1300px ) { | |
| #content .wp-pagenavi a, #content .wp-pagenavi span { | |
| background: -webkit-gradient(linear, right top, right bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.02))); | |
| } | |
| .et_color_scheme_red .et-popular-mobile-arrow-previous { | |
| border-left-color: #d30500; | |
| } | |
| .et_color_scheme_blue .et-popular-mobile-arrow-previous { | |
| border-left-color: #0098d3; | |
| } | |
| .et_color_scheme_orange .et-popular-mobile-arrow-previous { | |
| border-left-color: #fc8d00; | |
| } | |
| .et_color_scheme_purple .et-popular-mobile-arrow-previous { | |
| border-left-color: #a920b2; | |
| } | |
| .et_pt_portfolio_item { | |
| margin-right: 99px !important; | |
| margin-left: auto; | |
| } | |
| .et_portfolio_small .et_pt_portfolio_item.et_pt_portfolio_item { | |
| margin-right: 71px !important; | |
| margin-left: auto; | |
| } | |
| .et_portfolio_large .et_pt_portfolio_item { | |
| margin-right: 124px !important; | |
| margin-left: auto; | |
| } | |
| .mobile_nav > span { | |
| left: -25px; | |
| right: auto; | |
| } | |
| .et_mobile_menu { | |
| right: -63px; | |
| text-align: right; | |
| left: auto; | |
| } | |
| .et_mobile_menu ul li { | |
| padding-right: 15px; | |
| padding-left: 0; | |
| } | |
| .et-popular-mobile-arrow-previous { | |
| right: 33px; | |
| left: auto; | |
| } | |
| .et-popular-mobile-arrow-next { | |
| left: 37px; | |
| right: auto; | |
| } | |
| } | |
| @media only screen and ( min-width: 1301px ) { | |
| .et-popular-mobile-arrow-next { | |
| left: 37px; | |
| right: auto; | |
| } | |
| } | |
| @media only screen and ( max-width: 960px ) { | |
| @media only screen and ( min-width: 961px ) and ( max-width: 1300px ) { | |
| #content .wp-pagenavi a, #content .wp-pagenavi span { | |
| background: -webkit-gradient(linear, right top, right bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.02))); | |
| } | |
| .et_color_scheme_red .et-popular-mobile-arrow-previous { | |
| border-left-color: #d30500; | |
| } | |
| .et_color_scheme_blue .et-popular-mobile-arrow-previous { | |
| border-left-color: #0098d3; | |
| } | |
| .et_color_scheme_orange .et-popular-mobile-arrow-previous { | |
| border-left-color: #fc8d00; | |
| } | |
| .et_color_scheme_purple .et-popular-mobile-arrow-previous { | |
| border-left-color: #a920b2; | |
| } | |
| .et_pt_portfolio_item { | |
| margin-right: 99px !important; | |
| margin-left: auto; | |
| } | |
| .et_portfolio_small .et_pt_portfolio_item.et_pt_portfolio_item { | |
| margin-right: 71px !important; | |
| margin-left: auto; | |
| } | |
| .et_portfolio_large .et_pt_portfolio_item { | |
| margin-right: 124px !important; | |
| margin-left: auto; | |
| } | |
| .mobile_nav > span { | |
| left: -25px; | |
| right: auto; | |
| } | |
| .et_mobile_menu { | |
| right: -63px; | |
| text-align: right; | |
| left: auto; | |
| } | |
| .et_mobile_menu ul li { | |
| padding-right: 15px; | |
| padding-left: 0; | |
| } | |
| .et-popular-mobile-arrow-previous { | |
| right: 33px; | |
| left: auto; | |
| } | |
| .et-popular-mobile-arrow-next { | |
| left: 37px; | |
| right: auto; | |
| } | |
| } | |
| @media only screen and ( min-width: 1301px ) { | |
| .et-popular-mobile-arrow-next { | |
| left: 37px; | |
| right: auto; | |
| } | |
| } | |
| @media only screen and ( min-width: 767px ) and ( max-width: 960px ) { | |
| .alignleft { | |
| float: left; | |
| } | |
| .alignright { | |
| float: right; | |
| } | |
| img.alignright { | |
| float:right; | |
| margin-left:15px; | |
| margin-right: auto; | |
| } | |
| img.alignleft { | |
| float:left; | |
| margin-right:15px; | |
| margin-left: auto; | |
| } | |
| } | |
| /*------------------------------------------------*/ | |
| /*---------------[DEFAULT DROPDOWN SETTINGS]---*/ | |
| /*------------------------------------------------*/ | |
| .nav li ul, .et_mobile_menu { | |
| padding: 30px 40px 30px 10px; | |
| } | |
| .nav li:hover ul, ul.nav li.sfHover ul { | |
| right: 0; | |
| left: auto; | |
| } | |
| .nav li li:hover ul, ul.nav li li.sfHover ul { | |
| right: 200px; | |
| left: auto; | |
| } | |
| /*------------------------------------------------*/ | |
| /*-----------------[WP CALENDAR]-----------------*/ | |
| /*------------------------------------------------*/ | |
| #wp-calendar #next a { | |
| padding-left: 10px; | |
| text-align: left; | |
| padding-right: 0; | |
| } | |
| #wp-calendar #prev a { | |
| padding-right: 10px; | |
| text-align: right; | |
| padding-left: 0; | |
| } | |
| /*------------------------------------------------*/ | |
| /*-------------------[PAGE NAVI]------------------*/ | |
| /*------------------------------------------------*/ | |
| #content .wp-pagenavi { | |
| float: left; | |
| margin: 60px 0 60px 60px; | |
| } | |
| #content .wp-pagenavi a, #content .wp-pagenavi span { | |
| background: -webkit-gradient(linear, right top, right bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.02))); | |
| } | |
| .et_color_scheme_red .et-popular-mobile-arrow-previous { | |
| border-left-color: #d30500; | |
| } | |
| .et_color_scheme_blue .et-popular-mobile-arrow-previous { | |
| border-left-color: #0098d3; | |
| } | |
| .et_color_scheme_orange .et-popular-mobile-arrow-previous { | |
| border-left-color: #fc8d00; | |
| } | |
| .et_color_scheme_purple .et-popular-mobile-arrow-previous { | |
| border-left-color: #a920b2; | |
| } | |
| .et_pt_portfolio_item { | |
| margin-right: 99px !important; | |
| margin-left: auto; | |
| } | |
| .et_portfolio_small .et_pt_portfolio_item.et_pt_portfolio_item { | |
| margin-right: 71px !important; | |
| margin-left: auto; | |
| } | |
| .et_portfolio_large .et_pt_portfolio_item { | |
| margin-right: 124px !important; | |
| margin-left: auto; | |
| } | |
| .mobile_nav > span { | |
| left: -25px; | |
| right: auto; | |
| } | |
| .et_mobile_menu { | |
| right: -63px; | |
| text-align: right; | |
| left: auto; | |
| } | |
| .et_mobile_menu ul li { | |
| padding-right: 15px; | |
| padding-left: 0; | |
| } | |
| .et-popular-mobile-arrow-previous { | |
| right: 33px; | |
| left: auto; | |
| } | |
| .et-popular-mobile-arrow-next { | |
| left: 37px; | |
| right: auto; | |
| } | |
| @media only screen and ( min-width: 1301px ) { | |
| .et-popular-mobile-arrow-next { | |
| left: 37px; | |
| right: auto; | |
| } | |
| } | |
| @media only screen and ( min-width: 961px ) and ( max-width: 1300px ) { | |
| #content .wp-pagenavi a, #content .wp-pagenavi span { | |
| background: -webkit-gradient(linear, right top, right bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.02))); | |
| } | |
| .et_color_scheme_red .et-popular-mobile-arrow-previous { | |
| border-left-color: #d30500; | |
| } | |
| .et_color_scheme_blue .et-popular-mobile-arrow-previous { | |
| border-left-color: #0098d3; | |
| } | |
| .et_color_scheme_orange .et-popular-mobile-arrow-previous { | |
| border-left-color: #fc8d00; | |
| } | |
| .et_color_scheme_purple .et-popular-mobile-arrow-previous { | |
| border-left-color: #a920b2; | |
| } | |
| .et_pt_portfolio_item { | |
| margin-right: 99px !important; | |
| margin-left: auto; | |
| } | |
| .et_portfolio_small .et_pt_portfolio_item.et_pt_portfolio_item { | |
| margin-right: 71px !important; | |
| margin-left: auto; | |
| } | |
| .et_portfolio_large .et_pt_portfolio_item { | |
| margin-right: 124px !important; | |
| margin-left: auto; | |
| } | |
| .mobile_nav > span { | |
| left: -25px; | |
| right: auto; | |
| } | |
| .et_mobile_menu { | |
| right: -63px; | |
| text-align: right; | |
| left: auto; | |
| } | |
| .et_mobile_menu ul li { | |
| padding-right: 15px; | |
| padding-left: 0; | |
| } | |
| .et-popular-mobile-arrow-previous { | |
| right: 33px; | |
| left: auto; | |
| } | |
| .et-popular-mobile-arrow-next { | |
| left: 37px; | |
| right: auto; | |
| } | |
| } | |
| @media only screen and ( min-width: 1301px ) { | |
| .et-popular-mobile-arrow-next { | |
| left: 37px; | |
| right: auto; | |
| } | |
| } | |
| @media only screen and ( max-width: 960px ) { | |
| @media only screen and ( min-width: 961px ) and ( max-width: 1300px ) { | |
| #content .wp-pagenavi a, #content .wp-pagenavi span { | |
| background: -webkit-gradient(linear, right top, right bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.02))); | |
| } | |
| .et_color_scheme_red .et-popular-mobile-arrow-previous { | |
| border-left-color: #d30500; | |
| } | |
| .et_color_scheme_blue .et-popular-mobile-arrow-previous { | |
| border-left-color: #0098d3; | |
| } | |
| .et_color_scheme_orange .et-popular-mobile-arrow-previous { | |
| border-left-color: #fc8d00; | |
| } | |
| .et_color_scheme_purple .et-popular-mobile-arrow-previous { | |
| border-left-color: #a920b2; | |
| } | |
| .et_pt_portfolio_item { | |
| margin-right: 99px !important; | |
| margin-left: auto; | |
| } | |
| .et_portfolio_small .et_pt_portfolio_item.et_pt_portfolio_item { | |
| margin-right: 71px !important; | |
| margin-left: auto; | |
| } | |
| .et_portfolio_large .et_pt_portfolio_item { | |
| margin-right: 124px !important; | |
| margin-left: auto; | |
| } | |
| .mobile_nav > span { | |
| left: -25px; | |
| right: auto; | |
| } | |
| .et_mobile_menu { | |
| right: -63px; | |
| text-align: right; | |
| left: auto; | |
| } | |
| .et_mobile_menu ul li { | |
| padding-right: 15px; | |
| padding-left: 0; | |
| } | |
| .et-popular-mobile-arrow-previous { | |
| right: 33px; | |
| left: auto; | |
| } | |
| .et-popular-mobile-arrow-next { | |
| left: 37px; | |
| right: auto; | |
| } | |
| } | |
| @media only screen and ( min-width: 1301px ) { | |
| .et-popular-mobile-arrow-next { | |
| left: 37px; | |
| right: auto; | |
| } | |
| } | |
| @media only screen and ( max-width: 767px ) { | |
| .wp-caption.alignleft { | |
| margin: 0px 10px 10px 0px; | |
| } | |
| .alignleft { | |
| float: left; | |
| } | |
| .alignright { | |
| float: right; | |
| } | |
| img.alignright { | |
| float:right; | |
| margin-left:15px; | |
| margin-right: auto; | |
| } | |
| img.alignleft { | |
| float:left; | |
| margin-right:15px; | |
| margin-left: auto; | |
| } | |
| } | |
| /*------------------------------------------------*/ | |
| /*---------------[DEFAULT DROPDOWN SETTINGS]---*/ | |
| /*------------------------------------------------*/ | |
| .nav li ul, .et_mobile_menu { | |
| padding: 30px 40px 30px 10px; | |
| } | |
| .nav li:hover ul, ul.nav li.sfHover ul { | |
| right: 0; | |
| left: auto; | |
| } | |
| .nav li li:hover ul, ul.nav li li.sfHover ul { | |
| right: 200px; | |
| left: auto; | |
| } | |
| /*------------------------------------------------*/ | |
| /*-----------------[WP CALENDAR]-----------------*/ | |
| /*------------------------------------------------*/ | |
| #wp-calendar #next a { | |
| padding-left: 10px; | |
| text-align: left; | |
| padding-right: 0; | |
| } | |
| #wp-calendar #prev a { | |
| padding-right: 10px; | |
| text-align: right; | |
| padding-left: 0; | |
| } | |
| /*------------------------------------------------*/ | |
| /*-------------------[PAGE NAVI]------------------*/ | |
| /*------------------------------------------------*/ | |
| #content .wp-pagenavi { | |
| float: left; | |
| margin: 60px 0 60px 60px; | |
| } | |
| #content .wp-pagenavi a, #content .wp-pagenavi span { | |
| background: -webkit-gradient(linear, right top, right bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.02))); | |
| } | |
| .et_color_scheme_red .et-popular-mobile-arrow-previous { | |
| border-left-color: #d30500; | |
| } | |
| .et_color_scheme_blue .et-popular-mobile-arrow-previous { | |
| border-left-color: #0098d3; | |
| } | |
| .et_color_scheme_orange .et-popular-mobile-arrow-previous { | |
| border-left-color: #fc8d00; | |
| } | |
| .et_color_scheme_purple .et-popular-mobile-arrow-previous { | |
| border-left-color: #a920b2; | |
| } | |
| .et_pt_portfolio_item { | |
| margin-right: 99px !important; | |
| margin-left: auto; | |
| } | |
| .et_portfolio_small .et_pt_portfolio_item.et_pt_portfolio_item { | |
| margin-right: 71px !important; | |
| margin-left: auto; | |
| } | |
| .et_portfolio_large .et_pt_portfolio_item { | |
| margin-right: 124px !important; | |
| margin-left: auto; | |
| } | |
| .mobile_nav > span { | |
| left: -25px; | |
| right: auto; | |
| } | |
| .et_mobile_menu { | |
| right: -63px; | |
| text-align: right; | |
| left: auto; | |
| } | |
| .et_mobile_menu ul li { | |
| padding-right: 15px; | |
| padding-left: 0; | |
| } | |
| .et-popular-mobile-arrow-previous { | |
| right: 33px; | |
| left: auto; | |
| } | |
| .et-popular-mobile-arrow-next { | |
| left: 37px; | |
| right: auto; | |
| } | |
| @media only screen and ( min-width: 1301px ) { | |
| .et-popular-mobile-arrow-next { | |
| left: 37px; | |
| right: auto; | |
| } | |
| } | |
| @media only screen and ( min-width: 961px ) and ( max-width: 1300px ) { | |
| #content .wp-pagenavi a, #content .wp-pagenavi span { | |
| background: -webkit-gradient(linear, right top, right bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.02))); | |
| } | |
| .et_color_scheme_red .et-popular-mobile-arrow-previous { | |
| border-left-color: #d30500; | |
| } | |
| .et_color_scheme_blue .et-popular-mobile-arrow-previous { | |
| border-left-color: #0098d3; | |
| } | |
| .et_color_scheme_orange .et-popular-mobile-arrow-previous { | |
| border-left-color: #fc8d00; | |
| } | |
| .et_color_scheme_purple .et-popular-mobile-arrow-previous { | |
| border-left-color: #a920b2; | |
| } | |
| .et_pt_portfolio_item { | |
| margin-right: 99px !important; | |
| margin-left: auto; | |
| } | |
| .et_portfolio_small .et_pt_portfolio_item.et_pt_portfolio_item { | |
| margin-right: 71px !important; | |
| margin-left: auto; | |
| } | |
| .et_portfolio_large .et_pt_portfolio_item { | |
| margin-right: 124px !important; | |
| margin-left: auto; | |
| } | |
| .mobile_nav > span { | |
| left: -25px; | |
| right: auto; | |
| } | |
| .et_mobile_menu { | |
| right: -63px; | |
| text-align: right; | |
| left: auto; | |
| } | |
| .et_mobile_menu ul li { | |
| padding-right: 15px; | |
| padding-left: 0; | |
| } | |
| .et-popular-mobile-arrow-previous { | |
| right: 33px; | |
| left: auto; | |
| } | |
| .et-popular-mobile-arrow-next { | |
| left: 37px; | |
| right: auto; | |
| } | |
| } | |
| @media only screen and ( min-width: 1301px ) { | |
| .et-popular-mobile-arrow-next { | |
| left: 37px; | |
| right: auto; | |
| } | |
| @media only screen and ( max-width: 960px ) { | |
| @media only screen and ( min-width: 961px ) and ( max-width: 1300px ) { | |
| #content .wp-pagenavi a, #content .wp-pagenavi span { | |
| background: -webkit-gradient(linear, right top, right bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.02))); | |
| } | |
| .et_color_scheme_red .et-popular-mobile-arrow-previous { | |
| border-left-color: #d30500; | |
| } | |
| .et_color_scheme_blue .et-popular-mobile-arrow-previous { | |
| border-left-color: #0098d3; | |
| } | |
| .et_color_scheme_orange .et-popular-mobile-arrow-previous { | |
| border-left-color: #fc8d00; | |
| } | |
| .et_color_scheme_purple .et-popular-mobile-arrow-previous { | |
| border-left-color: #a920b2; | |
| } | |
| .et_pt_portfolio_item { | |
| margin-right: 99px !important; | |
| margin-left: auto; | |
| } | |
| .et_portfolio_small .et_pt_portfolio_item.et_pt_portfolio_item { | |
| margin-right: 71px !important; | |
| margin-left: auto; | |
| } | |
| .et_portfolio_large .et_pt_portfolio_item { | |
| margin-right: 124px !important; | |
| margin-left: auto; | |
| } | |
| .mobile_nav > span { | |
| left: -25px; | |
| right: auto; | |
| } | |
| .et_mobile_menu { | |
| right: -63px; | |
| text-align: right; | |
| left: auto; | |
| } | |
| .et_mobile_menu ul li { | |
| padding-right: 15px; | |
| padding-left: 0; | |
| } | |
| .et-popular-mobile-arrow-previous { | |
| right: 33px; | |
| left: auto; | |
| } | |
| .et-popular-mobile-arrow-next { | |
| left: 37px; | |
| right: auto; | |
| } | |
| } | |
| } | |
| @media only screen and ( min-width: 1301px ) { | |
| .et-popular-mobile-arrow-next { | |
| left: 37px; | |
| right: auto; | |
| } | |
| } | |
| @media only screen and ( min-width: 767px ) and ( max-width: 960px ) { | |
| .alignleft { | |
| float: left; | |
| } | |
| .alignright { | |
| float: right; | |
| } | |
| img.alignright { | |
| float:right; | |
| margin-left:15px; | |
| margin-right: auto; | |
| } | |
| img.alignleft { | |
| float:left; | |
| margin-right:15px; | |
| margin-left: auto; | |
| } | |
| } | |
| /*------------------------------------------------*/ | |
| /*---------------[DEFAULT DROPDOWN SETTINGS]---*/ | |
| /*------------------------------------------------*/ | |
| .nav li ul, .et_mobile_menu { | |
| padding: 30px 40px 30px 10px; | |
| } | |
| .nav li:hover ul, ul.nav li.sfHover ul { | |
| right: 0; | |
| left: auto; | |
| } | |
| .nav li li:hover ul, ul.nav li li.sfHover ul { | |
| right: 200px; | |
| left: auto; | |
| } | |
| /*------------------------------------------------*/ | |
| /*-----------------[WP CALENDAR]-----------------*/ | |
| /*------------------------------------------------*/ | |
| #wp-calendar #next a { | |
| padding-left: 10px; | |
| text-align: left; | |
| padding-right: 0; | |
| } | |
| #wp-calendar #prev a { | |
| padding-right: 10px; | |
| text-align: right; | |
| padding-left: 0; | |
| } | |
| /*------------------------------------------------*/ | |
| /*-------------------[PAGE NAVI]------------------*/ | |
| /*------------------------------------------------*/ | |
| #content .wp-pagenavi { | |
| float: left; | |
| margin: 60px 0 60px 60px; | |
| } | |
| #content .wp-pagenavi a, #content .wp-pagenavi span { | |
| background: -webkit-gradient(linear, right top, right bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.02))); | |
| } | |
| .et_color_scheme_red .et-popular-mobile-arrow-previous { | |
| border-left-color: #d30500; | |
| } | |
| .et_color_scheme_blue .et-popular-mobile-arrow-previous { | |
| border-left-color: #0098d3; | |
| } | |
| .et_color_scheme_orange .et-popular-mobile-arrow-previous { | |
| border-left-color: #fc8d00; | |
| } | |
| .et_color_scheme_purple .et-popular-mobile-arrow-previous { | |
| border-left-color: #a920b2; | |
| } | |
| .et_pt_portfolio_item { | |
| margin-right: 99px !important; | |
| margin-left: auto; | |
| } | |
| .et_portfolio_small .et_pt_portfolio_item.et_pt_portfolio_item { | |
| margin-right: 71px !important; | |
| margin-left: auto; | |
| } | |
| .et_portfolio_large .et_pt_portfolio_item { | |
| margin-right: 124px !important; | |
| margin-left: auto; | |
| } | |
| .mobile_nav > span { | |
| left: -25px; | |
| right: auto; | |
| } | |
| .et_mobile_menu { | |
| right: -63px; | |
| text-align: right; | |
| left: auto; | |
| } | |
| .et_mobile_menu ul li { | |
| padding-right: 15px; | |
| padding-left: 0; | |
| } | |
| .et-popular-mobile-arrow-previous { | |
| right: 33px; | |
| left: auto; | |
| } | |
| .et-popular-mobile-arrow-next { | |
| left: 37px; | |
| right: auto; | |
| } | |
| @media only screen and ( min-width: 1301px ) { | |
| .et-popular-mobile-arrow-next { | |
| left: 37px; | |
| right: auto; | |
| } | |
| } | |
| @media only screen and ( min-width: 961px ) and ( max-width: 1300px ) { | |
| #content .wp-pagenavi a, #content .wp-pagenavi span { | |
| background: -webkit-gradient(linear, right top, right bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.02))); | |
| } | |
| .et_color_scheme_red .et-popular-mobile-arrow-previous { | |
| border-left-color: #d30500; | |
| } | |
| .et_color_scheme_blue .et-popular-mobile-arrow-previous { | |
| border-left-color: #0098d3; | |
| } | |
| .et_color_scheme_orange .et-popular-mobile-arrow-previous { | |
| border-left-color: #fc8d00; | |
| } | |
| .et_color_scheme_purple .et-popular-mobile-arrow-previous { | |
| border-left-color: #a920b2; | |
| } | |
| .et_pt_portfolio_item { | |
| margin-right: 99px !important; | |
| margin-left: auto; | |
| } | |
| .et_portfolio_small .et_pt_portfolio_item.et_pt_portfolio_item { | |
| margin-right: 71px !important; | |
| margin-left: auto; | |
| } | |
| .et_portfolio_large .et_pt_portfolio_item { | |
| margin-right: 124px !important; | |
| margin-left: auto; | |
| } | |
| .mobile_nav > span { | |
| left: -25px; | |
| right: auto; | |
| } | |
| .et_mobile_menu { | |
| right: -63px; | |
| text-align: right; | |
| left: auto; | |
| } | |
| .et_mobile_menu ul li { | |
| padding-right: 15px; | |
| padding-left: 0; | |
| } | |
| .et-popular-mobile-arrow-previous { | |
| right: 33px; | |
| left: auto; | |
| } | |
| .et-popular-mobile-arrow-next { | |
| left: 37px; | |
| right: auto; | |
| } | |
| } | |
| @media only screen and ( min-width: 1301px ) { | |
| .et-popular-mobile-arrow-next { | |
| left: 37px; | |
| right: auto; | |
| } | |
| } | |
| @media only screen and ( max-width: 960px ) { | |
| @media only screen and ( min-width: 961px ) and ( max-width: 1300px ) { | |
| #content .wp-pagenavi a, #content .wp-pagenavi span { | |
| background: -webkit-gradient(linear, right top, right bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.02))); | |
| } | |
| .et_color_scheme_red .et-popular-mobile-arrow-previous { | |
| border-left-color: #d30500; | |
| } | |
| .et_color_scheme_blue .et-popular-mobile-arrow-previous { | |
| border-left-color: #0098d3; | |
| } | |
| .et_color_scheme_orange .et-popular-mobile-arrow-previous { | |
| border-left-color: #fc8d00; | |
| } | |
| .et_color_scheme_purple .et-popular-mobile-arrow-previous { | |
| border-left-color: #a920b2; | |
| } | |
| .et_pt_portfolio_item { | |
| margin-right: 99px !important; | |
| margin-left: auto; | |
| } | |
| .et_portfolio_small .et_pt_portfolio_item.et_pt_portfolio_item { | |
| margin-right: 71px !important; | |
| margin-left: auto; | |
| } | |
| .et_portfolio_large .et_pt_portfolio_item { | |
| margin-right: 124px !important; | |
| margin-left: auto; | |
| } | |
| .mobile_nav > span { | |
| left: -25px; | |
| right: auto; | |
| } | |
| .et_mobile_menu { | |
| right: -63px; | |
| text-align: right; | |
| left: auto; | |
| } | |
| .et_mobile_menu ul li { | |
| padding-right: 15px; | |
| padding-left: 0; | |
| } | |
| .et-popular-mobile-arrow-previous { | |
| right: 33px; | |
| left: auto; | |
| } | |
| .et-popular-mobile-arrow-next { | |
| left: 37px; | |
| right: auto; | |
| } | |
| } | |
| @media only screen and ( min-width: 1301px ) { | |
| .et-popular-mobile-arrow-next { | |
| left: 37px; | |
| right: auto; | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment