/*
Theme Name: Kibernet
Theme URI: https://kibernet.hu
Description: A Kibernet weboldalának alapértelmezett sablonja
Author: 360 Marketing
Author URI: https://360-marketing.hu
Version: 1.0
*/

*{
margin: 0;
padding: 0;
border: 0;
text-decoration: none; 
}

*, *:after, *::before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

body { max-width: 2000px; margin: auto; font-family: 'Source Sans Pro', sans-serif; font-size: 18px; font-weight: 400; color: #333; line-height: 30px; overflow-x: hidden; }

textarea, input, select, button { font-family: 'Source Sans Pro', sans-serif; font-size: 18px; outline: none; }

h1, h2, h3, h4 { font-weight: normal; line-height: 100%; }

hr { margin: 30px 0; border-top: 5px solid #efefed; }

img.alignleft { margin: 0 20px 5px 0; float: left; }
img.alignright { margin: 0 0 5px 20px; float: right; }
img.aligncenter { margin: 0 auto 20px auto; display: block; }

img.alignleft, 
img.alignright, 
img.aligncenter { padding: 4px; border: 1px solid #ddd; }

/* Classes */
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.inner { max-width: 1280px; margin-left: auto; margin-right: auto; position: relative; }
.inner_800 { max-width: 800px; }
.vertical_middle { top: 50%; position: relative; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.uppercase { text-transform: uppercase; }
.center { text-align: center; }
.hide { display: none !important; }
.red, .required { color: #c03736; }
.b_r_3 { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.b_r_50p { -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }

/* Cols */
.row { font-size: 0; }
.row .col { font-size: 20px; vertical-align: top; display: inline-block; }
.row .col_50 { width: 50%; }
.row .col_33 { width: 33.3333333333%; }
.row .col_25 { width: 25%; }
.row .col_20 { width: 20%; }

.row.row_table { width: 100%; display: table; table-layout: fixed; }
.row.row_table .col { display: table-cell; }

/* Animation */
.anim, #faq_header:after, ul.menu li ul, .slick-arrow { -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }

/* Button */
.button { height: 50px; padding: 0 30px; font-size: 18px !important; text-decoration: none !important; text-align: center; color: white !important; line-height: 50px; display: inline-block; background: #136efb; position: relative; cursor: pointer; -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
.button:hover { background: #191d4d; }
.button:disabled { background-color: #ccc; }

.button_small { height: 40px; padding: 0 20px; font-size: 17px !important; line-height: 40px; }

.button_fullwidth { height: auto; padding: 15px 10px; text-align: center; line-height: 20px; display: block; }

.button.button_white_hover:hover { color: #191d4d !important; background-color: white !important; }

/* Checkbox and radio */
input[type="checkbox"], 
input[type="radio"] { width: 24px; height: 24px; margin: -4px 4px 0 0 !important; padding: 0 !important; text-align: center !important; background-color: white; border: 1px solid #828282; clear: none; cursor: pointer; display: inline-block; line-height: 0; outline: 0; vertical-align: middle !important;  -webkit-appearance: none; -webkit-box-shadow: none; box-shadow: none; -webkit-transition: .05s border-color ease-in-out; transition: .05s border-color ease-in-out; }
input[type="radio"] { -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }

input[type="radio"]:checked:before { width: 14px; height: 14px; left: 4px; top: 4px; text-align: center; background: #136efb; position: relative; border-radius: 8px; display: block; content: ''; }

input[type="checkbox"]:checked { border-color: #137053; }
input[type="checkbox"]:checked:before { width: 100%; height: 100%; left: 0; top: 0; text-align: center; color: white; line-height: 22px; background: #137053; position: relative; display: block; content: '✔'; }


/*
-------------------
	NAVIGATION
-------------------
*/
#rwd_menu { width: 100%; left: 0; top: 100px; bottom: 0; font-size: 18px; color: white; background: #191d4d; background: -moz-linear-gradient(top, #202779 0%, #191d4d 100%); background: -webkit-linear-gradient(top, #202779 0%,#191d4d 100%); background: linear-gradient(to bottom, #202779 0%,#191d4d 100%); position: fixed; z-index: 100; visibility: hidden; opacity: 0; overflow: hidden; }

#rwd_menu :before, 
#rwd_menu :after { -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }

#rwd_menu .rwd_menu_overlay { width: 100%; height: 100%; left: 0; top: 0; position: absolute; overflow-y: auto; }

/* Main menu */
#rwd_menu ul.main_menu { margin-bottom: 30px; }
#rwd_menu ul.main_menu li { border-bottom: 1px solid white; list-style: none; }

#rwd_menu ul.main_menu li a { padding: 20px 0 20px 20px; font-size: 26px; font-weight: 900; color: white; line-height: 1; letter-spacing: 1px; display: block; position: relative; }
#rwd_menu ul.main_menu li.menu-item-has-children > a:before { width: 0; height: 100%; left: 0; top: 0; background: #136efb; position: absolute; content: ''; }
#rwd_menu ul.main_menu li.menu-item-has-children > a:after { width: 22px; height: 22px; right: 20px; top: 22px; background: url(images/icon_arrow_down_white.svg) no-repeat right center; background-size: cover; position: absolute; content: ''; }
#rwd_menu ul.main_menu li.menu-item-has-children.open > a:before { width: 8px; }
#rwd_menu ul.main_menu li.menu-item-has-children.open > a:after { ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg); }

#rwd_menu ul.main_menu li ul { background: white; display: none; }
#rwd_menu ul.main_menu li ul li { border-bottom-color: #d5d8e3; }
#rwd_menu ul.main_menu li ul li:last-child { border-bottom: none; }
#rwd_menu ul.main_menu li ul li a { padding: 20px 0 20px 20px; font-size: 20px; color: #191d4d; line-height: 20px; }
#rwd_menu ul.main_menu li ul li > a:after { width: 22px !important; height: 22px !important; top: 19px !important; }
#rwd_menu ul.main_menu li ul li.open > a:before { display: none; }

#rwd_menu ul.main_menu li ul li ul { padding-bottom: 20px; }
#rwd_menu ul.main_menu li ul li ul li { border-bottom: none; }
#rwd_menu ul.main_menu li ul li ul li a { padding: 5px 10px 5px 30px; font-size: 18px; text-transform: none; text-decoration: none !important; color: #136efb !important; }
#rwd_menu ul.main_menu li ul li ul li a:hover { color: white !important; }
#rwd_menu ul.main_menu li ul li ul li.current_page_item a { color: white !important; }

/* Other menu */
#rwd_menu ul.footer_menu { margin-bottom: 20px; }
#rwd_menu ul.footer_menu li { padding: 0 20px; }
#rwd_menu ul.footer_menu li a { padding: 8px 0; font-size: 16px; font-weight: 700; color: white; line-height: 20px; letter-spacing: 1px; display: inline-block; }

/* Contact */
#rwd_menu .contact { margin: 0 20px 20px; border: 1px solid white; }
#rwd_menu .contact a.meta_box { height: 70px; padding-left: 20px; font-size: 18px; font-weight: 700; color: white; line-height: 70px; letter-spacing: 1px; border-bottom: 1px solid white; display: block; position: relative; }
#rwd_menu .contact a.meta_box:hover { background: #005d60; }
#rwd_menu .contact a.meta_box:last-child { border-bottom: none; }
#rwd_menu .contact a.meta_box:after { width: 70px; height: 100%; right: 0; top: 0; background-repeat: no-repeat; background-position: center; background-size: auto 30px; border-left: 1px solid white; position: absolute; content: ''; }
#rwd_menu .contact a.meta_box.address:after { background-image: url(images/icon_marker_white.svg); }
#rwd_menu .contact a.meta_box.email:after { background-image: url(images/icon_email_white.svg); }

/* RWD nav opened */
body.rwd_menu__opened #rwd_menu { visibility: visible; opacity: 1; }


/*
--------------
	HEADER
--------------
*/
#header { width: 100%; height: 100px; left: 0; top: 0; background: white; position: fixed; z-index: 100; }
#header .inner { height: 100%; }

/* Special header style */
body.single #header, 
body.archive.category #header, 
body.page-id-24 #header, 
body.single-product #header, 
body.woocommerce-cart #header, 
body.woocommerce-checkout #header { border-bottom: 1px solid #d5d8e3; }

/* Logo */
#header .logo { height: 50px; left: 0; font-size: 15px; color: #707a9e; line-height: 18px; display: flex; flex-wrap: wrap; position: absolute; }
#header .logo img { width: auto; height: 100%; display: block; }
#header .logo .slogan { max-width: 220px; padding-left: 20px; }

/* Menu and Cart */
#header .menu__cart { height: 30px; right: 0; display: flex; flex-wrap: wrap; position: absolute; }

/* Cart */
#header .ajax_cart { min-width: 40px; height: 100%; background: url(images/icon_cart.svg) no-repeat left center; background-size: auto 100%; position: relative; }
#header .ajax_cart .count { min-width: 24px; height: 24px; left: 20px; top: -10px; padding: 0 5px; font-size: 15px; font-weight: 700; text-align: center; color: white; line-height: 20px; background: #136efb; border: 2px solid white; position: absolute; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }

/* Menu */
#header ul.menu { height: 100%; margin-right: 30px; font-size: 0; list-style: none; position: relative; }
#header ul.menu:after { width: 1px; top: -10px; right: 0; bottom: -10px; background: #d0d3df; position: absolute; content: ''; }
#header ul.menu li { margin-right: 30px; vertical-align: top; display: inline-block; position: relative; }
#header ul.menu li a { font-size: 21px; font-weight: 700; color: #191d4d; }
#header ul.menu li a:hover { color: #000; }

#header ul.menu li.menu-item-has-children ul { width: max-content; height: auto; left: 0; top: 120%; margin-right: 0; background: white; border-top: 3px solid #136efb; position: absolute; opacity: 0; visibility: hidden; -moz-box-shadow: 0 10px 10px rgba(0 0 0 / 20%); -webkit-box-shadow: 0 10px 10px rgba(0 0 0 / 20%); box-shadow: 0 10px 10px rgba(0 0 0 / 20%); }
#header ul.menu li.menu-item-has-children ul:after { width: 0; height: 0; left: 25px; bottom: 100%; border: solid transparent; border-color: rgba(19 110 251 / 0%); border-bottom-color: #136efb; border-width: 10px; margin-left: -10px; content: ''; position: absolute; pointer-events: none; }
#header ul.menu li.menu-item-has-children ul li { margin-right: 0; line-height: 18px; border-bottom: 1px solid #ddd; display: block; }
#header ul.menu li.menu-item-has-children ul li:last-child { border-bottom: none; }
#header ul.menu li.menu-item-has-children ul li a { padding: 14px 20px; font-size: 18px; line-height: 18px; display: block; }
#header ul.menu li.menu-item-has-children ul li a:hover { text-decoration: underline; }

#header ul.menu li.menu-item-has-children:hover ul { top: 100%; opacity: 1; visibility: visible; }

/* RWD menu */
#header .rwd_button { height: 50px; right: 20px; padding-left: 50px; padding-right: 10px; font-weight: 700; color: white; line-height: 52px; background: #136efb; position: absolute; cursor: pointer; -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; }
#header .rwd_button .burg { width: 20px; height: 2px; left: 20px; top: 50%; background: white; display: block; position: absolute; -moz-transition: 0.2s; -o-transition: 0.2s; -webkit-transition: 0.2s; transition: 0.2s; }

#header .rwd_button .burg:before, 
#header .rwd_button .burg:after { width: 20px; height: 2px; background: white; position: absolute; content: ''; -moz-transition: 0.2s; -o-transition: 0.2s; -webkit-transition: 0.2s; transition: 0.2s; }

#header .rwd_button .burg:before { top: -5px; left: 0; }
#header .rwd_button .burg:after { top: 5px; right: 0; }

body.rwd_menu__opened #header .rwd_button { background: #191d4d; }
body.rwd_menu__opened #header .rwd_button .burg { background: transparent; }
body.rwd_menu__opened #header .rwd_button .burg:before { top: 0; -webkit-transform: rotate(45deg); }
body.rwd_menu__opened #header .rwd_button .burg:after { top: 0; -webkit-transform: rotate(-45deg); }

/* Fixed header */
body.fixed_header #header { border-bottom-color: white !important; -moz-box-shadow: 0 0 30px rgba(0 0 0 / 20%); -webkit-box-shadow: 0 0 30px rgba(0 0 0 / 20%); box-shadow: 0 0 30px rgba(0 0 0 / 20%); }

/* RWD nav opened */
body.rwd_menu__opened #header .rwd_button:before { display: block; }


/*
-------------
	SLIDE
-------------
*/
#slide { max-height: 650px; color: white; background: #191d4d; background: -moz-linear-gradient(top, #202779 0%, #191d4d 100%); background: -webkit-linear-gradient(top, #202779 0%,#191d4d 100%); background: linear-gradient(to bottom, #202779 0%,#191d4d 100%); position: relative; }
#slide:before { padding-top: 46%; display: block; content: ''; }
#slide .cover { width: 100%; height: 100%; left: 0; top: 0; background-image: url(images/bgr_slide.webp); background-image: -webkit-image-set(url(images/bgr_slide.webp) 1x); background-image: image-set(url(images/bgr_slide.png) 1x); background-position: center; background-repeat: no-repeat; position: absolute; }
#slide .inner { height: 100%; }
#slide .entry { width: 50%; }
#slide .entry .slide_text { font-size: 70px; font-weight: 900; line-height: 1; }


/*
----------------
	STORAGES
----------------
*/
#storages { padding: 70px 0; background: #f9fafe; } 
#storages .intro { margin-bottom: 30px; } 
#storages .section_title span { display: block; } 

#storages .tab_nav { width: 250px; height: 60px; margin: 0 auto 50px; padding: 5px; background: white; display: flex; flex-wrap: wrap; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; -moz-box-shadow: 0 0 30px rgba(0 0 0 / 15%); -webkit-box-shadow: 0 0 30px rgba(0 0 0 / 15%); box-shadow: 0 0 30px rgba(0 0 0 / 15%); }
#storages .tab_nav div { width: 50%; height: 100%; font-size: 18px; font-weight: 700; text-align: center; color: #191d4d; line-height: 50px; cursor: pointer; -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; }
#storages .tab_nav div.active { color: white; background: #136efb; }

#storages .tab_content > div { display: none; }
#storages .tab_content > div.active { display: block; }


/*
------------------------
	DISCOUNT DOMAINS
------------------------
*/
#discount_domains { padding: 70px 0; }
#discount_domains .discount_domains_wrap { display: flex; flex-wrap: wrap; }
#discount_domains .discount_domains_wrap .discount_domain { width: 33.3333333333%; padding: 0 20px; }
#discount_domains .discount_domains_wrap .discount_domain .icon { height: 50px; margin: 0 auto 20px; padding: 10px; display: table; -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; -moz-box-shadow: 0 0 30px rgba(0 0 0 / 15%); -webkit-box-shadow: 0 0 30px rgba(0 0 0 / 15%); box-shadow: 0 0 30px rgba(0 0 0 / 15%); }
#discount_domains .discount_domains_wrap .discount_domain .icon img { width: auto; max-width: 90px; height: 30px; display: block; }
#discount_domains .discount_domains_wrap .discount_domain .text { margin-bottom: 10px; font-size: 18px; color: #191d4d; line-height: 1; }
#discount_domains .discount_domains_wrap .discount_domain .price { font-size: 24px; font-weight: 700; color: #136efb; line-height: 1; }

#discount_domains .expiring_domains { margin-top: 50px; padding-top: 60px; position: relative; }
#discount_domains .expiring_domains:before { width: 50px; height: 10px; left: 50%; top: 0; background: #191d4d; position: absolute; content: ''; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
#discount_domains .expiring_domains p { margin-bottom: 20px; font-size: 20px; color: #707a9e; }


/*
--------------
	SERVER
--------------
*/
#server { color: white; background: #191d4d; }
#server .wrap { display: flex; flex-wrap: wrap; }
#server .wrap .wrap_left { width: 50%; padding: 70px 50px 70px 0; font-size: 18px; line-height: 25px; }
#server .wrap .wrap_left h2 { margin-bottom: 20px; font-size: 50px; font-weight: 900; line-height: 1; }
#server .wrap .wrap_left p { margin-bottom: 20px; }
#server .wrap .wrap_left ul { margin-bottom: 20px; list-style: none; }
#server .wrap .wrap_left ul li { padding-left: 30px; background: url(images/icon_check.svg) no-repeat left 6px; background-size: auto 14px; }

#server .wrap .wrap_left .action_button { margin-top: 30px; padding-top: 30px; border-top: 1px solid rgba(255 255 255 / 15%); }

#server .wrap .wrap_right { width: 50%; }
#server .wrap .wrap_right img { width: auto; max-width: 100%; height: auto; max-height: 90%; left: 50%; top: 50%; display: block; position: relative; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }


/*
----------------
	SERVICES
----------------
*/
#services { padding: 70px 0; }
#services .section_title span { display: block; }

#services .services_wrap { display: flex; flex-wrap: wrap; }
#services .services_wrap .service { width: 33.3333333333%; margin-top: 50px; padding-right: 40px; }
#services .services_wrap .service:nth-child(-n+3) { margin-top: 0; }
#services .services_wrap .service .icon { height: 70px; margin-bottom: 20px; }
#services .services_wrap .service .icon img { width: auto; max-width: 100px; height: auto; max-height: 100%; top: 50%; display: block; position: relative; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
#services .services_wrap .service .title { margin-bottom: 20px; font-size: 26px; font-weight: 900; color: #191d4d; line-height: 1; }
#services .services_wrap .service .text { font-size: 18px; color: #707a9e; line-height: 25px; }
#services .services_wrap .service .button { margin-top: 20px; }


/*
---------------
	SUCCESS
---------------
*/
#success { background: #f9fafe; }
#success .success_wrap { display: flex; flex-wrap: wrap; position: relative; }
#success .success_wrap .wrap_left { width: 50%; padding-top: 70px; padding-right: 50px; padding-bottom: 70px; padding-left: calc((100% - 1280px) /2); }
#success .success_wrap .wrap_left .counterup { display: flex; flex-wrap: wrap; }
#success .success_wrap .wrap_left .counterup article { width: 50%; padding: 20px; border-top: 2px solid #a0aff0; }
#success .success_wrap .wrap_left .counterup article:nth-child(odd) { padding-left: 0; border-right: 2px solid #a0aff0; }
#success .success_wrap .wrap_left .counterup article:nth-child(-n+2) { border-top: none; }
#success .success_wrap .wrap_left .counterup article .count { font-size: 70px; font-weight: 900; color: #136efb; line-height: 1; }
#success .success_wrap .wrap_left .counterup article .text { font-size: 18px; font-weight: 700; color: #191d4d; line-height: 20px; }

#success .success_wrap .wrap_right { width: 50%; background-image: url(images/img_success.webp); background-image: -webkit-image-set(url(images/img_success.webp) 1x); background-image: image-set(url(images/img_success.png) 1x); background-position: right center; background-repeat: no-repeat; }


/*
------------
	NEWS
------------
*/
#news { padding: 70px 0; }
#news .news_wrap { display: flex; flex-wrap: wrap; }
#news .news_wrap .wrap_left { width: 50%; }
#news .news_wrap .wrap_right { width: 50%; }

.news_wrap article { width: 50%; }
.news_wrap article h3 { margin-bottom: 10px; }
.news_wrap article h3 a { font-size: 30px; font-weight: 700; color: #191d4d; line-height: 1; display: block; }
.news_wrap article h3 a:hover { text-decoration: underline; text-decoration-thickness: 2px; }
.news_wrap article .thumbnail { margin-bottom: 20px; display: block; }
.news_wrap article .thumbnail img { width: 100%; height: auto; display: block; }

/* If is Home */
#news .news_wrap article { width: 100%; }
#news .news_wrap article h3 a { font-size: 40px; }
#news .news_wrap article .excerpt { font-size: 18px; color: #707a9e; line-height: 25px; }
#news .news_wrap article .button { margin-top: 20px; }

#news .news_wrap article.smaller { margin-bottom: 20px; display: flex; flex-wrap: wrap; }
#news .news_wrap article.smaller .entry { width: calc(100% - 200px); padding: 0 20px 0 70px; }
#news .news_wrap article.smaller .entry h3 { margin-bottom: 10px !important; padding-top: 20px; }
#news .news_wrap article.smaller .entry h3 a { font-size: 22px; line-height: 24px; }
#news .news_wrap article.smaller .entry .datetime { font-size: 16px; color: #707a9e; line-height: 1; }
#news .news_wrap article.smaller .thumbnail { width: 200px; margin-bottom: 0; }

/* Archive */
.news_wrap.news_archive_wrap { margin-left: -20px; margin-right: -20px; display: flex; flex-wrap: wrap; }
.news_wrap.news_archive_wrap article { width: calc(50% - 40px); margin: 50px 20px 0; }
.news_wrap.news_archive_wrap article:nth-child(-n+2) { margin-top: 0; }


/*
-------------------
	WHOLESALERS
-------------------
*/
#wholesalers { padding: 50px 0; background-color: #ebeefe; background-image: url(images/bgr_wholesalers.webp); background-image: -webkit-image-set(url(images/bgr_wholesalers.webp) 1x); background-image: image-set(url(images/bgr_wholesalers.png) 1x); background-position: center top; background-repeat: no-repeat; }
#wholesalers .section_title { margin-bottom: 10px !important; }
#wholesalers .section_title span { display: block; }

#wholesalers .button { right: 0; position: absolute; }


/*
----------------------
	BEFORE CONTENT
----------------------
*/
#before_content { margin-bottom: 20px; font-size: 16px; }
#before_content a { text-decoration: underline; }
#before_content a:hover { color: #030303; }


/*
---------------------
	DOMAIN SEARCH
---------------------
*/
form.domain_search .domain_search_text { margin-top: 20px; margin-bottom: 10px; padding-top: 19px; font-size: 17px; font-weight: 700; line-height: 20px; border-top: 1px solid rgba(255 255 255 / 10%); }
form.domain_search .domain_search_wrap { height: 70px; display: flex; flex-wrap: wrap; }
form.domain_search .domain_search_wrap .wp24-dc { width: 100%; }
form.domain_search .domain_search_wrap .wp24-dc br { display: none; }
form.domain_search .domain_search_wrap .wp24-dc .dc-form > div { height: 70px; display: flex; flex-wrap: wrap; }

form.domain_search .domain_search_wrap #dc-result-1 a { text-decoration: underline; color: #136efb; }
form.domain_search .domain_search_wrap #dc-result-1 a:hover { color: white; }
form.domain_search .domain_search_wrap #dc-result-1 .table { margin-top: 20px; }

form.domain_search .domain_search_wrap select { width: 100px !important; height: 100%; margin: 0 !important; padding-left: 20px; font-size: 18px; background: #ececec; order: 1; }
form.domain_search .domain_search_wrap input[type=text] { width: calc(100% - 320px) !important; height: 100%; margin: 0 !important; padding-left: 20px; font-size: 18px; background: white; order: 2; }

form.domain_search .domain_search_wrap button, 
form.domain_search .domain_search_wrap input[type=submit] { width: 220px; height: 100%; font-size: 18px; font-weight: 700; text-align: center; color: white; background: #136efb; cursor: pointer; order: 3; }

form.domain_search .domain_search_wrap button:hover, 
form.domain_search .domain_search_wrap input[type=submit]:hover { background: #191d4d; }

body.home form.domain_search .domain_search_text { margin-top: 40px; padding-top: 39px; }

/* Domain search field on pages */
.alt_domain_search { margin-bottom: 50px; color: white; background: #202779; background: -moz-linear-gradient(top, #202779 0%, #191d4d 100%); background: -webkit-linear-gradient(top, #202779 0%,#191d4d 100%); background: linear-gradient(to bottom, #202779 0%,#191d4d 100%); }
.alt_domain_search .cover { padding: 50px 0; background-image: url(images/bgr_domain_search.webp); background-image: -webkit-image-set(url(images/bgr_domain_search.webp) 1x); background-image: image-set(url(images/bgr_domain_search.png) 1x); background-position: center; background-repeat: no-repeat; }
.alt_domain_search form { width: 50%; }
.alt_domain_search form .domain_search_title { font-size: 50px; font-weight: 900; line-height: 1; }

/* Special pages */
body.page-template-hosting .alt_domain_search { margin-bottom: 0; }


/*
---------------
	CONTENT
---------------
*/
#container { padding-top: 100px; }

/* Special container size */
body.single #container, 
body.page-id-24 #container, 
body.single-product #container, 
body.archive.category #container, 
body.woocommerce-cart #container, 
body.woocommerce-checkout #container { padding-top: 150px; }

body.woocommerce-account #container { background: #f9fafe; }

/* Section title */
.section_title { margin-bottom: 40px; font-size: 50px; font-weight: 900; text-transform: uppercase; color: #191d4d; line-height: 1; }
.section_title span { color: #136efb; }

#content { padding-bottom: 70px; font-size: 20px; color: #707a9e; line-height: 30px; }
body.single-product #content { padding-bottom: 0; }

#content h1 { margin-bottom: 30px; font-size: 50px; font-weight: 900; color: #191d4d; line-height: 1; }
#content h2 { margin-bottom: 20px; font-size: 40px; font-weight: 700; color: #191d4d; line-height: 1; }
#content h3 { margin-bottom: 20px; font-size: 30px; font-weight: 900; color: #136efb; line-height: 1; }
#content h4, .testimonials h4 { margin-bottom: 20px; font-size: 16px; font-weight: 900; text-transform: uppercase; color: #136efb; line-height: 1; }

#content p { margin-bottom: 20px; }
#content strong { color: #191d4d; }
#content a { text-decoration: underline; text-decoration-thickness: 1px; color: #136efb; }
#content a:hover { color: #191d4d; }

#content ul { margin-bottom: 30px; margin-left: 30px; list-style: none; }
#content ul li { padding-left: 15px; position: relative; }
#content ul li:before { width: 6px; height: 6px; left: 0; top: 13px; background: #136efb; position: absolute; content: ''; }

/* Contact */
#content.contact h1 { font-size: 70px; }

#content.contact .contact_wrap { padding-bottom: 70px; display: flex; flex-wrap: wrap; }
#content.contact .contact_wrap .wrap_left { width: 50%; padding-right: 50px; }
#content.contact .contact_wrap .wrap_left a.has_icon { margin-bottom: 20px; padding-left: 35px; font-size: 30px; font-weight: 900; text-decoration: none; line-height: 1; background-repeat: no-repeat; background-position: left center; background-size: 20px auto; display: block; }
#content.contact .contact_wrap .wrap_left a.has_icon.phone { background-image: url(images/icon_phone.svg); }
#content.contact .contact_wrap .wrap_left a.has_icon.email { background-image: url(images/icon_email.svg); }

#content.contact .contact_wrap .wrap_right { width: 50%; }

#content.contact .map_wrap { background: #191d4d; display: flex; flex-wrap: wrap; }
#content.contact .map_wrap .wrap_left { width: 50%; padding-top: 70px; padding-right: 70px; padding-bottom: 70px; padding-left: calc((100% - 1280px) /2); }
#content.contact .map_wrap .wrap_left strong { color: white; }
#content.contact .map_wrap .wrap_left .title { margin-bottom: 40px; font-size: 30px; font-weight: 900; color: white; line-height: 1; }
#content.contact .map_wrap .wrap_left .address { margin-bottom: 20px; font-size: 26px; color: #ebeefe; line-height: 1; }
#content.contact .map_wrap .wrap_left .gmaps_link a { padding-left: 30px; font-size: 18px; font-weight: 700; line-height: 20px; background: url(images/icon_marker.svg) no-repeat left center; background-size: auto 100%; display: inline-block; }
#content.contact .map_wrap .wrap_left .gmaps_link a:hover { color: white !important; }

#content.contact .map_wrap .wrap_left .line { height: 40px; margin-bottom: 40px; border-bottom: 1px solid rgba(255 255 255 / 20%); }

#content.contact .map_wrap .wrap_left .phone_numbers { color: white; }
#content.contact .map_wrap .wrap_left .phone_numbers a { text-decoration: none; color: white; }
#content.contact .map_wrap .wrap_left .phone_numbers a:hover { text-decoration: underline; text-decoration-thickness: 1px; color: white; }

#content.contact .map_wrap .wrap_left .can_be_called { margin-bottom: 20px; color: white !important; }
#content.contact .map_wrap .wrap_left .can_be_called_title { margin-bottom: 10px; font-size: 16px; font-weight: 700; }
#content.contact .map_wrap .wrap_left .can_be_called_wrap { display: flex; flex-wrap: wrap; }
#content.contact .map_wrap .wrap_left .can_be_called_wrap .can_be_called_wrap_left, 
#content.contact .map_wrap .wrap_left .can_be_called_wrap .can_be_called_wrap_right { width: 50%; }

#content.contact .map_wrap .wrap_right { width: 50%; }
#content.contact .map_wrap .wrap_right iframe { width: 100% !important; height: 100% !important; display: block; }

/* Expiring domains */
#content.expiring_domains .expiring_domains_intro_wrap { display: flex; flex-wrap: wrap; }
#content.expiring_domains .expiring_domains_intro_wrap .wrap_left { width: 50%; }
#content.expiring_domains .expiring_domains_intro_wrap .wrap_left .section_title span { display: block; }

#content.expiring_domains .expiring_domains_intro_wrap .wrap_right { width: 50%; }

.expiring_domains_list { padding: 70px 0; background-color: #ebeefe; background-image: url(images/bgr_wholesalers.webp); background-image: -webkit-image-set(url(images/bgr_wholesalers.webp) 1x); background-image: image-set(url(images/bgr_wholesalers.png) 1x); background-position: center top; background-repeat: no-repeat; }
.expiring_domains_list .section_title span { display: block; }


/* 
-----------
	FAQ 
-----------
*/
#faq .faq_wrap { margin-bottom: 40px; border-bottom: 1px solid #191d4d; display: flex; flex-wrap: wrap; }
#faq .faq_wrap .faq_wrap_left { width: 50%; padding-top: 17px; }

#faq .faq_wrap .faq_wrap_right { width: 50%; }
#faq .faq_wrap .faq_wrap_right .main_faq { padding: 22px 0; border-bottom: 1px solid #191d4d; }
#faq .faq_wrap .faq_wrap_right .main_faq:last-child { border-bottom: none; }
#faq .faq_wrap .faq_wrap_right .main_faq .faq_header { font-size: 22px; font-weight: 700; color: #191d4d; line-height: 1; position: relative; cursor: pointer; }
#faq .faq_wrap .faq_wrap_right .main_faq .faq_header:after { width: 16px; height: 16px; right: 0; top: 3px; background: url(images/icon_arrow_down.svg) no-repeat center; background-size: auto 100%; position: absolute; content: ''; }
#faq .faq_wrap .faq_wrap_right .main_faq .faq_header.active:after { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg);  transform: rotate(180deg); }
#faq .faq_wrap .faq_wrap_right .main_faq .faq_content { padding-top: 20px; display: none; }


/*
-----------------------
	HOSTING, DOMAIN
-----------------------
*/
/* Advantages */
.advantages { padding: 70px 0; }
.advantages .advantages_wrap { display: flex; flex-wrap: wrap; }
.advantages .advantages_wrap .advantage { width: 33.3333333333%; margin-top: 40px; padding-right: 50px; }
.advantages .advantages_wrap .advantage:nth-child(-n+3) { margin-top: 0; }
.advantages .advantages_wrap .advantage .icon_title { height: 80px; margin-bottom: 20px; padding-left: 90px; position: relative; }
.advantages .advantages_wrap .advantage .icon_title img { width: auto; height: 80px; left: 0; top: 0; display: block; position: absolute; }
.advantages .advantages_wrap .advantage .icon_title .title { font-size: 26px; font-weight: 900; color: #191d4d; line-height: 26px; }
.advantages .advantages_wrap .advantage .text { font-size: 18px; color: #707a9e; line-height: 25px; }

/* Advantages with four columns */
.advantages .advantages_wrap.four_columns .advantage { width: 25%; margin-top: 40px; padding-left: 20px; padding-right: 20px; text-align: center; }
.advantages .advantages_wrap.four_columns .advantage:nth-child(-n+4) { margin-top: 0; }
.advantages .advantages_wrap.four_columns .advantage .icon_title { height: auto; padding-left: 0; }
.advantages .advantages_wrap.four_columns .advantage .icon_title img { left: auto; top: auto; margin: 0 auto 20px; position: relative; }
.advantages .advantages_wrap.four_columns .advantage .icon_title .title { top: auto; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }

/* Faqs */
.hosting_domain_faqs { padding: 70px 0; background: #f9fafe; position: relative; }
.hosting_domain_faqs:before { width: 100%; max-width: 1280px; height: 10px; left: 50%; top: 0; background: #ebeefe; position: absolute; content: ''; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }

.hosting_domain_faqs span { display: block; }

.hosting_domain_faqs .faqs_wrap { margin-left: -30px; margin-right: -30px; display: flex; flex-wrap: wrap; }
.hosting_domain_faqs .faqs_wrap .faq { width: calc(33.3333333333% - 60px); margin: 30px 30px 0; background: white; -moz-box-shadow: 0 0 30px rgba(0 0 0 / 15%); -webkit-box-shadow: 0 0 30px rgba(0 0 0 / 15%); box-shadow: 0 0 30px rgba(0 0 0 / 15%); }
.hosting_domain_faqs .faqs_wrap .faq:nth-child(-n+3) { margin-top: 0; }
.hosting_domain_faqs .faqs_wrap .faq .faq_header { height: 110px; padding: 0 20px 0 100px; font-size: 24px; font-weight: 900; color: white; line-height: 1; background: #136efb; position: relative; }
.hosting_domain_faqs .faqs_wrap .faq .faq_header .count { width: 50px; height: 50px; left: 30px; font-size: 26px; font-weight: 900; text-align: center; color: #191d4d; line-height: 50px; background: white; position: absolute; }
.hosting_domain_faqs .faqs_wrap .faq .faq_content { height: calc(100% - 110px); max-height: 290px; padding: 20px; font-size: 18px; color: #707a9e; line-height: 25px; overflow: auto; }

/* Hosting demo */
.hosting_demo { padding: 50px 0; color: white; background: #191d4d; }
.hosting_demo .hosting_demo_wrap { padding-right: 350px; }
.hosting_demo .hosting_demo_wrap .title { margin-bottom: 10px; font-size: 50px; font-weight: 900; line-height: 1; }
.hosting_demo .hosting_demo_wrap .button { right: 0; position: absolute; }

/* Domain prices */
.domain_prices { padding: 70px 0; }


/*
-----------
	VPS
-----------
*/
/* Intro */
.vps_intro { max-height: 500px; background-color: #191d4d; background-image: url(images/bgr_vps.webp); background-image: -webkit-image-set(url(images/bgr_vps.webp) 1x); background-image: image-set(url(images/bgr_vps.png) 1x); background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; }
.vps_intro:before { padding-top: 40%; display: block; content: ''; }
.vps_intro .cover { width: 100%; height: 100%; left: 0; top: 0; position: absolute; }
.vps_intro .inner { height: 100%; }
.vps_intro .entry { width: 50%; }
.vps_intro .title { font-size: 50px; font-weight: 900; color: white; line-height: 1; }
.vps_intro .text { margin-top: 20px; font-size: 18px; color: white; line-height: 26px; }
.vps_intro .text p { margin-bottom: 20px; }
.vps_intro .text h3 { margin-bottom: 20px; font-size: 30px; font-weight: 900; line-height: 1; }
.vps_intro .action_button { margin-top: 30px; padding-top: 29px; border-top: 1px solid rgba(255 255 255 / 15%); }

/* VPS support */
.vps_support { color: white; background: #202779; background: -moz-linear-gradient(top, #202779 0%, #191d4d 100%); background: -webkit-linear-gradient(top, #202779 0%,#191d4d 100%); background: linear-gradient(to bottom, #202779 0%,#191d4d 100%); }
.vps_support .cover { padding: 50px 0; background-image: url(images/bgr_domain_search.webp); background-image: -webkit-image-set(url(images/bgr_domain_search.webp) 1x); background-image: image-set(url(images/bgr_domain_search.png) 1x); background-position: center; background-repeat: no-repeat; }
.vps_support .inner { height: 100%; }
.vps_support .entry { width: 50%; }
.vps_support .title { font-size: 50px; font-weight: 900; color: white; line-height: 1; }
.vps_support .text { margin-top: 20px; font-size: 18px; color: white; line-height: 26px; }
.vps_support .text p { margin-bottom: 20px; }
.vps_support .text h3 { margin-bottom: 20px; font-size: 30px; font-weight: 900; line-height: 1; }
.vps_support .action_button { margin-top: 30px; padding-top: 29px; border-top: 1px solid rgba(255 255 255 / 15%); }

/* VPS packages */
.vps_packages { padding: 70px 0; background: #f9fafe; }


/*
--------------------
	TESTIMONIALS
--------------------
*/
.testimonials { background: white; display: flex; flex-wrap: wrap; position: relative; }
.testimonials .testimonials_wrap_left { width: 50%; background-color: #191d4d; background-image: url(images/bgr_testimonials.webp); background-image: -webkit-image-set(url(images/bgr_testimonials.webp) 1x); background-image: image-set(url(images/bgr_testimonials.png) 1x); background-position: center; background-repeat: no-repeat; background-size: cover; }
.testimonials .testimonials_wrap_right { width: 50%; padding-top: 70px; padding-right: calc((100% - 1280px) /2); padding-bottom: 70px; }
.testimonials .testimonials_wrap_right .slick-slider { margin-left: -140px; padding: 50px 0 50px 50px; background: white; }
.testimonials .testimonials_wrap_right .slick-slider .slick-slide .text { margin-bottom: 30px; font-size: 30px; font-weight: 900; color: #191d4d; line-height: 40px; }
.testimonials .testimonials_wrap_right .slick-slider .slick-slide .author { padding-left: 70px; font-size: 18px; font-weight: 900; color: #191d4d; line-height: 20px; position: relative; }
.testimonials .testimonials_wrap_right .slick-slider .slick-slide .author:before { width: 50px; height: 3px; left: 0; top: 10px; background: #191d4d; position: absolute; content: ''; }

/* Arrows */
.testimonials .slick-arrow { width: 50px; height: 50px; right: 0; bottom: 0; text-indent: -9999px; background: #136efb url(images/icon_arrow_right_white.svg) no-repeat center; background-size: 24px auto; position: absolute; cursor: pointer; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
.testimonials .slick-arrow:hover { background-color: #191d4d; }
.testimonials .slick-arrow.slick-prev { right: 60px; background-image: url(images/icon_arrow_left_white.svg); }


/*
---------------
	SIDEBAR
---------------
*/
#sidebar { }


/*
--------------
	FOOTER
--------------
*/
#footer { color: white; background: #202779; background: -moz-linear-gradient(top, #202779 0%, #191d4d 100%); background: -webkit-linear-gradient(top, #202779 0%,#191d4d 100%); background: linear-gradient(to bottom, #202779 0%,#191d4d 100%); }
#footer .cover { padding: 70px 0; background-image: url(images/bgr_footer.webp); background-image: -webkit-image-set(url(images/bgr_footer.webp) 1x); background-image: image-set(url(images/bgr_footer.png) 1x); background-position: center top; background-repeat: no-repeat; }

#footer a { color: white; }
#footer a:hover { text-decoration: underline; }

/* Footer top */
#footer .footer_top .inner { display: flex; flex-wrap: wrap; }
#footer .footer_top .wrap_left { width: 50%; }
#footer .footer_top .wrap_left p { margin-bottom: 20px; }
#footer .footer_top .wrap_left p:last-child { margin-bottom: 0; }
#footer .footer_top .wrap_left img { width: auto; height: 70px; display: block; }

#footer .footer_top .wrap_right { width: 50%; display: flex; flex-wrap: wrap; }
#footer .footer_top .wrap_right .wrap_box { width: 33.3333333333%; }
#footer .footer_top .wrap_right .wrap_box h3 { margin-bottom: 20px; font-size: 26px; font-weight: 900; line-height: 1; }
#footer .footer_top .wrap_right .wrap_box ul { list-style: none; }
#footer .footer_top .wrap_right .wrap_box ul li { padding-left: 15px; position: relative; }
#footer .footer_top .wrap_right .wrap_box ul li:before { width: 4px; height: 4px; left: 0; top: 13px; background: #136efb; position: absolute; content: ''; }

/* Footer bottom */
#footer .footer_bottom { padding-top: 50px; }
#footer .footer_bottom a { text-decoration: underline; }
#footer .footer_bottom a:hover { text-decoration: none; }
#footer .footer_bottom .author { display: inline-block; }


/*
------------------
	COOKIE BAR
------------------
*/
#cookie-law-info-bar { font-size: 14px; line-height: 20px; }
#cookie-law-info-bar .cli_settings_button { font-weight: 700; text-decoration: underline; }



/*
-------------------
	RWD DESIGN
-------------------
*/
@media only screen and (max-width: 1660px) { 
	
	/* SUCCESS */
	#success .success_wrap .wrap_right { background-position: left center; }
}

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

	/* SLIDE */
	#slide .entry .slide_text { font-size: 60px; }
	
	/* SUCCESS */
	#success .success_wrap .wrap_left .counterup article .count { font-size: 60px; }
	
	/* CONTENT: Contact */
	#content.contact h1 { font-size: 60px; }
}

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

	/* DISPLAY: None */
	.hide_in_1280 { display: none !important; }

	/* DEFAULT */
	.p_l_20 { padding-left: 20px; }
	.p_r_20 { padding-right: 20px; }
	
	/* HEADER: Logo */
	#header .logo { left: 20px; }
	
	/* HEADER: Menu and Cart */
	#header .menu__cart { right: 20px; }
	
	/* HEADER: Menu */
	#header ul.menu li { margin-right: 20px; }
	
	/* SLIDE */
	#slide .cover { background-size: cover; }
	#slide .entry { width: 70%; }
	#slide .entry .slide_text { font-size: 50px; }
	
	/* SUCCESS */
	#success .success_wrap .wrap_left .counterup article .count { font-size: 50px; }
	
	/* NEWS */
	#news .news_wrap article.smaller .entry { padding: 0 20px 0 50px; }
	
	/* DOMAIN SEARCH: Domain search field on pages */
	.alt_domain_search form { width: 70%; }

	/* CONTENT: Contact */
	#content.contact h1 { font-size: 50px; }
	#content.contact .map_wrap .wrap_left { padding-left: 20px; padding-right: 20px; }
	
	/* HOSTING, DOMAIN: Faqs */
	.hosting_domain_faqs .faqs_wrap { margin-left: -20px; margin-right: -20px; }
	.hosting_domain_faqs .faqs_wrap .faq { width: calc(33.3333333333% - 40px); margin: 30px 20px 0; }
	
	/* HOSTING, DOMAIN: Hosting demo */
	.hosting_demo .hosting_demo_wrap .title { font-size: 40px; }
	.hosting_demo .hosting_demo_wrap .button { right: 20px; }
	
	/* VPS: Intro */
	.vps_intro .entry { width: 70%; }
	
	/* VPS: VPS support */
	.vps_support .entry { width: 70%; }
	
	/* TESTIMONIALS */
	.testimonials .testimonials_wrap_right .slick-slider { padding: 50px 20px 50px 50px; }

	/* TESTIMONIALS: Arrows */
	.testimonials .slick-arrow { right: 20px; }
	.testimonials .slick-arrow.slick-prev { right: 80px; }
}

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

	/* DISPLAY: None */
	.hide_in_960 { display: none !important; }
	
	/* DISPLAY: Block */
	.show_in_960 { display: block !important; }
	
	/* HEADER: Menu and Cart */
	#header .menu__cart { right: 150px; }
	
	/* SLIDE */
	#slide:before { display: none; }
	#slide .cover { height: auto; left: auto; top: auto; padding: 50px 0; position: relative; }
	#slide .entry { width: 80%; top: auto; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
	
	/* STORAGES */
	#storages { padding: 50px 0; } 
	
	/* DISCOUNT DOMAINS */
	#discount_domains { padding: 50px 0; }
	
	/* SERVER */
	#server .wrap .wrap_left { padding: 50px 50px 50px 0; }
	
	/* SERVICES */
	#services { padding: 50px 0; }
	
	/* SUCCESS */
	#success .success_wrap .wrap_left { width: 100%; padding-top: 50px; padding-right: 0; padding-bottom: 50px; padding-left: 0; }
	#success .success_wrap .wrap_left .counterup article .count { font-size: 60px; }
	
	/* NEWS */
	#news { padding: 50px 0; }
	#news .news_wrap article.smaller { padding-left: 50px; }
	#news .news_wrap article.smaller .entry { width: 100%; padding: 0; order: 2; }
	#news .news_wrap article.smaller .thumbnail { width: 100%; margin-bottom: 0; order: 1; }
	
	.news_wrap article h3 a { font-size: 26px; }
	
	/* WHOLESALERS */
	#wholesalers .text { margin-bottom: 30px; }
	#wholesalers .button { right: auto; top: auto; position: relative; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
	
	/* DOMAIN SEARCH: Domain search field on pages */
	.alt_domain_search form { width: 80%; }
	
	/* CONTENT: Special container size */
	body.single #container, 
	body.page-id-24 #container, 
	body.single-product #container, 
	body.woocommerce-cart #container, 
	body.woocommerce-checkout #container { padding-top: 130px; }
	
	/* CONTENT: Contact */
	#content.contact .contact_wrap { padding-bottom: 50px; }
	#content.contact .contact_wrap .wrap_left { width: 100%; padding-right: 0; padding-bottom: 50px; }
	#content.contact .contact_wrap .wrap_right { width: 100%; }
	
	#content.contact .map_wrap .wrap_left { width: 100%; padding-top: 50px; padding-right: 20px; padding-bottom: 50px; }
	#content.contact .map_wrap .wrap_right { width: 100%; height: 300px; }
	
	/* CONTENT: Expiring domains */
	#content.expiring_domains .expiring_domains_intro_wrap .wrap_left { width: 100%; }
	#content.expiring_domains .expiring_domains_intro_wrap .wrap_right { width: 100%; }
	#content.expiring_domains .expiring_domains_list { padding: 50px 0; }
	
	/* FAQ */
	#faq .faq_wrap .faq_wrap_left { width: 100%; padding-top: 0; }
	#faq .faq_wrap .faq_wrap_right { width: 100%; }	
	
	/* HOSTING, DOMAIN: Advantages */
	.advantages { padding: 50px 0; }
	.advantages .advantages_wrap .advantage .icon_title { height: auto; padding-left: 0; }
	.advantages .advantages_wrap .advantage .icon_title img { left: auto; top: auto; margin-bottom: 10px; position: relative; }
	.advantages .advantages_wrap .advantage .icon_title .title { top: auto; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
	
	/* HOSTING, DOMAIN: Advantages with four columns */
	.advantages .advantages_wrap.four_columns .advantage { width: 33.3333333333%; }
	.advantages .advantages_wrap.four_columns .advantage:nth-child(4) { margin-top: 40px; }
	
	/* HOSTING, DOMAIN: Faqs */
	.hosting_domain_faqs { padding: 50px 0; }
	.hosting_domain_faqs .faqs_wrap .faq { width: calc(50% - 40px); }
	.hosting_domain_faqs .faqs_wrap .faq:nth-child(3) { margin-top: 30px; }
	
	/* VPS: Intro */
	.vps_intro .entry { width: 80%; }
	
	/* VPS: VPS support */
	.vps_support .entry { width: 80%; }
	
	/* VPS: VPS packages */
	.vps_packages { padding: 50px 0; }
	
	/* TESTIMONIALS */
	.testimonials .testimonials_wrap_left { width: 100%; height: 100%; left: 0; top: 0; position: absolute; }
	.testimonials .testimonials_wrap_right { width: 100%; padding-top: 150px; padding-right: 20px; padding-bottom: 0; padding-left: 20px; }
	.testimonials .testimonials_wrap_right .slick-slider { margin-left: 0; padding: 30px 30px 100px; }
	.testimonials .testimonials_wrap_right .slick-slider .slick-slide .text { font-size: 26px; line-height: 30px; }
	
	/* FOOTER */
	#footer .cover { padding: 50px 0; }

	/* FOOTER: Footer top */
	#footer .footer_top .wrap_left { width: 100%; margin-bottom: 30px; }

	#footer .footer_top .wrap_right { width: 100%; }
}

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

	/* DISPLAY: None */
	.hide_in_768 { display: none; }

	/* SLIDE */
	#slide .cover { background-image: none; }
	#slide .entry { width: 100%; }
	
	/* CONTENT: Section title */
	.section_title { margin-bottom: 30px; font-size: 40px; }
	
	/* DISCOUNT DOMAINS */
	#discount_domains .discount_domains_wrap { width: 100%; max-width: 400px; margin: auto; display: block; }
	#discount_domains .discount_domains_wrap .discount_domain { width: 100%; margin-bottom: 50px; padding: 0; }
	#discount_domains .discount_domains_wrap .discount_domain:last-child { margin-bottom: 0; }
	
	/* SERVER */
	#server .wrap .wrap_left { width: 100%; padding: 50px 0; order: 2; }
	#server .wrap .wrap_left h2 { font-size: 40px; }

	#server .wrap .wrap_right { width: 100%; padding-top: 50px; order: 1; }
	#server .wrap .wrap_right img { width: auto; height: auto; max-height: 200px; left: 50%; top: auto; -webkit-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); transform: translate(-50%, 0); }
	
	/* SERVICES */
	#services .services_wrap .service { width: 50%; }
	#services .services_wrap .service:nth-child(3) { margin-top: 50px; }
	
	/* NEWS */
	#news .news_wrap .wrap_left { width: 100%; margin-bottom: 50px; }
	#news .news_wrap .wrap_right { width: 100%; }

	/* If is Home */
	#news .news_wrap article h3 a { font-size: 30px; }

	#news .news_wrap article.smaller { padding-left: 0; }
	#news .news_wrap article.smaller .entry { width: calc(100% - 200px); padding: 0 0 0 20px; }
	#news .news_wrap article.smaller .thumbnail { width: 200px; }
	
	/* DOMAIN SEARCH: Domain search field on pages */
	.alt_domain_search .cover { padding: 30px 0; }
	.alt_domain_search form { width: 100%; }
	.alt_domain_search form .domain_search_title { font-size: 40px; }
	
	/* CONTENT */
	#content h1 { font-size: 40px; }
	
	/* HOSTING, DOMAIN: Advantages */
	.advantages .advantages_wrap .advantage { width: 50%; padding-right: 30px; }
	.advantages .advantages_wrap .advantage:nth-child(3) { margin-top: 40px; }
	
	/* HOSTING, DOMAIN: Advantages with four columns */
	.advantages .advantages_wrap.four_columns .advantage { width: 50%; }
	.advantages .advantages_wrap.four_columns .advantage:nth-child(3) { margin-top: 40px; }
	
	/* HOSTING, DOMAIN: Hosting demo */
	.hosting_demo .hosting_demo_wrap { padding-right: 0; }
	.hosting_demo .hosting_demo_wrap .text { margin-bottom: 20px; }
	.hosting_demo .hosting_demo_wrap .button { right: auto; top: auto; position: relative; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
	
	/* VPS: Intro */
	.vps_intro { max-height: none; }
	.vps_intro:before { display: none; }
	.vps_intro .cover { height: auto; left: auto; top: auto; padding: 30px 0; position: relative; }
	.vps_intro .entry { width: 100%; top: auto; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
	.vps_intro .title { font-size: 40px; }
	
	/* VPS: VPS support */
	.vps_support .cover { padding: 30px 0; }
	.vps_support .entry { width: 100%; }
	.vps_support .title { font-size: 40px; }

	/* FOOTER: Footer bottom */
	#footer .footer_bottom .author { display: block; }
}

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

	/* SLIDE */
	#slide .entry .slide_text { font-size: 40px; }
	
	/* DOMAIN SEARCH */
	form.domain_search .domain_search_wrap { height: auto; }
	form.domain_search .domain_search_wrap .wp24-dc .dc-form > div { height: auto; }
	
	form.domain_search .domain_search_wrap select { width: 80px !important; height: 60px; }
	form.domain_search .domain_search_wrap input[type=text] { width: calc(100% - 80px) !important; height: 60px; }
	form.domain_search .domain_search_wrap button, 
	form.domain_search .domain_search_wrap input[type=submit] { width: 100%; height: 60px; margin-top: 4px; }
	
	/* NEWS: Archive */
	.news_wrap.news_archive_wrap { margin-left: 0; margin-right: 0; }
	.news_wrap.news_archive_wrap article { width: 100%; margin: 50px 0 0; }
	.news_wrap.news_archive_wrap article:nth-child(2) { margin-top: 50px; }
	
	/* HOSTING, DOMAIN: Faqs */
	.hosting_domain_faqs .faqs_wrap .faq { width: 100%; }
	.hosting_domain_faqs .faqs_wrap .faq:nth-child(2) { margin-top: 30px; }
	.hosting_domain_faqs .faqs_wrap .faq .faq_content { height: auto; max-height: none; }
}

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

	/* DISPLAY: None */
	.hide_in_480 { display: none !important; }
	
	/* DEFAULT */
	.button { width: 100%; height: auto; padding: 15px 20px; line-height: 20px; display: block; }

	/* DOMAIN SEARCH */
	body.home form.domain_search .domain_search_text { margin-top: 20px; padding-top: 19px; }
	
	/* SERVICES */
	#services .services_wrap .service { width: 100%; margin-top: 30px; padding-right: 0; }
	#services .services_wrap .service:nth-child(2), 
	#services .services_wrap .service:nth-child(3) { margin-top: 30px; }
	
	/* NEWS: If is Home */
	#news .news_wrap article.smaller .entry { width: 100%; padding: 0; }
	#news .news_wrap article.smaller .entry h3 { padding-top: 10px; }
	#news .news_wrap article.smaller .thumbnail { width: 100%; }
	
	/* HOSTING, DOMAIN: Advantages */
	.advantages .advantages_wrap .advantage { width: 100%; padding-right: 0; }
	.advantages .advantages_wrap .advantage:nth-child(2) { margin-top: 40px; }
	
	/* HOSTING, DOMAIN: Advantages with four columns */
	.advantages .advantages_wrap.four_columns .advantage { width: 100%; padding-left: 0; padding-right: 0; }
	.advantages .advantages_wrap.four_columns .advantage:nth-child(2) { margin-top: 40px; }
	
	/* FOOTER: Footer top */
	#footer .footer_top .wrap_right .wrap_box { width: 100%; }
	#footer .footer_top .wrap_right .wrap_box ul { margin-bottom: 30px; }
	#footer .footer_top .wrap_right .wrap_box:last-child ul { margin-bottom: 0; }
	
	/* FOOTER: Footer bottom */
	#footer .footer_bottom .copyright { display: block; }
}

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

	/* HEADER: Logo */
	#header .logo { height: 40px; }
}

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