/* ==========================================================================
   Fonts
   ========================================================================== */



/* ==========================================================================
   Helper classes
   ========================================================================== */
.container { margin: 0 auto; position: relative; width: 1100px; }
.container:before, .container:after { content: " "; display: table; }
.container:after { clear: both; }
.container { *zoom: 1; }
.container-fluid { width: 100%; padding: 0 15px; }
.container-1240 { max-width: 1270px; width: 100%; padding: 0 15px; }
.container-1890 { max-width: 1860px; width: 100%; padding: 0 15px; }

.clearfix:before,
.clearfix:after { content: " "; display: table; }

.clearfix:after { clear: both; }

.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

img { max-width: 100%; }
ul, li { list-style: none; padding: 0; margin: 0; }
p { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6 { font-weight: normal; margin: 0; line-height: 1em; padding: 0; }
p { line-height: 1.3em; }
a { text-decoration: none; color: #fff; -webkit-transition: all 400ms ease; transition: all 400ms ease; }
input[type="text"], input[type="email"], input[type="password"], input[type="submit"], textarea { -webkit-appearance:none; -webkit-border-radius:0; }

/* ==========================================================================
   Responsive helpers
   ========================================================================== */

* { box-sizing: border-box; }

/*
 * Grid helpers inspired from Twitter Bootstrap
 */
.row { margin: 0 -20px; }
.row:before, .row:after { content: " "; display: table; }
.row:after { clear: both; }
.row { *zoom: 1; }
.row>div { padding: 0 20px; }
.row-sm { margin: 0 -10px; }
.row-sm>div { padding: 0 10px; }
.row-8 { margin: 0 -8px; }
.row-8>div { padding: 0 8px; }
.row-22 { margin: 0 -22px; }
.row-22>div { padding: 0 22px; }
.row-25 { margin: 0 -25px; }
.row-25>div { padding: 0 25px; }
.row-30 { margin: 0 -30px; }
.row-30>div { padding: 0 30px; }

.col12{width:100%;float:left;}
.col11{width:91.666666666667%;float:left;}
.col10{width:83.333333333333%;float:left;}
.col9{width:75%;float:left;}
.col8{width:66.666666666667%;float:left;}
.col7{width:58.333333333333%;float:left;}
.col6{width:50%;float:left;}
.col5{width:41.666666666667%;float:left;}
.col4{width:33.333333333333%;float:left;}
.col3{width:25%;float:left;}
.col2{width:16.666666666667%;float:left;}
.col1{width:8.3333333333333%;float:left;}

.hidden-desktop { display: none; }

.pull-right { float: right; }
.pull-left { float: left; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; }

/* ==========================================================================
   Theme styles
   ========================================================================== */
body { font-family: 'Montserrat', sans-serif; color: #3d454c; font-size: 14px; padding-top: 86px; }

h1,h2,h3,h4,h5 { font-family: 'Roboto Slab', serif; font-weight: bold; }

header { padding: 25px 0; position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; background: #fff; border-bottom: 1px solid #E6E7E8; }
#logo, .logo { line-height: 36px; background: #008ed5; padding-left: 10px; text-transform: uppercase; color: #fff; font-size: 26px; font-weight: bold; overflow: hidden; float: left; }
#logo span, .logo span { display: block; background: #e7e7e7; font-weight: normal; color: #484b4a; padding-right: 10px; padding-left: 10px; float: right; line-height: 36px; margin-left: 10px; font-size: 23px; font-family: 'Roboto Slab', serif; font-weight: 400; -webkit-transition: all 400ms ease; transition: all 400ms ease; font-weight: 300; letter-spacing: .5px;}
#logo:hover { background: #e7e7e7; color: #484b4a; }
#logo:hover span { background: #008ed5; color: #fff; }
.logo { float: none; display: inline-block; margin-bottom: 20px; }

.btn, #bbpress-forums .button.submit { font-size: 16px; color: #484b4a; font-weight: bold; line-height: 44px; display: inline-block; padding: 0 30px; background: #ffcc00; }
.btn:hover, #bbpress-forums .button.submit:hover { background: #ffdd56; }
.btn-big { padding: 0 45px; }
.btn-blue { background-color: #028fd5; color: #fff; }
.btn-blue:hover { background-color:#2eaae8; }
.btn-border { background: none; color: #ffcc00; border: 2px solid #ffcc00; line-height: 40px; }
.btn-border:hover { background-color:#ffcc00; color: #484b4a; }
.btn-grey { background: #484b4a; color: #fff; }
.btn-grey:hover { background: #5e6060; }
.btn-180 { min-width: 180px; text-align: center; }

#menu-toggle { float: right; width: 28px; display: none; }
#menu-toggle span { height: 5px; background: #3D454C; width: 100%; display: block; margin-bottom: 3px; }

header .menu { float: right; }
header .menu li { display: inline-block; margin-left: 25px; position: relative; }
header .menu li.cart-btn span { color: #008ED5; padding: 0 2px; }
header .menu li a { color: #3D454C; font-size: 16px; display: block; line-height: 36px; }
header .menu li:not(.btn) a:hover { color: #008ED5; }
.logged-in header .menu li.btn, .logged-in .login-link { display: none; }
header .menu li.btn { padding: 0; }
header .menu li.btn a { display: block; padding: 0 30px; }

header .menu li ul { position: absolute; top: 35px; left: -10px; display: none; background: #fff; width: 200px; box-shadow: 0 4px 5px rgba(0,0,0,0.2); padding: 5px 0 0; }
header .menu li ul li { display: block; margin-left: 0; padding-left: 10px; margin-bottom: 5px; }
header .menu li ul li a { font-size: 15px; line-height: 30px; }


#top-section { padding-top: 70px; background:#008ed5 url(../images/cards.png) center bottom no-repeat; }
#top-section .text { float: left; width: 48%; padding-right: 50px; margin-bottom: 35px; }
#top-section h1 { font-size: 41px; color: #fff; line-height: 1.2em; margin-bottom: 25px; font-weight: normal; }
#top-section p { color: #fff; margin-bottom: 18px; font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 14px; line-height: 1.45em; }
#top-section .add-info p { margin-top: 20px; line-height: 1em; color: #fff; background: rgba(0,0,0,0.1); padding: 10px 15px; display: inline-block; }

#top-section .screen { width: 591px; height: 470px; position: absolute; text-align: center; bottom: 0; right: 0; background: url(../images/screen.png) no-repeat; }
.screen .btns-wrapper { padding:18px 10px 16px; background: rgba(255,255,255,0.15); border-radius:0 0 10px 10px; margin: 0 29px 0px 26px; }
.screen .btns-wrapper .btn { background-color: #028fd5; color: #fff; font-size: 14px; padding: 0 20px; box-shadow: 0 0 5px rgba(0,0,0,0.4); }
.screen .btns-wrapper .btn:hover { background-color:#2eaae8;  }
#top-section .screen h4 { color: #fff; margin-bottom: 15px; line-height: 1em; font-size: 16px; letter-spacing: .5px; }
#top-section .screen small { clear: both; color: #fff; margin-top: 10px; display: block; line-height: 1em; opacity: .6; font-size: 9px; }

.slideshow-wrapper { padding: 27px 27px 0; }
.slideshow { overflow: hidden; }
.slideshow .cycle-pager { position: absolute; bottom: 8px; left: 0; right: 0; text-align: center; z-index: 101; }
.slideshow .cycle-pager span { display: inline-block; margin: 0 3px; width: 10px; height: 10px; text-indent: -9999999px; overflow: hidden; background: rgba(0,0,0,0.5); border-radius: 100%; cursor: pointer; }
.slideshow .cycle-pager span.cycle-pager-active { opacity: .2; }

.section { padding: 85px 0; }
.main-features { padding-bottom: 20px; }
.home .main-features { background: #fbfbfb; padding-bottom: 55px; overflow-x: hidden; }
.main-features .item { margin-bottom: 60px; padding-left: 105px; position: relative; }
.main-features .item h3 { margin-bottom: 10px; font-size: 21px; }
.main-features .item p { font-weight: 300; font-size: 14px; color: #5f676f; }
.main-features .item i { position: absolute; top: 0; left: 0; font-size: 34px; color: #fff; width: 74px; text-align: center; line-height: 70px; border-radius: 100%; background: #008ed5; text-indent: 1px; }
.main-features .item1 i { font-size: 44px; }

.section-gray { background-color: #f9f9fa; }
.section-dgray { background-color: #3d454e; }

.banner { max-width: 950px; margin: 0 auto; position: relative; padding: 40px 260px 40px 40px; background: #008ed5; color: #fff; border-radius: 5px; }
.banner .btn { position: absolute; top: 40px; right: 40px; }
.banner h3 { font-size: 40px; font-family: 'Montserrat', sans-serif; font-weight: normal; margin-bottom: 10px; }
.banner small { font-size: 14px; color: #b4d6e7; display: block; margin-bottom: 20px; }
.banner p { font-size: 13px; }

.section-features { padding-bottom: 0; color: #fff; }
.section-features img { display: block; }
.section-features h3 { font-size: 26px; margin-bottom: 25px; }

.list1 li { margin-bottom: 7px; }
.list1 li:before { content: ""; font-family: "FontAwesome"; color: #a4a5a5; margin-right: 5px; }
.list1 li a { text-decoration: underline; }
.list1 li a:hover { text-decoration: none; }

.section-features-detail { }
.section-features-detail .item { max-width: 290px; margin: 0 auto; }
.section-features-detail .item h3 { font-size: 24px; margin-bottom: 15px; }
.section-features-detail .item p { margin-bottom: 20px; line-height: 1.4em; }
.section-features-detail .item1 { margin-top: 80px; }
.section-features-detail .item2 { margin-top: 25px; }

.line { height: 1px; max-width:380px; background: #e6e7e8; margin: 70px auto; }

.banner-wide { background: #008ed5; padding: 35px 0 30px; }
.banner-wide h3 { font-size: 30px; font-family: 'Montserrat', sans-serif; font-weight: normal; color: #fff; float: left; line-height: 1em;}
.banner-wide .btn { float: right; }




/* ==========================================================================
   Footer
   ========================================================================== */
footer { background-color: #3d454e; padding-top: 70px; color: #fff; overflow-x: hidden; }
footer .text { max-width: 350px; }
footer h4 { font-size: 18px; margin-bottom: 20px; }
footer .text p { font-size: 12px; line-height: 1.4em; margin-bottom: 15px; }
footer .text p.p2 { margin-bottom: 0; line-height: 1.55em; } 

.contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea { display: block; width: 100%; border: 0 none; height: 40px; padding: 0 15px; margin-bottom: 20px; color: #3d454c; }
.contact-form textarea { height: 100px; padding: 15px; }
.contact-form input[type="submit"] { font-size: 16px; font-weight: bold; width: 180px; background: #008ed5; border: 0 none; height: 32px; padding-top: 2px; -webkit-transition: all 400ms ease; transition: all 400ms ease; }
.contact-form input[type="submit"]:hover { opacity: .5 }
div.wpcf7 img.ajax-loader{ position: absolute; right: 0; top: 8px; margin: 0; }
input.wpcf7-not-valid,
textarea.wpcf7-not-valid { background: #FFE0E0; }
span.wpcf7-not-valid-tip,div.wpcf7-validation-errors { display: none !important; }
.contact-form .g-recaptcha { float: right; }
.wpcf7-response-output { clear: both; margin-top: 20px; float: left; width: 100%; }

.copyright { font-size: 11px; text-align: center; padding: 20px 0; margin-top: 50px; border-top: 1px solid #434b54; }

.embed-container { position: relative; padding-bottom: 78.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* ==========================================================================
   More themes
   ========================================================================== */
.section-more-themes { text-align: center; }
.section-more-themes h2 { font-size: 36px; margin-bottom: 10px; }
.section-more-themes h3 { font-size: 22px; color: #5f676f; margin-bottom: 0px; }
.section-more-themes h3 strong { color: #3d454c; }
.section-more-themes .item { max-width: 340px; margin: 0 auto; padding:20px; border-radius: 5px; background: #fff; border: 1px solid #e3e3e3; }
.section-more-themes .item h4 { font-size: 22px; margin-bottom: 20px; }
.section-more-themes .item p { font-size: 14px; margin-bottom: 20px; padding: 0 30px; min-height: 55px; }
.section-more-themes .item .btn { display: block; text-transform: uppercase; padding: 0; }
.section-more-themes .slideshow { margin-bottom: 20px; }
.section-more-themes .slideshow .cycle-pager span { background-color: #fff; }
.section-more-themes .item2 .slideshow .cycle-pager span { background-color: #008ED5; }
.row-info { padding:0 0 10px; line-height: 22px; }
.row-info .price { font-size: 22px; font-weight: bold; color: #008ED5; }

/* ==========================================================================
   bbPress Styling
   ========================================================================== */
#bbpress-forums { margin: 80px 0 60px; color: #3D454C; }
#bbpress-forums a { color: #3D454C; }
#bbpress-forums p.bbp-topic-meta img.avatar, #bbpress-forums ul.bbp-reply-revision-log img.avatar, #bbpress-forums ul.bbp-topic-revision-log img.avatar, #bbpress-forums div.bbp-template-notice img.avatar, #bbpress-forums .widget_display_topics img.avatar, #bbpress-forums .widget_display_replies img.avatar { margin-bottom: -3px; margin-right: 2px; }
#bbpress-forums .bbp-search-form { display: none; }
#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results { font-size: 14px; }
#bbpress-forums li.bbp-body ul.forum.bbp-forum-status-closed { background: #f7f7f7; }
#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic { padding: 15px; }
li.bbp-forum-freshness, li.bbp-topic-freshness { font-size: 12px; }
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content { background: #f7f7f7; border-bottom: 1px solid #ccc; }
#bbpress-forums .button.submit { border: 0 none; }
#bbpress-forums .topic-title { font-size: 22px; margin-bottom: 15px; }
.support-select-status {  color: #1a1a1a; font-size: 12px; }
#bbpress-forums fieldset.bbp-form legend { color: #5f5f5f; }
#bbpress-forums .bbp-topic-form input[type="checkbox"] { margin-bottom: 8px; margin-right: 5px; position: relative; top: 2px; }
#bbpress-forums #bbp_topic_title, #bbpress-forums #bbp_topic_tags { background: #f7f7f7; border: 1px solid #ccc; display: block; width: 100%; padding: 0 10px; height: 30px; margin-top: 4px; }
#subscription-toggle { float: right; }
.bbp-login-form input[type="text"], .bbp-login-form input[type="password"] { width: 60%; display: inline-block; padding: 5px; }
#bbpress-forums .bbp-login-form input[type="checkbox"] { margin-bottom: 0; position: relative; top: 2px; margin-right: 5px; }
.login-register { margin-top: 40px; }
.login-register h4 { font-size: 20px; margin-bottom: 20px; }

.search_header { padding: 80px 0; background: #008ed5 url('../images/cards.png') center bottom no-repeat; }
.search_header h2, .search_header h1 { color: #ffffff; font-size: 48px; text-align: center; font-weight: 300; letter-spacing: 1px; margin-bottom: 25px; }
.search_header p { color: #ffffff; font-size: 18px; text-align: center; font-weight: 300; margin-bottom: 25px; font-style: italic; }
.search_header p a { color: #ffcc00; font-weight: bold; text-decoration: underline; }
.search_header p a:hover { text-decoration: none; }
.search_header form { width: 70%; margin: 0 auto; position: relative; padding-right: 120px; }
.search_header input[type="text"] { background-color: #FFF; border: none; color: #2E3236; font-size: 20px; float: left; padding: 0px 15px; width: 100%; margin-bottom: 0; height: 45px; }
.search_header input[type="submit"] { background: #FFCC00 !important; font-size: 18px !important; font-weight: bold; margin: 0; border: 0 none; padding: 0 20px; height: 45px; position: absolute; top: 0; right: 0; width: 120px; }
.topic-resolved { color: green; }
.topic-not-resolved { color: #b52222; }
#bbpress-forums .bbp-forum-info .bbp-forum-content { color: #82878b; }
.bbp-forum-title { font-size: 16px; }
.bbp-reply-content p { margin-bottom: 15px; line-height: 1.5em; }
#bbpress-forums .bbp-reply-content a { color: #008ED5; }
#bbpress-forums .bbp-reply-content ul li { margin-bottom: 5px; }

/* ==========================================================================
   EDD
   ========================================================================== */
#edd_checkout_wrap, #single-page-cont {  margin: 80px 0 60px; color: #3D454C;  }
#edd_checkout_wrap { margin-top: 0; }
#edd_checkout_wrap a, #single-page-cont a { color: #008ED5; }
#edd_purchase_form { max-width: 775px; }
#edd_purchase_form p { margin-bottom: 15px; }
#edd_checkout_form_wrap input.edd-input, #edd_checkout_form_wrap textarea.edd-input { width: 100%; }
#edd-purchase-button, .edd-submit, input.edd-submit[type="submit"], #edd_profile_editor_form #edd_profile_editor_submit { font-size: 16px; color: #484b4a; font-weight: bold; line-height: 36px; display: inline-block; padding: 0 30px; background: #ffcc00; border: 0 none; }
#edd-purchase-button:hover, .edd-submit:hover, input.edd-submit[type="submit"]:hover, #edd_profile_editor_form #edd_profile_editor_submit:hover { background: #ffdd56; }
#edd-purchase-button { float: right; }
#edd_checkout_form_wrap legend { font-family: "Roboto Slab"; }
#edd_checkout_form_wrap #edd_register_fields>fieldset { padding-bottom: 30px; margin-bottom: 20px; border-bottom: 1px solid #bcc2c7; }
#edd_checkout_form_wrap #edd_register_fields #edd_register_account_fields { padding-bottom: 0; margin-bottom: 0; border-bottom: 0 none; }

#edd_purchase_receipt { margin: 20px 0 25px; }
#edd_purchase_receipt td, #edd_purchase_receipt_products td { padding: 5px; }
#edd_purchase_receipt thead, #edd_purchase_receipt_products thead { background: #eaeaea; }
#edd_purchase_receipt thead th, #edd_purchase_receipt_products thead th { padding: 5px; }
#edd_purchase_receipt_products { margin-top: 15px; }

#single-page-cont h2 { margin-bottom: 20px; }
#single-page-cont h3 { margin-bottom: 10px; }
#single-page-cont h1 { margin-bottom: 40px; color: #008ED5; font-size: 55px; }
#single-page-cont>p { margin-bottom: 20px; }
#single-page-cont>ul { margin-bottom: 20px; }
#single-page-cont>ul>li { margin-bottom: 10px; list-style: disc; list-style-position: inside; }

#edd_profile_editor_form fieldset { border: 0 none; padding: 0; }
#edd_profile_editor_form legend { font-weight: bold; margin-bottom: 5px; }
#edd_profile_editor_form p { margin-bottom: 20px; }
#edd_profile_editor_form label, #edd_profile_editor_form input, #edd_profile_editor_form select  { margin-bottom: 5px; }
#edd_profile_editor_form input, #edd_profile_editor_form select { padding: 4px 8px; background: #f7f7f7; border: 1px solid #ccc; width: 400px; }
#edd_profile_editor_form #edd_profile_editor_submit { width: auto; padding: 0 15px; }
#edd-privacy-policy-agreement { margin-bottom: 20px!important; }
#edd_checkout_form_wrap #edd_final_total_wrap { font-size: 18px; padding: 15px 20px; }

#edd_checkout_form_wrap .edd-cart-adjustment input#edd-discount { display: block; margin-bottom: 10px; }

.edd-checkout-custom-msg { border: 1px solid #eee; padding: 1.387em; margin: 0 0 21px; }
.edd-checkout-custom-msg p { font-size: 12px; line-height: 1.65em; }
.edd-checkout-custom-msg p.p2 { font-size: 14px; font-weight: bold; }

/* ==========================================================================
   Documentation
   ========================================================================== */
#docs-wrapper { padding: 40px 0; line-height: 1.5em; }
.docs-pager { }
.docs-pager li { margin-bottom: 7px; list-style: circle; list-style-position: inside; }
#docs-wrapper .docs-pager li a { color: #000; }
#docs-wrapper h3.sub { margin-bottom: 15px; }
#docs-wrapper h2 { margin-bottom: 20px; font-size: 30px; }
#docs-wrapper h3 { margin-bottom: 10px; font-size: 20px; }
#docs-wrapper p { line-height: 1.6em; margin-bottom: 15px; }
#docs-wrapper hr { background: #ccc; border:1px solid #ccc; margin-bottom: 30px; }
#docs-wrapper a { color: #008ED5; }
#docs-wrapper img { max-width: 100%; height: auto; padding: 15px; border: 1px solid #dddddd; }

.docs-cont ul { padding-left: 20px; }
.docs-cont li { list-style: disc; margin-bottom: 7px; list-style-position: inside; }

/* ==========================================================================
   Affiliates
   ========================================================================== */
#mainForm { margin-top: 50px; }
#mainForm .pure-table { width: 100%; border: 0 none; }
#mainForm .pure-table td, #mainForm .pure-table th { text-align: left; }
#mainForm .pure-table th { width: 15%; }
#mainForm .pure-table td { width: 40%; }
#mainForm .pure-table td input, #mainForm .pure-table td select { display: block; width: 100%; }
#mainForm .pure-table td input#chkAgreeTerms { display: inline-block; width: auto; }
#mainForm .pure-button { border: 0 none; color: #fff; background: #008ed5; }
#wpam_form_error_panel { }
#wpam_form_error_panel li { margin-bottom: 8px; }
#aff-controls { border-bottom: 1px solid #ddd; }
#aff-controls>ul { display: block; width: 100%; }
.aff-wrap .wrap { overflow: hidden; }
.aff-wrap .wrap table { margin-bottom: 25px; width: 100%; }
.aff-wrap .wpam-creative-code { border: 1px solid #ddd; resize: none; padding: 15px;  }
.aff-wrap h3 { margin: 10px 0; }

.wpam-login-form { margin: 50px auto; border: 1px solid #E6E7E8; padding: 20px; background: #fbfbfb; max-width: 400px; }
.wpam-login-form input[type="text"], .wpam-login-form input[type="password"] { display: block; width: 100%; padding: 5px; border: 1px solid #ddd; margin-bottom: 10px; }
.wpam-login-form label { margin-bottom: 5px; }
#wp-submit { font-size: 16px;font-weight: bold;width: auto;background: #008ed5;border: 0 none;height: 32px; padding: 0 18px; margin: 15px 0; color: #fff; }

.affiliate-intro { padding: 70px 0 45px; }
.affiliate-intro p { margin-bottom: 25px; line-height: 1.5em; }
.affiliate-intro p.p1 {font-size: 18px; text-align: center; line-height: 1.6em; max-width: 760px; margin: 0 auto 30px; }
.affiliate-intro p.p1 strong { font-size: 22px; color: #008ED5; }
.affiliate-intro .why { background: #fafafa; padding: 35px 25px 25px; border: 10px solid #efefef; margin-bottom: 25px; text-align: center; max-width: 600px; margin: 0 auto 40px; }
.affiliate-intro .why h4 { margin-bottom: 35px; font-size: 32px; font-weight: 300; }
.affiliate-intro .why li { margin-bottom: 15px; font-size: 16px; color: #393939; }
.affiliate-intro .why .list1 li::before { color: #008ED5; }
.search_header.alt { background-image: url(../images/affiliates.png); padding: 100px 0; }
.search_header.alt h2 { font-size: 56px; }
.search_header.alt p { font-size: 20px; font-style: normal; }
.percentage-wrapper { text-align: center; }
.percentage-wrapper div { font-size: 84px; color: #ffcc00; line-height: 1em; }
.percentage-wrapper span { font-size: 22px; color: #ffcc00; letter-spacing: 1px; opacity: .8; }

.search_header .btns-wrapper { margin: 30px 0 0px; text-align: center; }
.search_header .btns-wrapper a { margin: 0 10px;}

.affiliates-faq { padding: 70px 0 20px; background: #efefef; text-align: center; }
.affiliates-faq h2 { text-align: center; font-size: 28px; margin-bottom: 30px; }
.affiliates-faq h3 { margin-bottom: 15px; line-height: 1.3em; }
.affiliates-faq h4 { margin: 30px 0 30px; font-size: 24px; }
.affiliates-faq p { margin-bottom: 50px; }
.affiliates-faq p a { color: #3d454c; text-decoration: underline; }

.wpam-logged-in { max-width: 280px; text-align: center; margin: 0 auto; border: 1px solid #E6E7E8; padding: 20px; background: #fbfbfb; }

.aff-steps { margin-bottom: 40px; text-align: center; }
.aff-steps .step { background: #ffcc00; border-radius: 100%; width: 160px; height: 160px; color: #fff; display: inline-block; padding-top: 17px; }
.aff-steps .step div {font-size: 56px; font-family: 'Roboto Slab', serif; font-weight: 900; color: #a2840c; }
.aff-steps .step span { color: #444; font-size: 18px; }
.aff-steps .divider { margin: 0 10px; display: inline-block; position: relative; top: -10px; }
.aff-steps .divider i { color: #444; font-size: 40px; opacity: .3; }

.aff-btns-wrapper {  margin: 30px 0 0px; text-align: center; }
.aff-btns-wrapper a {  margin: 0 10px 0px; }

/* ==========================================================================
   404
   ========================================================================== */
.page-404 { text-align: center; padding: 130px 0; }
.page-404 i { font-size: 70px; opacity: .8; }
.page-404 h2 { font-size: 80px; margin: 15px 0; }
.page-404 p { font-size: 18px; }

/* ==========================================================================
   More themes
   ========================================================================== */
.themes-list { }
.themes-list .items-wrapper { padding: 70px 0 40px; }
.themes-list .item-featured { background: #f0f4f6; padding: 70px 0; }
.themes-list .item-featured .item { background: #fbfbfb; box-shadow: 0 3px 4px rgba(0,0,0,0.1); position: relative; }
.themes-list .item-featured .item .img { width: 40%; position: absolute; top: 0; bottom: 0; left: 0; overflow: hidden; }
.themes-list .item-featured .item .text { padding-left: 40%; float: left; }
.themes-list .item-featured .item .text .inner-text { padding: 50px; }
.themes-list .item-featured .item .text h3 { font-weight: bold; font-size: 30px; margin-bottom: 25px; font-family: 'Roboto Slab', serif; }
.themes-list .item-featured .item .text h3 a { color: #3d454c; }
.themes-list .item-featured .item .text h4 { font-weight: normal; font-size: 16px; margin-bottom: 20px; font-family: 'Roboto Slab', serif; }
.themes-list .item-featured .item .text p { line-height: 1.55em; margin-bottom: 20px; }
.version-tag { border: 1px solid #dbdbdb; display: inline-block; min-width: 100px; text-align: center; line-height: 26px; font-size: 11px; color: #a2a0a0; }
.themes-list .item-featured .item .btn { font-size: 14px; line-height: 42px; }
.themes-list .item-featured .item:hover .img-autoscroll img, .themes-list .item-sm:hover .img-autoscroll img {
    -webkit-animation-play-state: running;
    animation-play-state: running;    
}
.themes-list .item-sm { border-radius: 10px; overflow: hidden; background: #fbfbfb; box-shadow: 0 3px 4px rgba(0,0,0,0.1); margin-bottom: 30px; }
.themes-list .item-sm .btn { display: block; width: 100%; border-radius: 10px; font-size: 14px; display: block; text-align: center; line-height: 50px; }
.themes-list .item-sm .text { text-align: center; padding: 25px 20px 10px; }
.themes-list .item-sm .img { height: 200px; overflow: hidden; border-radius: 10px; }
.themes-list .item-sm .text h3 { font-size: 24px; margin-bottom: 15px; }
.themes-list .item-sm .text h3 a { color: #3d454c; }
.themes-list .item-sm .text p { font-size: 14px; line-height: 1.5em; max-width: 240px; margin: 0 auto 15px; }


.img-autoscroll { overflow: hidden; }
.img-autoscroll img { 
    display: block; 
    width: 100%; 
    -webkit-animation: scrollanim 13s infinite;
    -moz-animation:    scrollanim 13s infinite; 
    animation:         scrollanim 13s infinite;   
    -webkit-animation-play-state: paused;
    animation-play-state: paused;       
}


@-webkit-keyframes scrollanim {
  0%   { transform: translateY(0px); }
  50% { transform: translateY(-270px); }
  100% { transform: translateY(0px); }
}
@-moz-keyframes scrollanim {
  0%   { transform: translateY(0px); }
  50% { transform: translateY(-270px); }
  100% { transform: translateY(0px); }
}
@keyframes scrollanim {
  0%   { transform: translateY(0px); }
  50% { transform: translateY(-270px); }
  100% { transform: translateY(0px); }
}

/* ==========================================================================
   Theme inner
   ========================================================================== */
.screen-inner { position: absolute; bottom: 0; right: -15px; }
.screen-inner img { display: block; width: 100%; }
#top-section .text-inner { }
#top-section.alt { padding-top: 0; }
#top-section .text-inner .btn { margin-right: 5px; font-size: 14px; }
#top-section .text-inner .rating { border-bottom: 1px solid rgba(255,255,255,0.4); border-top: 1px solid rgba(255,255,255,0.4); padding: 8px 0; margin-bottom: 20px; color: #fff; vertical-align: middle; }
#top-section .text-inner .rating .rating-info { padding-left: 10px; opacity: .5; }
#top-section .text-inner .rating .rating-stars { font-size: 18px; }
#top-section .text-inner .rating .rating-stars .fa { margin-right: 2px; }
#top-section .edd_download_purchase_form { display: none!important; }
#top-section .breadcrumb { padding: 14px 0; font-size: 11px; color: #fff; margin-bottom: 35px; }
#top-section .breadcrumb i { color: #fff; opacity: .4; padding: 0 4px; }
#top-section .breadcrumb span { opacity: .6; }

.screens-section { background: #F9F9FA; padding: 50px 0; text-align: center; box-shadow: 0px -8px 8px rgba(0,0,0,0.08); position: relative; }
.screens-section h2 { font-size: 30px; margin-bottom: 30px; }
.screens-section .item { border: 10px solid #fff; box-shadow: 0 4px 5px rgba(0,0,0,0.1); margin-bottom: 5px; border-radius: 5px; background: #fff; }
.screens-section .item img { transition: all 400ms ease; }
.screens-section .item:hover img { transform: scale(0.95); opacity: .6; }
.screens-carousel { opacity: 0; transition: all 400ms ease; }
.screens-carousel.owl-loaded { opacity: 1; }

.banner-pokav2 { text-align: center; padding: 45px 0; background: #008ed5; color: #fff; }
.banner-pokav2 h3 { font-family: 'Montserrat', sans-serif; font-size: 30px; margin-bottom: 15px; font-weight: 400; }
.banner-pokav2 p { font-size: 18px; margin-bottom: 25px; }

/* ==========================================================================
   New homepage
   ========================================================================== */
.home-intro { text-align: center; padding: 90px 0; background:#008ed5 url(../images/cards-dual.png) center bottom no-repeat; color: #fff; position: relative; }
.home-intro h1 { font-size: 48px; margin-bottom: 20px; letter-spacing: .2px; font-family: 'Montserrat', sans-serif; font-weight: 400; }
.home-intro h2 { font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 17px; line-height: 1.5em; }
.home-intro h2 a { text-decoration: underline; }
.home-intro h2 a:hover { text-decoration: none; }
.home-intro p { font-size: 14px; margin-bottom: 20px; line-height: 1.5em; }
.home-intro p.yellow { font-size: 20px; color:#ffcc00; }
.home-intro .text { margin-top: 30px; }
.home-intro .text .btn { margin:15px 6px 0; }
.home-intro .poka-info {line-height: 1.5em;color: #fff;background: rgba(0,0,0,0.1);padding: 10px 15px;display: block; max-width: 378px; margin: 0 auto; font-size: 12px; }

.logo-cont { line-height: 50px; text-transform: uppercase; color: #fff; font-size: 36px; font-weight: bold; overflow: hidden; display: inline-block; margin-bottom: 20px; }
.logo-cont .t2 { display: inline-block; background: #e7e7e7; font-weight: normal; color: #484b4a; padding-right: 10px; padding-left: 10px; line-height: 50px; margin-left: 10px; font-size: 32px; font-family: 'Roboto Slab', serif; font-weight: 300; letter-spacing: .5px; }
.logo-cont .t3 { color:#ffcc00; padding-left:10px; text-transform: none; font-size: 38px; }

.btn-scroll { width: 60px; height: 60px; line-height: 60px; border-radius: 100%; position: absolute; bottom: -30px; left: 50%; margin-left: -30px; background: #484b4a; color: #fff; font-size: 30px; text-indent: 0.5px; }
.btn-scroll i { animation-name: bounce; transform-origin: center bottom; animation-iteration-count: infinite; animation-duration: 2s;animation-fill-mode: both;}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -12px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -5px, 0);
  }

  90% {
    transform: translate3d(0,-4px,0);
  }
}

.home-demos { background: #f2f2f2; text-align: center; overflow-x: hidden; }
.home-demos .item { margin-bottom: 25px; }
.home-demos .img-link { overflow: hidden; border-radius: 4px; box-shadow: 0 14px 24px rgba(0,0,0,0.18); margin-bottom: 20px; transition: all 400ms ease; position: relative; display: block; }
.home-demos .img-link img { display: block; }
/*.home-demos .item:hover .img-link { transform: translateY(-20px); box-shadow: 0 34px 24px rgba(0,0,0,0.18); }*/
.home-demos h4 { font-size: 19px; margin-bottom: 8px; font-family: 'Montserrat', sans-serif; }
.home-demos h5 { font-size: 16px; margin-bottom: 10px; opacity: .7; font-family: 'Montserrat', sans-serif; }
.home-demos p { margin-bottom: 15px; font-size: 14px; }
.home-demos h4 span { color: #028fd5; }
/*.home-demos h4:before { position: absolute; top: 2px; left: 50%; width: 120px; margin-left: -60px; height: 1px; background: #cbcbcb; content: ""; display: block; }*/
.home-demos .btn { margin: 0 4px; }
.home-demos .demos-text { text-align: center; max-width: 760px; margin: 40px auto 0; }
.home-demos .demos-text p { font-size: 20px; line-height: 1.55em; margin-bottom: 0; }

.text-sect {  }
.text-sect h2 { font-size: 30px; margin-bottom: 30px; }
.text-sect p { font-size: 16px; margin-bottom: 20px; opacity: .8; line-height: 1.5em; }
.text-sect p a { color: #3d454c; text-decoration: underline; }
.text-sect p a:hover { text-decoration: none; }
.text-sect li { opacity: .8; font-size: 16px; }
.text-sect .line { height: 1px; background: #c1c2c1; max-width: 220px; margin: 45px auto 60px; }

.line1 { margin: 40px auto 90px; }

.home-customized { background:#484b4a url(../images/home/bg-custom.png) center bottom no-repeat; color: #fff; text-align: center; }
.home-customized .btn { margin-top: 20px; }

.list1.alt { flex-wrap: wrap; display: flex; }
.list1.alt li { width: 25%; float: left; margin-bottom: 40px; position: relative; padding-left: 35px; font-size: 16px; line-height: 1.55em; padding-right: 28px; }
.list1.alt li:before { position: absolute; top: 0; left: 0; color: #008ed5; font-size: 18px; }

.home-main-features { overflow-x: hidden; }
.home-main-features .item-wrap { margin-bottom: 130px; }
.home-main-features .item-wrap.last { margin-bottom: 0; }
.home-main-features .nwi1 { width: 717px; max-width: 717px; }
.home-main-features .ts1 { margin-top: 100px; }
.home-main-features .ts2 { margin-top: 22px; }
.home-main-features .ts3 { margin-top: 40px; }
.home-main-features .ts4 { margin-top: 90px; }
.home-main-features .ts5 { margin-top: 80px; }
.home-main-features .ts6 { margin-top: 30px; }
.home-main-features .list1 { font-size: 16px; margin-bottom: 20px; }
.home-main-features .list1 li { margin-bottom: 8px; }
.home-main-features .list1 li:before { color: #028fd5; font-size: 16px; margin-right: 8px; content: ""; }
.home-main-features .img-shadow { box-shadow: 0 9px 24px rgba(0,0,0,0.2); }
.home-main-features .text-sect .title { text-align: center; }

.home-screens { overflow-x: hidden; }
.home-screens .text-sect { text-align: center; }
.home-screens .item { display: block; margin-bottom: 50px; }

.banner-buy { background: #008ed5; padding: 70px 0 60px; }
.banner-buy h3 { font-size: 30px;font-family: 'Montserrat', sans-serif;font-weight: normal;color: #fff;line-height: 1em; margin-bottom: 10px; }
.banner-buy p { color: #fff; font-size: 15px; line-height: 1.5em; margin-bottom: 10px; opacity: .9; }
.banner-buy .list1.alt { margin-top: 25px; }
.banner-buy .list1.alt li { color: #fff; width: 50%; text-align: left; margin-bottom: 10px; }
.banner-buy .list1.alt li:before { color:#ffcc00; }

.home-testimonials { background: #e9e9e9; padding-bottom: 75px; overflow-x: hidden; }
.home-testimonials blockquote { padding-left: 75px; position: relative; margin: 0; }
.home-testimonials blockquote:before { content: ""; font-family: "FontAwesome"; font-size: 60px; color: #000; opacity: .1; position: absolute; top: 0; left: 0; }
.home-testimonials blockquote p { font-size: 15px; line-height: 1.6em; }
.home-testimonials blockquote cite { display: block; font-size: 14px; margin-top: 10px; color:#969696;  }
.home-testimonials blockquote cite a { color:#969696;  }
.home-testimonials blockquote cite a:hover { color:#3d454c; }

/* ==========================================================================
   Theme my login
   ========================================================================== */

.tml {
	max-width: 320px;
}

.tml * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.tml .error,
.tml .message {
	color: #333;
	padding: 0.5em;
}

.tml .error {
	border: 1px solid #c00;
	background-color: #ffebe8;
}

.tml .message {
	border: 1px solid #e6db55;
	background-color: #ffffe0;
}

.tml p {
	margin: 0 0 1.5em 0;
	padding: 0;
}

.tml label {
	display: block;
	text-align: left;
}

.tml .tml-rememberme-wrap label {
	display: inline;
}

.tml input,
.tml textarea,
.tml select {
	margin: 0.5em 0;
	width: 100%;
}

.tml input[type="checkbox"],
.tml input[type="radio"],
.tml .tml-rememberme-wrap input {
	vertical-align: middle;
	width: auto;
}

.tml .tml-action-links {
	display: inline-block;
	list-style: none;
	margin: 0.5em auto;
	padding: 0;
	text-align: center;
}

.tml .tml-action-links li {
	border: none;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	float: left;
	line-height: 1;
	list-style: none;
	margin: 0 0.5em 0 0;
	padding: 0 0.5em 0 0;
}

.tml .tml-action-links li:last-child {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}

.tml .tml-action-links a {
	border: none;
	display: block;
	padding: 0;
	text-decoration: none;
}

.tml .tml-rememberme-submit-wrap:before,
.tml .tml-rememberme-submit-wrap:after,
.tml .tml-action-links:before,
.tml .tml-action-links:after {
	content: "";
	display: table;
}

.tml .tml-rememberme-submit-wrap:after,
.tml .tml-action-links:after {
	clear: both;
}

.tml .tml-user-avatar {
	text-align: left;
}

.mu_register .hint {
	font-size: 12px;
	margin-bottom: 10px;
	display: block;
}

.mu_register label.checkbox {
	display: inline;
}

#pass-strength-result {
	background-color: #eee;
	border: 1px solid #ddd;
	color: #23282d;
	font-weight: 600;
	margin: 0;
	padding: 3px 5px;
	text-align: center;
	width: 100%;
	opacity: 0;
}

#pass-strength-result.short {
	background-color: #f1adad;
	border-color: #e35b5b;
	opacity: 1;
}

#pass-strength-result.bad {
	background-color: #fbc5a9;
	border-color: #f78b53;
	opacity: 1;
}

#pass-strength-result.good {
	background-color: #ffe399;
	border-color: #ffc733;
	opacity: 1;
}

#pass-strength-result.strong {
	background-color: #c1e1b9;
	border-color: #83c373;
	opacity: 1;
}

.pw-weak {
	display:none;
}

.indicator-hint {
	padding-top: 8px;
}

#theme-my-login #pass1,
#pass1-text {
	width: 100%;
}

#pass1-text,
.show-password #pass1 {
	display: none;
}

.show-password #pass1-text
{
	display: inline-block;
}

#theme-my-login a { color:#3D454C;  }
.tml{ width: 100%; margin: 50px auto 50px; border: 1px solid #E6E7E8; padding: 20px; background: #fbfbfb; max-width: 340px; }
.tml input[type="text"], .tml input[type="password"], .tml input[type="email"]{ border: 1px solid #E6E7E8; padding: 5px; font-size: 14px; }
.tml input[type="submit"]{ color: #fff; font-size: 14px; font-weight: bold; background: #008ed5; border: 0 none; height: 28px; padding-top: 2px; transition: all 400ms ease; padding: 2px 10px 0; }
.tml .tml-action-links li{ border-right: 1px solid rgba(0, 0, 0, 0.4); }
.tml .tml-action-links a{ color: #3D454C; }
#theme-my-login.tml-login .tml-rememberme-wrap input { position: relative; top: -2px; margin-right: 5px; }
.tml .tml-links { margin-top: 10px; }
.tml .tml-links li { display: block; margin-bottom: 4px; }
.anr_captcha_field { margin-bottom: 20px; }
.bbp-login-form .anr_captcha_field { float: right; margin-top: 20px; margin-bottom: 10px; }

@media screen and (min-width: 768px) {
	.tml .tml-submit-wrap input {
		width: auto;
	}

	.tml-login .tml-rememberme-wrap input {
		margin: 0;
	}

	.tml-login .tml-submit-wrap input {
		margin: 0;
		width: auto;
	}
}





/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 1460px) {
    .home-demos .btn { margin: 0; padding: 0 20px; font-size: 14px; }
}

@media only screen and (max-width: 1300px) {

    #top-section { overflow-x: hidden; }
    .screen-inner { width: 650px; }
    
}
/*
 * Tablet
 */
@media only screen and (max-width: 1120px) {
    /* Tablet grid */
    .col-md-12{width:100%;}
    .col-md-11{width:91.666666666667%;}
    .col-md-10{width:83.333333333333%;}
    .col-md-9{width:75%;}
    .col-md-8{width:66.666666666667%;}
    .col-md-7{width:58.333333333333%;}
    .col-md-6{width:50%;}
    .col-md-5{width:41.666666666667%;}
    .col-md-4{width:33.333333333333%;}
    .col-md-3{width:25%;}
    .col-md-2{width:16.666666666667%;}
    .col-md-1{width:8.3333333333333%;}

    /* Helpers */
    .hidden-tablet { display: none; }
    .visible-tablet { display: block; }
    html,body { overflow-x: hidden; }
    
    .container { width: 748px; }
    
    /* Header */
    #menu-toggle { display: block; margin-top: 8px; }
    header.menu-open #menu-toggle { opacity: .5; }
    header .menu { clear: both; -webkit-transition: all 500ms ease; transition: all 500ms ease; overflow: hidden; max-height: 0; }
    header.menu-open .menu { max-height: 200em; padding-top: 10px; }
    header .menu li { display: block; text-align: right; margin-bottom: 10px; }
    header .menu>li:last-child { margin-bottom: 0; margin-top: 20px; }
    header .menu li ul { position: relative; top: 0; left: 0px; display: block!important; background: #f0f0f0; width: 100%; box-shadow: none; padding: 15px 10px 5px 20px; border-right: 2px solid #ccc; }
    header .menu li ul li { display: block; margin-left: 0; padding-left: 0; margin-bottom: 10px; }
    header .menu li ul li a { font-size: 14px; line-height: 20px; }   
    #top-section { padding-top: 70px; }
    #top-section .text { float: none; width: 100%; text-align: center; margin-bottom: 40px; padding: 0; }
    #top-section .screen { float: none; width: 100%; max-width: 591px; margin: 0 auto; position: relative; top: auto; right: auto; }
    #top-section h2 { max-width: 100%; }
    
    /* Main */
    .section-features { text-align: center; }
    .section-features .list1 { margin-bottom: 40px; }
    .section-features-detail .item2 { margin-top: 0px; }
    .section-features-detail .item1 { margin-top: 50px; }
    
    .main-features .item { padding-left: 0; }
    .main-features .item i { display: none; }

    .contact-form input[type="submit"] { margin-top: 20px; }
    .contact-form .g-recaptcha { float: none; }
    
    .banner p br { display: none; }
    
    .bbp-login-form input[type="text"], .bbp-login-form input[type="password"] { width: 100%; }
    
    .section-more-themes .item { margin-bottom: 40px; }
    .section-more-themes .item.last { margin-bottom: 0; }
    .section-more-themes .item p { padding: 0; }
    .section-more-themes .item .btn { font-size: 14px; padding: 0; }
    
    .embed-container { padding-bottom: 68%; }
    
    #single-page-cont h1 { font-size: 30px; }
    
    .themes-list .item-featured .item .img { width: 45%; }
    .themes-list .item-featured .item .text { padding-left: 45%; }
    
    @-webkit-keyframes scrollanim {
      0%   { transform: translateY(0px); }
      50% { transform: translateY(-100px); }
      100% { transform: translateY(0px); }
    }
    @-moz-keyframes scrollanim {
      0%   { transform: translateY(0px); }
      50% { transform: translateY(-100px); }
      100% { transform: translateY(0px); }
    }
    @keyframes scrollanim {
      0%   { transform: translateY(0px); }
      50% { transform: translateY(-100px); }
      100% { transform: translateY(0px); }
    }   
    
    #top-section.alt { background: #008ed5; }
    .screen-inner { width: 100%; position: relative; right: auto; bottom: auto; }
    #top-section .text-inner { margin-bottom: 20px; }
    
    /* new home */
    .home-demos .item { margin-bottom: 40px; }
    .home-main-features { text-align: center; }
    .home-main-features .nwi1 { width: 100%; max-width: 100%; }
    .home-main-features .text-sect { margin-top: 0; text-align: center; margin-bottom: 40px; }
    .home-main-features .item-wrap { margin-bottom: 80px; }
    
    .home-customized { padding: 50px 0; background-size: 1500px auto; }
    
    .home-intro h1 { font-size: 38px; }
    
    .home-demos .demos-text p { font-size: 16px; }    
}

/*
 * Mobile
 */
@media only screen and (max-width: 767px) {
    /* Mobile grid */
    .col-sm-12{width:100%;}
    .col-sm-11{width:91.666666666667%;}
    .col-sm-10{width:83.333333333333%;}
    .col-sm-9{width:75%;}
    .col-sm-8{width:66.666666666667%;}
    .col-sm-7{width:58.333333333333%;}
    .col-sm-6{width:50%;}
    .col-sm-5{width:41.666666666667%;}
    .col-sm-4{width:33.333333333333%;}
    .col-sm-3{width:25%;}
    .col-sm-2{width:16.666666666667%;}
    .col-sm-1{width:8.3333333333333%;}

    /* Helpers */
    .hidden-mobile { display: none; }
    .visible-mobile { display: block; }
    
    .container { padding: 0 10px; width: 100%; }
    body { padding-top: 0; }
    
    /* Header */
    header { position: relative; padding: 18px 0; }
    #logo { font-size: 18px; }
    #logo span { font-size: 15px; } 
    
    /* Main */
    .btn { font-size: 14px; padding: 0 20px; }
    #top-section { padding-top: 40px; min-height: 0; }
    #top-section h1 { font-size: 28px; margin-bottom: 20px; }
    #top-section p { font-size: 13px; }
    .screen .btns-wrapper { margin: 0; background:url(../images/bg-black.png); background-size: contain; border-radius: 0; margin-top: 0px; padding: 15px 20px 10px; }
    .screen .btns-wrapper .btn { margin-left: 0; font-size: 12px; padding: 0 15px; }
    .slideshow-wrapper { padding: 5% 5% 0; }
    #top-section .screen { background-size: contain; background-image: url(../images/screen-sm.png); height: auto; margin-bottom: 30px; border-bottom: 2px solid #BAC1C6; border-radius: 0 0px 15px 15px; overflow: hidden; }
    #top-section .screen p { font-size: 12px; }
    #top-section .screen h4 { font-size: 14px; line-height: 1.2em; margin-bottom: 10px; }
    #top-section .screen small { font-size: 9px; }
    #top-section .screen .btn1 { margin-bottom: 30px; }

    
    .section { padding: 40px 0; }
    .main-features { padding-bottom: 10px; }
    .main-features .item { padding-left: 80px; }
    .main-features .item i { font-size: 22px; width: 54px; line-height: 50px; display: block; }
    .main-features .item1 i { font-size: 30px; }
    
    .banner { text-align: center; padding: 30px; border-radius: 0; }
    .banner .btn { position: relative; top: auto; right: auto; }
    .banner h3 { font-size: 26px; }
    .banner p { font-size: 12px; margin-bottom: 25px; }
    
    .section-features { padding-bottom: 0; }
    .section-features h3 { font-size: 22px; }
    
    .section-features-detail .item { margin: 0 0 25px; max-width: 100%; text-align: center; }
    .section-features-detail { text-align: center; }
    .section-features-detail .item h3 { font-size: 22px; }
    
    .section-banner { padding: 0; }
    
    .line { margin: 40px 0; }
    
    .banner-wide { text-align: center; }
    .banner-wide h3, .banner-wide .btn { float: none; }
    .banner-wide h3 { font-size: 24px; margin-bottom: 25px; }
    
    footer { padding-top: 30px; }
    footer .text { margin-bottom: 35px; }
    .copyright { margin-top: 35px; }
    
    #edd_profile_editor_form input, #edd_profile_editor_form select { width: 100%; }
    
    .section-more-themes h2 { font-size: 26px; }
    .section-more-themes h3 { font-size: 18px; }
    
    #docs-sidebar { position: relative!important; top: 0!important; width: 100%!important; margin-bottom: 40px; }
    #stick-parent>div>div:last-child { display: none!important; }
    
    #single-page-cont h1 { font-size: 22px; }
    
    /* Affiliates */
    .search_header.alt { padding: 40px 0; }
    .search_header.alt h2, .search_header h1 { font-size: 36px; }
    .search_header.alt p { font-size: 16px; }
    .percentage-wrapper div { font-size: 70px; }
    .aff-steps .divider { display: none; }
    .aff-steps .step { display: block; margin: 0 auto 20px; }
    
    /* */
    .themes-list .item-featured, .themes-list .items-wrapper { padding: 40px 0; }
    .search_header { padding: 60px 0; }
    .themes-list .item-featured .item { max-width: 500px; margin: 0 auto; } 
    .themes-list .item-featured .item .img { position: relative; width: 100%; height: 200px; }
    .themes-list .item-featured .item .text { padding: 0; text-align: center; }
    .themes-list .item-featured .item .text h3 { font-size: 24px; }
    .themes-list .item-sm { max-width: 500px; margin: 0 auto 30px; }
    
    /* new home */
    .home-intro h1 { font-size: 38px; }
    .text-sect h2 { font-size: 24px; margin-bottom: 20px; }
    .text-sect p { font-size: 14px; margin-bottom: 15px; }
    .list1.alt li { width: 50%; font-size: 14px; margin-bottom: 30px; }
    
    .home-screens .row { white-space: nowrap; margin: 0; overflow-x: auto; margin-bottom: 25px; }
    .home-screens .row>div { float: none; width: 200px; display: inline-block; padding: 0 10px; }
    .home-screens .item { margin-bottom: 0; }
    .text-sect .line { margin: 35px auto 45px; }
    .line1 { margin: 0 auto 40px; }
    
    .home-intro { padding: 60px 0; }
    .home-intro h1 { font-size: 30px; }
    .home-intro h2 { font-size: 15px; }
    .home-intro p.yellow { font-size: 15px; }
    .home-testimonials blockquote { margin-bottom: 30px; }
    .home-testimonials { padding-bottom: 10px; }
    .banner-buy { padding: 40px 0 30px; }
    .banner-buy h3, .banner-buy p { text-align: center; }
    .banner-buy .btn { display: block; width: 140px; text-align: center; margin: 0 auto; }
    .banner-buy .list1.alt li { padding-right: 10px; }
    
    .home-demos .item { max-width: 430px; margin: 0 auto 40px; }
    
    .home-demos .demos-text { margin: 25px auto 0; }
    .home-demos .demos-text p { font-size: 15px; }    

}

@media only screen and (max-width: 400px) {
    #top-section .screen .part1, #top-section .screen .part2 { padding-top: 40px; }
}
















